@charset "utf-8";

/* common
------------------------------------------------ */
#page_title { background-image: url(../../img/company/title.jpg); }

/* company
------------------------------------------------ */
#company .pan,#company .content,#company .overview{
	width: 960px;
	margin: 0 auto;
	color: #4D4D4D;
}

#company .content{
	margin-bottom: 50px;
}

#company .main_content{
	width: 635px;
	float: left;
}

#company .main_content h3{
	font-size: 3rem;
	font-weight:100;
	color: #BE9245;
	padding: 0px 0 0px 20px;
	letter-spacing: 7px;
	border-left: #BE9245 solid 5px;
	margin: 5px 0 20px 0;
}

#company .main_content .mein_text_first{
	font-size: 2rem;
	color: #C3A06E;
	padding-left: 25px;
	letter-spacing: auto;
	margin-bottom: 45px;
}

#company .main_content .mein_text_second{
	font-size: 1.5rem;
	padding-left: 25px;
	line-height: 35px;
	letter-spacing: 0.7px;
	margin-bottom: 30px;
}


#company .main_img{
	width: 325px;
	float: left;
}

#company .main_img img{
	margin-bottom: 5px;
}

/* symbol
------------------------------------------------ */
#symbol {
	margin: 60px auto 80px;
	width: 960px;
}

	#symbol h3 {
		position: relative;
		margin-bottom: 60px;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: normal;
	}
	
	#symbol h3:after {
		content: " ";
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		background: #c69c6d;
		z-index: 1;
	}

		#symbol h3 span {
			position: relative;
			padding: 0 1em;
			background: #efefef;
			z-index: 2;
		}

	#symbol .block {
		padding-left: 100px;
	}

		#symbol .mark,
		#symbol .comment { display: inline-block; vertical-align: middle; }
		#symbol .mark { width: 140px; }
		#symbol .comment { margin-left: 130px; width: 506px; font-size: 16px; font-size: 1.6rem; line-height: 2.2; }

/* overview
------------------------------------------------ */
#company .overview dl{
	width: 960px;
	font-size: 1.6rem;
}


#company .overview dl{
	box-sizing: border-box;
	min-height: 65px;
	background-image: linear-gradient(to right, #BE9245, #BE9245 2px, transparent 1px, transparent 4px);
	background-size: 6px 1px;
	background-position: top;
	background-repeat: repeat-x;
}

#company .overview dt{
	float: left;
	width: 140px;
	padding: 20px 0 15px 30px;
}

#company .overview dd{
	padding: 20px 0 15px 170px;
	letter-spacing: 1.5px;
}

#company .overview .table_2lines dt,#company .overview .table_2lines dd{
	padding-bottom: 15px;
}

#company .overview .table_2lines a{
	color: #036EB3;
	font-size: 1rem;
	vertical-align: 0px;
}

#company .overview .tel_fax {
}

	#company .overview .tel_fax dt {}
	#company .overview .tel_fax dd { float: left; padding-left: 0; width: 230px; }
	#company .overview .tel_fax .tel {}
	#company .overview .tel_fax .tel_num {}
	#company .overview .tel_fax .fax {}
	#company .overview .tel_fax .fax_num {}

#company .overview .tel_fax li{
	min-height: 45px;
	letter-spacing: 1.5px;
}

#company .overview .tel_fax li:nth-child(2n-1){
	display: inline-block;
	width: 120px;
	/*background-color: chartreuse;*/
	padding: 25px 0 0 30px;
}

#company .overview .tel_fax li:nth-child(2n){
	display: inline-block;
	width: 200px;
	/*background-color: darkcyan;*/
	padding: 20px 0 0 5px;
}


#company .overview .table_multi .disc{
	width: 620px;
	list-style-type: disc;
	margin-left: 15px;
}

#company .overview .table_multi li{
	letter-spacing: 1.5px;
	height: 35px;
}

#company .overview .table_multi dd ul li .in_block{
	display: inline-block;
	width: 120px;
	margin-right: 30px;
}

#company .overview .table_multi dd ul li .in_block .zero{
	visibility:hidden;
}

/* access
------------------------------------------------ */
#company .access .title{
	color: #BE9245;
	font-weight: 100;
	font-size: 15px;
	font-size: 3.8rem;
	text-align: center;
	padding-top: 80px;
	line-height: 42px;
	letter-spacing: 4px;
}

#company .access .title span{
	font-size: 2.8rem;
	letter-spacing: 1px;
	font-style: italic;
	ont-weight: 100;
}

#company .access #map {
	margin: 60px 0 40px;
	width: 100%;
	height: 366px;
}

#company .access ul{
	margin: 0 auto;
	width: 1222px;
	height: 112px;
	background-color: #EFE7DA;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

#company .access ul li{
	float: left;
}

#company .access ul .train dl,#company .access ul .bus dl{
	border-right: #BE9245 dotted 1px;
}

#company .access ul li dl{
	height: 70px; 
	margin: 20px 0 20px 0px;
}

#company .access ul .train dl{
	padding-left: 45px;
	background: url(../../img/company/train.png) no-repeat left;
	margin-left: 65px;
	width: 260px;
}

#company .access ul .train dl dt{
	display: inline-block;
	font-size: 1.4rem;
	width: 200px;
	margin-top: 18px;
}

#company .access ul .train dl dd{
	display: inline-block;
	width: 245px;
	margin-top: -13px;
	padding-left: 5px;
}

#company .access ul .bus dl{
	padding-left: 45px;
	background: url(../../img/company/bus.png) no-repeat left;
	margin-left: 25px;
	width: 335px;
	margin-top: 23px;
}

#company .access ul .bus dl dt{
	display: inline-block;
	font-size: 1.4rem;
	width: 200px;
	margin-top: 16px;
}

#company .access ul .bus dl dd{
	display: inline-block;
	width: 330px;
	margin-top: -14px;
	padding-left: 9px;
	letter-spacing: -0.7px;
}


#company .access ul .car dl{
	padding-left: 45px;
	background: url(../../img/company/car.png) no-repeat left;
	margin-left: 40px;
	width: 330px;
	margin-top: 24px;
}

#company .access ul .car dl dt{
	font-size: 1.4rem;
	display: inline-block;
	width: 200px;
	margin-top: 15px;
}

#company .access ul .car dl dd{
	display: inline-block;
	width: 330px;
	margin-top: -10px;
	padding-left: 5px;
}

#company .access ul .train dl dd span,#company .access ul .bus dl dd span{
	font-size: 1.5rem;
}

#company .access ul .train dl dd .min,#company .access ul .bus dl dd .min{
	font-size: 3rem;
	color: #BE9245;
	vertical-align: -8px;
}

#company .access ul .car dl dd span{
	font-size: 1.5rem;
	color: #BE9245;
}


/* responsive style
------------------------------------------------ */
@media screen and (max-width: 1242px) {
	#company .access ul { width: 92%; height: auto; overflow: hidden; }
	#company .access ul li { width: 50%; }
}

@media screen and (max-width: 980px) {
	#company .pan,#company .content,#company .overview,#company .overview dl { width: 92%; }
	#company .main_content { width: 62%; }
	#company .main_img { width: 32%; }
	#company .access ul {}
	#company .access ul li { float: none; width: 100%; }

	/* symbol */
	#symbol { width: 92%; }
	#symbol .block { padding-left: 0; }
	#symbol .mark { width: 20%; }
	#symbol .comment { margin-left: 10%; width: 70%; }
}

@media screen and (max-width: 750px) {
	#company .main_content,
	#company .main_img { float: none; width: 100%; }
	#company .main_img img { width: 100%; }
	#company .main_content h3 { padding-left: 10px; border-left-width: 2px; font-size: 2rem; letter-spacing: .1em; }
	#company .main_content .mein_text_first { margin-bottom: 20px; padding-left: 10px; font-size: 1.6rem; }
	#company .main_content .mein_text_second { padding-left: 10px; font-size: 1rem; line-height: 1.8; }

	/* symbol */
	#symbol { margin: 30px auto 40px; }
	#symbol h3 { margin-bottom: 30px; font-size: 1.4rem; }
	#symbol h3:after {}
	#symbol h3 span { padding: 0 .6em 0 0; }
	#symbol .block {}
	#symbol .mark,
	#symbol .comment { display: block; width: 100%; }
	#symbol .mark { margin: 0 auto; width: 40%; }
	#symbol .comment { margin: 20px 0 0; font-size: 1rem; line-height: 1.6; }

	#company .overview dl { font-size: 1.2rem; }
	#company .overview dl dt { float: none; padding: 10px 0; width: 100%; }
	#company .overview dl dd { padding: 0 0 10px; }
	#company .overview .tel_fax dd { float: none; width: 100%; }
	#company .overview .table_multi .disc { width: 100%; }
	#company .overview .table_multi li { margin-top: 6px; height: auto; }
	#company .overview .table_multi li:first-child { margin-top: 0; }
	#company .overview .table_multi dd ul li .in_block { display: block; margin-right: 0; width: 100%; }

	#company .access {}
	#company .access .title { padding-top: 40px; font-size: 3rem; }
	#company .access .title span { font-size: 2rem; }
	#company .access #map { margin: 30px 0 20px; }
	#company .access ul { padding: 10px 0; }
	#company .access ul li { padding: 0 10px; }
	#company .access ul li dl { margin: 0 0 10px !important; padding-left: 12% !important; width: 86% !important; height: auto !important; background-size: 12% !important; border-right: none !important; }
	#company .access ul li dl dt { display: block !important; margin: 0 !important; width: 100% !important; }
	#company .access ul li dl dd { margin: 0 !important; padding-left: 0 !important; width: 100% !important; letter-spacing: 0 !important; }

}