﻿.section--terms {
    background-color: #f0f0f0;
    height: 647px;
    padding-top: 48px;
}

.section--terms .box {
    background-color: rgba(255, 255, 255, 1);
    background: url('/img/BackgroundMusicsheet.png') no-repeat;
    background-color: #eeeff3;
    padding: 30px;
    background-size: cover;
    padding: 45px;
    position: relative;
}

.section--terms .mainarea {
    max-height: 360px;
    overflow-y: auto;
}

.section--terms .box__img {
    display: none;
    left: 45px;
    margin-left: 40px;
    position: absolute;
    top: 45px;
}

@media (min-width: 768px) {
    .section--terms .box__img {
        display: block;
    }
}

.section--terms .box__title {
    margin: 0 0 30px;
    padding-top: 30px;
}

.section--terms .box__text {
    counter-reset: item;
    margin-bottom: 0;
    padding-right: 40px;
    position: relative;
    font-size: 16px;
}

.section--terms .box__text > li {
    display: block;
}

.section--terms .box__text > li + li {
    margin-top: 20px;
}

.section--terms .box__text > li:before {
    content: counter(item) '. ';
    counter-increment: item;
    color: rgba(0, 179, 136, 1);
    font-weight: 600;
    left: 0;
    position: absolute;
}

dl {
	line-height: 1.4;
	overflow: hidden;
}

dt {
	float: left;
	width: 15%;
}

dd {
	float: left;
	width: 85%;
}
