@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE High Resolution parts end*/



/* INTERFACE */


body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

.reform_key{
	width: 100%;
	margin: 0 auto;
	padding: 145px 20px 38px;
	box-sizing: border-box;
	background-image: url("../img/key_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.reform_key .box{
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 35px;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}
.reform_key .box .title{
	width: 100%;
	margin: 0 auto 25px;
	padding: 55px 25px 17px;
	box-sizing: border-box;
	border-bottom: solid 2px #458f5a;
	background-image: url("../img/reform_icon.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 33px;
}
.reform_key .box .title img{
	display: block;
	width: 100%;
	height: auto;
}
.reform_key .box p{
	font-size: 20px;
	line-height: 1.6em;
	margin: 0 auto;
}

.read_area{
	width: 100%;
}
.read_area .inner{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 65px 20px 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.read_area .inner .read_pic{
	display: block;
	width: 100%;
	max-width: 656px;
	height: auto;
	margin: 0 auto 55px;
}

.read_area .inner .text{
	width: 63%;
	float: left;
	font-size: 17px;
	line-height: 1.8em;
}
.pic_box{
	width: 35%;
	min-height: 220px;
	float: right;
	background-image: url("../img/read_pic_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.point_area{
	width: 100%;
	background-color: #fff4e1;
}
.point_area .inner{
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	padding: 45px 20px 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.point_area .inner ul.list{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.point_area .inner ul.list li{
	display: block;
	width: 100%;
	margin: 0 0 35px;
	padding: 26px 0 0;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
}
.point_area .inner ul.list li .pic{
	width: 265px;
	float: left;
	margin: 0 20px 0 0;
	position: relative;
}

.point_area .inner ul.list li .pic img{
	display: block;
	width: 100%;
	height: auto;
}
.point_area .inner ul.list li .pic .title{
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -26px;
	left: 0;
}
.point_area .inner ul.list li .pic .title img{
	width: 100%;
	max-width: 153px;
	height: auto;
}
.point_area .inner ul.list li .sub_title{
	font-size: 18px;
	margin: 0 0 15px;
}
.point_area .inner ul.list li .text{
	font-size: 16px;
	margin: 0;
}


.btn_area{
	width: 100%;
	padding: 50px 20px 100px;
	box-sizing: border-box;
	background-color: #fffaf1;
	text-align: center;
}
.btn_area p{
    font-size: 20px;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin: 0 auto 30px;
}
.btn_area .btn{
    max-width: 385px;
	background-color: #458f5a;
	border-right: solid 4px #0f722b;
	border-bottom: solid 4px #0f722b;
}

