@charset "utf-8";
/* CSS Document */
.copy {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.c19-sp_menu {
  display: flex;
  justify-content: space-between;
}
.c19-sp_menu div {
  width: 22.5%;
}
@media screen and (max-width: 768px) {
  .c19-sp_menu {
    display: flex;
    justify-content: space-between;
  }
  .c19-sp_menu div {
    width: 45%;
  }
}
.c19-sp_menu a.textlink {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
  color: #000;
}
.c19-sp_box {
  border: 2px solid #aab7a6;
  padding: 1px;
}
.c19-sp_box .inner {
  border: 1px solid #728a6b;
  padding: 10px;
}
.c19-sp_box .col2 {
  display: flex;
}
.c19-sp_box .col2 div.w50 {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c19-sp_box .col2 {
    flex-direction: column;
    display: flex;
  }
  .c19-sp_box .col2 div.w50 {
    width: 100%;
    box-sizing: border-box;
  }
}
.c19-sp_box .copy {
  font-size: 18px;
  margin: 10px;
}
.c19-sp_box h3 {
  font-size: 24px;
  font-weight: 600;
  background: none;
  border-bottom: 1px solid #cacaca;
  margin: 0 0 20px;
}
.c19-sp_box h3 span {
  font-size: 16px;
  padding-bottom: 5px;
  color: #000000;
  display: block;
}
.c19-sp_box h4 {
  color: #4c893b;
  margin: 20px 0 0;
}
.c19-list ul {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
}
.c19-list ul li {
  background: url(images/covid19_img-listpoint.jpg) left 2px top 6px no-repeat;
  padding: 0 0 0 25px;
  margin-bottom: 5px;
}
.note {
  font-size: 12px;
}
.bg-light {
  background: url(images/covid19_img-light.jpg) no-repeat;
  background-position: center center;
}
.detail_btn {
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .detail_btn {
    width: 100%;
    text-align: center;
    margin-top: 60px;
  }
}
.detail_btn a {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1rem 4rem;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background: #666666;
  background: linear-gradient(to bottom, #666666 0%, #535353 100%);
}
.detail_btn a:hover {
  background: linear-gradient(to top, #4c893b 0%, #427b32 100%);
}
.c19-bnr {
  margin: 0 0 50px;
  box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.2);
}
.thumb_3col {
  margin: 20px 0 0;
}
.thumb_3col li {
  padding-bottom: 0;
}
.greenbox {
  background: #ebf1e9;
  padding: 20px;
  margin-bottom: 50px;
}
.greenbox h3 {
  text-align: center;
  background: none;
  color: #435b3d;
  font-weight: 600;
}