@charset "UTF-8";
/*-----------------------------------

	company_block

-----------------------------------*/


/* ==========================================
	message_block
========================================== */

#message_block {
	margin-bottom: 100px;
}
.message_box {
	margin:90px 0;
}
.message_box .text{
	width: 65%;
    float: left;
    padding-top: 45px;
    background-color: #fff;
    border: 1px solid #f4d8b4;
        border-top-color: rgb(244, 216, 180);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: 4px solid #f4d8b4;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.1);
}
#message_block .text{
    float: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 45px;
    background-image: url(../img/index/about_bg.png);
    background-repeat: no-repeat;
    background-position: 10% bottom;
    left: 0;
    top: 0;
}
.message_box .text p {
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 1.5em;
}
.message_box .img_box{
	float:right;	
}
.message_box .text span {
	color: #f44f00;
	font-weight:bold;	
}
.message_box .name_box {
	margin-top: 15px;
	text-align: center;
}
.message_box .name_box p {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
.message_box .name_box span {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-left: 10px;
	color: #f44f00;
}

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

	#message_block .text {
		padding-left: 3%;
		padding-right: 6%;
	}
	.message_box .text {
		width: 56%;
	}
	.message_box .img_box{
		width:40%;
	}

}

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

	.message_box {
		margin:40px 0;
	}
	#message_block .text{
		width: 100%;
		float: none !important;
		padding: 20px 5%;
	}
	.message_box .img_box{
		max-width: 220px;
		width: 100%;
		display: block;
		margin: auto auto 30px auto;
		float: none;
	}

}

/* ==========================================
	outline_block
========================================== */

#outline_block table {
	width: 100%;
	margin-top: 50px;
}
#outline_block table th {
	width: 120px;
	color: #464646;
	font-size: 15px;
	text-align: left;
	padding: 15px 0;
	border-bottom: 1px dotted #e7e7e7;
	position: relative;
}
#outline_block table th:before {
	content: "";
	width: 4px;
	height: 80%;
	background: #f44f00;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
#outline_block table td {
	font-size: 15px;
	padding: 15px 45px;
	border-bottom: 1px dotted #e7e7e7;
}

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

	#outline_block table {

	}
	#outline_block table th {
		display: block;
		width: 100%;
		color: #f44f00;
		padding-bottom: 0;
		border-bottom: none;
	}
	#outline_block table th:before {
		display: none;
	}
	#outline_block table td {
		display: block;
		width: 100%;
		padding: 10px 0 15px;
		line-height: 180%;
	}

}

/* ==========================================
	history_block
========================================== */

#history_block {
	margin: 90px 0;
}
#history_block table {
	width: 1000px;
	margin: 40px 0 80px -20px;
	font-size: 16px;
	border-collapse: separate;
	border-spacing: 20px;
}
#history_block table th {
	color: #757575;
	text-align: left;
	width: 120px;
	position: relative;
}
#history_block table th:before {
	content: "";
	background: #f4cea5;
	width: 4px;
	height: 80%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#history_block table td {
	padding-left: 10px;
}

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

	#history_block table {
		width: 100%;
		margin: 40px 0 60px 0;
		font-size: 15px;
		border-collapse: separate;
		border-spacing: 0;
	}
	#history_block table  tr {
		display: flex;
		margin-bottom: 20px;
	}
	#history_block table th,
	#history_block table td {
		display: block;
		border-right: none;
		border-bottom: 2px solid #f4cea5;
		padding: 0 0 10px;
	}
	#history_block table th {
		width: 100px;
	}
	#history_block table td {
		width: calc(100% - 100px);
	}
	#history_block table th:before {
		display: none;
	}
	#history_block .sp_none {
		display: none;
	}

}

/* ==========================================
	map_block
========================================== */

#map_block {
	padding: 65px 0 55px;
    background: #fff7ed;	
}
.map_box {
	margin-top:40px;
}
@media screen and (max-width: 840px) {


}

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