@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;
	line-height: 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_head {
    width: 100%;
	margin: 0 auto 2em;
	padding: 0;
}



/* ========== ========== ==========
	#ekiben_main
========== ========== ========== */

#ekiben_wrap #ekiben_main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#ekiben_wrap #ekiben_main section:not(:first-of-type) {
	margin-top: 2em;
}
#ekiben_wrap #ekiben_main section h3.ttl {
	padding: 0.5em;
	margin-bottom: 1em;
	background-color: #e50112;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#ekiben_wrap #ekiben_main .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    background-color: #456990;
    border-radius: 0.5em;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
    text-align: center;
	position: relative;
}
#ekiben_wrap #ekiben_main a.btn::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}



/* ========== ========== ==========
	#content01
========== ========== ========== */

#ekiben_wrap #ekiben_main #content01 .step__list {
	margin-top: 2em;
}
#ekiben_wrap #ekiben_main #content01 .step__list .step {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	background-color: #eeeeee;
}
#ekiben_wrap #ekiben_main #content01 .step__list .step:not(:first-of-type) {
	margin-top: 0.5em;
}
#ekiben_wrap #ekiben_main #content01 .step__list .triangle {
	content: "";
	display: block;
	width: 1.5em;
	height: calc(tan(60deg) * 1.5em / 2);
	margin: 0.5em auto 0;
	background: #e50112;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#ekiben_wrap #ekiben_main #content01 .step__list .step .ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6em;
	padding: 1em;
	background-color: #e50112;
}
#ekiben_wrap #ekiben_main #content01 .step__list .step .ttl p {
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
#ekiben_wrap #ekiben_main #content01 .step__list .step .ttl .num {
	display: block;
	font-size: 2em;
}
#ekiben_wrap #ekiben_main #content01 .step__list .step .txt {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 1;
	padding: 1em;
}
#ekiben_wrap #ekiben_main #content01 .step__list .step .txt p {
	font-size: 1.25em;
}
#ekiben_wrap #ekiben_main #content01 .step__list .step .txt .small {
	margin-top: 0.5em;
	font-size: 0.75em;
}