@charset "utf-8";
/* company */
.wideslider {
  display: none;
}
.greeting {
  width: 100%;
  margin-bottom: 20px;
}
.greeting .photo {
  width: 60%;
  margin: 0 auto 20px;
  text-align: center;
}
.greeting .photo img {
  margin-bottom: 10px;
}
.greeting .photo figcaption {
  font-size: 1.4rem;
}
.greeting .photo figcaption span {
  display: block;
  font-size: 1.2rem;
}
.table--rsp {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #becccf;
  border-right: 1px solid #becccf;
  margin-bottom: 20px;
}
.table--rsp th,
.table--rsp td {
  border-left: 1px solid #becccf;
  border-bottom: 1px solid #becccf;
  padding: 5px 10px;
  background: #fff;
}
.table--rsp th {
  text-align: left;
  width: auto;
  background: #efefef;
  font-weight: normal;
  vertical-align: middle;
}
.table--rsp tr:first-child th {
  border-top: 5px solid #77bb33;
}
.table--rsp tr:first-child td {
  border-top: 5px solid #ccc;
}
.table--rsp.table--rsp-column tbody > tr > th {
  text-align: center;
  background: #f9f9f9;
}
.table--rsp td p span {
  display: inline-block;
}
.table--rsp td p span:first-child {
  width: 6em;
}
.table--rsp td p span:nth-child(2) {
  width: 6em;
}
.chart {
  width: 98%;
  margin: 0 auto 20px;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(57, 55, 55, 0.3);
  padding: 15px;
}
#accessMap {
  margin-bottom: 30px;
}
#accessMap li {
  margin-bottom: 20px;
}
iframe.map {
  box-shadow: 3px 3px 3px rgba(57, 55, 55, 0.3);
  width: 100%;
  height: auto;
  min-height: 280px;
}
@media only screen and (max-width: 480px) {
  .table--rsp {
    border: none;
    font-size: .8em;
  }
  .table--rsp th {
    display: none;
  }
  .table--rsp tr:first-child td {
    border-top: 5px solid #77bb33;
  }
  .table--rsp td {
    border-right: 1px solid #becccf;
    border-bottom: 1px solid #becccf;
    display: block;
    padding: 8px 5px;
    text-align: left;
    overflow: hidden;
    _zoom: 1;
  }
  .table--rsp td:before {
    content: attr(data-label);
    float: left;
    width: 7em;
    font-weight: bold;
    color: #77bb33;
  }
  .table--rsp td p span:last-child {
    display: none;
  }
  .table--rsp tr.block td:before {
    display: block;
    float: none;
  }
}
.col-table {
  width: 100%;
  margin-bottom: 70px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.col-table thead tr th {
  background: #666;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 3px 5px;
  border-left: 1px solid #fff;
}
.col-table thead tr th:first-child {
  background: transparent;
  width: 160px;
  border-left: none;
}
.col-table tbody th {
  background: #666;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding-left: 10px;
}
.col-table tbody td {
  background: #fff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 3px 5px;
}
@media only screen and (min-width: 667px) {
  .greeting {
    overflow: hidden;
  }
  .greeting .photo {
    float: right;
    padding-left: 20px;
    width: 187px;
  }
  #accessMap {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }
  #accessMap li {
    margin-bottom: 20px;
    width: 48%;
  }
  iframe.map {
    box-shadow: 3px 3px 3px rgba(57, 55, 55, 0.3);
    width: 100%;
    height: auto;
    min-height: 400px;
  }
}
@media only screen and (min-width: 950px) {
  .chart {
    width: 80%;
    margin: 0 auto 50px;
    background: #fff;
    padding: 40px;
  }
}
@media screen and (max-width: 769px) {
  .col-table {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .col-table thead {
    display: block;
    float: left;
    width: 35%;
  }
  .col-table thead tr {
    display: block;
    float: left;
    width: 100%;
  }
  .col-table thead tr th {
    display: block;
    height: 30px;
    border-bottom: 1px solid #fff;
  }
  .col-table thead tr th:first-child {
    /*height: 40px;*/
  }
  .col-table tbody {
    display: block;
    float: left;
    width: 65%;
  }
  .col-table tbody tr {
    display: block;
    float: left;
    width: 50%;
  }
  .col-table tbody tr th {
    display: block;
    text-align: center;
    padding: 2px 0 0 0;
    height: 30px;
    border-right: 1px solid #fff;
  }
  .col-table tbody tr th span {
    display: block;
  }
  .col-table tbody tr td {
    display: block;
    height: 30px;
  }
}
img.img-effect {
  background: #000;
  border: solid #fff;
  border-width: 6px;
  box-shadow: 1px 1px 5px #333;
  width: 100%;
  height: auto;
}
