/* 大枠*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0400;700&amp;display=swap');

.bookmark .wrap {
    padding-top: 0!important;
}

.headline--01 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
}

.mail-background {
    background-color: rgba(239, 241, 245, 1);
    height: 440px;
    width: 100%;
    z-index: -10;
}

.mail-title {
    font-family: 'adobe-garamond-pro', serif;
    font-size: 60px;
    line-height: 56px;
    font-weight: 600;
    height: 440px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.form-header {
    display: flex;
}

.grey_box {
    background-color: rgba(245, 245, 245, 1);
    margin-top: 90px;
    padding: 40px;
    border-top: 2px solid rgba(0, 35, 104, 1);
    border-bottom: 2px solid rgba(0, 35, 104, 1);
}

.grey_box:last-child {
    margin-bottom: 36px;
}

.grey_box .section-title {
    font-family: "adobe-garamond-pro",serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.grey_box .section-title::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 2px;
    background-color: rgba(0, 35, 104, 1);
    margin-bottom: 16px;
    transform: translateY(-18px);
}

.grey_box .title {
    background-color: rgba(245, 245, 245, 1);
    font-family: "jost", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    display: block;
    padding-bottom: 21px;
}

.box {
    background-color: rgba(245, 245, 245, 1);
    display: flex;
    padding: 10px;
}

.pc_hid {
    display: none!important;
}

.placeholder {
    top: 58px;
}

.modal-icon {
    border: 1px solid rgba(239, 241, 245, 1);
    width: 22px;
    height: 22px;
    background: rgba(239, 241, 245, 1);
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: rgba(28, 27, 31, 1);
    border-radius: 22px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.modal-icon:hover {
    background-color: #13b0ea;
}

@media screen and (max-width: 860px) {
    .mail-background {
        height: 240px;
    }

    .mail-title {
        font-size: 38px;
        line-height: 38px;
        height: 240px;
        padding-top: 20px;
    }

    .grey_box {
        margin-top: 32px;
        padding: 30px 20px;
    }

    .grey_box:last-child {
        margin-bottom: 22px;
    }

    .grey_box .section-title {
        font-family: "adobe-garamond-pro", serif;
        font-weight: 600;
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .grey_box .section-title::before {
        content: "";
        position: absolute;
        width: 32px;
        height: 2px;
        background-color: rgba(0, 35, 104, 1);
        margin-bottom: 16px;
        transform: translateY(-12px);
    }

    .box {
        padding: 0;
    }

    .grey_box .title {
        padding-bottom: 14px;
    }

    .grey_box  .box .title {
        padding-bottom: 29px;
    }

    .grey_box .headline--04 {
        font-size: 16px;
    }

    .pc_hid {
        display: block!important;
    }

    .sp_hid {
        display: none!important;
    }

    .input {
        font-size: 10px;
    }

    .placeholder {
        top: 52px;
    }

    .modal-icon {
        display: none;
    }

    .div-sp {
        display: flex;
    }
}

/* E-NEWSLETTER */

.eNewsletter__column {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    margin-bottom: 47px;
    flex-flow: column;
}

.column__figure {
    text-align: left;
    width: 21%;
}

.column__item {
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
    display: flex;
    margin-bottom: 0;
    border: 1px solid rgba(216, 216, 216, 1);
    padding: 24px 0 24px 24px;
    gap: 24px;
    overflow: hidden;
}

.formCheck {
    width: 50%;
    display: flex;
    align-items: center;
}

label {
    font-size: 15px;
    padding-left: 0;
}

.category-title {
    font-size: 22px;
    line-height: 25px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 0 11px 20px 0;
}

.property_alerts__column .category-title {
    padding: 0 0 10px 0;
}

.category-detail {
    font-size: 16px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 25px;
    list-style-type: disc;
    margin-left: 7%;
    width: 100%;
}

label > a > i {
    font-size: 20px;
}

.column__item:last-child {
    border-top:none;
}

.eNewsletter__column .all-column__item > ul {
    margin-left: 20px;
    list-style: none;
}

.eNewsletter__column .all-column__item > ul > li:before {
    content: '・';
    position: relative;
    display: block;
    height: 4px;
    top: 5px;
    right: 15px;
}

.inputCheck + label {
    display: block;
}

.inputCheck--check + label:before {
    margin-top: 3.5px;
}

.inputCheck--check + label:after {
    margin-top: 3.5px;
}

.formCheck__list {
    overflow: initial;
    margin-left: auto;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: -44px;
    margin-bottom: -23px;
    border-left: 1px solid rgba(216, 216, 216, 1);
    padding-left: 16px;
    padding-right: 8px;
}

.formEmailArea {
    position: relative;
    display: flex;
    flex-direction: column;
}

.formEmail {
    display: inline-block;
    text-align: left;
}

.formEmail > p {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 10px;
    font-family: Helvetica, Arial, sans-serif;
}

.formEmail > p a {
    text-decoration: none;
}

.formEmailArea .formBtn {
    margin-bottom: 0 !important;
}

.formBtn.is_disable .obj_primary {
    display: none;
}

.formBtn.is_primary .obj_primary {
    display: block;
}

.formBtn.is_primary .obj_disable {
    display: none;
}

.active {
    display: block;
}

.INACTIVE {
    display: none;
}

@media screen and (max-width: 860px) {
    .formCheck__list {
        position: absolute;
        border: none;
        margin-top: 0;
        margin-bottom: 0;
        right: 8%;
    }

    .category-title {
        font-size: 16px;
        line-height: 18px;
        padding: 0 0 20px 0;
    }

    .category-detail {
        font-size: 14px;
        font-family: Helvetica, Arial, sans-serif;
        line-height: 18px;
        margin-left: 17%;
    }

    .column__item {
        margin-left: 0;
        padding: 16px 0 16px 16px;
        gap: 14px;
    }

    .property_alerts__column .column__item {
        border-bottom: none;
    }

    .column__figure {
        width: 30%;
    }

    .eNewsletter__column {
        margin-bottom: 30px;
    }

    .formEmailArea {
        margin-right: 0;
        margin-left: 0;
        display: block;
    }

    .formEmail {
        max-width: 100%;
    }

    .formEmail > p {
        font-size: 14px;
        margin-top: 18px;
    }

    .formEmailArea .formBtn {
        margin-top: 20px;
        display: block;
    }
    .formBtn.is_disable {
        padding: 0;

    }
    .formBtn.is_disable .obj_disable {
        margin: 0 auto;
        width: 280px;
    }
    .formBtn.is_disable .obj_primary {
        display: none;
        margin: 0 auto;
        width: 280px;
    }
}

/* PROPERTY ALERTS */

.property_alerts__column {
    flex-direction: column;
    background-color: #FFFFFF;
    margin-bottom: 0;
}

.property_alerts__column .first__item {
    display: flex;
    gap: 24px;
    align-items: center;
}

.property_alerts__column a {
    font-size: 16px;
    text-decoration: unset;
    font-weight: 500;
    font-family: "jost", serif;
    display: flex;
    border: 1px solid rgba(216, 216, 216, 1);
    height: 48px;
    width: 212px;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.property_alerts__column .formCheck__list {
    padding-right: 5%;
    padding-left: 5%;
}

.property_alerts__column .first__item > a {
    font-family: Lato;
    font-weight: 800;
}

.property_alerts__column .others__item {
    padding: 24px;
}

.property_alerts__column .others__item > a {
    font-family: Lato;
    font-weight: 800;
}

.property_alerts__column .link {
    margin-top: 20px;
}

.property_alerts__column figcaption {
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
}

.Alerts-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.link--default:before{
    display: none;
}

.others__item-2 .link--default:before {
    top: 20%;
}

.alerts-explain {
    overflow: hidden;
    margin-top: 20px;
    display: flex;
}

.alerts-explain__text {
    overflow: hidden;
    max-width: 60%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.alerts-explain__figure {
    vertical-align: top;
    float: right;
    margin-right: 10px;
}

.link--default .icon {
    margin-left: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
}

@media screen and (max-width: 860px) {
    .property_alerts__column {
        position: relative;
        border-bottom: 1px solid rgba(216, 216, 216, 1);
    }

    .property_alerts__column .register {
        position: initial;
        margin-right: initial;
        margin-left: initial;
        border-right: 1px solid rgba(216, 216, 216, 1);
        border-left: 1px solid rgba(216, 216, 216, 1);
    }

    .property_alerts__column .register::before {
        content: "";
        position: absolute;
        width: 90%;
        height: 1px;
        background-color: rgba(216, 216, 216, 1);
        transform: translateY(-28px);
    }

    .property_alerts__column .register.pc_hid {
        display: flex !important;
        align-items: center;
        padding-bottom: 0;
    }

    .property_alerts__column a {
        width: 138px;
        height: 40px;
        margin-top: 33px!important;
        margin-bottom: 16px;
    }

    .property_alerts__column .icon {
        position: absolute;
        right: 10px;
        top: 12px;
    }

    .property_alerts__column .first__item img {
        width: 332px;
    }

    .property_alerts__column .others__item {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 30PX;
    }

    .property_alerts__column .others__item img {
        width: 332px;
    }

    .others__item-2 .link--default:before {
        top: 42%;
    }

    .alerts-explain {
        margin-top: 20px;
        display: block;
    }

    .alerts-explain__text {
        max-width: 100%;
    }

    .alerts-explain__figure {
        margin-top: 20px;
        margin-bottom: 20px;
        float: initial;
    }

    .alerts-explain__figure .sp {
        width: 100%;
    }
}

.formError {
    display: none;
    margin-top: 0;
}

.inputCheck--check__none + label:before {
    border: 1px solid #d00058;
}

.input__none {
    border: 1px solid #d00058;
}

input:not([value=""]) + div.email_holder.placeholder {
    display: none;
}
