<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------------------------蜈ｱ騾咾SS---------------------------------------------------------------------------------------------------------------------------------------------*/
.content_div {
    max-width: 1180px;
    margin: 0 auto;
}
.co_padding {
	padding-left: 15px;
	padding-right: 15px;
}
body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
html,body {
    color: #000;
}
div {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
	line-height: 1.5;
	font-weight: 600;
}
h1 {
    margin: 0;
    font-size: 30px;
}
h2 {
    margin: 0;
    font-size: 25px;
}
h3 {
    margin: 0;
    font-size: 22px;
}
h4 {
	margin: 0;
    font-size: 20px;
}
h5 {
	margin: 0;
    font-size: 18px;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 0;
    margin: 0;
}
a {
	color: #000;
}
img {
    width: 100%;
    height: auto;
}
hr {
    height: 0;
    margin: 0;
    padding: 0;
}
/*WEB繝輔か繝ｳ繝�*/
.Noto-Sans-JP {font-family: 'Noto Sans JP', sans-serif;}
.Noto-Serif-JP {font-family: 'Noto Serif JP', serif;}

/*濶ｲ螟画峩*/

/*flex*/
.wflexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flexbox_center {
	justify-content: center!important;
	align-items: center;
}
/*繝ｬ繧ｹ繝昴Φ繧ｷ繝釦able*/
.re_table, .re_table tbody,	.re_table thead, .re_table tr, .re_table th, .re_table td {
	width: 100%;
	table-layout: fixed;
	box-sizing: border-box;
	display: block;
}
.re_table {
	table-layout: fixed!important;
	border-collapse: collapse;
}
/*div蜈ｨ菴薙Μ繝ｳ繧ｯ*/
.divall_a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
/*absolute縺ｮ菴咲ｽｮ*/
.absolute_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.absolute_tate {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.absolute_yoko {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/*FontAwesome 遏｢蜊ｰ*/
.arrow_right::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: 0.2s;
}
.arrow_right:hover::after {
	right: 10px;
}
.arrow_left::after {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: 0.2s;
}
.arrow_left:hover::after {
	left: 10px;
}
.arrow_bottom::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: 0.2s;
}
.arrow_bottom:hover::after {
	top: 60%;
}
/*髱定牡荳狗ｷ壽枚蟄励Μ繝ｳ繧ｯ*/
.co_mojilink {
	color: #0074F5;
	text-decoration: underline;
}
/*PC,SP蛻�ｊ譖ｿ縺�*/
.sphide {display: none;}

/*PC縺�縺第隼陦�*/
.br-pc {display: none;}

/*濶ｲ繧定｢ｫ縺帙ｋ overlay*/
.overlay {
	position: relative;
	z-index: 1;
}
.overlay::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}


/*蜈ｱ騾喞ss繝ｬ繧ｹ繝昴Φ繧ｷ繝�*/
/*--------繧ｿ繝悶Ξ繝�ヨ--------*/
@media screen and (min-width: 768px) {
    .br-sp {
        display: none;
    }
    .br-pc {display: inline;}
    .flexbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .re_table tr {
		display: table-cell;
		width: auto;
	}
	.re_table, .re_table tr {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
    .re_table th {
		display: table-cell;
		width: auto;
	}
	.re_table td {
		display: table-cell;
		width: auto;
	}
	.pchide {display: none;}
	.sphide {display: block;}
}
/*--------PC--------*/
@media screen and (min-width: 1180px) {
	.co_padding {
		padding-left: 0;
		padding-right: 0;
	}
}



</pre></body></html>