@charset "UTF-8";
/* --------------------------
	コロナウイルス感染拡大予防についてページ
--------------------------- */
.withcorona .contents {
  margin-bottom: 185px;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .withcorona .contents {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width:767px) {
  .withcorona .contents {
    margin-bottom: 100px;
  }
}
.withcorona .contents .headline {
  font-size: 15px;
  -webkit-animation: fadeIn 1.8s;
          animation: fadeIn 1.8s;
  letter-spacing: 0.08em;
}
@media only screen and (max-width:767px) {
  .withcorona .contents .headline {
    font-size: 12px;
  }
}
.withcorona .contents .catch {
  line-height: 2.2;
  -webkit-animation: fadeIn 1.8s;
          animation: fadeIn 1.8s;
}
@media only screen and (max-width:767px) {
  .withcorona .contents .catch {
    line-height: 1.8;
  }
}
@media only screen and (max-width:767px) {
  .withcorona .contents .catch {
    text-align: left;
  }
}
.withcorona .contents ul {
  -webkit-animation: fadeIn 1.8s;
          animation: fadeIn 1.8s;
  margin: 45px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f4f7f9;
  padding: 60px 80px 40px;
}
@media only screen and (max-width:1024px) {
  .withcorona .contents ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 35px auto;
    padding: 40px 50px 30px;
  }
}
@media only screen and (max-width:767px) {
  .withcorona .contents ul {
    width: 100%;
    display: block;
    margin: 25px auto;
    padding: 25px 25px 15px;
  }
}
.withcorona .contents ul li {
  margin: 0 30px 30px 0;
  width: calc(33.3333333% - 60px / 3);
  position: relative;
  text-align: left;
}
@media only screen and (max-width:1024px) {
  .withcorona .contents ul li {
    width: 48%;
    margin: 0 0 25px;
  }
}
@media only screen and (max-width:767px) {
  .withcorona .contents ul li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.withcorona .contents ul li:nth-child(3n) {
  margin-right: 0;
}
.withcorona .contents ul li img {
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .withcorona .contents .read-text {
    text-align: left;
  }
}