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

/*-----------------------------------
リセット
-----------------------------------*/
*{ margin: 0;padding: 0;}
a { text-decoration : none;}
ul, ol { list-style : none;}
img { vertical-align : middle;border-style:none;}

/*-----------------------------------
基本設定
-----------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
    color:#333;
	background-color:#FFF;
	text-align:center;
	font-size:14px;
}
#wrap a { 
	opacity: 1;
	transition: 0.4s;
}
#wrap a:hover { 
	opacity: 0.7;
	transition: 0.4s;
}
@media screen and (max-width: 700px) {
#wrap a:hover { 
	opacity: 1;
	transition: 0.4s;
}
}

.nolink:hover {
	opacity: 1!important;
	cursor: default
}

@media screen and (min-width: 701px) {
.sp {display: none}
}
@media screen and (max-width: 700px) {
.pc {display: none}
}

#flg1,#flg2,#flg3,#flg4 {
	padding-top: 40px;
    margin-top: -40px;
}

/*-----------------------------------
Contents
-----------------------------------*/
#wrap {
	text-align:center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 8%;
}
@media screen and (min-width: 1201px) {
#wrap {
	padding-top: 95px;
}	
}
#wrap img {
	width:100%;
}

.usr_head {
	width: 100%;
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #FFF;
}
.usr_head .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;

	box-sizing: border-box;
	z-index: 2;
}
.usr_head img {
    width: auto!important;
	max-width: 100%;
	max-height: 120px;
}

/*-----------------------------------
Footer
-----------------------------------*/
#copyright {
	font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
	text-align:center;
	font-size:10px;
	letter-spacing:0.08em;
	font-weight: 500;
	width:100%;
	color:#666;
	padding: 50px 0;
}
</pre></body></html>