/*================================================
 *  あっとパスポート 個別ページ　CSS設定
 ================================================*/

#atpassport {
    color: #5E5E5E;
    /* line-height: 1.6rem; */
}

section.hero {
    height: 320px;
    background-image: url(/product/atpassport/images/hero_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    width: 100%;
    color: #000;
    padding: 20px 0 16px 0;
    margin: 0 auto;
    text-align: center;
}

.heroinner {
    margin: 0 auto;
    max-width: 1010px;
    max-height: 440px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-basis: 40%:
}

.hero_title {
    max-width: 480px;
    padding: 100px 0;
}

.hero_img {
    max-width: 400px;
    object-fit: contain;
}

h2 {
    color: #000;
    line-height: 4.0rem;
}

h3 {
    color: #8C3334;
    line-height: 1.5;
}

h4 {
    line-height: 1.5;
}

h4 img {
    max-width: 326px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

h5 {
    text-align: center;
}

.aboutbox {
    max-width: 490px;
}

.aboutbox h5 img {
    width: 70%;
    margin: 0 auto 10px;
}

.aboutbox h3 {
    background-color: #373629;
    text-align: center;
    padding: 10px;
    color: #EAE9E6;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.aboutbox p {
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}

.aboutbox ul {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 10px;
}

.aboutbox li {
    width: 49%;
    background-color: #A09D8D;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.aboutbox li:last-child {
    width: 100%;
    margin-bottom: 5px;
}

.aboutbox li p {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin: 0 auto;
}

.aboutbox span {
    display: block;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
}

.bg_dark {
    background-color: #393831;
}

.cost {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin: 1.0rem 0;
    /* display: flex;
  flex-wrap: wrap; */
}

.cost span {
    font-size: 14px;
    font-weight: normal;
}

.pricebox h3 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
}

.pricebox ul .hSet {
    width: 100%;
    margin: 0 auto 3px;
}

.pricebox ul.hSet li:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    margin-bottom: 3px;
    padding: 8px 10px;
}

.pricebox ul.hSet li {
    text-align: left;
    margin-bottom: 3px;
    padding: 8px 10px;
    background: #fff;
    font-size: 16px;
}

.pricebox ul.hSet li.attend {
    font-size: 13px;
    background: #fff;
    padding: 8px 10px;
    text-align: right;
    background: none;
}


.btn {
    display: block;
    width: 100%;
    background-color: #A09D8D;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 15px 40px;
}

.btn a {
    color: #fff;
}

span {

    font-size: 1.4rem;
    text-align: center;
    /* display: block; */
    margin: 1.0rem auto 0;
}

section.demo {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

.demo_layout {
    max-width: 505px;
    margin: 0 auto;
    text-align: center;
}

.youtube2 {
    position: relative;
    width: 100%;
    text-align: center;
}

.youtube2 span {
    color: #333;
    font-size: 1.4rem;
    text-align: center;
    display: block;
}

.bg_lgray {
    background-color: #EAE9E6;
}

.custom_img {
    width: 100%;
}

.passport_img {
    max-height: 450px;
    object-fit: contain;
}

.btn {
    padding: 2.0rem;
    background-color: #A09D8D;
    color: #fff;
    font-size: 1.8rem;
}

.plus {
    color: #ebe6d3;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 2.0rem;
}




/*================================================
 *  あっとパスポート 個別ページ　Tablet
 ================================================*/
@media screen and (min-width:768px) and (max-width:1010px) {

    .col-3 {
        width: 50% !important;
        padding: 0 0.5% !important;
    }

}

/*================================================
  *  あっとパスポート 個別ページ　Sp
  ================================================*/

@media screen and (max-width:767px) {

    section {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    section.hero {
        height: 300px;
        background-position: 95% 135%;
        background-size: auto;
    }

    .heroinner {
        margin: 0 auto;
        max-width: 1010px;
        max-height: 440px;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-basis: 90%;
    }

    .hero_title {
        max-width: 310px;
        margin: 0 0 20px 0;
    }

    .hero_img {
        max-width: 270px;
    }

    .hero_title {
        padding: 0;
    }

    section.demo {
        width: 96%;
        background-color: #fff;
        padding: 35px 0;
        margin: 0 auto;
        text-align: center;
    }

    .youtube2 {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .youtube2 iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .passport_img {
        max-height: 300px;
    }


    .mb-20-sp {
        margin-bottom: 20px !important;
    }

    /* h3 {
    line-height: 2.4rem;
  }

  h4 {
    line-height: 2.2rem;
    font-size: 1.6rem;
  } */

}
