@charset "utf-8";
/* CSS Document */
/*-----フォントの設定-----*/
/* Regular*/
 @font-face {
  font-family: 'NotoSansJP'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/NotoSansJP-Regular.ttf') format('truetype');
}
/* bold */
@font-face {
  font-family: 'NotoSansJP'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/NotoSansJP-Bold.ttf') format('truetype');
  font-weight: bold;
}
/* medium*/
 @font-face {
  font-family: 'NotoSansJP'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/NotoSansJP-Medium.ttf') format('truetype');
  font-weight: medium;
}
/* HelveticaWorld-Bold*/
 @font-face {
  font-family: 'HelveticaWorld-Bold'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/HelveticaWorld-Bold.ttf') format('truetype');
}
/* 03スマートフォントUI*/
 @font-face {
  font-family: '03スマートフォントUI'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/03スマートフォントUI.otf') format('truetype');
}

/*-----フォントの設定ここまで-----*/

/*-----共通設定-----*/

html{
	font-size: 62.5%;
    font-family: 'GenJyuuGothic';
}
p{
    font-size: 1.6rem;
}
img{
    max-width: 100%;
}
/* スマホで見たときは"sp"のclassがついた画像が表示される */
/*.pc { display: block !important; }*/
.pc { 
    display: none !important;
}
.br-pc{
    display: none;
}
.br-tb{
        display: none;
    }
/*-----共通設定ここまで-----*/
/**/
/**/
/**/
/*スクロールボタン設定*/
html{
  scroll-behavior: smooth;
}
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(TV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/


/**/
/**/
/**/
/*sp-header*/
/**/
/**/
/**/

header.sp {
    background-color: #252979;
}


/**/
/**/
/**/
/*top-view<!--TV-->*/
/**/
/**/
/**/
#top-view .button-box {
        position: absolute;
        bottom: 3em;
        text-align: center;
}
.button-box img {
    max-width: 92%;
}


/**/
/**/
/*<!--TVここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    background: url("../img/targeting-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}
.targeting-tittle{
    background-color: #252979;
    padding: 4.0rem 3.0rem;
    position: relative;
}
.targeting-tittle h2{
    font-size: 1.6rem;
    color:#ffffff;
    margin-bottom: 1.0rem;  
}
.targeting-tittle h1{
    font-size: 1.8rem;
    color:#ffffff;
}
.targeting-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #252979 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}
.targeting-tittle-box::before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 35px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(70deg);
    top:50%;
    left: -1%;
}
.targeting-tittle-box::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 35px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(-70deg);
    top:50%;
    right: -1%;
}
.targeting-wrapper{
    padding: 1rem 1rem 2.4rem 1rem;
}
.targeting-wrapper p{
    margin:1.8rem 0;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*merit<!--MR-->*/
/**/
/**/
/**/
#merit{
    
    text-align: center;
}
.merit-tittle{
    background-color: #252979;
    padding: 2.0rem 0;
    position: relative;
}
.merit-tittle p{
    font-size: 1.8rem;
    color:#ffffff;
    line-height: 1.4;
}
.merit-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #252979 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}
.merit-tittle-box::before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 35px;
    border: 0;
    border-top: 2px dashed white;
    margin: 4px 0;
    padding: 0;
    transform: rotate(70deg);
    top:50%;
    left: -1%;
}
.merit-tittle-box::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 35px;
    border: 0;
    border-top: 2px dashed white;
    margin: 4px 0;
    padding: 0;
    transform: rotate(-70deg);
    top:50%;
    right: -1%;
}
.merit-wrapper{
    padding: 4.5rem 1.5rem 2.0rem 1.5rem;
    background: url("../img/merit-bg-sp.png")no-repeat center center / cover;
}
.merit-wrapper h2{
    font-size: 2.2rem;
    text-shadow: 3px 3px 0 #ffffff;
    font-weight: bold;
}
.merit-wrapper p{
    font-size: 1.3rem;
    margin: 1.6rem 0 2.5rem 0;
    line-height: 1.7;
}
.merit-area {
    margin-bottom: 3em;
}
.merit-area img:nth-of-type(-n+5){
    margin-bottom: 1.2rem;
}
.merit-btn.btn {
    margin-top: 2.5rem;
}
/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/
#list{
    background-color: #e7e7e0;
    text-align: center;
}
.list-tittle p {
        font-size: 1.8rem;
        position: relative;
        line-height: 1.5;
        margin-bottom: 2em;
        margin-top: 1em;
    }

.list-tittle p:after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    background-size: 12px 12px;
    background-image: linear-gradient(to right, #187fc3 6px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 5px;
}
.list-wrapper{
    padding: 4.0rem 2.0rem 3.2rem 2.0rem;
}
.list-area{
    margin-bottom: 2.0rem;
}
.list-area img {
    margin-bottom: 1em;
}
.list-box{
    text-align: left;
    margin-top: 1.7rem;
}
.list-box p{
    position: relative;
}

.list-box-1 p:before{
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 11.0rem;
    left: -15px;
    /*top: 7px;*/
    background-color: #000000;
}
.list-box-2 p:before{
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 11.0rem;
    left: -15px;
    /*top: 7px;*/
    background-color: #000000;
}
.list-box-3 p:before{
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 15.5rem;
    left: -15px;
    /*top: 7px;*/
    background-color: #000000;
}
.list-box p{
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    margin: 0rem 1.0rem 3.3rem 2.0rem;
}

.list.btn {
    margin-top: 4.0rem;
}
/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
    background: url("../img/voice-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}
.voice-tittle{
    background-color: #252979;
    padding: 3.2rem 0 4rem 0;
    position: relative;
}
.voice-tittle p{
    font-size: 1.9rem;
    color: #ffffff;
    line-height: 1.7;
}
.voice-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #252979 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}
.voice-tittle-box::before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(70deg);
    top:50%;
    left: -1%;
}
.voice-tittle-box::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(-70deg);
    top:50%;
    right: -1%;
}
.voice-wrapper {
    padding: 0 2.0rem 1.7rem 2.0rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}
.voice-sbtittle{
    margin:3.0rem 0 1.7rem 0;
    padding: 0 1.5rem;
}
.voice-area{
    background-color: #ffffff;
    padding: 2rem 0.9rem;
    border-radius: 1.1rem;  
}
.voice-area img{
    max-width: 50%;
    margin-bottom: 2em;
}
.voice-area:nth-of-type(-n+3){
    margin-bottom: 1.1rem;
}
.voice-box{
    font-size: 1.2rem;
}
p.voice-title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    color: #252979;
    margin-bottom: 1em;
}
.voice-text{
    text-align: left;
    line-height: 1.7;
    font-size: 1.6rem;
    padding: 0 0.2rem;
}
.voice-name{
    font-size: 1.0rem;
    text-align: center;
    padding: 0.3rem 0;
}
.sp-voice-name{
    border-top:0.5px solid #000000;
    border-bottom: 0.5px solid #000000;
    margin: 1.1rem 0 0.7rem 0;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#qa{
    text-align: center;
}
#qa .button-box{
    position: static;
    margin: auto;
}

.qa-wrapper{
    padding: 5rem 1.5rem 4rem 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}
.qa-tittle{
    display: flex;
    justify-content: space-between;
    border-top:3px solid #252979;
    border-bottom:3px solid #252979;
    background-color: #ffffff;
    padding: 2rem 1.5rem 2rem 2.1rem; 
}
.qa-tittle p{
    align-self: center;
    
}
.qa-tittle-left{
    display: flex;
}
.qa-tittle-left p{
    font-size: 3.0rem;
    color:#252979;
    margin-left: 1.2rem;
    font-weight: bold;
}
.qa-tittle-left img{
    align-self: center;
}
.qa-tittle-right{
    align-self: center;
    font-size: 2.0rem;
    font-weight: bold;
}
.qa-text {
    font-size: 1.6rem;
    color: #252979;
    margin: 1rem 0;
    line-height: 1.7;
}
.qa-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.qa-box{
    background-color:#f4e7db;
    max-width: 473px;
    padding: 3.2rem 2.3rem;
    position: relative;
}

.qa-box:nth-of-type(-n+5){
    margin-bottom: 4.0rem;
}
.qa-box:before{
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 7px, rgba(86, 46, 0, 0.3) 0, rgba(86, 46, 0, 0.3) 10px); /* ストライプの色 */
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.qa-box h2{
    font-size: 1.8rem;
    color:#252979;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    position: relative;
    margin-left: 2.6rem;
}
.qa-box h2:before {
    position: absolute;
    content: "";
    width: 1.0rem;
    height: 4rem;
    left: -25px;
    top: 5px;
    background-color: #252979;
}
.qa-box h2.short:before {
    height: 2.5rem;
}
.qa-box p{
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 1rem;
    border-top: 2px dashed#252979;
    padding-top: 3.0rem;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    text-align: center;
}
.closing-tittle{
    background-color:#252979;
    padding: 2.0rem 0;
    position: relative;
}
.closing-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #252979 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}
.closing-tittle p{
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1.4;
}
.closing-tittle-sb {
    margin: 1.3rem auto;
    border-top: 2.5px solid #FFF;
    border-bottom: 2.5px solid #FFF;
    display: block;
    padding: 0.5rem 0;
    max-width: 90%;
}
.closing-tittle-sb p{
    font-size: 1.5rem;
    color:#bdccd4;
    letter-spacing: 0.1em;
}
.closing-tittle-sb span{
    color:#ffe600;
}
.closing-wrapper{
    background-color: #e7e7e0;
}
.closing-area{
    padding: 3.2rem 1.5rem 0 1.5rem;
}

.closing-box01{
    margin-bottom: 1.2rem;
}
.tel-box{
    display: flex;
    justify-content: center;
}
.tel-box img{
    align-self: center;
    width: 20%;
}
.tel-box .tel{
    font-size: 3.8rem;
    color:#e60012;
    font-family: 'HelveticaWorld-Bold';
    margin-bottom: 0.8rem;
}
.closing-box01 .time{
    font-size: 1.3rem;
    text-align: center;
    margin-left: 3.5rem;
}
.closing-item01 {
    margin-bottom: 1.4rem;
}
iframe {
    width: 100%;
    height: 100px;
}
#closing .closingtext span.time-announce {
    text-align: left;
    display: block;
}
.closing-box02-in{
    display: flex;
    margin-top: 1.5rem;
    justify-content: center;
}
.closing-item02{
    margin: 0 0 0 1.0rem;
    padding-bottom: 2em;
}
.closing-box02-in p {
    font-family: 'NotoSansJP';
    font-weight: 600;
}
.closing-timetext, .closing-daytext, .closing-addresstext{
    position: relative;
    margin-left: 1.0rem;
    margin-bottom: 0.7rem;
}
.closing-timetext:before,.closing-daytext:before,.closing-addresstext:before{
    position: absolute;
    content: "";
    width: 0.3rem;
    height: 1rem;
    left: -10px;
    top: 4px;
    background-color: #187fc3;
}
.closingtext:nth-of-type(-n+2){
    margin-bottom: 1.7rem;
}
.closing-timetext,.closing-daytext,.closing-addresstext {
    font-weight: 500;
}
p.adtxt {
    line-height: 1.5;
}
.closingtext p{
    text-align: left;
    font-size: 1.4rem;
}
.closing-box02-in img{
   align-self: end; 
    max-width: 50%;
}
.closing-copyright {
    margin-top: 2em;
}
.closing-logo{
    background-color:#252979;
    padding: 1.7rem 0;
    position: relative;
}
.closing-logo img {
    width: 50%;
}
.closing-logo-a{
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
}
.closing-logo p{
    font-size: 1.0rem;
    color:#ffffff;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/


/**/
/*footer*/
/**/
body {
    padding-bottom: 70px; /* ヘッダーの高さ分の余白をいれ、うしろの要素が隠れないようにする */
}
footer{
	height: 70px;
	background: #ff4a99;
	position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   z-index: 99;
	 

}
footer .menu{
	display: flex;
	justify-content: center;
}

footer .nav .menu li a{
   color: #ffffff;
   font-weight:bold;
   text-decoration: none;
   font-size: 2.5rem;
	
}
.footer-tel,.footer-form{
	border-right: 1px solid #ffffff;
    padding: 20px 0;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-tel:before, .footer-form:before{
	content: '';/*何も入れない*/
  display: inline-block;
  width: 28px;/*画像の幅*/
  height: 28px;/*画像の高さ*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.footer-tel:before{
  background-image: url("../img/tel.png");
}
.footer-form:before{
  background-image: url("../img/home.png");
}
.footer-top{
	width: 30%;
	text-align: center;
    align-self: center;
}
.footer-top img{
	width: 25%;

}
/*はじめは非表示*/
.content {
  opacity: 0;
}
.content.inview {
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-delay: .4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    transform: translateY(40px);/*下から*/
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
img.closinglogotel {
    width: 65%;
}
div#logoInfo {
    text-align: right;
}





/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr{
    background-color: #f0e1c5;
    text-align: center;
}
.pr-wrapper{
    padding: 2.5rem 1.5rem 2.0rem 1.5rem;
    box-sizing: content-box;
}
.pr-tittle img{
    margin-bottom: 1.5rem;
}
.pr-tittle p{
    font-size: 1.2rem;
    position: relative;
}
.pr-tittle p:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    background-size: 12px 12px;
    background-image: linear-gradient(to right, #f15a24 6px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 5px;
}


.pr-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2.5rem 0 0 0;
}
.pr-area img{
    margin-bottom: 1.0rem;
    max-width: 32%;
    
}
.pr-btn.btn {
    margin: 2.6rem 0;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image{
    position: relative; 
}

#image .btn-image {
    position: absolute;
    width: 80%;
    height: auto;
    bottom: 2%;
    left: 14%;
}
.btn-image img{
    max-width: 100%;
}
/**/
/**/
/**/
/*image<!--IMここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
    padding-bottom: 6.5rem;
    text-align: center;
    background-color: #f0e1c5;
    
}
.entry-tittle {
    padding: 5rem 1.5rem 0rem 1.5rem;
    text-align: center;
}
form{
    margin: 0 1rem 0 1rem;
    text-align: center;
    background-color: #ffffff;
    padding: 0 0 2.0rem 0;
    
}
table{
    width: 100%;
}
.entry-text{
    margin: 0 0 2.0rem 0;
    font-size: 1.4rem;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}
.entry-text span{
    background-color: #faf038;
    letter-spacing: -0.08rem;
}
.form-wrapper{
    margin: 0 auto;
    text-align: center;
    padding: 3.0rem 1.0rem;
    background-color: #ffffff;
}
th{
    font-size: 1.6rem;
    color: #562e00;
    text-align: left;
}


/* Table */
    th,
    td {
        
        display: table-cell;
        display: block;
    }
    th {
        vertical-align: middle;
    }
    td {
        width: 90%;
        text-align: left;
        margin-bottom: 2rem;
        
    }
    span.radio-text {
        font-size: 1.6rem;
        margin-right: 1.5rem;
    }
.input-text{
    border: 2px solid #562e00;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    }
textarea{
    border: 2px solid #562e00;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 120px;
    } 

h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}
.personal-tittle{
    color: #562e00;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
}
th.form-tittle {
    margin-bottom: 1rem;
}
.btn-primary {
    align-items: center;
	text-decoration: none;
	width: 70%;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: bold;
	background: #f15a24;
	color: #ffffff;
	position: relative;
	transition: 0.5s;
    font-size: 3.6rem;
    border-radius: 100vh;
}
input.btn.btn-primary{
    margin: 2.0rem 0 6.5rem 0;
    text-align: center;
}
.btn-primary:hover {
	background: #f0e1c5;
	color: #f15a24;
}
.select-01{
    border: 2px solid #562e00;
    background: #fff;
    padding: 1.5rem;
    
}

/* 任意と必須 */
span.text-any {
    font-size: 1.4rem;
    color: rgba(241,90,36,0.5);
}
span.text-Required{
    font-size: 1.4rem;
    color: #f15a24;

}
.personal-text span{
    font-size: 1.8rem;
}


/* scroll */
.scroll-box{
    overflow:scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    padding: 1.5rem 0 1.5rem 0.5rem;
}
.scroll-box  p{
    text-align: left;
    font-size: 1.4rem;
}

/* スクロールの幅の設定 */
.scroll-box::-webkit-scrollbar {
 width: 10px;
 height: 10px;
}
 
/* スクロールの背景の設定 */
.scroll-box::-webkit-scrollbar-track {
 border-radius: 5px;
 background: rgba(110, 108, 108, 0.2);
}
 
/* ドラックできるスクロール部の設定 */
.scroll-box::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #562e00;
}

/**/
/*ラジオボタン*/
/**/
.radio-btn {
    position: relative;
    margin: 5px 0;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    margin-left: 15px;
  }
 
  /* ラジオボタンは非表示（透明化 requiredを使用したいため） */
 .radio-btn input[type=radio] {
   position: absolute;
   opacity: 0;
   z-index: -1; 
 }
 
  .radio-text {
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    border: solid 2px #562e00;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .radio-text:after {
    content: "";
    position: absolute;
    background: #562e00;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    opacity: 0;
  }
  
   .radio-btn input:checked + .radio-text:after {
    opacity: 1;
  }
 /**/
 /*チェックボックス*/
 /**/
 .check-btn {
    position: relative;
    margin: 5px 0;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    margin-left: 15px;
  }
 
  .check-text {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    border: solid 2px #562e00;
    box-sizing: border-box;
  }
  
  .check-text:after {
      content: "";
      opacity: 0;
      display: block;
      width: 14px;
      height: 10px;
      border-left-width: 2px;
      border-bottom-width: 2px;
      border-color: #562e00;
      transform: rotate(-45deg);
  }
  
   .check-btn input:checked + .check-text:after {
    opacity: 1;
  }
  /* チェックボックスは非表示（透明化 requiredを使用したいため） */
 .check-btn input[type=checkbox] {
   position: absolute;
   opacity: 0;
   z-index: -1; 
 }
/**/
/**/
/**/
/*エントリーフォームFMここまで*/
/**/
/**/
/**/

/**/
/**/
/**/
/*success*/
/**/
/**/
/**/
#success{
    text-align: center;
}
.success-tittle{
    padding: 9.0rem 1.5rem 0 1.5rem;
    
}
.success-tittle img{
    width: 80%;
}
.success-warpper{
    max-width: 770px;
    margin: 0 auto;
    padding: 6.2rem 0;
}

.success-warpper h1{
    font-size: 2.8rem;
    color: #562e00;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 1.6rem;
    text-align: center;
    color: #562e00;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}
.success-text span{
    background-color: #faf038;

}
.success-warpper a{
    font-size: 2.0rem;
    color: #562e00;

}


a.success-btn {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;

	width: 220px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #f15a24;
	color: #ffffff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.success-btn::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(230deg);
}
a.success-btn:hover {
	background: #f17724;
	color: #ffffff;
}
/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/







.block{
    background-color:gray;
    height: 100vh;
    position: relative;
}
.block h1{
    font-size: 4.0rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem;
}




































