@charset "utf-8";

.contents {
  padding: 0 16px;
  width: calc(100% - 16px - 16px);
  max-width: 680px;
  margin: 70px auto 68px;
  font-weight: 700;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho,
    "Yu Mincho", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho,
    "MotoyaLCedar", "Droid Sans Japanese", serif;
  color: #000a4b;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.8px;
}
.contact {
  margin: 45px auto 50px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact img:first-child {
  max-width: 280px;
  width: 100%;
}
.contact img:nth-child(2) {
  max-width: 243px;
  width: 100%;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 0 16px;
    width: calc(100% - 16px - 16px);
    max-width: 650px;
    margin: 50px auto 48px;
    font-size: 13px;
    line-height: 1.6;
  }
}
