@charset "utf-8";

.page-priv-layout-01 {
    margin: 60px auto 0;
    width: 950px;
    padding: 75px 0 0;
    border-top: 1px #C3CCD8 solid;
}

.page-priv-layout-01-title {
    text-align: center;
    font-size: 1.75em;
    line-height: 38px;
    font-weight: 600;
}

.page-priv-layout-01-box {
    margin: 55px auto 0;
    width: 786px;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 56px 48px 50px;
    display: flex;
}

.page-priv-layout-01-label {
    border: 6px #ECF0F4 solid;
    border-radius: 30px;
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 51px;
    line-height: 26px;
    font-size: 1.25em;
    font-weight: 600;
    white-space: nowrap;
    background-color: #fff;
}

.page-priv-layout-01-item {
    width: calc(50% - 34px);
    margin: 0 17px;
    border-radius: 40px;
    background-color: #ECF0F4;
}

.page-priv-layout-01-image {
    padding: 23px 24px;
}

.page-priv-layout-01-name {
    position: relative;
    padding: 27px 30px;
    text-align: center;
    font-weight: 600;
    font-size: 1.12em;
    line-height: 34px;
}

.page-priv-layout-01-name:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    height: 1px;
    background-color: #fff;
}



