@charset "UTF-8";


.annex_head {
    text-align: center;
    margin-bottom: 45px;
  }
  .annex_head table {
    margin: 0 auto;
    background-color: #e1e2e1;
    padding: 20px 0;
    margin: 15px 0;
  }
  .annex_table th {
    width: 266px;
    font-size: 15px;
    font-weight: 600;
  }
  .annex_table td {
    width: 266px;
    font-size: 16px;
  }
  .annex_p {
    margin-top: 15px;
  }
  .annex_p2 {
    text-align: left;
  }
  :root {
    --viewport: 750;
  }

  @media screen and (max-width: 767px) {
    .annex_p {
      margin-top: 10px;
    }
    .annex_p, .annex_p2 {
      font-size: 10px;
      padding: 0 2rem;
    }
    .annex_table th {
      width: calc(100vw / var(--viewport) * 300);
      font-size: 12px;
      font-weight: bold;
    }
    .annex_table td {
      width: calc(100vw / var(--viewport) * 300);
      font-size: 12px;
    }
    .annex_head table {
        width: 100%;
      padding:  20px;
      margin: 10px 0;
    }
    .annex_head {
        margin-bottom: 25px;
    }
  }



ul.option-block li label>input+span a {
    color: #fff;
    display:block;
    width:100%;
}

/** 部位選択 **/
.bui-block {
    position: relative;
    width: 100%;
}
.bui-block .bui-map-row{
    display:flex;
    justify-content:space-around;
}
.bui-block .bui-map-row .col1, .bui-block .bui-map-row .col2{
    position:relative;
    width:50%;
}
.bui-block .bui-image{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:auto;
    z-index:100;
    pointer-events: none;
}
.bui-map area{
    cursor:pointer;
}

dl.select_result_box>dd>div:nth-of-type(n+2){
    margin-top:8px;
}

@media only screen and (max-width: 768px){
    .dis-first-time.yes {
        margin-top: 18px;
    }
    
    .contact_box.switch-sp{
        display:none;
    }
    
    /** フッター部分 **/
    footer .ft_home, footer .ft_nav{
        display:none;
    }
    footer .ft_sns{
        padding-top:120px;
        clear:both;
    }
    
    /** アフィリエイトの画像 **/
    div.aff img{
        width:auto;
        height:auto;
    }
    
    .font-size-small{
        font-size:11px;
    }
}

.error-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.error {
    position: relative;
    padding: 12px 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
    .error {
        font-size: 13px;
    }
}