@charset "UTF-8";
/* CSS Document */
.page_img {
	background-image: url("../img/site/bg_head_terms.jpg");
}

section {
    margin-bottom: 60px;
}
.container_wrap h2.ttl{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
	line-height: 100%;
}
.ttl .color {
    color: #fff;
    display: block;
    background: #7f4f21;
    width: 1.3em;
    border-radius: 50%;
    text-align: center;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 8px;
}
.ttl .name{
	display: block;
}
.text + .num_flex {
    margin-top: 20px;
}
.num_flex {
    display: flex;
    margin-left: 1em;
    margin-bottom: 1.4em;
}
.num_flex .table_num {
    width: 2em;
}
.num_flex .text {
    width: calc(100% - 2em);
}
.text a{
	color: #b22222;
	text-decoration: underline;
}
.text .list {
    margin-top: 1em;
}