@charset "utf-8";

/* ============================================================
 
============================================================ */

#contents .mainPh .tit {
	background-image: url(../img/main_ph.jpg);
}
#contents .block {
	padding: 10px 0 80px;
}
#contents .block .inner {
	width: 1000px;
	margin: 0 auto;
}
#contents .block .txtCenter {
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 737px) {
	#contents .block {
		padding: 5px 10px 40px;
	}
	#contents .block .inner {
		width: auto;
	}
}

#contents .dlLayout01 {
	margin-top: 30px;
}
#contents .dlLayout01 dt,
#contents .dlLayout01 dd {
	display: inline-block;
	padding: 20px 0;
	vertical-align: top;
}
#contents .dlLayout01 dt {
	width: 150px;
	border-top: 1px solid #aaa;
	font-weight: bold;
	text-align: center;
}
#contents .dlLayout01 dd {
	width: 830px;
	margin-left: 15px;
	border-top: 1px solid #ddd;
}
@media screen and (max-width: 737px) {
	#contents .dlLayout01 {
		margin-top: 20px;
	}
	#contents .dlLayout01 dt,
	#contents .dlLayout01 dd {
		display: block;
		width: 100%;
	}
	#contents .dlLayout01 dt {
		padding: 0;
		text-align: center;
		line-height: 35px;
	}
	#contents .dlLayout01 dd {
		margin-left: 0;
		padding: 5px 0 14px;
		line-height: 1.7;
	}
}
/* block01
------------------------------------------------------------ */
#contents .block01 {
	padding-top: 30px;
}
#contents .block01 .dlLayout01 dd span {
	display: inline-block;
}
#contents .block01 .dlLayout01 dd span + span {
	margin-top: 10px;
}
#contents .block01 .dlLayout01 dd a {
	text-decoration: underline;
}
#contents .block01 .dlLayout01 dd a:hover {
	text-decoration: none;
}
#contents .block01 .map {
	margin-top: 40px;
	text-align: center;
}
#contents .block01 .map .mapCaption {
	font-weight: bold;
	line-height: 1;
}
#contents .block01 .map iframe {
	width: 100%;
	height: 300px;
	margin-top: 16px;
	border: none;
}
#contents .block01 .map #gmap,
#contents .block01 .map #gmap_02 {
	margin-top: 10px;
	width: 100%;
	height: 300px;
}
@media screen and (max-width: 737px) {
	#contents .block01 {
		padding-top: 10px;
	}
	#contents .block01 .map {
		margin-top: 30px;
	}
	#contents .block01 .dlLayout01 + .map {
		margin-top: 20px;
	}
	#contents .block01 .map iframe {
		width: 260px;
		width: -webkit-calc(100% - 40px);
		width:         calc(100% - 40px);
		height: 260px;
		margin-top: 10px;
	}
}

/* block02
------------------------------------------------------------ */
#contents .block02 {
	background: #f5f5f5;
}
#contents .block02 .companyLogo {
	display: flex;
	-webkit-align-items: baseline;
	        align-items: baseline;
	-webkit-justify-content: center;
	        justify-content: center;
	margin: 46px 0 20px;
}
#contents .block02 .companyLogo p {
	width: 100%;
	text-align: center;
}
#contents .block02 .companyLogo p:first-child img {
	width: 156px;
}
#contents .block02 .companyLogo p:last-child img {
	width: 160px;
}
#contents .block02 .history dl {
	position: relative;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	    -webkit-justify-content: center;
	            justify-content: center;
	padding: 10px 0;
}
#contents .block02 .history dl:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #333;
	content: "";
}
#contents .block02 .history dl.pcFirst:before {
	top: 50%;
	height: 50%;
}
#contents .block02 .history dl.pcLast:before {
	height: 50%;
}
#contents .block02 .history dl:nth-child(odd) {
	background: #FFF;
}
#contents .block02 .history dl dt:first-child {
	display: none;
}
#contents .block02 .history dt span {
	position: relative;
	display: inline-block;
	width: 60px;
	line-height: 26px;
	background: #333;
	font-family: lato;
	color: #fff;
	text-align: center;
}
#contents .block02 .history dd {
	width: 470px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contents .block02 .history dl dd:first-of-type {
	padding-right: 20px;
}
#contents .block02 .history dl dd:last-child {
	padding-left: 20px;
}
#contents .block02 .companyLogo.new {
	margin: 10px 0 15px;
}
#contents .block02 .companyLogo.new p img {
	width: 191px;
}
#contents .block02 .history dl.spElement {
	display: none;
}
#contents .block02 .history p:last-child {
	text-align: center;
}
@media screen and (max-width: 737px) {
	#contents .block02 .companyLogo {
		margin: 20px 0 10px;
	}
	#contents .block02 .spElement .companyLogo {
		margin-top: 30px;
	}
	#contents .block02 .history dl {
		-webkit-align-items: flex-start;
		        align-items: flex-start;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#contents .block02 .history > dl:nth-child(odd),
	#contents .block02 .history .spElement dl:nth-of-type(even) {
		background: transparent;
	}
	#contents .block02 .history > dl.bgf,
	#contents .block02 .history .spElement dl:nth-of-type(odd) {
		background: #FFF;
	}
	#contents .block02 .history dl.pcElement {
		display: none;
	}
	#contents .block02 .history dl.spElement {
		display: flex;
	}
	#contents .block02 .history dl.spLast {
		border-bottom: 1px solid #ddd;
	}
	#contents .block02 .history dl:before {
		left: 35px;
	}
	#contents .block02 .history dl.spFirst:before {
		top: 22px;
		height: 100%;
	}
	#contents .block02 .history dl.spLast:before {
		height: 22px;
	}
	#contents .block02 .history dl.only:before {
		content: none;
	}
	#contents .block02 .history dl dt:first-child {
		display: block;
	}
	#contents .block02 .history dl.only dt {
		position: absolute;
		top: 10px;
	}
	#contents .block02 .history dl dt:nth-of-type(2),
	#contents .block02 .history dl dd:last-child {
		display: none;
	}
	#contents .block02 .history .spElement dl dt,
	#contents .block02 .history .spElement dl dd,
	#contents .block02 .history dl.only dd {
		display: block;
	}
	#contents .block02 .history dt span {
		width: 50px;
	}
	#contents .block02 .history dd {
		width: 100%;
	}
	#contents .block02 .history dl dd:first-of-type {
		width: 86%;
		padding-right: 0;
		padding-left: 10px;
		word-wrap: break-word;
	}
	#contents .block02 .history dl.only dd {
		padding-left: 60px;
	}
	#contents .block02 .companyLogo.new {
		margin: 30px 0 10px;
	}
}



