@charset "UTF-8";

@media screen and (min-width: 641px) {
	/*トグルボタン*/
	.toggle_menu {
		display: none;
	}
	.nav_box_sp  {
		display: none;
	}
}
@media screen and (max-width : 640px) {
	.nav_box_pc {
		display: none;
	}
}

/*SP*/
/*トグルボタン*/
.toggle_menu {
	float: right;
	margin-top: 4px;
	margin-left: 0px;
}
.sp_header {
	float: left;
	width: 100%;
	padding-bottom: 4px;
	background-color: #FFFFFF;
    background-image: url(https://keieijyoho.jp/wp-content/themes/kjs/img/hlogo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 240px auto;
	border-bottom: 4px solid #0267af;
}

.sp_header .toggle_menu {
	margin-top: 4px;
	margin-right: 3px;
}
.drawer {
	float: left;
	width: 100%;
	list-style-type: none;
}
.drawer li {
	list-style-type: none;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
	text-decoration: none;
}
.drawer li a {
	float: left;
	width: 100%;
	display: block;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
	list-style-type: none;
	text-align: left;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 10px;
	background-color: #f4f4f4;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
}
.drawer li a:hover {
	color: #333333;
	text-decoration: none;
}
.menu_top {
	padding-left: 14px;
}
.drawer .child {
	display: none;
}
.drawer .child li a{
	padding-left: 28px;
	background-image: url(../img/nav_spnext.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.drawer .child .menu {
	background: #eaeaea;
	color: #5e5e5e;
}
.drawer .child .menu:hover {
	background: #d0d0d0;
}
.drawer .child > li {
	margin: 0px;
	border-bottom: 1px dotted #dddddd;
}
.drawer .child > li:last-child {
	border-bottom: 0;
}
.switch .menu:after {
	position: absolute;
	/*top: 50%;*/
	top: 84%;
	right: 23px;
	margin-top: -1.4rem;
	/*content: '>';*/
	content: url(../img/nav_spdown.png);
	/*font-size: 1.4rem;*/
	/*font-weight: bold;*/
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.switch .menu.active:after {
	top: 84%;
	right: 22px;
	-moz-transform: translate(0, 50%);-ms-transform: translate(0, 50%);-webkit-transform: translate(0, 50%);transform: translate(0, 50%);
	-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);transform: rotate(-90deg);
}
.nav_manu .menu {
	display: block;
	position: relative;
	background-color: #ffa7bb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.drawer-menu li.menu_link a {
	padding-left: 14px;
	padding-right: 0px;
	background-color: #ffa7bb;
	background-image: url(../img/nav_spnext.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.drawer-menu li .lang_en {
	font-size: 8px;
}
.drawer-menu li.appli a {
	text-align: center;
	padding-left: 0px;
	background: #202020;
	color: #ffffff;
}
.drawer-menu li.appli a:hover {
	text-decoration: none;
}
.drawer-menu li.nav01 a {
	background-image: url(../img/nav01.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-left: 40px;
	background-color: #ff5a80;
	color: #ffffff;
}
.drawer-menu li.nav05 a {
	display: none;
}
.drawer-menu li.nav_lang a {
	text-align: center;
	padding-left: 0px;
	background: #333333;
	color: #ffffff;
}
.drawer-menu li.close a {
	border: none;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	color: #ffffff;
	background-color: #333333;
}
/* Hide scroll bar */
html.remodal-is-locked {overflow: hidden;touch-action: none;}
/* Anti FOUC */
.remodal, [data-remodal-id] {display: none;}
/* Necessary styles of the overlay */
.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {backface-visibility: hidden;}
/* Necessary styles of the modal dialog */
.remodal {position: relative;outline: none;text-size-adjust: 100%;}
.remodal-is-initialized {/* Disable Anti-FOUC */display: inline-block;}
/*
==========================================================================
Remodal's default mobile first theme
==========================================================================
*/
/* Default theme styles of the overlay */
.remodal-overlay {background: rgba(43, 46, 56, 0.9);}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {animation-duration: 0.3s;animation-fill-mode: forwards;}
.remodal-overlay.remodal-is-opening {animation-name: remodal-overlay-opening-keyframes;}
.remodal-overlay.remodal-is-closing {animation-name: remodal-overlay-closing-keyframes;}
/* Default theme styles of the wrapper */
.remodal-wrapper {
	padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */
.remodal {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 6px;/*全体の余白*/
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: #fff;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {animation-duration: 0.3s;animation-fill-mode: forwards;}
.remodal.remodal-is-opening {animation-name: remodal-opening-keyframes;}
.remodal.remodal-is-closing {animation-name: remodal-closing-keyframes;}
/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after {vertical-align: middle;}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {padding: 0;border: 0;}
/* Keyframes
========================================================================== */
@keyframes remodal-opening-keyframes {from {transform: scale(1.05);opacity: 0;}to {transform: none;opacity: 1;}}
@keyframes remodal-closing-keyframes {from {transform: scale(1);opacity: 1;}to {transform: scale(0.95);opacity: 0;}}
@keyframes remodal-overlay-opening-keyframes {from {opacity: 0;}to {opacity: 1;}}
@keyframes remodal-overlay-closing-keyframes {from {opacity: 1;}to {opacity: 0;}}
/* Media queries
========================================================================== */
@media only screen and (min-width: 1000px) {.remodal {max-width: 100%;}}

/*PC*/
.nav_box_pc {
	/*width: 82.6%;*/
	float: right;
    margin-top: 22px;
}
.nav_pc ul {
	display: table;
	table-layout: fixed;
	/*position: relative;*/
	list-style-type: none;
}
.nav_pc ul {
	/*width: 100%;*/
}
.nav_pc ul li {
	display: table-cell;
	vertical-align: middle;
	font-weight: 200;
	text-align: center;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
	/*background-image: url(images/nav_back.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}
/*
.nav_pc ul li:last-child {
	background-image: url(images/nav_back.png), url(images/nav_back.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right center, left center;
}
*/
.nav_pc ul li a {
	display: block;
	padding-left: 10px;
    padding-right: 10px;
	height: 33px;
    text-decoration: none;
}

/*マウスオーバーでアンダーライン
.nav_pc ul li a {
	display: block;
	position: relative;
	text-decoration: none;
}
.nav_pc ul li a::before, .nav_pc ul li a::after {
	border-bottom: solid 4px #ff9600;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}
.nav_pc ul li a::before {left: 49%;}
.nav_pc ul li a::after {right: 49%;}
.nav_pc ul li a:hover::before, .nav_pc ul li a:hover::after {width: 49%;}
.nav_pc ul li.on a {
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";
	background-image: url(images/nav_hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}*/

/*改行*/
.nav_pc ul li span.span_br::before {
	content: "\A" ;
	white-space: pre ;
}