@charset "UTF-8";
/*------------------------------------------------------------content*/
/*greeting*/
/*------------------------------------------------------------Section*/
/*------------------------------------------------------------Content*/
#company_profile {
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
}
#company_profile table {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  width: 100%;
  transform: rotate(0.04deg);
}
#company_profile table th {
  display: block;
  padding: 0 10px;
  background-color: #F7E4DD;
}
#company_profile table td {
  display: block;
  padding: 0 10px;
}
#company_profile figure {
  text-align: center;
  margin: 30px 0 0 0;
}
#company_profile figure img {
  width: 100%;
  height: auto;
  max-width: 727px;
}
@media print, screen and (min-width:768px) {
  #company_profile {
    margin-bottom: 60px;
  }
  #company_profile table th {
    background-color: #F7E4DD;
    display: table-cell;
    width: 30%;
    padding: 20px 10px;
    border-bottom: 1px solid #CCCCCC;
  }
  #company_profile table td {
    display: table-cell;
    padding: 20px 10px;
    border-bottom: 1px solid #CCCCCC;
  }
}
/*facility_content*/
.facility_content {
  display: block;
  text-align: center;
}
.facility_content p {
  display: block;
  text-align: left;
}
.facility_content .title02 {
  margin: 0 0 30px 0;
}
@media print, screen and (min-width:768px) {
  .facility_content {
    display: inline;
    text-align: left;
  }
  .facility_content .title02 {
    margin: 0 0 0 0;
  }
}
/*map*/
.map_wrap {
  height: 329px;
  padding: 15px;
  background: #fff;
}
@media print, screen and (min-width:768px) {
.map_wrap {
  height: 450px;
  padding: 30px;
  background: #fff;
}
}
/*Disclaimer*/
#disclaimer p {
  margin: 0 0 30px 0;
}
#disclaimer p:last-of-type {
  margin: 0 0 0 0;
}
@media print, screen and (min-width:768px) {
  #disclaimer p {
    margin: 0 0 60px 0;
  }
}