@charset "UTF-8";

/* Header
================================================== */
.cmn-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	margin: 0;
	padding: 0;
	min-width: 1088px;
	width: 100%;
	height: 64px;
	background-color: #fff;
	border-bottom: solid 4px #014099;
}

[data-type="popup"] .cmn-header {
	position: absolute;
}

.cmn-header__body {
	position: relative;
	margin: 0 auto;
	width: 1008px;
}

.cmn-header__body:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

.cmn-header-logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	padding: 5px 0 10px;
	width: 287px;
	height: 64px;
	font-size: 0;
	line-height: 1;
}

.cmn-header-logo img {
	width: 100%;
	vertical-align: top;
}

.cmn-header-logo-en {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -88px;
	padding: 20px 0;
	width: 188px;
	height: 64px;
	font-size: 0;
	line-height: 1;
}

.cmn-header-logo-en img {
	width: 100%;
	vertical-align: top;
}

[data-type="account"] {
	min-width: 768px;
}

[data-type="account"] .cmn-header {
	position: absolute;
}

[data-type="account"] .cmn-header:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

[data-type="account"] .cmn-header__body {
	width: 750px;
}

[data-type="account"] .cmn-header-logo {
	position: static;
	top: auto;
	left: auto;
	float: left;
	margin-left: 0;
}

[data-type="account"] .cmn-header-logo img {
	width: 100%;
	vertical-align: top;
}

[data-type="account"] .cmn-header-logo_suruga {
	float: right;
	margin: 0;
	padding: 15px 0 15px;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2857;
}

[data-type="account"] .cmn-contents {
	padding-top: 0;
}

[data-type="account"] label input[type="radio"] {
	position: static;
	visibility: visible;
	border: 1px solid #cdcdcd;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
}

[data-type="account"] label input[type="radio"]:checked {
	background-color: #333;
}

[data-type="account"] input[type=file]::-webkit-file-upload-button {
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
}

[data-type="account"] input[type="number"]::-webkit-outer-spin-button,
[data-type="account"] input[type="number"]::-webkit-inner-spin-button {
	margin: 0;

	-webkit-appearance: none;
}

[data-type="account"] input[type="number"] {
	-moz-appearance: textfield;
}

.cmn-lang-trg {
	position: absolute;
	top: 20px;
	right: 16px;
	height: 24px;
	text-align: right;
}

.cmn-lang-trg a {
	color: #fff;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.7143;
}

.cmn-lang-trg a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-wh.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* Footer
================================================== */
.cmn-footer-upper {
	position: relative;
	min-height: 62px;
	width: 100%;
	border-top: 1px solid #014099;
	border-bottom: 1px solid #014099;
}

.cmn-footer-middle {
	display: none;
}

.cmn-footer-lower {
	position: relative;
	width: 100%;
	background: #e6e6e6;
}

.cmn-footer-gnav {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 62px 0 0;
	width: 1008px;
}

.cmn-footer-gnav:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

.cmn-footer-gnav__list:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

.cmn-footer-gnav li {
	float: left;
	margin: 0 32px 0 0;
	padding: 19px 0;
	list-style: none;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5714;
}

.cmn-footer-gnav li a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-link.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.cmn-footer-totop {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	margin-left: 442px;
	width: 62px;
	height: 60px;
	border-right: 1px solid #014099;
	border-left: 1px solid #014099;
}

.cmn-footer-totop a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	text-indent: 110%;
	white-space: nowrap;
	word-wrap: normal;
}

.cmn-footer-totop a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	background-image: url(../img/common/arw-link.svg);
	background-position: center center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	content: "";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.cmn-footer-dn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 100px;
	height: 120px;
}

.cmn-footer-dn img {
	width: 100%;
	height: auto;
}

.cmn-footer-code {
	display: none;
}
.cmn-footer-code_common {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	width: 1008px;
	color: #666;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.6667;
	border-bottom: 1px solid #ccc;
}

.cmn-footer-copyright {
	margin: 0 auto;
	padding: 26px 0;
	width: 1008px;
	color: #666;
	text-align: right;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.6667;
}

.cmn-footer-misc {
	margin: 0 auto;
	padding: 20px 0 0;
	width: 1008px;
}

.cmn-footer-misc:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

.cmn-footer-misc li {
	float: left;
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.3333;
}

.cmn-footer-misc li a {
	color: #666;
}

.cmn-footer-misc li:after {
	display: inline-block;
	margin: 0 16px;
	width: 1px;
	height: 16px;
	background-color: #ccc;
	content: "";
	vertical-align: top;
}

.cmn-footer-en .cmn-footer-copyright {
	padding: 36px 0;
	text-align: center;
}

/* Page
================================================== */
.cmn-page {
	position: relative;
	width: 100%;
}

.cmn-page-header {
	width: 100%;
	border-bottom: 1px solid #014099;
}

.cmn-page-header__body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin: 0 auto;
	padding: 24px 0;
	width: 750px;

	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.cmn-page-header__ttl {
	margin: 0;
	padding: 0;
	width: 750px;
	border: 0;
	color: #014099;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	font-size: 1.875rem;
	font-family: "Source Sans Pro","Noto Sans Japanese","メイリオ",Meiryo,sans-serif;
	line-height: 1.2667;

	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.cmn-page-header__back {
	margin: 0;
	padding: 0;
	padding-left: 40px;
	width: 258px;
	text-align: right;

	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.cmn-page-header__back a:before {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-link.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cmn-page-visual {
	position: relative;
	overflow: hidden;
	margin: 40px auto 0;
	padding: 0 40px;
	min-width: 1088px;
	max-width: 1440px;
	width: 100%;
}

.cmn-page-visual__img {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.cmn-page-visual__img > img,
.cmn-page-visual__img > a img {
	position: relative;
	left: 50%;
	display: block;
	margin-left: -680px;
	max-width: none;
	width: 1360px;
	height: auto;
}

.cmn-page-visual__img ul {
	left: 50%;
	margin: 0;
	margin-left: -680px;
	padding: 0;
}

.cmn-page-visual__img li {
	min-width: 1360px;
	background-position: center center;
	background-size: cover;
	list-style: none;
}

.cmn-page-visual__img li:before {
	display: none;
	content: "";
}

.cmn-page-visual__img .bx-pager {
	position: absolute;
	bottom: 40px;
	left: 50%;
	display: inline-block;
	margin-left: -480px;
	text-align: left;
}

.cmn-page-visual__img .bx-pager-item {
	display: inline-block;
	margin: 0 12px;
	vertical-align: bottom;
}

.cmn-page-visual__img .bx-pager-link {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4444;
	opacity: .5;
}

.cmn-page-visual__img .bx-pager-link.active {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.2667;
	opacity: 1;
}

.cmn-page-visual__banner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cmn-page-visual__banner li {
	width: calc(100% / 3);
	list-style: none;

	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.cmn-page-visual__banner li img {
	width: 100%;
	height: auto;
}

.cmn-page-bnr {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 24px auto;
	width: 1008px;
}

.cmn-page-bnr li {
	list-style: none;
}

.cmn-page-bnr li img {
	width: 100%;
	height: auto;
}

.cmn-page-body {
	margin: 60px auto 80px;
	width: 1008px;
}

.cmn-page-body:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

.cmn-page-full {
	width: 100%;
}

.cmn-page-main {
	float: left;
	width: 750px;
}

.cmn-page-main:only-child {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.cmn-page-sub {
	float: right;
	width: 218px;
}

.cmn-page-sub .c-section:first-child {
	padding-top: 8px;
}

/* BreadCrumb
================================================== */
.cmn-breadcrumb {
	position: relative;
	width: 100%;
	background-color: #e0e7f9;
}

.cmn-breadcrumb__list {
	margin: 0 auto;
	padding: 12px 0;
	width: 1008px;
	text-align: left;
	font-size: 0;
}

.cmn-breadcrumb__item {
	display: inline;
	color: #014099;
	list-style: none;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.6667;
}

.cmn-breadcrumb__item a {
	color: #014099;
}

.cmn-breadcrumb__item:not(:last-child):after {
	margin: 0 4px;
	content: "\0020\00203a\0020";
}

/* HEADLINE
================================================== */
h1:not([class]),
.hdl-lv1 {
	margin: 0 0 24px;
	padding: 0;
	color: #014099;
	font-weight: bold;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.2667;
}

h2:not([class]),
.hdl-lv2 {
	margin: 56px 0 24px;
	padding: 0 0 12px;
	border-bottom: 1px solid #014099;
	color: #333;
	font-weight: bold;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2857;
}

h2:not([class]):first-child,
.hdl-lv2:first-child {
	margin-top: 0;
}

h2:not([class]) a,
.hdl-lv2 a {
	color: #333;
}

h2:not([class]) a[href$=".pdf"]:after,
.hdl-lv2 a[href$=".pdf"]:after {
	display: inline-block;
	margin: 0 4px;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_pdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -2px;
}

h2:not([class]) a:after,
.hdl-lv2 a:after {
	display: inline-block;
	margin: 0 4px;
	width: 18px;
	height: 18px;
	background-image: url(../img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.cmn-page-sub h2:not([class]),
.cmn-page-sub .hdl-lv2 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

.hdl-lv2-step {
	position: relative;
	margin: 56px 0 24px;
	padding: 0 0 12px 125px;
	border-bottom: 1px solid #014099;
	color: #333;
	font-weight: bold;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2857;
}

.hdl-lv2-step:first-child {
	margin-top: 0;
}

.hdl-lv2-step .lbl-step .lbl-merit {
	position: absolute;
	top: -3px;
	left: 0;
}


.hdl-lv2-step a {
	color: #333;
}

.hdl-lv2-step a[href$=".pdf"]:after {
	display: inline-block;
	margin: 0 4px;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_pdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -2px;
}

.hdl-lv2-step a:after {
	display: inline-block;
	margin: 0 4px;
	width: 18px;
	height: 18px;
	background-image: url(../img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.hdl-lv2-caution {
	position: relative;
	margin: 56px 0 24px;
	padding: 0 0 12px 40px;
	border-bottom: 1px solid #014099;
	color: #333;
	font-weight: bold;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2857;
}

.hdl-lv2-caution:first-child {
	margin-top: 0;
}

.hdl-lv2-caution a {
	color: #333;
}

.hdl-lv2-caution a[href$=".pdf"]:after {
	display: inline-block;
	margin: 0 4px;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_pdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -2px;
}

.hdl-lv2-caution a:after {
	display: inline-block;
	margin: 0 4px;
	width: 18px;
	height: 18px;
	background-image: url(../img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.hdl-lv2-caution:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../img/common/ico_caution.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
}

[class*="hdl-lv2-count"] {
	position: relative;
	margin: 56px 0 24px;
	padding: 0 0 12px 56px;
	border-bottom: 1px solid #014099;
	color: #333;
	font-weight: bold;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2857;
}

[class*="hdl-lv2-count"]:first-child {
	margin-top: 0;
}

[class*="hdl-lv2-count"] a {
	color: #333;
}

[class*="hdl-lv2-count"] a[href$=".pdf"]:after {
	display: inline-block;
	margin: 0 4px;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_pdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -2px;
}

[class*="hdl-lv2-count"] a:after {
	display: inline-block;
	margin: 0 4px;
	width: 18px;
	height: 18px;
	background-image: url(../img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

[class*="hdl-lv2-count"]:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: calc(100% - 12px);
	border-right: 1px solid #014099;
	color: #014099;
	text-align: center;
}

.hdl-lv2-count1:before,
.hdl-lv2-count[data-value="1"]:before {
	content: "1";
}

.hdl-lv2-count2:before,
.hdl-lv2-count[data-value="2"]:before {
	content: "2";
}

.hdl-lv2-count3:before,
.hdl-lv2-count[data-value="3"]:before {
	content: "3";
}

.hdl-lv2-count4:before,
.hdl-lv2-count[data-value="4"]:before {
	content: "4";
}

.hdl-lv2-count5:before,
.hdl-lv2-count[data-value="5"]:before {
	content: "5";
}

.hdl-lv2-count6:before,
.hdl-lv2-count[data-value="6"]:before {
	content: "6";
}

.hdl-lv2-count7:before,
.hdl-lv2-count[data-value="7"]:before {
	content: "7";
}

.hdl-lv2-count8:before,
.hdl-lv2-count[data-value="8"]:before {
	content: "8";
}

.hdl-lv2-count9:before,
.hdl-lv2-count[data-value="9"]:before {
	content: "9";
}

h3:not([class]),
.hdl-lv3 {
	position: relative;
	margin: 40px 0 26px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

h3:not([class]):first-child,
.hdl-lv3:first-child {
	margin-top: 0;
}

h3:not([class]) a,
.hdl-lv3 a {
	color: #333;
}

h3:not([class]) a:after,
.hdl-lv3 a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

h3:not([class]) a[href$=".pdf"]:after,
.hdl-lv3 a[href$=".pdf"]:after {
	display: inline-block;
	margin: 0 4px;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_pdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -2px;
}

h3:not([class]):after,
.hdl-lv3:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 32px;
	height: 2px;
	background-color: #014099;
	content: "";
}

.hdl-lv3-step {
	position: relative;
	margin: 40px 0 24px;
	padding-left: 110px;
	font-weight: bold;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

.hdl-lv3-step:first-child {
	margin-top: 0;
}

.hdl-lv3-step .lbl-step-sm  {
	position: absolute;
	top: -3px;
	left: 0;
}

.hdl-lv3-step a {
	color: #333;
}

.hdl-lv3-step a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.hdl-lv3-step a[href$=".pdf"]:after {
	display: inline-block;
	margin: 0 4px;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_pdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -2px;
}



.hdl-lv3-merit{
	position: relative;
	margin: 40px 0 24px;
	padding-left: 130px;
	font-weight: bold;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

.hdl-lv3-merit:first-child {
	margin-top: 0;
}

.hdl-lv3-merit .lbl-merit-sm {
	position: absolute;
	top: -3px;
	left: 0;
}

.hdl-lv3-merit a {
	color: #333;
}

.hdl-lv3-merit a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.hdl-lv3-merit a[href$=".pdf"]:after {
	display: inline-block;
	margin: 0 4px;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_pdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -2px;
}


.hdl-lv3-caution {
	position: relative;
	margin: 40px 0 20px;
	padding-left: 32px;
	font-weight: bold;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

.hdl-lv3-caution:first-child {
	margin-top: 0;
}

.hdl-lv3-caution:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../img/common/ico_caution.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
}

.hdl-lv3-caution a {
	color: #333;
}

.hdl-lv3-caution a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.hdl-lv3-caution a[href$=".pdf"]:after {
	display: inline-block;
	margin: 0 4px;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_pdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -2px;
}

h4:not([class]),
.hdl-lv4 {
	margin: 24px 0 16px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4444;
}

h4:not([class]):first-child,
.hdl-lv4:first-child {
	margin-top: 0;
}

h4:not([class]) a,
.hdl-lv4 a {
	color: #333;
}

h4:not([class]) a:after,
.hdl-lv4 a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

h4:not([class]) a[href$=".pdf"]:after,
.hdl-lv4 a[href$=".pdf"]:after {
	display: inline-block;
	margin: 0 4px;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_pdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -2px;
}

h5:not([class]),
h6:not([class]),
.hdl-lv5,
.hdl-lv6 {
	margin: 0 0 16px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h5:not([class]) a,
h6:not([class]) a,
.hdl-lv5 a,
.hdl-lv6 a {
	color: #333;
}

h5:not([class]) a:after,
h6:not([class]) a:after,
.hdl-lv5 a:after,
.hdl-lv6 a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

h5:not([class]) a[href$=".pdf"]:after,
h6:not([class]) a[href$=".pdf"]:after,
.hdl-lv5 a[href$=".pdf"]:after,
.hdl-lv6 a[href$=".pdf"]:after {
	display: inline-block;
	margin: 0 4px;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_pdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -2px;
}

/* Table
================================================== */
table:not([class]) {
	border: none;
	border-collapse: collapse;
}

table:not([class]) th,
table:not([class]) td {
	vertical-align: top;
	text-align: left;
}

table:not([class]) th,
table:not([class]) caption {
	font-weight: bold;
}

/* 標準テーブル
////////////////////////////// */
.tbl,
.tbl-stripe,
.tbl-fix,
.tbl-reflow,
.tbl-slim {
	margin: 0 auto 16px;
	max-width: 100%;
	width: 100%;
	border: 1px solid #d9d9d9;
	border-collapse: collapse;
}

.tbl th,
.tbl-stripe th,
.tbl-fix th,
.tbl-reflow th,
.tbl-slim th {
	padding: 12px 16px;
	border: 1px solid #d9d9d9;
	background-color: #e0e7f9;
	text-align: center;
	font-weight: bold;
}

.tbl td,
.tbl-stripe td,
.tbl-fix td,
.tbl-reflow td,
.tbl-slim td {
	padding: 12px 16px;
	border: 1px solid #d9d9d9;
	text-align: center;
}

.tbl td *:last-child,
.tbl-stripe td *:last-child,
.tbl-fix td *:last-child,
.tbl-reflow td *:last-child,
.tbl-slim td *:last-child {
	margin-bottom: 0;
}

.tbl td small,
.tbl-stripe td small,
.tbl-fix td small,
.tbl-reflow td small,
.tbl-slim td small {
	display: inline-block;
}

.tbl caption,
.tbl-stripe caption,
.tbl-fix caption,
.tbl-reflow caption,
.tbl-slim caption {
	margin: 0 0 4px;
	text-align: left;
	font-weight: bold;
}

.tbl thead th,
.tbl-stripe thead th,
.tbl-fix thead th,
.tbl-reflow thead th,
.tbl-slim thead th,
.tbl thead td,
.tbl-stripe thead td,
.tbl-fix thead td,
.tbl-reflow thead td,
.tbl-slim thead td {
	padding: 4px 16px;
	background-color: #e6e6e6;
}

.tbl table:not([class*="tbl"]),
.tbl-stripe table:not([class*="tbl"]),
.tbl-fix table:not([class*="tbl"]),
.tbl-reflow table:not([class*="tbl"]),
.tbl-slim table:not([class*="tbl"]) {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

.tbl table:not([class*="tbl"]) th,
.tbl-stripe table:not([class*="tbl"]) th,
.tbl-fix table:not([class*="tbl"]) th,
.tbl-reflow table:not([class*="tbl"]) th,
.tbl-slim table:not([class*="tbl"]) th,
.tbl table:not([class*="tbl"]) td,
.tbl-stripe table:not([class*="tbl"]) td,
.tbl-fix table:not([class*="tbl"]) td,
.tbl-reflow table:not([class*="tbl"]) td,
.tbl-slim table:not([class*="tbl"]) td {
	padding: 0;
	border: none;
	background-color: transparent;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.common-table {
	margin: 0 auto 16px;
	max-width: 100%;
	width: 100%;
	border: 1px solid #d9d9d9;
	border-collapse: collapse;
}

.common-table th {
	padding: 12px 16px;
	border: 1px solid #d9d9d9;
	background-color: #e0e7f9;
	text-align: center;
	font-weight: bold;
}

.common-table td {
	padding: 12px 16px;
	border: 1px solid #d9d9d9;
	text-align: center;
}

.common-table td *:last-child {
	margin-bottom: 0;
}

.common-table caption {
	margin: 0 0 4px;
	text-align: left;
	font-weight: bold;
}

.common-table thead th,
.common-table thead td {
	padding: 4px 16px;
	background-color: #e6e6e6;
}

.common-table table:not([class*="common-table"]) {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

.common-table table:not([class*="common-table"]) th,
.common-table table:not([class*="common-table"]) td {
	padding: 0;
	border: none;
	background-color: transparent;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

/* レスポンシブ用div
////////////////////////////// */
.tbl-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 16px;
	width: 100%;
	border: none;

	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.tbl-responsive .tbl,
.tbl-responsive .tbl-stripe,
.tbl-responsive .tbl-fix,
.tbl-responsive .tbl-reflow,
.tbl-responsive .tbl-slim,
.tbl-responsive [class*="tbl-"] {
	margin-bottom: 0;
}

.tbl-stripe tr:nth-child(even) th {
	background-color: #afdef0;
}

.tbl-stripe tr:nth-child(even) td {
	background-color: #d9eeff;
}

.tbl-fix {
	table-layout: fixed;
}

.tbl-slim th {
	padding: 12px 8px;
}

.tbl-slim td {
	padding: 12px 8px;
}

.tbl-slim thead th,
.tbl-slim thead td {
	padding: 4px 8px;
}

/* Color
================================================== */
.u-cl-branch {
	color: #014099 !important;
}

.u-bgc-branch {
	background-color: #014099 !important;
}

.u-bdc-branch {
	border-color: #014099 !important;
}

/* Form
================================================== */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
	padding: 0 4px;
	max-width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;

	-webkit-appearance: none;
}

textarea {
	padding: 0 4px;
	max-width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;

	-webkit-appearance: none;
}

.tbl-form th,
.tbl-form td {
	text-align: left;
}

.tbl-form label > input[type="text"],
.tbl-form label > input[type="tel"],
.tbl-form label > input[type="email"] {
	margin-left: .5em;
}

.tbl-form .f-col-full {
	padding: 12px 2.5em;
}

.tbl-form .f-col-full input[type="text"],
.tbl-form .f-col-full input[type="tel"],
.tbl-form .f-col-full input[type="email"],
input[type="password"],
.tbl-form .f-col-full textarea {
	width: 100%;
}

.tbl-form .f-col-auto {
	padding: 12px 2.5em;
}

.tbl-form .f-col-checkbox,
.tbl-form .f-col-radio {
	overflow: hidden;
	padding: 12px 36px;
}

.tbl-form .f-name input[type="text"],
.tbl-form .f-name input[type="tel"],
.tbl-form .f-name input[type="email"],
input[type="password"] {
	width: 9em;
}

.tbl-form .f-postalcode input[type="text"],
.tbl-form .f-postalcode input[type="tel"] {
	width: 4em;
}

.tbl-form .f-tel input[type="text"],
.tbl-form .f-tel input[type="tel"] {
	width: 4em;
}

.tbl-form .f-tel span {
	margin: 0 8px;
}

label.select {
	position: relative;
	box-sizing: border-box;
	padding: 8px 0;
	max-width: 100%;
	border-radius: 4px;
}

label.select > select {
	box-sizing: border-box;
	padding: 8px 44px 8px 16px;
	max-width: 100%;
	border: solid 1px #d9d9d9;
	white-space: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

label.select:after {
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	z-index: -1;
	margin: auto;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-text.svg);
	background-repeat: no-repeat;
	content: "";
	cursor: pointer;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

label.select:not(:first-child) {
	margin-left: 16px;
}

label.checkbox,
label.radio {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 4px;
	padding: 8px 12px;
	border-radius: 4px;
}

input[type="checkbox"]:checked + label.checkbox,
input[type="radio"]:checked + label.radio {
	background-color: #014099;
	color: #fff;
}

/*
input[type="checkbox"]:checked + .checkbox:before,
input[type="radio"]:checked + .radio:before {
	top: 4px;
	left: 13px;
	width: 27px;
	height: 28px;
	border: transparent;
	background-color: transparent;
	background-image: url(../img/common/ico_check_l.svg);
	background-size: 25px  32px;
	background-repeat: no-repeat;
}
*/

.f-check input[type=checkbox],
.f-check input[type=radio] {
	display: none;
}

/* SELECTBOX
/////////////////////////// */
.acct-select {
	position: relative;
	width: 100%;
	border-radius: 4px;
	background-color: #fff;
}

.acct-select > select {
	box-sizing: border-box;
	padding: 4px 36px 4px 8px;
	width: 100%;
	border: solid 1px #d9d9d9;
	border-radius: 4px;
	background-color: #fff;
	white-space: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.acct-select:after {
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-text.svg);
	background-repeat: no-repeat;
	content: "";
	cursor: pointer;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	pointer-events: none;
}

.acct-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: center;

	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
}

.acct-item > input[type="text"],
.acct-item > input[type="tel"],
.acct-item > input[type="email"],
.acct-item > input[type="number"],
.acct-item > input[type="password"],
.acct-item > .acct-select {
	box-sizing: border-box;
	margin: 0;
	width: auto;

	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.acct-item > input[type="text"].no-grow,
.acct-item > input[type="tel"].no-grow,
.acct-item > input[type="email"].no-grow,
.acct-item > input[type="number"].no-grow,
.acct-item > input[type="password"].no-grow,
.acct-item > .acct-select.no-grow {
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.acct-item > input[type="text"].no-shrink,
.acct-item > input[type="tel"].no-shrink,
.acct-item > input[type="email"].no-shrink,
.acct-item > input[type="number"].no-shrink,
.acct-item > input[type="password"].no-shrink,
.acct-item > .acct-select.no-shrink {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.acct-item > input[type="text"].no-resize,
.acct-item > input[type="tel"].no-resize,
.acct-item > input[type="email"].no-resize,
.acct-item > input[type="number"].no-resize,
.acct-item > input[type="password"].no-resize,
.acct-item > .acct-select.no-resize {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.acct-item > span,
.acct-item > strong,
.acct-item > h1,
.acct-item > h2,
.acct-item > h3,
.acct-item > h4,
.acct-item > h5,
.acct-item > h6,
.acct-item > input[type="checkbox"],
.acct-item > input[type="radio"],
.acct-item > input[type="button"],
.acct-item > input[type="submit"],
.acct-item > input[type="reset"],
.acct-item > button {
	white-space: nowrap;

	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.upload-item input[type="file"],
.upload-item select {
	font-size: 14px;
}

/* FORM
/////////////////////////// */

.tbl-acct {
	margin-bottom: 24px;
	max-width: 100%;
}

.tbl-acct .c-row {
	max-width: 718px;
}

.tbl-acct .u-w1of3 .c-row {
	max-width: 218px;
}

.tbl-acct .u-w2of3 .c-row {
	max-width: 468px;
}

.tbl-acct .u-w2of3 .c-bd-box .c-row {
	max-width: 420px;
}

.tbl-acct .u-w1of4 .c-row {
	max-width: 155px;
}

.tbl-acct .u-w2of4 .c-row,
.tbl-acct .u-w1of2 .c-row {
	max-width: 343px;
}

.tbl-acct .u-w3of4 .c-row {
	max-width: 530px;
}

.tbl-acct th,
.tbl-acct td {
	text-align: left !important;
}

.tbl-acct td {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

.tbl-acct thead th,
.tbl-acct thead td {
	padding: 12px 16px !important;
}

.tbl-acct strong {
	display: inline-block;
}

.tbl-acct input[type="text"],
.tbl-acct input[type="tel"],
.tbl-acct input[type="email"],
.tbl-acct input[type="number"],
.tbl-acct input[type="password"] {
	padding: 4px;
}

.tbl-acct input[type="text"].is-uppercase,
.tbl-acct input[type="tel"].is-uppercase,
.tbl-acct input[type="email"].is-uppercase,
.tbl-acct input[type="number"].is-uppercase,
.tbl-acct input[type="password"].is-uppercase {
	text-transform: uppercase;
}

.tbl-acct input[type="radio"] {
	position: absolute;
	visibility: hidden;
}

.tbl-acct input[type="radio"] + label {
	position: relative;
	display: inline-block;
	box-sizing: content-box;
	box-sizing: border-box;
	margin: 0;
	padding: 12px;
	width: 100%;
	border: solid 1px #014099;
	border-radius: 5px;
	background-color: #fff;
	color: #014099;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.tbl-acct input[type="radio"]:checked + label {
	border-color: #014099;
	background-color: #014099;
	color: #fff;
}

/*
.labelRadio input[type="radio"] {
	position: initial;
	visibility: initial;
}
*/

.labelRadio input[type="radio"] + label {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 4px;
	margin-left: 15px;
	padding: 8px 12px;
	width: initial;
	border: initial;
	border-radius: 4px;
	background-color: initial;
	color: initial;
	text-align: initial;
	text-decoration: initial;
	text-shadow: initial;
	cursor: pointer;

	-webkit-appearance: initial;
	-moz-appearance: initial;
	appearance: initial;

}

.labelRadio input[type="radio"]:checked + label {
	border-color: initial;
	background-color: #014099;
	color: #fff;
}

.labelRadio input[type=radio] + label::before {
	position: absolute;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ddd;
	left: -20px;
	top: 10px;
	background-image: initial;
}

.labelRadio input[type=radio] + label::after {
	position: absolute;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #014099;
	left: -17px;
	top: 13px;
	opacity: 0;
	transition: .3s;
}

.labelRadio input[type=radio]:checked + label::after {
	opacity: 1;
}

/*
.tbl-acct input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
}

.tbl-acct input[type="checkbox"] + label {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 8px 13px 8px 40px;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	background-color: #d9d9d9;
	text-align: center;
	cursor: pointer;
}

.tbl-acct input[type="checkbox"] + label:after {
	position: absolute;
	top: 12px;
	top: 4px;
	left: 15px;
	left: 13px;
	display: block;
	width: 16px;
	width: 27px;
	height: 16px;
	height: 28px;
	border-radius: 3px;
	background-color: #fff;
	background-color: transparent;
	background-image: url(../img/common/ico_check_wh.svg);
	background-size: 25px  32px;
	background-repeat: no-repeat;
	content: "";
}

.tbl-acct input[type="checkbox"]:checked + label {
	background-color: #014099;
	color: #fff;
}

.tbl-acct input[type="checkbox"]:checked + label:after {
	background-color: #fff;
	background-color: transparent;
	background-image: url(../img/common/ico_check_l.svg);
	background-size: 25px  32px;
	background-repeat: no-repeat;
	content: "";
}
*/

/* PLACEHOLDER
/////////////////////////// */
:placeholder-shown {
	color: #a9a9a9;
}
::-webkit-input-placeholder {
	color: #a9a9a9;
}
:-moz-placeholder {
	color: #a9a9a9; opacity: 1;
}
::-moz-placeholder {
	color: #a9a9a9; opacity: 1;
}
:-ms-input-placeholder {
	color: #a9a9a9;
}

/* DISABLED
/////////////////////////// */
.disabledText {
	background: #d9d9d9 !important;
	opacity: 0.5 !important;
}

.disabledSelect {
	background: #d9d9d9 !important;
	opacity: 0.5 !important;
}

/* Form navi
================================================== */
.c-fnav ul:not(class) {
	font-size: 0;
}

.c-fnav ul:not(class) li {
	position: relative;
	display: inline-block;
	margin-top: 0;
	margin-right: 32px;
	padding: 4px 16px 4px 20px;
	width: auto;
	height: 40px;
	border: none;
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	border-left: solid 1px #d9d9d9;
	color: #d9d9d9;
	vertical-align: baseline;
	font-weight: bold;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Noto Sans Japanese","メイリオ",Meiryo,sans-serif;
	line-height: 1.1667;
}

.c-fnav ul:not(class) li + li {
	margin-top: 0;
}

.c-fnav ul:not(class) li:before {
	display: none;
	content: "";
}

.c-fnav ul:not(class) li:not(:last-child):after {
	position: absolute;
	top: -1px;
	right: 0;
	z-index: -1;
	display: block;
	width: 28px;
	height: 28px;
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	content: "";
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.c-fnav ul:not(class) li:last-child {
	border-right: solid 1px #d9d9d9;
}

.c-fnav ul:not(class) li:last-child.is-current {
	border-right: solid 1px #014099;
}

.c-fnav ul:not(class) li.is-current {
	border-top: solid 1px #014099;
	border-bottom: solid 1px #014099;
	border-left: solid 1px #014099;
	background-color: #014099;
	color: #fff;
}

.c-fnav ul:not(class) li.is-current:after {
	border-right: solid 1px #014099;
	border-bottom: solid 1px #014099;
	background-color: #014099;
}

input[type="number"] {
	padding: 4px;
	max-width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;

	-webkit-appearance: none;
}

/* FLOW
/////////////////////////// */
.acct-flow {
	position: relative;
}

.acct-flow .bx-pager {
	margin-top: 24px;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 1;
}

.acct-flow .bx-pager-item {
	display: inline-block;
	margin: 0 8px;
}

.acct-flow .bx-pager-link {
	display: block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #e6e6e6;
	text-indent: 110%;
	white-space: nowrap;
	word-wrap: normal;
}

.acct-flow .bx-pager-link.active {
	background-color: #014099;
}

.acct-flow .bx-prev {
	left: -24px;
}

.acct-flow .bx-prev:after {
	display: inline-block;
	margin: 0 4px;
	width: 24px;
	height: 24px;
	background-image: url(../img/common/arw-wh.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.acct-flow .bx-next {
	right: -24px;
}

.acct-flow .bx-next:after {
	display: inline-block;
	margin: 0 4px;
	width: 24px;
	height: 24px;
	background-image: url(../img/common/arw-wh.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.acct-flow .bx-prev,
.acct-flow .bx-next {
	position: absolute;
	top: 124px;
	display: block;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #014099;
}

.acct-flow .bx-prev.disabled,
.acct-flow .bx-next.disabled {
	display: none;
}

.acct-flow .bx-prev:after,
.acct-flow .bx-next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}

.acct-flow-list {
	counter-reset: flow;
}

.acct-flow-list:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

.acct-flow-list li {
	position: relative;
	float: left;
	width: 363px;
	list-style: none;
	counter-increment: flow;
}

.acct-flow-list li:before {
	position: absolute;
	top: 0;
	left: 16px;
	z-index: 2;
	padding: 12px 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #014099;
	color: #fff;
	content: counter(flow);
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: "Noto Sans Japanese","メイリオ",Meiryo,sans-serif;
	line-height: 1.3333;
}
.acct-flow-list li:before {
	background-color: #e9332c;
}

.acct-flow-body {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: center;
	margin-top: 24px;
	padding: 32px;
	background-color: #e6e6e6;

	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
}

.acct-flow-ico {
	margin-right: 24px;
	padding: 32px;
	width: 136px;
	height: 136px;
	border-radius: 50%;
	background-color: #fff;

	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.acct-flow-ico img {
	width: 72px;
	height: 72px;
}

.acct-flow-txt {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;

	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

/* HEADING ACCOUNT
/////////////////////////// */
[class*="hdl-acct"] {
	position: relative;
	margin: 40px 0 24px;
	font-weight: bold;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

[class*="hdl-acct"]:first-child {
	margin-top: 0;
}

[class*="hdl-acct"] a {
	color: #333;
}

[class*="hdl-acct"] a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

[class*="hdl-acct"] a[href$=".pdf"]:after {
	display: inline-block;
	margin: 0 4px;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_pdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -2px;
}

[class*="hdl-acct"]:before {
	display: inline-block;
	margin-right: 8px;
	padding: 1px 0 3px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #014099;
	color: #fff;
	vertical-align: 2px;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.hdl-acct01:before,
.hdl-acct[data-value="1"]:before {
	content: "01";
}

.hdl-acct02:before,
.hdl-acct[data-value="2"]:before {
	content: "02";
}

.hdl-acct03:before,
.hdl-acct[data-value="3"]:before {
	content: "03";
}

.hdl-acct04:before,
.hdl-acct[data-value="4"]:before {
	content: "04";
}

.hdl-acct05:before,
.hdl-acct[data-value="5"]:before {
	content: "05";
}

.hdl-acct06:before,
.hdl-acct[data-value="6"]:before {
	content: "06";
}

.hdl-acct07:before,
.hdl-acct[data-value="7"]:before {
	content: "07";
}

.hdl-acct08:before,
.hdl-acct[data-value="8"]:before {
	content: "08";
}

.hdl-acct09:before,
.hdl-acct[data-value="9"]:before {
	content: "09";
}

/* TAB
/////////////////////////// */
.acct-tnav {
	margin-bottom: 40px;
}

.acct-tnav > ul,
.acct-tnav > ul:not([class]) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	-ms-flex-align: stretch;
	margin-bottom: 0;
	width: 100%;

	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	align-items: stretch;
}

.acct-tnav > ul > li,
.acct-tnav > ul:not([class]) > li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	margin: 0;
	padding: 0;
	width: calc(50% - 10px);

	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	align-items: stretch;
}

.acct-tnav > ul > li:before,
.acct-tnav > ul:not([class]) > li:before {
	display: none;
	content: "";
}

.acct-tnav > ul > li + li,
.acct-tnav > ul:not([class]) > li + li {
	margin-top: 0;
}

.acct-tnav > ul > li > input[type="radio"],
.acct-tnav > ul:not([class]) > li > input[type="radio"] {
	position: absolute;
	visibility: hidden;
}

.acct-tnav > ul > li input[type="radio"] + label,
.acct-tnav > ul > li a,
.acct-tnav > ul:not([class]) > li input[type="radio"] + label,
.acct-tnav > ul:not([class]) > li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	padding: 16px;
	width: 100%;
	border: 1px solid #014099;
	border-radius: 3px;
	background-color: #fff;
	color: #014099;
	text-align: center;
	cursor: pointer;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
}

.acct-tnav > ul > li.is-active a,
.acct-tnav > ul > li input[type="radio"]:checked + label,
.acct-tnav > ul:not([class]) > li.is-active a,
.acct-tnav > ul:not([class]) > li input[type="radio"]:checked + label {
	background-color: #014099;
	color: #fff;
}

.acct-tab {
	display: none;
}

.acct-tab.is-active {
	display: block;
}

.acct-ttl {
	position: relative;
	margin: 40px 0 20px;
	padding-left: 16px;
	border-left: 6px solid #014099;
	font-weight: bold;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

.acct-ttl:first-child {
	margin-top: 0;
}

.acct-ttl a {
	color: #333;
}

.acct-ttl a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.acct-ttl a[href$=".pdf"]:after {
	display: inline-block;
	margin: 0 4px;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_pdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -2px;
}

/* STEP
/////////////////////////// */
.acct-step {
	margin-bottom: 56px;
}

.acct-step-list {
	position: relative;
	list-style: none;
}

.acct-step-list:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

.acct-step-list:before {
	position: absolute;
	bottom: 10px;
	left: 10%;
	display: block;
	width: 80%;
	height: 4px;
	background-color: #cdcdcd;
	content: "";
}

.acct-step-list li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 40px;
	min-height: 72px;
	width: 20%;
	color: #cdcdcd;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Source Sans Pro","Noto Sans Japanese","メイリオ",Meiryo,sans-serif;
	line-height: 1.3333;
}

.acct-step-list li span {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	white-space: nowrap;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.acct-step-list li:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #cdcdcd;
	content: "";
}

.acct-step-list li.is-current {
	color: #014099;
}
.acct-step-list li.is-current:after {
	background-color: #014099;
}

/* CASHCARD
/////////////////////////// */
.acct-cashcard {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.3333;
}

input[type="radio"] + .acct-cashcard {
	margin-left: 24px;
}

.acct-cashcard img {
	margin: 4px 0;
	width: 170px;
	height: auto;
}

label .acct-cashcard img {
	cursor: pointer;
	pointer-events: none;
}

/* TXT COLLAPSIBLE
/////////////////////////// */
.txt-collapse:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-link.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.txt-collapse:after {
	vertical-align: -2px;
}

.txt-collapse.is-open:after {
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

/* COLLAPSIBLE PANEL
/////////////////////////// */
.btn-collapse {
	position: relative;
	display: block;
	padding: 4px 12px;
	width: 100%;
	height: auto;
	border-radius: 3px;
	background-color: #014099;
	color: #fff;
	text-align: left;
	font-size: 11px;
	font-size: .6875rem;
	line-height: 2.3636;
}

.btn-collapse:after {
	display: inline-block;
	margin: 0 4px;
	width: 10px;
	height: 10px;
	background-image: url(../img/common/arw-wh.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn-collapse:after {
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	margin: auto;
}

.btn-collapse.is-open {
	background-color: #1863cc;
}

.btn-collapse.is-open:after {
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

/* INPUT COPY
/////////////////////////// */
.btn-input-copy {
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.cmn-header {
		position: static;
		top: auto;
		left: auto;
		min-width: 0;
		min-height: 60px;
		height: auto;
	}

	[data-type="popup"] .cmn-header {
		position: static;
	}

	.cmn-header__body {
		z-index: 10;
		width: 100%;
	}

	.cmn-header-logo {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto;
		padding: 15px 0 10px;
		width: 210px;
		height: 60px;
	}

	.cmn-header-logo-en {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto;
		padding: 21px 0;
		width: 141px;
		height: 60px;
	}

	[data-type="account"] {
		min-width: 320px;
	}

	[data-type="account"] .cmn-header {
		position: static;
	}

	[data-type="account"] .cmn-header__body {
		padding: 0 20px;
		width: auto;
	}

	[data-type="account"] .cmn-header-logo_suruga {
		padding: 18px 0;
		font-size: 24px;
		font-size: 1.5rem;
		width: 90px;
		height: 60px;
		line-height: 1.25;
	}

	.cmn-lang-trg {
		display: none;
	}

	.cmn-search-trg {
		display: none;
	}

	.cmn-footer-upper {
		min-height: 0;
	}

	.cmn-footer-middle {
		display: none;
	}

	.cmn-footer-lower {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.cmn-footer-gnav {
		padding: 26px 20px 4px;
		width: 100%;
	}

	.cmn-footer-gnav li {
		margin: 0 0 22px;
		padding: 0;
		width: 50%;
	}

	.cmn-footer-totop {
		position: static;
		top: auto;
		left: auto;
		margin: 0;
		width: 100%;
		height: 64px;
		border-top: 1px solid #014099;
		border-right: 0;
		border-left: 0;
	}

	.cmn-footer-totop a {
		width: 100%;
		height: 64px;
	}

	.cmn-footer-totop a:before {
		width: 32px;
		height: 32px;
		background-size: 32px 32px;
	}

	.cmn-footer-dn {
		width: 65px;
		height: 78px;
	}

	.cmn-footer-code_common {
		margin-bottom: 0;
		padding: 16px 0;
		width: 100%;
		text-align: center;
	}

	.cmn-footer-copyright {
		padding: 16px 0;
		width: 100%;
		text-align: center;
		font-size: 10px;
		font-size: .625rem;
		line-height: 1.8;
	}

	.cmn-footer-misc {
		padding: 0;
		width: 100%;
	}

	.cmn-footer-misc__list {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		width: 100%;

		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}

	.cmn-footer-misc li {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		-ms-flex-align: center;
		margin: 0;
		padding: 0;
		min-height: calc(2.6666em + 16px);
		width: 50%;
		height: auto;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		text-align: center;

		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.cmn-footer-misc li:nth-child(odd) {
		border-left: 1px solid #ccc;
	}

	.cmn-footer-misc li a {
		display: block;
		padding: 8px;
		text-align: center;
	}

	.cmn-footer-misc li:after {
		display: none;
	}

	.cmn-footer-en .cmn-footer-totop {
		border-top: none;
	}

	.cmn-footer-en .cmn-footer-copyright {
		padding: 16px 0;
	}

	.cmn-page-header {
		margin-bottom: 20px;
	}

	.cmn-page-header__body {
		padding: 20px 12px;
		width: 100%;

		-webkit-flex-flow: column wrap;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}

	.cmn-page-header__ttl {
		width: 100%;
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.3478;
	}

	.cmn-page-header__back {
		margin-top: 12px;
		padding-left: 0;
		width: 100%;
	}

	.cmn-page-visual {
		margin: 20px auto 0;
		padding: 0;
		min-width: 0;
		max-width: none;
	}

	.cmn-page-visual__img > img,
	.cmn-page-visual__img > a img {
		left: auto;
		margin-left: 0;
		width: 100%;
	}

	.cmn-page-visual__img ul {
		left: auto;
		margin-left: 0;
	}

	.cmn-page-visual__img li {
		min-width: 320px;
		width: auto;
	}

	.cmn-page-visual__img .bx-pager {
		position: static;
		bottom: auto;
		left: auto;
		display: block;
		margin: 0;
		padding: 12px 0;
		width: 100%;
		height: auto;
		background: #e0e7f9;
		text-align: center;

		-webkit-tap-highlight-color: transparent;
	}

	.cmn-page-visual__img .bx-pager-item {
		margin: 0 10px;
	}

	.cmn-page-visual__img .bx-pager-link {
		color: #014099;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.cmn-page-visual__img .bx-pager-link.active {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.2857;
	}

	.cmn-page-visual__banner {
		padding: 20px 20px 0;
	}

	.cmn-page-visual__banner li {
		width: 100%;
	}

	.cmn-page-visual__banner li + li {
		margin-top: 16px;
	}

	.cmn-page-visual__banner li img {
		border-radius: 3px;
	}

	.cmn-page-bnr {
		margin: 16px auto;
		max-width: 335px;
		width: 100%;
	}

	.cmn-page-body {
		margin: 30px auto 40px;
		width: 100%;
	}

	.cmn-page-body:after {
		display: none;
		clear: none;
		content: none;
	}

	.cmn-page-full {
		float: none;
		padding: 0  20px;
		width: 100%;
	}

	.cmn-page-main {
		float: none;
		padding: 0  20px;
		width: 100%;
	}

	.cmn-page-sub {
		display: none;
		float: none;
		margin-top: 56px;
		padding: 0  20px;
		width: 100%;
	}

	.cmn-page-sub .c-section:first-child {
		padding-top: 0;
	}

	.cmn-breadcrumb__list {
		padding-right: 12px;
		padding-left: 12px;
		width: 100%;
	}

	h1:not([class]),
	.hdl-lv1 {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	h2:not([class]) a:after,
	.hdl-lv2 a:after {
		display: inline-block;
		margin: 0 4px;
		width: 12px;
		height: 12px;
		background-image: url(../img/common/arw-text.svg);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		content: "";
		vertical-align: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	h2:not([class]),
	.hdl-lv2 {
		margin: 40px 0 20px;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.4444;
	}

	h2:not([class]):first-child,
	.hdl-lv2:first-child {
		margin-top: 0;
	}

	.cmn-page-sub h2:not([class]),
	.cmn-page-sub .hdl-lv2 {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.4444;
	}

	.hdl-lv2-step {
		margin: 40px 0 20px;
		padding-left: 0;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.4444;
	}

	.hdl-lv2-step:first-child {
		margin-top: 0;
	}

	.hdl-lv2-step .lbl-step {
		position: relative;
		top: auto;
		left: auto;
	}

	.hdl-lv2-step a:after {
		display: inline-block;
		margin: 0 4px;
		width: 12px;
		height: 12px;
		background-image: url(../img/common/arw-text.svg);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		content: "";
		vertical-align: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.hdl-lv2-caution a:after {
		display: inline-block;
		margin: 0 4px;
		width: 12px;
		height: 12px;
		background-image: url(../img/common/arw-text.svg);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		content: "";
		vertical-align: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.hdl-lv2-caution {
		margin: 40px 0 20px;
		padding-left: 26px;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.4444;
	}

	.hdl-lv2-caution:first-child {
		margin-top: 0;
	}

	.hdl-lv2-caution:before {
		width: 22px;
		height: 22px;
	}

	[class*="hdl-lv2-count"] a:after {
		display: inline-block;
		margin: 0 4px;
		width: 12px;
		height: 12px;
		background-image: url(../img/common/arw-text.svg);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		content: "";
		vertical-align: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	[class*="hdl-lv2-count"] {
		margin: 40px 0 20px;
		padding-left: 40px;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.4444;
	}

	[class*="hdl-lv2-count"]:first-child {
		margin-top: 0;
	}

	[class*="hdl-lv2-count"]:before {
		width: 32px;
	}

	h3:not([class]),
	.hdl-lv3 {
		margin: 24px 0 22px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	h3:not([class]):first-child,
	.hdl-lv3:first-child {
		margin-top: 0;
	}

	.hdl-lv3-step {
		margin: 24px 0 20px;
		padding-left: 0;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.hdl-lv3-step:first-child {
		margin-top: 0;
	}

	.hdl-lv3-step .lbl-step-sm {
		position: relative;
		top: auto;
		left: auto;
	}

	.hdl-lv3-merit {
		margin: 24px 0 12px;
		padding-left: 0;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.hdl-lv3-merit:first-child {
		margin-top: 0;
	}

	.hdl-lv3-merit .lbl-merit-sm {
		position: relative;
		top: auto;
		left: auto;
	}

	.hdl-lv3-caution {
		margin: 24px 0 16px;
		padding-left: 24px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.hdl-lv3-caution:first-child {
		margin-top: 0;
	}

	.hdl-lv3-caution:before {
		width: 20px;
		height: 20px;
	}

	h4:not([class]),
	.hdl-lv4 {
		margin: 16px 0 12px;
		font-size: 15px;
		font-size: .9375rem;
		line-height: 1.5333;
	}

	h4:not([class]):first-child,
	.hdl-lv4:first-child {
		margin-top: 0;
	}

	h5:not([class]),
	h6:not([class]),
	.hdl-lv5,
	.hdl-lv6 {
		margin: 0 0 12px;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.5714;
	}

	th[nowrap],
	td[nowrap] {
		white-space: normal;
	}

	th[width],
	td[width] {
		width: auto;
	}

	.tbl th,
	.tbl-stripe th,
	.tbl-fix th,
	.tbl-reflow th,
	.tbl-slim th {
		padding: 8px 12px;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.5714;
	}

	.tbl td,
	.tbl-stripe td,
	.tbl-fix td,
	.tbl-reflow td,
	.tbl-slim td {
		padding: 8px 12px;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.5714;
	}

	.tbl caption,
	.tbl-stripe caption,
	.tbl-fix caption,
	.tbl-reflow caption,
	.tbl-slim caption {
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.5714;
	}

	.tbl thead th,
	.tbl-stripe thead th,
	.tbl-fix thead th,
	.tbl-reflow thead th,
	.tbl-slim thead th,
	.tbl thead td,
	.tbl-stripe thead td,
	.tbl-fix thead td,
	.tbl-reflow thead td,
	.tbl-slim thead td {
		padding: 4px 12px;
	}

	.common-table th {
		padding: 8px 12px;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.5714;
	}

	.common-table td {
		padding: 8px 12px;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.5714;
	}

	.common-table caption {
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.5714;
	}

	.common-table thead th,
	.common-table thead td {
		padding: 4px 12px;
	}

	.tbl-responsive {
		margin-bottom: 12px;
	}

	.tbl-responsive th,
	.tbl-responsive td {
		white-space: nowrap;
	}

	.tbl-reflow {
		border-bottom: none;
	}

	.tbl-reflow th,
	.tbl-reflow td {
		display: block;
		width: 100% !important;
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
		border-left: none;
	}

	.tbl-reflow td {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}

	.tbl-slim th {
		padding: 8px;
	}

	.tbl-slim td {
		padding: 8px;
	}

	.tbl-slim thead th,
	.tbl-slim thead td {
		padding: 4px 8px;
	}

	.tbl-form .f-col-full {
		padding: 8px 12px;
	}

	.tbl-form .f-col-auto {
		padding: 8px 12px;
	}

	.tbl-form .f-col-checkbox,
	.tbl-form .f-col-radio {
		padding: 8px 12px;
	}

	.tbl-form .f-name input[type="text"],
	.tbl-form .f-name input[type="tel"],
	.tbl-form .f-name input[type="email"],
	input[type="password"] {
		width: 6em;
	}

	.tbl-reflow {
		display: block;
	}

	.tbl-reflow thead,
	.tbl-reflow tbody,
	.tbl-reflow tr {
		display: block;
	}

	.tbl-acct {
		margin-bottom: 16px;
	}

	.tbl-acct + .tbl-acct {
		margin-top: -17px;
	}

	.tbl-acct .c-row {
		max-width: none;
	}

	.tbl-acct .u-w1of3 .c-row {
		max-width: none;
	}

	.tbl-acct .u-w2of3 .c-row {
		max-width: none;
	}

	.tbl-acct .u-w2of3 .c-bd-box .c-row {
		max-width: none;
	}

	.tbl-acct .u-w1of4 .c-row {
		max-width: none;
	}

	.tbl-acct .u-w2of4 .c-row,
	.tbl-acct .u-w1of2 .c-row {
		max-width: none;
	}

	.tbl-acct .u-w3of4 .c-row {
		max-width: none;
	}

	.tbl-acct thead th,
	.tbl-acct thead td {
		padding: 12px;
	}

	label.select > select {
		max-width: 254px;
	}

	label.checkbox {
		width: 90%;
		vertical-align: middle;
	}

	.c-fnav ul:not(class) li {
		margin-right: 20px;
		padding: 2px 8px 2px 12px;
		height: auto;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.c-fnav ul:not(class) li:not(:last-child):after {
		width: 21px;
		height: 21px;
	}

	.acct-flow .bx-viewport {
		overflow: visible !important;
	}

	.acct-flow .bx-pager {
		margin-top: 20px;
	}

	.acct-flow .bx-pager-item {
		margin: 0 5px;
	}

	.acct-flow .bx-pager-link {
		width: 10px;
		height: 10px;
	}

	.acct-flow .bx-prev {
		left: -16px;
	}

	.acct-flow .bx-next {
		right: -16px;
	}

	.acct-flow .bx-prev,
	.acct-flow .bx-next {
		top: 90px;
		margin-top: -16px;
		width: 32px;
		height: 32px;
	}

	.acct-flow .bx-prev:after,
	.acct-flow .bx-next:after {
		margin: -6px 0 0 -6px;
		width: 12px;
		height: 12px;
	}

	.acct-flow-list li {
		width: calc(100vw - 40px);
	}

	.acct-flow-list li:before {
		left: 16px;
		padding: 4px 0;
		width: 32px;
		height: 32px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.acct-flow-body {
		margin-top: 16px;
		padding: 32px 24px;
	}

	.acct-flow-ico {
		margin-right: 16px;
		padding: 24px;
		width: 84px;
		height: 84px;
	}

	.acct-flow-ico img {
		width: 36px;
		height: 36px;
	}

	.acct-flow-txt {
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.5714;
	}

	[class*="hdl-acct"] {
		margin: 24px 0 20px;
		padding-left: 0;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	[class*="hdl-acct"]:first-child {
		margin-top: 0;
	}

	[class*="hdl-acct"]:before {
		width: 24px;
		height: 24px;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.4286;
	}

	.acct-tnav {
		margin-bottom: 20px;
	}

	.acct-tnav > ul > li,
	.acct-tnav > ul:not([class]) > li {
		width: calc(50% - 5px);
	}

	.acct-tnav > ul > li + li,
	.acct-tnav > ul:not([class]) > li + li {
		margin-top: 0;
	}

	.acct-tnav > ul > li input[type="radio"] + label,
	.acct-tnav > ul > li a,
	.acct-tnav > ul:not([class]) > li input[type="radio"] + label,
	.acct-tnav > ul:not([class]) > li a {
		padding: 12px 16px;
	}

	.acct-ttl {
		margin: 24px 0 16px;
		padding-left: 8px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.acct-ttl:first-child {
		margin-top: 0;
	}

	.acct-step {
		margin-bottom: 40px;
	}

	.acct-step-list {
		margin-right: -20px;
		margin-left: -20px;
	}

	.acct-step-list:before {
		bottom: 5px;
		height: 2px;
	}

	.acct-step-list li {
		overflow: visible;
		padding-bottom: 16px;
		min-height: 36px;
		white-space: nowrap;
		font-size: 12px;
		font-size: .75rem;
		line-height: 1.6667;
	}

	.acct-step-list li:after {
		margin-left: -6px;
		width: 12px;
		height: 12px;
	}

	.acct-cashcard {
		font-size: 11px;
		font-size: .6875rem;
		line-height: 1.3636;
	}

	.acct-cashcard img {
		max-width: 170px;
	}

	.acct-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.upload-item input[type="file"],
	.upload-item select {
		font-size: 12px;
	}
}
