<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------
header
--------------------------------*/
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-top {
	height: 100px;
	display: flex;
	align-items: center;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

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

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

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: 168px;
	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 {
	display: flex;
	justify-content: space-between;
	margin-top: -5px;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.f-header-middle__domestic {width: 534px;}
.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 {
	width: 406px;
	margin-left: 30px;
}

.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__container {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

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__container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

footer.f-footer .f-footer-bottom__copyright {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}</pre></body></html>