@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
notice
-----------------------------------------------------------
----------------------------------------------------------- */
#notice .logo {
  text-align: center;
}

#notice .logo img {
  height: 50px !important;
}

#notice .content-wrap .title {
  text-align: center;
  padding: 7px 0 5px;
  box-shadow: none;
  position: relative;
  border-top: 2px solid #153071;
  border-bottom: 2px solid #153071;
  margin-bottom: 15px;
}

#notice .content-wrap .title span {
  color: #153071;
  letter-spacing: 0.05em;
  font-size: 17px;
  font-weight: bold;
}

#notice .content-wrap .subimg-wrap {
  text-align: center;
  margin-bottom: 15px;
}

#notice .content-wrap .txt-wrap .h1-text {
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
}

#notice .content-wrap .btn-wrap {
  padding-top: 20px;
  text-align: center;
}

#notice .content-wrap .btn-wrap a {
  padding: 12px 8px 12px;
  font-size: 14px;
}

#notice .btn-wrap .agree-btn {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #1f2681;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  color: #FFF !important;
  border-radius: 2px;
  line-height: 1.3;
  padding: 7px 5px;
  font-size: 12px;
  letter-spacing: 0;
}

