@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------
*  index
* --------------------------------------------------------------------------------------------------*/
.about_box {
    margin-top: 50px;
}
.about_box .inner {
    padding: 0 70px;
    box-sizing: border-box;
}
.about_box .txt_box {
    margin-bottom: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #000000;
}
.about_box .txt_box.no-border {
    border: none;
}
.about_box .txt_box p {
    line-height: 2;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 1.5rem;
}
.about_box .txt_box p:last-child {
    margin-bottom: 0;
}
.about_box .title {
    background-color: #c1272d;
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
    padding: 0.5em;
    text-align: center;
}
.about_box .tel_box {
    margin-bottom: 60px;
}
.about_box .tel_box .title_wrap {
    background-color: #2e3192;
    padding: 5px;
}
.about_box .tel_box .title {
    background-color: #2e3192;
    border: 2px solid #fff;
    margin: 0;
    padding: 0 .25em .25em .25em;
    font-size: 50px;
}
.about_box .tel_box .title span.name {
    font-size: 30px;
    line-height: 5px;
}
.about_box .tel_box .title span.tel_number {
    line-height: 50px;
    vertical-align: middle;
}
.about_box .tel_box .title a.tel_number {
    color: #fff;
}

.about_box .considerations_box {
    margin-bottom: 120px;
}
.about_box .considerations_box h4 {
    font-size: 16px;
    margin-bottom: 0.5rem;
}
.about_box .considerations_box .text_box {
    padding: 1em 1.5em;
    border: 1px solid #999;
}
.about_box .considerations_box .text_box p {
    margin-bottom: 1em;
}
.about_box .considerations_box .text_box p:last-child {
    margin-bottom: 0;
}

.image_box {
    margin-bottom: 270px;
}
.image_box .inner {
    padding: 0 70px;
    box-sizing: border-box;
}
.image_box .inner figure {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .about_box .title span.name {
        margin-right: 4rem;
    }
    .about_box .tel_box .title span.tel_number {
        display: inline-block;
    }
    .about_box .tel_box .title a.tel_number {
        display: none;
    }
}

@media screen and (max-width: 767px)  {
    .about_box .txt_box p {
        font-size: 1.4rem;
    }
    .about_box {
        margin-top: 8%;
    }
    .about_box .inner {
        padding: 0;
    }
    .about_box .title {
        font-size: 2.5rem;
    }
    .about_box .txt_box {
        padding: 0;
        margin-bottom: 30px;

    }
    .about_box .tel_box .title {
        font-size: 2.5rem;
    }
    .about_box .tel_box .title span.name {
        font-size: 2rem;
    }
    .about_box .tel_box .title span.tel_number {
        display: none;
    }
    .about_box .considerations_box {
        margin-bottom: 20px;
    }
    .image_box {
        margin-bottom: 70px;
    }
    .image_box .inner {
        padding: 0;
    }
}