@media only screen and (max-width: 767px) {
  .plan__inner {
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
}

.plan__ttl {
  margin-bottom: 50px;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .plan__ttl {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
}

.plan__section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .plan__section {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }
}

.plan-ttl-secondary {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .plan-ttl-secondary {
    margin-bottom: 30px;
  }
}

.plan-ttl-secondary:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 44px;
  height: 4px;
  margin-left: -22px;
  background: #d10d37;
  content: '';
}

@media only screen and (max-width: 767px) {
  .plan-ttl-secondary:after {
    width: 30px;
    margin-left: -15px;
  }
}

.plan-ttl-secondary span {
  display: block;
}

.plan-ttl-secondary__sm {
  color: #d10d37;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .plan-ttl-secondary__sm {
    font-size: 2.4rem;
  }
}

.plan-ttl-secondary__number {
  margin-top: 5px;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .plan-ttl-secondary__number {
    font-size: 4.5rem;
  }
}

.plan-ttl-secondary__lg {
  margin-top: 20px;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .plan-ttl-secondary__lg {
    margin-top: 10px;
    font-size: 2.1rem;
  }
}

.plan-detail {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .plan-detail {
    font-size: 1.4rem;
  }
}

.plan-detail-list {
  display: inline-block;
  text-align: left;
}

.plan-detail-icons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  max-width: 828px;
  margin: 40px auto 0;
}

@media only screen and (max-width: 767px) {
  .plan-detail-icons {
    margin-top: 30px;
  }
}

.plan-detail-icons__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .plan-detail-icons__item {
    flex-basis: 21.4%;
    max-width: 21.4%;
  }
}

@media only screen and (max-width: 767px) {
  .plan-detail-icons__item {
    flex-basis: 24%;
    font-size: 1.6rem;
  }
}

.plan-detail-icons__item:before {
  display: block;
  padding-bottom: 100%;
  content: '';
}

.plan-detail-icons__item--a {
  background: #c61c38;
}

.plan-detail-icons__item--b {
  background: #4d5dae;
}

.plan-detail-icons__item--c {
  background: #7484d2;
}

.plan-detail-icons__item + .plan-detail-icons__item {
  margin-left: 4.8%;
}

@media only screen and (max-width: 767px) {
  .plan-detail-icons__item + .plan-detail-icons__item {
    margin-left: 1.3%;
  }
}

@media only screen and (max-width: 767px) {
  .plan-detail-icons__item--col2 {
    flex-basis: 32%;
  }
  .plan-detail-icons__item--col2 + .plan-detail-icons__item--col2 {
    margin-left: 10%;
  }
  .plan-detail-icons__item--col3 {
    flex-basis: 32%;
  }
  .plan-detail-icons__item--col3 + .plan-detail-icons__item--col3 {
    margin-left: 2%;
  }
}

.plan-detail-arrows {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 611px;
  margin: 40px auto 0;
}

@media only screen and (max-width: 767px) {
  .plan-detail-arrows {
    margin-top: 25px;
  }
  .plan-detail-arrows--col2 {
    max-width: 74%;
  }
  .plan-detail-arrows--col3 {
    max-width: 74.6%;
  }
}

.plan-detail-arrows + .plan-detail-arrows {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .plan-detail-arrows + .plan-detail-arrows {
    margin-top: 10px;
  }
}

.plan-detail-arrows--center {
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .plan-detail-arrows__item--col2 {
    flex-basis: 64.32%;
    max-width: 64.32%;
  }
}

@media only screen and (max-width: 767px) {
  .plan-detail-arrows__item--col2 {
    flex-basis: 66%;
  }
}

@media only screen and (min-width: 768px) {
  .plan-detail-arrows__item--col1 {
    flex-basis: 29%;
    max-width: 29%;
  }
}

@media only screen and (max-width: 767px) {
  .plan-detail-arrows__item--col1 {
    flex-basis: 32%;
  }
}

.plan-detail-arrows__item--col1 + .plan-detail-arrows__item--col1 {
  margin-left: 6.54%;
}

@media only screen and (max-width: 767px) {
  .plan-detail-arrows__item--col1 + .plan-detail-arrows__item--col1 {
    margin-left: 10%;
  }
}

.plan-detail-info {
  display: inline-block;
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #E0B756;
  text-align: left;
}

.plan-detail-info th {
  font-weight: bold;
  white-space: nowrap;
}

.plan-detail-info td {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .plan-detail-info {
    padding: 10px;
    font-size: 1.3rem;
  }
}

.plan-img-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .plan-img-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .plan-img-list__item {
    flex-basis: 24%;
    max-width: 24%;
  }
  .plan-img-list__item + .plan-img-list__item {
    margin-left: 1.6%;
  }
}

@media only screen and (max-width: 767px) {
  .plan-img-list__item {
    flex-basis: 48%;
    margin-right: 4%;
  }
  .plan-img-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .plan-img-list__item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

.plan-img-list__caption {
  margin-top: 5px;
  font-size: 1.2rem;
}

.plan__schedule {
  min-width: 600px;
}

.plan__table {
  width: 100%;
  min-width: 800px;
}

.plan__table th,
.plan__table td {
  padding: 10px;
  border: 1px solid #FFF;
  vertical-align: middle;
  text-align: center;
}

.plan__table th {
  background: #367eca;
  color: #FFF;
  font-weight: bold;
}

.plan__table td {
  background: #e8e8e8;
}

.plan__table small {
  font-size: 80%;
}

/*# sourceMappingURL=style.css.map */