#reformplan {
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 480px) {
  #reformplan {
    font-size: 12px;
  }
}

.reformplan .sp-only {
  display: none;
}
@media (max-width: 480px) {
  .reformplan .sp-only {
    display: block;
  }
}
.reformplan .m-breadcrumb::after {
  background-image: none;
}
.reformplan *:focus {
  outline: none;
}
.reformplan-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/reformplan/header_bg.jpg);
  background-color: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}
@media (max-width: 480px) {
  .reformplan-header {
    background-image: url(../img/reformplan/header_bg_sp.jpg);
    margin-top: 50px;
    height: 170px;
  }
}
.reformplan-header h1 {
  text-align: center;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  color: rgb(221, 0, 0);
}
@media (max-width: 480px) {
  .reformplan-header h1 {
    font-size: 36px;
  }
}
.reformplan-header h1 span {
  display: block;
  font-size: 24px;
  font-weight: 900;
  margin-top: 10px;
  color: #fff;
}
@media (max-width: 480px) {
  .reformplan-header h1 span {
    font-size: 13px;
  }
}
.reformplan-merit {
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .reformplan-merit {
    width: 90%;
    margin: 0 auto;
  }
}
.reformplan-merit .merit-title {
  text-align: center;
  margin: 100px 0;
}
@media (max-width: 480px) {
  .reformplan-merit .merit-title {
    margin: 35px 0;
  }
}
.reformplan-merit .merit-title span {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  border-bottom: 3px solid #e75e5e;
}
@media (max-width: 480px) {
  .reformplan-merit .merit-title span {
    border: 0;
    font-size: 24px;
  }
}
.reformplan-merit .merit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 480px) {
  .reformplan-merit .merit-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reformplan-merit .merit-list li {
  border: 1px solid #8a8a8a;
  padding: 15px 10px 20px;
}
.reformplan-merit .merit-list li .merit-title {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 20px;
}
@media (max-width: 480px) {
  .reformplan-merit .merit-list li .merit-title {
    font-size: 14px;
    margin: 15px 0;
  }
}
.reformplan-merit .merit-list li .merit-image {
  height: 262px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .reformplan-merit .merit-list li .merit-image {
    height: auto;
  }
}
.reformplan-merit .merit-list li .merit-image img {
  width: 100%;
}
@media (max-width: 480px) {
  .reformplan-merit .merit-list li .merit-image img {
    width: 100%;
    height: auto;
  }
}
.reformplan-merit .merit-list li .merit-01 {
  max-width: 263px;
  height: auto;
}
@media (max-width: 480px) {
  .reformplan-merit .merit-list li .merit-01 {
    max-width: 220px;
  }
}
.reformplan-merit .merit-list li .merit-02 {
  max-width: 400px;
  height: auto;
}
.reformplan-merit .merit-list li .merit-03 {
  max-width: 300px;
  height: auto;
}
@media (max-width: 480px) {
  .reformplan-example {
    width: 90%;
    margin: 0 auto;
  }
}
.reformplan-example .example-header .example-title {
  text-align: center;
  margin: 100px 0 10px;
}
@media (max-width: 480px) {
  .reformplan-example .example-header .example-title {
    margin: 50px 0 10px;
  }
}
.reformplan-example .example-header .example-title span {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  border-bottom: 2px solid #e75e5e;
}
@media (max-width: 480px) {
  .reformplan-example .example-header .example-title span {
    border-bottom: 0;
    font-size: 24px;
  }
}
.reformplan-example .example-header .example-text {
  text-align: center;
}
.reformplan-example .example-tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 15px;
  width: 890px;
  margin: 70px auto 60px;
}
@media (max-width: 480px) {
  .reformplan-example .example-tab {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 30px auto 20px;
  }
}
.reformplan-example .example-tab a,
.reformplan-example .example-tab span {
  display: flex;
  align-items: center;
  background-color: #d8d8d8;
  padding: 5px 12px;
  text-decoration: none;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
	cursor: pointer;
}
.reformplan-example .example-tab span:hover,
.reformplan-example .example-tab span:active{
	color: red;
	}

@media (max-width: 480px) {
  .reformplan-example .example-tab a,
	.reformplan-example .example-tab span {
    font-size: 14px;
  }
}
.reformplan-example .example-tab a::before,
.reformplan-example .example-tab span::before {
  content: "";
  display: block;
  width: 4px;
  height: 29px;
  background-color: #ffffff;
  margin-right: 8px;
}
@media (max-width: 480px) {
  .reformplan-example .example-tab a::before,
	.reformplan-example .example-tab span::before {
    height: 16px;
  }
}
.reformplan-example .example-tab a.active,
.reformplan-example .example-tab span.active {
  color: red;
}
.reformplan-example .example-tab a.active::before,
.reformplan-example .example-tab span.active::before {
  background-color: red;
}
.reformplan-example .examples {
  width: 890px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .reformplan-example .examples {
    width: 100%;
  }
}
.reformplan-example .examples .example-item {
	display:flex;
  justify-content: space-between;
}
.reformplan-example .examples .example-item.example-hide {
	display:none;
}
@media (max-width: 480px) {
  .reformplan-example .examples .example-item {
    flex-direction: column-reverse;
  }
}
.reformplan-example .examples .example-item .reference-price {
  width: 82px;
  border: 1px solid #8a8a8a;
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
  line-height: 1;
}
@media (max-width: 480px) {
  .reformplan-example .examples .example-item .reference-price {
    width: 58px;
    display: inline-block;
    font-size: 12px;
    padding: 3px 0;
  }
}
.reformplan-example .examples .example-item .monthly-price,
.reformplan-example .examples .example-item .total-price {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .reformplan-example .examples .example-item .monthly-price,
  .reformplan-example .examples .example-item .total-price {
    font-size: 18px;
  }
}
.reformplan-example .examples .example-item .monthly-price .price,
.reformplan-example .examples .example-item .total-price .price {
  color: red;
}
.reformplan-example .examples .example-item .monthly-price {
  margin: 10px 0;
}
@media (max-width: 480px) {
  .reformplan-example .examples .example-item .monthly-price {
    margin: 0;
  }
}
.reformplan-example .examples .example-item .monthly-price .price {
  font-size: 36px;
}
@media (max-width: 480px) {
  .reformplan-example .examples .example-item .monthly-price .price {
    font-size: 24px;
  }
}
.reformplan-example .examples .example-item .item-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .reformplan-example .examples .example-item .item-title {
    margin-top: 120px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.reformplan-example .examples .example-item .item-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  background-color: #ffc0cb;
  bottom: 0px;
  left: 0;
  z-index: -1;
}
.reformplan-example .examples .example-item .item-content {
  position: relative;
  width: 314px;
}
@media (max-width: 480px) {
  .reformplan-example .examples .example-item .item-content {
    display: flex;
    flex-direction: column;
    width: 68%;
  }
}
.reformplan-example .examples .example-item .item-before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 270px;
  height: 202px;
  text-align: center;
}
@media (max-width: 480px) {
  .reformplan-example .examples .example-item .item-before {
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    text-align: left;
    margin-left: 50px;
  }
}
.reformplan-example .examples .example-item .item-before::after {
  content: "Before";
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2px 10px;
  line-height: 1;
}
@media (max-width: 480px) {
  .reformplan-example .examples .example-item .item-before::after {
    content: "";
    background-image: url(../img/reformplan/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 140px;
    background-color: #fff;
    width: 80px;
    height: auto;
    transform: rotate(-10deg);
  }
}
.reformplan-example .examples .example-item .item-before img {
  width: auto;
  height: 100%;
}
@media (max-width: 480px) {
  .reformplan-example .examples .example-item .item-before img {
    width: auto;
    height: 100%;
  }
}
.reformplan-example .examples .example-item .item-after {
  width: 570px;
  max-height: 427px;
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .reformplan-example .examples .example-item .item-after {
    width: 100%;
    height: 225px;
    margin-bottom: 20px;
  }
}
.reformplan-example .examples .example-item .item-after::after {
  content: "After";
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2px 20px;
  line-height: 1;
}
@media (max-width: 480px) {
  .reformplan-example .examples .example-item .item-after::after {
    font-size: 14px;
  }
}
.reformplan-example .examples .example-item .item-after img {
  width: auto;
  height: 100%;
}
.reformplan-example .examples .example-note {
  font-size: 13px;
  margin: 30px 0 50px;
}
@media (max-width: 480px) {
  .reformplan-example .examples .example-note {
    margin-top: 25px;
    font-size: 12px;
  }
}/*# sourceMappingURL=reformplan.css.map */