@charset "UTF-8";

.error_area {
    display:none;
}

.error_area_main {
    display: flex;
    justify-content: center;
}

.error_area_message {
    white-space: pre;
}

.opening_area_text {
    margin : 0px !important;
}

.space_factor {
    text-align: center;
}

#warning_msg {
    color: red;
    margin-top: 1em;
}

.bangou-link {
    color: #2A68B0 !important;
}

.bangou-link:hover {
    color: #4c7eb7;
}

.selection .table02 tbody th, .selection .table02 tbody td {
    width: auto;
}

.t-start{
    text-align: start !important;
}
.selection .inner{
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}
.accordion {
    background-color: #e9f2fa;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: 1px solid #ddd;
    border-bottom: none;
    position: relative;
  }
  .accordion::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translate(0,-50%) rotate(45deg);
  }
  .accordion.active{
    margin-bottom: 0;
  }
  .accordion:last-of-type .active{
    border-bottom: none;
  }
  .accordion.active::after{
    border-top: none;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: translate(0,-50%) rotate(45deg);
  }
  .panel {
    display: none;
    background-color: white;
    overflow: hidden;
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
  }

  .table02{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table02 .sticky tr th{
    width: 200px;
    text-align: start;
    background-color: #f5f6f8;
    border-left: 1px solid #ddd;
  }
  .table02 .sticky tr td{
    border-right: 1px solid #ddd;
  }

  .space_factor{
    margin-bottom: 30px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  
  .space_factor tr th{
    width: 200px;
    text-align: start;
    background-color: #f5f6f8;
  }

  .hankaku {
    margin: auto;
  }

  .input-hankaku {
    margin-right: 10px;
    width: calc(100% - 4em) !important;
  }

  .penetration-type {
    width: 60%;
  }

  @media screen and (max-width: 768px) {
    .penetration-type {
        width: 100%;
    }
}