@charset "utf-8";
/* CSS Document */

/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/

/*ゆめっこくらぶがはじまるよ！*/
#introduce .container {
	padding-left: 15px;
	padding-right: 15px;
}

#introduce h3 {
	border-bottom: 1px dotted #308C6B;
	color: #308C6B;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0;
}

#introduce .right img {
	width: 100%;
	height: auto;
}

#introduce .yumekko_form {
	background-color: #0056a8;
	border-radius: 10px;
	color: #fff;
	display: block;
	margin-bottom: 40px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#introduce .yumekko_form:hover {
	background-color: #0070DC;
}


#introduce .text-right a:hover {
	opacity: 0.8;
}

#introduce .strong {
	font-weight: bold;
}

/*年間予定表*/
#schedule table {
	background-color: #fff;
}

#schedule table thead {
	background-color: #fbb03b;
	text-align: center;
}

#schedule table tbody tr:nth-child(even) {
	background-color: #FFEACC;
}

#schedule table tbody tr td:first-child {
	text-align: right;
}

/*フォーム*/
#form .container {
	padding-left: 0;
	padding-right: 0;
}

#yumekko_form {
	border: 1px solid #999;
	padding: 20px 10px;
	background-color: #fff;
}

#yumekko_form span {
	font-size: 12px;
}

#yumekko_form .required {
	color: red;
	font-weight: bold;
}

#yumekko_form .form-row {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#yumekko_form .form-row:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*生年月日select部分調整*/
#yumekko_form select.form-control {
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	width: auto;
}

#yumekko_form input[id="postalCode_3"] {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 80px;
}
#yumekko_form input[id="postalCode_4"] {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 100px;
}

/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(768px～)*/
/*--------------------------------------------*/

@media (min-width: 768px) {
	
	article {
		padding: 0 50px;
	}
	
	
	/*ゆめっこくらぶがはじまるよ！*/
	#introduce article {
		padding: 0 20px;
	}
	
	#introduce .right {
		width: 48%;
		float: right;
		margin-bottom: 30px;
	}
	
	#introduce .left {
		width: 50%;
		float: left;
	}
	
	#introduce .left {
		margin-bottom: 20px;
		/*padding-right: 20px;*/
	}
	
	#introduce h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	#introduce .yumekko_form {
		margin-bottom: 100px;
	}
	
	#introduce .clear {
		clear: both;
	}

	

	/*年間予定表*/
	#schedule table {
		width: 100%;
	}
	
	/*フォーム*/
	#yumekko_form {
		padding: 30px 30px;
	}


	
	
}





/*--------------------------------------------*/
/*タブレット横/PC/(992px～)*/
/*--------------------------------------------*/


@media (min-width: 992px) {
	
	article {
		padding: 0 100px;
	}
	
	/*ゆめっこくらぶがはじまるよ！*/
	#introduce article {
		width: 80%;
		margin: 0 auto;
	}
	#introduce .right {
		width: 45%;
		margin-bottom: 20px;
	}
	
	#introduce .left {
		width: 52%;
	}
	
	#introduce .left {
		margin-bottom: 20px;
		/*padding-right: 30px;*/
	}
	
	#introduce h3.left {
		font-size: 22px;
		margin-bottom: 15px;
	}
	
	

	
	/*フォーム*/
	#form article p {
		font-size: 16px;
	}
	
}




/*--------------------------------------------*/
/*PC(1200px～)*/
/*--------------------------------------------*/

@media (min-width: 1200px) {
	
	article {
		padding: 0 200px;
	}
	
	/*ゆめっこくらぶがはじまるよ！*/
	#introduce article {
		width: 75%;
		margin: 0 auto;
	}
	
	#introduce .right {
		margin-bottom: 15px;
	}

	#introduce .left {
		margin-bottom: 30px;
	}
	
	#introduce h3 {
		margin-bottom: 15px;
	}

	
	
	
	
}
