@charset "utf-8";
/**
 *news page
 */

.mainWrp {
	padding: 2em 0 9em;
}
#post  .mainWrp {
	padding: 2em 0 0;
}

#mvArea .imageMv img {
	top:-5vw;
}
.mvtitle {
	width: 25.4%;
}
#articlemenu {
	text-align: center;
	margin-bottom: 8.6em;
}
#articlemenu .cateList {
	width: 83.2%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto;
}
#articlemenu .cateList li {
	width: 24%;
}
#articlemenu .cateList li a {
	display: block;
	width: 100%;
	padding: .2em 0 .18em;
	font-size: 1.8em;
	background: rgba(234,229,227,1);
	border-radius: 0.85vw;
	font-family: urw-din, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: .12em:
}
#articlemenu .cateList li a.selected {
	background: rgba(141,207,25,1);
}
#articlemenu #archiveListBtn {
	overflow: hidden;
	width: 22%;
	margin: 3em auto 0;
	text-align: center;
	position: relative;
	border: 1px solid #bbbbbb;
	background: rgba(234,229,227,1);
	border-radius: 1vw;
	background: #FFF;
}
#articlemenu  #archiveListBtn select {
	width: 100%;
	text-align: center !important;
	padding-right: 1.2em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: .4em .5em;
	font-size: 2em;
	font-family: urw-din, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: .12em:
	color: #000;
	display: block;
	color: rgb(0,0,0) !important;
}
#articlemenu  #archiveListBtn::before {
	display: block;
	content:'>';
	position: absolute;
	top: 50%;
	right: 1em;
	padding: 0;
	font-size: 1.5em;
	transform: translateY(-45%) rotate(90deg) scale(1, 1.5);
}


 /*一覧*/
#archives_List {
	margin-bottom: 7em;
}
#archives_List ul.inner {
	padding-top: 4.1em;
	border-top: 1px solid #d2d2d2;
 }
#archives_List ul.inner > li {
	padding-bottom: 4.1em;
	margin-bottom: 4em;
	border-bottom: 1px solid #d2d2d2;
}
#archives_List ul.inner > li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#archives_List ul.inner > li a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	opacity: 1;
	transition: opacity .4s linear  0s;
}
#archives_List ul.inner > li a:hover {
	opacity: .7;
	transition: opacity .4s linear  0s;
}
#archives_List ul.inner > li a .imgArea{
	width: 35.8%;
}
#archives_List ul.inner > li a .txtArea {
	width: 63%;
}
#archives_List ul.inner > li a .txtArea .posttxt {
	font-size: 2em;
	font-weight: 500;
	letter-spacing: .07em;
	transition: color .2s linear  0s;
}
#archives_List ul.inner > li a:hover  .posttxt { 
	color: #797979;
	transition: color .2s linear  0s;
}
#post .articleinfo,
#archives_List ul.inner > li a .txtArea .articleinfo {
	color: #008708;
	line-height: 1;
	align-items: center;
	margin-bottom: 1em;
}
#post .articleinfo .date ,
#archives_List ul.inner > li a .txtArea .date {
	font-size: 1.4em;
}
#post .articleinfo .cate,
#archives_List ul.inner > li a .txtArea .cate {
	font-size: 1.5em;
	padding: .2em .4vw;
	margin-left: 2%;
	border-radius: 0.4vw;
	border: 1px solid  #008708;
}
#post .articleinfo .cate {
	margin:  0 .5em 0 0;
	padding: .1em 1.2em .15em;
	font-size: 1.6em;
}
.pageNav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageNav li {
	margin: 0 .6em;
    font-family: urw-din, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.pageNav li span, 
.pageNav li a {
	display: block;
	width: 2em;
	height: 2em;
	text-align: center;
	font-size: 1.8em;
	border:1px solid #dcdcdc;
	border-radius: 0.4vw;
	line-height: 2em;
}
.pageNav li span {
	background: #48b74a;
}
.pageNav li p {
	width: 4em;
	text-align: center;
}
.pageNav li.next a {
	display: block;
	font-size: 1.8em;
	transform: scale(1, 1.6);
	border: none;
	line-height: 2;
	font-weight: 300;
}
#post h2.posttxt {
	font-size: 2.4em;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 1em;
}
#post .post_mv  {
	width: 77.4%;
	margin: 0 auto 5em;
}
#post .postTxt {
	font-size: 1.5em;
	line-height: 1.73;
	letter-spacing: .07em;
}
#post .postTxt p {
	font-size: 1em;
	margin-bottom: 1.8em;
}
#post  .btnArea#postBackBtn img.arrow {
	transform: rotate(180deg);
	margin: 0 1em 0 0;
	padding-right: 0;
}
#postOuter.inner {
	padding-bottom: 10em;
}

/*404*/
.notfound h2.posttxt {
	text-align: center;
	margin: 4em auto;
}

@media only screen and (max-width: 768px) {
	.mvtitle {
	width: 76%;
	}
	#articlemenu {
	margin-bottom: 4em;
	}
	#articlemenu .cateList {
	width: 100%;
	flex-wrap: wrap;
	}
	#articlemenu .cateList li {
	width: 48%;
	margin-bottom: 0.8em;
	}
	#articlemenu .cateList li a {
	font-size: 4.1vw;
	}
	#articlemenu #archiveListBtn {
	width: 48%;
	margin: 0.2em auto 0;
	}
	#articlemenu #archiveListBtn select {
	font-size: 4.1vw;
	}
	#archives_List ul.inner {
	padding-top: 2.4em;
	}
	#archives_List ul.inner > li {
	padding-bottom: 2.5em;
	margin-bottom: 2.4em;
	}
	#archives_List ul.inner > li a .imgArea {
	width: 49%;
	}
	#archives_List ul.inner > li a .txtArea {
	width: 48%;
	}
	#archives_List ul.inner > li a .txtArea .date {
	font-size: 2.7vw;
	}
	#archives_List ul.inner > li a .txtArea .cate {
	font-size: 2.85vw;
	padding: .5vw 2vw .54vw;
	 border-radius: 1.2vw;
	 margin-left: 4%;
	}
	#archives_List ul.inner > li a .txtArea .posttxt {
	font-size: 3.2vw;
	line-height: 1.5;
	}
	#archives_List {
	margin-bottom: 4.5em;
	}
	.pageNav li span, .pageNav li a {
	width: 1.4em;
	height: 1.4em;
	font-size: 1.6em;
	border-radius: 1vw;
	line-height: 1.4em;
	}
	.pageNav li.next a {
	line-height: 1.4em;
	}
	#post .articleinfo .cate {
	font-size: 3.46vw;
	border-radius: 1.6vw;
	padding: 0.1em 1em 0.21em 1em;
	}
	#post .articleinfo .date {
	font-size: 3.2vw;
	}
	#post h2.posttxt {
	font-size: 4.2vw;
	}
	#post .post_mv {
	width: 100%;
	margin:0 auto 3vw;
	}
	#post .postTxt {
	font-size: 3.2vw;
	}
	#postBackBtn {
	margin-top: 10vw;
	}
	#postOuter.inner {
	padding-bottom: 12vw;
	}
}

/*// entry //*/
.entry h3 {
    font-size: 142%;
    margin: 0 0 1em 0;
    font-weight: bold;
}
.entry h4 {
    font-size: 128%;
    margin: 0 0 1em 0;
    font-weight: bold;
}
.entry h5 {
    font-size: 115%;
    margin: 0 0 1em 0;
    font-weight: bold;
}
.entry p {
    margin:1em 0;
}
.entry a {
    color: #008708;
    text-decoration: underline;
}
.entry a:hover {
    text-decoration: none;
}
.entry img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.entry ul {
	margin:1em 0 1em 0;
	padding:0 0 0 2em;
    list-style:disc;
}
.entry ul li {
	list-style:disc;
}
.entry ol {
	margin:1em 0 1em 0;
	padding:0 0 0 2em;
    list-style:decimal;
}
.entry ol li {
	list-style:decimal;
}
.entry hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.entry img.alignright {
    float:none;
    display: block;
    margin-left: auto!important;
}
.entry img.alignleft {
	float:none;
    display: block;
    margin-right: auto!important;
}
.entry img.aligncenter {
	display:block;
	margin:0 auto;
}
.entry img.aligncenter {
	display:block;
	margin:0 auto;
}
.entry blockquote {
	padding:0 15px;
	border:1px dotted #ccc;
	background:#F3F3F3;
	margin:1em 0;
}