@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secCmntitle {
    background: url(../img/preceding/imgTitle.jpg) center top no-repeat;
}

@media only screen and (max-width:767px){
    .secCmntitle {
        background: url(../img/preceding/imgTitleSp.jpg) center top / cover no-repeat;
    }
}
/*-----------------------------------------------
    secPreceding
-----------------------------------------------*/
/* secPreceding */
.advanceTop{
    padding-top: 80px;
}
.advanceTop .titAdvance{
    font-size: 36px;
    text-align: center;
    letter-spacing: 4px;
}
.advanceTop .titAdvance .dod{
    position: relative;
}
.advanceTop .titAdvance .dod:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fac500;
    border-radius: 50%;
    top: -6px;
    left: 40%;
    transform: translateY(-50%);
}
.advanceTop .txtAdvance{
    font-size: 16px;
    text-align: center;
    line-height: 2.375;
    margin-top: 29px;
}
.advanceTop .txtSubAdvance{
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.5px;
    color: #ac0008;
}
.secPreceding .boxTab{
    background: #f2f4f5;
    padding: 60px 0;
    margin-top: 60px;
}
.secPreceding .listTab{
    display: flex;
    flex-wrap: wrap;
}
.secPreceding .item{
    width: 12.958%;
    height: auto;
    margin-right: 1.54%;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #001b3f;
}
.secPreceding .item.on{
    background: #001b3f;
}
.secPreceding .item .itemLink{
    color: #001b3f;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}
.secPreceding .item.on .itemLink{
    color: #fff;
}
.secPreceding .item:nth-child(7n){
    margin-right: 0;
}
.secPreceding .item:nth-child(n+8){
    margin-top: 22px;
}
.secPreceding .secResult{
    margin-top: 60px;
}
.secPreceding .secTag .topWrapper {
    padding: 25px 0;
    border-top: 1px solid #ebeced;
    border-bottom: 1px solid #ebeced;
}
.secPreceding .secTag .wrapperTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secPreceding .secTag .txtCon {
    display: flex;
    align-items: flex-end;
}
.secPreceding .secTag .tabTit {
    font-size: var(--pcFontSize16);
    position: relative;
    letter-spacing: 0.5px;
}
.secPreceding .secTag .span40 {
    font-size: var(--pcFontSize40);
    padding-left: 1px;
    padding-right: 3px;
    font-weight: bold;
}
.secPreceding .secTag .tabSubTit {
    font-size: var(--pcFontSize14);
    position: relative;
    letter-spacing: 0.5px;
    margin-left: 17px;
    padding-bottom: 6px;
}
.secPreceding .secTag .tabSubTit .colorRed {
    color: #ac0008;
    margin-left: 10px;
}
.secPreceding .aMemberBtn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    background-color: #ac0008;
    width: 190px;
    height: 60px;
    border-radius: 4px;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_1);
}
.secPreceding .aMemberBtn::before {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 1px;
    left: 0;
    right: 0;
    width: calc(100% - 2px);
    height: calc(50% - 1px);
    background-color: rgba(255, 255, 255, .1);
    border-radius: 4px 4px 0 0;
}
.secGuest .guestRight{
    display: flex;
    align-items: center;
}
.secGuest .guestRight .boxUnder{
    display: flex;
    align-items: center;
}
.secPreceding .abunjyoBtn {
    width: 195px;
    height: 60px;
    border-radius: 4px;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_1);
    background: none;
    border: 1px solid #002d56;
    color: #001b3f;
    padding-left: 40px;
    margin-right: 10px;
}
.secPreceding.lazyloaded .abunjyoBtn:before{
    content: '';
    position: absolute;
    left: 35px;
    top: calc(50% - 16px);
    background: url(../img/estate/iconBunjyou.png) center top / cover no-repeat;
    width: 40px;
    height: 31px;
    margin: 0;
}
.secPreceding .akengakuBtn {
    width: 266px;
    height: 60px;
    border-radius: 4px;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_1);
    background: none;
    border: 1px solid #002d56;
    color: #001b3f;
    padding-left: 40px;
    margin-right: 10px;
}
.secPreceding.lazyloaded .akengakuBtn:before{
    content: '';
    position: absolute;
    left: 35px;
    top: calc(50% - 16px);
    background: url(../img/estate/iconkengaku.png) center top / cover no-repeat;
    width: 38px;
    height: 32px;
    margin: 0;
}
.secPreceding .boxEstate .listEstate{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 147px;
}
.secPreceding .boxEstate .estateItem{
    position: relative;
    border:1px solid #001b3f;
    background: #fff;
    border-radius: 3px;
    margin-right: 2.818%;
    width: 48.59%;
}
.secPreceding .boxEstate .estateItem:nth-child(2n){
    margin-right: 0;
}
.secPreceding .boxEstate .estateItem:nth-child(n+3){
    margin-top: 40px;
}
.secPreceding .boxEstate .boxInner{
    padding: 45px 30px 30px 70px;
    display: block;
    width: 100%;
    height: 100%;
}
.secPreceding .boxEstate .estateItem:before{
    content: '';
    background: url(../img/preceding/bgEstate.gif)center top ;
    width: 100%;
    height: 100%;
    border: 1px solid #001b3f;
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    border-radius: 3px;
}
.secPreceding .estateItem .bgYellow{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 50px;
    height: 100%;
    border-radius: 3px 0 0 3px;
    background: #fff;
    border-right: 1px solid #001b3f;
    align-items: center;
    justify-content: center;
}
.secPreceding .estateItem.checked .bgYellow{
    background: #fac500;
}
.secPreceding .estateItem .selectItem{
    height: 26px;
    width: 26px;
    /* visibility: hidden; */
    position: absolute;
}
.secPreceding .estateItem .selectItem:before{
    content: '';
    height: 26px;
    width: 26px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #001b3f;
}
.secPreceding .estateItem.checked .selectItem:before{
    border: none;
}
.secPreceding .boxEstate .selectItem:checked:before{
    background: url(../img/common/iconCheckbox.gif) center center / 12px auto no-repeat #fff;
}
.secPreceding .boxEstate .tit{
    font-size: 18px;
    letter-spacing: 0.5px;
    display: block;
    line-height: 1.2;
}
.secPreceding .boxEstate .txt{
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1.833;
    display: block;
    margin-top: 15px;
}
.secPreceding .boxEstate .boxFlex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5px;
}
.secPreceding .boxEstate .boxFlex:has(.tagList){
    justify-content: space-between;
}
.secPreceding .boxEstate .tagList{
    display: flex;
}
.secPreceding .boxEstate .txtTag{
    font-size: 10px;
    min-height: 26px;
    padding: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
}
.secPreceding .txtTag.tag01{
    background-color: #6fa2cc;
}
.secPreceding .txtTag.tag02{
    background-color: #7dc689;
}
.secPreceding .txtTag.tag03{
    background-color: #b8a973;
}
.secPreceding .txtTag.tag04{
    background-color: #c5a9d6;
}
.secPreceding .estateItem .btn{
    width: 190px;
    height: 44px;
    border-radius: 50px;
    background: #001b3f;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.secPreceding .estateItem .select{
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #fff;
}
.secPreceding .estateItem.checked .btn{
    background: #fac500;
    pointer-events: all;
}
.secPreceding .estateItem.checked .select{
    color: #001b3f;
}
.secPreceding .iconNew{
    width: 44px;
    height: 25px;
    background: #fac500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 0 0;
}

/* 会員限定 */
.secPreceding .boxEstate .estateItem.boxMember{
    background: #fff5f5;
}
.secPreceding .estateItem.boxMember .bgYellow{
    display: none;
}
.secPreceding .estateItem.boxMember .boxInner {
    padding: 45px 30px 30px 30px;
}
.secPreceding .estateItem.boxMember .aMemberBtn {
    height: 44px;
    margin: 20px 0;
}
.secPreceding .estateItem.boxMember .boxLogin {
    display: flex;
    align-items: center;
}
.secPreceding .estateItem.boxMember .txtLogin {
    font-size: 11px;
    margin-left: 15px;
}
.secPreceding .estateItem.boxMember .linkLogin {
    color: #146add;
    text-decoration: underline;
}
.secPreceding .estateItem.boxMember .boxFlex{
    margin-top: 0px;
}

/* seckengakuBnr */
.seckengakuBnr{
    background: #f2f4f5;
    padding: 100px 0 150px;
}
.seckengakuBnr .linkKengaku{
    display: block;
}

@media only screen and (max-width:767px){
    .advanceTop {
        padding-top: 30px;
    }
    .advanceTop .titAdvance .dod:before {
        width: 4px;
        height: 4px;
        background: #fac500;
        border-radius: 50%;
        top: -4px;
        left: 40%;
        transform: translateY(-50%);
    }
    .advanceTop .titAdvance {
        font-size: 16px;
        letter-spacing: 0px;
    }
    .advanceTop .txtAdvance {
        font-size: 12px;
        line-height: 2;
        margin-top: 15px;
        text-align: left;
    }
    .advanceTop .txtSubAdvance {
        font-size: 11px;
        text-align: left;
        margin-top: 10px;
        letter-spacing: 0px;
    }
    .secPreceding .secResult {
        margin-top: 30px;
    }
    .secPreceding .item {
        width: 31.595%;
        height: auto;
        margin-right: 2.61%;
    }
    .secPreceding .item:nth-child(7n) {
        margin-right: 2.4%;
    }
    .secPreceding .item:nth-child(3n) {
        margin-right: 0;
    }
    .secPreceding .item:nth-child(n+4) {
        margin-top: 9px;
    }
    .secPreceding .item .itemLink {
        font-size: 12px;
        padding: 13px 10px;
    }
    .secPreceding .boxTab {
        padding: 30px 0;
        margin-top: 30px;
    }
    .secPreceding .secTag .wrapperTop {
        display: block;
    }
    .secPreceding .secTag .tabTit {
        font-size: var(--spFontSize13);
        letter-spacing: 0px;
    }
    .secPreceding .secTag .span40 {
        font-size: var(--spFontSize26);
        padding-left: 1px;
        padding-right: 3px;
    }
    .secPreceding .secTag .txtCon {
        display: block;
        border-bottom: 1px solid #ebeced;
        padding-bottom: 20px;
    }
    .secPreceding .secTag .tabSubTit {
        font-size: var(--spFontSize12);
        position: relative;
        letter-spacing: 0;
        margin-top: 6px;
        margin-left: 0;
        padding-bottom: 0px;
    }
    .secPreceding .secTag .topWrapper {
        padding: 20px 0;
        border-top: 1px solid #ebeced;
        border-bottom: unset;
    }
    .secPreceding .aMemberBtn {
        width: 265px;
        height: 50px;
        margin-top: 20px;
        font-size: var(--spFontSize13);
        letter-spacing: 0
    }
    .secPreceding .estateItem .bgYellow {
        position: static;
        display: block;
        width: auto;
        height: auto;
        border-radius: unset;
        border-right: 1px solid #001b3f;
    }
    .secPreceding .boxEstate .listEstate {
        display: block;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .secPreceding .boxEstate .estateItem {
        border: unset;
        border-radius: unset;
        margin-right: 0;
        width: 100%;
        border-top: 1px solid #001b3f;
    }
    .secPreceding .boxEstate .boxInner {
        padding: 30px 0 20px;
        /* padding: 30px 0 40px; */
        display: block;
        width: 92%;
        margin: 0 auto;
        height: 100%;
    }
    /* .secPreceding .boxEstate .spBtn {
        position: absolute;
        bottom: 20px;
        right: 10px;
        z-index: 99;
    } */
    .secPreceding .boxEstate .tit {
        font-size: 14px;
        letter-spacing: 0;
        display: block;
        padding-left: 30px;
    }
    .secPreceding .estateItem .selectItem {
        height: 20px;
        width: 20px;
        margin: 0;
        top: 28px;
    }
    .secPreceding .estateItem .selectItem:before {
        height: 20px;
        width: 20px;
    }
    .secPreceding .iconNew {
        width: 28px;
        height: 15px;
        font-size: 10px;
        border-radius: 0;
    }
    .secPreceding .boxEstate .txt {
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 1.667;
        margin-top: 15px;
    }
    .secPreceding .boxEstate .boxFlex {
        align-items: center;
        margin-top: 5px;
        display: block;
    }
    .secPreceding .boxEstate .txtTag {
        font-size: 10px;
        min-height: 22px;
        padding: 5px;
    }
    .secPreceding .estateItem .btn {
        width: 265px;
        height: 45px;
        border-radius: 50px;
        margin: 20px auto;
        /* right: calc(50% - 132px); */
        position: static;
    }
    .secPreceding .boxEstate .estateItem:before {
        display: none;
    }
    .secPreceding .estateItem.boxMember .boxInner {
        padding: 25px 0;
    }
    .secPreceding .estateItem.boxMember .tit{
        padding-left: 0px;
    }
    .secPreceding .estateItem.boxMember .boxLogin {
        display: block;
        align-items: center;
    }
    .secPreceding .estateItem.boxMember .aMemberBtn {
        height: 44px;
        width: 183px;
        margin: 20px auto 0;
    }
    .secPreceding .estateItem.boxMember .txtLogin {
        font-size: 11px;
        margin-left: 0;
        text-align: center;
        margin-top: 10px;
    }
    .secPreceding .estateItem.boxMember .boxFlex {
        margin-top: 15px;
    }
    .secPreceding .boxEstate .estateItem:nth-child(n+3) {
        margin-top: 0px;
    }
    .secPreceding .boxEstate .estateItem:last-child {
        border-bottom: 1px solid #001b3f;
    }
    .secPreceding .boxEstate .selectItem:checked:before {
        background: url(../img/common/iconCheckbox.gif) center center / 10px auto no-repeat #fac500;;
    }
    .seckengakuBnr {
        background: unset;
        padding: 40px 0 0;
    }
    .seckengakuBnr .linkKengaku {
        display: block;
    }
    .secPreceding .spHide {
        display: none;
    }
    .secPreceding .spBtn .openBtn,
    .secPreceding .spBtn .closeBtn{
        font-size: 10px;
        text-align: right;
        position: relative;
        padding-right: 10px;
        margin-top: 10px;
    }
    .secPreceding .spBtn .closeBtn{
        display: none;
    }
    .secPreceding .spBtn.active .closeBtn{
        display: block;
    }
    .secPreceding .spBtn.active .openBtn{
        display: none;
    }
    .secPreceding .spBtn .openBtn:before,
    .secPreceding .spBtn .closeBtn:after{
        content: "";
        background: #001b3f;
        width: 8px;
        height: 1px;
        position: absolute;
        right: 0px;
        top: calc(50% - 1px);
        display: block;
    }
    .secPreceding .spBtn .openBtn:after{
        content: "";
        background: #001b3f;
        width: 8px;
        height: 1px;
        position: absolute;
        right: 0px;
        top: calc(50% - 1px);
        display: block;
        transform: rotate(90deg);
    }
    /* .secPreceding .boxEstate .tagList {
        padding-bottom: 70px;
    } */
    .secGuest .guestRight{
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        width: 100%;
    }
    .secGuest .boxUnder{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .secPreceding .secGuest .kengakuBtnBox {
        width: calc(50% - 2.5px);
    }
    .secPreceding .secGuest .bunjyoBtnBox {
        width: calc(50% - 2.5px);
    }
    .secPreceding .secGuest .akengakuBtn {
        width:100%;
        height: 70px;
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        padding-left: 0px;
        margin-right: 0px;
        align-items: unset;
        padding-top: 45px;
    }
    .secPreceding.lazyloaded .secGuest .akengakuBtn:before{
        left: calc(50% - 16px);
        top: calc(50% - 24px);
        width: 30px;
        height: 26px;
    }
    .secPreceding .secGuest .abunjyoBtn {
        width:100%;
        height: 70px;
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        padding-left: 0px;
        margin-right: 0px;
        align-items: unset;
        padding-top: 45px;
    }
    .secPreceding.lazyloaded .secGuest .abunjyoBtn:before{
        left: calc(50% - 16px);
        top: calc(50% - 24px);
        width: 34px;
        height: 26px;
    }
}

/*-----------------------------------------------
    secPreceding details
-----------------------------------------------*/
.secPreceding.details .boxEstate .listEstate {
    display: block;
}
.secPreceding.details .boxEstate .estateItem {
    position: relative;
    border: 1px solid #001b3f;
    background: #fff;
    border-radius: 0px;
    margin-right: 0;
    width: 100%;
    border-top: none;
}
.secPreceding.details .boxEstate .estateItem:first-child{
    border-top: 1px solid #001b3f;
}
.secPreceding.details .boxEstate .estateItem:before {
    display: none;
}
.secPreceding.details .boxEstate .boxInner {
    padding: 46px 100px 46px 46px;
}
.secPreceding.details .boxEstate .estateItem:nth-child(n+2) {
    margin-top: 00px;
}
.secPreceding.details .iconNew {
    width: 44px;
    height: 25px;
    background: #fac500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 3px 0 0;
}
.secPreceding.details .btnDelete {
    border-bottom: 1px solid #001b3f;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 37px;
    font-size: 12px;
    color: #001b3f;
    flex-direction: column;
    cursor: pointer;
}
.secPreceding.details .txtDelete {
    margin-top: 5px;
    padding-bottom: 1px;
}
.secPreceding.details .boxEstate .txt {
    margin-top: 13px;
    font-size: 14px;
}
.secPreceding.details .boxEstate .boxFlex {
    margin-top: 16px;
}
.secPreceding.details .boxEstate .txtTag {
    font-size: 12px;
    padding: 9px;
    min-height: 30px;
}
.secPreceding.details .boxEstate .tit {
    font-size: 20px;
    letter-spacing: 0.5px;
}
.secPreceding.details .boxBtn {
    text-align: right;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secPreceding.details .btnSelect {
    font-size: var(--pcFontSize14);
    letter-spacing: 0.5px;
    border-bottom: 1px solid #001b3f;
    display: inline;
}
.secPreceding.details .boxEstate .listEstate {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 30px;
}
.secPreceding.details .boxBtn .txtBoxBtn {
    font-size: 12px;
}
.secPreceding.details .secResult {
    padding-bottom: 100px;
}

@media only screen and (max-width:767px){
    .secPreceding.details .boxEstate .boxInner {
        padding: 30px 0px 56px;
    }
    .secPreceding.details .boxEstate .tit {
        font-size: 14px;
        letter-spacing: 0px;
        padding-left: 0px;
    }
    .secPreceding.details .iconNew {
        width: 28px;
        height: 15px;
        font-size: 10px;
        border-radius: 0;
    }
    .secPreceding.details .boxEstate .txt {
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 1.667;
        margin-top: 8px;
    }
    .secPreceding.details .btnDelete {
        border-bottom: unset;
        display: flex;
        top: unset;
        bottom: 30px;
        transform: unset;
        right: 10px;
        font-size: 10px;
        color: #001b3f;
        flex-direction: row;
    }
    .secPreceding.details .txtDelete {
        margin-top: 0px;
        padding-bottom: 1px;
        border-bottom: 1px solid #001b3f;
    }
    .secPreceding.details .imgDelete {
        width: 11px;
        margin-right: 4px;
    }
    .secPreceding.details .boxEstate .txtTag {
        font-size: 10px;
        min-height: 22px;
        padding: 5px 8px;
    }
    .secPreceding.details .boxEstate .listEstate {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .secPreceding.details .boxEstate .boxFlex {
        margin-top: 11px;
    }
    .secPreceding.details .boxBtn {
        text-align: center;
        margin-top: 30px;
        flex-direction: column-reverse;
    }
    .secPreceding.details .boxBtn .txtBoxBtn {
        font-size: 10px;
        margin-top: 10px;
        line-height: 1.8;
    }
    .secPreceding.details .btnSelect {
        font-size: var(--spFontSize12);
        letter-spacing: 0px;
    }
    .secPreceding.details .secResult {
        padding-bottom: 75px;
    }
}

/* 一つ以上選択したら出てくるバナー */
.estateListBox{
    background-color: rgba(0, 0, 0, 0.851);
    height: 90px;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
}
.estateListBox .boxInner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.estateListBox .bnrTxt{
    color: #fff;
    font-size: 18px;
}
.estateListBox .estateLink{
    width: 300px;
    height: 54px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fac500;
    color: #001b3f;
    font-size: 14px;
}
.isTablet .estateListBox .estateLink{
    font-size: 12px;
}

@media only screen and (max-width:767px){
    .estateListBox .bnrTxt {
        font-size: 13px;
    }
    .estateListBox .estateLink {
        width: 70.67%;
        height: 40px;
        font-size: 13px;
        margin-top: 15px;
    }
    .estateListBox .boxInner {
        flex-direction: column;
    }
    .estateListBox {
        height: 110px;
    }
}
@media only screen and (max-width:360px){
    .estateListBox .estateLink {
        font-size: 12px;
    }
}

.secFormTable .checkList {
    width: calc(100% - 41px);
    max-height: 230px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}
.secFormTable .checkList .checkItem{
    width: 220px;
}
.secFormTable .checkList .checkItem:nth-child(7) {
    margin-top: 0px;
}
.secFormTable .checkItem.txtLast {
    margin-top: 11px;
}
@media only screen and (max-width:767px){
    .secFormTable .checkList.spWrap {
        display: flex;
        flex-wrap: wrap;
    }
    .secFormTable .checkList {
        width: 100%;
        max-height: 190px;
    }
    .secFormTable .checkList.spWrap .checkItem:nth-child(n+2)  {
        margin-top: 10px;
    }
    .secFormTable .checkList.spWrap .checkItem:nth-child(7) {
        margin-top: 0px;
    }
}