@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
お知らせ一覧
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.notice .inner {
	margin-top: 110px;	
}
.notice #content nav {
	float: left;
	width: 55px;
}
.notice #content nav li + li {
	margin-top: 13px;
}
.notice #content nav a {
	position: relative;
	padding-left: 16px;
}
.notice #content nav a:before {
	content: "";
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid;
	position: absolute;
	left: 0;
	top: 3px;
}
.notice #content nav li a:before {
	border-left-color: #FF6E00;
}
.notice #content nav li:nth-child(even) a:before {
	border-left-color: #FFAD00;
}
.notice #content nav a {
	font-size: 14px;
}
.notice-list {
	margin: 0 0 74px;
	overflow: hidden;
	width: 862px;
	float: right;
}
.notice-list li {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff; 
	width: 415.5px;
	padding: 12px 0px 20px;
}
.notice-list li time {
	font-size: 10px;
}
.notice-list li dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 8px;
	position: relative;
	padding-left: 12px;
	letter-spacing: -1.7px;
}
.notice-list li dt:before {
	content: "";
	width: 4px;
	height: 96%;
	background: #FFAD00;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.notice-list li dd {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: -0.5px;
	margin: 6px 0px 12px; 
}
.notice-list li .read-more a {
	display: block;
	background: #fff;
	color: #42210B;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.notice-list li:nth-child(n+3) {
	margin-top: 41px;
}

.notice-list li:nth-child(odd) {
	float: left;
}
.notice-list li:nth-child(even) {
	float: right;
}
.notice-list li:nth-child(2n+1) {
	clear: both;
}

.wp-pagenavi {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 14px;
	margin-bottom: 110px;
	clear: both;
}
.wp-pagenavi .pager {
	position: relative;
	vertical-align: middle;
}
.wp-pagenavi .pager + .pager:before {
	content: "・";
	display: inline-block;
}
.wp-pagenavi [rel='next'], .wp-pagenavi [rel='prev'] {
	display: inline-block;
	width: 38px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.wp-pagenavi [rel='next'] {
	padding-right: 19px;
	right: 179px;
}
.wp-pagenavi [rel='prev'] {
	padding-left: 19px;
	left: 179px;
}
.wp-pagenavi [rel='next']:before,
.wp-pagenavi [rel='prev']:after {
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 11px;
	height: 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);  
	-moz-transform: rotate(45deg);
	position: absolute;
	top: -3px;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.wp-pagenavi [rel='prev']:after {
	border-left: 1px #fff solid;
	border-bottom: 1px #fff solid;
	left: 0;
}
.wp-pagenavi [rel='next']:before {
	border-right: 1px #fff solid;
	border-top: 1px #fff solid;
	right: 0;
}

@media screen and (max-width:750px) {
	.wp-pagenavi {
		font-size: 12px;
		margin-bottom: 120px;
	}
	.wp-pagenavi .pager:nth-of-type(n+4) {
		display: none;
	}
	.wp-pagenavi [rel='next'] {
		right: 9px;
	}
	.wp-pagenavi [rel='prev'] {
		left: 9px;
	}
	.notice-list,
	.notice-list li { 
		width: 100%;
	}
	.notice .inner {
	    margin-top: 90px;
	}
	.notice-list li .read-more a {
		height: 44px;
		line-height: 44px;
		width: 100%;
		font-size: 12px;
	}
	.notice-list li dt {
		font-size: 18px;
		line-height: 30px;
		margin-top: 5px;
	}
	.notice-list li dd {
		font-size: 14px;
		line-height: 28px;
		margin: 1px 0px 10px;
	}
	.notice-list li {
		padding-bottom: 30px;
	}
	.notice-list li:nth-child(n+3) {
	    margin-top: 0;
	}
	.notice-list li {
	    border-bottom: 1px solid #fff;
	    border-top: none;
	}
	.notice-list li:first-child {
		border-top: 1px solid #fff;
	}
	.notice-list {
		margin-bottom: 46px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
お知らせ記事
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.notice.article .inner {
	overflow: hidden;
}
.article .article-detail {
	width: 600px;
	display: inline-block;
	margin-left: 116px;
}
.article .article-detail time {
	font-size: 14px;
	border: 1px solid #fff;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	box-sizing: border-box;
}
.article .article-detail .article-tit {
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
	position: relative;
	padding-left: 28px;
	margin: 25px 0px 34px;
}
.article .article-detail .article-tit:before {
    content: "";
    width: 8px;
    height: 96%;
    background: #FFAD00;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.article .article-detail .article_img img {
	width: 100%;
}
.article-detail dt {
	font-size: 20px;
	line-height: 23px;
	border-bottom: 2px solid #FFAD00;
	font-weight: bold;
	margin: 38px 0px 12px;
	padding-bottom: 9px;
}
.article .article-detail dd {
	font-size: 16px;
	line-height: 2em;
}
.article .article-detail dd p + p {
	margin-top: 2em;
}
.article .article-detail * + .article_img {
	margin-top: 48px;
}
.article #content {
	overflow: hidden;
}
.article .ithiran a {
	color: #fff;
	border: 2px solid #fff;
}
.article .ithiran a:after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.article .wp-pagenavi [rel='prev'] {
    left: 0;
}
.article .wp-pagenavi [rel='next'] {
    right: 0;
}
.article .ithiran {
     padding-bottom: 0;
     margin-top: 26px;
}

@media screen and (max-width:750px) {
	.notice.article .inner {
	    width: 100%;
	}
	.article .article-detail {
	    width: 100%;
	    margin-left: 0;
	}
	.article .article-detail time {
		font-size: 12px;
		width: 90px;
		height: 30px;
		line-height: 30px;
	}
	.article .article-detail .article-tit {
		font-size: 20px;
		line-height: 32px;
		padding-left: 12px;
		margin: 19px 0px 22px;
	}
	.article-detail dt {
		font-size: 18px;
		line-height: 30px;
		margin: 17px 0px 8px;
		padding-bottom: 5px;
	}
	.article .article-detail dd {
	    font-size: 14px;
	    line-height: 28px;
	}
	.article .article-detail .article-tit:before {
		width: 5px;
	}
	.article .article-detail * + .article_img {
	    margin-top: 36px;
	}
	.article .wp-pagenavi {
	    margin-bottom: 83px;
	}
	.notice.article .inner {
	    margin-top: 80px;
	}
}