@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
@media screen and (max-width: 640px) {
}
/*-----------------------------------

	mainvisual

-----------------------------------*/
#mainvisual {
	background:url(../img/index/mainvisual.jpg) no-repeat;
	background-size:cover;
	background-position:center;
    margin-bottom: 100px;
	padding-top:30%;
	padding-bottom:3%;
	position:relative;
}
/*#mainvisual img {
    width: 100%;
}*/
#mainvisual .mainvisual_box {
	position:absolute;
	top:90px;
	left:90px;	
}
#mainvisual .mainvisual_text {
	font-size: 60px;
	font-weight:bold;
    line-height: 150%;
}
#mainvisual .even{
	color: #464a65;
}
#mainvisual .odd {
	color: #a0741c;
}
#mainvisual .label {
	display:block;
	margin:0 auto;
	text-align:center;	
}
@media screen and (max-width: 1200px) {
	
	#mainvisual .mainvisual_box {
		top:30px;
		left:30px;	
	}
	#mainvisual .mainvisual_text {
		font-size: 40px;
	}
	
}
@media screen and (max-width: 840px) {
	
	#mainvisual {
		margin-bottom: 50px;
	}
	#mainvisual .label {
		width: 404px;
		padding-top: 80px;
	}
   
}
/*-----------------------------------

	about_block

-----------------------------------*/
#about_block {
    padding-bottom: 100px;
}
/*#about_block .contents_inner {
	width:60%;
	margin:0 auto;	
}*/
#about_block h2 {
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 1;
    margin-bottom: 30px;
}
#about_block p {
    text-align: center;
    line-height: 200%;
    font-size: 19px;
    margin-top: 20px;
    letter-spacing: 0.3rem;
}
@media screen and (max-width: 840px) {
    #about_block {
        padding-bottom: 50px;
    }
	#about_block p {
		font-size: 16px;
	}
}
@media screen and (max-width: 640px) {
    #about_block h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
	#about_block p {
		text-align:left;
		font-size: 14px;
	}
}
/*-----------------------------------

	flow_block

-----------------------------------*/
#flow_block {
    padding-bottom: 100px;
}
#flow_block h2 {
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 1;
    margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
    #flow_block {
        padding-bottom: 50px;
    }
    #flow_block .pc{
		display:none;
	}
    #flow_block .tbsp{
        display:block;
    }
}
@media screen and (max-width: 640px) {
    #flow_block h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
/*-----------------------------------

	price_block

-----------------------------------*/
#price_block {
    padding-bottom: 100px;
}
#price_block h2 {
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 1;
    margin-bottom: 30px;
}
#price_block ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 40px;
}
#price_block ul li:nth-child(2n) {
    margin-right: 0;
}
#price_block .over30 {
    display: block;
    background: #A0741C;
    color: #fff;
    font-weight: 600;
    max-width: 600px;
    width: 100%;
    padding: 15px;
    line-height: 1;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
#price_block .over30::after {
    content: "→";
    position: absolute;
    top: 0;
    right: 25%;
    line-height: 45px;
}

#price_block .flex_box {
	display: flex;
	justify-content: center;
	/*overflow:hidden;*/
	margin-bottom: 40px;
	text-align: center;	
}
#price_block .flex_box li{
	float:left;
	width:326px !important;
	 margin-right: 11px !important;
	 margin-bottom:0 !important;
}
/*#price_block .flex_box li img{
	width:326px;
}*/
/*#price_block .flex_box li:nth-child(2n) {
     margin-right: 20px;
}*/
#price_block .flex_box li:nth-child(3n) {
    margin-right: 0 !important;
}
@media screen and (max-width: 840px) {
    #price_block {
        padding-bottom: 50px;
    }
    #price_block ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
	#price_block .flex_box {
		display:block;
		overflow:hidden;
	}
	#price_block .flex_box li{
		width:100% !important;
		margin-right: 0 !important;
		margin-bottom:30px !important;
	}
	/*#price_block .flex_box li img{
		width:100%;
	}*/
	/*#price_block .flex_box li:nth-child(3n) {
		margin-bottom:0;
	}*/
}
@media screen and (max-width: 640px) {
    #price_block h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
	
}
/*-----------------------------------

	member_block

-----------------------------------*/
#member_block {
    padding-bottom: 100px;
}
#member_block h2 {
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 1;
    margin-bottom: 30px;
}
#member_block .member01 {
    margin-bottom: 40px;
}
#member_block .member01 li {
    float: left;
    width: 13%;
    margin-right: 1.5%;
}
#member_block .member01 li:last-child {
    margin-right: 0;
}
#member_block .member02 {
    margin-bottom: 40px;
}
#member_block .member02 li {
    float: left;
    width: 32%;
    margin-right: 2%;
}
#member_block .member02 li:last-child {
    margin-right: 0;
}
#member_block table {
    width: 100%;
    line-height: 1;
}
#member_block table thead th {
    width: 26%;
    color: #fff;
}
#member_block table thead .regular,
#member_block table thead .gold {
    width: 37%;
}
#member_block table thead .regular span {
    display: block;
    width: 99%;
    background: #464A65;
    border-radius: 10px 10px 0 0;
    padding: 15px;
}
#member_block table thead .gold span {
    display: block;
    width: 99%;
    background: #A0741C;
    border-radius: 10px 10px 0 0;
    padding: 15px;
}
#member_block table tbody th,
#member_block table tbody td {
    border: 1px solid #818181;
    text-align: center;
    padding: 15px;
    vertical-align: middle;
}
#member_block table tbody th {
    text-align: left;
    font-weight: 400;
}
#member_block table tbody td.gold {
    background: #F7F1E4;
    color: #A0741C;
	width:80%;
}
#member_block table tbody td li {
    float: left;
    width: 50%;
    font-size: 14px;
}
@media screen and (max-width: 840px) {
    #member_block {
        padding-bottom: 50px;
    }
    #member_block .member01 {
        margin-bottom: 20px;
    }
    #member_block .member01 li {
        width: 24%;
        margin-right: 1.33%;
        margin-bottom: 10px;
    }
    #member_block .member01 li:nth-child(4n) {
        margin-right: 0;
    }
    #member_block .member02 {
        margin-bottom: 20px;
    }
    #member_block table thead .regular span {
        padding: 15px 5px;
        font-size: 13px;
    }
    #member_block table thead .gold span {
        padding: 15px 5px;
        font-size: 13px;
    }
    #member_block table tbody th,
    #member_block table tbody td {
        padding: 15px 5px;
        font-size: 13px;
    }
    #member_block table tbody td li {
        float: none;
        width: 100%;
    }
    #member_block table tbody td li:first-child {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 640px) {
    #member_block h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
/*-----------------------------------

	area_block

-----------------------------------*/
#area_block {
    padding-bottom: 100px;
}
@media screen and (max-width: 840px) {
    #area_block {
        padding-bottom: 50px;
    }
    #area_block .pc{
		display:none;
	}
    #area_block .tbsp{
        display:block;
    }
}
/*-----------------------------------

	faq_block

-----------------------------------*/
#faq_block {
    padding-bottom: 100px;
}
#faq_block h2 {
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 1;
    margin-bottom: 30px;
}
#faq_block dl {
    display: block;
    border: 1px solid #464A65;
    padding: 10px;
    margin-bottom: 10px;
}
#faq_block dl dt {
    font-size: 18px;
    font-weight: 600;
    color: #616161;
    border-bottom: 1px solid #000000;
    padding: 10px 0 10px 30px;
    position: relative;
    line-height: 1.4;
}
#faq_block dl dt::before {
    content: "Q";
    position: absolute;
    font-size: 26px;
    font-weight: 700;
    height: 26px;
    width: 26px;
    line-height: 1;
    top: 5px;
    left: 0;
    margin: auto;
}
#faq_block dl dd {
    padding: 10px 0 10px 30px;
    position: relative;
    line-height: 1.4;
}
#faq_block dl dd::before {
    content: "A";
    position: absolute;
    font-size: 22px;
    height: 22px;
    width: 22px;
    line-height: 1;
    top: 5px;
    left: 5px;
    margin: auto;
}
#faq_block a.more {
    display: block;
    background: #464A65;
    color: #fff;
    max-width: 280px;
    width: 80%;
    line-height: 1;
    padding: 15px 0;
    text-align: center;
    margin: 30px  auto 0;
    position: relative;
}
#faq_block a.more::after {
    position: absolute;
    content: "→";
    height: 16px;
    top: 0;
    bottom: 0;
    right: 30px;
    margin:auto;
}
#faq_block .faq_btn {
	text-decoration:underline;
}
.faq_txtbox {
	padding-left:23px;	
}
@media screen and (max-width: 840px) {
    #faq_block {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 640px) {
    #faq_block h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.member01_bg {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 15px;	
	margin-bottom:60px;
}

/*btn_txtbox*/
.btn_txtbox {
	margin: 30px auto 0;	
	text-align:center;
}
.accordion_content {
	margin-top:40px;	
}
.accordion_title {
	display:inline-block;
	padding-right: 20px;
	position:relative;
	cursor:pointer;
}
.answer_btn {
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
.answer_btn::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #868686;
    position: absolute;
    right: 0;
    top: 8px;
}
.answer_btn.open::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.flex_contebox {
	/*display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;*/
	background: #fff;
	padding: 20px;
	border-bottom: 3px solid #464a65;
}
.flex_contebox:last-child {
	border-bottom: none;
}
.member_icon {
	display: inline-block;
	vertical-align: middle;
}
.member_icon img{
	width:103px;	
}
.btn_txtbox .txt {
    text-align: left;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.s_txt {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}
@media screen and (max-width: 940px) {
	.answer_btn {
		font-size: 16px;
	}
	.btn_txtbox .txt {
		width: 100%;
		margin-top: 15px;
		padding-left:0;
	}
	
}
@media screen and (max-width: 640px) {
	.btn_txtbox {
		margin:0 auto;
	}
	.accordion_content {
		margin-top: 15px;
	}
	.member_icon img {
		width: 69px;
	}
	.answer_btn::after {
		border-width: 5px 0 5px 10px;
	}


}