@media screen and (min-width: 768px),
print {
    #cookieLaw .cookieLawContent {
        width: 100%;
    }
}

.wrap {
    width: 90%;
    max-width: 1364px;
    margin: 0 auto;
}

@media screen and (max-width: 812px) {
.wrap {
    width: 100%;
}
}

.mv {
    text-align: center;
}

.mv img {
    width: 100%;
    height: auto;
}

.mv img.sp_none {
    max-width: 1200px;
}

.nav {
    padding: 60px 0;
}

@media screen and (max-width: 812px) {
    .nav {
        padding: 0 0 16px;
    }
}

.nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 812px) {
    .nav .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.nav .list .item {
    width: 32%;
    text-indent: 0;
    padding-left: 0;
}

@media screen and (max-width: 812px) {
    .nav .list .item {
        width: 100%;
        margin-bottom: 2px;
    }
}

.nav .list .item a {
    display: block;
    background-color: #B4C4C9;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

@media all and (-ms-high-contrast: none) {
    .nav .list .item a {
        padding: 10px 0 5px;
    }
}

.nav .list .item a:hover {
    opacity: 0.5;
}

.nav .list .item.current a {
    background-color: #006DBA;
}

section {
    padding-bottom: 60px;
}

@media screen and (max-width: 812px) {
    section {
        padding-bottom: 30px;
    }
}

section .sec_ttl {
    width: 95%;
    max-width: 1364px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    background-color: #006DBA;
    color:white;
    padding: 8px 0;
    font-size:42px;
    font-weight:bold;
}

@media screen and (max-width: 812px) {
    section .sec_ttl {
        width: 100%;
        margin-bottom: 25px;
        max-width: none;
        font-size: 24px;
        font-weight: bold;
    }
}

@media screen and (max-width: 767px),
print {
    section .sec_ttl img {
        width: auto;
        display: inline;
    }
}

section .btn_style {
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 14px;
    background-color: #154f8b;
    border: solid 2px #c29200;
    padding: 5px 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
    section .btn_style {
        padding: 5px 0 1px;
    }
}

@media screen and (max-width: 812px) {
    section .btn_style {
        font-size: 3.5vw;
    }
}

section .btn_style:hover {
    opacity: 0.5;
}

section .btn_style:after {
    content: '\FF1E';
    position: absolute;
    font-size: 14px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none) {
    section .btn_style:after {
        padding-top: 4px;
    }
}

@media screen and (max-width: 812px) {
    section .btn_style:after {
        font-size: 3.5vw;
        right: 5px;
    }
}

main #pagetop {
    display: block;
}

.pc_none {
    display: none;
}

@media screen and (max-width: 812px) {
    .pc_none {
        display: block;
    }
}

@media screen and (max-width: 812px) {
    .sp_none {
        display: none;
    }
}