<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 202006 add ------------------------------------------ */

/* top banner ------------------------------------------------------------*/
.topBanner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
	line-height: 0;
}
.topBanner p{
	margin-left: auto;
	margin-right: auto;
}
.topBanner p a{
	display: block;
	line-height: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.topBanner img{
	width: 100%;
	max-width: 1200px;
}

/*   ------------------------------------------------------------*/

.modal-content {
	width: 100% ;
	height: 100%;
	margin: 0 ;
	padding: 0 ;
	background: rgba( 255,255,255, 0.8 ) ;
	position: fixed ;
	display: none ;
	z-index: 956 ;
}

#modal-overlay {
	z-index: 905 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: transparent ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}

.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

.inner {
	padding: 0 30px;
}

/* / modal */

@keyframes show{
		from{
				opacity: 0;
		}
		to{
				opacity: 1;
		}
}


@media (min-width: 1000px){

	/* 追加フッター */
	.footer_info{
		background-color: #e0e0e0;
		padding: 20px;
		margin-top: 20px;
	}
	.brand_logo_foot {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_info .l-flex{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.footer_info .l-flex__box{
		flex: 1 1 auto;
		width: 25%;
	}
	.footer_info .cm__cont {
		padding: 10px;
	}

	.footer_info .cm__tit {

	  width:100%;
	  display:block;
	}

	.footer_info .cm__titsub {
	  cursor: pointer;
	  float:none;
	  width:100%;
	}
	.footer_info .c-menu .u-fl{
		float: left;
		width: 20%;
	}
	.c-menu {
		max-width: 1000px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.cm__tit{
		font-weight: bold;
		font-size: 12px;
	}
	.footer_info .cm__none{
		font-weight: bold;
		font-size: 12px;
	}
	.cm__cont {
		font-size: 11px;
	}
	.cm__titsub a {
		display: inline-block;
		padding: 8px 0;
	}
	.footer_copyright {
		text-align: center;
		margin-top: 30px;
	}
	.footer_copyright span{
		font-family: vertical,times;
	}

	.c-modal-close {
		position: absolute;
		top:30%;
		right:15%;
	}
}


@media (max-width: 999px){

	/* 追加フッター */
	.footer_info{
		background-color: #e0e0e0;
		padding: 0px;
		box-sizing: border-box;
		padding-bottom: 30px;
	}
	.footer_ingo *{
		box-sizing: border-box;
	}
	.brand_logo_foot {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_info .l-flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer_info .l-flex__box{
		flex: 1 1 auto;
		width: 50%;
		border-top: 1px solid #666;
}
	.footer_info .l-flex__box:nth-child(2n+1){
		border-right: 1px solid #666;
	}
	.c-menu {
		margin-bottom: 20px;
		border-bottom: 1px solid #666;
	}

	.cm__cont {
		display: none;
		padding: 0 10px 10px;
	}
	.cm__cont.is-close{
		/* display: none; */
		height: 0;
		animation: show 1s linear 0s;
}
	.cm__cont.is-open{
		display: block;
		height: auto;
		padding-left: 26px;
		animation: show 1s linear 0s;
	}
	.cm__tit {
		font-size: 10px;
	  cursor: pointer;
	  width:100%;
	  display:block;
		padding: 10px;
		padding-left: 26px;
		background-image: url(../images/footer_ar.png);
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 10px auto;
	}
	.cm__none{
	  font-size: 10px;
	  cursor: pointer;
	  width:100%;
	  display:block;
	  padding: 10px;
	  padding-left: 26px;
	}
	.cm__tit.is-on{
		background-image: url(../images/footer_ard.png);
	}
	.cm__titsub {
		font-size: 10px;
	  cursor: pointer;
	  float:none;
	  width:100%;
	}
	.c-menu .u-fl{
		width: 50%;
	}
	.footer_copyright{
		font-size: 12px;
		margin-top: 20px;
		text-align: center;
	}
	.footer_copyright span{
		font-family: vertical,times;
	}

	.c-modal-close {
		position: absolute;
		top:20%;
		right:10%;
	}
}
</pre></body></html>