* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 639px) {
	#header .sp-menu-nav.header--fixed {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	#header .sp-menu-nav.header--fixed #sp-menu {
		position: relative;
		margin: 0;
		padding: 0;
		width: 48px;
		height: 48px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#header .sp-menu-nav.header--fixed .sp-menu .icon-nav {
		margin: 0;
		padding: 0;
	}
}
@media only screen and (max-width: 639px) {
	#header h1 {
		width: 177px;
	}
}
@media only screen and (max-width: 639px) {
	#header .sp-menu-nav > :not(.sp-menu) {
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	.contents-other #header .sp-menu-nav > :not(.sp-menu) {
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	#header .header-inner {
		padding-right: 55px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media only screen and (max-width: 639px) {
	#header .header-logo {
		width: 192px;
	}
}
#header .header-tel {
	display: none;
}
@media only screen and (max-width: 639px) {
	#header .header-tel {
		width: 113px;
		height: auto;
		display: block;
	}
	#header .header-tel img {
		width: 113px;
		height: auto;
		display: block;
	}
}

.wcl-cv {
	background: #FFFFC8;
	margin: 0 auto;
	padding: 16px 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl-cv * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
	.wcl-cv {
		margin: 0;
		padding: 34px 20px 40px;
	}
}
.wcl-cv p {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 5px;
	position: relative;
	overflow: visible;
}
.wcl-cv p::before, .wcl-cv p::after {
	content: "";
	background: #E65440;
	width: 1px;
	height: 12px;
	display: block;
	position: relative;
	-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}
.wcl-cv p::after {
	-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
}
@media only screen and (max-width: 639px) {
	.wcl-cv p {
		font-size: 12px;
	}
}
.wcl-cv a {
	margin: 8px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px;
	max-width: 500px;
	width: 100%;
	height: 48px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.38;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	position: relative;
}
.wcl-cv a::after {
	content: "";
	background: url(../img/common/icon_arrow_forward.min.png) no-repeat center;
	background-size: contain;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.wcl-cv a .small {
	margin-left: 5px;
	font-weight: 300;
	font-size: 16px;
	display: inline-block;
}
.wcl-cv ul {
	margin: 0 auto;
	max-width: 1048px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 40px;
}
@media only screen and (max-width: 639px) {
	.wcl-cv ul {
		text-align: center;
		display: block;
	}
}
.wcl-cv__contact, .wcl-cv__request {
	max-width: 334px;
	width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 639px) {
	.wcl-cv__contact, .wcl-cv__request {
		max-width: unset;
		width: auto;
	}
}
.wcl-cv__contact p {
	color: #E65440;
}
.wcl-cv__contact p::before, .wcl-cv__contact p::after {
	background: #E65440;
}
.wcl-cv__contact a {
	background: #E65440;
	-webkit-box-shadow: 0px 4px 0px #BE2C18;
	        box-shadow: 0px 4px 0px #BE2C18;
}
.wcl-cv__request p {
	color: #1D3994;
}
.wcl-cv__request p::before, .wcl-cv__request p::after {
	background: #1D3994;
}
.wcl-cv__request a {
	background: #1D3994;
	-webkit-box-shadow: 0px 4px 0px #00116C;
	        box-shadow: 0px 4px 0px #00116C;
}
@media only screen and (max-width: 639px) {
	.wcl-cv__request {
		margin: 18px 0 0;
	}
}

.wcl-cv2 {
	background: #FFFFC8;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl-cv2 * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl-cv2 ul {
	margin: 0 auto;
	padding: 16px 20px;
	max-width: 1048px;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 40px;
}
@media only screen and (max-width: 639px) {
	.wcl-cv2 ul {
		padding: 26px 20px;
		max-width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
}
.wcl-cv2 li {
	max-width: 334px;
	width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 639px) {
	.wcl-cv2 li {
		max-width: unset;
		width: auto;
	}
}
.wcl-cv2 p {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.38;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 32px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-cv2 p {
		font-size: 12px;
		gap: 17px;
	}
}
.wcl-cv2 p br {
	display: none;
}
@media only screen and (max-width: 639px) {
	.wcl-cv2 p br {
		display: block;
	}
}
.wcl-cv2 p::before, .wcl-cv2 p::after {
	content: "";
	background: #E65440;
	width: 1px;
	height: 21px;
	display: block;
	position: relative;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.wcl-cv2 p::after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.wcl-cv2 a {
	margin: 8px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px;
	max-width: 500px;
	width: 100%;
	height: 42px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.38;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-cv2 a {
		height: 60px;
		font-size: 14px;
	}
}
.wcl-cv2 a:hover {
	opacity: 0.6;
}
.wcl-cv2 a::after {
	content: "";
	background: url(../img/common/icon_arrow_forward.min.png) no-repeat center;
	background-size: contain;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.wcl-cv2 a .small {
	margin-left: 5px;
	font-weight: 300;
	font-size: 14px;
	display: inline-block;
}
@media only screen and (max-width: 639px) {
	.wcl-cv2 a .small {
		margin-left: 0;
		font-size: 12px;
		display: block;
	}
}
.wcl-cv2__contact p {
	color: #E65440;
}
.wcl-cv2__contact p::before, .wcl-cv2__contact p::after {
	background: #E65440;
}
.wcl-cv2__contact a {
	background: #E65440;
	-webkit-box-shadow: 0px 4px 0px #BE2C18;
	        box-shadow: 0px 4px 0px #BE2C18;
}
.wcl-cv2__request p {
	color: #1D3994;
}
.wcl-cv2__request p::before, .wcl-cv2__request p::after {
	background: #1D3994;
}
.wcl-cv2__request a {
	background: #1D3994;
	-webkit-box-shadow: 0px 4px 0px #00116C;
	        box-shadow: 0px 4px 0px #00116C;
}

.wcl-cv3 {
	background: #FFFFC8;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl-cv3 * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl-cv3 ul {
	margin: 0 auto;
	padding: 24px 30px;
	max-width: 1048px;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 14px;
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 ul {
		padding: 26px 20px;
		max-width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
}
.wcl-cv3 li {
	max-width: 340px;
	width: calc((100% - 14px) / 2);
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 li {
		max-width: unset;
		width: auto;
	}
}
@media only screen and (max-width: 639px) {
	.wcl-cv3.single ul {
		display: block;
	}
	.wcl-cv3.single li {
		max-width: 340px;
		width: 100%;
	}
	.wcl-cv3.single p br {
		display: none;
	}
}
.wcl-cv3 p {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.38;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 28px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 p {
		font-size: 12px;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		gap: 17px;
	}
}
.wcl-cv3 p br {
	display: none;
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 p br {
		display: block;
	}
}
.wcl-cv3 p::before, .wcl-cv3 p::after {
	content: "";
	background: #E65440;
	width: 2px;
	height: 44px;
	display: block;
	position: relative;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 p::before, .wcl-cv3 p::after {
		width: 1px;
		height: 21px;
	}
}
.wcl-cv3 p::after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.wcl-cv3 a {
	margin: 8px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px;
	max-width: 500px;
	width: 100%;
	height: 68px;
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.38;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 a {
		height: 60px;
		font-size: 14px;
	}
}
.wcl-cv3 a:hover {
	opacity: 0.6;
}
.wcl-cv3 a::after {
	content: "";
	background: url(../img/common/icon_arrow_forward.min.png) no-repeat center;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 a::after {
		width: 12px;
		height: 12px;
	}
}
.wcl-cv3 a .small {
	margin-left: 5px;
	font-weight: 300;
	font-size: 16px;
	display: block;
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 a .small {
		margin-left: 0;
		font-size: 12px;
		display: block;
	}
}
.wcl-cv3__contact p {
	color: #E65440;
}
.wcl-cv3__contact p::before, .wcl-cv3__contact p::after {
	background: #E65440;
}
.wcl-cv3__contact a {
	background: #E65440;
	-webkit-box-shadow: 0px 4px 0px #BE2C18;
	        box-shadow: 0px 4px 0px #BE2C18;
}
.wcl-cv3__request p {
	color: #1D3994;
}
.wcl-cv3__request p::before, .wcl-cv3__request p::after {
	background: #1D3994;
}
.wcl-cv3__request a {
	background: #1D3994;
	-webkit-box-shadow: 0px 4px 0px #00116C;
	        box-shadow: 0px 4px 0px #00116C;
}

.fixed-chat-area {
	display: none;
}

.wcl-fixed-cv {
	background: #FFFFC8;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	text-align: center;
	position: fixed;
	bottom: -160px;
	left: 0;
	z-index: 99999;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl-fixed-cv * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv {
		height: 53px;
	}
}
.wcl-fixed-cv.show {
	bottom: 0;
	-webkit-transition: 0.6s all;
	transition: 0.6s all;
}
.wcl-fixed-cv__wrap {
	margin: 0 auto;
	max-width: 1048px;
	width: 100%;
	height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__wrap {
		padding-right: 53px;
		height: 53px;
	}
}
.wcl-fixed-cv ul {
	margin: 0 auto;
	max-width: 1048px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 40px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv ul {
		padding: 0 6px;
		gap: 6px;
	}
}
.wcl-fixed-cv__contact, .wcl-fixed-cv__request {
	max-width: 334px;
	width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact, .wcl-fixed-cv__request {
		max-width: unset;
		width: calc((100% - 6px) / 2);
	}
}
.wcl-fixed-cv__contact a, .wcl-fixed-cv__request a {
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px;
	max-width: 500px;
	width: 100%;
	height: 48px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.38;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact a, .wcl-fixed-cv__request a {
		padding-right: 20px;
		max-width: 152px;
		height: 38px;
		font-size: 14px;
		letter-spacing: 0;
		display: block;
	}
}
.wcl-fixed-cv__contact a::after, .wcl-fixed-cv__request a::after {
	content: "";
	background: url(../img/common/icon_arrow_forward.min.png) no-repeat center;
	background-size: contain;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact a::after, .wcl-fixed-cv__request a::after {
		width: 10px;
		height: 10px;
		right: 6px;
	}
}
.wcl-fixed-cv__contact a .small, .wcl-fixed-cv__request a .small {
	margin-left: 5px;
	font-weight: 300;
	font-size: 16px;
	display: inline-block;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact a .small, .wcl-fixed-cv__request a .small {
		margin-left: 0;
		font-size: 10px;
	}
}
.wcl-fixed-cv__contact p {
	color: #E65440;
}
.wcl-fixed-cv__contact a {
	background: #E65440;
	-webkit-box-shadow: 0px 4px 0px #BE2C18;
	        box-shadow: 0px 4px 0px #BE2C18;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact a {
		padding-top: 10px;
	}
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact .pc {
		display: none;
	}
}
.wcl-fixed-cv__contact .sp {
	display: none;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact .sp {
		display: block;
	}
}
.wcl-fixed-cv__request p {
	color: #1D3994;
}
.wcl-fixed-cv__request a {
	background: #1D3994;
	-webkit-box-shadow: 0px 4px 0px #00116C;
	        box-shadow: 0px 4px 0px #00116C;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__request a .small {
		margin: 0 0 0;
		line-height: 10px;
		display: block;
	}
}
.wcl-fixed-cv__line {
	background: #06C755;
	width: 80px;
	height: 80px;
	display: block;
	padding: 20px 5px 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.09em;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__line {
		padding-top: 14px;
		width: 53px;
		height: 53px;
		font-size: 11px;
	}
}
.wcl-fixed-cv__line span:nth-child(1) {
	font-size: 13px;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__line span:nth-child(1) {
		font-size: 9px;
	}
}
.wcl-fixed-cv__line span:nth-child(2) {
	font-size: 15px;
	letter-spacing: 0;
	display: block;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__line span:nth-child(2) {
		font-size: 10px;
	}
}

.wcl-price {
	padding: 0;
	color: #072542;
}
@media only screen and (max-width: 639px) {
	.wcl-price {
		padding: 24px 12px 0;
	}
}
.wcl-price__catchphrase {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
@media only screen and (max-width: 639px) {
	.wcl-price__catchphrase {
		font-size: 14px;
	}
}
.wcl-price table {
	margin: 30px auto 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.wcl-price table tbody, .wcl-price table tr, .wcl-price table th, .wcl-price table td {
	border: none;
}
.wcl-price table th {
	padding: 15px 3px;
	width: 120px;
	background: #E5F5FA;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.03em;
	color: #1AA4D2;
}
@media only screen and (max-width: 639px) {
	.wcl-price table th {
		padding: 6px 3px;
		width: 64px;
		font-size: 14px;
	}
}
.wcl-price table td {
	padding: 6px 0 6px 20px;
}
.wcl-price table tr + tr th, .wcl-price table tr + tr td {
	border-top: solid 20px #fff;
}
.wcl-price__tax-excluded {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	color: #E65440;
	position: relative;
	overflow: visible;
}
@media only screen and (max-width: 639px) {
	.wcl-price__tax-excluded {
		font-size: 20px;
	}
}
.wcl-price__tax-included {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.3;
	color: #E65440;
	vertical-align: middle;
	position: relative;
	top: -3px;
	overflow: visible;
}
@media only screen and (max-width: 639px) {
	.wcl-price__tax-included {
		display: block;
		top: auto;
	}
}
.wcl-price__features {
	padding-left: 20px;
	display: block;
}
.wcl-price__features li {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
	text-indent: -15px;
	display: block;
}
@media only screen and (max-width: 639px) {
	.wcl-price__features li {
		font-size: 14px;
	}
}
.wcl-price__features li::before {
	content: "";
	background: #09c;
	border-radius: 12px;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
@media only screen and (max-width: 639px) {
	.wcl-price__features li::before {
		border-radius: 10px;
		width: 10px;
		height: 10px;
	}
}
.wcl-price__features li .strong {
	font-weight: 600;
}
.wcl-price__features li + li {
	margin-top: 11px;
}
@media only screen and (max-width: 639px) {
	.wcl-price__features li + li {
		margin-top: 6px;
	}
}

.wcl-course__wrap {
	padding: 0 16px 40px;
}
.wcl-course__read {
	margin: 30px auto 0;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
}
@media only screen and (max-width: 639px) {
	.wcl-course__read {
		font-size: 14px;
	}
}
.wcl-course__read span {
	font-weight: 300;
}
.wcl-course__price {
	margin: 10px auto 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed;
}
.wcl-course__price thead, .wcl-course__price tbody, .wcl-course__price tr, .wcl-course__price th, .wcl-course__price td {
	border: none;
}
.wcl-course__price th {
	background: #09c;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	padding: 3px 6px;
	width: 33.333%;
	height: 36px;
}
@media only screen and (max-width: 639px) {
	.wcl-course__price th {
		font-size: 14px;
	}
}
.wcl-course__price th + th {
	border-left: solid 2px #fff;
}
.wcl-course__price td {
	background: #E5F5FA;
	border-top: solid 2px #fff;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
.wcl-course__price td + td {
	border-left: solid 2px #fff;
}
.wcl-course__price tr td:nth-child(1) {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.03em;
	color: #1AA4D2;
}
@media only screen and (max-width: 639px) {
	.wcl-course__price tr td:nth-child(1) {
		font-size: 14px;
	}
}
.wcl-course__price tr td:nth-child(3) {
	padding-left: 10px;
	padding-right: 10px;
}
.wcl-course__price__yen {
	margin: 0 auto;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	block-size: -webkit-fit-content;
	block-size: -moz-fit-content;
	block-size: fit-content;
}
@media only screen and (max-width: 639px) {
	.wcl-course__price__yen {
		font-size: 14px;
	}
}
.wcl-course__price__yen .yen {
	font-weight: 300;
	font-size: 12px;
}
@media only screen and (max-width: 639px) {
	.wcl-course__price__yen .yen {
		font-size: 11px;
	}
}
.wcl-course__price__yen .tax {
	font-weight: 300;
	font-size: 12px;
	display: block;
}
@media only screen and (max-width: 639px) {
	.wcl-course__price__yen .tax {
		font-size: 10px;
	}
}
.wcl-course__price--btm-notes {
	margin-top: 8px;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.3;
	text-align: right;
}
.wcl-course__time {
	margin: 0 auto;
	padding-left: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: left;
	display: block;
}
.wcl-course__time li {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
	text-indent: -15px;
	display: block;
}
@media only screen and (max-width: 639px) {
	.wcl-course__time li {
		font-size: 14px;
	}
}
.wcl-course__time li::before {
	content: "";
	background: #09c;
	border-radius: 12px;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
@media only screen and (max-width: 639px) {
	.wcl-course__time li::before {
		border-radius: 10px;
		width: 10px;
		height: 10px;
	}
}
.wcl-course__time li .strong {
	font-weight: 600;
}
.wcl-course__time li + li {
	margin-top: 11px;
}
@media only screen and (max-width: 639px) {
	.wcl-course__time li + li {
		margin-top: 6px;
	}
}
.wcl-course__btm-reasd {
	margin-top: 30px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
}
@media only screen and (max-width: 639px) {
	.wcl-course__btm-reasd {
		font-size: 14px;
	}
}
.wcl-course__cv {
	margin-top: 30px;
}
@media only screen and (max-width: 639px) {
	.wcl-course__cv {
		margin-top: 20px;
	}
}
.wcl-course__cv p {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: #E65440;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
	position: relative;
	overflow: visible;
}
@media only screen and (max-width: 639px) {
	.wcl-course__cv p {
		font-size: 12px;
		gap: 5px;
	}
}
.wcl-course__cv p::before, .wcl-course__cv p::after {
	content: "";
	background: #E65440;
	width: 1px;
	height: 12px;
	display: block;
	position: relative;
	-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}
.wcl-course__cv p::after {
	-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
}
.wcl-course__cv a {
	margin: 8px auto 0;
	background: #E65440;
	-webkit-box-shadow: 0px 4px 0px #BE2C18;
	        box-shadow: 0px 4px 0px #BE2C18;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px;
	max-width: 500px;
	width: 100%;
	height: 68px;
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.38;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-course__cv a {
		height: 48px;
		font-size: 16px;
	}
}
.wcl-course__cv a::after {
	content: "";
	background: url(../img/common/icon_arrow_forward.min.png) no-repeat center;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 639px) {
	.wcl-course__cv a::after {
		width: 12px;
		height: 12px;
	}
}
.wcl-course__cv a .small {
	margin-left: 5px;
	font-weight: 300;
	font-size: 16px;
	display: inline-block;
}

.wcl-plan-etc {
	background: rgba(1, 153, 204, 0.101961);
	padding: 40px 12px;
}
@media only screen and (max-width: 639px) {
	.wcl-plan-etc {
		margin-left: -6px;
		margin-right: -6px;
	}
}
.wcl-plan-etc h2 {
	padding: 0 0 30px;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	position: relative;
}
.wcl-plan-etc h2::after {
	content: "";
	border-top: solid 6px #09c;
	width: 58px;
	height: 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	        transform: translate3d(-50%, 0, 0);
}
.wcl-plan-etc__list {
	margin-top: 30px;
	display: block;
}
.wcl-plan-etc__list li {
	display: block;
}
.wcl-plan-etc__list li + li {
	margin-top: 10px;
}
.wcl-plan-etc__list a {
	background: #fff;
	width: 100%;
	height: 76px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.38;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	color: #0099CC;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media only screen and (max-width: 639px) {
	.wcl-plan-etc__list a {
		font-size: 14px;
	}
}
.wcl-plan-etc__list a::after {
	content: "";
	background: url(../img/icon/ar_list_medium.png) no-repeat center;
	background-size: contain;
	margin-left: 0.3em;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.wcl-select {
	background: #fff;
	padding: 40px 20px;
}
.wcl-select_top {
	padding: 0 0 30px;
}
.wcl-select__main {
	margin: 0 auto;
	max-width: 524px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}
@media only screen and (max-width: 639px) {
	.wcl-select__main {
		max-width: unset;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
}
.wcl-select__main img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.wcl-select__etc {
	background: #fff;
	margin: 30px auto 0;
	width: 100%;
	text-align: center;
	display: block;
}
.wcl-select__etc a {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	color: #0099CC;
}
@media only screen and (max-width: 639px) {
	.wcl-select__etc a {
		font-size: 14px;
	}
}
.wcl-select__etc a::after {
	content: "";
	background: url(../img/icon/ar_list_medium.png) no-repeat center;
	background-size: contain;
	margin-left: 0.3em;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}
.wcl-select__read {
	margin: 30px auto 0;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
	color: #072542;
}

.wcl-price-planlist {
	background: rgba(0, 153, 204, 0.1);
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl-price-planlist_white {
	background: #fff;
}
.wcl-price-planlist * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
	.wcl-price-planlist {
		margin-left: -6px;
		margin-right: -6px;
	}
}
.wcl-price-planlist h2.title {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	color: #072542;
}
.wcl-price-planlist h2.title::after {
	content: "";
	margin: 26px auto 0;
	border-top: solid 6px #0099CC;
	border-radius: 6px;
	width: 58px;
	height: 0;
	display: block;
}
.wcl-price-planlist__visual {
	margin-top: 30px;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.wcl-price-planlist__sections {
	margin: 30px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
}
.wcl-price-planlist__section {
	background: #fff;
	border: 2px solid #0099CC;
	-webkit-box-shadow: 0px 0px 20px rgba(7, 37, 66, 0.3);
	        box-shadow: 0px 0px 20px rgba(7, 37, 66, 0.3);
	border-radius: 20px;
	padding: 20px 13px;
	max-width: 186px;
	width: 100%;
}
@media only screen and (max-width: 639px) {
	.wcl-price-planlist__section {
		width: calc(50% - 5px);
	}
}
.wcl-price-planlist__section h3 {
	border-bottom: solid 2px #F1F5F7;
	padding: 12px 0 32px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #0099CC;
	text-align: center;
	text-decoration: underline;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px;
}
.wcl-price-planlist__section h3 span {
	max-width: calc(100% - 24px);
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
.wcl-price-planlist__section h3::after {
	content: "";
	background: url(../img/icon/ar_list_medium.png) no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 0;
	width: 14px;
	height: 14px;
	display: block;
}
.wcl-price-planlist__section:hover {
	text-decoration: none;
}
.wcl-price-planlist__section:hover h3 {
	text-decoration: none;
}
.wcl-price-planlist__section p {
	margin-top: 20px;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.3;
	color: #072542;
}
.wcl-price-planlist__section p + p {
	margin-top: 6px;
}
.wcl-price-planlist__section .strong {
	font-weight: 600;
}

#titlearea {
	color: #072542;
	background-color: #E5F5FA;
	background-image: none;
	width: 100%;
	height: 156px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 639px) {
	#titlearea {
		background-image: none;
		height: 124px;
	}
}
#titlearea .titlearea-inner {
	background-image: none;
}
@media only screen and (max-width: 639px) {
	#titlearea .titlearea-inner {
		background-image: none;
	}
}
#titlearea h1 {
	background-image: none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: auto;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	text-indent: 0;
}
@media only screen and (max-width: 639px) {
	#titlearea h1 {
		font-size: 24px;
	}
}
#titlearea h1 .h1-aside {
	margin: 0 auto 4px;
	padding: 0;
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.67;
}
.wcl-price + .wcl-cv3 {
	margin-top: 40px;
}
@media only screen and (max-width: 639px) {
	.wcl-price + .wcl-cv3 {
		margin-left: -6px;
		margin-right: -6px;
	}
}

@media only screen and (max-width: 639px) {
	.wcl-cv {
		margin-left: -6px;
		margin-right: -6px;
	}
}

@media only screen and (max-width: 639px) {
	.wcl-cv3 {
		margin-left: -6px;
		margin-right: -6px;
	}
}/*# sourceMappingURL=price_wcl.css.map */