@charset "utf-8";
/* CSS Document */



/*　home_service
-----------------------*/
#home_service{
	margin-bottom: 100px;
	width: 100%;
}
#home_service figure{
	margin-bottom: 20px;
}
#home_service h2{
	color: #E53D0A;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 60px;
}
#home_service div{
	border-bottom: 2px solid #171618;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
#home_service div h3{
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 8px solid #FEC108;
	line-height: 10px;
	display: inline-block;
	margin-bottom: 20px;
}
#home_service div h3::before{
	content: "";
	background-size: contain;
	width: 46px;
	height: 56px;
	display: inline-block;
	margin: 0px 10px -10px 0px;	
}
#home_service div .addTitle{
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: 8px solid #FEC108;
	line-height: 10px;
	display: inline-block;
	margin-bottom: 20px;
}


#home_service div:nth-of-type(2) h3::before{
	background-image: url(../images/apple_1.png);
}
#home_service div:nth-of-type(3) h3::before{
	background-image: url(../images/apple_2.png);
}
#home_service div:nth-of-type(4) h3::before{
	background-image: url(../images/apple_3.png);
}
#home_service div p{
	font-size: 1.6rem;
}

/*　home_news
-----------------------*/
#home_news{
	margin-bottom: 40px;
	width: 100%;
	background-color: #F5F2EA;
}
.home_news{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0px;
}
.home_news div{
	width: 32%;
	margin-right: 2%;
	border-right: 2px solid #171618;
	padding-right: 20px;
	box-sizing: border-box;
}
.home_news div:last-of-type{
	margin-right: 0px;
}
.home_news h4{
	font-size: 3rem;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 30px;
}
.home_news h4 span{
	display: block;
	font-size: 1.6rem;
}
.home_news div p.more a{
	display: block;
	background-color: #E53D0A;
	color: #fff;
	padding: 4px 0px;
	text-align: center;
	width: 140px;
}
.home_news div figure{
	position: relative;
	overflow: hidden;
}
.home_news div figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.home_news div p.more a i{
	padding-left: 10px;
}
.home_news div .date a{
	color: #E53D0A;
}
.home_news div .box_title a{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1110px){
.home_news{ width: 90%;}
}
/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 800px ){


}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 600px ){
	#home_service h2{
		font-size: 2.8rem;
	}
	.home_news div{
	width: 100%;
	margin-right: 0px;
	border-right: none;
	padding-right: 0px;
		margin-bottom: 30px;
}
	#home_service div h3{
		font-size:2rem;
		line-height: 30px;
	}
	#home_service div .addTitle{
		font-size: 2rem;
		line-height: 30px;
	}

}

