.sub_page_top {
    height: 270px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding-top: 82px;
}
.sub_page_top.opinion {
    background-image: url(../img/opinion_bg.png);
}

.title_wrap {
    position: absolute;
    top: 50%;
    padding-left: 5%;
    color: white;
    letter-spacing: 0.2em;
}
.title_wrap img {
    height: 40px;
}
.faq .title_wrap img {
    height: 55px;
}

.main-container {
    padding: 0 70px;
}
#opinion {
    color: #D9D9D9;
}
#faq.container {
    max-width: 750px;
    margin: auto;
    margin-top: 50px;
    text-align: left;
}
#faq.sub .question {
    /* background-color: #ffffff42; */
    background-color: #1743D2;
}

/*言語選択*/
.lang_tab {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    padding-bottom: 50px;
}
.lang_tab a {
    padding: 10px 20px;
    color: #ffffff;
}
.lang_tab a.active {
    color: #ffea29;
    border-bottom: solid 1px #ffea29;
}
.lang_tab a:hover {
    background: #ffea293f;
}

.title_band {
    display: flex;
    align-items: center;
    padding: 0 10%;
    border-bottom: solid 1px #1743D2;
}
.title_band img {
    height: 35px;
    padding-right: 40px;
}
.title_band img#higher {
    height: 47px;
}
.title_band .jp {
    display: inline-block;
}

.sub-container {
    width: 80%;
    margin: auto;
    padding-bottom: 70px;
}
.opinion_list {
    color: #ffea29;
    padding: 30px 0;
}
.uline {
    border-bottom: solid 1px #ffea29;
}
.sup {
    padding-top: 20px;
}
.sp2 {
    display: none;
}

/* 検索ボックス */
.search_box {
    position: relative;
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 40px;
}
#search_input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #252525;
    border: solid 1px #ffffffee;
    padding-left: 15px;
    font-size: 16px;
    color: #ffffff;
}
::placeholder {
    font-size: 16px;
    color: #ffffffab;
}
#search_btn {
    position: absolute;
    top: 23%;
    right: 0;
    width: 24px;
    height: 24px;
    font-size: 20px;
    cursor: pointer;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
}

#search_btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://d30gptzzpavn8f.cloudfront.net/img/search_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline-block;
    position: absolute;
    top:0px;
    left: 0px;
}
#pagination button {
    margin: 0 2px;
    cursor: pointer;
}
.active {
    background-color: #1743D2; /* 例: 青色 */
    color: white;
}

@media screen and (max-width:768px) {
    .sub_page_top {
        height: 250px;
    }
    .title_wrap img {
        height: 35px;
    }
    .lang_tab {
        justify-content: center;
    }
    .main-container {
        padding: 0px;
    }
    .title_band {
        flex-direction: column;
        align-items: center;
    }
    .title_band img {
        padding-right: 0;
    }
    .title_band .jp {
        padding: 10px 0;
    }
    #inquiry {
        padding-top: 0;
    }

}

@media screen and (max-width:480px) {
    .sub_page_top {
        /* height: 230px; */
        height: 170px;
        padding-top: 70px;
    }
    .title_wrap {
        top: 60%;
        /* padding-left: 8%; */
    }
    .title_wrap img {
        height: 25px;
    }
    .faq .title_wrap img {
        height: 35px;
    }
    .title_wrap h2 {
        margin: 0;
    }
    .main-container {
        line-height: 1.5em;
    }
    .lang_tab {
        padding-bottom: 70px;
    }
    .title_band {
        padding: 0;
    }
    .title_band img {
        height: 30px;
    }
    .title_band img#higher {
        height: 40px;
    }
    .sub-container {
        font-size: 14px;
    }
    .sub-container.jp {
        text-align: justify;
    }
    .sub-container.en {
        width: 85%;
    }
}

@media screen and (max-width:400px) {
    .sp2 {
        display: block;
    }
    #faq.container {
        width: 90%;
        max-width: none;
    }
}