@charset "utf-8";
/*******************************************************************************
 * Version 1.0 Release;
 * Copyright 2018
 ******************************************************************************/
.partnerlist {
	margin: 30px -13px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: center;
}
.partnerlist__item {
	width: calc(50% - 26px);
	margin: 13px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.partnerlist__img{
	max-width: 200px;
	/* width: auto;
	max-width: none; */
}
.partnerlist__img--auto{
	width: auto;
	max-width: none;
}
/* 合作店家 */
.sponsorlist {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -13px;
}
.sponsorlist__item {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	width: 130px;
	height: 130px;
	margin: 13px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}
.sponsorlist__text{
	font-size: 18px;
	font-weight: bold;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	max-height: 2.2em;
	margin: 0 auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 2.2em;
	text-align: center;
}
.strong {
	font-weight: bold;
}
.listtext--strong .listtext__item:before {
	color: #fff100;
}
.golist {
	display: flex;
	align-items: flex-end;
	margin: 0 auto;
	max-width: 550px
}
.golist__item {
	width: 50%;
	padding: 0 15px;
	text-align: center;
}
.golist__img {
	margin-bottom: 25px;
}
.golist__btn {
	width: 100%;
	max-width: 150px;
}
.partner{
	margin-bottom: 0;
}
.eat .section__heading-text{
	border-bottom: none;
}
@media (min-width: 768px) {
	.partnerlist {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 35px -20px 0;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.partnerlist__item {
		width: auto;
		margin: 20px;
	}
	.partnerlist__img{
		width: auto;
		max-width: none;
	}
	/* 合作店家 */
	.sponsorlist {
		margin: 0 -9px;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.sponsorlist__item {
		margin: 9px;
	}
	.sponsorlist__text{
		font-size: 26px;
	}
}
@media (min-width: 1024px) {
	/* 合作店家 */
	.sponsorlist {
		margin: 0 -20px;
	}
	.sponsorlist__item {
		width: 180px;
		height: 180px;
		margin: 25px 10px;
	}
	.sponsorlist__text{
	font-size: 30px;
	}
	.partnerlist__item {
		margin: 0 40px;
	}
	.golist__item {
		padding: 0 40px;
	}
	.section-target__list {
		padding: 0 30px;
		font-size: 22px;
	}
	.section-target__list .listtext__item:before {
		font-size: 1.3636em;
	}
	.promo__text-box .promo__heading {
		white-space: nowrap;
	}
	.promo__list-box .promo__heading{
		font-size: 24px;
		padding-left: 10px;
	}
	.promo .wrap__inner {
		padding: 0;
	}

	.comparelist {
		margin-top: 50px;
	}

	.teacher__desc-main {
		max-width: 780px;
	}


	/* 1.方案列表-簡易
	-------------------------------- */
	.planlist-simple {
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.planlist-simple__title {
		font-size: 30px;
		border-width: 1px;
		border-color: #2fa9c3;
	}
	.planlist-simple__price {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.planlist-simple__class {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.planlist-simple__btn {
		font-size: 24px;
	}
	.planlist-simple__btn:hover {
		color: #fff;
	}


	/* 2.方案列表
	-------------------------------- */
	.planlist {
		font-size: 20px;
	}
	.planlist__item {
		width: 25%;
	}
	.planlist__item:first-child {
		width: 25%;
	}
	.planlist__btn:hover,
	.planlist__btn:focus {
		background: #1e3182;
	}


	/* 3.fixed按鈕
	-------------------------------- */
	.fixed-btn {
		font-size: 32px;
	}
}