@charset "UTF-8";

#container.about {
  margin: 92px auto 80px;
}

.block h2 {
  margin: 50px 0;
}

.block h2:after {
  background: none;
  display: initial;
}

.about h3 {
  text-align: center;
  font-size: 21px;
  color: #7D7461;
  display: block;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 40px 0;
}

.about h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  background: #ECD444;
  background: #A9DDD6;
}

table {
  width: 700px;
  margin: 0 auto;
}

table th {
  font-weight: 500;
}

table th,
table td {
  border-bottom: 2px dotted #B7B7B7;
  padding: 15px 0 15px;
  text-indent: 20px;
}

/* 1024px以下 */
@media screen and (max-width: 1120px) {
  .pankuzu {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 960px) {
  #container.about {
    width: calc(100% - 40px);
  }

  table {
    width: 100%;
  }
}

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

  .block h2::before,
  .block h2::after {
    border: none;
  }
}

@media screen and (max-width: 480px) {
  #container.about .block {
    margin: 0 0 90px;
  }

  .block h2 {
    margin: 0 0 20px;
  }

  table th,
  table td {
    display: block;
  }

  table th {
    border: none;
    padding: 15px 0 0 0;
  }

  table tr:nth-of-type(1) th {
    border: none;
    padding: 0;
  }
}