.form-inline .calculation .calc_box .calc_number #result {
	font-size: 1.2em;
	padding: 5px 0 !important;
	display: block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #424242;
	font-weight: 400;
}
.form-inline .calculation .calc_box .calc_number #result a {
	color: #0028ff;
	text-decoration: underline;
	font-weight: bold;
}
.form-inline .calculation .calc_box .calc_number {
	margin-bottom: 0;
}
.c_check a {
	font-size: 20px;
}
#app_etc {
	color: #444;
	margin-top: 10px;
	font-size: 1.3em;
	font-weight: bold;
}
.list.app_list_apple {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.list.app_list_apple li {
  width: 50%;
  flex: 1 1 300px;
  display: flex;
}
.list.app_list_apple li a {
  display: flex;
  width: 100%;
  text-decoration: none;
}
.genre_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.first {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amount_text {
	width: fit-content;
	margin: 0 auto 1em;
	padding: 5px 1em;
	border-radius: 10px;
	font-size: 1.2em;
	border: 1px solid;
}
.apple_flex {
	display: flex;
	justify-content: center;
	align-items: last baseline;
	gap: 2em;
}
.payment_text .payment_text_span {
	display: block;
	font-size: 20px;
}
.payment_text {
	color: #000;
	font-weight: 500;
	transform: skewX(-15deg);
  width: 45%;
}
.payment_text_r {
	transform: skewX(0deg) !important;
}
.payment_text_r.payment_text .payment_text_span {
	display: block;
	font-size: 16px;
}
.payment_text_span2 {
	color: #000;
	font-size: 25px;
	display: inline-block;
	margin-top: 5px;
	background: linear-gradient(transparent 75%, #fff100 0%);
	line-height: 1.3em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
}
.apple_flex .line_apple {
	border: 1px solid;
	height: 55px;
	background-color: #000;
}
.percent {
	width: 45%;
	text-align: end;
}
.app_list_apple .genre_box.phone {
	padding: 20px 0;
}
.cv_box .cv_button, .cv_box .cv_line {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}



@media only screen and (max-width: 670px) {
#price {
	width: 85%;
}
#app_etc {
	font-size: 5vw;
}
h2.se span::before {
	left: -10%;
}
h2.se span::after {
	right: -10%;
}
.apple_flex {
	display: block;
}
.percent {
	width: 100%;
	text-align: center;
}
.apple_flex .line_apple {
	border: 1px solid;
	background-color: #000;
	width: 65%;
	margin: 5px auto;
	height: 0;
}
.payment_text {
	width: 100%;
	text-align: center;
}
a.btn-c span {
	font-size: 10px;
	left: 0;
	padding-top: 5px;
	padding-bottom: 2px;
	top: -1.3rem;
	right: 0;
	margin: 0 auto;
}
}