<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	line-height: 1;
	word-break: break-word;
}
main,article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #1D1D1D;
	text-decoration: none;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
ins {
	background-color: #ff9;
	color: #1D1D1D;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #1D1D1D;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	font-size: 15px;
	height: 100%;
	line-height: 160%;
	color: #1D1D1D;
	letter-spacing: 0.5px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="number"],
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
}
select::-ms-expand {
	display: none;
}
select {
	background: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin-top: -1px;
	cursor: pointer;
}
input[type="submit"],
button {
	cursor: pointer;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
input[type="submit"]:hover,
button:hover {
	opacity: 0.50;
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
label {
	cursor: pointer;
}
img {
	vertical-align: bottom;
}
h1 {
	line-height: 140%;
	color: #1D1D1D;
}
h2 {
	font-size: 34px;
	line-height: 120%;
	color: #1D1D1D;
}
h3 {
	font-size: 24px;
	line-height: 140%;
	color: #1D1D1D;
	margin-bottom: 40px;
}
h4 {
	font-size: 18px;
	color: #1D1D1D;
	line-height: 140%;
}
h5 {
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 15px;
	color: #1D1D1D;
}
.eng {
	font-size: 20px;
	color: #1D1D1D;
	margin-bottom: 8px;
	line-height: 100%;
	font-family: 'Roboto', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
}
/* [other]
--------------------------------------------------------------------------*/
a[href^="tel:"] {
	pointer-events: none;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 100%;
	border: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 44px;
	padding: 0 10px;
	font-size: 16px;
	height: 48px;
} 
textarea {
	width: 100%;
	height: 180px;
	border: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px;
}
input[type="submit"] {
	font-size: 18px;
	background: #1D1D1D;
	color: #fff;
	width: 360px;
	height: 72px;
	border-radius: 36px;
	line-height: 72px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 15px;
	margin: 0 auto;
	font-weight: bold;
}
.f-fixd-wrap {
	display: none;
}
.back_top a {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 30px;
	bottom: 20px;
	z-index: 20;
}
.back_top a img {
	width: 100%;
	height: auto;
}
.fixd-btn-wrap {
	display: none;
	position: fixed;
	background: #fff;
	width: 100%;
	height: 84px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	z-index: 50;
	padding: 20px 0;
}
.fixd-btn-wrap .flx-wrap {
	justify-content: center;
}
.fixd-btn-wrap a {
	width: 360px;
	height: 44px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 22px;
	text-align: center;
	line-height: 100%;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.fixd-btn-wrap a.online {
	background: #1D1D1D;
	margin-right: 10px;
}
.fixd-btn-wrap a.line {
	background: #00B900;
}
/* [footer]
--------------------------------------------------------------------------*/
footer {
	width: 100%;
	background: #1D1D1D;
}
.f-wrap {
	padding: 100px 20px;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.f-logo {
	width: 172px;
	height: auto;
	margin: 0 auto 30px;
}
.f-logo img {
	width: 100%;
	height: auto;
}
.f-company {
	text-align: center;
	font-size: 14px;
	line-height: 140%;
	color: #fff;
	margin-bottom: 40px;
}
.f-link {
	text-align: center;
	color: #fff;
	margin-bottom: 35px;
}
.f-link a {
	color: #fff;
	text-decoration: none;
}
a.f-btn {
	display: block;
	width: 280px;
	height: 60px;
	font-size: 14px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	color: #1D1D1D;
	margin: 0 auto 40px;
}
.f-sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 110px;
	height: auto;
	margin: 0 auto 45px;
}
.f-sns li {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.f-sns li:last-child {
	margin-right: 0;
}
.f-sns li ig {
	width: 100%;
	height: auto;
}
.copyright {
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.f-regulation-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.f-regulation-li li {
	margin: 0 10px;
	color: #fff;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
}
.f-regulation-li li a {
	color: #fff;
	font-size: 12px;
}

/* [パンくず/ページナビ]
--------------------------------------------------------------------------*/
#breadcrumbs {
	width: 100%;
	background: #fff;
}
#breadcrumbs p {
	width: 100%;
	margin: 0 auto;
	font-size: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
	color: #999;
	max-width: 1240px;
	padding: 20px 20px;
	line-height: 120%;
}
#breadcrumbs span,
#breadcrumbs a {
	line-height: 120%;
}
#breadcrumbs a {
	color: #1D1D1D;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #ccc;
	opacity: 1;
}
.wp-pagenavi {
	padding-top: 40px;
	font-weight: bold;
	font-size: 13px;
}
.wp-pagenavi .current,
.wp-pagenavi .pages {
	padding: 11px 18px;
	color: #1D1D1D;
	background: #F8F8F8;
	border: 1px solid #F8F8F8;
	border-radius: 8px;
	margin-right: 10px;
	display: inline-block;
}
.wp-pagenavi .inactive {
	padding: 11px 18px;
	border: 1px solid #1D1D1D;
	border-radius: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #1D1D1D;
	transition: 0.8s;
	display: inline-block;
}
.wp-pagenavi .inactive:hover {
	color: #1D1D1D;
	transition: 0.8s;
	opacity: 1;
}
.wp-pagenavi a {
	padding: 0 20px 0 10px;
	color: #1D1D1D;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi a.page.smaller,
.wp-pagenavi a.page.larger {
	padding: 11px 18px;
	border: 1px solid #1D1D1D;
	border-radius: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #1D1D1D;
	transition: 0.8s;
	display: inline-block;
}
.wp-pagenavi span.extend {
	color: #1D1D1D;
	padding: 10px;
}
.wp-caption {
	width: 100%!important;
}
.wp-caption-text {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	line-height: 140%;
}

.hidden_area{
	display: none;
}
/* [00.MEDIA QUERIES]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 740px) {
	.back_top a {
		bottom: 30px;
		opacity: 1;
	}
	#breadcrumbs {
		padding: 0 30px;
	}
	#breadcrumbs p {
		padding: 20px 0;
		overflow: scroll;
		white-space: nowrap;
	}
	input[type="submit"] {
		width: 100%;
	}
	.f-wrap {
		padding: 100px 30px;
		width: 100%;
	}
	.f-link {
		line-height: 240%;
	}
	.f-regulation-li li {
		margin: 0 10px 10px;
	}
}
</pre></body></html>