@charset "utf-8";


/* 表 ----------------------------------*/
.about-table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #2c2c2c;
}

.about-table th,
.about-table td {
  text-align: left;
  border-bottom: 1px solid #b6b6b6;
  padding: 10px 0;
}

.about-table tr:last-child td {
  border-bottom: 1px solid #2c2c2c;
}

.about-table td {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {

  .about-table tr,
  .about-table th,
  .about-table td {
    display: block;
    width: auto;
  }

  .about-table th {
    border-bottom: 1px dotted #b6b6b6;
  }
}

@media screen and (min-width: 768px), print {
  .about-table tr:last-child th {
    border-bottom: 1px solid #2c2c2c;
  }

  .about-table th {
    width: 10em;
  }
}

/* 沿革 ----------------------------------*/

@media screen and (max-width: 767px) {
  .about-table dd {
    margin-left: 1em;
  }
}

@media screen and (min-width: 768px), print {
  .about-table dt {
    float: left;
  }

  .about-table dt .dl1 {
    width: 8em;
  }

  .about-table .dl2 dt {
    width: 6em;
  }

  .about-table dd .dl1 {
    margin-left: 8em;
  }

  .about-table .dl2 dd {
    margin-left: 6em;
  }

  .about-table dd:after {
    content: '';
    display: block;
    clear: both;
  }
}

/* 画像 ----------------------------------*/
.about-image img {
  width: 100%;
}

.about-image figure {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .about-image ul li:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .about-image ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-image ul li {
    width: calc(calc(100% - 40px) / 2);
  }

  .about-image figure {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1000px), print {
  .about-image ul li {
    width: 460px;
  }
}

/* 地図 ----------------------------------*/
.map_wrapper iframe {
  width: 100%;
  height: 200px;
}

.map_wrapper {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .map_wrapper iframe {
    height: 400px;
  }
}

.table-scroll {
  overflow-x: scroll;
}

.business-table {
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}

.business-table th,
.business-table td {
  text-align: left;
  border: 1px solid #b6b6b6;
  padding: 10px;
  width:30%;
}
.business-text_right{
	text-align:right;
    font-size: 0.9rem;
	margin-bottom:20px;
}

.business-text_cap{
	font-size:1.3em;
	text-align:center;
}
