@charset "UTF-8";

/* -----------------------------------------------
  変数定義
----------------------------------------------- */

:root {
    --primary-color: #5E1986;
    --sp-inner: 0 9.6vw;
}



/* -----------------------------------------------
  共通
----------------------------------------------- */

.about-voy-top .main-ttl {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #ED722B;
    padding-left: 64px;
}

.effects .main-ttl {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #E6410A;
    padding-left: 64px;
}

.treatment .main-ttl {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #921E3D;
    padding-left: 75px;
}

.faq-top .main-ttl, .documents .main-ttl {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #5E1986;
    padding-left: 64px;
}

.site-map .main-ttl, .notfound .main-ttl {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #5E1986;
    padding-left: 64px;
}

    .main-ttl::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 53px;
        height: 53px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .main-ttl.underline:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: -20px;
        width: 100%;
        height: 1px;
        border: 1px solid transparent;
        border-bottom: 1px solid #5E1986;
      
    }

.more-btn {
    width: 230px;
    height: 54px;
    margin: 0 auto;
}

    .more-btn a {
        display: grid;
        place-items: center;
        font-size: 1.8rem;
        font-weight: 700;
        width: 100%;
        height: 100%;
        color: #fff;
        background: linear-gradient(to right, #122A4D, #1F84B6);
        border-radius: 27px;
        transition: all .3s;
    }

        .more-btn a span {
            padding: 0 26px 0.2em 0;
            background: url(../images/common/arrow-w.svg) no-repeat center right / 15px 15px;
        }

@media (hover: hover) {
    .more-btn a:hover {
        opacity: 0.7;
        ;
        text-decoration: none;
    }
}

#page-top {
     width: 45px;
    height: 45px;
    position: absolute;
    margin-top: -2.5rem;
    left: 94%;
}


main {
    font-size: 1.4em;
}

    /* main.undercontents {
        padding-bottom: 20px;
    } */

section.about-voy-top .inner,
section.effects .inner,
section.treatment .inner,
section.faq-top .inner,
section.site-map .inner,
section.notfound .inner,
section.documents .inner,
section.document-udcontent .inner,
section.about-voy .inner,
section.side-effect .inner,
section.faq .inner,
section.glossary .inner,
section.sitemap .inner,
section.site-map .inner,
section.prev-next,


#pa-footer .inner {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

figure img {
    width: 100%;
    display: block;
}
figure img {
    width: auto;
    display: block;
    /* max-width: 400px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.mgt1 {
    margin-top: 1em !important;
}

.mgt2 {
    margin-top: 2em !important;
}

.mgt3 {
    margin-top: 3em !important;
}

.mgt4 {
    margin-top: 4em !important;
}

.mgt5 {
    margin-top: 5em !important;
}

.mgt6 {
    margin-top: 6em !important;
}

.mgt8 {
    margin-top: 6em !important;
}

.mgb2 {
    margin-bottom: 2em !important;
}

.mgb3 {
    margin-bottom: 3em !important;
}

.pgt4 {
    margin-bottom: 4em !important;
}

.txt-center {
    text-align: center;
}

.img-center {
    margin-right: auto;
    margin-left: auto;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.figure-caption {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #a8007d;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
        padding: 0 60px;

}

sup {
    font-size: 70%; 
    font-weight: 500;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}

sub {
    font-size: 70%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.1em;
}

.annotation {
    font-size: 0.85em;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

main.undercontents img.ill {
    max-width: 800px;
    margin: 0 auto;
}

a.underline {
    text-decoration: underline;
    color: #a8007d;
}

.forpatient-smd {
    font-size: 1.8em;
    color: #a8007d;
    font-weight: bold;
    border-bottom: 1px solid #a8007d;
}

.page-nate {
    border-top: 1px solid #5E1986;
    border-bottom: 1px solid #5E1986;
 
    padding: 1em 0;
    margin-top: 0em;
    margin-bottom: 10em;
    display: flex;
}

    .page-nate a,
    .page-nate p {
        display: inline-grid;
        align-items: center;
        width: 50%;
        font-size: 17px;
        font-weight: bold;
        position: relative;
        color: #5E1986;
    }

        .page-nate a span {
            /* display: flex; */
            position: relative;
        }

        .page-nate a.before {
            border-right: 1px solid transparent;
            border-image: linear-gradient(
                to bottom,
                #17366F 0%,
                #23336D 16%,
                #452D69 45%,
                #7C2463 84%,
                #962061 100%
            ) 1;
        }

            .page-nate a.before span {
                padding-left: 2em;
                justify-content: flex-start;
            }

        .page-nate a.next span {
            padding-right: 1em;
            padding-left: 0.5em;
            justify-content: flex-end;
        }

        .page-nate a.before span:before {
            content: '';
            display: block;
            position: absolute;
            top: calc(50% - 4px);
            left: 20px;
            width: 9px;
            height: 9px;
            border-right: 3px solid #5E1986;
            border-bottom: 3px solid #5E1986;
            transform: translate(0, -50%);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        .page-nate a.next > span:first-child::after {
            content: '';
            display: block;
            position: absolute;
            top: calc(50% - 4px);
            right: 5px;
            width: 9px;
            height: 9px;
            border-right: 3px solid #5E1986;
            border-bottom: 3px solid #5E1986;
            transform: translate(0, -50%);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

@media screen and (max-width: 767px) {
     #page-top{
                left: 83%;
    }
    .page-nate a.before span {
        margin-bottom: 1em;
    }

    .main-ttl {
        position: relative;
        font-size: 2.1rem;
        line-height: 1.4;
    }

    .forpatient-smd {
        font-size: 1.6em;
        color: #a8007d;
        font-weight: bold;
        border-bottom: 1px solid #a8007d;
    }

    .page-nate {
        display: block;
    }

        .page-nate a {
            width: 100%;
        }

            .page-nate a.before {
                border-right: unset;
            }
}
/* -----------------------------------------------
  ヘッダー
----------------------------------------------- */

.emergency {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    width: 100%;
    height: 10px;
    padding: 0 8.54vw;
    color: #fff;
    background-color: #5E1986;
}

    .emergency p {
        flex: 1;
        line-height: 1.3;
        position: relative;
        margin-left: 10px;
        padding-left: 10px;
    }

        .emergency p::before {
            position: absolute;
            content: '';
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 1px;
            height: 13px;
            background-color: #fff;
        }

.caution {
    position: relative;
    padding: 0 16px;
}

    .caution::before, .caution::after {
        position: absolute;
        content: '';
        background-repeat: no-repeat;
        background-size: contain;
        top: 50%;
        transform: translateY(-50%);
    }

    .caution::before {
        width: 14px;
        height: 12px;
        left: 0;
        background-image: url(../images/patient/caution.svg);
    }

    .caution::after {
        width: 12px;
        height: 12px;
        right: 0;
        background-image: url(../images/patient/icon-blank.svg);
    }

.safetycard {
    width: 162px;
    height: 25px;
    margin-left: auto;
    padding: 0.2em 0 0 2.5em;
    background: url(../images/patient/safetycard.png) no-repeat center center / contain;
    transition: all .3s;
}

@media (hover: hover) {
    .safetycard:hover {
        opacity: 0.7;
        ;
        text-decoration: none;
    }
}

#pa-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    /* padding-top: 36px; */
    padding-bottom: 38px;
    /*padding: 36px 4.54vw 38px 5vw;*/
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.site-logo {
    width: 281px;
    margin-bottom: 2rem;
}

.header__content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .header__content .txt {
        position: relative;
        top: 10px;
        /*right: 4.54vw;*/
        right: 0;
        display: inline-block;
        font-size: 1.1rem;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        /* margin-bottom: 30px; */
        padding: 0.1em 0.3em;
    }

.header__nav {
    margin-top: 0px;
    padding-top: 30px;
}

.header__nav-list {
    position: relative;
    display: flex;
    /* border-left:1px solid; */
    /* height:35px; */
    margin-top:0.5rem;
}

    .header__nav-list > li {
        /* position: relative; */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
        border-left: 1px solid ;
       
    }
    

        /* .header__nav-list > li::before,
.header__nav-list > li:last-of-type::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 53px;
  background-color: var(--primary-color);
} */

        .header__nav-list > li:last-of-type {
            border-right: 1px solid var(--primary-color);
        }

            .header__nav-list > li:last-of-type::after {
                left: initial;
                right: 0;
            }

@media (hover: hover) {
    .header__nav-list > li:hover .menu__body {
        opacity: 1;
        visibility: visible;
    }
}

.header__nav-list > li > a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    padding: 0 26px 0 38px;
    display: inline-block;
    line-height: 125%;
}
.header__nav-list > li:hover > a {
    color: #ffffff;
}
    .header__nav-list > li > a:hover {
        text-decoration: none;
    }

    .header__nav-list > li > a::before,
    .header__nav-list > li > a::after {
        position: absolute;
        content: '';
        background-repeat: no-repeat;
        background-size: contain;
    }

    .header__nav-list > li > a::before {
        left: 0;
        width: 30px;
        height: 30px;
    }


.header__nav-list > li:nth-of-type(1) > a::before {
    background-image: url(../images/klygefaheader/icon01.svg);

}
.header__nav-list > li.is-open:nth-of-type(1) > a::before {
    background-image: url(../images/klygefaheader/icon001.svg);

}
.header__nav-list > li:nth-of-type(2) > a::before {
    background-image: url(../images/klygefaheader/icon02.svg);
}

.header__nav-list > li:nth-of-type(3) > a::before {
    background-image: url(../images/klygefaheader/icon03.svg);
}

.header__nav-list > li:nth-of-type(4) > a::before {
    background-image: url(../images/klygefaheader/icon04.svg);
}
.header__nav-list > li:nth-of-type(5) > a::before {
    background-image: url(../images/klygefaheader/icon05.svg);
}

.header__nav-list > li:nth-of-type(1):hover > a::before {
    background-image: url(../images/about/icon01.svg);

}
.header__nav-list > li:nth-of-type(2):hover > a::before {
    background-image: url(../images/about/icon02.svg);

}
.header__nav-list > li:nth-of-type(3):hover > a::before {
    background-image: url(../images/about/icon03.svg);

}
.header__nav-list > li:nth-of-type(4):hover > a::before {
    background-image: url(../images/about/icon04.svg);

}
.header__nav-list > li:nth-of-type(5):hover > a::before {
    background-image: url(../images/about/icon08.svg);

}
.header__nav-list > li:nth-of-type(1):hover{
    background-color: #ED722B;

}
.header__nav-list > li:nth-of-type(2):hover{
    background-color: #E6410A;

}
.header__nav-list > li:nth-of-type(3):hover{
    background-color: #921E3D;

}
.header__nav-list > li:nth-of-type(4):hover{
    background-color: #5E1986;

}
.header__nav-list > li:nth-of-type(5):hover{
    background-color: #5E1986;

}
.header__nav-list > li:nth-of-type(5):hover{
  /* background-color: #5E1986; */
}
.header__nav-list > li:hover{
    color:#ffffff !important;
}
.header__nav-list > li:nth-of-type(1) .menu__body {
    background-color:#FFDECA;
}
.header__nav-list > li:nth-of-type(2) .menu__body {
    background-color: #FFAF94;
}
.header__nav-list > li:nth-of-type(3) .menu__body {
    background-color: #FCE6EC;
}
.header__nav-list > li:nth-of-type(4) .menu__body {
    background-color: #F7EAFF;
}
.header__nav-list > li:nth-of-type(2) > a::before {
    background-image: url(../images/klygefaheader/icon02.svg);
}

.header__nav-list > li:nth-of-type(3) > a::before {
    background-image: url(../images/klygefaheader/icon03.svg);
}

.header__nav-list > li:nth-of-type(4) > a::before {
    background-image: url(../images/klygefaheader/icon04.svg);
}
.header__nav-list > li:nth-of-type(5) > a::before {
    background-image: url(../images/klygefaheader/icon05.svg);
}

.header__nav-list > li > a::after {
    width: 18px;
    height: 18px;
    right: 0;
    background-image: url(../images/common/arrow-v.svg);
}
.header__nav-list > li:hover > a::after {
    width: 18px;
    height: 18px;
    right: 0;
    background-image: url(../images/common/arrow-u.svg);
}

.header__nav-list > li > a::before,
.header__nav-list > li > a::after {
    top: 50%;
    transform: translateY(-50%);
}

.header__nav-list > li:hover {
    background-color: #ED722B;
    text-decoration: none;
        border-top: 1px solid #5E1986;
border-left:1px solid #5E1986;
}

.menu__body {
    /* display: none; */
    display: flex;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #FFDECA;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 10;
        border: 1px solid #5E1986;

}

.menu__ttl {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary-color);
    width: 180px;
}

.menu__wrap {
    display: flex;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    /*border-left: 1px solid var(--primary-color);
  padding-left: 20px;*/
}

.menu__list {
    width: 100%;
}
    .menu__list a {
        white-space: pre-line;
    }

    .menu__list li {
        font-size: 1.4rem;
        line-height: 1.4;
        color: #392F2C;
        padding: 0.6em 0;
        /* display: flex;
        justify-content: start; */
        text-align: start;
        font-weight: 500;
    }
/*.menu__list li:first-child{
    color: #921E3D;
}*/
.menu__list li a::after{
    content: ">";
    margin-left: 8px;
    display: inline-block;
}

/* 
@media screen and (max-width: 1999px) {
    #pa-header {
        padding: 36px 2vw 38px;
                justify-content: center;

    }
} */
@media screen and (max-width: 1200px) {
    #pa-header {
        padding: 36px 2vw 38px;
                justify-content: flex-start;

    }

    .site-logo {
        /* width: max(18%, 150px); */
    }

    .header__content .txt {
        top: -8rem;
    }

    .header__nav-list > li > a {
        font-size: 1.5vw;
    }
}


@media screen and (max-width: 767px) {
    .header__nav-list > li:hover {
        border-left: none !important;
    }
    .emergency {
        position: fixed;
        top: 0;
        left: 0;
        justify-content: flex-end;
        height: 4PX;
        padding: 0 12px;
        z-index: 100;
    }

    #pa-header {
        margin-top: 30px;
        padding: 12px 5.3vw 15px;
        justify-content: flex-start;
    }

    .site-logo {
        width: 243px;
    }

        .site-logo.is-sp {
            /* margin-top: 50px; */
        }

    .header__content .txt {
        display: none;
    }

    .header__nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: 0;
        padding: var(--sp-inner);
        padding-top: 30px;
        padding-bottom: 100px;
        background-color: #fff;
        transform: translateX(100%);
        transition: all .3s;
        z-index: 10;
        overflow: scroll;
    }

        .header__nav.is-open {
            transform: translateX(0);
        }

    .header__nav-list {
        display: block;
        margin-top: 30px;
    }

        .header__nav-list > li {
            position: relative;
            padding: 0;
            border: none;
            border-bottom: 1px solid var(--primary-color);
             align-items: center;
        /* justify-content: start; */
        text-align: start;
        display: block;
        }
        .menu__list li {
            display: flex;
            justify-content: start;
                   color:#5E1986;
        }
.menu__list li:first-child{
                color:#5E1986;

}
        

            .header__nav-list > li:last-of-type {
                border-right: none;
            }

        .header__nav-list li::before {
            width: 100%;
            height: 1px;
            top: 100%;
        }
/* sreestart */

        /* .header__nav-list li:last-of-type::after {
    display: none;
  } */

        .header__nav-list > li > a {
            display: block;
            font-size: 1.6rem;
            padding: 1em 2.3em;
                        margin-left: 1rem;

        }

        .header__nav-list > li > span {
                 position: absolute;
        width: 40px;
        height: 40px;
        top: 12px;
        right: 0;
        background: url(../images/common/arrow-v.svg) no-repeat center center / 18px auto;
        /* transform: rotate(-90deg); */
        transition: transform .3s;
    }
        

            .header__nav-list > li > span.is-open {
   background: url(../images/common/arrow-u.svg) no-repeat center center / 18px auto;
    transform: rotate(0);
  
            }

        /* .header__nav-list li a::before {
    top: 50%;
    transform: translateY(-50%);
  } */

        .header__nav-list li a::after {
            display: none;
            top: 50%;
            transform: translateY(-50%) rotate(-90deg);
        }

    .menu__body {
        position: static;
        display: none;
        background-color: #fff;
        padding-top: 0;
        visibility: visible;
        opacity: 1;
        transition: none;
                border:none;

    }

    .menu__ttl {
        display: none;
    }

    .menu__wrap {
        display: block;
        padding-left: 0;
        border: none;
    }

    .menu__list {
        width: 100%;
    }

        .menu__list > li {
            padding-left: 1.5em;
            text-indent: -1.5em;
        }

            .menu__list > li > a::before {
                content: 'ー ';
            }

    .drawer-btn {
        position: fixed;
        top: 45px;
        right: 20px;
        z-index: 999;
    }

        .drawer-btn button {
            width: 38px;
            height: 26px;
        }

        .drawer-btn span {
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
                            background:#5E1986;
            transition: all .3s;
        }

            .drawer-btn span:nth-of-type(1) {
                top: 0;
            }

            .drawer-btn span:nth-of-type(2) {
                top: 50%;
                transform: translateY(-50%);
            }

            .drawer-btn span:nth-of-type(3) {
                bottom: 0;
            }

        .drawer-btn.is-open span:nth-of-type(1) {
            top: 10px;
            transform: rotate(45deg);
        }

        .drawer-btn.is-open span:nth-of-type(2) {
            opacity: 0;
        }

        .drawer-btn.is-open span:nth-of-type(3) {
            bottom: 17px;
            transform: rotate(-45deg);
        }
}

/* -----------------------------------------------
  パンくず
----------------------------------------------- */

main.undercontents #breadcrumb {
    max-width: 1200px;
}

#breadcrumb {
    width: 100%;
    margin: 20px auto;
    padding: 0 60px;
}

    #breadcrumb p {
        font-size: 1.4rem;
        color: #191919;
    }

    #breadcrumb a {
        text-decoration: underline;
        color: #5E1986;
        position: relative;
    }

    #breadcrumb span {
        display: inline-block;
        padding-right: 0.5em;
    }

        #breadcrumb span::after {
            content: '>';
            display: inline-block;
            padding-left: 0.5em;
        }

/* -----------------------------------------------
  トップページバナー
----------------------------------------------- */
.main-banner {
    width: 100%;
    background: rgb(237,203,229);
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
}

    .main-banner img {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }
/* -----------------------------------------------
  ボイデヤについて
----------------------------------------------- */

.about {
    padding-top: 50px;
    background-color: rgba(168,0,125,0.2);
    overflow-x: hidden;
}

    .about .main-ttl::before {
        background-image: url(../images/about/icon01.svg);
    }

.about__content {
    display: flex;
}

.about__left {
    width: max(26.5%, 270px);
}

.about__lead {
    margin-top: 40px;
    padding: 35px 30px 45px;
    background-color: #fff;
    border-radius: 18px;
}

    .about__lead .txt {
        font-size: 1.8rem;
        line-height: 1.6;
        margin-bottom: 35px;
    }

.about__right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
    margin: 0 calc(50% - 50vw) 0 3.3vw;
    padding: 0 calc(50vw - 50%) 30px 38px;
    background-color: #fff;
    border-top-left-radius: 36px;
}

.about__items {
    width: calc(50% - 38px / 2);
    margin-top: 40px;
}

    .about__items .ttl {
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
        margin-top: 0.6em;
    }

    .about__items .txt {
        font-size: 1.4rem;
        width: 80%;
        margin: 0.6em auto 0;
    }

.voy-txt {
    font-size: 1.6rem;
}

/* -----------------------------------------------
  副作用について／ボイデヤについて／服薬Q&A（トップ）
----------------------------------------------- */

.effects, .about-voy-top, .faq-top, .notfound, .treatment, .site-map, .documents, .prev-next{
    padding: 39px 0 40px;
}

    .effects .main-ttl, .about-voy-top .main-ttl, .faq-top .main-ttl, .treatment .main-ttl .site-map .main-ttl, .notfound .main-ttl, .documents .main-ttl {
        padding-left: 75px;
    }

        .about-voy-top .main-ttl::before {
            background-image: url(../images/about/icon01.svg);
        }

        .effects .main-ttl::before {
            background-image: url(../images/about/icon02.svg);
        }

        .treatment .main-ttl::before {
            background-image: url(../images/about/icon03.svg);
        }

        .faq-top .main-ttl::before {
            background-image: url(../images/about/icon04.svg);
        }

        .notfound .main-ttl::before  {
            background-image: url(../images/about/icon05.svg);
        }
          .site-map .main-ttl::before{
            background-image: url(../images/about/icon06.svg);
        }
.documents .main-ttl::before {
            background-image: url(../images/about/icon07.svg);
        }
        /* .documents .main-ttl::before {
            background-image: url(../images/about/icon08.svg);
        } */
.effects__lead {
    font-size: 1.4rem;
    margin: 65px 0 55px;
}

/* -----------------------------------------------
  ボイデヤについて（配下）
----------------------------------------------- */
.about-voy {
    padding: 39px 0 80px;
}

    .about-voy .main-ttl {
        padding-left: 75px;
    }

        .about-voy .main-ttl::before {
            background-image: url(../images/about/icon01.svg);
        }

.sub-text {
    font-size: 20px;
    margin: 40px 0 40px;
    color: #5E1986;
    font-weight: bold;
}

.fw-bold {
    font-weight: bold;
}

.about-voy__lead {
    font-size: 1.6rem;
    margin: 40px 0 0px;
}
.treatment-text{
    font-size: 16px;
    margin:16px 0px 0px 0px;
}
.about-voy_gl {
    display: flex;
    align-content: space-between;
    align-items: start;
    margin-bottom: 1em;
}

    .about-voy_gl p:first-child {
        width: 16%;
        white-space: nowrap;
    }

    .about-voy_gl p:last-child {
        width: 84%;
    }

@media screen and (max-width: 960px) {
    .about-voy_gl {
        display: block;
    }

        .about-voy_gl p:first-child {
            width: 100%;
            white-space: unset;
        }

        .about-voy_gl p:last-child {
            width: 100%;
        }
}

/* -----------------------------------------------
  ボイデヤ®錠による治療の対象となる方
----------------------------------------------- */
.for-eligible-patients {
    border: double 10px #00368845;
    padding: 2em;
    border-radius: 2em;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: #a8007d;
}

    .for-eligible-patients img {
        max-width: 60px;
        margin: 1em auto;
    }

@media screen and (max-width: 767px) {
    .for-eligible-patients {
        padding: 1em;
        text-align: center;
        font-size: 1.4em;
    }

        .for-eligible-patients img {
            max-width: 40px;
        }
}
/* -----------------------------------------------
 ボイデヤ®錠の服薬を始める前に
----------------------------------------------- */
.for-before-use {
    border: double 10px #00368845;
    padding: 1em;
    border-radius: 2em;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: #a8007d;
}

.for-before-use-list {
    padding: 0 2.5em;
}

    .for-before-use-list li {
        display: flex;
        font-size: 1.6rem;
        margin-top: 1em;
        align-items: flex-start;
        line-height: 3.0rem;
    }

        .for-before-use-list li span {
            display: block;
            color: #a8007d;
            font-weight: bold;
            font-size: 2.1rem;
            padding-right: 0.25em;
        }

        .for-before-use-list li p {
            display: block;
        }

.em-cls {
    background-image: radial-gradient(circle at center, #a8007d 30%, transparent 30%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: .4em;
}


@media screen and (max-width: 767px) {
    .for-before-use-list {
        padding: 0 1em;
    }

    .for-before-use {
        padding: 0.8em;
        border-radius: 1em;
        text-align: left;
        font-size: 1.4em;
        line-height: 1.4;
    }
}


/* -----------------------------------------------
 ボイデヤ®錠の服薬方法
----------------------------------------------- */

.for-patient-how-to-cau {
    position: relative;
    background: #e6efef;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 1em;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    margin-top: 3em;
}

.for-patient-how-to-mask {
    position: absolute;
    top: -1em;
    left: 40%;
    width: 160px;
    height: 40px;
    background-color: #eed2ef8a;
    background-size: 20px 20px;
    border-left: 2px dotted rgba(0, 0, 0, .1);
    border-right: 2px dotted rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 0.25em 2em;
    color: #65513f;
    transform: rotate(-12deg);
}

.for-patient-how-to-cau div {
    padding: 2em;
}

.for-patient-how-to-cau-title {
    text-align: center;
    font-size: 1.8em;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .for-patient-how-to-cau-title {
        text-align: left;
        font-size: 1.6em;
        line-height: 1.4;
        padding-bottom: 1em;
    }
}

/* -----------------------------------------------
   副作用について（配下）
----------------------------------------------- */
.side-effect {
    padding: 39px 0 80px;
}

    .side-effect .main-ttl {
        padding-left: 75px;
    }

        .side-effect .main-ttl::before {
            background-image: url(../images/patient/icon02.svg);
        }

.box-graypentagon {
    position: relative;
    margin: 50px auto 0;
    padding: 40px 20px;
    width: 100%;
    border: 1px solid #65513f;
    border-radius: 20px;
    box-sizing: border-box;
}

.md-hd {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.md-hd2 {
    display: inline-block;
    padding: 20px 30px;
    margin: auto;
    color: #ffffff;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    border-radius: 9999px;
    background: #a8007d;
    box-sizing: border-box;
}

.md-hd3 {
    display: flex;
    align-items: center;
    font-size: 1.6em;
    color: #a8007d;
    font-weight: bold;
    margin: 1em 0;
}

    .md-hd3:before,
    .md-hd3:after {
        content: "";
        height: 1px;
        flex-grow: 1;
        background-color: #a8007d;
    }

    .md-hd3:before {
        margin-right: 1rem;
    }

    .md-hd3:after {
        margin-left: 1rem;
    }

.for-need-attention-list {
    padding: 0 2.5em;
}

.forfor-need-attention-list li {
    display: flex;
    font-size: 1.6rem;
    margin-top: 1em;
    align-items: flex-start;
    line-height: 3.0rem;
}

    .forfor-need-attention-list li span {
        display: block;
        color: #a8007d;
        font-weight: bold;
        padding-right: 0.25em;
        width: 30%;
    }

    .forfor-need-attention-list li p {
        display: block;
    }

.box-graypentagon2 {
    position: relative;
    margin: 120px auto 0;
    padding: 40px 20px;
    width: 100%;
    background-color: #ffeffc;
    border-radius: 20px;
    box-sizing: border-box;
}

.md-hd-4 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 90%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.md-hd-4-2 {
    display: inline-block;
    padding: 20px 30px;
    border: 2px solid #a8007d;
    margin: auto;
    color: #a8007d;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    border-radius: 9999px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.box-graypentagon2 ul {
    margin-top: 1em;
    padding: 1em;
}

@media screen and (max-width: 767px) {

    .forfor-need-attention-list li {
        display: block;
    }

        .forfor-need-attention-list li span {
            padding-right: 0em;
            width: 100%;
        }

    .md-hd-4-2 {
        display: inline-block;
        padding: 20px 15px;
        border: 2px solid #a8007d;
        margin: auto;
        color: #a8007d;
        font-size: 1.4em;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
        border-radius: 9999px;
        background-color: #ffffff;
        box-sizing: border-box;
    }
}

/* -----------------------------------------------
   その他、ボイデヤ®錠の内服後にあらわれやすい副作用（配下）
----------------------------------------------- */
.common-side-effects {
    display: flex;
    align-items: center;
}

.common-side-effects-ttl {
    font-size: 1.8em;
    line-height: 58px;
    position: relative;
    display: inline-block;
    width: 30%;
    height: 60px;
    transition: all .1s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #006e70;
    font-weight: bold;
}

    .common-side-effects-ttl:before,
    .common-side-effects-ttl:after {
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        content: '';
        border: 30px solid transparent;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
    }

    .common-side-effects-ttl:before {
        right: 100%;
        border-right-color: #006e70;
    }

    .common-side-effects-ttl:after {
        left: 100%;
        border-left-color: #006e70;
    }

.common-side-effects p {
    padding: 1em 2em;
    width: 70%;
}

.common-side-effects-img-2 {
    max-width: 220px;
}

@media screen and (max-width: 767px) {
    .common-side-effects {
        display: block;
    }

    .common-side-effects-ttl {
        font-size: 1.6em;
        width: 100%;
    }

    .common-side-effects p {
        padding: 1em 0;
        width: 100%;
    }
}
/* -----------------------------------------------
  ボイデヤ®錠患者安全性カード
----------------------------------------------- */
.safty-card {
    display: flex;
    justify-content: center;
}

    .safty-card a:link {
    }

    .safty-card a:hover {
        opacity: 0.6;
    }

@media screen and (max-width: 767px) {
    .safty-card {
        display: block;
    }

        .safty-card a:link {
            margin-bottom: 2em;
            display: block;
        }
}
/* -----------------------------------------------
  ボイデヤ®錠服薬Q＆A（配下）
----------------------------------------------- */
.faq {
    padding: 39px 0 80px;
}

    .faq .main-ttl {
        padding-left: 75px;
    }

        .faq .main-ttl::before {
            background-image: url(../images/patient/icon03.svg);
        }

img.faqill-2 {
    max-width: 300px;
}

/* -----------------------------------------------
  用語集（配下）
----------------------------------------------- */
.glossary {
    padding: 39px 0 80px;
}

    .glossary .main-ttl {
        padding-left: 75px;
    }

        .glossary .main-ttl::before {
            background-image: url(../images/patient/icon05.svg);
        }

.glossary-ttl {
    color: #006b6d;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px dotted #006b6d;
}

.glossary-txt {
    font-size: 1.6rem;
    padding: 1em;
    margin-bottom: 3em;
}

.italic {
    font-style: italic;
}

a.gs {
    border-bottom: 1px dotted #006b6d;
    display: inline-block;
    color: #006b6d;
    font-weight: bold;
}

.indent a.gs {
    display: inline;
}

a:hover.gs {
    text-decoration: none;
    color: #a8007d;
}
/* -----------------------------------------------
  資料一覧
----------------------------------------------- */

.document {
    padding: 48px 0 0;
    background-color: rgba(176,176,176,0.2);
}

.document-udcontent {
    padding: 48px 0 0;
}

    .document .main-ttl,
    .document-udcontent .main-ttl {
        padding-left: 75px;
    }

        .document .main-ttl::before,
        .document-udcontent .main-ttl::before {
            background-image: url(../images/patient/icon04.svg);
        }

.doc__content {
    display: flex;
    justify-content: space-between;
    margin: 75px 0 80px;
}


.doc__items {
    width: 30%;
}


    .doc__items .image {
        transition: all .3s;
    }

@media (hover: hover) {
    .doc__items .image:hover {
        opacity: 0.7;
        ;
    }
}

.doc__items .ttl {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-top: 1.2em;
    color: #006b6d;
}


.doc__items .txt {
    font-size: 1.4rem;
    margin-top: 1.4em;
}

.document-udcontent .doc__content {
    flex-wrap: wrap;
}

.document-udcontent .doc__items {
    margin-bottom: 3em;
    display: block;
}

.document a:hover.doc__items,
.document-udcontent a:hover.doc__items {
    text-decoration: none;
}

.document-udcontent .ttl {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-top: 1.2em;
    color: #006b6d;
}

.document a:hover.doc__items .ttl,
.document-udcontent a:hover.doc__items .ttl {
    color: #a8007d
}

@media screen and (max-width: 767px) {
    .document-udcontent .doc__content {
        display: block;
        justify-content: space-between;
        margin: 75px 0 80px;
    }

    .document-udcontent .doc__items {
        width: 100%;
    }
}
/* -----------------------------------------------
   サイトマップ（配下）
----------------------------------------------- */
.sitemap {
    padding: 39px 0 80px;
}

    .sitemap .main-ttl {
        padding-left: 75px;
    }

        .sitemap .main-ttl::before {
            background-image: url(../images/patient/icon06.svg);
        }


/* -----------------------------------------------
   index（配下）
----------------------------------------------- */
.index-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3em;
    justify-content: space-between;
}

    .index-content li {
        display: flex;
        width: 46%;
        box-sizing: border-box;
        border: 3px solid transparent;
        border-radius: 25px;
        padding: 1em;
        margin: 1em;
    }

    .about-voy-top .index-content li {
        background-color: #FFD6BF;
        box-shadow: 6px 6px #ED722B;
    }

    .effects .index-content li {
        background: #FFAF94;
        box-shadow: 6px 6px 0 0 var(--red, #E6410A);
    }

    .treatment .index-content li {
        background: #FCE6EC;
        box-shadow: 6px 6px 0 0 var(--brick-red, #921E3D);
    }

    .faq-top .index-content li {
        background: #F7EAFF;
        box-shadow: 6px 6px 0 0 var(--violet, #5E1986);
    }

        .about-voy-top .index-content li:hover {
            background: var(--orange, #ED722B);
            box-shadow: 6px 6px 0 0 #DE5202;
        }

        .effects .index-content li:hover {
            background: #F7511A;
            box-shadow: 6px 6px 0 0 #9C2A04;
        }

        .treatment .index-content li:hover {
            background: #F73B6D;
            box-shadow: 6px 6px 0 0 #5F1901;
        }

        .faq-top .index-content li:hover {
            background: #8E52B1;
            box-shadow: 6px 6px 0 0 #3B055B;
        }

        .index-content li.blank {
            border: unset;
        }

            .index-content li.blank:hover {
                background-color: #ffffff;
            }

        .index-content li a {
            display: flex;
            align-items: center;
            width: 100%;
            box-sizing: border-box;
            font-size: 1.4em;
            font-weight: bold;
            padding: 1em 2.2em 1em 1em;
            position: relative;
            color: #392F2C;
            line-height: 125%;
        }

        .index-content li:hover a {
            color: #FFFFFF;
        }

            .index-content li a:after {
                content: '';
                display: block;
                position: absolute;
                top: calc(50% - 3px);
                right: 20px;
                width: 10.35px;
                height: 9.7px;
                transform: translate(0, -50%);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .about-voy-top .index-content li a:after {
                border-right: 2.18px solid #ED722B;
                border-bottom: 2.18px solid #ED722B;
            }

            .effects .index-content li a:after {
                border-right: 2.18px solid #E6410A;
                border-bottom: 2.18px solid #E6410A;
            }

            .treatment .index-content li a:after {
                border-right: 2.18px solid #921E3D;
                border-bottom: 2.18px solid #921E3D;
            }

            .faq-top .index-content li a:after {
                border-right: 2.18px solid #5E1986;
                border-bottom: 2.18px solid #5E1986;
            }

            .index-content li a:before {
                content: '';
                position: absolute;
                top: calc(50% - 16px);
                right: -11px;
                width: 34px;
                height: 34px;
                transform: translate(-50%);
                background: #fff;
                border-radius: 50%;
            }

            .index-content li a:hover {
                text-decoration: none;
            }

        .index-content li br.twline {
            display: none;
        }

@media screen and (max-width: 1200px) {
    .index-content li br.twline {
        display: block;
    }
}

@media screen and (max-width: 960px) {
    .index-content {
        /* display: block; */
        margin-top: 3em;
    }

        .index-content li {
            width: 100%;
        }

            .index-content li.blank {
                display: none;
            }

            .index-content li br.twline {
                display: none;
            }
}
/* -----------------------------------------------
  バナー
----------------------------------------------- */

.banner {
    padding: 60px 0 20px;
}

.bnr__content {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 6vw;
    box-sizing: content-box;
}

.bnr__item {
    width: 300px;
    transition: all .3s;
}

    .bnr__item:nth-of-type(n+3) {
        margin-top: 55px;
    }

@media (hover: hover) {
    .bnr__item:hover {
        opacity: 0.7;
        ;
    }
}


@media screen and (max-width: 767px) {
    .banner {
        padding: 15px 0 10px;
        background-color: #fff;
    }

    .bnr__content {
        padding: var(--sp-inner);
    }

    .bnr__item {
        margin-top: 35px;
        width: 100%;
    }

        .bnr__item:nth-of-type(n+3) {
            margin-top: 35px;
        }

    .index-content li a:after {
        right: -2px;
    }

    .index-content li {
        margin: 1em 0em;
    }
}


/* -----------------------------------------------
  フッター
----------------------------------------------- */
.footer_houseimg{
   
    margin-bottom: 20px;
    margin-top:-7px;
    width:30px;
    height:28px;
}
.footer_textimg{
     display: flex;
    gap:16px;
}
#pa-footer {
    overflow-x: hidden;
}

footer .content-inner {
    position: relative;
}

.footer__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    margin: 0 calc(50% - 50vw);
    padding: 30px calc(50vw - 50%) 130px;
    background-color: var(--primary-color);
}

.footer__txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    gap:16px;
}

    .footer__txt > a:link {
        text-decoration: none;
    }

.footer__items {
    width: 24%;
}

    .footer__items .ttl {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 30px;
        padding-bottom: 0.2em;
        border-bottom: 2px solid #FFFFFF;
    }

        .footer__items .ttl.pdf a {
            padding-right: 1.8em;
            background: url(../images/common/pdf.png) no-repeat center right / 22px auto;
        }

.footer__list li {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
    letter-spacing: -0.5px;
    font-weight: normal;
}

    .footer__list li.pdf a,
    li.pdf a {
        padding-right: 1.6em;
        background: url(../images/common/pdf.png) no-repeat center right / 22px auto;
    }

.footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
}

.footer__bottom-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .footer__bottom-list li {
        font-size: 1.2rem;
        margin-right: 70px;
    }

.footer__bottom-logo {
    display: flex;
    align-items: center;
}

    .footer__bottom-logo .logo {
        transition: all .3s;
    }

        .footer__bottom-logo .logo:nth-of-type(1) {
            width: 136px;
        }

        .footer__bottom-logo .logo:nth-of-type(2) {
            width: 240px;
            margin-left: 34px;
        }

@media (hover: hover) {
    .footer__bottom-logo .logo:hover {
        opacity: 0.7;
        ;
    }
}

.copyright {
    font-size: 1.2rem;
    width: 100%;
    margin-top: 35px;
}


@media screen and (max-width: 960px) {
    footer .content-inner {
        padding: var(--sp-inner);
    }

    .footer__content {
        display: block;
        padding-bottom: 36px;
    }

    .footer__txt {
        font-weight: bold;
        font-size:20px;
        margin-bottom: 20px;
    }

    .footer__items {
        width: 100%;
        margin-bottom: 36px;
    }

        .footer__items .ttl {
            margin-bottom: 20px;
        }

    .footer__bottom {
        justify-content: center;
        padding-bottom: 15px;
    }

    .footer__bottom-list {
        order: 2;
        margin: 28px 0 0;
    }

        .footer__bottom-list li {
            margin: 0;
        }

            .footer__bottom-list li:not(:last-of-type) {
                margin-right: 30px;
            }

    .footer__bottom-logo {
        order: 1;
    }

        .footer__bottom-logo .logo:nth-of-type(1) {
            width: 100px;
        }

        .footer__bottom-logo .logo:nth-of-type(2) {
            width: 175px;
            margin-left: 25px;
        }

    .copyright {
        text-align: center;
        margin-top: 20px;
        order: 3;
    }
}
/* -----------------------------------------------
  緊急対応ページ
----------------------------------------------- */
.emergency_box h1:before,
.emergency_box h2:before {
    margin-right: 1rem;
}

.emergency_box h1:after,
.emergency_box h2:after {
    margin-left: 1rem;
}

.emergency_box h1:before, .emergency_box h1:after,
.emergency_box h2:before, .emergency_box h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: rgb(2, 54, 136);
}

.emergency_box h1,
.emergency_box h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1em;
}

    .emergency_box h1 span,
    .emergency_box h2 span {
        font-size: 3rem;
        font-weight: 700;
        color: rgb(2, 54, 136);
        display: block;
        padding-left: 1em;
    }

    .emergency_box h1 img,
    .emergency_box h2 img {
        max-width: 62px;
    }

.emergency_box_card2 {
    background-color: rgb(2, 54, 136);
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700;
    padding: 0.125em;
    text-align: center;
    border-radius: 30px;
}

/* -----------------------------------------------
  SP版 コンテンツ
----------------------------------------------- */

@media screen and (max-width: 767px) {
    .footer_houseimg {
margin-top:20px;
    }
    .top-slider {
        padding: 20px calc(9.6vw - 20px) 0;
        /* background-color: rgba(168,0,125,0.2); */
    }

    .top-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 9.6vw 45px;
        background-color: rgba(168,0,125,0.2);
    }

    .top-content__items {
        width: calc(50% - 7px);
        margin-top: 34px;
        background-color: #fff;
        border-radius: 12px;
    }

        .top-content__items a {
            display: block;
        }

        .top-content__items .image {
            padding: 12px 0;
        }

            .top-content__items .image img {
                width: 33%;
                margin: 0 auto;
            }

        .top-content__items .ttl {
            display: flex;
            align-items: center;
            height: 66px;
            padding: 0 15px;
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
            background: #f1f1f1 url(../images/common/arrow-b.svg) no-repeat center right 15px / 10px auto;
        }

            .top-content__items .ttl h3 {
                font-size: 1.4rem;
                line-height: 1.3;
                color: #003688;
            }
           
}


.container {
  display: flex;        
  /* align-items: center;     */
  gap: 6px;   
  margin:60px 60px 20px 60px;             
}

.dot {
  width: 16px;
  height: 16px;
  background: url(../images/common/ecllipse.svg);
  /* border-radius: 50%; */
                /* background: linear-gradient(to right,  #17366F 0%, #23336D 16%, #452D69 45%, #7c2463 84%, #962061 100%); */
  flex-shrink: 0;    
  margin-top: 6px;   
}

.eligible-text{
font-weight: 400;
font-size: 20px;
line-height: 168%;
letter-spacing: -2%;
padding-bottom: 10px;
color: #392F2C;

}
.mechanism-text{
    font-weight: 500;
font-size: 20px;
line-height: 168%;
letter-spacing: -2%;
}
.dot-text span::before{
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
     width: 16px;
     height: 16px;
     border-radius: 50%;
     background: linear-gradient(to right,  #5E1986,  #921E3D, #A42025, #E6410A, #ED722B);
}

.dot-text span {
    padding-left: 24px;
    padding-bottom: 0px !important;
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.text {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
  line-height: 1.2;   
        
}
.para-text{
    padding-left:60px;
    font-size: 16px;
    font-weight: normal;
}

.header__nav-list li a br {
  display: none;
}

/* Show line break on desktop */
@media (min-width: 768px) {
  .header__nav-list li a br {
        display: inline;
    }
  .header__nav-list li a br.is-sp {
        display: none;
    }

  .txt img {
    margin: auto;
    width: 100%;
}

.schedule_img {
    width: 83% !important;
}
}


   .container {
  display: flex;        
  /* align-items: center;     */
  gap: 6px;   
  margin:40px 0px 20px 0px;             
}

.dot {
  width: 16px;
  height: 16px;
  /* border-radius: 50%; */
                /* background: linear-gradient(to right,  #17366F 0%, #23336D 16%, #452D69 45%, #7c2463 84%, #962061 100%); */
  flex-shrink: 0;       
}

.text {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
  line-height: 1.2;   
        
}
.para-text{
    padding-left:0;
    font-size: 16px;
    font-weight: normal;
}
.para-text16{
   font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);  
    margin-top:4rem;
}
.para-text16::before{
content: "• "; 
    margin-right: 6px;    
}

.txt-underline{
    text-decoration: underline;
    color:#1A3775;
}
.img-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
 .innerimg{
    padding :0 0 0 60px;
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
  }
.img-scroll img {
  display: block;
  max-width: none; /* prevents shrinking */
  height: auto;
}

.banner-text {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFFFFF;
    transform: translate(-50%, -50%);
    font-size: 34.07px;
    font-weight: bold;
    line-height: 53px;
    max-width: 1200px;
    padding: 0 135px;
}

.small-text {
    font-size: 32px;
}

.bottom-sup {
    top: 13px;
}


@media (max-width: 767.98px) {
    .heading-sm-txt{
        font-size: 16px;
    }
    .banner-text {
        font-size: 21px;
        padding: 0px;
        line-height: 40px !important;
        top: 32% !important;
        width: 76%;
    }

    .small-text {
        font-size: 18px;
    }

    .bottom-sup {
        top: 8px;
        font-size: 21px;
    }

    .main-banner {
        margin: auto;
        width: 81.5%;
    }
}

@media (min-width: 1080px) {
    .index-content li {
        max-height: 108px;
    }
}

.inner a {
    text-decoration: none;
}


@media (min-width: 768px) and (max-width: 1079.98px) {
    .index-content li a {
        padding: 1em 2em 1em 1em !important;
    }
}

@media (max-width: 767.98px) {
    .inner {
        padding: 0 55px !important;
    }

    .effects .main-ttl, .treatment .main-ttl, .faq-top .main-ttl, .about-voy-top .main-ttl, .documents .main-ttl {
        font-size: 20px;
    }

    .index-content li a:before {
        width: 20px !important;
        height: 20px !important;
        right: -19px;
        top: 41%;
    }

    .effects .index-content li a:after {
         border-right: 1.61px solid #E6410A !important;
         border-bottom: 1.61px solid #E6410A !important;
     }
    .index-content li a:after {
        width: 8px;
        height: 8px;
    }

        .index-content li {
        width: 47%;
        height: 130px;
        border-radius: 20px !important;
    }

    .anchor-boxes li {
        height: 75px !important;
        border-radius: 10px !important;
    }

    .anchor-boxes li a:after {
        top: calc(50% - 5px) !important;
        right: -3px;
        transform: rotate(43deg);
    }

    .anchor-boxes li a:before {
        top: 28% !important;
    }

    .index-content li a {
        padding: 1em 1.1em 1em 0em;
        font-size: 14px;
    }

    .spacing {
        padding: 0 35px !important;
    }

    main:has(.spacing) #breadcrumb {
        padding: 0 35px !important;
    }

    .features-img-scroll {
        height: 425px;
    }

    .notfound p {
       text-align: center;
    }

    .banner-inner {
        padding: 0px;
    }

    .banner-container {
        flex-direction: column;
        padding: 0px 12px 12px 12px;
    }

    .banner-maintext {
        padding: 6px 0px 12px 0px;
        text-align: center;
    }

    .banner-maintext h1 {
       font-size: 13px;
       line-height: 19.2px; 
    }

    .banner-maintext p {
       font-size: 10px;
       line-height: 140%;
       margin-top: 6px;
    }

    .banner-img {
        width: 162px !important;
    }

    .intro-img {
        width: 135px !important;
    }

    .intro-container {
        margin: 40px 0px 20px 0px;
        padding: 30px 20px 30px 20px;
    }

    .intro-heading {
        font-size: 20px;
    }

   /* sup {
        font-size: 13px;
    }*/

    .effects .anchor-boxes {
        flex-direction: column;
    }

    .effects .anchor-boxes li {
        width: 100%;
    }

    .sub-heading {
        font-size: 20px !important;
        line-height: 160%;
        margin-top: -25px;
    }

    .index-content li a {
        line-height: 20px !important;
    }

    .img-text {
        font-size: 18px;
    }

    .about-voy-top .index-content li {
        box-shadow: 4px 4px #ED722B !important;
    }

    .effects .index-content li {
        box-shadow: 4px 4px 0 0 var(--red, #E6410A) !important;
    }

    .treatment .index-content li {
        box-shadow: 4px 4px 0 0 var(--brick-red, #921E3D) !important;
    }

    .faq-top .index-content li {
        box-shadow: 4px 4px 0 0 var(--violet, #5E1986) !important;
    }

}

.notfound p {
    line-height: 208%;
    font-size: 16px;
}

.orange-text {
    color: #E6410A;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 168%;
}

.purple-text {
    color: #5E1986;
    font-size: 20px;
    font-weight: 800;
}

.banner-inner {
     max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(to right, #FFF3EC, #F9EEFF);
    height: auto;
    max-width: 1200px;
    margin: auto;
}

.banner-maintext h1 {
    color: #5E1986;
    font-weight: bold;
}
.banner-maintext p {
    font-weight: 500;
}

.intro-container {
    border: 2px solid #5E1986;
    border-radius: 10px;
    height: auto;
    max-width: 1200px;
    text-align: left;
}

.intro-heading {
    font-weight: bold;
    color: #5E1986;
    line-height: 125%;
    margin-bottom: 20px;
}

.intro-para {
    font-size: 16px;
    font-weight: 500;
    line-height: 168%;
}

.supervised {
    display: flex;
    justify-content: end;
    text-align: end;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .heading-sm-txt{
        font-size: 18px;
     }

    .banner-container {
        flex-direction: row;
        padding: 0px 135px 0px 135px;
    }

    .banner-maintext {
        padding: 25px 0px 25px 0px;
        text-align: left;
    }

    .banner-maintext h1 {
       font-size: 34.07px;
       line-height: 53px;
    }

    .banner-maintext p {
       font-size: 16px;
       line-height: 168%;
       margin-top: 10px;
    }

    .intro-img {
        width: 186px;
    }

    .intro-container {
        margin: 50px 135px 50px 135px;
        padding: 30px 50px 30px 50px;
    }

    .intro-heading {
        font-size: 24px;
    }

    .sub-heading {
        font-size: 24px;
        line-height: 125%;
        margin-top: -10px;
    }

    .anchor-boxes li a:after {
        top: calc(50% - 7px) !important;
        right: 17px !important;
        width: 12.35px !important;
        height: 12.35px !important;
        transform: rotate(43deg) !important;
    }

    .img-text {
        font-size: 20px;
        margin-left: 78px;
    }
}
@media screen and (max-width: 767px) {

  .header__nav-list > li:nth-of-type(1):has(> span.tgl.is-open) > a::before {
    background-image: url(../images/about/icon01.svg);
  }

  .header__nav-list > li:nth-of-type(2):has(> span.tgl.is-open) > a::before {
    background-image: url(../images/about/icon02.svg);
  }

  .header__nav-list > li:nth-of-type(3):has(> span.tgl.is-open) > a::before {
    background-image: url(../images/about/icon03.svg);
  }

  .header__nav-list > li:nth-of-type(4):has(> span.tgl.is-open) > a::before {
    background-image: url(../images/about/icon04.svg);
  }

.header__nav-list > li:nth-of-type(5):has(> span.tgl.is-open) > a::before {
    background-image: url(../images/about/icon08.svg);
  }

  /* .header__nav-list > li:has(> span.tgl.is-open) {
    background-color: #ED722B;
  } */
.header__nav-list > li:nth-child(1):has(> span.tgl.is-open) {

 background-color: #ED722B;

}
.header__nav-list > li:nth-child(2):has(> span.tgl.is-open) {


 background-color: #E6410A;
}
.header__nav-list > li:nth-child(3):has(> span.tgl.is-open) {

 background-color: #921E3D;
}
.header__nav-list > li:nth-child(4):has(> span.tgl.is-open) {

 background-color: #5E1986;
}
.header__nav-list > li:nth-child(5):has(> span.tgl.is-open) {

 background-color: #5E1986;
}
  .header__nav-list > li:has(> span.tgl.is-open) > a {
    color: #fff;
    /* border-bottom: none !important; */
  }
  .header__nav-list > li:nth-of-type(1) .menu__body {
    background-color: #ffffff;
}
  .header__nav-list > li:nth-of-type(2) .menu__body {
    background-color: #ffffff;
}
 .header__nav-list > li:nth-of-type(3) .menu__body {
    background-color: #ffffff;
}
 .header__nav-list > li:nth-of-type(4) .menu__body {
    background-color: #ffffff;
}
 .header__nav-list > li:nth-of-type(5) .menu__body {
    background-color: #ffffff;
}
.vio-text{
    text-indent: -1.5rem;
    padding-left: 25px;
}
}
.img-text {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 168%;
    color: #392F2C;
}

.sub-heading {
        font-size: 24px;
        color: #392F2C;
        font-weight: bold;
    }
.para-small-text {
    font-size: 18px;
    font-weight: 500;
}
.img-flex {
    display: flex;
    gap: 48px;
}

@media screen and (max-width: 767px) {
    .img-flex {
        flex-direction: column;
        gap: 30px;
    }
}
.td-underline {
    text-decoration: underline;
}	
    }
.page-top {
    margin-top: 60px;
}