.innerR .checkBox{
  padding: 14px;
}

span.txtred {
  color:red;
  margin-bottom: 5px;
}

p.emphasis {
 	color: red;
    font-weight: bold;
margin-bottom: 5px;
  font-size: 20px;
}

p .soldout {
    font-weight:bold;
  }
  .tanpin {
    margin-bottom:30px;
    color:red;
  }
  .tanpin a {
    color:red;
    text-decoration: underline;
  }
  
  /*家電セット一覧*/
  .detail_table th,
  .detail_table td{
      border:solid 1px #fff;
  }
  
  .kadensetList{
      margin:30px 0;
  }
  
  .kadensetList .mb20{
      margin-bottom:20px;
  
  }
  .kadensetList .mb30{
      margin-bottom:30px;
  }
  
  .kadensetList .mb40{
      margin-bottom:40px;
  }
  .kadensetList .mb50{
      margin-bottom:50px;
  }
  
  .kadensetList .mb60{
      margin-bottom:60px;
  }
  
  .kadensetList .mt20{
      margin-top:20px;
  }
  
  .item_img img{
      width:130px;
  }
  
  .item_img{
      padding:10px 10px 10px 30px;
      
  }
  
  .item_txt{
      padding:10px;
  }
  
  .item_plice{
      font-size:20px;
      font-weight:bold;
      color:#e7322a;
  }
  .detail_ttl{
      background:#233188;
      font-size:24px;
      color:#FFF;
      font-weight:bold;
      text-align:center;
  }
  
  .detail_ttl th,
  .detail_ttl td{
      padding:15px;
  }
  
  .detail_txt{
      position:relative;
  }
  
  .content01{
      background:#ffe8a2;
      text-align:center;
  }
  .content02{
      background:#b7dbb6;
      text-align:center;
  }
  .content03{
      background:#f7d0dd;
      text-align:center;
  }
  .year_type01{
      background:#f2f2f2;
      position:relative;
      text-align:center;
  }
  .year_type01:before{
      content:url(img/icon_dm01.png);
      position:absolute;
      top: 43%;
      right:-21px;
  }
  .year_type02{
      background:#d8d8d8;
      position:relative;
      text-align:center;
  }
  .year_type02:before{
      content:url(img/icon_dm02.png);
      position:absolute;
      top: 43%;
      right:-21px;
  }
  
  .value{
      border:solid 2px #d8d8d8;
  }
  /*
  .value2{
      border:solid 2px #f2f2f2;
  }
  */
  
  .bd_t{
      border-top:solid 2px #d8d8d8 !important;
  }
  .bd_b{
      border-bottom:solid 2px #d8d8d8 !important;
  }
  .bd_r{
      border-right:solid 2px #d8d8d8 !important;
  }
  
  
  .bd_t2{
      border-top:solid 2px #f2f2f2 !important;
  }
  .bd_b2{
      border-bottom:solid 2px #f2f2f2 !important;
  }
  .bd_r2{
      border-right:solid 2px #f2f2f2 !important;
  }

   .madeTxt{
    color: #243288;
    font-weight: bold;
    width: 150px;
    font-size: 21px;
  }
  span.madeYear {
    background: white;
    display: block;
    color: #141414;
    padding: 7px 25px;
    font-size: 16px;
    width: fit-content;
    margin: 7px auto;
}
  
  @media screen and (max-width: 768px) {
      .kadensetList .mb40 {
          margin-bottom: 20px;
      }
      .kadensetList .mb50 {
          margin-bottom: 30px;
      }
      .spLineup dl {
          width:96%;
          margin:0 auto 20px;	
      }
      .spLineup dd {
          padding:10px;
      }
      .spLineup dl.set2 {
          border:4px solid #ffe8a2;
      }
      .spLineup dl.set3 {
          border:4px solid #b7dbb6;
      }
      .spLineup dl.set4 {
          border:4px solid #f7d0dd;
      }
      .spLineup dt {
          margin-bottom:10px;
      }
      .spLineup li {
          margin-bottom:20px;
      }
      .spLineup .box {
          display:flex;
          margin-top:20px;
      }
      .spLineup .itemPhoto img{
          width:130px;
      }
      .spLineup .itemPhoto {
          margin-right:10px;
      }
      .spLineup .spNew{
        text-align: center;
        width: 100%;
        font-size: 18px;
        background: #f2f2f2;
        padding: 7px 0;
      }
      .spLineup .spOld{
        text-align: center;
        width: 100%;
        font-size: 18px;
        background: #d8d8d8;
        padding: 7px 0;
      }
      span.madeYear{
        font-size: 12px;
        margin: 0 auto;
        padding: 2px 15px;
      }
      .madeTxt{
        color: #243288;
        font-weight: bold;
      }
  
  
  
  
  }
  
  
  
  
  
  
  
  