@charset "utf-8";

/* 20220225追加 */
.coronavirus-news {
  border-radius: 10px;
  background-color: #fdf5e4;
}

.coronavirus-news_inner {
  padding: 23px 25px;
}

.coronavirus-news_title {
  font-size: 14px;
  font-weight: bold;
}

.coronavirus-news_text {
  font-size: 14px;
}

.coronavirus_lead {
  color: #ff0000;
}

.coronavirus_phone_notice {
  font-size: 1.2em;
  text-align: center;
  color: #666;
}

.coronavirus_notice {
  display: block;
  margin-top: 10px;
  font-size: 85.71%;
  color: #ff0000;
  font-weight: 300;
}

.coronavirus_accordion-content_notice {
  width: 410px;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: left;
  color: #ff0000;
  font-weight: bold;
}

.mod-inquiry-box a {
  color: #644817;
  text-decoration: underline;
}

.mod-inquiry-box a:hover {
  color: #EE7A1D;
  text-decoration: underline;
}

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}