@charset "shift_jis";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.1/dist/css/yakuhanjp_s.css');

/* ========== ========== ==========
	Config
========== ========== ========== */

#ekiben_wrap,
#ekiben_wrap *, 
#ekiben_wrap *:before, 
#ekiben_wrap *:after {
	box-sizing: border-box;
}

#ekiben_wrap h1, #ekiben_wrap h2, 
#ekiben_wrap h3, #ekiben_wrap h4,
#ekiben_wrap h5, #ekiben_wrap h6,
#ekiben_wrap p {
	margin: 0;
	padding: 0;
}

#ekiben_wrap, #ekiben_wrap * {
	font-family: YakuHanJPs, 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

#ekiben_wrap ul {
	margin: 0;
	padding: 0;
}

#ekiben_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#ekiben_wrap a,
#ekiben_wrap a:hover {
    text-decoration: none;
	transition: 0.2s;
}

#ekiben_wrap a:hover {
	opacity: 0.5;
}

#ekiben_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#ekiben_wrap span {
	display: inline-block;
    font-family: inherit;
	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; }



/* ========== ========== ==========
	#ekiben_wrap
========== ========== ========== */

#ekiben_wrap {
    width: 910px;
    margin: 2em auto 0;
    padding: 0;
}   



/* ========== ========== ==========
	#ekiben_head
========== ========== ========== */

#ekiben_wrap #ekiben_head .yokoku {
	padding: 1em;
	background-color: #ee001e;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}



/* ========== ========== ==========
	#ekiben_main
========== ========== ========== */

#ekiben_wrap #ekiben_main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#ekiben_wrap #ekiben_main section {
    margin-top: 2em;
}
#ekiben_wrap #ekiben_main h3.ttl {
	margin-bottom: 1em;
    padding: 1em;
    background-color: #ed4d59;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
#ekiben_wrap #ekiben_main .bold {
	font-weight: bold;
}
#ekiben_wrap #ekiben_main .red {
	color: #e50112;
}
#ekiben_wrap #ekiben_main .small {
	font-size: 0.9em;
}
#ekiben_wrap #ekiben_main ul {
	margin-left: 1.5em;
	list-style: disc;
}
#ekiben_wrap #ekiben_main ul li {
	list-style: disc;
}
#ekiben_wrap #ekiben_main .toggle__btn {
	display: block;
	margin-bottom: 2em;
	padding: 1em;
	background-color: #e50112;
	border-radius: 0.5em;
	color: #ffffff;
	transition: 0.5s;
	position: relative;
}
#ekiben_wrap #ekiben_main .toggle__btn p {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#ekiben_wrap #ekiben_main .toggle__btn::after {
	content: "＋";
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
#ekiben_wrap #ekiben_main .toggle__btn.active::after {
	content: "−";
}
#ekiben_wrap #ekiben_main .toggle__btn:hover {
	cursor: pointer;
	opacity: 0.5;
	transition: 0.2s;
}
#ekiben_wrap #ekiben_main .toggle__btn .sub {
	margin-left: 1em;
	font-size: 0.8em;
}
#ekiben_wrap #ekiben_main .toggle__content {
	display: none;
}
#ekiben_wrap #ekiben_main .btn__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#ekiben_wrap #ekiben_main .btn__list .item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32%;
	margin-right: 2%;
	padding: 1em;
	border: 2px solid #ed4d59;
	border-radius: 0.5em;
	color: #ed4d59;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
#ekiben_wrap #ekiben_main .btn__list .item:nth-child(3n) {
	margin-right: 0;
}
#ekiben_wrap #ekiben_main .btn__list .item:nth-child(n+4) {
	margin-top: 1em;
}



/* ========== ========== ==========
	#content_lede
========== ========== ========== */

#ekiben_wrap #ekiben_main #content_lede .content__inner {
    padding: 2em;
    background-color: #fce5e7;
}
#ekiben_wrap #ekiben_main #content_lede .content__inner p:not(:first-of-type) {
	margin-top: 1em;
}



/* ========== ========== ==========
	#content_btn
========== ========== ========== */

#ekiben_wrap #ekiben_main #content_btn .btn__list .btn {
	display: block;
	width: 100%;
	padding: 1em;
	background-color: #5a9045;
	border-radius: 0.5em;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}



/* ========== ========== ==========
	#content_status
========== ========== ========== */

#ekiben_wrap #ekiben_main #content_status .status__flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ekiben_wrap #ekiben_main #content_status .status__flex .status__btn {
	width: 48%;
}
#ekiben_wrap #ekiben_main #content_status .status__flex .status__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 1em 1em 2em;
    background-color: #5a9045;
    background-image: url("../images/img_content01_status.png"), url("../images/oseibo_icon_arrow01.png");
    background-position: 5% center, 98% center;
    background-repeat: no-repeat, no-repeat;
    border-radius: 0.5em;
}
#ekiben_wrap #ekiben_main #content_status .status__flex .status__btn p {
    color: #ffffff;
    text-align: center;
}
#ekiben_wrap #ekiben_main #content_status .status__flex .status__btn p .big {
    display: block;
    font-size: 2em;
}
#ekiben_wrap #ekiben_main #content_status .status__flex .status__txt {
	width: 48%;
}
#ekiben_wrap #ekiben_main #content_status .status__flex .status__txt span {
	display: inline;
}



/* ========== ========== ==========
	#content_info
========== ========== ========== */

#ekiben_wrap #ekiben_main #content_info .info__flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
}
#ekiben_wrap #ekiben_main #content_info .info__flex h4.ttl {
	padding: 0.5em;
	background-color: #222222;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
#ekiben_wrap #ekiben_main #content_info .info__flex h5.ttl {
	margin-bottom: 1em;
	padding: 0 0.5em;
	background-color: #fce5e7;
	font-weight: bold;
}
#ekiben_wrap #ekiben_main #content_info .info__flex h6.ttl {
	margin-top: 1em;
	font-weight: bold;
}
#ekiben_wrap #ekiben_main #content_info .info__flex a {
	color: #456990;
	text-decoration: underline;
}
#ekiben_wrap #ekiben_main #content_info .info__flex p:not(:first-of-type) {
	margin-top: 1em;
}
#ekiben_wrap #ekiben_main #content_info .info__flex strong {
	color: #e50112;
	font-weight: bold;
}
#ekiben_wrap #ekiben_main #content_info .info__flex .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em 0;
    padding: 1em;
    background-color: #456990;
    background-image: url("../images/oseibo_icon_arrow01.png");
    background-position: 98% center;
    background-repeat: no-repeat;
    border-radius: 0.5em;
	color: #ffffff;
	font-weight: bold;
    text-align: center;
	text-decoration: none;
}
#ekiben_wrap #ekiben_main #content_info .info__flex .btn.beginner {
    padding-left: 2em;
    background-image: url("../images/img_content02_beginner.png"), url("../images/oseibo_icon_arrow01.png");
    background-position: 5% center, 98% center;
    background-repeat: no-repeat, no-repeat;
}
#ekiben_wrap #ekiben_main #content_info .info__flex .btn.clock {
    padding-left: 2em;
    background-image: url("../images/img_content02_clock.png"), url("../images/oseibo_icon_arrow01.png");
    background-position: 5% center, 98% center;
    background-repeat: no-repeat, no-repeat;
}
#ekiben_wrap #ekiben_main #content_info .info__flex .btn span {
	display: block;
}
#ekiben_wrap #ekiben_main #content_info .info__flex .inner {
	padding: 2em;
}
#ekiben_wrap #ekiben_main #content_info .info__flex .inner .content:not(:first-of-type) {
	margin-top: 2em;
}
#ekiben_wrap #ekiben_main #content_info .info__flex .info__left {
	width: 48%;
	border: 1px solid #222222;
}
#ekiben_wrap #ekiben_main #content_info .info__flex .info__right {
	width: 48%;
	border: 1px solid #222222;
}



/* ========== ========== ==========
	#content_caution
========== ========== ========== */

#ekiben_wrap #ekiben_main #content_caution .toggle__content {
	padding: 2em;
	background-color: #eeeeee;
}
#ekiben_wrap #ekiben_main #content_caution .toggle__content .tel {
	margin-top: 1em;
}



/* ========== ========== ==========
	#content_tentou
========== ========== ========== */

#ekiben_wrap #ekiben_main #content_tentou .toggle__content {
	padding: 2em;
	background-color: #eeeeee;
}
#ekiben_wrap #ekiben_main #content_tentou .toggle__content h4.ttl {
	margin-top: 1em;
}
#ekiben_wrap #ekiben_main #content_tentou .toggle__content h4.ttl::before {
	content: "◆";
	margin-right: 0.5em;
}
#ekiben_wrap #ekiben_main #content_tentou .toggle__content .small {
	margin-top: 1em;
}



/* ========== ========== ==========
	#content02
========== ========== ========== */

#ekiben_wrap #ekiben_main #content02 .btn__list .item.illust {
	content: "";
	background: url("../images/bg_content02_06.png") right bottom no-repeat;
	background-size: contain;
	border: 0;
}



/* ========== ========== ==========
	#content03
========== ========== ========== */

#ekiben_wrap #ekiben_main #content03 .btn__list .item {
	width: 32%;
	margin-right: 2%;
}
#ekiben_wrap #ekiben_main #content03 .btn__list .item:nth-child(3n) {
	margin-right: 0;
}
#ekiben_wrap #ekiben_main #content03 .btn__list .item:nth-child(n+4) {
	margin-top: 2%;
}
#ekiben_wrap #ekiben_main #content03 .btn__list .item .sub {
	display: block;
	font-size: 0.8em;
}
	


/* ========== ========== ==========
	#content04
========== ========== ========== */

#ekiben_wrap #ekiben_main #content04 .btn__list .item {
	width: 100%;
	margin-right: 0;
}
#ekiben_wrap #ekiben_main #content04 .btn__list .item:nth-child(n+2) {
	margin-top: 1em;
}
#ekiben_wrap #ekiben_main #content04 .btn__list .item:nth-child(1) {
	background-color: #eda14d;
	color: #ffffff;
	border: 0;
}
#ekiben_wrap #ekiben_main #content04 .btn__list .item:nth-child(2) {
	background-color: #4d99ed;
	color: #ffffff;
	border: 0;
}



/* ========== ========== ==========
	#content05
========== ========== ========== */

#ekiben_wrap #ekiben_main #content05 .item__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ekiben_wrap #ekiben_main #content05 .item__list .item {
	display: block;
	width: 32%;
	background-color: #fce5e7;
	border: 2px solid #ed4d59;
	border-radius: 0.5em;
	color: #222222;
	overflow: hidden;
}
#ekiben_wrap #ekiben_main #content05 .item__list .item .item__img {
	position: relative;
	z-index: 1;
}
#ekiben_wrap #ekiben_main #content05 .item__list .item .item__img .cap {
	padding: 0 0.5em;
	background-color: #ed4d59;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	left: 0.5em;
	top: 0.5em;
	z-index: 2;
}
#ekiben_wrap #ekiben_main #content05 .item__list .item .item__txt {
	padding: 1em;
}
#ekiben_wrap #ekiben_main #content05 .item__list .item .item__txt p:not(:first-of-type) {
	margin-top: 1em;
}
#ekiben_wrap #ekiben_main #content05 .item__list .item .item__txt .ttl {
	font-weight: bold;
}
#ekiben_wrap #ekiben_main #content05 .item__list .item .item__txt .pri {
	font-weight: bold;
	text-align: right;
}