@charset "utf-8";

.environmentSection {
    margin-top: 40px;
    font-size: 16px;
}

.environmentyArea .secHd {
    margin-bottom: 80px;
}

.environmentListTtl {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 32px;
}

.environmentListDetail {
    margin-bottom: 32px;
}

.annotationListBox {
    padding: 16px;
    background: #e5edf0;
}

.annotationListBlock {
    font-size: 15px;
}

.annotationListBlock:not(:first-child) {
    margin-top: 16px;
}

@media (max-width:750px) {
	.environmentListTtl {
		font-size: 18px;
	}

    .environmentListDetail {
        font-size: 14px;
        line-height: 1.6;
    }

    .annotationListBlock {
        font-size: 13px;
    }
}
