@charset "shift_jis";
/* Updated 2022/03/29.T */
/* ----------------------------------
schedule-area
---------------------------------- */
.schedule-area {
  padding: 0;
  max-width: 1200px;
}
.schedule-area .inr {
  margin: 0 auto;
  max-width: 970px;
}
.schedule-area img {
  margin-bottom: 16px;
}
/* ----------------------------------
point-detail
---------------------------------- */
.point-detail {
  margin: 86px auto 76px auto !important;
  padding: 0;
  max-width: 1200px;
}
.point-detail .card-normal02 > .inner > .body {
  padding: 60px 0;
}
.point-detail .wrap {
  margin: 0 auto;
  max-width: 960px;
}
.point-detail .ttl01 {
  margin: 75px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
}
.point-detail .text01 {
  text-align: center;
  font-size: 2.4rem;
}
.point-detail .block01 {
  margin-top: 60px;
}
.point-detail .block01 img {
  margin: 40px 0 20px 0;
}
.point-detail .block02 {
  margin-top: 76px;
}
.point-detail .block02 img {
  margin: 40px 0 20px 0;
}
.point-detail .block02 .list-notice01 {
  margin-bottom: 40px;
}
.point-detail .block03 {
  margin-top: 76px;
}
.point-detail .block03 .list-notice01 {
  margin-top: 20px !important;
  margin-bottom: 32px;
}
.point-detail .block03 .list-notice01 .item:not(:first-child) {
  margin-top: 4px;
}
/* SP STYLES */ 
@media screen and (max-width: 767px) {
  .point-detail .card-normal02 > .inner > .body {
    padding: 28px;
  }
  .point-detail .ttl01 {
    margin: 36px 0 0;
    font-size: 17px;
  }
  .point-detail .text01 {
    text-align: left;
    font-size: 1.6rem;
  }
  .point-detail .block02 img {
    margin: 20px 0 20px 0;
  }
}
/* ----------------------------------
cmn-ttl01
---------------------------------- */
.cmn-ttl01 {
  margin: 0 0 24px;
  padding: 0 0 20px;
  color: #00563a;
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.3;
}
.cmn-ttl01 span {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 25px 15px 25px;
  min-width: 414px;
  border-radius: 12px;
  background: #d5ead7;
}
.cmn-ttl01 span:before {
  position: absolute;
  bottom: -16px;
  left: calc(50% - 12px);
  display: block;
  width: 0;
  height: 0;
  border-width: 16px 12px 0 12px;
  border-style: solid;
  border-color: #d5ead7 transparent transparent transparent;
  content: "";
}
/* SP STYLES */ 
@media screen and (max-width: 767px) {
  .cmn-ttl01 {
    font-size: 2.2rem;
  }
  .cmn-ttl01 span {
    padding: 8px 15px 10px;
    min-width: 232px;
  }
}
/* ----------------------------------
card-list
---------------------------------- */
.card-list {
  margin: 30px auto 0 auto;
  max-width: 1000px;
}
.card-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 20px 0;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}
.card-list .img01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-list .name {
  padding: 20px 0 20px 0;
  text-align: center;
}
.card-list .point {
  font-weight: bold;
}
.card-list .point .num {
  font-size: 2.4rem;
}
.card-list .point .arrow {
  display: inline-block;
  margin: 0 3px;
}
/* PC STYLES */ 
@media screen and (min-width: 768px) {
  .card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-list .item {
    width: 306px;
  }
  .card-list .img01 {
    height: 150px;
  }
}
/* SP STYLES */ 
@media screen and (max-width: 767px) {
  .card-list .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 15px 5px 15px 0;
  }
  .card-list .item:not(:first-child) {
    margin-top: 20px;
  }
  .card-list .img01 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 2.66667vw;
    max-width: 125px;
    width: 33.33333vw;
    height: 20vw;
    border-right: 1px solid #d9d9d9;
  }
  .card-list .img01 img {
    max-width: 66px;
    width: 17.6vw;
  }
  .card-list .textWrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .card-list .name {
    padding: 0 0 5px 0;
    font-size: 1.4rem;
  }
  .card-list .point {
    font-size: 1.2rem;
  }
  .card-list .point .num {
    font-size: 1.8rem;
  }
  .card-list .point .arrow {
    font-size: 1.6rem;
  }
}
