/* start-reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tfoot,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;padding:0;border:0;font-size:100%;font:inherit;box-sizing: border-box;
}

table,th,td {
	margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:middle !important;box-sizing: border-box;
}

.clear{
	clear:both;
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-style: normal;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.618;
	margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,[type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}

/* end-reset */


/* start-globalsetting */

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	background: #fff;
	color: #2e2e2e;
	line-height: 1.618;
	font-feature-settings: "palt";
	/*
	display: flex;
  	flex-direction: column;
  	min-height: calc(100vh - 116px);
	*/
}

a, a:link, a:visited {
	color: #137c88;
}

a:hover, a:focus, a:active {
	color: #ce259e;
}

a[href] {
	font-size: inherit;
	text-decoration: underline;
}

a:focus, input:focus, select:focus {
    outline: 1px solid #ce259e;
}

a, button, input, select, textarea, img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out;
}

div, p, h1, h2, h3, h4, h5, h6, tr, th, td, dl, dt, dd, a {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 1.41;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.618;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.8125em;
	table-layout: fixed;
	word-break: break-all;
	background: #fff;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.min {
	font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","MS P明朝","MS PMincho",sans-serif;
}

.goth {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

.cl:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.bold {
	font-weight: bold;
}

.flex {
	display:-webkit-box;
	display: -webkit-flex;
	display: flex;
}

.wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.keep {
	word-break: keep-all;
}

.small {
	font-size: 0.8125em;
}

.small.inline {
	display: inline-block;
	margin-left: 1rem;
}

td .small {
	margin-top: 0.8em;
}

.center {
	text-align: center;
}

.red {
	color: #ff0000;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 0.6875em;
	letter-spacing: 0;
}
#page-top a {
	background: rgba(102,102,102,0.7);
	text-decoration: none;
	color: #fff;
	padding: 20px 16px 16px;
	text-align: center;
	display: block;
	border-radius: 8px;
	letter-spacing: 0;
	font-weight: bold;
}
#page-top a:hover {
	text-decoration: none;
	background: rgba(153,153,153,0.7);
}

#page-top a img {
	display: block;
	width: 40px;
	height: auto;
	margin: 0 auto 8px;
}

.bt {
	text-align: center;
	box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.bt a {
	color: #F2F0EC;
	display: block;
	border-radius: 4px;
	padding: 1em 2em;
	background: #43a3cb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.bt:hover {
	background: #ee836f;
}

/* end-globalsetting */


.wid {
	width: 1120px;
	max-width: 96%;
	margin: 0 auto;
}

.content .wid {
	width: 780px;
}

header {
	width: 100%;
	margin-top: 16px;
}

.logo{
	float: left;
	width: 240px;
}

.content > section {
    padding: 4rem 0 0;
}

.topPage .content > section {
	padding: 4rem 0 4.25rem;
}

.headSubMenu {
	margin-bottom: 4px;
}

.headSubMenu ul {
	display: flex;
	justify-content: flex-end;
}

.headSubMenu ul li {
	font-size: 0.8125em;
	position: relative;
}

.headSubMenu ul li:before {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	position: absolute;
	background: #d7d7d7;
	left: 0; top: 0; bottom: 0;
	margin: auto 0;
}

.headSubMenu ul li a {
	padding: 0 1.414em;
}

.bla a {
	color: #2e2e2e;
	text-decoration: none;
}

.bla a:hover {
	color: #767676;
	text-decoration: underline;
}

.headSubMenu ul li:first-of-type a {
	padding-left: 0;
}

.headSubMenu ul li:last-of-type a {
	padding-right: 0;
}

.headSubMenu ul li a:before {
	content: "";
	display: inline-block;
	background: url(../images/icn_triangle.png) no-repeat center center / contain;
	width: 9px;
	height: 10px;
	margin-right: 4px;
}

.siteIntro {
	border-bottom: 1px solid #d7d7d7;
}

.siteIntro .wid {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 1rem;
}

.siteIntro > div {
	font-size: 0.8125em;
}

.siteIntro .wid > div {
	display: flex;
	align-items: flex-end;
}

.siteIntro .wid > div a {
	margin-right: 1em;
}

.siteIntro .wid > div p {
	line-height: 1;
}

.siteIntro .wid > div:last-of-type {
	display: flex;
	align-items: center;
}

.siteSearch, dl.mojiArea {
	padding-right: 2rem;
}

.siteSearch a:before {
	content: "";
	display: inline-block;
	background: url(../images/icn_search.png) no-repeat center center / contain;
	width: 13px;
	height: 13px;
	margin-right: 4px;
}

dl.mojiArea {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

dl.mojiArea dt {
	padding-right: 0.8em;
}

dl.mojiArea dd {
	background: #137c88;
	padding: 4px 7px;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	margin-right: 4px;
	text-align: center;
	cursor: pointer;
}

dl.mojiArea dd:last-of-type {
	margin-right: 0;
}

dl.mojiArea dd:hover {
	background: #ce259e;
}

figure a, figure a img {
	display: block;
}

.gnavTitle ul {
	display: flex;
	padding-top: 2.5rem;
}

.gnavTitle ul li {
	padding: 0 1rem;
	position: relative;
}

.gnavTitle ul li.shift {
/*	width: 49.99998%;*/
	width: 75%;
}
/*
.gnavTitle ul li.asset {
	width: 33.33332%;
}
*/
.gnavTitle ul li.navi {
/*	width: 16.66666%;*/
	width: 25%;
}

.gnavTitle ul li:before {
	content: "";
	display: block;
	position: absolute;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 40px;
	overflow: hidden;
	bottom: -1rem;
	left: -0.4rem;
	border: 4px solid #fff;
	z-index: -10;
}

.gnavTitle ul li.shift:before {
	background: #cbe9f8;
}

.gnavTitle ul li.asset:before {
	background: #caf1f2;
}

.gnavTitle ul li.navi:before {
	background: #ebddf9;
}

.gnavTitle ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 40px;
	overflow: hidden;
	bottom: -1rem;
	left: -0.4rem;
	border: 4px solid #fff;
	z-index: -1;
}

.gnavTitle ul li.shift:after {
	background: #7ac2e6;
}

.gnavTitle ul li.asset:after {
	background: #6eced1;
}

.gnavTitle ul li.navi:after {
	background: #c391f6;
}

.gnavTitle ul li span {
	display: block;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.1618em;
	padding-left: 0.4em;
	text-shadow: 1px 0 4px #fff;
}

.gnavTitle ul li span:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 18px;
	bottom: -8px; left: 0; right: 0;
	margin: 0 auto;
	z-index: -20;
}

.gnavTitle ul li.shift span:after {
	background: #cbe9f8;
}

.gnavTitle ul li.asset span:after {
	background: #caf1f2;
}

.gnavTitle ul li.navi span:after {
	background: #ebddf9;
}

.wbkeep {
	word-break: keep-all;
}

#gnav > ul {
	display: flex;
	align-items: stretch;
	position: relative;
}

#gnav > ul > li {
/*	width: 16.66666%;*/
	width: 25%;
}

#gnav > ul > li > a {
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 2em 1em 1.5em;
	position: relative;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#gnav > ul > li > a:hover {
	text-decoration: none;
	color: #2e2e2e;
}

#gnav > ul > li > a:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 88%;
	bottom: 0;
	z-index: -100;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#gnav > ul > li:hover > a:before, #gnav > ul > li:focus-within > a:before {
	background: #eef8fb;
}

#gnav > ul > li.shift:hover > a:hover:before, #gnav > ul > li.shift:focus-within > a:before {
	background: #eef8fb;
}

#gnav > ul > li.asset:hover > a:hover:before, #gnav > ul > li.asset:focus-within > a:before {
	background: #f1fcf5;
}

#gnav > ul > li.navi:hover > a:hover:before, #gnav > ul > li.navi:focus-within > a:before {
	background: #f9f5fd;
}


#gnav > ul > li > a:after {
	content: "";
	display: block;
	position: absolute;
	width: calc( 100% - 2em );
	height: 6px;
	border-radius: 10px;
	background: #f5cae8;
	bottom: 0; left: 0; right: 0;
	margin: 0 auto;
}

#gnav > ul > li.shift > a:after {
	background: #189bc7;
}

#gnav > ul > li.asset > a:after {
	background: #10a3a4;
}

#gnav > ul > li.navi > a:after {
	background: #9966cc;
}

#gnav > ul > li > div {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%; left: 0; right: 0;
	padding-top: 2rem;
	width: 100%;
	word-break: break-all;
}

#gnav > ul > li:hover > div, #gnav > ul > li:focus > div, #gnav > ul > li:active > div, #gnav > ul > li:focus-within > div {
	display: block;
}

#gnav > ul > li:before {
	content: "";
	display: none;
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-bottom: 2rem solid rgba(24, 155, 199, 0.45);
	top: 100%;
	box-sizing: border-box;
	margin-left: 4.5rem;
}

#gnav > ul > li.asset:before {
	border-bottom: 2rem solid rgba(16, 163, 164, 0.45);
}

#gnav > ul > li.navi:before {
	border-bottom: 2rem solid rgba(153, 102, 204, 0.45);
}

#gnav > ul > li:hover:before, #gnav > ul > li:focus:before, #gnav > ul > li:active:before, #gnav > ul > li:focus-within:before {
	display: block;
}

#gnav > ul > li:nth-child(2):hover:before, #gnav > ul > li:nth-child(2):focus:before, #gnav > ul > li:nth-child(2):active:before, #gnav > ul > li:nth-child(2):focus-within:before {
	display: none;
}

#gnav > ul > li > div > ul {
	width: 1000px;
	background: padding-box #fff;
	border: 8px solid rgba(24, 155, 199, 0.45);
	margin: 0 auto;
	padding: 2rem 3.5rem 2.25rem;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
}

#gnav > ul > li.asset > div > ul {
	border-color: rgba(16, 163, 164, 0.45);
}

#gnav > ul > li.navi > div > ul {
	border-color: rgba(153, 102, 204, 0.45);
}

#gnav > ul > li > div > ul > li {
	width: 25%;
}

#gnav > ul > li:nth-child(3) > div > ul > li {
	width: 30%;
}

#gnav > ul > li > div > ul > li a {
	position: relative;
	display: block;
	padding: 0 1em 0 2rem;
	line-height: 2;
}

#gnav > ul > li > div > ul > li > a.nope {
	pointer-events: none;
	text-decoration: none;
}

#gnav > ul > li > div > ul > li > a:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../images/icn_menu-arrow.png) no-repeat center center / contain;
	width: 0.8em; height: 0.8em;
	margin: 0.5em 0 0 -2rem;
}

#gnav > ul > li > div > ul > li > ul {
	font-size: 0.875em;
}

#gnav > ul > li > div > ul > li > ul > li > a:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../images/icn_menu-arrow-gray.png) no-repeat center center / contain;
	width: 0.8em; height: 0.8em;
	margin: 0.5em 0 0 -2rem;
}

.topPage .kanban {
	background: #f0f9f7;
	padding: 2rem 0;
	margin-top: 2rem;
}

.topPage .kanban .wid h1 {
	position: relative;
}

.topPage .kanban .wid h1 > span {
	display: block;
	position: absolute;
	font-weight: bold;
	color: #fff;
	top: 50%;
	transform: translate(0, -50%);
	max-width: 90%;
	font-size: 1.125em;
	padding: 1.5rem 2.5rem 1.5rem 6rem;
	text-shadow: 1px 1px 4px #2e2e2e;
	line-height: 1.732;
	background: rgba(36,142,143,0.3);
	background: linear-gradient(25deg, rgba(36,142,143,0.5), rgba(36,142,143,0.1));
}

.topPage .kanban .wid h1 span em {
	display: block;
	font-size: 3.5rem;
	font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","MS P明朝","MS PMincho",sans-serif;
	letter-spacing: 0.0618em;
	margin-bottom: 1rem;
	line-height: 1.333;
	text-shadow: 2px 2px 6px #2e2e2e;
}

.topPage .kanban .wid h1 > span em span {
	font-size: 1.25em;
}

.topPage .kanban .wid h1 img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	overflow: hidden;
}

/*
.topPage .content {
	background: #f8f5ef;
}
*/

.topPage .content h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3.5rem;
}

.topPage .content h2 span {
	position: relative;
}

.topPage .content h2 span:before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: #137c88;
	border-radius: 20px;
	overflow: hidden;
	left: -2rem; top: 0; bottom: 0;
	margin: auto 0;
}

.topPage .content h2 span:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: #137c88;
	border-radius: 20px;
	overflow: hidden;
	right: -2rem; top: 0; bottom: 0;
	margin: auto 0;
}

.topNewsArea {
	margin-bottom: 2.5rem;
}

.topNewsArea article, .subNewsArea article {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1.125rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px dashed #eae5da;
	justify-content: space-between;
}

.topNewsArea article time, .subNewsArea article time {
	width: 24%;
	letter-spacing: 0.1414em;
	font-weight: bold;
}

.topNewsArea article h3, .subNewsArea article h3 {
	width: 76%;
	font-weight: bold;
}

.topNewsArea article p {
	width: 76%;
}

.topNewsArea article p a, .subNewsArea article p a {
	font-weight: bold;
}

.btArea {
	text-align: center;
	font-size: 1.125em;
	line-height: 1;
}

.btArea a, .btArea button[type="submit"], .backBtArea button[type="button"] {
	display: inline-block;
	padding: 1.2em 4em 1.15em 3.33333em;
	position: relative;
	border: 1px solid #2e2e2e;
	border-radius: 40px;
	overflow: hidden;
	font-weight: bold;
	background: #fff;
}

.btArea a:after, .btArea button[type="submit"]:after, .backBtArea button[type="button"]:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 15px;
	background: url(../images/icn_btn-arrow.png) no-repeat center center / contain;
	right: 1.66666em; top: 0; bottom:  0;
	margin: auto 0;
}

.btArea a:hover, .btArea button[type="submit"]:hover, .backBtArea button[type="button"]:hover {
	color: #2e2e2e;
	text-decoration: none;
	border-color: #ce259e;
}

.btArea a:hover:after, .btArea button[type="submit"]:hover:after, .backBtArea button[type="button"]:hover:after {
	background-image: url(../images/icn_btn-arrow-hover.png);
}

footer > section {
	background: #273643;
	color: #fff;
	padding: 3.5rem 0;
}

.footerTopArea {
	display: flex;
}

.footerTopArea h2 {
	width: 17%;
	padding-right: 3.5rem;
}

.footerTopArea h2, .footerSitemap {
	border-right: 1px dashed #3f5c68;
}

.footerTopArea h2 a {
	display: block;
	margin-top: 0.85rem;
	max-width: 100%;
}

.footerTopArea h2 a img {
	max-width: 100%;
}

.footerSitemap {
	width: 50%;
	padding: 0 3.5rem;
}

.footerTopArea > section:last-of-type {
	width: 33%;
	padding-left: 3.5rem;
}

.footerTopArea h3 {
	margin-bottom: 0.85rem;
}

.footerSitemap > div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.footerSitemap > div ul:first-of-type {
	margin-right: 2rem;
}

.footerSitemap > div ul {
	font-size: 0.9375em;
}

.footerSitemap > div ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 1.732;
	word-break: keep-all;
	padding-left: 2rem;
}

.footerSitemap > div ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.footerSitemap > div ul li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/icn_triangle-circle.png) no-repeat center center / contain;
	margin: 0.32em 0 0 -2rem;
}

footer address ul li {
	line-height: 1.732;
}

footer address ul li:last-of-type {
	margin-top: 1.25rem;
}

.tel:after {
	content: ":";
	display: inline-block;
	margin: 0 0.5em 0 0.2em;
}

footer address ul li .small {
	margin-left: 0.3em;
}

footer address ul li a, footer address ul li a:link, footer address ul li a:visited {
	color: #fff;
}

footer address ul li a:hover {
	color: #fff;
	opacity: 0.7;
}

.copyArea {
	padding: 1.25rem 0 1rem;
}

.copyArea .wid {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.copyArea .wid p {
	font-size: 0.8125em;
}

.subPage .kanban {
	height: 200px;
	background: #e9f4f1;
	position: relative;
	margin-top: 2em;
}

.shiftPage .kanban {
	background: url(../images/bg_shift.png) no-repeat center center / cover;
}

.assetPage .kanban {
	background: url(../images/bg_asset.png) no-repeat center center / cover;
}

.naviPage .kanban {
	background: url(../images/bg_navi.png) no-repeat center center / cover;
}

.subPage .kanban:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(94, 147, 141, 0.2);
	top: 0; left: 0;
}

.subPage.shiftPage .kanban:after {
	background: rgba(27, 118, 172, 0.3);
}

.subPage.assetPage .kanban:after {
	background: rgba(74, 115, 110, 0.2);
}

.subPage.naviPage .kanban:after {
	background: rgba(52, 162, 141, 0.4);
}

.subPage .kanban h1 {
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	line-height: 1;
	height: 1em;
	text-align: center;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	padding-top: 0.2em;
	letter-spacing: 0.1414em;
	text-shadow: 1px 1px 4px #2e2e2e;
}

.breadcrumb {
	background: #f0f0f0;
}

.breadcrumb ol {
	display: flex;
	flex-wrap: nowrap;
	font-size: 0.8125em;
	padding: 0.4em 0;
}

.breadcrumb ol li {
	margin-right: 1em;
}

.breadcrumb ol li:after {
	content: "/";
	display: inline-block;
	margin-left: 1em;
	color: #c0b085;
}

.breadcrumb ol li:last-of-type {
	margin-right: 0;
}

.breadcrumb ol li:last-of-type:after {
	content: none;
}

.subPage .content h2 {
	text-align: center;
	font-size: 1.125em;
	font-weight: bold;
	padding-bottom: 3rem;
}

.subPage.shiftPage .content h2 {
	color: #1290c2;
}

.subPage.assetPage .content h2 {
	color: #137c88;
}

.subPage.naviPage .content h2 {
	color: #72469d;
}

.subPage .content h2 span {
	position: relative;
}

.subPage .content h2 span:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #50a9b3;
	border-radius: 20px;
	overflow: hidden;
	bottom: -1rem;
	left: 50%;
	margin-left: -12px;
}

.subPage.shiftPage .content h2 span:before {
	background: #5093b3;
}

.subPage.assetPage .content h2 span:before {
	background: #50a9b3;
}

.subPage.naviPage .content h2 span:before {
	background: #a36ee4;
}

.subPage .content h2 span:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #9ccbe1;
	border-radius: 20px;
	overflow: hidden;
	bottom: -1rem;
	right: 50%;
	margin-right: -12px;
}

.subPage.shiftPage .content h2 span:after {
	background: #9cbde1;
}

.subPage.assetPage .content h2 span:after {
	background: #9ccbe1;
}

.subPage.naviPage .content h2 span:after {
	background: #b89ce1;
}

.participantPage .content > section {
	padding-bottom: 0;
}

.outline {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.732;
	word-break: keep-all;
	text-align: center;
	margin-bottom: 4rem;
}

.outline span {
	display: block;
	font-size: 0.875em;
}

.infoArea {
	padding: 2rem 2.5rem 2.25rem;
	background: #f8f5ef;
	margin-bottom: 3.5rem;
	font-size: 0.9375em;
}

.sankaInfoArea dl {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1.125rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px dashed #eae5da;
}

.sankaInfoArea dl:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.sankaInfoArea dl dt {
	width: 32%;
	font-weight: bold;
}

.sankaInfoArea dl dd {
	width: 68%;
	padding-left: 2em;
}

.selectArea {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.selectArea:after {
	position: absolute;
	right: 10px; top: 0; bottom: 0;
	margin: auto 0;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	pointer-events: none;
}

.selectArea select, .agreeArea select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0.4em 2.5em 0.4em 1.5em;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	background: #fff;
}

input[type="text"] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0.4em 2.5em 0.4em 1.5em;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	background: #fff;
}

.infoArea ul li {
	line-height: 1.732;
}

.abc, .katakana, .decimal {
	padding: 0 2em;
}

.abc, .abc > li {
	list-style: upper-latin;
	font-size: 1em;
}

.katakana, .katakana > li {
	list-style: katakana;
	font-size: 1em;
}

.decimal, .decimal > li {
	list-style: decimal;
	font-size: 1em;
}
/*
.disc, .disc > li {
	list-style: disc;
	font-size: 1em;
}
*/

.square, .square > li {
	list-style: square;
	font-size: 1em;
}

.hyphen, .hyphen > li {
	list-style: '-';
	font-size: 1em;
}

.tabstop {
	display: inline-block;
	width: 2.5em;
}

.infoArea > ul > li {
	line-height: 2.414;
	padding-left: 0.8em;
}

.infoArea > ul > li > ul > li {
	line-height: 2.414;
	padding-left: 0.8em;
}

.infoArea > ul.jireiArea > li {
	padding-left: 0;
}

.external:after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../images/icn_external.png) no-repeat center center / contain;
	margin-left: 0.6em;
	vertical-align: middle;
}

.sankaTableArea, .grSec {
	background: #f4f0f9;
	padding: 4rem 0 4.25rem;
}

.shiftPage thead {
    background: #b4d8ea;
}

.shiftPage .sankaTableArea, .shiftPage .grSec {
	background: #ebf8fb;
}

.assetPage .sankaTableArea, .assetPage .grSec {
	background: #f0f9f7;
}

.sankaTableArea h3, .outlineArea h3, .contactArea dl dt, .faqArea h3, .terms h3 {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 2.5rem;
	position: relative;
}

.sankaTableArea h3:before, .outlineArea h3:before, .contactArea dl dt:before, .faqArea h3:before, .terms h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 1.6em;
	height: 2px;
	background: #50a9b3;
	left: 0; bottom: -0.8rem;
}

/*
.sankaTableArea h3:after {
	content: "";
	display: block;
	position: absolute;
	width: 1em;
	height: 2px;
	background: #9ccbe1;
	left: calc(1em + 1px); bottom: -0.8rem;
}
*/

.sankaTableArea .wid > section {
	margin-bottom: 4em;
}

.sankaTableArea .wid > section:last-of-type {
	margin-bottom: 0;
}

.sankaTableArea .sanakaTableTxt {
	margin-bottom: 1.5rem;
}

thead {
	background: #b4e5ea;
	font-weight: bold;
}

table th, table td {
	padding: 0.8em 0.4em;
	/* border: 1px solid #d7d7d7; */
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
}

table thead th {
	border-color: #fff;
}

table span {
	font-size: 0.84615em;
	display: block;
	font-weight: normal;
}

table .file, table .file span {
	display: inline;
}

 table .file span {
	font-size: inherit;
}

table.sankaTable tr:first-of-type th:first-of-type, table.sankaTable tr td:first-of-type {
	width: 6%;
}

table.sankaTable tr:first-of-type th:nth-of-type(2), table.sankaTable tr td:nth-of-type(2) {
	width: 10%;
}

table.sankaTable tr:first-of-type th:nth-of-type(3), table.sankaTable tr td:nth-of-type(3) {
	width: 24%;
}

table.sankaTable tr:first-of-type th:nth-of-type(5), table.sankaTable tr td:nth-of-type(6) {
	width: 10%;
}

table.sankaTable tr td:first-of-type, table.sankaTable tr td:nth-of-type(2), table.sankaTable tr td:nth-of-type(6) {
	text-align: center;
}

table.sankaTable tbody tr:nth-child(2n) {
	background: #fcfcfc;
}

.txtBox {
	margin-bottom: 3.5rem;
}

.txtBox p {
	margin-bottom: 0.4rem;
	line-height: 2.375;
	text-align: justify;
}

.txtBox p:last-of-type {
	margin-bottom: 0;
}

.outlineArea article {
	margin-bottom: 1.6rem;
}

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

.outlineArea article img {
	display: block;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	margin: auto;
	max-width: 100%;
	height: auto;
}

.download {
	font-size: 0.85em;
	margin-top: 0.6rem;
	text-align: right;
	opacity: 0.7;
}

.download:before {
	content: "";
	display: inline-block;
	background: url(../images/icn_download.png) no-repeat center center / contain;
	width: 20px;
	height: 18px;
	margin-right: 0.8em;
}

.outlineArea .infoArea {
	background: #fff;
	font-size: 1em;
}

.outlineArea > .wid > .infoArea:last-of-type {
	margin-bottom: 0;
}

.outlineArea article:last-of-type .infoArea {
	margin-bottom: 0;
}

.outlineArea .infoArea p {
	line-height: 1.618;
	margin-bottom: 1rem;
	text-align: justify;
}

.outlineArea .infoArea p:last-child {
	margin-bottom: 0;
}

.outlineArea .infoArea ul {
	padding: 1rem 1.6rem;
}

.borderBox {
	border: 1px solid #bbd1d3;
	margin: 1.6rem 0;
}

.outlineArea .infoArea ul:last-child {
	margin-bottom: 0;
}

table.col2Table, table.kouboTable {
	table-layout: unset;
}

table.col2Table th, table.col2Table td {
	padding: 0.8em;
}

table.col2Table tbody {
	font-size: 0.9375rem;
}

table.col2Table tr td:first-of-type {
	width: 30%;
}

table.col2Table tr td:nth-of-type(2) {
	width: 70%;
}

table.sankaTable.leftCol2Table tr td:nth-of-type(2) {
	text-align: left;
}

table.sankaTable.leftCol1Table tr td {
	padding: 0.8em 2em;
	text-align: left;
}

.file {
	font-size: 0.85em;
	color: #8c8c8c;
	font-weight: normal;
}

.file:before {
	content: "[";
	margin: 0 0.3em 0 1em;
}

.file:after {
	content: "]";
	margin: 0 1em 0 0.3em;
}

.file span {
	margin-right: 0.4em;
}

table.sankaTable.col3Table tbody tr th {
	width: 10%;
}

table.sankaTable.col3Table  tbody tr td {
	padding: 0.4em 0.8em;
}

table.sankaTable.col3Table  tbody tr td:first-of-type {
	width: 70%;
}

table.sankaTable.col3Table  tbody tr td:nth-of-type(2) {
	width: 20%;
}

ul.disc li {
	position: relative;
	padding-left: 1.6em;
}

ul.disc li:before {
	content: "●";
	font-size: 0.5em;
	display: block;
	position: absolute;
	top: 0.8em; left: 0;
	margin: auto;
}

ul.multiLi li {
	line-height: 1.618;
	margin-bottom: 1.618em;
}

ul.multiLi li:last-of-type {
	margin-bottom: 0;
}

ul.multiShortLi li {
	line-height: 1.414;
	margin-bottom: 0.8em;
}

ul.multiShortLi li:last-of-type {
	margin-bottom: 0;
}

.outlineImgArea .center {
	font-size: 0.85em;
	text-align: center !important;
	opacity: 0.7;
	margin-top: 0.6rem;
}

.infoArea form {
	position: relative;
	width: 300px;
}

.infoArea input[type="text"] {
	width: 100%;
	padding: 0.4rem 3rem 0.4rem 2rem;
	border-radius: 12px;
	outline: 0;
	background: #fff;
}

.infoArea input[type="submit"] {
	position: absolute;
	right: 1rem; top:0; bottom: 0;
	margin: auto;
	background: none;
	color: #666;
	border: none;
	background: url(../images/icn_search.png) no-repeat center center / contain;
	width: 20px;
	height: 20px;
	color: transparent;
	font-size: 0;
}
.infoArea input[type="submit"]:hover{
 	opacity: 0.6;
}

.jireiArea > li {
	padding: 0;
	margin-bottom: 2em;
	line-height: 1.618;
}

.jireiArea > li:last-child {
	margin-bottom: 0;
}

.jireiArea > li h3 {
	font-size: 1em;
	margin-bottom: 0.4rem;
}

.jireiArea > li h3:before {
	content: none;
}

.jireiArea > li p {
	font-size: 0.85em;
}

.naviguideBox {
	display: flex;
	flex-wrap: wrap;
}

.naviguideArea > li {
	margin-bottom: 3.2rem;
}

.naviguideArea > li h3 {
	font-size: 1.125em;
	margin-bottom: 1rem;
	padding-left: 1.2rem;
}

.naviguideArea > li h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 80%;
	top: 0; bottom: 0; left: 0;
	margin: auto;
	background: #50a9b3;
}

.naviguideBox > div {
	width: 50%;
}

.naviguideBox > div:first-of-type {
	padding-right: 2em;
}

.naviguideBox > div img {
	max-width: 100%;
	height: auto;
}

.naviguideBox dl dt {
	color: #fff;
	width: -moz-fit-content;
	width: fit-content;
	padding: 2px 1em 1px;
	background: #2f7f88;
	border-radius: 4px;
	margin-bottom: 0.6rem;
}

.naviguideBox dl dd {
	font-size: 0.85em;
	margin-bottom: 2rem;
}

.naviguideBox dl dd > ol > li {
	margin-bottom: 0.4rem;
}

.naviguideBox dl dd > ol > li > ol {
	padding-left: 1em;
}

.naviguideBox .btArea {
	text-align: center !important;
}

table.bunruiTable tr:first-of-type th:nth-of-type(3), table.bunruiTable tr td:nth-of-type(3) {
    width: 8%;
}

table.bunruiTable tr:first-of-type th:nth-of-type(4), table.bunruiTable tr td:nth-of-type(4) {
    width: 12%;
} /* -36% */

table.bunruiTable tr:first-of-type th:nth-of-type(5), table.bunruiTable tr td:nth-of-type(5) {
    width: 40%;
}

table.bunruiTable tr:first-of-type th:nth-of-type(6), table.bunruiTable tr td:nth-of-type(6) {
    width: 24%;
}

table.bunruiTable tr td:nth-of-type(6) {
	text-align: left;
}

table.bunruiTable tr td:nth-of-type(6) span.file, table.yougoTable tr td span.file {
	display: block;
	text-align: right;
	margin-top: 4px;
}

table.bunruiTable tr td:nth-of-type(6) span.file:before, table.yougoTable tr td span.file:before {
	margin-left: 0;
}

table.bunruiTable tr td:nth-of-type(6) span.file:after, table.yougoTable tr td span.file:after {
	margin-right: 0;
}

h3 .small {
	margin-left: 1rem;
}

table.seminarTable tr td:first-of-type {
	width: 65%;
	text-align: left;
}

table.seminarTable tr td:nth-of-type(2) {
    width: 35%;
	font-size: 0.85em;
}

.contactArea {
	margin-bottom: 4.25rem;
}

.contactArea dl {
	margin-bottom: 3.2rem;
}

.contactArea dl:last-of-type {
	margin-bottom: 0;
}

.contactArea dl dd p {
	margin-bottom: 1rem;
}

.contactArea dl dd p.mail, .mail {
	background: #fff;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0.2em 2em;
}

.contactArea dl dd p.mail:before, .mail:before {
	content: "E-mail:";
	margin-right: 0.8em;
	font-weight: bold;
	color: #8c8c8c;
}

.right {
	display: block;
	text-align: right;
}

table.kouboTable tr td {
	padding: 0.8em 2em;
}

table.kouboTable tr td:first-of-type {
	width: 80%;
	text-align: left;
}

table.kouboTable tr td:last-of-type {
	width: 20%;
	text-align: center;
}

.co2InfoArea > .wid > section > section {
	margin-bottom: 3.2em;
}

.co2InfoArea  .infoArea {
    padding: 1rem 2.5rem 1.25rem;
}

.co2InfoArea p {
	margin-bottom: 0.4em;
}

@media (prefers-color-scheme: light) {
	.attention {
		font-size: 0.8125em;
		color: #ac0b47;
	}
}

@media (prefers-color-scheme: dark) {
	.attention {
		font-size: 0.8125em;
		color: #ffffff;
	}
}

.black {
	color: #2e2e2e;
}

.co2InfoArea .attention {
	margin-top: 1rem;
}

.faqArea {
	margin-bottom: 4em;
}

.faqArea > section {
	margin-bottom: 3.2em;
}

.faqArea > section:last-of-type {
	margin-bottom: 0;
}

.faqArea dl {
	border: 1px solid #d7d7d7;
	margin-bottom: 1.6em;
	text-align: justify;
}

.faqArea dl dt, .faqArea dl dd {
	padding: 0.8rem 2rem;
	display: flex;
}

.faqArea dl dt {
	border-bottom: 1px solid #d7d7d7;
	font-size: 1rem;
	font-weight: bold;
	background: #e2f1f9;
}

.faqArea dl dt .seq, .faqArea dl dd .seq {
	display: block;
	width: 64px;
	flex-shrink: 0;
	font-weight: bold;
}

.faqArea dl dd {
	font-size: 0.95em;
}

.faqArea dl dd .seq {
	font-size: 1rem;
}

.terms section, .agreeArea {
	margin-bottom: 3.2rem;
}

.terms p {
    line-height: 1.618;
	margin-bottom: 0.4rem;
}

.terms ul li {
	margin-bottom: 0.8rem;
}

.terms dt {
	font-weight: bold;
	margin-bottom: 0.2rem;
}

.sitemapArea  ul > li > div > ul, .sitemapArea  ul > li > dl, .sitemapArea ul > li > div > ul > li > ul {
	margin-left: 1.2rem;
}

.sitemapArea {
	display: flex;
	margin: 4rem 0;
}

.sitemapArea > ul {
	width: 33.33333%;
	padding: 0 0.6rem;
}

.sitemapArea > ul > li {
	font-weight: bold;
}

.sitemapArea > ul > li > div > ul > li {
	font-weight: 500;
}

.imgq {
	display: block;
	width: calc(100% - 64px);
}

.imgq img {
	width: 100%;
	height: auto;
	display: block;
}

.subNewsArea article p {
	width: 76%;
}

.outlineArea .subNewsArea article h3 {
	font-size: 1em;
	margin-bottom: 0;
}

.outlineArea .subNewsArea article h3:before {
	content: none;
}

table.yougoTable {
	width: auto;
}

table.yougoTable tr th:first-of-type, table.yougoTable tr td:first-of-type {
	width: 16%;
}

table.yougoTable tr th:nth-of-type(2), table.yougoTable tr td:nth-of-type(2) {
	width: 20%;
}

table.yougoTable tr th:nth-of-type(3), table.yougoTable tr td:nth-of-type(3) {
	width: 40%;
}

table.yougoTable tr th:last-of-type, table.yougoTable tr td:last-of-type {
	width: 24%;
}

.agreeHead {
	padding: 0 6rem;
}

.agreeArea h3 {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 0.8rem;
	text-align: center;
}

.agreeArea h3:before {
	content: "『";
	margin-right: 0.8em;
}

.agreeArea h3:after {
	content: "』";
	margin-left: 0.8em;
}

.author {
	margin-bottom: 3.2rem;
}

.author dl {
	display: flex;
	flex-wrap: nowrap;
}

.author dl dt:after {
	content: ":";
	margin: 0 1em 0 0.4em;
}

.author dl dt {
	font-weight: bold;
	margin-bottom: 0.4em;
}

.agreeArea form p {
	line-height: 1.618;
	margin-bottom: 0.6em;
}

.agreeArea form dl {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 2rem;
}

.agreeArea form dl dt {
	width: 24%;
	font-weight: bold;
}

.agreeArea form dl dt .small {
	display: block;
	font-weight: 500;
}

.agreeArea form dl dd {
	width: 76%;
	padding-left: 1.6rem;
}

.agreeArea form input[type="checkbox"] {
	margin-right: 0.4em;
}

.btArea button[type="submit"], .backBtArea button[type="button"] {
    padding: 0.7em 4em 0.65em 3.33333em;
}

.agreeArea form input[type="radio"] {
	margin-right: 0.4em;
}

.agreeArea form label {
	margin-right: 1.6em;
}

.extraArea {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 0.4em;
}

.extraArea input {
	margin-left: 1em;
}

.backBtArea button[type="button"] {
	background: #f2f4f5;
	border: 1px solid #bfbfbf;
}

.backBtArea button {
	margin: 0 0.6em;
}

.backBtArea span {
	display: block;
	margin-top: 0.8em;
	text-align: center;
}

.dlArea p {
	margin-bottom: 1em;
}

.dlLink span:after {
	content: ":";
	margin-right: 0.4em;
}

.longTxtArea {
	line-height: 2;
}

.longTxtArea p, .outlineArea .longTxtArea p {
	margin-bottom: 1.6em;
	line-height: 2;
}




/* start-Media Queries */


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

	.headSubMenuSp, .gnavBtArea {
		display: none;
	}


} /* end-(min-width: 1120px) */



@media screen and (max-width: 979px) {

	html {
		font-size: 87.5%;
	}

	.topPage .kanban .wid h1 > span {
		font-size: 1em;
		width: 100%;
		max-width: 100%;
		padding: 1.5rem 2.5rem;
	}

	.topPage .kanban .wid h1 span em {
		font-size: 1.5rem;
	}

	.topPage .kanban .wid h1 span em br {
		display: none;
	}

	.topPage .kanban .wid h1 > span em span {
		font-size: 1em;
	}

	.topPage .content > section {
    	padding: 2.4rem 0;
	}

	footer > section {
		padding: 2.4rem 0;
	}

	.footerTopArea h2, .footerSitemap, .footerTopArea > section:last-of-type {
		width: 100%;
	}

	.footerTopArea {
		flex-wrap: wrap;
	}

	.footerTopArea h2 {
		padding: 0;
	}

	.footerTopArea h2, .footerSitemap {
		margin-bottom: 2.4rem;
	}

	.footerSitemap, .footerTopArea > section:last-of-type {
		padding: 0 2rem;
	}

	.headSubMenu, .siteIntro > .wid > div:last-of-type {
		display: none;
	}

	.siteIntro .wid > div:first-of-type {
		padding-right: 7rem;
	}

	.gnavArea {
		display: none;
		width: 100%;
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 80;
    	background: #fff;
		padding: 3.2rem 0 2rem;
	}

	.gnavBtArea {
		display: inline-block;
	}

	.gnavBtArea a {
		position: absolute;
		height: 14px;
		right: 1.33333em;
		top: 1.77777em;
		width: 72px;
		z-index: 99;
	}

	.navLine {
		background: #137c88;
		display: block;
		height: 4px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}

	.navLineBottom {
		bottom: 0;
	}

	.navLineTop.active{
		top: 4px;
		transform: rotate(45deg);
	}

	.navLineBottom.active{
		bottom: 9px;
		transform: rotate(135deg);
	}

	.gnavTitle {
		display: none;
	}

	#gnav > ul {
		flex-wrap: wrap;
	}

	#gnav > ul > li {
		width: 50%;
	}

	#gnav.spgnav > ul > li > a {
		height: auto;
		pointer-events: none;
	}

	#gnav.spgnav > ul > li.notopen > a {
		pointer-events: auto;
	}

	#gnav > ul > li > a::after {
		height: 1px;
	}

	#gnav > ul > li > div {
		/* display: block; */
		position: static;
		padding-top: 0;
	}

	#gnav > ul > li:hover::before, #gnav > ul > li:focus::before, #gnav > ul > li:active::before, #gnav > ul > li:focus-within::before {
		display: none;
	}

	#gnav > ul > li:hover > div {
		display: none;
	}

	#gnav > ul > li > div > ul {
		width: 100%;
	}

	#gnav > ul > li > div > ul > li {
		width: 100%;
	}

	#gnav > ul > li:nth-child(3) > div > ul > li {
    	width: 100%;
	}

	#gnav.spgnav > ul > li > div.open {
		display: block !important;
	}

	#gnav.spgnav > ul > li > div.open > ul {
		border: none;
	}

	#gnav.spgnav > ul > li > div > ul li {
		padding: 0.4rem 0;
	}


	.headSubMenuSp .wid {
		display: flex;
		flex-wrap: wrap;
		padding: 2.4rem 2rem 2rem;
		justify-content: center;
	}

	.headSubMenuSp ul li a {
		display: block;
		color: #137c88;
		text-decoration: underline;
		padding: 0 1rem;
		padding: 0.2rem 1rem;
	}

	.headSubMenuSp figure {
		background: #fff;
		padding: 0.4rem 0;
	}

	.headSubMenuSp figure img {
		margin: auto;
	}


	.copyArea .wid p {
		padding-left: 2rem;
	}

	.content > section {
		padding: 2.4rem 0 0;
	}

	.sankaTableArea, .grSec {
		padding: 2.4rem 0;
	}

	.txtBox {
		margin-bottom: 2rem;
	}

	.outline {
		margin-bottom: 1.8rem;
	}

	.infoArea {
		margin-bottom: 2.4rem;
		padding: 2rem 1rem 2.25rem;
	}

	.sankaTableArea .wid > section {
		margin-bottom: 2.4rem;
	}

	.subPage .kanban {
		height: 120px;
	}

	.subPage .kanban h1 {
		font-size: 1.4em;
	}

	.sankaInfoArea dl {
		flex-wrap: wrap;
	}

	.sankaInfoArea dl dt {
		width: 100%;
		margin-bottom: 0.6rem;
	}

	.sankaInfoArea dl dd {
		width: 100%;
    	padding-left: 0;
	}

	.naviguideBox > div {
		width: 100%;
	}

	.naviguideBox > div:first-of-type {
		padding-right: 0;
		margin-bottom: 1.6rem;
		text-align: center;
	}

	.naviguideBox > div img {
		max-width: 72%;
	}

	.naviguideBox dl dd {
    	margin-bottom: 1.6rem;
	}

	.naviguideArea > li {
		margin-bottom: 2.4rem;
	}

	.selectArea {
		width: 100%;
	}

	.selectArea select {
		width: 100%;
	}

	.topNewsArea, .subNewsArea {
		margin-bottom: 1.6rem;
	}

	.topNewsArea article, .subNewsArea article {
		flex-wrap: wrap;
	}

	.topNewsArea article time, .subNewsArea article time {
		width: 100%;
		margin-bottom: 0.6rem;
	}

	.topNewsArea article h3, .subNewsArea article h3, .topNewsArea article p, .subNewsArea article p {
		width: 100%;
	}

	#page-top {
		font-size: 0.5em;
	}

	#page-top a {
		padding: 10px 16px 10px;
	}

	#page-top a img {
		width: 20px;
	}

	.topPage .kanban {
		margin-top: 0;
	}

	.topPage .content h2 {
		margin-bottom: 2rem;
	}

	.agreeHead {
		padding: 0;
	}

	.agreeArea form dl {
		flex-wrap: wrap;
	}

	.agreeArea form dl dt {
		width: 100%;
	}

	.agreeArea form dl dd {
		width: 100%;
	}


} /* end-(max-width: 799px) */



@media screen and (max-width: 599px) {

	.pc {
		display: none;
	}

	.siteIntro {
		flex-wrap: wrap;
	}


} /* end-(max-width: 599px) */



@media (prefers-color-scheme: dark) {

 	body {
 		background-color: #405560;
 		color: #fff;
 	}

	a[href] {
		color: #bdf2f2;
	}

	figure a, figure a img {
		background: #fff;
	}

	dl.mojiArea dt {
		color: #fff;
	}

	#gnav > ul > li > a {
		color: #fff;
	}

	#gnav > ul > li > div > ul {
		background: padding-box #405560;
	}

	#gnav > ul > li > div > ul > li a {
		color: #fff;
	}

	.topPage .kanban {
    	background: #47646d;
	}

	.btArea a {
		color: #fff;
		border-color: #fff;
	}

	.breadcrumb {
		background: #556c75;
	}

	.btArea.bla a {
		color: #2e2e2e;
		border-color: #2e2e2e;
	}

	.shiftPage .sankaTableArea, .shiftPage .grSec {
    	background: #0f475e;
	}

	.assetPage .sankaTableArea, .assetPage .grSec {
    	background: #2c554f;
	}

	.naviPage .sankaTableArea, .naviPage .grSec {
    	background: #4c4357;
	}

	dl, dt, dd, table, th, td {
		color: #2e2e2e;
	}

	dl a, dl a:link, dl a:visited, table a, table a:link, table a:visited {
    	color: #137c88;
	}

	.subPage .content h2 {
		color: #fff !important;
	}

	.infoArea {
		color: #2e2e2e;
	}

	.infoArea a {
		color: #137c88;
	}

	.faqArea dl dd {
		background: #fff;
	}

	.terms dt, .terms dd {
		color: #fff;
	}

	.sitemapArea a.nope {
		color: #bdf2f2;
	}


	@media screen and (max-width: 979px) {

		.gnavArea {
			background: #68808c;
		}

		.headSubMenuSp ul li a {
			color: #fff;
		}

		.navLine {
			background: #fff;
		}



	}  /* end-(max-width: 979px) */


} /* end-(prefers-color-scheme: dark) */

