@charset "utf-8";


/* ============================================================================================== */
/* common                                                                                         */
/* ============================================================================================== */

.section__article,
.section__single {
	padding-bottom: 60px;
}


/* ============================================================================================== */
/* news                                                                                           */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* article-nav */

.news .article-nav__body {
	margin-bottom: 30px;
}

.news .category__list {
	line-height: 1.6;
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.news .category__li,
.news .cat-item,
.news .cat-item-all {
	display: inline-block;
	padding-right: 15px;
	margin: 0 10px 5px 0;
	position: relative;
}

.news .category__li:last-child,
.news .cat-item:last-child,
.news .cat-item-all:last-child {
	padding-right: 0;
	margin-right: 0;
}

.news .category__li:after,
.news .cat-item:after,
.news .cat-item-all:after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: rgba(91,40,68,.1);
	position: absolute;
	right: 0;
	top: 0;
}

.news .category__li:last-child:after,
.news .cat-item:last-child:after,
.news .cat-item-all:last-child:after {
	content: none;
}

.news .category__li a,
.news .cat-item a,
.news .cat-item-all a {
	text-decoration: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
}

.news .category__li a:hover,
.news .cat-item a:hover,
.news .cat-item-all a:hover,
.news .current-cat a,
.news .category__li a.select {
	fill: brightness(120%);
}

.archive__select .input-state-select {
	height: 45px;
}


/* ----------------------------------------------------------------------- */
/* article__list */

.news .article__list {
	margin-bottom: 30px;
}

.news .article__li {
	margin-bottom: 20px;
}

.news .article__li:last-child {
	margin-bottom: 0;
}

.news .article__link {
	line-height: 1.5;
	display: inline-block;
	text-decoration: none;
}

.news .article__link:hover {
	filter: brightness(120%);
}

.news .article__link .meta {
	display: inline-flex;
	align-items: center;
	margin-bottom: 2px;
}

.news .article__link .meta .date {
	font-size: .8em;
	padding-right: 10px;
	margin-right: 20px;
	position: relative;
}

.news .article__link .meta .date:after {
	content: '';
	width: 10px;
	height: 1px;
	background: rgba(91,40,68,.2);
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.news .article__link .meta .cat {
	font-size: .75em;
}

.news .article__link .ttl {
	text-decoration: underline;
}

.news .article__link:hover .ttl {
	text-decoration: none;
}


/* ----------------------------------------------------------------------- */
/* wp-pagenavi */

.news .pager .wp-pagenavi {
	text-align: center;
}

.news .pager .pages {
	font-size: 1.2rem;
	color: rgba(91,40,68,.6);
	display: block;
	margin-bottom: 5px;
}

.news .pager a,
.news .pager .current {
	font-size: 1.3rem;
	line-height: 1.2;
	text-decoration: none;
	display: inline-block;
	padding: 0 15px 0 20px;
	position: relative;
}

.news .pager a {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
}

.news .pager a:after,
.news .pager .current:after {
	content: '';
	width: 1px;
	height: 100%;
	background: rgba(91,40,68,.1);
	position: absolute;
	right: 0;
	top: 0;
}

.news .pager .current {
	color: rgba(91,40,68,.6);
}


.news .pager a.nextpostslink:after,
.news .pager a.previouspostslink:after {
	background: none;
}


/* ============================================================================================== */
/* single                                                                                         */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* article__header */

.single .article__header {
	margin-bottom: 30px;
}

.single .article__header .article__ttl {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: .2em;
}

.single .article__header .article__info {
	font-size: 1.2rem;
}

.single .article__header .article__info .date {
	margin-right: 5px;
}


/* ----------------------------------------------------------------------- */
/* article__body */

.single .article__body {
	padding: 30px 0 60px;
	border-top: solid 1px rgba(91,40,68,.1);
}


/* ----------------------------------------------------------------------- */
/* article__footer */

.single .article__footer {
	margin-bottom: 30px;
}

.single .article__footer .share {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.single .article__footer .share > p {
	font-size: 1.2rem;
}

.single .article__footer .share-items {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.single .article__footer .share-items .share-item {
	margin: 0 10px;
}

.single .article__footer .share-items .icon svg {
	width: 24px;
	height: 24px;
	fill: rgba(91,40,68,1);
}

.single .article__footer .share-items .twitter a:hover .icon svg {
	fill: rgba(50,167,224,1);
}

.single .article__footer .share-items .facebook a:hover .icon svg {
	fill: rgba(59,89,152,1);
}

.single .article__footer .share-items .mail a:hover .icon svg {
	fill: rgba(0,0,0,1);
}

.single .article__footer .article-note {
	font-size: .9em;
	line-height: 1.5;
}

.single .article__single-pager {
	padding-top: 30px;
	border-top: solid 1px rgba(91,40,68,.1);
}

.single .article__single-pager .single-pagers {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.single .article__single-pager .single-pager__anchor {
	display: inline-flex;
	align-items: center;
	transition: all 0.25s ease;
	text-decoration: none;
}

.single .article__single-pager .single-pager__anchor:hover {
	filter: brightness(120%);
}

.single .article__single-pager .single-pager__anchor .lbl {
	font-size: 1.3rem;
	margin-right: .5px;
}

.single .article__single-pager .newer .single-pager__anchor .lbl {
	margin-right: 0;
	margin-left: .5px;
}

.single .article__single-pager .single-pager__anchor .icon {
	width: 15px;
	height: 15px;
	stroke: rgba(91,40,68,1);
	stroke-width: 1px;
}

.single .article__single-pager .newer .single-pager__anchor .icon {
	transform: scale(-1, 1);
}


/* ============================================================================================== */
/* init                                                                                           */
/* ============================================================================================== */

.single .article__body > *:last-child {
	margin-bottom: 0;
}

.single .article__body p {
	margin: 1.5em 0;
}

.single .article__body h1 + p,
.single .article__body h2 + p,
.single .article__body h3 + p,
.single .article__body h4 + p,
.single .article__body h5 + p {
	margin-top: .2em;
}

.single .article__body h1 {
	font-size: 1.5em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
	margin-bottom: .2em;
}

.single .article__body h2 {
	font-size: 1.4em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
	margin-bottom: .2em;
}

.single .article__body h3 {
	font-size: 1.3em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
	margin-bottom: .2em;
}

.single .article__body h4 {
	font-size: 1.2em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
	margin-bottom: .2em;
}

.single .article__body h5 {
	font-size: 1.1em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
	margin-bottom: .2em;
}

.single .article__body ul {
	list-style-type: disc;
	margin: 1.5rem;
}

.single .article__body ol {
	list-style-type: decimal;
	margin: 1.5em 1.5em 1.5em 2.0rem;
}

.single .article__body img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 1.5em 0;
	border-radius: 5px;
}

.single .aligncenter {
	display: block !important;
	margin: 0 auto !important;
}

.single .alignright {
	float: right !important;
}

.single .alignleft {
	float: left !important;
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

@media screen and (min-width: 375px) {

}

@media screen and (min-width: 414px) {

}

@media screen and (orientation:landscape) {

}

/* over iphone 6 plus landscape */
@media screen and (orientation:landscape) and (min-width: 736px) {

}


/* ----------------------------------------------------------------------- */
/* Tablet */

@media screen and (min-width: 768px) {

	/* article__footer */
	.single .article__footer .article-note {
		text-align: center;
	}

}


/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (orientation:landscape) and (min-width: 1024px) {

	/* common */
	.section__article,
	.section__single {
		padding-bottom: 120px;
	}

	#news .page-header {
		margin-bottom: 80px;
	}

	/* article-nav */
	.news .article-nav__body {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 60px;
		margin-bottom: 80px;
		border-bottom: solid 1px rgba(91,40,68,.1);
	}

	.news .category__list {
		font-size: 1.4rem;
		margin-bottom: 0;
	}

	.news .category__li,
	.news .cat-item,
	.news .cat-item-all {
		padding-right: 20px;
		margin: 0 15px 0 0;
	}

	.news .archive__select .input-state-select {
		width: 200px;
	}

	/* article__list */
	.news .article__list {
		margin-bottom: 80px;
	}

	.news .article__li {
		margin-bottom: 40px;
	}

	.news .article__link {
		display: flex;
		align-items: center;
	}

	.news .article__link .meta {
		margin-right: 40px;
	}

	.news .article__link .meta .date {
		font-size: .9em;
		padding-right: 20px;
		margin-right: 30px;
	}

	/* article__footer */
	.single .article__header {
		margin-bottom: 60px;
	}

	.single .article__header .article__ttl {
		font-size: 2.6rem;
	}

	.single .article__header .article__info {
		font-size: 1.3rem;
	}

	.single .article__body {
		padding: 60px 0 120px;
	}

	.single .article__footer {
		margin-bottom: 60px;
	}

	.single .article__footer .share {
		margin-bottom: 20px;
	}

	.single .article__single-pager {
		padding-top: 60px;
	}

	.single .article__single-pager .single-pager__anchor .lbl {
		font-size: 1.5rem;
		margin-right: 1px;
	}

	.single .article__single-pager .newer .single-pager__anchor .lbl {
		margin-left: 1px;
	}
	
	.single .table-style--reg .table-reg__item dt {
		width: 300px;
	}
	
	.single .table-style--reg .table-reg__item dd {
		width: calc(100% - 280px);
		padding: 20px;
	}
	

}


/* ----------------------------------------------------------------------- */
/* Desktop */

@media screen and (min-width: 1280px) {

}

@media screen and (min-width: 1440px) {

}
