@charset "utf-8";
/* CSS Document */
/*******************
 company
********************/


/* detail-access */
.detail-access .map{
	margin-top: 20px;
}
.detail-access h2{
	background: #ecf5fe;
	margin-top: 43px;
	padding: 1.5%;
	font-weight: bold;
}
.detail-access ul{
	margin: 25px 0;
}
.detail-access ul li span{
	color: #ff0000;
}
.detail-access ul li.line-name{
	font-weight: bold;
	line-height: 2;
}
.detail-access ul li.line-name-02{
	border-top: #e5e5e5 1px dotted;
	padding-top: 25px;
	margin-top: 25px;
	font-weight: bold;
	line-height: 2;
}
.company-message{
	border: 1px solid #e5e5e5;
    padding: 3%;
    margin: 2% 0 5%;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}
.company-message .photo{
	width: 70%;
  max-width: 150px;
}
.company-message .photo img{
	width: 100%;
}
.company-message .message{
	margin-left: 3%;
}
.company-message .message .name{
	margin-bottom: 3%;
	font-size: 1.15em;
}
.company-message .message .name span{
	font-weight: bold;
}
.company-info{
	margin: 5% 0;
}
.company-info dl {
	display: table;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.company-info dl + dl {
	border-top: 1px solid #e5e5e5;
}
.company-info dt {
	width: 156px;
	background-color: #ecf5fe;
	text-align: center;
	box-sizing: border-box;
	padding: 1em;
	font-size: 1.07em;
	display: table-cell;
	vertical-align: middle;
}
.company-info dd {
	width: -webkit-calc(100% - 156px);
	width: -o-calc(100% - 156px);
	width: calc(100% - 156px);
	box-sizing: border-box;
	padding: 1em;
	font-size: 1.07em;
	letter-spacing: 0.03em;
	line-height: 2;
	display: table-cell;
	vertical-align: middle;
}
.info-addrbox {
  display: inline-block;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width:640px){
	.company-message{
		display: block;
	}
	.company-message .photo{
		width: 50%;
		margin: 0 auto 3%;
      max-width: 100%;
	}
  .info-addrbox {
    width: 100%;
  }
.info-addrbox + .info-addrbox {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
}
