@charset "utf-8";

.page-inner {
    max-width: 1320px;
    padding: 0 20px ;
    margin: 0 auto 10px;
    box-sizing: border-box;
}


/***************************
    商品概要 共通 /product/
 ***************************/
.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;
}
.product-block {
    max-width: 1320px;
    padding: 110px 20px 0;
    margin: 0 auto 10px;
    box-sizing: border-box;
}
.product-block.section03{
    padding-bottom: 110px;
}
.product-index-area{
    padding-top: 0;
    margin-bottom: -30px;
}
.product-index-area h2{
    margin-bottom: 30px;
    position: relative;
}
.product-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;
}
.product-index-area .page-index{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.78%;
    box-sizing: border-box;
}
.product-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;
}
.product-index-area .page-index li:nth-of-type(5){
    margin-right: 0;
}
.product-index-area .index-number{
    position: absolute;
    bottom: calc(100% - 15px);
    left: 15px;
}
.product-index-area .page-index a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.product-contents{
    margin-left: 10px;
}
.lp-section-header{
    margin-bottom: 30px;
    padding: 14px 32px 8px;
    position: relative;
    font-size: 1.4375rem;
    color: #FFF;
    line-height: 1.1;
    background-color: #1874A4;
}
.lp-section-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;
}
.product-block.section03 > .lp-section-header{
    margin-bottom: 60px;
}
.product-feature-header{
    display: flex;
    align-items: center;
    margin-top: 56px;
    padding: 9px 15px 7px;
    font-size: 1.3125rem;
    color: #FFF;
    background-color: #1D355F;
    border-radius: 0 12px 0 0;
}
.product-feature-header::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
    top: -2px;
    margin-right: 9px;
    background: url(/jp/-/media/medicom/electronic-prescription/product/feature_icon.png) no-repeat center / contain;
}
.product-feature-list + .product-feature-header{
    margin-top: 100px;
}
.product-feature-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    column-gap: 17px;
    row-gap: 40px;
    padding: 56px 33px 0;
    position: relative;
    z-index: 5;
}
.product-feature-list::before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 60.606%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    background-color: #F4F4F4;
}
.product-feature-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 240px;
    padding-top: 20px;
    position: relative;
    background-color: #fff;
    border: 3px solid #1874A4;
    border-radius: 4px;
    box-sizing: border-box;
}
.product-feature-number{
    width: 68px;
    height: 68px;
    padding: 13px 15px 13px 14px;
    position: absolute;
    top: -34px;
    left: calc(50% - 34px);
    background-color: #FFFAC9;
    border: 3px solid #1874A4;
    border-radius: 60px;
    box-sizing: border-box;
}
.product-feature-text{
    font-size: 1.125rem;
    color: #1D355F;
    text-align: center;
}
.product-feature-text.color-red{
    color: #EA2E36;
}
.product-feature-item .product-feature-text + .product-feature-text{
    margin-top: 0.8em;
}
.product-feature-note{
    margin-top: 16px;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.428;
}

.product-point-header{
    display: flex;
    margin-top: 60px;
    margin-bottom: 16px;
    font-size: 1.25rem;
    color: #1D355F;
}
.product-point-header::before{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 9px;
    background: url(/jp/-/media/medicom/electronic-prescription/product/attention_icon.png) no-repeat center / contain;
}

.product-sub-section{
    margin-top: 80px;
}
.product-sub-section + .product-sub-section{
    margin-top: 120px;
}
.product-sub-header{
    margin-bottom: 60px;
    padding: 8px 10px 4px;
    font-size: 1.3125rem;
    color: #1D355F;
    background-color: #DEF4FF;
    border-left: 7px solid #1874A4;
}
.product-pattern-note{
    margin-top: -1.4em;
    margin-bottom: 60px;
    color: #1D355F;
    text-align: right;
}
.product-pattern-offer{
    margin-top: 8px;
    margin-right: 10px;
    font-size: 0.75rem;
    text-align: right;
}
.product-pattern-glossary{
    margin-top: 38px;
}
.product-pattern-glossary-item{
    display: flex;
    color: #4A4A4A;
}
.product-pattern-term{
    flex-shrink: 0;
    margin-right: 6px;
}
.product-flow-feature{
    display: flex;
    justify-content: space-between;
}
.product-flow-feature + .product-flow-list{
    margin-top: 80px;
}
.product-flow-feature-body{
    flex-basis: calc(50.393% + 20px);
    padding-left: 20px;
    box-sizing: border-box;
}
.product-flow-feature-box{
    padding: 24px 7.031%;
    background-color: #F8F8F8;
    border-radius: 3px;
}
.product-flow-feature-box + .product-flow-feature-box{
    margin-top: 30px;
}
.product-flow-feature-title{
    margin-bottom: 6px;
    font-size: 1.25rem;
    color: #1D355F;
}
.product-flow-feature-text{
    font-size: 1.125rem;
}
.product-flow-feature-note{
    margin-top: 38px;
}
.product-flow-example{
    margin-top: 24px;
    font-size: 1.125rem;
}
.product-flow-example-term{
    color: #1874A4;
}
.product-flow-example .product-flow-example-term:not(:first-of-type){
    margin-top: 30px;
}
.product-flow-example-detail{
    padding-left: 23px;
}

.product-flow-item{
    display: flex;
    justify-content: space-between;
}
.product-flow-item + .product-flow-item{
    margin-top: 80px;
}
.product-flow-image{
    position: relative;
}
.product-flow-image-heading{
    font-size: 1.25rem;
    color: #1874A4;
}
.product-flow-trigger{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border: 5px solid #1874A4;
    background: url(/jp/-/media/medicom/electronic-prescription/product/modal_icon.png) no-repeat bottom right / 50px auto;
}
.product-flow-body{
    flex-basis: calc(48.818% + 20px);
    padding-top: 30px;
    padding-left: 20px;
    box-sizing: border-box;
}
.product-flow-title{
    font-size: 1.25rem;
    color: #1D355F;
}
.product-flow-text{
    margin-top: 27px;
    font-size: 1.125rem;
}
.product-flow-text.font-large {
    font-size: 1.25em;
}
.product-flow-feature-text .color-red,
.product-flow-text.color-red{
    color: #EA2E36;
}

.product-number-display{
    margin-top: 100px;
}
.product-number-display-header{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 9px 21px 9px 62px;
    position: relative;
    color: #1D355F;
    font-size: 1.25rem;
    background-color: #EBF8FF;
    border-radius: 12px 12px 0 0;
    box-sizing: border-box;
}
.product-number-display-header::before{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: 21px;
    background: url(/jp/-/media/medicom/electronic-prescription/product/attention_icon.png) no-repeat center / contain;
}
.product-number-display-header span:last-of-type{
    font-size: 1.125rem;
}
.product-number-display-inner{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.product-number-display-box{
    flex-basis: calc(50% - 5px);
}
.product-number-display-note{
    margin-top: 10px;
    color: #1D355F;
    font-size: 0.875rem;
}

@media screen and (max-width: 800px){
    .mv-area{
        margin-top: 10px;
        padding-top: 96.533%;
        overflow: hidden;
    }
    .mv-area::before{
        padding-top: 84.533%;
        height: auto;
        background-image: linear-gradient(to bottom, #E0F5FF 0, #E0F5FF 79.495%, #A7E1FF 79.495%);
    }
    .mv-area::after{
        height: 8px;
        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;
    }

    .product-block{
        padding-top: 74px;
    }
    .product-block.section01{
        margin-top: -24px;
    }
    .product-block.section02{
        padding-right: 7px;
    }
    .product-block.section03{
        padding-bottom: 60px;
    }

    .product-index-area{
        margin-bottom: 0;
        padding-top: 3px;
        padding-right: 7px;
        padding-left: 8px;
    }
    .product-index-area .page-index{
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
    }
    .product-index-area .page-index li:nth-of-type(n){
        width: 49%;
        margin-right: 0;
        margin-bottom: 16px;
        padding: 14px 0 17px;
    }
    .product-index-area .index-number{
        display: block;
        width: 24px;
        left: 11px;
    }
    .product-index-area li a > img {
        display: block;
        width: 170px;
        margin: 0 auto;
    }
    
    .product-contents{
        margin-left: 0;
    }
    .lp-section-header {
        margin-bottom: 20px;
        padding-right: 10px;
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .lp-section-header::before {
        width: 50px;
        top: 28px;
    }
    .lp-section-header::after{
        content: "";
        display: block;
        width: calc(100% + 20px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -5;
        background-color: #1874A4;
    }
    .product-block.section03 > .lp-section-header{
        margin-bottom: 30px;
    }

    .product-flow-feature,
    .product-flow-item,
    .product-number-display-inner{
        flex-direction: column;
    }

    .product-feature-header{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        padding: 18px 15px 15px;
        font-size: 1.0625rem;
    }
    .product-feature-header::before{
        margin-right: 0;
        margin-bottom: 6px;
    }
    .product-feature-list{
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 54px;
        padding-top: 50px;
        padding-right: 25px;
        padding-left: 24px;
    }
    .product-feature-list::before{
        height: 87.988%;
    }
    .product-feature-number{
        width: 48px;
        height: 48px;
        padding: 9px 10px;
        top: -24px;
        left: calc(50% - 24px);
    }
    .product-feature-item{
        justify-content: flex-start;
        height: auto;
        min-height: 170px;
        padding-top: 44px;
        padding-bottom: 35px;
    }
    .product-feature-text{
        font-size: 1rem;
    }
    .product-feature-note{
        margin-top: 0;
        font-size: 0.75rem;
    }

    .product-pattern-note{
        margin-bottom: 28px;
        font-size: 0.75rem;
    }
    .product-point-header{
        margin-top: 35px;
        margin-bottom: 10px;
        font-size: 0.9375rem;
    }
    .product-point-header::before{
        width: 23px;
        height: 23px;
        margin-right: 5px;
    }
    .product-pattern-glossary-item{
        flex-direction: column;
        align-items: flex-start;
        font-size: 0.75rem;
    }
    .product-pattern-glossary-item + .product-pattern-glossary-item{
        margin-top: 12px;
    }
    .product-pattern-offer{
        font-size: 0.625rem;
    }

    .product-sub-section + .product-sub-section,
    .product-number-display + .product-sub-section{
        margin-top: 45px;
    }
    .product-sub-header{
        margin-bottom: 27px;
        font-size: 1rem;
    }
    .product-flow-trigger{
        border-width: 3px;
        background-size: 30px auto;
    }
    .product-flow-image-heading{
        font-size: 0.875rem;
    }
    .product-flow-feature-body{
        flex-basis: auto;
        margin-top: 25px;
        padding-left: 0;
    }
    .product-flow-feature-title,
    .product-flow-feature-text,
    .product-flow-example{
        font-size: 0.9375rem;
    }
    .product-flow-feature-note{
        margin-top: 25px;
    }

    .product-flow-feature + .product-flow-list{
        margin-top: 40px;
    }
    .product-flow-item + .product-flow-item{
        margin-top: 35px;
    }
    .product-flow-image img,
    .product-number-display-box img{
        max-width: 100vw;
        width: 100%;
        height: auto;
    }

    .product-flow-body{
        padding-top: 13px;
        padding-left: 0;
    }
    .product-flow-title{
        font-size: 0.9375rem;
    }
    .product-flow-text{
        margin-top: 25px;
        font-size: 0.875rem;
    }
    .product-flow-text + .product-flow-text{
        margin-top: 20px;
    }
    .product-flow-text.font-large{
        font-size: 1.071em;
    }

    .product-number-display{
        margin-top: 45px;
    }
    .product-number-display-box{
        flex-basis: auto;
    }
    .product-number-display-box + .product-number-display-box{
        margin-top: 10px;
    }
    .product-number-display-header{
        flex-direction: column;
        align-items: flex-start;
        padding-left: 49px;
        font-size: 0.9375rem;
    }
    .product-number-display-header::before{
        width: 23px;
        height: 23px;
        top: calc(50% - 12px);
        left: 15px;
    }
    .product-number-display-header span:last-of-type{
        margin-left: -0.25em;
        font-size: 0.75rem;
    }
    .product-number-display-note{
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 650px){

}

/*****************************************************
    HR x 電子処方箋 /product/hr/
 *****************************************************/
.lp-hr-mv-area{
    padding-right: 5.26%;
}
.lp-hr-mv-img{
    width: 407px;
    padding-top: 40px;
}
.lp-hr-mv-text{
    width: 500px;
    margin-left: 59px;
}


@media screen and (max-width: 800px){
    .lp-hr-mv-img{
        width: 88.533%;
        padding-top: 0;
        bottom: 8px;
        left: 5.6%;
    }
    .lp-hr-mv-text{
        width: 68.8%;
        margin-left: 0;
        position: absolute;
        top: 0;
        left: 17.333%;
    }
}

@media screen and (max-width: 650px){
    
}


/*****************************************************
    Pharnes x 電子処方箋 /product/pharnes/
 *****************************************************/
.lp-pharnes-mv-area{
    padding-right: 8.593%;
}
.lp-pharnes-mv-img{
    width: 572px;
    padding-top: 19px;
}
.lp-pharnes-mv-text{
    width: 515px;
    margin-left: 46px;
}

.product-flow-feature + .lp-pharnes-flow-list{
    margin-top: 100px;
    padding-top: 80px;
    position: relative;
    box-sizing: border-box;
}
.product-flow-feature + .lp-pharnes-flow-list::before{
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    border-top: 1px solid #ACACAC;
}
.lp-pharnes-flow-qrcode .product-flow-body{
    padding-top: 96px;
}

@media screen and (max-width: 800px){
    .lp-pharnes-mv-img{
        width: 98.133%;
        left: 0;
        bottom: 8px;
    }
    .lp-pharnes-mv-text{
        width: 89.066%;
        margin-left: 0;
        top: 0;
        left: 5.6%;
        text-align: center;
    }
    .product-flow-feature + .lp-pharnes-flow-list{
        margin-top: 40px;
        padding-top: 35px;
    }
    .product-flow-feature + .lp-pharnes-flow-list::before{
        width: 100%;
    }
    .lp-pharnes-flow-qrcode .product-flow-body{
        padding-top: 13px;
    }
}

@media screen and (max-width: 650px){

}