

#img-page {
    margin: 0 40px;
    display: block;
    overflow: hidden;
}
.contents-img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 370px;
    margin: 0px 0px 0px;
    z-index: 1;
    overflow: hidden;
    /* background-image: url(../images/faq_hero.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #EFEFEF;
}
.contents-img .Title {
    max-width: 1080px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
}
.Title .title_en{
    font-size: 3.2rem;
    margin-bottom: 0.3em;
    line-height: 0.9em;
    font-weight: 700;
}
.Text-Line{
    margin-bottom: 0;
}
.Text-Line img{
    max-width: 330px;
    width: 100%;
}
.text-content-img{
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
}
/* product */
.faq-text-container{
    margin: 100px 45px 0px 45px;
}
.faq-text-container h2{
    font-size: 20px;
}
.faq-text-container-item {
    border-left: #597ea0 4px solid;
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    text-align: left;
    z-index: 1;
    background: #F2F5F8;
  }

  .faq-text-container h2 {
    display: inline-block;
    width: 100%;
    position: relative;
  }

  .faq-text-container h2::after {
    position: absolute;
    top: 50%;
    content: '';
    height: 1px;
    background-color: #597ea0;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: -1;
  }





.container-item{
    padding: 0 5%;
    margin: 0 auto;
}
.container-item p{
    font-size: 16px;
}
.faq-item ul{
    width: 100%;
    padding: 0;
    margin-top: 40px;
}
.faq-item li:first-child {
    border-top: 1px solid #bacad8;
}

.faq-item li {
    position: relative;
    border-bottom: 1px solid #bacad8;
    list-style: none;
    font-size: 20px;
    font-weight: 700;
}
.faq-item>ul>li>.toggle {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    padding: 0px 20px;
}

.inline-box{
    padding-left: 30px;
}
.OpenPageFaq{
    text-align: left;
    padding: 1.6em 3em;
    line-height: 1.8;
    color: #333333;
    background: #E4EAF0;
    border-top: 1px solid #bacad8;
    margin-bottom: 1em;
    opacity: 0.7;
}
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait) {
    .container-item p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    #img-page {
        margin: 0px 20px;
    }
    .contents-img .Title {
        width: 65%;
    }
    .Title .title_en {
        font-size: 30px;
    }
    .contents-img {
        height: 200px;
    }
    .faq-text-container {
        margin: 40px 15px 0;
    }
    .faq-text-container-item {
        font-size: 16px;
    }
    .container-item p {
        font-size: 12px;
    }
    .faq-item li {
        font-size: 16px;
    }
    .inline-box {
        padding-left: 10px;
    }
    .faq-item>ul>li>.toggle {
        padding: 0;
    }

}
