<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------STYLE-NEW-------*/
body {
	font-family:  繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3,Hiragino Kaku Gothic Pro,繝｡繧､繝ｪ繧ｪ,Meiryo,verdana,�ｭ�ｳ\ �ｰ繧ｴ繧ｷ繝�け,Osaka,sans-serif !important;
	color: #000;
}
.agree-content {
	padding:0px 0 0px !important;
	color: #333;
	line-height: 1.7;
}
@media (max-width: 767px) {
	.agree-content {
		padding:0 0 45px;
	}
}
.company-info {
	text-align: right;
	font-size: 14px;
	padding-top:15px;
	padding-bottom:15px;
}
@media (max-width: 1024px) {
	.company-info {
		padding-top:55px;
		padding-bottom:6px;
		text-align: left;
	}
}
.sp {
	display: none;
}
@media (max-width: 991px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
.pb-2 {
	padding-bottom:0.5rem !important;
}
.pb-3 {
	padding-bottom:1rem !important;
}
.pb-4 {
	padding-bottom:1.5rem !important;
}
.pb-5 {
	padding-bottom:3rem !important;
}
.pb-7 {
	padding-bottom:6rem !important;
}
.mr-3 {
	margin-right:1rem !important;
}
.pb-0 {
	padding-bottom:0 !important; 
}
.text-center {
	text-align: center;
}
.d-inline-block {
	display: inline-block !important;
}
.gray {
  filter: grayscale(1);
  vertical-align: middle
}
.terms-content {
	border-top:1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	color: #333;
    line-height: 1.7;
	padding-top:100px;
	padding-bottom:100px;
}
@media (max-width: 767px) {
	.terms-content {
		padding-top:50px;
		padding-bottom:50px;
	}
}
@media (max-width: 767px) {
	.terms-content {
		border-top:none;
		padding-top:80px !important;
	}
}
.terms-content .agree-info {
	border:1px solid #333;
	padding:50px;
	font-size: 14px;
}
@media (max-width: 767px) {
	.terms-content .agree-info {
		padding:20px;
	}
}
.terms-content .agree-info a {
	color:#000;
}
.terms-content .title {
	padding-bottom:1rem;
	font-size: 1.6rem;
}
.terms-content p {
	padding-bottom:0.25rem;
}

/*-----HEADER------*/
@media (max-width: 1024px) {
	.header{
		position: fixed !important;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom:1px solid #000;
	}
}
@media (max-width: 1024px) {
	.header .logo {
		width: 80px !important;
	}
	.header .logo .logo-ana {
		width: 100% !important;
	}
}
.head-group-button {
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 1024px) {
	#header .head-group-button {
		display: none;
	}
}
.head-group-button li {
	display: inline-block;
}
.head-group-button li a {
	padding:11px 40px 11px 10px;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	width: 340px;
	text-align: center;
	position: relative;
	text-decoration: none;
	transition: all ease 0.3s;
	justify-content: center;
}
.head-group-button li a::after {
	font-family: icoset;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top:-10px;
  right:15px;
  content: "\e906";
  text-transform: none;
  speak: none;
}
.icon-window {
	height: min-content;
	padding:0 5px;
	vertical-align: middle;
	height: 14px;
}
.head-group-button li a img {
	margin-top: 2px;
}
.head-group-button li a.btn-login {
	background-color: #021957;
}
.head-group-button li a.btn-login:hover,
.head-group-button li a.btn-login:focus {
	background-color: #00113e;
}
.head-group-button li a.btn-apply {
	background-color: #d54100;
}
.head-group-button li a.btn-apply:hover,
.head-group-button li a.btn-apply:focus {
	background-color: #a93400;
}
#gNavi {
	background-color: #fff;
  position: absolute;
  width: 100%;
  top: 70px;
  border-bottom:2px solid #000;
  z-index: 101;
}
@media (max-width: 1024px) {
	#gNavi {
		position:fixed;
		top:47px;
		left:100%;
		width: 100%;
		height: calc(100vh - 47px);
		overflow-y: auto;
		border-bottom:none;
		transition: all ease 0.3s;
		display: none;
		border-bottom:1px solid #ccc;
	}
}
@media (max-width: 1024px) {
	.is-gnav-open #gNavi {
		display: block;
	  left: 0;
	}
}
#gNavi .gNavi-wrap {
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 1024px) {
	#gNavi .gNavi-wrap {
		padding:0;
	}
}
#gNavi .menu-nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav {
		margin:0;
	}
}
#gNavi .menu-nav &gt;li {
	margin:0 10px; 
	border-bottom:2px solid #fff;
	line-height: 26px;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav &gt;li {
		position: relative;
		margin-top:5px; 
		width: 50%;
		margin:0;
	}
	#gNavi .menu-nav &gt;li:nth-child(4),
	#gNavi .menu-nav &gt;li:nth-child(6) {
		margin-left:20px; 
		width: calc(50% - 20px);
	}
	#gNavi .menu-nav &gt;li:nth-child(3) .global-nav-child-list {
		display: flex;
		flex-flow: wrap;
	}
	#gNavi .menu-nav &gt;li:nth-child(3) .global-nav-child-list li {
		width: 50%;
	}
}
@media (max-width: 1024px) {
	#gNavi .menu-nav &gt;li::before {
		font-family: icoset;
	  font-size: 1rem;
	  font-weight: 400;
	  font-style: normal;
	  font-variant: normal;
	  line-height: 1;
	  position: absolute;
	  top: 16px;
	  left: 0;
	  content: "\e906";
	  text-transform: none;
	  speak: none;
	}
	.global-nav-child-list .global-nav-child-link::before {
		top: 14px;
	}
}
@media (min-width: 1025px) {
	.global-nav-child-btn::after {
		background: #000;
	}
}
@media (max-width: 1024px) {
	#gNavi .global-nav-child {
		width: 100% !important;
		max-width: 100%;
		margin:0 !important;
		border-bottom:1px solid #ccc !important;
		padding-bottom:20px;
	}
	#gNavi .global-nav-child:nth-child(3) {
		margin:0 0 20px !important;
	}
}
@media (max-width: 1024px) {
	.global-nav-child-contents {
		margin-top:0; 
	}
}
#gNavi .menu-nav &gt;li &gt;a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 8px 10px 8px 10px;
	display: block;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav &gt;li &gt;a {
		font-weight: 700;
	}
}
#gNavi .global-nav-child-cover {
	background-color: #000;
}
@media (max-width: 1024px) {
	#gNavi .global-nav-child-cover {
		background-color: #fff;
	}
}
@media (max-width: 1024px) {
	#gNavi .global-nav-child &gt;a {
		display: none !important;
	}
}
#gNavi .menu-nav .nav-text {
	font-weight: 700;
	font-size: 16px;
	padding-bottom:10px;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav .nav-text {
		background-color: #000;
		color:#fff;
		padding:10px 20px;
		font-size: 13px;
	}
}
#gNavi .menu-nav .global-nav-child-list {
	width: calc(100% + 50px);
	margin-left:-50px;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav .global-nav-child-list {
		width: 100%;
    margin-left: 0;
    padding:20px 20px 0;
	}
}

#gNavi .menu-nav .global-nav-child-list .global-nav-child-link a {
	color: #fff;
	font-size: 13px;
	line-height: 22px;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav .global-nav-child-list .global-nav-child-link a {
		color:#000;
	}
}
#gNavi .menu-nav .global-nav-child-list .global-nav-child-link {
	width: auto;
	margin-left:50px;
	min-width: 25%;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav .global-nav-child-list .global-nav-child-link {
		margin-left:0px;
	}
}
#gNavi .head-group-button {
	display: none;
}
@media (max-width: 1024px) {
	#gNavi .head-group-button {
		display: flex;
		position: inherit;
		margin-top:6px; 
	}
}
@media (max-width: 1024px) {
	#gNavi .head-group-button li {
		width: 50%;
	}
}
@media (max-width: 1024px) {
	#gNavi .head-group-button li a {
		width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
	}
}

#global-gNavi {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
#global-gNavi .head-group-button {
	display: none;
}

#global-gNavi .fixed .head-group-button {
	display: block;
}
@media (max-width: 1024px) {
	#global-gNavi .head-group-button {
		display: none;
	}
}
#global-gNavi .fixed .global-nav.max-inner {
	height: 50px;
	padding-top:15px;
}

/*--- CSS BUTTON MENU---*/
.global-menu-btn {
	background-color: #000;
	right: 3%;
	height: 35px;
	width: 35px;
}
.global-menu-btn .line:first-of-type {
	top: 12px;
}
.global-menu-btn .line:nth-of-type(2) {
	top: 17px;
}
.global-menu-btn .line:last-of-type {
	bottom: 9px;
}
.global-menu-btn .line:nth-of-type(3) {
	bottom: 11px;
}
.global-menu-btn:focus {
	outline: none !important;
}
.global-menu-btn .line {
	background-color: #fff;
}
.is-gnav-open .global-menu-btn .line:first-of-type {
	transform: translateY(4px) rotate(-45deg);
}
.is-gnav-open .global-menu-btn .line:nth-of-type(3) {
	transform: translateY(-6px) rotate(45deg);
}
#gNavi .max-inner-item {
	padding: 20px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	display: none;
}
@media (max-width: 1024px) {
	#gNavi .max-inner-item {
		display: block;
	}
}
.social-share {
	align-items: center;
	display: flex;
	justify-content: center;
}
#gNavi .max-inner-item .social-item {
	border-radius: 50%;
	display: flex;
	align-items: flex-end;
	height: 32px;
	margin: 0 10px;
	position: relative;
	width: 32px;
}
#gNavi .global-menu {
	text-align: center;
	display: block;
	padding: 26px 20px 20px;
}
#gNavi .global-menu .global-menu-btn {
	position: static;
	transform: translateY(0%);
}
#gNavi .global-menu .global-menu-btn .invisible {
	display: block;
	clip: inherit;
	overflow:inherit;
	width: 35px;
	margin-top: 22px;
	font-size: 9px;
}
/*---CSS amc-breadcrumbs-wrapper---*/
.amc-breadcrumbs-wrapper {
	margin-top:14px; 
}
@media (max-width: 1024px) {
	.amc-breadcrumbs-wrapper {
		display:none;
	}
}
.amc-breadcrumbs-wrapper .rcrumbs .rcrumbs-list {
	max-width: 1240px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}
/*---STYLE FOOTER---*/
#footer .global-footer-nav {
	background-color: #000;
	margin-bottom:4px; 
	padding:8px 0;
}
#footer .global-footer-nav .global-footer-nav-row {
	border-bottom:1px solid #3f3f3f;
	padding:15px 0;
}
#footer .global-footer-nav .global-footer-nav-row:last-child {
	border-bottom:none;
}

#footer .global-footer-nav .global-footer-nav-row:last-child .global-footer-nav-menu li {
	padding-left: 0;
}
#footer .global-footer-nav .global-footer-nav-row:last-child .global-footer-nav-menu li a {
	font-size: 16px;
	font-weight: 700;
}
@media (max-width: 1024px) {
	#footer .global-footer-nav .global-footer-nav-row:last-child .global-footer-nav-menu li a {
		font-size: 14px;
	}
}
#footer .global-footer-nav .global-footer-nav-row:last-child .global-footer-nav-menu li::before {
	display: none;
}
#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-menu {
	display: flex;
	flex-flow: wrap;
}
#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-text {
	color: #fff;
	padding-bottom:10px;
	font-weight: 700;
	font-size: 16px;
}
@media (max-width: 1024px) {
	#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-text {
		padding-bottom:6px;
		font-size: 14px;
	}
}
#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-menu li {
	width: 33.33%;
	position: relative;
	padding-left:20px;
	color:#fff;
}
@media (max-width: 1024px) {
	#footer .global-footer-nav .global-footer-nav-row:nth-child(1) .global-footer-nav-menu li,
	#footer .global-footer-nav .global-footer-nav-row:nth-child(2) .global-footer-nav-menu li {
		width: 100%;
	}
}
#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-menu li::before {
	font-family: icoset;
	font-size: 1.1rem;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	position: absolute;
	top: 8px;
	left: 0;
	content: "\e906";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-menu li a {
	color:#fff;
	font-size: 14px;
}
@media (max-width: 1024px) {
	#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-menu li a {
		font-size: 12px;
	}
}

/*---FOOTER-CONTROL---*/
#footer .footer-control .max-inner {
	height: 105px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1024px) {
	#footer .footer-control .max-inner {
		height: 70px;
	}
}
#footer .footer-control .social-item {
	height: 32px;
	border-radius:50%;
	display: flex;
	align-items: flex-end;
	margin: 0 10px;
}
#footer .footer-control .social-item:hover {
	opacity: 0.5;
}
.global-pagetop-box.is-bottom {
	position: absolute;
	top: 100px;
}
@media (max-width: 767px) {
	.global-pagetop-box.is-bottom {
		
		top: 80px;
	}
}

/*---Financial Policy---*/
@media (max-width: 767px) {
	#wrapper {
		font-size: 1.4rem;
	}
}
.policy-wrap {
	padding-bottom:180px;
}
@media (max-width: 767px) {
	.policy-wrap {
		padding-bottom:0px;
	}
}
.policy-wrap .title-policy {
	font-size: 32px;
	font-weight: 700;
	position: relative;
	padding-bottom:25px;
	margin-bottom:72px; 
	margin-top:40px; 
}
@media (max-width: 767px) {
	.policy-wrap .title-policy {
		font-size: 24px;
		margin-top:20px; 
		margin-bottom:40px; 
	}
}
.policy-wrap .title-policy::after {
	content: "";
	width: 130px;
	height: 4px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media (max-width: 767px) {
	.policy-wrap .title-policy::after {
		width: 110px;
	}
}
.policy-wrap .company-name {
	text-align: right;
	padding-bottom:60px;
}
.policy-wrap p {
	padding-bottom:20px;
	line-height: 3.2rem;
}
#footer .ico-blank-img {
  width:auto !important;
}</pre></body></html>