@charset "UTF-8";

h3 {
  background-color: #fefbf7;
  padding: 3px 10px;
}

table {
  display: inline-block;
  text-align: center;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  max-width: 1000px;
}

th {
  padding: 7px;
}

tr {
  padding: 7px;
  vertical-align: top;
}

.top {
  text-align: left;
}

td {
  padding: 7px;
  text-align: center;
  vertical-align: top;

}

.gray {
  background-color: #eee;
}

.tablebiz table {
  height: 100%;
  vertical-align: top;
}

.order {
  display: inline-block;
  text-align: center;
  margin-top: 20px;

}

.double {
  padding: 10px;
  border: double #FF9977;
  margin-bottom: 10px;
  width: 180px;
  background-image: url(../image/navi.jpg)
}

/* 画像ページ内拡大 */
#sample div {
  margin: 0;
  display: none;
}

#sample div:target {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#sample div:target #overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

#sample div:target img {
  animation: fadein .3s;
}

@keyframes fadein {
  0% {
    transform: scale(0.2);
    opacity: 0.2;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}


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

  th,
  td {
    display: block;
    width: auto;
  }

  /* テーブル横並び */
  .cuma {
    width: 100%;
    vertical-align: middle;

  }

  .cuma tr {
    display: block;
    float: left;
  }

  .cuma tr td,
  .cuma tr th {
    border-left: none;
    display: block;
    height: 100px;

  }

  .cuma thead {
    display: block;
    float: left;
    width: 30%;
  }

  .cuma thead tr {
    width: 100%;
  }

  .cuma tbody {
    display: block;
    float: left;
    width: 70%;
    font-size: 90%;
    margin-top: 10px;
  }

  .cuma tbody tr {
    width: 100%;
  }

  .cuma tbody tr td {}

  .cuma tr td + td {
    border-left: none;
  }

  .cuma tbody td:last-child {}

  .biz img {
    width: 100px;
  }

  .mbimg img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .iframe img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .intro {
    text-align: left;
    padding: 10px;

  }

  .accordion-content {
    margin: auto;
    text-align: left;
    max-width: 90%;
    font-size: 90%;

  }

  .accordion-content ul {
    list-style-type: none;
  }

  .question {
    display: block;
    position: relative;
    width: 60%;
    padding: 10px;
    background-color: #fcedd8;
    cursor: pointer;
    margin-bottom: 1px;

  }

  .question a {
    text-decoration: none;

  }

  .answer {
    display: none;
    margin: 3px;
    padding: 10px;
    background-color: #fcedd8;

  }

  /* 画像ページ内拡大 */
  #sample div:target img {
    width: 90%;
    height: auto;
  }

}
