@charset "UTF-8";
/* CSS Document */
.underfv-img {
	text-align: center;
}
.underfv-img img {
	margin-bottom: 30px;
	width: 295px;
	height: auto;
}
.underfv-txt__ttl {
	margin-bottom: 30px;
	text-align: center;
}
.underfv-txt__ttl h3 {
	margin-bottom: 20px;
	font-size: 2.0rem;
	line-height: 1;
}
.underfv-txt__ttl h3 span {
	color: #e34847;
}
.underfv-txt__ttl p {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.75;
}
.underfv-txt__notice {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.75;
}

.img-wrt {
	text-align: center;
}
.img-wrt img {
	width: 335px;
	height: auto;
}
.img-wrt__1 {
	margin-top: 30px;
}

.subtxt {
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 1.75;
}


.limit-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.limit-list__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 48%;
	margin-bottom: 20px;
	font-weight: 700;
}
.limit-list__item .img {
	width: 60px;
	height: 60px;
	margin-right: 8px;
}

.limit-list__item .txt dt {
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1;
}
.limit-list__item .txt dd {
	font-size: 1.3rem;
	line-height: 1.3;
	color: #e34847;
}

@media print, screen and (max-width: 374px) {	/*	for w360px Android	*/
	
	
	.underfv-txt__ttl p {
		font-size: 1.4rem;
	}
	.limit-list__item .img {
		width: 50px;
		height: 50px;
	}
	.limit-list__item .txt dt {
		margin-bottom: 6px;
	}
	
}

.img-wrt__arrow {
	margin-bottom: 20px;
}
.img-wrt__arrow img {
	width: 157px;
	height: 50px;
}

.ex-wrt-1 {
	margin-bottom: 40px;
}
.ex-wrt-1 h3 {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}


.ex-wrt-1 ul {
	margin-bottom: 30px;
}
.ex-wrt-1 ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100px;
	background-color: #f3ffff;
	border: 6px solid #64bdc7;
	border-radius: 20px;
}
.ex-wrt-1 ul li:first-child {
	margin-bottom: 15px;
}
.ex-wrt-1 ul li p {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3;
}
.ex-wrt-1 ul li p strong {
	font-size: 2.4rem;
	color: #64bdc7;
}
.ex-wrt-1 ul li span {
	display: block;
	font-size: 1.0rem;
}

.btn-wrap--center {
	max-width: inherit;
}

.img-wrt__2 {
	margin-bottom: 30px;
}

.course-wrap article {
	margin-bottom: 40px;
}
.course-wrap .img-wrt {
	
}
.course-list__item {
	margin-bottom: 30px;
}
.course-list__item .ttl {
	background-color: #e7acd5;
	margin-bottom: 15px;
	padding: 12px 12px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
.course-list__item:first-child .ttl {
	background-color: #7fc4dc;
}
.course-list__item .subttl {
	margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}
.course-list__item .txt {
	font-size: 1.3rem;
	line-height: 1.6;
}

.contact-wrap {
	background-color: #f5f5f0;
	padding: 30px 0;
}
.contact-wrap .txt {
	margin-bottom: 20px;
}
.contact-wrap h3 {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
.contact-wrap p {
	font-size: 1.5rem;
	line-height: 1.6;
}



@media print, screen and (min-width: 681px) {
	
	.underfv-img img {
		margin-bottom: 60px;
		width: 500px;
	}
	.underfv-txt__ttl {
		margin-bottom: 40px;
	}
	.underfv-txt__ttl h3 {
		font-size: 3.0rem;
	}
	.underfv-txt__ttl p {
		font-size: 1.8rem;
		line-height: 1.75;
	}
	.underfv-txt__notice {
		margin-top: 10px;
		font-size: 1.2rem;
		line-height: 1.75;
	}
	
	
	.img-wrt img {
		width: 650px;
	}
	.img-wrt__arrow img {
		width: 218px;
	}
	.img-wrt__1 {
		margin-top: 40px;
	}
	
	.limit-list {
		margin-bottom: 30px;
	}
	.limit-list__item {
		width: 24%;
		margin-bottom: 0;
	}
	.limit-list__item .img {
		width: 60px;
		height: 60px;
		margin-right: 8px;
	}

	.limit-list__item .txt dt {
		font-size: 1.3rem;
	}
	.limit-list__item .txt dd {
		font-size: 1.6rem;
		line-height: 1.3;
	}
	
	.ex-wrt-1 {
		margin-bottom: 60px;
	}
	.ex-wrt-1 h3 {
		margin-bottom: 20px;
		font-size: 2.4rem;
		line-height: 1.5;
	}


	.ex-wrt-1 ul {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		margin-bottom: 30px;
	}
	.ex-wrt-1 ul li {
		width: 48%;
		height: 120px;
	}
	.ex-wrt-1 ul li:first-child {
		margin-bottom: 0;
	}
	.ex-wrt-1 ul li p {
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.3;
	}
	.ex-wrt-1 ul li p strong {
		font-size: 2.4rem;
		color: #64bdc7;
	}
	.ex-wrt-1 ul li span {
		display: block;
		font-size: 1.0rem;
	}
	
	.btn-wrap--center {
		max-width: 360px;
	}
	
	
	.course-wrap article {
		margin-bottom: 40px;
	}
	.img-wrt__2 {
		margin-bottom: 30px;
	}
	.course-list {
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.course-list__item {
		width: 31%;
		margin-bottom: 0;
	}
	.course-list__item .ttl {
		margin-bottom: 15px;
		padding: 12px 12px;
		font-size: 1.4rem;
	}
	.course-list__item .subttl {
		margin-bottom: 15px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.course-list__item .txt {
		font-size: 1.1rem;
		line-height: 1.6;
	}
	
	.contact-wrap__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contact-wrap .txt {
		width: 650px;
		margin-bottom: 0;
	}
	.contact-wrap .btn {
		width: 300px;
		margin-left: 50px;
	}
	
	
}


@media print, screen and (min-width: 1200px) {
	
	
	
	.img-wrt img {
		width: 900px;
	}
	.img-wrt__1 {
		margin-top: 60px;
	}
	
	
	.limit-list__item .img {
		width: 90px;
		height: 90px;
		margin-right: 14px;
	}
	
	.ex-wrt-1 {
		margin-bottom: 100px;
	}
	
	.subtxt {
		margin-bottom: 40px;
		font-size: 1.5rem;
		line-height: 1.75;
	}
	
	.course-wrap article {
		margin-bottom: 80px;
	}
	.img-wrt__2 {
		margin-bottom: 60px;
	}
	.course-list {
		margin-bottom: 60px;
	}
	.course-list__item {
		width: 31%;
		margin-bottom: 0;
	}
	.course-list__item .ttl {
		margin-bottom: 20px;
		padding: 16px 20px;
		font-size: 1.8rem;
	}
	.course-list__item .subttl {
		margin-bottom: 20px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.course-list__item .txt {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	
	
}