@charset "UTF-8";

:root {
	--nsk-green: #12ab83;
	--nsko-grey: #eceeed;
	--nsk-txt-color: #595757;
	--gjsk-navy: #069;
	--gjsk-grey: #899;
	--gjsk-navy-light: rgba(0,102,153,.2);
	--gjsk-grey-light: rgba(136,153,153,.2);
}

/*-------------------------------------------------
	固定ページ
-------------------------------------------------*/
.ly_pageTtl {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.el_pageTtl {
	display: block;
	margin: 55px auto;
	padding: .5em 1.1em;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.333;
	letter-spacing: .05em;
	text-align: center;
	color: var(--nsk-green);
	border-bottom: 1px solid var(--nsk-green);
	background: #fff;
}
body.page-id-1402 .el_pageTtl,
body.parent-pageid-1402 .el_pageTtl {
	color: var(--gjsk-navy);
	border-bottom: 1px solid var(--gjsk-navy);
}
body.page-id-1404 .el_pageTtl,
body.parent-pageid-1404 .el_pageTtl {
	color: var(--gjsk-grey);
	border-bottom: 1px solid var(--gjsk-grey);
}
@media screen and (max-width: 666px) {
	.ly_pageTtl {
		margin: 0;
		text-align: left;
	}
	.el_pageTtl {
		display: inline-block;
		margin: 30px auto 25px;
		padding: 0;
		font-weight: 500;
		font-size: 1.9rem;
		border-bottom: 1px solid var(--nsk-green);
		background: transparent;
	}
}

/* Midashi */
.bl_pageCont h2 span {
	display: inline;
	padding-bottom: 4px;
	font-size: 1.8rem;
	line-height: 1.89;
	letter-spacing: .1em;
	color: var(--nsk-green);
	border-bottom: 1px solid var(--nsk-green);
}
body.parent-pageid-1402 .bl_pageCont h2 span {
	color: var(--gjsk-navy);
	border-bottom: 1px solid var(--gjsk-navy);
}
body.parent-pageid-1404 .bl_pageCont h2 span {
	color: var(--gjsk-grey);
	border-bottom: 1px solid var(--gjsk-grey);
}
.bl_pageCont .el_lv2H {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 6px;
	width: 100%;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
	border-bottom: 1px solid #000;
}
.bl_pageCont .el_lv3H, .bl_pageCont .el_lv4H {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .02em;
}
.bl_pageCont .el_lv3H::before {
	content: '〈';
	margin-right: .1em;
	font-feature-settings: "palt";
}
.bl_pageCont .el_lv3H::after {
	content: '〉';
	margin-left: .1em;
	font-feature-settings: "palt";
}
.bl_pageCont p + .el_lv2H, .bl_pageCont p + .el_lv3H, .bl_pageCont p + .el_lv4H {
	margin-top: 2em;
}
.el_lv3H + .el_lv4H {
	margin-top: 1em;
}
.bl_pageCont .el_lv4H span.num {
	margin-right: .5em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: .02em;
	color: var(--nsk-green);
}
body.parent-pageid-1402 .bl_pageCont .el_lv4H span.num {
	color: var(--gjsk-navy);
}
body.parent-pageid-1404 .bl_pageCont .el_lv4H span.num {
	color: var(--gjsk-grey);
}
@media screen and (max-width: 666px) {
	.bl_pageCont h2 span {
		padding: 0;
		font-size: 1.5rem;
		line-height: 1.333;
		letter-spacing: .1em;
		color: var(--nsk-green);
		border: none;
	}
	body.parent-pageid-1402 .bl_pageCont h2 span,
	body.parent-pageid-1404 .bl_pageCont h2 span {
		border: none;
	}
	.bl_pageCont .el_lv2H {
		font-size: 1.5rem;
		line-height: 1.333;
	}
	.bl_pageCont .el_lv3H, .bl_pageCont .el_lv4H {
		margin-bottom: .25em;
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 0;
	}
	.bl_pageCont p + .el_lv2H, .bl_pageCont p + .el_lv3H, .bl_pageCont p + .el_lv4H {
		margin-top: 1em;
	}
	.bl_pageCont .el_lv4H span.num {
		margin-right: 0.25em;
		font-size: 1.9rem;
	}
}

/* Page Contents */
.bl_pageCont {
	padding: 85px 100px 100px;
	width: 100%;
	background: #fff;
}
.bl_pageCont p + p {
	margin-top: 1em;
}
p.el_txt_col1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 696px;
}
p.wp-caption-text {
	font-size: 1.5rem;
	line-height: 2;
}
p.wp-caption-text + p {
	margin-top: 2em;
}
/* .bl_pageCont a {
	color: var(--nsk-green);
	border-bottom: 1px solid var(--nsk-green);
} */
@media screen and (max-width: 666px) {
	.bl_pageCont {
		padding: 0;
		background: transparent;
	}
	.bl_pageInfo {
		padding: 18px 16px;
		border-top: 1px solid var(--nsk-green);
		background: #fff;
	}
	body.parent-pageid-1402 .bl_pageInfo {
		border-color: var(--gjsk-navy);
	}
	body.parent-pageid-1404 .bl_pageInfo {
		border-color: var(--gjsk-grey);
	}
	p.wp-caption-text {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	p.wp-caption-text + p {
		margin-top: 1em;
	}
}

/* Page Link Button */
.ly_btn_pageLink {
	display: flex;
	justify-content: center;
	margin: -40px 0 80px -10px;
	width: calc(100% + 20px);
}
.ly_btn_pageLink li {
	margin: 0 10px;
	width: calc(33.333% - 20px);
	text-align: center;
	background: #fff;
}
.ly_btn_pageLink li a {
	display: block;
	font-size: 1.6rem;
	line-height: 45px;
	border: 1px solid var(--nsk-green);
}
.ly_btn_pageLink li.current a, .ly_btn_pageLink li a:hover {
	color: #fff;
	background: var(--nsk-green);
	opacity: 1;
}
@media screen and (max-width: 666px) {
	.ly_btn_pageLink {
		display: block;
		margin: -10px 0 30px;
		width: 100%;
	}
	.ly_btn_pageLink li {
		margin: 0;
		width: 100%;
		border-bottom: 1px solid var(--nsk-green);
	}
	.ly_btn_pageLink li:last-of-type {
		border-bottom: none;
	}
	.ly_btn_pageLink li a {
		font-weight: 500;
		font-size: 1.5rem;
		line-height: 40px;
		border: none;
	}
}

/* Block */
.bl_cont {
	display: flex;
	justify-content: space-between;
}
.bl_cont + .bl_cont, p + .bl_cont, .bl_cont + p,
.bl_cont + .bl_cont_center, .bl_cont_center + .bl_cont {
	margin-top: 95px;
}
.bl_cont_center {
	margin-left: auto;
	margin-right: auto;
	max-width: 696px;
}
.bl_ttl, .bl_ttl h2 {
	width: 264px;
}
.bl_txt {
	width: 696px;
}
.bl_txt .el_lv2H + p.date {
	margin-top: -.9em;
	margin-bottom: .6em;
}
@media screen and (max-width: 666px) {
	.bl_cont {
		display: block;
	}
	.bl_cont + .bl_cont, p + .bl_cont, .bl_cont + p,
	.bl_cont + .bl_cont_center, .bl_cont_center + .bl_cont {
		margin-top: 30px;
	}
	.bl_txt {
		width: 100%;
	}
	.bl_ttl, .bl_txt {
		width: 100%;
	}
	.bl_ttl h2, .el_bN_ttl {
		margin-left: -20px;
		padding: 3px 20px 4px 0;
		width: calc(100% + 20px);
		background: #fff;
	}
	.bl_ttl h2 {
		padding-left: 20px;
	}
	.bl_ttl + .bl_txt {
		margin-top: 14px;
	}
}

/* Picture + Katagaki */
.el_pic_200, .el_pic_kangoshi {
	margin-bottom: 18px;
	width: 200px;
}
.el_name, .el_name_kangoshi {
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 27px;
	letter-spacing: .02em;
}
.el_name .katagaki {
	font-size: 1.6rem;
}
.el_name_kangoshi .katagaki {
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: .07em;
	font-feature-settings: "palt";
}
@media screen and (max-width: 666px) {
	.ly_pic {
		display: flex;
		align-items: flex-end;
		margin-bottom: 25px;
	}
	.el_pic_200, .el_pic_kangoshi {
		margin-bottom: 0;
		margin-right: 20px;
		width: 158px;
	}
	.el_name, .el_name .katagaki {
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	p.sm_bg_wh {
		padding: 10px;
		background: #fff;
	}
	.bl_pageCont p + p.sm_bg_wh {
		margin-top: .75em;
	}
	p.sm_bg_wh + p.sm_bg_wh {
		margin-top: 0;
		padding-top: 0;
	}
	.el_pic_kangoshi {
		width: 126px;
	}
	.el_name_kangoshi {
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.el_name_kangoshi .katagaki {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.el_lv2H + p.sm_bg_wh {
		margin-top: -1.0714em;
	}
}

/* Picture + hukidashi */
.bl_picHukidashi {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bl_picHukidashi figure {
	width: 234px;
}
.bl_picHukidashi p {
	width: 416px;
	padding: 1em 0 1em 4em;
	line-height: 1.75;
	background: left center / 30px auto no-repeat url("../img/page/fig_hukidashi.svg");
}
p + .bl_picHukidashi, .bl_picHukidashi + p {
	margin-top: 2.75em;
}
@media screen and (max-width: 666px) {
	.bl_picHukidashi {
		flex-direction: column;
		padding: 10px;
		background: #fff;
	}
	p + .bl_picHukidashi {
		margin-top: -5px;
	}
	.bl_picHukidashi figure {
		max-width: 200px;
	}
	.bl_picHukidashi figure + p {
		margin-top: 1em;
	}
	.bl_picHukidashi p {
		padding: 34px 0 0;
		width: 100%;
		line-height: 1.7;
		background: top center / auto 20px no-repeat url("../img/page/fig_hukidashi_v.svg");
	}
}

/* Image */
.bl_txt img {
	max-width: 500px;
}
.ly_img_col2 {
	display: flex;
	justify-content: space-between;
}
.ly_img_col2.center {
	justify-content: center;
}
.ly_img_col2 .wp-caption {
	width: calc(50% - 8px);
}
.ly_img_col3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 32px;
}
.ly_img_col3 .wp-caption {
	width: calc((100% - 64px) / 3);
}
.ly_img_col3 .wp-caption figure {
	margin-bottom: 0;
}
.ly_img_col3 .wp-caption figure a {
	border-bottom: none;
}
.ly_img_col3 .wp-caption .bl_youtube {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 56.25%;
}
.ly_img_col3 .wp-caption .bl_youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.bl_txt p + img, p + .ly_img_col2, p + .ly_img_col3, p + .bl_youtube,
.bl_cont_center p + img {
	margin-top: 25px;
}
.ly_img_col2 + .ly_img_col2, .ly_img_col2 + .ly_img_col3,
.ly_img_col3 + .ly_img_col3, .ly_img_col2 + p, .ly_img_col3 + p,
.bl_youtube + p {
	margin-top: 40px;
}
.ly_img_col3 + .ly_img_col3.pc_caption {
	margin-top: 20px;
}
figure + p.wp-caption-text, img + p.wp-caption-text,
.bl_youtube + p.wp-caption-text, a + p.wp-caption-text {
	margin-top: 20px;
}
img + p.wp-caption-text {
	max-width: 500px;
}
@media screen and (max-width: 666px) {
	.ly_img_col2, .ly_img_col3 {
		display: block;
	}
	.ly_img_col2 .wp-caption, .ly_img_col3 .wp-caption {
		width: 100%;
	}
	.ly_img_col2 .wp-caption + .wp-caption,
	.ly_img_col3 .wp-caption + .wp-caption {
		margin-top: 20px;
	}
	.ly_img_col3 .wp-caption figure,
	.ly_img_col3 .wp-caption figure img {
		max-height: unset;
	}
	.bl_txt p + img, p + .ly_img_col2, p + .ly_img_col3, p + .bl_youtube,
	.bl_cont_center p + img {
		margin-top: 15px;
	}
	.ly_img_col2 + .ly_img_col2, .ly_img_col2 + .ly_img_col3,
	.ly_img_col3 + .ly_img_col3, .ly_img_col2 + p, .ly_img_col3 + p,
	.bl_youtube + p {
		margin-top: 20px;
	}
	figure + p.wp-caption-text, img + p.wp-caption-text,
	.bl_youtube + p.wp-caption-text, a + p.wp-caption-text {
		margin-top: 13px;
	}
	/* ボタンの場合 */
	.ly_img_col2.button, .ly_img_col3.button {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 15px 10px;
	}
	.ly_img_col2.button .wp-caption + .wp-caption,
	.ly_img_col3.button .wp-caption + .wp-caption {
		margin-top: 0;
	}
	.ly_img_col2.button .wp-caption,
	.ly_img_col3.button .wp-caption {
		width: calc(50% - 5px);
	}
}

/* PDF DL */
.ly_pdfLink {
	justify-content: flex-start;
}
.bl_pdfLink {
	display: flex;
	flex-direction: column;
	margin-left: 29px;
	margin-right: 29px;
	width: 290px;
	text-align: center;
}
.bl_pdfLink figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 290px;
	height: 220px;
}
.bl_txt img.el_pdfLink_img {
	width: auto;
	height: auto;
	max-width: 220px;
	max-height: 220px;
}
.el_pdfLink_txt {
	position: relative;
	padding-left: 25px;
}
.el_pdfLink_txt::before {
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	display: inline-block;
	width: 18px;
	height: 15px;
	background: center / contain no-repeat url("../img/cmn/arrow_green.svg");
}
body.parent-pageid-1402 .el_pdfLink_txt::before {
	background-image: url("../img/cmn/arrow_navy.svg");
}
body.parent-pageid-1404 .el_pdfLink_txt::before {
	background-image: url("../img/cmn/arrow_grey.svg");
}
img + .el_pdfLink_txt, figure + .el_pdfLink_txt,
.bl_pdfLink figure + p {
	margin-top: 20px;
}
@media screen and (max-width: 666px) {
	.bl_pdfLink {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.bl_pdfLink + .bl_pdfLink {
		margin-top: 18px;
	}
	.bl_pdfLink figure {
		margin: 0 auto;
		width: 220px;
	}
	.el_pdfLink_txt::before {
		top: 5px;
	}
	img + .el_pdfLink_txt, figure + .el_pdfLink_txt,
	.bl_pdfLink figure + p {
		margin-top: 14px;
	}
}

/* Youtube */
.bl_youtube {
	width: 338px;
	height: 190px;
	border: 1px solid #ddd;
	box-sizing: content-box;
}
.bl_youtube iframe {
	width: 100%;
	height: 100%;
}
.bl_youtube + p.wp-caption-text {
	width: 338px;
}
@media screen and (max-width: 666px) {
	/* Youtube */
	.bl_youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		box-sizing: border-box;
	}
	.bl_youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
}

/* Backnumber */
.ly_backnumber {
	margin-top: 75px;
}
.el_bN_ttl {
	margin-bottom: 2em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: .1em;
	color: var(--nsk-green);
}
.bl_bN + .bl_bN {
	padding-top: 1.4em;
}
.bl_bN > h3.el_lv2H {
	margin-bottom: 2.5em;
	font-size: 1.7rem;
}
.bl_bN h3 {
	position: relative;
	transition: all 360ms;
}
.bl_bN h3:hover {
	opacity: .6;
	cursor: pointer;
}
.bl_bN h3::after {
	content: '';
	position: absolute;
	display: block;
	top: 5px;
	right: 10px;
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 1px var(--nsk-green);
	border-right: solid 1px var(--nsk-green);
	transform: rotate(135deg);
	transition: all 360ms;
}
.bl_bN h3.open::after {
	top: 12px;
	transform: rotate(-45deg);
	transition: all 360ms;
}
.bl_bN h3 span.date {
	position: absolute;
	top: 2.4em;
	left: 0;
	font-weight: 400;
	font-size: 1.6rem;
}
.bl_bN_txt {
	display: none;
	margin-bottom: 22px;
}
@media screen and (max-width: 666px) {
	.ly_backnumber {
		margin-top: 30px;
	}
	.el_bN_ttl {
		margin-bottom: 1em;
		padding-top: 5px;
		padding-bottom: 4px;
		padding-left: 20px;
		letter-spacing: .04em;
	}
	.bl_bN > h3.el_lv2H {
		margin-bottom: 1.75em;
		font-size: 1.5rem;
	}
	.bl_bN h3 span.date {
		font-size: 1.4rem;
	}
	.bl_bN_txt {
		margin-top: 4em;
		margin-bottom: 1.75em;
	}
}

/* Table */
.bl_table tr {
	border-bottom: 1px solid #000;
}
.bl_table tr:first-of-type {
	border-top: 1px solid #000;
}
.bl_table th {
	padding: .5em .75em;
	min-width: 106px;
	font-weight: 400;
	line-height: 1.75;
	text-align: left;
	background: #c7eee5;
}
body.parent-pageid-1402 .bl_table th {
	background: var(--gjsk-navy-light);
}
body.parent-pageid-1404 .bl_table th {
	background: var(--gjsk-grey-light);
}
.bl_table td {
	padding: .5em 0 .5em 1.5em;
	width: 100%;
	max-width: calc(100% - 106px);
	border-left: 1px solid #000;
}
p + .bl_table, .bl_table + p {
	margin-top: 2em;
}
@media screen and (max-width: 666px) {
	.bl_table {
		margin-top: 20px;
	}
	p + .bl_table, .bl_table + p {
		margin-top: 1.25em;
	}
	.bl_table tr:first-of-type {
		border-top: none;
	}
	.bl_table tr:last-of-type {
		border-bottom: none;
	}
	.bl_table th {
		min-width: 72px;
	}
	.bl_table td {
		padding: .5em .75em;
		background: #fff;

	}
}

/*-------------------------------------------------
	Sitemap
-------------------------------------------------*/
.wrp_sitemap {
	display: flex;
	justify-content: center;
}
.wrp_sitemap .ly_ftr_sitemap {
	display: flex;
}
@media screen and (max-width: 666px) {
	.wrp_sitemap {
		display: block;
		padding: 10px;
		background: #fff;
	}
	.wrp_sitemap .ly_ftr_sitemap {
		display: block;
	}
	.wrp_sitemap .bl_fNav > li > .sub-menu {
		padding-bottom: 5px;
	}
	.wrp_sitemap .bl_fNav + .bl_fNav {
		margin-top: 5px;
	}
	.wrp_sitemap .bl_fNav > li + li {
		margin-top: 5px;
	}
}

/*-------------------------------------------------
	Pager
-------------------------------------------------*/
#pagenation{
	text-align: center;
	margin: 60px auto -30px;
}
#pagenation #pagenation-list{
	display: inline-block;
}
#pagenation:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pagenation #pagenation-list li{
	float: left;
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
#pagenation #pagenation-list li:last-child{
	margin-left: 0;
}
#pagenation #pagenation-list a,#pagenation #pagenation-list span{
	background: none;
	display: block;
	margin: 0;
	padding: 0 4px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
}
#pagenation #pagenation-list li a.prev,
#pagenation #pagenation-list li a.next {
	display: none;
}
#pagenation #pagenation-list .current {
	color: #00B489;
	opacity: .5;
}
#pagenation #pagenation-list .omit {
	padding: 0;
	color: #00B489;
}
#pagenation #pagenation-list li a {
	color: #00B489;
	text-decoration: none;
	border: none;
}
#pagenation #pagenation-list a:hover {
	color: #00B489;
	text-decoration: none;
}
body.parent-pageid-1402 #pagenation #pagenation-list .current,
body.parent-pageid-1402 #pagenation #pagenation-list .omit,
body.parent-pageid-1402 #pagenation #pagenation-list li a,
body.parent-pageid-1402 #pagenation #pagenation-list a:hover {
	color: var(--gjsk-navy);
}
body.parent-pageid-1404 #pagenation #pagenation-list .current,
body.parent-pageid-1404 #pagenation #pagenation-list .omit,
body.parent-pageid-1404 #pagenation #pagenation-list li a,
body.parent-pageid-1404 #pagenation #pagenation-list a:hover {
	color: var(--gjsk-grey);
}
@media screen and (max-width: 666px) {
	#pagenation {
		margin: 10px auto 0;
	}
}

/* Add 2023.04 */
.ly_anchorLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: -40px auto 65px;
}
.bl_anchorLink {
	position: relative;
	padding: 0 2em 0 1.25em;
	width: 25%;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.333;
	letter-spacing: .02em;
}
.bl_anchorLink:nth-of-type(n+5) {
	margin-top: 20px;
}
.el_anchorLink {
	border-bottom: none !important;
}
.el_anchorLink::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.9px 8px 0 8px;
	border-color: var(--gjsk-navy) transparent transparent transparent;
}
body.parent-pageid-1404 .el_anchorLink::before {
	border-color: var(--gjsk-grey) transparent transparent transparent;
}
@media screen and (max-width: 666px) {
	.ly_anchorLink {
		display: block;
		margin: 0 auto 22px;
	}
	.ly_anchorLink:not(:last-of-type) {
		margin-bottom: 0;
	}
	.bl_anchorLink {
		padding-bottom: 0.5em;
		width: 100%;
		font-size: 1.4rem;
	}
	a.el_anchorLink {
		opacity: 1 !important;
	}
	.el_anchorLink::before {
		border-width: 10.4px 6px 0 6px;
	}
}