@charset 'Shift_JIS';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@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; }



/* ========== ========== ==========
	#saiji_wrap
========== ========== ========== */

#saiji_wrap {
    width: 910px;
    margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}



/* ========== ========== ==========
	#saiji_head
========== ========== ========== */

#saiji_wrap #saiji_head {
    width: 100%;
    margin: 0 auto;
    padding: 0;
	overflow: hidden;
}
#saiji_wrap #saiji_head .yokoku {
	padding: 1em;
	background-color: #c6171e;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}



/* ========== ========== ==========
	#saiji_main
========== ========== ========== */

#saiji_wrap #saiji_main section {
	margin-top: 2em;
}
#saiji_wrap #saiji_main .content h3.ttl {
	margin-bottom: 1.5em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#saiji_wrap #saiji_main .content h3.ttl .ttl__sub {
	display: block;
	margin-top: 0.25em;
	color: #c6171e;
	font-size: 0.75em;
}
#saiji_wrap #saiji_main .btn {
	display: block;
	padding: 1em;
	background-color: #4b575e;
	border-radius: 0.5em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#saiji_wrap #saiji_main a.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);
}



/* ========== ========== ==========
	.content_info
========== ========== ========== */

#saiji_wrap #saiji_main #content_info {
	padding: 1em;
	background-color: #dddddd;
}
#saiji_wrap #saiji_main #content_info .btn {
	font-size: 1.25em;
}
#saiji_wrap #saiji_main #content_info .content__inner {
	padding: 2em;
	background-color: #ffffff;
}
#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 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;
	width: 0.75rem;
	height: 0.75rem;
	margin-top: 0.5rem;
	background-color: currentColor;
	line-height: 1.75;
	position: absolute;
	left: -1.5em;
}
#saiji_wrap #saiji_main #content_info .content__inner p .red {
	color: #c6171e;
	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: #012063;
	text-decoration: underline
}



/* ========== ========== ==========
	#content_btn
========== ========== ========== */

#saiji_wrap #saiji_main #content_btn {
	margin-top: 2em;
}
#saiji_wrap #saiji_main #content_btn .btn__list .btn {
	font-size: 1.25em;
}
#saiji_wrap #saiji_main #content_btn .btn__list .btn:not(:first-of-type) {
	margin-top: 1em;
}
#saiji_wrap #saiji_main #content_btn .btn__list .btn:nth-child(1) {
	background-color: #b75855;
}
#saiji_wrap #saiji_main #content_btn .btn__list .btn:nth-child(2) {
	background-color: #b79355;
}