  .precautions-notes .section-inner{
    margin-bottom: 0 ;
  }
  .precautions-notes ul{
    margin-bottom: 50px;
  }
  .precautions-notes ul.tab-content-item-list{
    text-align: left;
    background-color: rgba(255, 255, 255, .05);
    margin-top: 3rem;
  } 
  
  .precautions-notes ul.tab-content-item-list li{
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding: 5px 0;
    position: relative;
    flex-wrap: nowrap;
  }
  .precautions-notes ul.tab-content-item-list li{
    display: flex;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }
  .precautions-notes ul.tab-content-item-list li:last-child{
    
    border-bottom:none;
  }
  .precautions-notes ul.tab-content-item-list li h3{
    flex: 1;
    padding: 2rem 1rem;
    margin: 0;
  }
  .precautions-notes ul.tab-content-item-list li p{
    flex: 2;
    padding: 2rem 1rem;
    margin: 0;
  }
  @media (max-width: 765px){
    .precautions-notes .section-inner{
      padding: 0 1rem;
    }
    
  .precautions-notes ul.tab-content-item-list{
    background-color: #141623;
  }
  .precautions-notes p{
    text-align: left;
  }
  .precautions-notes ul.tab-content-item-list li{
    flex-direction: column;
    border-bottom: none;
    margin-bottom: 2rem;
  }
  .precautions-notes ul.tab-content-item-list li h3{
    padding: 2rem;
    text-align: center;
  }
  .precautions-notes ul.tab-content-item-list li h3,
  .precautions-notes ul.tab-content-item-list li p{
    flex: 1;
    padding: 1rem 0.5rem;
    margin: 0;
  }

  .precautions-notes ul.tab-content-item-list li h3{
    background-color: #242635;
    min-width: 100%;
  }
  
  .precautions-notes ul.tab-content-item-list{
    text-align: left;
    background-color: none;
  }
  .precautions-notes{
    background-color: none;
  }
  }
  /***********************/
  /* タブエリア用 */
  .tab-area {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  
  .tab-radio {
    display: none;
  }
  
  .tab-menu {
    display: block;
    float: left;
    width: calc(100%/2);
    text-align: center;
    padding: 1.5rem 0;
    background-color: rgba(0,0,0,.1);
    border-bottom: 3px solid #B49462;
    cursor: pointer;
    transition: ease .4s;
    color: rgba(255, 255, 255, .3);
  }
  
  /* タブメニューにカーソルがある場合 */
  .tab-menu:hover {
    opacity: 0.8;
    transition: ease .4s;
  }
  
  /* コンテンツ */
  .tab-content-item {
    display: none;
    padding: 0em .1em 0 .1em;
    overflow: hidden;
    transition: ease .4s;
  }
  
  /* ラジオボタンがチェックされたら、コンテンツを表示 */
  #tab01:checked ~ #tabContent01,
  #tab02:checked ~ #tabContent02,
  #tab03:checked ~ #tabContent03{
    display: block;
  }
  
  /* ラジオボタンがチェックされたら、タブの色を変える */
  #tab01:checked ~ #tabMenu01,
  #tab02:checked ~ #tabMenu02{
    background-color: #0D0E19;
    opacity: 1;
    color: #f0d3a4;
   
  }
  #tab01:checked ~ #tabMenu01{
    content: "1111";
  }
  .precautions-notes span.blue{
    color: #9dbffa;
  }
  .precautions-notes span.gold{
    color: #eaca95;
    border-bottom: 1px #eaca95 solid;
    padding-bottom: 5px;
  }
  .precautions-notes span.red{
    color: #ec8888;
  }
  /*****************************/
 .guarantee{
    margin: 10% auto;
    border:solid #B49462 1px;
 }
 .domein{
  margin: 10% auto;
  border:solid #626ab4 1px;
}
 .guarantee .guarantee-inner,
 .domein .domein-inner{
    padding: 2%;
 }
 .guarantee h3{
    background-color: #B49462;
    color: #fff;
    padding: .8rem 0;
    letter-spacing: 3px;
    margin-bottom: 20px;
 }
 .domein h3{
  background-color: #626ab4;
  color: #fff;
  padding: .8rem 0;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
 .guarantee ul{
    display: flex;
    justify-content: center;
    gap:20px;
    margin-bottom: 50px;
 }
 .guarantee ul li{
    width: 25%;
    padding: 2rem 1rem;
    position: relative;
    text-align: left;
    background-color:#11121E;
 }
 
 @media (max-width: 765px){
    .guarantee ul {
        flex-wrap: wrap;
        gap:5px;
        
    }
    .guarantee ul li{
        width: calc(50% - 5px);
        padding: 2rem .5rem;
        padding-bottom: .5rem;
     }
     .guarantee ul li:nth-child(1),
     .guarantee ul li:nth-child(2){
        margin-bottom: 30px;
     }
 }
 .guarantee ul li:before{
    content: "";
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: -25px;
    transform:translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #11121E;
 }
 .guarantee ul li:after{
    
    content: "!";
    color: #B49462;
    font-size: 25px;
    position: absolute;
    left: 50%;
    top: -1rem;
    transform: rotate(15deg) translateX(-50%);

 }
 /*****/
 .domein .domein-inner p{
  text-align: left;
  position: relative;
 }
 .domein .domein-inner p:not(:last-child){
 margin-bottom: 30px;
 }
 .domein .domein-inner p span{
color:#cbcff3;
font-weight: bold;
border-bottom: solid 1px #cbcff3;
 }
.domein .domein-inner p span.red{
  color:#ffb5de;
  font-weight: bold;
  border-bottom: solid 1px #ffb5de;
}
.domein .domein-inner p.border-box{
border: solid 1px lightgray;
padding: 1rem;
font-size: .9rem;
color: lightgray;
}
.domein .domein-inner p::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../image/icon-star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.domein .domein-inner p:nth-child(2)::before {
  content: none;
}
