@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;
}

.petit_key{
	width: 100%;
	height: 370px;
	margin: 0 auto;
	padding: 140px 20px 0;
	box-sizing: border-box;
	text-align: center;
	background-image: url("../img/key_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.petit_key h1.title{
	font-size: 12px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
}
.petit_key h1.title img{
	width: 100%;
	max-width: 210px;
	height: auto;
}

.top_area{
	width: 100%;
	background-color: #fffaf1;
}
.top_area .inner{
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 45px 20px 45px;
	box-sizing: border-box;
	overflow: hidden;
}
.top_area .inner .read_pic{
	display: block;
	width: 100%;
	max-width: 410px;
	margin: 0 auto 30px;
}
.top_area .inner figure{
	width: 31%;
	margin: 0;
	padding: 0;
	float: left;
}
.top_area .inner figure img{
	width: 100%;
	height: auto;
}
.top_area .inner .text{
	width: 65%;
	margin: 0;
	padding: 4% 0 0;
	font-size: 16px;
	line-height: 1.7em;
	letter-spacing: 1px;
	float: right;
}

.list_area{
	width: 100%;
}
.list_area .block{
	width: 100%;
	margin: 0 auto;
	padding: 0 20px 15px;
	box-sizing: border-box;
	text-align: center;
}
.list_area .block .title{
	font-size: 12px;
	line-height: 1em;
	margin: 0 0 20px;
	padding: 0;
}
.list_area .block .title img{
	width: 100%;
	max-width: 189px;
	height: auto;
}

.list_area .box_area01{
	background-color: #fff4e1;
	background-image: url("../img/list_bg01.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 10px auto;
}
.list_area .box_area02{
	background-color: #fffaf1;
	background-image: url("../img/list_bg02.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 10px auto;
}

.list_area .list{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
.list_area .list li{
	display: inline-block;
	width: 260px;
	margin: 0 0 45px;
	padding: 0 1%;
	box-sizing: border-box;
	vertical-align: bottom;
	position: relative;
}
.list_area .list li .read{
	width: 100%;
	margin: 0 0 10px;
	padding: 0 20px;
	box-sizing: border-box;
	color: #676eb6;
	font-size: 17px;
	line-height: 1.4em;
	background-image: url("../img/line_left.png"),url("../img/line_right.png");
	background-repeat: no-repeat;
	background-position: left bottom,right bottom;
	background-size: auto 33px;
}

.list_area .list li a{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 0;
	box-sizing: border-box;
	background-color: #fff;
	border: solid 2px #676eb6;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
}
.list_area .list li a:hover{
	opacity: 0.7;
	transition: .3s;
}

.list_area .list li a .list_title{
	width: 100%;
	background-color: #676eb6;
	margin: 0;
	padding: 15px 5px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-weight: normal;
}
.list_area .list li a img{
	display: block;
	width: 100%;
	height: auto;
}
.list_btn{
	display: block;
	width: 100%;
	margin: 0;
	padding: 11px 5px;
	box-sizing: border-box;
	color: #676eb6;
	font-size: 14px;
	background-image: url("../../img/interface/arrow-right_v.svg");
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 8px auto;
}

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

