@charset "utf-8";
/***************************************************************************************************
	page_price.css
***************************************************************************************************/
/*
*/
#page_price {
  width: 100%;
  overflow: hidden;
  background-color: #c2d7e4;
}
/*  */
#page_price .gsty_tit_1 h2 {
  width:86px;
}
/*
*/
#page_price .blk_1 {
  padding:50px 0 40px 0;
}
/*
*/
#page_price .blk_2 {
  max-width: 700px;
  margin: auto;
  padding: var(--padding_1);
}
#page_price .blk_2 > section {
  background-color: #ffffff;
  padding:8%;
  border-radius: 20px;
}
#page_price .blk_2 p:nth-of-type(1) {
  margin-top: 10px;
}
#page_price .blk_2 p:nth-of-type(2) {
  margin-top: 10px;
}
#page_price .blk_2 p:nth-of-type(3) {
  margin-top: 15px;
}
#page_price .blk_2 p:nth-of-type(4) {
  margin-top: 10px;
}
#page_price .blk_2 p:nth-of-type(5) {
  margin-top: 10px;
}
/*
*/
#page_price .blk_3 {
  max-width: 700px;
  margin: auto;
  padding: var(--padding_1);
  padding-bottom: 10%;
}
/*  */
#page_price .blk_3 > div {
  background-color: #ffffff;
  padding:8%;
  border-radius: 20px;
  margin-top:5%;
}
/*  */
#page_price .blk_3_1 p:nth-of-type(1) {
  margin-top: 10px;
}
#page_price .blk_3_1 p:nth-of-type(2) {
  margin-top: 10px;
}
#page_price .blk_3_1 p:nth-of-type(3) {
  margin-top: 15px;
}
#page_price .blk_3_1 p:nth-of-type(4) {
  margin-top: 10px;
}
#page_price .blk_3_1 p:nth-of-type(5) {
  margin-top: 20px;
}
#page_price .blk_3_1 p:nth-of-type(6) {
  margin-top: 10px;
}
/*  */
#page_price .blk_3_2 {
  margin-top: 20px;
}
#page_price .blk_3_2 p:nth-of-type(1) {
  margin-top: 15px;
}
#page_price .blk_3_2 p:nth-of-type(2) {
  margin-top: 10px;
}
/*  */
#page_price .blk_3_3 {
  margin-top: 30px;
}
#page_price .blk_3_3 p:nth-of-type(1) {
  margin-top: 10px;
}
#page_price .blk_3_3 p:nth-of-type(2) {
  margin-top: 10px;
}
/*  */
#page_price .blk_3_4 {
  margin-top: 30px;
}
#page_price .blk_3_4 p:nth-of-type(1) {
  margin-top: 15px;
}
#page_price .blk_3_4 p:nth-of-type(2) {
  margin-top: 10px;
}
#page_price .blk_3_4 p:nth-of-type(3) {
  margin-top: 10px;
}
#page_price .blk_3_4 p:nth-of-type(4) {
  margin-top: 10px;
}
#page_price .blk_3_4 p:nth-of-type(5) {
  margin-top: 10px;
}
/*  */
#page_price .blk_3_5 {
  margin-top: 30px;
}
#page_price .blk_3_5 p:nth-of-type(1) {
  margin-top: 15px;
}
#page_price .blk_3_5 p:nth-of-type(2) {
  margin-top: 10px;
}
#page_price .blk_3_5 p:nth-of-type(3) {
  margin-top: 20px;
}
#page_price .blk_3_5 p:nth-of-type(4) {
  margin-top: 10px;
}
/*
*/
#page_price .psty_tit_1 {
  font-size: var(--fs_20);
  line-height: 1.5;
  font-weight: 600;
  color:var(--col_1);
}
#page_price .psty_blk_1 {
  font-size: var(--fs_14);
  line-height: 1.5;
  font-weight: 500;
  color:#e76ba4;
}
#page_price .psty_blk_2 {
  font-size: var(--fs_12);
  line-height: 1.5;
  font-weight: 500;
  color:var(--col_2);
}
#page_price .psty_blk_3 {
  font-size: var(--fs_12);
  line-height: 1.5;
  font-weight: 500;
  color:var(--col_1);
  padding:2% 6%;
  border-radius: 20px;
  background-color: #eff4fb;
  word-break: keep-all;
}
#page_price .psty_blk_4 {
  font-size: var(--fs_12);
  line-height: 1.75;
  font-weight: 500;
  color:var(--col_2);
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (width > 1000px) {


/*  */
}