@charset "UTF-8";
.myListBenefit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .myListBenefit {
    display: block;
  }
}

.myListBenefit .item {
  width: 48%;
  margin-top: 56px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myListBenefit .item {
    width: auto;
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .myListBenefit .item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.myListBenefit .item:nth-child(-n +2) {
  margin-top: 0;
}

.myListBenefit .image {
  margin-bottom: 20px;
}

.myListBenefit .catch {
  margin-bottom: 10px;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myListBenefit .catch {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myListBenefit .txt {
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  .myListBenefit .txt {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .myListBenefit .txt .pc {
    display: none;
  }
}

.myTxtLead {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2.5;
  font-size: 13px;
  font-size: 1.3rem;
}

.mySchedule {
  text-align: center;
}

.table-wrap {
  overflow-x: scroll;
}

.myBlockCheck .table table {
  border: solid 1px #5C3021;
}

@media only screen and (max-width: 768px) {
  .myBlockCheck .table table {
    min-width: 680px;
  }
}

.myBlockCheck .table thead th {
  background-color: #cdd1d1ec;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: dashed 1px #5C3021;
}

.myBlockCheck .table thead th:not(:last-child) {
  border-right: dashed 1px #5C3021;
}

.myBlockCheck .table tbody th:not(:last-child) {
  border-right: dashed 1px #5C3021;
}

.myBlockCheck .table thead th.small {
  width: 18%;
}

.myBlockCheck .table thead th.small02 {
  width: 14%;
}

.myBlockCheck .table tbody {
  font-size: 14px;
  font-size: 1.4rem;
}

.myBlockCheck .table tbody th, .myBlockCheck .table tbody td {
  background-color: #fff;
  padding: 10px 15px;
  vertical-align: middle;
}

.myBlockCheck .table tbody th {
  border-right: dashed 1px #5C3021;
  text-align: center;
}

.myBlockCheck .table tbody th .small {
  font-size: 12px;
  font-size: 1.2rem;
}

.myBlockCheck .table tbody tr:not(:last-child) th, .myBlockCheck .table tbody tr:not(:last-child) td {
  border-bottom: dashed 1px #5C3021;
}

.myBlockCheck .table tbody .btn {
  margin-top: 10px;
  max-width: 270px;
}

.mcBirth th{
  background-color: rgb(250, 224, 224) !important; 
  font-weight: bold;
}

.paymentNote{
  font-size: 10px;
}

/*# sourceMappingURL=maps/sanka.css.map */
