	@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* -=-=-=-=-=-=-=-=-=-=-=- 20140923 「平日受講歓迎!」 -=-=-=-=-=-=-=-=-=-=- */

#img_0923{float: right;}
#attention_0923{float: left;}
@media screen and (max-width: 480px) {
	#img_0923{ width: 100%; margin: 0px auto; clear: both;}
}

/* -=-=-=-=-=-=-=-=-=-=-=- 20170612 予約システム更新 -=-=-=-=-=-=-=-=-=-=- */
.main_text{padding: 0px 0px 15px 0px;}

#backbutton,#nextbutton,.new_button,.nextbutton
	{
		-webkit-appearance: none;
		appearance: none;
    border: none;
    cursor: pointer;
    outline: none;


		width: 250px;
		margin: 0px auto;
		height: 50px;
		display: inline-block;
		font-size: 16px;
		font-weight: bold;

		border: 2px solid #999;
		border-radius: 10px;
		box-shadow:0px 5px 10px -1px #afafaf;
		-moz-box-shadow:0px 5px 10px -1px #afafaf;
		-webkit-box-shadow:0px 5px 10px -1px #afafaf;

		transition: all 0.2s ease;
	}
@media screen and (max-width: 480px) {
	#backbutton,#nextbutton,.new_button,.nextbutton
		{
			margin: 0px 0px 10px 0px;
		}
	#backbutton:after,#nextbutton:after,.new_button:after,.nextbutton:after
	 {
			content"<br />";
	 }
}


	#backbutton:hover,#nextbutton:hover,.new_button:hover,.nextbutton:hover
		{
			box-shadow:0px 9px 10px -1px #afafaf;
			-moz-box-shadow:0px 9px 10px -1px #afafaf;
			-webkit-box-shadow:0px 9px 10px -1px #afafaf;
		}

.new_button
	{
		background-color: #ffffff;
		padding: 0px 50px!important;
		margin: 0px 15px;

	}

.new_button:hover
		{
			background-color: #ffba00;
			color: #fff;
		}

		.nextbutton
			{
				background-color: #ffba00;
				padding: 0px 50px!important;
				margin: 0px 15px;

			}
@media screen and (max-width: 480px) {
.new_button,.nextbutton
	{
		margin: 20px auto 0px auto;
	}
}

		.nextbutton:hover
				{
					background-color: #db7600;
					color: #fff;
				}

#backbutton
	{
		margin-right: 30px;
		background-color: #ffffff;
		display: none;
	}
@media screen and (max-width: 480px) {
	#backbutton
		{
			margin-right: 0px;
		}
}


#backbutton:hover
	{
		background-color: #ccc;
	}

#nextbutton
	{
		background-color: #ffba00;
		padding: 0px 50px!important;
	}
#nextbutton:hover
	{
		background-color: #db7600;
		color: #fff;
	}

#nextbuttonarea
	{
		display: none;
	}

@media screen and (max-width: 480px) {
.button01
	{
		width: 100%;
		text-align: center;
	}
}



#step2_contens{display: none;}
.c_attention{color: red;}

.con_frm_er{display: block; color: red;}

#step1_contents ul li{list-style-type: none;}

.course_banner
	{
		display: block;
		margin: 0px auto;
		margin-bottom: 15px;
		width: 450px;
		height: auto;
		transform: scale(0.9);
		transition: all 0.6s ease;
	}

.course_banner:hover
	{
		box-shadow:0px 0px 15px -1px #4bbbde;
		-moz-box-shadow:0px 0px 15px -1px #4bbbde;
		-webkit-box-shadow:0px 0px 15px -1px #4bbbde;
		transform: scale(1.0);
	}

@media screen and (max-width:480px) {
	.course_banner
		{
			width: 100%;
		}
}

div#schedule h5
	{
		margin-top: 30px;
		margin-bottom: 10px;
	}


	div#schedule_progress progress
		{
			-webkit-appearance: none;
   		appearance: none;
			width: 100%;
			height: 25px;
			margin: 0 auto 30px;
			max-width: 600px;
			display: block;

		}

		@media screen and (max-width:600px) {
			div#schedule_progress progress
				{
					width: 90vw;
				}
		}


	div#schedule_progress progress::-webkit-progress-bar
		{
			background-color: #eee;
  		border-radius: 20px;
  		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
		}
	div#schedule_progress progress::-webkit-progress-value
		{
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #b6e2fd), color-stop(0.20, #91bae4), color-stop(0.50, #8fbff0), color-stop(0.51, #6ba8e4), color-stop(0.75, #87c2fb), color-stop(1.00, #bcf4fd));
			background: -webkit-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
			background: -moz-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
			background: -o-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
			background: -ms-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
			background: linear-gradient(to bottom, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
			border-radius: 20px;

		}

div#schedule_progress #comment_box
	{
		width: auto;
		height: auto;
		display: block;
		margin: 0px auto;
		text-align: center;
	}

div#schedule_progress #comment {
	margin: 30px auto 20px;
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	line-height: 34px;
	color: #19283C;
	text-align: center;
	background: #ffffff;
	border: 3px solid #166eb1;
	border-radius: 20px;
	z-index: 0;
	box-shadow:0px 5px 10px -1px #afafaf;
-moz-box-shadow:0px 5px 10px -1px #afafaf;
-webkit-box-shadow:0px 5px 10px -1px #afafaf;
	animation: bounce 2.5s 5 linear;
}



@keyframes bounce {
  0% {
		transform: translateY(0px);
	}

	20%{
		transform: translateY(-10px);
	}

	30%{
		transform: translateY(0px);
	}

	50%{
		transform: translateY(-5px);
	}

	60%{
		transform: translateY(0px);
	}

	80%{
		transform: translateY(-3px);
	}

	90%{
		transform: translateY(0px);
	}

  100% {
    transform: translateY(0px);
  }
}

div#schedule_progress #comment:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}
div#schedule_progress #comment:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #166eb1 transparent transparent transparent;
	z-index: -1;
}

div#schedule_progress #comment strong
	{
		font-size: 0.7em;
		font-weight: bold;
		background-color: #166eb1;
		color: #fff;
		padding: 8px;
		border-radius: 10px;
	}

div#schedule_progress #comment span
	{
		font-size: 1.2em;
		padding-left: 6px;
		padding-top: 2px;
	}

div#schedule #schedule_buttonarea
	{
		width: auto;
		margin: 30px auto;
		text-align: center;
	}

	.main_text
		{
			font-size: 1.4em;
			text-align: center;
			padding-top: 15px;
			font-weight: bold;
		}

	.main_text span
		{
			color: red;
		}
ul.cb_ul a
	{
		text-decoration: none;
	}

.cb_div
	{
		width: 90%;
		max-width: 550px;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		position: relative;
		font-family: 'Noto Sans Japanese', sans-serif;
		margin-bottom: 20px;
		transition: all 0.2s ease-in-out;
	}

.cb_div:hover{
	transform: scale(1.05);
}

.cb_div img
	{
		display: block;
		width: 100%;
		height: auto;
	}
.cb_div strong
	{
		display: block;
		position: absolute;
		top: 50%;
		left: 5%;
		transform: translateY(-50%);
		font-size: 2.0em;
		font-weight: 900;
		color: #324d91;
		text-shadow: 2px 2px 1px #fff,
             -2px 2px 1px #fff,
             2px -2px 1px #fff,
             -2px -2px 1px #fff;
	}


	.cb_div span
		{
			display: block;
			position: absolute;
			top: 50%;
			left: 18%;
			transform: translateY(-50%);
			font-size: 1.9em;
			font-weight: 700;
			color: #fff;
			line-height: 120%;

		}

@media screen and (max-width: 480px) {
	.cb_div span
		{
			font-size: 1.4em;
			left: 25%;
			line-height: 105%;
		}
}

#cb_2 strong
	{
		color: #01646f;
	}


#cb_3 strong
	{
		color: #d85600;
	}

.cb_contents
	{
		box-shadow:0px 0px 10px 1px #949494;
		-moz-box-shadow:0px 0px 10px 1px #949494;
		-webkit-box-shadow:0px 0px 10px 1px #949494;
		width: 90%;
 		max-width: 540px;
		margin: 0px auto;
		margin-bottom: 40px;
		text-align: center;
		position: relative;
		top: -20px;
		display: none;
	}

.cb_contents table
	{
		display: block;
		border-collapse: collapse;
		table-layout: fixed;
		width: 95%;
		height: 95%;
		margin: 0px auto;
		padding-bottom: 20px;
		padding-top: 20px;
	}

.cb_contents td,th
	{
		padding: 0.5em 0.4em;
	}

.cb_contents th
	{
		height: 20px;
		background-color: #ffba00 !important;
		text-align: center;
	}

.cb_contents td.cb_tbl_th
		{
			text-align: center;
		}


.cb_contents input[type=button]
		{
			-webkit-appearance: none;
			appearance: none;
			border: none;
			cursor: pointer;
			outline: none;


			padding: 10px;
			display: inline;
			font-size: 14px;
			font-weight: bold;
			margin: 4px;

			border: 2px solid #999;
			border-radius: 10px;
			box-shadow:0px 5px 10px -1px #afafaf;
			-moz-box-shadow:0px 5px 10px -1px #afafaf;
			-webkit-box-shadow:0px 5px 10px -1px #afafaf;

			background-color: #fff;
			transition: all 0.2s ease;
		}

.cb_contents a
		{
			text-decoration: none;
		}

.cb_contents input[type=button]:hover
	{
		background-color: #ffba00;
		color: #fff;
		border: 2px solid #ffba00;
	}

.cb_contents td.cb_tbl_tr_th
	{
		width: 15%;
		background-color: #999 !important;
		color: #fff;
		text-align: center;
	}

.cb_contents td.cb_tbl_tr_tb
	{
		width: 60%;
	}

.cb_contents td.cb_tbl_tr_tb a
	{
		font-size: 0.8em;
		padding-left: 5px;
	}

.cb_contents h4
	{
		font-size: 1.3em;
		font-weight: bold;
		padding-top: 20px;
	}

.schedule_2 table
	{
		width: 100%;
	}

.schedule_2 table th
	{
		padding: 5px;
		background-color: #FFFFEA;
		font-weight: bold;
		text-align: center;
	}

.schedule_2 table td
	{
		padding: 5px 0px 5px 20px;
	}

	.schedule_2 table td.center
		{
			padding: 5px 0px;
			text-align: center;
		}

#schedule div.selected_course
	{
		width: 90%;
		max-width: 700px;
		padding: 20px;
		border-radius: 15px;
		border: 2px solid #3763AC;
		margin: 20px auto;
		font-size: 1.2em;
		line-height: 150%;
	}

#schedule div.selected_course span
	{
		background-color: #3763AC;
		font-weight: bold;
		color: #fff;
		padding: 5px 10px;
		margin: auto 15px;
	}

#schedule #step2_contents table
	{
		margin-bottom: 50px;
	}

.modal
	{
		display: none;
		margin: 0px auto;
		position: fixed;
		top: 100%;
		left: 0;
		transform: translateY(-100%);
		z-index: 1;
		width: 100vw;
		height: 10vh;
		max-height: 100px;
		background: rgba(55,99,172,0.8);
		margin: 0px auto;
	}

.modal span
	{
		display: block;
		text-align: center;
		margin: 0px auto;
		font-size: 1.2em;
		font-weight: bold;
		color: #fff;
		line-height: 10vh;
	}



table.program_table{
border: 1px solid #ddd; border-collapse: collapse;
width: 100%;
margin-top: 10px;
margin-bottom: 25px;
}

table.program_table tr td
{
	border: 1px solid #ddd;
}

table.program_table tr th
{
	height: 25px;
	background-color: #BFE8F7;
	text-align: center;
	padding: 3px;
	font-weight: bold;
}

table.program_table tr td.cb_tbl_th
{
	text-align: center;
	padding: 5px;
}

table.program_table tr td.cb_tbl_th input
	{
		background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        appearance: none;
		padding: 10px;
		font-size: 0.9em;
		font-weight: bold;
		border: 2px solid #aaa;
		border-radius: 20px;
		box-shadow: 0px 3px 3px #ddd;
	}

table.program_table tr td.cb_tbl_tr_th
	{
		font-size: 0.7em;
		padding: 3px;
		background-color: #aaa;
		color: #fff;
		text-align: center;
	}

table.program_table tr td.cb_tbl_tr_tb
	{
		font-size: 0.9em;
		padding: 4px;
	}
