/* PAGE form module */

.news-list {
	border-top: 1px solid #e2e2e2;
	margin-bottom: 30px;
}

.news-list__item {
	border-bottom: 1px solid #e2e2e2;
}

.news-list--home .news-list__item:nth-child(4),
.news-list--home .news-list__item:nth-child(5) {
	display: none;
}

.news-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0 13px;
}

.news-list__item--lg a {
	padding: 19px 0 16px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.news-list__item--lg a .news-list__title {
	font-size: 1.4rem;
	margin-top: 13px;
}

.news-list__date {
	font: 500 italic 1.3rem "Jost", sans-serif;
	color: #666666;
	width: 90px;
}

.news-list__cat {
	width: 90px;
	height: 20px;
	font-size: 1.0rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #51a1aa;
	color: #FFFFFF;
}

.news-list__cat--important {
	background: #ecd233;
	color: #000000;
}

.news-list__title {
	width: 100%;
	line-height: 1.54;
	font-size: 1.3rem;
	margin-top: 7px;
}

.topics-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.topics-list__item {
	width: calc(50% - 10px);
	margin-bottom: 18px;
}

.topics-list__item:nth-child(odd) {
	margin-right: 20px;
}

.topics-list__item a {
	display: block;
}

.topics-list__image {
	position: relative;
	margin-bottom: 10px;
}

.topics-list__image:before {
	padding-top: 67%;
	content: "";
	display: block;
}

.topics-list__image:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.topics-list__image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.topics-list__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topics-list__date {
	font: 500 italic 1.1rem "Jost", sans-serif;
	letter-spacing: 0.03em;
	color: #666666;
}

.topics-list__cat {
	width: 50px;
	height: 20px;
	font-size: 0.9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #e2e2e2;
}

.topics-list__title {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 7px;
	text-align: justify;
}

.l-post__sub__item {
	margin-bottom: 24px;
}

.paging {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 10px 0 60px;
}

.paging--sm {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.paging__prev,
.paging__next {
	display: block;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #000000;
}

.paging__prev.is-none,
.paging__next.is-none {
	background: #CBCBCB;
	pointer-events: none;
}

.paging__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.paging__inner a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.paging__inner a:hover {
	background: #51a1aa;
	color: #ffffff;
}

.paging__num,
.paging__dot {
	margin: 0 5px;
}

.paging__num {
	display: block;
	width: 40px;
	height: 40px;
	font: 500 italic 1.28rem "Jost", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #F5F5F5;
}

.paging__num.current {
	background: #51a1aa;
	color: #ffffff;
	font-size: 1.6rem;
	width: 50px;
	height: 50px;
}

.archive-list {
	padding: 0 20px;
	overflow: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.archive-list--2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.archive-list--2col .archive-list__item {
	width: 50%;
}

.archive-list--line .archive-list__item {
	padding-top: 4px;
}

.archive-list--line .archive-list__item:not(:last-child) {
	border-bottom: 1px dotted #CCCCCC;
}

.archive-list--line .archive-list__item a {
	padding-bottom: 3px;
}

.archive-list__item {
	line-height: 2;
}

.archive-list__item a {
	display: block;
}

.archive-list-more-tgr {
	padding: 0;
	background: none;
	outline: none;
	border: none;
	font: 500 italic 1.5rem "Jost", sans-serif;
	display: block;
	margin: -1px 0 0;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	padding-top: 8px;
}

.archive-list-more-tgr:before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
	margin-bottom: 4px;
}

.archive-list-more-tgr.is-opend:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-bottom: 0;
}

.post-head {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 24px;
}

.post-head__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px;
}

.post-head__date {
	color: #666666;
	font: 500 italic 1.4rem "Jost", sans-serif;
	margin-right: 20px;
}

.post-head__cat {
	background: #51a1aa;
	color: #FFFFFF;
	font-size: 1.0rem;
	width: 84px;
	height: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.post-head__title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.56;
	text-align: justify;
}

.post-content {
	line-height: 2;
	text-align: justify;
	margin-bottom: 30px;
}

.post-content p:not(:last-child) {
	margin-bottom: 2em;
}

.post-content a:not([class*="button"]) {
	text-decoration: underline;
	color: #51a1aa;
}

.post-content strong {
	font-weight: 700;
}

.post-content em {
	font-style: italic;
}

.post-content u {
	text-decoration: underline;
}

.post-content sup,
.post-content sub {
	font-size: 0.8em;
}

.post-content sup {
	vertical-align: top;
}

.post-content sub {
	vertical-align: bottom;
}

.post-content table {
	table-layout: fixed;
	margin-bottom: 2em;
	width: 100%;
}

.post-content table th,
.post-content table td {
	border: 1px solid #e2e2e2;
	padding: 12px 18px;
}

.post-content table th {
	background: #f5f5f5;
}

.post-content ul {
	margin-bottom: 2em;
}

.post-content ul li {
	padding-left: 11px;
	text-indent: -11px;
}

.post-content ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #51a1aa;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 4px 0;
}

.post-content ul ul {
	margin-bottom: 0;
}

.post-content ol {
	margin-bottom: 2em;
	counter-reset: item;
}

.post-content ol li:before {
	counter-increment: item;
	content: counter(item) ".";
}

.post-content ol ol {
	margin-left: 1em;
	margin-bottom: 0;
}

.post-content hr {
	border-top: 4px solid #51a1aa;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 2em 0;
}

.post-content .post-heading-1 {
	background: #f5f5f5;
	border-left: 4px solid #51a1aa;
	padding: 13px 10px 13px 15px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
}

.post-content .post-heading-1:not(:first-child) {
	margin-top: 60px;
}

.post-content .post-heading-2 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 10px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 20px;
}

.post-content .post-heading-2:not(:first-child) {
	margin-top: 60px;
}

.post-content .post-heading-3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.post-content .post-heading-3:before {
	content: "■";
	color: #51a1aa;
	padding-right: 0.5em;
}

.post-content .post-heading-3:not(:first-child) {
	margin-top: 60px;
}

.post-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-block--image-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post-block--image-right .post-block__content {
	margin-bottom: 25px;
}

.post-block--image-left {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.post-block--image-left .post-block__image {
	margin-bottom: 5px;
}

.post-block--image-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post-block--image-bottom .post-block__content {
	margin-bottom: 25px;
}

.post-block--image-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.post-block--image-top .post-block__image {
	margin-bottom: 5px;
}

.post-block--image-bottom .post-block__image,
.post-block--image-top .post-block__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.post-block--image-bottom .post-block__image__item:not(:last-child),
.post-block--image-top .post-block__image__item:not(:last-child) {
	margin-right: 10px;
}

.post-block__image-caption {
	margin: -5px 0 15px;
	font-size: 1.2rem;
	line-height: 1.5;
	position: relative;
	padding-left: 13px;;
}

.post-block__image-caption:before {
	content: "";
	 width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent #000000 transparent;
	position: absolute;
	top: 5px;
	left: 0;
}

.single-page-navi {
	border-top: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	padding-top: 30px;
}

.single-page-navi__item {
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5rem;
	width: 50px;
	height: 50px;
	color: #FFFFFF;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.single-page-navi__item:not(:last-child) {
	margin-right: 22px;
}

.single-page-navi__item--all {
	width: calc(100% - 144px);
}

.single-page-navi__item.is-none {
	background: #CBCBCB;
	pointer-events: none;
}

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

.news-list { /* md */
	max-width: 900px;
	margin: 0 auto 40px;
}

.news-list--home .news-list__item:nth-child(4),
.news-list--home .news-list__item:nth-child(5) { /* md */
	display: block;
}

.news-list__item a { /* md */
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 16px 2%;
}

.news-list__item a:hover .news-list__title {
	color: #51a1aa;
}

.news-list__item--lg a { /* md */
	padding: 20px 2%;
}

.news-list__item--lg a .news-list__title { /* md */
	margin-top: 0;
}

.news-list__date { /* md */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.4rem;
	width: 7.2em;
}

.news-list__cat { /* md */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100px;
	height: 24px;
	font-size: 1.2rem;
	margin-right: 20px;
}

.news-list__title { /* md */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-size: 1.4rem;
	margin-top: 0;
}

.topics-list { /* md */
	margin-bottom: 45px;
}

.topics-list__item { /* md */
	margin-bottom: 0;
	width: 23%;
	margin-right: 2.666666%;
}

.topics-list__item:nth-child(odd) {
	margin-right: 2.666666%;
}

.topics-list__item:last-child {
	margin-right: 0;
}

.topics-list__item a { /* md */
}

.topics-list__item a:hover .topics-list__image:after {
	opacity: 1;
}

.topics-list__item--3col { /* md */
	width: 47.5%;
	margin-bottom: 55px;
}

.topics-list__item--3col:nth-child(odd) {
	margin-right: 5%;
}

.topics-list__item--3col:nth-child(even) {
	margin-right: 0;
}

.topics-list__image { /* md */
	margin-bottom: 16px;
}

.topics-list__title { /* md */
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 15px;
}

.l-post { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-post__main { /* md */
	width: calc(100% - 260px);
}

.l-post__sub { /* md */
	width: 220px;
}

.l-post__sub__item { /* md */
	margin-bottom: 30px;
}

.paging { /* md */
	width: 100%;
	padding: 20px 0;
}

.paging__prev,
.paging__next { /* md */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.paging__prev:hover,
.paging__next:hover {
	opacity: 0.7;
}

.paging__num,
.paging__dot { /* md */
	margin: 0 8px;
}

.paging__num { /* md */
	font-size: 1.6rem;
	width: 50px;
	height: 50px;
}

.paging__dot { /* md */
	padding: 0 14px;
	font-size: 1.6rem;
}

.archive-list { /* md */
}

.archive-list--2col { /* md */
	display: block;
	height: auto;
}

.archive-list--2col .archive-list__item { /* md */
	width: auto;
}

.archive-list--line { /* md */
	padding-bottom: 10px;
}

.archive-list--line .archive-list__item { /* md */
	padding-top: 0;
}

.archive-list--line .archive-list__item:not(:last-child) { /* md */
	border-bottom: none;
}

.archive-list--line .archive-list__item a { /* md */
	padding-bottom: 0;
}

.archive-list__item { /* md */
	line-height: 2.6;
}

.archive-list-more-tgr { /* md */
	padding-top: 11px;
	margin-top: 5px;
}

.post-head { /* md */
	padding-bottom: 24px;
	margin-bottom: 30px;
}

.post-head__cat { /* md */
	width: 100px;
	height: 26px;
	font-size: 1.2rem;
}

.post-head__title { /* md */
	font-size: 2.4rem;
}

.post-content { /* md */
	font-size: 1.5rem;
	margin-bottom: 60px;
}

.post-content .post-heading-1 { /* md */
	font-size: 1.8rem;
	padding: 15px 10px 16px 16px;
}

.post-content .post-heading-2 { /* md */
	font-size: 1.8rem;
	padding-bottom: 15px;
}

.post-content .post-heading-3 { /* md */
	font-size: 1.8rem;
}

.post-block--image-right { /* md */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.post-block--image-left { /* md */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.post-block--image-right,
.post-block--image-left { /* md */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post-block--image-right .post-block__content,
.post-block--image-left .post-block__content {
	width: 52.777777%;
}

.post-block--image-right .post-block__image,
.post-block--image-left .post-block__image {
	width: 41.666666%;
}

.single-page-navi { /* md */
	padding-top: 60px;
	margin-bottom: 0;
}

.single-page-navi__item--all { /* md */
	width: 190px;
}

.single-page-navi__item { /* md */
}

.single-page-navi__item:hover {
	background: #51a1aa;
}

}

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

.topics-list__item { /* lg */
	width: 22%;
	margin-right: 4%;
}

.topics-list__item:nth-child(odd) {
	margin-right: 4%;
}

.topics-list__item--3col { /* lg */
	width: 30.5%;
	margin-right: 4.25%;
}

.topics-list__item--3col:nth-child(odd) {
	margin-right: 4.25%;
}

.topics-list__item--3col:nth-child(even) {
	margin-right: 4.25%;
}

.topics-list__item--3col:nth-child(3n) {
	margin-right: 0;
}

.topics-list__date { /* lg */
	font-size: 1.4rem;
}

.topics-list__cat { /* lg */
	width: 60px;
	height: 26px;
	font-size: 1.1rem;
}

.l-post__main { /* lg */
	width: calc(100% - 280px);
}

}

