@charset "UTF-8";
/* CSS Document */

/* base */

html {
    overflow-x: hidden;
    overflow-y: scroll; -webkit-overflow-scrolling: touch
    }

body{
    font-family:'メイリオ', 'Meiryo', sans-serif;
    text-align: center;
    font-size: 20px;
}

h1{
    font-size: 1.8rem;
}

h2{
    font-size: 1.8rem;
    color: #72171C;
}

h3{
    font-size: 1.3rem;
    color: #0E2870;
    letter-spacing: 0.2rem;

}

.read2{
    margin-top: 30px;
    font-size: 1.1rem;
    line-height: 2rem;
}

.contact-btn{
    display: inline-block;
    background-color: #72171C;
    color: #ffffff;
    font-size: 1.2rem;
    width: 740px;
    height: 60px;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 18px;
}

.contact-btn:hover{
    background-color: #A20009;
}

.final-bar{
    font-size: 0.8rem;
    line-height: 1.2rem;
    background-color: #CDC27B;
    padding: 40px;
}

/* 上部帯 */

.obi{
    background-color: #0E2870;
    padding-top: 8px;
    width: 100%;
    height: 30px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
}

/* 上部問い合わせ */

.top{
    width: 100%;
    height: 100px;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.logo{
    width: 300px;
    height: auto;
    margin-left: 40px;
}

.top-contact{
    font-size: 1rem;
    color: #ffffff;
    width: 200px;
    height: 50px;
    padding-top: 15px;
    background-color: #72171C;
    border-radius: 5px;
    margin-right: 20px;
}

.top-contact:hover{
    background-color: #A20009;
}

/* メイン */

.main{
    width: 100%;
    height: 600px;
    background-image: url(../img/top-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main h1{
    padding-top: 40px;
    color: #72171C;
}

.main-read{
    margin-top: 30px;
    font-size: 1.1rem;
    color: #0E2870;
    line-height: 2rem;
    letter-spacing: 0.1rem;
}

/* ポイント */

.point-body{
    width: 100%;
    height: auto;
    background-color: #CDC27B;
}

.point-body h2{
    padding-top: 40px;
}

.point-3{
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
}

.point{
    width: 220px;
    height: 50px;
    font-size: 1.2rem;
    background-color: #0E2870;
    color: #ffffff;
    padding-top: 14px;
    margin: 20px 20px 20px 20px;
    border-radius: 10px;
}

/* サブポイント */

.sub{
    padding-top: 40px;
}

.logo-2{
    width: 300px;
    height: auto;
    margin-bottom: 20px;
}

.line{
    margin-top: 20px;
    width: 50px;
    height: auto;
}

.sub h2{
    padding-top: 40px;
}

.widow{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.window-img{
    width: 340px;
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}

.window-txt{
    width: 340px;
    height: auto;
    font-size: 0.8rem;
    text-align: left;
    padding: 20px;
    line-height: 1.6rem;
}

/* シミュレーション */

.sim{
    width: 100%;
    height: auto;
    background-color: #CDC27B;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sim-bar{
    width: 740px;
    height: 50px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #0E2870;
    padding-top: 16px;
    margin: 0 auto;
}

.sim-box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sim-point{
    display: flex;
    flex-flow: column;
    background-color: #ffffff;
    width: 340px;
    height: 340px;
    border-radius: 170px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.sim-number{
    font-size: 3rem;
    color: #0E2870;
    margin-bottom: 20px;
    font-weight: 700;
}

.sim-txt{
    margin-top: 20px;
    width: 200px;
    height: auto;
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.2rem;
}

.plus{
    width: 40px;
    height: 40px;
    margin: 10px;
}

.video-txt{
    font-size: 1.1rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    margin-top: 30px;
    margin-bottom: 20px;
}

.sim-bar2{
    width: 740px;
    height: 50px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #0E2870;
    padding-top: 16px;
    margin: 0 auto;
    margin-top: 60px;
}

.sim-image{
    width: 640px;
    height: auto;
    margin-top: 40px;
    margin-left: 5%;
}

/* ステップ */

.step{
    padding-top: 40px;
}

.logo-2{
    width: 300px;
    height: auto;
    margin-bottom: 20px;
}

.line{
    margin-top: 20px;
    width: 50px;
    height: auto;
}

.step h2{
    padding-top: 40px;
}

.step-box{
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.step3{
    margin-top: 20px;
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
}

.step-title{
    width: 270px;
    height: 50px;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: #72171C;
    border-radius: 10px;
    padding-top: 16px;
    font-size: 1.2rem;
}

.step-img{
    width: 270px;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
}

.step-txt{
    width: 270px;
    height: auto;
    font-size: 0.9rem;
    line-height: 1.6rem;
    text-align: left;
    margin-top: 20px;
}

.voice-box{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.voice-img{
    width: 270px;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    padding: 10px;
    border: solid 1px #000;
    border-radius: 10px;
}

.copyright{
    font-size: 0.5rem;
}

/* タブレットサイズ */

@media screen and (max-width: 959px) {

    .obi{
        font-size: 0.5rem;
    }

    .step-box{
        flex-wrap: wrap;
    }

    .window{
        flex-wrap: wrap;
    }

    .sim-box{
        flex-wrap: wrap;
        flex-flow: column;
    }

    .plus{
        margin-top: 20px;
    }

    .voice-box{
        flex-wrap: wrap;
    }
}

/* スマホサイズ */

@media screen and (max-width: 480px) {

    br {
        display: none;
      }

    .contact-btn{
        width: 300px;
        margin: 5% auto;
    }

    .sim-bar{
        width: 300px;
    }

    .sim-bar2{
        width: 300px;
        font-size: 1rem;
    }

    .obi{
        font-size: 0.5rem;
        padding: 10px;
        height: 55px;
        text-align: left;
    }

    .top{
        height: 200px;
        display: flex;
        flex-wrap: wrap;
    }

    .top-contact{
        width: 280px;
        margin: 0 auto;
    }

    .main-read{
        font-size: 0.9rem;
        width: 340px;
    }

    h1{
        font-size: 1.5rem;
        width: 280px;
        margin: 0 auto;
        line-height: 2.2rem;
    }
    
    h2{
        font-size: 1.2rem;
        width: 340px;
        margin: 0 auto;
        line-height: 1.6rem;
    }

    h3{
        font-size: 1.1rem;
        letter-spacing: 0.1rem;
    }

    .br::after{
        content: "\A";
        white-space: pre;
    }

    .main{
        height: 400px;
    }

    .main-read{
        font-size: 0.7rem;
        line-height: 1.2rem;
        margin: 10px auto;
    }

    .point-3{
        display: flex;
        flex-wrap: wrap;
    }

    .read2{
        font-size: 0.8rem;
        margin-left: 40px;
        margin-right: 40px;
        text-align: left;
        line-height: 1.4rem;
    }

    .sub{
        display: flex;
        flex-flow: column;
    }

    .logo-2{
        margin: 0 auto;
    }

    .line{
        margin: 0 auto;
        padding-top: 20px;
    }

    iframe{
        width: 90%;
        height: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .sim-image{
        width: 80%;
        height: auto;
        margin: 20px;
    }

    .sim-point{
        width: 310px;
        height: 310px;
    }

    .step{
        display: flex;
        flex-flow: column;
    }
}