@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp_s.min.css');

/* ========== ========== ==========
	Config
========== ========== ========== */

#saiji_wrap *, 
#saiji_wrap *:before, 
#saiji_wrap *:after {
	box-sizing: border-box;
	/* transition: 0.2s; */
}

#saiji_wrap h1, #saiji_wrap h2, 
#saiji_wrap h3, #saiji_wrap h4,
#saiji_wrap h5, #saiji_wrap h6,
#saiji_wrap p {
	margin: 0;
	padding: 0;
}

#saiji_wrap, #saiji_wrap * {
	font-family: YakuHanJPs, 'Noto Sans JP', Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

#saiji_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#saiji_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#saiji_wrap a,
#saiji_wrap a:hover {
    text-decoration: none;
	transition: 0.2s;
}

#saiji_wrap a:hover,
#saiji_wrap a:hover > img {
	opacity: 0.5;
}

#saiji_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#saiji_wrap span {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

@media only screen and (max-width: 910px) {
    #saiji_wrap, #saiji_wrap * {
        font-size: 1.6vw;
    }
}
@media only screen and (max-width: 720px) {
    #saiji_wrap, #saiji_wrap * {
        font-size: 2.0vw;
    }
}
@media only screen and (max-width: 480px) {
    #saiji_wrap, #saiji_wrap * {
        font-size: 3.0vw;
    }
}



/* ========== ========== ==========
	#saiji_wrap
========== ========== ========== */

#saiji_wrap {
    width: 910px;
    margin: 2em auto 0;
    padding: 0;
}
@media only screen and (max-width: 910px) {
    #saiji_wrap {
        width: 100%;
        margin: 10px auto 0;
    }
}



/* ========== ========== ==========
	#saiji_head
========== ========== ========== */

#saiji_wrap #saiji_head {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#saiji_wrap #saiji_head .yokoku {
	padding: 1em;
	background-color: #a80a1e;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}



/* ========== ========== ==========
	#saiji_main
========== ========== ========== */

#saiji_wrap #saiji_main .content {
	margin-top: 4em;
}
#saiji_wrap #saiji_main .content .btn {
	display: block;
	padding: 1em;
	background-color: #c8a646;
	border-radius: 0.5em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#saiji_wrap #saiji_main .content .btn::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 480px) {
	#saiji_wrap #saiji_main .content {
		margin-top: 2em;
	}
}



/* ========== ========== ==========
	#content_bnr
========== ========== ========== */

#saiji_wrap #saiji_main #content_bnr {
	margin-top: 2em;
}



/* ========== ========== ==========
	.content_info
========== ========== ========== */

#saiji_wrap #saiji_main #content_info {
	margin-top: 2em;
	padding: 1em;
	background-color: #fffbc7;
}
#saiji_wrap #saiji_main #content_info .content__inner {
	padding: 2em;
	background-color: #ffffff;
}
#saiji_wrap #saiji_main #content_info .content__inner .inner {
	margin-top: 2em;
}
#saiji_wrap #saiji_main #content_info .content__inner h3.ttl {
	margin-bottom: 1em;
	padding: 0.5em 0;
	border-top: 2px solid #222222;
	border-bottom: 2px solid #222222;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#saiji_wrap #saiji_main #content_info .content__inner h4.ttl {
	content: "";
	min-height: 1.75em;
	margin-bottom: 0.5em;
	color: #bc0b21;
	font-size: 1.25em;
	font-weight: bold;
	position: relative;
}
#saiji_wrap #saiji_main #content_info .content__inner h4.ttl::after {
	content: "";
	width: 100%;
	border-top: 2px dotted #bc0b21;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
}
#saiji_wrap #saiji_main #content_info .content__inner h4.ttl .ttl__inner {
	display: inline-block;
	padding-right: 0.5em;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}
#saiji_wrap #saiji_main #content_info .content__inner p {
	position: relative;
	margin-left: 1.5em;
}
#saiji_wrap #saiji_main #content_info .content__inner p:not(:first-of-type) {
	margin-top: 0.5em;
}
#saiji_wrap #saiji_main #content_info .content__inner p::before {
	content: "■";
	display: inline-block;
	position: absolute;
	left: -1.5em;
}
#saiji_wrap #saiji_main #content_info .content__inner p .red {
	color: #bc0b21;
	font-weight: bold;
}
#saiji_wrap #saiji_main #content_info .content__inner p .small {
	font-size: 0.9em;
}
#saiji_wrap #saiji_main #content_info .content__inner p .underline {
	text-decoration: underline;
}
#saiji_wrap #saiji_main #content_info .content__inner p .background {
	background-color: yellow;
}
#saiji_wrap #saiji_main #content_info .content__inner a {
	color: #007dee;
	text-decoration: underline
}
#saiji_wrap #saiji_main #content_info .content__inner .scroll_area {
	padding: 1em 0;
	overflow: auto;
}
#saiji_wrap #saiji_main #content_info .content__inner .haisou__table {
	width: 100%;
	min-width: 40em;
}
#saiji_wrap #saiji_main #content_info .content__inner .haisou__table th,
#saiji_wrap #saiji_main #content_info .content__inner .haisou__table td {
	padding: 0.5em;
	border: 1px solid #222222;
	text-align: center;
}
#saiji_wrap #saiji_main #content_info .content__inner .haisou__table th {
	background-color: #d3edfb;
	font-weight: bold;
}
#saiji_wrap #saiji_main #content_info .content__inner .haisou__table strong {
	font-size: 1.25em;
	font-weight: bold;
}
#saiji_wrap #saiji_main #content_info .content__inner .haisou__table img {
	margin-right: 0.25em;
}



/* ========== ========== ==========
	#content01
========== ========== ========== */

#saiji_wrap #saiji_main #content01 {
	margin-top: 2em;
}
#saiji_wrap #saiji_main #content01 .nav__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}
#saiji_wrap #saiji_main #content01 .nav__list .item {
	padding: 1em;
	border: 2px solid #222222;
	color: #222222;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
#saiji_wrap #saiji_main #content01 .nav__list .item:nth-child(1) {
	background-color: #eec2c8;
	border: 2px solid #bb0b21;
}
#saiji_wrap #saiji_main #content01 .nav__list .item:nth-child(2) {
	background-color: #eed7c2;
	border: 2px solid #bb5f0b;
}
#saiji_wrap #saiji_main #content01 .nav__list .item:nth-child(3) {
	background-color: #c2d9ee;
	border: 2px solid #0b67bb;
}
#saiji_wrap #saiji_main #content01 .nav__list .item:nth-child(4) {
	background-color: #c5c2ee;
	border: 2px solid #180bbb;
}
@media only screen and (max-width: 480px) {
	#saiji_wrap #saiji_main #content01 .nav__list {
		grid-template-columns: repeat(1, 1fr);
	}
}