@charset 'UTF-8';

.footer {
    display: none;
}

.content_title::after {
    border-bottom: 2px solid #fff;
}

.title_size {
    margin: 0 auto 5%;
    color: #2d2f34;
    font-size: 48px;
    padding-bottom: 25px;
}

.content_title::after {
    border-bottom: 2px solid #2d2f34;
}

.feature_content ul {
    margin: 18% 0 10%;
}

.feature_content ul li {
    padding: 25px 0;
}

.question_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

.answer_content {
    padding: 0px 0 20px;
    display: none;
}

.question_content img {
    width: 4%;
    margin-right: 10px;
}

.feature_content ul li h2 {
    font-size: 22px;
    text-align: left;
    letter-spacing: 3px;
    line-height: 1;
    color: #2d2f34;
    margin-bottom: 12px;
}

.feature_content ul li p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: justify;
    color: #2d2f34;
    word-wrap: break-word;
}

.header_c_item ul li a {
    font-size: 1vw;
    color: #2d2f34;
    text-decoration: none;
    border: none;
    font-weight: bold;
    transition: .5s;
}

.header_logo {
    background: url(../img/logo_black.png) no-repeat center;
    background-size: 100%;
}

.ft_b {
    color: #1d236f;
    font-size: 16px;
}

.ft_b_title {
    color: #1d236f;
}

.hamburger span {
    background: #2d2f34;
}

.call_num {
    font-size: 18px;
}

@media screen and (max-width: 1400px) {
    .inner {
        width: 70%;
    }
    .feature_content ul li h2 {
        font-size: 20px;
        }
    }

@media screen and (max-width: 1030px) {
    .inner {
        padding: 0 5%;
        width: 80%;
    }
    .feature_content ul li h2 {
        font-size: 2.2vw;
    }
    .title_size {
        font-size: 7vw;
        padding-bottom: 3%;
    }
}

@media screen and (max-width: 767px) {
    .inner {
        padding: 0 5%;
        width: 100%;
    }
    .feature_content ul li h2 {
        font-size: 4.7vw;
        letter-spacing: 1px;
        width: 100%;
        line-height: 1.4;
    }
    .feature_content ul li p {
        font-size: 4vw;
        line-height: 1.6;
        letter-spacing: 1px;
        text-align: left;
    }
    .question_content img {
        width: 7%;
        margin-right: 5px;
    }
    .question_content {
        align-items: start;
        padding: 4% 0;
    }
    .feature_content ul {
        margin: 30% 0 10%;
    }
    .header_c_item ul li a {
        font-size: 5.5vw;
    }
}