@charset "utf-8";
/*==============================
【atl-ptcl】カテゴリ共通CSS
==============================*/
.main_visual {
    background: center left/cover url("/atl-ptcl/patient/common/img/patient_mv_02.png") no-repeat,
        center right/cover url("/atl-ptcl/patient/common/img/patient_mv_03.png") no-repeat,
        center right/cover url("/atl-ptcl/patient/common/img/patient_mv_01.png") no-repeat;
    width: 100%;
    height: 180px;
    margin-bottom: 24px;
    position: relative;
}

.main_visual .text_area {
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main_visual .text_area .title {
    font-size: 1.375em;
    font-weight: 700;
    line-height: 1.5;
    color: #ff5f00;
}

@media screen and (max-width: 960px) {
    .main_visual {
        background: top left/75% url("/atl-ptcl/patient/common/img/patient_mv_02.png") no-repeat,
            bottom right/75% url("/atl-ptcl/patient/common/img/patient_mv_03.png") no-repeat,
            center right 20% / cover url("/atl-ptcl/patient/common/img/patient_mv_01.png") no-repeat;
        width: calc(100% + (20px * 2));
        margin-left: -20px;
    }
    .main_visual .text_area {
        left: 20px;
    }
}

/*==============================
ハイヤスタ錠を服用されている患者様へ
メニューリスト
==============================*/
.list_patient_wrapper {
    margin-top: 24px;
}

.list_patient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    max-width: calc(680px + 10px);
    margin: -5px;
}

.list_patient > * {
    font-size: 1em;
    margin: 5px;
    width: calc(50% - 10px);
    height: 68px;
}

.list_patient > * a {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.list_patient > * a:hover {
    text-decoration: none;
    opacity: 0.5;
}

.list_patient .menu {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #cdced2;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.16);
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.16);
    overflow: hidden;
    position: relative;
}

.list_patient .menu::after {
    content: "";
    width: 24px;
    height: 100%;
    background-color: #ff5f00;
    position: absolute;
    top: 0;
    right: 0;
    background: center/65% url("/atl-ptcl/patient/common/img/list_patient_icon.png") no-repeat #ff5f00;
}

.list_patient .menu .title {
    width: 100%;
    padding: 0.5em 1.5em;
    font-size: 1em;
    font-weight: 700;
    color: #333333;
    /*== meiryo_bug_fix ==*/
    margin-top: 0.25em;
    /*== //meiryo_bug_fix ==*/
}

@media screen and (max-width: 960px) {
    .list_patient > * {
        width: 100%;
    }
}

/*==============================
ハイヤスタ錠を服用されている患者様へ
子ページで使用するメニューリスト
==============================*/
.foot_paging_patient {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ff5f00;
    border-radius: 5px;
    margin-top: 80px;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.foot_paging_patient > * {
    width: 50%;
    height: 100%;
}

.foot_paging_patient a {
    color: inherit;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.foot_paging_patient a:hover {
    text-decoration: none;
    opacity: 0.5;
}

.foot_paging_patient .title {
    color: #ff5f00;
    font-size: 1em;
    font-weight: 700;
}

.foot_paging_patient .prev {
    border-right: 1px dashed #ff5f00;
}

.foot_paging_patient .prev a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.foot_paging_patient .prev a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center/contain url("/atl-ptcl/patient/common/img/icon_paging.png") no-repeat;
}

.foot_paging_patient .prev .text_area {
    display: inline-block;
    padding-left: 20px;
}

.foot_paging_patient .next {
    text-align: right;
}

.foot_paging_patient .next a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.foot_paging_patient .next a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center/contain url("/atl-ptcl/patient/common/img/icon_paging.png") no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.foot_paging_patient .next .text_area {
    display: inline-block;
    padding-right: 20px;
}

.foot_paging_patient.edge_page .prev {
    border-right: none;
}

.foot_paging_patient.edge_page > * {
    width: 100%;
}

@media screen and (max-width: 960px) {
    .foot_paging_patient .prev .text_area {
        padding-left: 10px;
    }
    .foot_paging_patient .next .text_area {
        padding-right: 10px;
    }
}
