@charset 'utf-8';


html, body {
    height: 100%;
}

svg.svgsymbols {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

svg {
	width: 100%;
	height: 100%;
}

.logotypeset,
.logotypeset span {
	display: inline-block;
	position: relative;
}

.logotypeset svg {
	display: block;
	fill: currentColor;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.logotypeset {
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	transition: .2s;
	position: relative;
}

.logotypeset span {
	vertical-align: middle;
}

.logotypeset img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}


body.menuopen:not(.slidenavi) {
	position: fixed;
	width: 100%;
	height: 100%;
}

body.slidenavi:after {
	content: '';
	background: #000;
	opacity: 0;
	transition: .4s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

body.slidenavi.menuopen:after {
	opacity: .6;
	z-index: 80;
}

#upper {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

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

#upper .headerdesc {
	display: none;
	color: #999;
}

#logo_header {
	position: fixed;
	top: 0;
	z-index: 999;
}

#logo_header:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

#logo_header a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
}

#logo_header .slogan {
	display: none;
	font-size: 9px;
	line-height: 1;
}

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

	#upper .headerdesc {
		display: inline-block;
		font-size: 10px;
		font-weight: normal;
		line-height: 1;
		position: absolute;
		top: 10px;
		left: 20px;
		z-index: 10;
	}

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

	#logo_header {
		position: absolute;
	}

	#logo_header .slogan {
		margin-top: 10px;
		font-size: 14px;
	}

	body.fixed:not(.nosticky) #upper .headerdesc {
		display: none;
	}


	body.nosticky #upper {
		position: relative;
	}
}




#bottom {
	width: 100%;
	color: #000;
	clear: both;
	position: relative;
}

#bottom > .inner {
	width: 100%;
	margin: 0 auto;
	line-height: 1.4;
	overflow: hidden;
	position: relative;
}

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

#bottom .columns .footerbox {
	display: flex;
}

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

	#bottom .columns {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	#footer_orginfo {
		width: calc(100% / 4);
	}

	#footer_navi {
		width: calc(100% - (100% / 4));
	}
}


#bottom .followbutton {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

#bottom .followbutton .head {
	margin: 10px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

#bottom .followbutton .head span {
	display: inline-block;
}

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

	#bottom .followbutton .head {
		font-size: 18px;
	}
}

#copyright {
	padding: 20px;
	font-size: 10px;
	text-align: center;
	clear: both;
}

#copyright > span {
	display: block;
}



#footer_navi {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer_navi {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer_navi ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: 100%;
	padding: 10px;
}

.footer_navi ul ul {
	width: 50%;
	padding-top: 5px;
	padding-bottom: 0;
}

.footer_navi li {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: 50%;
	padding: 4px 0;
}

.footer_navi .navi > li > a span {
	font-weight: 700;
}

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

.footer_navi li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 5px;
	padding: 10px;
	border: 1px solid;
	font-size: 14px !important;
	line-height: 1.4 !important;
	text-align: center;
	text-decoration: none;
}

.footer_navi li li a {
	color: #3f6d8a;
	font-size: 13px !important;
	position: relative;
}

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

	.footer_navi {
		display: flex;
		flex-direction: row;
	}

	.footer_navi ul {
		align-items: flex-start;
		align-content: flex-start;
		width: calc(100% / 4);
		padding: 20px;
	}

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

	.footer_navi li {
		width: 100%;
	}

	.footer_navi li a {
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0;
		padding: 0;
		border: none;
		text-align: left;
	}

	.footer_navi li a:before {
		content: '\f104';
		margin-right: .5em;
		font-size: .65em;
		font-family: 'uiicon';
		font-weight: normal !important;
		line-height: 2.4;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.footer_navi li a:hover span,
	.footer_navi li a.hover span {
		text-decoration: underline;
	}
}



#footer_orginfo {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#footer_orginfo .orginfo {
	width: 100%;
	text-align: center;
}

#footer_orginfo .orginfo > .cover {
	width: 100%;
	display: inline-block;
	padding: 5px 10px;
}

#footer_orginfo .orginfo > .cover > .brick {
	display: flex;
	flex-direction: column;
}

#footer_orginfo .bizname {
	order: 1;
}

#footer_orginfo .bizinfo.contact {
	order: 2;
}

#footer_orginfo .bizinfo.address {
	order: 3;
}

#footer_orginfo .bizinfo.contact .infomainnumber {
	order: 1;
}

#footer_orginfo .bizinfo.contact .infobiztime {
	order: 2;
}

#footer_orginfo .bizinfo.contact .infosubnumber {
	order: 3;
}

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

/*
	#footer_orginfo {
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#footer_orginfo .orginfo {
		width: calc(100% / 3);
	}

	#footer_orginfo .orginfo > .cover {
		text-align: left;
		padding: 5px 20px;
	}
*/

	#footer_orginfo {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#footer_orginfo .orginfo {
		text-align: left;
	}

	#footer_orginfo .orginfo > .cover {
		padding: 5px 20px;
	}

}




#footer_orginfo a {
	color: #000;
	text-decoration: none;
}

#footer_orginfo .bizname .slogan {
	padding: 3px 0;
	font-size: 12px;
}

#footer_orginfo .bizname .name {
	padding: 3px 0;
	font-size: 12px;
}

#logo_footer {
	padding: 5px 0;
}

#logo_footer .logotypeset {
	width: 100%;
	max-width: 200px;
	margin-bottom: 5px;
}

#logo_footer .logomark {
	fill: #000;
}

#footer_orginfo .infocell {
	padding: 5px 0;
}

#footer_orginfo .infocell p {
	font-size: 12px;
	line-height: 1.5em;
}

#footer_orginfo .infocell .call {
	font-size: 18px;
	font-weight: 700;
}

#footer_orginfo .bizinfo .call a {
	color: #000;
	text-decoration: none;
}


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



#navi_header_thin {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

#navi_header_thin > .inner {
	width: 100%;
	height: 100%;
	position: relative;
}

#navimenu {
	transition: .2s;
	position: absolute;
	top: 0;
	z-index: 2;
}

#naviicon,
#naviicon li {
	list-style: none;
}

#naviicon {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
}

#navi_header_thin .btn_header {
	display: inline-block;
	width: 50px;
	height: 100%;
	line-height: 0;
	vertical-align: top;
}

#navi_header_thin .btn_header a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	overflow: hidden;
}

#navi_header_thin .btn_header div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

#navi_header_thin .btn_header span {
	display: inline-block;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

#navi_header_thin .btn_header .label {
	padding-top: .7em;
	font-size: 9px;
	line-height: 1;
}

#navi_header_thin .btn_header span.icon {
	width: 24px;
	height: 24px;
}

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

#navimenu .icon_bar_top {
	transform: translateY(-8px);
}

#navimenu .icon_bar_end {
	transform: translateY(8px);
}

#navimenu.open .icon_bar_top,
#navimenu.open .icon_bar_end {
	transform: translateY(0);
}

#navi_header_thin svg {
	fill: currentColor;
}

#navimenu svg use {
	transition: .2s;
}

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

	#navi_header_thin {
		display: none;
	}
}



#navi_global {
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: .2s;
	position: fixed;
	left: 0;
	z-index: -1;
}

#navi_global.open {
	z-index: 99;
}

body:not(.slidenavi) #navi_global.open {
	height: 100%;
}

body.slidenavi #navi_global {
	transition: .4s;
}

#navi_global > .inner {
	width: 100%;
	height: 100%;
	text-align: center;
}

body.slidenavi #navi_global.open > .inner,
#navi_global.open > .inner {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#navielem {
	width: 100%;
}

body:not(.slidenavi) #navielem {
	padding: 20px 10px;
	opacity: 0;
}

#navielem .elem {
	padding: 15px 10px;
}

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

	body:not(.slidenavi) #navi_global.open > .inner {
		font-size: 0;
	}

	body:not(.slidenavi) #navi_global.open > .inner:before {
		display: inline-block;
		content: '';
		height: 100%;
		vertical-align: middle;
	}

	#navielem {
		display: inline-block;
		font-size: 1rem;
		vertical-align: middle;
	}
}

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

	body.slidenavi #navi_global,
	#navi_global {
		width: auto;
		height: 100%;
		margin: 0;
		background: transparent;
		position: absolute;
		left: auto;
		right: 0;
		z-index: 1;
	}

	#navi_global > .inner {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: center;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}

	#navi_global .followbutton {
		display: none;
	}

	#navielem {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		height: 100%;
		padding: 0 !important;
		opacity: 1 !important;
		text-align: right;
	}

	#navielem .elem {
		height: 100%;
		padding: 0;
	}


	body.detach:not(.fixed) #navi_global,
	body.detach.nosticky #navi_global {
		width: 100%;
	}

	body.detach:not(.fixed) #navielem,
	body.detach.nosticky #navielem {
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
	}

	body.detach:not(.fixed) #navielem .elem,
	body.detach.nosticky #navielem .elem {
		height: auto;
	}

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

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

	body.detach:not(.fixed) #headerelemsns.elem,
	body.detach.nosticky #headerelemsns.elem {
		order: 3;
	}

	body.detach:not(.fixed) #headerelemnavi.elem {
		margin: 0 -500%;
		padding: 0 500%;
		position: relative;
	}
}


#slidenavicover {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 199;
}


#navitab {
	display: inline-block;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

body:not(.slidenavi) #navitab {
	width: 80%;
	min-width: 280px;
	max-width: 400px;
}

#navitab li {
	list-style: none;
}

#navitab li a {
	display: block;
	padding: 10px;
	padding-right: 30px;
	border-bottom: 1px solid #ccc;
	color: #000;
	line-height: 1.5;
	text-decoration: none;
	position: relative;
}

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

#navitab .tab {
	display: flex;
	align-items: center;
}

#navitab .tab .anctitle {
	text-align: left;
}

#navitab .tab .icon {
	width: 28px;
	height: 28px;
	margin-right: 10px;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

#navitab .tab .icon svg {
	fill: currentColor;
	transition: .2s;
}

#navitab a.current .tab .icon svg,
#navitab a:hover:not(.current) .tab .icon svg,
#navitab a.hover:not(.current) .tab .icon svg {
	transform: scale(1.25);
}

#navitab .tab span {
	display: block;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
}

#navitab .tab .label {
	font-weight: 700;
}

#navitab .tab .labelsup {
	font-size: .65em;
	line-height: 1;
}

#navitab .arrow {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 1;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 5px;
}

#navitab .arrow span {
	display: block;
	width: 100%;
	height: 100%;
	transition: .2s;
	position: relative;
}

#navitab .arrow span:before {
	display: inline-block;
	font-size: 16px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 16px;
	transition: .2s;
}

#navitab a[href^=http] .arrow span:before {
	content: '\f104';
}

#navitab a[href^='#'] .arrow span:before {
	content: '\f120';
}

#navitab li:not(.navilower) a[href^=http]:hover .arrow span,
#navitab li:not(.navilower) a[href^=http].hover .arrow span {
	transform: translateX(5px);
}

#navitab li.navilower a[href^=http] .arrow span:before {
	transform: rotate(90deg);
}

#navitab li.navilower.active a[href^=http] .arrow span:before {
	transform: rotate(-90deg);
}

#navitab .navilowercontents {
	display: none;
	text-align: left;
}

#navitab .navilowercontents a {
	margin-left: 1.5em;
}

#navitab .navilowercontents a i {
	display: none;
}

#navitab li.navilower a.current + .navilowercontents {
	display: block;
}

#navitab .navilowercontents a.current span {
	font-weight: 700;
}

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

	#navitab {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		width: auto !important;
		min-width: none !important;
		max-width: none !important;
		height: 100%;
	}

	#navitab li {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		border: none;
	}

	#navitab li a {
		padding: 0 10px;
		border: none;
	}

	#navitab .tab {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#navitab .tab .anctitle {
		text-align: center;
	}

	#navitab .tab .icon {
		margin: 0;
	}

	body.fixed:not(.nosticky) #navitab .tab .icon {
		display: none;
	}

	#navitab .tab .icon svg {
		transform-origin: center bottom;
	}

	#navitab .tab span {
		font-size: 14px;
	}

	#navitab .arrow {
		display: none;
	}

	#navitab .arrow span:before {
		font-size: 14px;
		line-height: 14px;
	}

	#navitab .navilowercontents {
		display: none !important;
	}


	body.detach #navitab,
	body.detach.nosticky #navitab {
		justify-content: space-around;
		width: 100% !important;
	}

	body.detach #navitab .tab,
	body.detach.nosticky #navitab .tab {
		flex-direction: row;
	}

	body.detach #navitab .tab .icon,
	body.detach.nosticky #navitab .tab .icon {
		margin-right: 10px;
	}

	body.detach #navitab .tab .icon svg,
	body.detach.nosticky #navitab .tab .icon svg {
		transform-origin: center center;
	}

	body.detach:not(.fixed) #navitab {
		transform: translateX(-100%);
	}
}

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

	#navitab li a {
		padding: 0 16px;
	}

	#navitab .tab span {
		font-size: 16px;
	}
}




#call_head {
	text-align: center;
}

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

#call_head span {
	display: inline-block;
}

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

#call_head a .fonnumber {
	display: inline-block;
	transition: .2s;
}

#call_head a:hover .fonnumber,
#call_head a.hover .fonnumber {
	transform: scale(1.1);
}

#call_head .fonnumber i {
	display: inline-block;
	width: 22px;
	height: 22px;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

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

#call_head .btn_contact {
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1;
}

#call_head .btn_contact a {
	display: inline-block;
	padding: 10px 10px;
}

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

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

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

#call_head .fonnumber span.label {
	margin-bottom: .2em;
	padding-left: 5px;
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
	vertical-align: middle;
}

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

#call_head .callinfo {
	color: #808080;
	font-size: 14px;
	line-height: 1.4;
}

#call_head .time.timedetail {
	display: block;
}

#call_head .time.timedetail + .time {
	display: none;
}

#call_head .callhead {
	padding-bottom: 3px;
	font-size: 14px;
	line-height: 1.4;
}

#call_head svg {
	fill: currentColor;
}

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

	body.slidenavi #call_head .fonnumber i {
		width: 18px;
		height: 18px;
	}

	body.slidenavi #call_head .fonnumber span.label {
		font-size: 18px;
	}

	body.slidenavi #call_head .btn_contact,
	body.slidenavi #call_head .btn_contact a {
		width: 100%;
	}
}

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

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

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

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

	body.fixed:not(.nosticky) #call_head .btn_call {
		padding-right: 10px;
	}

	#call_head .btn_contact {
		font-size: 12px;
	}

	#call_head .btn_contact a {
		padding: 5px 10px;
	}

	#call_head .fonnumber span.label {
		margin-bottom: .1em;
	}

	#call_head .callinfo {
		font-size: 12px;
		line-height: 1;
	}

	#call_head .callinfo p {
		display: inline-block;
	}

	#call_head .callinfo p:not(:first-child):before {
		content: '／';
	}

	#call_head .time.timedetail {
		display: none;
	}

	#call_head .time.timedetail + .time {
		display: block;
	}

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

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

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

	body.fixed:not(.nosticky) #call_head .fonnumber span.label {
		font-size: 20px;
	}

	body.fixed:not(.nosticky) #call_head .fonnumber i {
		width: 18px;
		height: 18px;
	}

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

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

	body.fixed:not(.nosticky) #call_head .callhead {
		display: none;
	}
}

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

	#call_head {
		padding: 0 20px;
	}
}



#navi_menu {
	width: 100%;
	height: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	position: fixed;
	left: 0;
	z-index: -1;
}

#navi_menu::-webkit-scrollbar {
	display: none;
}

#navi_menu > .inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

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

	body.nosticky #navi_menu {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		overflow-y: auto;
		position: absolute;
	}
}



.archivenavi {
	width: 100%;
}

.archivenavi ul,
.archivenavi li {
	list-style: none;
}

.archivenavi li {
	font-size: 1rem;
}

.archivenavi a {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	line-height: 1.5;
	text-decoration: none;
}

.archivenavi li i {
	display: inline-block;
	font-style: normal;
	vertical-align: top;
	position: relative;
}

.archivenavi li i:before {
	display: inline-block;
	content: '\f104';
	margin-right: .5em;
	font-size: .8em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 2;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.archivenavi li a span {
	text-align: left;
	vertical-align: top;
}

.archivenavi li a.current {
	font-weight: 700;
}



#side .archivenavi,
#navi_menu.tree .archivenavi {
	padding: 20px;
}

#navi_menu.tree .archivenavi {
	max-width: 700px;
	margin: 0 auto;
}

#side .archivenavi li a,
#navi_menu.tree .archivenavi li a {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	color: #2f2f2f;
	position: relative;
}

#side .archivenavi li a:hover,
#side .archivenavi li a.hover,
#navi_menu.tree .archivenavi li a:hover,
#navi_menu.tree .archivenavi li a.hover {
	transform: translateX(-10px);
}

#side .archivenavi li ul,
#navi_menu.tree .archivenavi li ul {
	margin-left: 1.4em;
}


#navi_menu.button .archivenavi > ul > li:first-child {
	width: 100%;
}

#navi_menu.button .archivenavi > ul > li:first-child > a {
	display: none;
}

#navi_menu.button .archivenavi ul,
#navi_menu.button .archivenavi li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	text-align: center;
}

#navi_menu.button .archivenavi > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 20px;
}

#navi_menu.button .archivenavi a {
	width: 100%;
	margin: 1px;
	padding: 5px 10px;
	border: 1px solid #e5e5e5;
}

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

	#navi_menu.tree .archivenavi {
		padding: 30px;
		padding-bottom: 60px;
	}

	#navi_menu.button .archivenavi li li {
		width: calc(100% / 3);
	}

	#navi_menu.button .archivenavi li a {
		margin: 2px;
		padding: 10px 15px;
	}
}



#container {
	width: 100%;
}

#container > .inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

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

#main .cell,
#side .cell {
	width: 100%;
	position: relative;
}

#container > .inner > #side {
	width: 100%;
}

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

	#columns {
		flex-direction: row;
	}
}

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

	body.nosticky #container {
		overflow-x: hidden;
	}
}


#contentheader {
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 90;
}

#contentheader > .inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#contentheader .heading {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4em;
}

#contentheader .heading:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#contentheader .heading span {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

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

	#contentheader > .inner {
		padding: 0 10px;
	}

	#contentheader .heading {
		font-size: 14px;
	}
}

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

	body.nosticky #contentheader {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		box-shadow: none;
		position: relative;
	}
}


#submenu {
	display: inline-block;
	width: auto;
	height: 30px;
	padding: 0;
	text-align: right;
	white-space: nowrap;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

#submenu > div {
	display: inline-block;
	height: 100%;
	padding: 0 10px;
	background: #f2f2f2;
	vertical-align: middle;
}

#submenu > div:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

#submenu span {
	display: inline-block;
	width: auto;
	margin-right: .5em;
	font-size: 10px;
	text-align: right;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
}

#submenu i {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

#submenu i:before {
	content: '\f104';
	display: block;
	width: 18px;
	height: 18px;
	margin: 0;
	font-size: 18px;
	font-family: 'uiicon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 18px;
	transform: rotate(90deg);
	transition: .2s;
}

#submenu.open i:before {
	transform: rotate(-90deg);
}

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

	#submenu {
		width: auto;
		height: 40px;
		font-size: 10px;
		right: 20px;
	}

	#submenu span {
		font-size: 12px;
	}
}


.articleblock {
	width: 100%;
	padding: 20px;
}

#main .articlebody {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}


.blockheader {
	width: 100%;
	margin-bottom: 20px;
	font-size: 10px;
	text-align: center;
}

.blockheader .brick {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 1em;
	font-size: 1em;
}

.blockheader h1 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
	vertical-align: top;
	position: relative;
}

.blockheader .label {
	display: block;
	font-size: 2.2em;
	font-weight: 700;
}

.blockheader .desc {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 1em;
	font-size: 1.4em;
	line-height: 1.6;
}

.blockheader .shoulder {
	display: block;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6;
}

.blockheader .label span,
.blockheader .shoulder span,
.blockheader .desc span {
	display: inline-block;
}

.blockheader .icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	vertical-align: middle;
	position: relative;
}

.blockheader .icon span {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.blockheader .icon svg {
	fill: currentColor;
}

.blockheader .icon img {
	width: 100%;
	height: auto;
}

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

	.blockheader {
		font-size: 12px;
		margin-bottom: 30px;
	}

	.blockheader .icon {
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
	}
}


.sidebarheader {
	width: 100%;
	margin-bottom: 1em;
	padding: 10px;
	padding-left: 40px;
	border-bottom: 1px solid #808080;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}

.sidebarheader:before {
	display: inline-block;
	content: '\f119';
	width: 1em;
	font-family: 'uiicon';
	font-weight: normal !important;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 10px;
}



.breadcrumb {
}

.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	list-style: none;
	margin: 0 auto;
	padding: 10px;
}

.breadcrumb li {
	margin-bottom: 5px;
	padding-right: 1em;
	color: #808080;
	font-size: 12px;
	line-height: 1.2em;
	vertical-align: middle;
}

.breadcrumb li a,
.breadcrumb li a span,
.breadcrumb li .error,
.breadcrumb li .error span {
	color: #808080;
	position: relative;
	vertical-align: middle;
}

.breadcrumb li:not(:last-child) a:after {
	content: '\f104';
	display: inline-block;
	width: .65em;
	padding-left: 1em;
	font-size: .65em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	line-height: 1;
	vertical-align: middle;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

	.breadcrumb ul {
		padding: 10px 20px;
	}
}


.paging {
	padding: 20px 0;
}

.paging ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

.paging ul li {
	display: inline-block;
	margin: 0 2px;
	font-size: 16px;
	vertical-align: top;
}

.paging ul li a,
.paging ul li span {
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 0;
	line-height: 32px;
}

.paging ul li a {
	text-decoration: none;
}

.paging ul li span {
	color: #fff;
	font-weight: bold;
	background: #7f7f7f;
	cursor: default;
}

.paging ul li .link_before {
	margin-right: 10px;
}

.paging ul li .link_next {
	margin-left: 10px;
}

.paging ul li .link_first,
.paging ul li .link_before,
.paging ul li .link_next,
.paging ul li .link_last {
	background: #ececec;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.paging ul li .link_first:after,
.paging ul li .link_before:after,
.paging ul li .link_next:after,
.paging ul li .link_last:after {
	width: 100%;
	height: 100%;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-indent: 0;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.paging ul li .link_first:after {
	content: '\f105';
}

.paging ul li .link_before:after {
	content: '\f103';
}

.paging ul li .link_next:after {
	content: '\f104';
}

.paging ul li .link_last:after {
	content: '\f106';
}

.paging ul li a:not(.hidden):hover,
.paging ul li a:not(.hidden).hover {
	background: #808080;
	color: #fff;
}

.paging ul li .link_first:hover:after,
.paging ul li .link_before:hover:after,
.paging ul li .link_next:hover:after,
.paging ul li .link_last:hover:after,
.paging ul li .link_first.hover:after,
.paging ul li .link_before.hover:after,
.paging ul li .link_next.hover:after,
.paging ul li .link_last.hover:after {
	width: 100%;
	height: 100%;
}

.paging ul li a.hidden {
	opacity: .25;
	cursor: default;
}

.pagecount {
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}

@media only screen and (min-width: 0px) and (max-width: 540px) {

	.paging ul li.number {
		display: none;
	}

	.paging ul li {
		margin: 0 2px;
		font-size: 20px;
	}

	.paging ul li a,
	.paging ul li span {
		width: 46px;
		height: 46px;
		line-height: 46px;
	}

	.paging ul li .link_first:after,
	.paging ul li .link_before:after,
	.paging ul li .link_next:after,
	.paging ul li .link_last:after {
		line-height: 42px;
	}
}



.movearticle {
	margin: 0 auto;
	padding: 10px;
}

.movearticle ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	position: relative;
}

.movearticle li {
	list-style: none;
	display: inline-block;
	width: 33.33%;
	font-size: 9px;
	vertical-align: middle;
}

.movearticle .one li:first-child {
	width: 66.66%;
	padding-left: 33.33%;
}

.movearticle .none li {
	width: 100%;
}

.movearticle li.next {
	text-align: right;
}

.movearticle li.return {
	text-align: center;
}

.movearticle li span {
	display: block;
	line-height: 1;
}

.movearticle li a {
	display: inline-block;
	width: 60px;
	height: 26px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}

.movearticle .none li.return a {
	width: 100%;
}

.movearticle li a:before {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	margin-bottom: 5px;
	font-size: 26px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	line-height: 26px;
	transition: .2s;
}

.movearticle li.prev a:before {
	content: '\f100';
}

.movearticle li.return a:before {
	content: '\f108';
}

.movearticle li.next a:before {
	content: '\f101';
}

.movearticle li.prev a:hover:before,
.movearticle li.prev a.hover:before {
	transform: translateX(-5px);
}

.movearticle li.next a:hover:before,
.movearticle li.next a.hover:before,
.movearticle li.next a:hover:after,
.movearticle li.next a.hover:after {
	transform: translateX(5px);
}

.movearticle li.return a:hover:before,
.movearticle li.return a.hover:before {
	transform: translateY(-5px);
}

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

	.movearticle {
		padding: 10px 0;
	}

	.movearticle li {
		font-size: 14px;
	}

	.movearticle li span {
		display: inline-block;
	}

	.movearticle li a {
		width: auto;
		height: 24px;
		padding: 0 15px;
		line-height: 24px;
		text-indent: 0;
	}

	.movearticle li a:before {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0;
		margin-right: .5em;
		font-size: 14px;
		line-height: 18px;
	}

	.movearticle li.next a:before {
		display: none;
	}

	.movearticle li.next a:after {
		display: inline-block;
		content: '\f101';
		margin-left: .5em;
		font-family: 'uiicon';
		font-weight: normal !important;
		text-align: center;
		text-indent: 0;
		font-size: 14px;
		line-height: 18px;
		transition: .2s;
	}
}



#jump {
	width: 74px;
	height: 74px;
	opacity: .7;
	font-size: 9px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
}

#jump a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	transform: translate(0,100%);
	transition: .2s;
	position: absolute;
	top: 0;
	right: 0;
}

#jump a.show {
	transform: translate(0,0);
}

#jump a span {
	display: inline-block;
	vertical-align: middle;
}

#jump a > span {
	width: 64px;
	height: 64px;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	font-size: 0;
	text-align: center;
	line-height: 1;
}

#jump a > span:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

#jump a > span span {
	width: 42px;
	height: 42px;
	transform: rotate(-90deg);
}

#jump a:hover > span,
#jump a.hover > span {
	background: rgba(0,0,0,.5);
}

#jump svg {
	fill: currentColor;
}



.stepbtn {
	width: 100%;
	height: 64px;
	opacity: .7;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 99;
}

.stepbtn a {
	display: inline-block;
	width: 64px;
	height: 100%;
	color: #fff;
	text-decoration: none;
	transform: translate(0,0);
	transition: .2s;
}

.stepbtn.hide a {
	color: #000;
	transform: translate(0,100%);
}

.stepbtn a > span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-align: center;
}

.stepbtn a:hover > span,
.stepbtn a.hover > span {
	background: rgba(255,255,255,.5);
}

.stepbtn a > span:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

.stepbtn a > span span {
	display: inline-block;
	width: 38px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
}


.stepbtn svg {
	fill: currentColor;
}


.sharebutton {
	text-align: center;
	vertical-align: top;
}

.sharebutton ul {
	list-style: none;
	display: inline-block;
	font-size: 0;
}

.sharebutton li {
	list-style: none;
	display: inline-block;
	margin: 1px;
	text-align: center;
}

.sharebutton li .share {
	display: inline-block;
	width: 34px;
	height: 34px;
	color: #4f4f4f;
	border: none;
	border-radius: 0;
	vertical-align: middle;
	overflow: hidden;
	transition: .2s;
	position: relative;
	cursor: pointer;
}
/*
.sharebutton li.share_twitter .share {
	color: #2aa3ef;
}
.sharebutton li.share_facebook .share {
	color: #3c5a96;
}
.sharebutton li.share_google .share {
	color: #bf3d36;
}
.sharebutton li.share_line .share {
	color: #3dba34;
}
.sharebutton li.share_pocket .share {
	color: #eb4259;
}
.sharebutton li.share_pinterest .share {
	color: #bb0f23;
}
.sharebutton li.share_hatena .share {
	color: #547ce4;
}
*/
.sharebutton li .share:hover,
.sharebutton li .share.hover {
}

.sharebutton li .share:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.sharebutton li .share svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
	vertical-align: middle;
	overflow: hidden;
}

.sharebutton li.share_twitter .share:hover,
.sharebutton li.share_twitter .share.hover {
	color: #0f1419;
}

.sharebutton li.share_facebook .share:hover,
.sharebutton li.share_facebook .share.hover {
	color: #3c5a96;
}

.sharebutton li.share_google .share:hover,
.sharebutton li.share_google .share.hover {
	color: #bf3d36;
}

.sharebutton li.share_line .share:hover,
.sharebutton li.share_line .share.hover {
	color: #3dba34;
}

.sharebutton li.share_pocket .share:hover,
.sharebutton li.share_pocket .share.hover {
	color: #eb4259;
}

.sharebutton li.share_pinterest .share:hover,
.sharebutton li.share_pinterest .share.hover {
	color: #bb0f23;
}

.sharebutton li.share_hatena .share:hover,
.sharebutton li.share_hatena .share.hover {
	color: #547ce4;
}



.followbutton {
	font-size: 0;
}

.followbutton .followbadge {
	display: inline-block;
	width: 40%;
	margin: 5px;
	font-size: 0rem;
}

.followbutton a {
	display: inline-block;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	border: 1px solid #f2f2f2;
	background: #fff;
	vertical-align: middle;
}

.followbutton .twitter a {
	color: #0f1419;
}

.followbutton .facebook a {
	color: #315096;
}

.followbutton .instagram a {
	color: #000;
}

.followbutton .line a {
	color: #00c300;
}

.followbutton .google a {
	color: #bf3d36;
}

.followbutton .icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	vertical-align: middle;
}

.followbutton .label {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}

.followbutton .icon svg {
	fill: currentColor;
}

.followbutton .followbadge a:hover,
.followbutton .followbadge a.hover {
	color: #fff;
}

.followbutton .twitter a:hover,
.followbutton .twitter a.hover {
	background: #0f1419;
}

.followbutton .facebook a:hover,
.followbutton .facebook a.hover {
	background: #315096;
}

.followbutton .instagram a:hover,
.followbutton .instagram a.hover {
	background: #000;
}

.followbutton .line a:hover,
.followbutton .line a.hover {
	background: #00c300;
}

.followbutton .google a:hover,
.followbutton .google a.hover {
	background: #bf3d36;
}

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

	.followbutton a {
		padding: 10px 15px;
	}

	.followbutton .followbadge {
		width: auto;
	}

	.followbutton .icon {
		width: 26px;
		height: 26px;
		margin-right: 10px;
	}
}

body.slidenavi #headerelemsns .followbutton .followbadge {
	width: calc(100% - 10px);
	text-align: left;
}



.movieframe {
	max-width: 700px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 20px 0;
}

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

	.movieframe {
		width: 100%;
	}
}



.loading_screen {
	width: 56px;
	height: 56px;
	margin-top: -26px;
	margin-left: -26px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
}


a.zoomimg {
	display: inline-block;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 3px;
	position: relative;
}

a.zoomimg:after {
	content: '\f110';
	display: inline-block;
	width: 46px;
	height: 46px;
	background: #000;
	opacity: .3;
	color: #fff;
	font-size: 28px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	line-height: 46px;
	position: absolute;
	bottom: 5px;
	right: 2px;
	transition: .2s;
}

a.zoomimg:hover:after,
a.zoomimg.hover:after {
	opacity: .8;
}

a.zoomimg:hover img,
a.zoomimg.imgframe img {
	box-shadow: 0 2px 0 rgba(0,0,0,.2);
}



.btnarea {
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

.btnarea a {
	display: inline-block;
	padding: 12px 40px;
	border: 1px solid;
	background: rgba(255,255,255,.5);
	text-decoration: none;
	outline: none;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.btnarea a:hover,
.btnarea a.hover {
	transform: scale(1.1);
}

.btnarea a span {
	display: inline-block;
	vertical-align: middle;
}

.btnarea a > span:not(.icon) {
	line-height: 1.2;
}

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

	.btnarea {
		font-size: 16px;
	}

	.btnarea a {
		padding: 14px 50px;
	}
}

.btnarea.mapapp {
	margin-top: 20px;
}

.mapapp a:before {
	display: inline-block;
	content: '\f117';
	margin-right: .5em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	vertical-align: middle;
}

.mapapp a:after {
	display: inline-block;
	content: '\f101';
	margin-left: .5em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	transform: rotate(-45deg);
	vertical-align: middle;
}




.contactinfo {
	width: 100%;
	margin: 0 auto;
	background: #badaef;
	position: relative;
}

.contactinfo:before {
	content: '';
	background-color: #fff;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.contactinfo > .inner {
	width: 100%;
	text-align: center;
	vertical-align: top;
	position: relative;
}

.contactinfo header {
	margin-bottom: 2em;
}

.contactinfo header:not(.blockheader) h1 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.contactinfo header h1 span {
	display: inline-block;
}

.contactinfo .sentence p {
	margin-bottom: 2em;
	font-size: 1.4em;
	line-height: 1.8;
}

.contactinfo .btnarea {
	font-size: 18px;
}

.contactinfo .btnarea a {
	width: 100%;
	padding: 20px;
}

.contactinfo .btnarea a span.label {
	font-weight: 700;
}

.contactinfo .badge {
	margin-bottom: .5em;
	color: #1175ba;
	font-size: 14px;
	line-height: 1;
}

.contactinfo .badge span {
	display: inline-block;
	margin-left: .5em;
	padding: .5em 1em;
	border-radius: 99px;
	background: #1175ba;
	color: #fff;
	vertical-align: middle;
}

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

	.contactinfo header:not(.blockheader) h1 {
		font-size: 32px;
	}

	.contactinfo .sentence p {
		margin-bottom: 1em;
	}

	.contactinfo .btnarea {
		padding-top: 30px;
		font-size: 32px;
	}

	.contactinfo .btnarea a {
		max-width: 580px;
		padding: 30px;
	}

	.contactinfo .badge {
		font-size: 18px;
	}
}


.foncall {
	margin-top: 20px;
	text-align: center;
}

.foncall .call {
	display: inline-block;
	color: #000;
	text-align: center;
	vertical-align: middle;
}

.foncall .call a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	vertical-align: top;
}

.foncall .call a:hover,
.foncall .call a.hover {
	transform: scale(1.1);
}

.foncall .call span {
	display: inline-block;
}

.foncall .call i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: .5em;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

.foncall .call span.icon {
	width: 100%;
	height: 100%;
}

.foncall .call span.icon span {
	width: 100%;
	height: 100%;
}

.foncall .call span.label {
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	vertical-align: middle;
}

.foncall .call p {
	padding-top: .3em;
	padding-left: 1em;
	font-size: 12px;
	line-height: 1;
}

.foncall .call p span {
	margin-left: .5em;
	padding: .4em .8em;
	border-radius: 99px;
	background: #666;
	color: #fff;
	font-size: .9em;
	vertical-align: middle;
	line-height: 1;
}

.foncall .call .head {
	font-size: 14px;
}

.foncall .call + .fax {
	padding-top: 1em;
}

.foncall .call svg {
	fill: currentColor;
}

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

	.foncall {
		margin-top: 40px;
		text-align: center;
	}

	.foncall .call i {
		width: 30px;
		height: 30px;
	}

	.foncall .call span.label {
		font-size: 38px;
	}

	.foncall .call p {
		font-size: 14px;
	}

	.foncall .call .head {
		font-size: 18px;
	}
}




#bureau {
	width: 100%;
}

#bureau > .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	margin: 0 auto;
	vertical-align: top;
	position: relative;
}

#bureau .blockheader .label {
	font-size: 1.8em;
}

#articlesection {
	width: 100%;
}

#articlesection > .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	position: relative;
}

#information {
	width: 100%;
}

#information > .inner {
	width: 100%;
	padding: 30px 0;
	position: relative;
}

#information .articlelistblock {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

#blogarticle {
	width: 100%;
}

#blogarticle > .inner {
	width: 100%;
	padding: 30px 0;
	position: relative;
}

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

#snstimeline {
	width: 100%;
}

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

#blogcategories {
	width: 100%;
}

#blogcategories > .inner {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

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

	#articlesection {
		order: 1;
		width: calc(100% / 2);
	}

	#snstimeline {
		order: 2;
		width: calc(100% / 2);
	}


	#information > .inner {
		padding: 50px 30px;
	}

	#blogarticle > .inner {
		padding: 50px 30px;
	}

	#snstimeline > .inner {
		padding: 50px 30px;
	}

	#blogcategories > .inner {
		padding: 50px 30px;
	}
}



#snswidget {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	text-align: center;
	vertical-align: top;
	position: relative;
}

#snswidget .widget {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	height: 400px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: top;
}

#snswidget .widgetframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#snswidget .widget .loading_announce {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#snswidget .widget .loading_announce div {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.8);
	font-size: 0;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

#snswidget .widget .loading_announce div:before {
	display: inline-block;
	content: '';
	height: 100%;
	font-size: 0;
	vertical-align: middle;
}

#snswidget .widget .loading_announce div > span {
	display: inline-block;
	padding: .7em 2em;
	border-radius: 99px;
	background: #fff;
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: middle;
}

#snswidget .widget:last-child {
	margin-bottom: 0;
}

#snswidget .sandbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

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

	#snswidget {
		padding: 30px 0;
	}

	#snswidget .widget {
		max-width: 500px;
		height: 500px;
		padding: 0 2%;
	}
}




.articlelist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.articlelist .item {
	display: flex;
	width: 100%;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.articlelist .item > .inner {
	display: flex;
	width: 100%;
	position: relative;
	transition: .2s;
}

.articlelist .item article {
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.articlelist .item .enclosed {
	font-size: 1.2em;
}

.articlelist .item .title {
	margin: .3em 0;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.5;
	word-wrap: break-word;
	overflow: hidden;
}

.articlelist .item .title a {
	color: #000;
	text-decoration: none;
}

.articlelist .meta {
	margin: .3em 0;
	line-height: 1.4;
}

.articlelist .category span {
	display: inline-block;
}

.articlelist .category span {
	display: inline-block;
	margin-right: .3em;
	margin-bottom: .3em;
}

.articlelist .category span a {
	display: inline-block;
	padding: .5em 1em;
	background: #666;
	color: #fff;
	text-decoration: none;
}

.articlelist .category span a:hover,
.articlelist .category span a.hover {
	background: #999;
}

.articlelist time {
	color: #808080;
}

.articlelist .item .desc {
	display: none;
	color: #666;
	font-size: 1.1em;
	line-height: 1.6;
	word-wrap: break-word;
}

.articlelist .item .arrow {
	display: block;
	height: 100%;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 10px;
}

.articlelist .item .arrow:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

.articlelist .item .icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #808080;
	vertical-align: middle;
	transform: rotate(-90deg);
}

.articlelist .item .icon span {
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .2s;
}

.articlelist .item.hover .icon span {
	opacity: 1;
	transform: translateY(10px);
}

.articlelist .item .icon svg {
	fill: currentColor;
}

.articlelist .item .btn {
	width: 100%;
	padding: 5%;
	font-size: 1.2em;
	line-height: 1;
	text-align: right;
}

.articlelist .item .btn a {
	display: inline-block;
	padding: .5em 1em;
	border: 1px solid;
	text-decoration: none;
}

.articlelist .item .btn a:hover,
.articlelist .item .btn a.hover {
	background: #f2f2f2;
}

.articlelist .item .thumb {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.articlelist .item figure {
	width: 100%;
	margin-top: 0;
	padding-top: 60%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.articlelist .item .enclosed figure {
	margin: .5em 0;
}

.articlelist .item figure span {
	display: block;
	width: 100%;
	transform: translateY(-50%);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
}

.articlelist .item figure img {
	width: 100%;
	height: auto;
	position: relative;
	transition: .2s;
}



/* override */
.articlelist .item {
	border-bottom: 1px solid #ccc;
}

.articlelist .item:first-child {
	border-top: 1px solid #ccc;
}

.articlelist .item article {
	padding: 15px 20px;
}

.articlelist.thumb .item .enclosed {
	width: 80%;
	padding-left: 7%;
}

.articlelist.arrowicon .item .enclosed {
	padding-right: 15px;
}

.articlelist.card.thumb:not(.arrowicon) .item {
	padding: 3% 7%;
	border: none;
}

.articlelist.card.thumb:not(.arrowicon) .item article {
	padding: 2%;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	transition: .2s;
}

.articlelist.card.thumb:not(.arrowicon) .item .enclosed {
	width: 100%;
	padding: 5%;
}

.articlelist .category span a {
	border-radius: 0;
}

.articlelist .item .btn a {
	border-radius: 0;
}

.articlelist .item .thumb {
	width: 20%;
}

.articlelist .item .enclosed .thumb {
	width: 100%;
}

.articlelist .item figure {
	border-radius: 0;
	padding-top: 100%;
}

.articlelist .item .enclosed figure {
	padding-top: 60%;
}

.articlelist.card .item.hover figure img {
	transform: scale(1.3);
}

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

	.articlelist.card {
		padding: 1%;
	}

	.articlelist.card .item {
		padding: 1.5% !important;
		border: none;
	}

	.articlelist.card .item article {
		display: block;
		padding: 0 !important;
		border-radius: 0;
		background: #fff;
		box-shadow: 0 1px 3px rgba(0,0,0,.2);
		transition: .2s;
	}

	.articlelist.card .item.hover article {
		background: #f2f2f2;
	}

	.articlelist.card .item .enclosed {
		width: 100%;
		padding: 7% !important;
	}

	.articlelist .item .desc {
		display: block;
	}

	.articlelist.card .item.hover .icon span {
		opacity: 0;
		transform: translateY(0);
	}

	.articlelist.card .item .btn {
		text-align: center;
	}

	.articlelist.card .item figure {
		padding-top: 60%;
	}

	.articlelist.card .item figure {
		border-radius: 0 !important;
	}

	.articlelist.card .item .thumb {
		width: 100%;
	}
}


.articlelist .viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
}


.articlelistbody.empty {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
	line-height: 1.6;
}

.articlelistbody.empty .inner {
	padding: 20px;
}

.articlelistbody.empty .sentence {
	padding: 30px 20px;
	border: 1px solid #ccc;
	background: #f2f2f2;
}

.articlelistbody.empty .sentence p {
	font-size: 1em;
	line-height: 1.6;
}

.articlelistbody.empty .sentence p:not(:last-child) {
	margin-bottom: 1em;
}



#result {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	text-align:center;
	opacity: 0;
	overflow-y: scroll;
	vertical-align: middle;
	transition: .4s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#result.show {
	display: block;
	opacity: 1;
}

#result:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#result > div {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	padding: 30px;
	padding-left: calc(env(safe-area-inset-left) + 30px);
	padding-right: calc(env(safe-area-inset-right) + 30px);
	padding-bottom: calc(env(safe-area-inset-bottom) + 30px);
	font-size: 1.8em;
	line-height: 1.6;
	vertical-align: middle;
}

#result > div > div {
	margin-bottom: 30px;
	padding: 30px;
	color: #000;
	word-wrap: break-word;
}

#result button.close {
	width: 100%;
	max-width: 600px;
	height: 60px;
	border: none;
	background-color: #0073bc;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	transition: .2s;
	cursor: pointer;
}

#result button.close:hover,
#result button.close.hover {
	background-color: #3b99d5;
}

#result .error > div {
	background-color: #fff3f3;
	border: 2px solid #996e6e;
}

#result .errortitle {
	margin-bottom: 1em;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

#result .errortitle span {
	display: inline-block;
	padding: .6em 1.2em;
	background-color: #996e6e;
}

#result .errormessage {
	color: #000;
	text-align: left;
	word-wrap: break-word;
}

#result .errormessage a {
}
