

/*------------------------------------------------------------------------------
 * PC
------------------------------------------------------------------------------*/ 


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

main{
	padding-bottom: 80px;
}

	/*---------------------------------------
	 * ヘッダー
	---------------------------------------*/

	.page-head{
		width: 95%;
		padding: 70px 0 ;
		text-align: center;
	}

	.page-head .title{
		font-size: 30px;
		letter-spacing: 2px;
		margin-bottom: 5px;
	}


/*================================
	Chapter
================================*/
main .chapter {

}
main .chapter:nth-of-type(even){
	background: #f9f9f9;
}
main .chapter .inner{
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
main .chapter figure{
	width: 62%;
}
main .chapter .details{
	width: 33%;
}
	main .chapter:nth-of-type(odd) .details{
		-webkit-order:-1;
		order:-1;
	}
main .chapter h2{
	margin-bottom: 20px;
}
main .chapter h2 span{
	display: block;
	margin-bottom: 5px;
	font-family: 'Quattrocento', serif !important;
	font-size: 25px;
}
main .chapter .note p{
	line-height: 1.7;
}
main .chapter .more a{
	display: block;
	max-width: 200px;
	background: #6da591;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	color: #fff;
	position: relative;
}
main .chapter .more a::after{
	content:"";
	display: block;
	border: .3rem solid transparent;
	border-left: .3rem solid #fff;
	position:absolute;
	left:1rem;top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}


	
}




/*------------------------------------------------------------------------------
 * SP
------------------------------------------------------------------------------*/


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

main{
	padding-bottom: 60px;
}
	
	/*---------------------------------------
	 * ヘッダー
	---------------------------------------*/ 
	
	
	.page-head{
		width: 100%;
		padding: 40px 0 ;
		text-align: center;
	}
	
	.page-head .title{
		font-size: 21px;
		letter-spacing: 2px;
		margin-bottom: 5px;
	}



/*================================
	Chapter
================================*/
main .chapter:not(:last-of-type) {
	margin-bottom: 50px;
}
main .chapter .details{
	padding: 20px 5% 0;
}
main .chapter h3{
	margin-bottom: 20px;
}
main .chapter h3 span{
	display: block;
	margin-bottom: 5px;
	font-family: 'Quattrocento', serif !important;
	font-size: 25px;
}
main .chapter .note p{
	line-height: 1.7;
}
main .chapter .more a{
	display: block;
	background: #6da591;
	margin-top: 20px;
	padding: 15px;
	text-align: center;
	color: #fff;
	position: relative;
}
main .chapter .more a::after{
	content:"";
	display: block;
	border: .3rem solid transparent;
	border-left: .3rem solid #fff;
	position:absolute;
	left:1rem;top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}

}




