@charset "UTF-8";

/* ##### ベース ##### */
#container_wrap {
    overflow: hidden;
    min-width: 1024px;
}

.inner {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.inner::after {
    content: '';
    display: block;
    clear: both;
}

.inner02 {
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.inner02::after {
    content: '';
    display: block;
    clear: both;
}

.inner03 {
    max-width: 641px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.inner03::after {
    content: '';
    display: block;
    clear: both;
}

.inner04 {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.inner04::after {
    content: '';
    display: block;
    clear: both;
}

.inner05 {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.inner05::after {
    content: '';
    display: block;
    clear: both;
}

.section_wrap {
    padding: 6em 0 3em 0;
}

.section {
    background: #fff;
    border: 6px solid #FDBF2E;
    border-radius: 20px;
    position: relative;
    padding: 30px 0 50px 0;
}

.pt0-section {
    padding-top: 0;
}

@media (max-width: 1024px) {
    #container_wrap {
        min-width: 100%;
    }

    #container_wrap {
        min-width: 1px;
    }

    .section_wrap {
        padding: 10% 0;
    }

    .section {
        padding: 5% 0 10%;
    }
}

/* ##### ベース end ##### */

/* ##### ヘッダー ##### */
header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0.2px 0.2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0.2px 0.2px 5px rgba(0, 0, 0, 0.5);
    z-index: 10;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.scrolled header {
    padding-bottom: 0;
}

header:before {
    position: absolute;
    content: '';
    border-top: 8px solid #99C72A;
    height: 8px;
    width: 100%;
}

.header_box {
    width: 100%;
    max-width: 1210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

.header_ttl {
    width: 310px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

#header_left {
    padding-top: 20px;
}

#header_left p {
    font-family: 'Hannari', serif;
    font-size: 1.33em;
    color: #B18754;
    letter-spacing: -3px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

#header_left p:before,
#header_left p:after {
    position: absolute;
    content: '';
    background: #B18754;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 1px;
}

#header_left p:before {
    left: 0;
}

#header_left p:after {
    right: 0;
}

.h_tel {
    float: left;
    text-align: center;
    font-size: 1.94em;
    font-weight: 700;
    line-height: 1.5;
    margin: 15px 30px;
    color: #323232;
}

.h_tel a {
    text-align: center;
    font-size: 2.44em;
    font-weight: 700;
    line-height: 1.5;
    color: #323232;
}

.h_tel span {
    font-size: .4em;
    font-weight: normal;
    display: block;
    letter-spacing: 0;
    padding: 0;
    color: #323232;
}

.h_tel span.tel,
.h_tel span.contel {
    text-align: left;
    padding: 0 0 0 50px;
    position: relative;
}

.h_tel span.tel:before,
.h_tel span.contel:before {
    position: absolute;
    content: '';
    background: url(/upload/tenant_2/55fef51094e1a7deb0fbb362a86c2a58.png) no-repeat center/contain;
    width: 45px;
    height: 29px;
    top: 13px;
    left: 0;
}

.h_tel02 {
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 40px;
}

.tel-wrap .tel a,
.tel-wrap .contel a {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 40px;
}

.h_tel02 img {
    /* background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/htel.svg) no-repeat center/contain; */
    width: 57px;
    height: 37px;
    top: 17px;
    left: 90px;
    vertical-align: baseline;
    margin-right: 10px;
}

.h_tel02 span {
    font-size: .35em;
    display: block;
    letter-spacing: 0;
    padding-right: 55px;
}

.list_hcontact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.list_hcontact li {
    width: 170px;
    height: auto;
    -webkit-box-shadow: 0px 2px 0px #969696;
    box-shadow: 0px 2px 0px #969696;
    text-align: center;
}

.list_hcontact li p {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 1.15em;
    text-align: center;
    line-height: 120%;
    padding: 5px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.list_hcontact li a {
    display: block;
    font-weight: 700;
    width: 100%;
    height: 100%;
}

.list_contact_inner {
    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;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list_hcontact li span {
    font-size: .8em;
    line-height: 110%;
}

.list_hcontact li span.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list_hcontact li span.small {
    width: 100%;
    font-size: .5em;
    display: block;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 5px;
    padding: 00;
}

.list_hcontact li:first-child {
    background: #FD8B35;
    line-height: 1.2;
}

.list_hcontact li:first-child img {
    width: 17px;
    height: 26px;
    margin: 0 5px 0 0;
}

.list_hcontact li:first-child:hover {
    opacity: .8;
}

.list_hcontact li:last-child {
    background: #FDBF2E;
    line-height: 2;
}

.list_hcontact li:last-child img {
    width: 31px;
    height: 20px;
    margin-bottom: 5px;
}

.list_hcontact li:last-child:hover {
    opacity: .8;
}

.scrolled .header_box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px;
}

.scrolled #header_left p {
    font-size: 1em;
}

.scrolled .header_ttl {
    width: 230px;
}

.scrolled .h_tel {
    margin: 5px 15px;
}

.scrolled .h_tel a {
    font-size: 24px;
}

.scrolled .h_tel span.tel,
.scrolled .h_tel span.contel {
    padding: 0 0 0 40px;
}

.scrolled .h_tel span.tel:before,
.scrolled .h_tel span.contel:before {
    width: 32px;
    height: 20px;
    top: 9px;
}

.scrolled .h_tel span {
    font-size: 12px;
}

.scrolled .list_hcontact li p {
    font-size: 14px;
}

.scrolled .list_hcontact li:nth-of-type(2) p {
    font-size: 16px;
}

.scrolled .list_hcontact li:first-child img {
    width: 17px;
    height: 20px;
    margin-top: 0px;
    margin-right: 5px;
}

.scrolled .list_hcontact li:first-child .small {
    font-size: 10px;
    line-height: 120%;
}

@media (max-width: 1024px) {
    .header_box {
        padding: 0 15px;
    }

    #header_left {
        width: 45%;
        padding-top: 15px;
    }

    .header_ttl {
        width: 220px;
    }

    #header_left p {
        font-size: 14px;
        letter-spacing: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 5px auto 0 30px;
    }

    #header_right {
        width: 45%;
    }

    .h_tel {
        margin: 5px 15px;
    }

    .h_tel a {
        font-size: 24px;
    }

    .h_tel span.tel,
    .h_tel span.contel {
        padding: 0 0 0 40px;
    }

    .h_tel span.tel:before,
    .h_tel span.contel:before {
        width: 32px;
        height: 20px;
        top: 9px;
    }

    .h_tel span {
        font-size: 12px;
    }

    .list_hcontact {
        width: 70%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
    }

    .list_hcontact li {
        width: 50%;
    }

    .list_hcontact li p {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        font-size: 12px;
    }

    .list_hcontact li span {
        font-size: 14px;
    }

    .list_hcontact li:first-child img {
        width: 17px;
        height: 20px;
        margin-top: 0px;
        margin-right: 5px;
    }

    .list_hcontact li:first-child .small {
        width: 50%;
        font-size: 10px;
        line-height: 120%;
    }

    .list_hcontact li:last-child img {
        margin-right: 10px;
    }

    .h_tel02 {
        font-size: 9vw;
        margin-bottom: .5em;
    }

    .h_tel02 span {
        font-size: 20px;
        padding: 0;
    }

    .h_tel02 img {
        width: 35px;
        height: 23px;
        top: 15px;
        left: 0;
    }

    .list_hcontact li:nth-of-type(2) p,
    .scrolled .list_hcontact li:nth-of-type(2) p {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    #header_left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px 0;
    }

    #header_right {
        width: 0;
    }

    #header_right .h_tel {
        display: none;
    }

    .header_ttl {
        width: 200px;
        max-width: 100%;
        margin: auto;
        float: none;
    }

    #header_left p {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 14px;
        line-height: 120%;
        margin: 5px auto;
        float: none;
    }

    .list_hcontact {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }

    .list_hcontact li p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 3px;
    }
    
    .list_hcontact li span {
        display: block;
        width: 100%;
    }

    .list_hcontact li:first-child .small {
        width: 50%;
        color: #000;
        position: absolute;
        top: -50px;
        padding: 3px;
        background-color: #f6f0e2;
    }

    .h_tel02 span {
        font-size: 10px;
        display: block;
        letter-spacing: 0;
        padding-right: 0;
    }

    .tel-wrap .tel a {
        font-size: 26px;
    }

    header {
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

    .header--unpinned header {
        -webkit-transform: translate(0, -106px);
        transform: translate(0, -106px);
    }
}

/* ##### ヘッダー end ##### */

/* ##### フッター ##### */
#footer {
    max-width: 970px;
    width: 100%;
    margin: 100px auto 90px;
    overflow: hidden;
    padding: 0 15px;
}

.footer_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.footer_left,
.footer_right {
    width: 48%;
}

.footer_left p.f_txt01 {
    font-size: .88em;
}

.footer_left p.f_txt02 {
    font-size: .78em;
    letter-spacing: 2px;
}

.footer_left .f_tel {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
}

.footer_left .f_tel img {
    width: 57px;
    height: 37px;
    vertical-align: baseline;
    margin-right: 10px;
}

.footer_left .f_tel span {
    font-size: .35em;
    display: block;
    letter-spacing: 0;
}

.f_logo {
    margin: 0 0 30px 0;
}

.copy {
    clear: both;
    overflow: hidden;
    padding: 1em 0;
    font-size: 0.88em;
    text-align: center;
    background: #1D8714;
    color: #fff;
}

@media (max-width: 1024px) {
    #footer {
        margin: 10% auto;
    }

    .footer_left {
        float: left;
        width: 48%;
        margin-right: 4%;
    }

    .footer_left p.f_txt01 {
        font-size: 14px;
    }

    .footer_left .tel-wrap .tel a {
        font-size: 30px;
    }

    .footer_left p.f_txt02 {
        font-size: 14px;
    }

    .footer_right {
        float: right;
        text-align: right;
        width: 48%;
    }

    .f_logo {
        margin: 0 auto 5%;
        width: 80%;
    }

    .copy {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {

    .footer_left,
    .footer_right {
        width: 100%;
    }
}

@media (max-width: 599px) {

    .footer_left {
        float: none;
        width: 100%;
        margin: 0 0 5%;
    }

    .footer_right {
        float: none;
        width: 100%;
    }

    .footer_left .f_tel span,
    .footer_left .f_tel .contel a {
        font-size: 1.35em;
        display: block;
        letter-spacing: 0;
        margin-bottom: 0;
    }

    .copy {
        padding-bottom: 80px;
    }
}

/* ##### フッター end ##### */

/* ##### div ##### */
.left_col {
    float: left;
    width: 652px;
}

.right_col {
    float: right;
    width: 50%;
}

.left_col02 {
    float: left;
    width: 48%;
}

.right_col02 {
    float: right;
    width: 48%;
}

.left_box {
    float: left;
    width: 49%;
}

.right_box {
    float: right;
    width: 49%;
}

.box {
    padding: 2em;
    margin: 0 0 2em;
}

.box::after {
    content: '';
    display: block;
    clear: both;
}

.box .ate {
    border: 1px dotted #1d1d1d;
}

.movie {
    max-width: 780px;
    margin: 0 auto 50px;
}

.movie video {
    width: 100%;
}

.system {
    text-align: center;
    background: #fff;
    border: 3px solid #6BB134;
    border-radius: 20px;
    padding: 50px;
}

.system .system_ttl {
    font-size: 1.88em;
    color: #fff;
    font-weight: 700;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    background: #6BB134;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 0 30px;
}

.system .system_txt {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.94em;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}

.system .system_txt span {
    font-size: 2.05em;
    color: #6BB134;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 20px;
}

.map {
    width: 100%;
    height: 352px;
}

.section_txt {
    font-size: .9375em;
}

.section_txt p.date {
    font-size: .9375em;
}

.section_txt img {
    margin: 3% 0;
    display: block;
    max-height: 500px;
    width: auto;
}

.a_area {
    display: inline-block;
    margin-bottom: 50px;
}

.a_area img {
    width: 20%;
    float: left;
}

.a_area .txtarea {
    width: 75%;
    float: right;
}

@media (max-width: 1024px) {
    .left_col {
        width: 80%;
        margin-right: 15px;
    }

    .left_col img {
        width: 65%;
        float: left;
    }

    .left_box {
        float: none;
        width: 100%;
        margin-bottom: 5%;
    }

    .right_box {
        float: none;
        width: 100%;
    }

    .main_img {
        background: none;
        height: auto;
    }

    .movie {
        margin-bottom: 5%;
    }

    .system {
        padding: 1em;
    }

    .system .system_ttl {
        font-size: 4vw;
        margin-bottom: 1em;
    }

    .system .system_txt {
        font-size: 4vw;
    }

    .section_txt p.date {
        font-size: .8em;
    }

    .a_area {
        margin-bottom: 0px;
    }

    .a_area img {
        width: 50%;
        float: inherit;
        margin: 0 auto 15px;
        display: block;
    }

    .a_area .txtarea {
        width: 100%;
        float: inherit;
        margin: 0 auto 50px;
    }
}

@media (max-width: 599px) {
    .left_col {
        width: 100%;
    }

    .left_col02 {
        float: none;
        width: 100%;
        margin-bottom: 5%;
    }

    .right_col02 {
        float: none;
        width: 100%;
    }

    .a_area .txtarea {
        font-size: 14px;
    }
}

/* ##### div end ##### */

/* ##### ul ##### */
.list_trouble {
    width: 73%;
    float: right;
    color: #fff;
    font-size: 1.55em;
    font-weight: 700;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.list_trouble-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list_trouble-staff-img {
    width: 301px;
    height: auto;
}

.list_trouble {
    width: 73%;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.list_trouble li {
    width: 45%;
    color: #fff;
    font-size: 0.95em;
    font-weight: 700;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 0 5% 10px 0;
    padding: 0 0 10px 60px;
    border-bottom: dashed 2px #fff;
    position: relative;
}

.list_trouble li:nth-child(even) {
    margin-right: 0;
}

.list_trouble li:before {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/check.svg) no-repeat center/cover;
    width: 45px;
    height: 42px;
    left: 10px;
}

.list_anxiety {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -4%;
}

.list_anxiety li:nth-child(even) {
    margin-right: 0;
}

.list_merit {
    margin-bottom: -3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list_merit li {
    width: 31%;
    margin: 0 3% 3% 0;
    padding: 30px 40px 30px 30px;
    background-image: url(/upload/tenant_2/f42160024af4978d37059e3f84350da6.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.list_merit li:before {
    content: '';
    display: block;
    width: 126px;
    height: 120px;
    background-image: url(/upload/tenant_2/2df6a28284245095eaf35a2a7cdbbab4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -2px;
    right: -10px;
    z-index: 1;
}

.list_merit-title {
    font-size: 26px;
    font-weight: bold;
    color: #68a937;
    text-align: center;
    line-height: 120%;
    margin: 20px 0;
}

.list_merit li .text {
    font-weight: bold;
}

.list_merit li:nth-child(3n) {
    margin-right: 0;
}

.list_qa {
    margin-bottom: -30px;
}

.list_qa li {
    background: #fff;
    border: 3px solid #B18754;
    border-radius: 20px;
    padding: 50px 50px 50px 110px;
    margin-bottom: 30px;
    position: relative;
}

.list_qa li p.txt_q {
    font-size: 1.55em;
    font-weight: 700;
    color: #B18754;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    position: relative;
    margin-bottom: 20px;
}

.list_qa li p.txt_q:before {
    position: absolute;
    content: 'Q';
    font-family: 'Tangerine', cursive;
    font-size: 2.5em;
    top: -50px;
    left: -80px;
}

.list_qa li p.txt_a {
    line-height: 2;
    margin-left: 50px;
    position: relative;
}

.list_qa li p.txt_a:before {
    position: absolute;
    content: 'A';
    font-family: 'Tangerine', cursive;
    font-size: 2.5em;
    top: -17px;
    left: -70px;
    color: #E98FCC;
    font-weight: 700;
}

.list_flow {
    position: relative;
}

.list_flow li {
    padding: 40px;
    background-image: url(/upload/tenant_2/6e722676419755cba346b8acee55517b.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.list_flow:after {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/start.svg) no-repeat center/100%;
    width: 293px;
    height: 134px;
    top: 50px;
    left: 0;
    right: -320px;
    margin: 0 auto;
}

.step-title {
    margin-bottom: 30px;
}

.step-title span {
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 38px;
    font-style: italic;
    text-align: center;
    color: #ad8554;
}

.step-title span .big {
    display: inline-block;
    margin-left: 5px;
}

.step-title .ja {
    font-family: inherit;
    font-size: 34px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    line-height: 130%;
    letter-spacing: 2px;
    color: #69ba59;
}

.float-text-box {
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 500;
}

.float-text-box .space {
    float: right;
    height: 60px;
}

.float-text-box .ofimg {
    width: 40%;
    float: right;
    clear: both;
    margin: 10px 0 0 10px;
}

li.flow_left {
    width: 48%;
    margin: 0 35px 40px 0;
    float: left;
    text-align: center;
    position: relative;
}

li.flow_left:after {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/arrow.svg) no-repeat center/100%;
    width: 94px;
    height: 62px;
    right: -60px;
    bottom: 110px;
    z-index: 1;
}

li.flow_right {
    width: 48%;
    float: right;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

li.flow_right:after {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/arrow.svg) no-repeat center/100%;
    width: 94px;
    height: 62px;
    left: -75px;
    bottom: 90px;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

li.flow_right01 {
    width: 48%;
    float: right;
    text-align: center;
    position: relative;
    margin: 230px 0 40px 0;
}

li.flow_right01:after {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/arrow.svg) no-repeat center/100%;
    width: 94px;
    height: 62px;
    left: -75px;
    bottom: 90px;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

li.flow_rightlast {
    width: 48%;
    float: right;
    text-align: center;
    position: relative;
}

.staffs-img {
    position: absolute;
    width: 581px;
    height: 264px;
    bottom: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .list_merit li {
        padding: 20px 30px 20px 20px;
    }

    .list_flow li {
        padding: 30px;
    }

    .list_trouble {
        width: 100%;
        font-size: 5vw;
        margin-bottom: 30px !important;
    }

    .list_trouble:before {
        left: auto;
        width: 100px;
        height: 106px;
        right: 0;
    }

    .list_trouble li {
        width: 100%;
        font-size: 20px;
        margin: 0 0 10px;
        padding: 0 0 5px 40px;
    }

    .list_trouble li:before {
        width: 22px;
        height: 21px;
        top: 5px;
    }

    .list_trouble-staff-img {
        margin-right: 10px;
    }

    .list_anxiety {
        margin-bottom: -5%;
    }

    .list_merit {
        margin-bottom: -5%;
    }

    .list_merit li {
        width: 50%;
        margin: 0 0 5%;
    }

    .list_merit-title {
        font-size: 22px;
        margin: 10px 0;
    }

    .list_merit li .text {
        font-size: 14px;
    }

    li.flow_left {
        margin: 0 25px 40px 0;
        float: left;
    }

    li.flow_left:after {
        width: 74px;
        height: 52px;
        right: -50px;
    }

    li.flow_right01:after {
        width: 74px;
        height: 52px;
        left: -55px;
    }

    li.flow_right:after {
        width: 74px;
        height: 52px;
        left: -55px;
    }

    .step-title {
        margin-bottom: 20px;
    }

    .step-title span {
        font-size: 32px;
    }

    .step-title .ja {
        font-size: 25px;
    }

    .float-text-box {
        font-size: 15px;
        line-height: 1.6;
    }

    .float-text-box .ofimg {
        width: 50%;
        margin: 5px 0 0 5px;
    }

    .float-text-box .space {
        height: 120px;
    }

    .staffs-img {
        width: 430px;
        height: auto;
    }

    .list_qa {
        margin-bottom: -5%;
    }

    .list_qa li {
        padding: 1em;
        margin-bottom: 5%;
    }

    .list_qa li p.txt_q {
        margin-bottom: .5em;
        padding-left: 35px;
        font-size: 1.2em;
        line-height: 1.4;
    }

    .list_qa li p.txt_q:before {
        font-size: 1.5em;
        top: 0;
        left: 0;
        line-height: 1;
    }

    .list_qa li p.txt_a {
        margin: 0;
        padding-left: 35px;
        line-height: 1.8;
        font-size: .9em;
    }

    .list_qa li p.txt_a:before {
        font-size: 1.5em;
        top: 0;
        left: 0;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    li.flow_left {
        margin: 0 20px 40px 0;
    }

    .staffs-img {
        width: 360px;
    }
}

@media (max-width: 599px) {
    .list_trouble-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list_trouble-staff-img {
        width: 40%;
        margin-left: auto;
    }

    .list_flow:after {
        background: none;
    }

    li.flow_left {
        width: 100%;
        margin: 0 0 5%;
        float: none;
    }

    li.flow_left:after {
        background: none;
    }

    li.flow_right {
        width: 100%;
        margin: 0 0 5%;
        float: none;
    }

    li.flow_right:after {
        background: none;
    }

    li.flow_right01 {
        width: 100%;
        margin: 0 0 5%;
        float: none;
    }

    li.flow_right01:after {
        background: none;
    }

    li.flow_rightlast {
        width: 100%;
        float: none;
    }
}

@media (max-width: 599px) {
    .list_merit li {
        width: 100%;
    }

    .list_flow li {
        padding: 20px;
    }

    .float-text-box {
        font-size: 14px;
        line-height: 1.5;
    }

    .float-text-box .space {
        height: 130px;
    }

    .staffs-img {
        width: 100%;
        position: static;
    }
}

/* ##### ul end ##### */

/* ##### table ##### */
.table_time {
    width: 100%;
    font-size: .88em;
    font-weight: 700;
    margin-bottom: 10px;
}

.table_time th {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    background: #99C72A;
    text-align: center;
    padding: 5px 10px;
    border-right: 1px solid #fff;
}

.table_time th:last-child {
    letter-spacing: -7px;
    padding: 0 10px 0 0;
}

.table_time td {
    padding: 5px 0;
}

.table_time td.day_top {
    text-align: center;
    border-right: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
}

.table_time td.day {
    color: #99C72A;
    text-align: center;
    border-bottom: 1px solid #B2B2B2;
}

table.white {
    width: 90%;
}

table.white td {
    border: 1px solid #595959;
    border-collapse: collapse;
    padding: 3px;
    width: 30px;
    height: 25px;
}

table.white td:nth-child(odd) {
    background: #fbf8f0;
    text-align: center;
}

table.white td:nth-child(even) {
    text-align: right;
}

table.white td:nth-child(even) span.red {
    color: red;
}

@media (max-width: 1024px) {
    table.white {
        font-size: .9em;
        margin-bottom: 60px;
    }

    table.white td:nth-child(even) span.red {
        display: block;
    }

    .table_time {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    table.white {
        width: 100%;
        font-size: 12px;
        margin-bottom: 60px;
    }
}

/* ##### table ##### */

/* ##### タイトル ##### */
.top_ttl {
    font-family: 'Hannari', serif;
    font-size: 4.33em;
    text-align: center;
    background: #E98FCC;
    color: #fff;
    height: 150px;
    text-shadow: 3px 3px 3px #808080;
    line-height: 150px;
}

.top_ttl02 {
    font-family: 'Hannari', serif;
    font-size: 3.66em;
    text-align: center;
    background: #B18754;
    color: #fff;
    height: 150px;
    letter-spacing: -1px;
    position: relative;
    z-index: 1;
    line-height: 150px;
}

.top_ttl02:after {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/line_brownafter.png) no-repeat center/cover;
    width: 126px;
    height: 40px;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ttl_01-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.ttl_01 {
    font-family: 'Hannari', serif;
    font-size: 4em;
    line-height: 1;
    text-align: center;
    margin: 120px 0 0 0;
    letter-spacing: -1px;
    text-align: right;
    position: relative;
}

.ttl_01:before {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/about.svg) no-repeat center/contain;
    width: 519px;
    height: 121px;
    top: -130px;
    left: 0;
}

.ttl_02 {
    font-family: 'Hannari', serif;
    font-size: 4em;
    line-height: 1;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 60px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto 60px;
}

.ttl_02:before {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/merit.svg) no-repeat center/contain;
    width: 142px;
    height: 114px;
    left: 0;
}

.ttl_02:after {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/merit.svg) no-repeat center/contain;
    width: 142px;
    height: 114px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    right: 0;
    top: 0;
}

.ttl_03-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.ttl_03 {
    font-family: 'Hannari', serif;
    font-size: 3.6em;
    line-height: 1;
    text-align: center;
    letter-spacing: -1px;
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/ttl_bg01.svg) no-repeat center/cover;
    width: 750px;
    height: 241px;
    margin-bottom: 60px;
    padding: 40px 0;
    position: relative;
    z-index: -1;
}

.ttl_03-img_01 {
    width: 266px;
    height: auto;
}

.ttl_03-img_02 {
    width: 221px;
    height: auto;
}

[class*="ttl_03-img_"] .ofimg {
    height: 100%;
}

[class*="ttl_03-img_"] .ofimg img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain; object-position: center center;';
}

.outer-section {
    position: relative;
}

.contact-box .section {
    z-index: 1;
}

.ttl_04 {
    font-family: 'Hannari', serif;
    font-size: 4em;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 30px;
    position: relative;
}

.ttl_04-img {
    width: 247px;
    height: 309px;
    margin: auto;
    position: absolute;
    top: -270px;
    right: -25px;
    z-index: 0;
}

.ttl_04 span {
    position: absolute;
    font-family: 'Tangerine', cursive;
    font-size: 1.33em;
    left: 120px;
    top: -30px;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    opacity: .4;
    letter-spacing: 2px;
}

.ttl_05 {
    text-align: center;
    margin-bottom: 60px;
}

.ttl_06 {
    font-family: 'Hannari', serif;
    font-size: 4em;
    line-height: 1;
    color: #000;
    text-align: center;
    letter-spacing: -1px;
    position: relative;
    margin: 70px 0;
}

.ttl_06-box {
    position: relative;
}

.ttl_06-img {
    width: 257px;
    height: 347px;
    position: absolute;
    top: -347px;
    right: 0;
}

.ttl_06 span {
    position: absolute;
    font-family: 'Tangerine', cursive;
    font-size: 1.33em;
    left: 120px;
    top: -40px;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    letter-spacing: 2px;
    color: #fff;
}

.ttl_07 {
    font-size: 2.77em;
    font-family: 'Hannari', serif;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -3px;
    margin-bottom: 50px;
    position: relative;
}

.ttl_07:before {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/ttl_itero.svg) no-repeat center/contain;
    width: 31px;
    height: 168px;
    left: 0;
    top: 0;
}

.ttl_07:after {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/ttl_itero.svg) no-repeat center/contain;
    width: 31px;
    height: 168px;
    right: 0;
    top: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.ttl_08-wrap {
    position: relative;
}

.ttl_08 {
    font-size: 3.33em;
    font-family: 'Hannari', serif;
    text-align: center;
    line-height: 160%;
    position: relative;
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/ttl_price.svg) no-repeat center/cover;
    background-size: 100% 100%;
    width: 724px;
    height: auto;
    margin: 0 auto 90px;
    padding: 7px;
}

.ttl_08-img {
    position: absolute;
    width: 228px;
    height: 309px;
    left: -10px;
    z-index: 1;
}

.ttl_08 span {
    font-size: 1.25em;
}

.ttl_08 span.ttl_08sub {
    display: block;
    font-family: 'Hannari', serif;
    font-size: 26px;
    background: #E0EEBF;
    width: 50%;
    min-width: 50%;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    margin: 0 auto;
}

.ttl_09 {
    width: 355px;
    height: 199px;
    margin: 0 auto 60px;
}

.ttl_10 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.txt_01 {
    font-size: 1.8em;
    color: #B18754;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: -1px;
    font-weight: 700;
}

.txt_02 {
    font-size: 1.2em;
    line-height: 2;
}

.txt_03 {
    font-family: 'Hannari', serif;
    font-size: 3.33em;
    color: #fff;
    clear: both;
    overflow: hidden;
    text-align: center;
    position: relative;
    max-width: 880px;
    margin: 0 auto;
}

.txt_03:before {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/trouble_icon.svg) no-repeat center/contain;
    width: 33px;
    height: 64px;
    top: 17px;
    left: 0;
}

.txt_03:after {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/trouble_icon.svg) no-repeat center/contain;
    width: 33px;
    height: 64px;
    top: 17px;
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.txt_04 {
    font-size: 1.55em;
    color: #6BB134;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    margin-bottom: 30px;
}

.txt_04:before {
    position: absolute;
    content: '';
    border-left: 3px solid #6BB134;
    width: 54px;
    height: 76px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    bottom: 15px;
    left: 180px;
}

.txt_04:after {
    position: absolute;
    content: '';
    border-left: 3px solid #6BB134;
    width: 54px;
    height: 76px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    bottom: -15px;
    right: 140px;
}

.txt_05 {
    font-size: 1.44em;
    font-weight: 700;
    text-align: center;
    background: #B18754;
    color: #fff;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 20px;
}

.txt_05 span {
    font-size: 1.53em;
    padding-left: 15px;
}

.txt_06 {
    max-width: 780px;
    font-size: 1.44em;
    font-weight: 700;
    text-align: center;
    background: #fff;
    color: #B18754;
    border: 2px solid #B18754;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 0 auto 20px;
}

.txt_07 {
    font-family: 'Hannari', serif;
    font-size: 1.94em;
    margin-bottom: 40px;
    text-align: center;
}

.txt_08 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.5em;
    margin-bottom: 15px;
    background: #f8f8f8;
    padding: 0 15px;
}

.txt_09 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: 700;
    color: #6BB134;
    text-align: center;
    line-height: 1.5;
}

.txt_10 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.5em;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: 5px;
}

.txt_10 span {
    font-size: 2.5em;
    color: #6BB134;
}

.txt_11 {
    width: 60%;
    margin: 0 auto 50px;
    letter-spacing: 2px;
    border: 1px solid;
    padding: 0 10px;
    text-align: center;
}

span.yellow_line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFEC57));
    background: linear-gradient(transparent 80%, #FFEC57 80%);
}

@media screen and (max-width: 1300px) {
    .top_ttl {
        font-size: 5vw;
        line-height: 1.3;
        height: auto;
        padding: .5em;
    }

    .top_ttl02 {
        font-size: 2.9em;
    }
}

@media (max-width: 1024px) {
    .ttl_01-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .txt_01 {
        font-size: 1.84em;
        margin: 60px 0 1em 0;
    }

    .top_ttl02 {
        font-size: 40px;
        line-height: 1.5;
        height: auto;
        padding: 1em 15px;
    }

    .top_ttl02 .sp {
        display: block;
    }

    .ttl_01 {
        font-size: 40px;
    }

    .ttl_01:before {
        width: 250px;
        height: 60px;
        top: -60px;
        left: 0;
    }

    .ttl_01-img {
        width: 28%;
    }

    .ttl_02 {
        font-size: 40px;
        margin-bottom: 1em;
    }

    .ttl_02:before {
        width: 90px;
        height: 60px;
        top: 0;
    }

    .ttl_02:after {
        width: 90px;
        height: 60px;
        top: 0;
    }

    .ttl_03-wrap {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .ttl_03 {
        width: calc(80% - 220px);
        height: auto;
        font-size: 2.2em;
        line-height: 160%;
        padding: 20px 0;
        margin: 0 0 30px 0;
    }

    .ttl_03-img_01 {
        width: 170px;
        margin-right: -10%;
    }

    .ttl_03-img_02 {
        width: 150px;
        margin-left: -10%;
    }

    .ttl_04 {
        font-size: 45px;
        margin-bottom: 1em;
    }

    .ttl_04:after {
        width: 75px;
        height: 94px;
        top: -22px;
    }

    .ttl_04 span {
        left: 80px;
    }

    .ttl_04-img {
        width: 180px;
        height: auto;
        top: -200px;
    }

    .ttl_05 {
        margin-bottom: 5%;
    }

    .ttl_06 {
        font-size: 60px;
        margin: 0 0 1em;
    }

    .ttl_06:after {
        width: 75px;
        height: 102px;
        top: 0;
        right: -15px;
    }

    .ttl_06 span {
        font-size: 1em;
        left: 110px;
        top: -30px;
    }

    .ttl_06-img {
        width: 160px;
        height: 215px;
        top: -215px;
    }

    .ttl_07 {
        font-size: 35px;
        line-height: 1.4;
        margin-bottom: .5em;
    }

    .ttl_07+p {
        font-size: 14px;
    }

    .ttl_08 {
        width: 80%;
        height: auto;
        margin-bottom: 1em;
        padding: 30px;
        font-size: 40px;
    }

    .ttl_08 span.ttl_08sub {
        width: 60%;
        min-width: 60%;
        font-size: 24px;
    }

    .ttl_08-img {
        width: 160px;
        height: auto;
    }

    .ttl_09 {
        width: 280px;
        height: 160px;
        margin: 0 auto 5%;
    }

    .ttl_08sub {
        top: 43px;
        width: 200px;
        font-size: 1em;
    }

    .txt_01 {
        font-size: 30px;
        line-height: 140%;
        clear: both;
        text-align: left;
        margin: 30px 0 !important;
    }

    .txt_02 {
        font-size: 0.8em;
        line-height: 1.7;
    }

    .bg_01-staff {
        width: 40%;
    }

    .txt_03 {
        font-size: 6vw;
    }

    .txt_03:before {
        width: 16.5px;
        height: 32px;
        top: 0;
    }

    .txt_03:after {
        width: 16.5px;
        height: 32px;
        top: 0;
    }

    .txt_04 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 23px;
        margin-bottom: 1em;
    }

    .txt_04:before {
        position: static;
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

    .txt_04:after {
        position: static;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
    }

    .txt_05 {
        font-size: 4vw;
    }

    .txt_05+p {
        font-size: 14px;
    }

    .txt_06 {
        font-size: 5vw;
    }

    .txt_07 {
        font-size: 24px;
        margin-bottom: .5em;
    }

    .txt_07+p {
        font-size: 14px;
    }

    .txt_08 {
        font-size: 3vw;
        margin-bottom: .5em;
        text-align: center;
    }

    .txt_09 {
        font-size: 4vw;
        margin-bottom: .5em;
    }

    .txt_10 span {
        font-size: 1.6em;
    }

    .txt_10 {
        font-size: 4vw;
        margin-bottom: .5em;
    }

    .txt_11 {
        width: 70%;
        font-size: 4vw;
        margin-bottom: 30px;
    }

    .inner04 span.yellow_line {
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .ttl_03 {
        width: calc(80% - 90px);
        font-size: 34px;
    }

    .ttl_03-img_01 {
        width: 140px;
    }

    .ttl_03-img_02 {
        width: 125px;
    }

    .ttl_06 {
        font-size: 40px;
    }

    .ttl_08 {
        padding: 40px 30px;
        font-size: 30px;
    }
}

@media (max-width: 599px) {
    .top_ttl {
        font-size: 30px;
    }

    .ttl_01-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 30px;
    }

    .ttl_01 {
        font-size: 28px;
        margin-top: 50px;
        margin-bottom: 0;
    }

    .txt_01 {
        font-size: 20px;
    }

    .bg_01-staff {
        margin-left: auto;
        position: absolute;
        top: 20px;
        right: 0;
    }

    .ttl_02 {
        font-size: 26px;
    }

    .ttl_02:before {
        width: 60px;
        height: 40px;
        top: -30px;
        left: -10px;
    }

    .ttl_02:after {
        width: 60px;
        height: 40px;
        top: -30px;
        right: -10px;
    }

    .top_ttl02 {
        font-size: 22px;
    }

    .ttl_03-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

    .ttl_03 {
        width: 80%;
        font-size: 24px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto 30px auto;
        padding: 10px 15px;
    }

    .ttl_03-img_01 {
        width: 70px;
        position: absolute;
        top: -25px;
        left: 0;
    }

    .ttl_03-img_02 {
        width: 60px;
        position: absolute;
        bottom: 10px;
        right: 0;
    }

    .ttl_04 {
        font-size: 31px;
        text-align: left;
    }

    .ttl_04 span {
        left: 0;
    }

    .ttl_04-img {
        width: 130px;
        top: -130px;
    }

    .ttl_06 {
        font-size: 30px;
        text-align: left;
        margin: 30px 0;
    }

    .ttl_06 span {
        left: -10px;
    }

    .ttl_06-img {
        width: 100px;
        height: 144px;
        top: -142px;
    }

    .ttl_07 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        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;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 30px;
        margin: 0 auto 30px auto;
        padding: 0 40px;
    }

    .ttl_08-wrap {
        margin-top: 50px;
    }

    .ttl_08 {
        width: 100%;
        font-size: 20px;
        padding: 10px;
    }

    .ttl_08 span.ttl_08sub {
        width: 65%;
        min-width: 65%;
        font-size: 15px;
    }

    .ttl_08-img {
        width: 110px;
        height: auto;
        top: -110px;
        z-index: 0;
    }

    .txt_04 {
        font-size: 21px;
    }
}

/* ##### タイトル end ##### */

/* ##### 装飾 ##### */
.bg_01 {
    width: 100%;
    height: auto;
    background-color: #fff8f0;
    position: relative;
}

.bg_01-staff img {
    -webkit-filter: drop-shadow(1px 1px 10px #aaa);
    filter: drop-shadow(1px 1px 10px #aaa);
}

.bg_01:before {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/line_pink.svg) repeat-x;
    width: 100%;
    height: 45px;
    top: 0;
    z-index: 1;
}

.bg_01:after {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/line_green.png) repeat-x;
    width: 100%;
    height: 45px;
    bottom: 0;
}

.bg_green {
    background: #99C72A;
}

.bg_marble01 {
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/bg_marble.jpg);
    z-index: -0;
    position: relative;
}

.bg_marble01:after {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/line_pink.svg) repeat-x;
    width: 100%;
    height: 45px;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bg_marble02 {
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/bg_marble02.jpg);
    position: relative;
}

.deco-box {
    width: 580px;
    max-width: 100%;
    height: auto;
    margin: 50px auto;
    padding: 40px;
    background-image: url(/upload/tenant_2/5c1585c4c9f95f177e3b93b2f1e68d7e.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.deco-box-title {
    font-size: 28px;
    font-weight: bold;
    color: #d88abc;
    text-align: center;
    line-height: 120%;
    margin-bottom: 30px;
}

.deco-box .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 180%;
}

.bg_marble03 {
    position: relative;
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/bg_marble03.jpg);
}

.bg_marble03:after {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/line_beige.png) repeat-x;
    width: 100%;
    height: 45px;
    bottom: 0;
}

.bg_pink {
    background: #E98FCC;
}

.bg_paleturquoise {
    background: #afeeee;
}

.bg_lightcyan {
    background: #e0ffff;
}

.bg_powderblue {
    background: #b0e0e6;
}

.bg_aliceblue {
    background: #f0f8ff;
}

.bg_honeydew {
    background: #f0fff0;
}

.bg_beige {
    background: #FCEFE3;
}

.bg_beige .inner04 {
    position: relative;
}

.price-section-img {
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: -63px;
    right: -80px;
}

.bg_yellowdot {
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/bg_dotyellow.jpg);
}

.bg_pinkdot {
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/bg_dotpink.jpg);
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.txt_clr_gray {
    color: #ccc;
}

.txt_clr_white {
    color: #fff;
}

.txt_clr_black {
    color: #000;
}

.inv_list {
    position: relative;
}

.inv_list:after {
    position: absolute;
    content: '';
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/line_green.png) repeat-x;
    width: 100%;
    height: 45px;
    bottom: 0;
}

@media (max-width: 1024px) {
    .bg_marble02:after {
        width: 145px;
        height: 66px;
        bottom: 0;
        left: 10%;
    }

    .bg_beige .inner04:after {
        width: 100px;
        height: 120px;
        bottom: -6%;
        right: 0;
    }

    .price-section-img {
        bottom: 0;
        right: -70px;
    }
}

@media (max-width: 599px) {
    .bg_01 {
        padding: 70px 0 50px 0;
    }

    .deco-box {
        padding: 20px;
    }

    .deco-box-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .deco-box .text {
        font-size: 14px;
    }

    .price-section-img {
        width: 160px;
        bottom: -60px;
        right: -20px;
    }
}

/* ##### 装飾 end ##### */

/* ##### ボタン系 ##### */
#topcontrol {
    width: 35px;
    height: 35px;
    background: url(/import/tenant_2/linea-designworks.com/murai-dental/images/pagetop.png) no-repeat center/auto 100%;
}

a.more {
    text-align: center;
    font-size: .9em;
    color: #CCC;
    margin: 0 5%;
    width: 90%;
}

a.more:hover {
    border: 1px dotted #111;
    color: #CCC;
}

a.button {
    color: #fff;
    display: inline-block;
    padding: 1em;
    position: relative;
    background: #000;
}

a.button i {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
}

/* ##### ボタン系 end ##### */

/* ##### その他パーツ ##### */
.img_scroll {
    min-width: 700px;
}

/* ##### その他パーツ end ##### */

/* ##### メインビジュアル ##### */
.main_img {
    width: 100%;
}

.main_img .inner {
    height: 100%;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.h_txtarea-wrap {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 30px 0;
    position: relative;
}

.h_txtarea-wrap:before,
.h_txtarea-wrap:after {
    content: '';
    display: inline-block;
    position: absolute;
}

.h_txtarea-wrap:before {
    width: 129px;
    height: 127px;
    background-image: url(/upload/tenant_2/0cacdac8a5504f788c927b61c8bff5a9.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.h_txtarea-wrap:after {
    width: 74px;
    height: 160px;
    background-image: url(/upload/tenant_2/9b2dcfe999d3ed38213df552869a4c5d.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(-35%, 40%);
    transform: translate(-35%, 40%);
}

.h_txtarea:nth-of-type(2) {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 15px 0 0 50px;
}

.h_txtarea {
    display: inline;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 50px;
    color: #1c678f;
    line-height: 160%;
    background-color: #fff;
    padding: 0 15px;
}

.h_txtarea02 {
    height: auto;
    margin: 0;
}

@media (max-width: 1360px) {
    .mainimg .uk-slideshow:after {
        padding-top: 70%;
    }
}

@media (max-width: 1024px) {
    .h_txtarea-wrap {
        margin: 20px 0;
    }

    .h_txtarea {
        font-size: 36px;
        padding: 0 10px;
    }

    .h_txtarea:nth-of-type(2) {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin: 10px 0 0 30px;
    }

    .h_txtarea02 {
        width: 50%;
    }
}

@media (max-width: 599px) {
    .mainimg .uk-slideshow:after {
        padding-top: 70%;
    }

    .main_img .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .h_txtarea-wrap {
        width: 100%;
        margin: 30px auto 10px auto;
    }

    .h_txtarea {
        font-size: 18px;
        padding: 5px 10px;
    }

    .h_txtarea-wrap:before {
        width: 90px;
        height: 80px;
    }

    .h_txtarea-wrap:after {
        width: 50px;
        height: 100px;
    }

    .h_txtarea02 {
        width: 70%;
        margin-top: 10px;
    }
}

/* ##### メインビジュアル end ##### */

/* ##### メインビジュアル下 ##### */
.bg_01-inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .bg_01-inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (max-width: 599px) {
    .bg_01-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* ##### メインビジュアル下 end ##### */

/* ##### こんな不安ありませんか？ ##### */
.list_anxiety li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 47%;
    margin: 0 5% 4% 0;
}

.list_anxiety li div[class*="circle-"] {
    width: 60%;
    min-width: 50%;
    background-color: #ad8554;
    border: 5px solid #ad8554;
    border-radius: 50%;
}

.circle-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    line-height: 130%;
    font-weight: bold;
    color: #fff;
    height: 100%;
    margin-right: -5%;
    padding: 0 50px;
}

.circle-img {
    margin-left: -5%;
}

.circle-img .ofimg {
    border-radius: 50%;
    z-index: 1;
    position: relative;
}

@media (max-width: 1024px) {

    .list_anxiety li {
        width: 50%;
        margin: 0 0 5% 0;
        padding: 10px;
    }

    .circle-text {
        font-size: 20px;
        padding: 0px 30px;
    }
}

@media (max-width: 767px) {
    .list_anxiety li {
        width: 80%;
        margin: 0 auto;
    }

    .list_anxiety li:nth-child(even) {
        margin-right: auto;
    }

    .circle-text {
        padding: 0px 45px;
    }
}

@media (max-width: 599px) {
    .list_anxiety li {
        width: 100%;
    }

    .circle-text {
        font-size: 16px;
        padding: 0px 30px;
    }
}

/* ##### こんな不安ありませんか？ end ##### */

/* ##### お問い合わせ ##### */
.tel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-box .list_contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-box .list_contact li {
    width: 48%;
    height: auto;
}

.list_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.list_contact li {
    width: 48%;
    height: 81px;
    -webkit-box-shadow: 2px 2px 2px #969696;
    box-shadow: 2px 2px 2px #969696;
    text-align: center;
}

.contact-box .list_contact li {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-box .list_contact li a {
    min-height: 85px;
    -webkit-box-shadow: 2px 2px 2px #969696;
    box-shadow: 2px 2px 2px #969696;
}

.list_contact li a {
    height: 100%;
}

.list_contact li a,
.list_contact li a p {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 1.22em;
    height: 100%;
}

.list_contact li span {
    font-size: .81em;
    line-height: 3;
}

.list_contact li p.small {
    font-size: .7em;
    display: block;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 5px;
    padding: 0 5px;
}

.list_contact li a .icon {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.list_contact li:first-child {
    position: relative;
    margin-right: 4%;
    line-height: 0;
}

.list_contact li:first-child a {
    background: #FD8B35;
}

.list_contact li:first-child img {
    width: 17px;
    height: 26px;
    margin-top: 12px;
}

.list_contact li:first-child:hover {
    opacity: .8;
}

.list_contact li:last-child {
    background: #FDBF2E;
    line-height: 81px;
}

.list_contact li:last-child a {
    background: #FDBF2E;
}

.list_contact li:last-child img {
    width: 31px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.list_contact li:last-child:hover {
    opacity: .8;
}

.list_contact li:last-child p {
    display: inline;
}

@media (max-width: 1024px) {
    .list_contact li {
        height: 70px;
        width: 100%;
    }

    .list_contact li:first-child {
        margin: 0 0 3em;
    }

    .contact-box .section {
        padding: 5%;
    }

    .contact-box .list_contact li:first-child {
        margin-bottom: 0;
    }
}

@media (max-width: 599px) {
    .contact-box .list_contact li {
        width: 100%;
    }

    .list_contact li:first-child a {
        padding-top: 10px;
    }

    .list_contact li:last-child {
        line-height: auto;
    }

    .list_contact li a,
    .list_contact li a p {
        font-size: 16px;
    }
}

/* ##### お問い合わせ end ##### */

/* ##### コンタクトフォーム ##### */
table.contactform {
    margin: 5em auto 2em;
    max-width: 830px;
    width: 100%;
}

table.contactform th {
    font-size: .9em;
    padding: 0 0 5%;
    text-align: left;
    width: 20%;
}

table.contactform th span {
    font-size: .8em;
    color: red;
    margin-left: 10px;
}

table.contactform td {
    padding: 0 0 5% 5%;
    text-align: left;
    vertical-align: top;
    width: 80%;
}

input,
textarea,
select {
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #c8c8c8;
    width: 100%;
    font-family: 'Noto Sans JP', 'M PLUS Rounded 1c', 'Tangerine', 'Hannari', "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

textarea {
    height: 250px;
}

@media (max-width: 1024px) {
    table.contactform {
        margin: 1em auto;
    }

    table.contactform th {
        width: 100%;
        display: block;
        padding: 0 0 .5em;
    }

    table.contactform th span {
        font-size: .6em;
        margin-left: 5px;
    }

    table.contactform td {
        width: 100%;
        display: block;
        padding: 0 0 1em;
    }
}

.submitBox {
    width: 100%;
    margin: 0 auto 2em;
    text-align: center;
}

.submit,
.backBtn {
    margin: 0 1em;
    padding: 25px 15px 30px;
    display: inline-block;
    font-size: .85em;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.08em;
    border: none;
}

.contact_btn {
    text-align: center;
}

button {
    background: #FDBF2E;
    color: #fff;
    max-width: 300px;
    width: 90%;
    height: 75px;
    font-size: 1.25em;
    font-weight: 700;
    text-align: center;
    -webkit-box-shadow: 0 3px 3px #bbb;
    box-shadow: 0 3px 3px #bbb;
    border: 2px solid #FDBF2E;
    -webkit-transition: .3s;
    transition: .3s;
}

button:hover {
    color: #FDBF2E;
    background: #fff;
    border: 2px solid #FDBF2E;
}

.back-btn {
    margin: 50px 0;
}

.back-btn a {
    text-decoration: underline;
}

/* ##### コンタクトフォーム end ##### */

/* ##### margin,padding ##### */
.m15 {
    margin-bottom: 15px;
}

.m20 {
    margin-bottom: 20px;
}

.m30 {
    margin-bottom: 30px;
}

.m40 {
    margin-bottom: 40px;
}

.m50 {
    margin-bottom: 50px;
}

.m60 {
    margin-bottom: 60px;
}

.m80 {
    margin-bottom: 80px;
}

.p100 {
    padding-top: 200px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
    margin-top: 100px;
    clear: both;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .m30 {
        margin-bottom: 5%;
    }

    .m40 {
        margin-bottom: 15%;
    }

    .m50 {
        margin-bottom: 30px;
    }

    .m60 {
        margin-bottom: 10%;
    }

    .m80 {
        margin-bottom: 10%;
    }
}

/* ##### margin,padding end ##### */

/* ##### お問い合わせ ##### */
.contact-wrap {
    padding: 80px 0;
}

.contact_btn-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact_btn-wrap .contact_btn {
    width: 300px;
    max-width: 90%;
    height: 75px;
    margin: 1%;
}

.contact_btn-wrap .contact_btn button {
    width: 100%;
    height: 100%;
}

@media (max-width: 599px) {
    .contact_btn-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact_btn-wrap .contact_btn {
        height: 50px;
        margin-bottom: 10px;
    }
}

/* ##### お問い合わせ end ##### */

/* ##### 見たまま編集 ##### */
header[data-element-id] {
    position: absolute;
}

.main_img[data-element-id],
#container[data-element-id] {
    margin-top: 145px;
}

/* ##### 見たまま編集 end ##### */

/* 1004 追記 */
.w-44{
  width: 44%;
}

.ai-ed{
  align-items: end !important;
}

.right video{
  width: 100%;
}


 @media only screen and (max-width: 1024px){
  .sp-fd-cm{
    flex-direction: column !important;
  }
  
  .right.w-44{
   width: 100%; 
  }
  
  .mx-auto{
    margin-right: auto;
    margin-left: auto;
  }
  
  .mt-5{
    margin-top: 5%;
  }
  
  .sp-fs28{
    font-size: 28px !important;
  }
  
  .mr-0sp{
    margin-right: 0px !important;
  }
}


@media only screen and (min-width: 600px) and (max-width: 1024px) {
.w-100-tb{
  width: 98% !important;
}

.w-100-tb img{
  width: 100% !important;
}
} 

/*2022/07/01*/
.dental-loan {
  margin-bottom: 50px;
}

.dental-loan a {
  display: block;
  background: #6bb134;
  padding: 10px;
  width: 500px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.dental-loan a span {
  display: inline;
}

.dental-loan a span.s {
  display: block;
}

.dental-loan a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 599px) {
  .dental-loan a {
    width: 300px;
  }
  
  .dental-loan a span {
    display: block;
  }
}

/* 11/30 追記 */

.h_txtarea-wrap:before{
  top: -60px !important;
}


@media screen and (min-width:1025px) {
   .h_txtarea-wrap:after{
    bottom: -10px;
    left: 80px;
   }
   
   .h_txtarea-wrap:before{
  top: -100px !important;
}
}

@media screen and (max-width:599px) {
.h_txtarea-wrap:after {
    width: 45px;
    height: 65px;
    bottom: 20px;
    left: 100px;
}
   
   .h_txtarea-wrap:before{
     top: -30px !important;
    width: 65px;
    height: 55px;
}
}



@media screen and (max-width:599px) {
.por-l-100-sp{
  position: relative;
  left: 100px;
}
}

.catch01{
  font-size: clamp(1rem, 0.4rem + 2.5vw, 2.375rem);
}

.catch02{
  font-size: clamp(1.25rem, 0.386rem + 4.32vw, 3.625rem);
}

/* 2023/12/25 追記 */

.section_wrap .flex-box{
    display: flex;
    align-items: flex-start;
    column-gap: 55px;
}

.attent-txt{
  font-size: 14px;
}

.c-red{
  color: #f00;
}

@media screen and (min-width:1025px) {
.jc-fs-pc{
  justify-content: flex-start !important;
}
}

@media screen and (min-width:600px) and (max-width:1024px) {
   .section_wrap .flex-box{
    column-gap: 30px;
}

 .section_wrap .right.w-44{
   margin-top: 0px;
 }
}

@media screen and (max-width:599px) {
 .section_wrap .flex-box{
    flex-direction: column;
}

.price-section.bg_beige .inner04:after{
  display: none;
}

.price-section.section_wrap{
  padding-bottom: 1%;
}
}

.shinryo-table{
  width: 74%;
    margin: 0 auto 30px;
    border: 1px solid;
    padding: 30px;
}

.shinryo-table h3{
  color: #169101;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.shinryo-table img{
  margin-top: 30px;
}

.pb10-0201{
  width: 672px;
    margin: auto;
}

.pb10-0202{
  width: 720px;
    margin: auto;
}

.jikan-img{
  width: 81%;
    margin: auto;
}

.pc-none-jikan{
  display: none;
}



@media (max-width: 1024px) {
  .pc-none-jikan{
  display: block;
}

.tab-sp-none{
 display: none; 
}
}


@media screen and (max-width:599px) {
.shinryo-table {
    width: 92%;
    margin: 0 auto 10px;
    padding: 20px;
}

.shinryo-table h3 {
    font-size: 22px;
}

.pb10-0201{
width: 100%;
}

.pb10-0202{
  display: none;
  font-size: 16px;
}

.jikan-img{
  width: 100%;
}
}

/* 2024/07/17 */

.w100-img img{
  width: 100%;
}

.pb10-0201 {
    width: 750px;
}

.top-day {
    width: 917px;
    margin: auto;
}

@media (max-width: 1024px) {
  .pb10-0201 {
    width: 530px;
}

.top-day {
    width: 100%;
    margin: auto;
}
}

@media (max-width: 599px) {
  .pb10-0201 {
        width: 100%;
    }
}

/* 2025/03/18 */
.schedule-container {
    max-width: 800px;
    margin: 15px auto 0;
}

.schedule-list {
    display: flex;
}

.schedule-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
}

.schedule-item.ttl{
    width: 10%;
}

.schedule-item.holiday-wed{
    width: 30%;
}

.schedule-item.holiday-sat{
    width: 30%;
}

.schedule-item.open-day{
    width: 30%;
}

.schedule-item dt {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    background-color: #f9f9f9;
    font-size: 16px;
}

.schedule-item dd {
    border-bottom: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    font-size: 16px;
}

.shinryo-table.ver02{
    width: 90%;
    border: none;
}

.sp-month{
  display: none;
}

@media(max-width:1024px){
.schedule-item dt {
    font-size: 14px;
}

.schedule-item dd {
    font-size: 14px;
}    
}

@media (max-width: 599px) {
.schedule-list {
    flex-direction: column;
}

.schedule-item {
    width: 100%;
}

.schedule-item.ttl{
    display: none;
}

.schedule-item.holiday-wed{
    width: 100%;
}

.schedule-item.holiday-sat{
    width: 100%;
}

.schedule-item.open-day{
    width: 100%;
}

.schedule-item+.schedule-item{
    margin-top: 10px;
}

.sp-month{
    display: inline-block;
}

.sp-month.no{
    margin-right: 0.5em;
}
}
