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

/* Reset */
html {}

* { margin: 0px; padding: 0px;}

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;}

body { background: #FFF; color: #333;}


h1,h2,h3,h4,h5,h6 {
	/*font-weight:normal; font-style:normal;*/
}

h1{
	font-size: 10px;
	line-height: 14px;
	color: #7F7F7F;
	margin: 0;
	padding: 0;
/*text-align: right;*/ }

table { margin: 0px; padding: 0px; }

li { list-style-type: none; }

img {
	max-width: 100%;
	width: auto;
	height: auto;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom; }

hr {
   clear: both;
   border: solid #FFF;
   border-width: 1px 0 0 0;
   height: 1px;/* for IE6 */ }

.clear { clear: both; }

.fixed {
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    z-index: 999; }

/* Clearfix*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden; }
.clearfix {
	min-height: 1px; }
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/ }

a[href^="tel:"] { cursor: default; }

@media only screen and (max-width: 1560px) {
	img {
		max-width: 100%;
		height: auto;
	}
}

	.tb {
		display: none;
	}
	.sp {
		display: none;
	}
@media only screen and (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.tb {
		display: none;
	}
}

/* Link */
a {
	color:#C9CACA;
	text-decoration:none;}
a:link {
	color:#C9CACA;
	text-decoration:none;}
a:visited {
	text-decoration:none;}
a:hover {
	text-decoration:underline;}
a:active {
	text-decoration:none;}

/* Font Size */
.f9 {font-size: 9px; line-height: 11px; color: #333;}
.f10 {font-size: 10px; line-height: 14px; color: #333;}
.f11 {font-size: 11px; line-height: 15px; color: #333;}
.f12 {font-size: 12px; line-height: 16px; color: #333;}
.f13 {font-size: 13px; line-height: 17px; color: #333;}
.f14 {font-size: 14px; line-height: 18px; color: #333;}
.f16 {font-size: 16px; line-height: 20px; color: #333;}
.f18 {font-size: 18px; line-height: 22px; color: #333;}

.f12_l18 {font-size: 12px; line-height: 18px; color: #333;}
.f12_l20 {font-size: 12px; line-height: 20px; color: #333;}

.f10_g {font-size: 10px; line-height: 14px; color: #9FA0A0;}


/* Layout */

#container{
	width: 100%; }

#contentsArea {
	position: relative;
	/*padding-top: 70px;*/
	margin-bottom: 123px; }

#mainContent {
	padding: 0 0 0 0; }

.section {
	width: 1000px;
	margin-left: auto;
	margin-right: auto; }


@media only screen and (max-width:1000px) {

#contentsArea {
	position: static; }

#mainContent {
	padding: 0 0 0 0; }

.section {
	width: 96%;
	margin-left: auto;
	margin-right: auto; }

}

@media screen and (max-width: 768px) {

#mainContent {
	padding: 0 0 0 0; }

#contentsArea {
	position: relative;
/*padding-top: 12%;*/ }

.section {
	width: 96%;
	margin-left: auto;
	margin-right: auto; }

}



/* Header */
#gHeaderArea {
	position: fixed;
	top: 0;
	background: #FFF;
	left: 0;
	width: 100%;
	z-index: 9999; }
#gHeader {
	position: relative;
	width: 1000px;
	height: 70px;
	margin-left: auto;
	margin-right: auto; }
.siteTitle {
	position: absolute;
	top: 20px;
	left: 0; }
.siteTitle_side{
	width: 150px;
	margin: 0 0 5px 20px;
}
.siteTitle a:first-child,
#LeftArea div a{
	width: 66px;
	display: inline-block;
}
#hNav {
	position: absolute;
	top: 10px;
	right: 0; }
#hNav li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 23px; }
#hNav li:last-child {
	border-left: none;
	padding: 0; }


@media only screen and (max-width: 1000px) {
#gHeader {
	position: relative;
	width: 98%;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	z-index: 999; }
}
@media only screen and (max-width: 820px) {

}

@media only screen and (max-width:768px) {
#gHeaderArea {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999; }
#gHeader {
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto; }
.siteTitle {
	position: relative;
	float: left;
	padding-top: 3% ;
	padding-left: 2% ;
	top: 0;
	left: 0; }
#hNav {
	position: relative;
	float: right;
	max-width: 350px;
	width: 68%;
	text-align: right;
	top: 0;
	right: 0; }
#hNav li {
	display: inline-block;
	vertical-align: middle;
	 }
#hNav li:last-child {
	border-left: none;
	padding: 0; }
#hNav li.btn1 {
	width: 10%;
	text-align: right;
	padding: 0 3%; }
#hNav li.btn2 {
	width: 30%;
	text-align: right;
	padding: 0 3%; }
#hNav li.btn3 {
	width: 40%;
	padding: 0; }
}

@media only screen and (max-width:520px) {
.siteTitle {
	position: relative;
	float: left;
	/*width: 30%;*/
	padding-top: 5% ;
	padding-left: 2% ;
	top: 0;
	left: 0; }
}


.fList li { float: left; }
.fList li img { vertical-align: top; }




/* Footer */

#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999; }

#footerArea {
	position: relative;
	width: 100%;
	border-top: 1px #000 solid; }
#footerArea #f_con {
	width: 1000px;
	margin-left: auto;
	margin-right: auto; }
#footerArea #LeftArea {
	float: left; }
#footerArea #RightArea {
	float: right;
	padding: 15px 0; }
#footerArea #RightArea .copylight {
	font-size: 10px;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
	max-height: 100%;
	color: #666; }


@media screen and (max-width: 1000px) {

#footerArea {
	position: relative;
	width: 100%;
	padding: 15px 0;
	border-top: 1px #000 solid; }
#footerArea #f_con {
	width: 96%;
	margin-left: auto;
	margin-right: auto; }
#footerArea #LeftArea {
	float: left; }
#footerArea #RightArea {
	float: right; }
#footerArea #RightArea .copylight {
	font-size: 10px;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
	max-height: 100%;
	color: #666; }

}

@media screen and (max-width: 768px) {

#footerArea {
	position: relative;
	width: 100%;
	padding: 15px 0;
	border-top: 1px #000 solid; }
#footerArea #f_con {
	width: 96%;
	margin-left: auto;
	margin-right: auto; }
#footerArea #LeftArea {
	float: none;
	text-align: center;
	margin: 0 auto 10px; }
#footerArea #RightArea {
	float: none;
	text-align: center;
	margin: 0 auto; }
#footerArea #RightArea .copylight {
	font-size: 10px;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
	text-align: center;
	max-height: 100%;
	color: #666; }

}

a:hover{
opacity: 0.5;
transition: all  0.5s ease;}



/* ---------------------index.html--------------------- */
#p_ttlArea {
	position: relative;
	width: 100%;
	height: 140px;
	margin-bottom: 20px;
	background:url(../images/main_bg_pc.jpg) no-repeat center;
	background-size: cover;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;}
#p_ttlArea .p_ttl {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	text-align: left; }

.copy {
	padding-bottom: 80px;
	margin: 80px auto 0px;
	text-align: center; }

#btnArea {
	width: 1000px;
	margin: 0 auto 80px;
	font-size: 0;
	text-align:center;}
#btnArea li {
	display: inline-block;
	margin: 0 15px 0 0;}
#btnArea li:last-child {
	margin: 0;}
.btnArea {
	width: 100%;
	text-align:center;
	padding: 0; }

@media only screen and (max-width: 1000px) {
#p_ttlArea {
	position: relative;
	width: 100%;
	height: 140px;
	margin-bottom: 20px;
	background:url(../images/main_bg_pc.jpg) no-repeat center;
	background-size: cover;}
#p_ttlArea .p_ttl {
	width: 96%;
	margin: 0 auto;
	text-align: left; }

#btnArea {
	width: 96%;
	margin: 0 auto 15%;
	text-align:center;}
#btnArea li {
	display: inline-block;
	margin: 1% ;}
#btnArea li:last-child {
	margin: 1%;}
}

@media only screen and (max-width: 768px) {
#p_ttlArea {
	position: relative;
	width: 100%;
	height: 100px;
	margin-bottom: 5%;
	background:url(../images/main_bg_sp.jpg) no-repeat center;
	background-size: cover;
	background-position: 85%;}
#p_ttlArea .p_ttl {
	width: 94%;
	margin: 0 auto;
	text-align: left; }
#p_ttlArea .p_ttl img{
	max-width: 30%;
	width: auto; }

.copy {
	width: 94%;
	padding-bottom: 15%;
	margin: 0 auto;
	text-align: center; }

#btnArea {
	width: 94%;
	margin: 0 auto 15%;
	text-align:center;}
}

@media only screen and (max-width: 480px) {
#btnArea li {
	width: 48%;
	display: inline-block;
	margin: 1% ;}
#btnArea li:last-child {
	margin: 1%;}
#btnArea li img {
	width: 100%;}
}
</pre></body></html>