<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*PCSP蜈ｱ騾�*/
body{margin:0;}

/*--------------------------------
POPUP
--------------------------------*/
#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;
}

@media screen and (max-width:768px) {
/*SP*/
/*--------------------------------
header
--------------------------------*/
.f-header.smpnone{display:none!important;}
header.f-header {
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	border-top: 4px solid #20208C;
	box-sizing: border-box;
}

.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% - 60px);
	height: 60px;
	border-bottom: 1px solid #dedede;
	box-sizing: border-box;
}

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

.smpnone,spnone{display:none!important;}

}





@media screen and (min-width:769px),print {
/*PC*/
/*--------------------------------
header
--------------------------------*/
.f-header.pcnone{display:none!important;}
header.f-header {
    font-family: 'Noto Sans JP', "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-seif;
	width: 100%;
	border-top: 5px solid #20208C;
	font-weight:bold;
}



header.f-header .f-header__logo {
	width: 235px;
	padding-bottom: 5px;
}

header.f-header .f-header__label {
	width: 157px;
	margin-left: 42px;
}

header.f-header .f-header__inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
}

header.f-header .f-header__item {
	display: inline;
	margin-left: 20px;
	list-style: none;
	line-height: 10px;
	font-size: 11px;
}

header.f-header .f-header__link {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
}

header.f-header .f-header__link:hover {
	opacity: 0.5;
}

header.f-header .f-header__button {
	margin-left: 25px;
}

header.f-header .f-header-bottom {
	width: 100%;
	background-color: #ededed;
}

header.f-header .f-header-bottom__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header.f-header .f-button-reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 100px;
    height: 34px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    color: #20208C;
    background-color: #fff;
    border: 1px solid #20208C;
    border-radius: 6px;
    transition: opacity 0.3s ease-out;
}

header.f-header .f-button-reserve a{
    text-decoration:none!important;
    padding: 10px 20px;
}



header.f-header .f-header__text {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

header.f-header .f-header-utitlity__item {
	display: inline-block;
	margin-left: 25px;
	padding-left: 18px;
	padding-bottom: 2px;
	list-style: none;
	line-height: 1;
	font-size:12px;

}

header.f-header .f-header-utitlity__item:first-child {
	background: url("//www.nta.co.jp/shared2015/common/images/ico_help01.png") no-repeat 0 0;
	background-size: 10px 14px;
}

header.f-header .f-header-utitlity__item:last-child {
	background: url("//www.nta.co.jp/shared2015/common/images/ico_question01.png") no-repeat 0 0;
	background-size: 14px 14px;
}

header.f-header .f-header-utitlity__link {
	font-size: 12px;
	color: #0065D6;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
}

header.f-header .f-header-utitlity__link:hover {
	opacity: 0.5;
}

header.f-header .f-header-attention {
	width: 180px;
	height: 40px;
	margin-left: 30px;
	padding: 10px 15px 13px 18px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #cc0d21;
	box-sizing: border-box;
	transition: opacity 0.3s ease-out;
}

header.f-header .f-header-attention:hover {
	opacity: 0.6;
}

header.f-header .f-header-attention__icon {
	position: relative;
	top: 2px;
	width: 14px;
	margin-right: 5px;
	vertical-align: baseline;
}

/*other_category*/
.f-header-middle__domestic-category {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #dd335d;
	border-bottom: 2px solid #dd335d;
}

.f-header-middle__overseas-category {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #4eab26;
	border-bottom: 2px solid #4eab26;
}

.f-header-middle__list {
	display: flex;
	justify-content: space-between;
	padding: 0;
    margin: 0;
}

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

.f-header-middle__link {
	display: inline-block;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}

.f-header-middle__link.is-current {
	border-bottom: 3px solid #20208c;
}

.f-header-middle__link:hover {
	border-bottom: 3px solid #20208c;
}

/*--------------------------------
footer
--------------------------------*/
footer.f-footer .f-footer-pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 56px;
	height: 32px;
	background-color: #ccc;
	border-radius: 4px;
	transition: all 0.2s ease-out;
	z-index: 100;
}

footer.f-footer .f-footer-pagetop::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

footer.f-footer .f-footer-pagetop.is-show {
	display: block;
}

footer.f-footer .f-footer-pagetop:hover {
	opacity: 0.6;
}

footer.f-footer .f-footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 134px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #dedede;
}

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

footer.f-footer .f-footer-top__link {
	position: relative;
	width: 134px;
	height: 28px;
	padding-top: 7px;
	padding-left: 18px;
	font-size: 12px;
	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: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 12px;
	right: 17px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

footer.f-footer .f-footer-top__link:hover {
	opacity: 0.5;
}

footer.f-footer .f-footer-middle {
	width: 100%;
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: #ededed;
	border-top: 1px solid #dedede;
}

footer.f-footer .f-footer-middle__list {
	text-align: center;
}

footer.f-footer .f-footer-middle__item {
	display: inline-block;
	padding-left: 10px;
	padding-right: 16px;
	list-style: none;
	line-height: 12px;
	position: relative;
}

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: 12px;
	text-decoration: none;
	color: #333;
	transition: opacity 0.2s ease-out;
}

footer.f-footer .f-footer-middle__link:hover {
	opacity: 0.5;
}

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

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

@media screen and ( max-width:969px) {
/*縲for iPad 縲*/
 header.f-header .f-header-top {
	height: 100px;
	display: flex;
	align-items: center;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

header.f-header .f-header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

/*other_category*/
.f-header-middle {
	display: flex;
	justify-content: space-between;
	margin-top: -5px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

footer.f-footer .f-footer__container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

footer.f-footer .f-footer-bottom__container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.f-header-middle__link {
    font-size: 12px;
}

/*other_category*/
.f-header-middle__domestic {
	width: 57%;
}

.f-header-middle__overseas {
	width: 40%;
	margin-left: 3%;
}

}
@media screen and (min-width:970px) {
/*縲for PC縲*/
 header.f-header .f-header-top {
	height: 100px;
	display: flex;
	align-items: center;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

header.f-header .f-header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

/*other_category*/
.f-header-middle {
	display: flex;
	justify-content: space-between;
	margin-top: -5px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

footer.f-footer .f-footer__container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

footer.f-footer .f-footer-bottom__container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

/*other_category*/
.f-header-middle__domestic {
	/*width: 460px;*/width: 500px;
}
.f-header-middle__overseas {
	/*width: 480px;*/width: 400px;
	/*margin-left: 20px;*/margin-left: 40px;
}

}

.pcnone{display:none!important;}

}</pre></body></html>