@charset "utf-8";



/* HEADER
------------------------------------------------------------*/

.lowdir .header {
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 9999;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
.lowdir.strt .header {
	background: url(../images/bg_shead.png);
	background-size: contain;
}
.lowdir .logo {
	position: relative;
	float: left;
	width: 23%;
	padding: 22px 0 0;
	z-index: 2;
}
.lowdir .logo img {
	width: 100%;
	max-width: 230px;
	height: auto;
}
.lowdir .logo_wrap {
	margin: 10px;
}
.lowdir .logo_wrap h1 img {
	width: 100%;
	max-width: 80px;
	height: auto;
}


/* 全体
------------------------------------------------------------*/

.lowdir .wrapper {
}



/* imgzoom
---------------------------------------------------- */

.imgzoom,
.imgzoom2 {
	overflow: hidden;
}
.imgzoom img {
	display: block;
	width: 100%;
	height: auto;
	transition-duration: 1.0s;
	overflow: hidden;
}
.imgzoom img:hover {
	transform: scale(1.06);
	transition-duration: 1.0s;
}
.imgzoom2 img.backimg {
	display: block;
	width: 100%;
	height: auto;
	transition-duration: 1.0s;
	overflow: hidden;
}
.imgzoom2 img.backimg:hover {
	transform: scale(1.06);
	transition-duration: 1.0s;
}

/**************************
/* グリッド
**************************/


.gridWrapper {
	display: block;
	width: 100%;
}
* html .gridWrapper{height:1%;}

.grid {
	float:left;
}
.rgrid {
	margin-left: 5%;
}
.recBox {
	margin: 0;
	background:url(../images/bg_recbox.jpg);
}
.recBox a {
	display: block;
	width: 100%;
	height: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ixnews
---------------------------------------------------- */

#news_topics {
	padding-top: 9rem;
}
.lowdir #news_topics {
	padding-top: 1rem;
}
#news_topics .inner {
	max-width: 90rem;
}
#news_topics .inner h2 {
	width: 100%;
	margin-bottom: 60px;
	font-size: 3.6rem;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 1.375;
	text-align: center;
}
#news_topics .news_contents {
	width: 100%;
}
.newsbox {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 14px 0;
	text-align: left;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.newsbox a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.newsbox:hover {
	background-color: rgba(255, 255, 255, .1);
}
.newsdate {
	width: 12%;
	margin: 0 2%;
	font-size: 1.1em;
	color: #fff;
	line-height: 1.4em;
}
.newscomm {
	width: 76%;
	margin: 0 2% 0 6%;
	font-size: 1.1em;
	color: #fff;
	line-height: 1.4em;
}

#news_topics .morebtnbox {
	max-width: 320px;
	margin: 0 auto;
	padding: 50px 0 20px;
}
a.morebtn {
	display: block;
	width: 320px;
	height: 80px;
	font-size: 1.1em;
	color: #666;
	line-height: 80px;
	letter-spacing: 0.2em;
	background:url(../images/bg_btn.png) no-repeat;
	background-size: 320px 80px;
}

.pgnewsbox {
	display: -webkit-box;
	display: -ms-flexbox;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.pgnewsbox .newsitem {
	position: relative;
	width: 30.33%;
	margin: 0 1.5% 20px;
	padding: 6px;
	letter-spacing: normal;
	text-align: left;
}
.newsitem a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.newsitem:hover {
	background-color: rgba(255, 255, 255, .1);
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	border-radius: 12px;
}
.pgnewsbox .newsitem img {
	width: 100%;
	height: auto;
	max-height: 180px;
	object-fit: cover;
}
.pgnewsbox .newsitem .ixct02date {
	padding: 12px 0 2px;
	font-size: 0.9em;
	color: #fff;
}
.pgnewsbox .newsitem .textbox {
	padding: 0 0 40px;
	font-size: 1.0em;
	color: #fff;
	line-height: 1.6em;
}


.pgmove {
	/zoom: 1;
	position: relative;
	overflow: hidden;
	margin: 30px 0 20px;
	padding: 10px;
}
.pgmove ul {
	position: relative;
	left: 50%;
	float: left;
}

.pgmove ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
}

.pgmove li span {
	display: inline-block;
	margin: 0 10px 2px 0;
	padding: 1px 10px 2px 12px;
	color: #888;
	background-color: rgba(255, 255, 255, .5);
	text-decoration: none;
	vertical-align: middle;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	border-radius: 50%;
}
.pgmove li a {
	display: inline-block;
	margin: 0 10px 2px 0;
	padding: 1px 10px 2px 12px;
	color: #888;
	background: #fff;
	text-decoration: none;
	vertical-align: middle;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	border-radius: 50%;
}
.pgmove li a:hover {
	color: #111;
	background-color: rgba(255, 255, 255, .7);
}
.pgmove li a.current {
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 3px 12px;
	color: #666;
	background: #fff;
	text-decoration: none;
	vertical-align: middle;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	border-radius: 50%;
}


.news_detail {
	line-height: 1.4em;
}
.news_detail .date {
	padding: 0 0 4px;
	font-size: 0.9em;
	color: #fff;
	text-align: left;
}
.news_detail .title {
	padding: 0 0 20px;
	font-size: 1.2em;
	color: #fff;
	text-align: left;
}
.news_detail .comm {
	padding: 30px 0;
	font-size: 1.2em;
	color: #fff;
	line-height: 1.8em;
	text-align: left;
}
.news_detail .img {
	width: 96%;
	margin: 0 auto;
	padding: 40px 0 60px;
	text-align: center;
}
.news_detail .img img {
	width: 100%;
	max-width: 800px;
	height: auto;
}

.mvbtnbox {
	padding: 80px 0 60px;
}
.mvbtnbox .btnlist {
	list-style-type: none;
	padding: 0;
	text-align: center;
}
.mvbtnbox .btnlist li  {
	display: inline-block;
	margin: 0 8px;
}
.mvbtnbox .btnlist li a {
	padding: 6px 20px 8px;
	font-size: 0.9em;
	color: #888;
	background: #fff;
		-moz-border-radius: 36px;
		-webkit-border-radius: 36px;
	border-radius: 36px;
}
.mvbtnbox .btnlist li.bkbtn a {
	padding: 6px 20px 8px;
		-moz-border-radius: 36px;
		-webkit-border-radius: 36px;
	border-radius: 36px;
}
.mvbtnbox .btnlist li .noprev {
	padding: 6px 20px 8px;
		-moz-border-radius: 36px;
		-webkit-border-radius: 36px;
	border-radius: 36px;
	font-size: 0.9em;
	color: #888;
	background-color: rgba(255, 255, 255, .5);
}
.mvbtnbox .btnlist li.nxbtn a {
	padding: 6px 20px 8px;
		-moz-border-radius: 36px;
		-webkit-border-radius: 36px;
	border-radius: 36px;
}
.mvbtnbox .btnlist li .nonext {
	padding: 6px 20px 8px;
		-moz-border-radius: 36px;
		-webkit-border-radius: 36px;
	border-radius: 36px;
	font-size: 0.9em;
	color: #888;
	background-color: rgba(255, 255, 255, .5);
}
.mvbtnbox .btnlist li a:hover {
	color: #555;
	background: #fff;
}



/* ------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 1024px){
/* ------------------------------------------------------------------------------------------------------------------------ */

.lowdir .header {
	width: 100%;
	height: 70px;
}


}


@media only screen and (max-width: 768px){
/* ------------------------------------------------------------------------------------------------------------------------ */

/* ixnews
---------------------------------------------------- */

#news_topics {
	padding-top: 9rem;
}
#news_topics .inner {
	width: 100%;
}
#news_topics .inner h2 {
	width: 100%;
	margin-bottom: 60px;
	font-size: 2.0rem;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 1.375;
	text-align: center;
}


.newsbox {
	max-width: 30rem;
	margin: 0 auto;
}
.newsdate {
	width: 96%;
	margin: 0 2%;
	font-size: 1.1em;
	color: #fff;
	line-height: 1.4em;
}
.newscomm {
	width: 96%;
	margin: 0 2%;
	font-size: 1.1em;
	color: #fff;
	line-height: 1.4em;
}
#news_topics .morebtnbox {
	width: 240px;
	margin: 0 auto;
}
a.morebtn {
	width: 240px;
	height: 60px;
	font-size: 1.1em;
	color: #666;
	line-height: 60px;
	letter-spacing: 0.2em;
	background:url(../images/bg_btn.png) no-repeat;
	background-size: 240px 60px;
}

/* news list
---------------------------------------------------- */

#news_topics .news_contents {
	width: 96%;
	margin: 0 auto;
}
.pgnewsbox .newsitem {
	position: relative;
	width: 47%;
	margin: 0 1.5% 20px;
	padding: 6px;
	letter-spacing: normal;
	text-align: left;
}


}

/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px){



}


/* --------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 480px){




}