@charset "UTF-8";

/* feature
---------------------------------------------------------------------------*/
#featureContents .title-page {
	position: relative;
	margin-bottom: 68px;
}

#featureContents .nav-back {
	position: absolute;
	bottom: -40px;
	left: 28px;
}

/* .feature-category-list
------------------------------------*/
.feature-category-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.feature-category-list li {
	width: 48%;
	margin-top: 50px;
}

.feature-category-list li:nth-of-type(1),
.feature-category-list li:nth-of-type(2) {
	margin-top: 0;
}

.feature-category-list li a {
	display: block;
}

.feature-category-list li a:hover {
	opacity: 0.7;
}

.feature-category-list figure img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

.feature-category-list h2 {
	margin: 28px 0 14px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.feature-category-list p {
	display: inline;
	color: #555555;
	font-size: 13px;
	text-align: justify;
}

.feature-category-list p br {
	display: none;
}

.sec-index {
	width: 100%;
}

.sec-index > h2 {
	margin-bottom: 35px;
	font-size: 18px;
	letter-spacing: 0.18em;
}

/* .feature-list
------------------------------------*/
.feature-list {
	width: 100%;
}

.feature-list.even {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 140px;
}

.feature-list article {
	margin-bottom: 50px;
}

.feature-list.even article {
	width: 45%;
	margin: 40px 0 0;
}

.feature-list.even article:nth-of-type(1),
.feature-list.even article:nth-of-type(2) {
	margin-top: 0;
}

.feature-list article:last-of-type {
	margin-bottom: 0;
}

.feature-list article a {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.feature-list article .category {
	position: absolute;
	top: -20px;
	left: 0;
	font-size: 10px;
	letter-spacing: 0.1em;
}

.feature-list.even article .category {
	display: none;
}

.feature-list article figure {
	align-self: flex-start;
	width: 97px;
	min-width: 97px;
}

.feature-list article figure img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

.feature-list article .txt-set {
	padding: 0 0 0 24px;
}

.feature-list.even article .category {
	top: -22px;
	font-size: 11px;
	letter-spacing: 0.06em;
}

.feature-list article h2 {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.feature-list.even article h2 {
	font-size: 16px;
}

.feature-list article h2 em,
.feature-title h1 em {
	display: block;
	margin-top: 10px;
	color: #AAAAAA;
	font-size: 11px;
	letter-spacing: 0.1em;
}

.feature-title h1 em {
	margin-top: 12px;
	font-size: 12px;
}

/* .feature-category-img
------------------------------------*/
.feature-category-img {
	margin-bottom: 50px;
}

.feature-category-img img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

.feature-category-txt {
	margin-bottom: 80px;
}

.feature-category-txt h1 {
	margin-bottom: 22px;
	font-size: 20px;
	letter-spacing: 0.08em;
}

.feature-category-txt p {
	letter-spacing: 0.12em;
	line-height: 2;
}


/* feature single
---------------------------------------------------------------------------*/

/* .feature-area
------------------------------------*/
.feature-area,
.other-feature {
	width: 800px;
}

.feature-title {
	margin: 2px 0 40px;
}

.feature-title .category {
	margin-bottom: 16px;
}

.feature-title .category a {
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.feature-title .category a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000000;
	width: calc(100% - 2px);
	height: 1px;
}

.feature-title h1 {
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

/* .post-main
------------------------------------*/
.post-main h1,
.post-main h2 {
	margin-bottom: 16px;
	font-size: 20px;
}

.post-main h2 {
	margin-top: 50px;
}

.post-main h2:first-child {
	margin-top: 0;
}

.post-main h3 { margin-bottom: 10px; font-size: 18px; }
.post-main h4 { margin-bottom: 10px; font-size: 16px; }
.post-main h5 { margin-bottom: 10px; font-size: 14px; }
.post-main h6 { margin-bottom: 10px; font-size: 14px; }

.post-main p {
	text-align: justify;
}

.post-main .wp-caption {
	margin-bottom: 30px;
}

.post-main .wp-caption + .wp-caption {
	margin-top: -45px;
}

.post-table-wrap h3 {
	margin: 0 0 22px;
	padding: 0;
}

/* .feature-product
------------------------------------*/
.feature-product {
	box-sizing: border-box;
	width: 100%;
	padding-right: 5%;
}

/* .related-feature
------------------------------------*/
.related-feature {
	margin-top: 160px;
}

.related-feature + .related-feature {
	margin-top: 80px;
}

.related-feature > h2 {
	margin-bottom: 55px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

.related-feature .product-list .ico {
	margin-top: 0;
}

/* .other-feature
------------------------------------*/
.other-feature {
	margin-top: 160px;
}

.other-feature > h2 {
	margin-bottom: 10px;
}

.other-feature > h2 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.other-feature .feature-list.even {
	margin-bottom: 0;
}

.other-feature .feature-list.even article {
	margin-top: 60px;
}

.other-feature .feature-list.even article .category {
	display: block;
}

.other-feature .feature-list.even article h2 {
	font-size: 15px;
}

.other-feature .feature-list article h2 em {
	font-size: 10px;
}