@charset "utf-8";
/* CSS Document */
.content_top h2 {
  font-size: 1.6em !important;
  line-height: 40px;
}
@media (max-width:768px) {
  .content_top h2 {
    font-size: 1.2em !important;
    line-height: 1.2;
    box-sizing: border-box;
    padding: 10px 0 0 65px;
}
}
/*　detail_top　*/
#detail_top {
    margin: 0 auto;
    background-color: #eaf9fe;
    border-top: 4px solid #ca0300;
    padding: 20px 0;
    height: auto;

}
#detail_top .wrapper {
    box-sizing: border-box;
}
@media (max-width:768px) {
  #detail_top .wrapper {
      box-sizing: border-box;
  }
}
.slider {
    width: 640px;
    float: left;
}
.main-img {
    margin: 0 0 15px;
    box-sizing: border-box;
}
.custom-thumb {
  margin: 20px auto 0;
}
.custom-thumb a {
    display: block;
    width: 88px;
    float: left;
    margin: 0 4px 7px 0;
}
.custom-thumb a:nth-child(7n) {
    margin: 0 0 7px
}
@media (max-width:768px) {
  .slider {
      width: 100% !important;
      float: none;
  }
  .main-img {
      margin: 0 0 15px;
      box-sizing: border-box;
  }
  .custom-thumb {
    margin: 20px auto 0;
  }
  .custom-thumb a {
      display: block;
      width: 13.2% !important;
      height: auto;
      float: left;
      margin: 0 1% 5px 0;
  }
  .custom-thumb a img {
      width: 100%;
      height: auto;
  }
  .custom-thumb a:nth-child(7n) {
      margin: 0 0 5px
  }
}
@media (max-width:480px) {
    .slider {
        width: 100%;
        float: none;
    }
    .main-img {
        margin: 0 0 15px;
        box-sizing: border-box;
    }
    .custom-thumb a {
        display: block;
        width: 13.2% !important;
        height: auto;
        float: left;
        margin: 0 1% 5px 0;
    }
    .custom-thumb a img {
        width: 100%;
        height: auto;
    }
    .custom-thumb a:nth-child(7n) {
        margin: 0 0 5px
    }
}

/*----- detail_data -----*/
.detail_data {
    width: calc(100% - 655px);
    float: right;
}
.price {
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
}
.price dt {
    background-color: #ca0300;
    color: #fff;
    padding: 5px 0;
    font-size: 1.1em
}
.price dd {
    padding:5px 0 0px;
}
.price dd span {
    font-size: 1.4em;
    color: #ca0300;
    font-weight: 800
}

.detail_data table {
    width: 100%;
    background-color: #fff;
    margin: 10px auto;
    border-top:5px solid #fff;
    border-bottom:5px solid #fff
}
.detail_data table th {
    width: 135px;
    font-weight: normal;
    padding: 5px 0 5px 10px;
    text-align: left;
}
.detail_data table td {
    font-weight: normal;
    padding: 5px 10px 5px 0;;
    text-align: left;
}

#soubi {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    min-height: 130px;
}
@media (max-width:768px) {
    .detail_data {
        width: 100%;
        float: none;
    }
    .price {
        background-color: #fff;
        box-sizing: border-box;
        padding: 5px;
        text-align: center;
    }
    .price dt {
        background-color: #ca0300;
        color: #fff;
        padding: 5px 0;
        font-size: 1.1em
    }
    .price dd {
        padding:5px 0 0px;
    }
    .price dd span {
        font-size: 2.4em;
        color: #ca0300;
        font-weight: 800
    }

    .detail_data table {
        width: 100%;
        background-color: #fff;
        margin: 10px auto;
        border-top:5px solid #fff;
        border-bottom:5px solid #fff
    }
    .detail_data table th {
        width: 135px;
        font-weight: normal;
        padding: 5px 0 5px 10px;
        text-align: left;
    }
    .detail_data table td {
        font-weight: normal;
        padding: 5px 10px 5px 0;;
        text-align: left;
    }

    #soubi {
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        background-color: #fff;
        min-height: 130px;
    }
}
@media (max-width:480px) {
    .detail_data {
        width: 100%;
        float: none;
    }
}
/*----- btn_disp -----*/
.btn_disp {
    padding: 0 20px;
    box-sizing: border-box;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
}
.btn_disp  li {
    width: 40%;
    margin: 0 1% 0;
    height: 65px;
}

@media (max-width:480px) {
    .btn_disp {
        display: block;
    }
    .btn_disp  li {
        width: 95%;
        margin: 0 auto 20px;
        height: 65px;
    }
}

/*----- rec -----*/
.rec {
    margin: 50px auto 0;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.rec h3 {
    color: #ca0300;
    border-bottom: 2px solid #ca0300;
    font-size: 1.2em;
    padding: 0 10px;
}
.rec  li {
    width: 24%;
    margin: 20px 1% 0 0;
    float: left;
}
.rec  li:last-child {
    margin: 20px 0 0 0;
}
.rec_img {
    border: 1px solid #dcdcdc;
    display: block;
}
.rec  li  table {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    margin: 5px auto 5px
}
.rec  li  table th {
    width: 90px;
    padding: 5px 10px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #dcdcdc;
}
.rec  li  table td {
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding: 5px 10px;
}
.rec  li  table tr:last-child td {
    font-size: 15px;
    font-weight: 900;
    color: #cd3e3b;
    text-align: center
}
.rec_btn {
    display: block;
    width: 100%;
    height: 35px;
    background-color: #ca0300;
    line-height: 35px;
    text-align: center;
    color: #fff;
}
@media (max-width:768px) {
  .rec {
      padding: 20px 10px;
      box-sizing: border-box;
  }
    .rec h3 {
        color: #ca0300;
        border-bottom: 2px solid #ca0300;
        font-size: 1.1em;
        padding: 0 10px;
    }
    .rec  li {
        width: 48%;
        margin: 20px 3% 0 0;
        float: left;
    }
    .rec  li:last-child,
    .rec  li:nth-child(2){
        margin: 20px 0 0 0;
    }
    .rec_img {
        border: 1px solid #dcdcdc;
        display: block;
    }
    .rec  li  table {
        width: 100%;
        border-top: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
        margin: 5px auto 5px
    }
    .rec  li  table th {
        width: 90px;
        font-size: 12px;
        padding: 5px 10px;
        background-color: #f6f6f6;
        border-bottom: 1px solid #dcdcdc;
    }
    .rec  li  table td {
        border-bottom: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        padding: 5px 10px;
        font-size: 12px;
    }
    .rec  li  table tr:last-child td {
        font-size: 15px;
        font-weight: 900;
        color: #cd3e3b;
        text-align: center
    }
    .rec_btn {
        display: block;
        width: 100%;
        height: 35px;
        background-color: #ca0300;
        line-height: 35px;
        text-align: center;
        color: #fff;
    }
}
