body {
    -webkit-text-size-adjust: 100%
}

section.passed {
    padding: 5px 0 5px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background: #ffd8e1
}

section.passed ul {
    margin: 0;
    display: inline-block;
    padding-left: 0%;
    white-space: nowrap;
    line-height: 1em;
    animation: scrollPassed 65s linear infinite
}

@keyframes scrollPassed {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

section.passed ul li {
    font-size: 16px;
    display: inline;
    font-weight: 700;
    margin: 0 20px 0 0;
    color: #ff6370;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif
}

section.passed ul li img {
    width: 20px;
    margin: 0 5px 0 0;
    vertical-align: middle
}

section.passed li span {
    vertical-align: middle
}

.accordion-hidden {
    display: none
}

section.sec3 div.accordion {
    width: 80%;
    box-sizing: border-box;
    padding: 15px;
    position: static
}

.accordion-open_promise {
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #224eb1
}

.accordion-open_promise span {
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #ffa800;
    width: 15%;
    padding: 5px 0 5px;
    margin-right: 10px
}

.accordion-close_promise span.txt {
    display:block;
    margin: 20px 0 0
}

section.sec3 div picture {
    position: static
}

.accordion-hidden {
    display: none
}

.accordion-open_member {
    display: block;
    cursor: pointer;
    background: #2c4274;
    color: #FFF;
    border: 1px #fff solid;
    width: 90%;
    margin: 50px auto 20px;
    text-align: center;
    padding: 5px;
    border-radius: 3px
}

.accordion-close_member {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: 0.5s
}

.accordion-hidden:checked+.accordion-open_member+.accordion-close_member {
    margin: 10px 0 20px;
    line-height: 26px;
    color: #333;
    height: auto
}

.toggle {
    display: none
}

.title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s
}

.title {
    display: block;
    background: #08215a;
    color: #fff;
    text-indent: 0;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 100%;
    box-sizing: border-box;
    font-weight: 400;
    margin: 0 0 5px;
    opacity: 1
}

.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: .75em;
    background-color: #fff;
    transition: all 0.3s
}

.title::after {
    transform: rotate(90deg)
}

section#qa .content {
    max-height: 0;
    overflow: hidden;
    display:block;
}

section#qa .content span {
    display:inline-block;
    margin: 10px 0 20px;
    line-height: 26px;
    color: #333;
    height: auto
}

section#qa .toggle:checked+.title+.content {
    max-height: 700px;
    transition: all 1.5s;
    overflow:scroll;
    overflow-x: hidden;
}

section#qa .toggle:checked+.title::before {
    transform: rotate(90deg)
}

section#qa .accordion label:hover {
    background: #374c7e
}

section#qa label.accordion-open_pref:hover{
    background: #d9dde9
}

section#qa label.accordion-close_pref:hover{
    background: none
}

section#qa label.accordion-close_pref:hover a{
    background: none
}

.accordion-hidden:label::after {
    display: inline-block;
    content: "��";
    padding-right: 5px;
    transition: 0.2s
}

.accordion-hidden:label:hover {
    display: inline-block;
    content: "繝ｼ";
    padding-right: 5px;
    transition: 0.2s
}

.accordion-hidden {
    display: none
}

.accordion-open_pref {
    background: #fff;
    border: #08215a 2px solid;
    color: #08215a;
    text-indent: 0;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    font-size: 100%;
    box-sizing: border-box;
    font-weight: 700;
    display: block;
    width: 95%;
    margin: 5px auto 5px
}

.accordion-close_pref {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: 0.5s;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    box-sizing: border-box
}

.accordion-close_pref a {
    text-decoration: underline;
    font-weight: 700;
    display: block;
    width: 33%;
    margin: 5px 0 0
}

.accordion-close_pref a.p50 {
    width: 50%
}

.accordion-hidden:checked+.accordion-open_pref+.accordion-close_pref {
    margin: 10px auto 20px;
    line-height: 26px;
    color: #333;
    height: auto
}

.autoplay-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    height: 160px
}

@keyframes slideshow {
    0% {
        left: 100%
    }
    5% {
        left: 0%
    }
    20% {
        left: 0%
    }
    24.3% {
        left: -100%
    }
    100% {
        left: -100%
    }
}

.autoplay-slider li {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    animation: slideshow 8s linear infinite forwards
}

.autoplay-slider li:nth-child(1) {
    animation-delay: 0s
}

.autoplay-slider li:nth-child(2) {
    animation-delay: 1.6s
}

.autoplay-slider li:nth-child(3) {
    animation-delay: 3.2s
}

.autoplay-slider li:nth-child(4) {
    animation-delay: 4.8s
}

.autoplay-slider li:nth-child(5) {
    animation-delay: 6.4s
}

@keyframes noslide {
    0% {
        opacity: 0;
        left: 0%
    }
    30% {
        opacity: 1;
        left: 0%
    }
    51% {
        opacity: 0
    }
    100% {
        opacity: 0;
        z-index: -1
    }
}

.autoplay-slider li:last-child {
    left: 0%;
    opacity: 0;
    z-index: 10;
    animation: noslide 1s forwards;
    position: relative
}

.autoplay-slider li img{
    width:100%;
    object-fit: contain;
}

main {
    width: 100%;
    height: 46vw;
    background-image: url(../image/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom -20%;
    position: relative
}

main div {
    position: absolute;
    top: 6.5vw;
    font-size: 44px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.4em;
    padding: 0 0 0 6%;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #182e62
}

div.no1wrap div.no1 {
    margin: 0 auto 0;
    height: auto;
    position: static;
    text-align: center;
    width: 100%;
    background: #24386d
}

div.no1wrap div.no1 ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: center;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center
}

div.no1wrap div.no1 ul li {
    padding: 25px 0 25px;
    width: 31%;
    margin: 0 1% 0
}

div.no1wrap div.no1 ul li a {
    display: block
}

div.no1wrap div.no1 img {
    max-width: 600px;
    display: block;
    width: 100%;
    height: 100%
}

main div span {
    display: block
}

main div span.copy {
    display: inline-block;
    background: linear-gradient(transparent 40%, #fff298 40%);
    line-height: 33px;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-size: 24px;
    margin: 0 0 45px;
    font-weight: 700
}

main div span.size1 {
    font-size: 30px
}

main div span.size2 {
    font-size: 46px;
    margin: -5px 0 25px
}

main div span.size3 {
    line-height: 40px;
    font-size: 21px
}

main div.slick-track {
    padding: 0!important
}

a.enter {
    display: block;
    padding: 5px 10px;
    border: #FFF 2px solid;
    color: #fff;
    text-align: center;
    margin: 30px auto 0;
    width: 220px;
    font-weight: 700
}

section {
    background: #FFF
}

section.sec1 {
    padding: 10px 0 0;
    background: linear-gradient(-90deg, #d8e2f9 0%, #d8e2f9 60%, #FFF 60%, #FFF 100%);
    margin: 0
}

section.sec2 {
    background: #224eb1
}

section.sec3 {
    background-image: url(../image/sec3_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right 5px bottom 0;
    background-size: 15%
}

div.banner {
    position: absolute;
    bottom: 0;
    top:auto;
    width: 100%;
    background-color: rgba(255, 255, 255, .8)
}

div.banner ul {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0 0;
    display: flex;
    flex-direction: center;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

div.banner ul li {
    width: 49%
}

div.contents {
    clear: both;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 30px 20px 20px;
    box-sizing: border-box
}

section.sec1 div.contents {
    display: flex;
    flex-direction: center;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 460px;
    height:auto;
}

section.sec1 div.contents h2 {
    margin-top: 12%;
    width: 50%;
    font-size: 27px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #182e62;
    line-height: 50px
}

section.sec1 div.contents p {
    margin-top: 10%;
    width: 49%
}

section.add1 {
    background: #224EB1
}

section.add1 div.contents h2 {
    padding: 30px 0 30px;
    margin-bottom: 45px;
    font-weight: 900;
    font-size: 32px;
    color: #fff;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    position: relative
}

section.add1 div.contents h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 150px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff
}

section.add1 div.contents h3 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #224eb1;
    width: 100%;
    text-align: center;
    font-size: 175%;
    margin: 10px auto 10px
}

section.add1 div.contents p {
    color: #fff
}

section.add1 div.graph_wrap {
    border: 3px #ffcd49 solid;
    background: #FFF;
    padding: 3% 5%;
    width: 80%;
    margin: 30px auto;
    -webkit-box-shadow: 0 6px 13px -9px rgba(0, 0, 0, .9);
    -moz-box-shadow: 0 6px 13px -9px rgba(0, 0, 0, .9);
    box-shadow: 0 6px 13px -9px rgba(0, 0, 0, .9)
}

section.add1 div.contents ul {
    width: 100%;
    margin: 30px auto;
    display: flex;
    flex-direction: center;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

section.add1 div.contents ul li {
    width: 28%
}

section.add1 div.contents ul li img {
    width: 100%;
    height: 100%
}

section.sec2 div.contents h2 {
    padding: 30px 0 30px;
    margin-bottom: 25px;
    font-weight: 900;
    font-size: 32px;
    color: #FFF;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    position: relative
}

section.sec2 div.contents h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 150px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFF
}

section.sec2 div.contents p {
    color: #FFF;
    margin: 0 0 20px
}

section.sec2 div.contents ul {
    display: flex;
    flex-direction: center;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

section.sec2 div.contents ul li {
    width: 24%
}

section.sec2 div.contents ul li dt {
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #224eb1;
    background: #fff;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: .1em
}

section.sec2 div.contents ul li dd {
    border: 3px solid #FFF;
    box-sizing: border-box;
    height: auto
}

section.sec2 div.contents ul li dd img {
    display: block;
    width: 100%;
    height: 100%
}

section.sec3 {
    background-image: url(../image/sec3_bg.jpg);
    background-size: cover;
    background-position: center, center
}

section.sec3 div {
    height: auto
}

section.sec3 div.contents h2 {
    padding: 30px 0 30px;
    margin-bottom: 45px;
    font-weight: 900;
    font-size: 32px;
    color: #224eb1;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    position: relative
}

section.sec3 div.contents h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 150px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #224eb1
}

section.sec3 div.contents p.des {
    color: #224eb1
}

section.sec3 div li {
    position: relative;
    width: 100%;
    margin: 20px 0 0;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0
}

section.sec3 div img {
    width: 20%
}

section.sec3 div picture {
    width: 20%
}

section.sec3 div img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

section.sec4 div.contents h2 {
    padding: 30px 0 30px;
    margin-bottom: 45px;
    font-weight: 900;
    font-size: 32px;
    color: #224eb1;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    position: relative
}

section.sec4 div.contents h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 150px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #224eb1
}

section.sec4 span.entry {
    display:block;
    margin: 10px auto 15px;
    padding: 10px;
    border: #DDD 1px solid;
}

section.sec4 span.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

section.sec4 span.entry span.comment {
    display:block;
    padding: 10px 0 0;
    margin: 10px 0 0;
    border-top: 1px #666 solid;
}
section.sec4 span.entry span.name {
    background: none;
    font-weight: 700;
    color: #333;
    margin: 0;
    font-size: 110%;
    padding: 1px 0 1px;
}
 section.sec4 span.label{
    display: inline-block;
    background: #2c4274;
    color: #FFF;
    margin: 0 3px 0;
    text-align: center;
    padding: 1px 5px 1px;
    font-size: 85%;
    line-height: 20px;
}  
    
 section.sec4 span.close {
    display: block;
    padding: 5px 10px;
    border: 1px #ccc solid;
    width: 50px;
    text-align: center;
    font-size: 80%;
    float: right;
}   

section.sec4 img {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    margin: auto
}

section.score {
    background: url(../image/score_bg.jpg);
    background-size: cover
}

section.score div.contents h2 {
    padding: 30px 0 30px;
    margin-bottom: 45px;
    font-weight: 900;
    font-size: 32px;
    color: #224eb1;
    line-height: 26px;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    position: relative
}

section.score div.contents h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 150px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #224eb1
}

section.score ul {
    width: 100%;
    margin: 20px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
}

section.score ul li {
    width: 19%;
    background: #fff;
    margin: 10px auto 10px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px #2e5683 solid;
    position: relative
}

section.score ul li article{
    position: relative
}
section.score ul li h3 {
    font-weight: 700;
    font-size: 14px;
    width: 100%
}

section.score ul li h3 span.sj {
    color: #fff;
    background: #224eb1;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    text-align: center;
    margin: 0;
    width: 50%;
    display:block;
}

section.score ul li h3 span {
    margin: 32px 0 0;
    color: #E00;
    font-size: 18px;
    font-weight: 700;
}

section.score ul li h3 picture{
    display:inline-block;
    width:fit-content;
}
    
section.score ul li div{
    width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin:10px 0 0;
    }



section.score ul li div picture {
    width:40%;
    display:block;
}

section.score ul li div p {
    width: 55%;
    font-size: 12px;
    line-height: 14px;
}

section.score ul li picture.cle {
    position:absolute;
    width: 20%;
    display: block;
    top: -30px;
    right: 31px;
}

section.add3 {
    background: #a8c0f1
}

section.add3 div.contents h2 {
    padding: 30px 0 30px;
    margin-bottom: 45px;
    font-weight: 900;
    font-size: 32px;
    color: #FFF;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    position: relative
}

section.add3 div.contents h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 150px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFF
}

section.add3 ul {
    width: 100%;
    margin: 20px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0
}

section.add3 ul li {
    width: 32%
}

section.add3 ul.underSide {
    width: 67%;
    margin: 20px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0
}

section.add3 ul.underSide li {
    width: 48.5%
}

section.add3 ul li dt {
    width: 70%;
    padding: 30% 0 15%;
    text-align: center;
    background: #27317b;
    color: #fff;
    font-size: 57px;
    margin: 10px auto 15px;
    border-radius: 125px
}

section.add3 ul li dt span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 10% auto 0
}

section.add3 ul li dd {
    color: #fff
}

section.sec5 {
    background-image: url(../image/sec5_bg.jpg);
    background-size: cover;
    background-position: center, center
}

section.sec5 div.contents {
    height: auto
}

section.sec5 div.contents h2 {
    padding: 30px 0 30px;
    margin-bottom: 45px;
    font-weight: 900;
    font-size: 32px;
    color: #224eb1;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    position: relative
}

section.sec5 div.contents h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 150px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #224eb1
}

section.sec5 div.contents p {
    color: #224eb1;
    margin: 0 0 20px
}

section.sec5 ul.accordion .inner {
    display: none
}

section.sec5 ul.accordion p {
    display: block;
    cursor: pointer;
    background: #2c4274;
    color: #FFF;
    border: 1px #fff solid;
    width: 90%;
    margin: 50px auto 20px;
    text-align: center;
    padding: 5px;
    border-radius: 3px
}

section.sec5 ul.accordion li.content {
    margin: 10px auto 15px;
    padding: 0;
    background: #fff;
    border: #EEE 1px solid
}

section.sec5 ul.accordion span#mess {
    text-align: center;
    color: #224eb1;
    font-weight: 700
}

section.sec5 img {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    margin: auto
}

section.sec6 {
    background: #224eb1
}

section.sec6 div.contents h2 {
    padding: 30px 0 30px;
    margin-bottom: 45px;
    font-weight: 900;
    font-size: 32px;
    color: #FFF;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    position: relative
}

section.sec6 div.contents h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 150px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFF
}

section.sec6 ul {
    width: 100%;
    margin: 20px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
}

section.sec6 ul li {
    border: 3px #fff solid;
    width: 48%;
    margin: 0 0 15px;
}

section.sec6 ul li dl {
    width: 100%;
    box-sizing: border-box;
    border: 3px #224eb1 solid;
    background: #fff;
    padding: 10px
}

section.sec6 ul li dl dt {
    text-align: center;
    font-weight: 700;
    color: #224eb1;
    font-size: 24px;
    margin: 10px 0 15px
}

section.sec6 ul li dd img {
    width: 100%;
    height: 100%
}

section.sec6 ul li dl dd a {
    display: block;
    padding: 7px;
    background: #08215a;
    color: #fff;
    margin: 15px 0 0;
    text-align: center;
    font-weight: 700
}

section.sec7 {
    background-image: url(../image/sec7_bg.jpg);
    background-size: cover;
    background-position: center, center
}

section.sec7 div h2 {
    padding: 30px 0 30px;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 32px;
    color: #224eb1;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    position: relative
}

section.sec7 div.contents h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 150px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #224eb1
}

section.sec7 div.contents h3 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #224EB1;
    width: 100%;
    text-align: center;
    font-size: 150%;
    margin: 30px auto 50px
}

section.sec7 div.contents h3 span {
    font-size: 40%;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif
}

section.sec7 div.area {
    width: 100%;
    background: rgba(255, 255, 255, .9);
    box-sizing: border-box;
    padding: 15px
}

section.sec7 div.area p {
    margin: 15px 0 20px
}

section.sec7 div.area div#youtube {
    position: relative;
    width: 94%;
    margin: 0 auto 20px
}

section.sec7 div.area div.movie{ position:relative;
width:94%;
margin:0 auto 20px;
padding:52.25% 10px 10px
}
section.sec7 div.area div#youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 500px!important
}
section.sec7 div.area ul li {
    border-top: #f6f6f6 1px solid;
    width: 100%;
    margin: auto;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 0 15px;
    -webkit-box-shadow: 0 6px 13px -9px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 6px 13px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 6px 13px -9px rgba(0, 0, 0, .75)
}
section.sec7 div.area ul li dt {
    font-weight: 700;
    margin: 0 0 15px;
    color: #224eb1
}
section.sec7 div.area ul li dd {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #ffff 50%, #ffff 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #999 97%, #999 100%);
    background-size: 8px 100%, 100% 2em;
    line-height: 2
}
section.sec7 div.area:last-child {
    margin: 25px 0 0
}
section.add2 {
    background-image: url(../image/add2_bg.jpg);
    background-color: #DAE2F9;
    background-position: left bottom;
    background-repeat: no-repeat
}
section.add2 div h2 {
    padding: 30px 0 30px;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 32px;
    color: #224eb1;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    position: relative
}
section.add2 div.contents h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 150px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #224eb1
}
section.add2 div ul li {
    width: 100%;
    margin: auto;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 0 20px;
    -webkit-box-shadow: 0 6px 13px -9px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 6px 13px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 6px 13px -9px rgba(0, 0, 0, .75)
}
section.add2 div ul li dt {
    font-weight: 700;
    margin: 0 0 20px;
    color: #224eb1
}
section.add2 div ul li dd {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #ffff 50%, #ffff 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #999 97%, #999 100%);
    background-size: 8px 100%, 100% 2em;
    line-height: 2
}
div#mess {
    text-align: center;
    color: #224eb1;
    font-weight: 700
}
section.sec8 div.contents {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    height: auto;
    padding: 30px 20px 20px;
    box-sizing: border-box
}
section.sec8 div h2 {
    padding: 30px 0 30px;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 32px;
    color: #224eb1;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    position: relative
}
section.sec8 div.contents h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 150px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #224eb1
}
section.sec8 li dl.panel {
    width: 100%;
    margin: auto;
    padding: 5px
}
section.sec8 li dl.panel dt {
    background: #08215a;
    color: #fff;
    text-indent: 0em;
    padding: 10px 15px 10px;
    cursor: pointer;
    position: relative;
    font-size: 100%;
    box-sizing: border-box;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-weight: 400
}
section.sec8 li dl dt::after {
    position: absolute;
    right: 15px;
    font-weight: 700;
    content: "+"
}
section.sec8 li dl dt:hover {
    background: #374c7e
}
section.sec8 li dl dt:hover::after {
    content: "－"
}
section.sec8 li dl.panel dd {
    margin: 10px 0 20px;
    line-height: 26px
}
section.sec8 li dl.panel dd a {
    text-decoration: underline
}
section.sec9 {
    background: linear-gradient(90deg, #224eb1 0%, #224eb1 60%, #d8e2f9 60%, #d8e2f9 100%);
    margin: 0
}
section.sec8 div.qa_pref {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    height: auto;
    padding: 30px 5px 20px;
    box-sizing: border-box
}
section.sec8 div.qa_pref dl dt {
    background: #fff!important;
    border: #08215a 2px solid!important;
    color: #08215a!important;
    text-indent: 0!important;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    font-size: 100%;
    box-sizing: border-box;
    font-weight: bold!important
}
section.sec8 div.qa_pref dd {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
    box-sizing: border-box
}
section.qa div.qa_pref li dl dt:first-letter {
    color: #08215a!important
}
section.sec8 div.qa_pref a {
    display: block;
    width: 33%;
    margin: 5px 0 0
}
section.sec8 div.qa_pref a {
    font-weight: 700
}
section.sec8 div.qa_pref a.p50 {
    width: 50%
}
section.sec9 div h2 {
    padding: 30px 0 30px;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 32px;
    color: #FFF;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    position: relative
}
section.sec9 div.contents h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 150px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFF
}
section.sec9 ul {
    width: 100%;
    background: rgba(255, 255, 255, .9);
    height: 240px;
    box-sizing: border-box;
    padding: 5px 15px 15px;
    overflow-y: auto
}
section.sec9 ul li {
    width: 98%;
    border-bottom: dotted 1px #6e80a9;
    margin: 15px auto 10px
}
section.sec9 ul li a {
    color: #000
}
section.sec9 ul li span {
    display: inline-block;
    color: #2d3954;
    font-weight: 700;
    margin-right: 10px;
    width: 130px
}
section.gmbMap div.contents h2 {
    padding: 30px 0 30px;
    margin-bottom: 45px;
    font-weight: 900;
    font-size: 32px;
    line-height: 36px;
    color: #224eb1;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    position: relative
}
section.gmbMap div.contents h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 150px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #224eb1
}
section.gmbMap div.contents .allarea {
    width: 100%;
    margin: 20px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0
}
section.gmbMap div.contents .allarea .map {
    width: 35%
}
section.gmbMap div.contents  .allarea .map img {
    width: 100%;
    height: auto
}
section.gmbMap div.contents .allarea .txt {
    width: 60%
}
section.gmbMap div.contents .allarea .txt ul li dt {
    font-weight: 700;
    margin: 10px 0 0;
    font-size: 90%;
    color: #08215a
}
section.gmbMap div.contents .allarea .txt ul li dd {
    font-size: 80%;
    width: 100%
}
section.gmbMap div.contents .allarea .txt ul li dd a {
    text-decoration: underline
}
section.gmbMap div.contents p {
    font-size: 80%
}
div.gmbMapModal .popup-wrapper {
    display: none;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 98%;
    height: 90%;
    padding: 3% 1%;
    overflow: auto;
    z-index: 999
}
div.gmbMapModal .popup-wrapper .ppbg-wrapper {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 12px;
    max-width: 1080px;
    width: 90vw;
    display: inline-block;
    padding: 0 1vw 2vw 2vw;
    margin-bottom: 77px
}
div.gmbMapModal .popup-wrapper .ppbg-wrapper .ppcol-wrapper>img {
    width: 40px;
    height: 40px;
    margin-top: 17px;
    margin-right: 18px
}
div.gmbMapModal .pparea-wrapper {
    max-width: 1080px;
    width: 100%;
    padding-top: 1vw;
    position: relative
}
div.gmbMapModal .pparea-wrapper h4 {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 3.8px;
    line-height: 40px;
    color: #224eb1;
    text-align: left;
    margin-bottom: 0
}
div.gmbMapModal .pparea-wrapper h5 {
    font-size: 87px;
    font-weight: 600;
    letter-spacing: 2.17px;
    line-height: 97px;
    color: #224eb1;
    text-align: left;
    margin-top: 0;
    margin-right: 1vw;
    margin-bottom: 27px;
    padding-bottom: 8px;
    border-bottom: 1px solid #224eb1
}
div.gmbMapModal .pparea-wrapper .pparea {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 40px;
    color: #787878;
    display: flex
}
div.gmbMapModal .pparea-wrapper .pparea ul {
    list-style: none;
    text-align: left;
    column-count: 5;
    padding-left: 0;
    column-gap: 1vw
}
#fukuoka .pparea-wrapper .pparea ul {
    column-count: 6
}
div.gmbMapModal .pparea-wrapper .pparea div {
    width: 16%
}
div.gmbMapModal .popup-wrapper .ppbg-wrapper .btn_wrapper {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: .5vw;
    right: 0
}
div.gmbMapModal .popup-wrapper .ppbg-wrapper .close_btn_main {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #224eb1;
    cursor: pointer
}
div.gmbMapModal .popup-wrapper .ppbg-wrapper .close_btn_main::before,
div.gmbMapModal .popup-wrapper .ppbg-wrapper .close_btn_main::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 24px;
    background: #fff
}
div.gmbMapModal .popup-wrapper .ppbg-wrapper .close_btn_main::before {
    transform: translate(-50%, -50%) rotate(45deg)
}
div.gmbMapModal .popup-wrapper .ppbg-wrapper .close_btn_main::after {
    transform: translate(-50%, -50%) rotate(-45deg)
}
div.gmbMapModal .popup-wrapper .ppbg-wrapper .close_btn {
    display: none
}
div.sec10 {
    background: #fafbff
}
div.sec10 div.contents div.pref_row {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    column-gap: 1vw
}
div.sec10 div.contents div.pref_row1 {
    padding-top: 40px;
    padding-bottom: 20px
}
div.sec10 div.contents div.pref_row2 {
    padding-bottom: 40px
}
div.sec10 div.contents div.pref_row div.pref_item div {
    text-align: center;
    font-size: 10px
}
div.sec10 div.contents div.pref_row div.pref_item div a {
    font-size: clamp(15px, 2.2vw, 20px);
    font-weight: 600
}

/*=================================================================================================================================
==========================================================================================================================================
*/

@media screen and (max-width:800px) {
    section.passed {
        padding: 0 0 3px
    }

    section.passed ul li {
        font-size: 12px
    }

    section.passed ul {
        margin: 0;
        display: inline-block;
        padding-left: 0%;
        white-space: nowrap;
        line-height: 1em;
        animation: scrollPassed 65s linear infinite
    }

    @keyframes scrollPassed {
        0% {
            transform: translateX(0)
        }
        100% {
            transform: translateX(-100%)
        }
    }

    .accordion-hidden {
        display: none
    }

    section.sec3 div.accordion {
        width: 80%;
        position: relative;
        box-sizing: border-box;
        padding: 5px 15px 15px;
        min-height: 80px
    }

    .accordion-open_promise {
        font-size: 16px;
        cursor: pointer;
        position: relative;
        font-family: 'Noto Serif JP', serif;
        font-weight: 700
    }

    .accordion-open_promise span {
        display: block;
        font-size: 70%;
        width: 30%;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px
    }

    .accordion-close_promise {
        display: block;
        height: 0;
        overflow: hidden;
        padding: 0;
        transition: 0.5s
    }

    .accordion-hidden:checked+.accordion-open_promise+.accordion-close_promise {
        line-height: 26px;
        width: 130%;
        color: #333;
        height: auto;
        margin: 10px 0 0 -30%;
        height: auto;
        background: #fff
    }

    section.sec3 div picture {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0
    }

    section.sec3 div img {
        width: 100%;
        height: 100%;
        vertical-align: top;
        object-fit: cover;
        max-height: 100px
    }

    section.sec3 div img.one {
        max-height: 80px
    }

    main {
        width: 100%;
        height: 150vw;
        background-position: 85% -45px
    }

    #nav-drawer {
        position: relative;
        float: right;
        cursor: pointer;
        margin: 0 0 0 0
    }

    main div {
        top: 20%;
        line-height: 32px;
        font-family: 'Noto Serif JP';
        font-weight: 700;
        padding: 0 0 0 3%
    }

    main div span.copy {
        display: inline-block;
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 20px;
        background: none
    }

    main div span.copy strong {
        background: linear-gradient(transparent 40%, #fff298 40%);
        display: inline
    }

    main div span.size1 {
        font-size: 16px
    }

    main div span.size2 {
        font-size: 20px
    }

    main div span.size3 {
        font-size: 12px;
        line-height: 22px
    }

    div.no1wrap div.no1 {
        border: solid #dfaf52 2px;
        box-sizing: border-box
    }

    div.banner {
    padding:0;
    }

    div.banner ul {
        display: block;
        background: rgba(255, 255, 255, 0.6);
        margin:0!important;
    }

    div.banner ul li {
        width: 90%;
        margin:-150px auto 0;
    }
    div.banner ul li img{
        object-fit:contain;
        margin: 20px auto 0;   
    }
    section.sec1 div.contents {
        display: block
    }

    section.sec1 div.contents h2 {
        width: 100%;
        font-size: 18px;
        font-family: 'Noto Serif JP';
        font-weight: 700;
        color: #182e62;
        text-align: center;
        line-height: 36px
    }

    section.sec1 div.contents p {
        margin-top: 10%;
        width: 100%
    }

    section h2 {
        font-size: 24px!important;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 26px;
        padding: 20px 0 20px!important;
        margin-bottom: 25px!important
    }

    section h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 5px;
        display: inline-block;
        width: 150px;
        height: 4px
    }

    section.sec2 div.contents h2 {
        font-size: 24px;
        font-family: 'Noto Sans JP';
        line-height: 26px;
        padding: 20px 0 20px;
        margin-bottom: 25px
    }

    section.sec2 div.contents ul li {
        width: 49%;
        margin-bottom: 2%
    }

    section.sec2 div.contents ul li dt {
        font-size: 13px
    }

    section.add1 div.graph_wrap {
        border: 3px #ffcd49 solid;
        padding: 3% 5%;
        width: 90%
    }

    section.add1 div.graph_wrap h3 {
        font-size: 150%
    }

    section.add1 div.contents ul li:first-child {
        width: 100%;
        text-align: center
    }

    section.add1 div.contents ul li:first-child img {
        width: 48%
    }

    section.add1 div.contents ul li:nth-child(2) {
        width: 48%
    }

    section.add1 div.contents ul li:nth-child(3) {
        width: 48%
    }

    section.add1 div.contents ul {
        width: 100%
    }

    section.add2 div ul li dd {
        background-image: none;
        line-height: 1.6
    }

    section.sec3 div.contents h2 {
        font-size: 24px;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 26px;
        padding: 20px 0 20px;
        margin-bottom: 25px
    }

    section.sec3 div dl {
        width: 78%;
        box-sizing: border-box;
        padding: 5px 15px 5px
    }

    section.sec3 div picture {
        width: 20%
    }

    section.sec3 div img {
        width: 100%;
        height: 100%;
        vertical-align: middle;
        object-fit: cover
    }

    section.sec3 div.contents ul li {
        box-sizing: border-box;
        flex-direction: row-reverse
    }

    section.sec3 div.contents dl {
        display: inline-block
    }

    section.sec3 div.contents dt {
        font-size: 16px;
        cursor: pointer;
        position: relative;
        font-family: 'Noto Serif JP', serif;
        font-weight: 700
    }

    section.sec3 div.contents dt span {
        display: block;
        font-size: 70%;
        width: 30%;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px
    }

    section.sec3 li dl dt::after {
        position: absolute;
        right: 5px;
        font-weight: 700;
        content: "+";
        font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif
    }

    section.sec3 div.contents dd {
        display: none
    }

    section.sec3 div.contents dd p {
        margin: 0 0 0 -30%
    }

    section.sec4 div.contents h2 {
        font-size: 24px;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 26px;
        padding: 20px 0 20px;
        margin-bottom: 25px
    }

    section.sec4 img {
        width: 100%;
        height: 100%
    }

    section.sec4 div.contents ul li {
        width: 100%
    }

    section.sec4 ul.accordion li.content dt {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0
    }

    section.sec4 ul.accordion li.content dt img {
        width: 15%;
        object-fit: contain;
        height: auto
    }

    section.sec4 ul.accordion li.content dt div {
        width: 100%;
        line-height: 20px
    }

    section.sec4 ul.accordion li.content {
        clear: both;
        display: block
    }

    section.sec4 ul.accordion li.content dl {
        width: 100%
    }

    section.sec4 ul.accordion li.content dd {
        line-height: 22px;
        padding: 6px 0 0;
        margin: 6px 0 0;
        font-size: 90%
    }

    section.score div.contents h2 {
        padding: 30px 0 30px;
        margin-bottom: 25px;
        font-weight: 900;
        font-size: 24px;
        line-height: 26px;
        width: 100%
    }

    section.score div.contents h2:before {
        content: '';
        left: 50%;
        bottom: 5px;
        display: inline-block;
        width: 150px;
        height: 4px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    section.score div.contents p.des {
        color: #224eb1;
        margin: 0 0 20px
    }

    section.score ul li {
        width: 32%;
        background: #fff;
        margin: 5px auto 5px;
        padding: 5px;
        box-sizing: border-box
    }
section.score ul li h3 picture  {
    display: block;               /* ← インラインをやめる */
    margin: 0;            /* ← 左寄せ（必要なら） */
    width: -webkit-fit-content;
    width: fit-content;
    }
section.score ul li h3 picture#gokaku  img {
    display: block;               /* ← インラインをやめる */
    margin: 0 0 10px;            /* ← 左寄せ（必要なら） */
    }

    section.score ul li h3 img{
        width: 100%!important;
        height: 40px;
        object-fit: contain;
        float: left;
        max-width:70%;
    }

    section.score ul li h3 span.sj {
        font-size: 10px;
        width: 50%;
        padding: 2px 0 0
    }

    section.score ul li h3 span {
        margin: 10px 0 0;
        color: #E00;
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        padding: 5px 0 0;
    }

    section.score ul li div{
      align-items: flex-start;
      margin:10px 0 0;
    }

    section.score ul li div picture {
        width: 38%;
        margin-right: 2%;
        max-height: 40px;
    }
    section.score ul li div picture img{
        width: 100%!important;
        object-fit: cover;
        max-height: 35px;
    }

    section.score ul li div p {
        width: 55%;
        font-size: 7px;
        line-height: 9px
    }

  section.score ul li picture.cle{
        width: 45%;
        right: -5px;
        top: -30px;
    }

  section.score ul li picture.cle img{
       width: 100%!important;
       object-fit: contain;
    }

    section.score div.contents p.des {
        color: #224eb1;
        margin: 0 0 20px
    }
    section.add3 ul {
        width: 100%;
        margin: 20px 0 0;
        display: block
    }

    section.add3 ul li {
        width: 100%;
        margin: 20px 0 0
    }

    section.add3 ul.underSide {
        width: 100%;
        margin: 20px 0 0;
        display: block
    }

    section.add3 ul.underSide li {
        width: 100%;
        margin: 20px 0 0
    }

    section.add3 ul li dt {
        width: 70%;
        padding: 30% 0 15%;
        text-align: center;
        background: #27317b;
        color: #fff;
        font-size: 57px;
        margin: 10px auto 15px;
        border-radius: 125px
    }

    section.add3 ul li dt span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #fff;
        margin: 10% auto 0
    }

    section.add3 ul li dd {
        color: #fff
    }

    section.sec5 img {
        width: 100%;
        height: 100%
    }

    section.sec5 div.contents h2 {
        font-size: 24px;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 26px;
        padding: 20px 0 20px;
        margin-bottom: 25px
    }

    section.sec5 div.contents ul li dt div {
        line-height: 20px
    }

    section.sec5 div.contents ul li {
        width: 100%
    }

    section.sec5 ul.accordion li.content dd {
        padding: 6px 0 0;
        margin: 6px 0 0;
        font-size: 90%
    }

    section.sec5 ul.accordion li.content dd span {
        display: inline-block;
        margin: 3px 0 0
    }

    section.sec6 div.contents h2 {
        font-size: 24px;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 26px;
        padding: 20px 0 20px;
        margin-bottom: 25px
    }

    section.sec6 ul {
        width: 100%;
        margin: 20px 0 0;
        display: block;
        padding: 0
    }

    section.sec6 ul li {
        width: 100%;
        margin: 20px 0 0
    }

    section.sec6 ul li dd img {
        width: 100%;
        height: 100%
    }

    section.sec7 div.area div#youtube a{
        display:block;
        width:100%;    
    }

    section.sec7 div.area div#youtube img {
        width:100%;
        object-fit:contain;
        height: auto;
    }    

    section.sec7 div#area div.movie {
        position: relative;
        width: 86%;
        padding: 42.25% 10px 10px
    }

    section.sec7 div.area ul li dd {
        background-image: none;
        line-height: 23px
    }

    section.sec8 li dl.panel dt {
        font-size: 90%
    }

    section.sec8 div.qa_pref ul li a {
        font-weight: 700
    }

    section.sec8 div.qa_pref ul li a {
        font-size: 80%
    }

    section.sec9 ul li span {
        display: block
    }

    section.gmbMap div.contents h2 {
        padding: 30px 0 30px;
        margin-bottom: 45px;
        font-weight: 900;
        font-size: 32px;
        color: #224eb1;
        line-height: 26px;
        width: 100%;
        text-align: center;
        letter-spacing: .1em;
        position: relative
    }

    section.gmbMap div.contents h2 h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 5px;
        display: inline-block;
        width: 150px;
        height: 4px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #224eb1
    }

    section.gmbMap div.contents .allarea .map  {
        width: 80%;
        margin: 10px auto 0
    }

    section.gmbMap div.contents  .allarea .txt{
        width: 100%;
        margin: 10px auto 0
    }

    section.gmbMap div.contents h3 {
        text-align: center;
        font-size: 16px;
        color: #08215a;
        font-weight: 700;
        margin: 10px auto 10px
    }

    section.gmbMap div.contents p {
        text-align: center
    }

    div.gmbMapModal {
        width: 100vw
    }

    div.gmbMapModal .popup-wrapper {
        display: none;
        background: rgba(0, 0, 0, .7);
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 94%;
        height: 86.5%;
        padding: 3% 3%;
        overflow: auto;
        z-index: 9999
    }

    div.gmbMapModal .popup-wrapper .ppbg-wrapper {
        background: #fff 0% 0% no-repeat padding-box;
        border-radius: 12px;
        width: 92%;
        max-width: 760px;
        display: inline-block;
        padding: 0 2vw 4vw 4vw;
        margin-bottom: 0
    }

    div.gmbMapModal .popup-wrapper .ppbg-wrapper .ppcol-wrapper>img {
        width: 8%;
        position: absolute;
        top: 1vh;
        right: 2vw
    }

    div.gmbMapModal .pparea-wrapper {
        max-width: 760px;
        width: 100%;
        padding-top: 2vw;
        position: relative
    }

    div.gmbMapModal .pparea-wrapper h4 {
        font-size: 3.3vw;
        font-weight: 800;
        letter-spacing: .6vw;
        line-height: 5.2vw;
        color: #224eb1;
        text-align: left;
        margin-bottom: 0
    }

    div.gmbMapModal .pparea-wrapper h5 {
        font-size: 11.3vw;
        font-weight: 600;
        letter-spacing: .2vw;
        line-height: 12.6vw;
        color: #224eb1;
        text-align: left;
        margin-top: 0;
        margin-right: 4vw;
        margin-bottom: 3.5vw;
        padding-bottom: 1vw;
        border-bottom: 1px solid #224eb1
    }

    div.gmbMapModal .pparea-wrapper .pparea {
        font-size: 3.3vw;
        font-weight: 600;
        letter-spacing: .3vw;
        line-height: 6.5vw;
        color: #787878
    }

    div.gmbMapModal .pparea-wrapper .pparea ul {
        list-style: none;
        text-align: left;
        column-count: 2;
        column-gap: 8vw;
        padding-left: 0;
        display: table-cell
    }

    div.gmbMapModal .popup-wrapper .ppbg-wrapper .btn_wrapper {
        width: 8vw;
        height: 8vw;
        display: inline-block;
        position: absolute;
        top: 2vw;
        right: 0
    }

    div.gmbMapModal .popup-wrapper .ppbg-wrapper .close_btn_main {
        display: block;
        position: relative;
        width: 8vw;
        height: 8vw;
        border: none;
        border-radius: 50%;
        background: #224eb1;
        cursor: pointer
    }

    div.gmbMapModal .popup-wrapper .ppbg-wrapper .close_btn_main::before,
    div.gmbMapModal .popup-wrapper .ppbg-wrapper .close_btn_main::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: .5vw;
        height: 5vw;
        background: #fff
    }

    div.gmbMapModal .popup-wrapper .ppbg-wrapper .close_btn_main::before {
        transform: translate(-50%, -50%) rotate(45deg)
    }

   div.gmbMapModal .popup-wrapper .ppbg-wrapper .close_btn_main::after {
        transform: translate(-50%, -50%) rotate(-45deg)
    }

   div.gmbMapModal .popup-wrapper .ppbg-wrapper .close_btn {
        font-size: 3.6vw;
        font-weight: 500;
        letter-spacing: .7vw;
        line-height: 9.1vw;
        color: #fff;
        text-align: center;
        display: inline-block;
        background: #224eb1;
        width: 36vw;
        height: 9.1vw;
        margin-top: 6vh;
        margin-bottom: 6vh
    }

    div.sec10 div.contents div.pref_row {
        display: block;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }

    div.sec10 div.contents div.pref_row div.pref_item {
        padding-bottom: 15px
    }

    div.sec10 div.contents div.pref_row div.pref_item div {
        text-align: center;
        font-size: 60%;
        line-height: 1rem
    }

    div.sec10 div.contents div.pref_row div.pref_item div a {
        font-size: 16px;
        font-weight: 900
    }
}