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

/*--------------------------- 初期設定 ---------------------------*/
html {
	overflow-y: scroll;
}
body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea, header, footer, nav, figure, figcaption {
	margin: 0;
	padding: 0;
	zoom: 1;
}
header, footer, main, nav, article, aside, section {
	display: block;
}
ul, ol {
	list-style-type: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: middle;
}
hr {
	display: none;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
}
a {
	outline: none;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media all and (-ms-high-contrast: none){
	select::-ms-expand {
	  display: none;
	}
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear-both {
	clear: both;
}
/* For IE 6/7 */
.clearfix {
    zoom: 1;
}

/* 線
-------------------------------------------------------------------*/
.border-none {
	border: none !important;
}

/* 画像関連
-------------------------------------------------------------------*/
.img-change {
	font-style: normal;
	font-weight: normal;
	font-size: 1px;
	text-indent: -9999px;
	line-height: 0.1px;
	margin: 0;
	padding: 0;
}
.img-responsive img{
	max-width: 100%;
	width: auto;
	height: auto; 
}
.img-fit img{
	width: 100%;
	height: auto;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .img-responsive img{
		width: 100%;
		height: auto;
	}
}

/* margin/padding
-------------------------------------------------------------------*/
.m-0  { margin: 0 !important;}
.mt-0 { margin-top: 0 !important;}
.mr-0 { margin-right: 0 !important;}
.mb-0 { margin-bottom: 0 !important;}
.ml-0 { margin-left: 0 !important;}
.p-0  { padding: 0 !important;}
.pt-0 { padding-top: 0 !important;}
.pr-0 { padding-right: 0 !important;}
.pb-0 { padding-bottom: 0 !important;}
.pl-0 { padding-left: 0 !important;}
.mx-auto { margin: inherit auto !important;}
.mb-1em { margin-bottom: 1em !important;}
.mb-2em { margin-bottom: 2em !important;}
.mb-3em { margin-bottom: 3em !important;}

/* 非表示
-------------------------------------------------------------------*/
.disNone {
	display: none !important;
}

/* フォント関連
-------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	color: #000;
	line-height: 1.6;
}
* {
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

.fw-b    { font-weight: bold !important;}
.fc-red  { color: #aa3a3a !important;}
.fc-gold { color: #c1ae34 !important;}

/* text-align */
.txt-l  { text-align: left !important;}
.txt-c  { text-align: center !important;}
.txt-r  { text-align: right !important;}

/* vertical-align */
.v-t { vertical-align: top !important;}
.v-m { vertical-align: middle !important;}
.v-b { vertical-align: bottom !important;}

/* justify-content */
.justify-content-start  { justify-content: flex-start !important;}
.justify-content-center { justify-content: center !important;}
.justify-content-end    { justify-content: flex-end !important;}

/* align-items */
.align-items-start  { align-items: flex-start !important;}
.align-items-center { align-items: center !important;}
.align-items-end    { align-items: flex-end !important;}

/* リンク */
a         { color: #000; text-decoration: none;}
a:link    { color: #000; text-decoration: none;}
a:active  { color: #000; text-decoration: none;}
a:visited { color: #000; text-decoration: none;}
a:hover   { color: #000; text-decoration: none;}
/*--------------------------- 初期設定end ---------------------------*/
</pre></body></html>