<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;
}
@media (max-width: 767px) {
	#wrapper {
		font-size: 1.4rem;
	}
}
.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::;5px;
	padding-bottom:10px;
}
.sp {
	display: none;
}
@media (max-width: 991px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
@media (max-width: 1024px) {
	.company-info {
		padding-top:55px;
		padding-bottom:6px;
		text-align: left;
	}
}
.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;
}
.text-right {
	text-align: right;
}
.d-inline-block {
	display: inline-block !important;
}
.gray {
  filter: grayscale(1);
  vertical-align: middle
}
.blue-link {
  vertical-align: middle;
  display: inline-block !important;
  margin-left:3px; 
}
.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;
	}
}
.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;
	}
}
.global-pagetop-box.is-bottom {
	position: absolute;
	top: 100px;
}
@media (max-width: 767px) {
	.global-pagetop-box.is-bottom {
		
		top: 80px;
	}
}
#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;
}
/*---SONY PREPARE---*/
.sp-fl {
	display: none;
}
@media (max-width: 767px) {
	.pc-fl {
		display: none;
	}
	.sp-fl {
		display: block;
	}
}
.contents {
	margin-bottom:50px; 
}
.banner-main {
	background: url("/amc/anasbw/cash/img/banner-imgcash_250507.png") no-repeat 80% 50%;
	background-size: cover;
	height: 340px;
	margin-bottom:80px; 
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.banner-main {
		background: url("/amc/anasbw/cash/img/banner-imgcash_sp_250507.png") no-repeat 100% 0;
		background-size: cover;
		height: auto;
		padding:30px 0;
		margin-bottom:40px; 
	}
}
.banner-main .max-inner {
	width: 100%;
}
.banner-main .title-banner {
	font-size: 38px;
	font-weight: 700;
	margin-bottom:25px; 
}
@media (max-width: 767px) {
	.banner-main .title-banner {
		font-size: 26px;
		margin-bottom:15px; 
	}
}
.banner-main .text {
	font-size: 18px;
	line-height: 32px;
}
@media (max-width: 767px) {
	.banner-main .text {
		font-size: 16px;
	}
}
/*--bars control---*//*--bars control---*/
.tabs-control {
	border-bottom:1px solid #929292;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding:0 10px;
	margin-bottom:65px;
}
@media (max-width: 767px) {
	.tabs-control {
		padding:0 5px;
		margin-bottom:40px; 
	}
}
.tabs-control li {
	width: 49.8%;
	border:1px solid #929292;
	margin-bottom:-1px;
	display: flex;
	height: 100%;
}
.tabs-control li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	padding:4px 2px;
	color: #000;
	text-decoration: none;
	font-size: 22px;
}
@media (max-width: 767px) {
	.tabs-control li a {
		font-size: 14px;
	}
}
.tabs-control li a.active {
	background-color: #000;
	color: #fff;
	pointer-events: none;
	padding: 8px 2px;
}
.tab-content .tab-pane {
	display: none;
	opacity: 0;
	transition: all ease 0.3s;
}
.tab-content .tab-pane.active {
	display: block;
	opacity: 1;
}
/*** ***/
.title .tlt {
	font-size:32px;
	font-weight:bold;
	position:relative;
	padding-bottom: 30px;
}
@media (max-width: 767px) {
	.title .tlt {
		font-size: 24px;
		padding-bottom: 20px;
	}
}
.title .tlt:after {
	position:absolute;
	bottom:0;
	left:0;
	width:160px;
	height: 4px;
	background:#000;
	content:"";
}
@media (max-width: 767px) {
	.title .tlt:after {
		width: 120px;
	}
}
.cash-detail {
	margin-top: 30px;
}
.cash-detail .cash-tbl table {
	width: 100%;
}
.cash-detail .cash-tbl {
	margin-top: 60px;
}
@media (max-width: 991px) {
	.cash-detail .cash-tbl {
		display: none;
	}
}
.cash-detail .cash-tbl th,
.cash-detail .cash-tbl td {
	border: 1px #000 solid;
	vertical-align: middle;
	min-width: 100px;
}
.cash-detail .cash-tbl td:first-of-type {
	text-align: center;
}
.cash-detail .cash-tbl th {
	padding: 10px;
	text-align: center;
	background: #EBF5FD;
}
.cash-detail .cash-tbl td {
	padding: 16px 10px;
}
.cash-detail .cash-tbl td.vertical-top {
	vertical-align: top;
	min-width: 260px;
}
.cash-statistical {
	margin-top: 90px;
}
.cash-statistical .tlt {
	font-size: 23px;
}
.cash-statistical-number {
	position: relative;
	margin-top: 30px;
}
.cash-statistical-number .cash-span-number {
	font-size: 134px;
	line-height: 134px;
	color: #006BA4;
}
.cash-statistical-number .cash-span {
	color: #006BA4;
	font-size: 18px;
}
.cash-statistical-number .cash-span01 {
	color: #006BA4;
	font-size: 35px;
	font-weight: bold;
}
.cash-statistical-number .cash-span02 {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 15px;
}
.cash-txt {
	margin-top: 60px;
}
.cash-txt a {
	text-decoration: underline;
}
.cash-tbl-mt {
	margin-top: 10px;
}
.fs13 {
	font-size: 13px;
}
.lst-label {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.lst-label li {
	padding: 6px 8px 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 16px;
	min-height: 44px;
}
.lst-label li:last-child {
	margin-right: 0;
}
.lst-label li.label-white {
	border: 1px #000 solid;
}
.lst-label li.label-gray {
	border: #DBDBDB 1px solid;
	background: #F2F2F2;
	color: #808080;
}
.cash-tbl-sp {
	margin-top: 60px;
	display: none;
}
@media (max-width: 991px) {
	.cash-tbl-sp {
		display: block;
	}
}
.cash-tbl-sp table {
	width: 100%;
}
.cash-tbl-sp table th,
.cash-tbl-sp table td {
	padding-top: 8px;
	padding-bottom: 8px;
}
.cash-tbl-sp .cash-tbl-tlt {
	font-size: 20px;
	font-weight: bold;
}
.cash-tbl-sp .cash-tbl-tr th,
.cash-tbl-sp .cash-tbl-tr td {
	border: 1px #000 solid;
	padding: 5px;
	vertical-align: middle;
}
.cash-tbl-sp .cash-tbl-tr th {
	background: #EBF5FD;
	white-space: nowrap;
}
.cash-tbl-sp .cash-tbl-tr td  {
	width: 80%;
}
.cash-statistical-number-fl .cash-span {
	font-size: 14px;
	color: #006BA4;
	width: 70px;
	display: inline-block;
}
.cash-statistical-number-fl .cash-span-number {
	color: #006BA4;
	font-size: 40px;
}
.cash-statistical-number-fl .cash-span01 {
	font-size: 14px;
	font-weight: bold;
	color: #006BA4;
}
.cash-statistical-number-fl .cash-span02 {
	font-size: 12px;
}
.cash-tbl-sp tbody:after {
	height: 30px;
	content: "";
	display: block;
}
.cash-partner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cash-partner .cash-partner-img {
	margin-right: 10px;
}
.link-txt {
	text-decoration: underline;
}
.cash-detail .tlt-title {
	font-size: 26px;
	font-weight: bold;
	padding: 80px 0 30px;
}
@media (max-width: 767px) {
	.cash-detail .tlt-title {
		padding: 50px 0 20px;
	}
}
.tbl-cash {
	margin-top: 80px;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.tbl-cash {
		margin-top: 40px;
	}
}
.tbl-cash table {
	width: 100%;
}
.tbl-cash th,
.tbl-cash td {
	border: 1px #000 solid;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	min-width: 100px;
}
.tbl-cash th {
	background: #006BA4;
	color: #fff;
}
.tbl-cash th:first-of-type {
	background: #EEE;
}
.tbl-cash .tbl-info {
	background: #EBF5FD;
	color: #006BA4;
	font-size: 21px;
	font-weight: bold;
}
@media (max-width: 767px) {
	.tbl-cash .tbl-info {
		font-size: 14px;
	}
}
.list-link {
}
.list-link li a {
	position: relative;
	padding-left: 20px;
	color: #00146e;
	text-decoration: none;
}
.list-link li a:hover {
	text-decoration: underline;
}
.list-link li a::after {
	position: absolute;
	width: 14px;
	height: 14px;
	content: "";
	background-color: #00146e;
	border-radius:3px;
	left: 0;
	top: 50%;
	margin-top: -7px;
}
.list-link li a::before {
	left: 3px;
	top: 50%;
	margin-top:-4px; 
	font-family: icoset;
	font-size: 9px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	position: absolute;
	content: "\e906";
	text-transform: none;
	color: #fff;
	z-index: 10;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn-link {
	margin-top: 140px;
	text-align: center;
}
@media (max-width: 767px) {
	.btn-link {
		margin-top: 60px;
	}
}
.btn-link a {
	background: #D54100;
	width: 450px;
	margin: 0 auto;
	padding: 12px 8px;
	display: block;
	font-size: 16px;
	color: #fff;
	position: relative;
}
@media (max-width: 767px) {
	.btn-link a {
		width: 280px;
	}
}
.btn-link 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;
}
.fix-modal {
	opacity: 0;
}
.lst-modal {
	margin-top: 110px;
}
@media (max-width: 767px) {
	.lst-modal {
		margin-top: 40px;
	}
}
.lst-modal ul li {
	margin-top: 40px;
}
@media (max-width: 767px) {
	.lst-modal ul li {
		margin-top: 20px;
	}
}
.lst-modal ul li a {
	display: flex;
	align-items: center;
	background: #E9EAEC;
}
.lst-modal .lst-img img {
	width: 100%;
}
.lst-modal .lst-img,
.lst-modal .lst-txt {
	width: 50%;
}
.lst-modal .lst-txt {
	padding: 20px 20px 20px 60px;
}
@media (max-width: 767px) {
	.lst-modal .lst-txt {
		padding: 10px 20px;
	}
}
.lst-modal .lst-txt .lst-txt-p {
	font-size: 18px;
}
@media (max-width: 767px) {
	.lst-modal .lst-txt .lst-txt-p {
		font-size: 14px;
	}
}
.lst-modal .lst-txt .lst-txt-p01 {
	font-size: 38px;
}
@media (max-width: 767px) {
	.lst-modal .lst-txt .lst-txt-p01 {
		font-size: 24px;
	}
}
.cash-detail .cash-lst li {
	display: flex;
}

.cash-detail-tbl {}

.cash-detail-tbl {
	margin-bottom: 10px;
}
.cash-detail-tbl table {
	width: 100%;
}
.cash-detail-tbl table tr th,
.cash-detail-tbl table tr td {
	border: 1px #333 solid;
	text-align: center;
	vertical-align: middle;
	min-width: 120px;
}
.cash-detail-tbl table tr th {
	padding: 10px;
	background: #EBF5FD;
	/*min-width: 120px;*/
}
.cash-detail-tbl table tr td {
	padding: 16px 10px;
}
.cash-detail-tbl .name-title {
	display: none;
}
@media (max-width: 767px) {
	.cash-detail-tbl table,
	.cash-detail-tbl table tbody {
		display: block;
	}
	.cash-detail-tbl table tr th,
	.cash-detail-tbl table tr td {
		padding: 5px;
		min-width: auto;
		display: block;
	}
	.cash-detail-tbl thead {
		display: none;
	}
	.cash-detail-tbl table tr {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-ms-flex-direction: row;
  	flex-direction: row;
		align-items: stretch;
	}
	.cash-detail-tbl .pull-w100 {
		width: 100%;
	}
	.cash-detail-tbl .pull-w25 {
		width: 25%;
		border-top: none;
	}
	.cash-detail-tbl .tbl-title {
		border: none;
		background: none;
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}
	.cash-detail-tbl .box-title {
		background: #B0F8FE;
	}
	.cash-detail-tbl .bod-none {
		border-left: none;
		border-right: none;
	}
	.cash-detail-tbl tbody:after {
		height: 30px;
		content: "";
		display: block;
	}
	.cash-detail-tbl .name-title {
		display: inline-block;
	}
}


/*** modal ***/
#club-detail,
#modal-assist {
	display: none;
	width: 100%;
	max-width: 1600px;
	padding:10px;
	background-color: #f2f2f2;
}
#club-detail .body-popup,
#modal-assist .body-popup {
	padding:150px 0 50px;
	max-width: 1000px;
	margin:0 auto;
}
#club-detail .title-page,
#modal-assist .title-page {
	margin-bottom:32px; 
}
#club-detail p,
#modal-assist p {
	line-height: 150%;
}
#club-detail .body-popup .title,
#modal-assist .body-popup .title {
	font-size: 24px;
	margin-top:60px;
	padding-top:60px;
	position: relative; 
	margin-bottom: 20px;
	text-align: center;
}
#club-detail .body-popup .title::after,
#modal-assist .body-popup .title::after {
	background-color: #00aff0;
	height: 2px;
	width: 95px;
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	margin-left: -45px;
}
#club-detail .body-popup .text-desc,
#modal-assist .body-popup .text-desc {
	text-align: center;
}
#club-detail .body-popup .title-table {
	font-size: 20px;
	padding-bottom:10px;
}
#club-detail .table-detail {
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
}
#club-detail .table-detail:last-child {
	margin-bottom: 7px;
}
#club-detail .table-detail th {
	padding:10px;
	border:1px solid #929292;
	background-color: #ebf5fd;
	text-align: center;
}
#club-detail .table-detail th:nth-child(3) {
	background-color: #97d7f2;
}
#club-detail .table-detail th:nth-child(4) {
	background-color: #fed75f;
}
#club-detail .table-detail th:nth-child(5) {
	background-color: #b3b9fe;
}
#club-detail .table-detail th
#club-detail .table-detail td{
	width: 20%;
}
#club-detail .table-detail th:nth-child(1),
#club-detail .table-detail td:nth-child(1) {
	width: 40%;
}
#club-detail .table-detail td {
	padding:16px 10px;
	border:1px solid #929292;
	text-align: center;
}
.text-danger {
	color: #e02d42;
	font-size: 14px;
}
#club-detail .btn-close,
#modal-assist .btn-close {
	width: 150px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background-color: #333;
	border:none;
}
#club-detail button[title="Close"],
#modal-assist button[title="Close"] {
	border-radius:50%;
	background-color: #333;
	opacity: 1;
	color: #fff;
	right: 10%;
  top: 50px;
}
#club-detail .thumb-img,
#modal-assist .thumb-img {
	text-align: center;
	margin-bottom:30px;: 
}
#club-detail .thumb-img img,
#modal-assist .thumb-img img {
	margin: 0 auto;
}
#club-detail .club-modal-qa {
	border-radius:10px;
	border:2px solid #808ab4;
	padding:30px;
	position: relative;
	margin-bottom:100px; 
}
#club-detail .club-modal-qa::after {
    background-color: #00aff0;
    height: 2px;
    width: 95px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    content: "";
    margin-left: -45px;
}
#club-detail .list-qa {
	color: #00146e;
}
#club-detail .list-qa li {
	margin-bottom:25px; 
}
#club-detail .list-qa li:last-child {
	margin-bottom:0; 
}
#club-detail .list-qa .question {
	margin-bottom:10px; 
}
#club-detail .title-content {
	text-align: center;
	font-size: 24px;
	margin-bottom:15px; 
}
.md-show {
	display: none;
}
#modal-assist .sub-title {
	text-align: center;
	font-size: 24px;
}
@media (max-width: 767px) {
	.md-hiden {
		display: none
	}
	.md-show {
		display: block;
	}
	#club-detail .table-detail,
	#club-detail .table-detail tbody {
		background-color: transparent;
		display: block;
	}
	#club-detail .table-detail tr {
		display: flex;
		flex-flow: wrap;
		margin: 8px 0;
	}
	#club-detail .table-detail tr td,
	#club-detail .table-detail tr th {
		display: block;
		width: 25%;
		padding:10px 5px;
	}
	#club-detail .table-detail tr td {
		background-color: #fff;
		font-size: 12px;
	}
	#club-detail .table-detail tr th {
		border-bottom:none;
		font-size: 14px !important;
	}
	#club-detail .table-detail tr th.title-table {
		width: 100% !important;
		border:none;
		background-color: transparent;
		text-align: left;
	}
	#club-detail .table-detail tr th.title-table br {
		display: none;
	}
	#club-detail .table-detail tr .colspan-2 {
		width: 50%;
	}
	#modal-assist .sub-title {
		text-align: center;
		font-size: 18px;
	}
	#modal-assist .title-page img {
		height: 30px;
	}
}
#footer .ico-blank-img {
  width:auto !important;
}
.lst-modal-wrapper {
  position: relative;
  left: 50%;
  right:50%;
  margin-right: -50vw;
  margin-left: -50vw;
  width:100vw;
} </pre></body></html>