@charset "utf-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navbar-collapse {
    z-index: 100000;
    background: #FFFFFF;
}

h1,
h2,
h3,
h4 {
    font-family: 'Noto Sans JP', sans-serif;
}

h2 {
    margin-top: 50px;
    font-size: 26px;
}

.fs12 {
    font-size: 12px;
}

.fs20 {
    font-size: 20px;
}

.fs23 {
    font-size: 23px;
}

.fcp {
    color: #754ffe;
}

.display-pc {
    display: none;
}

.display-sm {
    display: block;
}

.header {
    background-image: url("../transportsafety-learning_files/sp_first_view.jpg");
    height: 560px;
}

.header a {
    color: #FFF;
    text-decoration: none;
}

.header .topContact {
    width: 96%;
    height: 350px;
    background: #FFFFFF;
    text-align: left;
    position: absolute;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    left: 50%;
    top: 21%;
    transform: translate(-50%, -23%);
    z-index: 100;
}

.headersubimg {
    width: 170px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.header .marker {
    display: block;
    width: 95%;
    margin: 0 auto;
    background: #754ffe;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    text-align: center;
    z-index: 100;
}

.header h1 {
    margin: 25px auto;
    font-size: 30px;
    width: 99%;
    color: #754ffe;
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 100;
}


.topCopy {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    position: absolute;
    width: 95%;
    margin-top: 70px;
    z-index: 100;
}

.topContact .detail {
    color: #000;
    padding-top: 5px;
    margin: 5px;
    font-size: 12px;
    z-index: 100;
}

.header .btnAria {
    width: 100%;
    height: 70px;
    margin: 230px 0 0 0;
    padding: 5px;
    border-radius: 10px;
    font-size: 13px;
    background: #e1ddf0;
    z-index: 100;
}

.purplebtn {
    display: block;
    background: #754ffe;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    padding: 12px;
    width: 56%;
    border-radius: 100px;
    font-weight: bold;
    top: -45px;
    margin-left: 44%;
    position: relative;
    z-index: 100;
}

.purplebtn:hover {
    color: #fff;
    opacity: 0.4;
    clear: both;
}

.monthPrice {
    width: 100px;
    text-align: left;
    display: block;
    background: #3c3c3c;
    font-size: 13px;
    height: 1.5;
    color: #FFFFFF;
    margin: 10px 0;
    padding: 5px 10px;
    border-radius: 5px;
}


.Contactbtn .purplebtn {
    width: 80%;
    margin: 50px auto;
    display: block;
    font-size: 16px;
}

@media screen and (max-width:375px) {
    .header .btnAria {
        margin: 250px 0 0 0;
    }

    .header .topContact {
        top: 25%;
    }
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 35px;
    }

    .display-pc {
        display: block;
    }

    .display-sm {
        display: none;
    }

    .header {
        background-image: url("../transportsafety-learning_files/first_view.jpg");
        width: 100%;
        height: 571px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .headersubimg {
        width: 43%;
        height: auto;
        display: block;
        position: absolute;
        left: 110%;
        top: 72%;
        margin-top: 0px;
        transform: translate(-105%, -50%);
        z-index: 10;
    }

    .header .topContact {
        width: 650px;
        height: 340px;
        background: #FFFFFF;
        text-align: left;
        position: absolute;
        font-weight: bold;
        padding: 10px;
        border-radius: 10px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }


    .header .marker {
        background: #754ffe;
        color: #FFF;
        font-weight: bold;
        font-size: 14px;
        position: absolute;
        width: 600px;
        text-align: center;
        z-index: 10;
        margin: 10px;
    }

    .header h1 {
        margin: 22px auto;
        display: block;
        font-size: 38px;
        width: 630px;
        color: #754ffe;
        font-weight: bold;
        text-align: center;
        position: absolute;
        z-index: 100;
        line-height: 2;
    }


    .topCopy {
        color: #000;
        font-weight: bold;
        font-size: 13px;
        line-height: 1.4;
        position: absolute;
        width: 430px;
        margin-top: 95px;
        margin-left: 15px;
        position: fixed;
        z-index: 100;
    }

    .topContact .detail {
        color: #000;
        padding-top: 5px;
        font-size: 13px;
        margin: 10px 25px;
        z-index: 100;
    }

    .header .btnAria {
        width: 400px;
        height: 80px;
        margin: 230px 0 0 10px;
        padding: 5px;
        border-radius: 10px;
        font-size: 13px;
        background: #e1ddf0;
        z-index: 10;
    }

    .purplebtn {
        width: 220px;
        margin-top: -8px;
        margin-left: 150px;
        font-size: 17px;
    }


    .Contactbtn .purplebtn {
        width: 50%;
        margin: 80px auto;
        display: block;
        font-size: 20px;
    }
}