@charset "UTF-8";
/* CSS Document */

/* =========================================================
■header
========================================================= */
.header {
	position:relative;
}

.global-header {
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
}

.global-header-inner {
	height:64px;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
}

.header-logo img {
	display:block;
}

/**/
.header-btn-list {
	position:absolute;
	top:16px;
	right:24px;
	display:flex;
}

@media (max-width: 768px) {
.header-btn-list {
	margin-top:16px;
	position:static;
	justify-content:center;
}	
}

.header-btn-list > li {
	margin-left:24px;
}

.header-btn-list > li:first-child {
	margin-left:0;
}

.header-btn-list > li a {
	display:block;
	text-decoration:none;
	transition:.2s;
}

.header-btn-list > li a:hover {
	opacity:0.7;
}

.header-btn-list .btn {
	width:120px;
	height:32px;
	/*font-family: YuGothic;
	font-style: normal;*/
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	/* identical to box height, or 167% */
	display: flex;
	align-items: center;
	justify-content:center;
	background: #FFFFFF;
	/* White Gray */
	border: 1px solid #D7D7D7;
	box-sizing: border-box;
}

.header-btn-list .btn span {
	display:inline-block;
}

.header-btn-list .btn .faq {
	padding-left:20px;
	background:url(../images/common/icon_faq.svg) no-repeat left center;
	background-size:16px;
}

.header-btn-list .btn .info {
	padding-left:16px;
	background:url(../images/common/icon_info.svg) no-repeat left center;
	background-size:13px;
}



/* =========================================================
■footer
========================================================= */
.footer {
}
/**/
.footer-sub-nav {
	height:40px;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
}

.footer-sub-nav-list {
	/*font-family: YuGothic;
	font-style: normal;*/
	font-weight: 500;
	font-size:14px;
	line-height: 160%;
	color: #2C2C2C;
	text-align: center;
	display:flex;
}

@media (max-width: 560px) {
.footer-sub-nav {
	padding: 12px 24px;
	height:inherit;
	display:flex;
	align-items:center;
	justify-content:center;
}

.footer-sub-nav-list {
	display:flex;
	flex-wrap:wrap;
	font-size:12px;
	line-height: 180.5%;
}
}

.footer-sub-nav-list .nav-item:not(:last-child) {
    position: relative;
    padding-right: 24px
}

.footer-sub-nav-list .nav-item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #8d8d8d
}

@media (max-width: 560px) {
    /*.footer-sub-nav-list .nav-item:not(:last-child)::before {
        height: 12px
    }*/

    /*.footer-sub-nav-list .nav-item {
        width: calc(50% - 6px)
    }*/
.footer-sub-nav-list .nav-item {
	margin: 16px 0 0;
    width: auto;
}

.footer-sub-nav-list .nav-item:nth-child(-n+2) {
	margin: 4px 0 0;
}

.footer-sub-nav-list li:nth-child(2).nav-item::before {
	background-color:#FFF;
}

}

.footer-sub-nav-list .nav-item > a {
    display: inline-block;
    word-break: normal;
    text-decoration: none;
    color: #2c2c2c
}

.footer-sub-nav-list .nav-item > a:hover {
	color:#999;
	text-decoration:underline;
}



/**/
.footer-copy {
    min-height: 50px;
    padding: 20px;
	font-size:14px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    line-height: normal;
	background-color: #343a40 !important
}
