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

/* =====================================
	about
===================================== */

a.icon_pdf {
	padding: 5px 26px 5px 0;
	background: url(../../../../shared/img/page/icon_pdf.png) right center no-repeat;
	text-decoration: underline;
}

.about .lead {
	margin-bottom: 70px;
	/* margin-bottom: 40px; */
	font-size: 16px;
}
.about .cont {
	margin-bottom: 65px;
}
.about .cont:last-child {
	margin-bottom: 0;
}
.about .cont .head {
	margin-bottom: 70px;
}
.about .cont .ttl02 {
	margin-bottom: 20px;
}
.about .cont .p_cont {
	margin-bottom: 70px;
}

.about .linkbox ul li {
	margin-bottom: 5px;
}
.about .linkbox ul li a {
	padding-left: 12px;
	background: url(../../../../shared/img/common/arrow_h13.png) left center no-repeat;
}
.about .linkbox ul li a:hover {
	color: #ba2338;
}
.about .pdfbox li {
	margin-bottom: 5px;
}
.about  .mail {
	border-bottom: #000000 1px solid;
}
.about  .txtlink {
	border-bottom: #000000 1px solid;
}

.disc {
	list-style: disc;
	padding-left: 15px;
}
.disc li {
	margin-bottom: 5px;
}
.decimal {
	list-style:decimal;
	padding-left: 1.5em;
}
.decimal li {
	margin-bottom: 5px;
}
.bg_gray {
	background: #f3f3f3 !important;
}
.bg_pink {
	background: #e9f4f8 !important;
}
table.tb1 {
	border: 1px solid #9c9c9c;
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 40px;
}
table.tb1 th {
	padding: 10px 10px 8px;
	text-align:center;
	border:1px solid #9c9c9c;
	background: #e9f4f8;
	font-size: 14px;
}
table.tb1 td {
	padding: 20px 10px 15px;
	border:1px solid #9c9c9c;
	text-align: left;
	/* text-align: center; */
	font-size: 14px;
	vertical-align: middle;
}
table.tb1 th.w30 {
	width: 30%;
}
table.tb1 td.w30 {
	width: 30%;
}
table.tb1 td ul li {
	margin-left: 1em;
	margin-bottom: 5px;
}


@media screen and (max-width: 765px) {
a.icon_pdf {
	padding: 5px 26px 5px 0;
	background: url(../../../../shared/img/page/icon_pdf.png) right center no-repeat;
	text-decoration: underline;
}	
.about .lead {
	margin-bottom: 50px;
	/* margin-bottom: 20px; */
	font-size: 14px;
}
.about .cont {
	margin-bottom: 50px;
}
.about .cont .head {
	margin-bottom: 50px;
}
.about .cont .ttl02 {
	margin-bottom: 20px;
}
.about .cont .p_cont {
	margin-bottom: 50px;
}
.about .pdfbox li {
	margin-bottom: 5px;
}
	table.tb1 {
	border: 1px solid #9c9c9c;
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 30px;
}
table.tb1 th {
	padding: 10px 5px 8px;
	text-align:center;
	border:1px solid #9c9c9c;
	background: #e9f4f8;
	font-size: 12px;
}
table.tb1 td {
	padding: 10px 5px 5px;
	border:1px solid #9c9c9c;
	text-align: left;
	/* text-align: center; */
	font-size: 11px;
	vertical-align: middle;
}
table.tb1 th.w30 {
	width: 30%;
}
table.tb1 td.w30 {
	width: 30%;
}
}


/* =====================================
	photo
===================================== */
.photo-3clm li {
	width: 31.5%;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 1.25;
	}
.photo-3clm li:last-child {
	padding-right: 0;
	}
.photo-3clm img {
	width: 100%;
	margin-bottom: 8px;
	}

@media screen and (max-width: 765px) {
.photo-3clm li {
	width: 100%;
	}
}

.photo-2clm li {
	width: 48.5%;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 1.25;
	}
.photo-2clm li:last-child {
	padding-right: 0;
	}
.photo-2clm img {
	width: 100%;
	margin-bottom: 8px;
	}

@media screen and (max-width: 765px) {
.photo-2clm li {
	width: 100%;
	}
}

.photo-1clm {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.25;
	}
.photo-1clm img {
	width: 100%;
	margin-bottom: 8px;
	}

@media screen and (max-width: 765px) {
.photo-1clm {
	width: 100%;
	text-align: left;
	}
}
.photo-wtxt {
	width: 35%;
	padding: 0 10px;
	text-align: left;
	float: right;
	line-height: 1.25;
	}
.photo-wtxt img {
	width: 100%;
	margin: 0 0 8px 10px;
	}
.photo-wtxt span {
	padding: 0 0 0 10px;
	}

@media screen and (max-width: 765px) {
.photo-wtxt {
	width: 100%;
	text-align: left;
	margin-bottom:20px;
	}
.photo-wtxt span {
	padding: 0 10px;
	}
}</pre></body></html>