		html.SP main {
			font-size: 80%;
		}

/*==================== entrybtn ====================*/

.entrybtn h2 {
	margin: 0;
}
	html.PC .entrybtn h2 img {
		border-radius: 8px;
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
		box-shadow: 0 4px 4px rgba(0,0,0,0.2);
	}
	html.PC .entrybtn h2 img:hover {
		-webkit-filter: brightness(125%);
		filter: brightness(125%);
		box-shadow: 0 4px 4px rgba(0,0,0,0.1);
	}
	html.PC .entrybtn2 {
		margin: 40px 0 0;
		text-align: center;
	}

		html.SP .entrybtn h2 {
			margin: 0 auto;
			width: 85%;
		}
		html.SP .entrybtn h2 img {
			border-radius: 0.25rem;
		}
		html.SP .entrybtn2 {
			margin: 1rem auto;
		}

/*==================== cmp ====================*/
#under-cmp{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 80px;
}
#under-cmp h2{
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.6em;
}

#under-cmp h2 span{
	display: inline-block;
	width: 85%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 5px;
	background: #fe9e06;
	color: white;
}


/*==================== title ====================*/
#title {
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(/src/images/cmp/under23/title_bg.png);
}
#title h1 {
	margin: 0;
}

	html.PC #title {
		margin-top: 24px;
		background-size: 32px;
	}
	html.PC #title h1 {
		padding-top: 1px;
	}
	html.PC #title h1 img {
		margin-top: -25px;
		vertical-align: bottom;
	}
	html.PC #title .entrybtn {
		position: relative;
	}
	html.PC #title .entrybtn img {
		position: absolute;
		left: 318px;
		top: -48px;
	}
	
		html.SP #title {
			padding: 0;
			margin-top: 1rem;
			background-size: 1.5rem;
		}
		html.SP #title h1 {
			padding-top: 1px;
		}
		html.SP #title h1 img {
			margin-top: -0.75rem;
		}
		html.SP #title .entrybtn {
			padding: 0.5rem 0 1rem;
		}

/*==================== course ====================*/

#course {
	background-color: rgb(255,240,0);
	padding-bottom: 0;
}
#course .select {
	background-color: rgb(224,224,224);
}
#course .select h2 {
	margin: 0;
	text-align: center;
}
#course .select ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#course .course h3 {
	margin: 0;
}
#course .more {
	position: relative;
}
#course .more .lady {
	position: absolute;
	right: 0;
	bottom: 0;
}

	html.PC #course {
		margin-top: 530px;
	}
	html.PC #course .select {
		border-radius: 20px;
		margin-top: -450px;
		padding-bottom: 30px;
	}
	html.PC #course .select h2 {
		padding-top: 1px;
	}
	html.PC #course .select h2 img {
		width: 50%;
		margin-top: -25px;
	}
	html.PC #course .select ul {
		display: table;
		table-layout: fixed;
		width: 100%;
		border-spacing: 20px 15px;
	}
	html.PC #course .select li {
		display: table-cell;
		width: 50%;
	}
	html.PC #course .course {
		display: table;
		table-layout: fixed;
		margin-top: -30px;
		border-spacing: 10px 0;
		width: 100%;
	}
	html.PC #course .course > div {
		display: table-cell;
		width: 50%;
	}
	html.PC #course .more h4:nth-of-type(1) {
		margin-left: 73px;
	}
	html.PC #course .more h4:nth-of-type(2) {
		margin-left: 102px;
	}
	html.PC #course .more {
		padding-bottom: 2px;
	}
	
		html.SP #course {
			margin-top: 2rem;
			padding: 0;
		}
		html.SP #course .select {
			padding: 0 3% 10%;
		}
		html.SP #course .select h2 {
			padding-top: 1px;
		}
		html.SP #course .select h2 img {
			display: inline-block;
			margin-top: -5%;
		}
		html.SP #course .select ul {
			margin-top: 1rem;
		}
		html.SP #course .course {
			margin: -6% 3% 0;
		}
		html.SP #course .course > div:nth-of-type(2) {
			margin-top: 1rem;
		}
		html.SP #course .more {
			padding: 0 15% 1rem 3%;
		}
		html.SP #course .more h4:nth-of-type(2) {
			margin-left: 1.5%;
		}
		html.SP #course .more .lady {
			width: 30%;
		}

/*++++++++++++++++++++++++++++++++++++++++*/

#voice,
#plan {
	margin-top: 2rem;
	padding-top: 0;
	background-repeat: no-repeat;
}
#voice {
	background-image: url(/src/images/cmp/under23/voice_title_bg.png);
}
#plan {
	background-image: url(/src/images/cmp/under23/plan_title_bg.png);
}

#voice h2,
#plan h2 {
	margin: 0;
	background-repeat: repeat-x;
	background-size: auto 100%;
	text-align: center;
}

	html.PC #voice,
	html.PC #plan {
		background-size: 100% 5rem;
	}
	html.PC #voice h2 img,
	html.PC #plan h2 img {
		height: 5rem;
	}

		html.SP #voice,
		html.SP #plan {
			background-size: 100% 3.5rem;
		}
		html.SP #voice h2 img,
		html.SP #plan h2 img {
			height: 3.5rem;
		}

/*==================== お客様の声 ====================*/

#voice {
	background-color: rgb(255,249,153);
}

#voice .voices {
}
#voice .voices > div {
	background-color: white;
}
#voice .voices h3 {
	width: 100%;
	background-color: rgb(255,199,253);
	color: rgba(0,0,0,0.9);
	margin: 0;
	padding: 1em 0;
	font-family: 'UD Shin Go Regular';
	line-height: 1.2;
	text-align: center;
}

#voice .voices p {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.8);
}

	html.PC #voice .voices {
		display: table;
		table-layout: fixed;
		width: 100%;
		border-spacing: 15px 0;
		margin-top: 1rem;
	}
	html.PC #voice .voices > div {
		display: table-cell;
		width: calc(100%/4);
	}
	html.PC #voice .voices h3 {
		display: inline-block;
		vertical-align: top;
		font-size: 100%;
	}
	html.PC #voice .voices > div:nth-of-type(1) h3,
	html.PC #voice .voices > div:nth-of-type(2) h3 {
		line-height: 2.4;
	}
	html.PC #voice .voices p {
		font-size: 80%;
		line-height: 1.5;
	}
	
		html.SP #voice .voices > div {
			margin-top: 1rem;
		}

/*==================== 料金プラン ====================*/
#plan {
	background-color: rgb(255,240,0);
}

#plan h3 {
	margin: 0;
}
#plan p {
	margin: 0;
}

	html.PC #plan .plans {
		display: table;
		table-layout: fixed;
		width: 100%;
		border-spacing: 15px;
	}
	html.PC #plan .plans > div {
		display: table-cell;
		width: calc(100%/3);
	}
	
		html.SP #plan .plans {
			padding: 0 3%;
		}
		html.SP #plan .plans > div {
			margin-top: 1rem;
		}

