@charset 'utf-8';


@font-face {
	font-family: 'uiicon';
	src: url('../font/uiicon/uiicon.woff2') format('woff2'),
		 url('../font/uiicon/uiicon.woff') format('woff'),
		 url('../font/uiicon/uiicon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', 'メイリオ', Meiryo, sans-serif;
}

.etext {
	font-family: 'Helvetica Neue', Helvetica, Avenir, san-serif;
}

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

a {
	color: #000;
}

a:hover,
a.hover {
	color: #8c8c8c;
}



.caution {
	text-align: left;
}

.caution p {
	padding-left: 1em;
	color: #747474;
	line-height: 1.5;
	position: relative;
}

.caution p:before {
	display: inline-block;
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

sup {
	color: #747474;
	font-size: .5em;
	font-weight: normal !important;
	vertical-align: top;
}

.sup:after {
	color: #747474;
	content: '※';
	font-size: .5em;
	vertical-align: top;
}

.caution ol {
	counter-reset: number;
	list-style: none;
}

.caution ol li {
	padding-left: 2em;
	color: #747474;
	font-size: 1.2em;
	position: relative;
}

.caution ol li:before {
	counter-increment: number;
	content: '※'counter(number)' ';
	position: absolute;
	top: 0;
	left: 0;
}

.caution p:not(:last-child),
.caution ol li:not(:last-child) {
	margin-bottom: .3em;
}



.btnarea a {
}

.btnarea a:hover,
.btnarea a.hover {
}

#call_head,
#call_head a {
	color: #000;
}

.btn_contact a {
	background: #000;
	color: #fff !important;
}

.btn_contact a:hover,
.btn_contact a.hover {
	background: #8c8c8c;
}

#dlbtn_head,
#dlbtn_head a {
	color: #000;
}

.btn_download a {
	background: #b3b3b3;
	color: #fff !important;
}

.btn_download a:hover,
.btn_download a.hover {
	background: #d8d8d8;
}


#navimenu {
	color: #000;
}

#navimenu.hover,
#navimenu.open {
	background: #8c8c8c;
	color: #fff;
}

#navi_header_thin .btn_header a {
	color: #000;
}

#navi_header_thin .btn_header a.hover {
	background: #8c8c8c;
	color: #fff;
}

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

	body.fixed #call_head .btn_contact a {
		color: #000;
	}

	body.fixed #call_head .btn_contact a:hover,
	body.fixed #call_head .btn_contact a.hover {
		background: #000;
	}

	body.fixed:not(.nosticky) #call_head .btn_contact a {
		background: #000;
	}

	body.fixed:not(.nosticky) #call_head .btn_contact a:hover,
	body.fixed:not(.nosticky) #call_head .btn_contact a.hover {
		background: #8c8c8c;
	}

/* 
	body:not(.fixed) #call_head .btn_contact a[target="_blank"] span.label:after {
		content: '\f109';
		margin-left: .5em;
		font-size: .85em;
		font-family: 'uiicon';
		font-weight: normal !important;
	}
 */
}

.blockheader h1 {
	color: #000;
}


body {
	margin: 0 auto;
	background: #fff;
	color: #4c4c4c;
	-webkit-font-smoothing: antialiased;
}

body:not(.expageheader):before {
	height: 90px;
}

body.expageheader:before {
	height: 60px;
}
/*
@media only screen and (min-width: 769px) and (max-width: 1000px) {

	body:not(.nosticky):not(.expageheader):before {
		height: 100px;
	}

	body.expageheader:not(.nosticky):before {
		height: 60px;
	}
}

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

	body.nosticky:before {
		height: 0;
	}

	body:not(.nosticky):not(.expageheader):before {
		height: 160px;
	}

	body.expageheader:not(.nosticky):before {
		height: 120px;
	}

	body.detach:not(.nosticky):not(.expageheader):before {
		height: 220px;
	}

	body.detach.expageheader:not(.nosticky):before {
		height: 180px;
	}
}
*/

#upper > .inner,
#navi_menu > .inner,
#contentheader > .inner,
.breadcrumb > ul,
#container:not(.contentpageheader) > .inner,
#bottom > .inner,
#bureau > .inner,
.bnrblock,
.contactinfo {
	max-width: 1200px;
}

#upper {
	min-width: 320px;
	height: 60px;
}

#logo_header {
	height: 60px;
	left: 10px;
}

#navi_header_thin {
	height: 60px;
}

#navi_global {
	top: 0;
}

body:not(.slidenavi) #navi_global.open {
	padding-top: 60px;
}

#navi_menu {
	top: 90px;
}

#navi_menu.fixed {
	height: calc(100% - 90px);
}

#contentheader {
	top: 60px;
}

body:not(.fixed) .contentpageheader #contentheader {
	top: -60px;
}

#contentheader > .inner {
	height: 30px;
}

#columns #main,
#columns #side {
	width: 100%;
}

@media only screen and (max-width: 1000px) {
}
	body.slidenavi #navi_global {
		width: 240px;
		height: calc(100% - 60px);
		margin-top: 60px;
		left: auto;
		right: -240px;
	}

	body.safearea.slidenavi #navi_global {
		width: calc(240px + env(safe-area-inset-right));
		right: calc(calc(240px + env(safe-area-inset-right)) * -1);
	}

	body.slidenavi #navi_global.open {
		right: 0;
	}

	#slidenavicover {
		width: calc(100% - 240px);
		height: calc(100% - 60px);
	}


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

	#contentheader > .inner {
		height: 40px;
	}

	#columns #main {
		width: calc(100% - 280px);
	}

	#columns #side {
		width: 280px;
	}
}
/*
@media only screen and (min-width: 769px) and (max-width: 1000px) {

	#navi_menu {
		top: 100px;
	}

	#navi_menu.fixed {
		height: calc(100% - 100px);
	}
}

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

	body:not(.detach) #upper {
		height: 120px;
	}

	body.fixed:not(.nosticky) #upper {
		height: 60px;
	}


	#logo_header {
		height: 100%;
		left: 20px;
	}

	body:not(.fixed) #logo_header,
	body.nosticky #logo_header {
		height: auto;
		top: 30px;
	}


	body:not(.nosticky) #navi_global {
		top: 0;
	}

	body:not(.nosticky) #navi_menu {
		top: 160px;
	}

	body.fixed:not(.nosticky) #navi_menu {
		top: 100px;
	}

	body:not(.fixed):not(.nosticky) #navi_menu.fixed {
		height: calc(100% - 220px);
	}

	body.fixed:not(.nosticky) #navi_menu.fixed {
		height: calc(100% - 100px);
	}

	#navitab .navilowercontents {
		width: 260px;
	}

	body.detach #navitab .navilowercontents,
	body.fixed #navitab .navilowercontents {
		top: 60px;
	}

	body:not(.detach):not(.fixed) #navitab .navilowercontents {
		top: 120px;
	}

	body:not(.nosticky) #contentheader {
		top: 120px;
	}

	body:not(.nosticky) .contentpageheader #contentheader {
		top: -60px;
	}

	body.fixed:not(.nosticky) #contentheader {
		top: 60px;
	}


	body.detach:not(.fixed) #upper {
		height: 180px;
	}

	body.detach:not(.fixed) #headerelemnavi.elem,
	body.detach.nosticky #headerelemnavi.elem {
		height: 60px;
	}

	body.detach:not(.fixed):not(.nosticky) #navi_menu {
		top: 220px;
	}


	body.detach:not(.fixed):not(.nosticky) #contentheader {
		top: 180px;
	}

	body.detach:not(.fixed):not(.nosticky) .contentpageheader #contentheader {
		top: -60px;
	}

	body.nosticky #upper {
		height: 120px;
	}

	body.nosticky.detach #upper {
		height: 180px;
	}

	body.nosticky #contentheader {
		top: 0;
	}

	body.nosticky #navi_menu {
		top: 40px;
	}

	body.detach:not(.fixed) #navitab {
		min-width: 100vw;
	}
}

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

	body.detach:not(.fixed) #navitab {
		min-width: 1200px;
	}
}
*/

#navimenu {
	right: 0;
}

#naviicon {
	right: 50px;
}


#upper {
	background: #fff;
}

body.fixed #upper,
body.menuopen #upper {
}
/*
@media only screen and (min-width: 1001px) {

	#upper {
		border-bottom: 1px solid #e6e6e6;
	}
}
*/

body.safearea #logo_header {
	left: calc(env(safe-area-inset-left) + 10px);
}
/*
@media only screen and (min-width: 1001px) {

	body.safearea #logo_header {
		left: calc(env(safe-area-inset-left) + 20px);
	}
}
*/

#navi_global {
	background: #fff;
}

body.safearea #navi_global > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	padding-bottom: env(safe-area-inset-bottom);
}

body.safearea.slidenavi #navi_global > .inner {
	padding-left: 0;
}
/*
body.slidenavi #navi_global.open {
	box-shadow: 1px 0 3px 1px rgba(0,0,0,.3);
}
*/
body.slidenavi #navi_global.open > .inner {
	border-left: 1px solid #e6e6e6;
}
/*
@media only screen and (min-width: 1001px) {

	body.safearea #navi_global > .inner {
		padding-bottom: 0;
	}
}
*/
#navi_header_thin {
	border-bottom: 1px solid #e6e6e6;
}

body.safearea #navi_header_thin {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.safearea #navi_header_thin {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#navitab .exlink .arrow span:before,
#navitab a[target="_blank"] .arrow span:before {
	content: '\f109';
}

#navitab li.exlink:not(.navilower) a:hover .arrow span,
#navitab li.exlink:not(.navilower) a.hover .arrow span,
#navitab li:not(.navilower) a[target="_blank"]:hover .arrow span,
#navitab li:not(.navilower) a[target="_blank"].hover .arrow span {
	transform: translate(3px,-3px);
}

#navitab .navilowercontents > li > a {
	display: none;
}

#navitab #nh_course-tuition .navilowercontents > li > ul > li > a {
	margin: 0;
}

#navitab .subpagenav {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #ccc;
}

#navitab .subpagenav li {
	width: 50% !important;
	padding: 5px 5px 0 0;
	font-size: 12px;
}

#navitab .subpagenav li a {
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
}

#navitab .subpagenav li a:not(:hover):not(.hover) {
	background: #fff;
}

#navitab .subpagenav li a.current:not(:hover):not(.hover) {
	background: #e0e0e0;
}
/*
@media only screen and (min-width: 1001px) {

	#navitab .exlink a .anctitle,
	#navitab a[target="_blank"] .anctitle {
		padding: 0 15px;
	}

	#navitab .exlink .arrow,
	#navitab a[target="_blank"] .arrow {
		display: block;
	}
}


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

	body.detach:not(.fixed) #navielem,
	body.detach.nosticky #navielem {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	body.detach:not(.fixed) #headerelemnavi {
		background: #000;
	}

	body.detach:not(.fixed) #headerelemnavi.elem,
	body.detach.nosticky #headerelemnavi.elem {
		order: 3;
		width: 100%;
		margin-top: auto;
	}

	body.detach:not(.fixed) #headerelemcontact.elem,
	body.detach.nosticky #headerelemcontact.elem {
		order: 1;
		margin-top: auto;
		margin-bottom: 90px;
	}

	body:not(.fixed) #call_head .brick {
		flex-direction: row;
		align-items: center;
	}

	body:not(.fixed) #call_head .btn_contact {
		margin: 0;
		margin-left: 20px;
		font-size: 16px;
		font-weight: 700;
	}

	body:not(.fixed) #call_head .btn_contact a {
		padding: 10px;
	}

	body:not(.fixed) #call_head .btn_contact i {
		width: 20px;
		height: 20px;
	}

	body.fixed #call_head {
		padding-right: 0;
	}

	body.fixed #call_head .brick > a,
	body.fixed #call_head .brick #call_head_number {
		display: none;
	}
}

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

	body:not(.fixed) #navitab > li > a {
		color: #fff;
	}

	body:not(.fixed) #navitab > li > a.current,
	body:not(.fixed) #navitab > li > a:hover {
		color: #ccc;
	}
}

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

	#call_head {
		padding: 0 20px;
		padding-right: 0;
	}
}
*/


#dlbtn_head {
	text-align: center;
}

#dlbtn_head > .brick {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#dlbtn_head .btnhead {
	margin-bottom: .5em;
	color: #996e6e;
	font-size: 12px;
	font-weight: 700 !important;
	line-height: 1.5;
}

#dlbtn_head span {
	display: inline-block;
}

#dlbtn_head a {
	display: block;
	text-decoration: none;
	vertical-align: top;
}

#dlbtn_head .btn_download {
	display: inline-block;
/* 	margin-top: 10px; */
	font-size: 14px;
	line-height: 1;
}

#dlbtn_head .btn_download a {
	display: inline-block;
	padding: 10px 10px;
}

#dlbtn_head .btn_download i {
	display: inline-block;
	width: 14px;
	height: 14px;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

#dlbtn_head span.icon {
	width: 100%;
	height: 100%;
}

#dlbtn_head span.icon span {
	width: 100%;
	height: 100%;
}

#dlbtn_head .btn_download span.label {
	padding-left: 5px;
	vertical-align: middle;
}

#dlbtn_head svg {
	fill: currentColor;
}

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

	body.slidenavi #dlbtn_head .btn_download,
	body.slidenavi #dlbtn_head .btn_download a {
		width: 100%;
	}

	body.slidenavi #dlbtn_head .btn_download a:not(:last-child) {
		margin-bottom: 5px;
	}
}

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

	#dlbtn_head {
		height: 100%;
/* 		padding: 0 10px; */
		padding-right: 20px;
		text-align: right;
	}

	#dlbtn_head > .brick {
		height: 100%;
		justify-content: center;
		align-items: flex-end;
	}

	body.fixed:not(.nosticky) #dlbtn_head > .brick {
		flex-direction: row;
		align-items: center;
	}

	#dlbtn_head .btnhead {
		text-align: left;
	}

	#dlbtn_head .btn_download {
		font-size: 12px;
	}

	#dlbtn_head .btn_download a {
		padding: 5px 10px;
	}

	body.fixed:not(.nosticky) #dlbtn_head .btnhead {
		display: none;
	}

	body.fixed:not(.nosticky) #dlbtn_head .btn_download {
		width: 50px;
		height: 100%;
		margin: 0;
	}

	body.fixed:not(.nosticky) #dlbtn_head .btn_download a {
		width: 100%;
		height: 100%;
		padding: 0;
		background: #fff;
		text-align: center;
	}

	body.fixed:not(.nosticky) #dlbtn_head .btn_download a:before {
		display: inline-block;
		content: '';
		height: 100%;
		vertical-align: middle;
	}

	body.fixed:not(.nosticky) #dlbtn_head .btn_download i {
		width: 24px;
		height: 24px;
	}

	body.fixed:not(.nosticky) #dlbtn_head .btn_download span.label {
		display: none;
	}
}


/* 
@media only screen and (min-width: 1201px) {

	#dlbtn_head {
		padding: 0 20px;
	}
}
 */

/*
@media only screen and (min-width: 1001px) {

	body.detach:not(.fixed) #headerelemdownload.elem,
	body.detach.nosticky #headerelemdownload.elem {
		margin-top: auto;
		margin-bottom: 90px;
	}

	body.fixed #headerelemdownload.elem {
		display: none;;
	}

	body:not(.fixed) #dlbtn_head .brick {
		flex-direction: row;
		align-items: center;
	}

	body:not(.fixed) #dlbtn_head .btn_download {
		margin: 0;
		margin-left: 20px;
		font-size: 16px;
		font-weight: 700;
	}

	body:not(.fixed) #dlbtn_head .btn_download a {
		padding: 10px;
	}

	body:not(.fixed) #dlbtn_head .btn_download a:not(:last-child) {
		margin-right: 20px;
	}

	body:not(.fixed) #dlbtn_head .btn_download i {
		width: 20px;
		height: 20px;
	}

	body.fixed #dlbtn_head {
		padding-right: 0;
	}
}
*/



#contentheader {
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}

body.safearea #contentheader {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.fixed #contentheader {
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#navi_menu {
	background: #fff;
}

body.safearea #navi_menu {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.safearea #navi_menu.fixed {
	padding-bottom: env(safe-area-inset-bottom);
}

#navi_menu.open {
	border-top: 1px solid #e6e6e6;
}

#navi_menu.open:not(.fixed) {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#container {
	background: #fff;
}

#columns #side {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	border-top: 1px solid #e5e5e5;
	background: #f9f9f9;
}

#container > .inner > #side {
	border-top: 1px solid #e5e5e5;
}

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

	body.nosticky #contentheader {
		border-bottom: 1px solid #e6e6e6;
		box-shadow: none;
	}

	#columns #side {
		border: none;
	}
}


body.safearea .breadcrumb {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.safearea .articleblock {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

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

	body.safearea #main .breadcrumb {
		padding-right: 0;
	}

	body.safearea #columns #side {
		padding-left: 0;
	}
}



#columns #side .articleswidget {
	padding: 20px;
}

#columns #side .articleswidget .articlelistblock {
	margin: 0 -20px;
}

#columns #side .articleswidget .sidebarheader {
	margin: 0;
	border: none;
}

#columns #side .articleswidget .sidebarheader:before {
	content: '\f118';
}



body.safearea #bottom {
	padding-bottom: calc(env(safe-area-inset-bottom) + 60px);
}

#bottom > .inner {
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
}

body.safearea #bottom > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#footer_groupcorps {
	flex-direction: column;
	width: 100%;
	padding: 20px;
	padding-bottom: 0;
	text-align: center;
	font-size: .75rem;
	line-height: 1.4;
}

body.safearea #footer_groupcorps {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

#footer_groupcorps .groupcorps:not(:last-child) {
	margin-bottom: .5em;
}

#footer_groupcorps .groupcorps h3 {
	margin-bottom: .3em;
	font-weight: 400;
}

#footer_groupcorps .corps {
	display:  flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#footer_groupcorps .corps > div {
	padding: 5px 20px;
	font-size: 1.2em;
	font-weight: 700;
}

#footer_groupcorps .corps > div a {
	color: #000;
}

#footer_groupcorps .corps > div a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
}

/*
#logo_footer .logotypeset {
	max-width: none;
}

#footer_orginfo {
	margin-bottom: 30px;
}

#footer_orginfo #logo_footer .name {
	font-size: 16px;
	font-weight: 700;
}
*/
#footer_orginfo .orginfo > .cover {
	padding-top: 0;
	padding-bottom: 0;
}

#footer_orginfo .bizname {
	margin-bottom: 1em;
}

#footer_orginfo .infocell {
	padding: 0;
}

#footer_orginfo .infocell:not(:last-child) {
	padding-bottom: 1em;
}

#footer_orginfo .infocell .infohead {
	font-size: 1.6em;
	font-weight: 700;
}

#footer_orginfo .infocell .infomainnumber {
	font-size: 1.6em;
}

.footer_navi ul ul {
	width: 100%;
}

.footer_navi .navilower li li {
	width: 50%;
}

.footer_navi li a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer_navi li li a {
	color: #808080;
}

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

	.footer_navi {
		flex-flow: row wrap;
		flex-wrap: wrap;
	}

	.footer_navi .navi:last-child {
		width: 100%;
	}

	.footer_navi ul,
	.footer_navi ul.navilower {
		width: calc(100% / 3);
	}

	.footer_navi .navi:last-child li {
		width: auto;
		padding-right: 3em;
	}

	.footer_navi .navilower li li {
		width: 100%;
	}
}

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

	#bottom .columns {
		flex-wrap: nowrap;
	}

	#footer_orginfo {
		width: auto;
		min-width: 300px;
		margin-bottom: 0;
	}

	#footer_navi {
		flex-grow: 1;
		width: 100%;
	}

	.footer_navi .navi:first-child {
		width: 100%;
	}

	.footer_navi ul.navilower:nth-child(2) {
		width: calc(100% - (100% / 4));
		flex-grow: 1;
	}

	.footer_navi ul.navilower:nth-child(3) {
		width: calc(100% / 4);
	}

	.footer_navi ul.navilower > li {
		width: 100%;
	}

	.footer_navi .navi:first-child li {
		width: auto;
		padding-right: 3em;
	}

	.footer_navi ul.navilower:nth-child(2) > li {
		width: calc(100% / 3);
	}

	.footer_navi ul ul {
		width: 100%;
	}

	.footer_navi .navilower li li {
		width: 100%;
		padding-right: 1em;
	}

	.footer_navi li a {
		width: auto;
	}
}

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

/* 
	.footer_navi .navilower li li {
		width: calc(100% / 3);
	}
 */
}


#stickyfooterbar {
	width: 100%;
	padding-bottom: env(safe-area-inset-bottom);
	background: #000;
	color: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

#stickyfooterbar > .inner {
	width: 100%;
	height: 60px;
	max-width: 480px;
	margin: 0 auto;
	padding: 7px 2px;
}

#stickyfooterbar .actionbtn {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

#stickyfooterbar .actionbtn > div {
	width: 50%;
	height: 100%;
	padding: 0 5px;
}

#stickyfooterbar .actionbtn .cover {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 2px 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

#stickyfooterbar .actionbtn .cover a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

#stickyfooterbar .snssharebtn .cover {
	background: #00c300;
}




#bureau > .inner {
/* 	border-top: 1px solid #ccc; */
}

body.safearea #bureau > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}


.contactinfo {
	background: #000;
}

body.safearea .contactinfo {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

.contactinfo > .inner {
	width: 100%;
	padding: 30px;
	vertical-align: top;
	position: relative;
}

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

	.contactinfo > .inner {
		padding: 50px;
	}
}

/*
.logotypeset .logo_mark {
	width: 18.333%;
}

.logotypeset .logo_type {
	width: 75.833%;
	margin-left: 5.833%;
	text-align: left;
}

.logotypeset .mark {
	width: 100%;
	padding-top: 109.09%;
}

.logotypeset .type {
	width: 100%;
	padding-top: 14.285%;
}

.logotypeset .shoulder {
	width: 68.681%;
	margin-top: 2.197%;
	margin-bottom: 2%;
	padding-top: 3.296%;
}

.logotypeset.vertical .logo_mark {
	display: block;
	width: 55%;
	margin: 0 auto;
	margin-bottom: 10%;
}

.logotypeset.vertical .logo_type {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.logo_mark_upper,
.logo_type_right {
	fill: #ada4ca;
}

.logo_mark_bottom {
	fill: #6e6687;
}

.logo_type_left {
	fill: #625d73;
}

.logotypeset .shoulder {
	color: #6e6687;
}

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

	#logo_header .logotypeset {
		width: 32px;
	}

	#logo_header .logotypeset .logo_mark {
		width: 100%;
	}

	#logo_header .logotypeset .logo_type {
		display: none;
	}
}

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

	#logo_header .logotypeset {
		width: 200px;
	}
}

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

	body:not(.fixed) #logo_header .logotypeset,
	body.nosticky #logo_header .logotypeset {
		width: 240px;
	}
}
*/

.logo_text {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	font-feature-settings: 'palt';
	line-height: 1;
}

.logo_text > span {
	display: block;
	padding: .2em 0;
}

@media only screen and (min-width: 1001px) {
}
/* 
	body:not(.fixed) .logo_text {
		font-size: 20px;
	}
 */
	.logo_text {
		font-size: 20px;
	}

	body:not(.fixed) .logo_text > span {
		display: inline-block;
		padding: 0;
	}

#returnurl {
	display: flex;
	align-items: center;
	height: 100%;
	padding: .5em;
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	right: 50px;
	top: 0;
}

#returnurl a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
}

.btnarea a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
}

.btnarea.return {
	margin-top: 30px;
	text-align: left;
}

.btnarea.return a:hover,
.btnarea.return a.hover {
	transform: scale(1) translateX(-10px);
}

.btnarea.return a:before {
	content: '\f102';
	margin-right: .5em;
	font-size: 1.2em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}

.btnarea.forward {
	margin-top: 30px;
	text-align: right;
}

.btnarea.forward a:hover,
.btnarea.forward a.hover {
	transform: scale(1) translateX(10px);
}

.btnarea.forward a:after {
	content: '\f101';
	margin-left: .5em;
	font-size: 1.2em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}


.btnarea.column2 {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.btnarea.column2 > div {
	width: 50%;
	padding: 5px;
}

.btnarea.column2 > div a {
	width: 100%;
	max-width: 400px;
}



#emergency_notice {
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	background: #f2f2f2;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#emergency_notice.hide {
	display: none;
}

#emergency_notice > .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#emergency_notice > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#emergency_notice .brick {
	padding: 1em 1.5em;
	padding-right: calc(1.5em + 60px);
	font-size: 1rem;
	position: relative;
}

#emergency_notice .brick {
	padding-right: calc(1.5em + 60px + env(safe-area-inset-right));
}

#emergency_notice .brick p {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}

#emergency_notice .brick a {
	border-bottom: 1px solid;
	color: #000;
	text-decoration: none;
}

#emergency_notice .brick a:after {
	content: '\f101';
	margin-left: .2em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}

#btn_noticeclose {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

#btn_noticeclose {
	background: #099;
	right: env(safe-area-inset-right);
}

#btn_noticeclose .cover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 100%;
	background: rgba(255,255,255,.3);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	transition: .2s;
	cursor: pointer;
}

#btn_noticeclose .cover.hover {
	background: rgba(255,255,255,.5);
}




#displayswitch {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	color: #4c4c4c;
	font-size: 1rem !important;
	line-height: 1;
	position: relative;
}

#displayswitch.gap {
	width: calc(100% - 40px);
	margin: 0 20px;
}

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

	#displayswitch.gap {
		width: 100%;
		margin: 0 auto;
	}
}


#displayswitch:not(:last-child) {
	margin-bottom: 30px;
}

#displayswitch h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

#displayswitch h3 span {
	display: inline-block;
	padding: .3em .8em;
	background: #7f7f7f;
	color: #fff;
}

#displayswitch > .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 2px solid #7f7f7f;
	background: #7f7f7f;
	color: #fff;
}

#displayswitch .switch {
	width: 50%;
	text-align: center;
}

#displayswitch .switch.active {
	background: #b3b3b3;
}

#displayswitch .switch > span {
	display: block;
	width: 100%;
	padding: .5em 1em;
	cursor: pointer;
}

#displayswitch.emgnoticeswitch h3 span {
	background: #996e6e;
}

#displayswitch.emgnoticeswitch > .inner {
	border: 2px solid #996e6e;
	background: #996e6e;
}

#displayswitch.emgnoticeswitch .switch.active {
	background: #c6a4a4;
}

#displayswitch .note {
	padding: 5px;
	color: #808080;
	font-size: 12px;
	line-height: 1.4;
}



#developnote {
	width: 100%;
	overflow: hidden;
	position: relative;

	display: none;
}

#developnote > .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 10px;
	vertical-align: top;
	position: relative;
}


.blankmemo {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	border: 5px solid #f2f2f2;
	background: #fff;
	color: #4c4c4c;
	font-size: 1rem !important;
	line-height: 1.6;
	position: relative;
}

.blankmemo.gap {
	width: calc(100% - 40px);
	margin: 0 20px;
}

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

	.blankmemo.gap {
		width: 100%;
		margin: 0 auto;
	}
}

.blankmemo:not(:last-child) {
	margin-bottom: 30px;
}

.blankmemoupdate {
	padding: 5px;
	color: #878787;
	font-size: 12px;
	line-height: 1;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.blankmemoheader {
	/*transform: translate(-5px,-5px);*/
	margin: -5px;
	position: relative;
}

.blankmemoheader .btn {
	display: inline-block;
	padding: .5em;
	background: #ccc;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	cursor: pointer;
}

.blankmemobody {
	display: none;
	padding: 2em 1em;
}

.blankmemobody.show {
	display: block;
}

.blankmemo .chapter {
	margin: 0 !important;
	padding: 1em !important;
	font-size: 1rem !important;
	line-height: 1.6 !important;
}

.blankmemo .chapter:not(:last-child) {
	border-bottom: 1px solid #808080;
}

.blankmemo .important {
	font-weight: 700;
	text-align: center;
}

.blankmemo .note {
	font-weight: 400;
	text-align: left;
}

.blankmemo .note:not(:last-child) {
	margin-bottom: .5em !important;
}

.blankmemo .caution {
	font-size: .85em !important;
}

.blankmemo .caution:not(:last-child) {
	margin-bottom: .5em !important;
}

.blankmemo h2 {
	color: #000;
	margin-bottom: .5em !important;
	font-size: 1.4em;
	line-height: 1.5 !important;
}

.blankmemo h3 {
	color: #000;
	margin-bottom: .5em !important;
	font-size: 1.2em;
	line-height: 1.5 !important;
}

.blankmemo h4 {
	color: #000;
	margin-bottom: .5em !important;
	font-size: 1em;
	line-height: 1.5 !important;
}

.blankmemo p {
	word-break: break-all;
}

.blankmemo p:not(:last-child) {
	margin-bottom: 1em !important;
}

.blankmemo ul,
.blankmemo ol {
	margin-left: 2em;
}

.blankmemo ul:not(:last-child),
.blankmemo ol:not(:last-child) {
	margin-bottom: 1em !important;
}

.blankmemo li {
	word-break: break-all;
}

.blankmemo li:not(:last-child) {
	margin-bottom: .15em !important;
}

.blankmemo table {
	width: 100%;
}

.blankmemo table:not(:last-child) {
	margin-bottom: 1em;
}

.blankmemo table th,
.blankmemo table td {
	padding: .5em;
	border-bottom: 1px solid #ccc;
	font-size: .9em;
	line-height: 1.4em;
	word-break: break-all;
	vertical-align: middle;
}

.blankmemo table th {
	color: #000;
	font-weight: 700;
}

.blankmemo .marker {
	background: linear-gradient(transparent 60%, #f6f 60%);
	color: #000;
}

.blankmemo .update {
	margin-left: -1em;
	margin-bottom: 1em;
}

.blankmemo .update span {
	display: inline-block;
	padding: 5px;
	border-bottom: 1px solid;
	color: #878787;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}



.banner_block {
}

.banner_block > .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.banner_block .bnrcolumns {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.banner_block .bnrcolumns .bnritem {
	width: 100%;
	padding: 20px;
	font-size: .65rem;
}

.banner_block .bnrcolumns .cover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 200px;
	background: #ccc;
	cursor: pointer;
}

.banner_block .bnrcolumns .bnritem.bnrtext .cover {
	font-size: 1.6em;
	line-height: 1.6;
}

.banner_block .bnrcolumns .cover > a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 1em;
	background: #000;
	text-decoration: none;
}

.banner_block .bnrcolumns .cover > a:hover,
.banner_block .bnrcolumns .cover > a.hover {
	background: #8c8c8c;
}

.banner_block .bnrcolumns .bnritem:not(.bnrtext) p {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.banner_block .bnrcolumns .bnritem.bnrtext h3 {
	margin-bottom: .5em;
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
}

.banner_block .bnrcolumns .bnritem.bnrtext p {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
}

.banner_block .bnrcolumns .bnritem.bnrtext p > span {
	display: inline-block;
}

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

	.banner_block .bnrcolumns .bnritem {
		width: calc(100% / 3);
	}
}