@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
記事一覧
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#container {
	overflow: hidden;
}
.notice.inner {
	max-width: 980px;
}
.main {
	background: url(../images/main_bg.png) no-repeat #e7d32c right bottom;
	background-size: cover;
	background-size: 529px;
}
.main .main-tit {
	color: #5b6785;
}
.main-cont {
	overflow: hidden;
	margin-bottom: 83px;
}
.article-list {
	max-width: 760px;
	float: left;
	width: 100%;
}
.article-list ul {
	padding-bottom: 60px;
	border-bottom: 2px solid #ededed;
}
.article-list li + li {
	margin-top: 10px;
}
.article-list li a {
	background: #f6f6f6;
	display: block;
	border-left: 4px solid #1b9b4c;  
	padding: 27px 52px 27px 30px;
	color: #333;
	overflow: hidden;
	position: relative;
	min-height: 195px;
	box-sizing: border-box;
}
.article-list li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 11px;
	height: 11px;
	border-top: 3px solid #1b9b4c;
	border-right: 3px solid #1b9b4c;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: 15px;
}
.article-list li a time {
	display: block;
}
.article-list li a time,
.article-list li a dd {
	font-size: 14px;
}
.article-list li a dd  {
	line-height: 24px;
}
.article-list .img-there {
	width: 445px;
	float: left;
}
.article-list li a dt {
	font-weight: bold;
	font-size: 20px;
	margin: 11px 0px 7px 0px;
}
.article-list li a:hover dt {
	color: #1b9b4c;
}
.article-list .article-img {
	float: right;
	width: 187px;
	height: 141px;
	position: relative;
}
.article-list .article-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.wp-pagenavi {
	position: relative;
	margin: 30px auto 0%;
	text-align: center;
	border-bottom: none;
	font-weight: bold;
}
.wp-pagenavi a, 
.wp-pagenavi span.current {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin: 0 5px;
	font-size: 16px;
	background: #1b9b4c;
	color: #fff;
	opacity: 1;
	filter:alpha(opacity=100);
	transition: .2s;
}
.wp-pagenavi span.current {
	background: #e7d32c;	
}
.wp-pagenavi .previouspostslink, 
.wp-pagenavi .nextpostslink {
	position: relative;
	top: 0;
	background: #ededed;
	color: rgba(0,0,0,0);
}
.wp-pagenavi a:hover {
	background: #e7d32c !important;
}
/*.wp-pagenavi .previouspostslink.no, 
.wp-pagenavi .nextpostslink.no {
	background: #c3c3c3;
}*/
.wp-pagenavi .nextpostslink:before, 
.wp-pagenavi .previouspostslink:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-top: 3px solid #1b9b4c;
	border-right: 3px solid #1b9b4c;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.wp-pagenavi .nextpostslink:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: -6px;
}
.wp-pagenavi .previouspostslink:after {
	transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	left: 4px;
}

.side-cont {
	max-width: 200px;
	float: right;
	width: 100%;
}
.side-cont .heading {
	background: #1b9b4c;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 58px;
	line-height: 58px; 
}
.side-cont div > ul > li,
.side-cont .past-year {
	border-bottom: 2px solid #ededed; 
}
.side-cont .past-year {
	cursor: pointer;
	transition: .3s;
	transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
}
.side-cont .past-year:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.side-cont div > ul > li a,
.side-cont .past-year {
	color: #5b6785;
	font-size: 14px;
	display: block;
	padding: 0 29px;
}
.side-cont div > ul > li a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	position: relative;
}
.side-cont div > ul > li a span:before,
.side-cont .past-year:before {
	content: "";
	background: #e7d32c;
	width: 8px;
	height: 8px;
	top: 4px;
	left: -15px;
	position: absolute;
}
.side-cont .past-year:before  {
	top: 19px;
	left: 12px;
}

.side-cont .new li a {
	min-height: 63px;
	line-height: 63px;
	padding: 8px 29px;
}
.side-cont .past {
	margin-top: 30px;
}
.side-cont .past .heading {
	margin-bottom: 10px;
}
.side-cont .past li a,
.side-cont .past-year {
	height: 48px;
	line-height: 48px;
	position: relative;
}
.side-cont .past ul {
	display: none;
}
.side-cont .past ul a {
	box-sizing: border-box;
	background: #f6f6f6;
}
.side-cont .past ul li:last-child a {
	border-bottom: none;
}
.side-cont .past-year:after {
	content: "";
	display: inline-block;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 7px solid #5b6785;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	height: 0;
	transition: .3s;
}
.side-cont .past-year.arrow:after {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
@media screen and (max-width:1050px){
	.notice.inner {
		padding: 0 10px;
	}
	.article-list {
		width: 76%;
	}
	.article-list .img-there {
		width: 65%;
	}
	.article-list li a {
		padding: 27px 6% 27px 4%;
	}
	.side-cont {
		max-width: 22%;
	}
}
@media screen and (max-width:900px){
	.article-list {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.article-list,
	.article-list .img-there {
		width: 100%;
		max-width: 100%;
	}
	.article-list li + li {
	    margin-top: 5px;
	}
	.article-list li a time, 
	.article-list li a dd {
		font-size: 12px;
	}
	.article-list li a dt {
		font-size: 14px;
		margin: 8px 25px 8px 0;
	}
	.article-list li a {
		border-left: 3px solid #1b9b4c;
		padding: 6% 3.4% 9% 5.7%;
		min-height: 190px;
	}
	.article-list .img-there dd {
		width: 50%;
		float: left;
		line-height: 20px;
	}
	.article-list .article-img {
		float: right;
		width: 187px;
	}
	.article-list .article-img {
		width: 45.6%;
		overflow: hidden;
	}
	/*.article-list .article-img img {
		width: auto;
		height: 29vw;
	}*/
	.article-list li a:after {
		top: 30px;
		bottom: inherit;
		width: 8px;
		height: 8px;
		border-top: 2px solid #1b9b4c;
		border-right: 2px solid #1b9b4c;
	}
	.wp-pagenavi a , .wp-pagenavi span.current {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	.wp-pagenavi .nextpostslink:before, .wp-pagenavi .previouspostslink:after {
		border-top: 2px solid #1b9b4c;
		border-right: 2px solid #1b9b4c;
	}
	.article-list ul {
		padding-bottom: 30px;
		border-bottom: none;
	}
	.wp-pagenavi {
		margin: 0 0 50px;
	}
	.side-cont {
		max-width: 100%;
		float: none;
		clear: both;
	}
	.side-cont .heading {
		height: 34px;
		line-height: 34px;
		font-size: 12px;
	}
	.notice.inner {
		padding: 0;
	}
	.side-cont div > ul > li a {
		font-size: 12px;
	}
	.side-cont div > ul > li,
	.side-cont .past-year {
		border-bottom: 1px solid #ededed;
		margin: 0 10px;
	}
	.side-cont .new li a {
		min-height: 51px;
		line-height: 51px;
	}
	.side-cont .past {
		margin-top: 22px;
	}
	.main-cont {
		margin-bottom: 31px;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
記事
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.article-detail {
	max-width: 760px;
	float: left;
	width: 100%;
	margin-left: 113px;
	margin-bottom: 50px;
}
.detail-heading {
	background: #f6f6f6;
	padding: 27px 28px 37px;
	border-bottom: 4px solid #1b9b4c;
}

.detail-heading time {
	font-size: 14px;
}
.detail-heading time span {
	color: #1b9b4c;
	display: inline-block;
	margin-right: 5px;
}
.detail-heading h2 {
	font-weight: bold;
	font-size: 24px;
	margin-top: 19px;
}
.alignnone {
	font-size: 0;
	line-height: 0;
	margin: 20px 0 32px;
}
.cont {
	margin: 40px 30px 0px;
	padding-bottom: 74px;
}
.cont h3 {
	font-size: 20px;
	color: #1b9b4c;
	font-weight: bold;
	border-bottom: 2px solid #ededed;
	position: relative;
	padding: 13px 23px;
	margin: 20px 0;
}
.cont p {
	margin: 13px 0;
}
.cont h3:before {
	content: "";
	background: #1b9b4c;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 2px;
}
.cont-txt {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin: 32px 0px 0px 0px;
	overflow: hidden;
}
.cont h4 {
	font-size: 18px;
	color: #1b9b4c;
	font-weight: bold;
	margin: 40px 0px 0px;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
p[class*="link"] {
	margin: 28px 0;
}
p[class*="link"]  a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
}
p[class*="link"]  a span {
	display: inline-block;
	margin-right: 5px;
}
.link01 span {
	color: #e7d32c;
}
.link02 span {
	color: #00b7ee;
}
.link03 span {
	color: #f39700;
}
p[class*="btn"] {
	max-width: 283px;
	height: 81px;
	line-height: 78px;
	position: relative;
	text-align: center;
	display: inline-block;
	transition: .3s;
	width: 42%
}
p[class*="btn"] {
	margin-right: 40px;
}
.btn01,.btn02 {
	margin-top: 31px;
}
p[class*="btn"]:after {
	content: "";
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
}
p[class*="btn"] a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 0 15px;
	box-sizing: border-box;
}
p[class*="btn"] a span {
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
}
p[class*="btn"] a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.cont .list-tag {
	margin: 20px 0px;
}
.cont .list-tag li span {
	color: #1b9b4c;
	display: inline-block;
	margin-right: 5px;
}
.cont .list-tag li {
	margin: 0;
	text-indent: -0.7em;
	padding-left: 1.4em;
}
.btn01 {
	background: #00b7ee;
}
.btn02 {
	background: #f39800;
}
.btn01:after {
	background: #069ac7;
}
.btn02:after {
	background: #c67d04;
}
.btn01:hover {
	background: #069ac7;
}
.btn01:hover:after {
	background: #00b7ee;
}
.btn02:hover {
	background: #c67d04;
}
.btn02:hover:after {
	background: #f39800;
}
.article-detail .wp-pagenavi .previouspostslink, 
.article-detail .wp-pagenavi .nextpostslink {
	position: absolute;
	margin: 0;
}
.article-detail .wp-pagenavi .previouspostslink {
	top: 0;
	left: 0;
	width: 46px;
	height: 46px;
}
.article-detail .wp-pagenavi .previouspostslink a,
.article-detail .wp-pagenavi .nextpostslink a  {
	font-size: 0;
	background: none;
	padding: 0 5px;
	margin: 0;
	box-sizing: border-box;
	display: block;
}

.article-detail .wp-pagenavi .nextpostslink {
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
}
.article-detail .wp-pagenavi {
	padding-top: 30px;
	margin-top: 0;
	border-top: 2px solid #ededed;
	width: 100%;
}
.article-detail  .wp-pagenavi span {
	color: #333;
	font-size: 13px;
	font-weight: normal;
}
.article-detail .prev {
	position: absolute;
	left: 0;
	top: 30px;
	padding: 14px 0px 0px 67px;
}
.article-detail .next {
	position: absolute;
	top: 30px;
	right: 0;
	padding: 14px 67px 0px 0px;
}
.article-detail .page {
	width: 162px;
	font-size: 13px;
}

@media screen and (max-width: 1050px) {
	.article-detail {
		width: 76%;
	}
}
@media screen and (max-width: 900px) {
	.article-detail {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		margin: 0;
	}
	.detail-heading time {
		font-size: 12px;
	}
	.detail-heading h2 {
		font-size: 15px;
		line-height: 19px;
		margin-top: 12px;
	}
	.detail-heading {
		padding: 21px 19px 24px;
		border-bottom: 3px solid #1b9b4c;
		margin: 0 10px;
	}
	.cont {
		margin: 20px 25px 0px;
		padding-bottom: 48px;
		border-bottom: none;
	}
	.alignnone {
		width: auto;
		margin: 10px 0 25px;
		height: auto;
	}
	.cont h3 {
		font-size: 14px;
		line-height: 20px;
		border-bottom: 1px solid #ededed;
		padding: 9px 12px;
		margin: 10px 0;
	}
	.cont h3:before {
		top: 1px;
	}
	.cont-txt {
		font-size: 12px;
		line-height: 20px;
		margin-top: 18px;
	}
	.cont h4 {
		font-size: 14px;
		line-height: 20px;
		margin: 20px 0;
	}
	.cont p {
	    margin: 8px 0;
	}
	p[class*="link"]  a {
	    font-size: 13px;
	}
	p[class*="link"] {
	    margin: 15px 0;
	}
	p[class*="btn"] {
	    width: 100%;
	    height: 50px;
	    line-height: 47px;
	    float: none;
	    max-width: 100%;
	    margin-right: 0; 
	}
	p[class*="btn"]:after {
		height: 4px;
	}
	p[class*="btn"] a {
		font-size: 13px;
	}
	.btn01, .btn02 {
		margin-right: 0;
	    margin-top: 10px;
	}
	.btn02 {
	    margin-top: 15px;
	}
	.article-detail .wp-pagenavi {
	    padding-top: 0;
	    border-top: 1px solid #ededed;
	}
	.article-detail .wp-pagenavi .previouspostslink,
	.article-detail .wp-pagenavi .nextpostslink {
		top: 20px;
	}
	.article-detail .page {
	    width: 89px;
	    font-size: 10px;
	    margin-top: 20px;
	}
	.article-detail .prev {
		text-align: left;
		padding: 25px 0px 0px 41px;
	}
	.article-detail .next {
		text-align: right;
		padding: 25px 41px 0px 0px;
	}
	.article-detail .wp-pagenavi span {
		font-size: 10px;
		line-height: 12px;
		display: block;
	}
	.article-detail .wp-pagenavi .nextpostslink,
	.article-detail .wp-pagenavi .previouspostslink {
	    width: 32px;
	    height: 32px;
	}
	.article-detail .prev,
	.article-detail .next {
		top: 0;
	}
	.main {
	    background-size: 60%;
	    background-position: 120% bottom;
	}
}

@media screen and (max-width: 375px) {
	.alignnone {
		width: 100%;
	}
}