  @charset "utf-8";

/* category_top */
.page_top{background:url(/img/common/h1_ir.jpg) no-repeat center/cover;}
.page_ir{padding-bottom:60px;}
.page_ir .page_title::before{text-transform:uppercase;}
.ir_news{
	max-width:1260px;
	padding:55px 40px 60px;
	margin:auto;
}
.ir_news_head{margin-top:0;}

/* ir-message */
.ir-message h2{margin-top:50px;}
.ir-message img.alignright{
	max-width:150px;
	margin-top:-5px;
	border-radius:0;
}

/* medium-term */
.medium-term .bg_gray{
	padding:24px 20px;
	margin:25px 0;
	background:#F5F5F5;
	border-radius:15px;
	text-align:center;
}


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

/* category_top */
.ir_news{
	padding-right:20px;
	padding-left:20px;
}

}


@media screen and (min-width:768px) and (max-width:1024px){

/* category_top */
.ir_news{padding:50px 20px;}

/* ir-message */
.ir-message h2{margin-top:40px;}

}


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

/* category_top */
.ir_news{padding:40px 20px;}

/* ir-message */
.ir-message h2{margin-top:30px;}
.ir-message img.alignright{max-width:134px;}

/* medium-term */
.medium-term .bg_gray{padding:20px;}

}