#after {
	margin-top: 70px;
	margin-bottom: 45px;
    font-size: 0.9rem;
	}

#after .kv_sub {
	margin-bottom: 45px;
}

#after .kv_sub .key_copy {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-image: url(/after/images/top_copy_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 90%;
    height: 20vw;
	margin: 15px auto 45px;
}

#after .box {
	border: solid 1px #80b417;
	margin-bottom: 45px;
}

#after .box h4 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	position: relative;
	line-height: 3;
	padding-left: 50px;
	background-color: #80b017;
}

#after .box h4::before {
	content: "";
    position: absolute;
	width: 30px;
	height: 30px;
	background-size: contain;
	left: 3%;
    top: 0.55em;
}

#after .num_one h4::before {
background-image: url(/after/images/icon01.png);
}
#after .num_two h4::before {
background-image: url(/after/images/icon02.png);
}

#after .box .box-inner {
	padding: 1em 3% 3%;
}

#after .box dl {
	margin-top: 40px;
}

#after .box dl dt {
	background-color: #dbffc1;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
    padding: .5em .8em;
    margin-bottom: 30px;
}

#after .box dl dd .bold_text {
	font-size: 1.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#after .box dl dd .bold_text .red {
	color: #af050f;
}

#after .box dl .annotation {
	font-size: .8rem;
	padding-top: 20px;
	line-height: 1.6;
}

#after .box .four_relief dd {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #dbffc1;
}

#after .box .four_relief dd:first-of-type {
	padding-top: 0;
}

#after .box .four_relief dd .bold_text {
	position:relative;
	padding-left:1.6em;
	margin-bottom: 20px;
}

#after .box .four_relief dd .bold_text::before {
	content:"";
	position:absolute;
	width:10px;
	height: 10px;
	border-radius: 50%;
	box-sizing: border-box;
	border: solid 1px #80b017;
	left: 4px;
    top: .5em;
}

#after .box .four_relief dd .bold_text::after {
	content:"";
	position:absolute;
	width:18px;
	height: 18px;
	border-radius: 50%;
	box-sizing: border-box;
	border: solid 1px #80b017;
	left: 0;
    top: calc(.5em - 4px);
}

#after .box .four_relief dd p {
	padding-left: 1.6em;
}

#after .box .four_relief dd:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

#after .box .flow_chart {
	padding: 1em 0;
	width: 100%;
    margin: 0 auto;
}

#after .box dl dd ol {
	padding: 10px 0;
	margin-bottom: 20px;
}
#after .box dl dd ol.mg_btm_none {
	margin-bottom: 0;
}

#after .box dl dd ol li {
	line-height: 1.5;
    padding-top: 0.8em;
}

#after .box dl .with_logo {
	display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

#after .box dl .with_logo .spacer {
	display: none;
}

#after .box dl .with_logo .small_logo {
	width: 60%;
	margin: 1em;
}

after .box dl .with_logo .small_logo img {
	width: 100%;
}
