/* -----------------------------------------------------
 * price-catch_set
 * -------------------------------------------------- */
.price-catch_set {
  background-color: #fffc0e;
	padding: 7% 0;
}

.price_catch {
  font-weight: 900;
  font-size: calc(20px + 10 * (100vw - 360px) / 840); 
  line-height: 1.5;
  color: #21279a;
  text-align: center;
  letter-spacing: 0;
}
.price_catch span{
	font-size: calc(32px + 15 * (100vw - 360px) / 840);
	border-bottom: 4px solid #21279a;
}
.price_pic{
	display: none;
}
.price-catch_set ul{
	display: flex;
	justify-content: space-between;
	margin: 5% 0 3% 0;
}
.price-catch_set ul li{
	width: 31%;
}
.catch_price{
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
}
.catch_price img{
	margin: 0 auto;
	text-align: center;
}
.price_graph_bubble{
	margin: 20px auto 0 auto;
	text-align: center;
}
.price_graph {
	background: #fff;
	border-radius: 50px;
	text-align: center;
	position: relative;
	padding:7% 12%;
}
.price_graph .cat_pic{
	position: absolute;
	left:-10px;
	bottom:-20px;
}
.price_graph .graph_ttl{
	background-color: #21279a;
	font-size: calc(12px + 10 * (100vw - 360px) / 840);
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	line-height: 1.5;
	padding: 15px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
.price_graph .cat_pic{
	display: none!important;
}
}


@media screen and (max-width: 768px) {
.price-catch_set {
	padding: 15% 0;
}
.price_catch {
  font-size: calc(20px + 14 * (100vw - 360px) / 840); 
}
.price_catch span{
	font-size: calc(35px + 20 * (100vw - 360px) / 840);
}
.price-catch_set ul{
	display: none;
}
.price_pic{
	display: block;
	margin: 10% 0;
}
.price_graph_bubble{
	margin: 20px auto 0 auto;
	width: 80px;
}
.price_graph .graph_ttl{
	font-size: calc(15px + 15 * (100vw - 360px) / 840);
	padding: 15px;
	margin:0 5% 20px 5%;
}
.price_graph {
	border-radius: 30px;
	padding:8% 5%;
}
	
}

/* -----------------------------------------------------
 * price-table
 * -------------------------------------------------- */
.price-table {
  margin: 50px 0 0 0;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .price-table {
   margin: 23px 0 0 0;
  }
}

.price-table__th {
  line-height: 2.25;
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: top;
  letter-spacing: 0;
  padding: 20px 32px;
  border-right: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
}

@media screen and (max-width: 768px) {
  .price-table__th {
    padding: 16px 8px 16px 14px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .price-table__th:first-of-type {
    width: 96px;
  }
}

.price-table__td {
  line-height: 2.25;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 20px 32px;
  border-bottom: solid 1px #bbbbbb;
}
.last {
  border-bottom: none;
}


@media screen and (max-width: 768px) {
  .price-table__td {
    line-height: 2.08;
    font-size: 1.2rem;
    padding: 10px 18px 10px 18px;
  }
}

.price-table__tbody {
  background-color: #fff;
}

/* -----------------------------------------------------
 * price_basic_ser
 * -------------------------------------------------- */

.price_basic_ser {
  background-color: #cbd2ec;
	border-radius: 10px;
	position: relative;
	margin: 6% 0 70px 0;
}
/* -
.price_basic_ser:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #cbd2ec;
}
-- */
.price_basic_ser h3{
  background-color: #3b60d8;
	border-radius: 10px 10px 0 0;
	font-size: calc(10px + 12 * (100vw - 360px) / 840);
	padding: 15px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.price_basic_ser .basic_box{
	padding: 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.price_basic_ser .basic_box dl{
	width: 27%;
	margin: 0 auto;
	text-align: center;
}
.price_basic_ser .basic_box dt{
	background-color: #21279a;
	font-size: calc(8px + 8 * (100vw - 360px) / 840);
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	line-height: 1.5;
	padding: 8px;
	margin-bottom: 20px;
}
.price_basic_ser .basic_box ul{
	width: 68%;
	display: flex;
	justify-content: center;
}
.price_basic_ser .basic_box li{
	font-weight: 700;
	border-right: #fff 1px solid;
	border-left: #fff 1px solid;
	padding: 0 50px;
	margin: 0 auto;
	text-align: center;
}
.price_basic_ser .basic_box li:last-of-type{
	border-right: none;
	border-left: none;
	padding: 0 0 0 10px;
}
.price_basic_ser .basic_box li:first-of-type{
	padding: 0 10px 0 0;
	border-right: none;
	border-left: none;
}
.price_basic_ser .basic_box li p{
	font-weight: 700;
	text-align: center;
	font-size: calc(8px + 6 * (100vw - 360px) / 840);
}
.price_basic_ser .basic_box li .price_txt_b{
	color: #3b60d8;
}
.price_basic_ser .basic_box li .price_txt_b em{
	font-style: normal;
	font-family: "Poppins", sans-serif;
	font-size: calc(24px + 10 * (100vw - 360px) / 840);
}

@media screen and (max-width: 768px) {
.price_basic_ser {
	margin: 10% 0 30px 0;
}
.price_basic_ser:before {
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #cbd2ec;
}
.price_basic_ser h3{
	font-size: calc(15px + 12 * (100vw - 360px) / 840);
}
.price_basic_ser .basic_box{
	display: block;
	padding: 8%;
}
.price_basic_ser .basic_box dl{
	width: auto;
	margin: 0 auto 10% auto;
}
.price_basic_ser .basic_box dt{
	font-size: calc(15px + 8 * (100vw - 360px) / 840);
	padding: 8px;
	margin-bottom: 20px;
}
.price_basic_ser .basic_box dd{
	padding: 0 10%;
}
.price_basic_ser .basic_box ul{
	width: auto;
	display: block;
}
.price_basic_ser .basic_box li{
	border-right: none;
	border-left:  none;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	padding:5% 0;
}
.price_basic_ser .basic_box li:last-of-type{
	border-top: none;
	border-bottom: none;
	padding:5% 0;
}
.price_basic_ser .basic_box li:first-of-type{
	padding:5% 0;
	border-bottom: none;
}
.price_basic_ser .basic_box li p{
	font-size: calc(15px + 12 * (100vw - 360px) / 840);
}
.price_basic_ser .basic_box li .price_txt_b em{
	font-size: calc(36px + 22 * (100vw - 360px) / 840);
}	
}

/* -----------------------------------------------------
 * price_option_ser
 * -------------------------------------------------- */
.price_option_ser {
  background-color: #ffe2a5;
	border-radius: 10px;
	position: relative;
	margin:0;
}
.price_last {
	margin-bottom:10%;
}
.price_option_ser h3{
  background-color: #ffae00;
	border-radius: 10px 10px 0 0;
	font-size: calc(10px + 12 * (100vw - 360px) / 840);
	padding: 15px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.price_option_ser .option_box{
	padding: 5%;
}
.price_option_ser .option_box ul{
	display: flex;
	justify-content: center;
}
.price_option_ser .option_box li{
	font-weight: 700;
	border-right: #ffae00 1px solid;
	border-left: #ffae00 1px solid;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
	width: calc(100% / 3);
}
.price_option_ser .option_box li:last-of-type{
	border-right: none;
	border-left: none;
	padding: 0 0 0 20px;
}
.price_option_ser .option_box li:first-of-type{
	padding: 0 20px 0 0;
	border-right: none;
	border-left: none;
}
.price_option_ser .option_box li p{
	font-weight: 700;
	text-align: center;
	font-size: calc(8px + 6 * (100vw - 360px) / 840);
}
.price_option_ser .option_box li .price_txt_pl em{
	font-style: normal;
	font-family: "Poppins", sans-serif;
	font-size: calc(16px + 10 * (100vw - 360px) / 840);
	background: url("/images/price/02_plus.png")no-repeat left center;
	padding: 0 0 0 30px;
}
.price_option_ser .option_box li .price_txt_b{
	color: #ffae00;
}
.price_option_ser .option_box li .price_txt_b em{
	font-style: normal;
	font-family: "Poppins", sans-serif;
	font-size: calc(24px + 10 * (100vw - 360px) / 840);
}

.price_option_ser .other_box{
	padding: 0 5% 5% 5%;
}
.price_option_ser .other_box .other_ttl{
	background-color: #ffae00;
	font-size: calc(8px + 8 * (100vw - 360px) / 840);
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	line-height: 1.5;
	padding: 8px;
	margin-bottom: 20px;
	text-align: center;
}
.price_option_ser .other_box ul{
	display: flex;
	justify-content: space-between;
}
.price_option_ser .other_box li{
	background: #fff;
	padding: 3% 5%;
	width: 48%;
	border-radius: 10px;
}
.price_option_ser .other_box li p{
	color: #ffae00;
	font-size: calc(15px + 10 * (100vw - 360px) / 840);
	text-align: center;
	font-weight: 700;
}
.price_option_ser .other_box li .small{
	color: #000;
	font-size: calc(8px + 8 * (100vw - 360px) / 840);
}
.price_option_ser .other_box li .other_txt_b{
	font-size: calc(8px + 8 * (100vw - 360px) / 840);
}
.price_option_ser .other_box li .other_txt_b em{
	font-style: normal;
	font-family: "Poppins", sans-serif;
	font-size: calc(24px + 10 * (100vw - 360px) / 840);
}

@media screen and (max-width: 768px) {
	
.price_last {
	margin-bottom:25%;
}
	
.price_option_ser {
	margin: 0;
}
.price_option_ser h3{
	font-size: calc(15px + 12 * (100vw - 360px) / 840);
}
.price_option_ser .option_box{
	display: block;
	padding: 8%;
}
.price_option_ser .option_box ul{
	display: block;
}
.price_option_ser .option_box li{
	border-right: none;
	border-left:  none;
	border-top: #ffae00 1px solid;
	border-bottom: #ffae00 1px solid;
	padding:5% 0;
	width: auto;
}
.price_option_ser .option_box li:last-of-type{
	border-top: none;
	border-bottom: none;
	padding:5% 0;
}
.price_option_ser .option_box li:first-of-type{
	padding:5% 0;
	border-bottom: none;
	border-top: none;
}
.price_option_ser .option_box li .price_txt_pl em{
	font-style: normal;
	font-family: "Poppins", sans-serif;
	font-size: calc(21px + 14 * (100vw - 360px) / 840);
	padding: 0 0 0 20px;
	background-size: 15px;
}
.price_option_ser .option_box li p{
	font-size: calc(15px + 12 * (100vw - 360px) / 840);
}
.price_option_ser .option_box li .price_txt_b em{
	font-size: calc(36px + 22 * (100vw - 360px) / 840);
}	
	
.price_option_ser .other_box{
	padding: 0 8% 8% 8%;
}
.price_option_ser .other_box .other_ttl{
	font-size: calc(15px + 8 * (100vw - 360px) / 840);
}
.price_option_ser .other_box ul{
	display: block;
}
.price_option_ser .other_box li{
	padding: 6% 7%;
	width: auto;
	margin-bottom: 8%;
}
.price_option_ser .other_box li p{
	font-size: calc(18px + 15 * (100vw - 360px) / 840);
}
.price_option_ser .other_box li .small{
	font-size: calc(12px + 10 * (100vw - 360px) / 840);
}
.price_option_ser .other_box li .other_txt_b{
	font-size: calc(12px + 10 * (100vw - 360px) / 840);
}
.price_option_ser .other_box li .other_txt_b em{
	font-style: normal;
	font-family: "Poppins", sans-serif;
	font-size: calc(36px + 22 * (100vw - 360px) / 840);
}
	
}