@charset "utf-8";

#headbg{
	background:url(../img/news/headbg.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
header nav ul li.m4 a{
	color:#998673;
	}
header nav ul li.m4:after{
	display:block;
	}
#header2 nav ul li.m4 a{
	background-color:#998673;
	color:#FAFAFA;
	}
#header2 nav ul li.m4 a:after{
	border-color:#FAFAFA;
	}

#index1{
	overflow:hidden;
	zoom:1;
	max-width:820px;
	margin:0 auto;
	padding:80px 70px 0 70px;
	}
#index1 article{
	padding:40px 0px 40px 160px;
	border-bottom:1px solid #D8DADC;
	position:relative;
	}
#index1 article:last-of-type{
	border-bottom:0;
	}
#index1 article time{
	display:block;
	font-size:20px;
	color:#AAAAAA;
	font-family:'Roboto Slab';
	position:absolute;
	font-weight:400;
	left:0;
	top:50px;
	letter-spacing:0.08em;
	}
#index1 article h3{
	font-size:19px;
	font-weight:700;
	}
#index1 article h3 a{
	display:block;
	padding:10px 70px 10px 0;
	position:relative;
	}
#index1 article h3 a:after{
	content:"";
	display:block;
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-4px;
	width:8px;
	height:8px;
	border-top:2px solid #998673;
	border-right:2px solid #998673;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	transition:0.4s;
	}
#index1 article h3 a:hover:after{
	right:20px;
	}
#index1 .navi{
	padding-top:90px;
	}
#index1 .navi:before{
	top:0;
	}
#detail1{
	max-width:900px;
	margin:0 auto;
	padding:90px 70px 0 70px;
	overflow:hidden;
	zoom:1;
	}
#detail1 article .headb{
	text-align:center;
	font-size:0;
	padding-bottom:70px;
	}
#detail1 article .headb time{
	font-size:20px;
	color:#AAAAAA;
	font-family:'Roboto Slab';
	position:relative;
	padding-left:25px;
	margin-top:8px;
	font-weight:400;
	display:inline-block;
	letter-spacing:0.08em;
	vertical-align:top;
	}
#detail1 article .headb time:after{
	content:"";
	display:block;
	width:17px;
	height:1px;
	position:absolute;
	left:0;
	top:13px;
	background-color:#AAAAAA;
	}
#detail1 article .headb h1{
	display:block;
	font-size:38px;
	font-weight:700;
	padding-top:22px;
	}
#detail1 article .headb h1 strong{
	text-align:left;
	display:inline-block;
	}
#detail1 article .post-box{
	border-bottom:1px solid #D8DADC;
	padding-bottom:110px;
	}
#detail1 .linkto{
	text-align:center;
	padding-top:90px;
	}
@media screen and (max-width:900px){
#index1{
	padding:90px 7% 0px 7%;
	}
#index1 article{
	padding:20px 0 20px 0;
	}
#index1 article time{
	font-size:18px;
	position:relative;
	left:auto;
	top:auto;
	}
#index1 article h3{
	font-size:18px;
	}
#index1 article h3 a{
	padding:5px 40px 5px 0;
	}
#index1 article h3 a:after{
	right:20px;
	top:13px;
	margin-top:0;
	width:6px;
	height:6px;
	}
#index1 .navi{
	padding-top:60px;
	}
#detail1{
	padding:90px 7% 0 7%;
	}
#detail1 article .headb{
	padding-bottom:40px;
	}
#detail1 article .headb time{
	font-size:18px;
	padding-left:24px;
	margin-top:7px;
	}
#detail1 article .headb time:after{
	width:16px;
	}
#detail1 article .headb h1{
	font-size:28px;
	padding-top:18px;
	}
#detail1 article .post-box{
	padding-bottom:70px;
	}
#detail1 .linkto{
	padding-top:60px;
	}
}