#after {
	margin-bottom: 90px;
	font-size: 1.5rem;
	}

#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.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70%;
    height: 30px;
	margin: 15px auto 45px;
}

#after .box {
	border: solid 1px #80b417;
}

#after .box h4 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	position: relative;
	line-height: 2.5em;
padding-left: 100px;
	background-color: #80b017;
}

#after .box h4::before {
	content: "";
    position: absolute;
	width: 44px;
	height: 44px;
	background-size: contain;
	left: 27px;
	top: calc(50% - 25px);
}

#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: 30px;
}

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

#after .box dl dt {
	background-color: #dbffc1;
	font-size: 2.6rem;
	font-weight:bold;
	line-height: 2;
	padding-left: 1em;
	margin-bottom: 30px;
}

#after .box dl dd .bold_text {
	font-size: 2.0rem;
	font-weight: bold;
}

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

#after .box dl .annotation {
	font-size: 1.4rem;
	padding-top: 20px;
}

#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:33px;
	margin-bottom: 20px;
}

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

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

#after .box .four_relief dd p {
	padding-left: 33px;
}

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

#after .box .flow_chart {
	padding: 30px 0;
	width: 75%;
    margin: 0 auto;
}

#after .box dl dd ol {
	padding: 10px 0;
}

#after .box dl dd ol li {
	line-height: 2;
}

#after .box dl .with_logo .spacer {
	display: block;
    height:1.9em;
    float: right;
}

#after .box dl .with_logo .small_logo {
	float:right;
	clear: both;
    width: 28%;
    margin: 1.5em .5em 0 .5em;
}

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


#after .box_pl {
padding-top: 20px;
}

#after .bold_txt {
	font-size: 1.5rem;
 padding-bottom: 5px;
}







