@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 45px 0;
}
footer {
  padding: 15px 0;
}
.section_height {
  padding-top: 45px;
  margin-top: -45px;
}
/*はみ出し画像中央----------------------------------------------------------- */
.wic1 img {
  width: 100%;
}
.wic1 {
  margin-left: 0;
  margin-right: 0;
}

/*Header----------------------------------------------------------- */
header {
  height: 60px;
}
header .logo {
  height: 50px;
  display: flex;
  align-items: center;
}
header .logo img {
  height: 100%;
}
header .pc_head_nav ul {
  display: none;
}
header .head_contact {
  padding: 0 60px 0 0;
}
header .head_contact a {
  width: auto;
}
header .head_contact img {
  height: 40px;
  width: auto;
}


/*MV----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.sec01 {
}
/* .sec01_img img {
  width: 60%;
} */
/*sec02----------------------------------------------------------- */
.sec02_box {
  border-radius: 15px;
}
.sec02_wrap {
  flex-wrap: wrap;
  gap: 15px;
}
.sec02_item:nth-child(1) {
  width: 60%;
  margin-inline: auto;
}
.sec02_item:nth-child(2){
  width: 100%;
}
.sec02_head {
  text-align: center;
}
.sec02_line img {
  width: 80%;
  margin: 0 auto;
}
/*sec03----------------------------------------------------------- */
.sec03 h3 {
  padding: 10px;
}
.sec03 .fx_col3,
.sec03 .fx_col4 {
  flex-direction: column;
  gap: 40px;
}
.sec03 .fx_col3 > div,
.sec03 .fx_col4 > div {
  width: 100%;
}
.sec03 .fx_col3 > div:not(:last-of-type):before,
.sec03 .fx_col4 > div:not(:last-of-type):before {
  top: inherit;
  bottom: -25px;
  right: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0px solid transparent;
}
.sec03 .fx_col3 > div:not(:last-of-type):before {
  border-top: 15px solid #00b900;
}
.sec03 .fx_col4 > div:not(:last-of-type):before {
  border-top: 15px solid #e5563c;
}


/*sec04----------------------------------------------------------- */
  .sec04_box {
  }
  .sec04_box::before {
    width: 20%;
    height: 20%;
    left: 15px;
    bottom: unset;
    top: 10px;
  }
  .sec04_box::after {
    width: 20%;
    height: 20%;
    right: 15px;
    top: 10px;
  }
  .sec04_btn {
    width: 100%;
  }
  .sec04_btn img {
    width: 100%;
  }


/*sec05----------------------------------------------------------- */
.sec05 table tr,
.sec05 table th,
.sec05 table td {
  display: block;
  width: 100%;
}
.sec05 table tr {
  height: inherit;
  padding-block: 0;
}
.sec05 table td {
  border-bottom: 2px dashed #cfbe8b;
}
.sec05 table tr:first-child td {
  border-top: none;
}
.sec05 table tr:last-child td {
  border-bottom: none;
}

.sec05 table th {
  text-align: left;
  padding: 15px 0 0;
  border: none;
}
.sec05 table td {
  padding-block: 15px;
}
.sec05 iframe {
  height: 300px;
}
/*sec06----------------------------------------------------------- */
.sec06 .qa_q,
.sec06 .qa_a {
  padding: 15px;
}
.sec06 .qa_q {
  font-size: 16px;
  gap: 5px;
}
.sec06 .qa_q p:first-of-type {
  min-width: 30px;
}
.sec06 .qa_btn {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.sec06 .qa_btn:before {
  width: 15px;
  height: 2px;
  background: #cfbe8b;
}
.sec06 .qa_btn:after {
  width: 2px;
  height: 15px;
  background: #cfbe8b;
  transition: all .3s;
}
.sec06 .qa_q-wrap {
  gap: 10px;
  width: calc(100% - 35px);
}
.sec06 .qa_q-wrap p:first-of-type {
  border-right: 2px solid #fff;
  width: 24px;
  padding-right: 10px;
}
.qa_q-wrap p:last-child {
  width: calc(100% - 40px);
}

/*sec07----------------------------------------------------------- */
.sec07 {
  margin-top: 0;
  padding: 45px 0;
}
.sec07 p,
.sec07 a:hover {
  position: inherit;
  transform: inherit;
}
.sec07 p {
  font-size: 16px;
}
/*Footer----------------------------------------------------------- */


}/*スマホ用スタイルend*/
