/*指定共通css*/

#wrapper{
    width: 100% !important;
    overflow: hidden !important;
    min-width:400px !important;
}

.m-lr {
    margin-left: auto;
    margin-right: auto;
}

a:hover {
    opacity: 1;
}

.up-clearfix {
    clear: both !important;
}

.drop-switch:hover,
.faq-title:hover,
.slick-arrow:hover,
.uk-lb .img {
    cursor: pointer;
}

[data-element-id].faq-body {
    display: block;
}

.h1-area {
    width: 100%;
    background-color: #92c874;
}

h1 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}

#header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

.header-flex {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.header-left {
    width: 400px;
}

.logo-area {
    width: 100%;
}

.logo-area>a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.logo-tel {
    margin-right: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #5c5a59;
    text-align: center;
}

.logo-tel i {
    margin-top: -2px;
    margin-right: 3px;
    font-size: 14px;
}

.logo-add {
    margin-right: 15px;
    font-weight: bold;
    font-size: 13px;
    color: #5c5a59;
    text-align: center;
}

.header-right {
    width: calc(100% - 400px);
}


.nav-area {
    width: 100%;
    padding-left: 30px;
}

#nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-item01 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.nav-item01>a,
.nav-item01>span {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.nav-item01>a:hover,
.nav-item01>span:hover {
    color: #fff;
    background-color: #86b8e8;
}


.pc-none {
    display: none;
}

.drop-switch {
    position: relative;
}

.drop-menu {
    width: 300px;
    max-height: 0;
    display: block;
    overflow: hidden;
    background-color: #86b8e8;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
}

.drop-switch:hover .drop-menu {
    max-height: 340px;
}

.nav-item02 {
    width: 100%;
}

.nav-item02>a {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.nav-item02>a:hover {
    color: #5c5a59;
    background-color: #fcd15e;
}








@media(max-width:1024px) {
    .pc-none {
        display: block;
    }

    #header {
        padding-bottom: 10px;
    }

    .header-info {
        display: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .header-left {
        width: 300px;
    }

    .logo-area {
        margin-top: 15px;
    }

    .header-right {
        width: calc(100% - 300px);
    }

    .hum-btn {
        width: 50px;
        height: 50px;
        display: block !important;
        margin-top: 15px;
        margin-left: auto;
        margin-right: 15px;
        border-radius: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 10px 0px #999;
        box-shadow: 0px 0px 10px 0px #999;
        position: relative;
        z-index: 999;
    }

    .hum-btn span {
        width: 80%;
        height: 3px;
        display: inline-block;
        border-radius: 2px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
    }

    .hum-btn span:nth-of-type(1) {
        background-color: #86b8e8;
        top: 10px;
    }

    .hum-btn span:nth-of-type(2) {
        background-color: #92c874;
        top: 23.5px;
    }

    .hum-btn span:nth-of-type(3) {
        background-color: #fcd15e;
        top: 37px;
    }

    .hum-btn.open span:nth-of-type(1) {
        width: 100%;
        background-color: #5c5a59;
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
        top: 18px;
        left: 0px;
    }

    .hum-btn.open span:nth-of-type(2) {
        opacity: 0;
    }

    .hum-btn.open span:nth-of-type(3) {
        width: 100%;
        background-color: #5c5a59;
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
        top: 30px;
        left: 0px;
    }

    .nav-area {
        width: 70%;
        max-width: 600px;
        height: 100vh;
        display: inline-block;
        padding-left: 0;
        background-color: #fff;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        position: fixed;
        top: 0;
        right: -600px;
    }

    .nav-area.open {
        right: 0px;
    }

    #nav {
        width: 100%;
        height: 100%;
        display: block;
        overflow-y: scroll;
    }

    .nav-inn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px;
    }

    .nav-inn .logo-area {
        width: 120px;
    }

    .nav-item01 {
        text-align: left;
    }

    .nav-item01>a,
    .nav-item01>span {
        width: 100%;
        padding: 10px 30px;
    }

    .drop-menu {
        width: 100%;
        max-height: 340px;
        background-color: #fff;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: relative;
        top: 0;
        left: 0;
    }

    .nav-item02>a {
        padding: 5px 0px 5px 60px;
        color: #5c5a59;
        position: relative;
    }

    .nav-item02>a::before {
        content: "";
        width: 20px;
        height: 2px;
        display: block;
        background: #5c5a59;
        position: absolute;
        top: 14px;
        left: 35px;
    }

    .nav-item02>a:hover {
        color: #fff;
        background-color: #86b8e8;
    }
}

@media(max-width:599px) {
    .header-left {
        width: calc(100% - 70px);
    }

    .logo-area {
        margin-top: 10px;
        padding: 0 10px;
    }

    .header-right {
        width: 70px;
    }

    .hum-btn {
        margin-top: 10px;
        margin-right: 10px;
    }

    .nav-area {
        width: 100%;
    }

    .nav-inn {
        padding: 30px 15px;
    }

    .nav-item01>a,
    .nav-item01>span {
        width: 100%;
        padding: 10px 15px;
    }

    #nav {
        padding-bottom: 180px;
        background-color:#fff;
    }
}

.mv-section {
    width: 100%;
    height: 700px;
    margin-bottom: 20px;
    position: relative;
}

.mv-section .uk-slidenav-position,
.mv-section .uk-slidenav-position .uk-slideshow,
.mv-section .uk-slidenav-position .uk-slideshow li,
.mv-section .uk-slidenav-position .uk-slideshow .uk-flex {
    width: 100% !important;
    height: 100% !important;
}

.mv-section .uk-flex img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.mv-catch {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 150px;
}

.mv-catch>* {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.3em;
    text-shadow: 1px 1px 0 #fff,
        -1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px -1px 0 #fff,
        0px 1px 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        1px 0 0 #fff;
}

.bg-img {
    width: 100%;
    min-width: 600px;
    max-width:2000px;
}

.wave-up {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -1px;
    left: 50%;
}

.wave-down {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -1px;
    left: 50%;
}

.lines {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -20px;
    left: 50%;
}

@media(max-width:1024px) {
    .mv-section {
        width: 100%;
        height: 450px;
    }

    .mv-catch>* {
        font-size: 20px;
    }
}

@media(max-width:599px) {
    .mv-catch {
        top: 210px;
    }

    .mv-catch>* {
        font-size: 16px;
        letter-spacing: 0;
    }

    .mv-section {
        height: 300px;
    }
}


.title-001 {
    font-weight: bold;
    font-size: 22px;
    color: #000;
    letter-spacing: 0.2em;
    text-align: center;
}

.cont-01 {
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0;
}

.cont-01-left {
    width: 200px;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cont-01-center {
    width: 120px;
    padding: 0 30px;
}

.cont-01-right {
    width: calc(100% - 320px);
}

.cont-01-title {
    width: 100%;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #000;
}

.cont-01-sub {
    margin-top: 10px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    line-height: 1;
    text-align: center;
}

.cont-01-center>a {
    width: 100%;
    height: 100%;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #0082ca;
    background-color: #0082ca;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.cont-01-center>a:hover {
    background-color: #fff;
}




.cont-01-center>a>span {
  writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.3em;
    text-align: center;

}

.cont-01-center>a:hover span {
    color: #0082ca;
}

.txt {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

@media(max-width:1024px) {
    .cont-01-left {
        width: 150px;
    }

    .cont-01-center {
        width: 90px;
        padding: 0 15px;
    }

    .cont-01-right {
        width: calc(100% - 240px);
    }

    .title-001 {
        font-size: 20px;
    }
}

@media(max-width:599px) {
    .title-001 {
        font-size: 18px;
    }

    .sp-br {
        display: block;
    }

    .cont-01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cont-01-right {
        width: 100%;
        margin-top: 15px;
    }

    .cont-01-center {
        width: 60px;
        padding: 0 0 0 15px;
    }

    .cont-01-left {
        width: calc(100% - 60px);
        padding-bottom: 30px;
    }

    .cont-01-sub>br {
        display: none;
    }

    .cont-01-title {
        font-size: 25px;
    }

    .cont-01-sub {
        font-size: 20px;
    }

    .cont-01-center>a>span {
        font-size: 13px;
    }
}


.cont-02 {
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.cont-02-left {
    width: 250px;
}

.cont-02-title {
    padding-left: 10px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    border-left: 5px solid #0082ca;
}

.cont-02-right {
    width: calc(100% - 250px);
    padding-left: 60px;
}

.cont-02-right a {
    display: block;
    position: relative;
}

.cont-02-right a .img {
    overflow: hidden;
    background-color: #fff;
}

.cont-02-right a img {
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
    opacity: 0.5;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.cont-02-right a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cont-02-sub {
    padding: 30px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.cont-02-right a:hover .cont-02-sub {
    background-color: #fff;
}


.btm-txt.txt {
    margin-top: -90px;
    margin-left: auto;
    margin-right: 0;
    padding: 120px 30px 30px 120px;
    color: #fff;
    background-color: #54acde;
    position: relative;
    z-index: 0;
}

.btm-txt.txt::after {
    content: "";
    width: 600px;
    height: 100%;
    display: inline-block;
    background-color: #54acde;
    position: absolute;
    top: 0;
    left: 99%;
}

.box-01 {
    width: 50%;
}

.sec-02 .box-01 {
    margin-left: auto;
    margin-right: 0;
    padding: 60px;
}

.box-01-title {
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    font-size: 22px;
    color: #000;
}

.box-01 .lr-btn,
.new-box .lr-btn {
    width: 60px;
}

.box-01 .txt,
.new-box>* .txt {
    width: calc(100% - 60px);
    padding-right: 15px;
}

.lr-btn>a {
    width: 100%;
    height: 100%;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #0082ca;
    background-color: #0082ca;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.lr-btn>a>span {
  writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    display:inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.3em;
    text-align: center;
    min-height:90px;

}

.lr-btn>a:hover {
    background-color: #fff;
}

.lr-btn>a:hover>span {
    color: #0082ca;
}

.sec-02 {
    position: relative;
}

.sec-02>.nrs {
    width: 8%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 2%;
    z-index: 1;
}

.mk2.sec-02>.nrs {
    width: 8%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 2%;
    right: auto;
    z-index: 1;
}

.sec-02>.inner {
    background-color: #f2f2f2;
    position: relative;
}

.sec-02.mk2>.inner {
    border: 3px solid #54acde;
    background-color: #fff;
    position: relative;
}

.box-img-free {
    width: 50vw;
    height: 100%;
    position: absolute;
    bottom: 60px;
    right: 50%;
}

.mk2 .box-img-free {
    width: 50vw;
    height: 100%;
    position: absolute;
    bottom: 60px;
    left: 50%;
    right: auto;
}

.box-img-free>img {
    width: 100%;
    height: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 0 150px 150px 0;
    -webkit-box-shadow: 0 10px 0 #86b8e8,
        0 20px 0 #92c874,
        0 30px 0 #fcd15e;
    box-shadow: 0 10px 0 #86b8e8,
        0 20px 0 #92c874,
        0 30px 0 #fcd15e;
}

.mk2 .box-img-free>img {
    width: 100%;
    height: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 150px 0 0 150px;
    -webkit-box-shadow: 0 10px 0 #86b8e8,
        0 20px 0 #92c874,
        0 30px 0 #fcd15e;
    box-shadow: 0 10px 0 #86b8e8,
        0 20px 0 #92c874,
        0 30px 0 #fcd15e;
}

.mk2 .box-01 {
    margin-left: 0;
    margin-right: auto;
}


.green {
    background-color: #92c874;
    position: relative;
}

.green .wave-down {
    z-index: 2;
}

.green>.inner {
    padding: 120px 0;
}

.green .box-01-title,
.green .txt {
    color: #fff;
}

.green .lr-btn>a {
    border: 1px solid #fff;
    background-color: #fff;
}

.green .lr-btn>a>span {
    color: #92c874;
}

.green .lr-btn>a:hover {
    background-color: #92c874;
}

.green .lr-btn>a:hover span {
    color: #fff;
}

.bage {
    width: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width:800px;
}

.sec-03 .box-01 {
    position: relative;
    z-index: 1;
}

.box-right-img {
    width: calc(50% + 30px);
    margin-left: -30px;
}

.blue {
    background-color: #54acde;
    position: relative;
}

.blue .box-01-title {
    color: #fff;
    position: relative;
}

.blue .box-01-title::after {
    content: "";
    width: 100px;
    height: 2%;
    display: inline-block;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.blue .new-box {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.goods01 {
    width: 250px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 5%;
}

.goods02 {
    width: 500px;
    opacity: 0.5;
    position: absolute;
    bottom: 15px;
    right: 0;
}

.blue .txt {
    color: #fff;
}

.blue .lr-btn>a {
    border: 1px solid #fff;
    background-color: transparent;
}

.blue .lr-btn>a>span {
    color: #fff;
}

.blue .lr-btn>a:hover {
    background-color: transparent;
    background-color: #fff;
}

.blue .lr-btn>a:hover span {
    color: #54acde;
}

.banner .img {
    width: 49%;
}

.banner .bnr-right {
    width: 49%;
}

.banner .bnr-right .txt {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.bnr-title {
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}


ul>.banner:nth-child(1)>a {
    display: inline-block;
    border: 3px solid #86b8e8;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 0 #92c874,
        10px 10px 0 #fcd15e;
    box-shadow: 5px 5px 0 #92c874,
        10px 10px 0 #fcd15e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

ul>.banner:nth-child(2)>a {
    display: inline-block;
    border: 3px solid #92c874;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 0 #fcd15e,
        10px 10px 0 #86b8e8;
    box-shadow: 5px 5px 0 #fcd15e,
        10px 10px 0 #86b8e8;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width:100%;
}

.single-banner.banner>a {
    width: 100%;
    display: inline-block;
    border: 3px solid #fcd15e;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 0 #86b8e8,
        10px 10px 0 #92c874;
    box-shadow: 5px 5px 0 #86b8e8,
        10px 10px 0 #92c874;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.banner>a:hover .bnr-right .txt,
.banner>a:hover .bnr-title {
    color: #fff;
}

ul>.banner:nth-child(1)>a:hover {
    background-color: #86b8e8;
    -webkit-box-shadow: 1px 1px 0 #92c874,
        2px 2px 0 #fcd15e;
    box-shadow: 1px 1px 0 #92c874,
        2px 2px 0 #fcd15e;
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
}

ul>.banner:nth-child(2)>a:hover {
    background-color: #92c874;
    -webkit-box-shadow: 1px 1px 0 #fcd15e,
        2px 2px 0 #86b8e8;
    box-shadow: 1px 1px 0 #fcd15e,
        2px 2px 0 #86b8e8;
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
}

.single-banner.banner>a:hover {
    background-color: #fcd15e;
    -webkit-box-shadow: 1px 1px 0 #86b8e8,
        2px 2px 0 #92c874;
    box-shadow: 1px 1px 0 #86b8e8,
        2px 2px 0 #92c874;
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
}

.dmr-btn {
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    font-weight: bold;
    font-size: 14px;
    color: #0082ca;
    line-height: 1.2;
    letter-spacing: 0.3em;
    text-align: center;
    border: 1px solid #0082ca;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.dmr-btn>i {
    margin-left: 10px;
}

.banner>a:hover .dmr-btn,
a.dmr-btn:hover {
    color: #fff;
    background-color: #0082ca;
}








.l-blue {
    background-color: #54acde;
    position: relative;
}

.l-blue.mk2 {
    background-color: #ccc;
}

.l-blue .wave-down {
    z-index: 2;
}

.l-blue>.inner {
    padding: 120px 0;
}

.l-blue .title-001,
.l-blue .txt {
    color: #fff;
}

.blue .title-001 {
    color: #fff;
}

.l-blue.mk2 .title-001,
.l-blue.mk2 .txt {
    color: #000;
}

.l-blue .lr-btn>a {
    border: 1px solid #fff;
    background-color: #fff;
}

.l-blue .lr-btn>a>span {
    color: #54acde;
}

.l-blue .lr-btn>a:hover {
    background-color: #54acde;
}

.l-blue .lr-btn>a:hover span {
    color: #fff;
}

.l-blue-img {
    width: 45%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.l-blue-img>img {
    width: 100%;
    height: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.box-new-title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.box-new-title>img {
    width: 250px;
}

.box-new-title>.txt-main {
    padding-top: 10px;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}

.news-box {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.blog-index-main {
    border-bottom: 1px solid #ddd;
}

.blog-index-item {
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

.blog-index-item p {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.5em;
    align-items:center;
}

.blog-index-item p .cat>span {
    padding: 1px 5px;
    font-size: 15px;
    color: white;
    letter-spacing: 0em;
    background-color: #0082ca;
    border-radius:10px;
    margin: 5px 5px 5px 0;
}

.blog-index-item .blog-title {
    overflow: hidden;
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #777;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bg-plus {
    background-image: url('/import/tenant_2/160.16.115.53/SRC.html/images/bg-plus.webp');
    background-size: contain;
}

.bg-plus .news-box {
    background-color: rgba(255, 255, 255, 0.8);
}

.map-area {
    width: 100%;
    height: 500px;
    position: relative;
}

.map-area>iframe {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.btm-logo {
    width: 300px;
}

.btm-add {
    font-weight: bold;
    font-size: 13px;
    color: #5c5a59;
    text-align: center;
}

.btm-tel {
    font-weight: bold;
    font-size: 18px;
    color: #5c5a59;
    text-align: center;
}

.btm-tel i {
    margin-top: -2px;
    margin-right: 3px;
}

.mini-txt {
    font-size: 11px;
}

.btm-btn .dmr-btn {
    width: 240px;
}

.nav-item03>a {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    font-weight: bold;
    font-size: 13px;
    color: #0082ca;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.nav-item03>a:hover {
    color: #fcd15e;
}

.nav-item03>a>i {
    margin-left: 5px;
}

.copy {
    padding: 15px 0;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: #92c874;
}

.fixed-btns {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
}


.fixed-btns a {
      -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display:inline-block;
    padding: 22px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 15px 0 0 15px;
}

.try-btn a {
    background-color: #86b8e8;
}

.mail-btn a {
    background-color: #92c874;
}

.tel-btn a {
    background-color: #fcd15e;
}

.fixed-btns i {
    margin-bottom: 5px;
    font-size: 1.3em;
}

@media(max-width:1024px) {
    .fixed-btns a {
        padding: 20px 7px;
        font-size: 14px;
        border-radius: 10px 0 0 10px;
    }

    .cont-02 {
        display: block;
    }

    .cont-02-left {
        width: 100%;
        max-width: 700px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cont-02-title {
        width: 220px;
    }

    .cont-02-left .txt {
        width: calc(100% - 220px);
    }

    .cont-02-right {
        width: 100%;
        margin-top: 60px;
        padding-left: 120px;
    }

    .btm-txt.txt {
        padding: 120px 30px 30px 30px;
    }

    .box-img-free {
        width: 100vw;
        max-width: 1000px;
        height: 300px;
        top: -150px;
        bottom: auto;
        right: 10%;
    }

    .sec-02>.inner {
        margin-top: 100px;
    }

    .box-01 {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .sec-02 .box-01 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 200px 30px 60px 30px;
    }

    .green {
        overflow: hidden;
    }

    .green>.inner {
        padding: 90px 0px 90px 0;
    }

    .bage {
        width: 100%;
        z-index: 0;
    }

    .bage>img {
        opacity: 0.3;
    }

    .goods01 {
        width: 100px;
    }

    .goods02 {
        width: 200px;
    }

    .dmr-btn {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .mk2.sec-02>.nrs,
    .sec-02>.nrs {
        display: none;
    }

    .mk2 .box-img-free {
        width: 100vw;
        max-width: 1000px;
        height: 300px;
        top: -150px;
        bottom: auto;
        left: 10%;
    }

    .cont-02-sub {
        padding: 15px;
    }

    .l-blue-img {
        width: 100%;
    }

    .l-blue-img>img {
        opacity: 0.3;
    }

    .box-new-title>img {
        width: 180px;
    }

    .l-blue>.inner {
        padding: 90px 0;
    }

    .footer-flex>div {
        margin-bottom: 15px;
    }

    .btm-logo {
        width: 50%;
    }

    .fixed-btns {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        top: auto;
        bottom: 50px;
    }

    .map-area {
        height: 350px;
    }
}

@media(max-width:599px) {
    .try-btn a {
        padding: 25px 7px;
    }

    .mail-btn a,
    .tel-btn a {
        padding: 7px;
    }

    .mail-btn a span{
        display: none;
    }

    .mail-btn a i,
    .tel-btn a i {
        margin-bottom: 0;
    }

    .cont-02-left {
        display: block;
    }

    .cont-02-title {
        width: 100%;
    }

    .cont-02-left .txt {
        width: 100%;
    }

    .cont-02-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0px;
    }

    .btm-txt.txt::after {
        display: none;
    }

    .btm-txt.txt {
        padding: 120px 10px 30px 10px;
    }

    .box-img-free {
        height: 250px;
        right: 30px;
    }

    .sec-02 .box-01 {
        padding: 150px 10px 30px 10px;
    }

    .box-right-img {
        width: 90%;
        margin-left: -90%;
    }

    .sec-03 .box-01 {
        margin-top: 90px;
        padding-top: 30px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .banner .img {
        width: 100px;
    }

    .banner .bnr-right {
        width: 67%;
    }

    .bnr-title {
        font-size: 18px;
    }

    .box-01 .txt,
    .new-box>* .txt {
        padding-right: 10px;
    }

    .dmr-btn {
        width: 90%;
    }

    .mk2 .box-img-free {
        height: 250px;
        left: 30px;
    }

    .l-blue>.inner {
        padding: 60px 0;
    }
    
    .blog-index-item p {
    align-items:flex-start;
}
}

.breadcrumbs {
    padding: 10px 0;
    font-weight: 700;
    font-style: normal;
}

.breadcrumbs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    padding-left: 1em;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    color: #777;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
    color: #0082ca;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid #0082ca;
    border-right: 1px solid #0082ca;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        padding: 5px 0;
        font-size: 14px;
    }

    .breadcrumbs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .breadcrumbs-list {
        width: 90%;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

.mv-section-udn {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.mv-section-udn>img {
    width: 100%;
    height: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}



.info-table {
    padding: 30px 60px 60px;
    border: 3px solid #86b8e8;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 0 #92c874,
        10px 10px 0 #fcd15e;
    box-shadow: 5px 5px 0 #92c874,
        10px 10px 0 #fcd15e;
}

.info-table table {
    width: 100%;
}

.info-table tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: dotted 2px #fcd15e;
}

.info-table th {
    width: 180px;
    font-weight: bold;
    color: #92c874;
}

.info-table td {
    width: calc(100% - 180px);
    font-weight: bold;
}


.new-info-table{
  border-collapse:collapse;
  min-width:850px;
    width:100%;
  max-width:1000px;
  margin:50px auto;
}

.new-info-table td,th{
  padding:10px;
}

.new-info-table td{
  border-bottom:1px dashed #86b8e8;
  font-size:16px;
  line-height:1.3em;
}

.new-info-table th{
  color:#fff;
  font-weight:600;
}

.new-info-table tr .th-w{
  background-color:#fff;
}

.new-info-table tr .th-b{
  background-color:#86b8e8;
}

.new-info-table tr .th-g{
  background-color:#92c874;
}

.new-info-table tr .th-y{
  background-color:#fcd15e;
}

.new-info-table tr .mk2{
  opacity:0.8;
  text-align:left;
  padding-left:1em;
}

.new-info-table tr .mk3{
  font-size:14px;
  line-height:1.5em;
  background-color:#fff;
}

.new-info-table tr .th-01{
  background-color:#D7A4B6;
}

.new-info-table tr .th-02{
  background-color:#D8AFA7;
}

.new-info-table tr .th-03{
  background-color:#D9BA97;
}

.new-info-table tr .th-04{
  background-color:#D9C69B;
}

.new-info-table tr .th-05{
  background-color:#AAC09B;
}

.new-info-table tr .th-06{
  background-color:#9EBCA3;
}

.new-info-table tr .th-07{
  background-color:#91B8AC;
}

.new-info-table tr .th-08{
  background-color:#91AFBB;
}

.new-info-table tr .th-09{
  background-color:#91A4B6;
}

.new-info-table tr .th-10{
  background-color:#9191AD;
}

.new-info-table span{
  font-size:12px;
}


.mini-list>span {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    position: relative;
}

.mini-list>span::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background-color: #54acde;
    position: absolute;
    top: 3px;
    left: 0;
}


@media (max-width: 599px) {
    .info-table tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info-table th {
        width: 100%;
        text-align: left;
    }

    .info-table td {
        width: 100%;
    }

    .sp-none {
        display: none;
    }
}

.time-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.time-table th,
.time-table td {
    padding: 30px 0;
    text-align: center;
}

.time-table th {
    font-weight: bold;
    color: #fff;
    border: 3px solid #fff;
    background-color: #86b8e8;
}

.time-table td {
    font-size: 20px;
    color: #92c874;
    border: 3px solid #fff;
    background-color: #fcd15e;
}

.time-table td>span {
    display: block;
    margin-top: -5px;
    font-weight: bold;
    font-size: 14px;
    color: #777;
}


.docs-table {
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
}

.docs-table th,
.docs-table td {
    padding: 15px 0;
    text-align: center;
    border-radius: 5px;
}

.docs-table th {
    font-weight: bold;
    color: #54acde;
    border: 3px solid #54acde;
}

.docs-table td {
    font-size: 20px;
    color: #92c874;
    border: solid 3px #fcd15e;
}

.docs-table td>span {
    display: block;
    margin-top: -5px;
    font-weight: bold;
    font-size: 12px;
    color: #777;
}

.docs-item .cont-02-left {
    width: calc(100% - 400px);
    padding-left: 15px;
    padding-right: 60px;
}

.doc-img>img {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px #86b8e8,
        0 0 0 10px #92c874,
        0 0 0 15px #fcd15e;
    box-shadow: 0 0 0 5px #86b8e8,
        0 0 0 10px #92c874,
        0 0 0 15px #fcd15e;
}

.docs-item .cont-02-right {
    width: 400px;
    padding-left: 0;
}

.docs-item .btm-txt.txt {
    color: #000;
    background-color: #f2f2f2;
}

.docs-item .btm-txt.txt::after {
    background-color: #f2f2f2;
}

.mini-fz {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.mini-tr-title {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 15px;
    font-weight: 600;
    font-size: 15px;
    color: white;
    letter-spacing: 0em;
    border-radius: 5px;
    background-color: #0082ca;
}

.docs-item .cont-02 {
    max-width: 100%;
}

.bg-plus .docs-item {
    background-color: rgba(255, 255, 255, 0.8);
}

.tel-box-01>a {
    display: inline-block;
    padding: 30px 60px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 0 #92c874,
        10px 10px 0 #fcd15e;
    box-shadow: 5px 5px 0 #92c874,
        10px 10px 0 #fcd15e;
}

.row01 {
    font-weight: bold;
    font-size: 16px;
    color: #5c5a59;
}

.row02 {
    font-weight: bold;
    font-size: 30px;
    color: #5c5a59;
}

.row02 i {
    margin-right: 10px;
}

.up-fz-14.up-mt-10.up-fw-600 {
    color: #777;
}

.ball-num>span {
    width: 40px;
    height: 40px;
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    color: #54acde;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 2px #86b8e8,
        0 0 0 4px #92c874,
        0 0 0 6px #fcd15e;
    box-shadow: 0 0 0 2px #86b8e8,
        0 0 0 4px #92c874,
        0 0 0 6px #fcd15e;
    position: absolute;
    top: -10px;
    left: -10px;
}

#footer {
    position: relative;
    width:100%;
    margin-top:120px;
}


#footer .lines {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: auto;
    bottom: 95%;
    left: 50%;
}

#footer .wave-up {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: auto;
    bottom: 99%;
    left: 50%;
}

#footer .wave-up>img {
    -o-object-position: bottom;
    object-position: bottom;
}

#footer .lines>img {
    -o-object-position: bottom;
    object-position: bottom;
}

@media(max-width:1024px) {
    .info-table {
        padding: 30px;
    }

    .time-table,
    .docs-table {
        font-size: 14px;
    }

    .time-table td>span {
        font-size: 13px;
    }

    .docs-item .cont-02-left {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-right: 0px;
    }

    .docs-item .cont-02-title,
    .docs-item .cont-02-left .txt {
        width: 100%;
    }

    .docs-item .cont-02-right {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }
    
    .tel-box-01>a{
      padding:30px;
    }
    
    #footer {
    margin-top:90px;
}
}

@media(max-width:599px) {
    .info-table {
        padding: 15px;
    }

    .js-scrollable>table {
        width: 100%;
        min-width: 700px;
    }
    
    .js-scrollable>.new-info-table{
      min-width: 850px;
    }

    .js-scrollable .new-info-table tbody>tr>th:first-child {
        width:auto;
    }
    
    .js-scrollable table tbody>tr>th:first-child {
        width: 110px;
    }

    .js-scrollable table>tbody>tr>td {
        width: 60px;
    }
    
        .js-scrollable .new-info-table tbody>tr>td {
        width: auto;
    }

    .docs-item .cont-02-right {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .tel-box-01>a{
      padding:30px 15px;
    }
        #footer {
    margin-top:60px;
}
}

.under-block {
    display: block;
    font-size: 1.2em;
    color: #777;
}

.under-block>span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fcd15e));
    background: linear-gradient(transparent 60%, #fcd15e 60%);
    transition:.4s;
}

.box-01>.txt {
    width: 100%;
}

.mv-section-udn .mv-catch {
    width: auto;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 60px;
}

.mv-section-udn .mv-catch>* {
    padding: 15px;
    letter-spacing: 0.1em;
    border-radius: 0 15px 15px 0;
    background-color: rgba(255, 255, 255, 0.7);
}

@media(max-width:1024px) {
    .mv-section-udn .mv-catch {
        left: 0px;
    }
}

.rbo {
    border: 3px solid #fcd15e;
    -webkit-box-shadow: 5px 5px 0 #86b8e8,
        10px 10px 0 #92c874;
    box-shadow: 5px 5px 0 #86b8e8,
        10px 10px 0 #92c874;
}

.bdr {
    overflow: hidden;
    border-radius: 15px;
}

.new-banner {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.new-banner>a {
    display: block;
    padding: 60px;
    border: 3px solid #54acde;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}

.f01 {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    display: inline-block;
    border: 3px solid #92c874;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.f02 {
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    display: inline-block;
    border: 3px solid #fcd15e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.new-banner-title {
    padding: 15px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.7);
}

.new-banner .dmr-btn {
    margin-left: 0;
}

.new-banner-inner {
    position: relative;
    z-index: 1;
}

.new-banner img {
    width: 100%;
    height: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
}


.new-banner>a:hover {
    border: 3px solid #fff;
    background-color: #0082ca;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.35);
}

.new-banner>a:hover .f01,
.new-banner>a:hover .f02 {
    border: 3px solid #fff;
}

.new-grn {
    background-color: #92c874;
}

.new-grn .title-001,
.blue .title-001 {
    color: #fff;
    position: relative;
}


.new-grn .title-001::after,
.blue .title-001::after {
    content: "";
    width: 100px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -5px;
    left: 50%;
}

.dual-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.dual-01 {
    width: 60%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.dual-02 {
    width: 50%;
    margin-left: -10%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.flow-title {
    display: block;
    padding: 30px 0;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.flow-item .flow-icon{
  width:150px;
  height:150px;
  margin:15px auto 0 auto;
  background-color:#fff;
  border-radius:50%;
  overflow:hidden;
  padding:25px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}

.flow-item .flow-icon img{
  display:inline-block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}

.flow-inner {
    background-image: url('/import/tenant_2/160.16.115.53/SRC.html/images/lines.webp');
    background-size: 100% 100%;
    background-position: center;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}

.cat-box {
    padding: 15px;
    border: 3px solid #92c874;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 0 #fcd15e,
        10px 10px 0 #86b8e8;
    box-shadow: 5px 5px 0 #fcd15e,
        10px 10px 0 #86b8e8;
}

.cat-title {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #86b8e8;
    position: relative;
}

.cat-title::after {
    content: "\f068";
    width: 1em;
    height: 1em;
    height: 25px;
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-weight: bold;
    font-size: 26px;
    color: #0082ca;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
}



.cat-title.close::after {
    content: "\2b";
    -webkit-animation: poyopoyo 2s ease-out infinite;
    animation: poyopoyo 2s ease-out infinite;
}

@-webkit-keyframes poyopoyo {

    0%,
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50%,
    70% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}




.cat-item>a {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    padding-left: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #777;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fcd15e));
    background: linear-gradient(transparent 60%, #fcd15e 60%);
}

.cat-list {
    display: none;
}

.mm-item>a {
    width: 100%;
    display: inline-block;
    padding: 15px;
}

.main-area>.mm-block:nth-child(1) .mm-item>a,
.main-area>.mm-block:nth-child(4) .mm-item>a {
    border: 3px solid #86b8e8;
    background-color: #86b9e88e;
    -webkit-box-shadow: 5px 5px 0 #92c874,
        10px 10px 0 #fcd15e;
    box-shadow: 5px 5px 0 #92c874,
        10px 10px 0 #fcd15e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main-area>.mm-block:nth-child(1) .mm-item>a:hover,
.main-area>.mm-block:nth-child(4) .mm-item>a:hover {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 0 #92c874,
        4px 4px 0 #fcd15e;
    box-shadow: 2px 2px 0 #92c874,
        4px 4px 0 #fcd15e;
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
}

.main-area>.mm-block:nth-child(2) .mm-item>a,
.main-area>.mm-block:nth-child(4) .mm-item>a {
    border: 3px solid #92c874;
    background-color: #92c8748e;
    -webkit-box-shadow: 5px 5px 0 #fcd15e,
        10px 10px 0 #86b8e8;
    box-shadow: 5px 5px 0 #fcd15e,
        10px 10px 0 #86b8e8;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main-area>.mm-block:nth-child(2) .mm-item>a:hover,
.main-area>.mm-block:nth-child(4) .mm-item>a:hover {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 0 #fcd15e,
        4px 4px 0 #86b8e8;
    box-shadow: 2px 2px 0 #fcd15e,
        4px 4px 0 #86b8e8;
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
}

.main-area>.mm-block:nth-child(3) .mm-item>a,
.main-area>.mm-block:nth-child(6) .mm-item>a {
    border: 3px solid #fcd15e;
    background-color: #fcd15e8e;
    -webkit-box-shadow: 5px 5px 0 #86b8e8,
        10px 10px 0 #92c874;
    box-shadow: 5px 5px 0 #86b8e8,
        10px 10px 0 #92c874;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main-area>.mm-block:nth-child(3) .mm-item>a:hover,
.main-area>.mm-block:nth-child(6) .mm-item>a:hover {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 0 #86b8e8,
        4px 4px 0 #92c874;
    box-shadow: 2px 2px 0 #86b8e8,
        4px 4px 0 #92c874;
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
}

.deff .mm-item>a {
    border: 3px solid #86b8e8 !important;
    background-color: #fff !important;
    -webkit-box-shadow: 5px 5px 0 #92c874,
        10px 10px 0 #fcd15e;
    box-shadow: 5px 5px 0 #92c874,
        10px 10px 0 #fcd15e !important;
    -webkit-transition: 0.4s;
    transition: 0.4s !important;
}

.deff .mm-item>a:hover {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 0 #92c874,
        4px 4px 0 #fcd15e;
    box-shadow: 2px 2px 0 #92c874,
        4px 4px 0 #fcd15e !important;
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
}

.mm-title {
    overflow: hidden;
    margin-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #777;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mm-date {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.5em;
}

.mm-cat>span {
    margin-top: 5px;
    margin-right: 10px;
    padding: 3px;
    font-size: 15px;
    color: white;
    letter-spacing: 0em;
    background-color: #0082ca;
    border-radius: 10px;
    font-weight: bold;
}

.pagenav ul {
    max-width: 300px;
    margin: 0 auto;
}

.pagenav li {
    width: 14%;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.pagenav li a {
    width: 2em;
    height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    font-family: "Battaghourse";
    color: #000;
    border: 1px solid #000;
}

.pagenav .now,
.pagenav li a:hover {
    padding: 15px;
    color: #fff;
    border: 1px solid #0082ca;
    border: none;
    background: #0082ca;
}

.back>i {
    margin-left: 0;
    margin-right: 10px;
}

.flow-item.mk2 {
    max-width: 600px;
    width:90%;
    margin-left: auto;
    margin-right: auto;
}

.flow-item.mk2 .flow-title {
    display: block;
    padding: 30px 30px 15px 45px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
}

.flow-item.mk2 .flow-txt {
    padding: 0 30px 30px 45px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
}

.flow-inner {
    position: relative;
}

.sml-block {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
}


@media(max-width:1024px) {
    .new-banner>a {
        padding: 60px 30px;
    }

    .new-banner-title {
        font-size: 20px;
    }
}

@media(max-width:599px) {
    .new-banner>a {
        padding: 30px 15px;
    }

    .new-banner-title {
        font-size: 16px;
    }
    
    .flow-item.mk2 .flow-title {
    display: block;
    padding: 30px 15px 15px 30px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
}

.flow-item.mk2 .flow-txt {
    padding: 0 15px 30px 15px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
}
}

.faq-item {
    border: 3px solid #0082ca;
    border-radius: 15px;
    background-color: #fff;
}

.faq-title {
    padding: 30px 60px 30px 30px;
    position: relative;
}

.faq-title::before {
    content: "";
    width: 20px;
    height: 3px;
    display: inline-block;
    background-color: #0082ca;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
}

.close.faq-title::after {
    -webkit-transform: translateY(-50% rotate(90deg));
    transform: translateY(-50%) rotate(90deg);
}

.faq-title::after {
    content: "";
    width: 3px;
    height: 20px;
    display: inline-block;
    background-color: #0082ca;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(-50%);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%);
    transform: translateY(-50%) rotate(0deg);
    position: absolute;
    top: 50%;
    right: 23px;
}



.faq-body {
    padding: 30px;
    position: relative;
}

.faq-body {
    display: none;
    border-radius: 0 0 15px 15px;
    background-color: #86b8e8;
}

.faq-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-title .Q,
.faq-body .Q {
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #0082ca;
}


.faq-title .txt,
.faq-body .txt {
    width: calc(100% - 40px);
    margin-top: 10px;
    margin-left: 15px;
}

.fixed-btns{
  width:41px;
}

@media(max-width:1024px) {

    .faq-title .Q,
    .faq-body .Q {
        width: 30px;
        height: 30px;
        font-size: 22px;
        line-height: 30px;
    }

    .faq-title .txt,
    .faq-body .txt {
        width: calc(100% - 30px);
        margin-top: 5px;
        margin-left: 10px;
    }
    
    .fixed-btns{
  width:35px;
}
}

.Form.info-table th,
.conf .info-table th{
    width:200px;
}

.Form.info-table td,
.conf .info-table td{
    width: calc(100% - 200px);
}

@media(max-width:599px) {
    .faq-title {
        padding: 15px 45px 15px 15px;
        position: relative;
    }

    .faq-title .norm-txt,
    .faq-body .card-txt {
        margin-left: 8px;
    }

    .faq-body {
        padding: 15px;
    }
    
        .fixed-btns{
  width:35px;
}

.Form.info-table th,
.conf .info-table th {
    width:100%;
}

.Form.info-table td,
.conf .info-table td {
    width: 100%
}
}

.Form-Item-Input {
    width: 100%;
    max-width: 600px;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    color: #000;
    border: none;
    border-radius: 15px;
    background: #ddd;
}

.adress-box .short {
    max-width: 200px;
}

.post-code {
    width: 30px;
    height: 38px;
    display: inline-block;
    font-size: 25px;
    color: #0082ca;
    line-height: 38px;
    text-align: center;
}

.Form-Item-Input2 input {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 2px;
}

.Form-Item-Textarea {
    width: 100%;
    height: 300px;
    padding: 15px;
    font-size: 16px;
    border: none;
    border-radius: 15px;
    background: #ddd;
}

[data-element-id].header-flex{
  max-width:100%;
  flex-direction:column;
}

[data-element-id].header-left {
    width: 300px;
}

[data-element-id].header-right {
    width: 100%;
    margin-top:30px;
}

[data-element-id]#nav{
  margin-top:60px;
}

[data-element-id]#nav .pc-none{
  display:block;
    position:relative;
  border:2px dashed #999;
}

[data-element-id].pc-none::before{
  display:block;
  content:"PC時非表示";
  background-color:red;
  color:yellow;
  font-size:14px;
  text-align:center;
  width:100%;
  position:absolute;
  left:0;
  bottom:100%;
}

[data-element-id].nav-inn{
  display:block;
  width:300px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  border:2px dashed #999;
  margin-top:30px;
}

[data-element-id].nav-inn::before{
  display:block;
  content:"PC時非表示";
  background-color:red;
  color:yellow;
  font-size:14px;
  text-align:center;
  width:100%;
  position:absolute;
  left:0;
  bottom:100%;
}

[data-element-id].nav-inn .logo-area{
  width:100px;
  margin-left:auto;
  margin-right:auto;
}

[data-element-id]#header{
  position:relative;
}

[data-element-id].fixed-btns{
  position:absolute;
  top:0;
}

[data-element-id].drop-menu{
  max-height:360px;
  top:auto;
  bottom:100%;
}

[data-element-id].faq-body{
  display:block;
}

[data-element-id].cat-list{
  display:block;
}

.dot{
  display:inline-block;
}

.hissu{
  color:#fff;
  background-color:#777;
  display:inline-block;
  margin:0 10px;
  font-size:13px;
  padding:1px 5px;
}

.Form-Item-Label{
  display:flex;
  justify-content: space-between;
}

.conf .post-code {
    width: 1em;
    height: 1em;
    font-size: 1em;
    line-height:1.4em;
}




.htm-area ul>li{
  margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.htm-area ul>li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #86b8e8;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.htm-area ol>li{
  margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.htm-area ol>li::before {
    content: "";
    width: 15px;
    height: 1px;
    display: inline-block;
    background-color: #0082ca;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.htm-area h2 {
    display: inline-block;
    margin-top:30px;
    margin-bottom: 15px;
    margin-right: auto;
    padding: 5px 30px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 1.5em;
    border: 1px solid #005ea2;
    -webkit-box-shadow: 10px 10px 0px 0px #92c874;
    box-shadow: 10px 10px 0px 0px #92c874;
}

.htm-area h3 {
  margin-top:20px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
    border-left: 5px solid #86b8e8;
}

.htm-area h4 {
    display: inline-block;
    margin-top:15px;
    margin-bottom: 5px;
    margin-right: auto;
    font-weight: 900;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fcd15e));
    background: linear-gradient(transparent 60%, #fcd15e 60%);
}

[data-element-id].ab-cont{
  border:2px solid #8B008B;
  position:relative;
}

[data-element-id].ab-cont::before{
    display: inline-block;
    color: yellow;
    background-color:#8B008B;
    font-size: 12px;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}

[data-element-id].ab-cont.A::before{
  content: 'ABテスト『A』';
}

[data-element-id].ab-cont.B::before{
  content: 'ABテスト『B』';
}

.form_shape li{
  flex-wrap:wrap;
}

.h-adr .actual_object_error_wrapper{
  flex-direction:column!important;
}

@media(max-width:1024px){
  .main-area .mm-block .title-001{
    text-align:left;
  }
  
  .docs-item .cont-02 {
    display:flex;
    flex-direction:column;
  }
  
  .docs-item .cont-02-left{
    display:contents;
  }
  
  .docs-item .cont-02-right{
    order:1;
  }
  
  .docs-item .cont-02-left .txt{
    order:2;
  }
  
}

@media(max-width:599px){
  .Form-Item-Label {
    justify-content: flex-start;
}
}

[data-ab-test-block] [data-ab-test-contents] + [data-ab-test-contents] {
  display: none;
}

.contact-d-none {
    display: none !important;
}

[data-element-id].contact-d-none {
    display: inline-block !important;
    border: 2px solid red;
    position: relative;
}

[data-element-id].contact-d-none::before {
    content: "非表示";
    width: 100%;
    display: inline-block;
    font-size: 13px;
    color: yellow;
    border: 1px solid red;
    background-color: red;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.free-box{
  background-color:#eee;
  margin-top:10px;
  padding:15px;
}


.free-box p{
  padding:2px 10px;
}

.free-box .box-hed{
  font-size:1.1em;
  padding:0 10px;
  background-color:#92c874;
  display:inline-block;
  border-radius:15px;
  margin-bottom:5px;
}

.blk-btn span:hover {
  background: linear-gradient(transparent 60%, #86b8e8 60%);
}

[data-element-id].h1-area{
  margin-bottom:90px;
}

.nav-area{
  z-index:2;
}

.overlay{
  display:inline-block;
  width:0;
  height:100vh;
  position:fixed;
  top:0;
  left:0;
  background-color:#000;
  opacity:0.5;
  z-index:1;
  transition:.5s;
}

.overlay.open{
  width:100vw;
}


@media(max-width:1024px){
  .dual-img{
    margin-bottom:30px;
  }
}

@media(max-width:599px){
  .box-01-title {
    font-size: 18px;
}

.ji-jo-gu .flex-box .txt{
  display:contents;
}

.ji-jo-gu .flex-box p{
  order:2;
  margin-top:30px;
}

.ji-jo-gu .flex-box .under-block{
  order:0;
}

.ji-jo-gu .flex-box .img{
  order:1;
}

.nav-area{
  padding-bottom:100px;
}
}

.inline-link{
  color:blue;
  text-decoration: underline;
  transition:.3s;
}

.inline-link:hover{
  color:red;
}

[data-element-id]#wrapper main .banner a:hover{
  background-color:#fff!important;
  transform: translate(0px, 0px);
}

[data-element-id]#wrapper main .banner a:hover .txt{
  color:#000!important;
}

[data-element-id]#wrapper main .banner a:hover .bnr-title{
  color:#000!important;
}
[data-element-id].cares>span{
  border-bottom:2px solid red;
  border-left:2px solid red;
  border-right:2px solid red;
  background-color:#86b8e8;
  z-index:1;
  position:relative;
  
}

[data-element-id].drop-menu{
  border:2px solid red;
  bottom:calc(100% - 2px);
  z-index:0;
}

.fixed-btns a:hover{
  opacity:0.7;
}


.new-bnr {
        display: inline-block;
        position: relative;
        width:100%;
        overflow:hidden;
        border: 3px solid #fcd15e;
        box-shadow: 5px 5px 0 #86b8e8, 10px 10px 0 #92c874;
}

.new-bnr:hover{
  box-shadow: 2px 2px 0 #86b8e8, 4px 4px 0 #92c874;
  transform:translate(4px,4px);
}

.new-bnr img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display:inline-block;
        width:100%;
        height:100%;
        object-fit:cover;
        transition:.5s;
        z-index:1;
        opacity:0.5;
}

.new-bnr:hover img {
        opacity:0.3;
}

.new-bnr > .txt-001 {
        width: 100%;
        color: #5c5a59;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
        padding:30px 0;
        position:relative;
        z-index:2;
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.new-bnr >.txt-001 > span {
        display: block;
}
.new-bnr > .txt-001> span:nth-of-type(1) {
        font-size: 16px;
}
.new-bnr > .txt-001> span:nth-of-type(2) {
        font-size: 24px;
}


/* 2023.10.06 */

.patientvoice{
    margin: 30px auto 40px;
    display: flex;
    justify-content: space-between;
}

.patientvoice p{
  width: 49%;
    background: #fff;
    padding: 30px;
}

.voice-box{
  max-width: 1000px;
    margin: 80px auto;
    background-color: #92c874;
    padding: 40px 20px;
}

.voivep01{
  font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}



@media(max-width:599px){
.voivep01 {
    font-size: 18px;
}

.patientvoice {
    margin: 30px auto 10px;
    display: block;
}

.patientvoice p {
    width: 100%;
    background: #fff;
    padding: 30px;
    margin-bottom: 34px;
}


}

.unei-sec{
  margin: 80px auto 50px;
}

.unei-p p{
  text-align: center;
  border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    padding: 30px 0;
}

.unei-span{
  font-size: 18px;
    font-weight: bold;
}

.unei-p{
  max-width: 730px;
  margin: 30px auto;
}


@media(max-width:599px){
.unei-sec {
    margin: 60px auto 10px;
}
}


.l-blue {
    background-color: #54acde;
    position: relative;
    margin-bottom: 40px;
}

/**LINEのQRコード**/
.sp-only {
  display: none;
}
.l-qr {
  width: 180px;
  position: fixed;
  bottom: 10px;
  right: 80px;
  z-index: 10;
}
.l-qr a {
  display: block;
  background: #93c572;
  padding: 10px;
  width: 100%;
  border-radius: 10px;
}
.l-qr .txt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
}
.l-qr .img {
  width: 90%;
  margin: auto;
}
.ffixlistSp li:nth-of-type(2n+3) a {
  background: #80d1bd;
}

@media only screen and (max-width: 1024px){
  .l-qr {
    display: none;
  }
  .ffix li {
    width: 32%;
  }
}

@media only screen and (max-width: 1024px){
  .sp-only {
    display: block;
  }
  .fixed-btns .mail-btn.sp-only i {
    font-size: 2em;
  }
}

#news-txt .txt a {
  color: #0000ee;
}
#news-txt .txt a:hover {
  opacity: 0.6;
}

.ablist a {
  color: #0082ca;
}
.ablist a:hover {
  opacity: 0.6;
}

/**2024/09/02**/
.youtube-box {
  width: 80%;
  margin: auto;
}
.youtube-box div {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #46aee0;
  margin-bottom: 10px;
}
.youtube-box iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.mt50 {
  margin-top: 50px;
}

@media (max-width: 1024px){
  .youtube-box {
    width: 80%;
  }
  .youtube-box div {
    font-size: 20px;
  }
}

@media (max-width: 599px){
  .youtube-box {
    width: 98%;
  }
}

/* 2025/01/29 */
.list-insurance{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.list-insurance li{
  width: 48%;
}

.list-insurance li div{
  border: 2px solid #000;
  padding: 2em 0.5em;
  font-size: 14px;
  height: 100%;
  text-align: center;
}

.mv-section-udn.ver02{
  text-align: center;
}

.mv-section-udn.ver02 img{
  width: auto;
  object-fit: contain;
}

.mv-section-udn.ver02 .mv-catch {
  left: auto;
  right: 20%;
}

@media(max-width:1024px){
.mv-section-udn.ver02 .mv-catch {
  right: 10%;
}    
}

@media(max-width:599px) {
.list-insurance{
  display: block;
  gap: 0px;
}

.list-insurance li{
  width: 100%;
}

.list-insurance li+li{
  margin-top: 10px;
}

.mv-section-udn.ver02{
  height: 300px;
}

.mv-section-udn.ver02 .mv-catch {
  right: 0;
}

.mv-section-udn.ver02 .mv-catch>* {
  font-size: 15px;
}
}

/* 公開時に削除（プレビュー画面のみ） */
#wrapper.insurance{
  min-width: 0 !important;
}
