@charset "UTF-8";

.pg-medical-eyes {}

.pg-medical-eyes .sp {
    display: none;
}

@media (max-width: 767px) {
    .pg-medical-eyes .sp {
        display: block;
    }
}

.pg-medical-eyes .pc {
    display: block;
}

@media (max-width: 767px) {
    .pg-medical-eyes .pc {
        display: none;
    }
}

.pg-medical-eyes section[class^="group"]>p {
    margin: 2.4rem 0 0 0;
    line-height: 1.75;
}

.pg-medical-eyes h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.6rem;
}

@media (max-width: 767px) {
    .pg-medical-eyes h2 {
        font-size: 2.4rem;
    }
}

.pg-medical-eyes h2::before,
.pg-medical-eyes h2::after {
    content: "";
    display: inline-block;
    margin: 0 1.6rem;
    width: 16%;
    height: 12px;
    background-image: url('/import/tenant_1/162.43.45.192/html/images/common/icon/head-line.webp');
    background-repeat: no-repeat;
    background-size: contain;
}

.pg-medical-eyes .care-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
    margin: 2.4rem 0 0 0;
}

@media (max-width: 767px) {
    .pg-medical-eyes .care-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.pg-medical-eyes .care-list .care-item {
    border: 4px double #533b0f;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}

.pg-medical-eyes .care-list .care-item a {
    display: block;
    padding: 10px 16px;
}

.pg-medical-eyes .care-list .care-item a .care-item-name {
    display: block;
    margin-bottom: 5px;
    min-height: 4rem;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .pg-medical-eyes .care-list .care-item a .care-item-name {
        min-height: 6rem;
    }
}

.pg-medical-eyes .care-list .care-item a .care-item-name img {
    position: relative;
    top: 3px;
    left: 5px;
    display: inline;
    width: 18px;
}

.pg-medical-eyes .care-list .care-item a figure {
    text-align: center;
}

.pg-medical-eyes .care-list .care-item a figure .care-item-image {
    height: 70px;
    object-fit: contain;
}

.pg-medical-eyes .care-list .care-item a .care-item-desc {
    font-size: 12px;
    line-height: 1.5;
}

.pg-medical-eyes .headline-level-3 {
    margin: 4.8rem 0 0 0;
    padding: 2rem;
    background-color: #f8f7f3;
    border-top: 2px solid #e2d7c3;
    border-bottom: 2px solid #e2d7c3;
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
}

.pg-medical-eyes .description-list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin: 2.4rem 0 0 0;
    padding: 4rem;
    border: 1px solid #ccc4b7;
    background-color: #fcfbf9;
}

.pg-medical-eyes .description-list.--qa dt {
    line-height: 1.75;
}

.pg-medical-eyes .description-list.--qa dt::before {
    content: "Q";
    margin-right: 1rem;
    font-weight: 500;
    font-family: Century, "Yu Mincho", serif;
    color: #3b88da;
}

.pg-medical-eyes .description-list.--qa dd::before {
    content: "A";
    margin-right: 1rem;
    font-size: 1.8rem;
    font-family: Century, "Yu Mincho", serif;
    color: #c17b0c;
}

.pg-medical-eyes .description-list dt {
    margin: 0 0 2rem 0;
    padding: 1rem 0;
    border-bottom: 1px solid #d6a75f;
    color: #c17b0c;
    font-family: Century, "Yu Mincho", serif;
    font-size: 1.8rem;
    font-weight: 700;
}

.pg-medical-eyes .description-list dd {
    line-height: 1.75;
}

.pg-medical-eyes .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6rem 4rem;
    margin: 2.4rem 0 0 0;
}

@media (max-width: 767px) {
    .pg-medical-eyes .list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.pg-medical-eyes .list h4 {
    font-size: 2.4rem;
    font-weight: 700;
}

.pg-medical-eyes .list .sub-heading {
    margin: 0.8rem 0 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
}

.pg-medical-eyes .list figure img {
    margin: 0;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.pg-medical-eyes .list .contents-paragraph {
    margin: 1.6rem 0 0 0;
    padding: 1.6rem;
    border: 1px solid #ccc4b7;
    background-color: #fcfbf9;
    line-height: 1.75;
}

.pg-medical-eyes .list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.2rem auto 0;
    padding: 1.2rem 2.4rem;
    width: max-content;
    background-color: #533b0f;
    color: #fff;
    font-size: 1.6rem;
    font-family: Century, "Yu Mincho", serif;
    letter-spacing: 0.2em;
    line-height: 1.2;
}

.pg-medical-eyes .list a::after {
    content: "";
    position: absolute;
    background: url('/import/tenant_1/162.43.45.192/html/images/common/icon/ico-triangle-white.webp') no-repeat;
    bottom: 3px;
    right: 3px;
    width: 1rem;
    height: 1rem;
}

.pg-medical-eyes .author {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2.4rem 0 0 0;
}

.pg-medical-eyes .author .author-profile {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

.pg-medical-eyes .author .author-profile figure {
    width: 100px;
    height: 100px;
}

figcaption {
    text-align: center;
    font-family: serif;
    font-size: 2rem;
    margin: 1em 0 .5em;
}

.ex-price {
    margin: 1em auto;
    text-align: right;
}

.ex-price span {
    color: #f53f3f;
    font-family: serif;
    font-size: 2rem;
}

.arw {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 70px solid transparent;
    border-left: 70px solid transparent;
    border-top: 30px solid #533b0f;
    border-bottom: 0;
    margin: .5em auto 0;
}

@media (max-width: 767px) {
    .pg-medical-eyes .author .author-profile figure {
        flex: 0 0 auto;
    }
}

.pg-medical-eyes .author .author-profile figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.pg-medical-eyes .author .author-profile .author-contents {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pg-medical-eyes .author .author-profile .author-contents p {
    line-height: 1.4;
}

.pg-medical-eyes .author .author-profile .author-contents .author-name {
    font-size: 2rem;
    font-weight: 700;
}

.pg-medical-eyes .author .author-career h4,
.pg-medical-eyes .author .author-comment h4 {
    position: relative;
    margin-bottom: 2rem;
    padding: 1.6rem 0;
    background-color: rgba(0, 0, 0, 0);
    border-top: none;
    border-bottom: 1px solid #e8e5e0;
    font-size: 2rem;
    font-family: Century, "Yu Mincho", serif;
    letter-spacing: 4px;
    line-height: 2.4rem;
}

.pg-medical-eyes .author .author-career h4::after,
.pg-medical-eyes .author .author-comment h4::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: calc(100% - 4px);
    border-bottom: 1px solid #e8e5e0;
}

.pg-medical-eyes .author .author-career ol,
.pg-medical-eyes .author .author-comment ol {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pg-medical-eyes .author .author-career ol li,
.pg-medical-eyes .author .author-comment ol li {
    line-height: 1.75;
}

.pg-medical-eyes .author .author-career p,
.pg-medical-eyes .author .author-comment p {
    line-height: 1.75;
}
