@charset "UTF-8";
.intro {
	margin-bottom: 100px;
}
.intro_msg {
	margin-bottom: 44px;
}
.intro_table {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.intro_table > thead {
	display: block;
}
.intro_table > thead > tr {
	display: flex;
}
.intro_table > thead > tr:first-child {}
.intro_table > thead > tr:last-child {}
.intro_table > thead > tr > th {
	white-space: nowrap;
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: center;
}
.intro_table > thead > tr > th:first-child {
	background-color: #ecf9ff;
	width: 220px;
}
.intro_table > thead > tr > th:nth-child(n+2) {
	background-color: #378dd0;
	font-size: 150%;
	color: #fff;
	width: calc((100% - 220px) / 3);
	box-sizing: border-box;
	border-left: 1px solid #fff;
}
//.intro_table > thead > tr > th:nth-child(2) {
//	border-right: 1px solid #fff;
//}
.intro_table > thead > tr > td {}
.intro_table > tbody {
	display: block;
}
.intro_table > tbody > tr {
	display: flex;
}
.intro_table > tbody > tr:first-child {}
.intro_table > tbody > tr:last-child {}
.intro_table > tbody > tr > th {
	white-space: nowrap;
	width: 220px;
	background-color: #42b1e1;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-bottom: 1px solid #fff;
}
.intro_table > tbody > tr:last-child > th {
	border-bottom: none;
}
.intro_table > tbody > tr > td {
	width: calc((100% - 220px) / 3);
	border-bottom: 1px solid #cdcdcd;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
	padding: 20px 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	border-right: 1px solid #cdcdcd;
	height: 110px;
}
.intro_table > tbody > tr:first-child > td {
	background-color: #ecf9ff;
}
.intro_table > tbody > tr > th > small {
	font-weight: 500;
	font-size: inherit;
}
.intro_table > tbody > tr > th > b {
	display: block;
	border: 1px solid #fff;
	width: 100%;
	max-width: 137px;
	font-weight: 500;
	padding: 4px 0;
	margin-top: 6px;
}
.intro_recd {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 29px;
	background-color: #ff811d;
	width: 54px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 30px;
}
.intro_recd::after {
	content: "";
	border: 27px solid #ff811d;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	border-bottom-color: transparent;
	border-top-width: 0;
	border-bottom-width: 8px;
}
.intro_price {
	font-size: 120%;
	font-weight: bold;
}
.intro_price > b {
	font-size: 200%;
	color: #038bda;
	font-weight: 900;
	margin: 0 4px;
}
.intro_price-black > b {
	color: inherit;
}
.intro_caution {
	font-weight: bold;
	margin-top: 11px;
}
.intro_box {
	padding: 35px 61px;
}
.intro_link {
	margin-bottom: 24px;
	line-height: 1.4;
	display: flex;
}
.intro_link > a {
	display: block;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	z-index: 1;
	padding-left: 27px;
}
.intro_link > a::before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #038bda;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: .7em;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.intro_link > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: .7em;
	left: 6px;
	border: 2px solid #fff;
	width: 4px;
	height: 4px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-bottom: none;
	border-left: none;
}
.intro_link > a > i {}
.intro_sect {
	margin-bottom: 20px;
}
.intro_sect:last-child {
	margin-bottom: 0;
}
.intro_title {
	position: relative;
	z-index: 1;
	padding-left: 15px;
	line-height: 1.4;
	font-size: 18px;
}
.intro_title::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #038bda;
	position: absolute;
	z-index: 1;
	top: .7em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	border-radius: 50%;
}
.intro_in {
	padding-left: 15px;
}
.intro_text {}
.intro_list {
	list-style: none;
}
.intro_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.intro_list > li:first-child {}
.intro_list > li:last-child {}
.intro_list > li:nth-child(2n+1) {}
.intro_list > li:nth-child(n+3) {}
.areaPlan {
	margin-bottom: 60px;
}
.areaPlan_title {}
.plan {
	margin-bottom: 92px;
}
.plan:last-child {
	margin-bottom: 0;
}
.plan_title {}
.plan_title > .icon {}
.plan_text {
	margin-bottom: 38px;
}
.plan_table {
	display: block;
	width: 100%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.plan_table > thead {
	display: block;
}
.plan_table > thead > tr {
	display: flex;
	background-image: linear-gradient(90deg, #43bbe3 0%, #3e91da 100%);
}
.plan_table > thead > tr:first-child {}
.plan_table > thead > tr:last-child {}
.plan_table > thead > tr > th {
	display: flex;
	height: 60px;
	width: 500px;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 120%;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
.plan_table > thead > tr > th:first-child {
	border-left: none;
}
.plan_table > thead > tr > th:nth-child(n+2) {
	width: calc((100% - 500px) / 3);
}
.plan_table > thead > tr > td {}
.plan_table > tbody {
	display: block;
}
.plan_table > tbody > tr {
	display: flex;
}
.plan_table > tbody > tr:first-child {}
.plan_table > tbody > tr:last-child {}
.plan_table > tbody > tr:nth-child(2n) {
	background-color: #f3f4f9;
}
.plan_table > tbody > tr > th {
	width: 500px;
	display: flex;
	align-items: center;
	text-align: left;
	padding: 16px 20px;
	box-sizing: border-box;
	font-weight: 500;
	padding-left: 33px;
	white-space: normal;
}
.plan_table > tbody > tr > td {
	display: flex;
	width: calc((100% - 500px) / 3);
	align-items: center;
	padding: 10px 10px;
	text-align: center;
	justify-content: center;
	font-size: 22px;
	color: #0f84e5;
	box-sizing: border-box;
	border-left: 1px solid #c6c6c6;
	font-weight: 500;
}
.plan_image {
	width: 50px;
	text-align: center;
	margin-right: 20px;
	min-width: 50px;
}
.plan_image > img {
	display: block;
	margin: 0 auto;
}
.plan_name {
	line-height: 1.78;
	font-size: 93.3%;
}
.plan_areaText {}
.plan_list {
	list-style: none;
}
.plan_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.plan_list > li:first-child {}
.plan_list > li:last-child {}
.plan_list > li:nth-child(2n+1) {}
.plan_list > li:nth-child(n+3) {}
.plan_cauList {
	list-style: none;
	margin-top: 18px;
}
.plan_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.plan_cauList-num > li {
	text-indent: -2.5em;
	padding-left: 2.5em;
}
.plan_cauList > li:first-child {}
.plan_cauList > li:last-child {}
.plan_cauList > li:nth-child(2n+1) {}
.plan_cauList > li:nth-child(n+3) {}
.option {
	padding-top: 82px;
	padding-bottom: 110px;
}
.option_title {}
.option_box {
	margin-bottom: 63px;
}
.option_box:last-child {
	margin-bottom: 0;
}
.option_table {
	width: 100%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin-bottom: 27px;
}
.option_table > caption {
	background-image: linear-gradient(90deg, #43bbe3 0%, #3e91da 100%);
	font-size: 120%;
	color: #fff;
	font-weight: bold;
	padding: 13px 10px;
}
.option_table > tbody {}
.option_table > tbody > tr {
	border-top: 1px solid #c6c6c6;
}
.option_table > tbody > tr:first-child {
	border-top: none;
}
.option_table > tbody > tr:last-child {}
.option_table > tbody > tr > th {
	white-space: nowrap;
	background-color: #f3f4f9;
	width: 146px;
	padding: 17px 15px;
	font-size: 107%;
	color: #0f84e5;
	line-height: 1.4;
	height: 56px;
}
.option_table > tbody > tr > td {
	font-size: 113%;
	font-weight: 500;
	text-align: center;
	padding: 27px 10px;
	line-height: 1.2;
}
.option_table > tbody > tr:nth-child(2) > td {
	color: #0f84e5;
}
.option_list {
	list-style: none;
	margin-top: 11px;
}
.option_list > li {
	position: relative;
	z-index: 1;
	padding-left: 16px;
}
.option_list > li > small {
	font-size: 93%;
}
.option_list > li:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #0f84e5;
	border-radius: 50%;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0.94em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.option_list > li:first-child {}
.option_list > li:last-child {}
.option_list > li:nth-child(2n+1) {}
.option_list > li:nth-child(n+3) {}
.option_cauList {
	list-style: none;
	font-size: 93%;
	margin: 10px 0;
}
.option_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.option_cauList > li:first-child {}
.option_cauList > li:last-child {}
.option_cauList > li:nth-child(2n+1) {}
.option_cauList > li:nth-child(n+3) {}
@media screen and (min-width:1000px) {
	.intro_link > a:hover {}
}
@media screen and (max-width:999px) {
	.intro {}
	.intro_msg {}
	.intro_table {}
	.intro_table > thead {}
	.intro_table > thead > tr {}
	.intro_table > thead > tr:first-child {}
	.intro_table > thead > tr:last-child {}
	.intro_table > thead > tr > th {}
	.intro_table > thead > tr > th:first-child {
		width: 160px;
	}
	.intro_table > thead > tr > th:nth-child(n+2) {
		width: calc((100% - 160px) / 3);
	}
	.intro_table > thead > tr > th:nth-child(2) {}
	.intro_table > thead > tr > td {}
	.intro_table > tbody {}
	.intro_table > tbody > tr {}
	.intro_table > tbody > tr:first-child {}
	.intro_table > tbody > tr:last-child {}
	.intro_table > tbody > tr > th {
		width: 160px;
	}
	.intro_table > tbody > tr:last-child > th {}
	.intro_table > tbody > tr > td {
		width: calc((100% - 160px) / 3);
	}
	.intro_table > tbody > tr:first-child > td {}
	.intro_table > tbody > tr > th > small {}
	.intro_table > tbody > tr > th > b {
		max-width: 100px;
	}
	.intro_recd {
		left: 10px;
	}
	.intro_recd::after {}
	.intro_price {}
	.intro_price > b {}
	.intro_price-black > b {}
	.intro_caution {}
	.intro_box {
		padding: 35px 35px;
	}
	.intro_link {}
	.intro_link > a {}
	.intro_link > a::before {}
	.intro_link > a::after {}
	.intro_link > a > i {}
	.intro_sect {}
	.intro_sect:last-child {}
	.intro_title {}
	.intro_title::before {}
	.intro_in {}
	.intro_text {}
	.intro_list {}
	.intro_list > li {}
	.intro_list > li:first-child {}
	.intro_list > li:last-child {}
	.intro_list > li:nth-child(2n+1) {}
	.intro_list > li:nth-child(n+3) {}
	.areaPlan {}
	.areaPlan_title {}
	.plan {}
	.plan:last-child {}
	.plan_title {}
	.plan_title > .icon {}
	.plan_text {}
	.plan_table {}
	.plan_table > thead {}
	.plan_table > thead > tr {}
	.plan_table > thead > tr:first-child {}
	.plan_table > thead > tr:last-child {}
	.plan_table > thead > tr > th {
		width: 474px;
	}
	.plan_table > thead > tr > th:first-child {}
	.plan_table > thead > tr > th:nth-child(n+2) {
		width: calc((100% - 474px) / 3);
	}
	.plan_table > thead > tr > td {}
	.plan_table > tbody {}
	.plan_table > tbody > tr {}
	.plan_table > tbody > tr:first-child {}
	.plan_table > tbody > tr:last-child {}
	.plan_table > tbody > tr:nth-child(2n) {}
	.plan_table > tbody > tr > th {
		width: 474px;
	}
	.plan_table > tbody > tr > td {
		width: calc((100% - 474px) / 3);
		font-size: 17px;
	}
	.plan_image {}
	.plan_image > img {}
	.plan_name {}
	.plan_areaText {}
	.plan_list {}
	.plan_list > li {}
	.plan_list > li:first-child {}
	.plan_list > li:last-child {}
	.plan_list > li:nth-child(2n+1) {}
	.plan_list > li:nth-child(n+3) {}
	.plan_cauList {}
	.plan_cauList > li {}
	.plan_cauList > li:first-child {}
	.plan_cauList > li:last-child {}
	.plan_cauList > li:nth-child(2n+1) {}
	.plan_cauList > li:nth-child(n+3) {}
	.option {}
	.option_title {}
	.option_box {}
	.option_box:last-child {}
	.option_table {
		margin-bottom: 20px;
	}
	.option_table > caption {}
	.option_table > tbody {}
	.option_table > tbody > tr {}
	.option_table > tbody > tr:first-child {}
	.option_table > tbody > tr:last-child {}
	.option_table > tbody > tr > th {
		padding-left: 10px;
		padding-right: 10px;
		font-size: inherit;
		width: 130px;
		height: auto;
	}
	.option_table > tbody > tr > td {
		font-size: inherit;
		padding-left: 5px;
		padding-right: 5px;
	}
	.option_table > tbody > tr:nth-child(2) > td {}
	.option_list {}
	.option_list > li {}
	.option_list > li > small {}
	.option_list > li:before {}
	.option_list > li:first-child {}
	.option_list > li:last-child {}
	.option_list > li:nth-child(2n+1) {}
	.option_list > li:nth-child(n+3) {}
	.option_cauList {}
	.option_cauList > li {}
	.option_cauList > li:first-child {}
	.option_cauList > li:last-child {}
	.option_cauList > li:nth-child(2n+1) {}
	.option_cauList > li:nth-child(n+3) {}
}
@media screen and (max-width:767px) {
	.intro {
		margin-bottom: 45px;
	}
	.intro_msg {
		margin-bottom: 15px;
	}
	.intro_table {}
	.intro_table > thead {}
	.intro_table > thead > tr {}
	.intro_table > thead > tr:first-child {}
	.intro_table > thead > tr:last-child {}
	.intro_table > thead > tr > th {
		line-height: 1.2;
		font-size: 12px;
	}
	.intro_table > thead > tr > th:first-child {
		width: 80px;
		height: 50px;
	}
	.intro_table > thead > tr > th:nth-child(n+2) {
		width: calc((100% - 80px) / 3);
		font-size: 14px;
		padding: 0 5px;
		height: 50px;
	}
	.intro_table > thead > tr > th:nth-child(2) {}
	.intro_table > thead > tr > td {}
	.intro_table > tbody {}
	.intro_table > tbody > tr {}
	.intro_table > tbody > tr:first-child {}
	.intro_table > tbody > tr:last-child {}
	.intro_table > tbody > tr > th {
		width: 80px;
		font-size: 11px;
		padding: 10px 5px;
		box-sizing: border-box;
	}
	.intro_table > tbody > tr:last-child > th {}
	.intro_table > tbody > tr > td {
		width: calc((100% - 80px) / 3);
		padding: 10px 5px;
		height: auto;
	}
	.intro_table > tbody > tr:first-child > td {
		padding-top: 33px;
	}
	.intro_table > tbody > tr > th > small {}
	.intro_table > tbody > tr > th > b {
		max-width: 58px;
	}
	.intro_recd {
		font-size: 10px;
		width: 50px;
		line-height: 20px;
	}
	.intro_recd::after {
		border-left-width: 25px;
		border-right-width: 25px;
		border-bottom-width: 4px;
	}
	.intro_price {
		font-size: 12px;
	}
	.intro_price > b {
		font-size: 160%;
	}
	.intro_price-black > b {}
	.intro_caution {
		font-size: 11px;
	}
	.intro_box {
		padding: 20px 15px;
	}
	.intro_link {
		margin-bottom: 15px;
	}
	.intro_link > a {
		font-size: 14px;
	}
	.intro_link > a::before {}
	.intro_link > a::after {}
	.intro_link > a > i {}
	.intro_sect {}
	.intro_sect:last-child {}
	.intro_title {
		font-size: 15px;
	}
	.intro_title::before {}
	.intro_in {
		padding-left: 0;
	}
	.intro_text {}
	.intro_list {}
	.intro_list > li {}
	.intro_list > li:first-child {}
	.intro_list > li:last-child {}
	.intro_list > li:nth-child(2n+1) {}
	.intro_list > li:nth-child(n+3) {}
	.areaPlan {
		margin-bottom: 45px;
	}
	.areaPlan_title {}
	.plan {
		margin-bottom: 45px;
	}
	.plan:last-child {}
	.plan_title {}
	.plan_title > .icon {}
	.plan_text {
		margin-bottom: 15px;
	}
	.plan_table {
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	}
	.plan_table > thead {}
	.plan_table > thead > tr {}
	.plan_table > thead > tr:first-child {}
	.plan_table > thead > tr:last-child {}
	.plan_table > thead > tr > th {
		width: 180px;
		font-size: 13px;
	}
	.plan_table > thead > tr > th:first-child {}
	.plan_table > thead > tr > th:nth-child(n+2) {
		width: calc((100% - 180px) / 3);
		font-size: 10px;
	}
	.plan_table > thead > tr > td {}
	.plan_table > tbody {}
	.plan_table > tbody > tr {}
	.plan_table > tbody > tr:first-child {}
	.plan_table > tbody > tr:last-child {}
	.plan_table > tbody > tr:nth-child(2n) {}
	.plan_table > tbody > tr > th {
		padding: 10px 10px;
		width: 180px;
	}
	.plan_table > tbody > tr > td {
		width: calc((100% - 180px) / 3);
		font-size: 10px;
		padding: 0 5px;
	}
	.plan_table > tbody > tr > td > .icon {
		font-size: 14px;
	}
	.plan_image {
		width: 20px;
		min-width: 20px;
		margin-right: 10px;
	}
	.plan_image > img {}
	.plan_name {
		font-size: 12px;
	}
	.plan_areaText {}
	.plan_list {
		font-size: 11px;
	}
	.plan_list > li {}
	.plan_list > li:first-child {}
	.plan_list > li:last-child {}
	.plan_list > li:nth-child(2n+1) {}
	.plan_list > li:nth-child(n+3) {}
	.plan_cauList {
		font-size: 12px;
	}
	.plan_cauList > li {}
	.plan_cauList > li:first-child {}
	.plan_cauList > li:last-child {}
	.plan_cauList > li:nth-child(2n+1) {}
	.plan_cauList > li:nth-child(n+3) {}
	.option {
		padding-bottom: 65px;
		padding-top: 45px;
	}
	.option_title {}
	.option_box {
		margin-bottom: 35px;
	}
	.option_box:last-child {}
	.option_table {
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
		margin-bottom: 10px;
	}
	.option_table > caption {
		font-size: inherit;
		padding: 10px 10px;
	}
	.option_table > tbody {}
	.option_table > tbody > tr {}
	.option_table > tbody > tr:first-child {}
	.option_table > tbody > tr:last-child {}
	.option_table > tbody > tr > th {}
	.option_table > tbody > tr > td {}
	.option_table > tbody > tr:nth-child(2) > td {}
	.option_list {
		font-size: 12px;
	}
	.option_list > li {}
	.option_list > li > small {}
	.option_list > li:before {}
	.option_list > li:first-child {}
	.option_list > li:last-child {}
	.option_list > li:nth-child(2n+1) {}
	.option_list > li:nth-child(n+3) {}
	.option_cauList {
		font-size: 11px;
	}
	.option_cauList > li {}
	.option_cauList > li:first-child {}
	.option_cauList > li:last-child {}
	.option_cauList > li:nth-child(2n+1) {}
	.option_cauList > li:nth-child(n+3) {}
	.option_table-drive {
		display: block;
	}
	.option_table-drive > caption {
		display: block;
	}
	.option_table-drive > tbody {
		display: flex;
	}
	.option_table-drive > tbody > tr {
		display: block;
		width: 50%;
		border: none;
	}
	.option_table-drive > tbody > tr > th {
		box-sizing: border-box;
		width: auto;
		padding: 0;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.option_table-drive > tbody > tr > td {
		display: block;
		display: flex;
		padding: 0;
		height: 40px;
		align-items: center;
		justify-content: center;
		line-height: 1;
	}
}
