@charset "utf-8";

.container{
    padding-top: 80px;
}
.top-header{
    height: 70px;
    margin: 0 auto 60px;
    text-align: center;
}
.top-header img{
    display: inline-block;
    width: auto;
    height: 100%;
}
.top-block{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.top-link-btn-area{
    width: 410px;
    margin: 0 auto;
}
.top-bgcolor{
    background-color: #F0FAFF;
}
.top-category-tag{
    font-size: 0.875rem;
}

/* スライダー共通設定 */
.top-slider-area{
    display: block;
    width: 100%;
    margin-bottom: 161px;
    position: relative;
    z-index: 0;
}
/* slide-inner */
.top-slide-item-inner{
    width: 700px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    transform: scale(0.86);
    transition: transform 350ms ease 0s;
}
.slick-current .top-slide-item-inner,
.js-clone-active .top-slide-item-inner{
    transform: scale(1);
}

.top-slide-item-body{
    position: relative;
}
.top-slide-thumbnail{
    position: relative;
}
.top-slide-thumbnail::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
    background-color: #000;
    opacity: 0.3;
    transition: opacity 250ms ease 0s;
}
.slick-active .top-slide-thumbnail::before,
.js-clone-active .top-slide-thumbnail::before,
.top-slide-item-body:hover .top-slide-thumbnail::before{
    opacity: 0;
}
.top-slide-thumbnail img{
    width: 100%;
    height: auto;
}

/* arrows */
.top-slider-area .slick-next,
.top-slider-area .slick-prev{
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(394px / 2 - 32px);
    z-index: 10;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    white-space: nowrap;
    text-indent: 100vw;
    overflow: hidden;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.top-slider-area .slick-next{
    right: calc((100% - 700px) / 2 - 32px);
}
.top-slider-area .slick-prev{
    left: calc((100% - 700px) / 2 - 32px);
    transform: scale(-1, 1);
}
.top-slider-area .slick-next::before,
.top-slider-area .slick-prev::before{
    content: "";
    display: block;
    width: 21px;
    height: 20px;
    position: absolute;
    top: 23px;
    left: 21px;
    z-index: 5;
    background: url(/jp/-/media/medicom/electronic-prescription/common/ep_arrow-bold.png) no-repeat center / contain;
    border-radius: 50%;
}

/* dots */
.top-slider-dots{
    display: flex!important;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: calc(100% + 48px);
    left: 0;
}
.top-slider-dots button{
    -webkit-appearance: none;
    display: block;
    width: 13px;
    height: 13px;
    margin: 0 10px;
    padding: 0;
    position: relative;
    background-color: transparent;
    border: none;
    text-indent: 100vmax;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.top-slider-dots button::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #B5C4DF;
    border-radius: 50%;
}
.top-slider-dots .slick-active button::before{
    background-color: #063894;
}
@media screen and (min-width: 801px) and (max-width: 1420px){
    /* スライダー共通：タブレット～ノートパソコン */
    .top-slider-area .slick-next,
    .top-slider-area .slick-prev{
        width: 48px;
        height: 48px;
    }
    .top-slider-area .slick-next::before,
    .top-slider-area .slick-prev::before{
        top: 14px;
        left: 14px;
    }
    .top-slider-area .slick-next{
        right: calc((100% - 700px) / 2 - 24px);
    }
    .top-slider-area .slick-prev{
        left: calc((100% - 700px) / 2 - 24px);
        transform: scale(-1, 1);
    }
    
    
}
@media screen and (max-width: 800px){
    /* スライダー共通：SP版 */
    .top-slide-item-inner{
        width: 100%;
        margin: 0 auto;
        padding-left: 23px;
        padding-right: 23px;
        transform: scale(1);
        transition-property: padding;
        box-sizing: border-box;
    }
    .top-slide-item-inner > div {
        /* width: 100%; */
        padding: 0;
    }
    .slick-current .top-slide-item-inner,
    .js-clone-active .top-slide-item-inner{
        padding: 0;
    }
    .slick-current .top-slide-item-inner > div,
    .js-clone-active .top-slide-item-inner > div{
        width: 100%;
        padding: 0;
    }
    .top-slide-thumbnail{
        width: 100%;
        height: 46.4vw;
    }
    .top-slide-thumbnail img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .top-slider-area .slick-next,
    .top-slider-area .slick-prev{
        width: 32px;
        height: 32px;
        top: calc(23.2vw - 16px);
    }
    .top-slider-area .slick-next{
        right: 17px;
    }
    .top-slider-area .slick-prev{
        left: 17px;
    }
    .top-slider-area .slick-next::before,
    .top-slider-area .slick-prev::before{
        width: 12px;
        height: 11px;
        top: 11px;
        left: 10px;
    }
    .top-slider-dots{
        top: calc(100% + 25px);
    }
    .top-slider-dots button{
        width: 10px;
        height: 10px;
        margin: 0 7px;
    }

}

/* MV */
.top-intro{
    padding-bottom: 39px;
    overflow: hidden;
}
.top-slider-area.top-mv-inner{
    margin-bottom: 0;
}
.top-mv-inner > .top-mv-item:not(:first-of-type){
    display: none!important;
}
.top-mv-inner.slick-initialized .slick-track .slick-slide:not(:first-of-type){
    display: block;
}
.top-mv-item-inner{
    width: calc(100vw - var(--scrollbar-width));
    max-width: 1320px;
    min-width: 960px;
}
.top-mv-item-inner picture,
.top-mv-item-inner img{
    width: 100%;
    height: auto;
}
.top-mv-item-inner a{
    opacity: 1;
    transition: opacity 200ms ease 0s;
}
.top-mv-item-inner a:hover{
    opacity: 0.6;
}

.top-intro .top-mv-arrow{
    top: calc(50% - 32px);
}
.top-intro .top-mv-arrow.slick-prev{
    left: calc((100% - 1360px) / 2 - 16px);
}
.top-intro .top-mv-arrow.slick-next{
    right: calc((100% - 1360px) / 2 - 16px);
}
.top-intro .top-slider-dots{
    top: calc(100% + 25px);
}
@media screen and (max-width: 1320px){
    .top-intro .top-mv-arrow {
        top: calc(50% - 24px);
    }
    .top-intro .top-mv-arrow.slick-prev{
        left: 5px;
    }
    .top-intro .top-mv-arrow.slick-next{
        right: 5px;
    }
}

@media screen and (max-width: 800px){
    .top-intro{
        padding-bottom: 30px;
    }
    .top-mv-item-inner{
        width: 100%;
        min-width: 0%;
    }
    .top-mv-item-body{
        width: 100%;
    }
    .top-intro .top-mv-arrow{
        top: calc(50% - 16px);
    }
    .top-intro .top-mv-arrow.slick-next{
        right: 9px;
    }
    .top-intro .top-mv-arrow.slick-prev{
        left: 9px;
    }
    .top-intro .top-slider-dots{
        top: calc(100% + 20px);
    }
}

/* about */
.top-about{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
}
.top-about::before,
.top-about::after{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
}
.top-about::before{
    height: 358px;
    bottom: 0;
    background-image: linear-gradient(to bottom, #FFFABF 0, #FFFABF 299px, #FFE49A 299px);
    z-index: -5;
}
.top-about::after{
    height: 10px;
    top: calc(100% - 1px);
    z-index: 10;
    background-color: #FC9237;
}

.top-about-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 437px;
    margin-left: 32px;
    position: relative;
}
.top-about-text span{
    min-height: 0%;
}
.top-about-text a{
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 3.5%;
}
.top-about-text a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.top-about-text a span{
    display: inline-block;
    position: relative;
    transform: translateX(0);
    transition: transform 250ms ease 0s;
}
.top-about-text a:hover span{
    transform: translateX(10px);
}

@media screen and (max-width: 800px){
    .top-link-btn-area{
        width: min(330px, 100%);
    }
    .top-category-tag::before{
        top: 0;
        bottom: auto;
    }
    .top-about{
        margin-bottom: 0;
        overflow: hidden;
    }
    .top-about::before{
        height: 79.341%;
        background-image: linear-gradient(to bottom, #FFFABF 0, #FFFABF 80.269%, #FFE49A 80.269%);
    }
    .top-about::after{
        height: 5px;
        top: auto;
        bottom: 0;
    }
    .top-about-img{
        flex-shrink: 0;
        width: 36.666%;
        height: auto;
        position: relative;
        margin-left: -5.8%;
        z-index: 15;
    }
    .top-about-text{
        flex-shrink: 0;
        justify-content: flex-start;
        width: 68.466%;
        height: auto;
        margin-left: -1%;
        padding-bottom: 1%;
        top: auto;
    }
    .top-about-text > span:first-of-type{
        margin-bottom: 2.5%;
    }
    .top-about-text > span img{
        display: block;
        width: 100%;
    }
    .top-about-text a{
        width: 30.555%;
        margin-bottom: 2%;
        padding-bottom: 1%;
    }
    .top-about-text a span{
        line-height: 1.25;
    }
    .top-about-text a:hover span{
        transform: translateX(5%);
    }
    .top-header{
        height: 56px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 650px){
    .top-intro + .container{
        padding-top: 30px;
        padding-bottom: 88px;
    }
    .top-about-text > span:first-of-type{
        margin-bottom: 5%;
    }
    .top-about-text a{
        margin-bottom: 0;
    }
}

/* 電子処方箋の普及状況 */
.top-popularity-area{
    padding-top: 90px;
    padding-bottom: 110px;
}
.top-popularity-header{
    margin-bottom: 40px;
    font-size: 1.8rem;
    color: #1D355F;
    text-align: center;
    line-height: 1.5;
}
.top-popularity-graph{
    text-align: center;
}
.top-popularity-sub-header{
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 1.6rem;
    color: #1D355F;
    text-align: center;
    line-height: 1.5;
}
.top-popularity-text{
    font-size: 1.125rem;
    text-align: center;
}
.top-popularity-btn-area{
    margin-top: 40px;
}
.basic-btn.top-popularity-btn{
    height: auto;
    padding: 0.75em 0 0.5em;
    font-size: 1.125rem;
    color: #FFF;
    text-align: center;
    line-height: 1.5;
    background-color: #4cb050;
    border-color: #4cb050;
    border-radius: 120px;
}
a.top-popularity-btn:hover{
    color: #4cb050;
    background-color: #FFF;
}
.top-popularity-quote{
    max-width: 985px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 40px;
}
.top-popularity-link{
    word-break: break-all;
}
@media screen and (max-width: 800px){
    .top-popularity-area{
        padding-top: 50px;
        padding-bottom: 90px;
    }
    .top-popularity-header{
        margin-bottom: 15px;
        font-size: 1.4rem;
    }

    .top-popularity-sub-header{
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 1.25rem;
    }
    .top-popularity-text{
        font-size: 1rem;
        text-align: left;
    }
    .basic-btn.top-popularity-btn{
        line-height: 1.4;
    }
    .top-popularity-quote{
        align-items: flex-start;
    }
}

/* Product バナー */
.top-product-area{
    padding-top: 80px;
    padding-bottom: 120px;
}
.top-product-list{
    display: flex;
    justify-content: center;
}
.top-product-item{
    margin: 0 21px;
}
@media screen and (max-width: 800px){
    .top-product-area{
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .top-product-list{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .top-product-item{
        margin: 0;
    }
    .top-product-item + .top-product-item{
        margin-top: 20px;
    }
}
/* 導入事例 case studies */
.top-case-area{
    padding-top: 103px;
    padding-bottom: 150px;
}
.top-case-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1120px;
    margin-top: 85px;
    margin-bottom: 90px;
    position: relative;
}
.top-case-list::after{
    content: "";
    display: block;
    width: calc( (100% - 90px) / 3);
    height: 0;
}
.top-case-item{
    display: flex;
    flex-direction: column;
    flex-basis: calc( (100% - 90px) / 3);
    margin-top: 50px;
    position: relative;
}
.top-case-item.case-feature{
    flex-direction: row;
    flex-basis: 100%;
    justify-content: space-between;
    margin-top: 0;
}

.top-case-item .top-case-img{
    /* height: 188px; */
    padding-top: 56.969%;
    position: relative;
    overflow: hidden;
}
.top-case-item .top-case-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    object-fit: cover;
    transition: transform 250ms ease 0s;
    transform: scale(1);
}
.top-case-item:hover .top-case-img img{
    transform: scale(1.1);
}

.top-case-item .top-case-text{
    padding-top: 8px;
    font-size: 1.125rem;
    color: #000;
}
.top-case-item .top-case-sentence,
.top-case-item .top-case-more-text{
    display: none;
}
.top-case-item .top-case-link{
    color: #000;
}
.top-case-item .top-case-link::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

/* 一番目の記事 */
.top-case-item.case-feature .top-case-img{
    flex-basis: 50%;
    /* height: 308px; */
    padding-top: 28.518%;
}
.top-case-item.case-feature .top-case-text{
    flex-basis: calc(50% - 33px);
    padding-top: 16px;
    padding-right: 8px;
    padding-bottom: 11px;
}
.top-case-item.case-feature .top-case-title{
    font-size: 1.5rem;
    line-height: 1.416;
}

.top-case-item.case-feature .top-case-sentence{
    display: block;
    margin-top: 10px;
}
.top-case-item.case-feature .top-case-more-text{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 15px;
    font-size: 1.0625rem;
    color: #000;
    text-align: right;
    line-height: 1.65;
    text-indent: 0;
    white-space: normal;
}

@media screen and (max-width: 800px){
    .top-case-area{
        padding-top: 50px;
        padding-bottom: 90px;
    }

    .top-case-list{
        margin-top: 41px;
        margin-bottom: 60px;
        padding-right: 7px;
        padding-left: 8px;
    }
    .top-case-list::after{
        width: calc((100% - 10px) / 2);
    }
    .top-case-item{
        margin-top: 36px;
        flex-basis: calc((100% - 10px) / 2);
    }
    .top-case-list .top-case-item:nth-of-type(n+4){
        display: none;
    }
    .top-case-item .top-case-img{
        /* height: 99px; */
        padding-top: 56.896%;
    }
    .top-case-item .top-case-title{
        line-height: 1.466;
    }

    /* 一番目の記事:SP */
    .top-case-item.case-feature{
        flex-direction: column;
    }
    .top-case-item.case-feature .top-case-img{
        flex-basis: auto;
        padding-top: 57.262%;
        /* height: 204px; */
    }
    .top-case-item.case-feature .top-case-text{
        flex-basis: auto;
        padding-top: 9px;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 9px;
    }
    .top-case-item.case-feature .top-case-title{
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .top-case-item.case-feature .top-case-sentence{
        margin-top: 10px;
        font-size: 1rem;
    }
    .top-case-item.case-feature .top-case-link{
        font-size: 1.0625rem;
    }
}

/* コラム */
.top-columns-area{
    padding-top: 120px;
    padding-bottom: 150px;
}
.top-columns-area .top-header{
    margin-bottom: 86px;
}
.top-columns-list{
    display: flex;
    justify-content: center;
    width: 90.625%;
    margin: 0 auto 60px;
}
.top-columns-item{
    width: 32%;
    position: relative;
}
.top-columns-list .top-columns-item:nth-of-type(2){
    margin: 0 3.5%;
}
.top-columns-list .top-columns-item:nth-of-type(2):last-of-type{
    margin-right: auto;
}
.top-columns-focus{
    position: relative;
}
.top-columns-focus::before{
    content: "";
    display: block;
    width: 135px;
    height: 135px;
    position: absolute;
    top: -68px;
    right: calc(100% - 63px);
    z-index: 5;
    pointer-events: none;
}
.top-columns-focus.columns-newarrival::before{
    background: url(/jp/-/media/medicom/electronic-prescription/top/column-new-article.png) no-repeat center / contain;
}

.top-columns-list.columns-pickup{
    margin-bottom: 120px;
    padding-top: 100px;
    position: relative;
}
.top-columns-list.columns-pickup::before{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/jp/-/media/medicom/electronic-prescription/top/top_column_border.png) repeat-x left center / auto 100%;
}
.top-columns-focus.columns-pickup::before{
    background: url(/jp/-/media/medicom/electronic-prescription/top/column-pickup-article.png) no-repeat center / contain;
}

.top-columns-inner{
    position: relative;
}
.top-columns-img{
    height: 212px;
    margin-bottom: 10px;
    border-radius: 2px;
    overflow: hidden;
}
.top-columns-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 250ms ease 0s;
}
.top-columns-item:hover .top-columns-img img{
    transform: scale(1.1);
}
.top-columns-body{
    padding-left: 5px;
    padding-right: 5px;
}
.top-columns-body .top-category-tag{
    margin-bottom: 4px;
}
.top-columns-item .top-columns-title{
    color: #000;
    font-size: 1.1875rem;
    line-height: 1.421;
}
.top-columns-item .top-columns-title::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

@media screen and (min-width: 801px) and (max-width: 1440px){
    /* ノートPC幅 */
    .top-columns-list{
        justify-content: space-between;
        width: 89%;
        margin-left: 7.8%;
    }
    .top-columns-item{
        width: 30%;
    }
    .top-columns-focus::before{
        top: -21.5%;
    }
}

@media screen and (max-width: 800px) {
    .top-columns-area{
        padding-top: 50px;
        padding-bottom: 90px;
        padding-left: 8px;
        padding-right: 7px;
    }
    .top-columns-area .top-header{
        margin-bottom: 65px;
    }
    .top-columns-list{
        width: 100%;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .top-columns-item{
        width: 100%;
    }
    .top-columns-list .top-columns-item:nth-of-type(n),
    .top-columns-list .top-columns-item:nth-of-type(n):last-of-type{
        margin-left: 0;
        margin-right: 0;
    }
    .top-columns-list .top-columns-item:not(:last-of-type){
        margin-bottom: 40px;
    }
    .top-columns-focus::before{
        width: 114px;
        height: 113px;
        top: auto;
        bottom: calc(100% - 37px);
        right: auto;
        left: -2px;
    }
    .top-columns-list.columns-new-post .top-columns-focus:not(:last-of-type){
        margin-bottom: 104px;
    }
    .top-columns-list.columns-pickup{
        margin-bottom: 70px;
        padding-top: 125px;
    }
    .top-columns-list.columns-pickup::before{
        width: 83.333%;
        left: 8.333%;
    }
    .top-columns-item .top-columns-title{
        font-size: 1.125rem;
    }
}

/* 解説動画 */
.top-movie-area{
    padding-top: 65px;
    padding-bottom: 110px;
}
.top-mobie-header-container{
    padding-right: 119px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top-movie-area .top-header{
    margin-top: 20px;
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 0;
}

.top-movie-inner{
    position: relative;
}
.top-movie-img{
    margin-bottom: 24px;
    position: relative;
}
.top-movie-area .top-movie-body:hover .top-movie-img::before,
.slick-current .top-movie-body .top-movie-img::before,
.js-clone-active .top-movie-body .top-movie-img::before{
    opacity: 0.15;
}
.top-movie-img::after{
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 10;
    background: url(/jp/-/media/medicom/electronic-prescription/common/movie_contents_icon.svg) no-repeat center / contain;
    pointer-events: none;
    transform: translate3d(0,0,0);
}
.top-movie-body a{
    display: inline-block;
    width: 100%;
    font-size: 1.25rem;
    color: #000;
    text-align: center;
}
.top-movie-body a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

@media screen and (min-width: 801px){
    /* 解説動画スライダー設定 */
    .slick-current .top-movie-inner,
    .js-clone-active .top-movie-inner{
        transform: scale(1);
    }
}
@media screen and (max-width: 800px){
    .top-movie-area{
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .top-mobie-header-container{
        padding-right: 20px;
        align-items: flex-end;
    }
    .top-movie-header-img{
        width: 158px;
    }
    .top-movie-area .top-header{
        height: min(50px, 13.333vw);
        margin-top: 0;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .top-movie-list{
        margin-bottom: 90px;
    }
    .top-movie-img{
        margin-bottom: 6px;
    }
    .top-movie-img::after{
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
    }
    .top-movie-body a{
        font-size: 0.9375rem;
    }
}
@media screen and (max-width: 650px){
    .top-movie-area .top-header{
        height: 12.866vw;
        max-height: 54px;
        margin-left: -70px;
        margin-bottom: 16px;
    }
}

/* 自主調査結果部分 */
.top-investigation-area{
    padding-top: 90px;
    padding-bottom: 150px;
}
.top-investigation-area .top-header{
    margin-bottom: 90px;
}
.top-investigation-list{
    display: flex;
    justify-content: center;
    margin-bottom: 204px;
}

.top-investigation-body{
    position: relative;
}
.top-investigation-img{
    width: 100%;
    height: calc(700px * 0.5625);
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #E8E8E8;
}
.top-investigation-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-investigation-item a{
    color: #000;
    font-size: 1.125rem;
}
.top-investigation-body .top-category-tag{
    margin-bottom: 4px;
}
.top-investigation-body a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}


@media screen and (min-width: 801px) {
    /* スライダー個別：自主調査結果 */
    .top-investigation-area .top-slider-dots{
        top: calc(100% + 77px);
    }
}

@media screen and (max-width: 800px){
    .top-investigation-area{
        padding-top: 40px;
        padding-bottom: 90px;
    }
    .top-investigation-area .top-header{
        margin-bottom: 30px;
    }
    .top-investigation-list{
        display: block;
        margin-bottom: 90px;
    }
    .top-investigation-img{
        width: 100%;
        height: 46.4vw;
        margin-bottom: 10px;
    }
    .top-investigation-item a{
        font-size: 1rem;
    }
}

/* お役立ち資料部分 */
.top-materials-area{
    padding-top: 90px;
    padding-bottom: 120px;
}

/* .top-materials-inner{
    position: relative;
} */
.top-materials-img{
    margin: 0 auto 10px;
    text-align: center;
}
.top-materials-body{
    text-align: center;
}
.top-materials-item-container a{
    color: #000;
    font-size: 1.25rem;
}
.top-materials-inner a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

@media screen and (max-width: 800px){
    .top-materials-area{
        padding-top: 50px;
        padding-bottom: 90px;
    }
    .top-materials-list{
        margin-bottom: 90px;
    }

    .top-materials-item-container a{
        font-size: 1rem;
    }
}

/* FAQ部分 */
.top-faq-area{
    padding-top: 60px;
    padding-bottom: 150px;
}
.top-faq-area .top-header{
    margin-bottom: 80px;
}
.top-faq-area .faq-detail-list{
    width: 89.453%;
    margin: 0 auto 100px;
}
.faq-item{
    position: relative;
    margin-top: 62px;
}
.faq-item.js-active{
    display: block;
}
.faq-item::before{
    content: "";
    display: inline-block;
    width: 78px;
    height: 78px;
    position: absolute;
    top: -39px;
    left: -39px;
    z-index: 5;
    background: #FFF url(/jp/-/media/medicom/electronic-prescription/faq/faq_q.png) no-repeat center / 26px auto;
    border-radius: 50%;
    border: 3px solid #1D355F;
}
.faq-header{
    padding: 30px 71px 30px 50px;
    position: relative;
    font-size: 1.3125rem;
    color: #FFF;
    line-height: 1.4285;
    background-color: #1874A4;
    border-radius: 2px;
}
.faq-header:hover{
    cursor: pointer;
}
.faq-toggle-icon{
    display: inline-block;
    width: 24px;
    height: 3px;
    position: absolute;
    top: 41px;
    right: 30px;
}
.faq-toggle-icon::before,
.faq-toggle-icon::after{
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transform: rotate(180deg);
    transition: transform 200ms ease 0s;
}
[data-accordion-status="close"] .faq-toggle-icon::before{
    transform: rotate(90deg);
}

.faq-body-inner{
    padding: 28px 63px 28px 97px;
    position: relative;
    font-size: 1.1875rem;
    line-height: 1.7368;
    background-color: #E3F5FF;
    border-radius: 2px;
}
.faq-body-inner::before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 29px;
    left: 61px;
    background: url(/jp/-/media/medicom/electronic-prescription/faq/faq_a.png) no-repeat center / contain;
}
.faq-body-inner p:not(:last-of-type){
    margin-bottom: 8px;
}
.faq-text-indent{
    display: inline-flex;
}

@media screen and (max-width: 800px){
    .top-faq-area{
        padding-bottom: 90px;
    }
    .top-faq-area .top-header{
        margin-bottom: 45px;
    }
    .top-faq-area .faq-detail-list{
        width: 100%;
        margin-bottom: 60px;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .faq-item{
        margin-top: 40px;
    }
    .faq-item::before{
        width: 50px;
        height: 50px;
        top: -25px;
        left: -25px;
        background-size: 21px auto;
    }
    .faq-header{
        padding: 18px 67px 11px 30px;
        font-size: 1.0625rem;
        line-height: 1.411;
    }
    .faq-toggle-icon{
        top: 50%;
        right: 23px;
        transform: translateY(-50%);
    }
    .faq-body-inner{
        padding: 18px 21px 23px 45px;
        font-size: 1rem;
        line-height: 1.533;
    }
    .faq-body-inner::before{
        width: 18px;
        height: 18px;
        top: 20px;
        left: 20px;
    }
    .faq-body-inner a{
        overflow-wrap: break-word;
    }
}

/* 用語集 */
.top-glossary-area{
    padding: 70px 0 110px;
}
.top-glossary-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    padding-top: 57px;
}
.top-glossary-item{
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    width: 23.281%;
    padding: 49px 2.5% 2.5%;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}
.top-glossary-tag{
    padding: 8px 10px 12px;
    position: absolute;
    top: -30px;
    left: 27px;
    background-color: #1874A4;
}
.top-glossary-title{
    margin-bottom: 20px;
    color: #001F2F;
    font-size: 1.3125rem;
    white-space: nowrap;
    border-bottom: 1px solid #1874A4;
}
.top-glossary-item a{
    display: inline-block;
    margin-top: 20px;
    margin-left: auto;
    color: #1D355F;
    text-align: right;
}

@media screen and (max-width: 800px){
    .top-glossary-area{
        padding-top: 40px;
        padding-bottom: 90px;
    }
    .top-glossary-area .top-block{
        padding-left: 10px;
        padding-right: 10px;
    }
    .top-glossary-list{
        flex-direction: column;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 70px;
        padding-top: 26px;
    }
    .top-glossary-item{
        width: 100%;
        padding: 40px 4.166% 30px 8.05%;
    }
    .top-glossary-list .top-glossary-item:not(:last-of-type){
        margin-bottom: 50px;
        padding-top: 40px;
    }
    .top-glossary-tag{
        padding-left: 9px;
        padding-right: 9px;
        left: calc(8.05% + 1px);
    }
    .top-glossary-title{
        margin-bottom: 10px;
        font-size: 1.3125rem;
        color: #1D355F;
    }
    .top-glossary-item a{
        margin-top: 6px;
    }
}

