/* Terms */

.term_contents .section {
	margin-bottom: 6em;
}
.term_contents .block {
	margin-bottom: 4.5em;
}
.term_contents h4.title {
	margin-top: 2em;
	color: #009ea1;
	font-size: 1.3em;
}
.term_contents h5.title {
	margin-top: 2em;
	font-size: 1.15em;
}
ol.terms_order {
	margin-bottom: 2em;
	counter-reset: number 0;
}
ol.terms_order > li {
	position: relative;
	padding-left: 2.2em;
	line-height: 1.8em;
}
ol.terms_order > li:before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	counter-increment: number 1;
	content: counter(number);
	color: #009ea1;
	background: #dfefeb;
	font-family: "Quicksand", sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
}
ol.terms_order > li:not(:last-of-type) {
	margin-bottom: 1em;
	margin-bottom: 0.75em;
}
ol.terms_order > li p {
	margin-bottom: 1em;
}

#terms_pane {
	position: relative;
	padding: 4.5em 6em 5em 6em;
	border: solid 1px #eee;
	background: #fafafa;
	background: #fff;
}
.terms_anchor {
	margin-bottom: 5em;
	padding: 2em;
	background: #dfefeb;
}
.terms_anchor li a {
	position: relative;
	display: inline-block;
	margin-bottom: 0.8em;
	padding-left: 20px;
	color: #009ea1 !important;
	font-size: 1.1em;
	font-weight: 500;
    text-decoration: none;
}
.terms_anchor ul > li ul {
	padding-left: 1.5em;
	font-size: 0.9em;
}
.terms_anchor li a::before {
	position: absolute;
	top: 4px;
	left: 0;
	/* transform: rotate(-90deg); */
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/common/icon_down.png) no-repeat center / 100%;
}
.terms_anchor li:last-of-type {
    margin-bottom: 0;
}
#_term_membership_contents .side {
	width: 33%;
}
#_term_membership_contents .main {
	width: 56%;
}
#membership_15_send {
	padding: 2em 3em;
	background: #f1f1f1;
	border-radius: 5px;
}
#membership_15_send h5 {
	margin-bottom: 1em;
	font-size: 1.05em;
	font-weight: 500;
}
#membership_15_send li {
	line-height: 1.4em;
}
#membership_15_send li:not(:last-of-type) {
	margin-bottom: 0.8em;
}

/* Law */

#terms_law_contents dl dt {
    float: left;
    padding-top: 1em;
    padding-left: 1em;
    width: 18em;
    font-weight: 500;
}
#terms_law_contents dl dd {
    position: relative;
    padding-left: 1em;
    padding-top: 1em;
    padding-left: 20em;
}
#terms_law_contents dl dd:not(:last-of-type):before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 18em;
    height: 1px;
    background: #009ea1;
    z-index: 1;
}
#terms_law_contents dl dd:not(:last-of-type) {
    padding-bottom: 1em;
    border-bottom: 1px solid #e0e0e0;
}
#terms_law_contents dl dd h5 {
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-weight: 500;
}
#terms_law_contents dl dd h5:first-of-type {
    margin-top: 0;
}
#terms_law_contents dl dd ul li {
    float: left;
    line-height: 1.5em;
}
#terms_law_contents dl dd ul li .label {
    font-size: 1.1em;
    font-weight: 500;
    margin-right: 0.3em;
}
#_terms_law_contents dl dd ol li {
    line-height: 1.5em;
}
#_terms_law_contents dl dd li:not(:last-of-type):after {
    margin: 0 0.5em;
    content: '/';
    color: #bbb;
}