footer {
    margin: 0;
}

body {
    font-weight: 500;
}

/**meinvisual**/

.mainmv {
    background: url(../images/mainbg.png)center center no-repeat;
    max-width: 1000px;
    height: 250px;
    margin: 0 auto;
    position: relative;
}

.maintitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainrepletion {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
}

/**meincontent**/

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

.box02,
.box03,
.box04,
.box05 {
    margin-bottom: 50px;
}

.box img {
    width: 100%;
}

.box .subtitle {
    background-color: #e5ebfb;
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
    font-size: 18px;
    padding:8px 0;
}

.box .subtitle::before {
    content: "";
    display: inline-block;
    border: 5px solid #0e439c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: 0 5px;
}

.box01 .title {
    font-size: 22px;
    color: #fff;
    background: #0e439c;
    padding: 2% 1%;
}

.box01 .text {
    font-size: 16px;
    line-height: 1.7;
    margin: 1% 0;
}

.box01 .img {
    margin: 2% auto;
    max-width: 950px;

}

.box01 .notes {
    font-size: 14px;
    margin: 1% 0;
}

.box02 {
    margin-top: 150px auto;
}

.box02 .merit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2% 0;
}

.box02 .backblue {
    width: 31%;
    margin: 1%;
    background: #c2e6f9;
    padding: 1%;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
}

.box02 .number {
    position: absolute;
    top: 3%;
    left: 3%;
    background: #fff;
    padding: 1% 4%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
}

.box02 .supplement {
    font-size: 0.8em;
}
.box02 .notes {
    font-size: 12px;
}

.box03 .list {
    margin: 2% 0;
    list-style: disc;
    padding-left: 2em;
    line-height: 1.8;
}

.box03 .notes {
    font-size: 12px;
}

.box04 .flame {
    display: flex;
    margin: 2% 0;
}

.box04 .text {
    width: 60%;
}

.box04 .img {
    width: 30%;
}

.box05 {
    max-width: 700px;
    padding: 1% 2%;
    margin: 5% auto;
    display: flex;
    background: #e7ba04;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.box05 .img {
    margin: 0 1%;
    width: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box05 .text {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

/**banner**/

.banner .list {
    max-width: 1000px;
    display: flex;
    margin: 5% 0;
}

.banner .list li {
    width: 32%;
    margin: 1% 0.5%;
}

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

    /**meinvisual**/
    .mainmv {
        background: url(../images/mainbg.png)left center no-repeat;
        max-width: 100%;
        height: 250px;
    }

    .maintitle {
        width: 90%;
    }

    .mainrepletion {
        position: absolute;
        top: 15%;
        width: 20%;
    }

    /**meincontent**/
    .box {
        max-width: 96%;
        margin: 0 auto;
    }

    .box02,
    .box03,
    .box04,
    .box05 {
        margin-bottom: 15%;
    }

    .box img {
        width: 100%;
    }

    .box .subtitle {
        background-color: #e5ebfb;
        background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
        background-position: 0 0, 3px 3px;
        background-size: 6px 6px;
        font-size: 1.4em;
        padding-left: 1em;
        text-indent: -1em;
    }

    .box .subtitle::before {
        content: "";
        display: inline-block;
        border: 3px solid #0e439c;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }

    .box01 .title {
        font-size: 1.3rem;
        text-align: center;
    }

    .box01 .text {
        font-size: 0.8rem;
        margin: 1% 0;
    }

    .box01 .img {
        margin: 2% auto;
        max-width: 950px;

    }

    .box01 .notes {
        font-size: 0.8rem;
        margin: 1% 0;
    }

    .box02 {
        margin-top: 15%;
    }

    .box02 .backblue {
        width: 48%;
        margin: 1%;
        background: #c2e6f9;
        padding: 1%;
        box-sizing: border-box;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        position: relative;
    }

    .box02 .number {
        position: absolute;
        top: 3%;
        left: 3%;
        background: #fff;
        padding: 1% 7%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        font-size: 1.0rem;
        font-weight: bold;
    }
    .box02 .notes {
        font-size: 0.8rem;
        margin: 1% 0;
    }

    .box03 .notes {
        font-size: 0.9rem;
    }

    .box04 .flame {
        display: block;
        margin: 2% 0;
    }

    .box04 .text {
        width: 96%;
        margin: 2%;
    }

    .box04 .img {
        width: 96%;
        margin: 2%;
    }

    .box05 {
        width: 80%;
        padding: 1% 2%;
        margin: 5% auto;
        display: block;
    }

    .box05 .img {
        margin: 0 auto;
        width: 10%;
        text-align: center;
    }

    .box05 .text {
        font-size: 1.0em;
    }

    .footer-box_a-inr ul li {
        width: 100%;
    }

    /**banner**/
    .banner .list {
        max-width: 1000px;
        display: block;
    }

    .banner .list li {
        width: 60%;
        margin: 1% auto;
    }

    .menu-ul01 li {
        display: none;
    }

    .menu-ul01 p.homenew_nav,
    .menu-ul01 li.homenew_nav {
        display: block;
    }
    .menu-ul01 li.homenew_nav.arrowNo::after{display: none;}
}
