@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

* {
	word-wrap: break-word;
	word-break: break-all;
}

html {
	overflow-y: scroll;
	font-size: 62.5%;
	/* 10px */
}

html, body {
	background: #fff;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ W3","Hiragino Kaku Gothic","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	color: #323232;
	line-height: 1.6;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 320px;
	padding-top: 105px;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: padding-top .3s;
	transition: padding-top .3s;
	min-height: 100vh;
	padding-bottom: 265px;
}

@media screen and (max-width: 750px) {
	body {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1025px) {
	body.is-size-s {
		padding-top: 68px;
	}
}

@media screen and (max-width: 1024px) {
	body {
		padding-top: 60px;
	}
}

@media screen and (max-width: 750px) {
	body {
		padding-bottom: 422px;
	}
}

input, textarea, button {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ W3","Hiragino Kaku Gothic","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
	padding: 15px;
	width: 100%;
	background: #f5f5f5;
	border: solid 1px #cdcdcd;
	font-size: 1.8rem;
	border-radius: 5px;
	-webkit-appearance: none;
}

textarea[disabled],
input[type=text][disabled],
input[type=email][disabled],
input[type=tel][disabled],
input[type=password][disabled] {
	background: #f5f5f5;
}

::-webkit-input-placeholder {
	/*  Edge */
	color: #bebebe;
}

:-ms-input-placeholder {
	/* ie 11 */
	color: #bebebe;
}

::-moz-placeholder {
	/* Others */
	color: #bebebe;
}

::-ms-input-placeholder {
	/* Others */
	color: #bebebe;
}

::placeholder {
	/* Others */
	color: #bebebe;
}

input[type=submit],
input[type=button],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

select {
	font-size: 1.8rem;
}

strong {
	font-weight: bold;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

a:focus {
	outline: none;
}

a {
	color: #009bbc;
	text-decoration: underline;
}

a:hover {
	color: #009bbc;
	text-decoration: none;
}

/*////////////////////////////////////////

padding, margin

////////////////////////////////////////*/
.padT0 {
	padding-top: 0 !important;
}

.padT1 {
	padding-top: 0.5em !important;
}

.padT2 {
	padding-top: 1em !important;
}

.padT3 {
	padding-top: 1.5em !important;
}

.padT4 {
	padding-top: 2em !important;
}

.padT5 {
	padding-top: 2.5em !important;
}

.padL0 {
	padding-left: 0 !important;
}

.padL1 {
	padding-left: 0.5em !important;
}

.padL2 {
	padding-left: 1em !important;
}

.padL3 {
	padding-left: 1.5em !important;
}

.padL4 {
	padding-left: 2em !important;
}

.padL5 {
	padding-left: 2.5em !important;
}

.padR0 {
	padding-right: 0 !important;
}

.padR1 {
	padding-right: 0.5em !important;
}

.padR2 {
	padding-right: 1em !important;
}

.padR3 {
	padding-right: 1.5em !important;
}

.padR4 {
	padding-right: 2em !important;
}

.padR5 {
	padding-right: 2.5em !important;
}

.padB0 {
	padding-bottom: 0 !important;
}

.padB1 {
	padding-bottom: 0.5em !important;
}

.padB2 {
	padding-bottom: 1em !important;
}

.padB3 {
	padding-bottom: 1.5em !important;
}

.padB4 {
	padding-bottom: 2em !important;
}

.padB5 {
	padding-bottom: 2.5em !important;
}

.marT0 {
	margin-top: 0 !important;
}

.marT1 {
	margin-top: 0.5em !important;
}

.marT2 {
	margin-top: 1em !important;
}

.marT3 {
	margin-top: 1.5em !important;
}

.marT4 {
	margin-top: 2em !important;
}

.marT5 {
	margin-top: 2.5em !important;
}

.marL0 {
	margin-left: 0 !important;
}

.marL1 {
	margin-left: 0.5em !important;
}

.marL2 {
	margin-left: 1em !important;
}

.marL3 {
	margin-left: 1.5em !important;
}

.marL4 {
	margin-left: 2em !important;
}

.marL5 {
	margin-left: 2.5em !important;
}

.marR0 {
	margin-right: 0 !important;
}

.marR1 {
	margin-right: 0.5em !important;
}

.marR2 {
	margin-right: 1em !important;
}

.marR3 {
	margin-right: 1.5em !important;
}

.marR4 {
	margin-right: 2em !important;
}

.marR5 {
	margin-right: 2.5em !important;
}

.marB0 {
	margin-bottom: 0 !important;
}

.marB1 {
	margin-bottom: 0.5em !important;
}

.marB2 {
	margin-bottom: 1em !important;
}

.marB3 {
	margin-bottom: 1.5em !important;
}

.marB4 {
	margin-bottom: 2em !important;
}

.marB5 {
	margin-bottom: 2.5em !important;
}

/*////////////////////////////////////////

汎用class

////////////////////////////////////////*/
@media screen and (min-width: 751px) {
	.only-sp {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.only-pc {
		display: none;
	}
}

.align-c {
	text-align: center !important;
}

.align-l {
	text-align: left !important;
}

.align-r {
	text-align: right !important;
}

@media screen and (min-width: 751px) {
	.align-c-pc {
		text-align: center !important;
	}
	.align-l-pc {
		text-align: left !important;
	}
	.align-r-pc {
		text-align: right !important;
	}
}

@media screen and (max-width: 750px) {
	.align-c-sp {
		text-align: center !important;
	}
	.align-l-sp {
		text-align: left !important;
	}
	.align-r-sp {
		text-align: right !important;
	}
}

.lazyloading {
	background-color: #efefef !important;
}

/* .tpl-inner-wrap
-----------------------------*/
.tpl-inner-wrap {
	padding: 0 20px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.tpl-inner-wrap {
		width: 100%;
		padding: 0 15px;
	}
}

@media screen and (min-width: 1201px) {
	.tpl-inner-wrap {
		padding: 0;
	}
}

.tpl-inner-wrap--relative {
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 0 20px;
	max-width: 1240px;
}

@media screen and (max-width: 750px) {
	.tpl-inner-wrap--relative {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.tpl-alpha-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
}

.tpl-alpha-bg.is-open {
	display: block;
}

.menu-open {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* #tpl-header
-----------------------------*/
#tpl-header {
	width: 100%;
	min-width: 320px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	border-top: 5px solid #009bbc;
	padding-top: 19px;
	padding-bottom: 10px;
	-webkit-transition: padding .3s;
	transition: padding .3s;
	border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 1024px) {
	#tpl-header {
		border-top: 3px solid #009bbc;
		padding-top: 8px;
		padding-bottom: 6px;
	}
}

#tpl-header .tpl-inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

#tpl-header a {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	color: #323232;
}

#tpl-header .logo {
	width: 145px;
	height: 71px;
	-webkit-transition: width .3s, height .3s;
	transition: width .3s, height .3s;
	background: url(../img/head-yellz-logo.svg) 0 0 no-repeat;
	background-size: 100%;
	font-size: 0;
	-webkit-transition: opacity .3s,width .3s,height .3s;
	transition: opacity .3s,width .3s,height .3s;
}

#tpl-header .logo:hover {
	opacity: .6;
}

#tpl-header .logo:hover.no-link {
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	#tpl-header .logo {
		width: 88px;
		height: 43px;
	}
}

#tpl-header .logo a {
	font-size: 0;
	display: block;
	height: 100%;
}

#tpl-header .tpl-btn {
	width: auto;
	min-width: auto;
	padding: 13px 24px;
	border: 2px solid #009bbc;
	-webkit-transition: padding .3s;
	transition: padding .3s;
}

@media screen and (max-width: 1024px) {
	#tpl-header .tpl-btn {
		padding: 10px 3.46667vw;
		font-size: 12px;
	}
}

#tpl-header .tpl-btn::after {
	display: none;
}

#tpl-header .util-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media screen and (max-width: 1024px) {
	#tpl-header .util-wrap {
		margin-left: auto;
	}
}

#tpl-header .util-wrap .util {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 1024px) {
	#tpl-header .util-wrap .main {
		display: none;
	}
}

#tpl-header .util-wrap .main li + li {
	margin-left: 2em;
}

#tpl-header .util-wrap .main li a {
	-webkit-transition: color .2s;
	transition: color .2s;
}

#tpl-header .util-wrap .main li a:hover {
	color: #009bbc;
}

#tpl-header .util-wrap .member {
	margin-left: 25px;
}

@media screen and (max-width: 1024px) {
	#tpl-header .util-wrap .member {
		margin-left: 0;
	}
}

#tpl-header .util-wrap .member li + li {
	margin-left: 10px;
}

@media screen and (max-width: 1024px) {
	#tpl-header .util-wrap .member li + li {
		margin-left: 0;
	}
}

#tpl-header .util-wrap .member li:nth-child(2) .label {
	color: #009bbc;
}

@media screen and (max-width: 1024px) {
	#tpl-header .util-wrap .member li:nth-child(1) .tpl-btn {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	#tpl-header .util-wrap .member li:nth-child(2) .tpl-btn {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	#tpl-header .util-wrap .member li .label {
		font-size: 12px;
	}
}

#tpl-header .util-wrap .member li a {
	-webkit-transition: opacity .2s, padding .2s;
	transition: opacity .2s, padding .2s;
}

#tpl-header .util-wrap .z-kai {
	margin-left: 40px;
	display: none;
	font-size: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

#tpl-header .util-wrap .z-kai:hover {
	opacity: .6;
}

@media screen and (min-width: 1025px) {
	#tpl-header .util-wrap .z-kai.is-active {
		display: block;
	}
}

#tpl-header .util-wrap .z-kai a {
	font-size: 0;
	display: block;
}

#tpl-header .util-wrap .login-btn {
	width: 40px;
	height: 40px;
	margin-left: 40px;
}

#tpl-header .util-wrap .login-btn a {
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 20px;
	border: 2px solid #fdd000;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

#tpl-header .util-wrap .login-btn a:hover {
	opacity: .6;
}

@media screen and (min-width: 1025px) {
	.is-size-s #tpl-header {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.is-size-s #tpl-header .logo {
		width: 100px;
		height: 48px;
	}
	.is-size-s #tpl-header .tpl-btn {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.is-size-s #tpl-header .login-menu {
		top: calc(100% - 2px);
	}
	.is-size-s #tpl-header .login-btn .is-open::after {
		bottom: -11px;
	}
	.is-home #tpl-header .login-menu {
		right: 168px;
	}
}

#tpl-header .login-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
}

#tpl-header .login-menu:before {
	content: '';
	display: block;
	float: right;
	margin-right: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #009bbc transparent;
}

@media screen and (max-width: 1200px) {
	#tpl-header .login-menu:before {
		margin-right: 32px;
	}
}

#tpl-header .login-menu a {
	color: #FFF;
	font-size: 15px;
	background: url(img/icon-triangle-white.svg) 0 50% no-repeat;
	background-size: 7px auto;
	padding-left: 20px;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

#tpl-header .login-menu a:hover {
	opacity: .6;
}

#tpl-header .login-menu ul {
	clear: both;
	padding: 40px;
	background-color: #009bbc;
}

#tpl-header .login-menu li + li {
	margin-top: 25px;
}

#tpl-header .login-menu a {
	white-space: nowrap;
}

#tpl-header .sp-nav-btn {
	display: none;
}

@media screen and (max-width: 1024px) {
	#tpl-header .sp-nav-btn {
		display: block;
		width: 25px;
		height: 17px;
		margin-left: 20px;
	}
	#tpl-header .sp-nav-btn a {
		display: block;
		height: 100%;
		position: relative;
	}
	#tpl-header .sp-nav-btn a span {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 3px;
		background-color: #009bbc;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	#tpl-header .sp-nav-btn a span:nth-child(2) {
		top: 8px;
	}
	#tpl-header .sp-nav-btn a span:nth-child(3) {
		top: 100%;
	}
	#tpl-header .sp-nav-btn.is-open a span:nth-child(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		        transform: translateY(7px) rotate(-45deg);
	}
	#tpl-header .sp-nav-btn.is-open a span:nth-child(2) {
		opacity: 0;
		display: none;
	}
	#tpl-header .sp-nav-btn.is-open a span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		        transform: translateY(-10px) rotate(45deg);
	}
}

#tpl-header .sp-nav {
	display: none;
}

@media screen and (max-width: 1024px) {
	#tpl-header .sp-nav {
		font-size: 1.4rem;
		background-color: #009bbc;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 100;
		width: 100%;
	}
	#tpl-header .sp-nav a {
		color: #FFF;
		font-size: 1.8rem;
		background: url(/assets/common/img/icon-triangle-white.svg) 10px 46% no-repeat;
		background-size: 7px auto;
		display: block;
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
	}
	#tpl-header .sp-nav a:hover {
		opacity: .6;
	}
	#tpl-header .sp-nav .global-link {
		padding: 50px 55px;
	}
	#tpl-header .sp-nav .global-link > li:not(:first-child) {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	#tpl-header .sp-nav .global-link a {
		padding: 20px 10px 20px 39px;
	}
	#tpl-header .sp-nav .global-link .mypage > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#tpl-header .sp-nav .mypage-link {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding: 10px 0;
	}
	#tpl-header .sp-nav .mypage-link a {
		padding: 5px 10px 5px 39px;
		padding-left: 39px;
		font-size: 1.5rem;
		font-weight: normal;
	}
}

/* #tpl-topicpath
-----------------------------*/
#tpl-topicpath {
	display: none;
}

@media screen and (min-width: 751px) {
	#tpl-topicpath {
		width: 100%;
	}
}

#tpl-topicpath ul {
	overflow: hidden;
	padding: 10px;
}

#tpl-topicpath li {
	display: inline-block;
}

/* #tpl-contents
-----------------------------*/
#tpl-contents {
	padding-bottom: 40px;
}

/* #tpl-pagetop
-----------------------------*/
#tpl-pagetop {
	text-align: right;
}

/* .tpl-footer-bnr
-----------------------------*/
.tpl-footer-bnr {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: url(/assets/common/img/footer-bnr.jpg) 50% 50% no-repeat;
	background-size: cover;
	height: 360px;
	display: none;
}

@media screen and (max-width: 750px) {
	.tpl-footer-bnr {
		background: url(/assets/common/img/footer-bnr-sp.jpg) 50% 50% no-repeat;
		background-size: cover;
		height: 180px;
	}
}

.tpl-footer-bnr.is-active {
	display: block;
}

.tpl-footer-bnr:before, .tpl-footer-bnr:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
}

@media screen and (max-width: 750px) {
	.tpl-footer-bnr:before, .tpl-footer-bnr:after {
		height: 60%;
	}
}

.tpl-footer-bnr:before {
	left: 0;
	background: url(/assets/common/img/footer-bnr-left.svg) 0 50% no-repeat;
	background-size: contain;
}

.tpl-footer-bnr:after {
	right: 0;
	background: url(/assets/common/img/footer-bnr-right.svg) 100% 50% no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.tpl-footer-bnr:after {
		top: auto;
		bottom: 0;
	}
}

.tpl-footer-bnr .bnr {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.tpl-footer-bnr .bnr .label {
		width: 70%;
		margin: auto;
	}
}

/* #tpl-footer
-----------------------------*/
#tpl-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.menu-open #tpl-footer {
	position: static;
}

#tpl-footer .footer--main {
	background-color: #009cbd;
	line-height: 1;
}

#tpl-footer .footer--main .tpl-inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 67px;
	padding-bottom: 78px;
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer--main .tpl-inner-wrap {
		display: block;
		text-align: center;
		padding-top: 25px;
		padding-bottom: 35px;
	}
}

#tpl-footer .footer--main .tpl-inner-wrap.simple {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

#tpl-footer .footer--main a {
	color: #FFF;
	text-decoration: none;
}

#tpl-footer .footer--main a:hover {
	text-decoration: underline;
}

#tpl-footer .footer--main .foot-logo {
	width: 200px;
	height: 120px;
	font-size: 0;
	background: url(../img/footer-yellz-logo.svg) 0 0 no-repeat;
	background-size: 100%;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

#tpl-footer .footer--main .foot-logo:hover {
	opacity: .6;
}

#tpl-footer .footer--main .foot-logo.no-link:hover {
	opacity: 1;
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer--main .foot-logo {
		width: 142px;
		height: 84px;
		max-width: 142px;
		margin: auto;
		margin-bottom: 45px;
	}
}

#tpl-footer .footer--main .foot-logo a {
	display: block;
	height: 100%;
	font-size: 0;
}

#tpl-footer .footer--main .top-link,
#tpl-footer .footer--main .bottom-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#tpl-footer .footer--main .top-link {
	margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer--main .top-link {
		display: block;
		margin-bottom: 30px;
	}
}

#tpl-footer .footer--main .top-link a {
	font-size: 1.7rem;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer--main .top-link a {
		font-size: 1.5rem;
	}
}

#tpl-footer .footer--main .top-link li + li {
	margin-left: 2em;
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer--main .top-link li + li {
		margin-left: 0;
		margin-top: 1.5em;
	}
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer--main .bottom-link {
		display: block;
	}
}

#tpl-footer .footer--main .bottom-link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer--main .bottom-link ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

#tpl-footer .footer--main .bottom-link ul + ul {
	margin-left: 2em;
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer--main .bottom-link ul + ul {
		margin-left: 0;
		margin-top: 1.3em;
	}
}

#tpl-footer .footer--main .bottom-link a {
	font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer--main .bottom-link a {
		font-size: 1.2rem;
	}
}

#tpl-footer .footer--main .bottom-link li + li {
	margin-left: 2em;
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer--main .bottom-link li:nth-child(3n) {
		margin-left: 0;
	}
}

#tpl-footer .footer--main .copyright {
	color: #FFF;
	font-size: 1.3rem;
	text-align: right;
	margin-top: 40px;
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer--main .copyright {
		text-align: center;
		font-size: 1.0rem;
		line-height: 1.5;
	}
}

#tpl-footer .footer--z-kai {
	display: none;
	padding: 60px 0;
	text-align: right;
	background-color: #1e3186;
}

#tpl-footer .footer--z-kai.is-active {
	display: block;
}

#tpl-footer .footer--z-kai a {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

#tpl-footer .footer--z-kai a:hover {
	opacity: .6;
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer--z-kai {
		text-align: center;
		padding: 44px 0;
	}
	#tpl-footer .footer--z-kai img {
		max-width: 100%;
	}
}
