@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 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
header .container {
  padding: 10px 15px;
  height: 65px;
  display: flex;
  align-items: center;
}
header .logo {
  padding-right: 15px;
  width: 40%;
}
header .contact {
  padding-right: 40px;
}
header .contact img {
  max-width: 70px;
}
header .contact p {
  padding: 0;
  padding-right: 15px;
}

/*Nav----------------------------------------------------------- */
#gnav.sp_fixed {
  position: fixed;
  top: 65px;
  width: 100%;
  z-index: 999;
}
#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: #000;
  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: #000;
  display: block;
  padding-top: 80%;
  /**/
  font-family: "Roboto Condensed",sans-serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-align: center;
}
.open div#nav_toggle:after {
  content: "CLOSE";
}
nav ul.container {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
nav li {
  width: 100%;
  border-left: 0;
  border-right: 0;
}
nav li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
nav li a {
  flex-direction: row;
  color: #fff;
}

/*MV----------------------------------------------------------- */
.mv {
  margin-top: 65px;
}
.mv .wic1 {
  margin-left: 0;
  margin-right: 0;
}
.mv .posa {
  width: 60%;
  left: 10px;
  bottom: 5%;
}


/*CTA----------------------------------------------------------- */
.cta h2 {
  padding-top: 30px;
  margin-right: -15px;
}
.thanks.cta h2 {
  margin-right: 0;
}
.cta .posa {
  width: calc(100% - 60px);
}
.cta .posa1 {
  bottom: 16%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cta .posa2 {
  bottom: 3%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cta .white_box_s {
  border: 5px solid #e1d0a1;
}

/*sec01----------------------------------------------------------- */
.sec01 h2 {
  padding-bottom: 30px;
}
.sec01 .posa {
  bottom: -30px;
}

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


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


/*sec04----------------------------------------------------------- */
.sec04 .posa {
  top: -30px;
}
.sec04 h2 {
  padding-bottom: 30px;
}
.sec04 .check_list {
  font-size: 1.2em;
  padding-bottom: 15px;
}
.sec04 .white_box {
  padding: 30px 15px;
}
.sec04 .white_box:before,
.sec04 .white_box:after,
.sec04 .white_box_wrap:before,
.sec04 .white_box_wrap:after {
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
.sec04 .white_box:before {
  left: 10px;
  top: 10px;
}
.sec04 .white_box:after {
  right: 10px;
  top: 10px;
}
.sec04 .white_box_wrap:before {
  left: 10px;
  bottom: 10px;
}
.sec04 .white_box_wrap:after {
  right: 10px;
  bottom: 10px;
}
.sec04 .white_box li {
  padding: 15px 0;
  margin-left: 30px;
}
.sec04 .white_box li:before {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  top: 10px;
  left: -35px;
  font-size: 16px;
}
.sec04 .sec04_btm {
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

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


/*sec06----------------------------------------------------------- */
.posa_sec06{
  top: -30px;
}
.sec06 .wic1 {
  margin-left: 0;
  margin-right: 0;
}
.sec06 .col3 {
  flex-direction: column;
}
.sec06 .col3_inner:not(:last-child) {
  margin-bottom: 30px;
}

/*sec07----------------------------------------------------------- */
.sec07 h2 {
  padding-bottom: 30px;
}

/*sec08----------------------------------------------------------- */
.sec08 h2 {
  padding: 30px 0;
}
.sec08 .white_box {
  border: 5px solid #f3e4bd;
}
.sec08 h3 {
  margin-left: -10px;
  margin-top: -24px;
  padding-bottom: 15px;
}

/*sec09----------------------------------------------------------- */
.sec09 h2 {
  padding-bottom: 30px;
}
.white_box_wrap_wrap:before {
  bottom: -10px;
  right: -10px;
}
.sec09 .white_box {
  padding: 30px 15px;
}
.sec09 .white_box:before,
.sec09 .white_box:after,
.sec09 .white_box_wrap:before,
.sec09 .white_box_wrap:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
.sec09 .white_box:before {
  left: 10px;
  top: 10px;
}
.sec09 .white_box:after {
  right: 10px;
  top: 10px;
}
.sec09 .white_box_wrap:before {
  left: 10px;
  bottom: 10px;
}
.sec09 .white_box_wrap:after {
  right: 10px;
  bottom: 10px;
}
.sec09 h3 {
  margin: 10px 0 15px -22px;
}

/*sec10----------------------------------------------------------- */
.sec10 h2 {
  padding-bottom: 30px;
}
.sec10 h3 {
  margin-top: -30px;
}
.sec10 .white_box_s {
  padding: 20px;
}
.sec10 .white_box_s p {
  line-height: 1.65;
}
.sec10 .white_box_wrap:before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 5px;
  top: 5px;
  border: 1px solid #e1d0a1;
}
.sec10 .white_box_s:before {
  top: 5px;
  left: 5px;
  border-top: 15px solid #e1d0a1;
  border-left: 15px solid #e1d0a1;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.sec10 .white_box_s:after {
  bottom: 5px;
  right: 5px;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #e1d0a1;
  border-bottom: 15px solid #e1d0a1;
}

/*sec11----------------------------------------------------------- */
.sec11 h2 {
  padding-bottom: 30px;
}
.sec11 h3 p:first-child {
  padding-bottom: 15px;
}
.sec11 ul li:not(:last-child):before {
  position: absolute;
  content: "";
  border-top: 30px solid #ef6a14;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  transform: rotate(0deg);
  z-index: 2;
  right: unset;
  left: calc(50% - 50px);
  top: calc(100% - 5px);
}

/*sec12----------------------------------------------------------- */
.sec12 h2 {
  padding-bottom: 30px;
}

/*sec13----------------------------------------------------------- */
.sec13 h2 {
  padding-bottom: 30px;
}
.sec13 .white_box {
  border: 5px solid #e1d0a1;
  background: #fff;
}

/*sec14----------------------------------------------------------- */
.sec14 h2 {
  padding-bottom: 30px;
}
.sec14_q {
  padding: 15px 15px 10px 55px;
}
.sec14_q:before {
  width: 33px;
  height: 33px;
  background-size: cover;
  top: 20px;
  left: 10px;
}
.sec14_a {
  padding: 15px 15px 10px 55px;
}
.sec14_a:before {
  width: 33px;
  height: 33px;
  background-size: cover;
  top: 20px;
  left: 10px;
}
li:last-child .sec14_a {
  padding-bottom: 0;
}

/*sec15----------------------------------------------------------- */
.sec15 ul {
  border: 2px solid #000;
}
.sec15 li {
  padding: 10px 15px;
  text-align: center;
}
.sec15 ul li:nth-child(odd) {
  width: 100%;
  border-bottom: 2px dotted #449042;
  margin-right: 2px;
  font-weight: bold;
}
.sec15 ul li:nth-child(even) {
  width: 100%;
  border-bottom: 2px solid #000;
}
.sec15 ul li:last-child {
  border-bottom: none;
}

/*CTA2----------------------------------------------------------- */
.cta2 .white_box_s {
  border: 5px solid #e1d0a1;
}
.cta2 .form_wrap {
  border: 5px solid #ef6a14;
}
.cta2 .form_wrap .posa {
  top: -30px;
  left: -15px;
  width: 28%;
}
.cta2 .form_wrap > h3 {
  padding: 20px 15px 30px;
}
.cta2 .privacy_wrap {
  padding: 15px;
  margin: 0 15px;
  font-size: 14px;
}
.cta2 .privacy_wrap ul {
  line-height: 1.65;
}
.cta2 .privacy_wrap ul li {
  padding-bottom: 10px;
}
.form_wrap {
  padding: 0;
}
form > ul > li .fx-row > *:first-child {
  padding-top: 0;
}
form > ul > li {
  padding: 15px;
}
.form_head {
  text-align: left;
}
.input_adjust {
  padding: 8px 12px;
}
.input_2col {
  padding-right: 0px;
}
.input_1col {
  padding-right: 0px;
}
.input_pref {
  width: 80%;
}
.input_select select {
  padding: 8px 12px;
}
.radio_2col label:first-child {
  padding-right: 0px;
}
.date_2col {
  padding-right: 0px;
}
.date_2col > * {
  width: calc(50% - 8px);
}
.select_1col {
  padding-right: 0px;
}
.textarea {
  padding-right: 0px;
}
.sbm_wrap {
  padding: 15px;
}
.sbm {
  width: 100%;
}
.line_wrap {
  border: 5px solid #06c755;
}
.line_wrap .num_list li:last-child {
  padding-bottom: 15px;
}

/*Footer----------------------------------------------------------- */
.footer_nav1 ul {
  width: 100%;
}
.footer_nav1 ul li:first-child {
  border-top: 1px solid #000;
}
.footer_nav1 ul li {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #000;
  margin: 0;
}
.footer_nav1 ul a {
  display: block;
}

/*thanks */
.thanks a:link,
.thanks a:visited {
  color: #fff;
  text-decoration: none;
}

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