@charset "utf-8";

@media print, screen and (max-width:619px){

/* ----------------------------------------
	catch
---------------------------------------- */

div.catch{
	height: 300px;
	background:url(../img/common/bg-section.png) repeat center top;
}
	
div.catch div{
	height: 300px;
	background:url(../img/home/catch.png) no-repeat center 85px;
	background-size: 450px auto;
}
	
div.catch div p{
	padding: 240px 0 0 25px;
	color: ##2D2D2D;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 20px;
	line-height: 30px;
}
	
	
/* ----------------------------------------
	featuredMenu
---------------------------------------- */

ul.featuredMenu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 70px 0 20px;
}
	
ul.featuredMenu li{
	width: 50%;
	padding: 0 0 30px;
}
ul.featuredMenu li a{
	display: block;
	width: calc(100% - 34px);
	margin: 0 15px;
	padding: 23px 2px 24px;
	background-color: #ffffff;
	border-radius: 8px;
	text-align: center;
}
ul.featuredMenu li a img{
	width: 100%;
	height: auto;
}
	

/* ----------------------------------------
	news
---------------------------------------- */

div.news{
	padding: 0 0 45px;
}
	
div.news h2{
	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{
	margin: 0 20px;
	padding: 30px 0 0;
}
	
div.news dt{
	padding: 0 0 5px 33px;
	background:url(../img/common/icon-hexagon2.png) no-repeat left 1px;
	background-size: 23px 17px;
	line-height: 18px;
}
	
div.news dd{
	padding: 0 0 33px;
	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;
}



}

