@charset "utf-8";

header {
    overflow: hidden;
    padding: 15px 0;
    border-top: 14px solid #e1242a;
    border-bottom: 1px solid #707070;
}

footer {
    overflow: hidden;
    border-left: 8px solid #e1242a;
    font-size: 12px;
}

.footer_notation {
    max-width: 960px;
    margin: 0 auto;
    padding: 15px 30px;
}

footer p {
    padding: 5px 0;
    color: #707070;
}

footer a {
    text-decoration: none;
    color: #707070;
}

.corporate_logo,
.product_logo {
    margin: 0 auto;
}

.corporate_logo {
    float: left;
    width: 279px;
}

.product_logo {
    width: 578px;
}

.corporate_logo img,
.product_logo img {
    width: 100%;
}

.primary {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.primary p {
    line-height: 1.5;
    color: #707070;
}

.boxarea {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
}

.branch {
    padding: 15px;
}

.patient {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 15px;
    text-align: center;
    color: #fff;
}

.p-box,
.m-box {
    flex-basis: 50%;
    padding-bottom: 35px;
}

.p-rcc {
    background: linear-gradient(#AB2C81, #F1B9DE);
}

.p-hcc {
    background: linear-gradient(#FA9B31, #FFD6A8);
}

.m-box {
    background: linear-gradient(#005689, #78B2D4);
}

.title_p,
.title_m {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
}

.title_p {
    padding-top: 30px;
    padding-bottom: 20px;
}

.title_m {
    padding-top: 40px;
    padding-bottom: 20px;
}

.note {
    margin: 0 20px;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    line-height: 1.5;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 30px 0;
    border-radius: 8px;
    box-shadow: 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
}

.button:hover {
    background-color: #F3F3E7;
}

.p-box .button {
    height: 3em;
}

.p-rcc .button {
    color: #AB2C81;
}

.p-hcc .button {
    color: #FA9B31;
}

.m-box .button p {
    width: 90%;
    padding: 20px 0;
    border-top: 1px solid #005689;
    border-bottom: 1px solid #005689;
    color: #005689;
}

.m-rcc {
    margin-bottom: 35px;
}

.comment {
    padding: 0 15px;
    font-size: 14px;
    color: #707070;
}

.upper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.upper section {
    width: 50%;
    margin: 15px;
}

.lower section {
    margin: 15px;
}

h3.line {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #008964;
    text-align: center;
    font-weight: bold;
}

.comment p {
    line-height: 1.5em;
}

.banner {
    padding: 15px 30px;
}

.banner-area {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.banner-item {
    width: 49%;
    margin: 0 0.5% 10px;
}

.banner img,
.banner-item a img {
    width: 100%;
}

@media screen and (min-width:960px) {
    .br_u960,
    .br_u560 {
        display: none;
    }
    .primary p {
        font-size: 14px;
        margin: 15px 0;
    }
    .main {
        background-image: url("/patients/cabometyx/assets/img/top_bg.png");
        background-size: 100% auto;
    }
    .m-box .button {
        height: 200px;
    }
}

@media screen and (max-width:959px) {
    header {
        padding: 9px 20px;
        border-top: 7px solid #e1242a;
    }
    .corporate_logo {
        width: 164px;
    }
    .primary {
        background-image: url("/patients/cabometyx/assets/img/top_bg.png");
        background-color: rgba(255, 255, 255, 0.2);
        background-blend-mode: lighten;
        background-size: 100% auto;
        padding: 92px 0;
    }
    .logo_band {
        width: 100%;
        background: rgba(255, 255, 255, 0.4);
        margin: 0 auto;
        padding: 25px 0 23px;
    }
    .product_logo {
        width: 328px;
    }
    .primary p {
        font-size: 13px;
        margin: 12px 0;
    }
    .pc_only {
        display: none;
    }
    .br_u560 {
        display: none;
    }
    .patient {
        flex-direction: column;
    }
    .upper {
        flex-wrap: wrap;
    }
    .title_p {
        line-height: 1.5;
    }
    .title_m {
        line-height: 3.0;
    }
    .note {
        margin: 0 100px;
    }
    .button {
        position: relative;
        border-radius: 0;
    }
    .button::after {
        position: absolute;
        top: 33%;
        right: 18px;
        width: 20px;
        height: 20px;
        border-top: solid 5px #AB2C81;
        border-right: solid 5px #AB2C81;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: '';
    }
    .p-hcc .button::after {
        border-top: solid 5px #FA9B31;
        border-right: solid 5px #FA9B31;
    }
    .m-box .button p {
        border: none;
    }
    .m-rcc {
        margin-bottom: 15px;
    }
    .m-box .button::after {
        top: 38%;
        border-top: solid 5px #005689;
        border-right: solid 5px #005689;
    }
    .upper section {
        width: 100%;
    }
    .banner-item {
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width:559px) {
    .br_u560 {
        display: block;
    }
    .primary {
        padding: 40px 0 20px;
    }
    .logo_band {
        padding: 25px 0 23px;
    }
    .product_logo {
        width: 300px;
    }
    .title_p,
    .title_m {
        font-size: 12px;
    }
    .note {
        margin: 0 10px;
        font-size: 10px;
    }
    .button {
        font-size: 14px;
    }
    .button::after {
        right: 10px;
        width: 10px;
        height: 10px;
    }
}

@media screen and (max-width:374px) {
    .p-box .button::after,
    .m-box .button::after {
        border: none;
    }
}