@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/

#headline {
    background: #fcf0da;
	height:160px;
}
#headline h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    height: 1em;
    color: #4d4d4d;
    left: 0;
    right: 0;
    text-align: center;
	line-height: 1em;
}
@media screen and (max-width: 640px) {
	#headline {
		height:100px;
	}
	#headline h2 {
		font-size: 16px;
	}
    
}

/*-----------------------------------

	info

-----------------------------------*/
#info_wrap01 {
	padding-bottom: 150px;
}
#info_wrap01 .pdf_area {
	margin:20px 0 0 0;
}
#info_wrap01 li {
    float: left;
    width: 159px;
	height:300px;
	margin-bottom:20px;
    margin-right: 20px;
}
#info_wrap01 li:nth-child(4),
#info_wrap01 li:last-child {
    margin-right: 0;
}
#info_wrap01 li p{
    margin-top: 10px;
	font-size: 12px;
	line-height: 200%;
}
h3 {
    background: #ec7832;
	color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 700;
}
h4 {
	font-size: 18px;
	line-height: 200%;
	font-weight: 700;
}
h4 span{
	background: #999999;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 20px;
	font-weight: 500;
}
section {
    padding-bottom: 50px;
}
.gray_wrap {
	background:#f4f3ef;	
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}


@media screen and (max-width: 1100px) {
	
	#info_wrap01 {
		padding-bottom: 30px;
	}
	#info_wrap01 li {
		width: 30%;
		margin-right: 3%;
	}
	#info_wrap01 li:nth-child(4) {
		margin-right: 3%;
	}
	
}
@media screen and (max-width: 640px) {
	
	#info_wrap01 li {
		width: 48%;
		height:auto;
		margin-right: 3%;
	}
	#info_wrap01 li:nth-child(even) {
		margin-right: 0;
	}
	#info_wrap01 li img{
		width: 100%;
	}	
	
}