@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

strong{
	font-weight: bold;
}
html {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}
img{
  -webkit-backface-visibility: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input[type="text"], input[type="email"], textarea {
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
}

input[type="text"]:focus, input[type="email"]:focus {
  outline: 0;
}

input[type="submit"], input[type="button"], button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0;
}

input[type="submit"]::-webkit-search-decoration, 
input[type="button"]::-webkit-search-decoration, 
button::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus, 
input[type="button"]:focus, 
button:focus {
  outline-offset: -2px;
  outline: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

::placeholder {
  color: #999;
}


/* IE */

:-ms-input-placeholder {
  color: #999;
}


/* Edge */

::-ms-input-placeholder {
  color: #999;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a, button {
  text-decoration: none;
  transition: opacity .4s ease;
  color: #333;
}

a:hover, button:hover {
  opacity: .5;
}

@media screen and (max-width: 768px) {
  a:hover, button:hover {
    opacity: 1;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.sp{
	display: none !important;
}
.pc{
	display: block !important;
}
table {
  width: 100%;
}

p {
  font-size: 1.7rem;
  line-height: 1.6;
}

html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  color: #333;
  font-size: 1.66rem;
  min-width: 1000px;
  font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  /*
  font-family: 'Noto Sans JP', sans-serif;
  */
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
	.sp{
		display: block !important;
	}
	.pc{
		display: none !important;
	}
  p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  body {
    min-width: auto;
    font-size: 1.4rem;
  }
}

/*---------------- footer ------------------*/
#footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
	background: #f08772;
	padding: 59px 0 72px !important;
}
#footer .footer_list .item a {
  font-size: 1.5rem;
  color: #fff;
}
#footer .footer_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .copyright {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #footer {
    padding-top: 5px;
    background-size: 100%;
  }
  #footer .footer_list {
    padding-bottom: 16px;
  }
  #footer .footer_list .item:nth-of-type(1) {
    padding-right: 10px;
    margin-right: 10px;
    /* border-right: solid 1px #fff; */
  }
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 8% 0 !important;
  }
  #footer:before {
    height: 3px;
    background-size: cover;
  }
  #footer .footer_list {
    flex-direction: column;
  }
  #footer .footer_list .item {
    padding-bottom: 10px;
  }
  #footer .footer_list .item a {
    font-size: 1.2rem;
  }
  #footer .copyright {
    font-size: 1.2rem;
  }
}

.wrap {
  width: 950px;
  margin: 0 auto;
}
.wrap2 {
  width: 960px;
  margin: 0 auto;
}
.box_shadow {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 1.6em 1.2em;
  margin: auto;
}
.btn_box {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 96%;
  }
  .box_shadow {
    padding: 20px 3%;
  }
  .btn_box {
  }
  .btn_box a {
    width: 100% !important;
  }
  .btn_box a img {
    width: 100%;
    height: auto;
  }
}

/*---------------- adjust ------------------*/
.mb26{	margin-bottom: 26px !important;}
.mb80{	margin-bottom: 80px !important;}

.font_serif {
  font-family: 'Noto Serif JP', serif;
}
.font_sans {
  font-family: 'Noto Sans JP', sans-serif;
}
.font_koz{
  font-family: kozuka-mincho-pr6n, serif;
}

.fwb {
  font-weight: bold;
}
.highlight {
  background: linear-gradient(transparent 30%, #f9f2a5 30%, #f9f2a5 80%, transparent 80%);
}
.udl {
  background: linear-gradient(transparent 87%, #333 88%, #333 92%, transparent 92%);
}
.mac .udl{
  border-bottom: 1px solid #333;
  padding-bottom: .1em;
  background: none;
}
.ta_c{
	text-align: center;
}
.ta_r{
	text-align: right;
}
.cf {
  overflow: hidden;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
.clear{
  clear:both;
}
.tx_narrow05{
  letter-spacing: -.05em;
}
.tx_narrow08{
  letter-spacing: -.08em;
}
.tx_narrow12{
  letter-spacing: -.12em;
}
.lh12{
	line-height: 1.2;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.color_red{
	color: #c8242b;
}
.color_red2{
	color: #e64847;
}
.color_red3{
  color: #e64847;
}
.underline{
	border-bottom: 1px solid #333;
}

.sec_heading.bg_pink{
  background: #fcdbd3 url("../img/ttl_bg_pink.png") repeat top center;
}
.sec_heading.bg_navy{
  background: #253e75 url("../img/ttl_bg_navy.png") repeat top center;
}
.sec_heading.bg_navy2{
  background: #253e74;
}
.sec_heading{
	text-align: center;
}
.ttl,
.subttl{
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mb26{	margin-bottom: 3% !important;}
  .mb80{	margin-bottom: 10% !important;}
  .cf {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .udl{
    background: linear-gradient(transparent 85%, #333 88%, transparent 95%);
    display: inline;
    padding: 0 0 0;
  }
}
/* ------------------------------
    flex
------------------------------ */
.flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.justifycontent_spacebetween {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.justifycontent_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.alignitems_center {
	-webkit-align-items: center;
	align-items: center;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}

/*--------------------- #mv ----------------------*/
#mv{
  position: relative;
	background: url("../img/mv_bg.jpg") no-repeat center top /cover;
  padding-top: 13px;
  overflow: hidden;
}
#mv::before{
  position: absolute;
  content: "";
  height: 14px;
  width: 100%;
  background: url("../img/line_pink.png") repeat center top /cover;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .mv_inner{
    position: relative;
    width: 100%;
    height: auto;
  }
  .mv_inner .main-title img{
    position: relative;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    z-index: 1;
  }
}
@media screen and (min-width: 1400px) {
  .mv_inner::before{
    position: absolute;
    content: "";
    background: url("../img/main_bg_cover.png") repeat top center;
    top: 0;
    right: 0;
    width: 30%;
    height: 718px;
    z-index: 0;
  }
}

@media screen and (max-width: 768px) {
  #mv{
    height: auto;
    background-image: none;
    padding-top: 11px;
  }
  #mv::before{
    height: 12px;
  }
  #mv .bg_cover{
    background: none;
  }
	.main-title {
		padding-bottom: 3%;
	}
	.main-title img {
		display: block;
		width: 100%;
	}
}

/*--------------------- sec01 ----------------------*/
#sec01{
  background: url("../img/sec01_bg.jpg") no-repeat top center /cover;
	padding: 30px 0 34px;
  overflow: hidden;
}
#sec01 .btn_box {
  margin: 0 auto 30px;
}
#sec01 .btn_box img{
  display: none;
}
#sec01 .btn_box a{
  background: url("../img/btn_cta.png") no-repeat 0 0;
  width: 703px;
  height: 110px;
  margin: auto;
  display: block;
  outline: none;
}
#sec01 .box_shadow{
  position: relative;
  padding: 52px 20px 110px;
}
#sec01 .box_shadow::before,
#sec01 .box_shadow::after{
  position: absolute;
  content: "";
  width: 930px;
  height: 51px;
  left: 50%;
  transform: translateX(-50%);
}
#sec01 .box_shadow::before{
  background: url("../img/sec01_frame_top.png") no-repeat top center /cover;
  top: 14px;
}
#sec01 .box_shadow::after{
  background: url("../img/sec01_frame_btm.png") no-repeat top center /cover;
  bottom: 14px;
}

#sec01 .ttl{
  position: relative;
	font-family: 'Noto Serif JP', serif; 
  font-size: 4.2rem;
  line-height: 1;
  margin-bottom: 72px;
}
#sec01 .ttl span.marker{
  font-size: 5.9rem;
  /* background: linear-gradient(transparent 70%, #feeaaf  0%); */
  background: linear-gradient(transparent 65%, #feeaaf 66%, #feeaaf 90%, transparent 91%);
}

#sec01 .sec_content{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
}
#sec01 .sec_content .sec_block{
  width: calc((100% - 16px) /2);
}
#sec01 .sec_content .sec_block:nth-of-type(n + 3){
  margin-top: 36px;
}
#sec01 .sec_content .sec_block .sub_ttl{
  font-size: 3rem;
  color: #2f4078;
  letter-spacing: -.03em;
  border-top: 1px solid #2f4078;
  border-bottom: 1px solid #2f4078;
  padding: 13px 0 7px;
  text-align: center;
  margin-bottom: 26px;
  line-height: 1;
  min-height: 55px;
}
#sec01 .sec_content .sec_block:nth-of-type(4) .sub_ttl{
  white-space: nowrap;
  font-size: 2.8rem;
  letter-spacing: -.05em;
  text-indent: -.3em;
}
#sec01 .sec_content li{
  position: relative;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  padding-left: 1.4em;
  letter-spacing: -.03em;
}
#sec01 .sec_content .sec_block:nth-of-type(2) li:nth-of-type(2){
  font-size: 1.7rem;
  letter-spacing: -.08em;
}
#sec01 .sec_content li::before{
  position: absolute;
  content: "●";
  color: #f18874;
  top: 0;
  left: 0;
}
#sec01 .sec_content li + li{
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  #sec01{
    padding: 5% 0 6%;
  }
  #sec01 .btn_box {
    margin: 0 auto 5%;
  }
  #sec01 .btn_box img{
    display: block;
  }
  #sec01 .btn_box a{
    background-image: none;
    height: auto;
  }
  #sec01 .box_shadow{
    padding: 5% 3% 10.2%;
  }
  #sec01 .box_shadow::before,
  #sec01 .box_shadow::after{
    width: 94vw;
    height: 4.9354838vw;
  }
  #sec01 .box_shadow::before{
    top: 1.6vw;
  }
  #sec01 .box_shadow::after{
    bottom: 1.6vw;
  }
  #sec01 .ttl{
    font-size: 6.2vw;
    line-height: 1.2;
    margin-bottom: 5%;
  }
  #sec01 .ttl span.marker{
    font-size: 7.8vw;
  }
  #sec01 .sec_content{
    display: block;
  }
  #sec01 .sec_content .sec_block{
    width: 100%;
    margin-top: 8% !important;
  }
  #sec01 .sec_content .sec_block .sub_ttl{
    font-size: 4.8vw !important;
    padding: 4% 0 3%;
    margin-bottom: 4%;
    min-height: inherit;
  }
  #sec01 .sec_content .sec_block:nth-of-type(4) .sub_ttl{
    white-space: normal;
  }
  #sec01 .sec_content li{
    font-size: 3.5vw;
    padding-left: 1.4em;
  }
  #sec01 .sec_content .sec_block:nth-of-type(2) li:nth-of-type(2){
    font-size: 3.5vw;
    letter-spacing: inherit;
  }
  #sec01 .sec_content li + li{
    margin-top: 3%;
  }
}

/*--------------------- sec02 ----------------------*/
#sec02{
  background-color: #edf0f0;
	padding: 0 0 32px;
  overflow: hidden;
}
#sec02 .sec_heading{
  margin-bottom: 34px;
}
#sec02 h2.ttl{
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.36;
  height: 121px;
  padding: 16px 0;
}
#sec02 .box_shadow{
  padding: 25px 12px 32px;
}
#sec02 .voice{
	border-bottom: 1px dotted #cccccc;
  padding: 0 0 12px;
  margin: 0 auto 10px;
  width: 100%;
}
#sec02 .voice:last-child{
  border-bottom: none;
  padding-top: 28px;
  padding-bottom: 0;
  maring-bottom: 0;
}
.voice_heading {
	padding: .5rem 0 .8rem;
	margin:0 auto 16px;
}
.voice_heading h3.sub_ttl{
	font-size: 3.6rem;
	color: #cc3467;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
	margin-bottom: 36px;
  text-align: left;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.voice_heading h4.name{
	font-size: 2rem;
  color: #0e162b;
	text-align: right;
  font-weight: bold;
  padding-right: 10px;
}
.voice_txt{
  margin: 0 auto;
  padding: 0 1.2%;
}
.voice_txt p{
  font-size: 1.6rem;
}
.voice_txt p + p{
	margin-top: 32px;
}
.voice_txt .f_right{
  padding-left: 26px;
  padding-right: 8px;
}
#sec02 p.sm{
  margin-top: 32px;
  font-size: 1.4rem;
  text-align: right;
}
#sec02 .voice:last-child p.sm{
  margin-top: 90px;
}


@media screen and (max-width: 768px) {
  #sec02{
    padding: 0 0 6%;
  }
  #sec02 .sec_heading{
    margin-bottom: 5%;
  }
  #sec02 h2.ttl{
    font-size: 6.4vw;
    height: auto;
    padding: 5% 1.6%;
  }
  #sec02 .box_shadow{
    padding: 5% 3%;
  }
  #sec02 .voice{
    padding: 0 0 5%;
    margin: 0 auto 5%;
  }
  #sec02 .voice:last-child{
    padding: 0;
    margin: 0 auto;
  }
  .voice_heading {
    margin:0 auto 5%;
  }
  .voice_heading h3.sub_ttl{
    font-size: 5.4vw;
    margin-bottom: 2.5%;
  }
  .voice_heading h4.name{
    font-size: 3.8vw;
    padding-right: 0;
  }
  .voice_txt{
    text-align: center;
    padding: 0;
  }
  .voice_txt p{
    font-size: 1.5rem;
    text-align: left;
  }
  .voice_txt p + p{
    margin-top: 5%;
  }
  .voice_txt .f_right{
    padding: 0 0 5%;
    margin: auto;
    width: 68%;
    float: none;
  }
  #sec02 p.sm{
    margin-top: 5% !important;
    font-size: 1.2rem;
  }
}

/*--------------------- sec03 ----------------------*/
#sec03{
  padding-bottom: 44px;
  background: url("../img/sec03_body_bg.jpg") no-repeat top center /cover;
  overflow: hidden;
}
  @media screen and (min-width: 1400px) {
    #sec03{
      background-position: top 650px center;
    }
  }
#sec03 .head_inner{
  position: relative;
  background: url("../img/sec03_main_bg.jpg") no-repeat top 13px center /cover;
  padding-top: 13px;
}
#sec03 .head_inner::before{
  position: absolute;
  content: "";
  height: 14px;
  width: 100%;
  background: url("../img/line_pink.png") repeat top center /cover;
  top: 0;
  left: 0;
}
#sec03 .head_inner .ttl{
  line-height: 0;
}
#sec03 .box_shadow{
  position: relative;
  margin-top: -10vw;
  padding: 62px 0 48px;
  z-index: 1;
}
  @media screen and (min-width: 1600px) {
    #sec03 .box_shadow{
      margin-top: -9vw;
    }
  }
#sec03 .sub_ttl_wrap{
  position: relative;
  margin: 0 auto 68px;
  padding: 0 10px;
}
#sec03 .sub_ttl_wrap::before{
  position: absolute;
  content: "";
  width: 143px;
  height: 143px;
  top: -1em;
  left: 10px;
}
#sec03 .sub_ttl_wrap.rs1::before{
  background: url("../img/sec03_rs1.png") no-repeat top center /cover;
}
#sec03 .sub_ttl_wrap.rs2::before{
  background: url("../img/sec03_rs2.png") no-repeat top center /cover;
  top: -2.5em;
}
#sec03 .sub_ttl_wrap.rs3::before{
  background: url("../img/sec03_rs3.png") no-repeat top center /cover;
}
#sec03 .sub_ttl_wrap .sub_ttl{
  font-size: 4.4rem;
  transform: scale(0.95, 1);
  letter-spacing: -.02em;
  white-space: nowrap;
  color: #343434;
  font-weight: 600;
  padding-left: 150px;
  line-height: 1.2;
}
#sec03 .sub_ttl_wrap .sub_ttl .red{
  color: #e64847;
}

#sec03 .sec_content{
  padding: 0 24px;
}
#sec03 .sub_ttl_wrap.rs1 + .sec_content{
  margin-bottom: 100px;
}
#sec03 .sub_ttl_wrap.rs2{
  margin-bottom: 90px;
}
#sec03 .sub_ttl_wrap.rs2 + .sec_content{
  margin-bottom: 67px;
}

#sec03 .sec_content:last-child{
  margin-bottom: 0;
}
#sec03 .sub_ttl{
  margin-bottom: 20px;
  padding-left: 10px;
}
#sec03 .sec_content p + p{
  margin-top: 25px;
}
#sec03 .fr1{
  width: 409px;
  padding: 16px 20px 12px 0;
}
#sec03 .fl1{
  width: 476px;
  padding: 6px 5px 13px 0;
}
#sec03 .fl2{
  width: 351px;
  padding-left: 15px;
}
#sec03 .fr2{
  width: 548px;
  padding-left: 26px;
}
#sec03 .type_box{
  width: 842px;
  margin: 36px auto 60px;
}
#sec03 .type_box table{
  border-collapse: collapse;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #fff;
}
#sec03 .type_box table th{
  background-color: #e64847;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
}
#sec03 .type_box table th:nth-child(1){
  width: 24%;
}
#sec03 .type_box table th:nth-child(2){
  width: 24%;
}
#sec03 .type_box table th:nth-child(3){
  width: 27%;
}
#sec03 .type_box table th:nth-child(4){
  width: 25%;
}
#sec03 .type_box table td{
  color: #111;
  line-height: 1.4;
  border: 1px solid #999;
}
#sec03 .type_box table tr:nth-child(3){
  background-color: #faf7fc;
}
#sec03 .type_box table td.tx1{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#sec03 .type_box table td.tx2{
  font-size: 1.6rem;
  text-align: left;
}
#sec03 .type_box table tr:nth-child(2) td{
  padding: 18px 18px;
}
#sec03 .type_box table tr:nth-child(3){
  background-color: #faf8fd;
}
#sec03 .type_box table tr:nth-child(3) td{
  padding: 24px 18px;
}
#sec03 .type_box table tr:nth-child(4) td.tx2{
  vertical-align: top;
  padding: 15px 16px 15px 9px;
}

#sec03 .method_inn{
  width: 871px;
  padding: 29px 8px 12px;
  background: #2b4883;
  margin: 88px auto 46px;
}
#sec03 .method_inn h3.sub_ttl{
	font-size: 4.4rem;
  font-weight: 600;
	text-align: center;
	color: #d2bc4d;
  background: -webkit-linear-gradient(90deg, rgba(252,207,5,1) 0%, rgba(253,249,79,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin: 0 auto 36px;
}
#sec03 .method_inn .txt_box img{
  padding: 0 0 0 16px;
}
#sec03 .method_inn .txt_box{
  position: relative;
  background-color: #fff;
  background-image: url("../img/sec03_frame_topleft.png") , url("../img/sec03_frame_topright.png") , url("../img/sec03_frame_btmleft.png") , url("../img/sec03_frame_btmright.png");
  background-repeat: no-repeat , no-repeat , no-repeat , no-repeat;
  background-position: top 10px left 6px , top 10px right 6px ,bottom 10px left 6px , bottom 10px right 6px;
  padding: 50px 26px 48px;
}
#sec03 .method_inn .txt_box p{
  font-size: 1.8rem;
  letter-spacing: -.01em;
  color: #333;
}
#sec03 .method_inn .txt_box p + p{
  margin-top: 30px;
}


@media screen and (max-width: 768px) {
  #sec03{
    padding-bottom: 5%;
  }
  #sec03 .flex{
    display: block;
  }
  #sec03 .head_inner{
    background-position: top center;
  }
  #sec03 .head_inner::before{
    height: 8px;
  }
  #sec03 .head_inner .ttl img{
    display: none;
  }
  #sec03 .head_inner .ttl{
    background: url("../img/sec03_main.png") no-repeat center center /cover;
    padding-top: 56.5%;
  }
  #sec03 .box_shadow{
    margin-top: -9.2vw;
    padding: 8% 3% 6%;
  }
  #sec03 .sub_ttl_wrap{
    margin: 0 auto 6%;
    padding: 0;
  }
  #sec03 .sub_ttl_wrap::before,
  #sec03 .sub_ttl_wrap.rs2::before{
    width: 18vw;
    height: 18vw;
    top: -.8em;
    left: 0;
  }
  #sec03 .sub_ttl_wrap .sub_ttl{
    font-size: 5vw;
    white-space: normal;
    padding-left: 18vw;
  }

  #sec03 .sec_content{
    padding: 0;
  }
  #sec03 .sub_ttl_wrap.rs1 + .sec_content{
    margin-bottom: 10%;
  }
  #sec03 .sub_ttl_wrap.rs2{
    margin-bottom: 5%;
  }
  #sec03 .sub_ttl_wrap.rs2 + .sec_content{
    margin-bottom: 10%;
  }

  #sec03 .sub_ttl{
    margin-bottom: 5%;
    padding-left: 0;
  }
  #sec03 .sec_content p + p{
    margin-top: 5%;
  }
  #sec03 .fl1{
    width: 100%;
    padding: 3% 0;
    text-align: center;
  }
  #sec03 .fl2{
    width: 100%;
    padding: 0 0 3%;
    text-align: center;
  }
  #sec03 .fl1 img{
    width: 86%;
  }
  #sec03 .fl2 img{
    width: 68%;
  }
  #sec03 .fr1{
    width: 100%;
    padding: 0;
  }
  #sec03 .fr2{
    width: 100%;
    padding: 0;
  }
  #sec03 .type_box{
    width: 100%;
    overflow-x: auto;
    margin: 3% auto 0;
  }
  #sec03 .type_box table{
    overflow-x: scroll;
    width: 600px;
    margin-bottom: 5%;
  }
  #sec03 .type_box table th{
    font-size: 1.6rem;
  }
  #sec03 .type_box table td.tx1{
    font-size: 1.5rem;
  }
  #sec03 .type_box table td.tx2{
    font-size: 1.4rem;
  }
  #sec03 .type_box table tr td{
    padding: 2% 2% !important;
    vertical-align: middle !important;
  }

  #sec03 .method_inn{
    width: 100%;
    padding: 4% 3%;
    margin: 5% auto 0;
  }
  #sec03 .method_inn h3.sub_ttl{
    font-size: 6.8vw;
    margin: 0 auto 5%;
    line-height: 1.1;
  }
  #sec03 .method_inn .txt_box .f_right{
    padding: 0 0 4%;
    width: 86%;
    margin: auto;
    float: none;
    display: flex;
    align-items: center;
  }
  #sec03 .method_inn .txt_box{
    padding: 10% 3% 12%;
    background-size: 6vw , 6vw , 6vw , 6vw;
    background-position: top 1.5% left 2% , top 1.5% right 2% , bottom 1.5% left 2% , bottom 1.5% right 2%;
  }
  #sec03 .method_inn .txt_box p{
    font-size: 1.5rem;
  }
  #sec03 .method_inn .txt_box p + p{
    margin-top: 5%;
  }
}

/*--------------------- sec04 ----------------------*/
#sec04{
  padding-bottom: 73px;
  background: #f8f8f8;
  overflow: hidden;
}
#sec04 .head_inner{
  position: relative;
  background: url("../img/mv_bg.jpg") no-repeat top center /cover;
}
#sec04 .head_inner .ttl{
  position: relative;
  line-height: 0;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  #sec04 .head_inner::before{
    position: absolute;
    content: "";
    background: url("../img/main_bg_cover.png") repeat top center;
    top: 0;
    right: 0;
    width: 30%;
    height: 715px;
    z-index: 0;
  }
}
#sec04 .box_shadow{
  position: relative;
  z-index: 3;
  margin-top: -108px;
  padding-top: 46px;
  padding-bottom: 38px;
}
#sec04 .sub_ttl_wrap{
	text-align: center;
	color: #20211c;
  border-top:1px dotted #754a3f;
  border-bottom:1px dotted #754a3f;
  padding:26px 0 22px;
  margin: 0 auto 30px;
  width: 800px;
}
#sec04 .sub_ttl_wrap:nth-of-type(3){
  padding: 8px 0;
  margin-bottom: 50px;
}

#sec04 .sub_ttl_wrap .sub_ttl{
	font-size: 4.2rem;
}
#sec04 .sub_ttl_wrap p{
	font-size: 2.4rem;
  margin-bottom: 3px;
}
#sec04 .inner_box{
	margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
#sec04 .inner_box.n{
  padding-left: 48px;
  padding-right: 48px;
}
#sec04 .inner_box.w{
  padding-left: 15px;
  padding-right: 15px;
}
#sec04 .inner_box:last-child{
  margin-bottom: 0;
}
#sec04 .inner_box p{
	margin-bottom: 25px;
  font-size: 1.67rem;
}
#sec04 .inner_box:nth-of-type(2) p{
  font-size: 1.6rem;
}
#sec04 .inner_box:nth-of-type(2) p:last-child{
  font-size: 1.67rem;
}
#sec04 .inner_box:nth-of-type(4){
  margin-bottom: 12px;
}
#sec04 dl.price {
	padding: 26px 0 0;
	margin-bottom: 40px;
  text-align: center;
  line-height: 1.2;
}
#sec04 dl.price dt{
  font-size: 2.4rem;
  color:#120f20;
  margin-bottom: 30px;
}
#sec04 dl.price dd{
  font-size: 3rem;
  color:#120f20;
	font-weight: bold;
}
#sec04 dl.price dd .lg{
  font-size: 3.6rem;
}

#sec04 .inner_box .img_l1{
  padding: 3px 10px 0 36px;
  width: 260px
}
#sec04 .inner_box .txt_r1{
  width: 597px;
  padding-right: 20px;
}
#sec04 .inner_box .mds{
  font-size: 3.6rem;
  line-height: 1.2;
  margin: 52px auto 60px;
}
#sec04 .inner_box .img_l2{
  width: 335px;
  padding-left: 20px;
  padding-right: 40px;
}
#sec04 .inner_box .txt_r2{
  width: 540px;
}

#sec04 .method dt{
  position: relative;
  font-size: 2.4rem;
  color: #111;
  margin-bottom: 26px;
  padding-left: 1.7em;
}
#sec04 .method dd p{
  line-height: 1.65;
  padding-right: 46px;
}
#sec04 .method dd + dt{
  margin-top: 42px;
}
#sec04 .method dt::before{
  position: absolute;
  content: "●";
  color: #c8242b;
  font-size: 3.6rem;
  top: -.15em;
  left: 6px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root #sec04 .method dt::before{
  font-size: 2.8rem;
  top: -.1em;
}
}
#sec04 .flow dl dt{
  position: relative;
	font-size: 2.5rem;
	color: #111;
	margin-bottom: 18px;
  font-weight: bold;
  padding-left: 1.1em;
}
#sec04 .flow dl dt::before{
  position: absolute;
  content: "■";
  color:#e64847;
  top: 0;
  left: 0;
}
#sec04 .flow dl dd{
	line-height: 1.55;
  margin-bottom: 40px;
}
#sec04 .flow dl:last-child dd{
  margin-bottom: 0;
}


@media screen and (max-width: 768px) {
#sec04{
  padding-bottom: 6%;
}
  #sec04 .flex{
    display: block;
  }
  #sec04 .head_inner .ttl img{
    display: none;
  }
  #sec04 .head_inner .ttl{
    background: url("../img/sec04_main.png") no-repeat top center /cover;
    padding-top: 65%;
    margin: auto;
  }
  #sec04 .box_shadow{
    margin-top: -9.2vw;
    padding: 5% 3% 6%;
  }
  #sec04 .sub_ttl_wrap,
  #sec04 .sub_ttl_wrap:nth-of-type(3){
    padding: 4.2% 0 3.8%;
    margin: 0 auto 5%;
    width: 100%;
  }
  #sec04 .sub_ttl_wrap:nth-of-type(3){
    padding: 4.2% 0 3.8%;
  }

  #sec04 .sub_ttl_wrap .sub_ttl{
    font-size: 6vw;
  }
  #sec04 .sub_ttl_wrap p{
    font-size: 4.2vw;
  }
  #sec04 .inner_box{
    margin-bottom: 8%;
    padding-left: 0;
    padding-right: 0;
  }
  #sec04 .inner_box.n{
    padding-left: 0;
    padding-right: 0;
  }
  #sec04 .inner_box.w{
    padding-left: 0;
    padding-right: 0;
  }
  #sec04 .inner_box:last-child{
    margin-bottom: 0;
  }
  #sec04 .inner_box:nth-of-type(4){
    margin-bottom: 8%;
  }
  #sec04 .inner_box p{
    margin-bottom: 5% !important;
    font-size: 1.5rem !important;
  }
  #sec04 dl.price {
      padding-top: 2%;
      margin-bottom: 5%;
  }
  #sec04 dl.price dt{
      font-size: 2rem;
      margin-bottom: 5%;
  }
  #sec04 dl.price dd{
      font-size: 2.4rem;
  }
  #sec04 dl.price dd .lg{
    font-size: 2.8rem;
  }

  #sec04 .inner_box .img_l1{
    padding: 0 0 3%;
    width: 100%;
    text-align: center;
  }
  #sec04 .inner_box .img_l1 img{
    width: 60%;
  }
  #sec04 .inner_box .txt_r1{
    padding: 0;
    width: 100%;
  }
  #sec04 .inner_box .mds{
    font-size: 5.2vw !important;
    margin: 10% auto 6%;
  }
  #sec04 .inner_box .img_l2{
    padding: 0 0 5%;
    width: 100%;
    text-align: center;
  }
  #sec04 .inner_box .img_l2 img{
    width: 68%;
  }
  #sec04 .inner_box .txt_r2{
    padding: 0;
    width: 100%;
  }

  #sec04 .method dt{
    font-size: 4.5vw;
    margin-bottom: 4.2%;
    padding-left: 6.4vw;
  }
  #sec04 .method dd p{
    line-height: 1.6;
    padding-right: 0;
  }
  #sec04 .method dd + dt{
    margin-top: 6.8%;
  }
  #sec04 .method dt::before{
    font-size: 5.2vw !important;
    left: 0;
    top: -.1em;
  }
  #sec04 .flow dl dt{
    font-size: 4.5vw;
    margin-bottom: 3%;
  }
  #sec04 .flow dl dd{
    margin-bottom: 8%;
  }
}


/*--------------------- sec05 ----------------------*/
#sec05{
  background: url("../img/sec05_bg.jpg") no-repeat top center /cover;
  padding-top: 52px;
  padding-bottom: 52px;
  overflow: hidden;
}
#sec05 h2.ttl{
  margin-bottom: 50px;
}
#sec05 .box_shadow{
  background-image: url("../img/sec05_frame_topleft.png") , url("../img/sec05_frame_topright.png") , url("../img/sec05_frame_btmleft.png") , url("../img/sec05_frame_btmright.png");
  background-repeat: no-repeat , no-repeat , no-repeat , no-repeat ;
  background-position: top 12px left 15px , top 12px right 15px , bottom 28px left 15px , bottom 28px right 15px;
  padding-bottom: 90px;
  padding-top: 68px;
}
#sec05 .inner_wrap{
	margin:0 auto 10px;
  width: 827px;
  position: relative;
}
#sec05 .inner_wrap .fr{
  width: 302px;
  padding-top: 10px;
}
#sec05 .inner_wrap .fl{
  width: 523px;
  padding-right: 40px;
}
#sec05 p{
	font-family: 'Noto Serif JP', serif;
  font-size: 1.67rem;
  line-height: 1.5;
  color:#333;
}
#sec05 .fl p + p{
	margin-top: 22px;
}
#sec05 figure,
#sec05 figcaption{
	text-align: center;
}
#sec05 figcaption p{
  color: #252c3b;
  line-height: 1;
}
#sec05 figcaption p:nth-of-type(1){
  margin-top: 14px;
  font-size: 1.7rem;
}
#sec05 figcaption p:nth-of-type(2){
  margin-top: 6px;
  font-size: 3.1rem;
  font-weight: 500;
}


@media screen and (max-width: 768px) {
  #sec05{
    padding-top: 5%;
    padding-bottom: 6%;
  }
  #sec05 .flex{
    display: block;
  }
  #sec05 h2.ttl{
    margin-bottom: 3%;
    padding: 0 3.6%;
  }
  #sec05 .box_shadow{
    padding-bottom: 8%;
    padding-top: 8%;
    background-position: top 6px left 6px , top 6px right 6px , bottom 6px left 6px , bottom 6px right 6px;
    background-size: 8vw;
}
  #sec05 .inner_wrap{
    margin-bottom: 0;
    width: 100%;
  }
  #sec05 .inner_wrap .fr{
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
  }
  #sec05 .inner_wrap .fr figure{
    width: 68%;
    margin: auto;
  }
  #sec05 .inner_wrap .fl{
    width: 100%;
    padding: 0;
  }
  #sec05 p{
    font-size: 1.5rem;
  }
  #sec05 .fl p + p{
    margin-top: 5%;
  }
  #sec05 .fl div{
    text-align: center;
    margin-top: 8.6%;
  }
  #sec05 .fl div p:nth-of-type(1){
    font-size: 4.2vw;
  }
  #sec05 .fl div p:nth-of-type(2){
    margin-top: 0;
    font-size: 5.8vw;
  }
}




/*--------------------- sec10 ----------------------*/
#sec10 {
  background: #edf0f0;
	padding: 0 0 52px;
  overflow: hidden;
}
#sec10 .sec_heading{
  height: 122px;
  padding: 43px 0 35px;
  margin-bottom: 27px;
}
#sec10 h2.ttl{
  font-size: 4.8rem;
  font-weight: 600;
  color:#fff;
  line-height: 1;
}
#sec10 p.btn{
  width: 703px;
  margin: auto;
  padding-top: 15.647%;
  background: url(../img/btn_cta_done.png) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
}
#sec10 p.btn span{
  display: none;
}
#sec10 .box_shadow {
  padding: 46px 23px 80px;
}
#sec10 .lead {
  padding-bottom: 20px;
}
#sec10 .small {
  font-size: 1.3rem;
}
#sec10 .small.pt4 {
  padding-top: 4px;
}
#sec10 #mail {
  margin-bottom: 10px;
}
#sec10 .privacy {
  font-size: 1.6rem;
  line-height: 1.8;
  padding:0 25px 0em;
}
@media screen and (max-width: 768px) {
  #sec10 {
    padding-bottom: 6%;
  }
  #sec10 .sec_heading{
    padding: 5% 0;
    height: auto;
    margin-bottom: 5%;
  }
  #sec10 h2.ttl{
    font-size: 6.4vw;
  }
  #sec10 p.btn{
    width: 100%;
    padding-top: 18.6667%;
    background: url("../img/sp/btn_cta.png") 0 0 no-repeat;
    background-size: contain;
  }
  #sec10 .box_shadow {
    padding: 5% 3% !important;
    width: 96%;
  }
  #sec10 .lead {
    padding-bottom: 5%;
  }
  #sec10 .small.pt4 {
    padding-top: 0;
  }
  #sec10 #mail {
    margin-bottom: 10px;
  }
  #sec10 .privacy {
    font-size: 1.4rem;
    padding-bottom: 22px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 360px) {
  #sec10 h2.ttl{
    font-size: 2rem;
  }
}

/*--------------------- cta ----------------------*/
.cta {
  height: 163px;
  padding: 28px 0 0;
  line-height: 1;
  text-align: center;
  position: relative;
  background: url("../img/ttl_bg_pink.png") repeat top center;
}
.cta img{
  display: none;
}
.cta a{
  background: url("../img/btn_cta.png") no-repeat 0 0;
  width: 703px;
  height: 110px;
  margin: auto;
  display: block;
  outline: none;
}

@media screen and (max-width: 768px) {
  .cta {
    height: auto;
    padding: 4% 0 4%;
  }
  .cta img{
    display: block;
    margin: auto;
  }
  .cta a{
    background-image: none;
    padding-top: 0;
    display: inline;
  }
  .cta img {
    max-width: 640px;
    width:100%;
  }
}


/*--------------------- form_area ----------------------*/
.form_area {
  padding: 0 60px 60px;
}

.form_area .midashi.ttl_form {
  margin-bottom: 20px;
  border: none;
}

.form_area .midashi.ttl_form span {
  font-size: 3.3rem;
  margin: 9px 0 4px;
  line-height: 1.2;
}

.form_area .form_txt {
  font-size: 1.6rem;
  line-height: 2.0;
  padding: 0 5px;
}

.form_area .form_txt span {
  color: #d6211b;
  font-weight: bold;
}


/* --   table  -- */

.form_area table {
  width: 100%;
  max-width: 730px;
  margin: 20px auto 60px;
  border-collapse: separate;
  border-spacing: 0px;
}

.form_area table th {
  position: relative;
  color: #333;
  font-weight: bold;
  padding: 20px 0px 20px 5px;
  width: 30%;
  vertical-align: top;
  font-size: 1.8rem;
  border-bottom: #000 dotted 1px;
  letter-spacing: -0.1rem;
  line-height: 1.2em;
}
.form_area table tr:last-of-type th{
	border-bottom: none;
}

.form_area table th .required {
  position: absolute;
  top: 19px;
  right: 30px;
  color: #FFF;
  background: #b12416;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 5px;
  letter-spacing: 0.1rem;
}

.form_area table .block_area th .required {
  right: 340px;
}

.form_area td {
  color: #333;
  padding: 16px 0 16px 5px;
  line-height: 1.5em;
  letter-spacing: -0.1rem;
  border-bottom: #000 dotted 1px;
}
.form_area table tr:last-of-type td{
	border-bottom: none;
}

.form_area table tr:first-child td span.pay_txt {
  color: #d6211b;
}

.form_area table .block_area th, .form_area table .block_area td {
  border-bottom: none !important;
  padding-bottom: 10px;
}

.form_area span.cont07_set05 {
  font-size: 1.8rem;
  margin: 0 0.7em 0 0.3em;
  line-height: 1.8;
}

.form_area span.cont07_set05.small {
  font-size: 1.5rem;
  margin: 0 30px 0 0.3em;
  line-height: 1.6;
}


/* --   form  -- */

/*--- radio ----*/

input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}


label input[type="radio"] + span {
  position: relative;
  padding-left: 30px;
  padding-top:.15em;
  font-size: 1.6rem;
  cursor: default;
}


label input[type="radio"] + span::before {
  border-color: #000;
}
label span {
  display: inline-block;
}
label input[type="radio"] {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 50%;
}
label input[type="radio"] + span::before {
	z-index: 0;
	top: 5px;
	left: 0;
	background-color: transparent;
	width: 18px;
	height: 18px;

}

label input[type="radio"]:checked + span::after {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
	background-color:  #000;
	border-radius: 50%;

	z-index: 0;
	top: 8px;
	left: 3px;
	width: 12px;
	height: 12px;	
}

input[type="text"] ,
textarea{
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  width: 201px;
  height: 30px;
  padding: 5px 14px;
  font-size: 13.9px;
  font-size: 1.39rem;
  border: none;
  border-radius: 4px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.select_wrap {
  position: relative;
  width: 205px;
  height: 34px;
  padding: 1px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #eeeeee;
}

.select_wrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 2px;
  bottom: 0;
  right: 8px;
  margin: auto;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
}

form textarea, form input[type="text"], form input[type="email"] {
  border: 1px solid #333;
  padding: 3px 5px;
  font-size: 1.4rem;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

form input[type="radio"] {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.form_area label.radio{
	margin-right: 1.4em;
	display: inline-block;
}
.form_area textarea{
	width: 100%;
	height: 225px;
	margin-top: 18px;
}

.form_t01 {
  width: 320px;
  height: 32px;
  margin-right: 20px;
}

.form_t02 {
  width: 83px;
  height: 32px;
  margin-right: 20px;
}

.form_t03 {
  width: 300px;
  height: 32px;
  margin-right: 30px;
}

.form_t04 {
  width: 74px;
  height: 32px;
  margin-right: 1.0em;
}

.form_t04+span {
  margin-left: 64px;
}

.form_t05 {
  width: 145px;
  height: 32px;
  margin-right: 1.0em;
}

.form_t05+span {
  margin-left: 10px;
}

form .af {
  margin-left: 1.0em;
}

.form_t06 {
  width: 320px;
  height: 24px;
  margin-right: .5em;
  margin-left: 0;
}

.form_area button[type="submit"], 
.form_area button[type="button"]{
  background: none;
  border: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer;
}
.btn{
	transition: 0.5s;
}
.btn:hover{
	opacity: 0.7;

}

@media screen and (max-width: 768px) {
  .form_area {
    padding: 0;
    margin: 0 0 8%;
  }
  .form_area .midashi.ttl_form {
    margin-bottom: 3%;
  }
  .form_area .midashi.ttl_form span {
    font-size: 3.0rem;
    margin: 0 0 2%;
  }
  .form_area .form_txt {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0;
  }
  .form_area .form_txt span {
    color: #d6211b;
    font-weight: bold;
  }
  .form_area table {
    margin: 5% auto 5%;
  }
  .form_area table th {
    display: block;
    width: 100%;
    padding: 5% 0 2%;
    border-bottom: 1px dotted #ccc;
    font-size: 1.4rem;
  }
  .form_area table tr:last-of-type th{
    border-bottom: 1px dotted #ccc;
  }
  .form_area table th span.required {
    top: 58%;
    right: 3%;
    margin-top: -9px;
  }
  .form_area table .block_area th {
    padding-bottom: 20px;
  }
  .form_area table .block_area th .required {
    display: block;
    left: 0;
    right: auto;
    top: auto;
    bottom: -0px;
  }
  .form_area table td {
    clear: both;
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }
  .form_area table td .small {
    display: block;
  }
  .form_area table td .small.no_block {
    display: inline;
  }
  .form_area table span.cont07_set05.small {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 1em 0 0;
  }
  .form_area table .form_t04+span, .form_area table .form_t05+span {
    margin-left: 0;
  }
  .form_area table .cont07_set td+td {
    padding: 0 0 5px 0;
  }
  .form_area table .cont07_td01 {
    float: right;
    display: block !important;
    width: 20% !important;
  }
  .form_area table .cont07_set p.cont07_set03 {
    line-height: 1.4;
  }
  .form_area table .cont07_set p.cont07_set03+p.cont07_set03 {
    margin-top: 5px;
  }
  .form_area span.cont07_set05 {
    font-size: 1.5rem;
    margin: 0 0.7em 0 0.3em;
    line-height: 1.8;
  }
  .cont07_set table {
    margin: 10px 0 0 0;
  }
  .form_area table+p.center {
    font-size: 1.5rem;
  }
  /* --   form  -- */
  .form_t01 {
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
  }
  .form_t02 {
    width: 30%;
  }
  .form_t03 {
    width: 100%;
    margin-right: 0;
  }
  .form_t04 {
    width: 25%;
    margin-right: 0.5em;
  }
  form .af {
    margin-left: 0.5em;
  }
  .form_t05 {
    width: 25%;
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  .form_t06 {
    width: 35%;
    margin-right: 0.5em;
    margin-left: 0.5em;
  }



	#sec10 .bar02{
		background-size: cover;
		margin-bottom: 25px;

	}
	#sec10 .box_shadow{
		padding: 20px 5%;
	}
	.form_area textarea {
		height: 100px;
		margin-top: 10px;
	}
	#sec10 .privacy{
		padding: 0 0 0;
	}
	
	.form_area label.radio{
		display: block;
		width: 100%;
	}
	.form_area label.radio + .radio{
		margin-top: 5px;
	}
	label input[type="radio"] + span::before{
		top: 3px;
	}
	label input[type="radio"]:checked + span::after{
		top: 6px;
	}
	
	}

/* ----------------------------------------------------------------------------------------------------
*  完了ページ
* --------------------------------------------------------------------------------------------------*/

#thanks {
  background: url("../img/sec01_bg.jpg") no-repeat top center /cover;
  padding:0 0 60px;
}
#thanks .main_ttl{
  height: auto;
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  padding: 1em 0 .8em;
  margin-bottom: 1em;
  text-align: center;
  background: url("../img/ttl_bg_navy.png") repeat top center;
}
#thanks .box_shadow {
  width:950px;
  margin:0 auto;
}
#thanks .ttl {
  font-size: 3.3rem;
  line-height: 1.5;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}
#thanks .txt {
  padding:10%;
}
#thanks .txt p {
  font-size: 1.8rem;
  line-height: 2.0;
  text-align: center;
}
#thanks .btn a {
  width: 420px;
  margin: 0 auto 30px;
  display: block;
  font-size: 2.8rem;
	font-family: 'Noto Serif JP', serif; 
  text-shadow: 1px 1px 2px #fff;
  line-height: 1.3;
  color: #000c48;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
  border-radius: 3px;
  background: #e69e08;
}

@media screen and (max-width: 768px) {
  #thanks {
    padding: 0 0 5%;
  }
  #thanks .main_ttl{
    font-size: 3rem;
    padding: 6.2% 0;
    margin-bottom: 5%;
  }
  #thanks .box_shadow {
    width:96%;
    padding: 10%;
  }
  #thanks .ttl {
    font-size: 4.6vw;
    margin: 0 auto;
  }
  #thanks .txt {
    padding:10% 0;
  }
  #thanks .txt p {
    font-size: 1.6rem;
    text-align: left;
  }
  #thanks .btn a {
    width: initial;
    width: 90%;
    padding: 5% 0;
    font-size: 2rem;
    margin: 5% auto 0;
  }
}

@media screen and (min-width: 769px) {
  .fixed_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    margin:0 auto;
  }
  .fixed_btn img{
    margin:0 auto;
    max-width: 703px;
  }
}

@media screen and (max-width: 768px) {
  .fixed_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    margin:0 auto;
    padding: 5% 2%;
  }
  .fixed_btn img{
    max-width: 750px;
  }
}