/* CSS Document */
.box {
  background-color: #fdfbf6;
  padding: 50px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.box h3 {
  font-size: 24px;
  font-weight: normal; }

#clm01 .box table {
  border-top: 1px solid #d8d5d3;
  width: 100%;
  margin-bottom: 50px; }

#clm01 .box table th {
  border-bottom: 1px solid #d8d5d3;
  width: 140px;
  padding: 13px 0;
  font-weight: normal; }

#clm01 .box table td {
  border-bottom: 1px solid #d8d5d3; }

#map {
  width: 100%;
  height: 480px;
  margin-bottom: 10px; }

@media screen and (max-width: 760px) {
  .box {
    padding: 30px 15px; }
  .box h3 {
    margin-bottom: 30px !important; }
  #clm01 .box table {
    margin-bottom: 8vw; }
  #clm01 .box table th {
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 4vw 0 1vw;
    border-bottom: none; }
  #clm01 .box table td {
    display: block;
    width: 100%;
    padding: 0 0 4vw; }
  #clm01 .box .mapArea iframe {
    width: 100%;
    height: 90vw; }
  #map {
    width: 100%;
    height: 78vw; } }
