@charset "utf-8";
/* CSS Document */
/*-----フォントの設定-----*/
/*-----フォントの設定ここまで-----*/

/*-----共通設定-----*/
html{
	font-size: 62.5%;
    /*font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
    font-weight: bold;*/
    /*notosanで代用*/
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
p{
    font-size: 1.6rem;
}
img{
    max-width: 100%;
}
h1,h2{
    font-weight: 700;
}
.btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* スマホで見たときは"sp"のclassがついた画像が表示される */
.pc {
    display: none !important; 
}
/*.sp { 
    display: none !important;
}*/
.br-pc{
    display: none;
}
/*-----共通設定ここまで-----*/
/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(FV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*スクロールボタン設定*/
html{
  scroll-behavior: smooth;
}






/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view{
    position: relative;
}
#first-view .sp{
    max-width: 100%;
}
#first-view .btn-first-view {
    position: absolute;
    width: 80%;
    height: auto;
    bottom: 4%;
    left: 12%;
}

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





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    text-align: center;
}
.targeting-tittle{
    margin-bottom: 3.0rem;
}
.targeting-wrapper{
    padding: 2.0rem 1.5rem 3.6rem 1.5rem;
}
.targeting-item{
    max-width: 300px;
    text-align: left;
    margin: 0 auto 3.0rem auto;
}

.targeting-item img{
    max-width: 100%;
}
.targeting-item h2{
    color:#a40000;
    font-size: 1.9rem;
    text-align: left;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 0 0.7rem 0.5rem 0.7rem;
    margin-bottom: 0.9rem;
}
.targeting-item p{
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: 1.3rem;
    letter-spacing: -0.07em;
   /* margin-left: 3.5rem;*/
}
.targeting-item p span{
    font-size: 1.3rem;
    
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image{
    background: url("../img/image-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}
.image-tittle-main {
    background:linear-gradient(#a40000,#780000);
    padding: 1.3rem 1.5rem;   
}
.image-tittle-main h1{
    font-size: 2.5rem;
    color:#ffffff;
}
.image-wrapper{
    padding: 2.5rem 2.7rem 2.7rem 2.7rem;
}
.image-tittle{
    margin-bottom: 2.75rem;
}
.image-tittle-sb{
    margin-bottom: 2.0rem;
    font-size: 2.0rem;
    color:#a40000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 0 1.3rem 0.8rem 1.3rem;
    margin-top: 2.0rem;
}
.image-text-01{
    text-align: left;
    margin-bottom: 3.6rem;
}
.image-text-02{
    text-align: left;
}
.image-box{
    margin-bottom: 3.6rem;
    display: flex;
    flex-direction: column;
}
.image-box img{
    order:1;
    max-width: 50%;
    margin: 0 auto;
}
.image-item{
    order: 2;
    margin: 0 3.9rem;
}
.image-item p{
    line-height: 1.7;
    font-size: 1.6rem;
}
.image-wrapper h3{
    font-size: 3.4rem;
    color:#a40000;
    margin-bottom: 1.6rem;
    font-weight: 800;
}
.image-wrapper h3 span{
    font-size: 4.5rem;  
}
.image-btn img{
    max-width: 80%;
}
/**/
/**/
/**/
/*image<!--IMここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr{
    background: url("../img/pr-bg.png")no-repeat center center / cover;
    text-align: center;
}
.pr-wrapper{
    padding: 3.0rem 2.7rem;
}
.pr-col-sp{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.pr-col-sp h2{
    font-size: 2.2rem;
    color:#a40000;
    text-align: left;
    line-height: 1.3;
}
.pr-col-sp img{
    max-width: 30%;
}
.pr-area{
    padding: 3.6rem 3.9rem 4.8rem 3.9rem;
    background-color:#ffffff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.pr-tittle{
    margin-bottom: 4.0rem;
}
.pr-item:nth-of-type(-n+2){
    margin-bottom: 5.6rem;
}

.pr-col p{
    text-align: left;
    line-height: 1.7;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*merit<!--MR備考-->*/
/**/
/**/
/**/
#merit{
    background-color: #a40000;
}
.merit-wrapper{
    padding: 2.2rem 2.7rem;
}
.merit-tittle{
    margin-bottom: 5.0rem;
}
.merit-col-sp{
    display: flex;
    margin-bottom: 1.4rem;
    position: relative;
}

.merit-col01-sp::before{
    content: url(../img/merit01-sp.png);
    position: absolute;
    top:-30%;
    right: 0; 
}
.merit-col02-sp::before{
    content: url(../img/merit02-sp.png);
    position: absolute;
    top:-30%;
    right: 0;    
}
.merit-col03-sp::before{
    content: url(../img/merit03-sp.png);
    position: absolute;
    top:-30%;
    right: 0;   
}
.merit-col-sp h2{
    font-size: 2.4rem;
    color:#ffffff;
    margin-bottom: 4.4rem;
    margin-left: 1.0rem;
    text-align: left;
}
.merit-col-sp img{
    max-width: 50%;    
}
.merit-col{
    margin: 0 2.7rem;
}
.merit-col p{
    color:#ffffff;
    line-height: 1.7;
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: -0.05em;
}
.merit-item{
    margin-bottom: 4.5rem;
    text-align: center;
}
.merit-wrapper h3{
    font-size: 2.3rem;
    letter-spacing: -0.08em;
    text-align: center;
    color:#ffffff;
    margin-bottom: 2.2rem;
    line-height: 1.4;
    font-weight: 800;
}
.merit-wrapper h3 span{
    font-size: 3.0rem;
    letter-spacing: -0.15em;
}
img.sp.merit-item-img-sp {
    object-fit: cover;
}
/**/
/**/
/**/
/*merit<!--MR備考ここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/
#list{
    background: url("../img/list-bg.png")no-repeat center center / cover;
    text-align: center;
}
.list-wrapper{
    padding: 5.8rem 2.7rem 5.8rem 2.7rem;
}
.list-area{
    padding: 3.5rem 2.6rem;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    background-color: #ffffff;
}
.list-tittle{
    margin-bottom: 2.5rem;
}
.list-tittle img{
    margin-bottom: 2.5rem;
}
.list-tittle p{
    line-height: 1.7;
    text-align: left;
}

.list-box{
  /*  text-align: left;*/
    margin-bottom: 2.7rem;
}
.list-box h2{
    font-size: 1.9rem;
    color:#a40000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 0 1.3rem 0.8rem 1.3rem;
    margin-bottom: 2.5rem;
}
.list-box span{
    font-size: 1.1rem;
    color:#000000;
    margin-left: 0.8rem;
}
.list-col{
    background-color: #f4dcdc;
    padding: 2.2rem;
    margin-bottom: 2.2rem;
    position: relative;
}
.list-col p{
    margin-bottom: 0.7rem;
    text-align: center;
    line-height: 2.0rem;
    letter-spacing: -0.06em;
}
.list-name{
    font-size: 1.9rem;
    color:#a40000;
}
.list-year{
    border: 1px solid #a40000;
    padding: 0.6rem 2.6rem;
}
.list-col ul{
    background-color: #ffffff;
    padding: 0.9rem 3.9rem;
    font-size: 1.4rem;
}
.list-col li:nth-of-type(-n+2){
    margin-bottom: 0.7rem;
}
.list-text{
    text-align: left;
    line-height: 1.7;
}
.list-col-item01:before{
    content:"オススメ";
    border-radius: 100% ;
    background-color: #a40000;
    color:#ffffff;
    display: inline-block;
}
.list-col-item01:before{
    position: absolute;
    content:"オススメ";
    border-radius: 100% ;
    width: 50px;
    height: 50px;
    top: -5%;
    left: -8%;
    background-color: #a40000;
    color:#ffffff;
    display: inline-block;
    line-height: 5;
    text-align: center;
    font-size: 1.0rem;
}
.list-col-item02:before{
    position: absolute;
    content:"長持ち";
    border-radius: 100% ;
    width: 50px;
    height: 50px;
    top: -5%;
    left: -7%;
    background-color: #a40000;
    color:#ffffff;
    display: inline-block;
    line-height: 5;
    text-align: center;
    font-size: 1.0rem;
}
/**/
/**/
/**/
/*list<!--LI--->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    background: url("../img/closing-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}
.closing-wrapper{
    padding: 2.2rem 2.7rem 0;
}
.closing-wrapper h1{
    font-size: 2.5rem;
    color: #a40000;
    margin-bottom: 1.7rem;
    letter-spacing: -0.04em;
    font-weight: 800;
}
.closing-btn{
    margin-bottom: 1.4rem;
}
.closing-btn p{
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}
.closing-box-01{
    color:#ffffff;
    margin: 0 2.6rem 1.5rem 2.6rem;
    text-align: left;
}
.tel-text{
    font-size: 1.3rem;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    padding: 0 1.3rem 0.8rem 1.3rem;
    margin-bottom: 0.9rem;
    font-weight: 700;
}
.tel{
    font-size: 4.0rem;
    font-weight: 700;
}
.time{
    font-size: 1.0rem;
    align-self: center;
}
.closing-box-02{
    background-color: #ffffff;
    margin: 0 auto;
    padding: 1.0rem 0;
}
.logo{
    font-size: 2.0rem;
    margin-bottom: 0.8rem;
    font-weight: 800;
}
.logo span{
    font-size: 2.9rem;
}
.address{
    text-align: center;
    font-size: 1.0rem;
}
.copyright{
    color:#ffffff;
    padding: 1.6rem 0;
    
}
.copyright p{
    font-size: 1.0rem;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/

/**/
/*footer*/
/**/
body {
    padding-bottom: 70px; /* ヘッダーの高さ分の余白をいれ、うしろの要素が隠れないようにする */
}
footer{
	height: 70px;
	background: #DCB400;
	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: 1.5rem;
	
}
.footer-tel,.footer-form{
	border-right: 1px solid #ffffff;
	padding: 20px 0;
	width: 42%;
	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: 16%;
	text-align: center;
    align-self: center;
}
.footer-top img{
	width: 40%;

}
/*はじめは非表示*/
.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;
  }
}


/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step{
    background-color: #eaeaea;
    text-align: center;
}
.step-wrapper{
    padding: 2.7rem 2.7rem 2.9rem 2.7rem;
}
.step-tittle{
    margin-bottom: 3.2rem;
}
.step-box h2{
    font-size: 3.0rem;
    color: #a40000;
    margin: 2.6rem 0;
    letter-spacing: -0.08em;
    font-weight: 800;
}
.step-box h2 span{
    font-size: 3.5rem;
}
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
    background: url("../img/voice-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}
.voice-wrapper{
    padding: 3.6rem 2.7rem 3.8rem 2.7rem;
}
.voice-tittle{
    margin-bottom: 3.4rem;
}
.voice-box{
    max-width: 321px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    padding: 3.5rem 4.2rem;
}
.voice-box img{
    margin-bottom: 3.3rem;
}
.voice-box:nth-of-type(-n+3){
    margin-bottom: 4.3rem;
}
.voice-text{
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.8rem;
    text-align: left;
}
.voice-text span{
    color: #a40000;
}
.voice-name{
    text-align: left;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*information<!--IN-->*/
/**/
/**/
/**/
 .information-wrapper{
    padding: 2.8rem 2.7rem 3.2rem 2.7rem;
}
.information-tittle{
    margin-bottom: 2.2rem;
}
.information-tittle h1{
    font-size: 1.9rem;
    color: #a40000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 0 3.8rem 0.8rem 1.3rem;
}
.information-table{
    font-size: 1.2rem;
    margin: 0 auto;
    background-color: #f4dcdc;
}
.information-table tr:nth-of-type(-n+7){
    border-bottom: 3px solid #ffffff;
}
.information-table td{
    padding: 2.0rem 0.5rem;
    width: 500px;
}
.information-text{
    line-height: 2.0;
}
.info-name{
    text-align: center;
}
.info-height {
    line-height: 2;
    padding-left: 1.6rem;
}
/**/
/**/
/**/
/*information<!--INここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/
#gallery{
    background: url("../img/gallery-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}
.gallery-wrapper{
    padding: 2.8rem 2.7rem 5.0rem 2.7rem;
}
.gallery-area {
    margin: 0 3.4rem;
}
.gallery-tittle{
    margin-bottom: 2.5rem;
}
.gallery-box:nth-of-type(-n+2){
    margin-bottom: 6.8rem;
}
.gallery-box p{
    font-size: 1.9rem;
    color: #a40000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 0 3.8rem 0.8rem 1.3rem;
    margin-bottom: 1.1rem;
    font-weight: 700;
}
.gallery-item-before, .gallery-item-after {
    text-align: left;
}
.gallery-point{
    margin: 1.6rem 0.8rem;
    transform: rotate( 90deg );
}

/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#qa{
    background-color: #eaeaea;
    text-align: center;
}
.qa-wrapper{
    padding: 2.8rem 2.7rem;
}
.qa-tittle{
    margin-bottom: 2.2rem;
}
.qa-box:nth-of-type(-n+5){
    margin-bottom: 2.9rem;
}
.qa-item-Q{
    display: flex;
    color: #a40000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0 3.5rem 1.0rem 0.8rem;
    margin-bottom: 1.5rem;
    
}
.qa-item-Q p{
    font-size: 1.6rem;
    font-weight: 700;
}
.qa-item-Q h2{
    font-size: 1.6rem;
    text-align: left;
}
.qa-item-A{
    display: flex;
    padding-left: 0.7rem;
    
}
.qa-item-A p{
    line-height: 1.7;
    text-align: left;
    font-size: 1.3rem;
}
.qa-Q{
    margin-right: 0.7rem;
    font-size: 2.0rem!important;
}
.qa-A{
    font-size: 2.0rem!important;
    color: #a40000;
    margin-right: 0.7rem;
    font-weight: 700;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
    padding-bottom: 6.5rem;
    text-align: center;
    background-color: #f4dcdc;
    
}
.entry-tittle {
    padding: 5rem 1.5rem 0 1.5rem;
    text-align: center;
}
form{
    margin: 0 1rem 0 1rem;
    text-align: center;
    background-color: #ffffff;
    padding: 0 0 2.0rem 0;
    
}
.form-table{
    width: 100%;
}
.entry-text{
    margin: 2rem 0 2.0rem 0;
    font-size: 1.4rem;
    text-align: center;
    color: #a40000;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}
.entry-text span{
    background-color: rgba(255,244,44,0.7);
    letter-spacing: -0.08rem;
}
.form-wrapper{
    /* max-width: 650px; */
    margin: 0 auto;
    text-align: center;
    padding: 3.0rem 1.0rem;
}
.form-table th{
    font-size: 1.6rem;
    color: #a40000;
    text-align: left;
}

.form-wrapper {
    background-color: #ffffff;
}

/* Table */
    .form-table th,
    .form-table td {
        
        display: table-cell;
        display: block;
    }
    .form-table th {
        vertical-align: middle;
    }
    .form-table 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 #a40000;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    }
textarea{
    border: 2px solid #a40000;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 120px;
    } 

h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}
.personal-tittle{
    color: #a40000;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
}
.form-table 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: #00286e;
	color: #ffffff;
	position: relative;
	transition: 0.5s;
    font-size: 3.6rem;
}

.btn-primary:hover {
	background: #a40000;
	color: #ffffff;
}
.select-01{
    border: 2px solid #a40000;
    background: #fff;
    padding: 1.5rem;
    
}

/* 任意と必須 */
span.text-any {
    font-size: 1.4rem;
    color: rgba(164,0,0,0.5);
}
span.text-Required{
    font-size: 1.4rem;
    color: #00286e;

}
/* scroll */
.scroll-box{
    overflow:scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    background-color: #f4dcdc;
    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;
}
.personal-text span{
    font-size: 1.8rem;
}

input.btn.btn-primary{
    margin: 2.0rem 0 6.5rem 0;
    text-align: center;
}
/* スクロールの幅の設定 */
.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: #a40000;
}

/**/
/*ラジオボタン*/
/**/
.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 #a40000;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .radio-text:after {
    content: "";
    position: absolute;
    background: #a40000;
    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 #a40000;
    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: #a40000;
      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*/
/**/
/**/
/**/
.body_success{
    background-color: #f4dcdc;
}
#success{
    text-align: center;
}
.success-tittle{
    padding: 5.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: #a40000;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 1.6rem;
    text-align: center;
    color: #a40000;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}
.success-text span{
    background-color: rgba(255,244,44,0.7);
}


a.success-btn {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
    font-size: 2.0rem;
	width: 220px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #00286e;
	color: #ffffff;
	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: #a40000;
	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;
}



















