/*---------------------------------------------------------------
    Terms of use
---------------------------------------------------------------*/
.terms__lists{
	font-size: 1.6rem;
}

.terms__lists h2{
    background: #eee;
	margin-top: 30px;
    margin-bottom: 20px;
	font-size:2.5rem;
	padding: 10px 0 10px 20px;
}

.terms__lists h3{
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding-bottom: 0;
	margin-bottom: 20px;
	display: inline-block;
	margin-top: 30px;
}

.terms__lists dl{
	margin-top: 30px;
}

.terms__lists dl dt{
	font-weight: bold;
}

.plugin-box {
    border: 1px solid #EEEEEE;
    margin: 20px 0 18px;
    padding: 10px;
    line-height: 1.5;
}

.plugin-box dl{
	margin-top: 0;
	display: flex;
	align-items: center;
}

.plugin-box dl dt{
	flex-grow: 0;
	margin-right: 25px;
	min-width: 120px;
}

.plugin-box dl dd{
	flex-grow: 1;
}

@media all and (max-width: 1024px) {

}