/* ============================
 * 
 *     Mypage/Jukenhyo
 *
 * ============================ */
.jukenhyo-actions {
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}

.jukenhyo-name {
  padding: 0.5em;
  font-size: 1.5rem;
  text-align: center;
}

.jukenhyo-code-table th[scope=row] {
  width: 12.5em;
}

.jukenhyo-bordered-table th[scope=row], .jukenhyo-bordered-table th[scope=col] {
  width: 30%;
}
.jukenhyo-bordered-table th[scope=col] {
  text-align: center;
}
.jukenhyo-bordered-table .number {
  text-align: center;
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: bold;
}

.replace-map {
  width: 100%;
  height: 360px;
}

.jukenhyo-attentions {
  padding: 1em 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 0.8275em;
  font-size: 0.8275rem;
  line-height: 140%;
}

@media screen and (max-width: 1023px) {
  .jukenhyo-name {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .jukenhyo-actions {
    text-align: center;
  }
  .jukenhyo-actions .jukenhyo-btn {
    display: block;
    margin: 0.25em 0;
  }

  .jukenhyo-code-table th[scope=row] {
    width: 50%;
  }

  .jukenhyo-bordered-table .number {
    font-size: 1rem;
    line-height: 140%;
  }

  .replace-map {
    height: 180px;
  }

  .jukenhyo-attentions {
    padding: 0.5em 0;
    font-size: 0.625em;
    font-size: 0.625rem;
    line-height: 140%;
  }
}
