@charset "utf-8";

/*------------------------------------
　　　			index
------------------------------------*/
.ttl_box {
	border-bottom: 2px solid #121b4d;
}
.ttl_top span {
    color: #121b4d;
}

/*----*/
#terms_box {
	padding-top: 30px;
	margin-bottom:100px;
}

.detail_top {
	border-bottom: 3px solid #121b4d;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

#terms_box .lead {
    margin-bottom: 30px;
}

#standard {
    margin-bottom: 50px;
    overflow: hidden;
}

#standard dl {
    margin-bottom: 30px;
}
#standard dt {
    font-weight: bold;
}
#standard dd {
}
#standard dd li {
	padding-left: 1em;
    text-indent: -1em;
}

#protection {
}
#protection ul {
}
#protection li {
    margin-bottom: 30px;
}
#protection li dl {
}
#protection li dt {
    font-weight: bold;
}
#protection li dd {
}