@charset "UTF-8";


.border-box{
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    width: 70%;
    margin: auto;
}
section.contInt .border-box h4 {
    color: #499be0;
    font-size: 2.4rem;
    margin: 0 auto 20px;
}
section.contInt .border-box p {
    color: #646464;
}

flex-importance

}

/* 費用 */

/* .contactPrice .price-table {
    margin: 30px auto;
  } */

.contactPrice {
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}
.contactPrice thead {
    color: #646464;
}
.contactPrice th {
    color: #646464;
}
.contactPrice ul.list-com, .contactPrice ul.list-disc {
    color: #646464;
    width: 48%;
}
.contactPrice .price-table {
    width: 80%;
}
.contactPrice .contactDetail h4 {
    color: #499be0;
    font-size: 2.4rem;
    margin: 0 auto 20px;
  }
.contactPrice .contactDetail p {
    color: #646464;
  }
.contactPrice dl.contactAttention {
    display: flex;
    align-items: flex-start;
    margin: auto;
  }
.contactPrice dl.contactAttention dt {
    width: 20%;
    border-left: 2px solid;
    padding: 0 0 0 10px;
    font-weight: 500;
    margin: 5px auto 0;
}

@media screen and (max-width: 850px) {
    .contactPrice {
      border-radius: 20px;
      flex-flow: column;
      gap: 20px;
    }
    .contactPrice .price-table {
      width: 100%;
    }
    .contactPrice ul.list-com, section.contInt .contactPrice ul.list-disc {
      width: 100%;
    }
    .contactPrice .price-table {
      width: 100%;
    }

    .contactPrice {
        padding: 0px 0;
      }

    .price-table table tbody tr th {
         font-size: 12px;
      }
    .price-table table thead tr th {
        font-size: 10px;
      }

    .price-table table tbody tr th {
        width: 20%;
      }
}


.price-table table tbody tr td {
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
    color: #646464;
    width: 10%;
    border-right: 1px solid #d6d6d6;
  }

.price-table table tbody tr td:last-child {
    border-right: none;
  }

.price-table table thead tr th {
    background: #f5f5f5;
    border-right: 1px solid #d6d6d6;
  }
.price-table table tbody tr th {
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px 0;
    border-right: 1px solid #d6d6d6;
    width: 14%;
  }

  .price-table table thead tr th:last-child {
    border-right: none;
  }


.flex-importance{
    border-radius: 20px;
    background: #f4faff;
}
.flex-importance img{
    padding: 10px 22px;
}

@media screen and (min-width: 850px) {
    .flex-importance{
      display: flex;
      margin-top: 10px;
      flex-flow: wrap;
      justify-content: space-around;
    }
    .flex-importance img{
      width: 33% !important;
      padding: 20px 10px;
}
}