@charset "UTF-8";

/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com */
/*-------------------------------------------------
	Reset
-------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0; padding:0; border:0; outline:0; vertical-align:baseline;background:transparent;}
body {line-height:1;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display:block;}
ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
a {margin:0; padding:0; vertical-align:baseline; background:transparent;}
ins {background-color:#fff; color:#000; text-decoration:none;}
mark {background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}
table {border-collapse:collapse; border-spacing:0; font-size:inherit;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:3em 0; padding:0;}
input, select {vertical-align:middle;}
img {vertical-align:top; font-size:0; line-height:0;}
button {font-family: unset;}

/*-------------------------------------------------
	Clearfix
-------------------------------------------------*/
.cf:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

/*-------------------------------------------------
	Base
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
	--nsk-green: #12ab83;
	--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);
}

html {
	font-size: 62.5%;
}
body {
	position: relative;
	min-width: 1220px;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color: #222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	z-index: 99999;
}
a:link, a:visited {
	color: #222;
	text-decoration: none;
	outline: none;
	opacity: 1;
	transition: all 360ms;
}
a:hover {
	text-decoration: none;
	opacity: .4;
	cursor: pointer;
}
h1, h2, h3, h4, strong {
	font-weight: 500;
}
p, .bl_table, summary {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .02em;
	text-align: justify;
}
summary:hover {
	cursor: pointer;
}
img {
	width: 100%;
	height: auto;
}
input {
	border-radius: 0;
}
input[type="text"]:focus {
	outline: 0;
}
input:focus, textarea:focus {
	background-color: transparent;
}
@media screen and (max-width: 666px) {
	body {
		min-width: 100%;
	}
	p, summary {
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 0;
	}
	.bl_table {
		font-size: 1.2rem;
		line-height: 1.5;
		letter-spacing: .03em;
	}
	img {
		max-width: 100%;
	}
}
@media screen and (max-width: 374px) {
	html {
		font-size: 50.5%;
	}
}

/*-------------------------------------------------
	Common
-------------------------------------------------*/
/* Layout */
.ly_fL {
	float: left;
}
.ly_fR {
	float: right;
}
.ly_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ly_flex.rev {
	flex-direction: row-reverse;
}
.ly_flex.aiC {
	align-items: center;
}
.ly_flex.jcC {
	justify-content: center;
}
.ly_pd_side {
	padding-left: 20px;
	padding-right: 20px;
}
.ly_w_100 {
	width: 100%;
}
.ly_w_master {
	width: 100%;
	max-width: 1220px; /* 1180+20+20px */
}
/* Margin */
.mgn_btm_mid {
	margin-bottom: 70px;
}
/* Helper */
.la_dn, .la_dn_ib {
	display: none;
}
.sm_dn {
	display: block;
}
.sm_dn_ib {
	display: inline-block;
}
span.ib {
	display: inline-block;
}
.hp_mA {
	margin-left: auto;
	margin-right: auto;
}
.hp_txt_c {
	text-align: center !important;
}
.hp_ls0 {
	letter-spacing: 0;
}
.hp_bg_green {
	background-color: var(--nsk-green);
}
body.page-id-1402 .hp_bg_green,
body.parent-pageid-1402 .hp_bg_green {
	background-color: var(--gjsk-navy);
}
body.page-id-1404 .hp_bg_green,
body.parent-pageid-1404 .hp_bg_green {
	background-color: var(--gjsk-grey);
}
/* Heading + Text */
.ly_contents p:last-of-type {
	margin-bottom: 0;
}
/* Button */
a.el_btn {
	display: flex;
	align-items: center;
	position: relative;
	padding: .4em .4em .4em 2.25em;
	width: 100%;
	min-height: 40px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0;
	color: var(--nsk-green);
	border: 1px solid var(--nsk-green);
	background: #fff;
}
.el_arrow {
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -1px;
	width: 18px;
	height: 15px;
}
.el_arrow svg {
	width: 18px;
	height: 15px;
	fill: var(--nsk-green);
}
a.el_btn.blue {
	color: #0075c1;
	border-color: #0075c1;
}
.blue .el_arrow svg {
	fill: #0075c1;
}
a.el_btn.lightgreen {
	color: #7dbe24;
	border-color: #7dbe24;
}
.lightgreen .el_arrow svg {
	fill: #7dbe24;
}
a.el_btn.orange {
	color: #ff6100;
	border-color: #ff6100;
}
.orange .el_arrow svg {
	fill: #ff6100;
}
a.el_btn.grey {
	font-size: 1.5rem;
	line-height: 1.333;
	color: #797979;
	border: none;
	background: transparent;
}
.grey .el_arrow svg {
	fill: #797979;
}
a.el_btn.high {
	min-height: 58px;
}
a.el_btn_back {
	display: block;
	margin: 3em 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: var(--nsk-green);
	border-bottom: none !important;
}
@media screen and (max-width: 666px) {
	/* Layout */
	.sm_floatNone {
		float: none;
	}
	.sm_flexNone {
		display: block;
	}
	.sm_flex {
		display: flex;
	}
	/* Margin */
	/* helper */
	.la_dn {
		display: block;
	}
	.la_dn_ib {
		display: inline-block;
	}
	.sm_dn, .sm_dn_ib {
		display: none !important;
	}
	.sm_w_100 {
		width: 100% !important;
	}
	.sm_w_100vw {
		margin-left: -20px;
		width: 100vw !important;
	}
	.sm_ls0 {
		letter-spacing: 0 !important;
	}
	/* Heading + Text */
}

/*-------------------------------------------------
	Header - Top, Overview
-------------------------------------------------*/
.ly_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: var(--nsk-green);
	opacity: 1;
	transition: all 360ms;
	z-index: 9999;
}
body.home .ly_header {
	top: -65px;
	opacity: 0;
}
body.home .ly_header.active {
	top: 0;
	opacity: 1;
	transition: all 360ms;
}
.bl_header {
	height: 65px;
}
.un_header_logo {
	font-weight: 400;
	font-size: 2.3rem;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 666px) {
	.bl_header {
		height: 50px;
	}
}

/*-------------------------------------------------
	#global-header
-------------------------------------------------*/
.ly_gHead, .ly_gHead_bg_lg, .ly_gHead_bg_wh {
	height: 180px;
}
.ly_gHead {
	color: var(--nsk-green);
	background: linear-gradient(90deg, #c7eee5 0%, #c7eee5 50%, #fff 50%, #fff 100%);
}
body.page-id-1402 .ly_gHead,
body.parent-pageid-1402 .ly_gHead {
	color: var(--gjsk-navy);
	background: linear-gradient(90deg, var(--gjsk-navy-light) 0%, var(--gjsk-navy-light) 50%, #fff 50%, #fff 100%);
}
body.page-id-1404 .ly_gHead,
body.parent-pageid-1404 .ly_gHead {
	color: var(--gjsk-grey);
	background: linear-gradient(90deg, var(--gjsk-grey-light) 0%, var(--gjsk-grey-light) 50%, #fff 50%, #fff 100%);
}
.ly_gHead_bg_lg /* lg=lightGreen */ {
	width: 170px;
	/* background: #c7eee5; */
}
.un_gHead_logo_en {
	margin: 34px 0 0 9px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 2.8rem;
	line-height: 1.126;
	letter-spacing: .14em;
	color: var(--nsk-green);
}
body.page-id-1402 .un_gHead_logo_en,
body.parent-pageid-1402 .un_gHead_logo_en {
	color: var(--gjsk-navy);
}
body.page-id-1404 .un_gHead_logo_en,
body.parent-pageid-1404 .un_gHead_logo_en {
	color: var(--gjsk-grey);
}
.ly_gHead_bg_wh {
	padding: 35px 0 0 38px;
	width: calc(100% - 170px);
	background: #fff;
}
.un_gHead_logo_jp {
	margin-bottom: 31px;
	font-weight: 400;
	font-size: 4.1rem;
	line-height: 1;
	letter-spacing: .08em;
	color: var(--nsk-green);
	transform: scale(.85, 1);
	transform-origin: left;
}
body.page-id-1402 .un_gHead_logo_jp,
body.parent-pageid-1402 .un_gHead_logo_jp {
	color: var(--gjsk-navy);
}
body.page-id-1404 .un_gHead_logo_jp,
body.parent-pageid-1404 .un_gHead_logo_jp {
	color: var(--gjsk-grey);
}
.un_gHead_lead {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .1em;
	font-feature-settings: "palt";
}
/* Utility */
.ly_gHead_utility {
	width: 220px;
}
.un_searchForm {
	position: relative;
	margin-bottom: 28px;
}
.un_searchForm input[type="text"] {
	width: 100%;
	padding: .58em 2em .58em 0;
	font-size: 1.6rem;
	line-height: 1;
	color: var(--nsk-green);
	border: none;
	border-bottom: 1px solid var(--nsk-green);
	outline: none;
}
.un_searchForm input[type="submit"] {
	display: block;
	position: absolute;
	top: 10px;
	right: 6px;
	width: 18px;
	height: 20px;
	text-indent: -9999px;
	border: none;
	background: center / contain no-repeat url("../img/cmn/icon_search.svg");
	cursor: pointer;
}
.el_btn.un_btn_login {
	padding: .85em 1em .85em 2.2em;
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: .05em;
}
.el_btn.un_btn_login .el_arrow {
	left: 15px;
}
.ly_gHead_la {
	display: flex;
}
.ly_gHead_sm, .ly_gHead_sm_sub {
	display: none;
}
@media screen and (max-width: 666px) {
	.ly_gHead {
		height: 122px;
	}
	/* .ly_gHead {
		background: linear-gradient(90deg, #fff 0%, #fff 70%, #c7eee5 70%, #c7eee5 100%);
	} */
	.ly_gHead_la {
		display: none;
	}
	.ly_gHead_sm {
		display: flex;
		position: fixed;
		z-index: 100;
	}
	.ly_gHead_sm,
	.ly_gHead_sm .ly_gHead_bg_wh, .ly_gHead_sm .ly_gHead_bg_lg {
		height: 56px;
	}
	.ly_gHead_sm_sub {
		display: flex;
		padding-top: 56px;
		height: 122px;
	}
	.ly_gHead_sm_sub .ly_gHead_bg_wh, .ly_gHead_sm_sub .ly_gHead_bg_lg {
		height: 66px;
	}
	.ly_gHead_bg_lg {
		position: relative;
		width: 107px;
	}
	body.page-id-1402 .ly_gHead_bg_lg,
	body.parent-pageid-1402 .ly_gHead_bg_lg {
		background: #cce0eb;
	}
	body.page-id-1404 .ly_gHead_bg_lg,
	body.parent-pageid-1404 .ly_gHead_bg_lg {
		background: #e8eaeb;
	}
	.un_gHead_logo_en {
		position: absolute;
		bottom: 15px;
		right: 17px;
		margin: 0;
		font-size: 1.5rem;
		line-height: 1.06;
	}
	.ly_gHead_bg_wh {
		padding: 20px 0 0 20px;
		width: calc(100vw - 107px);
	}
	.un_gHead_logo_jp {
		margin-top: -8px;
		margin-bottom: 0;
		width: 112%;
		font-size: 1.7rem;
	}
	body.page-id-1404 .un_gHead_logo_jp,
	body.parent-pageid-1404 .un_gHead_logo_jp {
		width: 113%;
		font-size: 1.6rem;
	}
	.un_gHead_logo_jp > span.num {
		display: block;
		/* margin-top: -1.25em; */
		margin-bottom: 0.25em;
		font-size: 1rem;
	}
	.un_gHead_logo_jp > span.place {
		font-size: 1rem;
	}
	/* .un_gHead_logo_jp.small {
		margin-top: -1px;
		width: 136px;
		height: 18px;
		transition: all 360ms;
	} */
	.un_gHead_lead {
		margin-top: -4px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	/* Utility */
	.un_searchForm {
		margin: 0;
		padding: 25px 25px;
		width: calc(100% - 127px);
		background: #fff;
	}
	.un_searchForm input[type="submit"] {
		top: 34px;
		right: 30px;
	}
	.overlay .un_searchForm > div {
		opacity: 0;
		transition: opacity 500ms;
	}
	.overlay.openOL .un_searchForm > div {
		opacity: 1;
		transition: opacity 500ms;
	}
}

/*-------------------------------------------------
	Global Navi | PC
-------------------------------------------------*/
.ly_gNav {
	position: sticky;
	top: 0;
	height: 65px;
	z-index: 10;
}
.bl_gNav {
	height: 100%;
}
.bl_gNav.ly_flex {
	justify-content: center;
}
.bl_gNav > li {
	position: relative;
	padding: 22px 2em 0;
	height: 100%;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: .05em;
}
.bl_gNav > li:first-of-type {
	padding-left: 0;
}
.bl_gNav > li:last-of-type {
	padding-right: 0;
}
.bl_gNav > li > a {
	display: block;
	padding-bottom: 5px;
	color: #fff;
	border-bottom: 1px solid transparent;
}
.bl_gNav > li > a:hover {
	opacity: 1;
}
.bl_gNav > li:hover {
	cursor: pointer;
}
.bl_gNav > li:hover > a,
.bl_gNav > li.current_page_item > a,
/* 「日精看」関連 */
body.page-id-13 .bl_gNav > li#menu-item-71 > a, /* 団体情報 */
body.page-id-15 .bl_gNav > li#menu-item-71 > a, /* 本部・支部 */
body.page-id-19 .bl_gNav > li#menu-item-71 > a, /* 会長メッセージ */
body.page-id-22 .bl_gNav > li#menu-item-71 > a, /* 精神科看護の定義 */
body.page-id-24 .bl_gNav > li#menu-item-71 > a,  /* 入会のご案内 */
/* 「教育」関連 */
body.page-id-33 .bl_gNav > li#menu-item-79 > a,  /* 教育事業全体 */
body.page-id-35 .bl_gNav > li#menu-item-79 > a,  /* 学術集会 */
body.page-id-37 .bl_gNav > li#menu-item-79 > a,  /* 研修会 */
body.page-id-39 .bl_gNav > li#menu-item-79 > a,  /* 精神科認定看護師制度 */
body.page-id-41 .bl_gNav > li#menu-item-79 > a,  /* --精神科認定看護師の活動 */
body.page-id-45 .bl_gNav > li#menu-item-79 > a,  /* 特定行為研修 */
body.page-id-47 .bl_gNav > li#menu-item-79 > a,  /* 日精看版ラダー */
/* 「災害」関連 */
body.page-id-51 .bl_gNav > li#menu-item-86 > a,  /* 災害対策支援 */
body.page-id-53 .bl_gNav > li#menu-item-86 > a  /* COVID-19 感染対策支援 */
{
	/* color: #c7eee5; */
	border-color: #fff;
	opacity: .75;
}
.bl_gNav .sub-menu {
	display: none;
	position: absolute;
	top: 65px;
	left: 0;
	width: 246px;
	background: #c7eee5;
}
.bl_gNav > li:hover > .sub-menu {
	display: block;
}
.bl_gNav .sub-menu > li:not(:last-of-type) {
	border-bottom: 1px solid var(--nsk-green);
}
.bl_gNav .sub-menu > li > a  {
	display: block;
	padding: .8em 1em;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.333;
}
.bl_gNav .sub-menu > li > a::before {
	content: '';
	display: inline-block;
	margin-right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent var(--nsk-green);
}

/*-------------------------------------------------
	Global Navi | SP
-------------------------------------------------*/
@media screen and (max-width: 666px) {
	body.of-y_h {
		overflow: hidden !important;
	}
	.button_container {
		position: fixed;
		top: 10px;
		right: 10px;
		height: 37px;
		width: 50px;
		cursor: pointer;
		z-index: 10004;
		transition: opacity .25s ease;
	}
	.button_container:hover {
		opacity: 1;
	}
	.button_container.active .top {
		transform: translateY(8px) translateX(0) rotate(45deg);
		/* background: var(--nsk-green); */
	}
	.button_container.active .middle {
		opacity: 0;
	}
	.button_container.active .bottom {
		transform: translateY(-8px) translateX(0) rotate(-45deg);
		/* background: var(--nsk-green); */
	}
	.button_container span {
		background: var(--nsk-green);
		border: none;
		height: 1px;
		width: calc(100% - 20px);
		position: absolute;
		top: 10px;
		left: 10px;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	body.page-id-1402 .button_container span,
	body.parent-pageid-1402 .button_container span {
		background: var(--gjsk-navy);
	}
	body.page-id-1404 .button_container span,
	body.parent-pageid-1404 .button_container span {
		background: var(--gjsk-grey);
	}
	.button_container span:nth-of-type(2) {
		top: 18px;
	}
	.button_container span:nth-of-type(3) {
		top: 26px;
	}
	.overlay {
		position: fixed;
		background: #c7eee5;
		top: 56px;
		left: 0;
		width: 100%;
		height: 0%;
		opacity: 0;
		visibility: hidden;
		transition: opacity .35s, visibility .35s, height .35s;
		overflow: hidden;
		z-index: 10002;
	}
	body.page-id-1402 .overlay,
	body.parent-pageid-1402 .overlay {
		background: #cce0eb;
	}
	body.page-id-1404 .overlay,
	body.parent-pageid-1404 .overlay {
		background: #e8eaeb;
	}
	.overlay.openOL {
		opacity: 1;
		visibility: visible;
		height: calc(100% - 56px);
		overflow-y: scroll;
	}
	.overlay.openOL ul.bl_gNav_sm > li {
		animation: fadeIn .5s ease forwards;
		animation-delay: .35s;
	}

	.overlay nav {
		position: relative;
		height: 100%;
		text-align: left;
	}
	.overlay ul.bl_gNav_sm {
		display: inline-block;
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: calc(100% - 107px);
		height: 100%;
		list-style: none;
		background: #fff;
	}
	.overlay ul.bl_gNav_sm > li {
		display: block;
		position: relative;
		padding: 11px 40px 11px 30px;
		width: 100%;
		height: auto;
		border-top: 1px solid #c5e5de;
		background: #fff;
		opacity: 0;
	}
	.overlay ul.bl_gNav_sm > li:last-of-type {
		border-bottom: 1px solid #c5e5de;
	}
	body.page-id-1402 .overlay ul.bl_gNav_sm > li,
	body.page-id-1402 .overlay ul.bl_gNav_sm > li:last-of-type,
	body.parent-pageid-1402 .overlay ul.bl_gNav_sm > li,
	body.parent-pageid-1402 .overlay ul.bl_gNav_sm > li:last-of-type {
		border-color: var(--gjsk-navy-light);
	}
	body.page-id-1404 .overlay ul.bl_gNav_sm > li,
	body.page-id-1404 .overlay ul.bl_gNav_sm > li:last-of-type,
	body.parent-pageid-1404 .overlay ul.bl_gNav_sm > li,
	body.parent-pageid-1404 .overlay ul.bl_gNav_sm > li:last-of-type {
		border-color: var(--gjsk-grey-light);
	}
	.overlay ul.bl_gNav_sm > li a {
		display: block;
		position: relative;
		padding: 0;
		width: 110%;
		color: var(--nsk-green);
		text-decoration: none;
		overflow: hidden;
		transform: scale(.9, 1);
		transform-origin: left;
	}
	body.page-id-1402 .overlay ul.bl_gNav_sm > li a,
	body.parent-pageid-1402 .overlay ul.bl_gNav_sm > li a {
		color: var(--gjsk-navy);
	}
	body.page-id-1404 .overlay ul.bl_gNav_sm > li a,
	body.parent-pageid-1404 .overlay ul.bl_gNav_sm > li a {
		color: var(--gjsk-grey);
	}
	.overlay ul.bl_gNav_sm > li > a {
		font-size: 1.5rem;
		line-height:  1.333;
		letter-spacing: .1em;
	}
	.overlay ul li a:hover {
		opacity: 1;
	}
	.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
		width: 100%;
	}
	/* .sub-menu */
	.menu-item-has-children > span {
		content: '';
		display: block;
		position: absolute;
		top: 15px;
		right: 18px;
		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;
	}
	.menu-item-has-children > span.open {
		top: 21px;
		transform: rotate(-45deg);
		transition: all 360ms;
	}
	.overlay .sub-menu {
		display: none;
		padding: 12px 0 16px;
	}
	.overlay .sub-menu > li {
		padding: 6px 0 6px 18px;
	}
	.overlay .sub-menu > li > a {
		font-size: 1.5rem;
		line-height: 1.333;
		letter-spacing: .1em;
	}
	@keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
}

/*-------------------------------------------------
	#top-slider
-------------------------------------------------*/

.ly_topSlide {
	position: relative;
	margin-top: 20px;
	margin-bottom: 110px;
	overflow: visible;
}
.slick-slide {
    margin-right: 14px !important;
    margin-left: 14px !important;
}
.prev.slick-arrow, .next.slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: center / contain no-repeat url("../img/cmn/arrow_circle_left.svg");
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}
body.page-id-1402 .prev.slick-arrow,
body.page-id-1402 .next.slick-arrow {
	background-image: url("../img/cmn/arrow_circle_left_navy.svg");
}
body.page-id-1404 .prev.slick-arrow,
body.page-id-1404 .next.slick-arrow {
	background-image: url("../img/cmn/arrow_circle_left_grey.svg");
}
.prev.slick-arrow {
	left: 354px;
}
.next.slick-arrow {
	right: 354px;
	transform: scale(-1, 1);
}
ul.slick-dots {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -30px;
	height: 6px;
}
.slick-dots li {
	display: inline-block;
	margin: 0 3px;
	width: 6px;
	height: 6px;
	text-indent: -9999px;
	border-radius: 50%;
	background: var(--nsk-green);
	vertical-align: middle;
	cursor: pointer;
	opacity: .5;
}
body.page-id-1402 .slick-dots li,
body.parent-pageid-1402 .slick-dots li {
	background: var(--gjsk-navy);
}
body.page-id-1404 .slick-dots li,
body.parent-pageid-1404 .slick-dots li {
	background: var(--gjsk-grey);
}
.slick-dots li.slick-active {
	opacity: 1;
}
.slick-dots li:hover {
	opacity: .75;
}
.un_js_btn {
	position: absolute;
	right: 415px;
	bottom: -40px;
}
.un_js_btn span {
	display: inline-block;
	margin: 0 6px;
	cursor: pointer;
	transition: all 360ms;
}
.un_js_btn span img {
	width: 10px;
	height: 18px;
}
.un_js_btn span:hover {
	opacity: 1;
}
span.js_stop, span.js_play {
	opacity: .5;
}
span.js_stop.active, span.js_play.active {
	opacity: 1;
}
@media screen and (min-width: 1680px) { 
	.ly_topSlide {
		min-height: 715px;
		margin-bottom: 110px;
		overflow: hidden;
	}
	.bl_topSlide {
		position: relative;
		margin: 0 auto;
		max-width: 948px;
	}
	.bl_topSlide .slick-list {
		overflow: visible !important;
	}
	.bl_topSlide img {
		object-fit: cover;
		width: 100%;
		height: 675px;
	}
	.prev.slick-arrow {
		left: calc(50% - 509px);
	}
	.next.slick-arrow {
		right: calc(50% - 509px);
	}
	.un_js_btn {
		right: calc(50% - 448px);
		bottom: 0 !important;
	}
}
@media screen and (max-width: 779px) {
	.prev.slick-arrow {
		left: 54px;
	}
	.next.slick-arrow {
		right: 54px;
	}
}
@media screen and (max-width: 666px) {
	.ly_topSlide {
		margin-top: 0;
		margin-bottom: 75px;
	}
	.slick-slide {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.bl_topSlide .prev.slick-arrow, .bl_topSlide .next.slick-arrow {
		margin-top: -25px;
		width: 50px;
		height: 50px;
		background-image: url("../img/top/arrow_topSlide_sm_left.svg");
	}
	body.page-id-1402 .prev.slick-arrow,
	body.page-id-1402 .next.slick-arrow {
		background-image: url("../img/top/arrow_topSlide_sm_left_navy.svg");
	}
	body.page-id-1404 .prev.slick-arrow,
	body.page-id-1404 .next.slick-arrow {
		background-image: url("../img/top/arrow_topSlide_sm_left_grey.svg");
	}
	.prev.slick-arrow {
		left: 0;
	}
	.next.slick-arrow {
		right: 0;
		transform: scale(-1, 1);
	}
	ul.slick-dots {
		bottom: -22px;
	}
	.un_js_btn {
		right: 0;
		bottom: -32px;
		margin-right: 12px;
	}
}

/*-------------------------------------------------
	Common
-------------------------------------------------*/
.el_lv1H {
	position: relative;
	margin-bottom: 35px;
	padding: 11px 10px 10px 22px;
	width: 265px;
	height: 65px;
	font-weight: 400;
	line-height: 1;
	background: #fff;
}
.el_lv1H::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: var(--nsk-green);
}
body.page-id-1402 .el_lv1H::before,
body.parent-pageid-1402 .el_lv1H::before {
	background: var(--gjsk-navy);
}
body.page-id-1404 .el_lv1H::before,
body.parent-pageid-1404 .el_lv1H::before {
	background: var(--gjsk-grey);
}
.el_lv1H span {
	display: block;
	color: var(--nsk-green);
}
body.page-id-1402 .el_lv1H span,
body.parent-pageid-1402 .el_lv1H span {
	color: var(--gjsk-navy);
}
body.page-id-1404 .el_lv1H span,
body.parent-pageid-1404 .el_lv1H span {
	color: var(--gjsk-grey);
}
.el_lv1H span.en {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.1rem;
	letter-spacing: .07em;
}
.el_lv1H span.jp {
	margin-top: 2px;
	font-size: 1.6rem;
	letter-spacing: .1em;
	transform: scale(.9, 1);
	transform-origin: left;
}
@media screen and (max-width: 666px) {
	.el_lv1H {
		margin-bottom: 20px;
		padding: 0 0 0 28px;
		width: auto;
		height: 43px;
		background: transparent;
	}
	.el_lv1H span.en {
		font-size: 2.2rem;
		line-height: 0.9;
	}
	.el_lv1H span.jp {
		margin-top: 6px;
	}
}

/*-------------------------------------------------
	#top-info
-------------------------------------------------*/
.ly_topInfo {
	width: 920px;
}
.ly_topInfo_btn {
	width: 225px;
}
#news-area .posts {
	display: none;
}
/* Tab Menu */
body.home .bl_tabMenu li {
	width: 160px;
	height: 40px;
}
body.home .bl_tabMenu li a {
	padding: 5px 8px 8px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1;
}
.bl_tabMenu li.is_active a {
	color: #fff;
	background: var(--nsk-green);
}
/* .ly_topInfo_list */
.ly_topInfo_list {
	padding: 25px;
	/* min-height: 278px; */
	background: #fff;
}
body.home .data--news {
	width: 90px;
}
body.home .wrap--news-txt {
	width: 780px;
}
.el_btn_topInfo_more {
	display: flex;
	justify-content: center;
}
.el_btn_topInfo_more a {
	display: flex;
	align-items: center;
	margin-top: 1em;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--nsk-green);
	border: none !important;
}
.el_btn_topInfo_more a::after {
	content: '';
	display: block;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: center / contain no-repeat url("../img/cmn/arrow_circle_left.svg");
    transform: scaleX(-1);
}
body.page-id-1402 .el_btn_topInfo_more a::after {
	background-image: url("../img/cmn/arrow_circle_left_navy.svg");
}
body.page-id-1404 .el_btn_topInfo_more a::after {
	background-image: url("../img/cmn/arrow_circle_left_grey.svg");
}
/* .ly_topInfo_btn */
.ly_topInfo_btn a + a {
	margin-top: 7px;
}
.ly_topInfo_btn a.grey + a.grey {
	margin-top: 0;
}
.un_logo_cloud img {
	width: 124px;
}
.ly_topInfo_btn a.el_btn.bnr {
	padding: 0;
	width: 100%;
	height: auto;
	border: none;
}
@media screen and (max-width: 666px) {
	/* Tab Menu */
	body.home .bl_tabMenu {
		margin-bottom: 0;
		border-bottom: 1px solid var(--nsk-green);
	}
	body.home .bl_tabMenu li {
		width: 50%;
	}
	body.home .bl_tabMenu li a {
		align-items: center;
		padding: 0 12px;
		font-size: 1.5rem;
	}
	/* .ly_topInfo_list */
	.ly_topInfo_list {
		padding: 18px 16px;
	}
	body.home .data--news, body.home .wrap--news-txt {
		width: 100%;
	}
	.el_btn_topInfo_more {
		justify-content: flex-end;
	}
	.el_btn_topInfo_more a {
		margin-top: 0;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	/* .ly_topInfo_btn -> move to #top-topics */
	/* #top-info .ly_topInfo_btn {
		display: none !important;
	} */
	.ly_topInfo_btn {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 4px;
		margin-bottom: 0;
		padding-top: 20px;
		width: 100%;
	}
	.ly_topInfo_btn a.el_btn {
		padding: 0 12px;
		width: calc(50% - 2px);
		height: 70px;
		min-height: unset;
		font-size: 1.5rem;
		border: none;
	}
	.ly_topInfo_btn .el_arrow {
		display: none;
	}
	.ly_topInfo_btn a + a, .ly_topInfo_btn a.grey + a.grey {
		/* margin-top: 4px; */
		margin-top: 0;
	}
	.ly_topInfo_btn a:nth-of-type(2) {
		margin-top: 0;
	}
	.ly_topInfo_btn a.el_btn.grey {
		background: #fff;
	}
}

/*-------------------------------------------------
	Tab Menu
-------------------------------------------------*/
.bl_tabMenu {
	justify-content: flex-start;
	width: 100%;
	border-bottom: 1px solid var(--nsk-green);
}
.bl_tabMenu li {
	margin-right: 10px;
	width: 180px;
	height: 60px;
	border-top: 1px solid var(--nsk-green);
	border-right: 1px solid var(--nsk-green);
}
.bl_tabMenu li a {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 5px 15px 10px;
	width: 100%;
	height: 100%;
	font-size: 1.7rem;
	line-height: 1.235;
	letter-spacing: .05em;
	color: var(--nsk-green);
	background: #fff;
}
.bl_tabMenu li a > span {
	display: block;
}
.bl_tabMenu li a:hover, .bl_tabMenu li.current-menu-item a,
body.page-id-41 .bl_tabMenu li#menu-item-110 a, /* 精神科認定看護師の活動ページ */
body.page-id-43 .bl_tabMenu li#menu-item-110 a /* 精神科認定看護師全国データページ */ {
	color: #fff;
	background: var(--nsk-green);
	opacity: 1;
}
@media screen and (max-width: 666px) {
	.bl_tabMenu {
		margin-bottom: 30px;
		border: none;
	}
	.bl_tabMenu li {
		margin-right: 0;
		width: 50%;
		height: 40px;
		/* border-bottom: 1px solid var(--nsk-green); */
	}
	.bl_tabMenu li:first-of-type, .bl_tabMenu li:nth-of-type(2) {
		border-top: 0;
	}
	.bl_tabMenu li:nth-of-type(2n) {
		border-right: none;
	}
	.bl_tabMenu li.sm_w_long {
		width: 100%;
		border-top: 1px solid var(--nsk-green);
		border-right: none;
	}
	.bl_tabMenu li.sm_w_long a {
		justify-content: center;
	}
	.bl_tabMenu li a {
		align-items: center;
		padding: 0 12px;
		font-weight: 500;
		font-size: 1.5rem;
	}
}

/*-------------------------------------------------
	Page Top
-------------------------------------------------*/
.un_btn_top {
	display: none;
	position: fixed;
	right: 36px;
	bottom: 20px;
}
.un_btn_top a {
	display: block;
	width: 42px;
	height: 84px;
	background: top center / contain no-repeat url("../img/cmn/arrow_circle_top_l.svg");
}
body.page-id-1402 .un_btn_top a,
body.parent-pageid-1402 .un_btn_top a {
	background-image: url("../img/cmn/arrow_circle_top_l_navy.svg");
}
body.page-id-1404 .un_btn_top a,
body.parent-pageid-1404 .un_btn_top a {
	background-image: url("../img/cmn/arrow_circle_top_l_grey.svg");
}
.un_btn_top a:hover {
	opacity: 1;
}
.un_btn_top_txt {
	display: block;
	padding-top: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .07em;
	text-align: center;
	color: var(--nsk-green);
}
body.page-id-1402 .un_btn_top_txt,
body.parent-pageid-1402 .un_btn_top_txt {
	color: var(--gjsk-navy);
}
body.page-id-1404 .un_btn_top_txt,
body.parent-pageid-1404 .un_btn_top_txt {
	color: var(--gjsk-grey);
}
@media screen and (max-width: 666px) {
	.un_btn_top {
		right: 20px;
		bottom: 20px;
	}
	.un_btn_top a {
		width: 40px;
		height: 40px;
	}
	.un_btn_top_txt {
		display: none;
	}
}

/*-------------------------------------------------
	Search Result
-------------------------------------------------*/
.ly_searchResult .el_lv2H {
	text-align: center;
}
.bl_searchResult {
	margin-top: 2.5em;
}
.bl_searchResult h3 {
	margin-bottom: 0.25em;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.666;
}
.bl_searchResult  p {
	font-size: 1.4rem;
	line-height: 1.666;
}
@media screen and (max-width: 666px) {
	.ly_searchResult .el_lv2H {
		text-align: left;
	}
	.bl_searchResult {
		margin-top: 2em;
	}
	.bl_searchResult h3 {
		font-size: 1.5rem;
	}
}

/*-------------------------------------------------
	Information
-------------------------------------------------*/
.ly_topInfo_list a, .bl_pageCont a {
	color: var(--nsk-green);
	border-bottom: 1px solid var(--nsk-green);
	overflow-wrap: anywhere;
	word-break: break-word;
}
body.page-id-1402 .ly_topInfo_list a,
body.page-id-1402 .bl_pageCont a,
body.parent-pageid-1402 .ly_topInfo_list a,
body.parent-pageid-1402 .bl_pageCont a {
	color: var(--gjsk-navy);
	border-bottom: 1px solid var(--gjsk-navy);
}
body.page-id-1404 .ly_topInfo_list a,
body.page-id-1404 .bl_pageCont a,
body.parent-pageid-1404 .ly_topInfo_list a,
body.parent-pageid-1404 .bl_pageCont a {
	color: var(--gjsk-grey);
	border-bottom: 1px solid var(--gjsk-grey);
}
.wrap--news + .wrap--news {
	margin-top: 10px;
}
.wrap--news, .wrap--news-txt h3 {
	font-size: 1.6rem;
	line-height: 1.7;
}
.data--news {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100px;	
}
.el_info_date {
	display: block;
	margin-top: 2px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.el_info_kitty {
	display: block;
	position: relative;
	margin-top: 3px;
	padding-right: 10px;
	width: 136px;
	height: 24px;
	font-size: 1.4rem;
	line-height: 23px;
	text-align: center;
	background: #00b489;
}
.el_info_kitty::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 0;
	border-color: transparent #fff transparent transparent;
}
.el_info_kitty::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: transparent #fff transparent transparent;
}
/* 本部-色 */
.el_info_kitty.info-nsk-h-rinri {
	background: #86cfef;
}
.el_info_kitty.info-nsk-h-seido {
	background: #b08fca;
}
.el_info_kitty.info-nsk-h-kyouiku {
	background: #3377ba;
}
.el_info_kitty.info-nsk-h-saigai {
	background: #fff24e;
}
.el_info_kitty.info-nsk-h-kokoro {
	background: #ffafac;
}
.el_info_kitty.info-nsk-h-other {
	background: #ccc;
}
/* 支部-色 */
.el_info_kitty.info-nsk-s-h-t,
.el_info_kitty.info-nsk-s-hokkaido,
.el_info_kitty.info-nsk-s-aomori,
.el_info_kitty.info-nsk-s-iwate,
.el_info_kitty.info-nsk-s-miyagi,
.el_info_kitty.info-nsk-s-akita,
.el_info_kitty.info-nsk-s-yamagata,
.el_info_kitty.info-nsk-s-fukushima { /* 北海道・東北 */
	background: #e2a679;
}
.el_info_kitty.info-nsk-s-k-k,
.el_info_kitty.info-nsk-s-ibaraki,
.el_info_kitty.info-nsk-s-tochigi,
.el_info_kitty.info-nsk-s-gunma,
.el_info_kitty.info-nsk-s-saitama,
.el_info_kitty.info-nsk-s-chiba,
.el_info_kitty.info-nsk-s-tokyo,
.el_info_kitty.info-nsk-s-kanagawa,
.el_info_kitty.info-nsk-s-niigata,
.el_info_kitty.info-nsk-s-yamanashi,
.el_info_kitty.info-nsk-s-nagano { /* 関東・甲信越 */
	background: #cfdd57;
}
.el_info_kitty.info-nsk-s-t-h-k,
.el_info_kitty.info-nsk-s-toyama,
.el_info_kitty.info-nsk-s-ishikawa,
.el_info_kitty.info-nsk-s-fukui,
.el_info_kitty.info-nsk-s-gifu,
.el_info_kitty.info-nsk-s-shizuoka,
.el_info_kitty.info-nsk-s-aichi,
.el_info_kitty.info-nsk-s-mie,
.el_info_kitty.info-nsk-s-shiga,
.el_info_kitty.info-nsk-s-kyoto,
.el_info_kitty.info-nsk-s-osaka,
.el_info_kitty.info-nsk-s-hyogo,
.el_info_kitty.info-nsk-s-nara,
.el_info_kitty.info-nsk-s-wakayama { /* 東海・北陸・近畿 */
	background: #86cfef;
}
.el_info_kitty.info-nsk-s-t-s,
.el_info_kitty.info-nsk-s-tottori,
.el_info_kitty.info-nsk-s-shimane,
.el_info_kitty.info-nsk-s-okayama,
.el_info_kitty.info-nsk-s-hiroshima,
.el_info_kitty.info-nsk-s-yamaguchi,
.el_info_kitty.info-nsk-s-tokushima,
.el_info_kitty.info-nsk-s-kagawa,
.el_info_kitty.info-nsk-s-ehime,
.el_info_kitty.info-nsk-s-kochi { /* 中国・四国 */
	background: #b08fca;
}
.el_info_kitty.info-nsk-s-k-o,
.el_info_kitty.info-nsk-s-fukuoka,
.el_info_kitty.info-nsk-s-saga,
.el_info_kitty.info-nsk-s-nagasaki,
.el_info_kitty.info-nsk-s-kumamoto,
.el_info_kitty.info-nsk-s-oita,
.el_info_kitty.info-nsk-s-miyazaki,
.el_info_kitty.info-nsk-s-kagoshima,
.el_info_kitty.info-nsk-s-okinawa { /* 九州・沖縄 */
	background: #ffafac;
}
/* 官公庁 */
.el_info_kitty.info-kkc-kousei { /* 厚生労働省 */
	background: #e2a679;
}
.el_info_kitty.info-kkc-naikakukanbou { /* 内閣官房 */
	background: #86cfef;
}
.el_info_kitty.info-kkc-naikakuhu { /* 内閣府 */
	background: #b08fca;
}
.el_info_kitty.info-kkc-other { /* その他 */
	background: #ccc;
}
/* 関係団体 */
.el_info_kitty.info-kankei-kankei { /* 関係団体 */
	background: #cfdd57;
}

.wrap--news-txt {
	width: 770px;
}
body.page-template-page-info .wrap--news-txt {
	width: 880px;
}
.wrap--news-txt h3 {
	position: relative;
	font-weight: normal;
}
.wrap--news-txt h3:hover {
	cursor: pointer;
}
.wrap--news-txt h3.honmon-no:hover {
	cursor: auto;
}
.wrap--news-txt h3 span::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 4px;
	margin-left: .5em;
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px var(--nsk-green);
	border-right: solid 1px var(--nsk-green);
	transform: rotate(135deg);
	transition: all 360ms;
}
body.page-id-1402 .wrap--news-txt h3 span::after,
body.parent-pageid-1402 .wrap--news-txt h3 span::after {
	border-color: var(--gjsk-navy);
}
body.page-id-1404 .wrap--news-txt h3 span::after,
body.parent-pageid-1404 .wrap--news-txt h3 span::after {
	border-color: var(--gjsk-grey);
}

.wrap--news-txt h3.open span::after {
	top: 12px;
	transform: rotate(-45deg);
	transition: all 360ms;
}
.honmon {
	display: none;
	position: relative;
	padding-top: .75em;
	padding-bottom: .5em;
}
.honmon p {
	font-size: 1.6rem;
	line-height: 2;
}
.honmon p + p {
	margin-top: .5em;
}
.ly_contents .honmon p:last-of-type {
	margin-bottom: 1.5em;
}
.honmon a {
	color: var(--nsk-green);
	border-bottom: 1px solid var(--nsk-green);
}
.btn--news-list {
	text-align: center;
}
.btn--news-list a {
	padding-bottom: 1px;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .12em;
	border-bottom: .5px solid #595757;
}
.btn--news-list a::after {
	content: '';
	display: inline-block;
	margin: 0 3px 0 .6em;
	width: 7px;
	height: 7px;
	border: 0;
	border-top: solid 1px #595757;
	border-right: solid 1px #595757;
	transform: rotate(45deg);
}
a.el_permalink {
	display: flex;
	justify-content: flex-end;
	margin-bottom: -1.4em;
	text-align: right;
	border: none !important;
}
a.el_permalink span {
	display: block;
	line-height: 1.7;
	color: var(--nsk-green);
	border-bottom: 1px solid var(--nsk-green);
}
@media screen and (max-width: 666px) {
	.ly_news {
		max-width: 100%;
	}
	.data--news, .wrap--news-txt,
	body.page-template-page-info .wrap--news-txt {
		width: 100%;
	}
	.data--news {
		margin-bottom: 2px;
		justify-content: flex-start;
	}
	.el_info_date {
		margin-right: 1em;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.el_info_kitty {
		margin-top: 3px;
		padding: 0 15px 0 7px;
		width: auto;
		height: 20px;
		font-size: 1.3rem;
		line-height: 19px;
		text-align: left;
	}
	.el_info_kitty::before {
		border-width: 0 10px 10px 0;
	}
	.el_info_kitty::after {
		border-width: 10px 10px 0 0;
	}
	.wrap--news {
		padding-bottom: 12px;
		border-bottom: 1px solid #000;
	}
	body.page-id-1402 .wrap--news:nth-last-of-type(2),
	body.page-id-1404 .wrap--news:nth-last-of-type(2) {
		border: none;
	}
	body.category .wrap--news:last-of-type {
		border: none;
	}
	/* body.category .ly_contents .wrap--news:last-of-type .honmon p:last-of-type {
		margin-bottom: 0;
	} */
	.wrap--news + .wrap--news {
		margin-top: 15px;
	}
	.wrap--news, .wrap--news-txt h3, .honmon p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.wrap--news-txt h3.honmon-yes {
		padding-right: 18px;
	}
	.wrap--news-txt h3 span::after {
		top: 6px;
		right: 2px;
	}
	.wrap--news-txt h3.open span::after {
		top: 11px;
	}
}

/*-------------------------------------------------
	Footer
-------------------------------------------------*/
html,body {
	height: 100%;
}
.ly_container {
	position: relative;
	width: 100%;
	min-height: 100%;
	background-color: #eceeed;
}
.ly_contents {
	position: relative;
	padding-bottom: 302px;
}
body.page-template-page-overview .ly_contents {
	padding-top: 65px;
}
.ly_footer {
	position: absolute;
	bottom: 0;
	margin-top: 100px;
	padding-top: 25px;
	width: 100%;
	height: 202px;
	text-align: center;
	background-color: var(--nsk-green);
}
body.page-id-1402 .ly_footer,
body.parent-pageid-1402 .ly_footer {
	background-color: var(--gjsk-navy);
}
body.page-id-1404 .ly_footer,
body.parent-pageid-1404 .ly_footer {
	background-color: var(--gjsk-grey);
}
.un_ftr_lv2H {
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
	color: #fff;
}
.un_ftr_txt {
	padding-top: 20px;
	font-size: 1.5rem;
	line-height: 1.75;
	text-align: center;
	color: #fff;
}
.un_ftr_txt a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.un_copyright {
	font-size: .867em;
}

@media screen and (max-width: 666px) {
	.ly_contents {
		padding-bottom: 250px;
	}
	.ly_footer {
		margin-top: 100px;
		height: 200px;
	}
	.un_ftr_lv2H {
		font-size: 1.5rem;
	}
	.un_ftr_txt {
		padding-top: 1.5em;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.un_copyright {
		display: block;
		margin-top: 0.2em;
		font-size: 1rem;
		line-height: 1.333;
		transform: scale(.9);
		transform-origin: center;
	}
	
}

/*-------------------------------------------------
	404
-------------------------------------------------*/
.bl_404 p {
	text-align: center;
}
@media screen and (max-width: 666px) {
	.bl_404 p {
		text-align: justify;
	}
}
