@charset "UTF-8";
/* CSS Document */
/********************************************** 
	
フッター上段

********************************************* */
#footer__top {
	border-top: 1px solid var(--gray2);
}
#footer__top table.table_address:first-child {
	margin-bottom: 1.5em;
}
#footer__top table.table_address th {
	white-space: nowrap;
	font-size: 1.1em;
	padding-right: 2rem;
	border-right: 3px solid var(--gray);
	width: 132px;
}
#footer__top table.table_address td {
	padding-left: 2rem;
}
#footer__top .sns_links {
	height: 100%;
}
#footer__top .sns_links a {
	display: inline-block;
	padding: .65rem;
}
#footer__top .sns_links a:hover {
	opacity: .7;
}
#footer__top .footer_ec_banner {
	margin-top: 1em;
	margin-bottom: 0;
}
#footer__top .footer_ec_banner a:hover {
	opacity: .7;
}

/********************************************** 
	
フッター下段（ナビゲーション）

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

#footer__bottom {
	position: relative;
	background: var(--blue1);
	padding-top: 80px;
	padding-bottom: 20px;
}
ul.footer__nav {
}
ul.footer__nav > li {
	margin-bottom: 1.25em;
}
ul.footer__nav li a {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.35;
	display: inline-block;
	position: relative;
}
ul.footer__nav > li > a {
	font-size: 1.5rem;
	white-space: nowrap;
	margin-left: .5em;
}
ul.footer__nav > li::before {
	font-family: 'Material Icons';
	content: '\e5c8';
	font-size: 1.6rem;
	color: #fff;
	vertical-align: -2px;
}
ul.footer__nav li a:hover {
	opacity: .7;
}
ul.footer__nav li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -2px;
	-webkit-transition: .2s cubic-bezier(.35,.03,.52,1) .1s;
    transition: .2s cubic-bezier(.35,.03,.52,1) .1s;
    transform: scale(0, 1);
    transform-origin: left top;
    opacity: .6;
}
ul.footer__nav li a:hover::after {
	transform: scale(1, 1);
}
ul.footer__nav > li > ul li {
	padding-left: 1.5em;
}
ul.footer__nav > li > ul {
	margin: 1em 0;
}
ul.footer__nav > li > ul li a {
	opacity: .5;
}
.copyright {
	background: var(--blue1);
	position: relative;
	z-index: +3;
	border-top: 1px solid rgba(255,255,255,.2);
	color: #fff;
}
#footer .copyright .container {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.copyright a.text-link {
	color: #fff;
	font-size: 1.4rem;
}
.copyright a.text-link::before {
	background: #fff; 
}
.copyright .copyright__txt {
	display: block;
	text-align: right;
	opacity: .5;
	font-size: 1.2rem;
}
#footer .recaptcha_txt {
	color: #fff;
	font-size: 1.2rem;
	margin-top: 3rem;
	opacity: .5;
}
#footer .recaptcha_txt a {
	color: inherit;
}
#footer .recaptcha_txt a:hover {
	opacity: .7;
}

/********************************************** 
	
トップへ戻るボタン）

********************************************* */
a.topBtn {
	position:fixed; /*固定*/
	bottom:20px; /*場所を右下に移動*/
	right:20px; /*場所を右下に移動*/
	display:block; /*aタグをblock要素に変更*/
	background: var(--blue1) url(../images/common/arrow_white_v.png) center center/15px no-repeat;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	width:60px;
	height:60px;
	text-align:center;
	line-height:22px;
	border-radius:30px;
	padding-top:30px;
	box-sizing:border-box;
	transition: step-start;
	z-index: 999;
	transition: all .25s ease-out;
}
a.topBtn:hover {
	background: var(--blue2) url(../images/common/arrow_white_v.png) center center/15px no-repeat;
}

/********************************************** 
	
固定バナー

********************************************* */
#following-banner {
    position: fixed;
    bottom: 150px;
    left: 0px;
    width: 50px;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateX(-60px);
}
#following-banner.isfixed {
	transform: translateX(0);
}
#following-banner p {
    margin: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
#following-banner a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    padding: 0;
    text-align: center;
    color: #fff;
    padding: 1.2em .5em;
    background: var(--blue1);
    font-weight: 700;
    font-size: 1.7rem;
}
#following-banner a:hover {
	background: var(--blue2);
}
#following-banner a span.material-icons {
	font-size: 2.2rem;
	transform: rotate(-90deg);
	margin-bottom: .25em;
}


@media (max-width: 991px) {
/********************************************** 
	
フッター上段

********************************************* */
	#footer__top .footer_logo {
		margin-bottom: 2rem;
	}
	#footer__top .sns_links {
		margin-top: 2rem;
	}
}

@media (max-width: 767px) {
/********************************************** 
	
フッター上段

********************************************* */
	#footer__top table.table_address:first-child {
		margin-bottom: 1em;
	}
	#footer__top table.table_address th {
		display: block;
		width: 100%;
		padding: 0;
		border-right: none;
	}
	#footer__top table.table_address td {
		display: block;
		width: 100%;
		padding: 0;
	}
	#footer__top .sns_links {
        margin-top: 1rem;
    }
    #footer__top .footer_ec_banner {
		margin-bottom: 1em;
	}
/********************************************** 
	
フッター下段（ナビゲーション）

********************************************* */
	#footer__bottom {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	ul.footer__nav li a {
	    font-size: 1.2rem;
	}
	ul.footer__nav > li {
	    margin-bottom: 1em;
	}
	ul.footer__nav > li > a {
	    font-size: 1.3rem;
	}
	ul.footer__nav > li::before {
	    font-size: 1.4rem;
	}
	ul.footer__nav > li > ul {
	    margin: .5em 0 1em;
	}
	#footer .copyright .container {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.copyright a.text-link {
		font-size: 1.2rem;
		margin-bottom: .5em;
	}
	.copyright .copyright__txt {
		text-align: left;
		font-size: 1rem;
	}

/********************************************** 
	
トップへ戻るボタン）

********************************************* */		
	a.topBtn {
		bottom:20px;
		right:10px;
		width:30px;
		height:30px;
		padding-top:0;
		background-size: 10px;
		margin-bottom: -10px;
	}
	a.topBtn.is-fixed {
		margin-bottom: 15px;
	}
/********************************************** 
	
固定バナー

********************************************* */
	#following-banner {
	    display: none;
	}
}
@media (max-width: 576px) {
	#footer__top .footer_ec_banner img {
		width: 100%;
	}
}