@charset "utf-8";

/* ====================================
お知らせ
====================================== */
.newsSelect {
	margin-bottom: 40px;
}

.newsSelect li {
	margin-bottom: 2.6vw;
}

.newsSelect li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.newsSelect select {
	width: 100%;
	height: 46px;
	padding-left: 3%;
	font-size: 1.4rem;
	border: none;
	background: url("../img/select_arrow.png") no-repeat right 10px center;
	border: 3px solid #c9c9c9;
	border-radius: 5px;
}


.newsSelect select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

.newsSelect p {
	margin-bottom: 6px;
	font-size: 1.4rem;
	font-weight: bold;
}

.newsList a {
	display: block;
	width: 100%;
	padding: 5.3vw 0;
	border-bottom: 4px solid #000;
}

.newsImg {
	width: 100%;
	margin-bottom: 5.3vw;
}

.newsImg img {
	width: 100%;
}

.newsListR {
	width: 100%;
}

.newsListR ul {
	margin-bottom: 2.6vw;
}

.newsListR li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	font-size: 1.4rem;
}

.newsCat {
	padding: 8px 24px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}

.newsListR .date {
	margin-bottom: 15px;
}

.newsTtl {
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
}

.newsDes {
	font-size: 1.4rem;
	line-height: 1.5;
}

.newsDes h3 {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: bold;
	border-bottom: 2px #000 solid;
	margin-bottom: 1em;
}

.newsDes h4 {
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 1em;
}

.newsDes p {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

.newsDes a {
	font-weight: bold;
	text-decoration: underline;
}

.newsDes a:hover {
	color: #FFC815;
}

/* pager */
.pagerWrap {
	margin: 10.6vw 0 13vw;
	text-align: center;
}

.pagerWrap.pager2 {
	margin: 10.6vw 0 13vw;
}

.pagerWrap li {
	display: inline-block;
	margin: 0 5px;
}

.pagerWrap li a {
	display: block;
	font-size: 1.4rem;
	padding: 12px 15px;
	border: 3px solid #000;
	transition: all .3s ease-in-out;
}

@media screen and (min-width:641px) {
	.pagerWrap li a:hover {
		color: #fff;
		background-color: #000;
	}
}

.pagerWrap li.active a {
	color: #fff;
	background-color: #000;
}

.itmPage {
	margin-bottom: 60px;
}

.itmPage h3 {
	margin-bottom: 50px;
	font-size: 4.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.itmPage .linkBuylist {
	top: 50%;
	transform: translateY(-50%);
}

.newsPage {
	padding-top: 0;
}


/* ====================================
お知らせ-詳細ページ
====================================== */
.itmDes1 {
	margin-bottom: 40px;
}

.itmName {
	padding: 20px 25px;
	margin-bottom: 50px;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #000;
}

.itmDesConts p {
	display: inline-block;
	vertical-align: top;
}

.itmPage h3 {
	margin-bottom: 50px;
	font-size: 4.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.itmPage .linkBuylist {
	top: 50%;
	transform: translateY(-50%);
}

.itmDes2 h3 {
	margin-bottom: 40px;
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.itmDesHead {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #000;
}

.itmDesHead p {
	vertical-align: middle;
	font-size: 1.5rem;
}

.itmDesHead .newsCat {
	float: left;
	padding: 8px 10px;
}

.itmDesHead .newsDate {
	float: right;
	padding-top: 8px;
}