@charset "utf-8";
/* CSS Document */
/*--- common ---------------------------------------*/
small{
	font-size: 80%;
}
.red{
	color: red;
}
.triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 60px 0 60px;
	border-color: #84AFA5 transparent transparent transparent;
	margin: 50px auto 0;
}
.privacy{
	width: 100%;
	max-width: 400px;
	margin: 30px auto 0;
	text-align: center;
	font-size: 18px;
	text-align: center;
    text-decoration: revert;
}
.privacy:hover{
    text-decoration: none;	
    color: #0000ff;
}
/*--- common ---------------------------------------*/
/*--- book ---------------------------------------*/
.book{
	width: 100%;
	background: #F9F6F4;
	padding: 100px 0;
}
.book .block{
	max-width: 1100px;
}
.book .img{
	width: 40%;
}
.book .img img{
	width: 80%;
	margin: auto;
}
.book .text{
	width: 55%;	
}
.book .text h2{
	border-bottom: solid 1px #333;
	padding: 0 0 10px;
}
.book .text p{
	line-height: 32px;
	margin: 20px 0 0;
}
.book .text p.price{
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 20px;
	margin: 50px 0 0;
}
/*--- benefits ---------------------------------------*/
.benefits{
	margin: 100px 0;
}
.benefits .text p{
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	font-weight: bold;
}
.benefits h3{
	text-align: center;
	margin: 0 0 20px;
	font-size: 20px;
}
.benefits .list{
	margin: 30px auto 0;
	width: 100%;
	max-width: 640px;
	padding: 0 10px
}
.benefits .list p{
	font-weight: bold;
	border-bottom: solid 1px #333;
	padding: 0 5px 5px;
	line-height: 32px;
	margin: 10px 0 0;
}
.benefits .list .text {
	font-size: 14px;
	margin: 5px 0 0;
}
.profile{
	width: 100%;
	background: #F9F6F4;
	padding: 100px 0;
}
.profile .block{
	max-width: 900px;
	margin: auto; 	
}
.profile .img{
	width: 30%;
}
.profile .text{
	width: 50%;
	line-height: 32px;
}
.profile .text p{
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}
.profile .text p:nth-of-type(2){
	font-size: 30px;
	margin: 5px 0 0;
}
.profile .text p:nth-of-type(3){
	font-size: 18px;
	margin: 20px 0 0;
}
.profile .text p a{
	font-size: 16px;
	color: #0000ff;
}
.profile .box p{
	font-size: 16px;
	line-height: 32px;
	width: 100%;
	max-width: 750px;
	margin: 30px auto 0;
}
.profile .book-list{
	width: 100%;
	max-width: 500px;
	margin: 30px auto 0;
}
.profile .book-list li{
	width: 33%;
	margin: 0 10px;
	font-size: 12px;
	text-align: center;
}
.profile .book-list li img{
	margin: 0 0 10px;
}
/*--- contents ---------------------------------------*/
.contents{
	margin: 100px 0;
}
.contents h2{
	text-align: center;
}
.contents .block{
	max-width: 750px;
	margin: 30px auto 0;
}
.contents .block dl{
	margin: 20px 0 0;
}
.contents .block dl dt{
	font-size: 18px;
	font-weight: bold;
}
.contents .block dl dd{
	margin: 5px 0 0;
	line-height: 32px;
}
.contents .block p.ti{
	margin: 30px 0 0;
	color: red;
}
@media screen and (max-width:900px){
/*--- book ---------------------------------------*/
	.book {
		padding: 50px 0;
	}
	.book .img{
		width: 100%;
	}
	.book .img img{
		width: 50%;
		margin: auto;
	}
	.book .text{
		width: 100%;
		margin: 50px 0 0;	
	}
	.book .text h2{
		font-size: 20px;
	}

	.benefits {
	    margin: 50px 0;
	}
	.profile {
		padding: 50px 0;
	}
		
}
@media screen and (max-width:767px){
	.book .text h2{
		font-size: 16px;
	}	
	.book .text p.price{
		margin: 30px 0 0;
	}
	
	
	.profile .img{
		width: 50%;
	}
	.profile .text{
		width: 100%;
		line-height: 32px;
		margin: 30px 0 0;
	}

}

@media screen and (max-width:320px){




}
