.new-life {
  max-width: 864px;
  margin: 0 auto;
  padding-top: 170px; }

.new-life .is_sp {
  display: none; }

.new-life picture {
  display: block; }

.new-life h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px; }

.new-life .plan {
  margin-bottom: 60px; }

.new-life .plan > h3 {
  font-size: 28px;
  margin-bottom: 0.8em; }

.new-life .plan > p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1.5em; }

.new-life .plan > p span.bd {
  display: inline-block;
  border-bottom: 1px dashed #ccc; }

.new-life .items {
  margin-bottom: 24px; }

.new-life .item {
  border: 1px solid #A3A3A3;
  padding: 40px;
  margin-bottom: 24px; }

.new-life .item h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2em; }

.new-life .item .img {
  text-align: center;
  margin-bottom: 40px; }

.new-life .item .img img {
  height: 120px;
  width: auto; }

.new-life .item .txt {
  text-align: center; }

.new-life .item .txt .price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px; }

.new-life .item .txt .price .label {
  display: inline-block;
  text-align: center;
  border: 1px solid #A3A3A3;
  padding: 0.3em;
  font-size: 14px;
  width: 153px;
  margin-right: 1em; }

.new-life .item .txt .price .number small {
  font-size: 12px;
  margin-right: 0.8em;
  display: inline-block; }

.new-life .item .txt .descript {
  font-size: 12px;
  text-align: center; }

.new-life .item .txt .button {
  margin-top: 16px; }

.new-life .item .txt .button a {
  mix-blend-mode: difference;
  overflow: hidden;
  position: relative;
  transition: color 0.15s 0.2s cubic-bezier(0.4, 0, 0.1, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 331px;
  height: 62px;
  color: #000;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #fff; }

.new-life .item .txt .button a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: block;
  width: 120%;
  height: 26rem;
  background: #000;
  border-radius: 50%;
  transition: transform 0.35s cubic-bezier(0.74, 0.11, 0.17, 0.51);
  z-index: -9; }

.new-life .item .txt .button a:hover {
  color: #fff; }

.new-life .item .txt .button a:hover:after {
  transform: translate(-50%, -50%) scale(1); }

.new-life .notice {
  background: #EFEFEF;
  padding: 28px; }

.new-life .notice h4 {
  font-size: 12px;
  margin-bottom: 1em; }

.new-life .notice ul {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0; }

.new-life .notice ul li {
  margin-bottom: 0.3em; }

.new-life .notice ul a {
  text-decoration: underline;
  color: #000; }

.new-life .size {
  text-align: right;
  font-size: 18px; }

.new-life .size a {
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding-bottom: 0.3em;
  display: inline-block;
  position: relative;
  color: #000; }

.new-life .size a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -7px;
  transform: rotate(45deg); }

@media screen and (max-width: 767px) {
  .new-life {
    padding-top: 115px; }
  .new-life .is_pc {
    display: none; }
  .new-life .is_sp {
    display: block; }
  .new-life h2 {
    font-size: 32px;
    margin-bottom: 24px; }
  .new-life .plan {
    margin-bottom: 40px; }
  .new-life .plan > h3 {
    font-size: 28px;
    margin-bottom: 0.8em; }
  .new-life .plan > p {
    font-size: 16px;
    margin-bottom: 1.5em; }
  .new-life .items {
    margin-bottom: 24px; }
  .new-life .item {
    padding: 24px;
    margin-bottom: 40px; }
  .new-life .item .img img {
    height: 90px;
    width: auto; }
  .new-life .item .txt .price {
    width: 100vw;
    margin-left: calc(-50vw + 50%); }
  .new-life .item .txt .price .label {
    font-size: 10px;
    width: 74px; }
    .new-life .item .txt .price .label.is-wide {
      width: 114px; }
  .new-life .item .txt .button a {
    width: 100%;
    height: 53px;
    font-size: 18px; }
  .new-life .size {
    margin-right: 1em;
    margin-bottom: 1em; } }

/* TOP Banner */
.bnr-campaign {
  margin-bottom: 120px;
  text-align: center; }

.bnr-campaign li {
  margin-bottom: 10px; }

.bnr-campaign img {
  width: 100%;
  max-width: 747px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .bnr-campaign img {
    width: 90vw; } }

@media screen and (max-width: 376px) {
  .new-life .item .txt .price {
    font-size: 20px; }
    .new-life .item .txt .price small {
      font-size: 10px; } }