@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 90px 0;
}

footer {
  padding: 45px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {background-color: #faf8e8;}
.bg_cl2 {background-color: #f7f5f2;}
.cl_main {color: #f94b0e;}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 40%, #fff570 40%, #fff570 80%, transparent 80%);
  background: -o-linear-gradient(transparent 40%, #fff570 40%, #fff570 80%, transparent 80%);
  background: linear-gradient(transparent 40%, #fff570 40%, #fff570 80%, transparent 80%);
  font-weight: bold;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #b49536;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}

/*Header----------------------------------------------------------- */
header {
  padding: 10px 0;
  background: #b49536;
}
header img {
  margin-left: auto;
}

/*MV----------------------------------------------------------- */
.mv {
  padding: 30px 0;
  background: url(../img/pc_mv_bg.png) no-repeat center center/cover;
}

/*sec01----------------------------------------------------------- */
.sec01_img {
  float: right;
  padding-left: 30px;
  padding-bottom: 30px;
}

/*sec02----------------------------------------------------------- */
.sec02 .white_box {
  border: 3px solid #f94b0e;
  margin-bottom: 45px;
}
.sec02 .white_box:last-of-type {
  margin-bottom: 0;
}
.sec02 h3 {
  margin-top: -63px;
}
.sec02 .white_box_s {
  background: #f2f2f2;
  border-radius: 10px;
}

/*sec03----------------------------------------------------------- */


/*sec04----------------------------------------------------------- */
.sec04 .white_box {
  border: 3px solid #f94b0e;
}

/*sec05----------------------------------------------------------- */
.sec05 .flt_img {
  float: right;
  padding-left: 30px;
  padding-bottom: 30px;
}

/*sec06----------------------------------------------------------- */
.sec06 .box02{
  background-color: #fafafa;
  padding: 0px;
}
.sec06 table {
	font-size: 1.4rem;
  border-top: solid 3px #a3855d;
  border-bottom: solid 3px #a3855d;
  border-left: solid 1px #a3855d;
  border-right: solid 1px #a3855d;
}
.sec06 table th{
  background-color: #ede7df;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  width: 230px;
  border: solid 1px #a3855d;
  vertical-align: middle;
  font-size: 20px;
  color: #7f6849;
  border-left: 0;
}
.sec06 table td{
  background-color: #fff;
  padding: 30px 30px;
  border: solid 1px #a3855d;
  width: calc(100% - 230px);
  border-right: 0;
  vertical-align: middle;
}
.sec06 li:not(:last-child) {
  padding-bottom: 5px;
}
.sec06 .arrow {
  position: relative;
  padding-bottom: 35px;
  display: inline-block;
}
.sec06 .arrow:before {
  position: absolute;
  content: "";
  border-top: 10px solid #000;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  left: calc(50% - 15px);
  bottom: 15px;
}
.sec06 .box02 .highlight {
  font-size: 28px;
  line-height: 1;
}

/*sec07----------------------------------------------------------- */
.qa .q .txt {
  margin-left: 15px;
  font-size: 24px;
  color: #897337;
  font-weight: bold;
}
.qa .a {
  margin-bottom: 30px;
}
.qa .a:last-of-type {
  margin-bottom: 0;
}
.qa .txt {
  margin-left: 15px;
  padding-top: 8px;
}
.qa .box:not(:last-child){
  margin-bottom: 30px;
}
.qa .box .a{
  border-bottom:dotted 1px #cccccc;
}
.qa .box_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
}
.qa .qq .txt {
  margin: 0 auto;
}
.qa .icon {
  width: 60px;
  flex-shrink: 0;
}
.qa .font_m{
  font-size: 24px;
}

/*sec08----------------------------------------------------------- */
.sec08 {
  background: url(../img/pc_sec08_bg.png) no-repeat center center/cover;
}

/*Footer----------------------------------------------------------- */
footer {
  background: #372f2d;
  color: #fff;
}
.footer_nav ul {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.footer_nav li {
  padding-left: 15px;
  padding-right: 15px;
}
.footer_nav li:first-child {
  border-right: 1px solid #fff;
}