@charset "UTF-8";
/* CSS Document */

.top_price {
  position: relative;
  background: #FFFFFF;
  margin: 0 auto 75px;
  padding-bottom: 40px;
}
.top_price:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 63px;
  height: 39px;
  background: url("../images/top/arrow_bottom01.png") no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}
.latest-price {
  margin-bottom: 0;
}
.latest-price:after {
  display: none;
}

.price_trial {
  text-align: center;
  background: url("../images/top/bg_trial.jpg") center center no-repeat;
  background-size: cover;
  width: 84%;
  margin: auto;
  padding: 1% 4% 2%;
}
.price_trial .headline {
  font-size: 40px;
  color: #FFFFFF;
}
.price_trial .price-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 4% 0;
  width: 90%;
  margin: auto;
}
.price_trial .text-part {
  display: flex;
  flex-direction: column;
  width: 120px;
  margin-right: 30px;
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  color: #143b86;
  text-align: center;
  background-color: #F3F3F3;
}
.price_trial .text-part span {
  display: inline-block;
  color: #fff;
  background-color: #b4499c;
  padding: 2% 0;
}
.price_trial .text-price {
  font-size: 78px;
  font-weight: 600;
  line-height: 1;
  color: #B4489C;
}
.price_trial .text-price span {
  position: relative;
  display: inline-block;
  font-size: 38px;
}
.price_trial .text-price span small {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.price_trial .price-wrap .caution {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
	color: #000;
	margin: 10px 0 0;
}
@media screen and (max-width: 979px) {
  .top_price {
    padding-bottom: 4vw;
  }
  .price_trial {
    width: 94%;
  }
  .price_trial .headline {
    font-size: 5vw;
  }
  .price_trial .price-wrap {
    align-items: flex-start;
    justify-content: center;
  }
  .price_trial .text-part {
    width: 14vw;
    font-size: 3vw;
    line-height: 2;
    margin-top: 0;
    margin-right: 3vw;
  }
  .price_trial .text-price {
    font-size: 11vw;
  }
  .price_trial .text-price span {
    font-size: 6vw;
    line-height: 1;
    color: #B4489C;
  }
  .price_trial .text-price span small {
    font-size: 2vw;
    white-space: nowrap;
    color: #B4489C;
  }
	.price_trial .price-wrap .caution {
		font-size: 2.5vw !important;
		margin: 1.5vw 3vw 0;
	}
}


#price .price_trial .text-part {
  font-size: 21px;
  line-height: 1.5;
}
#price .price_trial .text-price {
  font-size: 78px;
  line-height: 1;
}
@media screen and (max-width: 979px) {
  #price .price_trial .text-part {
    font-size: 3vw;
    line-height: 2;
  }
  #price .price_trial .text-price {
    font-size: 11vw;
  }
}

#price .price_monthly {
  text-align: center;
  background: #FFFFFF;
  border: 8px solid #bf199b;
  width: 84%;
  margin: 80px auto 0;
  padding: 10% 2% 6%;
  position: relative;
}
#price .price_monthly .headline {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
#price .price_monthly .price-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#price .price_monthly .text-price {
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
}
#price .price_monthly .text-price span {
  position: relative;
  display: inline-block;
  font-size: 38px;
}
#price .price_monthly .text-price span small {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
#price .price_monthly .text-multiple {
	font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
	color: #143b86;
}	
#price .price_monthly .price_normal {
  display: flex;
  justify-content: center;
  align-items: center;
}
#price .price_monthly .price_normal .text-part {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  color: #143b86;
  margin-right: 10px;
}
#price .price_monthly .price_normal .text-price {
  font-size: 60px;
  color: #143b86;
  position: relative;
}
#price .price_monthly .price_normal .text-price::after {
  content: '';
  transform: rotate(7deg);
  width: 100%;
  border-top: 3px solid #bf199b;
  position: absolute;
  top: 50%;
  left: 0;
}
#price .price_monthly .price_discount {
  position: relative;
  margin-left: 40px;
}
#price .price_monthly .price_discount::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid #B4489C;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#price .price_monthly .text-price {
  color: #B4489C;
}
#price .price_monthly .price_per {
  margin-top: 15px;
  color: #B4489C;
  text-align: right;
}
#price .price_monthly .price_per p {
  font-size: 22px;
  font-weight: bold;
}
#price .price_monthly .price_per p span {
  font-size: 28px;
}

@media screen and (max-width: 979px) {
  #price .price_monthly {
    width: 94%;
    border: 4px solid #bf199b;
    margin-top: 9vw;
    padding: 10% 4% 4%;
  }
  #price .price_monthly .headline {
    width: 90%;
    top: -7vw;
  }
  #price .price_monthly .price-wrap {
    flex-direction: column;
  }
  #price .price_monthly .text-price {
    font-size: 12vw;
  }
  #price .price_monthly .text-price span {
    font-size: 6vw;
    line-height: 1;
  }
  #price .price_monthly .text-price span small {
    font-size: 2vw;
    white-space: nowrap;
  }
  #price .price_monthly .text-multiple {
	font-size: 4.5vw;
  }	
  #price .price_monthly .price_normal {
    align-self: center;
  }
  #price .price_monthly .price_normal .text-part {
    font-size: 4vw;
    color: #143b86;
    margin-right: 10px;
  }
  #price .price_monthly .price_normal .text-price {
    font-size: 9vw;
  }
  #price .price_monthly .price_normal .text-price span,
  #price .price_monthly .price_normal .text-price span small {
    color: #143b86;
  }
  #price .price_monthly .price_discount {
    align-self: center;
    margin-top: 8vw;
    margin-left: 0;
  }
  #price .price_monthly .price_discount::before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #B4489C;
    top: -14vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #price .price_monthly .price_discount .text-price span,
  #price .price_monthly .price_discount .text-price span small {
    color: #B4489C;
  }
  #price .price_monthly .price_per {
    text-align: center;
  }
  #price .price_monthly .price_per p {
    font-size: 3.6vw;
  }
  #price .price_monthly .price_per p span {
    font-size: 4.6vw;
    color: #B4489C;
  }
}

