@charset "utf-8";

main {
    padding: 0 3%;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
}

.on_madori #menuBtn {
    z-index: 1;
}

.page_ttl {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 5px;
}

.page_ttl h1 {
    display: block;
    font-size: 22px;
}

.page_ttl h1.not404ttl br {
    display: none;
}

.page_ttl p {
    width: 70%;
    display: block;
    font-size: 11px;
    line-height: 1.2em;
    margin: 5px;
    color: #333;
    font-weight: 300;
}

.page_ttl p.not404info {
    width: 100%;
    margin: 30px 0;
    font-size: 14px;
    line-height: 1.8em;
}

@media screen and (max-width: 750px) {
    .page_ttl h1.not404ttl {
        text-indent: 0.5em;
    }

    .page_ttl h1.not404ttl br {
        display: block;
    }

    .page_ttl p.not404info {
        padding: 0 15px;
    }

    .page_ttl p.not404info br {
        display: none;
    }

}

@media screen and (max-width: 600px) {
    .page_ttl {
        padding: 30px 5px 20px;
    }

    .page_ttl h1 {
        text-indent: -0.5em;
    }

    .okiniiri_main .page_ttl {
        padding: 15px 10px;
    }

    .okiniiri_main .page_ttl h1 {
        text-indent: 0;
        font-size: 4.2vw;
        display: flex;
        flex-direction: column;
    }

    .okiniiri_main .page_ttl h1 span {
        text-indent: -0.6em;
    }
}

/*--------checkBox--------*/
input[type=radio],
input[type=checkbox] {
    display: none;
}

.checkBox+span {
    padding-left: 19px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.checkBox+span:after {
    content: "";
    display: block;
    position: absolute;
    background: url("../img/cb_off2.gif") no-repeat center;
    background-size: contain;
    top: 50%;
    margin-top: -9px;
    left: 0;
    width: 16px;
    height: 16px;
}

.checkBox:checked+span:after {
    background: url("../img/cb_on2.gif") no-repeat center;
    background-size: contain;
}

/*--------radioBox--------*/
.radioBox+span {
    padding-left: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.radioBox+span:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/rb_off.png) no-repeat center;
    background-size: contain;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 20px;
    height: 20px;
}

.radioBox:checked+span:after {
    background: url(../img/rb_on.png) no-repeat center;
    background-size: contain;
}

/**/
#wrap-bukken {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media screen and (max-width: 900px) {
    #wrap-bukken {
        flex-direction: column;
    }
}

@media screen and (max-width:500px) {
    #wrap-bukken {
        margin-bottom: 30px;
    }
}

/*==========================================================
サイドメニュー  #wrap-bukken #sideCond
===========================================================*/
#wrap-bukken #sideCond {
    width: 200px;
    margin-right: 80px;
    position: relative;
    z-index: 100;
}

.on_madori #wrap-bukken #sideCond {
    z-index: 1;
}

/*--------------
サイドメニュー［エリア]
-----------------------------*/
#wrap-bukken #sideCond .searchChange {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: solid 1px #ddd;
    border-radius: 4px 4px 0 0;
    background: #fff;
}

#wrap-bukken #sideCond .searchChange .change-ttl {
    width: 100%;
    font-size: 12px;
    background: #777;
    color: #fff;
    border-bottom: solid 1px #ccc;
    padding: 4px 10px;
    text-align: center;
    font-weight: 400;
}

#wrap-bukken #sideCond .searchChange .innerBox {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

#wrap-bukken #sideCond .searchChange .innerBox h2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}

#wrap-bukken #sideCond .searchChange .innerBox h2 span {
    width: 100%;
    display: flex;
    font-size: 11px;
}

#wrap-bukken #sideCond .searchChange .innerBox h2 span b {
    font-size: 11px;
    padding-left: 5px;
    white-space: nowrap;
}

/**/
#wrap-bukken #sideCond .searchChange .innerBox p {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 5px;
}

#wrap-bukken #sideCond .searchChange .innerBox p>a,
#wrap-bukken #sideCond .searchChange .innerBox p>span,
#wrap-bukken #sideCond .searchChange .innerBox p.add .addBox a {
    width: 100%;
    color: #555;
    border: solid 1px #aaa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    position: relative;
    border-radius: 2px;
    padding: 3px 3px 3px 18px;
    transition: 0.4s;
}

#wrap-bukken #sideCond .searchChange .innerBox p>a:hover,
#wrap-bukken #sideCond .searchChange .innerBox p.add .addBox a:hover {
    color: #111;
    border: solid 1px #111;
    background: var(--color2);
}

#wrap-bukken #sideCond .searchChange .innerBox p>a::before,
#wrap-bukken #sideCond .searchChange .innerBox p.add .addBox a::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 8px;
    margin-top: -4px;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #aaa;
}

#wrap-bukken #sideCond .searchChange .innerBox p>a:hover::before,
#wrap-bukken #sideCond .searchChange .innerBox p.add .addBox a:hover::before {
    border-left: solid 6px #111;
}

#wrap-bukken #sideCond .searchChange .innerBox p>a .btn {
    width: 30px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: #e5e5e5;
    transition: 0.1s;
}

#wrap-bukken #sideCond .searchChange .innerBox p>a .btn span {
    line-height: 18px;
    font-weight: 400;
    font-size: 16px;
    transform: scale(0.6, 0.6);
    word-break: keep-all;
    color: #333;
}

#wrap-bukken #sideCond .searchChange .innerBox p>a:hover .btn {
    background: var(--color2);
    color: #666;
    border: var(--color2);
}

#wrap-bukken #sideCond .searchChange .innerBox p.add {
    z-index: 10;
}

#wrap-bukken #sideCond .searchChange .innerBox p.add .addBtn:before {
    content: "+";
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 50%;
    margin-top: -8px;
    transition: 0.2s;
}

#wrap-bukken #sideCond .searchChange .innerBox p.add.open_add:hover .addBtn:before {
    color: #000;
    transform: rotate(-135deg);
}

#wrap-bukken #sideCond .searchChange .innerBox p.add .addBtn {
    padding: 5px 15px 5px 5px;
}

#wrap-bukken #sideCond .searchChange .innerBox p.add .addBox {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
}

#wrap-bukken #sideCond .searchChange .innerBox p.add .addBox a {
    border: solid 1px #fff;
    margin: 2px 0;
}

#wrap-bukken #sideCond .searchChange .innerBox p.add .addBox a.now {
    pointer-events: none;
    background: #eee;
    color: #444;
}

#wrap-bukken #sideCond .searchChange .innerBox p.add.open_add:hover .addBox {
    display: flex;
}

/**/
#wrap-bukken #sideCond .setAside {
    width: 100%;
    height: 1px;
    display: block;
}

@media screen and (max-width: 1000px) {
    #wrap-bukken #sideCond {
        margin-right: 30px;
    }

    #wrap-bukken #sideCond .searchChange .innerBox h2 {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #wrap-bukken #sideCond .searchChange .innerBox h2 span {
        width: auto;
        margin-right: 30px;
    }
}

@media screen and (max-width: 900px) {
    #wrap-bukken #sideCond {
        width: 100%;
        margin: 10px 0;
    }

    #wrap-bukken #sideCond .searchChange .innerBox {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /**/
    #wrap-bukken #sideCond .searchChange .innerBox p {
        width: 49%;
        display: flex;
        margin: 0 0 5px;
    }
}

/*-----------------------------
サイドメニュー［条件]
#wrap-bukken #sideCond .condChange
-----------------------------*/
#wrap-bukken #sideCond .condChange {
    width: 100%;
    height: 400px;
    position: sticky;
    left: 0;
    top: 20px;
    border-radius: 4px;
    transition: 0.2s;
    margin-top: 20px;
    background: #fff;
}

#wrap-bukken #sideCond .condChange.overView {
    height: calc(98vh - 40px);
}

#wrap-bukken #sideCond .condChange .boxIn {
    width: 100%;
    height: calc(98vh - 90px);
    display: flex;
    flex-direction: column;
    padding: 10px 10px 30px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: solid 1px #ddd;
}

#wrap-bukken #sideCond .condChange .boxIn::-webkit-scrollbar {
    width: 6px;
}

#wrap-bukken #sideCond .condChange .boxIn::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}

#wrap-bukken #sideCond .condChange .boxIn::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

#wrap-bukken #sideCond .condChange .boxIn .grnTtl {
    width: 100%;
    display: block;
    border-bottom: solid 1px #ccc;
    color: #111;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#wrap-bukken #sideCond .condChange .boxIn * {
    transition: 0.4s !important;
}

#wrap-bukken #sideCond .condChange .boxIn .checkBox+span {
    padding-left: 28px;
    display: flex;
}

#wrap-bukken #sideCond .condChange .boxIn .checkBox+span:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

/*新築物件のみ 中古物件のみ*/
#wrap-bukken #sideCond .condChange .boxIn .check-list {
    display: flex;
    flex-direction: column;
}

#wrap-bukken #sideCond .condChange .boxIn .check-list li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

#wrap-bukken #sideCond .condChange .boxIn .check-list li * {
    font-size: 12px;
    color: #555;
}

#wrap-bukken #sideCond .condChange .boxIn .check-list li .checkBox:hover {
    text-decoration: underline;
}

#wrap-bukken #sideCond .condChange .boxIn .check-list li *:hover {
    color: #111;
}

#wrap-bukken #sideCond .condChange .boxIn .check-list li:hover label span:after {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    transition: 0.2s;
}

/*cate*/
#wrap-bukken #sideCond .condChange .boxIn .cate {
    margin-top: 10px;
}

#wrap-bukken #sideCond .condChange .boxIn .cate dt {
    font-size: 12px;
    color: #444;
    font-weight: bold;
    margin-bottom: 6px;
}

#wrap-bukken #sideCond .condChange .boxIn .cate dd {
    display: flex;
    align-items: center;
}

#wrap-bukken #sideCond .condChange .boxIn .cate dd .selectBox {
    width: 49%;
}

#wrap-bukken #sideCond .condChange .boxIn .cate dd .selectBox:nth-child(1) {
    margin-right: 2%;
}

#wrap-bukken #sideCond .condChange .boxIn .cate dd .selectBox select {
    width: 100%;
    font-size: 12px;
    padding: 10px 4px;
    border-radius: 6px;
    border: solid 1px #aaa;
    background: #fff;
}

#wrap-bukken #sideCond .condChange .boxIn .cate dd .selectBox select:hover {
    border: solid 1px #007344;
    background: #F0FCF4;
}

#wrap-bukken #sideCond .condChange .boxIn .cate dd .selectBox select option,
#wrap-bukken #sideCond .condChange .boxIn .cate dd .selectBox select:hover option {
    background: #fff;
}

/*バス徒歩*/
#wrap-bukken #sideCond .condChange .boxIn dd .bus {
    padding-left: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

#wrap-bukken #sideCond .condChange .boxIn dd .bus .checkBox+span {
    font-size: 11px;
    letter-spacing: 0;
}

#wrap-bukken #sideCond .condChange .boxIn dd .bus .checkBox+span {
    padding-left: 22px !important;
}

#wrap-bukken #sideCond .condChange .boxIn dd .bus .checkBox+span:after {
    width: 18px;
    height: 18px;
    margin-top: -9px;
}

/*すべての条件を見る*/
#wrap-bukken #sideCond .condChange .boxIn .btnCondChangeAll {
    width: 100%;
    display: block;
    margin: 10px 0;
    padding-top: 20px;
    border-top: dashed 1px #aaa;
}

#wrap-bukken #sideCond .condChange .boxIn .btnCondChangeAll a {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border: solid 1px #007344;
    color: #007344;
    font-weight: bold;
}

#wrap-bukken #sideCond .condChange .boxIn .btnCondChangeAll a::before {
    content: "＋";
    padding-right: 4px;
}

#wrap-bukken #sideCond .condChange .boxIn .btnCondChangeAll a:hover {
    background: #ddd;
    border: solid 1px #555;
    color: #000;
}

/**/
#wrap-bukken #sideCond .condChange .sideBtnBox {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background: #fff;
    border: solid 1px #ddd;
    z-index: 100;
    border-radius: 0 0 4px 4px;
}

#wrap-bukken #sideCond .condChange.overView .sideBtnBox {
    position: sticky;
    bottom: 5vh;
}

#wrap-bukken #sideCond .condChange .sideBtnBox .CondChangeTotal {
    position: absolute;
    top: 0;
    left: 0;
    width: 34%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    z-index: 10;
    padding: 4px;
    vertical-align: baseline;
    pointer-events: none;
}

#wrap-bukken #sideCond .condChange .sideBtnBox .CondChangeTotal span {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0;
    padding-right: 3px;
}

#wrap-bukken #sideCond .condChange .sideBtnBox:hover .CondChangeTotal,
#wrap-bukken #sideCond .condChange .sideBtnBox:hover .CondChangeTotal span {
    color: #fff;
    transition: 0.3s;
}

#wrap-bukken #sideCond .condChange .sideBtnBox>p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

#wrap-bukken #sideCond .condChange .sideBtnBox>p a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color2);
    padding-left: 34%;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    border-radius: 4px;
    transition: 0.4s;
    border: solid 1px #111;
}

#wrap-bukken #sideCond .condChange .sideBtnBox>p a::before {
    width: 1px;
    height: 80%;
    position: absolute;
    left: 34%;
    top: 10%;
    content: "";
    background: rgba(255, 255, 255, .6);
}

#wrap-bukken #sideCond .condChange .sideBtnBox>p a:hover {
    background: var(--color1);
    color: #fff;
}

#wrap-bukken #sideCond .condChange .sideBtnBox.zero * {
    background: #eee;
    color: #999 !important;
    border: none;
    pointer-events: none;
}

@media screen and (max-width: 900px) {
    #wrap-bukken #sideCond .condChange {
        display: none;
    }
}

/*-----------------------------
物件一覧：レイアウト
#itemListArea
-----------------------------*/
#itemListArea {
    display: block;
    flex: 1;
    position: relative;
    z-index: 1;
}

/*-----------------------------
物件一覧：該当＆表示件数（15件中 1～10件）
-----------------------------*/
#itemListArea .listViewArea {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#itemListArea .listViewArea .totalBox {
    display: flex;
    align-items: baseline;
}

#itemListArea .listViewArea .totalBox .count_view {
    display: flex;
    align-items: baseline;
    font-size: 12px;
    letter-spacing: 0;
    padding: 2px 4px;
    background: var(--color2);
}

#itemListArea .listViewArea .totalBox .count_view span {
    font-size: 18px;
    margin-left: 5px;
    letter-spacing: 1px;
}

#itemListArea .listViewArea .totalBox .now_view {
    display: flex;
    font-size: 12px;
    font-weight: 300;
    margin: 0 10px;
    letter-spacing: 1px;
}

/*-----------------*/
#itemListArea .listViewArea .changeWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

#itemListArea .listViewArea .changeWrap .change-viewNum {
    display: flex;
    align-items: center;
}

#itemListArea .listViewArea .changeWrap .change-sort {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

#itemListArea .listViewArea .changeWrap p.ttl {
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px;
}

#itemListArea .listViewArea .changeWrap .selectBox select {
    padding: 5px 18px 5px 10px;
    font-size: 12px;
    border: solid 2px #ccc;
    background: rgba(255, 255, 255, .5);
}

#itemListArea .listViewArea .changeWrap .selectBox select:hover {
    border: solid 2px var(--color2);
}

#itemListArea .listViewArea .changeWrap .selectBox select:not(:-internal-list-box):not([multiple]) option {
    border: solid 1px red;
}

@media screen and (max-width: 1100px) {
    #itemListArea .listViewArea {
        flex-direction: row;
        align-items: flex-end;
        margin: 5px 0;
    }

    #itemListArea .listViewArea .totalBox {
        flex-direction: column;
    }

    #itemListArea .listViewArea .totalBox .now_view {
        margin: 0;
    }

    /**/
    #itemListArea .listViewArea .changeWrap .selectBox select {
        padding: 10px 18px 10px 10px;
        border-radius: 4px;
    }
}

@media screen and (max-width: 600px) {
    #itemListArea .listViewArea .totalBox .count_view {
        font-size: 11px;
        padding: 0px 3px;
        border-radius: 2px;
    }

    #itemListArea .listViewArea .totalBox .count_view span {
        font-size: 16px;
        margin-left: 2px;
        letter-spacing: 0;
    }

    #itemListArea .listViewArea .totalBox .now_view {
        font-size: 10px;
        margin: 0;
        letter-spacing: 0;
    }

    /**/
    #itemListArea .listViewArea .changeWrap {
        padding: 0;
    }

    #itemListArea .listViewArea .changeWrap .change-sort {
        margin-left: 10px;
    }

    #itemListArea .listViewArea .changeWrap p.ttl {
        display: none;
    }

    #itemListArea .listViewArea .changeWrap .selectBox select {
        padding: 10px 10px 10px 6px;
        border-radius: 4px;
    }
}

/*-----------------------------
物件詳細
-----------------------------*/
/**/
#bukken_list .bukkenBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: solid 1px #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    margin-bottom: 40px;
    transition: 0.4s;
    position: relative;
}

.on_madori #bukken_list .bukkenBox.onBukken {
    z-index: 1000;
}

.on_madori #bukken_list .bukkenBox .bukken-ttl {
    z-index: -1;
}

#bukken_list .bukkenBox .bukken-ttl {
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 10;
}

#bukken_list .bukkenBox .bukken-ttl .item-checkBox {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bukken_list .bukkenBox .bukken-ttl .item-checkBox label {
    width: 26px;
    height: 26px;
    margin: 0 !important;
    position: relative;
    z-index: 5;
}

#bukken_list .bukkenBox .bukken-ttl .item-checkBox p {
    position: absolute;
    left: -42px;
    top: -30px;
    width: 110px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: solid 1px #aaa;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

#bukken_list .bukkenBox .bukken-ttl .item-checkBox p span {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
}

#bukken_list .bukkenBox .bukken-ttl .item-checkBox p::after {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin: -7.5px 0 0 -7.5px;
    z-index: 5;
    border-bottom: solid 1px #aaa;
    border-right: solid 1px #aaa;
    content: "";
    transform: rotate(45deg);
    background: #fff;
}

#bukken_list .bukkenBox .bukken-ttl .item-checkBox .checkBox+span {
    padding-left: 0;
    position: static;
}

#bukken_list .bukkenBox .bukken-ttl .item-checkBox .checkBox+span:after {
    width: 26px;
    height: 26px;
    top: 0;
    margin-top: 0;
    position: static;
}

/**/
#bukken_list .bukkenBox .bukken-ttl a {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 10px 10px 10px 70px;
    background: #fff;
    border-bottom: solid 1px #ccc;
}

/*#bukken_list .bukkenBox.hover .bukken-ttl a{ background: #efefef;}*/
#bukken_list .bukkenBox.hover .bukken-ttl a {
    background: var(--color2);
}

#bukken_list .bukkenBox .bukken-ttl a h2 {
    display: block;
    font-size: 28px;
    letter-spacing: 2px;
    position: relative;
    padding-right: 60px;
}

#bukken_list .bukkenBox .bukken-ttl a h2::before {
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #111;
    transition: 0.4s;
    pointer-events: none;
}

#bukken_list .bukkenBox.hover .bukken-ttl a h2::before {
    width: 100%;
}

#bukken_list .bukkenBox .bukken-ttl a h3 {
    display: block;
    font-size: 11px;
    font-weight: 300;
    list-style: 1em;
}

@media screen and (min-width: 750px) {
    #bukken_list .bukkenBox.hover {
        box-shadow: 0 0 0 1px var(--color2);
        border: solid 1px var(--color2);
    }

    #bukken_list .bukkenBox .bukken-ttl .item-checkBox:hover p {
        top: -46px;
        opacity: 1;
    }
}

@media screen and (max-width: 750px) {
    #bukken_list .bukkenBox .bukken-ttl .item-checkBox.on_check p {
        top: -46px;
        opacity: 0;
    }

    /**/
    #bukken_list .bukkenBox .bukken-ttl .item-checkBox p {
        left: 10px;
        top: 2px;
        opacity: 0;
        height: 25px;
        padding-right: 5px;
        border-radius: 0 10px 10px 0;
        background: var(--color2);
        border: solid 1px #555;
    }

    #bukken_list .bukkenBox .bukken-ttl .item-checkBox.on_check p {
        left: 24px;
        top: 1px;
        opacity: 1;
    }

    #bukken_list .bukkenBox .bukken-ttl .item-checkBox p span {
        font-size: 9px;
        letter-spacing: 0;
        color: #000;
    }

    #bukken_list .bukkenBox .bukken-ttl .item-checkBox p span {
        display: block;
        font-size: 11px;
        letter-spacing: 1px;
        position: relative;
        z-index: 10;
    }

    #bukken_list .bukkenBox .bukken-ttl .item-checkBox p::after {
        display: none;
    }

    #bukken_list .bukkenBox .bukken-ttl .item-checkBox .checkBox+span {
        padding-left: 0;
        position: static;
    }

    #bukken_list .bukkenBox .bukken-ttl .item-checkBox .checkBox+span:after {
        width: 26px;
        height: 26px;
        top: 0;
        margin-top: 0;
        position: static;
    }
}

/*-------------------------
 　画像　
-------------------------*/
#bukken_list .bukken-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#bukken_list .bukken-wrap .imgBox {
    width: 50%;
    display: block;
    background: #fff;
    position: relative;
    padding-bottom: 5px;
}

#bukken_list .bukken-wrap .imgBox .largeImg {
    width: 100%;
    height: 350px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 10;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    background: #ddd;
}

/*スライダー*/
#bukken_list .bukken-wrap .imgBox .largeImg .flickBox {
    display: flex;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

#bukken_list .bukken-wrap .imgBox .largeImg .flickBox span {
    height: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    transition: 0.3s;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}

#bukken_list .bukken-wrap .imgBox .largeImg .flickBox span img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    margin: 0 auto;
}

#bukken_list .bukken-wrap .imgBox .largeImg .flickBox span img.img_load {
    width: 60px;
    height: 60px;
}

/*枚数表示*/
#bukken_list .bukken-wrap .imgBox .largeImg .imgNomber {
    position: absolute;
    right: 4px;
    bottom: 4px;
    padding: 1px 4px 3px;
    z-index: 200;
    border: solid 1px rgba(200, 200, 200, .6);
    display: flex;
    align-items: flex-end;
    background: rgba(255, 255, 255, .6);
    border-radius: 2px;
    pointer-events: none;
}

#bukken_list .bukken-wrap .imgBox .largeImg .imgNomber .n1 {
    font-size: 11px;
    letter-spacing: 0;
}

#bukken_list .bukken-wrap .imgBox .largeImg .imgNomber .n1::after {
    content: "/";
    margin: 0 2px;
}

#bukken_list .bukken-wrap .imgBox .largeImg .imgNomber .n2 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
}

/*次へ・戻るボタン*/
#bukken_list .bukken-wrap .imgBox .image_click {
    width: 60px;
    height: 60px;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 145px;
    z-index: 1000000;
    transition: 0.3s;
    cursor: pointer;
    mix-blend-mode: difference;
}

#bukken_list .bukken-wrap .imgBox .image_click.next {
    right: 0;
}

#bukken_list .bukken-wrap .imgBox .image_click.prev {
    left: 0;
}

#bukken_list .bukken-wrap .imgBox .image_click::before {
    width: 14px;
    height: 14px;
    display: block;
    content: "";
    transition: 0.3s;
}

#bukken_list .bukken-wrap .imgBox .image_click.next::before {
    border-bottom: solid 3px #ccc;
    border-right: solid 3px #ccc;
    transform: rotate(-45deg);
    margin-right: -5px;
}

#bukken_list .bukken-wrap .imgBox .image_click.prev::before {
    border-bottom: solid 3px #ccc;
    border-left: solid 3px #ccc;
    transform: rotate(45deg);
    margin-left: -5px;
}

#bukken_list .bukken-wrap .imgBox .image_click:hover {
    opacity: 1;
}

#bukken_list .bukken-wrap .imgBox .image_click.next:hover::before {
    margin-right: -15px;
}

#bukken_list .bukken-wrap .imgBox .image_click.prev:hover::before {
    margin-left: -15px;
}

#bukken_list .bukken-wrap .imgBox .image_click.stop {
    opacity: 0;
    pointer-events: none;
    cursor: auto;
}

/*サムネイル*/
#bukken_list .bukken-wrap .imgBox .flickthumb {
    width: 100%;
    display: block;
    margin-top: 2px;
    position: relative;
    z-index: 1;
}

#bukken_list .bukken-wrap .imgBox .flickthumb ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#bukken_list .bukken-wrap .imgBox .flickthumb ul li {
    width: 60px;
    height: 60px;
    display: flex;
    border: solid 1px #ccc;
    margin: 1px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

#bukken_list .bukken-wrap .imgBox .flickthumb ul li span {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    justify-self: center;
    align-items: center;
    opacity: 0.2;
    transition: 0.3s;
}

#bukken_list .bukken-wrap .imgBox .flickthumb ul li:hover span {
    opacity: 1;
}

#bukken_list .bukken-wrap .imgBox .flickthumb ul li span img {
    min-width: 100%;
    min-height: 100%;
    max-width: auto;
    max-height: auto;
    width: auto;
    height: auto;
    transition: 0.8s;
    transform: scale(1.1, 1.1);
}

#bukken_list .bukken-wrap .imgBox .flickthumb ul li.active span img {
    transform: scale(1, 1);
}

#bukken_list .bukken-wrap .imgBox .flickthumb ul li.active span {
    opacity: 1;
}

#bukken_list .bukken-wrap .imgBox .flickthumb ul li::before {
    box-shadow: 0 0 0 0px var(--color2) inset;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    pointer-events: none;
    z-index: 10;
}

#bukken_list .bukken-wrap .imgBox .flickthumb ul li.active::before {
    box-shadow: 0 0 0 2px var(--color2) inset;
}

/*--間取り図-----------*/
#bukken_list .bukken-wrap .imgBox .madori_zu {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1000000;
    background: rgba(255, 255, 255, .8);
    border-radius: 4px;
    border: solid 1px #444;
    transition: 0.4s;
    cursor: pointer;
}

#bukken_list .bukken-wrap .imgBox .madori_zu div {
    width: 26px;
    height: 26px;
    display: flex;
    background: url(../img/madori.gif) 50% 50% no-repeat;
    background-size: cover;
}

#bukken_list .bukken-wrap .imgBox .madori_zu p {
    display: block;
    font-size: 20px;
    line-height: 8px;
    transform: scale(0.4, 0.4);
    word-break: keep-all;
    font-weight: 500;
    margin-top: 2px;
}

#bukken_list .bukken-wrap .imgBox .madori_zu:hover {
    background: var(--color2);
}

/**/
#bukken_list .bukken-wrap .imgBox .madori_image {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000;
    display: none;
}

.on_madori #bukken_list .bukken-wrap .imgBox .madori_image {
    display: block;
}

#bukken_list .bukken-wrap .imgBox .madori_image .overray {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 1000000;
    z-index: 1;
    cursor: pointer;
    transition: 0.4s;
}

#bukken_list .bukken-wrap .imgBox .madori_image .overray:hover {
    background: rgba(0, 0, 0, .7);
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image {
    width: 70vw;
    height: 80vh;
    overflow-x: auto;
    overflow-x: auto;
    position: fixed;
    left: 15vw;
    top: 10vh;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    z-index: 10;
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image img {
    width: auto;
    height: auto;
    display: block;
    max-height: calc(70vh - 50px);
    max-width: 76vw;
    min-height: 300px;
    min-width: 300px;
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image img.img_load {
    max-width: 20px !important;
    max-height: 20px !important;
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p>* {
    max-width: 160px;
    width: calc(48% - 20px);
    margin: 0 10px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: 0.4s;
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p>span {
    font-size: 13px;
    font-weight: 500;
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p a span {
    font-size: 10px;
    color: #fff;
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p a.more {
    background: var(--color1);
    color: #fff;
    border: solid 1px var(--color1);
    color: #fff;
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p a.more:hover {
    background: #fff;
    color: var(--color1);
    border: solid 1px var(--color1);
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p a.more:hover span {
    color: var(--color1);
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p a.contact {
    background: var(--color4);
    color: #fff;
    border: solid 1px var(--color4);
    color: #fff;
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p a.contact:hover {
    background: var(--color4_2);
    border: solid 1px var(--color4_2);
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p .fin-btn {
    background: #eee;
    color: #666;
    border: solid 1px #ddd;
}

#bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p .fin-btn:hover {
    background: var(--color2);
    color: #111;
    border: solid 1px #555;
    cursor: pointer;
}

/**/
.on_madori #bukken_list .bukken-wrap .imgBox .image_click.next,
.on_madori #bukken_list .bukken-wrap .imgBox .image_click.prev {
    z-index: -1;
}

@media screen and (max-width: 1100px) {
    #bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image {
        width: 80vw;
        left: 10vw;
    }
}

@media screen and (max-width: 900px) {
    #bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image {
        width: 90vw;
        left: 5vw;
    }
}

@media screen and (max-width: 600px) {
    #bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image {
        height: 70vh;
        padding: 8px;
        top: 5vh;
        overflow: hidden;
    }

    #bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image img {
        min-height: 100px;
        min-width: 100px;
    }

    #bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p {
        justify-content: space-between;
    }

    #bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p>* {
        max-width: none;
        width: 32%;
        margin: 0;
        height: 50px;
    }

    #bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p a {
        font-size: 2.8vw;
    }

    #bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p a span {
        font-size: 2.2vw;
        line-height: 1em;
        letter-spacing: 0;
    }

    #bukken_list .bukken-wrap .imgBox .madori_image .set_madori_image p .fin-btn {
        background: #000;
        color: #fff;
        border: solid 1px #000;
    }
}

/*--　テキスト　----------------------*/
#bukken_list .bukken-wrap a.bukken-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 45px 35px 70px;
    position: relative;
}

#bukken_list .bukken-wrap a.bukken-info::after {
    width: calc(40% - 20px);
    height: 42px;
    content: "詳細を見る";
    font-weight: 400;
    text-align: center;
    line-height: 42px;
    color: #999;
    font-size: 12px;
    border: solid 1px #ccc;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 4px;
    transition: 0.3s;
    z-index: 5;
}

#bukken_list .bukken-wrap a.bukken-info::before {
    width: 9px;
    height: 9px;
    content: "";
    border-right: solid 3px #000;
    border-bottom: solid 3px #000;
    position: absolute;
    right: 35%;
    bottom: 25px;
    transform: rotate(-45deg);
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

#bukken_list .bukken-wrap a.bukken-info .list-ttl {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
}

#bukken_list .bukken-wrap a.bukken-info .list-ttl h2 {
    display: block;
    font-size: 12px;
}

#bukken_list .bukken-wrap a.bukken-info .list-ttl h3 {
    display: block;
    font-size: 11px;
    font-weight: 300;
    word-break: keep-all;
    padding-right: 10px;
}

#bukken_list .bukken-wrap a.bukken-info .price {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    letter-spacing: 0;
    color: #d75a45;
    font-weight: 500;
    margin-bottom: 30px;
}

#bukken_list .bukken-wrap a.bukken-info .price span {
    font-weight: 600;
    color: #d75a45;
    font-size: 32px;
    letter-spacing: 0;
    padding-right: 4px;
}

#bukken_list .bukken-wrap a.bukken-info .rimawari {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    letter-spacing: 0;
    color: #d75a45;
    font-weight: 500;
}

#bukken_list .bukken-wrap a.bukken-info .rimawari b {
    font-weight: 600;
    color: #000;
    font-size: 15px;
    letter-spacing: 0;
    padding-right: 4px;
}

#bukken_list .bukken-wrap a.bukken-info .itemBox {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#bukken_list .bukken-wrap a.bukken-info .itemBox .info_sp {
    display: none;
}

#bukken_list .bukken-wrap a.bukken-info .itemBox>p {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#bukken_list .bukken-wrap a.bukken-info .itemBox>p b {
    width: 80px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    margin: 4px 0;
}

#bukken_list .bukken-wrap a.bukken-info .itemBox>p b::after {
    content: "：";
}

#bukken_list .bukken-wrap a.bukken-info .itemBox>p span {
    font-size: 15px;
    color: #555;
    font-weight: 400;
    margin: 4px 0;
}

#bukken_list .bukken-wrap a.bukken-info .itemBox dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px 0;
}

#bukken_list .bukken-wrap a.bukken-info .itemBox dl dt {
    width: 80px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    word-break: keep-all;
    font-weight: 500;
}

#bukken_list .bukken-wrap a.bukken-info .itemBox dl dt::after {
    content: "：";
}

#bukken_list .bukken-wrap a.bukken-info .itemBox dl dd {
    width: calc(50% - 80px);
    font-size: 12px;
    font-weight: 400;
    color: #555;
}

/**/
#bukken_list .bukken-wrap a.bukken-info .itemBox .bukken-comment {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    padding: 10px;
    border-radius: 4px;
    background: #f0f0f0;
    margin: 5px 0 10px;
}

#bukken_list .bukken-wrap a.bukken-info .itemBox .bukken-comment p {
    width: 100%;
    display: block;
    padding-left: 40px;
    position: relative;
}

#bukken_list .bukken-wrap a.bukken-info .itemBox .bukken-comment p::before {
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    background: url(../img/osusume.png) 50% 50% no-repeat;
    background-size: cover;
}

#bukken_list .bukken-wrap a.bukken-info .itemBox .bukken-comment p span {
    display: block;
    font-size: 11px;
    color: #555;
}

#bukken_list .bukken-wrap a.bukken-info .itemBox .bukken-comment p span b {
    display: block;
    font-size: 11px;
    color: #666;
    margin-bottom: 4px;
}

#bukken_list .bukken-wrap a.bukken-info .itemBox .bukken-comment h5 {
    width: 100%;
    display: block;
    text-align: right;
    padding-top: 10px;
    font-size: 9px;
    color: #858585;
    font-style: italic;
}

/**/
#bukken_list .bukken-wrap .bukken-btn {
    width: 30%;
    display: flex;
    position: absolute;
    right: 19%;
    bottom: 0px;
}

#bukken_list .bukken-wrap .bukken-btn p {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
}

/**/
#bukken_list .bukken-wrap .bukken-btn p a {
    width: calc(100% - 60px);
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    background: #fff;
    color: #555;
    border: solid 1px #ccc;
    border-radius: 4px;
    transition: 0.2s;
}

#bukken_list .bukken-wrap .bukken-btn p a span {
    font-size: 9px;
    opacity: 0.8;
    color: #666;
    transition: 0.2s;
}

@media screen and (min-width: 750px) {
    #bukken_list .bukkenBox.hover .bukken-wrap a.bukken-info::after {
        border: solid 1px #fff;
        background: var(--color2);
        color: #222;
        transform: scale(0.9, 0.9);
    }

    #bukken_list .bukkenBox.hover .bukken-wrap a.bukken-info::before {
        opacity: 1;
        right: 32%;
    }

    /**/
    #bukken_list .bukken-wrap .bukken-btn p a:hover {
        background: var(--color4);
        color: #fff;
        border: solid 1px var(--color4);
    }

    #bukken_list .bukken-wrap .bukken-btn p a:hover span {
        color: #fff;
    }
}

/**/
@media screen and (max-width: 900px) {

    #bukken_list .bukken-wrap a.bukken-info .itemBox>p b,
    #bukken_list .bukken-wrap a.bukken-info .itemBox>p span {
        font-size: 13px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 750px) {
    #bukken_list .bukken-wrap {
        flex-direction: column;
    }

    #bukken_list .bukken-wrap .imgBox {
        width: 100%;
    }

    #bukken_list .bukken-wrap .imgBox .largeImg {
        height: 280px;
    }

    /**/
    #bukken_list .bukkenBox .bukken-ttl {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }

    #bukken_list .bukkenBox .bukken-ttl a {
        display: none;
    }

    /**/
    #bukken_list .bukken-wrap a.bukken-info {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 5px 10px;
    }

    #bukken_list .bukken-wrap a.bukken-info::before,
    #bukken_list .bukkenBox.hover .bukken-wrap a.bukken-info::before {
        width: 8px;
        height: 8px;
        border-right: solid 3px var(--color1);
        border-bottom: solid 3px var(--color1);
        right: 3px;
        bottom: 50%;
        margin-top: -4px;
        opacity: 1;
        transition: 0s;
    }

    .on_madori #bukken_list .bukken-wrap a.bukken-info {
        z-index: -1;
    }

    #bukken_list .bukken-wrap a.bukken-info::after {
        display: none;
    }

    /**/
    #bukken_list .bukken-wrap a.bukken-info .list-ttl {
        width: auto;
        flex: 1;
        flex-direction: column;
        align-items: flex-start;
    }

    #bukken_list .bukken-wrap a.bukken-info .list-ttl h2 {
        font-size: 18px;
        line-height: 1.2em;
        font-weight: bold;
    }

    #bukken_list .bukken-wrap a.bukken-info .list-ttl h3 {
        font-size: 10px;
        padding: 3px 5px;
        background: rgba(0, 0, 0, .05);
        color: #333;
        margin: 6px 0 4px;
        border-radius: 2px;
    }

    #bukken_list .bukken-wrap a.bukken-info .price {
        margin-bottom: 0px;
        font-size: 11px;
        padding-left: 10px;
    }

    #bukken_list .bukken-wrap a.bukken-info .price span {
        font-size: 22px;
        letter-spacing: 0;
    }

    #bukken_list .bukken-wrap a.bukken-info .rimawari {
        width: 100%;
        font-size: 16px;
        letter-spacing: 0;
        color: #d75a45;
        font-weight: 500;
    }

    #bukken_list .bukken-wrap a.bukken-info .rimawari b {
        font-weight: 400;
        font-size: 14px;
        padding: 0;
    }

    #bukken_list .bukken-wrap a.bukken-info .itemBox {
        margin-top: 20px;
    }

    #bukken_list .bukken-wrap a.bukken-info .itemBox .info_sp {
        display: none;
    }

    #bukken_list .bukken-wrap a.bukken-info .itemBox>p b {
        width: 52px;
        font-size: 12px;
        margin: 0;
        line-height: 1.2em;
        margin: 2px 0;
    }

    #bukken_list .bukken-wrap a.bukken-info .itemBox>p span {
        flex: 1;
        font-size: 12px;
        color: #444;
        line-height: 1.2em;
        margin: 2px 0;
    }

    /**/
    #bukken_list .bukken-wrap a.bukken-info .itemBox dl {
        padding: 5px 0;
    }

    #bukken_list .bukken-wrap a.bukken-info .itemBox dl>* {
        display: flex !important;
        align-items: flex-start !important;
    }

    #bukken_list .bukken-wrap a.bukken-info .itemBox dl dt {
        width: 60px;
        font-size: 11px;
        letter-spacing: 0;
        line-height: 1.2em;
        margin: 2px 0;
    }

    #bukken_list .bukken-wrap a.bukken-info .itemBox dl dd {
        width: calc(50% - 60px);
        font-size: 11px;
        line-height: 1.2em;
        margin: 2px 0;
    }

    /**/
    #bukken_list .bukken-wrap a.bukken-info .itemBox .bukken-comment {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        padding: 5px 8px;
        border-radius: 4px;
        background: #f0f0f0;
        margin: 5px 0;
    }

    #bukken_list .bukken-wrap a.bukken-info .itemBox .bukken-comment p span {
        font-size: 12px;
        line-height: 1.2em;
        color: #444;
    }

    #bukken_list .bukken-wrap a.bukken-info .itemBox .bukken-comment p span b {
        margin: 3px 0;
    }

    #bukken_list .bukken-wrap a.bukken-info .itemBox .bukken-comment h5 {
        padding-top: 2px;
        font-size: 10px;
        color: #666;
    }

    /**/
    #bukken_list .bukken-wrap .bukken-btn {
        width: 100%;
        display: flex;
        position: relative;
        right: auto;
        bottom: auto;
        background: #e0e0e0;
    }

    #bukken_list .bukken-wrap .bukken-btn::after {
        width: 100%;
        height: 8px;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        opacity: 0.2;
    }

    #bukken_list .bukken-wrap .bukken-btn p {
        padding: 0px;
    }

    /**/
    #bukken_list .bukken-wrap .bukken-btn p a {
        width: 75%;
        height: 30px;
        font-size: 12px;
        background: var(--color1);
        color: #fff;
        border: none;
        border-radius: 0px;
        transition: 0s;
    }

    #bukken_list .bukken-wrap .bukken-btn p a span {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #bukken_list .bukken-wrap .imgBox .flickthumb ul li {
        width: calc(16.6666% - 2px);
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

/*========================================
リスト・下部ページャー　#list-pager
=======================================*/
#list-pager {
    flex-direction: column-reverse;
}

#list-pager .txtinfo {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 40px;
}

#list-pager .pager-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#list-pager .pager-area .item-count {
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}

#list-pager .pager-area .item-count span {
    font-size: 12px;
    display: block;
    align-items: baseline;
}

/**/
#list-pager .pager-area .pageNavi {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

#list-pager .pager-area .pageNavi .pageNaviItem {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0 20px;
}

#list-pager .pager-area .pageNavi .pageNaviItem li {
    display: block;
    margin: 3px;
}

#list-pager .pager-area .pageNavi .pageNaviItem li a {
    width: 40px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 2px;
    font-size: 12px;
}

#list-pager .pager-area .pageNavi .pageNaviItem li a:hover {
    background: var(--color2);
    color: #111;
}

#list-pager .pager-area .pageNavi .pageNaviItem li a.act,
#list-pager .pager-area .pageNavi .pageNaviItem li a.act:hover {
    background: var(--color1);
    color: #fff;
}

#list-pager .pager-area .pageNavi .selectBox select {
    width: 100%;
    font-size: 12px;
    padding: 12px 10px;
    border-radius: 2px;
    border: solid 1px #ccc;
    background: #fff;
}

#list-pager .pager-area .pageNavi .selectBox select:hover {
    border: solid 1px #007344;
    background: #F0FCF4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

#list-pager .pager-area .pageNavi .selectBox select option,
#list-pager .pager-area .pageNavi .selectBox select:hover option {
    background: #fff;
}

@media screen and (max-width: 750px) {
    #list-pager .pager-area {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #list-pager .pager-area .item-count {
        padding-right: 5px;
        margin-bottom: 15px;
    }

    #list-pager .pager-area .item-count span {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 1.4em;
        font-weight: 300;
    }

    /**/
    #list-pager .pager-area .pageNavi {
        width: 100%;
        justify-content: space-between;
    }

    #list-pager .pager-area .pageNavi .pageNaviItem {
        width: calc(100% - 60px);
        justify-content: flex-start;
        align-items: flex-start;
        padding-right: 15px;
        margin: 0;
    }

    #list-pager .pager-area .pageNavi .pageNaviItem li {
        width: 12.5%;
        height: 60px;
        display: flex;
        margin: 0;
        padding: 1px;
        align-items: flex-end;
    }

    #list-pager .pager-area .pageNavi .pageNaviItem li a {
        width: 100%;
        height: 100%;
    }

    #list-pager .pager-area .pageNavi .pageNaviItem li a:hover {
        background: var(--color2);
        color: #111;
    }

    #list-pager .pager-area .pageNavi .pageNaviItem li a.act,
    #list-pager .pager-area .pageNavi .pageNaviItem li a.act:hover {
        background: var(--color1);
        color: #fff;
    }

    /**/
    #list-pager .pager-area .pageNavi .selectBox select {
        width: 60px;
        height: 52px;
        padding: 12px 0;
        margin-bottom: 1px;
        border: solid 1px #555;
    }

    /**/
    #list-pager .txtinfo {
        font-weight: 300;
        color: #333;
        line-height: 1.4em;
    }
}

/*========================================
最近見た物件　#recently_view
=======================================*/
#recently_view {
    margin-bottom: 60px;
}

#recently_view .wrap {
    padding: 15px 0;
    flex-direction: column;
    align-items: flex-start;
    max-height: 560px;
    overflow-y: auto;
    overflow-x: hidden;
}

#recently_view .wrap h3 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px
}

/**/
#recently_view .wrap .bukkenBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#recently_view .wrap .bukkenBox .bukken-item {
    width: calc(33% - 10px);
    display: flex;
    margin: 5px;
    position: relative;
}

/**/
#recently_view .wrap .bukkenBox .bukken-item .item-checkBox {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #aaa;
    border-radius: 0 0 0 10px;
    z-index: 10;
    background: #eee;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox label {
    width: 20px;
    height: 20px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox p {
    position: absolute;
    left: -42px;
    top: -30px;
    width: 110px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: solid 1px #aaa;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox:hover p {
    top: -46px;
    opacity: 1;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox p span {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox p::after {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin: -7.5px 0 0 -7.5px;
    z-index: 5;
    border-bottom: solid 1px #aaa;
    border-right: solid 1px #aaa;
    content: "";
    transform: rotate(45deg);
    background: #fff;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox .checkBox+span {
    padding-left: 0;
    position: static;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox .checkBox+span:after {
    width: 20px;
    height: 20px;
    top: 0;
    margin-top: 0;
    position: static;
}

/**/
#recently_view .wrap .bukkenBox .bukken-item a {
    width: 100%;
    display: flex;
    align-items: flex-start;
    align-items: center;
    padding: 10px;
    border-radius: 3px;
    background: #fff;
    border: solid 1px #aaa;
}

#recently_view .wrap .bukkenBox .bukken-item a:hover {
    background: var(--color2);
    border: solid 1px #222;
}

#recently_view .wrap .bukkenBox .bukken-item a .image {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
}

#recently_view .wrap .bukkenBox .bukken-item a:hover .image {
    background: var(--color2);
    background: none;
}

#recently_view .wrap .bukkenBox .bukken-item a .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/**/
#recently_view .wrap .bukkenBox .bukken-item a .txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
}

#recently_view .wrap .bukkenBox .bukken-item a .txt h4 {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-right: 30px;
}

#recently_view .wrap .bukkenBox .bukken-item a .txt h5 {
    display: flex;
    align-items: center;
    margin: 2px 0;
}

#recently_view .wrap .bukkenBox .bukken-item a .txt h5 .price {
    display: block;
    font-size: 11px;
    color: var(--color4);
    padding-right: 5px;
    word-break: keep-all;
}

#recently_view .wrap .bukkenBox .bukken-item a .txt h5 .type {
    display: block;
    font-size: 9px;
    line-height: 12px;
    padding: 0 3px;
    border: solid 1px #ccc;
    word-break: keep-all;
}

#recently_view .wrap .bukkenBox .bukken-item a .txt p {
    display: flex;
    flex-direction: column;
}

#recently_view .wrap .bukkenBox .bukken-item a .txt p span {
    display: block;
    font-size: 10px;
    color: #666;
}

@media screen and (max-width: 750px) {
    #recently_view {
        margin-bottom: 20px;
    }

    #recently_view .wrap .bukkenBox .bukken-item {
        width: calc(50% - 10px);
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox p,
    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox:hover p {
        width: 100px;
        height: 24px;
        left: auto;
        right: 0px;
        top: -23px;
        z-index: 100;
        border: none;
        background: var(--color2);
        opacity: 1;
        border: solid 1px #222;
        border-bottom: none;
        display: none;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox p::after {
        display: none;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox p span {
        font-size: 10px;
        letter-spacing: 0;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check {
        background: none;
        border: none;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check p,
    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check:hover p {
        display: flex;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check+a,
    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check+a:hover {
        background: var(--color2);
        border-radius: 3px 0 3px 3px;
        position: relative;
        z-index: 1;
        border: solid 1px #222;
    }
}

@media screen and (max-width: 550px) {
    #recently_view .wrap {
        max-height: none;
        padding: 0;
    }

    #recently_view .wrap .bukkenBox .bukken-item {
        width: 100%;
        margin: 4px 0;
    }

    #recently_view .wrap .bukkenBox .bukken-item a {
        padding: 0px;
        border-radius: 0 3px 3px 0;
    }

    #recently_view .wrap .bukkenBox .bukken-item a .image {
        height: 100%;
        border-right: solid 1px #999;
    }

    #recently_view .wrap .bukkenBox .bukken-item a .image img {
        width: 80px;
        height: 80px;
    }

    /**/
    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox {
        width: 40px;
        height: 100%;
        border-radius: 0;
        padding: 0;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check {
        border: solid 1px #333;
        border-top: solid 1px var(--color2);
        background: var(--color2);
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox p,
    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox:hover p {
        top: -25px;
        right: -1px;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check+a,
    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check+a:hover {
        background: #d5d5d5;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox label {
        width: 30px;
        height: 100%;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox .checkBox+span:after {}

    /**/
    #recently_view .wrap .bukkenBox .bukken-item a {
        padding-right: 40px;
    }

    #recently_view .wrap .bukkenBox .bukken-item a .txt {
        margin: 0;
        padding: 5px 10px;
    }

    #recently_view .wrap .bukkenBox .bukken-item a .txt h4 {
        padding-right: 0px;
    }

    #recently_view .wrap .bukkenBox .bukken-item a .txt h5 .type {
        background: #fff;
    }

    #recently_view .wrap .bukkenBox .bukken-item a .txt p span {
        line-height: 1.2em;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
その他のリンクリスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝-*/
#others-list {
    margin: 40px auto;
    padding: 10px 2% 20px;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 16px;
}

#others-list .wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 5px;
    border-bottom: dotted 1px #ddd;
}

#others-list .wrap.column {
    flex-direction: column;
}

#others-list .wrap h4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    font-weight: 500;
    margin: 4px 30px 0 0;
    word-break: keep-all;
}

#others-list .wrap h4 span {
    display: block;
    font-size: 10px;
    color: #777;
    font-weight: 400;
}

/**/
#others-list .wrap .nomal-links {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

#others-list .wrap .nomal-links li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px 4px 0;
}

#others-list .wrap .nomal-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 30px;
    border: solid 1px #ddd;
}

#others-list .wrap .nomal-links li a:hover {
    border: solid 1px #222;
    color: #111;
    background: var(--color2);
}

#others-list .wrap .nomal-links li span {
    color: #999;
    font-size: 11px;
}

/**/
#others-list .wrap ul.type2 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

#others-list .wrap ul.type2 li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px 4px 0;
}

#others-list .wrap ul.type2 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    border: solid 1px #ddd;
}

#others-list .wrap ul.type2 li a:hover {
    border: solid 1px #222;
    color: #111;
    background: var(--color2);
}

#others-list .wrap ul.type2 li span {
    color: #777;
    font-size: 11px;
}

/**/
#others-list .wrap ul.type3 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

#others-list .wrap ul.type3 li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 5px 0;
}

#others-list .wrap ul.type3 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    text-decoration: underline;
    color: #666;
}

#others-list .wrap ul.type3 li a:hover {
    color: var(--color1);
    text-decoration: none;
}

#others-list .wrap ul.type3 li span {
    color: #777;
    font-size: 11px;
}

/**/
#others-list .wrap .tyouName {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

#others-list .wrap .tyouName .row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px 0;
    border-bottom: dashed 1px #ccc;
}

#others-list .wrap .tyouName .row .w35 {
    width: 35px;
    font-size: 11px;
    font-weight: 700;
    display: block;
    justify-content: center;
    margin-top: 6px;
}

/**/
#others-list .wrap .tyouName.height_over .row {
    width: 100%;
    position: absolute;
    margin-top: 30px;
    padding: 0;
    border: solid 1px #555
}

#others-list .wrap .tyouName.height_over .row.view {
    position: relative;
}

#others-list .wrap .tyouName.height_over .row p.w35 {
    width: 11%;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: solid 1px #555;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
}

#others-list .wrap .tyouName.height_over .row p.w35:hover {
    background: #ddd;
}

#others-list .wrap .tyouName.height_over .row.view p.w35 {
    background: var(--color2);
    pointer-events: none;
}

/**/
#others-list .wrap .tyouName.height_over .row:nth-child(1) p.w35 {
    margin-left: 0;
}

#others-list .wrap .tyouName.height_over .row:nth-child(2) p.w35 {
    margin-left: 10%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(3) p.w35 {
    margin-left: 20%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(4) p.w35 {
    margin-left: 30%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(5) p.w35 {
    margin-left: 40%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(6) p.w35 {
    margin-left: 50%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(7) p.w35 {
    margin-left: 60%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(8) p.w35 {
    margin-left: 70%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(9) p.w35 {
    margin-left: 80%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(10) p.w35 {
    margin-left: 90%;
}

#others-list .wrap .tyouName.height_over .row ul {
    display: none;
}

#others-list .wrap .tyouName.height_over .row.view ul {
    display: flex;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 12px;
}

/**/
#others-list .wrap.seo-area {
    width: 100%;
    border: none;
    padding: 15px 0;
}

#others-list .wrap.seo-area p {
    font-size: 10px;
    letter-spacing: 0;
    color: #666;
    font-weight: 350;
}


@media screen and (max-width: 750px) {
    #others-list .wrap {
        flex-direction: column;
    }

    #others-list .wrap h4 {
        flex-direction: row;
        align-items: center;
        margin: 0 0 10px;
        color: #fff;
        padding: 2px 5px 4px;
        background: var(--color1);
        border-radius: 3px;
    }

    #others-list .wrap h4 span {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
    }

    /**/
    #others-list .wrap .nomal-links li span,
    #others-list .wrap .nomal-links li a,
    #others-list .wrap .nomal-links li a:hover {
        color: #000;
        border: solid 1px #777;
        padding: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        border-radius: 40px;
        margin: 0 4px 4px 0;
    }

    #others-list .wrap .nomal-links li a {
        background: #fff;
    }

    #others-list .wrap .nomal-links li span {
        background: #ddd;
        border: solid 1px #ddd;
    }

    #others-list .wrap.seo-area {
        padding: 0;
        margin: 10px 0 0;
    }

    #others-list .wrap.seo-area p {
        line-height: 1.4em;
    }

    #others-list .wrap ul.type2 li span {
        width: 100%;
        height: 100%;
        display: flex;
        background: #eee;
        align-items: center;
        padding: 0 4px;
    }
}

@media screen and (max-width: 600px) {
    #others-list {
        margin: 20px 0;
    }

    #others-list .wrap .nomal-links {
        width: 100%;
        justify-content: space-between;
    }

    #others-list .wrap .nomal-links li {
        width: 49%;
        margin: 0 0 6px;
    }

    #others-list .wrap .nomal-links li span,
    #others-list .wrap .nomal-links li a {
        width: 100%;
        font-size: 11px;
        letter-spacing: 0;
    }

    /**/
    #others-list .wrap ul.type2 li,
    #others-list .wrap ul.type3 li {
        margin: 5px 10px 5px 0;
    }

    #others-list .wrap ul.type2 li a {
        min-height: 34px;
        font-size: 11px;
        border: solid 1px #777;
        padding: 4px 10px;
        color: #000;
    }

    /**/
    #others-list .wrap ul.type3 li a {
        min-height: 34px;
        font-size: 11px;
        border: solid 1px #777;
        text-decoration: none;
        padding: 4px 10px;
        border-radius: 4px;
        color: #000;
    }
}













/*-----------------------------
物件一覧：ゼロ件のとき
-----------------------------*/
.no-count {
    width: 100%;
    min-height: 400px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    margin: 10px 0 50px;
}

.no-count .no-count-wrap {
    width: 100%;
    height: 100%;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.no-count .no-count-wrap h3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 20px;
    padding: 15px 0 30px;
    line-height: 1em;
}

.no-count .no-count-wrap h3 span {
    font-size: 28px;
    margin-left: -0.8em;
}

.no-count .no-count-wrap h3::after {
    width: 440px;
    height: 60px;
    content: "";
    background: url(../img/img_bukkennashi/bukken_z.jpg) 0 0 no-repeat;
    background-size: contain;
    margin-top: 40px;
}

.no-count .no-count-wrap p {
    display: flex;
    flex-direction: column;
    padding: 10px 0 30px;
    color: #555;
}

.no-count .no-count-wrap>p {
    display: inline;
}

.no-count .no-count-wrap>p .pc-none,
.no-count .no-count-wrap>p .sp-none {
    color: #555;
    word-break: keep-all;
    display: inline;
    vertical-align: baseline;
}

.no-count .no-count-wrap>p .pc-none {
    display: none !important;
}

.no-count .no-count-wrap>p .sp-none {
    display: inline !important;
}

    {
    display: flex;
    flex-direction: row;
}

.no-count .no-count-wrap p br {
    display: none;
}

.no-count .no-count-wrap .other-links {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    background: #eee;
    border-radius: 10px;
}

.no-count .no-count-wrap .other-links h4 {
    width: 100%;
    display: block;
    font-size: 12px;
    margin-top: 30px;
}

.no-count .no-count-wrap .other-links h4:first-child {
    margin-top: 0;
}

.no-count .no-count-wrap .other-links ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.no-count .no-count-wrap .other-links ul li {
    display: flex;
    margin: 5px;
}

.no-count .no-count-wrap .other-links ul li a {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 8px;
    border: solid 1px #555;
    color: #111;
    background: #fff;
    border-radius: 3px;
}

.no-count .no-count-wrap .other-links ul li a:hover {
    background: #007344;
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .no-count .no-count-wrap {
        padding: 0;
    }

    .no-count .no-count-wrap h3 {
        padding: 0px 10px 30px;
        line-height: 1.2em;
    }

    .no-count .no-count-wrap h3 span {
        font-size: 24px;
        margin-left: -0.8em;
    }

    .no-count .no-count-wrap p {
        padding: 0 10px 30px;
    }

}

@media screen and (max-width: 900px) {
    .no-count .no-count-wrap>p .sp-none {
        display: none !important;
    }

    .no-count .no-count-wrap>p .pc-none {
        display: inline !important;
    }

}


@media screen and (max-width: 600px) {
    .no-count .no-count-wrap h3 {
        font-size: 14px;
    }

    .no-count .no-count-wrap h3 span {
        font-size: 18px;
    }

    .no-count .no-count-wrap p {
        font-size: 12px;
    }

    .no-count .no-count-wrap h3::after {
        width: 100%;
        height: 4.4%;
        aspect-ratio: 22 / 3;
        margin-top: 20px;
    }

}