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

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

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

/*Header----------------------------------------------------------- */
header .container {
  flex-direction: column;
  padding: 10px;
}
header .logo {
  padding-right: 0;
}
header .logo img {
  margin: 0 auto;
}
header h1 {
  font-size: 10px;
  text-align: center;
  line-height: 1.6;
}

/*MV----------------------------------------------------------- */
.mv .wic {
  margin-left: 0;
  margin-right: 0;
}
.mv_btm {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 45px;
}
.mv_cta {
  margin-top: -60px;
}
.mv_cta .white_box_xs {
  flex-direction: column;
  border: 8px solid #001143;
}
.mv_cta .cta_btn:before {
  content: none;
}

/*CTA----------------------------------------------------------- */
.cta {
  background: url(../img/sp_cta_bg.png) no-repeat center/cover;
  padding: 25px 0;
}
.cta .white_box_xs {
  flex-direction: column;
  border: 8px solid #001143;
}
.cta .cta_btn:before {
  content: none;
}


/*sec01----------------------------------------------------------- */
.sec01 .ttl {
  margin-top: -30px;
}

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


/*sec03----------------------------------------------------------- */
.sec03 h2 p {
  margin-top: -25px;
}

/*sec04----------------------------------------------------------- */


/*sec05----------------------------------------------------------- */


/*sec06----------------------------------------------------------- */


/*sec07----------------------------------------------------------- */
.sec07 .container p {
  margin-left: 0;
}

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


/*sec09----------------------------------------------------------- */


/*sec10----------------------------------------------------------- */
.sec10 .white_box img {
  margin-top: -10px;
}

/*sec11----------------------------------------------------------- */
.sec11 .q_text {
  top: -30px;
}
.sec11 .q_list {
	padding: 0;
}
.sec11 .q_list:before {
  position: absolute;
  content: "";
  background: url(../img/pc_sec11_img01.png);
  right: -20px;
  top: -60px;
  width: 90px;
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec11 .q_icon,
.sec11 .a_icon {
	width: 25px;
	height: 25px;
}
.sec11 .q_txt,
.sec11 .a_txt {
	width: calc(100% - 25px);
}
.sec11 .q_icon img,
.sec11 .a_icon img {
    top: calc(50% - 0.9em);
    left: calc(50% - 0.6em);
}
.sec11 .q_txt {
	font-size: 16px;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 5px;
}
.sec11 .a_txt {
	flex-direction: column;
	font-size: 15px;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 5px;
}
.sec11 .a_txt img {
	width: fit-content;
    margin-left: auto;
    padding: 20px 30px 0;
}
.sec11 .white-box {
	padding: 15px;
}

/*sec12----------------------------------------------------------- */
.sec12 {
  background-position: right 15% top;
  background-size: cover;
}

/*sec13----------------------------------------------------------- */


/*sec14----------------------------------------------------------- */


/*sec15----------------------------------------------------------- */
.sec15 .q {
  padding-left: 50px;
  font-size: 20px;
}
.sec15 .q:before {
  content: "";
  background: url(../img/qa_q.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}
.sec15 .a {
  padding-left: 50px;
}
.sec15 .a:before {
  content: "";
  background: url(../img/qa_a.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}


/*sec16----------------------------------------------------------- */


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

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