@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: #4dbbaa;
    color: #fff;
}

::-moz-selection {
    background: #4dbbaa;
    color: #fff;
}

a {
	color: #4dbbaa;
}

a:hover,
a.hover {
	color: #2879b3;
}



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

.caution:not(.center) p:before {
	position: absolute;
	top: 0;
	left: 0;
}

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

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 {
	border-radius: 5px;
	color: #4dbbaa;
}

.btnarea a .label {
	display: inline-block;
}

.btnarea a .arrow {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: .5em;
}

.btnarea a .arrow span {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.btnarea a .arrow span svg {
	vertical-align: top;
	fill: currentColor;
}

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

.btnarea.wide {
	font-size: 2em;
}

.btnarea.wide a {
	width: 100%;
	padding: 20px 5px;
	color: #fff;
	border-color: #003961;
	background: #7792b8;
	font-weight: 700;
}

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

	.btnarea.wide {
		font-size: 2.6em;
	}

	.btnarea.wide a .arrow {
		width: 26px;
		height: 26px;
	}
}


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

#call_head .callhead {
	color: #000;
	font-weight: 700;
}

#call_head .btn_contact {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
}

#call_head .btn_contact .contactbtn {
	width: 100%;
	margin: 5px;
	border-radius: 5px;
	font-size: 14px;
	overflow: hidden;
}

#call_head .btn_contact .contactbtn a {
	width: 100%;
}

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

.btn_contact a {
	width: 140px;
	background: #4dbbaa;
	color: #fff !important;
	text-align: center;
}

.btn_contact a:hover,
.btn_contact a.hover {
	background: #73d6c6;
}

.btn_contact .line a {
	background: #00b900;
}

.btn_contact .line a:hover,
.btn_contact .line a.hover {
	background: #43d743;
}

.btn_contact .facebook a {
	background: #3c5a96;
}

.btn_contact .facebook a:hover,
.btn_contact .facebook a.hover {
	background: #7894ce;
}

#call_head .fonnumber {
	color: #000;
}

#call_head .fonnumber i {
/* 	color: #3366ff; */
}

/* 
#call_head .callinfo p.holiday span {
	display: inline-block;
	margin-left: .5em;
	padding: .4em .8em;
	border-radius: 5px;
	background: #fa6f6f;
	color: #fff;
	font-size: .9em;
	vertical-align: middle;
	line-height: 1;
}
 */

#navitab li a {
	color: #000;
}

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

#navimenu {
	color: #000;
}

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

#navi_header_thin .btn_header a {
	color: #4dbbaa;
}

#navi_header_thin .btn_header a.hover {
	background: #4dbbaa;
	color: #fff;
}

#navi_header_thin .btn_header:nth-child(2) a {
	background: #00b900;
	color: #fff;
}

#navi_header_thin .btn_header:nth-child(2) a.hover {
	background: #43d743;
}

#navi_header_thin #nh_reserve.btn_header a {
	background: #4dbbaa;
	color: #fff;
}

#navi_header_thin #nh_reserve.btn_header a.hover {
	background: #73d6c6;
}

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

	body:not(.fixed) #call_head .btn_contact .contactbtn {
		width: auto;
	}

	body:not(.fixed) #call_head .btn_contact .contactbtn:last-child {
		margin-right: 0;
	}

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

	body:not(.fixed) #call_head .btn_contact .contactbtn a {
		width: 200px;
	}

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

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

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

	body.fixed #call_head .btn_contact .line a:hover,
	body.fixed #call_head .btn_contact .line a.hover {
		background: #43d743;
	}


	#call_head > .brick {
		flex-wrap: wrap;
		justify-content: flex-end;
		flex-direction: row;
	}

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

	body.fixed #call_head .callinfo {
		font-size: 10px;
	}

	#call_head .callhead {
		padding-bottom: 0;
		padding-right: 10px;
		font-size: 15px;
	}

	body:not(.fixed) #call_head .btn_contact {
		width: 100%;
		max-width: none;
		margin-top: 5px;
	}

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

	body.fixed #call_head .callinfo p {
/* 		display: block; */
		line-height: 1.2;
	}

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


	body.fixed #navitab .tab span {
		font-size: 13px;
	}
}

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

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


.blockheader h1 {
	color: #000;
	line-height: 1.4;
}

.blockheader {
	margin-bottom: 2em;
	font-size: 1rem;
}

.blockheader.deco:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 15px 32px 0 32px;
	border-color: #d6e1f0 transparent transparent transparent;
}

.blockheader.deco .brick {
	display: flex;
	flex-direction: column;
}

.blockheader .label {
	margin-bottom: .2em;
	font-size: 1.4em;
}

.blockheader.deco .enclosed {
	order: 2;
}

.blockheader .desc {
	margin: 0;
	color: #000;
	font-size: 1em;
}

.blockheader.deco .desc {
	order: 1;
}

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

	.blockheader .label {
		font-size: 2.2em;
	}

	.blockheader .desc {
		font-size: 1.05em;
	}
}




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

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

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

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

#navi_header_thin {
	height: 60px;
	border-top: 5px solid #4dbbaa;
}

#navi_global {
	top: 0;
}

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

#navi_menu {
	top: 90px;
}

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

#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.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: 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% - 230px);
	}

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

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

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

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


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

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

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

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


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

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

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

	body.nosticky #contentheader {
		top: 0;
	}

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

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

	body:not(.fixed) #headerelemnavi.elem {
		background: #eff8f6;
		border-top: 1px solid #4dbbaa;
	}
}


#navimenu {
	right: 0;
}

#naviicon {
	right: 50px;
}


#upper {
	background: #fff;
	border-top: 5px solid #4dbbaa;
}

body.fixed #upper,
body.menuopen #upper {
}

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

	#upper {
		border-bottom: 1px solid #4dbbaa;
	}
}


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) {

	#navi_global,
	#navi_global .inner {
		overflow: visible;
	}

	body.safearea #navi_global > .inner {
		padding-bottom: 0;
	}
}

#navi_header_thin {
	border-bottom: 1px solid #4dbbaa;
}

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 .tab .label .abbr {
	display: inline;
}

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

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

	#navitab .exlink a .anctitle,
	#navitab a[target="_blank"] .anctitle {
	}

	#navitab .exlink .arrow,
	#navitab a[target="_blank"] .arrow {
	}

	#navitab .exlink .tab .label:after,
	#navitab a[target="_blank"] .label:after {
		display: inline-block;
		content: '\f109';
		margin-left: .3em;
		font-family: 'uiicon';
		font-weight: normal !important;
		text-align: center;
		transition: .2s;
	}

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

	body:not(.fixed) #navitab .exlink .tab .label:after,
	body:not(.fixed) #navitab a[target="_blank"] .label:after {
		margin-right: -1.3em;
	}

	body:not(.fixed).detach #navitab li,
	body:not(.fixed).detach.nosticky #navitab li {
		flex-grow: 1;
		width: 100%;
	}

	body:not(.fixed).detach #navitab,
	body:not(.fixed).detach.nosticky #navitab {
		padding: 0;
	}

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

	body.fixed.detach #navitab > li > a,
	body.fixed.detach.nosticky #navitab > li > a {
		border-right: 1px solid #c7c7c7;
	}

	body.fixed.detach #navitab > li:first-child > a,
	body.fixed.detach.nosticky #navitab > li:first-child > a {
		border-left: 1px solid #c7c7c7;
	}

	body.fixed.detach #navitab > li:first-child > a,
	body.fixed.detach.nosticky #navitab > li:first-child > a {
		border-left: none;
	}

	body.fixed.detach #navitab > li:last-child > a,
	body.fixed.detach.nosticky #navitab > li:last-child > a {
		border-right: none;
	}

	#navitab {
		overflow: visible;
	}

	body.fixed #navitab .tab .label .abbr {
		display: none;
	}

	#navitab li.navilower {
		overflow: visible;
		position: relative;
	}

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

	#navitab .navilower.open .tab .label:after {
		transform: rotate(-90deg);
	}

	body:not(.fixed) #navitab .navilower .tab .label:after {
		margin-left: 1em;
		margin-right: -2em;
	}

	#navitab .navilowercontents {
		display: block !important;
		width: 260px;
		height: 0;
		background: #f2f2f2;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		top: 60px;
		left: 0;
		transition: .2s;
	}

	#navitab li.open .navilowercontents {
		height: auto;
		opacity: 1;
		box-shadow: 2px 2px 0 0 rgba(0,0,0,.2);
	}

	body.fixed #navitab .navilowercontents {
		top: 54px;
	}

	#navitab .navilowercontents li {
		display: block !important;
		width: 100% !important;
		font-size: 16px;
	}

	#navitab .navilowercontents li a {
		margin: 0;
		padding: 10px 15px;
		background: #f5f5f5;
	}

	#navitab .navilowercontents li a:not(:last-child),
	#navitab .navilowercontents ul li:not(:last-child) a {
		border-bottom: 1px solid #9a9994;
	}

	#navitab .navilowercontents li a.current {
		background: #bcbbb9;
		color: #fff;
	}

	#navitab .navilowercontents li a:hover,
	#navitab .navilowercontents li a.hover {
		background: #9a9994;
		color: #fff;
	}

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

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

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


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



body.safearea #bottom {
}

#bottom > .inner {
	border-top: 1px solid #4dbbaa;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 0;
}

body.safearea #bottom > .inner {
}

#bottom > .inner > .columns {
	margin: 0 auto;
	padding-bottom: 20px;
}

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

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

	body.safearea #bottom > .inner > .columns {
	}

	#footer_navi {
		width: 100%;
	}
}


#footer_orginfo .bizname .slogan {
	color: #000;
	font-size: 14px;
	font-weight: 700;
}

#footer_orginfo .bizname .slogan span {
	display: inline-block;
}


#opcompinfo {
	padding: 20px;
	color: #003961;
	font-size: 14px;
	text-align: center;
}

#opcompinfo h2 {
	font-size: 12px;
	font-weight: 400;
}


#opcompnavi {
	padding: 20px;
	padding-bottom: 0;
	border-top: 1px solid #4dbbaa;
	background: #eff8f6;
	font-size: 14px;
	text-align: center;
}

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

#opcompnavi ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#opcompnavi li {
	list-style: none;
	font-size: 13px;
}


#opcompnavi li a {
	display: inline-block;
	width: 100%;
	padding: 5px 15px;
	color: #000;
	text-decoration: none;
}



#copyright {
	padding: 30px 20px;
	background: #4dbbaa;
	color: #fff;
}

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

.footer_navi li a {
	color: #000;
}

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

	.footer_navi li {
		width: 100%;
	}
}

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

	#bottom .columns {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#footer_orginfo {
		justify-content: center;
		align-items: center;
		order: 2;
		width: 100%;
		max-width: 900px;
	}

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

	#footer_navi {
		order: 1;
	}

	.footer_navi ul {
		width: 100%;
		justify-content: center;
	}

	.footer_navi li {
		width: auto;
		justify-content: center;
		padding: 0 2em;
		text-align: center;
	}

	.footer_navi li a {
		width: auto;
	}

	#opcompinfo {
		order: 3;
	}

	#opcompnavi li a {
		padding: 5px 40px;
	}
}


.followbutton .followbadge {
	width: auto;
}

.followbutton a {
	padding: 5px;
	border-radius: 50%;
	border: none;
}

.followbutton .icon {
	margin-right: 0 !important;
}

.followbutton a .label {
	display: none;
}




.contactinfo {
	width: 100%;
	background: transparent;
}

body > .contactinfo {
	background: #eff8f6;
}

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

.contactinfo:before {
	display: none;
}

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

/* 
body > .contactinfo > .inner:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 38px 120px 0 120px;
	border-color: #fff transparent transparent transparent;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}
 */

.contactinfo header:not(.blockheader) {
	margin-bottom: 2em;
}

.contactinfo header:not(.blockheader) h1 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
}

.contactinfo h2 {
	margin-bottom: .5em;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.contactinfo .foncall {
	margin-top: 0;
	margin-bottom: 1em;
}

.contactinfo .foncall .call .head {
	margin-bottom: .5em;
}

.contactinfo .foncall .call a {
	color: #000;
}

.contactinfo .foncall .call span.label {
	font-size: 30px;
	font-weight: 700;
}

.contactinfo .foncall .call i {
	width: 26px;
	height: 26px;
/* 	color: #3366ff; */
}

.contactinfo .foncall .call p {
	line-height: 1.4;
}

.contactinfo .foncall .call p span:not(.support) {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: none;
	color: #000;
	font-size: 1em;
}

.contactinfo .foncall .call p span {
	border-radius: 5px;
	background: #fa6f6f;
}

.contactinfo .caution {
	margin-bottom: 1em;
	font-size: .8rem;
	text-align: center;
}

.contactinfo .caution p {
	font-size: .85em;
	color: #808080;
}

.contactinfo .caution p:before {
	position: relative;
}

.contactinfo .fax {
	color: #000;
	font-size: .85rem;
	font-weight: 700;
}

.contactinfo .btn_contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}

.contactinfo .btn_contact .contactbtn {
	width: 100%;
	max-width: 340px;
	margin: 5px;
	font-size: 16px;
}

.contactinfo .btn_contact .contactbtn a {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	border-radius: 5px;
	white-space: nowrap;
	text-decoration: none;
}

.contactinfo .btn_contact span.label {
	display: inline-block;
	padding-left: .5em;
	white-space: nowrap;
	vertical-align: middle;
}

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

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

.contactinfo svg {
	fill: currentColor;
}

.contactinfo .blockheader h1 {
	color: #ee781f;
}

.contactinfo .blockheader .desc {
	color: #1e7d64;
}

.contactinfo .blockheader.deco:after {
	border-top-color: #b3e3d6;
}

.contactinfo .columns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 3em;
	position: relative;
	z-index: 10;
}

.contactinfo .columns > div {
	width: 100%;
}

.contactinfo .guide {
	color: #3c3c3c;
	font-size: 1rem;
	text-align: center;
}

.contactinfo .guide p {
	font-size: .85em;
	line-height: 1.6;
}

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

.contactinfo .guide p strong {
	display: inline-block;
	margin-bottom: .5em;
	padding: 1em;
	border-radius: 5px;
	background: #3d92cf;
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
}

.contactinfo .tools {
	background: #00c300;
	margin-top: 30px;
	padding: 20px;
	padding-bottom: 30px;
	border-radius: 5px;
	font-size: 1rem;
	text-align: center;
}

.contactinfo .tools .guide {
	padding: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
}

.contactinfo .tools .guide h3 {
	font-size: 1.4rem;
}

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

.contactinfo .tools .guide h3:not(:last-child),
.contactinfo .tools .guide p:not(:last-child) {
	margin-bottom: 1em;
}


.contactinfo .tools .appicon .icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0;
}

.contactinfo .tools .appicon .icon.line svg {
	fill: #fff;
}

.contactinfo .btnarea {
	padding: 0;
	font-size: 1em;
}

.contactinfo .btnarea a {
	width: 100%;
	max-width: 240px;
	background: #fff;
	color: #4dbbaa;
}

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

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

	.contactinfo > .inner {
		padding: 50px;
		padding-top: 80px;
	}

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

	.contactinfo h2 {
		font-size: 20px;
	}

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

	.contactinfo .foncall .call i {
		width: 42px;
		height: 42px;
	}

	.contactinfo .fax {
		font-size: 1rem;
	}

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

	.contactinfo .btn_contact .contactbtn {
		max-width: 360px;
		margin: 5px 10px;
		font-size: 22px;
	}

	.contactinfo .guide p {
		font-size: 1.1em;
	}
}

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

	.contactinfo .columns > div {
		width: 50%;
		margin: 0;
		padding: 0 50px;
	}

	.contactinfo .columns .foncall {
		margin: 0;
	}

	.contactinfo .columns .btn_contact a {
		padding: 20px 30px;
	}


	.contactinfo .tools .appicon .icon {
		width: 48px;
		height: 48px;
		margin: 10px 15px;
	}
}


#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 #information {
		width: 50%;
	}

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


.logotypeset .logo_mark {
	width: 100%;
}

.logotypeset .logo_mark img {
	width: 100%;
	height: auto;
	position: relative;
}

#logo_header a {
	vertical-align: baseline;
}

#logo_header .logotypeset .logo_text span {
	vertical-align: baseline;
}

#logo_header .results {
	display: none;
	color: #6181ac;
	font-size: 15px;
}

#logo_header .results strong {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 700;
}

#logo_header .results strong span {
	font-size: 1.2em;
}

#logo_header .results small {
	font-size: 12px;
}

#logo_header .logotypeset {
	width: 140px;
	line-height: 1;
}

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

.logo_text span {
	display: block;
}

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

#logo_footer .logotypeset .logo_text {
	font-size: 20px;
}

#logo_footer .logotypeset .logo_text span {
	display: inline-block;
}

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

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

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

	body:not(.fixed) #logo_header .logotypeset,
	body.nosticky #logo_header .logotypeset {
		max-width: none;
	}

	body:not(.fixed) #logo_header .logo_text,
	body.nosticky #logo_header .logo_text {
		font-size: 30px;
	}

	body:not(.fixed) #logo_header .logo_text span,
	body.nosticky #logo_header .logo_text span {
		display: inline-block;
	}

	#logo_header .slogan {
/* 
		margin-top: 0;
 */
		color: #000;
		font-size: 13px;
		font-weight: 400;
	}

	body:not(.fixed) #logo_header .results {
		display: block;
	}

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




.blankmemo {
	padding: 5em 2em;
	border: 5px solid #f2f2f2;
	background: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	position: relative;
}

.blankmemo:after {
	content: 'メモ';
	padding: .5em;
	background: #ccc;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	position: absolute;
	top: -5px;
	left: -5px;
}

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

.blankmemo h2 {
	margin-bottom: .5em !important;
	font-size: 2em;
	line-height: 1.6 !important;
}

.blankmemo p {
	font-size: 1.6em;
	line-height: 1.6 !important;
}

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

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

	.blankmemo {
		padding: 5em;
	}
}


.markerline {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffd700 0%) repeat scroll 0 0;
}