@charset "utf-8";

/* common削除記述 */
.cmnPageTit.hasDots::after {
    display: none;
}

/* secStep */
/* -----共通----- */
.secStep {
    margin-top: 0;
}
.secStep .stepHeader {
    height: 8rem;
    background:  var(--bgColor);
    padding: 1.9rem 0;
    display: flex;
    align-items: center;
}
.secStep .stepLabel {
    display: inline-block;
    background-color: var(--redColor);
    color: #fff;
    font-size: var(--pcFontSize18);
    text-align: center;
    width: 10rem;
    height: 4.2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 1.1rem 0;
}
.secStep .stepLabel .num {
    font-size: var(--pcFontSize22);
    margin-left: 0.5rem;
}
.secStep .stepLabel::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.1rem 0 2.1rem 1.1rem;
    border-color: transparent transparent transparent #d33247;
}

.secStep .stepInstruction {
    font-size: var(--pcFontSize20);
    font-weight: bold;
    margin-left: 3rem;
    flex: 1;
}
@media only screen and (max-width:1215px) {
    .secStep {
        margin-top: 0;
    }
    .secStep .stepLabel {
        font-size: var(--spFontSize11);
        width: 4.2rem;
        height: 4.2rem;
        position: relative;
        border-radius: 50%;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .secStep .stepLabel::after {
        display: none;
    }
    .secStep .stepLabel .num {
        font-size: var(--spFontSize14);
        margin-left: 0;
    }
    .secStep .stepInstruction {
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_30);
        margin-left: 1rem;
    }
    .secStep .stepHeader {
        height: 7.2rem;
        padding: 1.5rem;
    }
}
/* -----共通ここまで----- */

.secStep .selectionContainer {
    display: flex;
    gap: 4rem;
    margin-top: 3rem;
}

.secStep .selectionItem {
    flex: 1;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
}

/* .secStep .selectionImage {
    width: 100%;
    height: auto;
    display: block;
} */

.secStep .selectionText {
    font-size: var(--pcFontSize17);
    font-weight: bold;
    margin-left: 2.2rem;
    text-align: left;
    line-height: 1.53;
}

.secStep .selectionContainer .boxImg {
    width: 14rem;
    height: 0;
    padding-top: 45.25%;
}

@media only screen and (max-width:1215px) {
    .secStep .selectionContainer {
        display: flex;
        gap: 1rem;
        margin-top: 1.5rem;
        flex-direction: column;
    }
    .secStep .selectionContainer .boxImg {
        width: 25.95%;
        padding-top: 19.826%;
    }
    .secStep .selectionText {
        font-size: var(--spFontSize13);
        margin-left: 1rem;
    }
    .secStep .selectionItem {
        box-shadow: inset 0px -2px 0px 1px rgba(0, 0, 0, 0.07);
        border: 1px solid #e1e4e5;
    }
}

/* secProperty */

.secProperty {
    text-align: center;
    margin-top: 7rem;
    padding: 7rem 0;
}

.secProperty.lazyloaded {
    background: url(../img/search/bgProperty.jpg)center top / cover no-repeat;
}

.secProperty .propertyHeader {
    background-color: var(--orangeColor);
    display: inline-block;
    padding: 2.8rem 1rem;
    color: #fff;
    width: 100%;
    position: relative;
}

.secProperty .propertyHeader .propertyNotice {
    position: absolute;
    top: -2.7rem;
    left: calc(50% - 4.5rem);
}

.secProperty .propertyHeader .propertyTitle {
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_100);
    font-weight: bold;
}

.secProperty .propertyGrid {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    margin: 0.2rem 0;
}

.secProperty .propertyItem {
    background-color: #fff;
    width: 33.3%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 2rem 0 3rem;
}

.secProperty .titProperty {
    font-size: var(--pcFontSize16);
    font-weight: bold;
    margin-top: 0.5rem;
}

.secProperty .propertyType {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-direction: column;
}

.secProperty .txtUnder {
    margin-top: 1.6rem;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_50);
}
.secProperty .txtUnder .new{
    margin-right: 0.5rem;
}

.secProperty .propertyCount {
    display: flex;
    align-items: center;
    justify-content: center;
}

.secProperty .publicCount {
    background: var(--orangeColor);
    font-weight: bold;
    width: 4.2rem;
    height: 2.6rem;
    font-size: var(--pcFontSize14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.secProperty .countNumber {
    font-size: var(--pcFontSize16);
    font-weight: bold;
    margin-left: 1rem;
}

.secProperty .membershipSection {
    margin-top: 2.6rem;
}

.secProperty .membershipNotice {
    font-size: var(--pcFontSize20);
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.8;
    text-shadow:
        -1px -1px 0 #fff,
        /* 左上 */
        1px -1px 0 #fff,
        /* 右上 */
        -1px 1px 0 #fff,
        /* 左下 */
        1px 1px 0 #fff;
    /* 右下 */
}

.secProperty .membershipButton {
    width: 60rem;
    height: 8rem;
    font-size: var(--pcFontSize20);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.5rem auto 0;
    position: relative;
}
.secProperty .membershipButton:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 6.6rem;
    background: url(../img/search/imgTarent.png)center top / cover no-repeat;
    width: 7.2rem;
    height: 10.1rem;
}

.secProperty .existingMemberButton {
    width: 40rem;
    height: 6.5rem;
    font-size: var(--pcFontSize15);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto 0;
}

@media only screen and (max-width:1215px) {
    .secProperty {
        margin-top: 4rem;
        padding: 5.9rem 0 3.9rem;
    }
    .secProperty.lazyloaded {
        background: url(../img/search/bgProperty_sp.jpg) center top / cover no-repeat;
    }
    .secProperty .propertyHeader .propertyTitle {
        font-size: var(--spFontSize15);
    }
    .secProperty .propertyHeader {
        padding: 1.5rem 0;
    }
    .secProperty .propertyHeader .propertyNotice {
        top: -1.8rem;
        left: calc(50% - 3.25rem);
        width: 6.5rem;
    }
    .secProperty .propertyItem {
        width: 33.3%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 2rem 0 2.4rem;
    }
    .secProperty .propertyItem:nth-child(1) .imgIcon {
        width: 2.1rem;
    }
    .secProperty .propertyItem:nth-child(2) .imgIcon {
        width: 1.8rem;
    }
    .secProperty .propertyItem:nth-child(3) .imgIcon {
        width: 2.1rem;
    }
    .secProperty .titProperty {
        font-size: var(--spFontSize12);
        margin-top: 0.5rem;
        line-height: 1.333;
        min-height: 3.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .secProperty .propertyCount {
        flex-direction: column;
    }
    .secProperty .publicCount {
        width: 6.5rem;
        height: 1.8rem;
        font-size: var(--spFontSize11);
    }
    .secProperty .countNumber {
        font-size: var(--spFontSize13);
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 0.5rem;
        margin-left: 0;
    }
    .secProperty .txtUnder {
        margin-top: 1rem;
        font-size: var(--spFontSize11);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0.5rem;
    }
    .secProperty .txtUnder .new {
        margin-right: 0;
    }
    .secProperty .propertyType {
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .secProperty .membershipNotice {
        font-size: var(--spFontSize13);
        line-height: 1.85;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
    .secProperty .membershipButton {
        width: 100%;
        height: 6.0rem;
        font-size: var(--spFontSize16);
        margin: 1.6rem auto 0;
    }
    .secProperty .existingMemberButton {
        width: 71.015%;
        height: 5rem;
        font-size: var(--spFontSize12);
        margin: 0.9rem auto 0;
    }
    .secProperty .membershipButton:before {
        left: 3.2rem;
        background: url(../img/search/imgTarent_sp.png) center top / cover no-repeat;
        width: 4.4rem;
        height: 6.3rem;
    }
    .secProperty .membershipSection {
        margin-top: 1.3rem;
    }
}