<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =============================================================
    プレスリリース　articleページ用 css
============================================*/
table {
	border-collapse: collapse;
	width: 100%;
}
.article_title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.article_title small {
	font-size: 18px;
	font-weight: normal;
	display: block;
}
.article_body {
	margin-top: 50px;
    padding: 1.5em;
    background-color: #f8fbf8;
}
.article_wrap p {
	margin: 1em auto;
	letter-spacing: 1px;
	line-height: 1.6;
}
.article_wrap .table_wrap {
    max-width: 800px;
	margin: 0 auto;
}
.article_wrap .tbl01 {
	border: solid 1px #bbb;
	border-bottom: 0;
}
.article_wrap th,
.article_wrap td {
	width: 50%;
	border-bottom: solid 1px #bbb;
    padding: 1em;
	text-align: left;
	line-height: 1.2;
	vertical-align: middle;
}
.article_wrap td {
	border-left: solid 1px #bbb;
}
/* .article_wrap dd::after {
	content: "---";
    word-break: keep-all;
    position: absolute;
    left: -2em;
    top: 50%;
    transform: translateY(-50%);
} */


/* =========================================
    new_240628用 css
========================*/

.new_240628 .article_wrap th,
.new_240628 .article_wrap td:not(.new) {
	width: 8em;
}
.new_240628 .article_wrap td.new {
	width: 3em;
	text-align: center;
	border-right: solid 1px #bbb;
}
@media screen and (max-width: 767px) {
	.new_240628 .article_body {
		padding: 0;
	}
}

/* =========================================
    new_230629 css
========================*/
.new_230629 .article_wrap .tbl01 {
    max-width: 500px;
	margin: 0 auto;
}</pre></body></html>