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

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

/*はみ出し画像中央----------------------------------------------------------- */
.wic1 img {
  width: 100%;
}
.wic1 {
  margin-left: 0;
  margin-right: 0;
}

/*Header----------------------------------------------------------- */
header .logo {
  height: 60px;
  display: flex;
  align-items: center;
}
header .logo img {
  height: 30px;
}
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----------------------------------------------------------- */
.reason_box,
.reason_box:nth-of-type(2) {
  flex-direction: column;
}
.reason_box > p {
  width: 100%;
}
.reason_box > div {
  width: 100%;
  margin-top: -15px;
  border-radius: 0 0 10px 10px;
}
.reason_box > div,
.reason_box:nth-of-type(2) > div {
  margin-left: 0;
  margin-right: 0;
  min-height: auto;
}

/*sec02----------------------------------------------------------- */
.sec02 .fx_col6 {
  gap: 20px;
  margin-top: -15px;
}
.sec02 .fx_col6 > p {
  width: calc(50% - 10px);
  padding-top: 15px;
}

/*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 table tr,
.sec04 table th,
.sec04 table td {
  display: block;
  width: 100%;
}
.sec04 table th {
  text-align: left;
  padding-bottom: 0;
}

/*sec05----------------------------------------------------------- */
.sec05 .qa_q,
.sec05 .qa_a {
  padding: 15px;
}
.sec05 .qa_q {
  font-size: 18px;
}
.sec05 .qa_q p:first-of-type {
  min-width: 32px;
}

/*sec06----------------------------------------------------------- */
.sec06 p,
.sec06 a:hover {
  position: inherit;
  transform: inherit;
}

/*Footer----------------------------------------------------------- */


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