@charset "UTF-8";
/* CSS Document */
#company i{
	font-style: normal;
}

#company .about-mainv{
	width: 100%;
	height: 400px;
	background: url("../images/about/mainv.jpg")no-repeat 50% 0;
}

#company h2{
	padding-top: 30px !important;
}
#about_page .about_content .tabs_title {
	display: flex;
	display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
	margin-top: 20px;
	margin-bottom: 60px;
}

#about_page .about_content div.tabs_title div {
  text-align: center;
  border-bottom: none;
  margin-bottom: 0;
  /*
	border-right: 1px solid #333;
	border-bottom: 2px solid #999;
	*/
	font-weight: bold;
}
#about_page .about_content div.tabs_title div a  {
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
	color: #333;
}
#about_page .about_content div.tabs_title div{
	border-bottom: 2px solid #bfbfbf;
}
#about_page .about_content div.tabs_title div:first-child {
  border-bottom: 2px solid #333;
}
#about_page .tabs_content{
	min-width: 900px;
	padding-top: 60px;
}
#about_page .about_content div.tabs_content div table tbody tr {
  border-bottom: none;
  padding: 30px 0;
}
/*
#about_page .about_content div.tabs_content .change_language {
	display: block;
	text-align: right;
}
*/
#about_page .about_content div.tabs_content .change_language a {
	font-family: 'Century Gothic', sans-serif;
	display: inline-block;
	padding: 2px 15px 0 15px;
	border: 1px solid #808080;
	border-radius: 0;
	cursor: pointer;
	color:;
	line-height: 1.0;
	font-size: 17px;
}
a.btn_eng{
	margin: 0 0 0 -6px;
	background-color: #fff;
	color: #808080;
}
a.btn_jp{
	margin: 0 0 0 0;
	background-color: #808080;
	color: #fff;
}

#about_page .tbl_jp, .tbl_eng{
	text-align: left;
}


@media screen and (max-width:768px){
	#company .about-mainv{
        width: 100%;
        height: 240px;
		background-size: auto 240px;
    }
	#about_page .tabs_content{
        min-width: 100%;
    }
	#about_page .about_content .tabs_title {
        margin: 20px auto 30px auto;
    }
	#about_page .tabs_content{
        padding-top: 30px;
    }
	#about_page .about_content{
		width: 100%;
	}
	#about_page .about_content div.tabs_content div table tbody tr {
      border-bottom:1px solid #808080;
      padding: 15px 0;
    }

}

/* access page追加（2024-06-10） */
#access h2{
	margin-top: 20px ;
}

#access h2.map-title{
	text-align: left;
	margin: 20px 0 5px;
}

#map-osaka{
	padding-top: 60px;
}

#map-tokyo{
	margin-top: 90px;
}

@media screen and (max-width:768px){
	#map-osaka{
		padding-top: 30px;
	}

	#map-tokyo{
		margin-top: 60px;
	}
}