@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: BlinkMacSystemFont, 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', 'メイリオ', Meiryo, sans-serif;
}

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

::selection {
    background: #5a5a5a;
    color: #fff;
}

::-moz-selection {
    background: #5a5a5a;
    color: #fff;
}

a {
	color: #5a5a5a;
}

a:hover,
a.hover {
	color: #808080;
}

/* 
.material-symbols-sharp {
	font-variation-settings:
	'FILL' 0,
	'wght' 300,
	'GRAD' 0,
	'opsz' 24
}
 */

.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;
}

.caution.center {
	text-align: center;
}

.caution.center p:before {
	position: relative;
	top: auto;
	left: auto;
}

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 {
	color: #000;
}

.btnarea a:hover,
.btnarea a.hover {
	color: #000;
}

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

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

.btn_contact a:hover,
.btn_contact a.hover {
	background: #5a5a5a;
}

#navimenu {
	color: #000;
}

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

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

#navi_header_thin .btn_header a.hover {
	background: #5a5a5a;
	color: #fff;
}

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

	#call_head .btn_contact a {
		width: 100%;
		height: 100%;
		padding: 0;
		background: #000 !important;
	}

	#call_head .btn_contact i {
		width: 24px;
		height: 24px;
	}

	#call_head .btn_contact span.label {
		display: inline-block !important;
		padding-left: .5em !important;
		font-size: 1rem !important;
		font-weight: 700;
	}

	#call_head .btn_contact a:hover,
	#call_head .btn_contact a.hover {
		background: #5a5a5a !important;
	}
}

.blockheader h1 {
	color: #000;
}

.blockheader h1 .label {
	font-weight: 900;
}

.blockheader.deco h1 {
	color: #000;
}

.blockheader.deco .shoulder {
	color: #000;
}


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

#upper > .inner,
#navi_menu,
#contentheader > .inner,
.breadcrumb > ul,
#container,
#bottom > .inner,
#bureau,
.bnrblock,
.contactinfo {
	max-width: 1600px;
}


#upper {
	min-width: 320px;
	height: auto;
	position: relative;
}

#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);
}

#navitab .navilowercontents li {
	font-size: 14px;
}

#navitab .navilowercontents li a[target="_blank"]:after {
	content: '\f109';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	font-size: 14px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 1;
	transition: .2s;
	position: absolute;
	top: 50%;
	right: 10px;
}

#navitab .navilowercontents li a:hover[target="_blank"]:after,
#navitab .navilowercontents li a.hover[target="_blank"]:after {
	transform: translate(3px,-3px);
}

#container {
/* 	padding-top: 90px; */
}

#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);
	}

	#container {
/* 		padding-top: 100px; */
	}
}

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

	body:not(.detach) #upper {
/* 		height: 160px; */
	}

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

	#upper .headerdesc {
		color: #808080;
		font-size: 1rem;
		font-weight: 700;
		top: 45px;
		left: 240px;
	}

	#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: 200px;
	}

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

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

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


	body.detach:not(.fixed) #navitab {
		justify-content: flex-start !important;
		width: 100% !important;
		max-width: 1600px !important;
		padding: 0 2em;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		background: #fafafa;
	}

	#navitab {
	}

	#navitab .navilower .tab .label:after {
		display: inline-block;
		content: '\f104';
		margin-left: .5em !important;
		margin-right: 0 !important;
		font-family: 'uiicon';
		font-weight: normal !important;
		text-align: center;
		transform: rotate(90deg);
		transition: .2s;
	}

	#navitab .navilowercontents {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		overflow-y: auto;
		position: absolute;
		box-shadow: none;
	}

	#navitab .navilowercontents {
		z-index: 9999;
	}

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

	#navitab .navilowercontents {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		border-bottom: 1px solid #e6e6e6;
		background: #fff;
		overflow-y: auto;
		position: fixed;
		left: 0;
	}

	body.fixed #navitab .navilowercontents {
		border-top: 1px solid #e6e6e6;
	}

	#navitab li.open .navilowercontents {
		box-shadow: none;
	}

	#navitab li .navilowercontents ul {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
		padding: 10px;
	}

	#navitab li .navilowercontents ul li {
		width: 25% !important;
		padding: 5px;
	}

	#navitab .navilowercontents ul li:last-child a {
		border-bottom: 1px solid #ccc;
	}

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

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

	body:not(.nosticky) #container {
/* 		padding-top: 200px; */
	}

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

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


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

	#navielem .elem {
		height: 60px !important;
	}

	body.detach:not(.fixed):not(.nosticky) #navi_menu {
		top: 160px;
	}
/*
	body.detach:not(.fixed):not(.nosticky) #container {
		padding-top: 220px;
	}
*/
	body.detach #container {
/* 		padding-top: 200px; */
	}

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


	body.nosticky #upper {
/* 		height: auto; */
	}

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

	body.nosticky #container {
/* 		padding-top: 0; */
	}

	body.nosticky #contentheader {
		top: 0;
	}

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


	#call_head {
		padding-right: 0;
		text-align: center;
	}

	#call_head .btn_contact {
		width: auto !important;
		height: 100% !important;
		margin: 0;
	}

	#call_head .btn_contact a {
		padding-left: 2em !important;
		padding-right: 2em !important;
	}

	#call_head .btn_contact a:before {
		display: inline-block;
		content: '';
		height: 100%;
		vertical-align: middle;
	}
}


#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.fixed #navi_global {
		width: calc(100% - 70px);
	}

	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 li a {
	color: #000;
}

#navitab li a.current,
#navitab li a:hover {
	color: #5a5a5a;
}

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

#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);
}

@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;
	}

	body.detach:not(.fixed) #navitab {
		transform: translateX(0);
	}

	body.detach:not(.fixed) #headerelemnavi.elem {
		margin: 0;
		margin-bottom: -1px;
		padding: 0;
	}

	body.fixed #headerelemcontact.elem {
/* 		margin-left: auto; */
		margin-right: 0;
	}

	body.detach:not(.fixed) #headerelemcontact.elem,
	body.detach.nosticky #headerelemcontact.elem {
		margin-top: 0;
	}
}



#headerelemlang {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#headerelemlang .head {
	margin-bottom: .5em;
	font-size: 12px;
	line-height: 1;
}

#headerelemlang .item {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

#headerelemlang a {
	display: block;
	width: 100%;
	padding: .7em;
	border: 1px solid;
	color: #0080cc;
	text-decoration: none;
}

#headerelemlang a:hover,
#headerelemlang a.hover {
	border-color: #0080cc;
	background: #0080cc;
	color: #fff;
}

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

	#navielem,
	body.detach #navielem {
		flex-direction: row !important;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
/*
	#headerelemlang {
		width: auto;
		margin-left: auto;
		margin-right: 0;
		padding: 0 1em;
	}

	#headerelemlang a {
		padding: .3em .5em;
	}

	body:not(.fixed) #headerelemlang {
		order: 1;
	}

	body:not(.fixed) #headerelemcontact.elem {
		order: 2;
	}

	body:not(.fixed) #headerelemnavi.elem {
		order: 3;
	}
*/

	#headerelemcontact {
		margin-left: auto;
		margin-right: 0;
	}

	body:not(.fixed) #headerelemcontact.elem {
		order: 1;
	}

	body:not(.fixed) #headerelemnavi.elem {
		order: 2;
	}
}


#upper {
	width: 100%;
	height: 140px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#upper:before {
	content: '';
	width: 100%;
	height: 100%;
	opacity: .35;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

#upper > .inner {
	width: 100%;
	height: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

#upper h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

#upper h1 a {
	color: #fff;
	text-decoration: none;
}

#upper h1 span {
	display: inline-block;
	color: #fff;
	text-align: center;
}

#headeractbtn {
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

#headeractbtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #000;
	color: #fff;
	text-decoration: none;
	transition: .2s;
}

#headeractbtn a.hover,
#headeractbtn a:hover {
	background: #4b4b4b;
}

#headeractbtn a .label {
	display: none;
}

#movement {
	background-image: url(../image/common/back_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}


#avatar {
	width: 100%;
	height: 140px;
	border-bottom: 1px solid #ddd;
	background: #ebf1f5;
	position: relative;
	z-index: 10;
}

#avatar > .inner {
	width: 100%;
	height: 100%;
	max-width: 640px;
	margin: 0 auto;
}

#avatar figure {
	width: 100px;
	margin: 0 auto;
	padding: 8px;
	border-radius: 50%;
	background: #ebf1f5;
	transform: translateY(-50%);
}

#avatar figure a,
#avatar figure span {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

#avatar figure > a {
	width: 100%;
	padding-top: 100%;
	background: #0f0f19;
	position: relative;
}

#avatar figure > a > span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#avatar figure .icon {
	color: #ffec59;
	font-size: 52px;
}

#avatar figure img {
	width: 100%;
	height: auto;
}

#avatar .sitename {
	transform: translateY(-50px);
}

#avatar p {
	text-align: center;
	line-height: 1.4;
}

#avatar .username {
	color: #000;
	font-size: 25px;
	font-weight: 900;
}

#avatar .userid {
	color: #737373;
	font-size: 13px;
}


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

	#upper {
		height: 180px;
	}

	#upper h1 {
		font-size: 26px;
	}

	#headeractbtn {
		font-size: 14px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99;
	}
	
	#headeractbtn a {
		width: auto;
		padding: 0 2em;
	}
	
	#headeractbtn a .label {
		display: inline;
	}
	
	#headeractbtn a .icon {
		margin-right: 5px;
		font-size: 20px;
	}

	#avatar {
		height: 180px;
	}

	#avatar figure {
		width: 120px;
		padding: 10px;
	}

	#avatar figure .icon {
		font-size: 62px;
	}

	#avatar .username {
		font-size: 36px;
	}
	
	#avatar .userid {
		font-size: 18px;
	}
}



#logo_footer .logotypeset {
	max-width: 140px;
}

#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;
	text-align: center;
}

#footer_orginfo .bizname .badge span {
	display: inline-block;
	width: 64px;
	margin-bottom: 1em;
}

#footer_orginfo .bizname .badge img {
	width: 100%;
	height: auto;
}

#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 li {
	width: 100%;
}

.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 a {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	border: none;
	color: #246297;
	text-align: center;
	text-decoration: none;
}

.footer_navi li a:hover,
.footer_navi li a.hover {
	color: #4d94d1;
}

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

.footer_navi li li a:hover,
.footer_navi li li a.hover {
	color: #989898;
}

#footer_action_navi .footer_navi li a {
	color: #aaa;
	font-size: 16px !important;
}

#footer_action_navi .footer_navi li a:hover,
#footer_action_navi .footer_navi li a.hover {
	color: #e7e7e7;
}

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

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

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

	#footer_action_navi,
	#footer_navi {
		width: 100%;
	}

	.footer_navi li {
		justify-content: center;
	}

	.footer_navi .navi {
		width: 100%;
	}

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

	.footer_navi ul ul {
		width: 100%;
	}

	.footer_navi .navilower li li {
		width: calc(100% / 2);
		padding-right: 1em;
	}

	.footer_navi li a {
		width: auto;
		text-align: center;
	}

	.footer_navi li a:before {
		content: '';
	}
}


#contentheader {
	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);
}

body:not(.fixed) #contentheader > .inner {
	border-bottom: 1px solid #e6e6e6;
}

#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 {
	margin: 0 auto;
	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;
	}
}


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

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;
	}
}


.articleblock {
	max-width: 640px !important;
	margin: 0 auto;
	padding: 30px 20px;
}

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

	.articleblock {
		padding: 50px 20px;
	}
}

.blockheader.deco .label {
	font-size: 1.4em;
}

.blockheader.deco .shoulder {
	font-size: 3.4em;
	font-weight: 400;
	line-height: 1;
}



#bottom {
	background: #0f0f19;
	border-top: none;
}

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

#bottom > .inner {
	padding-top: 30px;
	padding-bottom: 10px;
}

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

#copyright {
	padding-bottom: 50px;
	background: #000;
	color: #fff;
}

#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;
}



#bureau {
	max-width: 1200px;
	margin: 0 auto;
}

#bureau > .inner {
}

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

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

	#bureau #articlesection {
		width: 100%;
	}

	#bureau #blogcategories {
		width: 50%;
	}

	#bureau #blogarticle {
		width: 50%;
	}

	#bureau #blogarticle > .inner {
		max-width: 500px;
		margin: 0 auto;
	}
}



.contactinfo {
	background: #fafafa;
}

body > .contactinfo {
	background-color: #fafafa;
	background-image: url(../image/common/back-contactinfo-v2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body > .contactinfo:before {
	opacity: 0;
}

.contactinfo > .inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	vertical-align: top;
	position: relative;
}

body.safearea .contactinfo > .inner {
	padding-left: 0;
	padding-right: 0;
}

.contactinfo .columns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.contactinfo .column {
	width: 100%;
	max-width: 500px;
	padding: 30px;
	padding-top: 80px;
	background: rgba(255,255,255,.5);
}

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

.contactinfo .column .media {
	max-width: 210px;
	margin: 0 auto;
}

.contactinfo .column .media img {
	width: 100%;
	height: auto;
}

.contactinfo header {
	margin: 0 !important;
	padding: 0 30px;
}

.contactinfo header h1 {
	margin-bottom: 0;
	color: #000;
	font-size: 1em;
}

.contactinfo h2 {
	margin-bottom: 1.5em;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1;
}

.contactinfo .shoulder {
	font-size: 4em;
	font-weight: 400;
	line-height: 1;
}

.contactinfo p {
	margin-bottom: 1em;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
}

.contactinfo p span {
	display: inline-block;
}

.contactinfo .btnarea {
	padding-top: 20px;
	font-size: 16px;
}

.contactinfo .btnarea a {
	width: 100%;
/* 	max-width: 200px; */
	padding: 14px 20px;
}

.contactinfo .btnarea a span.label {
	padding-top: .25em;
	font-weight: normal;
}

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

	.contactinfo .columns {
		flex-direction: row;
	}

	.contactinfo .column {
		padding: 60px 20px;
		padding-top: 120px;
	}
}


#logo_header:before {
	display: none;
}

#logo_header a,
#logo_footer a {
	display: flex;
	align-items: center;
	height: 100%;
}

#logo_footer a {
	justify-content: center;
}

.logotypeset .logo_mark .mark > span {
	display: block;
}

.logotypeset .logo_mark {
	width: 100%;
}

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

.nametext {
	margin-left: 1em;
	vertical-align: middle;
}

.nametext > span {
	display: block;
}

.nametext .name {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	font-feature-settings: 'palt';
}

.logo_mark_kanku,
#logo_footer .logomark.logo_mark_kanku {
	fill: #d70c18;
}

#logo_header .logotypeset {
	width: 40px;
}

#logo_footer .logotypeset {
	width: 0;
}

#logo_footer .mark {
	display: none;
}

#logo_footer .nametext {
	display: block;
	margin: 0;
}

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

	.nametext .name > span {
		display: block;
	}
}

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

	#logo_footer a {
		justify-content: center;
		align-items: flex-start;
		height: auto;
	}

	#logo_footer .nametext {
		text-align: left;
	}
}

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

/* 
	body:not(.fixed) #logo_header .nametext,
	body.nosticky #logo_header .nametext {
		display: block;
	}
 */

	body.fixed #logo_header .nametext {
		display: none;
	}


	body:not(.fixed) #logo_header .nametext .name,
	body.nosticky #logo_header .nametext .name {
		font-size: 28px;
	}
}


.bnrblock {
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.bnrblock > .inner {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	position: relative;
}

.bnrblock h2 {
	margin-bottom: 1.5em;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1;
}

.bnrblock .shoulder {
	font-size: 4em;
	font-weight: 400;
	line-height: 1;
}

.bnrblock p {
	margin-bottom: 1em;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.3;
}

.bnrblock p span {
	display: inline-block;
}

.bnrblock .bnritem {
	width: 100%;
}

.bnrblock .bnritem .brick {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
	background: rgba(0,0,0,.2);
	position: relative;
	z-index: 10;
}

body.safearea .bnrblock .bnritem .brick {
	padding-left: calc(env(safe-area-inset-left) + 30px);
	padding-right: calc(env(safe-area-inset-right) + 30px);
}

.bnrblock .bnritem .btnarea a {
	color: #fff;
	background: transparent;
}

.bnrblock .bnritem .btnarea 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;
}


#bnrblock_trial {
	background-image: url(../image/bnr/back-bnr-trial.jpg);
	background-position: center 40%;
}


#bnrblock_trial.bnrblock .imgpart {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#bnrblock_trial.bnrblock .imgpart > .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

#bnrblock_trial.bnrblock .imgpart > .inner > .img {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 50%;
	height: 100%;
	overflow: hidden;
	text-align: left;
}

#bnrblock_trial.bnrblock .imgpart > .inner > .img:last-child {
	text-align: right;
}

#bnrblock_trial.bnrblock .imgpart > .inner > .img span {
	display: block;
	width: 100%;
	height: 70%;
}

#bnrblock_trial.bnrblock .imgpart > .inner > .img span img {
	width: auto;
	height: 100%;
	transform: translateX(-20%);
}

#bnrblock_trial.bnrblock .imgpart > .inner > .img:last-child span img {
	transform: translateX(30%);
}

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

	#bnrblock_trial.bnrblock .imgpart > .inner > .img span {
		height: 90%;
	}

	#bnrblock_trial.bnrblock .imgpart > .inner > .img span img {
		transform: translateX(0);
	}

	#bnrblock_trial.bnrblock .imgpart > .inner > .img:last-child span img {
		transform: translateX(0);
	}
}



#bnrblock_exhibition.bnrblock {
	padding: 20px;
	background: #fff;
}

#bnrblock_exhibition.bnrblock .columnpart {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

#bnrblock_exhibition.bnrblock .columnpart img {
	width: 100%;
	height: auto;
}

#bnrblock_exhibition.bnrblock .columnpart .item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	flex-grow: 1;
	background: #0baee9;
	color: #fff;
}

#bnrblock_exhibition.bnrblock .columnpart .item:last-child {
	padding: 20px;
}

#bnrblock_exhibition.bnrblock .columnpart .item h2 {
	margin-bottom: .5em;
	font-size: 2.6em;
}

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

	#bnrblock_exhibition.bnrblock .columnpart .item {
		width: 50%;
	}

	#bnrblock_exhibition.bnrblock .columnpart .item:last-child {
		padding: 0 20px;
	}
}



#bnrblock_suppliers.bnrblock {
	margin-bottom: 40px;
	padding: 20px;
	background: #fff;
}

#bnrblock_suppliers.bnrblock .columnpart {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

#bnrblock_suppliers.bnrblock .columnpart img {
	width: 100%;
	height: auto;
}

#bnrblock_suppliers.bnrblock .columnpart .item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	flex-grow: 1;
	background: #0baee9;
	color: #fff;
}

#bnrblock_suppliers.bnrblock .columnpart .item:last-child {
	padding: 20px;
}

#bnrblock_suppliers.bnrblock .columnpart .item h2 {
	margin-bottom: .3em;
	font-size: 2.6em;
}

#bnrblock_suppliers.bnrblock .columnpart .item p {
	margin-bottom: 2em;
	font-size: 1.2em;
	font-weight: 400;
}

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

	#bnrblock_suppliers.bnrblock .columnpart {
		background-image: url(../image/bnr/back-bnrblock-suppliers-tmp.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#bnrblock_suppliers.bnrblock .columnpart .item {
		width: 50%;
		background: transparent;
	}

	#bnrblock_suppliers.bnrblock .columnpart .item img {
		opacity: 0;
	}

	#bnrblock_suppliers.bnrblock .columnpart .item:first-child {
		order: 2;
	}

	#bnrblock_suppliers.bnrblock .columnpart .item:last-child {
		padding: 0 20px;
		background: rgba(11,174,233,.7);
		order: 1;
	}
}


#exbnrblock {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

#exbnrblock > .inner {
	width: 100%;
	padding: 10px;
	background: #fafafa;
	position: relative;
}

body.safearea #exbnrblock > .inner {
	padding-left: calc(env(safe-area-inset-left) + 10px);
	padding-right: calc(env(safe-area-inset-right) + 10px);
}

#exbnrblock a[target="_blank"]:after {
	content: '\f109';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	font-size: 14px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 1;
	transition: .2s;
	position: absolute;
	top: 50%;
	right: 10px;
}

#exbnrblock .columnpart {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#exbnrblock .columnpart .item {
	display: flex;
	width: 100%;
	padding: 10px;
}

#exbnrblock .columnpart .item > .cover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 30px;
	font-size: 1rem;
}

#exbnrblock .columnpart .item .brick {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 1.5em;
	background: rgba(255,255,255,.9);
	color: #000;
	font-size: 1em;
	line-height: 1.5;
}

#exbnrblock .columnpart .item .enclosed {
	font-weight: 700;
}

#exbnrblock .columnpart .item .enclosed:not(:last-child) {
	margin-bottom: 1em;
}

#exbnrblock .columnpart .item h2 {
	font-size: 1.4em;
}

#exbnrblock .columnpart .item h2:not(:last-child) {
	margin-bottom: .5em;
}

#exbnrblock .columnpart .item .shoulder {
	font-size: .85em;
}

#exbnrblock .columnpart .item p {
	font-size: 1.2em;
}

#exbnrblock .columnpart .item .btnarea {
	margin-top: auto;
}

#exbnrblock .columnpart .item h2 strong {
	color: #000;
}

#exbnrblock .columnpart .item h2 strong span {
	color: #000;
}

#exbnrblock .columnpart .item .shoulder strong {
	color: #000;
}

#exbnr-kyokushin-tochigi.item > .cover {
	background-image: url(../image/bnr/back-bnrblock-kyokushin-tochigi.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#exbnr-tsts40.item > .cover {
	background-image: url(../image/bnr/back-bnrblock-blog-tsts40.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#exbnr-weblog-ichigeki-mooka.item > .cover {
	background-image: url(../image/bnr/back-bnrblock-blog-ichigeki-mooka.jpg);
	background-repeat: no-repeat;
	background-position: 20% center;
	background-size: cover;
}

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

	#exbnrblock .columnpart .item > .cover {
		justify-content: flex-end;
		align-items: flex-end;
		padding: 30px;
	}

	#exbnrblock .columnpart .item .brick {
		width: 70%;
	}
}

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

	#exbnrblock .columnpart .item .brick {
		width: 50%;
	}
}

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

	#exbnrblock .columnpart {
		flex-direction: row;
		flex-wrap: wrap;
	}

	#exbnrblock:not(.singlepart) .columnpart .item {
		width: 50%;
	}

	#exbnrblock:not(.singlepart) .columnpart .item:first-child {
		width: 100%;
	}

	#exbnrblock .columnpart .item {
		padding: 20px;
	}

	#exbnrblock .columnpart .item > .cover {
		justify-content: flex-end;
		align-items: flex-end;
		padding: 30px;
	}

	#exbnrblock .columnpart .item .brick {
		width: auto;
		min-width: 50%;
	}

	#exbnrblock .columnpart .item:first-child .brick {
		width: auto;
		min-width: 25%;
	}
}

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

	#exbnrblock .columnpart .item > .cover {
		padding: 30px 50px;
	}
}

#jump a > span {
	border-radius: 0;
}



.btnarea.return {
	padding: 10px 20px;
	border-top: 1px solid #e6e6e6;
	text-align: left;
}

.btnarea.return a {
	width: auto;
	max-width: none;
	padding: 5px;
	border: none;
	background: none;
	transform: scale(1);
}

.btnarea.return a:hover,
.btnarea.return a.hover {
	transform: 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;
}


.marker {
	background: linear-gradient(transparent 90%, #909090 0%);
}


.searchbox label {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
}

.searchbox input[type=search] {
	width: 100%;
	max-width: 550px;
	height: 49px;
	padding: .5em;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #022745;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.1;
	text-align: left;
	vertical-align: top;
	-webkit-appearance: none;
}

.searchbox button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 49px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #022745;
	background: #022745;
	transition: .2s;
	cursor: pointer;
}

.searchbox button:hover {
	background: #154F7C;
}

.searchbox button .icon {
	color: #fff;
	font-size: 36px;
}
