@charset "utf-8";

/** ヘッダー上お知らせ　アテンションページ **/
#attention {
  width: 90%;
  margin: 10% auto;
  max-width: 750px;
  font-size: 90%;
  line-height: 1.8;
}
#attention h2, #attention h1 {
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 5%;
  line-height: 1.8em;
  letter-spacing: 0.07em;
}
#attention h3 {
  font-size: 1.7rem;
  /* font-weight: bold; */
  line-height: 1.5em;
  /* text-align: center; */
  color: red;
}
@media screen and (max-width: 425px) {
  #attention h2, #attention h1 {
    font-size: 1.625rem;
  }
}
.strong {
  font-size: large;
  color: cadetblue;
  font-weight: 800;
}
.mostatten {
  margin: 0 0 5%;
  border: thin solid #ccc;
  padding: 0 3% 3%;
}
.pan {
  font-size:x-small;
  width: 90%;
  margin: 3% auto;
}
#attention a {
  color: #000;
  text-decoration: underline;
  font-weight: 200;
}
#attention .i_2clm_wrap {
  margin: 0;
  padding: 0;
}
#attention .i_2clm_in {
  margin: 0 2.3%;
}

/** ヘッダー下メッセージ **/
.header_under_msg {
  background-color: #E4F0EC;
  text-align: -webkit-center;
  font-size: x-small;
  padding: 10px 0;
}
.fs-c-heading--page {
  border-bottom: 2px solid #96B6B0;
  color: cadetblue;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 40px 0 24px;
  padding: 0 0 1.2em;
  text-align: center;
font-family: 'Noto Sans JP', sans-serif;
}
