@charset "utf-8";

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

main{
    display: block;
    background-color: #fff;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
h1 { font-size: 2rem; font-weight: bold;}
h2, h3{
   color: #401f0f;
}
.gray {
    color: #6c757d;
}
.card{
    border-color: #e0c7b2;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}
.pc{
    display: none;
}
.sp{
    display: none;
}

.img{
    max-width: 100%;
}

/* ヘッダー(TOP) */

header{
    margin-bottom: 1rem;
}
.top{
    background-color: #232f3f;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem;
        padding: 2rem;
}
.top .top-in{
    border: 2px solid #ff9a00;
    border-radius: 5px;
}
.top .brand{
    height: 45px;
}

.top .brand img{
    height: 35px;
    width: 686px;
}
.kasou-top{
    background-color: #232f3e;
    height: 15px;
}


/* フッター */
#footer{
    background-color: #232f3f;
}
#footer .container{
    color: #fff;
}
#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #fff;
}

#footer #footer-contents{
   padding: 0.5rem;

}
#footer ul {
    margin: 0 auto;
    padding: 0;
}

#footer ul li{
    display: inline;
    list-style: none;
}

#footer ul li.fl1{padding-right: 1rem;}
#footer ul li.fl2{padding-left: 1rem; border-left: 1px solid #fff;}

#footer #footer-contents li.fl1 a{
	color: #fff;
}
#footer #footer-contents li.fl2 a{
	color: #fff;
}



#footer #copyright{
    background-color: #232f3e;
    color: #fff;
}


/* *****カウントダウンタイマー***** */

.sales-end{
    text-align: center;
    font-size: 3rem;
}
#count_down_1,#count_down_2,#count_down_3{
text-align: center;
font-size: 3rem;
letter-spacing: 0.3rem;
}


/* *****トップページ***** */
/* メイン画像 */
.first-main,.second-main{
    margin: 2rem auto;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}
.book{
    padding-bottom: 0!important;
    }
.book-text{
        margin: 1rem 0 0 2rem;
        flex-basis: 40%;   
}
.chosha{
    margin: 2rem 0 0.2rem 0.2rem;
    color: #6674b3;

}
.kakaku{
    width: 200px;
    background-color: #fff6ed;
    border: 2px solid #fa990c;
    padding:0.2rem 1rem;
    border-radius: 5px;
}

.kakaku p{
    display: inline-block;
    margin: 0!important;
  padding: 0!important;
}


.kakaku-title{
 color: #b22e3c;
 font-size: 1.1rem;
}
.k148{
 text-decoration: line-through;
  font-size: 1.1rem;
}
.ya{
 color: #b22e3c;
}
.rei{
  color: #b22e3c;
  font-size: 1.5rem;
}


.book-text-p{
    margin-top: 2rem;
}
.book-text-p p{
    margin: 0;
}

/* 申し込みフォーム side*/

.label p{
    display: inline-block;
    margin: 0!important;
  padding: 0!important;
}


.label-title{
 color: #000;
 font-size: 1.1rem;
}

.label .k148{
 text-decoration: line-through;
  font-size: 1.1rem;
}
.label .ya{
 color: #b22e3c;
}
.label .rei{
  color: #b22e3c;
  font-size: 1.5rem;
}

input#touroku_mail{
    margin: 1rem auto;
    width: 100%;
    height: 50px;
    max-width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #cbcbcb;
}

#touroku_mail::placeholder {
    text-align: center;
}
.kozin{
    font-size: 0.6rem;
    margin-bottom: 1rem;
}
input#confirmBtn{
        width: 100%;
    max-width: 100%;
}

.form_wrap_s {
    border: 3px solid #e6e6e6;
    border-radius: 5px;
	background-repeat: no-repeat;
	width: 298px;
	/*height: 470px;*/
	padding: 1rem 1rem 0 1rem;
    margin: 0rem 0rem 0rem 2rem;
    display: block; 
    width: 20%;   
}
.mail_box_s{
	background-color: transparent;
	width: 227px;
	height: 36px;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	border: none;
	padding: 5px 0 0px;
	margin: 0px 0px 7px 42px;
    display: block;
}
.form_btn_s{
	width: 225px;
	height: 44px;
	margin-left: 42px;
    display: block;
    margin: 0 auto;
}    

.form_wrap_s p{
    font-size: rem;
}


hr.hr2{
    background-color: #e6e6e6;
    width: 85%;
    height: 1px;

}







/* 各セクション */
#page-top section{
    background-color: #fff;
	padding: 1rem 0;
}
#page-top section:nth-child(odd){
    background-color: #fff;
}
#page-top section .container > h2{
    margin-bottom: 30px;
    font-size: 2.5rem;
}

#page-top section .container > h2 + p{
    max-width: 700px;
	margin: 0 auto 50px;
}

#sec1 .pre{
    display: flex;
    justify-content: space-between;
}
#sec1 .pre img{
    max-width: 100%;
}
#sec1 p.lead{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}
#sec1 p.lead span{
  color: #bd2732;

}
#sec1 p.text{
    margin: 0.5rem;
   font-size: 1.2rem;
   font-weight: bold;
}

#sec1 .pre-in{
    width: 32%;
}


#sec2 .container,#sec4 .container{
    width: 800px;
 border: 3px solid #e4e2e3;
 border-radius: 5px;
}
.form_title{
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #232f3f;
    border-radius: 50px;
    color: #fff;
    padding: 0.5rem 1rem;
}
/* 申し込みフォーム */

.form_wrap {
/*  background-image: url("../img/form_bg.jpg");*/
    background-repeat: no-repeat;
    width: 690px;
    /*height: 320px;*/
    text-align:center;
    margin: 0px auto;
    display: block;
    padding-top: 1rem;
}

.form_wrap input.inputText{
        width: 70%!important;
}

.form_wrap .kozin{
        width: 70%!important;
        max-width: 100%;
    text-align: left;
    margin: 0 auto 1rem;
}
.form_wrap input.formBtn{
        width: 70%!important;
}

.mail_box{
    background-color: transparent;
    width: 574px;
    height: 44px;
    font-size: 17px;
    line-height: 17px;
    text-align:center;
    border: none;
    padding: 7px 0 0px;
    margin: 0px auto 10px;
    display: block;
}
.form_btn{
    width: 574px;
    height: 58px;
    margin: 0px auto 0px;
    display: block;
}
.form_wrap P{
    font-size: 1rem;
}

#sec3 .container{
    border: 1px solid #7e7e7e;
    border-radius: 5px;
    padding: 2rem;
}
#sec3 .prof{
    display: flex;
}
#sec3 .prof .prof-c{
    margin: 1rem;
}

#sec3 .prof .prof-c h3{
   color: #a67d51;
   font-weight: bold;
      font-size: 1.5rem;
}
#sec3 .prof .prof-c h4{
   color: #000;
   font-size: 1.7rem;
   font-weight: bold;
   margin: 1.5rem 0 1rem;
}
#sec3 .prof .prof-c .dai{
    margin: 1rem 0 0 0 ;
}
#sec3 .prof .prof-c .cho{
    margin: 1rem 0 1rem 0;
}

#sec3 .prof .prof-r{
}


#sec3 .prof-img{
   margin: 0 auto;
   width: 690px;
}
#sec3 .prof-img p{
   font-weight: bold;
   margin: 1rem 0;
}
.waku{
    border: 3px solid #a67d51;
    border-radius: 5px 5px 0 0 ;
    padding: 0.5rem 1rem;
    width: 250px;
    text-align: center;
}

.waku-title{
    background-color: #a67d51;
    color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 0.1rem 0.5rem;
    width: 250px;
    margin-bottom: 1rem;
    text-align: center;
}

#sec5 .prof-left{
    margin-top: 3rem;
}
#sec5 .prof-left h3{
    margin-bottom: 2rem;
}
#sec5 .prof-left p{
    line-height: 2.2rem;
}

#sec5 h3{
    margin-bottom: 0.1rem;
    color: #000;
}

/* ==============================================*/
/*  個人情報保護方針
==============================================*/

section#pp{
    background-color: #e7e7e7;
}
#pp .container h2{
    padding: 0.5rem;
    font-size: 1.8rem!important;
    font-weight: bold;
    color: #000;

}

#pp .container h2.pp2{
font-size: 1.4rem!important;
margin-top: 2rem;
}

#pp .pp-in{
    padding: 3rem 2rem 0 2rem;
    width: 950px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    margin:-2rem auto 0;
    box-shadow: -2px -1px 4px #ebebeb,2px -1px 4px #ebebeb; 
}


/* ==============================================*/
/*  特定商取引
==============================================*/
section.information .inner{
    border: 1px solid #e1e1e1;
    border-top: none;
    margin:-2rem 5rem 5rem 5rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
    box-shadow: -2px 2px 4px #ebebeb,2px 2px 4px #ebebeb;
}
.information h2{
    padding: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    margin: 1rem 0 1.5rem;
}

.information table {
	width: 100%;
    table-layout: fixed;
    margin-bottom: 1rem;
    margin: 0 auto;
}
.information table tr > * {
	vertical-align: middle;
}
.information table th {
	text-align: center;
    color: #666062;
    background-color: #eeeeee;
    padding: 0.5rem 0 0.5rem 0!important;
    text-align: left;
    font-size: 0.8rem!important;
}
.information table td {
        padding: 0.5rem 0 0.5rem 0!important;
        text-align: left;
            font-size: 0.8rem!important;
}




/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
    /* テーブル */
.information{margin-top: 2rem;}
.information h2 img {
	margin: 40px 0;
	vertical-align: top;
}
.information .inner {
	padding: 0 15px;
}
.information table { margin-bottom: 50px; }
.information table tr > * {
	font-size: 12px;
	line-height: 17.5px;
	padding: 15px 0 12px;
}
.information table th { width: 75px; }
.information table td {
	padding-left: 8px;
	letter-spacing: 0;
}
.information table td span { display: inline-block; }
.information table .button { margin-top: 10px; }


}/* END */

/* ==============================================*/
/*  992以上　デバイス　テーブル調整CSS
==============================================*/

@media screen and (min-width:992px){

	
    .information { padding: 80px 0 0; }
    .information h2 img {
        margin-bottom: 50px;
        vertical-align: top;
    }
    .information .inner {
        padding-left: 140px;
        padding-right: 140px;
    }
    .information table tr > * {
        font-size: 14px;
        line-height: 19px;
    }
    .information table th { width: 150px; }
    .information table td { padding: 25px 15px 25px 30px; }
    .information table .button {
        font-size: 12px;
        margin: -8px 0 -7px;
        display: inline-block;
    }
    .information table .button.fr {
        float: right;
    }


}

.lt{text-decoration: line-through;}
.red{color: #a80000;}
.mccp{margin-top: 0.5rem;}
.hr{border-top: 1px solid #e6e6e6;}
.b{font-weight: bold;}
.f12{font-size: 1.2rem!important;}


/* ==============================================*/
/*  アンダーライン調整CSS
==============================================*/

.under1 {
border-bottom: solid 2px red;
}