@charset "utf-8";

/* ------------------------------
css/common-parts.cssを上書き start
--------------------------------- */
.personBlock1 {
	margin-bottom: 0;
}
.personBlock-imageLeft {
	width: auto;
	margin-right: 30px;
}
@media screen and (max-width: 750px) {
	.personBlock-imageLeft {
		margin: 0 auto 15px;
	}
}
/* ------------------------------
css/common-parts.cssを上書き end
--------------------------------- */

.LinkList {
}
.LinkList__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 750px) {
	.LinkList__items {
		flex-direction: column;
	}
}
.LinkList__item {
	width: 483px;
	box-sizing: border-box;
	border: 1px solid #0181a1;
	position: relative;
	padding: 0 !important;
}
@media screen and (max-width: 750px) {
	.LinkList__item {
		width: auto;
		margin-top: 10px;
	}
}
.LinkList__item:nth-child(n + 3) {
	margin-top: 10px;
}
.LinkList__item::after {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	background-image: url(/ew/pewbct/img/icon/icon_link.png);
	width: 17px;
	height: 14px;
}
@media screen and (max-width: 750px) {
	.LinkList__item::after {
		right: 10px;
	}
}
.LinkList__item a {
	display: block;
	padding: 20px !important;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.LinkList__item a {
		font-size: 16px;
	}
}
.LinkList__item a:hover {
	text-decoration: none;
	opacity: .8;
}

.Lineup {

}
.Lineup__items {

}
.Lineup__item {
	display: flex;
	align-items: center;
}
.Lineup__text {
	display: inline-block;
	width: calc(100% - 38px);
	font-weight: bold;
	color: #000 !important;
}

.NumIcon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.NumIcon--color01 {
	background-color: #ed811b;
}
.NumIcon--color02 {
	background-color: #00a0df;
}
.NumIcon--color03 {
	background-color: #232288;
}
.NumIcon--color04 {
	background-color: #00984b;
}

.faxBox{
	text-align: left;
	width: 100%;
	margin-bottom: 50px;
	clear: both;
}
.faxBox p{
	padding: 20px;
	font-size: 112%;
}
.bgC-fax{
	background-color: #E4EDBC;
	border: 1px solid #224857;
}

.curriculumBox ul{
	float: left;
	margin-right: 30px;
}
.curriculumBox ul:nth-of-type(2){
	float: left;
}
@media screen and (max-width: 750px) {
.curriculumBox ul{
	float: none;
	margin-right: 0px;
}
.curriculumBox ul:nth-of-type(2){
	float: none;
}
}

.SetPlan {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
	.SetPlan {
		flex-direction: column;
	}
}
.SetPlan--color01 .SetPlan__price {
	border-color: #1ba65c;
	background-color: #d6e9cc;
}
.SetPlan--color01 .SetPlan__course {
	border-color: #1ba65c;
}
.SetPlan--color01 .SetPlan__recommend {
	background-color: #1ba65c;
	color: #fff;
}
.SetPlan--color01 .SetPlan__link {
	background-color: #1ba65c;
	color: #fff !important;
}
.SetPlan--color01 .SetPlan__link::after {
	border-top-color: #fff;
	border-left-color: #fff;
}
.SetPlan--color02 .SetPlan__price {
	border-color: #ffee00;
	background-color: #fffccc;
}
.SetPlan--color02 .SetPlan__course {
	border-color: #ffee00;
}
.SetPlan--color02 .SetPlan__recommend {
	background-color: #ffee00;
	color: #000 !important;
}
.SetPlan--color02 .SetPlan__link {
	background-color: #ffee00;
	color: #000 !important;
}
.SetPlan--color02 .SetPlan__link::after {
	border-top-color: #000;
	border-left-color: #000;
}
.SetPlan__price {
	box-sizing: border-box;
	width: 220px;
	border: 8px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 750px) {
	.SetPlan__price {
		width: auto;
		margin-bottom: 10px;
		border-width: 5px;
		padding: 8px;
	}
}
.SetPlan__courses {
	margin-left: 10px;
	width: calc(100% - 220px - 10px);
}
@media screen and (max-width: 750px) {
	.SetPlan__courses {
		width: auto;
		margin-left: 0;
	}
}
.SetPlan__course {
	box-sizing: border-box;
	border: 2px solid transparent;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	color: #000 !important;
	text-decoration: none !important;
}
.SetPlan__course:hover {
	opacity: .7;
}
@media screen and (max-width: 750px) {
	.SetPlan__course {
		flex-direction: column;
	}
}
.SetPlan__course:not(:first-child) {
	margin-top: 6px;
}
.SetPlan__star::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	position: absolute;
	left: -15px;
	top: -15px;
	background-image: url(/ew/pewbct/img/icon/icon_star.png);
}
@media screen and (max-width: 750px) {
	.SetPlan__star::after {
		left: -15px;
		top: -8px;
	}
}
.SetPlan__recommend {
	writing-mode: vertical-rl;
	text-orientation: upright;
	width: 41px;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 750px) {
	.SetPlan__recommend {
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		width: 75px;
		display: inline-block;
		padding: 8px;
	}
}
.SetPlan__body {
	box-sizing: border-box;
	padding: 10px 10px 10px 20px;
	position: relative;
	width: calc(100% - 41px);
}
@media screen and (max-width: 750px) {
	.SetPlan__body {
		width: auto;
		padding: 10px;
		position: static;
	}
}
.SetPlan__courseName {
	font-size: 23px;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	.SetPlan__courseName {
		font-size: 13px;
		text-align: center;
		margin-bottom: 40px;
	}
}
.SetPlan__courseName img {
	vertical-align: text-bottom;
}
@media screen and (max-width: 750px) {
	.SetPlan__courseName img {
		vertical-align: middle;
	}
}
.SetPlan__link {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: block;
	text-align: center;
	width: 80px;
	font-size: 12px;
	line-height: 1.2;
	padding: 10px 0 16px;
}
@media screen and (max-width: 750px) {
	.SetPlan__link {
		top: auto;
		bottom: 0;
		right: auto;
		left: 0;
		transform: none;
		width: 100%;
		padding: 8px;
	}
}
.SetPlan__link:hover {
	text-decoration: none !important;
	opacity: .8 !important;
}
.SetPlan__link::after {
	position: absolute;
	left: 50%;
	bottom: 6px;
	transform: translateX(-50%) rotate(225deg);
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
}
@media screen and (max-width: 750px) {
	.SetPlan__link::after {
		position: static;
		vertical-align: text-top;
		margin-left: 10px;
	}
}
.SetPlan__plus {
	font-weight: bold;
	font-size: 24px;
}
.SetPlan__text {
	font-weight: bold;
}
.SetPlan__text__size01 {
	font-size: 42px;
}
@media screen and (max-width: 750px) {
	.SetPlan__text__size01 {
		font-size: 26px;
		vertical-align: top;
	}
}
.SetPlan__text__size02 {
	font-size: 26px;
}
@media screen and (max-width: 750px) {
	.SetPlan__text__size02 {
		font-size: 15px;
	}
}
.SetPlan__text__size03 {
	font-size: 24px;
}
@media screen and (max-width: 750px) {
	.SetPlan__text__size03 {
		font-size: 12px;
	}
}
.SetPlan__text__size04 {
	font-size: 15px;
}
@media screen and (max-width: 750px) {
	.SetPlan__text__size04 {
		font-size: 12px;
	}
}

.Column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
	.Column {
		flex-direction: column;
	}
}
.Column__item {
	width: 49%;
}
@media screen and (max-width: 750px) {
	.Column__item {
		width: auto;
	}
}
.Column__item:last-child {
	margin-top: 50px;
}

.ProfileBox {

}
.ProfileBox__title {
	font-size: 18px;
	margin-bottom: 20px;
}
.ProfileBox__image {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	.ProfileBox__image {
		display: block;
		text-align: center;
	}
	.ProfileBox__image img {
		width: 180px;
	}
}
.ProfileBox__name span{
	font-size: 22px;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.ProfileBox__name {
		margin-top: 15px;
		text-align: left;
	}
}
.ProfileBox__detail {
	line-height: 1.5;
}

.ItemList {

}
.ItemList__items {

}
.ItemList__item {
}
.ItemList__item:not(:first-child) {
	margin-top: 30px;
}
.ItemList__title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.5;
	display: flex;
}
.ItemList__title a {
	color: #000;
}
@media screen and (max-width: 750px) {
	.ItemList__title {
		font-size: 20px;
	}
}
.ItemList__icon {
	flex-shrink: 0;
}
.ItemList__body {
	padding-left: 38px;
}
@media screen and (max-width: 750px) {
	.ItemList__body {
		padding-left: 0;
	}
}
.ItemList__body.noIndent {
	padding-left: 0;
}

.contents-spaceMoreStitle {
	margin-bottom: 20px;
}
.contents-spaceMoreStitle strong {
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0px;
}