body * {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

body {
    background: #ffff;
}
#top_slider{
    /*display: none;*/
}
.container {
    width: 100%;
    margin: 98px auto 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#top_slider .slick-slide img{
    width: 100%;
}

#top_slider .slick-prev,
#top_slider .slick-next {
    display: none !important;
}

#top_slider .slick-dots {
    margin-bottom: 30px;
}

#top_slider .slick-dots li button:before {
    font-size: 20px;
    color: #009eaa;
}

.slider_line {
    width: 100%;
    height: 15px;
    background-color: #009eaa;
}

.inner_sec {
    width: 980px;
    margin: 0 auto;
}

.intro {
    width: 100%;
}

.intro h2 {
    font-size: 34px;
    font-weight: bold;
    color: #009eaa;
    text-align: center;
    margin: 50px auto;
}

h3 {
    font-size: 26px;
    font-weight: bold;
    color: #24585e;
    margin-bottom: 30px;
}

p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #373737;
}

.text_pc {
    text-indent: -20px;
    padding-left: 20px;
}

.download {
    display: block;
    text-align: center;
    margin-top: 65px;
}

.download.next {
    margin: 60px 0;
}

.download .download_btn {
    min-width: 448px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    background-color: #009eaa;
    border: 1px solid  #009eaa;
    border-radius: 3px;
    padding: 15px 35px;
}

.btn_sec {
    text-align: center;
    margin: 50px 0 60px 0;
}

.apply .btn_apply {
    display: inline-block;
}

.apply .apply_btn {
    min-width: 330px;
    font-size: 32px;
    font-weight: bold;
    background-color: #68a1ff;
    color: #ffffff;
    border: 1px solid #68a1ff;
    border-radius: 3px;
    padding: 10px 20px;
}

.btn_apply p {
    font-size: 18px;
    color: #009eaa;
    line-height: 1.5;
    margin-top: 20px;
    text-align: left;
}

.contact .contact_btn {
    min-width: 330px;
    font-size: 32px;
    font-weight: bold;
    background-color: #68a1ff;
    color: #ffffff;
    border: 1px solid #68a1ff;
    border-radius: 3px;
    padding: 10px 20px;
}

.explain {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    padding: 70px 0;
    margin: 0 auto;
}

.demo_sec01 {
    display: flex;
    margin-bottom: 50px;
}

.demo_txt h3 {
    font-size: 26px;
    font-weight: bold;
    color: #24585e;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.demo_txt p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #373737;
    margin-bottom: 20px;
}

.demo_sec02 {
    display: flex;
    flex-direction: row-reverse;
}

.demo_sec02 .demo_img img {
    float: right;
}


/* tb */

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .inner_sec {
        width: 90%;
    }
    .btn_apply p {
        margin: 0 0 20px 0;
    }
    .explain .demo_sec01 .demo_img img {
        width: 100%;
        height: auto;
    }
    .demo_sec01 .demo_img {
        padding-right: 20px;
    }
    .explain .demo_sec02 .demo_img img {
        width: 100%;
        height: auto;
    }
    .demo_sec02 .demo_txt {
        padding-right: 20px;
    }
}


/* SP */

@media only screen and (max-width: 767px) {
    .container {
        margin: .98rem auto 0;
    }
    .slider_line {
        width: 100%;
        height: 15px;
        background-color: #009eaa;
    }
    .inner_sec {
        width: 5.8rem;
    }
    .intro h2 {
        font-size: .36rem;
        margin: .50rem auto;
    }
    .intro h3 {
        font-size: .28rem;
        padding: 0 .20rem;
        margin-bottom: .20rem;
    }
    .intro p {
        font-size: .22rem;
        padding: 0 .20rem;
        margin-bottom: .40rem;
    }
    .download {
        margin-top: .5rem;
    }
    .download.next {
        margin: .6rem 0rem .5rem 0;
    }
    .download .download_btn {
        min-width: 4.50rem;
        font-size: .32rem;
        border: .01rem solid #009eaa;
        border-radius: .03rem;
        padding: .10rem .20rem;
    }
    .btn_sec {
        margin: .50rem 0 .60rem 0;
    }
    .apply .btn_apply {
        display: inline-block;
    }
    .apply .apply_btn {
        min-width: 4.50rem;
        font-size: .32rem;
        border: .01rem solid #68a1ff;
        border-radius: .03rem;
        padding: .10rem .20rem;
    }
    .btn_apply p {
        font-size: .175rem;
        margin: .15rem 0 .50rem 0;
        text-align: center;
    }
    .contact .contact_btn {
        min-width: 4.50rem;
        font-size: .32rem;
        border: .01rem solid #68a1ff;
        border-radius: .03rem;
        padding: .10rem .20rem;
    }
    .explain {
        padding: .7rem 0 0.3rem;
    }
    .demo_sec01 {
        display: block;
        margin-bottom: .30rem;
    }
    .demo_sec01 .demo_txt h3 {
        font-size: .26rem;
        font-weight: 700;
        text-align: center;
        margin: .40rem .30rem;
    }
    .demo_sec01 .demo_img,
    .demo_sec02 .demo_img {
        width: 100%;
        height: 4rem;
        text-align: center;
    }
    .demo_sec01 .demo_img img,
    .demo_sec02 .demo_img img {
        float: none;
        width: 5rem;
        height: 100%;
    }
    .demo_sec01 .demo_txt {
        padding: 0 0.2rem;
    }
    .demo_sec01 .demo_txt p {
        font-size: .22rem;
        margin-bottom: .40rem;
    }
    .demo_sec02 {
        display: block;
    }
    .demo_sec02 .demo_txt h3 {
        font-size: .26rem;
        font-weight: 700;
        text-align: center;
        margin: .40rem .30rem;
    }
    .demo_sec02 .demo_txt p {
        font-size: .22rem;
        padding-right: .20rem;
        margin-bottom: .40rem;
    }
}