@charset "utf-8";

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

#index1{
	max-width:1240px;
	padding:0 70px 0 400px;
	margin:110px auto 0 auto;
	text-align:right;
	font-size:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	position:relative;
	}
#index1 article{
	text-align:left;
	width:750px;
	max-width:100%;
	display:inline-block;
	border-bottom:1px solid #C8C3BE;
	padding:45px 0 42px 0;
	}
#index1 article:first-of-type{
	padding-top:0;
	}
#index1 article time{
	display:block;
	color:#B4B4BE;
	font-size:19px;
	letter-spacing:0.08em;
	font-family:'Lato';
	font-weight:400;
	}
#index1 article h3{
	display:block;
	font-size:19px;
	margin-top:8px;
	color:#BA8A40;
	font-weight:700;
	position:relative;
	}
#index1 article h3 a{
	display:block;
	padding-right:60px;
	}
#index1 article h3 a:after{
	content:"";
	display:block;
	position:absolute;
	right:35px;
	top:50%;
	margin-top:-3px;
	width:6px;
	height:6px;
	border-top:1px solid #BA8A40;
	border-right:1px solid #BA8A40;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.select{
	position:absolute;
	left:70px;
	top:0;
	width:250px;
	}
.select:after{
	content:"";
	display:block;
	position:absolute;
	right:28px;
	top:50%;
	margin-top:-6px;
	width:6px;
	height:6px;
	border-top:2px solid #32323C;
	border-right:2px solid #32323C;
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
	}
.select select{
	background-color:#F5F5F5;
	padding:24px 20px 20px 25px;
	border:0;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	font-size:17px;
	font-weight:500;
	-webkit-appearance:none;
	appearance:none;
	color:#32323C;
	font-family:'Zen Kaku Gothic New';
	}
.select select::-ms-expand{
	display:none;
	}
.select select option{
	font-size:17px;
	font-weight:500;
	color:#32323C;
	}
.navi{
	color:#BA8A40;
	text-align:center;
	padding-top:100px;
	}
.navi a.page-numbers,.navi .current{
	font-size:18px;
	font-weight:500;
	margin:5px 3px;
	color:#BA8A40;
	text-align:center;
	padding:7px 2px 0px 2px;
	width:42px;
	height:42px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border:solid 1px #BA8A40;
	text-decoration:none;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	display:inline-block;
	}
.navi a.page-numbers:hover{
	text-decoration:underline;
	}
.navi a.next:hover,.navi a.prev:hover{
	text-decoration:underline;
	}
.navi .current{
	color:white;
	background:#BA8A40;
	border-color:#BA8A40;
	}
.navi a.next,.navi a.prev{
	border:0 none;
	color:#BA8A40;
	font-size:17px;
	font-weight:500;
	margin:0 10px 0 0;
	width:auto;
	height:auto;
	}
.navi a.next{
	margin:0 0 0 10px;
	}
#detail1{
	max-width:1240px;
	padding:0 70px 0 400px;
	margin:110px auto 0 auto;
	text-align:right;
	font-size:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	position:relative;
	}
#detail1 article{
	text-align:left;
	width:750px;
	max-width:100%;
	display:inline-block;
	border-bottom:1px solid #C8C3BE;
	padding:0 0 110px 0;
	}
#detail1 article .headb{
	text-align:center;
	font-size:0;
	padding-bottom:50px;
	}
#detail1 article time{
	display:block;
	text-align:center;
	color:#B4B4BE;
	font-size:21px;
	letter-spacing:0.08em;
	font-family:'Lato';
	font-weight:400;
	}
#detail1 article h1{
	font-size:32px;
	font-weight:700;
	display:inline-block;
	text-align:left;
	line-height:1.6;
	padding-top:15px;
	}
#detail1 .linkto.toback{
	text-align:center;
	padding-top:80px;
	}
@media screen and (max-width:900px){
#index1{
	padding:0 7%;
	margin:60px auto 0 auto;
	text-align:left;
	}
#index1 article{
	display:block;
	padding:30px 0 28px 0;
	}
#index1 article time{
	font-size:17px;
	letter-spacing:0.06em;
	}
#index1 article h3{
	font-size:17px;
	margin-top:5px;
	}
#index1 article h3 a{
	padding-right:50px;
	}
#index1 article h3 a:after{
	right:25px;
	}
.select{
	position:relative;
	left:auto;
	top:auto;
	max-width:100%;
	margin:60px auto 0 auto;
	}
.select:after{
	right:25px;
	}
.select select{
	padding:22px 40px 18px 7%;
	}
.navi{
	padding-top:70px;
	}
.navi a.page-numbers,.navi .current{
	font-size:17px;
	padding:4px 2px 0px 2px;
	width:36px;
	height:36px;
	}
.navi a.next,.navi a.prev{
	font-size:16px;
	margin:0 8px 0 0;
	width:auto;
	height:auto;
	}
.navi a.next{
	margin:0 0 0 8px;
	}
#detail1{
	padding:0 7%;
	margin:80px auto 0 auto;
	text-align:left;
	}
#detail1 article{
	display:block;
	padding:0 0 80px 0;
	}
#detail1 article .headb{
	padding-bottom:40px;
	}
#detail1 article time{
	font-size:19px;
	}
#detail1 article h1{
	font-size:25px;
	}
#detail1 .linkto.toback{
	padding-top:70px;
	}
}