@charset "UTF-8";

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1A1A1A;
  -webkit-text-size-adjust: 100%;
}
main article {
  max-width: 700px;
  padding: 130px 0;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
main .logo {
  width: 300px;
  margin: 0 auto 71px;
}
main img {
  width: 100%;
  height: auto;
}
main h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-size: 3.6rem;
}
main h3 {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 23px;
  font-size: 22px;
  font-size: 2.2rem;
}
main h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  background-color: #EACC69;
}
main .wrapper {
  padding: 29px 0;
  margin-bottom: 23px;
  border-top: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
}
main .date {
  font-size: 28px;
  font-size: 2.8rem;
  color: #EA4800;
}
main .txt {
  line-height: 1.6666;
}
@media screen and (max-width:768px){
  main article {
    padding: 100px 16px;
  }
  main .logo {
    width: 240px;
    margin: 0 auto 44px;
  }
  main h2 {
    margin-bottom: 24px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  main h3 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main .wrapper {
    padding: 24px 0;
    margin-bottom: 18px;
  }
  main .date {
    font-size: 18px;
    font-size: 1.8rem;
  }
  main .txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333;
    font-weight: normal;
    text-align: left;
  }
}
