@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}

/*************************************************

 index

*************************************************/


/* indexSection
--------------------------------------*/
.indexSection {
	overflow: hidden;
	margin-top: 15px;
}
.indexSection .newsList {
	display: flex;
	flex-wrap: wrap;
	margin: -65px -15px 0;
}
.indexSection .newsList li {
	box-sizing: border-box;
	width: 25%;
	padding: 65px 15px 0;
}
.indexSection .newsList a {
	display: block;
	color: #231815;
	font-size: 10px;
	line-height: 1.5;
	text-decoration: none;
}
.indexSection .newsList figure {
	overflow: hidden;
	position: relative;
	padding-bottom: 86%;
}
.indexSection .newsList figure img {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
}
.indexSection .newsList .texts {
	margin: 15px 12px 0;
}
.indexSection .newsList .meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.indexSection .newsList .date {
	color: #786476;
	font-size: 12px;
	font-weight: 700;
}
.indexSection .newsList .cat span {
	display: block;
	width: 110px;
	color: #786476;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border: #786476 solid 1px;
}
.indexSection .newsList .ttl {
	margin: 5px 0 5px;
	font-size: 14px;
	font-weight: 700;
}
@media only screen and (max-width:991px) {
	.indexSection .newsList li {
		width: 33.3333%;
	}
}
@media only screen and (max-width:767px) {
	.indexSection .newsList li {
		width: 50%;
	}
}
@media only screen and (max-width:500px) {
	.indexSection .newsList {
		display: block;
		margin: 0;
	}
	.indexSection .newsList li {
		width: auto;
		padding: 0;
	}
	.indexSection .newsList li + li {
		margin-top: 45px;
	}
}

.wp-pagenavi {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1086px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
.wp-pagenavi > * {
	display: none;
}
.wp-pagenavi .pages {
	display: block;
	padding: 10px 0;
	text-align: center;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: absolute;
	top: 50%;
	display: block;
	width: 43px;
	height: 43px;
	text-indent: -99999px;
	background: no-repeat center center;
	background-size: contain;
	transform: translateY(-50%);
	z-index: 5;
}
.wp-pagenavi .previouspostslink {
	left: 0;
	background-image: url(../images/common/pager_01.jpg);
}
.wp-pagenavi .nextpostslink {
	right: 0;
	background-image: url(../images/common/pager_02.jpg);
}




/*************************************************

 detail

*************************************************/
.detailType .partPageTitle {
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.detailType .partPageTitle > * {
	letter-spacing: 0;
}
@media only screen and (min-width:768px) {
	.detailType .partPageTitle {
		max-width: 1086px;
	}
	.detailType .partPageTitle > * {
		width: calc(100% - 370px);
		margin-left: auto;
	}
}



/* detailSection
--------------------------------------*/
.detailSection {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width:767px) {
	.detailSection {
		display: block;
	}
}

/* detailContents */
.detailSection .detailContents {
	width: calc(100% - 370px);
	order: 2;
}
.detailSection .entryArea {
	font-size: 14px;
	line-height: 2;
}
.detailSection .entryArea * {
	max-width: 100% !important;
}
.detailSection .entryArea:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
.detailSection .entryArea h1,
.detailSection .entryArea h2,
.detailSection .entryArea h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.4286em;
	line-height: 1.4;
	border-bottom: #231815 solid 1px;
}
.detailSection .entryArea * + h1,
.detailSection .entryArea * + h2,
.detailSection .entryArea * + h3 {
	margin-top: 1.5em;
}
.detailSection .entryArea h4 {
	margin-bottom: 5px;
	font-size: 1.2286em;
	font-weight: 700;
}
.detailSection .entryArea p {
	margin-bottom: 2em;
}
.detailSection .entryArea ul,
.detailSection .entryArea ol {
	margin-bottom: 1.5em;
	padding-left: 2.5em;
}
.detailSection .entryArea li {
	margin-bottom: 0.3em;
}
.detailSection .entryArea ul li {
	list-style: disc outside;
}
.detailSection .entryArea ul li {
	position: relative;
	padding-left: 1em;
}
.detailSection .entryArea ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '・';
}
.detailSection .entryArea ol {
	padding-left: 1.5em;
}
.detailSection .entryArea ol li {
	list-style: decimal outside;
}
.detailSection .entryArea strong {
	font-weight: bold;
}
.detailSection .entryArea em {
	font-style: italic;
}
.detailSection .entryArea blockquote {
	display: block;
	margin: 15px 0;
	padding: 20px;
	background: #f5f5f5;
}
.detailSection .entryArea blockquote p {
	margin-bottom: 0;
}
.detailSection .entryArea .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.detailSection .entryArea .alignright {
	float: right;
	margin-left: 15px;
}
.detailSection .entryArea .alignleft {
	float: left;
	margin-right: 15px;
}
.detailSection .entryArea *:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width:767px) {
	.detailSection .detailContents {
		width: auto;
		margin-bottom: 40px;
	}
	.detailSection .entryArea {
		font-size: 14px;
	}
	.detailSection .entryArea .alignright,
	.detailSection .entryArea .alignleft {
		float: none;
		margin: 0 auto;
	}
}



/* sideArea */
.detailSection .sideArea {
	width: 325px;
	order: 1;
}
.detailSection .sideArea .ttl {
	position: relative;
	padding: 12px 37px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	background-color: #e7f2ee;
	cursor: pointer;
}
.detailSection .sideArea .ttl:before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 11px;
	height: 11px;
	margin-top: -6px;
	border-bottom: #727171 solid 1px;
	border-right: #727171 solid 1px;
	transform: rotate(45deg);
	opacity: 0;
}
.detailSection .sideArea .ttl.on:before {
	margin-top: -3px;
	transform: rotate(-135deg);
}
.detailSection .sideArea * + .ttl {
	margin-top: 65px;
}
.detailSection .sideArea li {
	border-bottom: #5c5a5a solid 1px;
	line-height: 1.3;
}
.detailSection .sideArea li a {
	position: relative;
	display: block;
	padding: 20px 37px;
	color: #231815;
	font-size: 16px;
	text-decoration: none;
}
.detailSection .sideArea li a:before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 11px;
	height: 11px;
	margin-top: -6px;
	border-top: #727171 solid 1px;
	border-right: #727171 solid 1px;
	transform: rotate(45deg);
}
@media only screen and (min-width:768px) {
	.detailSection .sideArea ul {
		display: block !important;
	}
}
@media only screen and (max-width:767px) {
	.detailSection .sideArea {
		width: auto;
	}
	.detailSection .sideArea .ttl {
		padding: 15px 0;
		font-size: 15px;
		text-align: center;
	}
	.detailSection .sideArea .ttl:before {
		width: 8px;
		height: 8px;
		border-width: 2px;
		opacity: 1;
	}
	.detailSection .sideArea * + .ttl {
		margin-top: 20px;
	}
	.detailSection .sideArea ul {
		display: none;
		margin-top: 10px;
		box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
	}
	.detailSection .sideArea li {
		border-bottom-color: #e9e9e7;
	}
	.detailSection .sideArea li a {
		padding: 17px 15px;
		font-size: 14px;
		font-weight: 700;
	}
	.detailSection .sideArea li a:before {
		width: 8px;
		height: 8px;
		border-width: 2px;
	}
}