﻿@charset "utf-8";

.main_midashi{
	font-weight: normal;
}

#main_area {
	background-color:#FFFFFF;
	margin: 0px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px auto;
	padding:20px;
}

#main_area p {
	line-height: 1.8;
	margin: 15px 10px;
}

#main_visual_area {
	border: 10px solid #F4F2C4;
	background-color:#FDFAED;
	margin: 0px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	width:950px;
	margin:0px auto;
}

#main_visual_area #main_visual_area_in  {
	padding: 10px 0px 10px 30px;
}

#main_visual_area p {
	line-height: 2;
	text-align: left;
	letter-spacing:1;
	font-size:16px;
}

#main_visual_area #main_title {
	background: url(../img/title_instructor.gif) no-repeat 5px top;
	color:#40ABC6;
	border-bottom: 2px dotted #40ABC6;
}

#main_visual_area #main_title {
	padding-left: 65px;
	font-size: 25px;
	font-weight: bold;
	line-height:1.4;
	letter-spacing:1px;
	padding-top:8px;
	margin: 5px 0px;
	text-align: left;
}

.profBox {
	width: 96%;
	margin: 0px auto;
}

.profBox .float_left {
	width: 275px;
	margin: 0px auto;
	text-align: center;
}

.profBox .float_right {
	width: 560px;
	margin: 0px auto;
}

.prof_midashi{
	padding-left: 3%;
	padding-bottom: 1%;
	padding-top: 1%;
	font-weight: bold;
	text-align: left;
	display: block;
	margin-bottom:5px;
}

#sugino .prof_midashi{
	border-left: 7px solid #FF6060;
	border-bottom: 1px dotted #FF6060;
}

#arata .prof_midashi{
	border-left: 7px solid #40ABC6;
	border-bottom: 1px dotted #40ABC6;
}
.col2_box {
	display: flex;
	justify-content:space-between;
}
.col2_box li{
	width: 49%;
}
.col2_box li img{
	width: 100%;
}

@media screen and (max-width: 640px) {


#main_area {
	padding: 10px 0px 30px 0px;
}

#main_visual_area {
	width:90%;
	margin: 0px auto;
}

#main_visual_area #main_visual_area_in  {
	padding: 0px 5% 0px 5%;
}

.profBox .float_left {
	width:39%;
	margin: 0px auto;
	text-align: center;
}

.profBox .float_right {
	width:60%;
	margin: 0px auto;
}
.col2_box {
	display: block;
}
.col2_box li{
	width: 80%;
	margin: 10px auto;
}
}

@media screen and (max-width: 480px) {

.profBox .float_left {
	width:90%;
	margin: 0px auto;
	text-align: center;
	float: none;
}

.profBox .float_right {
	width:90%;
	margin: 0px auto;
	float: none;
}

}

/* ac_menu */

.ac_menu .menu_test {
	/* メニュー開閉時アニメーション */
		background :#f4f4f4;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	/* ▽▽アコーディオン開閉指定▽▽ */
	input[type="checkbox"].bellows + .motto{
		height: 0;/* チェックが入っていない時の高さ */
		overflow: hidden;
	}
	
	input[type="checkbox"].bellows:checked + .motto{
		height: auto;/* チェックが入っているときの高さ */
	}
	/* △△アコーディオン開閉指定△△ */
	
	input[type="radio"].bellows{
		display: none;/* チェックボックスの非表示 */
	}
	
	/* ▽▽アコーディオン開閉指定▽▽ */
	input[type="radio"].bellows + .motto{
		height: 0;/* チェックが入っていない時の高さ */
		overflow: hidden;
	}
	
	input[type="radio"].bellows:checked + .motto{
		height: auto;/* チェックが入っているときの高さ */
	}
	/* △△アコーディオン開閉指定△△ */
	label {
		display: block;
		cursor :pointer;
		color: #FFFFFF;
	}
	
	input[type="checkbox"].bellows{
		display: none;/* チェックボックスの非表示 */
	}
	
.kwsk_link {
	display: block;
	padding: 8px 10px;
	margin-bottom: 10px;
}

.kwsk_link.arata {
	background-color:#40ABC6;
}
.kwsk_link.sugino {
	background-color:#FF6666;
}