@charset "utf-8";

/* CSS Document */

.topImg {
  line-height: 0;
}
.topImg img{
  width: 100%;
}
.title01 {
	font-size: 45px;
	font-weight: 200!important;
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Sarabun', sans-serif;
}
.title01 span {
	letter-spacing: 10px;
	font-size: 16px;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

#info {
  padding-top: 130px;
}
#info .photo01 {
  text-align: center;
  margin-bottom: 70px;
}
#info .text01 {
  padding: 0 210px;
  margin-bottom: 110px;
}
#info .companyList {
  display: flex;
  justify-content: space-between;
}
#info .companyList .companyInfo {
  width: 500px;
}
#info .companyList .title02 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
#info .companyList ul {
  border-top: 1px solid #ccc;
}
#info .companyList li {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
#info .companyList li span {
  width: 155px;
}
#info .companyList li dfn {
  width: 345px;
  font-style: normal;
}
#info .companyList .mail {
  width: 145px;
  vertical-align: middle;
}
#info .companyList .businessList {
  margin-bottom: 70px;
}
#info .companyList .businessList li {
  padding-left: 25px;
}
#info .companyList .historyList li span,
#info .companyList .historyList li dfn {
  line-height: 2.0;
}
#access {
  padding-top: 150px;
}
#access .map {
  line-height: 0;
}
#access .map iframe {
  width: 100%;
  height: 800px;
}
@media only screen and (max-width: 767px) {

.topImg {
  line-height: 0;
}
.topImg img{
  width: 100%;
}
.title01 {
	font-size: 22px;
	margin-bottom: 20px;
}
.title01 span {
	font-size: 12px;
}

#info {
  padding-top: 40px;
}
#info .photo01 {
  margin-bottom: 15px;
}
#info .text01 {
  padding: 0;
  margin-bottom: 30px;
}
#info .companyList {
  display: block;
  justify-content: space-between;
}
#info .companyList .companyInfo {
  width: 100%;
}
#info .companyList .title02 {
  font-size: 18px;
  margin-bottom: 10px;
}
#info .companyList .mail {
  width: 120px;
}
#info .companyList .companyInfoList,
#info .companyList .businessList {
  margin-bottom: 35px;
}
#info .companyList .businessList li {
  padding-left: 15px;
}
#info .companyList .historyList li span,
#info .companyList .historyList li dfn {
  line-height: 1.5;
}
#access {
  padding-top: 50px;
}
#access .map {
  line-height: 0;
}
#access .map iframe {
  width: 100%;
  height: 400px;
}
}