.pricePage01 {
	color: #474f63;
	padding: 0px 0 80px;
}

@media screen and (max-width: 767px) {
	.pricePage01 {
		padding: 20px 0 60px;
	}
}

.container {
	width: 1230px;
}

@media screen and (max-width: 1200px) {
	.container {
		width: 96%;
	}
}

.center {
	text-align: center;
}

.navArea01 li {
	font-size: 26px;
	font-weight: bold;
	width: 24.5%;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	display: inline-block;
}

@media screen and (max-width: 1200px) and (min-width: 961px) {
	.navArea01 li {
		font-size: 18px;
	}
}

@media screen and (max-width: 960px) {
	.navArea01 li {
		width: 49%;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 640px) {
	.navArea01 li {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 500px) {
	.navArea01 li {
		width: 100%;
		float: none;
	}
}

@media screen and (min-width: 961px) {
	.navArea01 li:not(:last-child) {
		margin-right: 0.6%;
	}
}

@media screen and (max-width: 960px) and (min-width: 501px) {
	.navArea01 li:nth-child(2n + 1) {
		clear: both;
	}
}

@media screen and (max-width: 960px) and (min-width: 501px) {
	.navArea01 li:not(:nth-child(2n)) {
		margin-right: 2%;
	}
}

.navArea01 li span {
	font-size: 17px;
	margin-bottom: 2px;
	padding: 4px;
	display: block;
}

@media screen and (max-width: 1200px) and (min-width: 961px) {
	.navArea01 li span {
		font-size: 12px;
	}
}

@media screen and (max-width: 640px) {
	.navArea01 li span {
		font-size: 12px;
	}
}

.navArea01 li .title01 {
	font-size: 18px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 18px;
}

@media screen and (max-width: 1200px) and (min-width: 961px) {
	.navArea01 li .title01 {
		font-size: 13px;
	}
}

@media screen and (max-width: 640px) {
	.navArea01 li .title01 {
		font-size: 14px;
	}
}

.navArea01 li a {
	color: #fff;
	padding: 15px 10px 35px;
	background: url('../images/ico_index01.png') no-repeat 50% 92%;
	display: block;
}

.navArea01 li:first-child {
	background: #6bc2f7;
}

.navArea01 li:first-child .title01 {
	color: #6bc2f7;
}

.navArea01 li:nth-child(2) {
	background: #f7cf31;
}

.navArea01 li:nth-child(2) .title01 {
	color: #f7cf31;
}

.navArea01 li:nth-child(3) {
	background: #f3a530;
}

.navArea01 li:nth-child(3) .title01 {
	color: #f3a530;
}

.navArea01 li:last-child {
	background: #ffa5a5;
}

.navArea01 li:last-child .title01 {
	color: #ffa5a5;
}

.content01 {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.content01 {
		margin-top: 40px;
	}
}

.plan-type {
	color: #ffffff;
	margin-bottom: 25px;
	padding: 10px 0 12px;
	background-color: #5e6370;
}

@media screen and (max-width: 1000px) {
	.content01 h3 {
		font-size: 22px;
		padding: 6px 0 8px;
	}
}

@media screen and (max-width: 767px) {
	.content01 h3 {
		margin-bottom: 15px;
	}
}

.content01 .catchcopy01 {
	font-size: 20px;
}

@media screen and (max-width: 1000px) {
	.content01 .catchcopy01 {
		font-size: 18px;
	}
}

.content01 li {
	width: 31%;
	margin-top: 30px;
	border: 1px solid #ccc;
	position: relative;
}

@media screen and (max-width: 767px) {
	.content01 li {
		width: 100%;
		margin-top: 15px;
		float: none;
	}
}

@media screen and (min-width: 768px) {
	.content01 li:not(:last-child) {
		margin-right: 3.5%;
	}
}

.content01 h4 {
	font-size: 28px;
	color: #fff;
}

@media screen and (max-width: 1000px) {
	.content01 h4 {
		font-size: 25px;
	}
}

.content01 .lesson01 {
	font-size: 24px;
	padding-bottom: 10px;
	background: #edf1f2;
}

@media screen and (max-width: 1000px) {
	.content01 .lesson01 {
		font-size: 20px;
		padding-bottom: 5px;
	}
}

.content01 .lesson01 span {
	font-size: 60px;
	font-weight: bold;
	vertical-align: sub;
}

@media screen and (max-width: 1000px) {
	.content01 .lesson01 span {
		font-size: 40px;
	}
}

.content01 .lesson01 span.online {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: -8px;
}

.content01 .textArea01 {
	padding: 40px 20px 20px;
	background: url('../images/ico_index02.png') no-repeat 50% 0;
}

@media screen and (max-width: 900px) {
	.content01 .textArea01 {
		padding: 40px 15px 20px;
	}
}

.content01 .point01 {
	font-size: 32px;
	color: #fff;
	width: 225px;
	margin: 0 auto;
	border-radius: 30px;
}

@media screen and (max-width: 1000px) {
	.content01 .point01 {
		font-size: 26px;
	}
}

@media screen and (max-width: 900px) and (min-width: 768px) {
	.content01 .point01 {
		width: 100%;
	}
}

.content01 .point01 span {
	font-weight: bold;
}

.content01 .price01 {
	font-size: 20px;
	margin: 15px 0;
}

@media screen and (max-width: 1000px) {
	.content01 .price01 {
		font-size: 16px;
	}
}

.content01 .price01 span {
	font-size: 36px;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	.content01 .price01 span {
		font-size: 26px;
	}
}

@media screen and (max-width: 1000px) {
	.content01 .text01 {
		font-size: 12px;
	}
}

.basic .list01.standard h4 {
	background: #6bc2f7;
}

.basic .list01.standard h4,
.basic .list01.standard .point01 {
	background: rgba(246, 200, 44, 1);
}

.basic .list01.standard h4,
.basic .list01.standard .point01 {
	background: rgba(246, 200, 44, 1);
}

.basic .list02.advance h4,
.basic .list02.advance .point01 {
	background: #f3a530;
}

.basic .list04.entry h4,
.basic .list04.entry .point01 {
	background: #86e6c8;
}

.basic .list04.right h4,
.basic .list04.right .point01 {
	background: #6bc2f7;
}

.premiumPlan01 .content01 .list01 h4 {
	background: #86e6c8;
}

.premiumPlan01 .list01 .point01 {
	background: #86e6c8;
}

.premiumPlan01 .list02 h4,
.premiumPlan01 .list02 .point01 {
	background: #6bc2f7;
}

.content01 .list01 .point01 {
	background: #6bc2f7;
}

.content01 .list01 h4 {
	background: #86e6c8;
}

.content01 .list02 h4,
.content01 .list02 .point01 {
	background: rgba(246, 200, 44, 1);
}

.premiumPlan01 .list02 h4,
.premiumPlan01 .list02 .point01 {
	background: #6bc2f7;
}

.content01 .list03 h4,
.content01 .list03 .point01 {
	background: rgba(246, 200, 44, 1);
}

.content01 .list04 h4,
.content01 .list04 .point01 {
	background: #f3a530;
}

.content01 .list05 h4,
.content01 .list05 .point01 {
	background: #ffa5a5;
}

.content01 .campaign01 {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0;
	padding: 25px 0 28px;
	background: #edf1f2;
}

@media screen and (max-width: 1000px) {
	.content01 .campaign01 {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.content01 .campaign01 {
		margin: 25px 0;
	}
}

.content01 .campaign01 .text01 {
	font-size: 22px;
}

@media screen and (max-width: 1000px) {
	.content01 .campaign01 .text01 {
		font-size: 18px;
	}
}

@media screen and (max-width: 400px) {
	.content01 .campaign01 .text01 {
		font-size: 16px;
	}
}

.content01 .campaign01 .text02 {
	font-size: 24px;
	text-decoration: line-through;
}

.content01 .campaign01 .newPrice01 {
	font-size: 34px;
	color: #dd0000;
	margin-left: 10px;
	display: inline-block;
}

@media screen and (max-width: 1000px) {
	.content01 .campaign01 .text02 {
		font-size: 26px;
	}
}

@media screen and (max-width: 400px) {
	.content01 .campaign01 .text02 {
		font-size: 24px;
	}
}

@media screen and (max-width: 400px) {
	.content01 .campaign01 .newPrice01 {
		font-size: 28px;
	}
}

.content01 .campaign01 .text03 {
	font-size: 28px;
	color: #6bc2f7;
}

@media screen and (max-width: 1000px) {
	.content01 .campaign01 .text03 {
		font-size: 22px;
	}
}

@media screen and (max-width: 400px) {
	.content01 .campaign01 .text03 {
		font-size: 20px;
	}
}

.content01 .btn01 {
	font-size: 22px;
	font-weight: bold;
	width: 340px;
	margin: 0 auto;
	background: #fcee21;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
	.content01 .btn01 {
		font-size: 18px;
	}
}

@media screen and (max-width: 400px) {
	.content01 .btn01 {
		width: 100%;
	}
}

.content01 .btn01 a {
	color: #474f63;
	padding: 11px 0 12px;
	display: block;
}

.content01 .attention01 {
	margin: 40px 0 80px;
}

@media screen and (max-width: 767px) {
	.content01 .attention01 {
		margin: 25px 0 60px;
	}
}

.content01.premiumPlan01 ul {
	text-align: center;
}

.content01.premiumPlan01 ul li {
	float: none;
	display: inline-block;
}

.footTxtImg01 {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-bottom: 27px;
	position: relative;
}

.text01 {
	font-size: 15px;
}

.attention01 {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.attention01 {
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	.attention01 {
		font-size: 12px;
	}
}

.trialText02 {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 40px;
	color: #ee7b7b;
}
.trialText02_d {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 40px;
	color: green;
}
.trialText02 img {
	max-width: 23px;
	vertical-align: -7px;
}

.plan-top {
	margin-top: 50px;
	border: #474f63 2px solid;
	border-radius: 10px;
	color: #474f63;
}
@media screen and (max-width: 767px) {
	.trialText02 {
		font-size: 18px;
	}
}

@media screen and (max-width: 800px) {
	.trialText02 img {
		display: none;
	}
}
@media screen and (max-width: 787px) {
	.table-scroll {
		overflow-x: scroll;
		display: block;
	}
	.plan-top {
		margin-top: 20px;
	}
}

.plan-top:hover {
	background-color: #474f63;
	opacity: 0.5;
	color: #ffffff;
}
h4 {
	color: #212121 !important;
	font-weight: bold;
	padding-left: 0.7rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	border-left: rgba(61, 61, 61, 0.4) 7px solid;
}
p.type-explanation {
	font-size: 0.9em;
}
p.notice {
	padding-left: 1em;
	position: relative;
}
p.notice:before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}
.price-type {
	border: #474f63 2px solid;
	background-color: #ffffff;
}

a.anchor {
	display: block;
	padding-top: 150px;
	margin-top: -150px;
}
#top-links a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bolder;
	font-size: 0.9em;
}
#top-links a:hover {
	background-color: #474f63;
	color: #ffffff;
}
@media screen and (min-width: 767px) {
	#top-links a {
		width: 180px;
	}
	a.anchor {
		display: block;
		padding-top: 50px;
		margin-top: -50px;
	}
}
p.notice_d {
	padding-left: 1.2em;
	position: relative;
	margin-bottom: 0.5em;
}
p.notice_d:before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}
p.points_d {
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 0.8em;
	color: #6c757d;
	font-size: 14px;
}
p.points_d:before {
	content: '\f00c';
	color: green;
	font-family: 'Font Awesome 6 Solid';
	position: absolute;
	font-size: 16px !important;
	left: 0;
	top: 1px;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
}
p.points_d span.green {
	font-weight: bolder;
	color: green;
}
