@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	各固定ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.eael-accordion-content p{
	margin: 0 0 1em 0 !important;
}
.eael-accordion-content p:last-of-type{
	margin: 0 !important;
}


/* ================================================================================

	Site origin 30pxマージン解除
	※案件によって使い分けてください。

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.title_midashi_h3 h3 {
	    font-size: 38px;
	    font-weight: 200;
	    line-height: 53px !important;
}
	.section_box{
		font-size:18px;
	}
	.moji16{
		font-size:14px;
	}
	.lineheight_text{
		line-height: 36px;
	}
.web_flow_box.even_box h4 {
    color: #4372b9;
}
.saiyo_text{
font-size: 25px;
font-weight: 400;
line-height: 50px;
color: #8A8A8A;
}	


}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

}



}