@charset "UTF-8";
/* --------------------------
	コロナウイルス感染拡大予防についてページ
--------------------------- */
.contents {
  margin: 155px auto 85px;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .contents {
    margin: 105px auto 65px;
  }
}
@media only screen and (max-width:767px) {
  .contents {
    margin: 95px auto 45px;
  }
}
.contents .withcorona .headline-type01 {
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
  margin-bottom: 65px;
}
@media only screen and (max-width:1024px) {
  .contents .withcorona .headline-type01 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width:767px) {
  .contents .withcorona .headline-type01 {
    font-size: 20px;
    padding: 0 55px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:360px) {
  .contents .withcorona .headline-type01 {
    padding: 0 45px;
  }
  .contents .withcorona .headline-type01:before, .contents .withcorona .headline-type01:after {
    width: 30px;
  }
}
@media only screen and (max-width:320px) {
  .contents .withcorona .headline-type01 {
    font-size: 18px;
    padding: 0 35px;
  }
}
.contents .withcorona .inner {
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
  background-color: #f7f7f7;
  padding: 60px 80px 80px;
  margin-bottom: 85px;
}
@media only screen and (max-width:1024px) {
  .contents .withcorona .inner {
    padding: 50px 40px 80px;
  }
}
@media only screen and (max-width:767px) {
  .contents .withcorona .inner {
    padding: 25px 25px 30px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width:320px) {
  .contents .withcorona .inner {
    padding: 25px 20px 30px;
  }
}
.contents .withcorona .inner h2 {
  font-family: "Noto Serif JP";
  font-size: 25px;
  margin-bottom: 15px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width:767px) {
  .contents .withcorona .inner h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.contents .withcorona .inner .headline {
  font-size: 15px;
  -webkit-animation: fadeIn 1.8s;
          animation: fadeIn 1.8s;
  letter-spacing: 0.08em;
}
@media only screen and (max-width:767px) {
  .contents .withcorona .inner .headline {
    font-size: 12px;
  }
}
.contents .withcorona .inner .catch {
  line-height: 2.2;
  -webkit-animation: fadeIn 1.8s;
          animation: fadeIn 1.8s;
}
@media only screen and (max-width:767px) {
  .contents .withcorona .inner .catch {
    line-height: 1.8;
  }
}
@media only screen and (max-width:767px) {
  .contents .withcorona .inner .catch {
    text-align: left;
  }
}
.contents .withcorona .inner ul {
  -webkit-animation: fadeIn 1.8s;
          animation: fadeIn 1.8s;
  margin: 35px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:1024px) {
  .contents .withcorona .inner ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 35px auto;
  }
}
@media only screen and (max-width:767px) {
  .contents .withcorona .inner ul {
    width: 100%;
    display: block;
    margin: 15px auto;
  }
}
.contents .withcorona .inner ul li {
  margin: 0 30px 30px 0;
  width: calc(33.3333333% - 60px / 3);
  position: relative;
  text-align: left;
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
}
@media only screen and (max-width:1024px) {
  .contents .withcorona .inner ul li {
    width: 48%;
    margin: 0 0 25px;
  }
}
@media only screen and (max-width:767px) {
  .contents .withcorona .inner ul li {
    width: 100%;
    margin-bottom: 25px;
    -webkit-animation: none;
            animation: none;
  }
}
.contents .withcorona .inner ul li:nth-child(3n) {
  margin-right: 0;
}
.contents .withcorona .inner ul li img {
  margin-bottom: 10px;
}
.contents .withcorona .inner .read-text {
  border-top: 1px solid #d1d4d7;
  border-bottom: 1px solid #d1d4d7;
  padding: 15px 0;
}
@media only screen and (max-width:767px) {
  .contents .withcorona .inner .read-text {
    text-align: left;
  }
}