@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;
}
html {
  font-size: 62.5%;
}

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

strong{
	font-weight: bold;
}

ol, ul, li {
  list-style: none;
}

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


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

img {
  max-width: 100%;
  height: auto;
}
a img {
  border: none;
}
.sp{
	display: none !important;
}
.pc{
	display: block !important;
}
table {
  width: 100%;
}

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

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

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


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

@media screen and (min-width: 769px) {
  #footer {
    padding-top: 5px;
    background-size: 100%;
  }
  #footer .footer_list {
    padding-bottom: 12px;
  }
  #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;
}
.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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_box:before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 96%;
  }
  .box_shadow {
    padding: 20px 3%;
  }
  .btn_box a {
    width: 96%;
  }
  /*
  .btn_box {
    padding: 15px 0;
  }
  .btn_box:before {
    height: 3px;
  }
  .btn_box a {
    width: 96%;
  }
  .btn_box a img {
    width: 100%;
    height: auto;
  }
  */
}
@media screen and (min-width: 769px) {
  .btn_box {
    height: 140px;
    padding-top: 10px;
  }
}

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

.font_min {
  font-family: 'Noto Serif JP', serif;
}
.font_gos {
  font-family: 'Noto Sans JP', serif;
}
.fwb {
  font-weight: bold;
}
.highlight {
  background: linear-gradient(transparent 60%, #ffec06 60%);
}
.highlight2 {
  background: linear-gradient(transparent 45%, #ffec06 45%);
}
.udl_wh {
  background: linear-gradient(transparent 88%, #fff 92%, #fff 95%, transparent 92%);
}
.udl {
  background: linear-gradient(transparent 87%, #333 88%, #333 92%, transparent 92%);
}
.mac .udl{
  border-bottom: 1px solid #333;
  padding-bottom: .1em;
  background: none;
}
.mac .udl_wh{
  border-bottom: 1px solid #fff;
  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_narrow20{
  letter-spacing: -.2em;
}
.nowrap{
  white-space: nowrap;
}
.lh12{
	line-height: 1.2;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.color_orange{
	color: #e82400;
}
.color_pink{
	color: #cc3467;
}
.sec_block{
	margin-bottom: 26px;
}
.sec_content p{
  padding-left: 10px;
  padding-right: 10px;
}
.sec_heading.bg_stripe{
  position: relative;
	background: url("../img/ttl_bg.png") repeat top center;
  height: 147px;
}
.sec_heading.bg_wine{
  position: relative;
	background: #931400;
  height: 153px;
  border-top: 4px solid #a89271;
}
.sec_heading.bg_wine2{
  position: relative;
	background: #931400;
  height: 144px;
}
.sec_heading{
	text-align: center;
}
.ttl,
.subttl{
  text-align: center;
}

p.obi {
	width: 100%;
	margin-bottom: 0 !important;
	height: 165px;
	background: url(../img/img_obi.jpg) repeat-x center center;
	background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  p.obi_header img.pc{
  	max-width: 100%;
  	display: block;
  	margin: 0 auto;
  }
  p.obi_header {
    width: 100%;
    height: auto;
    background: url(../img/img_obi.jpg) repeat-x center center;
  	background-size: auto 100%;
  }
  p.obi_header.ptn01 {
    background-position: top left 228px;
    width: 100%;
    margin-bottom: 0 !important;
    height: 165px;
  }
  p.obi_header.ptn01 img {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .mb26{	margin-bottom: 3% !important;}
  .mb40,.mb50{	margin-bottom: 5% !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;
  }
  .udl_wh{
    background: linear-gradient(transparent 85%, #fff 88%, transparent 95%);
    display: inline;
    padding: 0 0 0;
  }
  .nowrap{
    white-space: normal;
  }
  .sec_block{
    margin-bottom: 1em;
  }
  /*
  .sec_heading{
    padding-bottom: 1.5em;
  }
  */
  .sec_content p{
    padding-left: 0;
    padding-right: 0;
  }
	p.obi {
		height: auto;
		line-height: 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/fv_bg.jpg") no-repeat center bottom /cover;
  display: block;
  border-bottom: 5px solid #212121;
}
#mv::before{
  position: absolute;
  content: "";
  background: url("../img/line_top.png") repeat-x top center;
  width: 100%;
  height: 7px;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .mv_inner{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 7px;
  }
  .mv_inner .main-title img{
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #mv{
    border: none;
    height: auto;
    background-image: none;
  }
  #mv::before{
    display: none;
    height: 0;
  }
  .main-title{
  }
	.main-title img {
		display: block;
		width: 100%;
	}
}


/*--------------------- sec01 ----------------------*/
#sec01{
  background: #212121;
  border-top: 4px solid #a89271;
  padding: 28px 0;
}
#sec01 .sec_content{
  padding: 0 26px;
}
#sec01 .sec_content:first-child{
  margin-bottom: 40px;
}
#sec01 .sec_heading{
  position: relative;
  margin: 0 auto 45px;
}
#sec01 .sec_heading.color_yel{
  margin-bottom: 52px;
}
#sec01 .sec_heading::after{
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  width: 548px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
#sec01 .sec_heading.color_yel::after{
  bottom: -7px;
}
#sec01 .mds_ttl{
  font-size: 4.4rem;
  color: #fff;
}
#sec01 .color_yel .mds_ttl{
  color: #ffec06;
}
#sec01 .lead_box{
  background: url("../img/sec01_bg.png") no-repeat top center;
  margin-bottom: 56px;
  padding-top: 8px;
  min-height: 349px;
}
#sec01 .lead_box p{
  font-size: 2.3rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  line-height: 1.32;
}
#sec01 .lead_box > p + p{
  margin-top: 27px;
}
#sec01 p{
  color: #fff;
  font-size: 1.6rem;
}
#sec01 .txt_box p{
  line-height: 1.85;
}
#sec01 .txt_box p + p{
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #sec01{
    padding: 5% 0 6%;
  }
  #sec01 .sec_content{
    padding: 0 1.6%;
  }
  #sec01 .sec_content:first-child{
    margin-bottom: 10%;
  }
  #sec01 .sec_heading{
    margin: 0 auto 4%;
  }
  #sec01 .sec_heading.color_yel{
    margin-bottom: 5%;
  }
  #sec01 .sec_heading::after{
    width: 100%;
    bottom: -7px;
  }
  #sec01 .mds_ttl{
    font-size: 6.2vw;
  }
  #sec01 .lead_box{
    background-size: 120%;
    background-position: top 50% center;
    margin-bottom: 10%;
    padding: 3% 0 5%;
    min-height: inherit;
  }
  #sec01 .lead_box p{
    font-size: 4.8vw;
    line-height: 1.4;
  }
  #sec01 .lead_box > p + p{
    margin-top: 5%;
  }
  #sec01 p{
    font-size: 1.5rem;
  }
  #sec01 .txt_box p + p{
    margin-top: 6%;
  }
}

/*--------------------- sec02 ----------------------*/
#sec02{
  padding-bottom: 78px;
}
#sec02 .sec_heading{
  margin-bottom: 56px;
}
#sec02 h2.ttl{
  font-size: 6rem;
  color: #fff;
  padding: 24px 0 0;
}
#sec02 .sub_ttl{
  text-align: center;
  margin: 56px auto 52px;
  width: 634px;
  font-size: 3.6rem;
  border-top: 2px dotted #154a71;
  border-bottom: 2px dotted #154a71;
  padding: 9.5px 0 6px;
}
#sec02 .sec_content{
  padding: 0 18px;
}
#sec02 .sec_content:last-child{
  margin-bottom: 0;
}
#sec02 .sec_content p{
  font-size: 1.6rem;
}
#sec02 .sec_content p + p{
  margin-top: 23px;
}
#sec02 .fl1{
  width: 355px;
  padding-left: 18px;
  margin-bottom: 40px;
}
#sec02 .fr1{
  width: 516px;
  padding-top: 34px;
  padding-right: 10px;
}
#sec02 .fr1 table{
  width: 506px;
}
#sec02 .fr1 th{
  text-align: center;
  background: #eb5021;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid #eb5021;
  padding: 8px 0 6px;
}
#sec02 .fr1 td{
  text-align: center;
  border: 1px solid #a4a4a4;
  font-size: 1.7rem;
  padding: 9px 0 7px;
}
#sec02 .fr1 th:nth-child(1){
  width: 81px;
}
#sec02 .fr1 th:nth-child(2){
  width: 120px;
}
#sec02 .fr1 th:nth-child(3){
  width: 80px;
}
#sec02 .fr1 th:nth-child(4){
  width: 225px;
}
#sec02 .fr1 tr:nth-child(even){
  background: #fefefe;
}
#sec02 .fr1 tr:nth-child(odd){
  background: #f3f3f3;
}
#sec02 .fl2{
  width: 362px;
  padding-left: 12px;
}
#sec02 .fr2{
  width: 525px;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  #sec02{
    padding-bottom: 6%;
  }
  #sec02 .flex{
    display: block;
  }
  #sec02 .sec_heading{
    margin-bottom: 5%;
    height: auto;
  }
  #sec02 h2.ttl{
    font-size: 8.2vw;
    color: #fff;
    padding: 4% 0 5%;
  }
  #sec02 .sub_ttl{
    text-align: center;
    margin: 8% auto 5%;
    width: 100%;
    font-size: 5.6vw;
    padding: 2.6% 0;
    line-height: 1.2;
  }
  #sec02 .sec_content{
    padding: 0 1.6%;
  }
  #sec02 .sec_content p{
    font-size: 1.5rem;
  }
  #sec02 .sec_content p + p{
    margin-top: 5%;
  }
  #sec02 .fl1{
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 3%;
    margin-top: -3%;
  }
  #sec02 .fl1 img{
    width:68%;
  }
  #sec02 .fr1{
    width: 100%;
    padding: 0 0 3%;
  }
  #sec02 .fr1 table{
    width: 100%;
  }
  #sec02 .fr1 th{
    font-size: 1.4rem;
  }
  #sec02 .fr1 td{
    font-size: 1.6rem;
  }
  #sec02 .fl2{
    width: 100%;
    padding: 3% 0 0;
    text-align: center;
  }
  #sec02 .fl2 img{
    width: 86%;
  }
  #sec02 .fr2{
    width: 100%;
    padding-right: 0;
  }
}

/*--------------------- common ----------------------*/
.common_ttl{
  background: url("../img/common_ttl_bg.jpg") no-repeat top center /cover;
  border-bottom: 5px solid #212121;
}
.common_ttl .ttl{
  margin: 0;
  padding: 0;
  line-height: 0;
}
.common_ttl .ttl img{
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .common_ttl{
    overflow: hidden;
  }
  .common_ttl .ttl img{
    width: 120%;
    max-width: inherit;
    margin-left: -14%;
  }
}

/*--------------------- sec03 ----------------------*/
#sec03 .sec03_body{
  background: url("../img/sec03_bg.jpg") no-repeat top center /cover;
  padding: 32px 0 38px;
}
#sec03 .box_shadow{
  padding: 36px 26px 26px;
}
#sec03 .sec_content{
  margin-bottom: 60px;
}
#sec03 .sec_content:last-child{
  margin-bottom: 0;
}
#sec03 .sec_heading{
  position: relative;
  margin: 0 auto 30px;
  border-bottom: 2px solid #a89271;
  padding: 0 0 20px;
  width: 885px;
}
#sec03 .sec_heading.mb48{
  margin-bottom: 48px;
}
#sec03 .sec_heading::before{
  position: absolute;
  content: "";
  width: 114px;
  height: 128px;
  top: 8px;
  left: 0;
}
#sec03 .sec_heading.step1::before{
  background: url("../img/sec03_step1.png") no-repeat top center;
}
#sec03 .sec_heading.step2::before{
  background: url("../img/sec03_step2.png") no-repeat top center;
}
#sec03 .sec_heading.step3::before{
  background: url("../img/sec03_step3.png") no-repeat top center;
}
#sec03 .sec_heading .sub_ttl{
  font-size: 5.9rem;
  transform: scale(0.95, 1);
  text-align: left;
  line-height: 1.16;
  letter-spacing: -.08em;
  padding-left: 126px;
  font-weight: 500;
}
#sec03 .sec_heading.step2 .sub_ttl{
  font-size: 5.7rem;
}
#sec03 .sec_heading.step3 .sub_ttl{
  font-size: 6.2rem;
}
#sec03 .sec_heading.step3 .sub_ttl .aj{
  display: inline-block;
  margin-left: -20px;
}

#sec03 .sec_content p{
  font-size: 1.6rem;
}
#sec03 .sec_content p + p{
  margin-top: 23px;
}
#sec03 .sec_content .voice{
  margin: auto;
  width: 100%;
}
#sec03 .fl1{
  width: 453px;
}
#sec03 .fr1{
  width: 428px;
}
#sec03 .fl2{
  width: 500px;
}
#sec03 .fr2{
  width: 388px;
}
#sec03 .fl3{
  width: 391px;
  padding-left: 3px;
}
#sec03 .fr3{
  width: 500px;
  padding-left: 5px;
  margin-bottom: 20px;
}
#sec03 .fr3 p{
  padding-right: 0;
}
#sec03 .fl4{
  width: 495px;
}
#sec03 .fr4{
  width: 388px;
}
#sec03 .fl4 ul{
  margin: 0 0 30px 10px;
}
#sec03 .fl4 li{
  position: relative;
  font-size: 2rem;
  margin-bottom: 5px;
  padding-left: 2.4rem;
}
#sec03 .fl4 li::before{
  position: absolute;
  content: "●";
  color: #e82400;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #sec03 .flex{
    display: block;
  }
  #sec03 .sec03_body{
    padding: 3% 0 6%;
  }
  #sec03 .box_shadow{
    padding: 8% 3% 3%;
  }
  #sec03 .sec_content{
    margin-bottom: 13%;
  }
  #sec03 .sec_heading{
    margin: 0 auto 4%;
    padding: 0 0 3%;
    width: 100%;
  }
  #sec03 .sec_heading.mb48{
    margin-bottom: 4%;
  }
  #sec03 .sec_heading::before{
    background-size: cover !important;
    width: 50px;
    height: 56px;
    top: -10%;
  }
  #sec03 .sec_heading .sub_ttl{
    font-size: 6vw !important;
    padding-left: 16%;
  }
  #sec03 .sec_heading.step3 .sub_ttl .aj{
    margin-left: -4%;
  }
  #sec03 .sec_content p{
    font-size: 1.5rem;
  }
  #sec03 .sec_content p + p{
    margin-top: 5%;
  }
  #sec03 .fl1{
    width: 100%;
  }
  #sec03 .fr1{
    width: 100%;
    text-align: center;
    padding: 5% 0 0;
  }
  #sec03 .fl2{
    width: 100%;
  }
  #sec03 .fr2{
    width: 100%;
    text-align: center;
    padding: 3% 0 0;
  }
  #sec03 .fl3{
    width: 100%;
    text-align: center;
    padding: 3% 0;
  }
  #sec03 .fr3{
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
  }
  #sec03 .fr3 p{
    padding-right: 0;
  }
  #sec03 .fl4{
    width: 100%;
  }
  #sec03 .fr4{
    width: 100%;
    text-align: center;
    padding: 3% 0 0;
  }
  #sec03 .fr1 img,
  #sec03 .fr2 img,
  #sec03 .fl3 img,
  #sec03 .fr4 img{
    width: 86%;
  }
  #sec03 .fl4 ul{
    margin: 0 0 3% 0;
  }
  #sec03 .fl4 li{
    font-size: 1.8rem;
    margin-bottom: 3px;
    padding-left: 2rem;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px){
  #sec03 .sec_heading::before{
    width: 86px;
    height: 97px;
    top: -10%;
  }
}



/*--------------------- sec04 ----------------------*/
#sec04{
  background: url("../img/sec04_bg.jpg") no-repeat top center /cover;
  padding-bottom: 70px;
}
#sec04 .sec_heading{
  margin-bottom: 40px;
}
#sec04 h2.ttl{
  font-size: 7.2rem;
  color: #fff;
  padding: 18px 0 0;
}
#sec04 .sub_ttl_wrap{
  position: relative;
  margin: 0 auto 48px;
}
#sec04 .sub_ttl_wrap::before{
  position: absolute;
  content: "";
  background: url("../img/sec04_tokuten.png") no-repeat top center;
  width: 130px;
  height: 116px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
#sec04 .sub_ttl{
  position: relative;
  text-align: center;
  margin: auto;
  width: 760px;
  font-size: 4.32rem;
  color: #231815;
  border-top: 2px solid #a89271;
  border-bottom: 2px solid #a89271;
  padding: 8px 0 4.5px;
}
#sec04 .sub_ttl::before{
  position: absolute;
  content: "";
  background: url("../img/ico_star.png") no-repeat top center;
  width: 26px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 72px;
}
#sec04 .sub_ttl::after{
  position: absolute;
  content: "";
  background: url("../img/ico_star.png") no-repeat top center;
  width: 26px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 82px;
}
#sec04 .sec_content{
  width: 922px;
  margin: 0 auto 110px;
}
#sec04 .sec_content:last-child{
  margin-bottom: 0;
}
#sec04 .sec_content p {
  padding-left: 0;
  padding-right: 0;
}
#sec04 .sec_content p{
  font-size: 1.6rem;
  letter-spacing: -.01em;
}
#sec04 .sec_content p + p{
  margin-top: 23px;
}
#sec04 .txt_box{
  padding: 0 20px;
}
#sec04 .img_box{
  width: 860px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#sec04 .img_box figure{
  line-height: 0;
}
#sec04 .fr1{
  width: 530px;
  padding-right: 30px;
}
#sec04 .fl1{
  width: 366px;
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  #sec04{
    padding-bottom: 6%;
  }
  #sec04 .sec_heading{
    margin-bottom: 5%;
    height: auto;
  }
  #sec04 h2.ttl{
    font-size: 8.2vw;
    color: #fff;
    padding: 4% 0 5%;
  }
  #sec04 .sub_ttl_wrap{
    margin: 0 auto 5%;
  }
  #sec04 .sub_ttl_wrap::before{
    background-size: cover;
    width: 16vw;
    height: 14.32vw;
  }
  #sec04 .sub_ttl{
    width: 100%;
    font-size: 5.4vw;
    padding: 1.4% 0 .8% 15%;
  }
  #sec04 .sub_ttl::before{
    background-size: cover;
    width: 12px;
    height: 11px;
    left: 18%;
  }
  #sec04 .sub_ttl::after{
    background-size: cover;
    width: 12px;
    height: 11px;
    right: 2%;
  }
  #sec04 .sec_content{
    width: 100%;
    margin: 0 auto 15%;
  }
  #sec04 .sec_content:last-child .flex{
    display: block;
  }
  #sec04 .sec_content p{
    font-size: 1.5rem;
  }
  #sec04 .sec_content p + p{
    margin-top: 5%;
  }
  #sec04 .txt_box{
    padding: 0 3%;
  }
  #sec04 .img_box{
    width: 86%;
  }
  #sec04 .img_box figure{
    width: 48%;
    padding: .5%;
  }
  #sec04 .fr1{
    width: 100%;
    padding: 0;
  }
  #sec04 .fl1{
    width: 100%;
    padding: 3% 0 0;
    text-align: center;
  }
  #sec04 .fl1 img{
    width: 86%;
  }
}


/*--------------------- sec05 ----------------------*/
#sec05{
  border-top: 5px solid #212121;
  background: url("../img/sec05_bg.jpg") no-repeat top 133px center /cover;
  padding-bottom: 52px;
}
#sec05 .sec_heading{
  margin-bottom: 52px;
}
#sec05 h2.ttl{
  font-size: 7.2rem;
  color: #fff;
  padding: 18px 0 0;
}
#sec05 .box_shadow{
  background-color: #fff;
  padding: 26px 26px 30px;
  margin-bottom: 38px;
}
#sec05 .box_shadow:last-child{
  margin-bottom: 0;
}
.voice_heading {
	margin:0 auto 18px;
	border-bottom: 1px dotted #cccccc;
  padding-bottom: 16px;
}
.voice_heading h3.ttl{
	font-size: 2.4rem;
	color: #e82400;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
	margin-bottom: 16px;
  text-indent: -1rem;
  letter-spacing: -.01em;
}
.voice_heading h3.ttl.lf_nar1{
  text-indent: -2.5rem;
  white-space: nowrap;
}
.voice_heading h3.ttl.lf_nar2{
  text-indent: -1.6rem;
  white-space: nowrap;
}
.voice_heading h4.name{
	font-size: 1.8rem;
	text-align: right;
}
.voice_txt p{
	font-size: 1.6rem;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #sec05{
    padding-bottom: 6%;
  }
  #sec05 .sec_heading{
    margin-bottom: 5%;
    height: auto;
  }
  #sec05 h2.ttl{
    font-size: 8.2vw;
    color: #fff;
    padding: 4% 0 5%;
  }
  #sec05 .box_shadow{
    padding: 5% 3%;
    margin-bottom: 5%;
  }
.voice_heading {
	margin: 0 auto 3%;
  padding-bottom: 1.6%;
}
.voice_heading h3.ttl{
	font-size: 1.9rem;
	margin-bottom: 1.6%;
}
.voice_heading h3.ttl.lf_nar1,
.voice_heading h3.ttl.lf_nar2{
  text-indent: -1rem;
  white-space: normal;
}
.voice_heading h4.name{
	font-size: 1.6rem;
}
.voice_txt p{
	font-size: 1.5rem;
}
}

/*--------------------- recommend ----------------------*/

.recommend{
  padding-top: 48px;
  padding-bottom: 68px;
}
.recommend .rec_heading{
  padding-left: 50px;
}
.recommend .rec_heading .sub_ttl{
	font-size: 7.5rem;
	position: relative;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
  margin-bottom: 45px;
  color: #231815;
}
.recommend .rec_heading .sub_ttl .sm{
  font-size: 5.4rem;
}
.recommend .inner_wrap{
  width:880px;
  margin:0 auto;
}
.recommend .fr{
  float:right;
  width:285px;
  text-align: right;
}
.recommend .fr figure{
  margin-bottom: 10px;
}
.recommend .fr figcaption{
  font-family: 'Noto Serif JP', serif; 
  font-size: 1.8rem;
  padding-right: 8px;
  padding-top: 10px;
}
.recommend .fr figcaption span{
  font-size: 2.4rem;
}
.recommend .fl{
  float:left;
  width:595px;
}
.recommend .fl p{
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif; 
}
.recommend .fl p + p{
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .recommend{
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .recommend .rec_heading{
    padding-left: 0;
  }
  .recommend .rec_heading .sub_ttl{
    font-size: 8.6vw;
    position: relative;
    margin-bottom: 3%;
  }
    .recommend .rec_heading .sub_ttl .sm{
      font-size: 6.2vw;
    }
  .recommend .fr{
    float:none;
    width:100%;
    margin:0 auto 5%;
    text-align: center;
  }
  .recommend .fr img{
    margin:0 auto;
    width: 60%;
  }
    .recommend .fr figcaption{
      font-size: 1.4rem;
    }
    .recommend .fr figcaption span{
      font-size: 1.8rem;
    }
  .recommend .inner_wrap{
    width:96%;
  }
  .recommend .fl{
    float:none;
    width:100%;
    margin:0 auto;
    padding: 0 1.6%;
  }
  .recommend .fl p{
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
    .recommend .fl p:last-child{
      margin-bottom: 0;
    }
}
/*--------------------- sec06 ----------------------*/
#sec06{
  position: relative;
  padding-bottom: 32px;
  background: #fffbe8;
}
#sec06::before{
  position: absolute;
  content: "";
  background: url("../img/line_top.png") repeat-x top center;
  width: 100%;
  height: 7px;
  top: 0;
  left: 0;
}
#sec06 .box_shadow{
  margin: 32px auto 0;
  padding-top: 68px;
  padding-bottom: 68px;
}
#sec06 .inner_box{
	margin-bottom: 68px;
  padding: 0 32px;
}
#sec06 .inner_box p{
  font-size: 1.66rem;
}
#sec06 .inner_box p + p{
	margin-top: 22px;
}
#sec06 .sub_ttl{
  width: 633px;
	font-size: 3.6rem;
	text-align: center;
	color: #e82400;
  font-weight: bold;
	margin: 0 auto 36px;
  border-top: 2px dotted #154a71;
  border-bottom: 2px dotted #154a71;
  padding: 8px 0 6px;
}
#sec06 .sub_ttl.txt_br{
	color: #231815;
  margin-bottom: 52px;
}
#sec06 .sub_ttl.mb70{
  margin-bottom: 70px;
}
#sec06 .price {
	padding: 36px 0 0;
	margin-bottom: 40px;
  text-align: center;
  line-height: 1.2;
}
#sec06 .price p{
  font-size: 2.4rem;
  color:#120f20;
  margin-bottom: 30px;
}
#sec06 .price span{
  font-size: 3.6rem;
}
#sec06 .flow{
  margin: 0 auto 60px;
}

#sec06 .flow dl{
  margin-bottom: 32px;
}
#sec06 .flow dl:last-child{
  margin-bottom: 0;
}
#sec06 .flow dl dt{
	font-size: 2.5rem;
	color: #111;
	margin-bottom: 16px;
  font-weight: bold;
  padding-left: 10px;
}
#sec06 .flow.step{
  margin-bottom: 0;
}
#sec06 .flow.step dl dt{
  position: relative;
  padding-left: 0;
  padding-left: 3.6rem;
}
#sec06 .flow.step dl dt::before{
  position: absolute;
  color: #cc3467;
  font-size: 1.8rem;
  top: .3em;
  left: 10px;
}
#sec06 .flow.step dl dd{
  padding-left: 10px;
}
#sec06 .flow.step dl dt.ico_tria::before{
  content: "▼";
}
#sec06 .flow.step dl dt.ico_squ::before{
  content: "■";
}
#sec06 .flow.step dl dt span{
  font-size: 1.8rem;
  padding-right: 5px;
}
#sec06 .flow dl dd{
	line-height: 1.55;
}
#sec06 .flow dl:last-child dd{
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #sec06{
    padding-bottom: 6%;
  }
  #sec06 .box_shadow{
    padding: 5% 3%;
    margin: 5% auto 0;
  }
  #sec06 .inner_box{
    margin-bottom: 5%;
    padding: 0;
  }
  #sec06 .inner_box p{
    font-size: 1.5rem;
  }
  #sec06 .inner_box p + p{
    margin-top: 5%;
  }
  #sec06 .sub_ttl{
    width: 100%;
    font-size: 6vw;
    margin: 0 auto 3%;
    padding: 3% 0 1.6%;
    line-height: 1.2;
  }
  #sec06 .sub_ttl.txt_br{
    margin-bottom: 5%;
  }
  #sec06 .sub_ttl.mb70{
    margin-bottom: 5%;
  }
  #sec06 .price {
    padding: 5% 0 0;
    margin-bottom: 5%;
  }
  #sec06 .price p{
    font-size: 1.9rem;
    margin-bottom: 3%;
  }
  #sec06 .price span{
    font-size: 2.4rem;
  }
  #sec06 .flow{
    margin: 0 auto 6%;
  }

  #sec06 .flow dl{
    margin-bottom: 5%;
  }
  #sec06 .flow dl dt{
    font-size: 1.8rem;
    margin-bottom: 2%;
    padding-left: 0;
  }
  #sec06 .flow.step dl dt{
    padding-left: 1.8rem;
  }
  #sec06 .flow.step dl dt::before{
    font-size: 1.6rem;
    top: 0;
    left: 0;
  }
  #sec06 .flow.step dl dd{
    padding-left: 0;
  }
  #sec06 .flow.step dl dt span{
    font-size: 1.8rem;
    padding-right: 5px;
  }
}


/*--------------------- sec07 ----------------------*/
#sec07 .sec_content{
	background: url("../img/sec07_bg.jpg") no-repeat top center /cover;
	padding-top: 32px;
	padding-bottom: 28px;
}
#sec07 .ttl_head{
	border-bottom: solid 2px #a89271;
	margin: 0 auto 40px;
	position: relative;
  width: 772px;
}
#sec07 .ttl_head::before {
	content: '';
	width: 100%;
	height: 2px;
	border-bottom: solid 2px #a89271;
	position: absolute;
	left: 0px;
	bottom: -7px;
}

#sec07 .ttl{
  color:#3a3c37;
  font-size: 5.9rem;
  font-weight: 500;
}
#sec07 .box_shadow{
  padding-bottom: 65px;
  padding-top: 100px;
  background-color: #fff;
  padding: 48px 14px 48px 36px;
  background-image: url("../img/frame_pt4.png");
  background-repeat: no-repeat;
  background-position: top 10px center;
}
#sec07 .inner_wrap{
	margin:0 auto 10px;
  width: 880px;
  position: relative;
}
#sec07 .inner_wrap .fr{
  width: 336px;
  padding-right: 30px;
}
#sec07 .inner_wrap .fl{
  width: 518px;
  padding-left: 5px;
  padding-top: 5px;
  margin-bottom: 22px;
}
#sec07 .box_shadow .txt_box{
  padding: 0 15px;
}
#sec07 p{
	font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  color:#333;
}
#sec07 p + p{
	margin-top: 22px;
}
#sec07 figure.name{
	margin: 15px auto 0;
  text-align: center;

}
#sec07 figure.name img{
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #sec07 .sec_content{
    padding-top: 5%;
    padding-bottom: 6%;
  }
  #sec07 .ttl_head{
    margin: 0 auto 5%;
    width: 100%;
  }
  #sec07 .ttl{
    font-size: 6.8vw;
    margin-bottom: 2%;
    line-height: 1.2;
  }
  #sec07 .flex{
    display: block;
  }
  #sec07 .box_shadow{
    padding: 6% 3% 5%;
  }
  #sec07 .inner_wrap{
    margin-bottom: 0;
    width: 100%;
  }
  #sec07 .inner_wrap .fr{
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
    padding: 0;
  }
  #sec07 .inner_wrap .fr figure.ph{
    width: 60%;
    margin: auto;
  }
  #sec07 .inner_wrap .fl{
    width: 100%;
    padding: 0;
  }
  #sec07 .box_shadow .txt_box{
    padding: 0;
  }
  #sec07 p{
    font-size: 1.5rem;
  }
  #sec07 p + p{
    margin-top: 5%;
  }
  #sec07 figure.name{
    margin-top: 3%;
    padding-right: 0;
  }
  #sec07 figure.name img{
    width:200px;
  }
}



/*--------------------- sec10 ----------------------*/
#sec10 {
	background: url("../img/sec10_bg.jpg") no-repeat top center /100%;
	padding-bottom: 52px;
}
#sec10 .sec_heading{
  margin-bottom: 26px;
}
#sec10 h2.ttl{
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
  padding: 40px 0 0;
}
#sec10 .box_shadow{
  width: 916px;
  padding: 40px 18px 56px;
}

#sec10 p.btn{
  width: 652px;
  margin: auto;
  padding-top: 15.337%;
  background: url(../img/btn_cta_done.png) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
}
#sec10 p.btn span{
  display: none;
}
#sec10 .lead {
  padding-bottom: 20px;
  font-size: 1.66rem;
}
#sec10 .small {
  font-size: 1.3rem;
}
#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{
    margin-bottom: 5%;
    height: auto;
  }
  #sec10 h2.ttl{
    font-size: 8vw;
    color: #fff;
    line-height: 1.2;
    padding: 5% 0 3%;
  }
  #sec10 p.btn{
    width: 100%;
    padding-top: 24.531%;
    background: url(../img/sp/btn_cta.png) 0 0 no-repeat;
    background-size: contain;
  }
  #sec10 .box_shadow {
    padding: 5% 3% !important;
    width: 96%;
  }
  #sec10 .txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #sec10 .privacy {
    font-size: 1.4rem;
    padding-bottom: 22px;
    line-height: 1.6;
  }
}

/*--------------------- cta ----------------------*/
.cta {
  position: relative;
  height: 147px;
  padding: 26px 0 0;
  line-height: 1;
  text-align: center;
  background: url("../img/ttl_bg.png") repeat top center;
}
.cta img{
  display: none;
}
.cta a{
  background: url("../img/btn_cta.png") no-repeat 0 0;
  width: 652px;
  height: 100px;
  margin: auto;
  display: block;
}

@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:93.7%;
  }
}


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

.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 0px;
  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: 26px;
  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 td .method_area {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  flex-direction: row;
  width: 480px;
}
.form_area td .method_area p{
  width: 26%;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.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;
}


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 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 td .method_area {
    width: 100%;
  }
  .form_area td .method_area p{
    width: 100%;
    font-size: 1.4rem;
  }
  .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/sec07_bg.jpg") no-repeat top center /100%;
	padding: 0 0 60px;
}
#thanks .main_ttl{
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  padding: .8em 0;
  margin-bottom: 1em;
  text-align: center;
  background: url("../img/ttl_bg.png") repeat top center;
}
#thanks .box_shadow {
  width:950px;
  margin:0 auto;
  background:#fff;
}
#thanks .ttl {
  font-size: 3.1rem;
  line-height: 1.5;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
  font-family: 'Noto Serif JP', serif;
}
#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;
  line-height: 1.3;
  color: #032445;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
  border-radius: 3px;
  background: #fad76f;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  #thanks {
    padding: 0 0 5%;
  }
  #thanks .main_ttl{
    font-size: 2.8rem;
    padding: 5% 0;
    margin-bottom: 5%;
  }
  #thanks .box_shadow {
    width:96%;
    padding: 8% 6%;
  }
  #thanks .ttl {
    font-size: 5.2vw;
    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: 731px;
  }
}

@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% 3.2%;
  }
  .fixed_btn img{
    max-width: 640px;
  }
}