@charset "UTF-8";

.breadcrumbs {
    font-size: 0;
    height: 39px;
    line-height: 17px;
    padding-top: 11px;
    padding-left: 16px;
    box-sizing: border-box;
}

.breadcrumbs>a,
.breadcrumbs>p {
    display: inline-block;
    font-size: 1.1rem;
    position: relative;
    margin-right: 16px;
}

.breadcrumbs>p::after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #000;
    left: -10px;
    top: 6px;
    bottom: 0;
    transform: rotate(45deg);
}

.breadcrumbs>p::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #000;
    left: -10px;
    top: 9px;
    bottom: 0;
    transform: rotate(-045deg);
}

.pgtop {
    background-color: #F9FCFE;
}

.pgtop-img {
    font-size: 0;
}

.pgtop-catch-01 {
    margin-top: 40px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

.pgtop-catch-02 {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 26px;
    padding-bottom: 14px;
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    background-color: #fff;
}

.pgtop-p {
    padding: 0 16px;
    font-size: 1.5rem;
    line-height: 1.7;
}

.pg-cont-wrapper {
    padding: 0 16px;
    background-color: #F9FCFE;
}

.ppg-cont-hd {
    padding-left: 16px;
    border-left: 1px solid #000;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.4px;
    margin-bottom: 24px;
}

.pg-insert-img {
    margin-bottom: 24px;
}

.pg-cont {
    padding-top: 80px;
}

.pg-pr {
    margin-top: 80px;
}

.pgpr-img {
    width: 208px;
    margin: auto;
}

.pgpr-name {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
}

.pgpr-name span {
    font-size: 1.7rem;
    line-height: 1.8;
}

.pgpr-p {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: -0.45px;
    padding-bottom: 40px;
}

@media screen and (max-width:375px) {
    .pgtop-catch-02 {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 2rem;
    }
}