@charset "UTF-8";

dl.corporate_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
	line-height: 1.5;
}
dl.corporate_list dt {
 padding: 0 24px 0 0;
 text-align: right;
 width: 200px;
 font-size: 1.7rem;
 font-weight: bold;
 font-family: fot-tsukuardgothic-std, sans-serif;
}
dl.corporate_list.history  dt{
	width: 140px;
	padding: 0 16px 0 0;
	font-size: 1.4rem;
	font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
 }

dl.corporate_list dt.small{
	font-size: 1.6rem;
	line-height: 1.3;
	padding-bottom: 24px;
}
dl.corporate_list dd {
 border-left: 1px solid #8b8988;
 padding: 0 0 16px 16px;
 width:660px;
}

dl.corporate_list.history dd {
	width:720px;
 }



@media screen and (max-width: 768px) {
	dl.corporate_list{
		flex-direction: column;
	}
	dl.corporate_list dt{
width: auto;
display: inline-block;
		padding: 0 0 0 1vw;
		margin-bottom:2vw;
		text-align: left;
		border-bottom: 1px solid #8b8988;
	}

	dl.corporate_list dd {
		width:100%;
		border-left: none;
		padding: 0 0 4vw 1vw;
	}
	dl.corporate_list.history dt  {
		width: 24vw;
		text-align: center;
		border-bottom: none;
		padding: .5vw 0 .5vw 1vw;
		margin-bottom: 1vw;
		font-size: 82%;
		background: #e7e5e5;
		}
	dl.corporate_list.history dd {
		width:100%;
		padding: 0 0 2vw 1vw;
		margin-bottom: 5vw;
		border-left: none;
		border-bottom: 1px solid #8b8988;
	}


	dl.corporate_list dt.small{
		font-size: 1.7rem;
		padding-bottom: 0;
	}

}

.corporate_list a.inrlink::before {
	content: '';
	width: 16px;
	height: 12px;
	display: inline-block;
	padding-right: 20px;
	background: url(/fauna/common/images/icon_linkarrow.svg) center right/14px auto no-repeat;
	margin-right: 8px;
}

.indent{ text-indent: -1em;
  padding-left: 1em;}


/************
 * header
 ************/

/* globalnavi */
/* .company header nav li.company {
 background: url("/fauna/common/images/menu_company_bg.gif") repeat-x bottom left !important;
}

.company header nav li.company a {
 background:url("/fauna/common/images/menu_company_o.png") top left no-repeat !important;
}

/* pagenation */
/* .company header #pagenation {
 margin: 8px 0  0 200px;
 width: 300px;
}

.company header #pagenation li,
.company header #pagenation li a:hover,
.company header #pagenation li.active a {
 color: #319f66;
} */ 

/************
 * #info
 /* ************/
/*.companyTop dl dt {
 float: left;
 margin: 0;
 padding: 0 10px 15px;
 text-align: right;
 width: 150px;
}

.companyTop dl dd {
 border-left: 1px solid #8b8988;
 float: left;
 padding: 0 10px 15px;
 width: 500px;
}

.companyTop dl.first dt,
.companyTop dl.first dd{
 padding-top: 20px;
}

.companyTop ul.normalList ul.more {
 text-align: left;
 margin-top: 0;
}
.companyTop ul.normalList ul.more li {
 background-image: none;
} */

/************
 * #map

#map {
 border: 1px solid #8b8988;
 height: 120px;
 vertical-align: bottom;
 width: 600px;
}*/

/************
 * #map


#map2 {
 border: 1px solid #8b8988;
 height: 120px;
 vertical-align: bottom;
 width: 600px;
}
 ************/


/************
 * company
 ************/
/* .companyoverview{
	margin: 0 40px;
}
.item{
	margin:0 0 32px 0;
} */

/************
 * president
 ************/
/* .president_Photo,.map{
	width: auto;
    padding: 5px 0;
} */





