@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
notice
-----------------------------------------------------------
----------------------------------------------------------- */
#notice .logo {
  text-align: center;
  height: 64px !important;
}

#notice .content-wrap {
  width: 800px;
  margin: 0 auto;
}

#notice .content-wrap .title {
  text-align: center;
  padding: 7px 0;
  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: 20px;
  font-weight: bold;
}

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

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

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

#notice .content-wrap .btn-wrap a {
  padding: 12px 20px 12px;
}

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

