@charset "utf-8";

/* ポイント */
.point-box{
    padding: 62px 2.89% 65px 3.593%;
    position: relative;
    border: 1px solid #000;
}
.point-title{
    display: inline-block;
    padding-left: 22px;
    padding-right: 44px;
    position: absolute;
    top: -0.75em;
    left: 2.593%;
    font-size: 1.375rem;
    background-color: #fff;
}
.point-list li{
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.666;
}
.point-list li:not(:last-of-type){
    margin-bottom: 45px;
}
.point-number{
    width: 90px;
    margin-right: 22px;
    flex-shrink: 0;
}

/* 下層ページ共通 */
.mv-area{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 5;
}
.mv-area::before,
.mv-area::after{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
}
.mv-area::before{
    height: 290px;
    bottom: 0;
    background-image: linear-gradient(to bottom, #E0F5FF 0, #E0F5FF 201px, #A7E1FF 201px);
    z-index: -5;
}
.mv-area::after{
    height: 15px;
    top: calc(100% - 1px);
    z-index: 10;
    background-color: #1874A4;
}
.pages-mv-img img{
    display: block;
    width: 100%;
    height: auto;
}

.mv-area + .container{
    padding-top: 77px;
}
.page-inner {
    max-width: 1320px;
    padding: 0 20px ;
    margin: 0 auto 10px;
    box-sizing: border-box;
}

/* カテゴリ別一覧ページ：見出し */
.contents-index{
    position: relative;
    z-index: 5;
}
.contents-index::after{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 11px;
    left: 0;
    z-index: -5;
    border-bottom: 1px solid #1D355F;
}
.contents-index-inner{
    display: inline-block;
    padding-right: 4px;
    background-color: #fff;
}
.category-top-index::after{
    bottom: 18px;
}
.category-index-img{
    display: block;
    line-height: 1;
}
.contents-index-inner .category-index-img:nth-of-type(2){
    padding-right: 20px;
}

.column-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: calc(7.8125% / 10);
    padding-right: calc(7.8125% / 10);
    position: relative;
}
.column-list::after{
    content: "";
    display: block;
    height: 0;
    order: 10;
}

.column-list.column-3::after{
    width: 31.746%;
}
.column-list.column-3 .column-item{
    width: 31.746%;
}
.column-list.column-3 .column-item:not(:nth-of-type(3n)) {
    margin-right: 2.38%;
}
.column-list.column-4 .column-item{
    width: 23.4375%;
    margin-left: 1.04%;
    margin-right: 1.04%;
}

.column-list.column-4::after{
    width: 23.4375%;
}
.column-list.column-4 .column-item:nth-of-type(4n+1){
    margin-left: 0;
}
.column-list.column-4 .column-item:nth-of-type(4n){
    margin-right: 0;
}

.column-img{
    overflow: hidden;
}
.list-link-icon{
    font-size: 1.4375rem;
    line-height: 1;
}
.column-list a{
    color: #1874A4;
}
.column-list .column-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 250ms ease 0s;
}
.column-item:hover .column-img img{
    transform: scale(1.1);
}

.js-select-container{
    outline: none;
}

/* 記事詳細 */
.reading-article-title{
    color:#1D355F;
    font-size: 2.6875rem;
}
.reading-article-area{
    padding-left: 10px;
}
.reading-article-area .reading-article-section:not(:last-of-type){
    margin-bottom: 70px;
}
.reading-header{
    margin-bottom: 30px;
    padding: 14px 32px 8px;
    position: relative;
    font-size: 1.4375rem;
    color: #1D355F;
    line-height: 1.1;
    background-color: #DEF4FF;
}
.reading-header::before{
    content: "";
    display: block;
    width: 58px;
    height: 0;
    position: absolute;
    top: 31px;
    left: -10px;
    z-index: 5;
    border-top: 2px solid #1D355F;
    transform: rotate(-45deg);
    transform-origin: left top;
}
.reading-article-section .reading-article-text{
    padding-left: 32px;
}
.reading-article-section .reading-article-text:not(:last-child){
    margin-bottom: 1em;
}

.reading-underline{
    text-decoration: underline;
}
.reading-marker{
    background-color: #fbff30;
}
.banner-onlineinfo{
    width: 79.687%;
    margin: 0 auto;
}

.slick-arrow{
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;

    top: calc(50% - 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;
}
.slick-arrow.slick-next{
    right: -32px;
}
.slick-arrow.slick-prev{
    left: -32px;
    transform: scale(-1, 1);
}
.slick-arrow::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-regular.png) no-repeat center / contain;
    border-radius: 50%;
}
@media screen and (max-width: 1320px){
    /* 下層ページスライダー */
    .slick-arrow{
        width: 48px;
        height: 48px;
    }
    .slick-arrow.slick-next{
        right: -24px;
    }
    .slick-arrow.slick-prev{
        left: -24px;
    }
    .slick-arrow::before{
        width: 20px;
        top: 14px;
        left: 14px;
    }
}


@media screen and (max-width: 800px){
    /* 下層ページ */
    .mv-area{
        margin-top: 10px;
        padding-top: 54.933%;
        overflow: hidden;
    }
    .mv-area::before{
        padding-top: 44.533%;
        height: auto;
        background-image: linear-gradient(to bottom, #E0F5FF 0, #E0F5FF 66.9%, #A7E1FF 66.9%);
    }
    .mv-area::after{
        height: 10px;
        top: auto;
        bottom: 0;
    }
    .pages-mv-img, .pages-mv-text{
        position: absolute;
    }
    .mv-area + .container{
        padding-top: 27px;
        padding-bottom: 85px;
    }
    .page-inner{
        padding-left: 8px;
        padding-right: 7px;
    }
    .category-index-inner{
        width: 149px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    
    .category-top-index::after{
        bottom: 17px;
    }
    .category-top-index .category-index-inner{
        width: auto;
    }
    .contents-index-inner .category-index-img img{
        width: auto;
        height: 100%;
    }
    .contents-index-inner .category-index-img:nth-of-type(1){
        height: 15px;
    }
    .contents-index-inner .category-index-img:nth-of-type(2){
        height: 34px;
        padding-right: 0;
    }

    .column-list.column-3 .column-item:nth-of-type(n){
        width: 100%;
        margin-right: 0;
    }
    .point-box{
        width: calc(100% - 20px);
        margin: 0 auto;
        padding-left: max(1.25em,3.593%);
        padding-right: 1em;
        padding-bottom: 50px;
        box-sizing: border-box;
    }
    .point-title{
        width: 275px;
        padding-left: 1em;
        padding-right: 1em;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.125rem;
        text-align: center;
        box-sizing: border-box;
    }
    .point-list li{
        align-items: flex-start;
        font-size: 1rem;
        line-height: 1.7;
    }
    .point-list li:not(:last-of-type){
        margin-bottom: 1.5625em;
    }
    .column-list{
        width: 91.666%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .banner-onlineinfo{
        width: 100%;
        max-width: 540px;
    }

    /* スライダー矢印 */
    .slick-arrow{
        width: 32px;
        height: 32px;
        top: calc(50% - 16px);
    }
    .slick-arrow.slick-next{
        right: -16px;
    }
    .slick-arrow.slick-prev{
        left: -16px;
    }
    .slick-arrow::before{
        width: 13px;
        height: 12px;
        top: 10px;
        left: 10px;
        background-image: url(/jp/-/media/medicom/electronic-prescription/common/ep_arrow-regular-sp.png);
    }
}


/***************************
    電子処方箋とは？ /about/
 ***************************/

.about-intro{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 6.875%;
    position: relative;
    z-index: 5;
}
.about-intro::before,
.about-intro::after{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
}
.about-intro::before{
    height: 290px;
    bottom: 0;
    background-image: linear-gradient(to bottom, #FFFABF 0, #FFFABF 201px, #FFE49A 201px);
    z-index: -5;
}
.about-intro::after{
    height: 15px;
    top: calc(100% - 1px);
    z-index: 10;
    background-color: #FC9237;
}
.about-intro-img{
    height: 352px;
    overflow: hidden;
}
.about-intro-text{
    margin-left: 58px;
    position: relative;
    top: -6px;
}
.about-intro + .container{
    padding-top: 77px;
}

.about-block{
    max-width: 1320px;
    padding: 80px 20px 0;
    margin: 0 auto 10px;
    box-sizing: border-box;
}
.about-block:last-of-type{
    padding-bottom: 60px;
}

.about-heading{
    margin-bottom: 30px;
    padding: 20px 20px 16px 20px;
    position: relative;
    color: #1D355F;
    font-size: 1.4375rem;
    background-color: #DEF4FF;
}
.about-heading::before,
.about-heading::after{
    content: "";
    display: block;
    width: 100%;
    height: 0.15em;
    position: absolute;
    left: 0;
    z-index: 5;
    font-size: 16px;
    background: url(/jp/-/media/medicom/electronic-prescription/about/about_header_line.png) no-repeat center / cover;
}
.about-heading::before{
    top: -1px;
}
.about-heading::after{
    bottom: -1px;
}
.about-block > p{
    line-height: 1.875;
}

.about-artcile-link-box{
    width: 81.25%;
    margin: 79px auto 0;
    position: relative;
    background-color: #FFFEED;
}
.about-artcile-link-title{
    width: 100%;
    position: absolute;
    top: -11px;
    left: 0;
    text-align: center;
    line-height: 1;
}
.about-artcile-link-title::before,
.about-artcile-link-title::after{
    content: "";
    display: block;
    width: 30.384%;
    height: 2px;
    position: absolute;
    top: 10px;
    background-color: #1D355F;
    border-radius: 4px;
}
.about-artcile-link-title::before{
    left: -1px;
}
.about-artcile-link-title::after{
    right: -1px;
}

.about-article-link-inner{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 50px 6.442% 40px 5.576%;
}
.about-article-link-inner.about-product-link-inner{
    padding-right: 5.769%;
}
.about-article-link-img{
    width: 55.737%;
    border-radius: 2px;
    border: 1px solid #B5B5B5;
    overflow: hidden;
    box-sizing: border-box;
}
.about-article-link-img.about-product-link-img{
    width: 55.097%;
    height: auto;
    align-self: flex-start;
}
.about-article-link-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-article-link-body{
    flex-shrink: 0;
    width: 40.437%;
    padding-top: 12px;
    padding-bottom: 16px;
}
.about-article-link-body.about-product-link-body{
    width: 41.865%;
}
.about-artcile-tag{
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 14px 8px 41px;
    position: relative;
    font-size: 1.0625rem;
    color: #FFF;
    background-color: #006799;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
}
.about-artcile-tag::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 6px;
    left: 11px;
    z-index: 5;
    background: url(/jp/-/media/medicom/electronic-prescription/about/more_column_icon.png) no-repeat center / cover;
}
.about-article-link-title{
    margin-bottom: 4px;
    font-size: 1.3125rem;
    color: #1D355F;
}
.about-article-link-body p{
    margin-bottom: 6px;
    line-height: 1.5;
}
.about-article-link-text{
    display: flex;
    justify-content: flex-end;
}
.about-article-link-text a{
    color: #006799;
}

.about-top-banner-area{
    padding-top: 0;
}
.about-top-banner-area .about-top-banner-box{
    width: min(100%, 945px);
    margin: 0 auto;
}
.about-top-banner-area .about-top-banner-box + .about-top-banner-box{
    margin-top: 20px;
}

.about-index-area{
    padding-top: 60px;
    margin-bottom: -15px;
}
.about-index-area h2{
    margin-bottom: 30px;
    position: relative;
}
.about-index-area h2::after{
    content: "";
    display: block;
    width: calc(100% - 88px);
    height: 0;
    position: absolute;
    bottom: 11px;
    left: 88px;
    z-index: 5;
    border-bottom: 1px solid #1D355F;
}
.about-index-area .page-index{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.78%;
    box-sizing: border-box;
}

.about-index-area .page-index li{
    width: calc(100% / 5 - 1%);
    margin-right: 1.19%;
    margin-bottom: 25px;
    padding: 23px 0 22px 0;
    position: relative;
    text-align: center;
    background-color: #DEF4FF;
    border-radius: 10px;
    box-sizing: border-box;
}
.about-index-area .page-index li:nth-of-type(5){
    margin-right: 0;
}
.about-index-area .index-number{
    position: absolute;
    bottom: calc(100% - 15px);
    left: 15px;
}
.about-index-area .page-index a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.about-flow-list{
    position: relative;
    z-index: 5;
}
.about-flow-list::before{
    content: "";
    display: block;
    width: 3px;
    height: calc(100% - 50px);
    position: absolute;
    top: 25px;
    left: 45px;
    z-index: -5;
    background-color: #D8F2FE;
}
.about-flow-list li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 108px;
}
.about-flow-list li:not(:last-of-type){
    margin-bottom: 110px;
}
.about-flow-img{
    flex-shrink: 0;
}
.about-flow-text{
    padding-left: 26px;
}
.about-flow-text h3{
    font-size: 1.5rem;
}
.about-flow-text h3 > span{
    font-size: 1.125rem;
}
.about-faq-btn-area{
    width: 520px;
    margin: 0 auto;
}
.about-faq-btn-area .link-btn{
    padding-left: 3.939%;
    position: relative;
}
.about-faq-btn-area .link-btn::before{
    content: "";
    display: inline-block;
    width: 63px;
    height: 45px;
    position: relative;
    right: 10px;
    z-index: 5;
    background: url(/jp/-/media/medicom/electronic-prescription/about/more_faq_icon.png) no-repeat center / contain;
}

.about-merit-patient-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 83.543%;
    margin: 0 9.843% 30px 6.614%;
    text-align: center;
}
.about-merit-patient-list li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 430px;
    height: 426px;
    margin-bottom: 70px;
    text-align: center;
}
.about-merit-patient-list li:nth-of-type(odd){
    margin-right: 5.394%;
}
.about-merit-patient-list li:nth-of-type(-n+2){
    height: 350px;
}
.about-merit-patient-list .about-contents-img{
    min-height: 0;
}

.about-merit-list{
    margin-bottom: 110px;
}
.about-merit-list dt{
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
    font-size: 1.1875rem;
    color: #1D355F;
}
.about-merit-list dt::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1B2E53;
    border-radius: 4px;
}
.about-merit-list dd:not(:last-of-type){
    margin-bottom: 110px;
}
.about-merit-list .about-contents-img{
    margin-bottom: 30px;
    text-align: center;
}

.about-block.section02 > p{
    margin-bottom: 40px;
}
.about-block.section03 > p{
    margin-bottom: 45px;
}
.about-block.section02 > .about-contents-img{
    margin-bottom: 80px;
}

.about-block.section04 > p{
    margin-bottom: 66px;
}
.about-block.section04 .banner01,
.about-block.section04 .movie01,
.about-block.section04 .banner02,
.about-block.section04 .banner03{
    margin-left: auto;
    margin-right: auto;
}
.about-block.section04 .banner01{
    width: 79.687%;
    margin-bottom: 68px;
}
.about-block.section04 .movie01{
    width: 70.321%;
    margin-bottom: 50px;
}

.about-block.section04 .banner02,
.about-block.section04 .banner03{
    width: 71.875%;
}
.about-block.section04 .banner02{
    margin-bottom: 35px;
}

.about-block.section05 > p{
    margin-bottom: 60px;
}

.about-block .prepare-item{
    padding-left: 1em;
    position: relative;
}
.about-block .prepare-item::before{
    content: "\30FB";
    display: inline-block;
    width: 1em;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about-block .prepare-item .text-small{
    font-size: 0.875rem;
}

.about-block .about-relational-article-list{
    justify-content: space-between;
    width: 85.53%;
    margin: 67px auto 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.about-block .about-relational-article-list::after{
    content: "";
    display: block;
    width: 31%;
    height: 0;
}
.about-relational-article-list .about-relational-article-item{
    width: 31%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 94px;
    position: relative;
}
.about-relational-article-list .about-relational-article-item:nth-last-of-type(-n+3){
    margin-bottom: 60px;
}
.about-relational-article-item .about-relational-item-img{
    height: 206px;
    margin-bottom: 12px;
}
.reading-category-tag.about-relational-category-tag{
    margin-bottom: 7px;
}
.about-relational-article-item:hover .column-img img{
    transform: scale(1.1);
}

.about-relational-article-list .about-relational-article-item a{
    color: #000;
}
.about-relational-article-list .about-relational-article-item a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.about-banner-box.banner-bottom{
    padding-top: 20px;
    padding-bottom: 60px;
}


@media screen and (max-width: 800px){
    /* 電子処方箋とはページ SP */
    .about-intro{
        margin-top: 10px;
        padding-right: 0;
        overflow: hidden;
    }
    .about-intro::before{
        padding-top: 44.533%;
        height: auto;
        background-image: linear-gradient(to bottom, #FFFABF 0, #FFFABF 66.9%, #FFE49A 66.9%);
    }
    .about-intro::after{
        height: 10px;
        top: auto;
        bottom: 0;
    }
    .about-intro-img{
        flex-shrink: 0;
        width: 38.593%;
        height: auto;
        margin-bottom: -3.425%;
        margin-left: -10.625%;
        padding-top: 5.625%;
    }
    .about-intro-text{
        flex-shrink: 0;
        width: 72.968%;
        margin-bottom: 9.375%;
        margin-left: -1%;
        top: auto;
    }
    .about-intro-text img{
        display: block;
        width: 100%;
    }
    .about-intro + .container{
        padding-top: 27px;
        padding-bottom: 85px;
    }

    .about-block{
        margin-bottom: 0;
        padding-top: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .about-block:last-of-type{
        padding-bottom: 40px;
    }
    .about-block > p {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.7;
    }

    .about-top-banner-area{
        padding-top: 0;
    }
    /* .about-top-banner-area .about-top-banner-box{
        width: min(100%, 945px);
        margin: 0 auto;
    } */
    .about-index-area{
        padding-top: 40px;
        margin-bottom: 0;
    }
    .about-index-area .page-index{
        justify-content: space-between;
    }
    .about-index-area .page-index li:nth-of-type(n){
        width: 49%;
        margin-right: 0;
        margin-bottom: 16px;
        padding: 14px 0 17px;
    }
    .about-index-area .index-number{
        display: block;
        width: 24px;
        left: 11px;
    }
    .about-index-area li a > img {
        display: block;
        width: 170px;
        margin: 0 auto;
    }

    .about-heading{
        margin-bottom: 20px;
        font-size: 1.25rem;
        line-height: 1.45;
    }
    .about-heading::before, .about-heading::after{
        height: 0.12em;
    }
    .about-artcile-link-box{
        width: calc(100% - 20px);
    }
    .about-article-link-inner,
    .about-article-link-inner.about-product-link-inner{
        flex-direction: column;
        padding: 40px 20px 27px;
    }
    .about-article-link-img,
    .about-article-link-img.about-product-link-img,
    .about-article-link-body,
    .about-article-link-body.about-product-link-body{
        width: 100%;
    }
    .about-article-link-img{
        height: 175px;
    }
    .about-article-link-img.about-product-link-img{
        height: auto;
    }
    .about-article-link-body{
        padding-top: 20px;
        padding-bottom: 0;
    }
    .about-artcile-link-title::before,
    .about-artcile-link-title::after{
        width: calc(50% - 120px - 15px);
    }
    .about-article-title-inner{
        display: inline-block;
        width: 240px;
    }
    .about-article-link-title{
        font-size: 1.0625rem;
    }
    .about-artcile-tag{
        font-size: 1rem;
    }
    .about-artcile-tag::before{
        top: 5px;
    }

    .about-flow-list{
        margin-bottom: 92px;
        padding-left: min(10px, 2.25vw);
        padding-right: min(10px, 2.25vw);
    }
    .about-flow-list::before{
        display: none;
    }
    .about-flow-list li:not(:last-of-type){
        margin-bottom: 0;
        padding-bottom: 86px;
        position: relative;
    }
    .about-flow-list li:not(:last-of-type)::before{
        content: "";
        display: block;
        width: 3px;
        height: calc(100% + 5px);
        position: absolute;
        top: 0;
        left: 46px;
        z-index: -5;
        background-color: #D8F2FE;
    }
    .about-flow-text{
        padding-left: 20px;
    }
    .about-flow-text h3{
        margin-bottom: 15px;
        font-size: 1.25rem;
        line-height: 1;
    }
    .about-flow-text h3 > span{
        font-size: 0.875rem;
    }
    .about-faq-btn-area{
        width: calc(100% - 30px);
        max-width: 520px;
    }
    .about-faq-btn-area .link-btn::before{
        right: 5px;
    }

    .about-block.section04 > p{
        margin-bottom: 50px;
    }
    .about-block.section04 .banner01,
    .about-block.section04 .movie01,
    .about-block.section04 .banner02,
    .about-block.section04 .banner03{
        width: 100%;
        max-width: 540px;
    }
    .about-block.section04 .banner01,
    .about-block.section04 .movie01,
    .about-block.section04 .banner02{
        margin-bottom: 30px;
    }

    .about-merit-patient-list{
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .about-merit-patient-list li:nth-of-type(n){
        width: 100%;
        max-width: 360px;
        height: auto;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
    }
    .about-merit-patient-list .about-contents-img{
        margin-bottom: 16px;
    }

    .about-merit-list {
        margin-bottom: 90px;
    }
    .about-merit-list dt{
        width: calc(100% - 20px);
        margin-bottom: 24px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 6px;
        font-size: 1.25rem;
    }
    .about-merit-list dd:not(:last-of-type){
        margin-bottom: 86px;
    }
    .about-merit-list dd > p{
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.7;
    }
    .about-merit-list .about-contents-img{
        width: calc(100% + 18px);
        position: relative;
        left: -9px;
    }
    .about-block .prepare-item .text-small{
        font-size: 0.625rem;
    }
    .about-block .about-relational-article-list{
        width: 100%;
        margin-top: 40px;
        padding-bottom: 20px;
    }
    .about-block .about-relational-article-list::after,
    .about-block .about-relational-article-list .about-relational-article-item{
        width: 48.45%;
    }
    .about-relational-article-list .about-relational-article-item,
    .about-relational-article-list .about-relational-article-item:nth-last-of-type(-n+3){
        margin-bottom: 40px;
    }
    .about-relational-article-list .about-relational-article-item:nth-last-of-type(-n+2){
        margin-bottom: 0;
    }
    .about-relational-article-item .about-relational-item-img{
        height: 101px;
    }
    .about-banner-box.banner-bottom{
        width: calc(100% - 24px);
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 650px){
    .point-number{
        width: 43px;
    }
}


/***************************
    よくあるご質問 /faq/
 ***************************/
.faq-mv-area{
    padding-right: 6.2%;
}
.faq-mv-img{
    width: 357px;
    height: 352px;
    padding-top: 23px;
    overflow: hidden;
    box-sizing: border-box;
}
.faq-mv-text{
    position: relative;
    top: 0;
}
.faq-contents-index{
    margin-bottom: 20px;
}
.faq-category-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
    padding: 0 15px;
}
.category-tab-button{
    display: block;
    width: 23.2%;
    height: 62px;
    position: relative;
    border: none;
    background-color: #1874A4;
    border-radius: 10px;
}
.category-tab-button:hover,
.category-tab-button.js-btn-active{
    background-color: #1D355F;
}
.category-tab-button:hover{
    cursor: pointer;
}

.faq-select-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 316px;
    margin: 0 auto;
}
.faq-select-btn{
    padding: 0;
    position: relative;
    font-size: 1.5rem;
    color: #1874A4;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
}

.faq-select-btn.js-select-active{
    color: #1D355F;
    border-bottom: 2px solid #1D355F;
    font-weight: 700;
}
.faq-select-btn:not(:disabled):hover{
    cursor: pointer;
    border-bottom: 2px solid #1D355F;
}
.faq-select-btn:disabled{
    color: #909090;
}
.faq-select-area .faq-select-btn:not(:last-of-type)::after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 24px;
    position: absolute;
    top: 6px;
    left: calc(100% + 13px);
    background-color: #1D355F;
    border-radius: 4px;
}

.faq-detail-list{
    width: 89.453%;
    margin: 0 auto;
    padding-top: 54px;
}
.faq-item{
    display: none;
    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;
    font-weight: 500;
    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){
    .faq-mv-area{
        padding-right: 0;
    }
    .faq-mv-img{
        width: 50.666%;
        height: auto;
        position: absolute;
        bottom: 0;
        left: -16.533%;
        padding-top: 0;
    }
    .faq-mv-text{
        width: 70.8%;
        position: absolute;
        right: 1.866%;
        top: 1.973%;
    }
    .faq-category-box{
        flex-wrap: wrap;
        margin-bottom: 54px;
        padding: 0;
    }
    .category-tab-button{
        width: 49%;
        margin-bottom: 12px;
        padding-left: 17px;
        padding-right: 17px;
    }
    .faq-select-area{
        width: 246px;
    }
    .faq-select-btn{
        font-size: 1.125rem;
    }
    .faq-select-area .faq-select-btn:not(:last-of-type)::after{
        width: 1px;
        height: 19px;
        top: 1px;
    }

    .faq-detail-list{
        width: 100%;
        padding-top: 39px;
        padding-right: 14px;
        padding-left: 28px;
        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 13px 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;
    }
}


/***************************
    自主調査結果 /investigation/
 ***************************/
 /* 共通 */
.investigation-mv-area{
    padding-right: 5%;
}
.investigation-intro-img{
    width: 501px;
    height: 352px;
    padding-top: 54px;
    overflow: hidden;
    box-sizing: border-box;
}
.investigation-intro-text{
    margin-left: -36px;
}
.investigation-category-index{
    margin-bottom: 40px;
}

/* 自主調査結果トップ */
.investigation-category-list{
    padding-bottom: 138px;
}
.investigation-category-item{
    position: relative;
}
.investigation-category-img{
    margin-bottom: 7px;
}

.investigation-category-item a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

/* カテゴリ別 */

.investigation-article-list{
    margin-bottom: 120px;
}
.investigation-article-item{
    margin-top: 40px;
    position: relative;
}
.investigation-article-inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.investigation-item-img{
    width: 30.625%;
    height: 223px;
    flex-shrink: 0;
    overflow: hidden;
}
.investigation-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 250ms ease 0s;
}
.investigation-article-inner:hover .investigation-item-img img{
    transform: scale(1.1);
}
.investigation-item-text{
    width: 67.421%;
    padding-left: 10px;
    box-sizing: border-box;
}
.investigation-item-text a{
    color: #1874A4;
}
.investigation-item-text a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.investigation-item-title{
    display: block;
    font-size: 1.75rem;
    margin-left: -10px;
}
.investigation-btn-area{
    width: 410px;
    margin: 0 auto 60px;
}
.basic-btn.read-more{
    margin-bottom: 60px;
    color: #17709F;
    background-color: transparent;
    border-color: #17709F;
}
.basic-btn.read-more:hover{
    color: #FFF;
    background-color: #17709F;
    border-color: #17709F;
}

@media screen and (max-width: 800px){
    .investigation-mv-area{
        padding-right: 0;
    }
    .investigation-category-index{
        margin-bottom: 20px;
    }
    .investigation-category-list{
        padding-bottom: 0;
    }
    .investigation-category-item{
        margin-bottom: 33px;
    }
    .investigation-category-img{
        height: 48vw;
    }
    .investigation-intro-img{
        width: 78.666%;
        height: auto;
        top: 7.281%;
        left: -41.6%;
        padding-top: 0;
    }
    .investigation-intro-text{
        width: 69%;
        left: 29.333%;
        top: 4.898%;
        margin-left: 0;
    }
    
    .investigation-article-inner{
        flex-direction: column;
    }
    
    .investigation-article-list{
        padding-left: 15px;
        padding-right: 16px;
        margin-top: -20px;
        margin-bottom: 70px;
    }
    .investigation-article-item{
        margin-top: 35px;
    }
    .investigation-item-img,
    .investigation-item-text{
        width: 100%;
    }
    .investigation-item-img{
        margin-bottom: 12px;
    }
    .investigation-item-text{
        padding-left: 0;
    }
    .investigation-item-title{
        display: inline-block;
        margin-bottom: 6px;
        margin-left: 0;
        font-size: 1.25rem;
        line-height: 1.35;
    }
    .investigation-btn-area{
        width: min(330px, 100%);
    }
    .basic-btn.read-more{
        margin-bottom: 22px;
    }
}


/* 自主調査結果ページ */
.research-mv + .container{
    padding-top: 14px;
}
.investigation-page-title{
    margin-bottom: 40px;
    position: relative;
    line-height: 1;
}
.investigation-page-title::before{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 44%;
    left: 0;
    z-index: -5;
    border-top: 1px solid #000;
}
.investigation-page-title > span{
    display: inline-block;
    padding-right: 16px;
    background-color: #fff;
}
.investigation-article-overview{
    font-size: 1.125rem;
    margin-bottom: 50px;
}

.investigation-summary-box{
    width: 821px;
    margin-bottom: 87px;
    padding: 20px 18px 22px 51px;
    background-color: #F8F8F8;
    border-radius: 6px;
    box-sizing: border-box;
}
.investigation-summary-title{
    margin-bottom: 6px;
    position: relative;
    font-size: 1.375rem;
    color: #1874A4;
    line-height: 1.1;
}
.investigation-summary-title::before{
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -3px;
    left: calc(-26px - 5px);
    background: url(/jp/-/media/medicom/electronic-prescription/investigation/investigation_summary_icon.png) no-repeat center / contain;
}
.investigation-summary-inner{
    display: flex;
    line-height: 1.777;
}
.investigation-summary-list dt{
    flex-shrink: 0;
}

.investigation-article-area{
    padding-bottom: 140px;
}
.investigation-article-img{
    margin-bottom: 30px;
    text-align: center;
}
.investigation-article-area + .investigation-btn-area{
    margin-bottom: 140px;
}

@media screen and (max-width: 800px){
    .reading-mv + .container{
        padding-bottom: 85px;
    }
    .reading-mv.page-inner,
    .reading-mv + .container .page-inner{
        padding-left: 22px;
        padding-right: 22px;
    }
    .reading-mv.page-inner{
        padding-top: 20px;
    }
    .reading-article-title{
        margin-bottom: 12px;
        font-size: 1.625rem;
        line-height: 1.3;
    }
    .reading-article-area .reading-article-section:not(:last-of-type){
        margin-bottom: 50px;
    }
    .reading-header{
        margin-bottom: 20px;
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .reading-header::before{
        width: 50px;
        top: 28px;
    }
    .reading-article-section .reading-article-text{
        padding-left: 0;
    }
    .reading-article-section .reading-article-text a{
        word-break: break-word;
    }
    .investigation-article-img{
        margin-bottom: 20px;
    }
    .investigation-article-area{
        padding-bottom: 100px;
    }
    .investigation-page-title{
        margin-bottom: 16px;
    }
    .investigation-article-overview{
        font-size: 0.875rem;
        line-height: 1.5714;
        margin-bottom: 20px;
    }
    .investigation-summary-box{
        width: 100%;
        margin-bottom: 40px;
        padding-top: 10px;
        padding-left: 24px;
    }
    .investigation-summary-title{
        margin-bottom: 15px;
        font-size: 1.125rem;
    }
    .investigation-summary-title::before{
        position: relative;
        top: 6px;
        left: -9px;
    }
    .investigation-summary-box .investigation-summary-inner:not(:last-of-type){
        margin-bottom: 1em;
    }
    .investigation-article-area + .investigation-btn-area{
        margin-bottom: 60px;
    }
}

/***************************
    用語集 /glossary/
 ***************************/
.glossary-mv{
    padding-right: 5.395%;
}
.glossary-mv-img{
    width: 428px;
    height: 352px;
    padding-top: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
.glossary-mv-text{
    position: relative;
    right: 47px;
}
.glossary-contents-index{
    margin-bottom: 20px;
}
.glossary-index-list{
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}
.glossary-index-item{
    width: 90px;
    margin-right: 20px;
}
.glossary-index-link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 14px 0 13px;
    background-color: #DEF4FF;
    border-radius: 4px;
}
.glossary-index-link::before{
    display: none;
}
.glossary-index-link.link-off{
    background-color: #EDEDED;
}
.glossary-block{
    padding-top: 80px;
}
.glossary-group-title{
    margin-bottom: 40px;
    padding: 12px 20px 11px;
    color: #fff;
    font-size: 1.3125rem;
    line-height: 1.25;
    background-color: #1874A4;
}
.glossary-word-list{
    padding: 0 10px;
}
.glossary-word-title{
    margin-bottom: 25px;
    padding: 12px 10px;
    color: #1D355F;
    font-size: 1.1875rem;
    background-color: #DEF4FF;
    position: relative;
}
.glossary-word-title::after{
    content: "";
    display: block;
    width: calc(100% + 6px);
    height: 2px;
    position: absolute;
    top: calc(100% - 2px);
    left: -3px;
    background-image: radial-gradient(circle closest-corner, #1874A4 0%, #1874A4 50%, transparent 50%);
    background-size: 10px 2px;
    background-repeat: repeat-x;
}
.glossary-word-detail{
    padding: 0 10px 50px;
}
.glossary-word-list .glossary-word-detail:last-of-type{
    padding-bottom: 0;
}
.glossary-word-detail > p:not(:only-child){
    margin-bottom: 35px;
}
.glossary-note-block{
    width: 48.387%;
    max-width: 600px;
    padding: 20px 30px 15px 20px;
    background-color: #f8f8f8;
    border-radius: 6px;
    box-sizing: border-box;
}
.glossary-note-block + .glossary-note-block{
    margin-top: 20px;
}
.glossary-note-title{
    color: #1D355F;
}
.glossary-note-text.indent{
    padding-left: 1em;
    text-indent: -1em;
}
.glossary-quotation-block{
    display: flex;
    align-items: flex-start;
    padding-top: 35px;
}
.glossary-word-detail > p + .glossary-quotation-block{
    padding-top: 0;
}
.glossary-quotation-title{
    display: inline-block;
    width: 61px;
    padding: 4px 0 2px;
    font-size: 0.8125rem;
    color: #FFF;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 1.25;
    background-color: #1874A4;
    border-radius: 12px;
    box-sizing: border-box;
}
.glossary-quotation-text{
    padding-left: 8px;
    font-size: 0.9rem;
}
.glossary-quotation-text a{
    color: #009BD5;
}

@media screen and (max-width: 800px){
    .glossary-mv{
        padding-right: 0;
    }
    .glossary-mv-img{
        width: 58.133%;
        height: auto;
        padding-top: 0;
        top: 7%;
        left: -23.466%;
    }
    .glossary-mv-text{
        width: 69.066%;
        position: absolute;
        top: 4%;
        right: 7px;
    }

    .glossary-contents-index{
        margin-bottom: 24px;
    }
    .glossary-index-list{
        margin-bottom: -22px;
    }
    .glossary-index-item{
        width: calc(25% - 9px);
        margin-right: 12px;
    }
    .glossary-index-item:nth-of-type(4n){
        margin-right: 0;
    }
    .glossary-index-link{
        margin-bottom: 12px;
    }

    .glossary-block{
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .glossary-word-list{
        padding: 0;
    }
    .glossary-group-title{
        margin-bottom: 25px;
        font-size: 1.25rem;
    }

    .glossary-word-title{
        font-size: 1.0625rem;
        margin-bottom: 16px;
    }
    .glossary-word-detail{
        padding-left: 0;
        padding-right: 0;
    }
    .glossary-word-detail > p:not(:only-child){
        margin-bottom: 30px;
    }
    .glossary-quotation-text p{
        overflow-wrap: break-word;
    }
    .glossary-quotation-text a{
        overflow-wrap: break-word;
    }
    .glossary-note-block{
        width: 100%;
        padding-top: 18px;
        padding-right: 20px;
    }
    .glossary-quotation-block{
        flex-direction: column;
        padding-top: 21px;
    }
    .glossary-quotation-title{
        margin-bottom: 12px;
    }
    .glossary-quotation-text{
        width: 100%;
        padding-left: 2px;
    }
}

/***************************
    コラム /column/
***************************/
.columns-mv-area{
    padding-right: 4.947%;
}
.columns-intro-img{
    width: 323px;
    height: 338px;
    padding-top: 14px;
    overflow: hidden;
}
.columns-intro-text{
    margin-left: 12px;
    margin-top: -2px;
}
.columns-category-index{
    margin-bottom: 40px;
}

.columns-category-item{
    position: relative;
}
.columns-category-item a{
    color: #1874A4;
}
.columns-category-item a::before,
a.columns-item-title::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.columns-category-img{
    margin-bottom: 3px;
}

.columns-article-list{
    padding-bottom: 70px;
}
.columns-article-item{
    margin-bottom: 50px;
    position: relative;
}
.columns-item-img{
    height: 245px;
    margin-bottom: 6px;
}
.columns-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.columns-item-title{
    font-size: 1.1875rem;
    line-height: 1.368;
}
.column-btn-area{
    width: 410px;
    margin-left: auto;
    margin-right: auto;
}
/* カテゴリページのみ、ボタン幅変更 */
.columns-article-list + .column-btn-area{
    width: 480px;
}
.columns-article-list + .column-btn-area .columns-btn.back-to-page{
    width: 410px;
    margin-left: auto;
    margin-right: auto;
}

/* コラム詳細 */
.columns-article-area{
    padding-bottom: 144px;
}
.columns-article-overview{
    font-size: 1.125rem;
    margin-bottom: 80px;
}
.columns-article-img{
    text-align: center;
}
.columns-article-img:not(:last-child){
    margin-bottom: 30px;
}
.columns-afterword-box{
    padding-top: 2em;
}
.columns-afterword-quote{
    padding-top: 3em;
    font-size: 0.9rem;
}
.columns-afterword-quote.pt-0em{
    padding-top: 0em;
}
.columns-afterword-quote.pt-1em{
    padding-top: 1em;
}
.columns-banner-box{
    padding-bottom: 144px;
}
.columns-banner-box.banner-in-section{
    padding-top: 52px;
    padding-bottom: 0;
}

@media screen and (max-width: 800px){
    .columns-mv-area{
        padding-right: 0;
    }
    .columns-intro-img{
        width: 46.4%;
        height: auto;
        padding-top: 0;
        top: 4%;
        left: -15.733%;
    }
    .columns-intro-text{
        width: 69.066%;
        top: 6%;
        right: 1.866%;
    }
    .columns-category-index{
        margin-bottom: 20px;
    }
    .columns-category-list{
        flex-direction: column;
    }
    .columns-category-list .columns-category-item:nth-of-type(n){
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .columns-category-list .columns-category-item:not(:last-of-type){
        margin-bottom: 30px;
    }
    .columns-category-img{
        margin-bottom: 6px;
    }
    .column-btn-area{
        width: min(330px, 100%);
    }
    /* カテゴリページのみ、ボタン幅変更 */
    .columns-article-list + .column-btn-area{
        width: min(380px, 99%);
    }
    .columns-article-list + .column-btn-area .columns-btn.back-to-page{
        width: min(330px, 100%);
    }

    .columns-article-list{
        padding-bottom: 35px;
    }
    .columns-article-item{
        margin-bottom: 35px;
    }
    .columns-item-img{
        height: 203px;
    }
    .columns-item-title{
        font-size: 1.25rem;
    }

    .columns-article-overview{
        font-size: 0.875rem;
        line-height: 1.5714;
        margin-bottom: 36px;
    }
    .columns-article-area{
        padding-bottom: 72px;
    }
    .columns-article-img:not(:last-child){
        margin-bottom: 20px;
    }
    .columns-afterword-box{
        width: calc(100% + 10px);
        margin-left: -10px;
    }
    .columns-afterword-quote a{
        word-break: break-word;
    }
    .columns-banner-box {
        padding-bottom: 72px;
    }
    .columns-banner-box.banner-in-section{
        padding-top: 32px;
    }
}

/***************************
    解説動画
 ***************************/
/* 解説動画トップ */
.movie-mv-area{
    padding-right: 7.239%;
}
.movie-mv-img{
    width: 355px;
    height: 335px;
    padding-top: 18px;
    overflow: hidden;
}
.movie-mv-text{
    margin-left: 12px;
    margin-top: -2px;
    position: relative;
    right: -20px;
}
.movie-category-index{
    margin-bottom: 40px;
}
.movie-category-inner{
    position: relative;
}
.movie-category-link{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.movie-category-link .movie-category-link-body{
    display: block;
    width: 100%;
    padding-top: 3.75%;
    padding-bottom: 4.25%;
    padding-left: 25%;
    position: absolute;
    bottom: 6.11%;
    left: 0;
    color: #FFF;
    white-space: nowrap;
    box-sizing: border-box;
}
.movie-category-link .movie-category-link-body::before{
    content: "";
    display: block;
    width: 25%;
    height: 64.5%;
    position: absolute;
    top: 19.5%;
    right: 78.5%;
    z-index: 5;
    background: url(/jp/-/media/medicom/electronic-prescription/movie/movie_category_icon.svg) no-repeat center right / contain;
    pointer-events: none;
}
.movie-category-link .movie-category-link-body::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #1874a4;
    opacity: 0.77;
}
.movie-category-link .movie-category-link-body > span{
    display: block;
    position: relative;
    z-index: 5;
}
.movie-category-link .movie-category-link-body > span:first-of-type{
    font-size: 1.5rem;
    line-height: 1.4;
}
.movie-category-link .movie-category-link-body > span:last-of-type{
    padding-left: 5px;
    font-size: 0.875rem;
    line-height: 1;
}

/* カテゴリ別一覧 */
.movie-article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 85px;
}
.movie-article-list::after{
    content: "";
    display: block;
    width: 49%;
    height: 0;
}
.movie-article-item{
    width: 49.218%;
    margin-bottom: 40px;
}
.movie-article-inner{
    position: relative;
}
.movie-article-inner a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.movie-article-img{
    margin-bottom: 6px;
}
a.movie-article-title{
    color: #1874A4;
    font-size: 1.75rem;
}
.movie-article-inner > p{
    font-size: 1.125rem;
}

.movie-btn-area{
    width: 410px;
    margin: 0 auto;
}

.movie-content-box{
    margin-bottom: 18px;
    padding-top: 30px;
}
.movie-content-box .movie-content-inner{
    padding-top: 56.25%;
    position: relative;
}
.movie-content-box .movie-content-inner iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.movie-page-inner{
    margin-bottom: 124px;
}
.movie-page-inner .reading-article-title{
    margin-bottom: 6px;
}
.movie-page-inner + .movie-btn-area{
    margin-bottom: 0;
}

@media screen and (min-width: 801px) and (max-width: 1080px){
    .movie-category-link .movie-category-link-body{
        padding-left: 68px;
    }
    .movie-category-link .movie-category-link-body::before{
        background-position: center right 24%;
    }
}
@media screen and (max-width: 800px){
    .movie-mv-area{
        padding-right: 0;
    }
    .movie-mv-img{
        width: 46.4%;
        height: auto;
        padding-top: 0;
        top: auto;
        bottom: 10px;
        left: -14.133%;
    }
    .movie-mv-text{
        width: 69.066%;
        position: absolute;
        top: 6%;
        right: 1.866%;
    }
    .movie-category-index{
        margin-bottom: 30px;
    }

    .movie-category-list{
        padding-bottom: 10px;
    }
    .movie-category-list li:not(:last-of-type){
        margin-bottom: 30px;
    }
    .movie-category-link .movie-category-link-body > span:first-of-type{
        font-size: 1.125rem;
        line-height: 1.6;
    }
    .movie-category-link .movie-category-link-body > span:last-of-type{
        font-size: 0.6875rem;
    }
    .movie-category-link .movie-category-link-body{
        /* padding-left: 83px; */
        padding-left: 22.133%;
    }
    .movie-category-link .movie-category-link-body::before{
        width: 80px;
        top: 18.5%;
        right: calc(77.71% + 10px);
    }
    .movie-category-img img{
        display: block;
        width: 100%;
        height: auto;
    }

    .movie-article-list{
        flex-direction: column;
        margin-bottom: 35px;
    }
    .movie-article-list::after{
        display: none;
    }
    .movie-article-item{
        width: 100%;
        margin-bottom: 35px;
    }
    a.movie-article-title{
        font-size: 1.25rem;
    }
    .movie-article-inner > p{
        font-size: 0.875rem;
    }
    .movie-btn-area{
        width: 330px;
    }

    .movie-article-list{
        padding-left: 14px;
        padding-right: 13px;
    }

    .movie-content-box{
        padding-top: 20px;
        padding-left: 14px;
        padding-right: 13px;
    }
    .movie-page-inner{
        margin-bottom: 55px;
        padding-left: 14px;
        padding-right: 13px;
    }
    .movie-page-inner .reading-category-tag{
        margin-bottom: 10px;
    }
}

/***************************
    お役立ち資料
 ***************************/
.materials-mv{
    padding-right: 6.302%;
}
.materials-intro-img{
    width: 349px;
    height: 344px;
    padding-top: 8px;
    overflow: hidden;
}
.materials-category-index{
    margin-bottom: 40px;
}
.materials-category-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.materials-category-item{
    width: 49.218%;
}
.materials-category-inner{
    position: relative;
}
a.materials-category-link{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-size: 1.875rem;
    line-height: 1.3;
}
a.materials-category-link:hover{
    text-decoration: none;
}
.materials-category-link-inner{
    display: flex;
    flex-direction: column;
    width: 41.587%;
    margin-right: 6.349%;
    position: relative;
    white-space: nowrap;
}
.materials-category-link-inner::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(50% + 3px);
    left: 0;
    background-color: #fff;
    border-radius: 2px;
}
.materials-category-link-inner span:nth-of-type(1){
    margin-bottom: 1rem;
}
.materials-category-link-inner span:nth-of-type(2){
    font-size: 1.25rem;
}

/* カテゴリ別一覧 */
.materials-article-list{
    margin-bottom: 105px;
}
.materials-article-inner{
    display: flex;
    padding-top: 4.453%;
    padding-bottom: 4.6875%;
    position: relative;
}
.materials-article-list li:first-of-type .materials-article-inner{
    padding-top: 0;
}
.materials-article-inner::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: repeating-linear-gradient(to right, #223962 0, #223962 7px, transparent 7px, transparent 14px);
}
.materials-item-img{
    flex-shrink: 0;
    width: 30.625%;
    border: 1px solid #E8E8E8;
}
.materials-item-text{
    flex-grow: 1;
    /* flex-shrink: 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 4.6875% 0;
    
}
.materials-item-title{
    margin-bottom: 30px;
    font-size: 1.75rem;
}
a.materials-item-link{
    width: 297px;
    position: relative;
    color: #FFF;
    background-color: #199AD8;
    border-color: #199AD8;
}
.materials-item-link::before{
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 13px;
    background: url(/jp/-/media/medicom/electronic-prescription/materials/material_icon01-white.png) no-repeat center / contain;
}
a.materials-item-link:hover{
    color: #199AD8;
    background-color: #FFF;
}
.materials-item-link:hover::before{
    background-image: url(/jp/-/media/medicom/electronic-prescription/materials/material_icon01-blue.png);
}

.materials-btn-area{
    width: 410px;
    margin: 0 auto;
}

/* 記事詳細 */
.materials-page-inner{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.materials-page-body{
    width: calc(50% - 70px);
}
.materials-page-title{
    margin-bottom: 25px;
    padding-top: 10px;
    font-size: 2.3125rem;
    color: #1D355F;
    line-height: 1.351;
}

.materials-page-thumbnail{
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 52px;
    border: 1px solid #E8E8E8;
}

.materials-page-summary-box{
    padding: 17px 30px 30px 51px;
    background-color: #F8F8F8;
    border-radius: 6px;
    box-sizing: border-box;
}
.materials-summary-title{
    margin-bottom: 10px;
    position: relative;
    font-size: 1.375rem;
    color: #1874A4;
    line-height: 1.1;
}
.materials-summary-title::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -1px;
    left: calc(-26px - 5px);
    background: url(/jp/-/media/medicom/electronic-prescription/materials/material_icon02.png) no-repeat center / contain;
}
.materials-summary-detail-list{
    counter-reset: materials-summary;
}
.materials-summary-detail-item{
    counter-increment: materials-summary;
    padding-left: 40px;
    position: relative;
    line-height: 1.777;
}
.materials-summary-detail-text{
    line-height: 1.777;
}
.materials-summary-detail-item::before{
    content: counter(materials-summary, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
}

.materials-form-area{
    width: 50%;
}

@media screen and (max-width: 800px){
    .materials-mv{
        padding-right: 0;
    }
    .materials-intro-img{
        width: 52%;
        height: auto;
        padding-top: 0;
        bottom: 0;
        left: -14.933%;
    }
    .materials-intro-text{
        width: 69.333%;
        top: 3.5%;
        right: 1.866%;
    }
    .materials-category-index{
        margin-bottom: 23px;
    }
    .materials-category-list{
        flex-direction: column;
        width: 92.222%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .materials-category-item{
        width: 100%;
    }
    .materials-category-list .materials-category-item:not(:last-of-type){
        margin-bottom: 30px;
    }
    a.materials-category-link{
        font-size: max(1.125rem, 4.6vw);
    }
    .materials-category-link-inner span:nth-of-type(2){
        font-size: max(0.75rem, 3vw);
    }
    .materials-category-img img{
        width: 100%;
        max-width: 100vw;
    }

    .materials-article-list{
        width: 91.666%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 74px;
    }
    .materials-article-inner{
        flex-direction: column;
        padding: 40px 0;
    }
    .materials-item-img{
        width: 100%;
    }
    .materials-item-img img{
        width: 100%;
        height: auto;
    }
    .materials-item-text{
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .materials-item-title{
        margin-bottom: 20px;
        font-size: 1.25rem;
        line-height: 1.25;
    }
    a.materials-item-link{
        width: 242px;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.0625rem;
        border-width: 2px;
    }
    .materials-item-link::before{
        width: 28px;
        height: 28px;
        margin-right: 8px;
    }
    .materials-btn-area{
        width: min(330px, 100%);
    }

    /* SP:記事詳細 */
    .materials-page-inner{
        width: 92.222%;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
    }
    .materials-page-body,
    .materials-form-area{
        width: 100%;
    }
    .materials-page-body{
        padding-bottom: 30px;
    }
    .materials-page-title{
        margin-bottom: 12px;
        font-size: 1.5rem;
    }
    .materials-page-thumbnail{
        width: 100%;
        margin-bottom: 25px;
    }
    .materials-page-thumbnail img{
        width: 100%;
        height: auto;
    }
    .materials-page-summary-box{
        padding: 16px 17px 20px 24px;
    }
    .materials-summary-title{
        font-size: 1.25rem;
        padding-left: 22px;
    }
    .materials-summary-title::before{
        right: auto;
        left: -13px;
    }
    .materials-summary-detail-item{
        padding-left: 27px;
    }

}

/***************************
    導入事例 /case-studies/
 ***************************/
.case-mv-area{
    padding-right: 11.041%;
}
.case-intro-img{
    flex-shrink: 0;
    width: 424px;
    height: 331px;
    padding-top: 24px;
}
.case-intro-text{
    margin-left: 26px;
}

.case-article-tabpanel-container{
    padding-top: 23px;
    padding-bottom: 100px;
}
.case-article-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 90px;
    justify-items: center;
    align-items: flex-start;
}
.case-article-list-item{
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    position: relative;
    z-index: 0;
}
.case-article-list .item-sentence{
    display: none;
}
.case-article-list .item-link::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.list-origin .case-article-list .case-article-list-item:nth-of-type(n+8){
    display: none;
}

.case-article-list-item .item-img{
    width: 100%;
    padding-top: 63.75%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.case-article-list .case-article-list-item .item-img::before{
    content: "";
    display: flex;
    width: 66px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 15;
    background-image: url(/jp/-/media/medicom/electronic-prescription/common/ep_arrow_long.png),
        linear-gradient(to right, #FFF, #a7e1fd);
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: 23px auto, auto;
    border-radius: 4px 0 4px 0;
    pointer-events: none;
}

.case-article-list-item .item-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);
}
.case-article-list-item:hover .item-img img{
    transform: scale(1.1);
}
.case-article-list-item .item-text{
    padding-top: 15px;
}
.case-article-list-item .item-title{
    font-size: 1.25rem;
    color: #1D355F;
}
.case-article-list-item:hover .item-title{
    text-decoration: underline;
}
.case-article-list-item .item-name-box{
    font-size: 1.0625rem;
    color: #1874A4;
    line-height: 1.5;
}
.case-article-list-item .item-tag-list{
    margin-top: 10px;
}
.case-article-list-item .item-tag-list span{
    display: inline-block;
    padding: 5px 19px 3px;
    font-size: 0.875rem;
    color: #1874A4;
    line-height: 1.5;
    border: 1px solid #1874A4;
    border-radius: 20px;
}
.case-article-list-item .item-tag-list span + span{
    margin-left: 6px;
}

/* PC版一覧：リスト先頭 */
.case-article-list .case-article-list-item:nth-of-type(7n+1){
    grid-column: 1 / span 3;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}
.case-article-list .case-article-list-item:nth-of-type(7n+1) .item-img{
    flex-basis: 39.0625%;
    width: auto;
    padding-top: 40.625%;
}
.case-article-list .case-article-list-item:nth-of-type(7n+1) .item-text{
    flex-basis: calc(60.9375% - 50px);
    padding-top: 15px;
    padding-bottom: 7.578%;
}
.case-article-list .case-article-list-item:nth-of-type(7n+1) .item-sentence{
    display: block;
    margin-top: 15px;
}
.case-article-list .case-article-list-item:nth-of-type(7n+1) .item-title{
    font-size: 2.1875rem;
}
.case-article-list .case-article-list-item:nth-of-type(7n+1) .item-name-box{
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
}
.case-article-list .case-article-list-item:nth-of-type(7n+1) .item-name-box .item-name-line2{
    margin-left: 1em;
}
.case-article-list .case-article-list-item:nth-of-type(7n+1) .item-link span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 142px;
    padding-top: 10px;
    padding-bottom: 11px;
    position: absolute;
    bottom: 20px;
    right: calc(60.9375% - 50px);
    z-index: 15;
    font-size: 1rem;
    color: #1D355F;
    line-height: 1.5;
    background-image: linear-gradient(to right, #FFF, #a7e1fd);
    border-radius: 4px;
}
.case-article-list .case-article-list-item:nth-of-type(7n+1) .item-img::before{
    display: none;
}
.case-article-list .case-article-list-item:nth-of-type(7n+1) .item-link span::after{
    content: "";
    display: inline-block;
    width: 28px;
    height: 14px;
    margin-left: 6px;
    background: url(/jp/-/media/medicom/electronic-prescription/common/ep_arrow_long.png) no-repeat center / contain;
}
/* PC版一覧：リスト2個目以降 */
.case-article-list .case-article-list-item:nth-of-type(n+2) .item-link span{
    display: none;
}

.case-pagination-area{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.case-pagination-area .list-pagination-button{
    display: block;
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
    border: none;
    font-size: 1.375rem;
    color: #989898;
    font-weight: 700;
    background-color: #EDEDED;
}
.case-pagination-area .list-pagination-button.pagination-current{
    color: #FFF;
    background-color: #199AD8;
}
/* 導入事例：記事詳細 */
.case-study-name-box{
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    color: #1874A4;
}
.case-study-name-line2{
    margin-left: 1em;
}
.case-study-title{
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 2.6875rem;
    border-bottom: 5px solid #199AD8;
}
.case-study-article-overview{
    margin-bottom: 70px;
}
.case-study-overview-sentence + .case-study-overview-sentence{
    margin-top: 1em;
}
.case-study-article-area{
    padding-top: 26px;
    padding-bottom: 112px;
}
.case-study-article-img{
    text-align: center;
}
.case-study-article-img:not(:last-child){
    margin-bottom: 30px;
}
.case-study-btn-area{
    max-width: 410px;
    margin: 0 auto;
}


@media screen and (max-width: 800px) {
    .case-mv-area{
        padding-right: 0;
    }
    .case-intro-img{
        width: 65.5%;
        height: auto;
        padding-top: 0;
        bottom: 10px;
        left: -38.133%;
        overflow: hidden;
    }
    .case-intro-text{
        width: 70.4%;
        margin-left: 1px;
        top: 2%;
        right: 1.866%;
    }

    .case-article-tabpanel-container{
        padding-bottom: 50px;
    }
    .case-article-list{
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 35px;
    }
    .case-article-list .case-article-list-item:nth-of-type(n){
        grid-column: 1;
        flex-direction: column;
        width: calc(100% - 20px);
    }
    .case-article-list .case-article-list-item:nth-of-type(n) .item-text{
        flex-basis: auto;
        padding-bottom: 0;
    }
    .case-article-list .case-article-list-item:nth-of-type(n) .item-sentence{
        display: none;
    }
    .case-article-list .case-article-list-item:nth-of-type(n) .item-link span{
        display: none;
    }
    .case-article-list .case-article-list-item:nth-of-type(n) .item-img{
        flex-basis: auto;
        /* height: 255px; */
        padding-top: 63.69%;
    }
    .case-article-list .case-article-list-item:nth-of-type(n) .item-img::before{
        display: flex;
    }
    .case-article-list .case-article-list-item:nth-of-type(n) .item-title{
        font-size: 20px;
    }
    .case-article-list .case-article-list-item:nth-of-type(n) .item-name-box{
        flex-direction: column;
        margin-top: 0;
        font-size: 15px;
    }
    .case-article-list .case-article-list-item:nth-of-type(n) .item-name-box .item-name-line2{
        margin-left: 0;
    }
    .case-pagination-area{
        width: 265px;
        margin-bottom: 20px;
    }
    .case-pagination-area .list-pagination-button{
        flex-shrink: 0;
        width: 43px;
        height: 43px;
        font-size: 16px;
    }
    /* 導入事例：記事詳細 SP */
    .case-study-name-box{
        flex-direction: column;
        margin-top: 12px;
        font-size: 0.9375rem;
        line-height: 1.3;
    }
    .case-study-name-line2{
        margin-left: 0;
    }
    .case-study-title{
        margin-top: 15px;
        margin-bottom: 13px;
        font-size: 1.5rem;
        border-bottom-width: 4px;
    }
    .case-study-article-overview{
        margin-bottom: 50px;
    }
    .case-study-article-area{
        padding-bottom: 60px;
    }
    .case-study-btn-area {
        width: min(330px, 100%);
    }

}