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

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

p {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: -.01em;
}
figure {
  text-align: center;
  line-height: 0;
}


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: url("../img/ttl_bg_beige.png") repeat;
	padding: 56px 0 50px !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: 940px;
  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 60%, #f9f2a5 60%, #f9f2a5 91%, transparent 91%);
}
.highlight2 {
  background: linear-gradient(transparent 60%, #f9f2d2 60%, #f9f2d2 91%, transparent 91%);
}
.highlight3 {
  background: linear-gradient(transparent 35%, #feeaaf 35%, #feeaaf 91%, 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;
}
.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;
}
.lh12{
	line-height: 1.2;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.color_red{
	color: #cc0000;
}
.underline{
	border-bottom: 1px solid #333;
}

.sec_heading.bg_yel{
  line-height: 1;
  text-align: center;
  position: relative;
  background: url("../img/ttl_bg_yel.png") repeat;
  border-top: 5px solid #fdbd01;
}
.sec_heading.bg_beige{
  line-height: 1;
  text-align: center;
  position: relative;
  background: url("../img/ttl_bg_beige.png") repeat;
  border-top: 5px solid #fff09a;
}
.sec_heading{
	text-align: center;
}
.ttl,
.subttl{
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_heading.bg_pink{
    height: auto;
    padding: 0;
  }
  .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;
  }
  .f_left,
  .f_right{
    float: none;
  }
}
/* ------------------------------
    flex
------------------------------ */
.flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.justifycontent_spacebetween {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.justifycontent_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.alignitems_center {
	-webkit-align-items: center;
	align-items: center;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}

/*--------------------- #mv ----------------------*/
#mv{
  position: relative;
	background: url("../img/mv_bg.jpg") no-repeat center top /cover;
  padding-top: 8px;
  overflow: hidden;
}
#mv::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  margin: 0 auto;
  text-align: center;
  background: rgb(252,193,1);
  background: linear-gradient(90deg, rgba(252,193,1,1) 0%, rgba(254,217,24,1) 25%, rgba(254,224,30,1) 50%, rgba(255,233,92,1) 75%, rgba(254,242,157,1) 100%);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 1;
}
@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;
  }
  #mv::before{
    display: none;
  }
  #mv .bg_cover{
    background: none;
  }
	.main-title {
		padding-bottom: 3%;
	}
	.main-title img {
		display: block;
		width: 100%;
	}
}

/*--------------------- sec01 ----------------------*/
#sec01{
  background: url("../img/sec01_bg.jpg") no-repeat top center /cover;
	padding: 12px 0 62px;
  overflow: hidden;
}
#sec01 .box_shadow{
  position: relative;
  padding: 37px 30px 52px;
}
#sec01 .box_shadow .note_wrap{
  background: url("../img/sec01_letter_bg.png") no-repeat top center /cover;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  width: 844px;
  height: 635px;
  margin: 0 auto 70px;
  padding-top: 66px;
}
#sec01 .ttl{
  position: relative;
  margin-bottom: 31px;
}
#sec01 .ttl::before{
  position: absolute;
  content: "";
  background: #000;
  width: 737px;
  height: 2px;
  left: 50%;
  transform: translate(-50%);
  bottom: -3px;
}
#sec01 .box_shadow .note_wrap p{
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', serif;
  letter-spacing: -.02em;
  line-height: 1.3;
  color: #3a2009;
  padding: 0 22px;
}
#sec01 .box_shadow .note_wrap p + p{
  margin-top: 25px;
}

#sec01 .txt_box{
  
}
#sec01 .txt_box ul.list{
  margin: 48px auto 60px;
}
#sec01 .txt_box li{
  position: relative;
  font-size: 2.4rem;
  color: #3a2009;
  font-family: 'Noto Serif JP', serif;
  padding-left: 1.6em;
  letter-spacing: -.03em;
}
#sec01 .txt_box li::before{
  position: absolute;
  content: "";
  background: url("../img/icon_check.png") no-repeat top center /contain;
  width: 24px;
  height: 24px;
  top: .1em;
  left: 0;
}
#sec01 .txt_box li + li{
  margin-top: 22px;
}
#sec01 .txt_box p + p{
  margin-top: 25px;
}
#sec01 .mds_ttl_wrap{
  border-top: 1px solid #bd9d6a;
  border-bottom: 1px solid #bd9d6a;
  padding: 21px 0;
  margin-bottom: 52px;
}
#sec01 .mds_ttl_wrap:nth-of-type(3){
  margin-bottom: 42px;
}
#sec01 p + .mds_ttl_wrap{
  margin-top: 50px;
}
#sec01 .mds_ttl{
  font-size: 3.6rem;
  color: #0c1e22;
}
#sec01 .f_left{
  padding: 0 32px 80px 0;
}



@media screen and (max-width: 768px) {
  #sec01{
    padding: 2% 0 6%;
    margin-top: 0;
  }
  #sec01 .box_shadow{
    padding: 3% 3% 5%;
  }
  #sec01 .box_shadow .note_wrap{
    width: 100%;
    height: auto;
    margin: 0 auto 5%;
    padding: 8% 0;
  }
  #sec01 .ttl{
    margin-bottom: 6%;
  }
  #sec01 .ttl img{
    width: 95%;
  }
  #sec01 .ttl::before{
    width: 98%;
    bottom: -2vw;
  }
  #sec01 .box_shadow .note_wrap p{
    font-size: 4vw;
    padding: 0 1.6%;
  }
  #sec01 .box_shadow .note_wrap p + p{
    margin-top: 3%;
  }

  #sec01 .txt_box{

  }
  #sec01 .txt_box ul.list{
    margin: 8% auto;
  }
  #sec01 .txt_box li{
    font-size: 4.2vw;
    padding-left: 1.7em;
    line-height: 1.2;
  }
  #sec01 .txt_box li::before{
    background-size: cover;
    width: 5.333vw;
    height: 5.333vw;
    top: 0;
    left: 0;
  }
  #sec01 .txt_box li + li{
    margin-top: 3%;
  }
  #sec01 .txt_box p + p{
    margin-top: 5%;
  }
  #sec01 .mds_ttl_wrap{
    padding: 3% 0;
    margin-bottom: 5%;
    line-height: 1.2
  }
  #sec01 .mds_ttl_wrap:nth-of-type(3){
    margin-bottom: 5%;
  }
  #sec01 p + .mds_ttl_wrap{
    margin-top: 10%;
  }
  #sec01 .mds_ttl{
    font-size: 5.1vw;
  }
  #sec01 .f_left{
    padding: 0 0 3%;
    width: 60%;
  }
}

/*--------------------- sec02 ----------------------*/
#sec02{
  padding-bottom: 25px;
  background: #f9f2d2;
  overflow: hidden;
}
#sec02 .head_inner{
  position: relative;
}
@media screen and (min-width: 1400px) {
  #sec02 .head_inner::before,
  #sec02 .head_inner::after{
    position: absolute;
    content: "";
    width: 50%;
    height: 585px;
    top: 0;
    z-index: 0;
  }
  #sec02 .head_inner::before{
    background: url("../img/sec02_main_bg_l.png") repeat-x;
    left: 0;
  }
  #sec02 .head_inner::after{
    background: url("../img/sec02_main_bg_r.png") repeat-x;
    right: 0;
  }
}
#sec02 .head_inner .ttl{
  position: relative;
  line-height: 0;
  z-index: 2;
}
#sec02 .box_shadow{
  padding: 48px 0 36px;
}
#sec02 .subttl_wrap{
  position: relative;
  margin: 0 auto 64px;
  width: 914px;
}
#sec02 .subttl_wrap::before,
#sec02 .subttl_wrap::after{
  position: absolute;
  content: "";
  background: #754c24;
  width: 100%;
  height: 1px;
  left: 0;
}
#sec02 .subttl_wrap::before{
  bottom: -40px;
}
#sec02 .subttl_wrap::after{
  bottom: -45px;
}
#sec02 .sub_ttl{
  position: relative;
  font-size: 4.8rem;
  color: #111;
  font-style: italic;
  letter-spacing: -.08em;
  padding-left: 100px;
  padding-top: 18px;
}
#sec02 .sub_ttl::before{
  position: absolute;
  content: "";
  width: 94px;
  height: 94px;
  top: 0;
  left: 0;
}
#sec02 .num1 .sub_ttl::before{
  background: url("../img/sec02_num1.png") no-repeat top center /cover;
}
#sec02 .num2 .sub_ttl::before{
  background: url("../img/sec02_num2.png") no-repeat top center /cover;
}
#sec02 .num3 .sub_ttl::before{
  background: url("../img/sec02_num3.png") no-repeat top center /cover;
}
#sec02 .num3 .sub_ttl{
  font-size: 4.1rem;
  white-space: nowrap;
}

#sec02 .sec_content{
  padding: 0 24px;
}
#sec02 .sec_content + .subttl_wrap{
  margin-top: 38px;
}
#sec02 .sec_content p{
  line-height: 1.6;
}
#sec02 .sec_content p + p{
  margin-top: 28px;
}

#sec02 .sec_content:nth-of-type(2) .f_left{
  padding: 48px 20px 30px 0;
}
#sec02 .sec_content:nth-of-type(2) .f_left + p{
  padding-top: 36px;
}
#sec02 .sec_content:nth-of-type(4) .f_right{
  padding: 24px 24px 60px 40px;
}
#sec02 .sec_content:nth-of-type(4) .f_right + p{
  padding-top: 20px;
}
#sec02 .sec_content:nth-of-type(6) .f_left{
  padding: 24px 20px 80px 12px;
}
#sec02 .sec_content:nth-of-type(6) .f_left + p{
  padding-top: 28px;
}

#sec02 .present_wrap{
  margin-top: 86px;
  margin-bottom: 48px;
  padding: 0 36px;
}
#sec02 .present_wrap .present_ttl{
  font-size: 5rem;
  color: #df0067;
  letter-spacing: -.02em;
  padding-left: 6px;
  margin-bottom: 62px;
}
#sec02 .present_wrap .txt p{
  font-size: 1.6rem;
  line-height: 1.5;
}
#sec02 .present_wrap .txt p + p{
  margin-top: 23px;
}


@media screen and (max-width: 768px) {
  #sec02{
    padding-bottom: 5%;
  }
  #sec02 .flex{
    display: block;
  }
  #sec02 .head_inner{
    background-position: top center;
  }
  #sec02 .head_inner::before,
  #sec02 .head_inner::after{
    display: none;
  }
  #sec02 .head_inner .ttl img{
    display: none;
  }
  #sec02 .head_inner .ttl{
    background: url("../img/sec02_main.png") no-repeat center center /cover;
    padding-top: 56.5%;
  }
  #sec02 .box_shadow{
    padding: 5% 0 0%;
  }

  #sec02 .subttl_wrap{
    margin: 0 auto 10%;
    width: 95%;
  }
  #sec02 .subttl_wrap::before{
    bottom: -2vw;
  }
  #sec02 .subttl_wrap::after{
    bottom: -2.8vw;
  }
  #sec02 .sub_ttl{
    font-size: 6vw;
    padding-left: 16vw;
    padding-top: 1.1%;
    line-height: 1.2;
  }
  #sec02 .sub_ttl::before{
    width: 13.867vw;
    height: 13.867vw;
    top: .15em;
  }
  #sec02 .num3 .sub_ttl{
    font-size: 6vw;
    white-space: normal;
  }
  #sec02 .sec_content{
    padding: 0 3%;
  }
  #sec02 .sec_content + .subttl_wrap{
    margin-top: 10%;
  }
  #sec02 .sec_content p{
    line-height: 1.5;
  }
  #sec02 .sec_content p + p{
    margin-top: 5%;
  }
  #sec02 .sec_content img{
    width: 86%;
  }
  #sec02 .sec_content:nth-of-type(2) .f_left{
    padding: 5% 0;
  }
  #sec02 .sec_content:nth-of-type(2) .f_left + p{
    padding-top: 0;
  }
  #sec02 .sec_content:nth-of-type(4) .f_right{
    padding: 0 0 5%;
  }
  #sec02 .sec_content:nth-of-type(4) .f_right + p{
    padding-top: 0;
  }
  #sec02 .sec_content:nth-of-type(6) .f_left{
    padding: 0 0 5%;
  }
  #sec02 .sec_content:nth-of-type(6) .f_left + p{
    padding-top: 0;
  }

  #sec02 .present_wrap{
    margin-top: 12%;
    margin-bottom: 5%;
    padding: 0 3%;
  }
  #sec02 .present_wrap .present_ttl{
    font-size: 6.8vw;
    padding-left: 0;
    margin-bottom: 5%;
  }
  #sec02 .present_wrap .txt p{
    font-size: 1.5rem;
  }
  #sec02 .present_wrap .txt p + p{
    margin-top: 5%;
  }
  #sec02 .present_wrap figure{
    padding: 0 0 5%
  }
  #sec02 .present_wrap figure img{
    width: 60%;
  }
}

/*--------------------- sec03 ----------------------*/
#sec03{
  background: #f1f9fe;
	padding: 0 0 50px;
  overflow: hidden;
}
#sec03 .sec_heading{
  margin-bottom: 43px;
}
#sec03 .sec_heading{
  height: 168px;
  padding: 36px 0;
}
#sec03 .ttl{
  font-size: 7.4rem;
  color: #111;
  font-weight: 700;
}
#sec03 .box_shadow{
  padding: 48px 16px 38px 30px;
}
#sec03 .voice + .voice{
  margin-top: 42px;
}
#sec03 .voice{
	border-bottom: 1px dotted #cccccc;
  padding: 0 0 12px;
  margin: 0 auto 10px;
  width: 100%;
}
.voice_heading {
	padding: 0 12px;
	margin:0 auto 48px;
}
.voice_heading .sub_ttl{
	font-size: 3rem;
	color: #cf4b7a;
  font-weight: 600;
  line-height: 1.2;
	margin-bottom: 32px;
  text-align: left;
  letter-spacing: 0;
  letter-spacing: -.03em;
}
#sec03 .voice:nth-of-type(3) .sub_ttl{
  letter-spacing: -.05em;
}
.voice_heading h4.name{
	font-size: 2rem;
  color: #0e162b;
	text-align: right;
  font-weight: bold;
  padding-right: 21px;
}
.voice_txt{
  margin: 0 auto;
  padding: 0 2%;
}
.voice_txt p{
  font-size: 1.6rem;
}
.voice_txt p + p{
	margin-top: 25px;
}
#sec03 p.sm{
  margin-top: 28px;
  font-size: 1.4rem;
  text-align: right;
}

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


/*--------------------- sec04 ----------------------*/
#sec04{
  background: url("../img/sec04_bg.png") no-repeat top center /cover;
  padding-bottom: 47px;
  overflow: hidden;
}
#sec04 .head_inner{
  position: relative;
  background: url("../img/mv_bg.jpg") no-repeat top 10px center /cover;
}
#sec04 .head_inner .ttl{
  margin: auto;
  position: relative;
  line-height: 0;
  z-index: 1;
}
#sec04 .head_inner::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  margin: 0 auto;
  text-align: center;
  background: rgb(252,193,1);
  background: linear-gradient(90deg, rgba(252,193,1,1) 0%, rgba(254,217,24,1) 25%, rgba(254,224,30,1) 50%, rgba(255,233,92,1) 75%, rgba(254,242,157,1) 100%);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 1;
}
#sec04 .box_shadow{
  position: relative;
  z-index: 3;
  margin-top: -2.4vw;
  padding: 68px 36px 84px;
}
@media screen and (min-width: 1400px) {
  #sec04 .head_inner .ttl{
    min-height: 696px;
    width: 100%;
    max-width: 1400px;
  }
  #sec04 .box_shadow{
    margin-top: -56px;
  }
}
@media screen and (min-width: 768px) {
  #sec04 .head_inner .ttl img{
    max-width: 100%;
    height: auto;
  }
}
#sec04 .main_ttl{
  padding-bottom: 24px;
  margin-bottom: 26px;
  border-bottom: 1px solid #bd9d6a;
}
#sec04 .main_ttl + p{
  margin-bottom: 66px;
}

#sec04 .method dt{
  margin-bottom: 18px;
}
#sec04 .method dd p{
  font-size: 1.66rem;
}
#sec04 .method dd p + p{
  margin-top: 25px;
}
#sec04 .method dt span{
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 1.1em;
  color: #111;
}
#sec04 .method dt span::before{
  position: absolute;
  content: "●";
  font-size: 2.4rem;
  color: #3f9f9f;
  top: .2em;
  left: -.2em;
}

#sec04 .method:nth-of-type(1) img{
  padding: 0 46px 0 6px;
}
#sec04 .method:nth-of-type(2) img{
  padding: 0 18px 0 32px;
}
#sec04 .method:nth-of-type(2) dt{
  padding-top: 46px;
  padding-left: 10px;
}
#sec04 .method:nth-of-type(2) dd{
  padding-left: 10px;
}
#sec04 .method + .method{
  margin-top: 10px;
}

#sec04 .sec_content + .sec_content{
  margin-top: 68px;
}

#sec04 .sub_ttl_wrap{
	text-align: center;
	color: #20211c;
  border-top:1px dotted #754a3f;
  border-bottom:1px dotted #754a3f;
  padding:24px 0 23px;
  margin: 0 auto 30px;
  width: 800px;
}
#sec04 .sub_ttl_wrap:nth-of-type(3){
  margin-bottom: 48px;
}
#sec04 .sub_ttl_wrap:nth-of-type(5){
  margin-bottom: 54px;
}
#sec04 .sub_ttl_wrap:nth-of-type(7){
  margin-bottom: 50px;
}
#sec04 .sub_ttl_wrap .sub_ttl{
	font-size: 4.2rem;
  font-weight: 600;
  line-height: 1;
}
#sec04 .sub_ttl_wrap p{
	font-size: 2.4rem;
  margin-bottom: 3px;
}
#sec04 .inner_box{
  padding-left: 30px;
  padding-right: 30px;
}
#sec04 .inner_box:last-child{
  margin-bottom: 0;
}
#sec04 .inner_box + .sub_ttl_wrap{
  margin-top: 56px;
}
#sec04 .inner_box > p{
  font-size: 1.7rem;
}
#sec04 .inner_box > p + p{
  margin-top: 25px;
}
#sec04 dl.price {
	padding: 51px 0 0;
	margin-bottom: 17px;
  text-align: center;
}
#sec04 dl.price dt{
  font-size: 2.4rem;
  color:#120f20;
  margin-bottom: 30px;
}
#sec04 dl.price dt span.arrow{
  display: block;
  margin: 36px auto 30px;
}
#sec04 dl.price dd{
  font-size: 3rem;
  color:#120f20;
  line-height: 1.55;
}
#sec04 dl.price dd .lg{
  font-size: 3.6rem;
}

#sec04 .inner_box:nth-of-type(4) .f_left{
  padding: 0 72px 60px 26px;
}
#sec04 .inner_box:nth-of-type(4) p{
  padding-right: 18px;
}

#sec04 .inner_box:nth-of-type(6) .f_right{
  padding: 0 8px 40px 26px;
}
#sec04 .inner_box:nth-of-type(6) p{
  padding-left: 12px;
}

#sec04 .flow{
  padding-left: 35px;
  padding-right: 35px;
}
#sec04 .flow dl dt{
  position: relative;
	font-size: 2.5rem;
	color: #111;
	margin-bottom: 23px;
  font-weight: bold;
  padding-left: 1.1em;
}
#sec04 .flow dl dt::before{
  position: absolute;
  content: "●";
  color:#fcd510;
  top: 0;
  left: 0;
}
#sec04 .flow dl dd{
	line-height: 1.55;
  margin-bottom: 30px;
}
#sec04 .flow dl:last-child dd{
  margin-bottom: 0;
}


@media screen and (max-width: 768px) {
#sec04{
  padding-bottom: 6%;
}
  #sec04 .flex{
    display: block;
  }
  #sec04 .head_inner{
    background-position: top 5px center;
  }
  #sec04 .head_inner::before{
    height: 5px;
  }
  #sec04 .head_inner .ttl img{
    display: none;
  }
  #sec04 .head_inner .ttl{
    background: url("../img/sec04_main.png") no-repeat top center /cover;
    padding-top: 62%;
    margin: auto;
  }
  #sec04 .box_shadow{
    margin-top: -2vw;
    padding: 5% 3% 6%;
  }

  #sec04 .main_ttl{
    padding: 0 6% 3%;
    margin-bottom: 5%;
  }
  #sec04 .main_ttl + p{
    margin-bottom: 8%;
  }

  #sec04 .method dt{
    margin-bottom: 3%;
  }
  #sec04 .method dd p{
    font-size: 1.5rem;
  }
  #sec04 .method dd p + p{
    margin-top: 5%;
  }
  #sec04 .method dt span{
    font-size: 4.2vw;
    padding-left: 1.2em;
    display: block;
  }
  #sec04 .method dt span::before{
    font-size: 4.6vw;
    top: -.1em;
    left: 0;
  }
  #sec04 .method:nth-of-type(1) img,
  #sec04 .method:nth-of-type(2) img{
    width: 86%;
    padding: 0;
    display: block;
    margin: auto;
  }
  #sec04 .method:nth-of-type(2) dt{
    padding: 0;
  }
  #sec04 .method:nth-of-type(2) dd{
    padding-left: 0;
  }
  #sec04 .method + .method{
    margin-top: 10%;
  }
  #sec04 .sec_content + .sec_content{
    margin-top: 8%;
  }
  #sec04 .sub_ttl_wrap{
    padding: 5% 0;
    margin: 0 auto 5%;
    width: 100%;
  }
  #sec04 .sub_ttl_wrap:nth-of-type(3),
  #sec04 .sub_ttl_wrap:nth-of-type(5),
  #sec04 .sub_ttl_wrap:nth-of-type(7){
    margin-bottom: 5%;
  }
  #sec04 .sub_ttl_wrap .sub_ttl{
    font-size: 6.8vw;
  }
  #sec04 .inner_box{
    padding-left: 0;
    padding-right: 0;
  }
  #sec04 .inner_box + .sub_ttl_wrap{
    margin-top: 10%;
  }
  #sec04 .inner_box > p{
    font-size: 1.5rem;
  }
  #sec04 .inner_box > p + p{
    margin-top: 5%;
  }
  #sec04 dl.price {
      padding-top: 8%;
      margin-bottom: 5%;
  }
  #sec04 dl.price dt{
      font-size: 4.8vw;
      margin-bottom: 5%;
  }
  #sec04 dl.price dt span.arrow{
    margin: 5% auto;
  }
  #sec04 dl.price dd{
      font-size: 5.1vw;
  }
  #sec04 dl.price dd .lg{
    font-size: 5.6vw;
  }
  #sec04 .inner_box:nth-of-type(4) .f_left{
    padding: 0 0 3%;
    width: 62%;
  }
  #sec04 .inner_box:nth-of-type(4) p{
    padding-right: 0;
  }
  #sec04 .inner_box:nth-of-type(6) .f_right{
    padding: 0 0 5%;
    width: 86%;
  }
  #sec04 .inner_box:nth-of-type(6) p{
    padding-left: 0;
  }
  #sec04 .flow dl dt{
    font-size: 4.5vw;
    margin-bottom: 3%;
  }
  #sec04 .flow dl dd{
    margin-bottom: 8%;
  }
}


/*--------------------- sec05 ----------------------*/
#sec05{
  background: url("../img/sec05_bg_r.jpg") repeat-x;
  padding-top: 80px;
  padding-bottom: 48px;
  overflow: hidden;
}
#sec05 h2.ttl{
  position: relative;
  font-size: 4.5rem;
  color: #001111;
  margin-bottom: 68px;
  z-index: 1;
}
#sec05 .sec05_wrap{
  position: relative;
  margin: auto;
  padding: 0 12px;
}
#sec05 .sec05_wrap::before{
  position: absolute;
  content: "";
  background: url("../img/sec05_bg_main.jpg") no-repeat top center /auto;
  width: 511px;
  height: 1197px;
  right: -100px;
  bottom: -48px;
  z-index: 0;
}
#sec05 .sec05_wrap::after{
  position: absolute;
  content: "";
  background: url("../img/sec05_bg_l.jpg") repeat-x;
  width: 100%;
  height: 1197px;
  left: -411px;
  bottom: -48px;
  z-index: 0;
}
#sec05 .inner_wrap{
  position: relative;
  margin-top: 42px;
  z-index: 1;
}
/*
#sec05 .inner_wrap{
  margin: auto;
  max-width: 1150px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 42px;
}*/
#sec05 .inner_wrap .txt{
  position: relative;
  width: 530px;
  margin-right: auto;
  z-index: 1;
}
#sec05 p{
  position: relative;
	font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -.02em;
  z-index: 1;
}
#sec05 p + p{
	margin-top: 23px;
}


@media screen and (max-width: 768px) {
  #sec05{
    background-size: cover;
    padding: 6% 0;
  }
  #sec05 h2.ttl{
    font-size: 7.8vw;
    margin-bottom: 8%;
  }
  #sec05 figure{
    margin-bottom: 5%;
  }
  #sec05 figure img{
    width: 60vw;
    border: 1px solid #fff;
  }
  #sec05 .sec05_wrap{
    position: relative;
    margin: auto;
    padding: 0 1.6%;
  }
  #sec05 .sec05_wrap::before{
    display: none;
  }
  #sec05 .sec05_wrap::after{
    display: none;
  }
  #sec05 .inner_wrap{
    margin-top: 5%;
  }
  #sec05 .inner_wrap .txt{
    width: 100%;
    margin: auto;
  }
  #sec05 p{
    font-size: 1.5rem;
  }
  #sec05 p + p{
    margin-top: 5%;
  }
}




/*--------------------- sec10 ----------------------*/
#sec10 {
  background: url("../img/sec10_bg.jpg") no-repeat top 168px center /cover;
	padding: 0 0 32px;
  overflow: hidden;
}
#sec10 .sec_heading{
  height: 168px;
  padding: 45px 0;
  margin-bottom: 40px;
}
#sec10 h2.ttl{
  font-size: 6.6rem;
  font-weight: 600;
  color:#111;
  line-height: 1;
  letter-spacing: -.02em;
}
#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 .sec_content{
  background: #fff;
  padding: 50px 23px 64px;
}
#sec10 .lead {
  padding-bottom: 78px;
}
#sec10 .small {
  font-size: 1.3rem;
}
#sec10 .small.pt3 {
  font-size: 1.26rem;
}
#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: 0;
    background-position: top center;
  }
  #sec10 .sec_heading{
    padding: 3% 0;
    height: auto;
    margin-bottom: 5%;
  }
  #sec10 h2.ttl{
    font-size: 7.2vw;
    line-height: 1.2;
  }
  #sec10 p.btn{
    width: 100%;
    padding-top: 18.6667%;
    background: url("../img/sp/btn_cta.png") 0 0 no-repeat;
    background-size: contain;
  }
  #sec10 .sec_content {
    padding: 5% 3% !important;
    width: 96%;
  }
  #sec10 .lead {
    padding-bottom: 5%;
  }
  #sec10 .small.pt4 {
    padding-top: 0;
  }
  #sec10 #mail {
    margin-bottom: 10px;
  }
  #sec10 .privacy {
    font-size: 1.4rem;
    padding-bottom: 22px;
    line-height: 1.6;
  }
}

/*--------------------- cta ----------------------*/
.cta {
  height: 168px;
  padding: 30px 0 0;
  line-height: 1;
  text-align: center;
  position: relative;
}
.cta img{
  display: none;
}
.cta a{
  background: url("../img/btn_cta.png") no-repeat 0 0;
  width: 702px;
  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 24px;
}

.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: 23px 0px 22px 5px;
  width: 32%;
  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: 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.1rem;
  border-bottom: #000 dotted 1px;
}
.form_area td .small{
  letter-spacing: -0.1rem !important;
}
.form_area table tr:last-of-type td{
	border-bottom: none;
}

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

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

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

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


/* --   form  -- */

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

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


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


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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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



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

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

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

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

@media screen and (max-width: 768px) {
  #thanks {
    padding: 0 0 5%;
  }
  #thanks .sec_heading{
    height: auto;
    padding: 4% 0 5%;
    margin-bottom: 5%;
  }
  #thanks .sec_heading .ttl{
    font-size: 7.6vw;
  }
  #thanks .box_shadow {
    width:96%;
    padding: 8%;
  }
  #thanks .subttl {
    font-size: 4.8vw;
    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;
  }
}