
/* CSS Document */
/*wrap*/
.wrap {
    max-width: 1060px;
    margin: 40px auto 70px;
}

.useful_wrap {
    display: flex
}
.content-right {
    float: right;
    width: 50%;
    display: table-cell;
    box-sizing: border-box;
}
.content-left {
    float: left;
    width: 50%;
    display: table-cell;
    box-sizing: border-box;
}
.text_disp {
    box-sizing: border-box;
    padding: 0 20px;
    font-size:16px;
}
.image_left {
    width: 600px;
    height: auto;
    margin: 0 0 0 -65px;
}
.image_right {
    width: 600px;
    height: auto;
    margin: 0 -70px 0 0;
}
b { 
    font-weight: bold;
}
.red {
    color: #e33636;
}
.link {
    background-color: #e33636; padding:0 4px; margin: 0 2px; color: #fff !important;
}
.link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*----- title -----*/
.use_h3 {
    font-size: 30px;
    font-weight: 700;
    color: #df0000;
    margin: 0 auto 40px;
    text-align: center
}
.use_h4_1 {
    font-size: 18px;
    color: #4b3232;
    margin: 20px auto 10px;
}
.use_h4_1 span {
    /*background-color: #ffe6e6;*/
    padding: 0 10px;
}
.use_h4_2 {
    font-size: 18px;
    color: #e33636;
    margin: 20px auto 10px;
    font-weight: 700;
}

.useful  dl{
    margin: 0 auto 30px;
}
 .useful dt,
.useful strong {
    /* font-size: 18px; */
    margin: 20px auto 0px;
    font-weight: 700;
}
 .useful ul {
    padding: 0 0 0 0px;
}
 .useful li {
    list-style: disc;
    margin: 0 0 5px
}
 .useful p {
    font-size: 16px;
    line-height: 1.7;
}
.center_img {
    margin: 20px auto;
    text-align: center;
}


.list_btn {
    margin: 50px auto 0;text-align: center;
}

.auction_wrap p a.text_link {
    background-color: #e33636;
    padding: 0 4px;
    margin: 0 2px;
    color: #fff !important;
}
.auction_wrap p a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";

}

.text_disp table,.text_disp table td,.text_disp th {
    border: 1px solid grey;
    border-collapse: separate;
    border-spacing: 0px;
    border-collapse: collapse;
}


.lease_contact_bt{
    text-align: center;
    background: #ececec;
    padding: 36px 0 27px;
    margin: 40px 0 0;
}
    
    .btn,
    a.btn,
    button.btn {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1;
      position: relative;
      display: inline-block;
      padding: 1rem 4rem;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      letter-spacing: 0.1em;
      color: #212529;
      border-radius: 0.5rem;
    }
    
    .btn-wrap {
      margin: 30px 0;
    }
    
    a.btn-c {
      font-size: 23px;
      position: relative;
      width: 400px;
      padding: 0.25rem 0 1.5rem 0;
      color: #fff;
      background: #f13335;
      -webkit-box-shadow: 0 5px 0 #d44114;
      box-shadow: 0 5px 0 #cb1011;
    }
    
    a.btn-c span {
      line-height: 1.3;
      font-size: 16px;
      position: absolute;
      top: -1.25rem;
      left: calc(50% - 150px);
      display: block;
      width: 300px;
      padding: 0.2rem 0;
      color: #d44114;
      border: 2px solid #d44114;
      border-radius: 100vh;
      background: #fff;
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    
    a.btn-c span:before,
    a.btn-c span:after {
      position: absolute;
      left: calc(50% - 10px);
    
      content: "";
    }
    
    a.btn-c span:before {
      bottom: -10px;
    
      border-width: 10px 10px 0 10px;
      border-style: solid;
      border-color: #d44114 transparent transparent transparent;
    }
    
    a.btn-c span:after {
      bottom: -7px;
    
      border-width: 10px 10px 0 10px;
      border-style: solid;
      border-color: #fff transparent transparent transparent;
    }
    
    a.btn-c i {
      margin-right: 5px;
    }
    
    a.btn-c:hover {
      -webkit-transform: translate(0, 3px);
      transform: translate(0, 3px);
    
      color: #fff;
      background: #eb5b30;
      -webkit-box-shadow: 0 2px 0 #d44114;
      box-shadow: 0 2px 0 #d44114;
    }


/* -------------  auction  ------------------ */

@charset "utf-8";
/* CSS Document */

/*==============================
    +auction
==============================*/
#auction {
}

/*==============================
    +mokuji
==============================*/
.mokuji {
    border: 1px solid #d5d5d5;
    width: 100%;
    margin: 30px 0;
    padding: 0px 15px 15px;
}
.mokuji  p {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 10px 5px;
    margin: 0 auto 10px;
    font-size: 20px !important;
}
.mokuji li {
    list-style: none !important;
    margin: 0 0 5px
}
.mokuji li a  {
    color: #ed3535;
    font-size:16px;
}
.mokuji li a:hover {
    color: #000;
    font-size:15px;
}

.auction_wrap {
    margin: 50px auto 0;
}
.auctionTT {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding: 5px 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center
}
.auctionTT h2 {
    border-top: 5px solid #ececec;
    border-bottom: 5px solid #ececec;
    padding: 20px 0;
}
.auction_img {
    margin: 30px auto;
    text-align: center;
}
.auction_img  img {
    width: 80%;
}


.shopc_banner_list{
    display: none !important;
}


/*-------     追加      ---------------*/
.catch{
    border-top: 5px solid #d5d5d5;
    border-bottom: 5px solid #d5d5d5;
    padding: 20px 0;

    font-size:22px;
    font-weight:bold;
    text-align:center;
}

.cursor{
    cursor: pointer;
}


@media (max-width:895px) {
    .text_disp table{
        width:100% !important;
    }
}

@media (max-width: 768px){

    a.btn-c {
        width: 96%;
        font-size: 18px;
        position: relative;
        padding: 0.25rem 0 1.5rem;
        color: #fff;
        background: #f13335;
        -webkit-box-shadow: 0 5px 0 #d44114;
        box-shadow: 0 5px 0 #cb1011;
      }
      
      a.btn-c span {
        line-height: 1.3;
        font-size: 14px;
        position: absolute;
        top: -1.25rem;
        left: calc(50% - 150px);
        display: block;
        width: 300px;
        padding: 0.2rem 0;
        color: #d44114;
        border: 2px solid #d44114;
        border-radius: 100vh;
        background: #fff;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      }

      .wrap {
        max-width: 1060px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        margin: 40px auto 70px;
    }
    .useful_wrap {
        display: block
    }
    .content-right {
        float: none;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    .content-left {
       float: none;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    .text_disp {
        box-sizing: border-box;
        padding: 0 20px;
    }
    .image_left {
        width: 100%;
        height: auto;
        margin: 0 0 0 0px;
    }
    .image_right {
        width: 100%;
        height: auto;
        margin: 30px  0px 0 0;
    } 
    .flexbox{
      display:-webkit-box;
      display: -webkit-flex;
      display:-ms-flexbox;
      display: flex;
      -webkit-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
      flex-wrap:wrap;
    }
    .image_right{
      -webkit-box-ordinal-group:1;
      -ms-flex-order:1;
      -webkit-order:1;
      order:1;
    }
    .text_disp{
      -webkit-box-ordinal-group:2;
      -ms-flex-order:2;
      -webkit-order:2;
      order:2;
    }
    .list_btn img {
        width: 100%;
    }

    .use_h3 {
        font-size: 26px;
        font-weight: 700;
        color: #df0000;
        margin: 0 auto 40px;
        text-align: center
    }
    .use_h4_1 {
        font-size: 18px;
        color: #4b3232;
        margin: 20px auto 10px;
    }
    .use_h4_1 span {
        /*background-color: #ffe6e6;*/
        padding: 0 10px;
    }
    .use_h4_2 {
        font-size: 18px;
        color: #e33636;
        margin: 20px auto 10px;
        font-weight: 700;
    }

    .center_img img {
        width: 100%;
    }
    .auction_wrap p a img{
        width: 100%;
        max-width: 100%;

    }

    .bg-footer {
        padding: 3px 0 130px;
    }
    .sp.flo_shopc_banner{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: rgb(236 236 236 / 70%);
        padding: 10px;
        margin: 0 !important;
    }

    .mokuji {width:90%;}

    .head-title{
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: bold !important;
        background-color: #4b3232;
        color:#fff;
        height:auto;
        width: 93% !important;
    }
    .contents img{
        width:100% !important;
        height:100% !important;
    }

}

@media (max-width:657px) {
    .auction_img img {
        width: 100%;
    }
}

@media (max-width:600px) {

    .mail_kbn_contact{
        height: 1300px;
    }
}
