@charset "utf-8";

#main_area {
	font-size: 15px;
	line-height: 180%;
}

.strong01 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #3954A5;
	text-align: center;
	line-height: 160%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 20px 0;
	margin: 20px 0;
}

.center_b {
	text-align: center;
	font-weight: bold;
	line-height: 160%;
}

.article_h5 {
	display: block;
	font-weight: bold;
	margin: 50px 0 10px;
}



.marker {
    background: linear-gradient(transparent 0%, #ffff66 0%);
}




/* PC */
@media screen and (min-width: 769px){

.strong01 {
	font-size: 40px;
}

.center_b {
	font-size: 20px;
}

.article_h5 {
	font-size: 18px;
}

}




/* TB */
@media screen and (max-width: 768px){

.strong01 {
	font-size: 40px;
}

.center_b {
	font-size: 20px;
}

.article_h5 {
	font-size: 18px;
}

}




/* SP */
@media screen and (max-width:640px){

.strong01 {
	font-size: 22px;
}

.center_b {
	font-size: 15px;
}

.article_h5 {
	font-size: 16px;
}

}