@charset "UTF-8";

/* 汎用CSS読み込み */
@import url("../css/lp-utill.css");


/*==========================================================================
 common css
========================================================================== */
main{
	background-color: #FEF7C0;
}
main .br { display: block; }
main .split { display: inline-block; }
main .fontBold { font-weight: bold; }
main .fontRed { color: #d90000; }
main .inner {
	width: 90%;
	max-width: 990px;
	margin: 0 auto;
}
main .number {
	font-family: 'Questrial', sans-serif;
}
main img {
	-webkit-backface-visibility: visible;
}
main img.spImg {
	display: none;
}
main p {
	margin-bottom: 0;
}
.btn-apply{
	
}
@media screen and (max-width: 768px) {
	.btn-apply{
		width: 70%;
		margin: 0px auto;
	}
}

/*-----------------------------------------------------------------------
 mainVisual
*----------------------------------------------------------------------- */
.mainVisual {

}
.mainVisual-inner {
	background: url("../img/bg_mv02.png") repeat-x center bottom;
	background-size: 1270px;
	padding: 0%;
}
.mainVisual-inner-img{
	background-color: transparent;
	max-width: 1100px;
	width: 100%;
	margin: 0px auto;
	padding: 0;
}
.mainVisual-inner-btn{
	position: absolute;
	margin: auto;
	width: 36%;
	bottom: 9%;
	left: 39px;
	right:0;
	max-width: 380px;
	min-width: 240px;
}
.mainVisual-inner-btn-close{
	position: relative;
	margin: auto;
	width: 36%;
	bottom: 0;
	left: 0px;
	right:0;
	max-width: 380px;
	min-width: 240px;
}

@media screen and (max-width: 1100px) {
	.mainVisual-inner-btn span{
		display:none;
	}
}


@media screen and (max-width: 768px) {
	.mainVisual-inner {
		background: none;
		padding: 0;
	}
	.mainVisual-inner-img{
		width: 100%;
	}
	.mainVisual-inner-img{
		padding: 0%;
	}
	.mainVisual-inner-btn{
		position: absolute;
		bottom: 25%;
		left:0;
		right:0;
		margin: auto;
		width: 54%;
		min-width: 100px;
	}
}

/*-----------------------------------------------------------------------
 period
*----------------------------------------------------------------------- */
.period {
	background: #4B3326;
}
.period-inner {
	padding: 2.1% 0% 0.9%;
}
.period img {
	width: 60%;
	max-width: 600px;
	margin: -2.6% 0 0;
	position: relative;
	z-index: 1;
}
.period-inner span{
	display:none;
}
@media screen and (max-width: 1100px) {
	.period-inner span{
		display:block;
		font-weight: bold;
	}
	.period-inner {
		padding: 2% 0% 1%;
	}
	.period img {
		margin: -2.6% 0 0.9%;
	}
}
@media screen and (max-width: 767px) {
	.period-inner {
		padding: 2.4% 0% 1.5%;
	}
	.period img {
		margin: -2.6% 0 1.5%;
		width: 80%;
	}
}
@media screen and (max-width: 583px) {
	.period-inner {
		padding: 3.2% 0%;
	}
}
@media screen and (max-width: 479px) {
	.period-inner {
		padding: 3.8% 0%;
	}
	.period-inner span {
    font-size: 11px;
}
}

/*-----------------------------------------------------------------------
 read
*----------------------------------------------------------------------- */
.readmain {
	background: url("../img/bg_read.png") no-repeat center top;
	background-size:cover;
	margin: 0;
	padding: 4%;
}
.readmain-inner {
	max-width: 1280px;
	margin: 0px auto;
	padding: 0% 2%;
}
.readsub-inner {
	max-width: 1280px;
	margin: 0px auto;
	padding: 4%;
}

/*-----------------------------------------------------------------------
 plan
*----------------------------------------------------------------------- */
.plan {
	background: url("../img/bg_plan.png") no-repeat center top;
	background-size:cover;
	margin: 0;
	padding: 4%;
}
.plan-inner {
	max-width: 1080px;
	margin: 0px auto;
	padding: 4%;
}
.planlist {
	background-color: #FFF;
}
.planlist-box {
	display: flex;
	flex-wrap: wrap;
	padding: 1%;
}
.planlist-box li{
	width: 32.3%;
	margin: 0.5%;
}
@media screen and (max-width: 767px) {
	.planlist-box li{
		width: 48%;
		margin: 1%;
	}
	.planlist-box li img{
		width: 100%;
	}
}

/*-----------------------------------------------------------------------
 sim
*----------------------------------------------------------------------- */
.sim {
	background: url("../img/bg_search.jpg") repeat center top;
	margin: 0;
	padding: 4%;
}

@media screen and (max-width: 767px) {
	.sim {
		padding: 10% 4% 0%;
	}
}

.select-area::before,
.select-area::after {
	border-top: 0.6em solid #181e38;
	border-right: 1em solid transparent;
	border-left: 1em solid transparent;
	content: '';
	display: inline-block;
}
.select-area::before {
	margin: 0 auto 0.6em;
}
.select-area::after {
	margin: 0.8em auto 0.6em;
}
.select-area ::-ms-expand {
	display: none;
}
.select-wrap,
.select-area select {
	width: 640px;
}
.select-area select optgroup{
	font-size: 16px !important;
}
.select-area select option{
	font-size: 16px !important;
}

.select-wrap {
	display: block;
	margin: 0 auto;
	position: relative;
}
.select-wrap:nth-of-type(1) {
	margin: 0 auto 1em;
}
.select-wrap:nth-of-type(2) {
	margin: 0 auto;
}
.select-wrap::after {
	border-top: 3px solid #181E38;
	border-right: 3px solid #181E38;
	content: '';
	display: block;
	height: 1em;
	margin: -0.8em 0.8em 0 0;
	pointer-events: none;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: rotate(135deg);
	width: 1em;
}
.select-area select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 0.6em 0.6em 0.5em;
	position: relative;
	border-radius: 20px;
	background-color: #FFF;
}
.select-area select:focus {
	outline:none;
}

@media screen and (max-width: 767px) {
	.select-wrap,
	.select-area select {
		width: 100%;
	}
	.select-area select {
		font-size: 16px;
	}
}
@media screen and (max-width: 583px) {
	.select-area select {
		font-size: 16px;
	}
	.select-wrap::after {
		height: 0.5em;
		right: 3%;
		margin: -0.5em 0.5em 0 0;
		width: 0.5em;
	}
}



/*-----------------------------------------------------------------------
gaiyo
*----------------------------------------------------------------------- */
#gaiyo {
	margin-bottom: 20px;	
}
.gaiyo-ttl {
	font-size: calc(1.75rem + ((1vw - 7.68px) * 0.463)); /* 30 to 28 */
	margin: 0 auto;
	background-color: #FF2929;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.0;
	padding: 0.9em 0 0.85em;
	position: relative;
	text-align: center;
}
.gaiyo-txt {
	border: 1px solid #FF2929;
	border-top: none;
}
.gaiyo-txt p {
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	word-wrap: break-word;
	font-size: 16px;
	background-color: #fff;
}
.gaiyo-txt p span{
	font-weight: bold;
}
.gaiyo-txt p > sup,
#kiyaku p > sup {
	color: #f00;
    margin-left: -2px;
    font-size: 12px;
}
.gaiyo-txt p span.order-airport-caution,
#kiyaku p span.order-airport-caution {
	display: block;
    font-weight: normal;
    font-size: 12px;
	margin-left: 14px;
	margin-bottom: 20px;
}
.gaiyo-txt p span.order-airport-caution sup,
#kiyaku p span.order-airport-caution sup {
	color: #f00;
	font-size: 12px;
}
.gaiyo-txt p span.order-airport-caution br,
#kiyaku p span.order-airport-caution br{
	display:none;
}

@media screen and (max-width: 767px) {
	.gaiyo-ttl {
		font-size: calc(1.125rem + ((1vw - 3.2px) * 2.2371)); /* 28 to 18 */
	}
	.gaiyo-txt p {
		font-size: 14px;
	}
	.gaiyo-txt p span.order-airport-caution {
		text-indent: -11px;
	}
	.gaiyo-txt p span.order-airport-caution sup {
		font-size: smaller;
	}
	.gaiyo-txt p span.order-airport-caution br,
	#kiyaku p span.order-airport-caution br {
		display:block;
	}
}


/*-----------------------------------------------------------------------
kiyaku
*----------------------------------------------------------------------- */
/* font settings -----*/
.kiyaku-ttl a {
	font-size: calc(1.75rem + ((1vw - 7.68px) * 0.463)); /* 30 to 28 */
}
/* content settings -----*/
.kiyaku-ttl {
	margin: 0 auto;
	background-color: #FFF;
}
.kiyaku-ttl a {
	border: 1px solid #FF2929;
	color: #FF2929;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 0 auto;
	letter-spacing: 0.08em;
	line-height: 1.0;
	padding: 0.9em 0 0.85em 44px;
	position: relative;
	text-align: left;
}
.kiyaku-ttl a:hover {
	opacity: 1.0;
}
.kiyaku-ttl a::before,
.kiyaku-ttl a::after {
	position: absolute;
	top: 50%;
	right: 24px;
	content: '';
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background-color: #FF2929;
}
.kiyaku-ttl a::after {
	transition: 0.2s ease;
	transform: rotate(90deg);
}
.kiyaku-ttl a.open::after {
	transform: rotate(180deg);
}
#kiyaku .accordionInner {
	border: 1px solid #FF2929;
	border-top: none;
	display: none;
}
#kiyaku .accordionInner p {
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	word-wrap: break-word;
	font-size: 16px;
	background-color: #fff;
}
#kiyaku p span{
	font-weight: bold;
}


@media screen and (min-width: 1200px) {
	/* font settings -----*/
	.kiyaku-ttl a {
		font-size: 30px;
	}
}

@media screen and (max-width: 979px) {
	/* font settings -----*/
	#kiyaku .accordionInner p {
		font-size: 14px;
	}
	/* content settings -----*/
	.kiyaku-ttl a {
		padding: 0.74em 0 0.74em 32px;
	}
	.kiyaku-ttl a::before,
	.kiyaku-ttl a::after {
		width: 24px;
	}
}

@media screen and (max-width: 767px) {
/* font settings -----*/
	.kiyaku-ttl a {
		font-size: calc(1.125rem + ((1vw - 3.2px) * 2.2371)); /* 28 to 18 */
	}
	#kiyakuText {
		font-size: calc(0.8125rem + ((1vw - 3.2px) * 0.4474)); /* 15 to 13 */
	}
	/* content settings -----*/
	#kiyaku {
		padding: 10px 0;
	}
	.kiyaku-ttl a::before,
	.kiyaku-ttl a::after {
		width: 20px;
	}
}


@media screen and (max-width: 583px) {
	.kiyaku-ttl a {
	padding: 0.7em 0 0.7em 24px;
	}
	.kiyaku-ttl a::before,
	.kiyaku-ttl a::after {
		width: 18px;
	}
	#kiyakuText {
		padding: 20px 24px;
	}
}


@media screen and (max-width: 479px) {
	.kiyaku-ttl a {
		padding: 0.7em 0 0.7em 12px;
	}
	.kiyaku-ttl a::before,
	.kiyaku-ttl a::after {
		right: 13px;
		width: 16px;
	}
	#kiyakuText {
		padding: 12px 16px;
	}
}


/*-----------------------------------------------------------------------
 sns
----------------------------------------------------------------------- */

.share_sns .inner {
	background: #fff;
	margin: 0 auto 4%;
	padding: 2.9% 0;
	position: relative;
	text-align: left;
	width: 76%;
}
.share_sns-text {
	margin: 0 0 0 9.4%;
	width: 18%; /* 862:229=100:x */
}
.share_sns-list {
	margin: 0 6% 0 0;
	text-align: right;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right:0;
	width: 104%; /* ここでsns画像のサイズ調整 */
}
.share_sns-list a {
	display: block;
}
.share_sns-list a:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.share_sns-list li:nth-of-type(1) {
	margin: 0 4.4% 0 0%; /* 1000:44=100:x */
	width: 10.5%; /* 1000:105=100:x */
}
.share_sns-list li:nth-of-type(2),
.share_sns-list li:nth-of-type(3) {
	margin-right: 5%; /* 1000:50=100:x */
	width: 9.5%; /* 1000:95=100:x */
}
.share_sns-list li:nth-of-type(4) {
	width: 9.3%; /* 1000:93=100:x */
	margin-right: 8%;
}
@media screen and (max-width: 767px) {
	.share_sns .inner {
		width: 94%;
	}
}
@media screen and (max-width: 583px) {
	.share_sns .inner {
		width: 100%;
	}
}

/*-----------------------------------------------------------------------
 scroll Top
----------------------------------------------------------------------- */
#pageTop {
	background: #111;
	border-radius: 50%;
	border: 3px solid #FFF;
	bottom: 0;
	box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.3);
	height: 80px;
	margin: 0 4% -20% 0;
	position: fixed;
	right: 0;
	text-align: center;
	transition: 0.3s ease;
	width: 80px;
	z-index: 10;
}
#pageTop.show {
	margin: 0 4% 4% 0;
}
#pageTop::before {
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	content: '';
	display: inline-block;
	height: 26px;
	left: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 58%;
	transform: rotate(-45deg);
	width: 26px;
}
@media screen and (max-width: 767px) {
	#pageTop {
		height: 60px;
		width: 60px;
	}
	#pageTop::before {
		height: 18px;
		margin: -10px 0 0 -12px;
		width: 18px;
	}
}

/*-----------------------------------------------------------------------
 close settings
----------------------------------------------------------------------- */
/* font settings 1199 to 320 */
.mainVisual .closeText {
	font-size: calc(0.9375rem + ((1vw - 3.2px) * 2.8441)); /* 40px to 15px */
}
/* content settings */
.mainVisual-inner {
	position: relative;
}
.close,
.mainVisual .closeText {
	position: absolute;
	margin: 0;
	padding: 0;
}
.close {
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.mainVisual .closeText {
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	z-index: 10;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding-top: 20%;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* kiyaku open */
.kiyaku-ttl.is-close {
	pointer-events: none !important;
}
.kiyaku-ttl.is-close a::before,
.kiyaku-ttl.is-close a::after {
	display: none;
}
.accordionInner.is-close {
	display: block !important;
}
@media screen and (min-width: 1200px) {
	.mainVisual .closeText {
		font-size: 40px;
	}
}





@media print {
	.pchide{
		display: none;
	}
}



/*-----------------------------------------------------------------------
 simulate
----------------------------------------------------------------------- */
/* font settings 320 to 1199-----*/
.select_area-head {
	font-size: calc(1.0625rem + ((1vw - 3.2px) * 1.0239)); /* 17 to 26 */
  }
  /* content settings -----*/
  .simulate-head_wrap {
	position: relative;
  }
  .simulate-head {
	margin: 0 auto 5%;
	width: 100%; /* 750:100=662:x  */
  }
  .simulate-head_note {
	left: 0;
	bottom: 0;
	margin: 0 0 9% 0;
	padding: 0 19.5% 0 0;
	position: absolute;
	text-align: right;
	text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
	width: 100%;
  }
  .simulate-text {
	color: #fff;
	margin: 0 auto;
	padding: 0 0 8% 0;
	position: relative;
	text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
  }

  .select_area {
	background: #0088dc;
	padding: 4% 0 2.5%;
  }
  .select_area-head {
	color: #fff;
	line-height: 1.5;
	margin: 0 auto 2.5%;
  }
  
	

  
  
  
  @media screen and (min-width: 584px) {
	/* font-settings 584 to 767 */
	.simulate-head_note {
	  font-size: calc(0.625rem + ((1vw - 5.84px) * 1.0929)); /* 10 to 12*/
	}
	/* content settings */
	.simulate-head {
	  margin: 0 auto 2%;
	  width: 77%; /* 1000:100=770:x */
	}
	.simulate-head_note {
	  margin: 0 auto 5.3%;
	  padding: 0 6% 0 0;
	  width: 77%;
	}
	.simulate-text {
	  padding: 0 0 5% 0;
	}
	.simulate-text.is-after_icon::after {
	  margin: 0 1% 0 0;
	  padding: 0 0 33.6%; /* 1000:100=336:x */
	  width: 22%; /* 1000:100=220:x */
	}
  }
  @media screen and (min-width: 768px) {
	/* font-settings 768 to 1199 */
	.simulate-head_note {
	  font-size: calc(0.8125rem + ((1vw - 7.68px) * 0.6961)); /* 13 to 16*/
	}
	.simulate-text {
	  font-size: calc(1rem + ((1vw - 7.68px) * 0.464)); /* 16 to 18 */
	}
	/* content settings */
	.simulate-head_note,
	.simulate-text {
	  font-weight: bold;
	}
	.simulate-text {
	  padding: 0 0 4% 0;
	}
	.simulate-text.is-after_icon::after {
	  margin: 0 2.5% 0 0;
	}
  }
  @media screen and (min-width: 960px) {
	/* font-settings 960 to 1199 */
  }
  @media screen and (min-width: 1200px) {
	/* font-settings 1200 */
	.simulate-head_note {
	  font-size: 16px;
	}
	.simulate-text {
	  font-size: 18px; /* 16 to 18 */
	}
  }
  
  
  
  
  
  
  
  
  /*-----------------------------------------------------------------------
   simulate_area
  ----------------------------------------------------------------------- */
  
  /* content settings */
  #od1a,
  #od1b {
	display: none;
  }
  
  .order_area1,
  .order-area2 {
  }
  
  .order_area1 {
	border-top: none;
	margin: 0 auto 44px;
	padding: 0 0 1.5em;
	max-width: 800px;
  }
  .order_area1-title {
	background: #181E38;
	margin: 0 auto;
	padding: 20px 0;
  }
  .order_area1-title> img {
	width: 750px;
  }

  
  .order1-innerbox1,
  .order1-innerbox2 {
	margin: 0 auto;
	width: 100%;
  }
  
  
  .order1-innerbox1 {
  
  }
  
  
  
  
  
   .order1-innerbox1::before {
	content: "";
	background: url("../img/simulate_arrow.png") no-repeat center center;
	background-size: 100% auto;
	margin: 3% auto 0;
	padding: 0 0 10%;
	width: 30%; /* 1000:100=106:x */
	display: block;
	}
  
  
  
  
  .order1-innerbox1> p {
	color: #F62900;
	font-size: 30px;
	font-weight: bold;
	padding: 0.5em 0 0.4em;
	margin: 0 auto;
  }

  .order_area1+ p img {
	padding: 14px 0 36px;
  }
  .price-wrap {
	background: #fff;
	border: 4px solid #000;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.0;
	margin: 2.5% auto 5%;
	padding: 6% 7% 3.5%;
	position: relative;
	width: 100%;
  }
  .price_inner {
	max-width: 530px;
	margin: 0 auto;
  }
  
  
  
  
  
  
  
  
  .price-title,
  .price-list,
  .order1-note {
	margin: 0 auto;
	width: 100%;
  }
  
  .price-title {
	letter-spacing: 0;
	line-height: 1.0;
	margin: 0 auto 30px;
	min-height: 43px;
	position: relative;
	text-align: left;
  }
  .price-title img,
  .price-title span {
	vertical-align: middle;
  }
  .price-title img {
	margin: 0 12px 0 0;
	width: 64px;
  }
  .price-title span {
	position: relative;
	top: 0.04em;
  }
  .price-title-sub {
	  padding-bottom: 10px;
	  font-size: 20px;
	  text-align: left;
  }
  .price-rate {
	margin: -10% -1.2% 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 30%; /* around 370px / 1000px */
  }
  
  
  
  
  .price-list {
	text-align: left;
  }
  .price-list li {
	display: block;
  }
  .price-list li:not(:nth-of-type(1)) {
	margin: 1.8em auto 0;
  }
  .price-list li span {
	display: inline-block;
	font-weight: bold;
  }
  .text-wrap1,
  .text-wrap2 {
	border-bottom: 1px solid #8C8F9A;
	height: 54px;
	vertical-align: bottom;
  }
  
  
  
  .price-list li {
	position: relative;
  }
  .text-wrap2 {
	position: absolute;
	right: 0;
	text-align: right;
	width: 15em;
  }
  
  
.capa500 .text-wrap1,
.capa1g .text-wrap1,
.unlimited .text-wrap1 {
	letter-spacing: -0.4em;
	padding: 0 1em 12px 0;
  }
  .capa500 .text-wrap2,
  .capa1g .text-wrap2,
  .unlimited .text-wrap2 {
	padding: 0 0.5em 13px 0;
  }
  .capa500.only500 .text-wrap1,
  .capa500.only500 .text-wrap2 {
  /*  border-bottom: none; */
  }
  #chinapre500,
  #chinapre1g,
  #chinapreunlimi {
	font-size: 13px;
	letter-spacing: 0.06em;
	line-height: 1.4;
	margin: 8px 0.4em 16px 0;
	text-align: right;
  }
  .text-wrap1 {
	margin: 0 58px 0 0;
	position: relative;
  }
  .capa500 .text-wrap1::before,
  .capa500 .text-wrap1::after {
	content: '';
	display: block;
	font-size: 15px;
	position: absolute;
	bottom: 0;
  }
  .capa500 .text-wrap1::before {
	background: #f62900;
	height: 1em;
	margin: 0 -2.5em -0.5em 0;
	right: 0;
	width: 1.2em;
  }
  .aPremium .capa500 .text-wrap1::before,
  .aPremium .capa500 .text-wrap1::after{
	bottom:-78%;
  }
  .capa500 .text-wrap1::after {
	border-top: 1.1em solid transparent;
	border-left: 1em solid #f62900;
	border-bottom: 1.1em solid transparent;
	margin: 0 -3.4em -1.1em 0;
	right: 0;
  }
  .capa500.only500 .text-wrap1::before,
  .capa500.only500 .text-wrap1::after {
	bottom: 54.4%;
  }
  .capa500.alsoUnlimi .text-wrap1::before,
  .capa500.alsoUnlimi .text-wrap1::after {
	bottom: -75.6%;
  }
  .text-wrap1> span,
  .text-wrap2> span {
	letter-spacing: -0.4em;
	vertical-align: middle;
  }
  /* font-settings ----- */
  .price-alphaNum {
	font-family: 'Roboto', sans-serif;
  }
  .price-title {
	font-size: 28px;
  }
  .text-wrap1 .text1 .price-jpn {
	font-size: 16px;
  }
  .text-wrap1 .text1 .price-alphaNum {
	font-size: 12px;
  }
  .text-wrap1 .text2 .price-alphaNum {
	font-size: 23px;
  }
  .text-wrap1 .text2 .price-jpn {
		font-size: 15px;
		text-align: right;
	}
	/* Safari fix */
	.safari .text-wrap1 .text2 .price-jpn {
		width: 3em;
	}
  .text-wrap1 .text2 .price-jpn .slash {
	font-size: 13px;
  }
  .text-wrap2 .text3 .price-alphaNum {
	font-size: 40px;
  }
  .text-wrap2 .text3 .price-jpn {
	font-size: 21px;
  }
  .text-wrap2 .text3 .price-jpn .slash {
	font-size: 17px;
  }
  /* content-settings ----- */
  .text-wrap1 .text1 {
	font-weight: bold;
	margin: 0 2.6em 0 0;
	padding: 0.35em 0.5em;
	text-align: center;
	width: 6.1em;
	}
	/* Safari fix */
	.safari .text-wrap1 .text1 {
		width: 6.4em;
	}
	
  .unlimited .text-wrap1 .text1 {
	padding: 0.9em 0.5em;
  }
  .text-wrap1 .text1 .price-jpn {
	letter-spacing: 0.1em;
  }
  .text-wrap1 .text2 .price-alphaNum {
	text-decoration: line-through;
  }
  .text-wrap1 .text2 .price-jpn,
  .text-wrap2 .text3 .price-jpn {
	letter-spacing: 0.2em;
	}
	.text-wrap2 .text3 .price-jpn,
	.text-wrap1 .text2 .price-jpn {
		width: 2.6em;
	}
  .text-wrap1 .text1 .price-alphaNum,
  .text-wrap1 .text2 .price-alphaNum,
  .text-wrap2 .text3 .price-alphaNum {
	letter-spacing: 0.06em;
  }
  .capa500 .text1 {
	background: #F5C3A0;
	color: #9F4700;
  }
  .capa1g .text1 {
	background: #EFC6D2;
	color: #9D4860;
  }
  .unlimited .text1 {
	background-color: #acdef0;
	color: #2e5765;
  }
  .text-wrap1 .text1 .price-alphaNum {
	display: block;
	padding: 0.3em 0 0;
  }
  .text-wrap1 .text2 .price-alphaNum,
  .text-wrap2 .text3 .price-alphaNum {
	margin: 0 -0.08em 0 0;
  }
  .text-wrap1 .text2 .price-jpn .slash,
  .text-wrap2 .text3 .price-jpn .slash {
	margin: 0 -0.2em 0 -0.1em;
	position: relative;
	top: -0.1em;
  }
  .text-wrap1 .text2 .price-alphaNum,
  .text-wrap2 .text3 .price-alphaNum {
	width: 2.8em;
	text-align: right;
  }
  .text-wrap2 .text3 {
	color: #F62900;
  
  }
  .order1-innerbox2 {
	margin: 0 auto;
  }
  .order1-note,
  .order1-note li {
	font-size: 13px;
  }
  .order1-note {
	margin: 1.5em auto 0;
  }
  .order1-note li {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	padding: 0 0 0 0.2em;
	text-align: left;
  }
  .order1-note li:not(:last-of-type) {
	margin: 0 auto 0.3em;
  }
  
  
  
  .order-btn.btn.yellow {
	border-width: 3px;
	font-size: 20px;
	padding-top: 0.9em;
	padding-bottom: 0.8em;
	padding: 0.9em 62px 0.8em 48px;
	width: 350px;
  }
  /* order-area2 ----- */
  .order-area2 {
	margin: 0 auto 22px;
	padding: 60px 0 28px;
  }
  .order2-innerbox {
	background: url(/campaign/imotochange/img/chirashi_sale.png) left 66px top 1.7em no-repeat;
	background-size: 216px auto;
	margin: 0 auto 40px;
	padding: 0 0 0 368px;
	text-align: left;
  }
  .order2-innerbox p {
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto 8px;
  }
  .order2-innerbox .emphasis {
	background: #F62900;
	color: #fff;
	display: inline-block;
	margin: 6px auto 0;
	padding: 0 16px 0 10px;
  }
  .emphasis span:not(.inlineWrap) {
	letter-spacing: 0;
  }
  .emphasis .small-jpn {
	font-size: 21px;
  }
  .emphasis .large-jpn {
	font-size: 26px;
  }
  .emphasis .large-alphanum {
	font-size: 34px;
	position: relative;
	top: 0.08em;
  }
  .order2-note {
	margin: 0 auto 26px;
	text-align: left;
  }
  .order2-note li {
	letter-spacing: 0;
  }
  .upfile-label {
	background-color: #0e0e0e;
	color: #fff;
	cursor:pointer;
	display: inline-block;
	font-size: 18px;
	margin: 0 auto 6px;
	padding: 0.7em 0 0.6em;
	text-align: center;
	width: 330px;
  }
  .upfile-label input {
	display: none;
  }
  .upfile-log {
	font-weight: bold;
  }
  .upfile-log.err {
	color: #f00;
  }
  .is-disabled {
	display: none;
  }
  .is-overlay {
	position: relative;
  }
  .is-overlay::before {
	background: rgba(0,0,0,0.7);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
  }
  .is-overlay::after {
	color: #fff;
	content: 'まずは「かんたん申込み」で割引額をチェック！';
	display: block;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 3;
  }
  .order-area2 .order-btn.btn.yellow {
	font-size: 19px;
	letter-spacing: 0;
	padding: 0.5em 58px 0.4em 40px;
	text-align: left;
  }
  .order-area2 .order-btn .spanBr {
	display: block;
	font-size: 13px;
	margin: 0 auto;
	text-align: left;
  }
  
  
  


  /* font settings 320 to 480 -----*/
	.com-order_btn {
		font-size: calc(1.0625rem + ((1vw - 3.2px) * 4.375)); /* 18px to 24px */
	}

  .com-order_btn {
	background: #0088dc;
	border-radius: 100px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 auto 3%;
	padding: 0.6em 0em 0.5em 0.4em;
	position: relative;
	text-shadow: 0 0 0 #000;
	width: 96%;
	display: block;
	text-decoration: none;
	color: #fff;
  }
  
  .com-order_btn.is-after_symbol::after {
	content: "";
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	bottom: 0;
	height: 0.45em;
	margin: 0 0.75em 0.95em 0;
	position: absolute;
	right: 0;
	transform: rotate(45deg);
	width: 0.45em;
  }
  @media screen and (min-width: 584px) {
	/* font settings 320 to 480 -----*/
	.com-order_btn {
	  font-size: calc(1.4375rem + ((1vw - 5.84px) * 1.6393)); /* 23px to 26px */
	}
	.com-order_btn {
	  background: #0088dc;
	  border: none;
	  color: #fff;
	  max-width: 450px;
	  padding: 0.7em 0em 0.6em 0.3em;
	  width: 75%;
	}
	.com-order_btn.is-after_symbol::after {
	  border-top: 3px solid #fff;
	  border-right: 3px solid #fff;
	  margin: 0 0.9em 1.05em 0;
	}
  }
  @media screen and (min-width: 768px) {
	.com-order_btn {
	  margin: 0 auto 2%;
	  padding: 0.65em 0em 0.55em 0.3em;
	}
  }


  @media screen and (min-width: 768px) {
		.com-order_btn {
			font-size: 33px;
			max-width: 600px;
		}
		.com-order_btn.is-after_symbol::after {
			margin: 0 0.9em 1.15em 0;
		}
		.text-wrap2 .text3 .price-jpn,
		.text-wrap1 .text2 .price-jpn {
			width: 3em;
		}
		/* Safari fix */
		.safari .text-wrap2 .text3 .price-jpn {
			width: 3.2em;
		}
		/* Safari fix */
		.safari .text-wrap1 .text2 .price-jpn {
			width: 3.5em;
		}
  }


  /* ie fix ---------------------------------------- */
.select_wrap::after {
	margin: -1.2em 1.1em 0 0;
  }
  /* ie fix ---------------------------------------- */
  @media screen and (min-width: 768px) {
	#plan5 .capa500 span::before,
	  #plan5 .capa500 span::after {
	  bottom: -165.6%;
	}
  }
  @media screen and (max-width: 767px) {
	/* font settings 767 to 320-----*/
	.select_area::before,
	.select_area::after {
	  font-size: calc(1.375rem + ((1vw - 3.2px) * 2.6846)); /* 34px to 22px */
	}
	.select_area select {
	  font-size: 16px;
	}
	.select_wrap::after {
	  font-size: calc(1.625rem + ((1vw - 3.2px) * 0.8949)); /* 30px to 26px */
	}
	.order1-innerbox1> p {
	  font-size: calc(0.9375rem + ((1vw - 3.2px) * 2.4609)); /* 26px to 15px */
	}
	  /* font settings 767 to 480-----*/
	.text-wrap1::before,
	.text-wrap1::after,
	.capa500 .text-wrap1::before,
	.capa500 .text-wrap1::after,
	.text-wrap1 {
	  font-size: calc(0.8125rem + ((1vw - 4.8px) * 0.3484)); /* 14px to 13px */
	}
	/* content settings -----*/
	.select_area ::-ms-expand {
	display:	 none;
	}
	.select_wrap,
	.select_area select {
	  max-width: 335px;
	  width: 100%;
	}
	.select_wrap::after {
	  height: 0.38em;
	  margin: -0.34em 0.6em 0 0;
	  width: 0.38em;
	}
	.select_area select {
	  padding: 0.6em 1.2em 0.4em;
	}
	.price-wrap {
	  padding: 6% 7% 4.4%;
	}
	.price-title {
	  letter-spacing: 0.06em;
	  margin: 0 auto 0.8em;
	}
	.price-title::after {
	  content: '';
	  display: inline-block;
	  height: 100%;
	  width: 1px;
	}
	.price-title img,
	.price-title span {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	}
	.price-title img {
	  left: 0;
	  width: 15%;
	}
	.price-title span {
	  left: 0;
	  line-height: 1.2;
	  margin: 0 0 0 19%;
	  width: 58%;
	}
	.price-rate {
	  margin: -8.9% -4.6% 0 0;
	}
  
	#plan1 li:nth-of-type(1),
	#plan2 li:nth-of-type(2),
	#plan3 li:nth-of-type(3),
	#plan5 li:nth-of-type(5) {
	  padding: 0 0 1.4em;
	  border-bottom: 1px solid #ccc;
	}
	.price-list li span {
	  line-height: 1.0;
	}
	.text-wrap1,
	.text-wrap2 {
		height: auto;
		width: 100%;
	}
	.text-wrap1 {
	  border: 0;
	  margin: 0 auto;
	  position: relative;
	  text-align: left;
	}
	.text-wrap1::before,
	.text-wrap1::after {
	  bottom: 0;
	  content: '';
	  display: block;
	  left: 50%;
	  position: absolute;
	}
	.text-wrap1::before,
	.text-wrap1::after,
	.capa500 .text-wrap1::before,
	.capa500 .text-wrap1::after,
	.capa500.only500 .text-wrap1::before,
	.capa500.only500 .text-wrap1::after,
	.capa500.alsoUnlimi .text-wrap1::before,
	.capa500.alsoUnlimi .text-wrap1::after,
	.aPremium .capa500 .text-wrap1::after,
	.aPremium .capa500 .text-wrap1::before {
	  bottom: -64%;
	}
	.capa500 .text-wrap1,
	.capa1g .text-wrap1,
	.unlimited .text-wrap1 {
	  padding: 0;
	}
	.text-wrap1::before,
	.capa500 .text-wrap1::before,
	.capa500.alsoUnlimi .text-wrap1::before {
	  background: #f62900;
	  height: 1em;
	  margin: 0 -2.3em -0.5em -1em;
	  right: 0;
	  width: 1.2em;
	}
	.text-wrap1::after,
	.capa500.alsoUnlimi .text-wrap1::after {
	  border-top: 1.1em solid transparent;
	  border-left: 1em solid #f62900;
	  border-bottom: 1.1em solid transparent;
	  right: 0;
	}
	.text-wrap1::after,
	.capa500.alsoUnlimi .text-wrap1::after {
	  margin: 0 0 -1.1em 0em;
	}
	.text-wrap2 {
	  border: none;
	  position: static;
	}
	.capa500 .text-wrap2,
	.capa1g .text-wrap2,
	.unlimited .text-wrap2 {
	  padding: 0 0.4em 0 0;
	}
	.text-wrap1> span,
	.text-wrap2> span {
	  letter-spacing: 0;
	  vertical-align: middle;
	}
	#chinapre500,
	#chinapre1g,
  #chinapreunlimi {
	  border-top: 1px solid #ccc;
	  letter-spacing: 0.1em;
	  margin: 1.1em 0.4em -0.8em;
	  padding: 1em 0 0;
	  text-align: center;
	}
  #chinapreunlimi {
    border-bottom: 1px solid #ccc;
    margin: 1.1em 0.4em -0.2em;
    padding: 1em 0em;
  }
	#chinapre500 br,
	#chinapre1g br,
  #chinapreunlimi br {
	  display: none;
	}
	.text-wrap1> span,
	.text-wrap2> span {
	  letter-spacing: 0;
	  vertical-align: middle;
	}
  }
  @media screen and (max-width: 583px) {
	.order_area1+ p {
	  padding: 8% 18% 7% 0;
	}
	.capa500,
	.capa1g {
	  padding: 0 0 0.6em;
	}
  }
  

  /*-----------------------------------------------------------------------
 simulate price area
----------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* font-settings 767 480 ----- */
	.price-alphaNum {
	  font-family: 'Roboto', sans-serif;
	}
	.price-title{
	  font-size: calc(1.5rem + ((1vw - 4.8px) * 1.3937)); /* 28px to 24px */
	}
	.text-wrap1 .text1 .price-jpn {
	  font-size: calc(0.875rem + ((1vw - 4.8px) * 0.6969)); /* 16px to 14px */
	}
	.text-wrap1 .text1 .price-alphaNum {
	  font-size: calc(0.8125rem + ((1vw - 4.8px) * 0.3484)); /* 13px to 14px */
	}
	.text-wrap1 .text2 .price-alphaNum {
	  font-size: calc(1.375rem + ((1vw - 4.8px) * 0.6969)); /* 24px to 22px */
	}
	.text-wrap1 .text2 .price-jpn {
	  font-size: calc(0.8125rem + ((1vw - 4.8px) * 0.6969)); /* 15px to 13px */
	}
	.text-wrap1 .text2 .price-jpn .slash {
	  font-size: calc(0.6875rem + ((1vw - 4.8px) * 0.6969)); /* 13px to 11px */
	}
	.text-wrap2 .text3 .price-alphaNum {
	  font-size: calc(2.875rem + ((1vw - 4.8px) * 0.6969)); /* 48px to 46px */
	}
	.text-wrap2 .text3 .price-jpn {
	  font-size: calc(1.0625rem + ((1vw - 4.8px) * 0.6969)); /* 19px to 17px */
	}
	.text-wrap2 .text3 .price-jpn .slash {
	  font-size: calc(0.9375rem + ((1vw - 4.8px) * 0.6969)); /* 17px to 15px */
	}
	.text-wrap2 .text4 .price-jpn {
	  font-size: calc(0.6875rem + ((1vw - 4.8px) * 0.3484)); /* 12px to 11px */
	}
	.text-wrap2 .text4 .price-alphaNum.small {
	  font-size: calc(1rem + ((1vw - 4.8px) * 0.6969)); /* 18px to 16px */
	}
	.text-wrap2 .text4 .price-alphaNum.large,
	.text-wrap2 .text4 {
	  font-size: calc(1.3125rem + ((1vw - 4.8px) * 1.0453)); /* 24px to 21px */
	}
	/* font-settings 767 320 ----- */
	.order-btn.btn.yellow {
	  font-size: calc(1rem + ((1vw - 3.2px) * 0.8949)); /* 20px to 16px */
	}
	/* content-settings ----- */
	.text-wrap1 .text1,
	.unlimited .text-wrap1 .text1 {
	  font-weight: bold;
	  line-height: 1.0;
	  margin: 0 0 1.1em;
	  padding: 0.6em 0.5em 0.5em;
	  text-align: center;
	  width: 100%;
	}
	.text-wrap1 .text2 {
	  display: block;
	  text-align: center;
	  position: absolute;
	  top: 0;
	  left: 0;
	  margin: 4.4em 0 0 13%;
	}
	.text-wrap1 .text2 .price-alphaNum {
	  text-decoration: line-through;
	}
	.text-wrap1 .text1 .price-jpn,
	.text-wrap1 .text2 .price-jpn,
	.text-wrap2 .text3 .price-jpn,
	.text-wrap2 .text4 .price-jpn {
	  letter-spacing: 0.1em;
	}
	.text-wrap1 .text1 .price-alphaNum,
	.text-wrap1 .text2 .price-alphaNum,
	.text-wrap2 .text3 .price-alphaNum,
	.text-wrap2 .text4 .price-alphaNum {
	  letter-spacing: 0;
	}
	.text-wrap1 .text1 .price-alphaNum {
	  display: inline;
	  margin: 0 -0.8em 0 -0.7em;
	}
	.text-wrap1 .text2 .price-alphaNum,
	.text-wrap2 .text3 .price-alphaNum {
	  position: relative;
	}
	.text-wrap1 .text2 .price-alphaNum {
	  margin: 0 -0.12em 0 0;
	  top: 0.04em;
	}
	.text-wrap2 .text3 .price-alphaNum {
	  margin: 0 -0.06em 0 0;
	  top: 0.05em;
	}
	.text-wrap1 .text2 .price-jpn .slash,
	.text-wrap2 .text3 .price-jpn .slash {
	  margin: 0 -0.2em 0 -0.1em;
	  position: relative;
	  top: -0.1em;
	}
	.text-wrap1 .text2 .price-alphaNum,
	.text-wrap2 .text3 .price-alphaNum {
	  font-weight: 700;
	  text-align: right;
	  width: 2.5em;
	}
	.text-wrap2 .text3 {
	  color: #F62900;
	  margin: 0 3% 0 0;
	}
	.text-wrap2 .text4 {
	  background: #F62900;
	  border-radius: 6px;
	  color: #fff;
	  padding: 0.4em 0.6em 0.45em 0.6em;
	  position: relative;
	  top: 0.2em;
	  width: 7.2em;
	}
	.text-wrap2 .text4::before {
	  border-top: 0.5em solid transparent;
	  border-right: 1em solid #F62900;
	  border-bottom: 0.5em solid transparent;
	  content: '';
	  display: inline-block;
	  font-size: 12px;
	  left: 0;
	  margin: -0.5em 0 0 -1em;
	  position: absolute;
	  top: 50%;
	}
	.text-wrap2 .text4 .price-alphaNum.small {
	  margin: 0 -0.3em 0 0;
	  position: relative;
	  top: 0.07em;
	}
	.text-wrap2 .text4 .price-jpn {
	  letter-spacing: 0.05em;
	}
	.text-wrap2 .text4 .price-alphaNum.large {
	  margin: 0 -0.18em 0 -0.26em;
	  position: relative;
	  top: 0.07em;
	}
	.order1-innerbox2 {
	  margin: 0 auto;
	}
	.order1-note li {
	  display: block;
	  padding: 0 0 0 1.3em;
	  text-align: left;
	  text-indent: -1.1em;
	}
	.order-btn.btn.yellow {
	  border-width: 3px;
	  padding-top: 0.9em;
	  padding-bottom: 0.8em;
	  padding: 0.9em 62px 0.8em 48px;
	  max-width: 350px;
	}
  }
  @media screen and (max-width: 583px) {
	.price-rate {
	  margin: -9.9% 0.2% 0 0;
	}
	#chinapre500, #chinapre1g {
	  margin: 1.1em 0.4em -0.1em;
	}
	.price-list li:not(:nth-of-type(1)) {
	  margin: 0.9em auto 0;
	}
  }
  @media screen and (max-width: 479px) {
	/* font-settings 479 320 ----- */
	.price-alphaNum {
	  font-family: 'Roboto', sans-serif;
	}
	.select_area select {
	  font-size: calc(0.875rem + ((1vw - 3.2px) * 0.625));
   /* 15px to 14px */
	}
	.price-title{
	  font-size: calc(1.0625rem + ((1vw - 3.2px) * 4.4025)); /* 24px to 17px */
	}
	.text-wrap1 .text1 .price-jpn {
	  font-size: calc(0.8125rem + ((1vw - 3.2px) * 0.6289)); /* 14px to 13px */
	}
	.text-wrap1 .text1 .price-alphaNum {
	  font-size: 11px;
	}
	.text-wrap1 .text2 .price-alphaNum {
	  font-size: calc(1.25rem + ((1vw - 3.2px) * 1.2579)); /* 22x to 20px */
	}
	.text-wrap1 .text2 .price-jpn {
	  font-size: calc(0.6875rem + ((1vw - 3.2px) * 1.2579)); /* 13px to 11px */
	}
	.text-wrap1 .text2 .price-jpn .slash {
	  font-size: calc(0.625rem + ((1vw - 3.2px) * 0.6289)); /* 11px to 10px */
	}
	.text-wrap1 .text2,
	.text-wrap2 .text3 .price-alphaNum {
	  font-size: calc(2.25rem + ((1vw - 3.2px) * 6.2893)); /* 46px to 36px */
	}
	.text-wrap2 .text3 .price-jpn {
	  font-size: calc(1rem + ((1vw - 3.2px) * 0.6289)); /* 17px to 16px */
	}
	.text-wrap2 .text3 .price-jpn .slash {
	  font-size: calc(0.875rem + ((1vw - 3.2px) * 0.6289)); /* 15px to 14px */
	}
	.text-wrap2 .text4 .price-jpn {
	  font-size: 11px;
	}
	.text-wrap2 .text4 .price-alphaNum.small {
	  font-size: 16px;
	}
	.text-wrap2 .text4 .price-alphaNum.large,
	.text-wrap2 .text4 {
	  font-size: calc(1.125rem + ((1vw - 3.2px) * 1.8868)); /* 21px to 18px */
	}
	#chinapre500,
	#chinapre1g,
  #chinapreunlimi {
	  font-size: calc(0.75rem + ((1vw - 3.2px) * 0.6289)); /* 13px to 12px */
	}
	  /* font settings 480 320 -----*/
	.text-wrap1::before,
	.text-wrap1::after,
	.capa500 .text-wrap1::before,
	.capa500 .text-wrap1::after,
	.text-wrap1 {
	  font-size: calc(0.625rem + ((1vw - 3.2px) * 1.25)); /* 12px to 10px */
	}
	  .order1-note li{
	  font-size: 12px;
	}
	/* content-settings ----- */
	.select_wrap, .select_area select {
	  width: 98%;
	  margin: 0 auto;
	}
	.select_area select .is-sp_hide {
	  display: none;
	}
	.price-rate {
	  width: 30%;
	  min-width: 86px;
	}
	#chinapre500,
	#chinapre1g {
	  margin: 0.7em 0.4em 1em;
	}
	.text-wrap1::before,
	.capa500 .text-wrap1::before,
	.capa500.alsoUnlimi .text-wrap1::before {
	  margin: 0 -2.3em -0.5em -2.9em;
	}
	.text-wrap1::after,
	.capa500 .text-wrap1::after,
	.capa500.alsoUnlimi .text-wrap1::after {
	  margin: 0 0 -1.1em -1.9em;
	}
	.text-wrap1::before,
	.text-wrap1::after,
	.capa500 .text-wrap1::before,
	.capa500 .text-wrap1::after,
	.capa500.only500 .text-wrap1::before,
	.capa500.only500 .text-wrap1::after,
	.capa500.alsoUnlimi .text-wrap1::before,
	.capa500.alsoUnlimi .text-wrap1::after {
		bottom: -74%;
	}
	.capa500 .text-wrap2,
	.capa1g .text-wrap2,
	.unlimited .text-wrap2 {
	  padding: 0.3em 0.4em 0 0;
	}
	#plan1 li:nth-of-type(1),
	#plan2 li:nth-of-type(2),
	#plan3 li:nth-of-type(3),
	#plan5 li:nth-of-type(5) {
	  padding: 0 0 1.1em;
	}
	.price-list li:not(:nth-of-type(1)) {
	  margin: 0.6em auto 0;
	}
	.text-wrap1 .text2 {
	  bottom: 0;
	  margin: 0 0 -0.95em 3%;
	  top: auto;
	}
	.text-wrap2 .text3 {
	  margin: 0;
	}
	.text-wrap2 .text4 {
	  margin: 0.6em auto 0.2em;
	  padding: 0.29em 0.6em 0.3em 0.6em;
	  width: 8.4em;
	}
	.text-wrap2 .text4::before {
	  left: 50%;
	  margin: -1em 0 0 -0.5em;
	  top: 0;
	  transform: rotate(90deg);
	}
}

