@charset "UTF-8";
#inner.page .submenu a::before {
	background: linear-gradient(to bottom,  #5cbbd62b 0%,#5cbbd600 100%);
}
#inner.page .submenu a::after {
	border-top-color: #CEE4E5;
}
#inner.page .submenu a span {
	color: #2C9AAF;
}
#inner.page .sec {
	background: #F1F8F9;
}
#inner.page .visual > .inner {background: url(../images/img_visual.webp) no-repeat center center / cover;}
#inner.page .visual h1 {width: 486px;}
#inner.page .visual .copy {text-align: center;font-weight: bold;font-size: 32px;color: #fff;line-height: 1.7em;margin-top: 35px;text-shadow: 0 0 6px #00000096;}
#inner.page .visual .label {position: absolute;right: 70px;bottom: 160px;width: 230px;height: 230px;display: flex;justify-content: center;align-items: center;flex-direction: column;background: #FDEF7D;border-radius: 200px;box-shadow: 0 0 10px #00000033;padding-top: 14px;box-sizing: border-box;transform: scale(1.1);opacity: 0;transition: all ease 1s +0.4s;}
#inner.page .visual .label.active {
	opacity: 1;
	transform: scale(1);
}
#inner.page .visual .label::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 9px;
	width: calc(100% - 19px);
	height: calc(100% - 19px);
	border-radius: 200px;
	border: 1px solid #E0CE3F;
}
#inner.page .visual .label .text1 {text-align: center;font-size: 16px;font-weight: bold;}
#inner.page .visual .label .text2 {color: #F76262;font-weight: bold;font-size: 55px;line-height: 1em;}
#inner.page .visual .label .text2 span {font-weight: bold;font-size: 25px;line-height: 1em;}
#inner.page .visual .label .text3 {font-size: 10px;}

#inner.page .sec > .inner {
	max-width: 1100px;
	margin: 0 auto 0 auto;
	width: 94%;
}
#inner.page .sec h3 {
	line-height: 1.6em;
	background: url(../images/icon_check.webp) no-repeat left 3px / 41px auto;
	padding: 3px 0 3px 56px;
	font-size: 24px;
	font-weight: bold;
}
#inner.page .sec .note {
  margin: 34px auto 0 auto;
  font-size: 12px;
  line-height: 1.8em;
}
#inner.page .sec.plan h3 {
}
#inner.page .sec.plan {
  padding-bottom: 240px;
}
#inner.page .sec.plan .fee {
	margin: 78px auto 0 auto;
}
#inner.page .sec.plan .fee .hbox {
	display: flex;
	justify-content: space-between;
}
#inner.page .sec.plan .fee .hbox .zero {
	display: flex;
	gap: 10px;
	margin-top: -10px;
}
#inner.page .sec.plan .fee .hbox .zero > span {
	font-size: 18px;
	font-weight: bold;
	background: #FDEF7D;
	width: 140px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
}
#inner.page .sec.plan .fee .hbox .zero strong {
	color: #F76262;
	font-size: 23px;
	font-weight: bold;
	line-height: 1em;
	margin: -29px 0 0 40px;
	position: relative;
}
#inner.page .sec.plan .fee .hbox .zero strong::before {
	content: "";
	left: -28px;
	top: 53px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #000;
	border-width: 13px;
	margin-top: -13px;
}
#inner.page .sec.plan .fee .hbox .zero strong span {
	font-size: 83px;
	position: relative;
	line-height: 1em;
}
#inner.page .sec.plan .fbox {display: flex;gap: 40px;margin-top: 29px;}
#inner.page .sec.plan .fbox .box {box-shadow: 0 0 10px #00000017;background: #fff;border-radius: 10px;overflow: hidden;width: calc((100% - 80px) / 3);}
#inner.page .sec.plan .fbox .box .title {background: linear-gradient(to right, rgba(35, 181, 213, 1) 0%, rgba(61, 198, 159, 1) 100%);text-align: center;color: #fff;font-weight: bold;font-size: 20px;padding: 10px 0;}
#inner.page .sec.plan .fbox .box .rate {display: flex;align-items: center;justify-content: center;height: 110px;font-size: 38px;color: #F76262;font-weight: bold;}
#inner.page .sec.plan .fbox .box .rate .none {font-size: 23px;margin-top: 13px;margin-right: 10px;position: relative;color: #000;}
#inner.page .sec.plan .fbox .box .rate .none::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #000;
}
#inner.page .sec.plan .fbox .box .rate .mini {
	font-size: 20px;
	margin-top: 16px;
}
#inner.page .sec.plan .fbox .box .img {
	background: linear-gradient(to bottom, #0000000a 0%, #00000000 20%);linear-gradient(
	to right, #000 0%, #000 20%): ;
}
#inner.page .sec.plan .btstyle {
	background: linear-gradient(to right,  rgba(12,190,85,1) 0%, #C3F276 100%);
	color: #fff;
}
#inner.page .sec.plan .btstyle::before {
	display: none;
}
#inner.page .sec.plan .btstyle::after {
	display: block;
	width: 96px;
	height: 95px;
	background: url(../../images/icon_line.webp) no-repeat center center / contain;
	transform: translate(0, -50%);
	border: navajowhite;
	right: 30px;
}
#inner.page .sec.device {
  padding-top: 180px;
}
#inner.page .sec.device .fbox {display: flex;justify-content: center;margin: 50px auto 0 auto;}
#inner.page .sec.device .fbox .img {width: 473px;margin: 10px -18px 0 0;}
#inner.page .sec.device .fbox .info {width: 580px;}
#inner.page .sec.device .fbox .info .list1 {
  margin-left: 65px;
}
#inner.page .sec.device .fbox .info .list1 li {font-size: 28px;font-weight: bold;line-height: 1.6em;background: url(../images/icon_check2.webp) no-repeat left 11px / 41px auto;padding: 6px 0 6px 56px;}
#inner.page .sec.device .fbox .info .list1 li span {color: #36ACC1;}
#inner.page .sec.device .fbox .info .list2 {display: flex;gap: 10px 6px;flex-wrap: wrap;margin-top: 50px;}
#inner.page .sec.device .fbox .info .list2 li {font-size: 16px;font-weight: bold;background: #000;color: #fff;width: calc((100% - 12px) / 3);height: 54px;display: flex;justify-content: center;align-items: center;border-radius: 100px;}
#inner.page .sec.device .spec {
  box-shadow: 0 0 10px #00000017;
  background: #fff;
  border-radius: 10px;
  padding: 25px 40px;
  margin-top: 30px;
}
#inner.page .sec.device .spec .text {font-size: 14px;}
#inner.page .sec.device .note {
}
#inner.page .sec.payment {
	
}
#inner.page .sec.payment .fbox {
	display: flex;
	align-items: start;
	justify-content: space-between;
	margin-top: 106px;
}
#inner.page .sec.payment .fbox .info {
	width: calc(100% - 710px);
	height: 168px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: linear-gradient(to right,  rgba(35,181,213,1) 0%,rgba(61,198,159,1) 100%);
	border-radius: 12px;
	color: #fff;
	font-weight: bold;
}
#inner.page .sec.payment .fbox .info .title {
	font-size: 20px;
	line-height: 1.1em;
}
#inner.page .sec.payment .fbox .info .fee {
	font-size: 37px;
	line-height: 1em;
}
#inner.page .sec.payment .fbox .info .fee span {
	font-size: 80px;
	line-height: 1em;
}
#inner.page .sec.payment .fbox .img {
	width: 676px;
	margin: -112px 0 -79px 0;
}
#inner.page .sec.flow {
	
}
#inner.page .sec.flow .overview {
	margin-top: 40px;
}
#inner.page .sec.flow .overview .fbox {
	display: flex;
	gap: 40px;
	margin-top: 30px;
}
#inner.page .sec.flow .overview .fbox .box {background: #E1F0F2;border-radius: 200px;width: calc((100% - 120px) / 4);padding: 40px 0 43px 0;position: relative;}
#inner.page .sec.flow .overview .fbox .box.end {
	background: #FDEF7D;	
}
#inner.page .sec.flow .overview .fbox .box::after {
  top: 50%;
  right: -46px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #000;
  border-width: 16px;
  margin-top: -16px;
}
#inner.page .sec.flow .overview .fbox .box.end::after {
	display: none;
}
#inner.page .sec.flow .overview .fbox .box .img {
	width: 120px;
	margin: 0 auto;
}
#inner.page .sec.flow .overview .fbox .box .text {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
}
#inner.page .sec.flow .overview .note {
	
}
#inner.page .sec.flow .requirement {
	margin-top: 60px;
}
#inner.page .sec.flow .requirement .detail {
	box-shadow: 0 0 10px #00000017;
	background: #fff;
	border-radius: 10px;
	padding: 27px 30px;
	margin-top: 22px;
}
#inner.page .sec.flow .requirement .detail ul {
	
}
#inner.page .sec.flow .requirement .detail ul li {
	font-size: 18px;
	color: #42A7B3;
	line-height: 1.6em;
	font-weight: bold;
	padding: 3px 0;
}
#inner.page .sec.flow .requirement .detail .note {
	margin: 2px 0 0 18px;
	font-size: 14px;
}
#inner.page .sec.flow .requirement > .note {
	margin-top: 22px;
}
#inner.page .sec.other {
  padding-bottom: 170px;
  margin-bottom: 180px;
}
#inner.page .sec.other .fbox {
	margin: 65px auto 0 auto;
	display: flex;
	gap: 30px;
}
#inner.page .sec.other .fbox .box {
	background: #fff;
	box-shadow: 0 0 10px #00000017;
	border-radius: 10px;
	width: calc((100% - 60px) / 3);
	padding: 40px 0 53px 0;
}
#inner.page .sec.other .fbox .box .img {
	width: 125px;
	margin: 0 auto;
}
#inner.page .sec.other .fbox .box .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	margin-top: 15px;
}
#inner.page .sec.other .fbox .box .title span {
	display: block;
	line-height: 1.5em;
	font-size: 17px;
}
#inner.page .sec.other .fbox .box .text {text-align: center;font-size: 15px;line-height: 1.7em;margin-top: 15px;}
#inner.page .sec.other .btstyle {
	background: linear-gradient(to right,  #23B5D5 0%, #3DC69F 100%);
	color: #fff;
	margin-bottom: -70px;
}
#inner.page .sec.other .btstyle::before {
	background: #fff;
}
#inner.page .sec.other .btstyle::after {
	border-color: #3DC69F;
}

/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
	#inner.page .submenu a::before {
		background: linear-gradient(to bottom,  #5cbbd62b 0%,#5cbbd600 100%);
	}
	#inner.page .submenu a::after {
		border-top-color: #CEE4E5;
	}
	#inner.page .submenu a span {
		color: #2C9AAF;
	}
	#inner.page .sec {
		background: #F1F8F9;
	}
	#inner.page .visual > .inner {background: url(../images/img_visual.webp) no-repeat center center / cover;padding-top: 10px;}
	#inner.page .visual h1 {width: 280px;}
	#inner.page .visual .copy {text-align: center;font-weight: bold;font-size: 16px;color: #fff;line-height: 1.7em;margin-top: 26px;text-shadow: 0 0 6px #00000096;}
	#inner.page .visual .label {position: relative;right: auto;bottom: auto;width: 270px;height: auto;display: flex;justify-content: center;align-items: center;flex-direction: column;background: #FDEF7D;border-radius: 25px;box-shadow: 0 0 10px #00000033;padding: 14px 0 10px 0;box-sizing: border-box;transform: scale(1.1);opacity: 0;transition: all ease 1s +0.4s;margin-top: 27px;}
	#inner.page .visual .label.active {
		opacity: 1;
		transform: scale(1);
	}
	#inner.page .visual .label::before {
		content: "";
		position: absolute;
		left: 5px;
		top: 5px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		border-radius: 22px;
		border: 1px solid #E0CE3F;
	}
	#inner.page .visual .label .text1 {text-align: center;font-size: 13px;font-weight: bold;line-height: 1.5em;}
	#inner.page .visual .label .text2 {color: #F76262;font-weight: bold;font-size: 41px;line-height: 1em;}
	#inner.page .visual .label .text2 span {font-weight: bold;font-size: 25px;line-height: 1em;}
	#inner.page .visual .label .text3 {font-size: 10px;}
	
	#inner.page .sec > .inner {
		max-width: 1100px;
		margin: 0 auto 0 auto;
		width: 90%;
	}
	#inner.page .sec h3 {
		line-height: 1.6em;
		background: url(../images/icon_check.webp) no-repeat left 3px / 30px auto;
		padding: 3px 0 3px 42px;
		font-size: 18px;
		font-weight: bold;
	}
	#inner.page .sec .note {
	  margin: 24px auto 0 auto;
	  font-size: 10px;
	  line-height: 1.8em;
	}
	#inner.page .sec.plan h3 {
	}
	#inner.page .sec.plan {
	  padding-bottom: 140px;
	}
	#inner.page .sec.plan .fee {
		margin: 48px auto 0 auto;
	}
	#inner.page .sec.plan .fee .hbox {
		display: block;
	}
	#inner.page .sec.plan .fee .hbox .zero {
		display: flex;
		gap: 5px;
		margin-top: 25px;
		justify-content: left;
		min-width: 360px;
	}
	#inner.page .sec.plan .fee .hbox .zero > span {
		font-size: 14px;
		font-weight: bold;
		background: #FDEF7D;
		width: auto;
		height: 44px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 10px;
		padding: 0 10px;
	}
	#inner.page .sec.plan .fee .hbox .zero strong {
		color: #F76262;
		font-size: 18px;
		font-weight: bold;
		line-height: 1em;
		margin: -29px 0 0 29px;
		position: relative;
	}
	#inner.page .sec.plan .fee .hbox .zero strong::before {
		content: "";
		left: -18px;
		top: 44px;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-left-color: #000;
		border-width: 10px;
		margin-top: -3px;
	}
	#inner.page .sec.plan .fee .hbox .zero strong span {
		font-size: 78px;
		position: relative;
		line-height: 1em;
	}
	#inner.page .sec.plan .fbox {display: flex;gap: 30px;margin-top: 30px;flex-direction: column;}
	#inner.page .sec.plan .fbox .box {box-shadow: 0 0 10px #00000017;background: #fff;border-radius: 10px;overflow: hidden;width: auto;}
	#inner.page .sec.plan .fbox .box .title {background: linear-gradient(to right, rgba(35, 181, 213, 1) 0%, rgba(61, 198, 159, 1) 100%);text-align: center;color: #fff;font-weight: bold;font-size: 18px;padding: 8px 0;}
	#inner.page .sec.plan .fbox .box .rate {display: flex;align-items: center;justify-content: center;height: 90px;font-size: 38px;color: #F76262;font-weight: bold;}
	#inner.page .sec.plan .fbox .box .rate .none {font-size: 23px;margin-top: 13px;margin-right: 10px;position: relative;color: #000;}
	#inner.page .sec.plan .fbox .box .rate .none::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: 2px;
		background: #000;
	}
	#inner.page .sec.plan .fbox .box .rate .mini {
		font-size: 20px;
		margin-top: 16px;
	}
	#inner.page .sec.plan .fbox .box .img {
		background: linear-gradient(to bottom, #0000000a 0%, #00000000 20%);linear-gradient(
		to right, #000 0%, #000 20%): ;
	}
	#inner.page .sec.plan .btstyle {
		background: linear-gradient(to right,  rgba(12,190,85,1) 0%, #C3F276 100%);
		color: #fff;
		line-height: 1.3em;
	}
	#inner.page .sec.plan .btstyle::before {
		display: none;
	}
	#inner.page .sec.plan .btstyle::after {
		display: block;
		width: 66px;
		height: 65px;
		background: url(../../images/icon_line.webp) no-repeat center center / contain;
		transform: translate(0, -50%);
		border: navajowhite;
		right: 18px;
	}
	#inner.page .sec.device {
	  padding-top: 110px;
	}
	#inner.page .sec.device .fbox {display: flex;justify-content: center;margin: 40px auto 0 auto;display: block;}
	#inner.page .sec.device .fbox .img {width: 300px;margin: 0 auto 0 auto;position: relative;left: 14px;}
	#inner.page .sec.device .fbox .info {width: auto;margin-top: 10px;}
	#inner.page .sec.device .fbox .info .list1 {
	  margin-left: 0;
	}
	#inner.page .sec.device .fbox .info .list1 li {font-size: 18px;font-weight: bold;line-height: 1.6em;background: url(../images/icon_check2.webp) no-repeat left 7px / 30px auto;padding: 7px 0 7px 42px;}
	#inner.page .sec.device .fbox .info .list1 li span {color: #36ACC1;}
	#inner.page .sec.device .fbox .info .list2 {display: flex;gap: 10px 6px;flex-wrap: wrap;margin-top: 25px;}
	#inner.page .sec.device .fbox .info .list2 li {font-size: 13px;font-weight: bold;background: #000;color: #fff;width: calc((100% - 6px) / 2);height: 48px;display: flex;justify-content: center;align-items: center;border-radius: 100px;}
	#inner.page .sec.device .spec {
	  box-shadow: 0 0 10px #00000017;
	  background: #fff;
	  border-radius: 10px;
	  padding: 20px 20px;
	  margin-top: 38px;
	}
	#inner.page .sec.device .spec .text {font-size: 13px;}
	#inner.page .sec.device .note {
	}
	#inner.page .sec.payment {
		
	}
	#inner.page .sec.payment .fbox {
		display: block;
		margin-top: 40px;
	}
	#inner.page .sec.payment .fbox .info {
		width: 90%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		background: linear-gradient(to right,  rgba(35,181,213,1) 0%,rgba(61,198,159,1) 100%);
		border-radius: 12px;
		color: #fff;
		font-weight: bold;
		padding: 20px 0;
		margin: 0 auto;
	}
	#inner.page .sec.payment .fbox .info .title {
		font-size: 17px;
		line-height: 1.1em;
	}
	#inner.page .sec.payment .fbox .info .fee {
		font-size: 37px;
		line-height: 1em;
	}
	#inner.page .sec.payment .fbox .info .fee span {
		font-size: 80px;
		line-height: 1em;
	}
	#inner.page .sec.payment .fbox .img {
		margin: 30px 0 35px 0;
		width: 110%;
		position: relative;
		left: -5%;
	}
	#inner.page .sec.flow {
		
	}
	#inner.page .sec.flow .overview {
		margin-top: 40px;
	}
	#inner.page .sec.flow .overview .fbox {
		display: flex;
		gap: 30px;
		margin-top: 20px;
		flex-direction: column;
	}
	#inner.page .sec.flow .overview .fbox .box {background: #E1F0F2;border-radius: 10px;width: 100%;padding: 10px 15px;position: relative;display: flex;align-items: center;box-sizing: border-box;}
	#inner.page .sec.flow .overview .fbox .box.end {
		background: #FDEF7D;	
	}
	#inner.page .sec.flow .overview .fbox .box::after {
	  top: auto;
	  right: auto;
	  left: 50%;
	  bottom: -34px;
	  border: solid transparent;
	  content: "";
	  height: 0;
	  width: 0;
	  position: absolute;
	  pointer-events: none;
	  border-color: rgba(136, 183, 213, 0);
	  border-top-color: #000;
	  border-width: 12px;
	  margin-left: -12px;
	}
	#inner.page .sec.flow .overview .fbox .box.end::after {
		display: none;
	}
	#inner.page .sec.flow .overview .fbox .box .img {
		width: 60px;
		margin: 0 14px 0 0;
	}
	#inner.page .sec.flow .overview .fbox .box .text {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin-top: 4px;
	}
	#inner.page .sec.flow .overview .note {
		
	}
	#inner.page .sec.flow .requirement {
		margin-top: 60px;
	}
	#inner.page .sec.flow .requirement .detail {
		box-shadow: 0 0 10px #00000017;
		background: #fff;
		border-radius: 10px;
		padding: 22px 15px 28px 15px;
		margin-top: 22px;
	}
	#inner.page .sec.flow .requirement .detail ul {
		
	}
	#inner.page .sec.flow .requirement .detail ul li {
		font-size: 15px;
		color: #42A7B3;
		line-height: 1.6em;
		font-weight: bold;
		padding: 6px 0;
		text-indent: -1em;
		margin-left: 1em;
	}
	#inner.page .sec.flow .requirement .detail .note {
		margin: 4px 0 0 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	#inner.page .sec.flow .requirement > .note {
		margin-top: 22px;
	}
	#inner.page .sec.other {
	  padding-bottom: 110px;
	  margin-bottom: 100px;
	}
	#inner.page .sec.other .fbox {
		margin: 45px auto 0 auto;
		display: flex;
		gap: 30px;
		flex-direction: column;
	}
	#inner.page .sec.other .fbox .box {
		background: #fff;
		box-shadow: 0 0 10px #00000017;
		border-radius: 10px;
		width: 100%;
		padding: 25px 0 34px 0;
	}
	#inner.page .sec.other .fbox .box .img {
		width: 110px;
		margin: 0 auto;
	}
	#inner.page .sec.other .fbox .box .title {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
		text-align: center;
		margin-top: 10px;
	}
	#inner.page .sec.other .fbox .box .title span {
		display: block;
		line-height: 1.5em;
		font-size: 17px;
	}
	#inner.page .sec.other .fbox .box .text {text-align: center;font-size: 14px;line-height: 1.7em;margin-top: 11px;}
	#inner.page .sec.other .btstyle {
		background: linear-gradient(to right,  #23B5D5 0%, #3DC69F 100%);
		color: #fff;
		margin-bottom: -37px;
	}
	#inner.page .sec.other .btstyle::before {
		background: #fff;
	}
	#inner.page .sec.other .btstyle::after {
		border-color: #3DC69F;
	}   
	
}