@charset "UTF-8";
.ul-text-list li {
    padding-left: 0.7em;
    position: relative;
}
.ul-text-list li:before {
    background-color: #01BFBD;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    width: 4px;
    position: absolute;
    left: 0;
    top: 12px;
}
.tbl-detail {
    margin-top: 50px;
}
.tbl-detail .ttl {
    color: #01BFBD;
    font-weight: 500;
    margin: 0 0 20px;
}
.tbl-detail .txt {
    margin-top: 10px;
}
.tbl-ob { width: 100%; }
.tbl-ob thead {
    background: #01BFBD;
}
.tbl-ob th {
    border: 1px solid #0ba3a1;
    color: #fff;
    width: 17.95%;
}
.tbl-ob th:nth-child(1) { width: 28.4% !important; }
.tbl-ob th:nth-child(4) { width: 35.7%; }
.tbl-ob th,
.tbl-ob td {
	padding: 10px 2px;
    text-align: center;
}
.tbl-ob td {
	border: 1px solid rgba(50, 50, 50, 0.2);
}
.tbl-ob td:nth-child(1) {
    background-color: rgba(1, 191, 189, 0.1);
}
.tbl-ob td:nth-child(4) {
    text-align: left;
    padding: 20px 15px;
}
.tbl-ob tr { position: relative;}
@media screen and (max-width: 767px) {
	.tbl-ob { letter-spacing: 0;}
    .tbl-ob td:nth-child(4) {
        text-align: left;
        padding: 10px 5px;
    }
    .tbl-ob th:nth-child(4) { width: 30%; }
    .tbl-ob th {
        width: 20.8%;
        letter-spacing: -0.05em;
        padding-left: 1px;
    }
}

.ob-block {
    margin-top: 50px;
}
.ob-block p + p {
    margin-top: 43px;
}
.ob-title {
    background-color: rgba(1, 191, 189, 0.1);
    font-weight: 500;
    margin-bottom: 20px;
    padding: 16px 20px;
}
.ob-list {
    padding-left: 1.6em;
    text-indent: -1.6em;
}
.ob-block a:not([href^="tel:"]) {
    color: #5353E4;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.ob-block a:hover {
    opacity: 0.7;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .list-circle {
        padding-left: 1.5em;
    }
    .list-circle li::before {
        top: 5px;
        left: -2em;
        width: 16px;
        height: 16px;
        line-height: 14px;
        letter-spacing: 0.05em;
        font-size: 1.2rem;
    }
}