<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------
POP繧｢繝��繝舌リ繝ｼ
--------------------------------*/
#rt_details_sp_popup,
#rt_search_sp_popup {
    z-index: 10002 !important;
    width: 150px !important;
	height: 150px!important;
    background-color: rgba(255,255,255,0.2) !important;
    top: auto !important;
    left: 0px !important;
    margin: 0 auto !important;
    padding: 0px 0 !important;
    position: fixed;
    border: none !important;
    border-radius: 0px !important;
}
#rt_details_sp_popup .pagejack_sp,
#rt_search_sp_popup .pagejack_sp {margin: 5px 5px 0 !important;}

#rt_details_sp_popup .pagejack_sp img,
#rt_search_sp_popup .pagejack_sp img {
    right: 2px !important;
	width: 140px!important;
    height: 140px !important;
}

/*--------------------------------
header
--------------------------------*/
header.f-header {
	display: flex;
    align-items: center;
    width: 100%;
    height: 62px;
    border-top: 4px solid #20208C;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
}

.f-header.f-header__inner{border-bottom: 1px solid #dedede;/*non_menu*/}

header.f-header .f-header__inner {
	display: flex;
	align-items: center;
	width: calc(100% - 180px);
	height: 60px;
	box-sizing: border-box;
	border-bottom: none;
}

header.f-header .f-header__logo {
	width: 160px;
	margin-left: 12px;
	padding-bottom: 4px;
}

header.f-header .f-header__label {
	width: 100px;
	margin-left: 15px;
}

header.f-header .f-header__menu,
header.f-header .f-header__menu-inner {
	display: inline-block;
	box-sizing: border-box;
	transition: all 0.4s ease-out;
}

header.f-header .f-header__menu2{
	width: 60px;
    height: 57px;
    background-color: #fff;
    border-right: 1px solid #d2d2d2;
    color: #20208C;
    box-sizing: border-box;
    font-size: 10px;
    text-align: center;
    text-decoration: none!important;
}

header.f-header .f-header__menu2:nth-of-type(1){
    border-left: 1px solid #d2d2d2;
}

header.f-header .f-header__menu2 img {
	display: block;
    margin: 5px auto;
    width: 28px;
}

header.f-header .f-header__menu {
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #20208C;
	box-sizing: border-box;
}

header.f-header .f-header__menu-inner {
	position: absolute;
	left: 20px;
	width: 20px;
	height: 2px;
	margin-top: 21px;
	margin-bottom: 21px;
	background-color: #fff;
}

header.f-header .f-header__menu-inner:nth-of-type(1) {
	top: 0;
}

header.f-header .f-header__menu-inner:nth-of-type(2) {
	top: 8px;
}

header.f-header .f-header__menu-inner:nth-of-type(3) {
	bottom: 0;
}

header.f-header .is-open .f-header__menu-inner:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	        transform: translateY(7px) rotate(-45deg);
}

header.f-header .is-open .f-header__menu-inner:nth-of-type(2) {
	opacity: 0;
}

header.f-header .is-open .f-header__menu-inner:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	        transform: translateY(-9px) rotate(45deg);
}

header.f-header .f-header-nav {
	display: none;
	position: absolute;
	top: 62px;
	left: 0;
	width: 100%;
	height: calc(100vh - 60px);
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
}

header.f-header .f-header-nav__list {
	height:auto!important;
    margin: 0;
    padding: 0;
}

header.f-header .f-header-nav__item {
	list-style: none;
}

header.f-header .f-header-nav__link {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border-bottom: 1px solid #dedede;
}

header.f-header .f-header-nav__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #20208C;
	border-right: 2px solid #20208C;
	-webkit-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
}

header.f-header .f-header-nav__button {
	padding-top: 18px;
	padding-bottom: 18px;
	color: #fff;
	text-align: center;
	background-color: #a0a0a0;
}

header.f-header .f-header-nav__text {
	position: relative;
	padding-right: 28px;
	font-weight: bold;
}

header.f-header .f-header-nav__text::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	right: 13px;
	width: 2px;
	height: 16px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

header.f-header .f-header-nav__text::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 16px;
	height: 2px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

@media screen and (max-width: 320px) {
header.f-header .f-header__logo {
	width: 140px;
}
header.f-header .f-header__label {
	width: 80px;
	margin-left: 10px;
}
}
/*--------------------------------
footer
--------------------------------*/
footer.f-footer .f-footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
	padding-left: 12px;
	padding-right: 12px;
	border-top: 1px solid #dedede;
}

footer.f-footer .f-footer-top__text {
	font-size: 12px;
	color: #a0a0a0;
}

footer.f-footer .f-footer-top__link {
	position: relative;
	width: 120px;
	height: 26px;
	padding-top: 7px;
	padding-left: 18px;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	background-color: #ededed;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	transition: opacity 0.2s ease-out;
}

footer.f-footer .f-footer-top__link::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 17px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);

}

footer.f-footer .f-footer-middle {
	width: 100%;
	padding: 5px 12px;
	background-color: #ededed;
	border-top: 1px solid #dedede;
	box-sizing: border-box;
}

footer.f-footer .f-footer-middle__list{padding: 1em 0;}

footer.f-footer .f-footer-middle__list + .f-footer-middle__list {
	margin-top: 8px;
	padding-top: 25px;
	border-top: 1px solid #dedede;
}

footer.f-footer .f-footer-middle__item {
	display: inline-block;
	position: relative;
	margin-right: 9px;
	margin-bottom: 15px;
	padding-right: 15px;
	list-style: none;
	line-height: 12px;
	white-space: nowrap;
}

footer.f-footer .f-footer-middle__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 11px;
	background-color: #a0a0a0;
	-webkit-transform: translateY(-40%);
	        transform: translateY(-40%);
}

footer.f-footer .f-footer-middle__link {
	display: inline;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	color: #333;
}

footer.f-footer .f-footer-bottom {
	width: 100%;
	background-color: #20208C;
}

footer.f-footer .f-footer-bottom__container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
}

footer.f-footer .f-footer-bottom__copyright {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

@media screen and (min-width: 321px) and (max-width: 440px) {
footer.f-footer .f-footer-middle__list:first-child &gt; .f-footer-middle__item:nth-child(3) {
	margin-right: 0;
	padding-right: 0;
}
footer.f-footer .f-footer-middle__list:first-child &gt; .f-footer-middle__item:nth-child(3)::after {
	background: none;
}
footer.f-footer .f-footer-middle__list:last-child &gt; .f-footer-middle__item:nth-child(2),
footer.f-footer .f-footer-middle__list:last-child &gt; .f-footer-middle__item:last-child {
	margin-right: 0;
}
footer.f-footer .f-footer-middle__list:last-child &gt; .f-footer-middle__item:nth-child(2)::after,
footer.f-footer .f-footer-middle__list:last-child &gt; .f-footer-middle__item:last-child::after {
	background: none;
}
}

@media screen and (max-width: 320px) {
footer.f-footer .f-footer-bottom__copyright {
	font-size: 9px;
}
}</pre></body></html>