<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.l-container-main {
    padding: 0 20px 160px;
}

.header{
    padding: 20px 0;
    text-align: center;
    line-height: 1;
}
.header a{
	display: inline-block;
}

.header a svg {
    width: 42px;
    height: 26px;
    fill: #000;
}

@media only screen and (max-width: 768px) {
	footer{
		padding: 15px 0;
	}
}

 @media only screen and (min-width: 769px) {
	footer {
		padding: 40px 0;
	}
}

footer {
    background-color: black;
    border-top: inherit;
}

footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.rower-ttl {
  border-bottom: #e6e6e6 1px solid;
  font-size: 20px;
  font-weight: normal;
  margin-bottom:20px;
  padding-bottom:12px;
}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.btn-area {
	text-align: center;
	margin-top:30px;
}
.btn-area li { display: inline-block; vertical-align: top; margin: 0 10px 20px; }

h1.en {
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 4px;
    margin-bottom: 40px;
}</pre></body></html>