@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 {
  image-rendering: -webkit-optimize-contrast;
}
figure {
  text-align: center;
  line-height: 0;
}

.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 {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
	.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: #007eb4;
	padding: 59px 0 69px !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 40%, #ffe800 40%, #ffe800 90%, transparent 91%);
}
.highlight2 {
  background: linear-gradient(transparent 40%, #f9f2a5 40%, #f9f2a5 90%, transparent 91%);
}
.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_pink{
	color: #f25c81;
}
.color_red{
	color: #ff0000;
}
.underline{
	border-bottom: 1px solid #333;
}

.sec_heading.bg_pink{
  background: #fcdbd3 url("../img/ttl_bg_pink.png") repeat top center;
}
.blue_line{
  position: relative;
}
.blue_line::before{
  position: absolute;
  content: "";
  background: rgb(42,132,204,1);
  background: linear-gradient(180deg, rgba(42,132,204,1) 0%, rgba(156,210,253,1) 100%);
  border-bottom: 1px solid #6b8ca4;
  height: 8px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.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 21vw /cover;
  padding-top: 8px;
  overflow: hidden;
}
#mv .mv_inner{
  position: relative;
}
@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 (max-width: 768px) {
  #mv{
    height: auto;
    background-image: none;
    padding-top: 0;
    overflow: visible;
  }
	.main-title {
		padding-bottom: 3%;
	}
	.main-title img {
		display: block;
		width: 100%;
	}
}
@media screen and (min-width: 1400px) {
  #mv{
    background-position: top 21vw center;
  }
  #mv .mv_inner::before{
    position: absolute;
    content: "";
    background: url("../img/main_bg_r.png") repeat-x;
    width: 17%;
    height: 724px;
    top: 0;
    right: 0;
  }
  #mv .mv_inner::after{
    position: absolute;
    content: "";
    background: url("../img/main_bg_l.png") repeat-x;
    width: 17%;
    height: 724px;
    top: 0;
    left: 0;
  }
}


/*--------------------- opening ----------------------*/
.opening{
  position: relative;
	padding: 52px 0 56px;
  overflow: hidden;
}
.opening .box_shadow{
  position: relative;
  padding: 52px 30px 90px;
}
.opening .ttl{
  position: relative;
  margin-bottom: 30px;
}
.opening .sec_block + .sec_block{
  margin-top: 46px;
}
.opening .sec_block .sub_ttl{
  font-size: 3.6rem;
  color: #007cb3;
  font-weight: bold;
  letter-spacing: -.03em;
  border-top: 1px solid #04142a;
  border-bottom: 1px solid #04142a;
  padding: 7px 0 8px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1;
  min-height: 55px;
}
.opening .sec_block ul.list{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.opening .sec_block ul.list li{
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.3;
  padding-left: 1.4em;
  letter-spacing: -.03em;
  padding: 6px 0 0 43px;
}
.opening .sec_block ul.list li:nth-of-type(odd){
  width: 510px;
}
.opening .sec_block ul.list li::before{
  position: absolute;
  content: "";
  background: url("../img/icon_check.png") no-repeat top center /cover;
  width: 31px;
  height: 34px;
  top: 0;
  left: 0;
}
.opening .sec_block ul.list li:nth-of-type(n + 3){
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .opening{
    padding: 6% 0 6%;
  }
  .opening .box_shadow{
    padding: 5% 3%;
  }
  .opening .ttl{
    margin-bottom: 8%;
  }
  .opening .sec_block + .sec_block{
    margin-top: 8%;
  }
  .opening .sec_block .sub_ttl{
    font-size: 6vw;
    padding: 3% 0;
    margin-bottom: 4%;
    min-height: inherit;
  }
  .opening .sec_block ul.list{
    display:block;
  }
  .opening .sec_block ul.list li{
    display: block;
    font-size: 4.2vw;
    line-height: 1.4;
    padding-left: 1.4em;
    padding: 1.1vw 0 0 9vw;
  }
  .opening .sec_block ul.list li:nth-of-type(odd){
    width: 100%;
  }
  .opening .sec_block ul.list li::before{
    width: 6.4vw;
    height: 6.933vw;
  }
  .opening .sec_block ul.list li:nth-of-type(n + 3),
  .opening .sec_block ul.list li + li{
    margin-top: 5%;
  }
}


/*--------------------- sec01 ----------------------*/
#sec01{
  background: #fffff7;
	padding: 0 0 32px;
  overflow: hidden;
}
#sec01 .sec_heading{
  background: #0083b8;
  height: 119px;
  padding: 15px 0 0;
  margin-bottom: 40px;
}
#sec01 h2.ttl{
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.36;
}
#sec01 .box_shadow{
  padding: 41px 12px 28px;
}
#sec01 .voice{
	border-bottom: 1px dotted #cccccc;
  padding: 0 0 12px;
  margin: auto;
  width: 100%;
}
#sec01 .voice + .voice{
	margin-top: 36px;
}
#sec01 .voice:last-child{
  border: none;
  maring-bottom: 0;
}
.voice_heading {
	margin:0 auto 31px;
}
.voice_heading h3.sub_ttl{
	font-size: 3.6rem;
	color: #f25c81;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
	margin-bottom: 30px;
  text-align: left;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.voice:nth-of-type(5) .voice_heading h3.sub_ttl{
  letter-spacing: -.02em;
}
.voice_heading h4.name{
	font-size: 2rem;
  color: #0e162b;
	text-align: right;
  font-weight: bold;
  padding-right: 26px;
}
.voice_txt{
  margin: 0 auto;
  padding: 0 12px;
}
.voice_txt p{
  font-size: 1.7rem;
  line-height: 1.8;
}
.voice_txt p + p{
	margin-top: 25px;
}
#sec01 p.sm{
  margin-top: 12px;
  font-size: 1.2rem !important;
  text-align: right;
}
#sec01 .voice img{
  border: 5px solid #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
#sec01 .voice .voice_txt .f_right{
  padding: 0 32px 20px 42px;
}


@media screen and (max-width: 768px) {
  #sec01{
    padding: 0 0 6%;
  }
  #sec01 .sec_heading{
    height: auto;
    padding: 5% 0 3%;
    margin-bottom: 5%;
  }
  #sec01 h2.ttl{
    font-size: 6.4vw;
    line-height: 1.2;
  }
  #sec01 .box_shadow{
    padding: 5% 3%;
  }
  #sec01 .voice{
    padding: 0 0 5%;
    margin: 0 auto 5%;
  }
  #sec01 .voice + .voice{
    margin-top: 5%;
  }
  #sec01 .voice:last-child{
    padding: 0;
    margin: 0 auto;
  }
  .voice_heading {
    margin:0 auto 5%;
  }
  .voice_heading h3.sub_ttl{
    font-size: 5.8vw;
    margin-bottom: 2.5% !important;
  }
  .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;
    padding: 0;
  }
  .voice_txt p + p{
    margin-top: 5%;
  }
  #sec01 p.sm{
    margin-top: 5% !important;
    font-size: 1.2rem;
  }
  #sec01 .voice .voice_txt .f_right{
    float: none;
    padding: 0 0 3%;
    width: 86%;
    max-width: 230px;
    margin: auto;
  }
}

/*--------------------- sec02 ----------------------*/
#sec02{
  position: relative;
  overflow: hidden;
}
#sec02 .sec02_body{
  background: url("../img/sec02_bg.jpg") no-repeat top center /cover;
  padding-bottom: 42px;
}
#sec02 .head_inner{
  position: relative;
  padding-top: 8px;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  #sec02 .head_inner .ttl{
    max-width: 1400px;
  }
  #sec02 .head_inner .ttl img{
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  #sec02 .head_inner::before{
    position: absolute;
    content: "";
    background: url("../img/sec02_main_bg_l.png") repeat-x top center;
    width: 50%;
    height: 597px;
    top: 8px;
    left: 0;
    z-index: -1;
  }
  #sec02 .head_inner::after{
    position: absolute;
    content: "";
    background: url("../img/sec02_main_bg_l.png") repeat-x top center;
    width: 50%;
    height: 597px;
    top: 8px;
    right: 0;
    z-index: -1;
  }
  #sec02 .head_inner .ttl{
    position: relative;
    background: url("../img/sec02_main.png") no-repeat top center /contain;
    height: 597px;
    z-index: 0;
  }
  #sec02 .head_inner .ttl img{
    display: none;
  }
}
#sec02 .box_shadow{
  position: relative;
  margin-top: -.9vw;
  padding: 40px 0 42px;
  z-index: 1;
}
#sec02 .sub_ttl_wrap{
  position: relative;
  margin: 0 auto 56px;
  padding: 0 26px;
}
#sec02 .sub_ttl_wrap::before{
  position: absolute;
  content: "";
  width: 153px;
  height: 138px;
  top: 0em;
  left: 42px;
}
#sec02 .sub_ttl_wrap.rs1::before{
  background: url("../img/sec02_rs1.png") no-repeat top center /cover;
}
#sec02 .sub_ttl_wrap.rs2::before{
  background: url("../img/sec02_rs2.png") no-repeat top center /cover;
}
#sec02 .sub_ttl_wrap.rs3::before{
  background: url("../img/sec02_rs3.png") no-repeat top center /cover;
  left: 39px !important;
}
#sec02 .sub_ttl_wrap .sub_ttl{
  text-align: left;
  font-size: 4.15rem;
  font-style: italic;
  letter-spacing: -.05em;
  white-space: nowrap;
  color: #2b4883;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 168px;
  padding-top: 20px;
}
#sec02 .sub_ttl_wrap.rs3 .sub_ttl{
  letter-spacing: -.1em;
  padding-top: 41px;
  padding-left: 160px;
}
#sec02 .sub_ttl_wrap .sub_ttl span{
  text-indent: -1em;
  padding-left: .2em;
}
#sec02 .sub_ttl_wrap:nth-of-type(3){
  margin-top: 80px;
}
#sec02 .sub_ttl_wrap:nth-of-type(5){
  margin-top: 52px;
  margin-bottom: 84px;
}

#sec02 .sec_content{
  padding: 0 26px;
}
#sec02 .sub_ttl_wrap.rs1 + .sec_content figure{
  padding: 48px 8px 80px 26px;
}
#sec02 .sub_ttl_wrap.rs1 + .sec_content figure + p{
  margin-top: 30px;
}
#sec02 .sub_ttl_wrap.rs2 + .sec_content figure{
  padding: 36px 24px 30px 6px;
}
#sec02 .sub_ttl_wrap.rs2 + .sec_content figure + p{
  margin-top: 46px;
}
#sec02 .sub_ttl_wrap.rs3 + .sec_content figure{
  padding: 20px 8px 60px 26px;
}
#sec02 .sub_ttl_wrap.rs3 + .sec_content figure + p{
  margin-top: 30px;
}

#sec02 .sec_content:last-child{
  margin-bottom: 0;
}
#sec02 .sec_content p{
  line-height: 1.45;
}
#sec02 .sec_content p + p{
  margin-top: 30px;
}
#sec02 .dif_box{
  margin: 92px auto 68px;
  padding: 0 30px;
}
#sec02 .dif_box .mds{
  margin-bottom: 38px;
}
#sec02 .dif_box table{
  width: 842px;
  margin: 26px auto 0;
  border-collapse: collapse;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
#sec02 .dif_box table th{
  background-color: #007cb3;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 13px 0 11px;
  width: 50%;
}
#sec02 .dif_box table th:nth-child(1){
  color: #fff;
}
#sec02 .dif_box table th:nth-child(2){
  color: #ffe800;
}
#sec02 .dif_box table td{
  color: #111;
  line-height: 1.4;
  border: 1px solid #999;
  vertical-align: top;
}
#sec02 .dif_box table td{
  font-size: 1.6rem;
  padding: 13px 15px 11px 22px;
  letter-spacing: -.01em;
  line-height: 1.6;
}
#sec02 .dif_box table td:nth-of-type(1){
  background: #fff;
}
#sec02 .dif_box table td:nth-of-type(2){
  background: #faf9f7;
}
#sec02 .dif_box table tr:nth-of-type(2) td{
  border-top: none;
}

#sec02 .method_inn{
  margin: 0 auto;
}
#sec02 .method_inn h3.sub_ttl{
  background: #007cb3;
	margin: 0 auto 40px;
  padding: 29px 0;
  height: 104px;
}
#sec02 .method_inn .txt_box{
  padding: 0 40px;
}
#sec02 .method_inn .txt_box img{
  padding: 0 42px 0 40px;
}
#sec02 .method_inn .txt_box p{
  font-size: 1.8rem;
  letter-spacing: -.01em;
}
#sec02 .method_inn .txt_box img + p{
  padding-top: 60px;
}
#sec02 .method_inn .txt_box p + p{
  margin-top: 30px;
}


@media screen and (max-width: 768px) {
  #sec02{
  }
  #sec02 .sec02_body{
    padding-bottom: 5%;
  }
  #sec02 .flex{
    display: block;
  }
  #sec02 .head_inner .ttl{
    position: relative;
    background: url("../img/sec02_main_sp.png") no-repeat top center /cover;
    padding-top: 50%;
  }
  #sec02 .head_inner .ttl img{
    display: none;
  }
  #sec02 .box_shadow{
    margin-top: -3.8vw;
    padding: 8% 0 5%;
  }
  #sec02 .sub_ttl_wrap{
    margin: 0 auto 5%;
    padding: 0 3%;
  }
  #sec02 .sub_ttl_wrap::before,
  #sec02 .sub_ttl_wrap.rs3::before{
    width: 18.133vw;
    height: 16.267vw;
    top: -.6em !important;
    left: .8em !important;
  }
  #sec02 .sub_ttl_wrap .sub_ttl,
  #sec02 .sub_ttl_wrap.rs3 .sub_ttl{
    font-size: 5.6vw;
    padding-left: 19vw !important;
    padding-top: 0 !important;
    margin-bottom: 8%;
    white-space: normal;
  }
  #sec02 .sub_ttl_wrap .sub_ttl span{
    text-indent: -1em;
    padding-left: 0;
  }
  #sec02 .sec_content + .sub_ttl_wrap,
  #sec02 .sub_ttl_wrap:nth-of-type(3),
  #sec02 .sub_ttl_wrap:nth-of-type(5){
    margin-top: 12%;
    margin-bottom: 0;
  }

  #sec02 .sec_content{
    padding: 0 3%;
  }
  #sec02 .sub_ttl_wrap figure{
    float: none;
  }
  #sec02 .sub_ttl_wrap.rs1 + .sec_content figure,
  #sec02 .sub_ttl_wrap.rs2 + .sec_content figure,
  #sec02 .sub_ttl_wrap.rs3 + .sec_content figure{
    padding: 5% 0;
    float: none;
  }
  #sec02 .sub_ttl_wrap.rs1 + .sec_content figure + p,
  #sec02 .sub_ttl_wrap.rs2 + .sec_content figure + p,
  #sec02 .sub_ttl_wrap.rs3 + .sec_content figure + p{
    margin-top: 0;
  }
  #sec02 .sub_ttl_wrap + .sec_content figure img{
    width: 86%;
  }
  #sec02 .sec_content p + p{
    margin-top: 5%;
  }

  #sec02 .dif_box{
    width: 100%;
    margin: 10% auto 0;
  }
  #sec02 .dif_box .mds{
    margin-bottom: 5%;
  }
  #sec02 .dif_box .mds img{
    width: 86%;
  }
  #sec02 .dif_box table{
    width: 100%;
    margin: 5% auto 0;
  }
  #sec02 .dif_box table th{
    font-size: 4vw;
    padding: 3% 0;
  }
  #sec02 .dif_box table td{
    font-size: 3.8vw;
    padding: 3%;
    line-height: 1.5;
  }

  #sec02 .method_inn{
    width: 100%;
    padding: 0;
    margin: 10% auto 0;
  }
  #sec02 .method_inn h3.sub_ttl{
    width: 100%;
    margin: 0 auto 5%;
    padding: 3% 0;
    height: auto;
  }
  #sec02 .method_inn .txt_box{
    padding: 0 3%;
  }
  #sec02 .method_inn .txt_box img{
    padding: 3% 0;
    float: none;
    width: 60%;
  }
  #sec02 .method_inn .txt_box p{
    font-size: 1.5rem;
    letter-spacing: -.01em;
  }
  #sec02 .method_inn .txt_box img + p{
    padding-top: 0;
  }
  #sec02 .method_inn .txt_box p + p{
    margin-top: 5%
  }
}
@media screen and (orientation: landscape) and (max-width: 767px){
  #sec02 .sub_ttl_wrap::before{
    top: -1em !important;
  }
}

/*--------------------- sec03 ----------------------*/
#sec03{
  position: relative;
  padding-top: 6px;
  padding-bottom: 36px;
  background: url("../img/sec03_bg.png") no-repeat top 598px center /cover;
  overflow: hidden;
  z-index: 0;
}
.blue_line::before{
  height: 6px !important;
}
#sec03 .head_inner{
  position: relative;
}
@media screen and (max-width: 1400px) {
  #sec03 .head_inner .ttl{
    max-width: 1400px;
  }
  #sec03 .head_inner .ttl img{
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  #sec03 .head_inner::before{
    position: absolute;
    content: "";
    background: url("../img/sec03_main_bg_l.png") repeat-x top center;
    width: 50%;
    height: 729px;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #sec03 .head_inner::after{
    position: absolute;
    content: "";
    background: url("../img/sec03_main_bg_r.png") repeat-x top center;
    width: 8%;
    height: 729px;
    top: 0;
    right: 0;
    z-index: 1;
  }
  #sec03 .head_inner .ttl{
    position: relative;
    background: url("../img/sec03_main.png") no-repeat top center /contain;
    height: 729px;
    z-index: 2;
  }
  #sec03 .head_inner .ttl img{
    display: none;
  }
}
@media screen and (min-width: 1680px) {
  #sec03 .head_inner::after{
    width: 18%;
  }
}
#sec03 .box_shadow{
  position: relative;
  z-index: 3;
  margin-top: -6.8vw;
  padding-top: 68px;
  padding-bottom: 78px;
}
#sec03 .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 34px;
  width: 800px;
}
#sec03 .sub_ttl_wrap:nth-of-type(3){
  margin-bottom: 60px;
}
#sec03 .sub_ttl_wrap:nth-of-type(5){
  margin-top: 52px;
  margin-bottom: 48px;
}
#sec03 .sub_ttl_wrap .sub_ttl{
	font-size: 4.2rem;
}
#sec03 .sub_ttl2{
	margin-bottom: 56px;
}

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

#sec03 .inner_box .img_l2{
  width: 300px;
  padding-left: 18px;
}
#sec03 .inner_box .txt_r2{
  width: 508px;
  padding-top: 6px;
}
#sec03 .inner_box .txt_r2 dl + dl{
  margin-top: 58px;
}
#sec03 .method dt{
  position: relative;
  font-size: 2.4rem;
  color: #111;
  margin-bottom: 26px;
  padding-left: 1.7em;
}
#sec03 .method dd p{
  letter-spacing: -.01em;
  line-height: 1.65;
  padding-right: 26px;
}
#sec03 .method dd + dt{
  margin-top: 42px;
}
#sec03 .method dt::before{
  position: absolute;
  content: "●";
  color: #007cb3;
  font-size: 3.6rem;
  top: -.15em;
  left: 5px;
}


@media screen and (max-width: 768px) {
#sec03{
  padding-bottom: 5%;
}
  #sec03 .flex{
    display: block;
  }
  #sec03 .head_inner .ttl img{
    display: none;
  }
  #sec03 .head_inner .ttl{
    background: url("../img/sec03_main_sp.png") no-repeat top center /cover;
    padding-top: 55.833%;
    margin: auto;
  }
  #sec03 .box_shadow{
    margin-top: -2vw;
    padding: 5% 3%;
  }
  #sec03 .sub_ttl_wrap{
    padding: 4.2% 0 3.8% !important;
    margin: 0 auto 5% !important;
    width: 100%;
  }
  #sec03 .sub_ttl_wrap .sub_ttl{
    font-size: 6vw;
  }
  #sec03 .sub_ttl2{
    margin-bottom: 5%;
  }
  #sec03 .sub_ttl_wrap p{
    font-size: 4.2vw;
  }
  #sec03 .inner_box{
    margin-bottom: 8%;
    padding-left: 0;
    padding-right: 0;
  }
  #sec03 .inner_box.n{
    padding-left: 0;
    padding-right: 0;
  }
  #sec03 .inner_box.w{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8%;
  }
  #sec03 .inner_box:last-child{
    margin-bottom: 0;
  }
  #sec03 .inner_box:nth-of-type(4){
    margin-bottom: 12%;
  }
  #sec03 .inner_box:nth-of-type(4) .f_right{
    float: none;
    padding-bottom: 3%;
  }
  #sec03 .inner_box p{
    margin-bottom: 5% !important;
    font-size: 1.5rem !important;
  }
  #sec03 dl.price {
      padding-top: 2%;
      margin-bottom: 5%;
  }
  #sec03 dl.price dt{
      font-size: 2rem;
      margin-bottom: 5%;
  }
  #sec03 dl.price dd{
      font-size: 2.4rem;
  }
  #sec03 dl.price dd .lg{
    font-size: 2.8rem;
  }

  #sec03 .inner_box .img_l1{
    padding: 0 0 3%;
    width: 100%;
    text-align: center;
  }
  #sec03 .inner_box .img_l1 img{
    width: 60%;
  }
  #sec03 .inner_box .txt_r1{
    padding: 0;
    width: 100%;
  }
  #sec03 .inner_box .mds{
    font-size: 5.2vw !important;
    margin: 10% auto 6%;
  }
  #sec03 .inner_box .img_l2{
    padding: 0 0 5%;
    width: 100%;
    text-align: center;
  }
  #sec03 .inner_box .img_l2 img{
    width: 60%;
  }
  #sec03 .inner_box .txt_r2{
    padding: 0;
    width: 100%;
  }
  #sec03 .inner_box .txt_r2 dl + dl{
    margin-top: 5%;
  }
  #sec03 .method dt{
    font-size: 4.5vw;
    margin-bottom: 4.2%;
    padding-left: 6.4vw;
    line-height: 1.26;
  }
  #sec03 .method dd p{
    line-height: 1.6;
    padding-right: 0;
  }
  #sec03 .method dl + dl dd p:last-child{
    margin-bottom: 0 !important;
  }
  #sec03 .method dd + dt{
    margin-top: 6.8%;
  }
  #sec03 .method dt::before{
    font-size: 5.2vw !important;
    left: 0;
    top: -.1em;
  }
}


/*--------------------- sec04 ----------------------*/
#sec04{
  background: url("../img/sec04_bg.jpg") no-repeat bottom center /cover;
  padding-top: 52px;
  padding-bottom: 46px;
  overflow: hidden;
}
#sec04 h2.ttl{
  margin-bottom: 50px;
}
#sec04 .box_shadow{
  background-image: url("../img/sec04_frame1.png") , url("../img/sec04_frame2.png");
  background-repeat: no-repeat , no-repeat;
  background-position: top 26px center , bottom 20px center;
  background-size: auto , auto;
  padding: 90px 30px 78px;
}
#sec04 .inner_wrap{
	margin: 0 auto;
  position: relative;
}
#sec04 .inner_wrap .fr{
  width: 352px;
}
#sec04 .inner_wrap .fl{
  width: 520px;
  padding-right: 17px;
  padding-left: 35px;
}
#sec04 p{
	font-family: 'Noto Serif JP', serif;
  font-size: 1.67rem;
  line-height: 1.45;
  color: #333;
}
#sec04 .fl p + p{
	margin-top: 22px;
}
#sec04 figure,
#sec04 figcaption{
	text-align: center;
}
#sec04 figcaption p{
  color: #252c3b;
  line-height: 1;
}
#sec04 figcaption p:nth-of-type(1){
  margin-top: 26px;
  font-size: 1.7rem;
}
#sec04 figcaption p:nth-of-type(2){
  margin-top: 8px;
  font-size: 3.1rem;
  font-weight: 500;
}


@media screen and (max-width: 768px) {
  #sec04{
    padding-top: 5%;
    padding-bottom: 6%;
  }
  #sec04 .flex{
    display: block;
  }
  #sec04 h2.ttl{
    margin-bottom: 5%;
    padding: 0;
  }
  #sec04 h2.ttl img{
    width: 86%;
  }
  #sec04 .box_shadow{
    padding: 6.2% 3% 5%;
}
  #sec04 .inner_wrap{
    margin-bottom: 0;
    width: 100%;
  }
  #sec04 .inner_wrap .fr{
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
  }
  #sec04 .inner_wrap .fr figure{
    width: 68%;
    margin: auto;
  }
  #sec04 .inner_wrap .fl{
    width: 100%;
    padding: 0;
  }
  #sec04 p{
    font-size: 1.5rem;
  }
  #sec04 .fl p + p{
    margin-top: 5%;
  }
  #sec04 .fl div{
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 8.6%;
    float: right;
  }
  #sec04 .fl div p{
    display: inline-block;
    text-align: center;
  }
  #sec04 .fl div p:nth-of-type(1){
    font-size: 4.2vw;
  }
  #sec04 .fl div p:nth-of-type(2){
    margin-top: 0;
    font-size: 5.8vw;
  }
}

/*--------------------- sec10 ----------------------*/
#sec10 {
  background: #fffff7;
	padding: 0 0 48px;
  overflow: hidden;
}
#sec10 .sec_heading{
  background: #007eb4;
  border-top: 8px solid #ffce00;
  height: 130px;
  padding: 36px 0 0;
  margin-bottom: 27px;
}
#sec10 h2.ttl{
  font-size: 4.8rem;
  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 48px;
}
#sec10 .txt_box {
  padding-bottom: 20px;
}
#sec10 .txt_box p.fs14 {
  font-size: 1.4rem;
}
#sec10 .txt_box .lead {
  padding-left: 40px;
}
#sec10 .txt_box p + p {
  margin-top: 15px;
}
#sec10 .txt_box a:link,
#sec10 .txt_box .mailadr{
  color: #0b6cda;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-left: 5px;
  margin-right: 5px;
}
#sec10 .txt_box .sm_gray {
  color: #666;
  font-size: 1.4rem;
}

#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: 6% 0;
    height: auto;
    margin-bottom: 5%;
  }
  #sec10 h2.ttl{
    font-size: 6.4vw;
  }
  #sec10 p.btn{
    width: 100%;
    padding-top: 15.6472%;
    background-size: contain;
  }
  #sec10 .box_shadow {
    padding: 5% 3% !important;
    width: 96%;
  }
  #sec10 .txt_box .lead {
    padding-left: 5%;
    margin-bottom: 6%;
  }
  #sec10 .txt_box p + p {
    margin-top: 3%;
  }
  #sec10 .txt_box a:link,
  #sec10 .txt_box .mailadr{
    margin: 0 .6%;
  }
  #sec10 .txt_box .sm_gray {
    margin-left: 0;
  }
  
  
  
  #sec10 .small.pt4 {
    padding-top: 0;
  }
  #sec10 #mail {
    margin-bottom: 10px;
  }
  #sec10 .privacy {
    font-size: 1.4rem;
    padding-bottom: 22px;
    line-height: 1.6;
  }
}

/*--------------------- cta ----------------------*/
.cta {
  position: relative;
  height: 137px;
  padding: 16px 0 0;
  line-height: 1;
  text-align: center;
  background: url("../img/ttl_bg.png") no-repeat top right /cover;
  z-index: 0;
}
.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 12px;
}

.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 20px;
  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: 21px;
  right: 30px;
  color: #FFF;
  background: #b12416;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.8rem;
  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: 60px;
  height: 32px;
  margin-right: 8px;
}
.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/mv_bg.jpg") no-repeat top center /cover;
  padding:0 0 60px;
}
#thanks .main_ttl{
  height: auto;
  font-size: 5rem;
  color: #fff;
  padding: .8em 0;
  margin-bottom: 1em;
  text-align: center;
  background: url("../img/ttl_bg.png") repeat top center /cover;
}
#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: #00072d;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
  border-radius: 3px;
  background: #FFCE00;
}

@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;
  }
}