@charset "UTF-8";

html {
    font-size: 10px;
}

body {
    margin: 0;
    padding: 0;
    color: #4B4B4B;
    line-height: 1.8;
    font-family: "M PLUS Rounded 1c","Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.taC {
    text-align: center;
}

main {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.bg {
    padding: 20px;
    background-image: url(../img/bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner {
    max-width: 1000px;
    margin: auto;
}

section {
    margin-bottom: 20px;
    padding: 20px 0;
}

p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

a {
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 25px;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.banner {
    max-width: 450px;
    margin: auto;
}

#kv img {
    margin-bottom: 0;
}

.mainContent {
    max-width: 1200px;
    margin: auto;
}

.conbox {}

.conbox p {
    margin-bottom: 0;
}

.conbox .img {
    position: relative;
}

.conbox .img .txt {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.conbox .img .txt.left {
    right: auto;
    left: 6%;
}

.er04.conbox .img .txt.left {
    bottom: 9%;
}

.mr01.conbox .img .txt {
    width: 50%;
    position: absolute;
    right: 6%;
}

.mr01.conbox .img .txt img {
    margin: 20px auto 0;
}

.mr02.conbox .img .txt.left {
    left: 12%;
}

@media (max-width: 750px) {
    p {
        font-size: 20px;
    }
    .conbox .img .txt {
        width: 100%!important;
        position: relative!important;
        right: auto!important;
        bottom: auto!important;
        left: auto!important;
    }
    .pcimg {
        display: none;
    }
}

@media (max-width: 691px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .mb80 {
        margin-bottom: 40px !important;
    }

    .button {
        padding: 12px 25px;
        font-size: 14px;
    }

    p {
        font-size: 11px;
    }

    .mr01.conbox .img .txt {
        width: 40%;
        right: 11%;
    }
}

@media (max-width: 480px) {
    .bg {
        padding: 10px 0px;
        background-image: url(../img/bg_sp.jpg);
    }

    .intro {
        margin-bottom: 0;
    }

    h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    section {
        margin-bottom: 30px;
    }

    .intro p {
        font-size: 16px;
    }

    .border {
        padding: 40px 30px 20px;
    }

    .mb50 {
        margin-bottom: 35px !important;
    }

    .mb30 {
        margin-bottom: 20px !important;
    }

    .mb20 {
        margin-bottom: 13px !important;
    }
}
@media (max-width: 375px) {
        p {
        font-size: 13px;
    }
}