@charset "utf-8";
/* CSS Document */
/*--- common ---------------------------------------*/
small{
	font-size: 80%;
}
.red{
	color: red;
}
.triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #FEF002 transparent transparent transparent;
	margin: 30px 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;
}
.marker {
    background: linear-gradient(transparent 60%, #FEF002 0%);
}
/*--- common ---------------------------------------*/
/*--- book ---------------------------------------*/
.book{
	width: 100%;
	padding: 100px 0;
}
.book .block{
	max-width: 1000px;
}
.book h2{
	font-size: 24px;
	text-align: center;
	line-height: 48px;
}
.book .img{
	width: 25%;
	margin: 30px auto 0;
}
.book p{
	margin: 30px auto 0;
	text-align: center;

}

.details{
	width: 100%;
	background: #F9F6F4;
	padding: 100px 0;
}
.details .block{
	max-width: 1000px;
	margin: auto;
}
.details h2{
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	margin: 0 auto;
	position: relative;
	width: 270px;;
}
.details h2:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #333;
}
.details h2 span {
	position: relative;
	padding: 0 1em;
	background: #F9F6F4;
}
.details h3{
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	margin: 50px auto 0;
}
.details p{
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	margin: 50px auto 0;	
}

.details dl{
	margin: 30px 0 0;
}
.details dl dt{
	width: 150px;
}
.details dl dd{
	width: 80%;	
	padding: 0 0 0 10px;
	border-left:  solid 1px #333;
	line-height: 32px;
}
.details dl dd iframe{
	width: 100%;
	height: 350px;
}

.details .btn p{
    font-weight: bold;
    font-size: 18px;
	text-align: center;
	line-height: inherit;
	margin: 0;	
}

.btn h4{
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	margin: 50px auto 0;	
}
/*--- deadline ---------------------------------------*/
.deadline{
	width: 100%;
	padding: 100px 0;	
}
.deadline .block{
	max-width: 1000px;
	margin: auto;
}
.deadline h2{
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	margin: 0 auto;
	position: relative;
	width: 370px;;
}
.deadline h2:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #333;
}
.deadline h2 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}
.deadline p{
	font-size: 18px;
	margin: 0;  
	text-align: center;
}
.deadline p:nth-of-type(1){
	margin: 50px 0 0;  	
}


.qa{
	width: 100%;
	background: #F9F6F4;
	padding: 50px 0 0;
}
.qa .block{
	max-width: 1000px;
	margin: auto;
}
.qa h2{
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	margin: 0 auto;
	position: relative;
	width: 230px;
}
.qa h2:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #333;
}
.qa h2 span {
	position: relative;
	padding: 0 1em;
	background: #F9F6F4;
}
.qa dl{
	margin: 50px 0 0;
}
.qa dl dt{
	width: 100%;
	border-bottom: 1px solid #333;
	padding: 15px 10px 10px 50px;
}
.qa dl dd {
	width: 100%;
	padding: 15px 10px 10px 50px;
	border-left:none;
}
.qa dl dt:before,
.qa dl dd:before  {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	z-index: 10;
}
.qa dl dt:after {
	position: absolute;
	content: 'Q.';
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 50px;
	text-align: center;
	font-size: 24px;
	z-index: 20;
}
.qa dl dd:after{
	position: absolute;
	content: 'A.';
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 50px;
	text-align: center;
	font-size: 24px;
	z-index: 20;	
}
/*--- preceding ---------------------------------------*/
.preceding{
	width: 100%;
	padding: 100px 0;	
}
.preceding h2{
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	margin: 0 auto 30px;
	position: relative;
	width: 370px;
}
.preceding h2:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #333;
}
.preceding h2 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}
.preceding p{
	text-align: center;
	font-size: 18px;
	line-height: 36px;	
}

.series{
	width: 100%;
	padding: 100px 0;	
	background: #F9F6F4;
}
.series h2{
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	margin: 0 auto 30px;
}
.series .text{
	font-size: 18px;
	text-align: center;	
	line-height: 36px;
}
.series .text .red{
	font-size: 22px;	
}
.series .img{
	width: 100%;
	max-width: 800px;
	margin: 30px auto 0;	
}
.series .book-box{
	width: 100%;
	max-width: 800px;
	margin: 50px auto 0;	
}
.series .book-box .img{
	width: 30%;
	max-width: 240px;
	margin: auto;
}
.series .book-box .text{
	width: 65%;
    font-size: 16px;
    line-height: 32px;
}
.series .box{
	width: 100%;
	max-width: 800px;
	margin: 30px auto 0;
}
.series .box p{
	font-size: 20px;
	text-align: center;	
	line-height: 40px;

}
.series .box p:nth-of-type(2){
	margin: 10px 0 30px; 

}
.series .box span.aa{
	border-bottom: 1px solid #333; 	
}
.series .box span{
	line-height: 32px;	
}
.series .border{
	border: 1px solid #333; 
	padding: 50px 5px; 	
}
@media screen and (max-width:900px){
/*--- book ---------------------------------------*/
	.book {
		padding: 50px 0;
	}
	.book .img{
		width: 40%;
	}

		
}
@media screen and (max-width:767px){
	
	.triangle {
		border-width: 20px 20px 0 20px;
	}	
		
	.book h2{
		font-size: 18px;
		text-align: center;
		line-height: 36px;
	}
	.book p{
		text-align: left;
	}
	.details,
	.deadline,
	.preceding,
	.series {
		padding: 50px 0;
	}
	.qa{
		padding: 50px 0 0;			
	}
	.details h2 {
		font-size: 20px;
		line-height: 40px;
		width: 220px;
	}
	
	.details dl dt {
		width: 100%;
		font-weight: bold;
	}
	.details dl dd {
		width: 100%;
		padding: 10px 0 0;
		border-left: none;
		border-top: solid 1px #333;
		line-height: 32px;
	}

	.details h3 {
		font-size: 18px;
		margin: 30px auto 0;
	}
	.details p {
		font-size: 18px;
		line-height: 36px;
		margin: 30px auto 0;
	}


	.btn h4 {
		font-size: 16px;
		line-height: 32px;
		margin: 30px auto 0;
	}

	.deadline h2 {
		font-size: 20px;
		line-height: 40px;
		width: 300px;
	}
	.deadline p {
		font-size: 16px;
		text-align: left;
	}
	
	
	.qa h2 {
		font-size: 20px;
		line-height: 40px;
		width: 150px;
	}
	.qa dl {
		margin: 30px 0 0;
	}

.qa dl dd {

    padding: 15px 10px 10px 50px;
    border-left: none;
}
	.preceding h2 {
		font-size: 20px;
		line-height: 40px;
		width: 300px;
	}
	.preceding p {
		font-size: 16px;
		line-height: 32px;
	}

	.series h2{
		font-size: 16px;
		text-align: center;
		line-height: 32px;
	}

	.series .text {
		font-size: 16px;

		line-height: 32px;
	}
	.series .text .red {
		font-size: 16px;
		line-height: 32px;
	}

	.series .box p {
		font-size: 18px;
		line-height: 36px;
	}

	.series .book-box .img{
		width: 100%;
		max-width: 240px;
		margin: auto;
	}
	.series .book-box .text{
		width: 100%;
		margin: 30px 0 0;

	}

.series .border {
    border: 1px solid #333;
    padding: 30px 5px;
}

}



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




}
