@charset "UTF-8";
.price_section {
  margin: 60px 0;
}
.price_section .price_section_descript {
  margin: auto 15px;
}

.open_campen {
  background-image: url(../assets/img/campaign.png);
  height: 217px;
  padding-top: 55px;
}
.open_campen .campen_date {
  font-size: 26px;
  color: #F15A24;
  margin: 8px 0;
}
.open_campen .campen_date span {
  font-size: 16px;
}
.open_campen .campen_price {
  border-bottom: 1px solid;
  margin-left: 70px;
  width: 220px;
}

.member {
  text-align: left;
  padding-left: 15px;
  margin-top: 50px;
}
.member ::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100px;
  background-color: #000;
  position: absolute;
  top: -2px;
  right: -5px;
}

.mamber_ticket {
  font-family: "游明朝体";
}
.mamber_ticket span {
  font-size: 18px;
  background: linear-gradient(transparent 60%, #EEE2DA 30%);
}

.plan {
  text-align: left;
  font-family: "游明朝体";
}
.plan span {
  font-size: 20px;
}

.price_list_small {
  width: 27%;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 50px;
}
table th:last-child {
  border-right: 1px solid #A0A0A0;
}
table th {
  font-family: "游明朝体";
  text-align: center;
  background: #E5E5E5;
  border-left: 1px solid #A0A0A0;
  border-top: 1px solid #A0A0A0;
  border-bottom: 1px solid #A0A0A0;
  width: 39%;
  padding: 10px 0;
}
table td {
  text-align: center;
  border-left: 1px solid #A0A0A0;
  border-bottom: 1px solid #A0A0A0;
  border-top: none;
  width: 25%;
  padding: 10px 0;
  background: #fff;
}
table td span {
  font-size: 14px;
}
table td:last-child {
  border-right: 1px solid #A0A0A0;
}

.cancel_policy {
  border: 1px solid #A0A0A0;
  width: 100%;
  height: 220px;
  padding: 28px;
}
.cancel_policy span {
  font-family: "游明朝体";
  font-size: 18px;
  margin-bottom: 15px;
}

/*--------パソコン----------*/
@media screen and (min-width: 1024px) {
  .price_section {
    margin-bottom:2%;
  }
  .open_campen {
    height: 515px;
    padding-top: 11%;
    width: 1160px;
    display: inline-block;
    background-image: url(../assets/img/campaign_pc.png);
    margin-top: 80px;
  }
  .open_campen .campen_date {
    font-size: 40px;
    margin: 30px 0;
  }
  .open_campen .campen_price {
    font-size: 24px;
    display: inline;
    padding-bottom: 6px;
    margin-left: 10px;
  }
  .plan span {
    font-size: 28px;
  }
  .member {
    padding-left: 11%;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .member::before {
    content: "";
    width: 3px;
    height: 80px;
    background-color: #000;
  }
  .member_ticket {
    margin-left: 190px;
    line-height: 3.3rem;
  }
  .member_ticket span {
    font-size: 22px;
  }
  .price_list_small {
    width: 15%;
  }
  .price_list_half {
    width: 50%;
  }
  table td {
    width: 10%;
    padding: 60px 0;
  }
  .price_list {
    margin: 0 auto;
  }
  .cancel_policy {
    width:100%;
    padding: 65px;
    margin-bottom: 100px;
  }
  .trial_box{
    margin-right: 0;
  }

}/*# sourceMappingURL=price.css.map */

@media (max-width: 768px) {
  .inner{
    padding: 0;
  }
}