@charset "utf-8";

#about .float_left{
	width: 50%;
	float: left;
}
#about .float_right{
	width: 50%;
	float: right;
}
#about .txt_wrap{
	margin: 0 10px;
	overflow: hidden;
}
#about #sec01 .message_img {
	width: 50%;
	max-width: 610px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
#about #sec01 .message_img img{
	width: 100%;
	height: auto;
}
#about #sec02 h3, #about #sec03 h3, #about #sec04 h3{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	background:url(../../images/common/bg_gray04.png);
	margin-bottom: 15px;
}
#about #sec02 p{
	margin-left: 20px;
	margin-right: 20px;
}
#about #sec02 dl{
	margin: 0 20px;
	overflow: hidden;
}
#about #sec02 ul{
	margin-left: 30px;
}
#about #sec02 dt{
	float: left;
	clear : both;
	text-align: left;
	width: 60px;
}
#about #sec02 dd{
	margin-bottom: 20px;
	margin-left: 60px;
}
#about #sec02 dd p{
	padding: 0;
}
#about .left_margin{
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#about .right_margin{
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#about .col2_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

#about .col2_list > div {
  width: calc(50% - 10px); /* 全体の50%から中央スペースの半分(10px)を引く */
  box-sizing: border-box;
}

#about p.consultation{
	color: #7d0000;
	text-align: right;
	padding: 0 !important;
	margin-right: 0 !important;
}
#about ul#executive_wrap{
	overflow: hidden;
	list-style: none;
}
#about #executive_wrap li{
	float: left;
	margin-right: 20px;
	width: 400px;
}
#about #executive_wrap li:last-child{
	margin-right: 0;
}
#about #executive_wrap .executive_left{
	float: left;
	width: 50%;
}
#about #executive_wrap .executive_left img{
	width: 100%;
	max-width: 200px;
}
#about #executive_wrap .executive_right{
	float: left;
	width: 50%;
	background:url(../images/bg_executive.png);
	position: relative;
}
#about #executive_wrap .executive_right p{
	position: absolute;
	top: 50%;
	margin-top: -4em;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#about .staff_wrap{
	overflow: hidden;
	background:url(../../images/common/bg_beige04.png);
	margin-bottom: 20px;
}
@media only screen and (max-width: 1260px) {
	#about #executive_wrap li:last-child{
		margin: 10px auto;
	}
	#about #executive_wrap li{
		float: none;
		margin: 10px auto;
		width: 100%;
		max-width: 400px;
	}
}
#about .staff_left{
	width: 30%;
	float: left;
	text-align: left;
}
#about .staff_right{
	width: 60%;
	float: right;
	padding-right: 20px;
}
#about .staff_left img{
	width: 100%;
	max-width: 176px;
}
#about .staff_right p{
	margin: 0;
	padding: 0;
}
#about #sec03{
	padding-top: 0;
}
#about .office_wrap{
	padding: 0 30px;
}
#about .staff_wrap ul{
	list-style: none;
}
#about .staff_wrap li{
	background:url(../../images/common/bg_gray06.png);
	margin-bottom: 10px;
	overflow: hidden;
}
#about .staff_wrap li p{
	overflow: hidden;
}
#about .staff_wrap li span.t_name{
	float:left;
}
#about .staff_wrap li span.t_time{
	display: block;
	margin-left: 200px;
}
#about #sec03 h4{
	font-size: 14px;
	font-size: 1.4rem;
	background:url(../../images/common/bg_blue04.png);
	color: #FFF;
	text-align: center;
	padding: 2px 0;
}
#about #dormitory_wrap{
	border: 1px solid #a7a7a7;
	max-width: 480px;
	width: 100%;
	min-height: 70px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#about #dormitory_box{
	margin: 0 auto;
}
#about #dormitory_box p{
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

#pr #contents .txt_wrap{
	margin: 0 10px;
	overflow: hidden;
}
#pr #contents ul{
	margin-left: 2em;
	margin-bottom: 1em;
}
#pr #contents h3{
	margin-top: 0;
}
#pr #contents .sec{
	padding: 1% 0;
}
#pr #contents .leaf{
	margin-left: 15px;
}
#pr #contents #sec02, #pr #contents #sec04{
	background: #f6f5f2;
}
#pr .sec dl{
	margin: 0 20px;
	overflow: hidden;
}
#pr .sec ul{
	margin-left: 30px;
	list-style: none;
}
#pr .sec dt{
	display: block;
	clear: left;
	float: left;
	width: 18%;
	margin-bottom: 10px;
}
#pr .sec dt img{
	width: 100%;
	max-width: 200px;
}
#pr .sec dd{
	display: block;
	width: 82%;
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#pr .sec dd p{
	padding: 0;
}
#pr .mp4_panel {
  width: 640px;
  height: 480px;
}


#contact .separator{
	margin-bottom: 20px;
}
#contact #sec01{
	background:url(../../images/common/bg_white.png);
}
#contact #form_wrap{
	width:100%;
	max-width: 970px;
	margin: 0  auto;
}
#contact #contact_inner{
	margin: 20px 10px;
}
#contact #form1{
	padding-bottom: 15px;
}
#contact #form_wrap{
	width: 100%;
	max-width: 735px;
	margin: 10px auto;
}

#contact #form_list p{
	padding-bottom:0;
}
#contact #form_wrap p.colorred {
    color: #e60012;
}
#contact #name {
	width: 70%;
}
#contact #mail {
	width: 70%;
}
#contact #tel {
	width: 70%;
}


#agree #contents table{
	width: 100%;
}
#agree #contents table th{
	background:url(../../images/common/bg_gray03.png);
	border: 1px solid #cdcdcd;
	padding: 7px 0;
	vertical-align: middle;
	text-align: center;
}
#agree #contents table td{
	border: 1px solid #cdcdcd;
	padding: 7px 0;
	vertical-align: middle;
	text-align: center;
}
#agree #contents table td.c_name{
	text-align: left;
	padding-left: 5px;
}

#contact ul#form_list {
	list-style: none;
}
#contact ul#form_list li{
	margin-bottom:10px;
}
#contact #contact_btn_wrap{
	width: 100%;
	overflow: hidden;
}
#contact #btn_reset {
	width: 49%;
	float:left;
	text-align: center;
}
#contact #btn_submit{
	width: 50%;
	float:right;
	text-align: center;
}
#contact #btn_reset img, #contact #btn_submit img{
	width: 100%;
	max-width: 160px;
	height: auto;
	display: block;
}
#contact #form-success{
	width: 80%;
	background: #FFF;
	position: relative;
	color: #000;
	font-size: 12px;
	border: 1px solid #3f3f3f;
	padding: 4px 10px 4px 10px;
	text-align: center;
	margin: 0 auto;
}
#contact #e_msg{
	width: 100%;
	background: #ee0101;
	position: relative;
	color: #fff;
	font-size: 12px;
	border: 1px solid #FFF;
	padding: 4px 10px 4px 10px;
	display: none;
}
#contact #e_msg p{
	color: #FFF;
}
#contact #btn_reset button, #contact #btn_submit button {
	width: 100%;
	max-width: 160px;
}

@media only screen and (max-width: 619px) {
	.table_wrap {
    		overflow: auto;
	}
	#about .col2_list > div {
  		width: 100%
	}
	#about .float_left, #about .float_right{
		width: 100%;
		float: none;
	}
	#about .left_margin, #about .right_margin{
		padding-left: 0;
		padding-right: 0;
	}
	#about .staff_left{
		width: 100%;
		float: none;
		text-align: center;
	}
	#about .staff_right{
		width: 100%;
		float: none;
		padding-right: 0;
		
	}
	#about #sec01 .message_img{
		margin: 0 auto 10px;
		float: none;
		width: 100%;
	}
	
	
	#pr .mp4_panel {
		max-width: 100%;
		max-height: 100%;
	}
	#pr .mp4_panel video{
		max-width: 100%;
		max-height: 100%;
	}
}
@media only screen and (max-width: 400px) {
	#about #executive_wrap .executive_right p{
		font-size: 12px;
		font-size: 1.2rem;
	}
}