@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: -15px;
  margin-right: -15px;
}

/*Header----------------------------------------------------------- */
header .container {
  padding: 0;
}
header img {
  width: 150px;
}
header .container > div:first-child {
  gap: 15px;
}
/*Nav----------------------------------------------------------- */
#nav_toggle {
  position: absolute;
  top: 8px;
  /**/
  right: 8px;
  /**/
  width: 40px;
  /**/
  height: 30px;
}
#nav_toggle div {
  position: relative;
  width: 30px;
  /**/
  margin: 0 auto;
}
#nav_toggle span {
  display: block;
  height: 4px;
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 3px;
}
#nav_toggle span:nth-child(1) {
  top: 5px;
  /**/
}
#nav_toggle span:nth-child(2) {
  top: 15px;
  /**/
}
#nav_toggle span:nth-child(3) {
  top: 25px;
  /**/
}
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  /**/
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  /**/
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
div#nav_toggle:after {
  content: "MENU";
  color: #fff;
  display: block;
  padding-top: 80%;
  /**/
  font-family: "Roboto Condensed",sans-serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
}
.open div#nav_toggle:after {
  content: "CLOSE";
}
nav ul.container {
  background: #1f3e68;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
nav li {
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #fff;
}
nav li a {
  flex-direction: row;
  color: #fff;
  display: block;
  padding: 15px;
  text-align: center;
}

/*MV----------------------------------------------------------- */
.mv {
  background: none;
}
.mv .sp_mv {
  margin-left: -15px;
  margin-right: -15px;
}

/*CTA----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */


/*sec02----------------------------------------------------------- */


/*sec03----------------------------------------------------------- */
.sec03 {
  background: url(../img/sp_sec03_bg.png) no-repeat center top/cover;
}

/*sec04----------------------------------------------------------- */
.sec04 p {
  margin-right: -15px;
}

/*sec05----------------------------------------------------------- */
.sec05 h2 {
  margin-top: -60px;
}

/*sec06----------------------------------------------------------- */
.sec06 {
  padding: 90px 0 120px;
  background: url(../img/sp_sec06_bg.png) no-repeat center top/cover;
}
.sec06 p {
  width: 75%;
}

/*sec07----------------------------------------------------------- */
.sec07 h2 {
  padding-top: 45px;
}
.sec07 h2:before {
  width: 178px;
  height: 50px;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/pc_sec07_arrow.png) no-repeat center/cover;
}

/*sec08----------------------------------------------------------- */


/*sec09----------------------------------------------------------- */
.sec09 .white_box:nth-child(odd) {
  padding-right: 0;
}
.sec09 .white_box:nth-child(even) {
  padding-left: 0;
}
.sec09 .white_box_inner {
  padding: 15px;
}
.sec09 .sec09_col2,
.sec09 .white_box:nth-child(even) .sec09_col2 {
  gap: 15px;
  flex-direction: column;
}
.sec09 .sec09_col2 p:first-child,
.sec09 .sec09_col2 p:last-child,
.sec09 .sec09_col2.last p:first-child,
.sec09 .sec09_col2.last p:last-child {
  width: 100%;
}

/*sec10----------------------------------------------------------- */
.sec10 {
  background: url(../img/sp_sec10_bg.png) no-repeat center top/cover;
}
.sec10 .check_list li {
  padding-left: 25px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sec10 .check_list li:last-child {
  margin-bottom: 0;
}
.sec10 .check_list li:before {
  content: "";
  width: 18px;
  height:20px;
  background: url(../img/pc_sec10_check.png) no-repeat center/cover;
  top: 4px;
}


/*sec11----------------------------------------------------------- */
.sec11 .step_wrap {
  flex-wrap: wrap;
  gap: 120px;
  padding-top: 30px;
}
.sec11 .step_wrap > div {
  width: 100%;
}
.sec11 .step_wrap .white_box_s p:first-child {
  margin-top: -60px;
}
.sec11 .step_wrap .white_box_s:not(:last-child):before {
  content: "";
  background: url(../img/sp_sec11_chevron.png) no-repeat center center/cover;
  width: 38px;
  height: 22px;
  top: inherit;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*sec12----------------------------------------------------------- */
.qa_wrap li {
  padding: 15px 0 ;
}
.qa_wrap .sec12_q {
  font-size: 21px;
}

/*form----------------------------------------------------------- */
.form_wrap {
  padding: 0;
}
form > ul > li .fx-row > *:first-child {
  padding-top: 0;
}
form > ul > li {
  padding: 15px;
}
form > ul > li:nth-child(2) {
  padding: 0 15px;
}
form > ul > li:last-child > div {
  padding: 10px 0 0;
}
form > ul > li:last-child {
  padding-bottom: 0;
}
.form_head {
  justify-content: flex-start;
  padding: 5px 0;
}
.radio_5col {
  gap: 10px;
}
.radio_5col label {
  padding: 18px 0;
}
.input_adjust {
  padding: 8px 12px;
}
.input_1col {
  padding-right: 0px;
}
.input_select select {
  padding: 8px 12px;
}
.select_1col {
  padding-right: 0px;
}
.textarea {
  padding-right: 0px;
}
.sbm input {
  padding: 15px;
}
.sbm {
  padding: 15px;
}
.sbm input {
  cursor: pointer;
  position: relative;
  border: none;
  background: transparent;
  width: 100%;
  height: 0;
  padding-top: 14.748%;
  background: url(../img/sp_cta_btn.png) no-repeat center/contain;
  margin: 0;
}
.sbm input:hover {
  margin: 0;
}

/*Footer----------------------------------------------------------- */
.footer_nav1 ul {
  width: 100%;
}
.footer_nav1 ul li:first-child {
  border-top: 1px solid #fff;
}
.footer_nav1 ul li {
  width: 100%;
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin: 0;
}
.footer_nav1 ul a {
  display: block;
  padding: 15px 0;
  width: 100%;
}
footer ul li:first-child {
  border-right: none;
}

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