@charset "utf-8";
/* CSS Document */
/*-----フォントの設定-----*/
/* Regular*/
 @font-face {
  font-family: 'GenJyuuGothic'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/GenJyuuGothic-Regular.ttf') format('truetype');
}
/* bold */
@font-face {
  font-family: 'GenJyuuGothic'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/GenJyuuGothic-Bold.ttf') format('truetype');
  font-weight: bold;
}
/* medium*/
 @font-face {
  font-family: 'GenJyuuGothic'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/GenJyuuGothic-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)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/

/**/
/**/
/**/
/*top-view<!--TV-->*/
/**/
/**/
/**/

section#top-view {
    position: relative;
}
#top-view img{
    width: 100%;
}
.fvbtn-box {
    width: 90%;
    margin: auto;
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
}



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





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    background: url("../img/targeting-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}
.targeting-tittle{
    padding: 2.0rem 0;
    position: relative;
    background-image: url(../img/titlebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.targeting-tittle h2{
    font-size: 1.7rem;
    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: #5ebb00 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}
.targeting-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%;
}
.targeting-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%;
}
.targeting-wrapper{
    padding: 3.6rem 1.5rem 2.4rem 1.5rem;
}
.targeting-wrapper p{
    margin:1.8rem 0;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
}
img.sp.chara {
    margin-bottom: 2rem;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*merit<!--MR-->*/
/**/
/**/
/**/
#merit{
    
    text-align: center;
}
.merit-tittle{
    background: linear-gradient(#ea5b19,#c54732);
    padding: 2.0rem 0;
    position: relative;
    background-image: url(../img/titlebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.merit-tittle p{
    font-size: 2.0rem;
    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: #5ebb00 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}
.merit-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%;
}
.merit-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%;
}
.merit-wrapper{
    padding: 4.5rem 1.5rem 5.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.6rem;
    margin: 1.6rem 0 2.5rem 0;
    line-height: 1.7;
    color:#FFF;
}
.merit-area img:nth-of-type(-n+5){
    margin-bottom: 1.2rem;
}
.merit-btn.btn {
    margin-top: 2.5rem;
}
/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr{
    background-color: #ebf3d8;
    text-align: center;
}
.pr-wrapper{
    padding: 2.5rem 1.5rem 2.0rem 1.5rem;
    box-sizing: content-box;
}
.pr-tittle img {
    width: 100%;
    margin-bottom: 1.5rem;
}
.pr-tittle p{
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 4rem;
}
.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ここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/
#list{
    text-align: center;
}
.list-tittle{
    padding: 3.2rem 0 4.0rem 0;
    position: relative;
    background-image: url(../img/titlebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
.list-tittle p{
    font-size: 2.0rem;
    color: #ffffff;
}
.list-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #5ebb00 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}
.list-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%;
}
.list-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%;
}
.list-wrapper{
    padding: 4.0rem 2.0rem 3.2rem 2.0rem;
}
.list-area{
    margin-bottom: 2.0rem;
}
.list-area img {
    width: 80%;
}
.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-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#qa {
    background-color: #ebf3d8;
    padding-top: 3rem;
    text-align: center;
}

.qa-tittle img {
    width: 70%;
    margin-left: -4rem;
}
.qa-wrapper{
    padding: 1.8rem 1.5rem 2.5rem 1.5rem;
    
}
.qa-tittle p{
    align-self: center;
}
.qa-tittle-left{
    display: flex;
}
.qa-tittle-left p{
    font-size: 2.0rem;
    color:#f15a24;
    margin-left: 1.2rem;
    font-weight: bold;
}
.qa-tittle-left img{
    align-self: center;
}
.qa-tittle-right{
    align-self: center;
    font-size: 1.9rem;
    color: #562e00;
    font-weight: bold;
}
.qa-text {
    font-size: 1.3rem;
    color: #000;
    margin: -1.0rem 0 2.0rem 0;
    line-height: 1.8;
}
.qa-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.6rem;
}
.qa-box{
    background-color:#fff;
    max-width: 473px;
    padding: 3.2rem 2.3rem;
    position: relative;
}


.qa-border{
    margin: 2.0rem 0;
}

/* .qa-box h2{
    font-size: 1.9rem;
    color:#f15a24;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    position: relative;
    margin-left: 2.0rem;
}

.qa-box h2:before{
    position: absolute;
    content: "";
    width: 1.0rem;
    height: 5.0rem;
    left: -20px;
    top: 5px;
    background-color: #f15a24;
    
} */
 .qa-box h2 {
    font-size: 1.8rem;
    color: #009844;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    position: relative;
    display: flex;
    align-items: center;
}
.qa-box h2:before {
    content: "";
    width: 1.2rem;
    height: 6.0rem;
    background-color: #009844;
    display: inline-flex;
    margin-right: 2rem;
}

.qa-box p{
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 0.8rem;
    border-top: 2px dashed#009844;
    padding-top: 0.8rem;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    text-align: center;
}
.closing-tittle{
    padding: 2.0rem 0;
    position: relative;
    background-image: url(../img/titlebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.closing-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #5ebb00 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-top: 1.3rem;
    border-top: 4px solid #c1da80;
    border-bottom: 4px solid #c1da80;
    display: inline-block;
    padding: 0.5rem 0;
}
.closing-tittle-sb p{
    font-size: 1.5rem;
    color:#FFF;
    letter-spacing: 0.1em;
}
.closing-tittle-sb span{
    color:#ffe600;
}
.closing-wrapper{
    background-color: #fff;
}
.closing-area{
    padding: 3.2rem 1.5rem 3rem 1.5rem;
    position: relative;
}

.closing-box01{
    margin-bottom: 1.2rem;
}
.tel-box{
    display: flex;
    justify-content: center;
}
.tel-box img{
    align-self: center;
    flex-wrap: wrap;
}
.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;
}
.staff {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}
.closing-box02-in{
    margin-top: 2.7rem;
}
.closing-item02{
    margin: 0 1.0rem 0 1.0rem;
}
.closing-timetext, .closing-daytext, .closing-addresstext{
    position: relative;
    margin-left: 2.0rem;
    margin-bottom: 0.7rem;
}
.closing-timetext:before{
    position: absolute;
    content: "";
    width: 0.2rem;
    height: 0.8rem;
    left: -15px;
    top: 4px;
    background-color: #ce4c2c;
}
.closing-daytext:before{
    position: absolute;
    content: "";
    width: 0.2rem;
    height: 0.8rem;
    left: -15px;
    top: 4px;
    background-color: #ce4c2c;
}
.closing-addresstext:before{
    position: absolute;
    content: "";
    width: 0.2rem;
    height: 0.8rem;
    left: -15px;
    top: 4px;
    background-color: #ce4c2c;
}
.closingtext:nth-of-type(-n+2){
    margin-bottom: 1.7rem;
}
.closingtext p{
    text-align: left;
    font-size: 1.2rem;
}
.closing-box02-in img{
   align-self: end; 
    max-width: 50%;
}
.closing-logo-area{
    background-color: #7ba918;
    padding: 4.0rem 0;
    position: relative;
    text-align: center;
}
.f-logo {
    font-size: 2.8rem;
    /* margin-bottom: 2.0rem; */
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.f-logo::before{
    content: "";
    display: inline-flex;
    width: 50px;
    height: 50px;
    background-image: url(../img/mark.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.closing-copyright p {
    font-size: 1.3rem;
}

/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/


/**/
/*footer*/
/**/
body {
    padding-bottom: 70px; /* ヘッダーの高さ分の余白をいれ、うしろの要素が隠れないようにする */
}
footer{
	height: 70px;
	background: #562e00;
	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;
  }
}
img.closinglogotel {
    width: 65%;
}
div#logoInfo {
    text-align: right;
}


/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
    padding-bottom: 6.5rem;
    text-align: center;
    background-color: #ebf3d8;    
}
.entry-tittle {
    padding: 2rem 1.5rem 0rem 1.5rem;
    text-align: center;
}
.entry-tittle img {
    margin-left: 4rem;
    width: 70%;
}
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: 300px;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: bold;
	background: #248b00;
	color: #ffffff;
	position: relative;
	transition: 0.5s;
    font-size: 2.8rem;
    border-radius: 100vh;
    margin-bottom: 3rem;
}
.btn-primary:hover {
	background: #36c702;
}

input.btn.btn-primary{
    margin: 2.0rem 0 6.5rem 0;
    text-align: center;
}
.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ここまで*/
/**/
/**/
/**/




































