@charset "utf-8";
/* CSS Document */

/*------------------------

診療内容

------------------------*/
.treatment {
    padding: 40px 0;
    background-color: #fff;
}

.treatment .icon {
    margin-bottom: 20px;
}

.treatment .title {
    text-align: center;
    color: #3f7dcc;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.treatment dl {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #cedce4;
}

.treatment dt {
    float: left;
    width: 25%;
    font-size: 18px;
    font-weight: 500;
    color: #3f7dcc;
}

.treatment dd {
    padding-left: 20px;
    padding-top: 3px;
    float: left;
    width: 75%;
    margin: 0;
}
.treatment .blocks-2 > li {
    width: 100%;
		margin-bottom: 0;
    margin-left: 0;
}
.treatment .blocks-2 h2{
    font-size: 1.6rem;
		margin-bottom: 6px;
}
.treatment .blocks-2 h3{
    font-size: 1.4rem;
		margin: -6px 0 4px;
}
.treatment .menu {
    margin: 0;
}

.treatment .menu li {
    width: 42%;
    float: left;
    margin-left: 3%;
    margin-right: 5%;
}

.treatment .menu li .name {
    float: left;
}

.treatment .menu li .price {
    float: right;
}

.treatment table {
    margin-bottom: 0;
}

.treatment th,
.treatment td {
    padding: 0 0 10px;
    ;
    border: 0;
}

.treatment .home-treatment li {
    margin-bottom: 10px;
    font-weight: 600;
}

.treatment .home-treatment li:before {
    content: url(../img/icon02.png);
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

@media (max-width: 1023px) {
    .treatment .blocks-5 li {
        text-align: center;
    }

    .treatment .menu {
        margin: 0 0 0 16px;
    }

    .treatment .menu li {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .treatment dt {
        width: 100%;
    }

    .treatment dd {
        padding-left: 0;
        float: left;
        width: 100%;
    }

    .treatment [id^="treatment"] dt,
    .treatment [id^="treatment"] dd {
        float: none;
    }
    .treatment [id^="treatment"] .blocks-2 {
        margin: 0;
    }

    .treatment .menu {
        margin: 0 0 16px;
        display: block;
        float: left;
        width: 100%;
    }

    .treatment .menu li {
        list-style: none;
    }
}

/*------------------------

こんな症状でお悩みではありませんか？

------------------------*/
.trouble {
    padding: 40px 0;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-position: center top;
}

.trouble .icon {
    margin-bottom: 20px;
}

.trouble h1 {
    text-align: center;
    color: #3f7dcc;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.trouble h2 {
    text-align: center;
    color: #00a6fb;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.trouble p {
    text-align: center;
    margin-bottom: 30px;
}

.trouble li:before {
    content: url(../img/icon02.png);
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

@media (max-width: 1023px) {
    .trouble .img {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .trouble p {
        text-align: left;
    }
}
