@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.6rem;
  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: #009a4e;
	padding: 54px 0 72px !important;
}
#footer .footer_list .item a {
  font-size: 1.48rem;
  color: #fff;
}
#footer .footer_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .copyright {
  font-size: 1.48rem;
  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;}
.mb32{	margin-bottom: 32px !important;}
.mb40{	margin-bottom: 40px !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 45%, #fff45c 45%);
}
.udl_pk {
  background: linear-gradient(transparent 87%, #fa5c89 88%, #fa5c89 92%, 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_pk{
  border-bottom: 1px solid #fa5c89;
  padding-bottom: .1em;
  background: none;
}
.through{
  text-decoration: line-through;
}
.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;
}
.nowrap{
  white-space: nowrap;
}
.lh12{
	line-height: 1.2;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.color_pink{
	color:#e6286f;
}
.color_red{
	color:#e84626;
}
.color_green{
	color:#a5c300;
}
.sec_block{
	margin-bottom: 26px;
}
.sec_content p{
  padding-left: 10px;
  padding-right: 10px;
}
.sec_heading{
	text-align: center;
}
.ttl,
.subttl{
  text-align: center;
}

p.obi {
	width: 100%;
	margin-bottom: 0 !important;
	height: 134px;
	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%;
  }
}

@media screen and (max-width: 768px) {
  .mb26,.mb32,.mb40{	margin-bottom: 3% !important;}
  .mb80{	margin-bottom: 5% !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_pk{
    background: linear-gradient(transparent 85%, #fa5c89 88%, transparent 95%);
    display: inline;
    padding: 0 0 0;
  }
  .nowrap{
    white-space: normal;
  }
  .sec_block{
    margin-bottom: 1em;
  }
  .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{
  border-top: 8px solid #494f54;
	background: #fef9f6;
  display: block;
}
@media screen and (min-width: 768px) {
  .mv_inner{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 5px;
    overflow: hidden;
  }
  .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%;
	}
}


/*--------------------- 汎用リスト ----------------------*/
.list1 li{
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.list1 li + li{
  margin-top: 2px;
}
.list2 li{
  position: relative;
  font-size: 1.6rem;
}
.list3 li{
  position: relative;
  font-size: 1.8rem;
}
.list3 li + li{
  margin-top: 2px;
}
/* pink */
.list1.pk_circle{
  margin: 22px 0 30px 12px;
}
.list1.pk_circle li::before{
  position: absolute;
  content: "●";
  color: #e6286f;
  top: 0;
  left: 0;
}
.list1.pk_circle li{
  padding-left: 1em;
}
.list1.pk_circle li + li{
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .list1 li{
    font-size: 1.7rem;
  }
  .list1 li + li{
    margin-top: 3%;
  }
  .list2 li{
    font-size: 1.6rem;
  }
  .list3 li{
    font-size: 1.7rem;
  }
  .list3 li + li{
    margin-top: 3%;
  }
  /* pink */
.list1.pk_circle{
    margin: 7% 0;
  }
  .list1.pk_circle li{
    padding-left: 1.2em;
  }
  .list1.pk_circle li + li{
    margin-top: 3%;
  }
}



/*--------------------- sec01 ----------------------*/
#sec01{
  background: #fffdfa;
	padding: 34px 0 56px;
  overflow: hidden;
}
#sec01 .box_shadow{
  position: relative;
  padding: 52px 1.6em 48px 36px !important;
}
#sec01 p + p{
  margin-top: 23px;
}
#sec01 .fl{
  width: 520px;
  padding-right: 10px;
}
#sec01 .fr{
  width: 372px;
  padding-right: 8px;
}

@media screen and (max-width: 768px) {
  #sec01{
    padding: 6% 0;
  }
  #sec01 .flex{
    display: block;
  }
  #sec01 .box_shadow{
    padding: 5% 3% 3% !important;
  }
  #sec01 p + p{
    margin-top: 5%;
  }
  #sec01 .fl{
    width: 100%;
    padding: 0;
  }
  #sec01 .fr{
    width: 100%;
    padding: 3% 0 0 0;
  }
}


/*--------------------- sec02 ----------------------*/
#sec02{
  background: #bdd124;
  padding: 0 0 23px 0;
  overflow: hidden;
}
#sec02 .sec_heading{
  border-top: 12px solid #a5c300;
  background-color: #070707;
  height: 199px;
  margin-bottom: 34px;
  padding: 25px 0 0;
}
#sec02 .ttl{
  text-align: center;
  margin: 0 auto;
}
#sec02 .box_shadow{
  padding: 42px 0 46px;
}
#sec02 .sec_content{
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 56px;
}
#sec02 .sec_content:last-child{
  margin-bottom: 0;
}
#sec02 .subttl_wrap{
  position: relative;
  margin-bottom: 30px;
}
#sec02 .subttl_wrap::before{
  position: absolute;
  content: "";
  background-position: top left;
  background-size: cover;
  width: 175px;
  height: 174px;
  top: 0;
  left: 13px;
}
#sec02 .subttl_wrap.num1::before{
  background-image: url("../img/sec02_num1.png");
}
#sec02 .subttl_wrap.num2::before{
  background-image: url("../img/sec02_num2.png");
}
#sec02 .subttl_wrap.num3::before{
  background-image: url("../img/sec02_num3.png");
}
#sec02 .subttl_wrap .sub_ttl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 226px;
}

#sec02 .sec_content p{
  letter-spacing: -.01em;
}
#sec02 .sec_content p + p{
  margin-top: 23px;
}
#sec02 .list1{
  margin: 22px 0 30px 12px;
}
#sec02 .list2{
  margin: 20px 0 20px 12px;
}
#sec02 .list2 li::before{
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
#sec02 .list3{
  margin: 22px 0 30px 12px;
}
#sec02 .list3.gr_circle{
  margin: 22px 0 30px 12px;
}
#sec02 .list3.gr_circle li::before{
  position: absolute;
  content: "●";
  color: #a5c300;
  top: 0;
  left: 0;
}
#sec02 .list2 li,
#sec02 .list3 li{
  padding-left: 1em;
}
#sec02 li .normal{
  font-weight: normal;
  font-size: 1.6rem;
  display: block;
  padding: 11px 0;
}


#sec02 .fl1{
  width: 520px;
  padding-top: 16px;
  padding-right: 20px;
}
#sec02 .fr1{
  width: 389px;
  text-align: center;
  padding-top: 32px;
}
#sec02 .fr1 figcaption{
  font-size: 1.8rem;
  padding-top: 10px;
}
#sec02 .fr1 figcaption span{
  font-size: 1.2rem;
}

#sec02 .fl2{
  width: 396px;
  padding-left: 13px;
}
#sec02 .fr2{
  width: 516px;
  padding-top: 5px;
  padding-left: 22px;
}
#sec02 .fl3{
  width: 500px;
  padding-left: 12px;
  padding-top: 16px;
}
#sec02 .fr3{
  width: 386px;
  padding-right: 5px;
  padding-top: 8px;
}
#sec02 .fl4{
  width: 376px;
  padding-left: 25px;
  padding-bottom: 10px;
}
#sec02 .fr4{
  width: 505px;
  padding-right: 10px;
}
#sec02 .fl4 table{
  margin: auto;
  width: 360px;
  border-collapse: collapse;
}
#sec02 .fl4 td{
  border: 1px solid #a6a6a6;
  padding: 18px 15px;
  text-align: center;
  width: calc(100% / 3);
  height: 90px;
  font-family: 'Noto Sans JP', serif;
  font-size: 1.8rem;
}
#sec02 .fl1 p,
#sec02 .fr2 p,
#sec02 .fl3 p,
#sec02 .fr4 p{
  padding-right: 0;
}
#sec02 .sp320{
  display: none;
}



@media screen and (max-width: 768px) {
  #sec02{
    padding-bottom: 6%;
  }
  #sec02 .flex{
    display: block;
  }
  #sec02 .sec_heading{
    height: auto;
    margin-bottom: 3%;
    padding: 3% 0;
  }
  #sec02 .ttl{
    padding: 0;
  }
  #sec02 .box_shadow{
    padding: 5% 3%;
  }
  #sec02 .sec_content{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15%;
  }
  #sec02 .sec_content p + p{
    margin-top: 5%;
  }
  
  #sec02 .subttl_wrap{
    position: relative;
    margin-bottom: 5%;
  }
  #sec02 .subttl_wrap::before{
    background-position: top center;
    width: 23vw;
    height: 22.8684vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec02 .subttl_wrap .sub_ttl{
    justify-content: center;
    padding: 22vw 2vw 0 2vw;
  }
  
  #sec02 .sec_content p + p{
    margin-top: 5%;
  }
  #sec02 .list1{
    margin: 7% 0;
  }
  #sec02 .list2{
    margin: 7% 0;
  }
  #sec02 .list3{
    margin: 7% 0;
  }
  #sec02 .list3.gr_circle{
    margin: 7% 0;
  }
  #sec02 .list2 li,
  #sec02 .list3 li{
    padding-left: 1.2em;
  }
  #sec02 li .normal{
    font-size: 1.4rem;
    padding: 2% 0;
  }

  #sec02 .fl1{
    width: 100%;
    padding: 0;
  }
  #sec02 .fr1{
    width: 100%;
    padding: 5% 0;
    text-align: center;
  }
  #sec02 .fr1 figcaption{
    font-size: 1.5rem;
    line-height: 1.2;
  }
  #sec02 .fr1 figcaption span{
    font-size: .6em;
  }

  #sec02 .fl2{
    width: 100%;
    padding: 3% 0 0;
    text-align: center;
  }
  #sec02 .fr2,
  #sec02 .fl3,
  #sec02 .fl4,
  #sec02 .fr4{
    width: 100%;
    padding: 0;
  }
  #sec02 .fr3{
    width: 100%;
    padding: 3% 0 0;
    text-align: center;
  }
  #sec02 .fl4 table{
    margin: 5% auto;
    width: 100%;
  }
  #sec02 .fl4 td{
    font-size: 1.6rem;
  }
  #sec02 .fr1 img{
    width: 70%;
  }
  #sec02 .fl2 img,
  #sec02 .fr3 img{
    width: 86%;
  }
}

@media screen and (max-width: 414px) {
  #sec02 .sp320{
    display: block;
  }
}



/*--------------------- sec03 ----------------------*/
#sec03{
  background: #f4f6f7;
	padding: 60px 0 50px;
  overflow: hidden;
}
#sec03 .ttl{
  text-align: center;
  margin: 0 auto 40px;
}
#sec03 .sec_content{
  padding-left: 15px;
  padding-right: 15px;
}
#sec03 .fr{
  width: 394px;
  padding: 10px 26px 30px 0;
}
#sec03 .fl{
  width: 517px;
}

@media screen and (max-width: 768px) {
  #sec03{
    padding: 6% 0 6%;
  }
  #sec03 .flex{
    display: block;
  }
  #sec03 .ttl{
    margin: 0 auto 5%
  }
  #sec03 .sec_content{
    padding-left: 1.6%;
    padding-right: 1.6%;
  }
  #sec03 .fr{
    width: 100%;
    padding: 3% 0;
    text-align: center;
  }
  #sec03 .fl{
    width: 100%;
  }
  #sec03 .fr img{
    width: 86%;
  }
}

/*--------------------- sec04 ----------------------*/
#sec04{
  background: url("../img/sec04_bg.jpg") no-repeat top center /cover;
	padding-bottom: 62px;
  overflow: hidden;
}
#sec04 .sec_heading{
  background: #231815;
  height: 126px;
  margin-bottom: 48px;
  padding: 34px 0 0;
}
#sec04 .ttl{
  text-align: center;
  margin: 0 auto;
}
#sec04 .sec_content p {
  padding-left: 0;
  padding-right: 0;
}
#sec04 .voice{
  padding-top: 32px;
  padding-bottom: 42px;
	margin-bottom: 58px;
  background-color: #fff;
}
#sec04 .voice:last-child{
	margin-bottom: 0;
}
#sec04 .voice_heading {
	padding: 0 0 8px;
	margin:0 auto 32px;
	border-bottom: 1px dotted #cccccc;
}
#sec04 .voice_heading h3.sub_ttl{
	font-size: 2.4rem;
	color: #e6286f;
  line-height: 1.2;
  font-weight: bold;
	margin-bottom: 22px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
#sec04 .voice_heading h4.name{
	font-size: 1.8rem;
	text-align: right;
}
#sec04 .voice_txt{
  margin: auto;
  padding: 0 25px;
}
#sec04 p{
	line-height: 1.8;
}
#sec04 p + p{
	margin-top: 34px;
}
#sec04 .voice_txt_fr{
  width: 570px;
  padding-right: 25px;
}
#sec04 .fl{
  width: 304px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #sec04{
    padding-bottom: 6%;
  }
  #sec04 .flex{
    display: block;
  }
  #sec04 .sec_heading{
    margin-bottom: 6%;
    height: auto;
    padding: 5% 26% 3.2%;
  }
  #sec04 .voice{
    padding-top: 6%;
    padding-bottom: 6%;
    margin-bottom: 6%;
  }
  #sec04 .voice:last-child{
    margin-bottom: 0;
  }
  #sec04 .voice_heading {
    padding: 0 0 3%;
    margin-bottom: 3%;
    width:100%;
  }
  #sec04 .voice_heading h3.sub_ttl{
    font-size: 5.2vw;
    margin-bottom: 5%;
    text-indent: -2%;
    padding-left: 0;
    text-align: left;
  }
  #sec04 .voice_heading h4.name{
    font-size: 1.5rem;
  }
  #sec04 .voice_txt{
    padding: 0;
  }
  #sec04 p{
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #sec04 p + p{
    margin-top: 5%;
  }
  #sec04 .voice_txt_fr{
    width: 100%;
    padding: 0
  }
  #sec04 .fl{
    width: 100%;
    padding: 5% 0 3%;
    text-align: center;
    line-height: 0;
  }
  #sec04 .fl img{
    width: 68%;
  }
}

/*-- recommend --*/
.recommend{
  padding-top: 58px;
  padding-bottom: 78px;
  overflow: hidden;
}
.recommend .rec_heading .sub_ttl{
	font-size: 6.32rem;
	position: relative;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
  margin-bottom: 48px;
  color: #1d282d;
  letter-spacing: -.03em;
}
.recommend .rec_heading .sub_ttl .sm{
  font-size: 4.6rem;
}
.recommend .inner_wrap{
  width:880px;
  margin:0 auto;
}
.recommend .fr{
  float:right;
  width:285px;
  text-align: right;
}
.recommend .fr figure{
  margin-bottom: 8px;
}
.recommend .fr figcaption{
  font-family: 'Noto Serif JP', serif; 
  font-size: 1.8rem;
  padding-right: 8px;
  padding-top: 6px;
}
.recommend .fr figcaption span{
  font-size: 2.4rem;
}
.recommend .fl{
  float:left;
  width:595px;
  padding-top: 18px;
}
.recommend .fl p{
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif; 
}
.recommend .fl p + p{
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .recommend{
    padding: 6% 0 10%;
  }
  .recommend .rec_heading .sub_ttl{
    font-size: 3.8rem;
    position: relative;
    margin-bottom: 3%;
  }
    .recommend .rec_heading  .sub_ttl .sm{
      font-size: 2.8rem;
    }
  .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;
    }
}
@media screen and (max-width: 320px) {
  .voice_heading h4.name{
    font-size: 1.4rem;
  }
}

/*--------------------- sec05 ----------------------*/
#sec05{
  background: #fffdfb;
	padding: 0 0 52px;
  overflow: hidden;
}
#sec05 h2 img{
  display: none;
}
.sec05_photo{
	padding-top: 528px;
	background: url("../img/sec05_ttl.png") no-repeat top center;
}
#sec05 .box_shadow{
  position: relative;
  z-index: 1;
  padding-top: 44px;
  padding-bottom: 40px;
}
#sec05 .sec_content{
  width: 878px;
  margin: 0 auto 80px;
}
#sec05 .sec_content:nth-child(2){
  width: 856px;
  margin-bottom: 52px;
}
#sec05 .sec_content:nth-child(3){
  width: 810px;
  margin-bottom: 58px;
}
#sec05 .sec_content:nth-child(4){
  width: 800px;
}
#sec05 .sec_content:last-child{
  margin-bottom: 0;
}
#sec05 .sec_content p {
  padding-left: 0;
  padding-right: 0;
}
#sec05 .inner_box p{
  font-size: 1.66rem;
}
#sec05 .inner_box p + p{
	margin-top: 22px;
}

#sec05 h3.sub_ttl{
  width: 800px;
	font-size: 4.2rem;
	text-align: center;
	color: #20211c;
  border-top: 1px dotted #754a3f;
  border-bottom: 1px dotted #754a3f;
  padding: 26px 0 21px;
  margin:0 auto 32px;
  line-height: 1;
}
#sec05 .sec_content:nth-child(2) .sub_ttl{
  margin-bottom: 56px;
}
#sec05 dl.price {
	padding: 50px 0 0;
	margin-bottom: 52px;
  text-align: center;
  line-height: 1.2;
}
#sec05 dl.price dt{
  font-size: 2.4rem;
  color:#120f20;
  margin-bottom: 30px;
}
#sec05 dl.price dd{
  font-size: 3rem;
  color:#120f20;
	font-weight: bold;;
}
#sec05 dl.price dd span{
  font-size: 3.6rem;
}
#sec05 .sub_ttl2{
  padding: 70px 0 60px;
}
#sec05 .present_box{
  padding: 30px 0 0;
  width: 710px;
  margin: auto;
}

#sec05 .place .fl{
  width: 533px;
  padding-right: 40px;
}
#sec05 .place .fr{
  width: 273px;
}
#sec05 .place dl{
  margin-bottom: 42px;
}
#sec05 .place .flex:nth-of-type(1){
  margin-bottom: 0;
}
#sec05 .place .flex:nth-of-type(2){
  margin-bottom: 45px;
}
  #sec05 .place .flex dl{
    margin-bottom: 0;
  }
#sec05 .place dl dt{
  position: relative;
	font-size: 3.2rem;
	color: #261a1a;
	margin-bottom: 22px;
  padding-left: 2.5em;
}
#sec05 .place dl dt .city{
  font-size: 1.8rem;
  font-weight: bold;
}
#sec05 .place dl dd{
  font-size: 1.7rem;
	line-height: 1.55;
}
#sec05 .place dl dd p + p{
  margin-top: 20px;
}
#sec05 .place dl dd p.sm{
  font-size: 1.4rem;
}
#sec05 .place dl dt::before{
  position: absolute;
  content: "";
  width: 58px;
  height: 58px;
  top: 50%;
  transform: translateY(-50%);
  left: .1em;
}
#sec05 .place dl.num1 dt::before{
  background: url("../img/sec05_ic_num1.png") no-repeat top center;
}
#sec05 .place dl.num2 dt::before{
  background: url("../img/sec05_ic_num2.png") no-repeat top center;
}
#sec05 .place dl.num3 dt::before{
  background: url("../img/sec05_ic_num3.png") no-repeat top center;
}
#sec05 .place dl.num4 dt::before{
  background: url("../img/sec05_ic_num4.png") no-repeat top center;
}
#sec05 .place dl.num1 dd p + p{
  margin-top: 5px;
}

#sec05 .flow dl{
  margin-bottom: 36px;
}
#sec05 .flow dl dt{
	font-size: 2.5rem;
	color: #111;
	margin-bottom: 22px;
  font-weight: bold;
}
#sec05 .flow dl dd{
	line-height: 1.55;
}
#sec05 .flow dl dd p + p{
  margin-top: 30px;
}


@media screen and (max-width: 768px) {
  #sec05{
    padding-bottom: 6%;
  }
  .sec05_photo{
    padding-top: 66%;
    background-size: 150%;
    background-position: top left 50%;
  }
  #sec05 .box_shadow{
    margin-top: -10%;
    padding: 6% 3%;
  }
  #sec05 .sec_content{
    width: 100% !important;
    margin: 0 auto 15% !important;
  }
  #sec05 .sec_content:last-child{
    margin-bottom: 0 !important;
  }
  #sec05 .flex{
    display: block;
  }
  #sec05 .inner_box p{
    font-size: 1.5rem;
  }
  #sec05 .inner_box p + p{
    margin-top: 5%;
  }

  #sec05 h3.sub_ttl{
    font-size: 6vw;
    padding: 3% 0 2.2%;
    margin-bottom: 5% !important;
    width: 100%
  }
  #sec05 dl.price {
    padding-top: 5%;
    margin-bottom: 5%;
  }
  #sec05 dl.price dt{
    font-size: 2rem;
    margin-bottom: 5%;
  }
  #sec05 dl.price dd{
    font-size: 2.4rem;
  }
  #sec05 dl.price dd span{
    font-size: 3rem;
  }
  
  #sec05 .sub_ttl2{
    padding: 8% 0 3%;
  }
  #sec05 .present_box{
    padding: 3% 0 0;
    text-align: center;
    width: 100%;
  }
  #sec05 .present_box figure:first-child{
    margin-bottom: 3%;
  }
  #sec05 .present_box img{
    width: 86%;
  }

  #sec05 .place .mb32{
    margin-bottom: 10% !important;
  }
  #sec05 .place .fl{
    width: 100%;
    padding: 0;
  }
  #sec05 .place .fr{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #sec05 .place .fr img{
    width: 86%;
  }
  #sec05 .place dl,
  #sec05 .place .flex{
    margin-bottom: 10% !important;
  }
  #sec05 .place .flex dl{
    margin-bottom: 3% !important;
  }
  #sec05 .place dl dt{
    font-size: 5.2vw;
    margin-bottom: 4%;
    padding-left: 11vw;
    line-height: 1.4;
  }
  #sec05 .place dl dt .city{
    font-size: 1.4rem;
  }
  #sec05 .place dl dd{
    font-size: 1.6rem;
  }
  #sec05 .place dl dd p + p{
    margin-top: 5%;
  }
  #sec05 .place dl dd p.sm{
    font-size: .8em;
  }
  #sec05 .place dl dt::before{
    background-size: 100% !important;
    width: 9vw;
    height: 9vw;
    left: 0;
    top: 2.8vw;
  }
  #sec05 .flow{
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  #sec05 .flow dl{
    margin-bottom: 5%;
  }
  #sec05 .flow dl:last-child{
    margin-bottom: 0;
  }
  #sec05 .flow dl dt{
    font-size: 1.8rem;
    margin-bottom: 3%;
  }
  #sec05 .flow dl dd{
    font-size: 1.5rem;
  }
  #sec05 .flow dl:last-child dd{
    margin-bottom: 0;
  }
  #sec05 .flow dl dd p + p{
    margin-top: 5%;
  }
}

@media screen and (max-width: 360px) {
  #sec05 .place dl dt::before{
    top: 3.2vw;
  }
}

/*--------------------- sec06 ----------------------*/
#sec06{
	background: url("../img/sec06_bg.jpg") no-repeat top center /cover;
	padding-bottom: 42px;
	padding-top: 28px;
  overflow: hidden;
}
#sec06 .ttl{
  position: relative;
  color:#333;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 48px;
}
#sec06 .ttl::before{
  position: absolute;
  content: "";
  background: #a5c300;
  width: 650px;
  height: 10px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#sec06 .box_shadow{
  background-color: #fff;
  padding: 48px 32px 52px 56px;
}
#sec06 .inner_wrap{
	margin:0 auto;
}
#sec06 .inner_wrap .fr{
  width: 321px;
  padding-top: 5px;
}
#sec06 .inner_wrap .fl{
  width: 520px;
  padding-left: 30px;
}
#sec06 p{
	font-family: 'Noto Serif JP', serif;
  font-size: 1.7rem;
  line-height: 1.5;
  color:#333;
}
#sec06 p + p{
	margin-top: 22px;
}
#sec06 .name{
	margin-top: 30px;
  padding-right: 70px;
	text-align: right;
}
#sec06 .name img{
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #sec06{
    padding-top: 5%;
    padding-bottom: 5%;
  }
  #sec06 .flex{
    display: block;
  }
  #sec06 .ttl{
    font-size: 9vw;
    margin-bottom: 12%;
    line-height: 1.26;
  }
  #sec06 .ttl::before{
    width: 100%;
    height: 2.2vw;
    bottom: -5vw;
  }
  #sec06 .box_shadow{
    padding: 6% 3% 5%;
  }
  #sec06 .inner_wrap{
    margin-bottom: 0;
    width: 100%;
  }
  #sec06 .inner_wrap .fr{
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 5%;
  }
  #sec06 .inner_wrap .fr figure.ph{
    width: 60%;
    margin: auto;
  }
  #sec06 .inner_wrap .fl{
    width: 100%;
    padding: 0;
  }
  #sec06 .box_shadow .txt_box{
    padding: 0;
  }
  #sec06 p{
    font-size: 1.5rem;
  }
  #sec06 p + p{
    margin-top: 5%;
  }
  #sec06 .name{
    margin-top: 5%;
    padding: 0;
  }
  #sec06 .name img{
    max-width: 180px;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px){
  #sec06 .ttl .sp{
    display: none!important;
  }
  #sec06 .ttl{
    font-size: 6.8vw;
  }
  #sec06 .ttl span {
    font-size: 8vw;
  }
}

/*--------------------- sec10 ----------------------*/
#sec10 {
	background: #fcf7f4;
	padding-bottom: 52px;
  overflow: hidden;
}
#sec10 .sec_heading{
  background: #009a4e;
  margin-bottom: 28px;
  height:122px;
  padding: 31px 0 0;
}
#sec10 h2.ttl{
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
}
#sec10 .box_shadow{
  width: 950px;
  padding: 44px 24px 46px;
}
#sec10 p.btn{
  width: 721px;
  margin: auto;
  padding-top: 12.898%;
  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;
}
#sec10 .small {
  font-size: 1.3rem;
  letter-spacing: -0.1rem;
}
#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;
    padding: 4% 0 3%;
  }
  #sec10 h2.ttl{
    font-size: 6.8vw;
    color: #fff;
    line-height: 1.2;
  }
  #sec10 p.btn{
    width: 100%;
    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;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px){
  #sec10 h2.ttl{
    padding: 2% 0;
  }
}

/*--------------------- cta ----------------------*/
.cta {
  position: relative;
  height: 149px;
  padding: 29px 0 0;
  line-height: 1;
  text-align: center;
  background: #009a4e;
}
.cta img{
  display: none;
}
.cta a{
  background: url("../img/btn_cta.png") no-repeat 0 0;
  width: 721px;
  height: 93px;
  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 72px;
}

.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 50px;
  border-collapse: separate;
  border-spacing: 0px;
}

.form_area table th {
  position: relative;
  color: #333;
  font-weight: bold;
  padding: 23px 0px 23px 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: 22px;
  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: 18px 0 18px 5px;
  line-height: 1.5em;
  letter-spacing: -0.05rem;
  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: 26px;
  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: 6px;
	left: 0;
	background-color: transparent;
	width: 16px;
	height: 16px;

}

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: 9px;
	left: 3px;
	width: 10px;
	height: 10px;	
}

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: 5px;
	}
	label input[type="radio"]:checked + span::after{
		top: 8px;
	}
	
	}


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

#thanks {
	background: #FEF9F6;
	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: #070707;
}
#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;
}
#thanks .txt {
  padding:10%;
}
#thanks .txt p {
  font-size: 1.8rem;
  line-height: 2.0;
  text-align: center;
}
#thanks .btn a {
  position: relative;
  width: 420px;
  margin: 0 auto 30px;
  display: block;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #070707;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  background: #fff45c;
  font-family: 'Noto Sans JP', serif;
  box-shadow: 0 4px 0 #070707;
}
#thanks .btn a::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #070707;
  border-right: solid 2px #070707;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -4px;
}


@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;
  }
  #thanks .btn a::before{
    left: 6vw;
  }
}

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