.caption_box{
    position: relative;
    width: 720px;
    padding: 2em 1em 1em;
    border: 4px solid red;
    margin-top: 30px;
  }
  
  .caption_box .caption{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    padding: 0 1em;
    margin: 0;
    background-color: white;
    transform: translateY(-47%) translateX(1em);
  }
  
  .letter{
    font-size:28px;
    line-height:150%;
    color : #ff007a;
  }
  
  .letter span{
    display: block;
  }
  
  
 
 
  .tab_th{
   font-size : 24px;
   color : white;
   line-height:180%;
   background-color:#0000ff;
   border:1px solid #0000ff;
   border-radius:3px;
   box-shadow:2px 2px 1px #000055;
  }
  
  .tab_td_s{
   font-size : 21px;
   font-weight: bold;
   color : #000055;
   line-height:180%;
   border:1px solid #cccc55;
   border-radius:3px;
   box-shadow:2px 2px 1px #000055;
   text-align:center;
  }
  
  .tab_td_p{
   font-size : 30px;
   color : #000055;
   line-height:180%;
   border:1px solid #cccc55;
   border-radius:3px;
   box-shadow:2px 2px 1px #000055;
   text-align:center;
   text-decoration:line-through;
   text-decoration-color:red; 
  }
  
  .tab_td_pg{
   font-size : 26px;
   color : #ff007a;
   line-height:180%;
   border:1px solid #cccc55;
   border-radius:3px;
   box-shadow:2px 2px 1px #000055;
   text-align:center; 
  }
  
  .bgc_w{
    background-color:#ffffff;
  }
  
  .bgc_b{
   background-color : #d9e5ff;
  }
  
  
  /* 規格表 */
  
  #border1 table,#border1{
   border-collapse:collapse;
   border:2px solid #000000;
  }
  
  .border2 th,.border2 td,.border2{
    border:1px solid #000000;
  } 
  
  .text1 th,.text1{
   font-size:16px;
   line-height:180%;
  }
  
  .text2 td,.text1{
   font-size:15px;
   line-height:180%;
   text-align: center;
  }
  
  
  /* 更にお安く */
  
  .sarani{
    width: 140px;
    font-size: 24px;
    color:#fff;
    line-height:200%;
    background-color: #ff007a;
    border-radius: 3px;
  }
    
  
  /* 価格表ジャンプボタン */
  
  .kakaku_jump_area{
    width: 700px;
    display: flex;
    margin-bottom: 80px;
  }
  
  .kakaku_jump{
    position: relative;
    width: 335px;
    font-size: 28px;
    line-height: 130%;
    padding: 20px 0px;
    margin-left: 10px;
    border: 3px solid #000;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px #888;
    transition: 0.4s;
  }
  
  .kakaku_jump:hover{
    background-color: #ff0;
    transition: 0.4s;
  }
  
  .kakaku_jump span{
    display: block;
  }
  
  .kakaku_jump a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }

  
  /* 特長 */
  .tyukuporika_setsumei{
    width: 720px;text-align: left;margin-bottom: 100px;
  }

  .tyukuporika_setsumei_title{
    width: 100%;height: 24px;font-size: 24px;font-weight: bold;line-height: 24px;text-align: left;padding-left: 5px;border-left: 24px solid #000;margin-bottom: 15px;
  }

  .tyukuporika_setsumei p{
    font-size: 20px;line-height: 120%;
  }

  .tyukuporika_setsumei ul{
    width: 100%;padding: 0px 25px;box-sizing: border-box;
  }

  .tyukuporika_setsumei li{
    font-size: 20px;font-weight: bold;margin-bottom: 5px;
  }