<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 {
	font-family: Osaka, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'MS PGothic', arial, helvetica, sans-serif;
}
body {
	padding: 0;
}

/*---------- PC Style -------------*/

/* module */
.mt_xs {
	margin-top: 10px !important;
}
.mt_s {
	margin-top: 20px !important;
}
.mt_m {
	margin-top: 30px !important;
}
.mt_l{
	margin-top: 40px !important;
}

.mb_0 {
	margin-bottom: 0 !important;
}
.mb_xxs {
	margin-bottom: 5px !important;
}
.mb_xs {
	margin-bottom: 10px !important;
}
.mb_s {
	margin-bottom: 20px !important;
}
.mb_m {
	margin-bottom: 30px !important;
}
.mb_l {
	margin-bottom: 40px !important;
}
.mb_xl {
	margin-bottom: 50px !important;
}
.mb_xxl {
	margin-bottom: 60px !important;
}
.ml_xs {
	margin-left: 10px !important;
}
.ml_s {
	margin-left: 20px !important;
}
.ml_m {
	margin-left: 30px !important;
}
.ml_l{
	margin-left: 40px !important;
}

.mr_xs {
	margin-right: 10px !important;
}
.mr_s {
	margin-right: 20px !important;
}
.mr_m {
	margin-right: 30px !important;
}
.mr_l{
	margin-right: 40px !important;
}

.fnt_xs {
	font-size: 13px !important;
	line-height: 1.7 !important;
}
.fnt_s {
	font-size: 16px !important;
}
.fnt_m {
	font-size: 20px !important;
}
.fnt_l {
	font-size: 24px !important;
}
.fnt_xl {
	font-size: 40px !important;
}


.txt_align_c {
	text-align: center !important;
}
.txt_align_r {
	text-align: right !important;
}
.txt_align_l {
	text-align: left !important;
}

.bt_n {
	border-top: none !important;
}
.bb_n {
	border-bottom: none !important;
}
.bl_n {
	border-left: none !important;
}
.br_n {
	border-right: none !important;
}
.bt_v {
	border-top: 1px solid #1d1d1d;
	}

.v_align_t {
	vertical-align: top !important;
}
.txt_indent {
	text-indent: -2em !important;
	padding-left: 2em !important;
}

.pc_dis_n {
	display: none;
}

.bold {
	font-weight: bold !important;
}
.fc_pink {
	color: #fd8989;
}

section {
	margin: 0;
}
a:hover {
	opacity: 0.8;
}
.clfx {
	overflow: hidden;
}

.list_caution {
	text-indent: -1.35em;
	padding-left: 1.35em;
	font-size: 13px;
	line-height: 1.7;
}
.list_caution_num {
	text-indent: -2.5em;
	padding-left: 2.5em;
	font-size: 13px;
	line-height: 1.7;
}

table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
}
th {
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	line-height: 1.5 !important;
	padding: 10px;
}
td {
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
}
.table_width_a {
	width: 14%;
}
.table_width_b {
	width: 8.4%
}
.table_width_c {
	width: 20%;
}
.table_width_d {
	width: 1%;
}
.table_width_e {
	width: 3%;
}
.table_width_g {
	width: 32%;
}


.toggle:hover{
	opacity: 1;
}


/* .contact */

.contact_inner {
	width: 940px;
	margin: 0 auto;
	background: #fff;
	padding: 40px 120px;
	box-sizing: border-box;
}
.contact_title {
	width: 940px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #1d1d1d;
	margin: 0 auto 40px;
}
.contact_title:after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	position: relative;
	top: 15px;
	left: 420px;
	background: #1d1d1d;
}
.contact_inner_ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.number {
	width: 400px;
	font-size: 40px;
	margin: 0 auto 20px;
}
.number_logo {
	display: inline-block;
	margin-right: 10px;
}
.tel_number {
	display: inline-block;
}
.time_wrap {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 20px 30px;
}
.time_wrap &gt; p {
	font-size: 18px;
}
.time {
	display: inline-block;
	padding: 2px 20px 0;
	margin: 0 10px 10px 0;
	background: #1d1d1d;
	color: #fff;
}

.contact_box {
	margin: 20px 0;
	border: 1px solid #ccc;
	padding: 10px 0 0;
}
.contact_box p {
	font-size: 18px;
	text-align: center;
	line-height: 1.0;
	margin-bottom: 10px;
}
.contact_box p img {
	vertical-align: middle;
}
.contact_notes {
	color: #00ae62;
	text-align: center;
	font-weight: bold;
}
.contact_notes &gt; span {
	display: inline-block;
	width: 4em;
	height: 2px;
	background: #00ae62;
	margin: 0 5px 5px;
}

/* page_top */
.page_top {
	width: 940px;
	margin: 30px auto 0;
	text-align: right;
}
.page_top a {
	color: #1d1d1d;
	text-decoration: none;
}
.page_top a:hover {
	text-decoration: underline;
}

/* footer */
.footer {
	background: #ffe600;
	border: none;
	padding: 25px 0;
	margin: 0;
	text-align: center;
}
.footer &gt; p {
	margin-bottom: 10px;
}


/*---------- SP Style -------------*/

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

/* module */
.mt_xs {
	margin-top: 8px !important;
}
.mt_s {
	margin-top: 15px !important;
}
.mt_m {
	margin-top: 20px !important;
}
.mt_l{
	margin-top: 30px !important;
}

.mb_0 {
	margin-bottom: 0 !important;
}
.mb_xxs {
	margin-bottom: 5px !important;
}
.mb_xs {
	margin-bottom: 8px !important;
}
.mb_s {
	margin-bottom: 15px !important;
}
.mb_m {
	margin-bottom: 20px !important;
}
.mb_l {
	margin-bottom: 30px !important;
}
.mb_xl {
	margin-bottom: 40px !important;
}
.mb_xxl {
	margin-bottom: 50px !important;
}
.ml_xs {
	margin-left: 8px !important;
}
.ml_s {
	margin-left: 15px !important;
}
.ml_m {
	margin-left: 20px !important;
}
.ml_l{
	margin-left: 30px !important;
}

.mr_xs {
	margin-right: 8px !important;
}
.mr_s {
	margin-right: 15px !important;
}
.mr_m {
	margin-right: 20px !important;
}
.mr_l{
	margin-right: 30px !important;
}

.fnt_xs {
	font-size: 12px !important;
	line-height: 1.7 !important;
}
.fnt_s {
	font-size: 14px !important;
}
.fnt_m {
	font-size: 18px !important;
}
.fnt_l {
	font-size: 20px !important;
}
.fnt_xl {
	font-size: 28px !important;
}

.sp_mt_0{
	margin-top: 0 !important;
}
.pc_dis_n {
	display: block;
}
.sp_dis_n {
	display: none;
}

th {
	font-size: 14px;
	padding: 8px;

}
td {
	font-size: 14px;
	padding: 8px;

}
.table_width_a, .table_width_b, .table_width_c, .table_width_d, .table_width_e {
	width: auto;
}
	.table_width_g {
		width: 40%;
	}
/* .contact */
.contact {
	padding: 30px 0;
}
.contact_inner {
	width: 96%;
	margin: 0 2%;
	padding: 15px 10px;
}
.contact_title {
	width: 100%;
	font-size: 22px;
	text-align: center;
	color: #1d1d1d;
	margin-bottom: 30px;
}
.contact_title:after {
	width: 20%;
	top: 10px;
	left: 40%;
}
.contact_inner_ttl {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.number {
	font-size: 30px;
	width: 100%;
	text-align: center;
}
.number_logo {
	margin-right: 0;
}
.time_wrap {
	padding: 20px 10px;
}
.time_wrap &gt; p {
	font-size: 14px;
}
.time {
	display: block;
	width: 7em;
	text-align: center;
	padding: 5px;
	margin: 0 0 10px;
}
.contact_box p {
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.contact_box p img {
	width: 13px;
	height: 13px;
}
.contact_notes &gt; span {
	width: 1em;
}

/* page_top */
.page_top {
	width: 100%;
	margin: 20px 0 0;
	padding: 0 10px;
}
.page_top a {
	font-size: 13px;
}

/* footer */
.footer {
	padding: 20px;
}
.footer &gt; p {
	margin-bottom: 10px;
}


}


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