@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap');

body {
    background: #fff;
    color: #000;
    font-family: 'Noto Serif JP', "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

a {
    color: #f4a460;
}

#page-top a {
    color: #f4a460;
    z-index: 9999;
}

.slider {
    position: relative;
    left: 15vw;
    overflow: visible !important;
}

.slide {
    width: 70vw !important;
    height: 150px;
}

.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
}

.slider-1 {
    background: url(../img/fv1.jpg) no-repeat center;
    background-size: cover;
    height: 590px;
    box-sizing: border-box;
    border: 2px solid #fff;
}

.slider-2 {
    background: url(../img/fv2.jpg) no-repeat center;
    background-size: cover;
    height: 590px;
    box-sizing: border-box;
    border: 2px solid #fff;
}

.slider-3 {
    background: url(../img/fv3.jpg) no-repeat center;
    background-size: cover;
    height: 590px;
    box-sizing: border-box;
    border: 2px solid #fff;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .copy {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
    color: #fff;
}

.slider-wrapper .copy p:first-child {
    font-size: 60px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    margin-bottom: 30px;
}

.slider-wrapper .copy p span {
    color: #58c565;
}

.slider-wrapper .copy p:last-child {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    /*	font-family: "YuMincho", "Yu Mincho", "Noto Serif", serif;*/
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #bbb;
}


/*  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PC
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
@media screen and (min-width: 767px) {

    /* ------------------------------
	 display
	------------------------------ */
    .sp {
        display: none;
    }

    /* ------------------------------
	index
	------------------------------ */
    h1 {
        position: absolute;
        left: 10%;
        top: 20px;
        z-index: 999;
    }

    h1 img {
        width: 250px;
        height: auto;
    }

    #main {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 720px;
    }

    #main .copy {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 90%;
        margin: 0 auto;
        color: #fff;

        background: url(../img/bg_mvtext.png)no-repeat center;
        background-size: contain;
        min-height: 60%;
        padding: 7%;
        display: table;
    }

    #main p:nth-child(1) {
        text-align: center;
        font-weight: bolder;
        font-size: 3vw;
        text-shadow: 1px 1px 1px #000000,
            -1px 1px 1px #000000,
            1px -1px 1px #000000,
            -2px -1px 1px #000000,
            1px 0px 1px #000000,
            0px 2px 1px #000000,
            -2px 0px 1px #000000,
            0px -2px 1px #000000;
        line-height: 1;
        margin-bottom: 20px;
    }

    #main p:nth-child(2) {
        text-align: center;
        font-size: 1.8vw;
        text-shadow: 1px 1px 1px #000000,
            -1px 1px 1px #000000,
            1px -1px 1px #000000,
            -2px -1px 1px #000000,
            1px 0px 1px #000000,
            0px 2px 1px #000000,
            -2px 0px 1px #000000,
            0px -2px 1px #000000;

        text-align: center;
        font-weight: bolder;
    }

    /* ------------------------------
    header
    ------------------------------ */
    header {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #171841;
        height: 60px;
        background: -webkit-linear-gradient(#edcf7d, rgba(255, 255, 255.0)30% 80%, #edcf7d);
    }

    header h1 {
        display: flex;
        align-items: center;
    }

    header h1 img {
        margin-right: 20px;
    }

    .top-intro {
        background: #EDCD78;
        padding: 100px 0;
        background: url(../img/bg_intro.png)no-repeat right -20% bottom -100%, url(../img/bg_intro2.png)no-repeat left -20% top -100%, #edcf7d;
        padding: 100px 0;
    }

    .top-intro .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1100px;
        width: 95%;
        margin: 0 auto;
    }

    div.vid_contents {
      max-width: 530px;
      width: 100%;
      text-align: center;
      margin: auto;
      padding: 4% 0 0;
    }
    video.vid_main {
    width: 100%;
    max-width: 530px;/*PC版での最大幅*/
    }
    .top-intro .inner > * {
        width: 48%;
    }

    .top-intro img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .top-intro h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .heading {
        background: url() no-repeat center top;
        text-align: center;
        margin-bottom: 30px;
        font-size: 36px;
        font-weight: 900;
        color: #ed7998;
        padding-top: 100px;
        background: url(../img/title.png) no-repeat center top;
        background-size: 80px;
    }

    .heading2 {
        background: url() no-repeat center top;
        text-align: center;
        padding-top: 20px;
        margin-bottom: 60px;
        font-size: 36px;
        font-weight: 900;
    }

    .top-point {
        padding: 100px 0;
        max-width: 1100px;
        width: 95%;
        margin: 0 auto;
    }

    .top-point .inner {
        display: flex;
        justify-content: space-between;
    }

    .top-point .inner > * {
        width: 31%;
    }

    .top-point img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .top-point h3 {
        font-size: 23px;
        font-weight: 900;
        margin-bottom: 15px;
        line-height: 1.5;
        color: #ed7998;
    }

    .top-menu {
        padding: 100px 0;
        background: #EDCD78;
        background: url(../img/bg_dragon.png)no-repeat left bottom, #edcf7d;
    }

    .top-menu h2 + p {
        max-width: 800px;
        width: 95%;
        margin: 0 auto 30px auto;
        text-align: center;
    }

    .top-menu span.bg {
        background: url(../img/menu.jpg) no-repeat center;
        background-size: cover;
        height: 330px;
        display: block;
    }

    .top-menu .inner {
        display: flex;
        justify-content: space-between;
        max-width: 1100px;
        width: 95%;
        margin: 0 auto;
        padding: 0 0 50px;
    }

    .top-menu .inner > * {
        width: 48%;
        box-sizing: border-box;
        background: rgb(255, 255, 255, 0.4);
        padding: 30px 40px 40px 40px;
        border-radius: 10px;
    }

    .top-menu h3 {
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 10px;
        color: #ed7998;
    }

    .top-menu ul {
        font-size: 16px;
        font-weight: 900;
        line-height: 2.4;
        margin: 0 20px;
    }

    .top-menu ul i {
        display: block;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        margin-top: -12px;
    }

    .top-menu .note {
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 30px;
    }

    .top-menu .note span {
        color: #e8340c;
        line-height: 2.4;
    }

    .rec-menu {
        padding: 0 0 0 0;
        margin-bottom: 0;
    }

    .rec-menu .inner {
        display: flex;
        justify-content: space-between;
        max-width: 1100px;
        width: 95%;
        margin: 0 auto;
    }

    .rec-menu .inner > * {
        width: 30% !important;
        border: none;
        padding: 0 !important;
        background: none !important;
    }

    .rec-menu h2 {
        font-size: 30px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
        color: #ed7998;
    }

    .rec-menu h4 {
        text-align: center;
        color: #ed7998;
        font-size: 25px;
    }

    .rec-menu .inner img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .uber {
        text-align: center;
    }

    .top-feature-1 {
        padding: 100px 0;
    }

    .top-feature-1 h2 + p {
        max-width: 800px;
        width: 95%;
        margin: 0 auto 30px auto;
        text-align: center
    }

    #loopslider {
        margin: 0 auto;
        width: 100%;
        height: 312px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }

    #loopslider ul {
        height: 312px;
        float: left;
        display: inline;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important;
    }

    #loopslider ul li {
        width: 340px;
        height: 312px;
        float: left;
        display: inline;
        overflow: hidden;
    }

    #loopslider ul:after {
        content: ".";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }

    #loopslider ul {
        display: inline-block;
        overflow: hidden;
    }

    #loopslider img {
        width: 100%;
        height: 100%;
    }

    .top-feature-2 {
        padding: 0 0 100px 0;
    }

    .top-feature-2 .inner {
        display: flex;
        justify-content: space-between;
        max-width: 1100px;
        width: 95%;
        margin: 0 auto;
    }

    .top-feature-2 .inner > * {
        width: 30%;
    }

    .top-feature-2 .inner img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .top-feature-2 h4 {
        text-align: center;
        font-size: 20px;
        color: #ed7998;
    }

    .top-access {
        display: flex;
        justify-content: space-between;
    }

    .top-access > * {
        width: 48%
    }

    .top-access dl {
        width: 90%;
    }

    .top-access dl dt {
        border-bottom: solid 1px #f4a460;
        color: #f4a460;
        font-weight: 900;
        padding: 5px 12px;
    }

    .top-access dl dd {
        padding: 5px 12px 10px 12px;
    }

    /* ------------------------------
	footer
	------------------------------ */
    footer {
        background: #171841;
    }

    footer .inner {
        padding: 40px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .inner > * {
        margin: 0 20px;
    }

    footer p img {
        width: 180px;
        height: auto;
    }

    footer address {
        font-style: normal;
        margin-bottom: 10px;
        color: #fff;
    }

    footer ul {
        display: flex;
    }

    footer ul li {
        margin-right: 20px;
        font-size: 28px;
    }

    .fa-twitter:before {
        color: #4db5f4;
    }

    .fa-facebook-f:before {
        color: #fff;
    }

    .fa-facebook-square:before {
        color: #4267b2;
    }

    footer a {}

    footer small {
        display: block;
        background: #f4a460;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
    }


    /* ------------------------------
	 link
	------------------------------ */
    a[href^="tel:"] {
        pointer-events: none;
    }

    a {
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;

    }

    a:hover {
        filter: alpha(opacity=60);
    }

    /* ------------------------------
	 pagetop
	------------------------------ */
    #page-top {
        bottom: 20px;
        right: 15px;
        font-size: 48px;
        line-height: 1;
        position: fixed;
        z-index: 9999;
    }

    #page-top a {
        color: #facc93;
    }

    .zs-enabled .zs-slideshow,
    .zs-enabled .zs-slides,
    .zs-enabled .zs-slide {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden
    }
}



/*  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Mobile
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
@media screen and (max-width: 767px) {

    /* ------------------------------
	 display
	------------------------------ */
    .pc {
        display: none;
    }

    .menu-list {
        width: 100%;
    }

    .menu-list th {
        border: none;
        border-bottom: solid 1px #ccc;
        text-align: left;
        font-size: 11px;
        border-bottom: solid 2px #ccc;
    }

    .menu-list td {
        border: none;
        border-bottom: solid 1px #ccc;
        text-align: right;
        white-space: nowrap;
        font-size: 14px;
        border-bottom: solid 2px #ccc;
    }


    /* ------------------------------
	index
	------------------------------ */
    h1 {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 999;
    }

    h1 img {
        width: 100px;
        height: auto;
    }

    #main {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 300px;
    }

    #main .copy {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 90%;
        margin: 0 auto;
        color: #fff;

        background: url(../img/bg_mvtext_sp.png)no-repeat center;
        background-size: contain;
        min-height: 50%;
        padding: 10%;
    }

    #main p:nth-child(1) {
        text-align: center;
        font-size: 4.5vw;
        line-height: 1.5;
        text-shadow: 1px 1px 1px #000000,
            -1px 1px 1px #000000,
            1px -1px 1px #000000,
            -2px -1px 1px #000000,
            1px 0px 1px #000000,
            0px 2px 1px #000000,
            -2px 0px 1px #000000,
            0px -2px 1px #000000;

        margin-bottom: 20px;
    }

    #main p:nth-child(2) {
        font-size: 2.8vw;
        text-shadow: 1px 1px 1px #000000,
            -1px 1px 1px #000000,
            1px -1px 1px #000000,
            -2px -1px 1px #000000,
            1px 0px 1px #000000,
            0px 2px 1px #000000,
            -2px 0px 1px #000000,
            0px -2px 1px #000000;

        text-align: center;
        font-weight: bolder;
    }

    header {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        background: #171841;
        background: linear-gradient(#edcf7d, rgba(255, 255, 255.0)30% 80%, #edcf7d);
    }

    header h1 {
        padding: 10px 0;
        display: flex;
        align-items: center;
        font-size: 1.5vw;
    }

    header h1 span {
        font-size: 12px;
    }

    header h1 img {
        height: 35px;
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

    .top-intro {
        background: #EDCD78;
        padding: 60px 20px;
        background: url(../img/bg_intro.png)no-repeat right -20% bottom -20%, url(../img/bg_intro2.png)no-repeat left -20% top -20%, #edcf7d;
        background-size: 50%;
    }

    .top-intro img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        border-radius: 10px;
    }
    div.vid_contents {
      width: 100%;
      text-align: center;
      margin: 2em auto 0;
      /* padding: 4% 4% 0 4%; */
    /* background: #e6e6e6;/*余白の背景色*/ */
    }
    video.vid_main {
    width: 100%;
    max-width: 530px;/*PC版での最大幅*/
    }
    .top-intro h2 {
        font-size: 5vw;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .heading {
        background: url() no-repeat center top;
        text-align: center;
        margin-bottom: 30px;
        font-size: 6vw;
        line-height: 1.5;
        font-weight: 900;
        color: #ed7998;
        padding-top: 100px;
        background: url(../img/title.png) no-repeat center top;
        background-size: 80px;
    }

    .heading2 {
        background: url() no-repeat center top;
        text-align: center;
        padding-top: 20px;
        margin-bottom: 60px;
        font-size: 6vw;
        line-height: 1.5;
        font-weight: 900;
    }

    .top-point {
        padding: 60px 20px;
    }

    .top-point .inner > *:not(:last-of-type) {
        margin-bottom: 40px
    }

    .top-point img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .top-point h3 {
        font-size: 5vw;
        line-height: 1.5;
        font-weight: 900;
        color: #ed7998;
        text-align: center;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .top-menu {
        padding: 60px 20px;
        background: #EDCD78;
        background: url(../img/bg_dragon.png)no-repeat left bottom, #edcf7d;
    }

    .top-menu h2 + p {
        margin: 0 auto 30px auto;
        text-align: center
    }

    .top-menu span.bg {
        background: url(../img/menu.jpg) no-repeat center;
        background-size: cover;
        height: 40vw;
        display: block;
    }

    .top-menu .inner {
        padding: 0px 0 60px;
    }

    .top-menu .inner p {
        margin-bottom: 40px;
    }

    .top-menu .inner > * {
        box-sizing: border-box;
        background: rgb(255, 255, 255, 0.4);
        padding: 30px 40px 40px 40px;
        border-radius: 10px;
    }

    .top-menu .inner > *:not(:last-of-type) {
        margin-bottom: 40px;
    }

    .top-menu h3 {
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 10px;
        color: #ed7998;
    }

    .top-menu ul {
        font-size: 16px;
        font-weight: 900;
        line-height: 2.4;
    }

    .top-menu ul i {
        display: block;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        margin-top: -12px;
    }

    .top-menu .note {
        font-size: 4.4vw;
        font-weight: 900;
        margin-bottom: 30px;
    }

    .top-menu .note span {
        color: #e8340c;
    }

    .rec-menu {
        padding: 0 0 0 0;
    }

    .rec-menu .inner > * {
        padding: 0 20px;
        border: none;
        background: none !important;
    }

    .rec-menu .inner > *:not(:last-of-type) {
        margin-bottom: 0px;
    }

    .rec-menu h2 {
        font-size: 22px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
        color: #ed7998;
    }

    .rec-menu h4 {
        text-align: center;
        color: #ed7998;
        font-size: 25px;
    }

    .rec-menu figure {
        width: 100%;
        margin: 0 auto;
    }

    .rec-menu .inner img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .uber {
        text-align: center;
    }

    .uber img {
        width: 100%;
        height: auto;
    }

    .top-feature-1 {
        padding: 60px 0;
    }

    .top-feature-1 h2 + p {
        margin: 0 auto 30px auto;
        padding: 0 20px;
        text-align: center
    }

    #loopslider {
        margin: 0 auto;
        width: 100%;
        height: 156px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }

    #loopslider ul {
        height: 156px;
        float: left;
        display: inline;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important;
    }

    #loopslider ul li {
        width: 170px;
        height: 156px;
        float: left;
        display: inline;
        overflow: hidden;
    }

    #loopslider ul:after {
        content: ".";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }

    #loopslider ul {
        display: inline-block;
        overflow: hidden;
    }

    #loopslider img {
        width: 100%;
        height: 100%;
    }

    .top-feature-2 {
        padding: 0 0 60px 0;
    }

    .top-feature-2 .inner > * {
        padding: 0 20px;
    }

    .top-feature-2 .inner > *:not(:last-of-type) {
        margin-bottom: 40px;
    }

    .top-feature-2 figure {
        width: 70%;
        margin: 0 auto;
    }

    .top-feature-2 .inner img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .top-feature-2 h4 {
        text-align: center;
        font-size: 20px;
        color: #ed7998;
    }

    .top-access dl {
        margin: 30px 20px;
    }

    .top-access dl dt {
        border-bottom: solid 1px #f4a460;
        color: #f4a460;
        font-weight: 900;
        padding: 8px 12px;
    }

    .top-access dl dd {
        padding: 5px 12px 10px 12px;
    }

    /* ------------------------------
	footer
	------------------------------ */
    footer {
        background: #171481;
        text-align: center;
    }

    footer .inner {
        padding: 40px 20px;
    }

    footer p img {
        width: 180px;
        height: auto;
        margin-bottom: 20px;
    }

    footer address {
        font-style: normal;
        margin-bottom: 20px;
        color: #fff;
    }

    footer ul {
        display: flex;
        justify-content: center;
    }

    footer ul li {
        margin: 0 10px;
        font-size: 5vw;
        line-height: 1;
    }

    .fa-twitter:before {
        color: #4db5f4;
    }

    .fa-facebook-square:before {
        color: #4267b2;
    }

    footer a {}

    footer small {
        display: block;
        background: #f4a460;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
    }

    .zs-enabled .zs-slideshow,
    .zs-enabled .zs-slides,
    .zs-enabled .zs-slide {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 300px;
        overflow: hidden
    }
}


/* ------------------------------
　link
------------------------------ */
a {
    text-decoration: none;
}

/* ------------------------------
	 page-top
	------------------------------ */
#page-top {
    display: block;
    font-size: 40px;
    line-height: 1;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 1;
}

.fa-chevron-circle-up:before {
    color: #ed7998;
}

/*btn-----------------------------*/
.link {
    margin-top: 50px;
}

.btn {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    background: #ed7998;
    color: #fff;
    height: 60px;
    line-height: 60px;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn:hover {
    background: #000;
    color: #fff;
}

.link2 {
    margin-top: 0px;
}

.btn2 {
    display: block;
    width: 140px;
    margin: 0 auto;
    text-align: center;
    background: #ed7998;
    color: #fff;
    height: 60px;
    line-height: 60px;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn2:hover {
    background: #000;
    color: #fff;
}

/*menu-table-----------------------*/
.menu-list {
    width: 100%;
}

.menu-list th {
    border: none;
    border-bottom: solid 1px #ccc;
    text-align: left;
    font-size: 12px;
    border-bottom: solid 2px #ccc;
}

.menu-list td {
    border: none;
    border-bottom: solid 1px #ccc;
    text-align: right;
    white-space: nowrap;
    font-size: 14px;
    border-bottom: solid 2px #ccc;
}

@media screen and (max-width: 768px) {
    .mv {
        padding-top: 25px;
    }	
}

/**** DMD add style for2025~ ****/

.top-intro__required {
	max-width: 1100px;
    width: 100%;
    margin: 40px auto;
    padding: clamp(1.25rem, 0.927rem + 1.38vw, 1.875rem);
    background: rgb(255, 255, 255, 0.4);
    box-sizing: border-box;
    border-radius: 10px;
}

.top-intro__required__title {
	width: 100%;
	margin-bottom: 16px;
	font-size: clamp(1rem, 0.741rem + 1.1vw, 1.5rem);
	padding-bottom: 6px;
	border-bottom: 1px solid #000;
	font-weight: bold;
}