@charset "UTF-8";
/* CSS Document */


/* ▼　スマホメニュー　▼ */
/* ▲　スマホメニュー　▲ */

/* ▼　ヘッダ　▼ */
/* ▲　ヘッダ　▲ */
		
/* ▼　ナビゲーション　▼ */
/* ▲　ナビゲーション　▲ */

/* ▼　メイン　▼ */
#main_img{
	background-image:url(../images/report/report-main-img.jpg);
}

.blk_gray h4{
	font-size: 1.4em;
	border-bottom:1px solid #707070;
	padding-bottom: 1em;
    margin-bottom: 1.5em;
}

.blk_gray h5{
	font-size: 1.4em;
	background:#fff;
	display:inline-block;
	padding: 5px 0.5em;
    margin: 1em 0;
}
#sec_01 .area_cnt{
	margin-bottom:60px;
}

#sec_01 .area_cnt .img_area{
	padding-bottom: 2em;
}

#sec_02 .area_cnt h4{
	background: #1C4877;
    color: #fff;
    display: inline-block;
    padding: 2em 3em;
    margin-top: 1em;
}

#sec_02 .area_cnt .flex_around{
	padding:2em 0;
}

#sec_02 .area_cnt .flex_around .img_area{
	width:22%;
}

#sec_02 .area_cnt .flex_around .img_area img{
	padding-bottom: 1em;
}

#sec_02 .area_cnt .flex_around .txt_area{
	width:72%;
}

#sec_02 .area_cnt .flex_around .txt_area h5{
	font-size: 1.385em;
	font-weight: bold;
	padding-bottom:1em;
}

#sec_02 .area_cnt .flex_around .txt_area ul{
    line-height: 2.0;
    padding: 2em 1em;
}

#sec_02 .area_cnt .flex_around .txt_area li{
	list-style: disc;
}

#sec_03 .link_btn{
	margin-top:2em;
}

#sec_03 .link_btn span {
    font-size: 1.75em;
}

/* ▲　メイン　▲ */

/* ▼　rss　▼ */
/* ▲　rss　▲ */	

	
/* ▼　フッタ　▼ */
/* ▲　フッタ　▲ */

/*===============================================
●smart.css  画面の横幅が1001pxから
===============================================*/
@media screen and (min-width:1001px){
}

/*===============================================
●smart.css  画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width:1000px){


}

/*===============================================
●smart.css  画面の横幅が767pxまで
===============================================*/
@media screen and (max-width:800px){
	/* ▼　ヘッダ　▼ */
	/* ▲　ヘッダ　▲ */
			
	/* ▼　ナビゲーション　▼ */
	/* ▲　ナビゲーション　▲ */
	
	/* ▼　メイン　▼ */

	/* ▲　メイン　▲ */
			
	/* ▼　rss　▼ */
	/* ▲　rss　▲ */	
	
		
	/* ▼　フッタ　▼ */
	/* ▲　フッタ　▲ */	
}


/*===============================================
●smart.css  画面の横幅が460pxまで
===============================================*/
@media screen and (max-width:500px){


}