@charset "utf-8";

@media print, screen and ( min-width:1151px ) {

/* ----------------------------------------
	catch
---------------------------------------- */

div.catch{
	height: 425px;
	padding: 0 0 0 200px;
	background:url(../img/common/bg-section.png) repeat center top;
}
	
div.catch div{
	width: 950px;
	height: 425px;
	background:url(../img/home/catch.png) no-repeat 93px 20px;
}
	
div.catch div p{
	padding: 310px 0 0 52px;
	color: ##2D2D2D;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 42px;
	line-height: 63px;
}


/* ----------------------------------------
	featuredMenu
---------------------------------------- */

ul.featuredMenu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 950px;
	padding: 64px 0 25px 200px;
}
	
ul.featuredMenu li{
	width: 180px;
	padding: 0 15px 30px;
}
ul.featuredMenu li a{
	display: block;
	width: 180px;
	height: 164px;
	padding: 25px 0 0;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 8px;
	text-align: center;
}
ul.featuredMenu li a:hover{
	opacity: 0.7;
}
ul.featuredMenu li a img{
	height: 118px;
	width: auto;
}

	
/* ----------------------------------------
	news
---------------------------------------- */

div.news{
	max-width: 950px;
	padding: 0 0 85px 200px;
}
	
div.news h2{
	max-width: 810px;
	margin: 0 auto;
	background:url(../img/common/h2-bg-line.gif) repeat-x left center;
	background-size: 1px 1px;
	text-align: center;
}
	
div.news h2 span{
	position: relative;
	display: inline-block;
	padding: 3px 85px;
	background-color:#F3F3F5;
	color: #2F4791;
	font-size: 27px;
}
div.news h2 span:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	display: block;
	width: 30px;
	height: 31px;
	margin: auto;
	background:url(../img/common/h2-bg-left.png) no-repeat center center;
	background-size: 30px 31px;
}
div.news h2 span:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	display: block;
	width: 30px;
	height: 31px;
	margin: auto;
	background:url(../img/common/h2-bg-right.png) no-repeat center center;
	background-size: 30px 31px;
}
	
div.news dl{
	display: flex;
	flex-wrap: wrap;
	max-width: 810px;
	margin: 0 auto;
	padding: 40px 0 20px;
}
	
div.news dt{
	width: 170px;
	padding: 0 0 25px 35px;
	box-sizing: border-box;
	background:url(../img/common/icon-hexagon2.png) no-repeat 5px 1px;
	background-size: 23px 17px;
	line-height: 18px;
}
	
div.news dd{
	width: calc(100% - 170px);
	padding: 0 0 25px;
	line-height: 18px;
}
div.news dd a{
	text-decoration: underline;
}
	
div.news div a{
	display: block;
	width: 220px;
	height: 44px;
	margin: 0 auto;
	padding: 10px 0 0;
	box-sizing: border-box;
	background:url(../img/common/button-bg.png) no-repeat center center;
	background-size: 220px 44px;
	text-align: center;
}

div.news div a:hover{
	opacity: 0.7;
}

}


/* IE10 IE11 */
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	  div.news div a:not(:target){
		padding: 13px 0 0;
	  }
	}

