@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 .ttl {
	margin-bottom: 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 {
		margin: -20px -8px 0;
	}
	.indexSection .newsList li {
		width: 50%;
		padding: 20px 8px 0;
		border-bottom: #ccc solid 1px;
	}
	.indexSection .newsList .texts {
		margin: 15px 0;
	}
}


.categoryBtns {
	margin-bottom: 50px;
	padding-bottom: 15px;
}
.categoryBtns ul {
	display: flex;
	border: #46a28d solid 2px;
}
.categoryBtns li {
	box-sizing: border-box;
	flex: 1;
	line-height: 1.3;
	text-align: center;
}
.categoryBtns li + li {
	border-left: #46a28d solid 2px;
}
.categoryBtns li a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	padding: 13px 0;
	color: #231815;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	justify-content: center;
	background-color: #f4f4f4;
	transition: background-color 0.2s, color 0.2s;
	align-items: center;
}
.categoryBtns li a span {
	position: relative;
	display: block;
	z-index: 3;
}
.categoryBtns li.on a,
.noT .categoryBtns li a:hover {
	color: #fff;
	background-color: #46a28d;
}
.categoryBtns li a:before {
	position: absolute;
	top: calc(100% - 7px);
	left: 50%;
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	background-color: #f4f4f4;
	border-right: #46a28d solid 2px;
	border-bottom: #46a28d solid 2px;
	transition: background-color 0.2s;
	transform: rotate(45deg);
}
.categoryBtns li.on a:before,
.noT .categoryBtns li a:hover:before {
	background-color: #46a28d;
}
@media only screen and (max-width:991px) {
	.categoryBtns {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.categoryBtns ul {
		width: 995px;
	}
}
@media only screen and (max-width:767px) {
	.categoryBtns {
		margin-bottom: 20px;
	}
	.categoryBtns ul {
		width: 800px;
	}
	.categoryBtns li a {
		padding: 10px 0;
		font-size: 12px;
	}
}


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

 detail

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


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

/* detailContents */
.detailSection .detailContents {
	width: calc(100% - 420px);
	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 h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.4286em;
	line-height: 1.4;
	border-bottom: #231815 solid 1px;
}
.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: 4.5em;
}
.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-top: 40px;
	}
	.detailSection .entryArea {
		font-size: 12px;
	}
	.detailSection .entryArea .alignright,
	.detailSection .entryArea .alignleft {
		float: none;
		margin: 0 auto;
	}
}

/* topBtns */
.partsPagers02.topBtns {
	margin-top: 20px;
	max-width: 300px;
}



/* sideArea */
.detailSection .sideArea {
	box-sizing: border-box;
	width: 365px;
	padding: 40px 25px;
	border: #898989 solid 1px;
	order: 1;
}
.detailSection .sideArea .name {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.detailSection .sideArea .type {
	font-size: 14px;
}
.detailSection .sideArea .texts {
	margin-top: 40px;
	padding: 40px 0;
	font-size: 14px;
	line-height: 2;
	border-top: #898989 solid 1px;
	border-bottom: #898989 solid 1px;
}
.detailSection .sideArea .cat {
	margin-top: 12px;
}
.detailSection .sideArea .cat .label {
	max-width: 65px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px;
	background-color: #e6e6e6;
	line-height: 1.4;
}
.detailSection .sideArea .cat a {
	color: #231815;
	text-decoration: none;
}
.noT .detailSection .sideArea .cat a:hover {
	text-decoration: underline;
}
@media only screen and (max-width:767px) {
	.detailSection .sideArea {
		width: auto;
		padding: 0;
		border: none;
	}
	.detailSection .sideArea .name {
		font-size: 16px;
	}
	.detailSection .sideArea .texts {
		margin-top: 30px;
		padding: 30px 0;
		font-size: 12px;
		line-height: 1.7;
	}

}