@charset "UTF-8";

/*------------------block01---------------------*/
.block01{
	background-image: url(../images/bg_01.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	background-color: #fff;
	padding: 161px 0 0;
}
.block01 .inner{
	max-width: 840px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.block01 .headline{
	margin-bottom: 70px;
}
.block01 .headline .category{
	margin-bottom: 15px;
}
.block01 .headline .category span{
	font-size: 15px;
	color: #fff;
	padding: 1px 8px 3px;
	background-color: #1f5598;
}
.block01 .headline .time{
	font-size: 15px;
	color: #1e2d64;
	text-align: right;
	line-height: 100%;
	vertical-align: middle;
}
.block01 .headline .time img{
	width: 15px;
	margin-right: 2px;
}
.block01 h2{
	font-size: 35px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 30px;
}
.block01_1{
	margin-bottom: 50px;
}
.block01_1 .pageMain{
	margin-bottom: 90px;
}
.block01_1 p{
	font-size: 18px;
	line-height: 180%;
	text-align: justify;
	padding-bottom: 40px;
}
.block01_2{
	margin-bottom: 40px;
}
.block01_2 h3{
	font-size: 18px;
	font-weight: 100;
	line-height: 150%;
	margin-bottom: 5px;
}
.block01_2 p{
	font-size: 18px;
	font-weight: 100;
	line-height: 180%;
	text-align: justify;
	padding-bottom: 40px;
}
.block01_3{
	font-size: 18px;
	text-align: center;
	margin-bottom: 100px;
}
.block01 .adBox01{
	text-align: center;
}
.block01 .adBox01 img{
	width: 300px;
}


/*------------------block04---------------------*/
.block04{
	background-image: url(../images/bg_01.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	background-color: #fff;
	padding: 161px 0 0;
}
.block04 .headline{
	max-width: 840px;
	margin: 0 auto 50px;
	position: relative;
}
.block04 .headline .bgImg{
	width: 150px;
	position: absolute;
	top: -130px;
	right: 0;
	z-index: 0;
}
.block04 h2{	
	font-size: 40px;
	font-weight: 700;
	color: #004499;
	line-height: 100%;
	border-bottom:2px solid #004499;
	padding-bottom:1px;
	display:inline;
}
.block04 h2 span{
	font-size: 30px;
}
.block04 .inner{
	padding-bottom: 120px;
	background-color: #fff;
}
.block04_1{
	max-width: 840px;
	margin: 0 auto 100px;
	padding: 40px 60px;
	background-color: #bbddee;
	-moz-border-radius:40px!important;
	-webkit-border-radius:40px!important;
	border-radius:40px!important;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.block04_1 .thumbBox01{
	width: 214px;
	margin: 0 39px 40px 0;
	position: relative;
	float: left;
}
.block04_1 .thumbBox01:nth-child(3n){
	margin: 0 0 40px 0;
}
@media screen and (min-width:768px) and ( max-width:1040px) {
	.block04_1 .thumbBox01{
		margin: 0 25px 40px 0;
	}
}

.block04_1 .thumbBox01 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block04_1 .thumbBox01:hover{
	opacity: 0.8;
	transition: 0.2s linear;
}
.block04_1 .thumbBox01 h3{
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 100%;
	margin-bottom: 20px;
}
.block04_1 .thumbBox01 h3 span{
	padding: 1px 5px;
	background-color: #2211cc;
}
.block04_1 .thumbBox01 .photo{
	margin-bottom: 10px;
}
.block04_1 .thumbBox01 p{
	font-size: 16px;
	line-height: 135%;
	padding-bottom: 13px;
}
.block04_1 .thumbBox01 dt{
	width: 18px;
	float: left;
}
.block04_1 .thumbBox01 dd{
	font-size: 15px;
	line-height: 100%;
	margin-left: 23px;
}
.block04 .adBox01{
	text-align: center;
}
.block04 .adBox01 img{
	width: 300px;
}

#infomation .block04_1 .pager{
	margin-bottom: 70px;
	padding-top: 50px;
	clear: both;
}
.block04_1 .bgImg{
	width: 170px;
	position: absolute;
	bottom: -40px;
	left: -55px;
	z-index: 0;
}



/*----------------------------------------------------*/
@media only screen and (max-width: 768px) {

/*------------------block01---------------------*/
.block01{
	background: none;
	padding: 8% 0 1px;
}
.block01 .inner{
	width: 90%;
	padding-bottom: 14%;
}
.block01 .headline{
	margin-bottom: 9%;
}
.block01 .headline .category{
	margin-bottom: 3%;
}
.block01 .headline .category span{
	font-size: 3.4vw;
	padding: 1px 8px 3px;
}
.block01 .headline .time{
	font-size: 3.2vw;
	line-height: 100%;
}
.block01 .headline .time img{
	width: 13px;
	margin-right: 2px;
}
.block01 h2{
	font-size: 5.0vw;
	line-height: 130%;
	margin-bottom: 4%;
}
.block01_1{
	margin-bottom: 10%;
}
.block01_1 .pageMain{
	margin-bottom: 10%;
}
.block01_1 p{
	font-size: 3.6vw;
	line-height: 160%;
	padding-bottom: 6%;
}
.block01_2{
	margin-bottom: 8%;
}
.block01_2 h3{
	font-size: 3.6vw;
	line-height: 150%;
	margin-bottom: 2%;
}
.block01_2 p{
	font-size: 3.6vw;
	line-height: 160%;
	padding-bottom: 7%;
}
.block01_3{
	font-size: 3.6vw;
	margin-bottom: 16%;
}

.block01 .adBox01 img{
	width: 50%;
}



/*------------------block04---------------------*/
.block04{
	background: none;
	padding: 8% 0 1px;
}
.block04 .headline{
	width: 90%;
	margin: 0 auto 8%;
}
.block04 .headline .bgImg{
	width: 18%;
	position: absolute;
	top: 2%;
	right: -3%;
	z-index: 5;
}
.block04 h2{	
	font-size: 5.6vw;
	line-height: 100%;
	padding-bottom:0.5%;
}
.block04 h2 span{
	font-size: 4.0vw;
}
.block04 .inner{
	padding-bottom: 14%;
}
.block04_1{
	width: 90%;
	margin: 0 auto 14%;
	padding: 6% 2%;
	-moz-border-radius:20px!important;
	-webkit-border-radius:20px!important;
	border-radius:20px!important;
}
.block04_1 .thumbBox01{
	width: 44%;
	margin: 0 3% 13%;
}
.block04_1 .thumbBox01:nth-child(3n){
	margin: 0 3% 13%;
}
.block04_1 .thumbBox01 h3{
	font-size: 3.3vw;
	line-height: 100%;
	margin-bottom: 10%;
}
.block04_1 .thumbBox01 h3 span{
	padding: 1px 5px 2px;
}
.block04_1 .thumbBox01 .photo{
	margin-bottom: 4%;
}
.block04_1 .thumbBox01 p{
	font-size: 3.4vw;
	line-height: 135%;
	padding-bottom: 5%;
}
.block04_1 .thumbBox01 dt{
	width: 13px;
}
.block04_1 .thumbBox01 dd{
	font-size: 3.2vw;
	line-height: 100%;
	margin-left: 16px;
	padding-top: 3px;
}

.block04 .adBox01 img{
	width: 50%;
}

#infomation .block04_1 .pager{
	margin-bottom: 8%;
	padding-top: 2%;
	clear: both;
}
.block04_1 .bgImg{
	width: 21%;
	position: absolute;
	bottom: -1%;
	left: -2%;
	z-index: 0;
}

}


