@charset "UTF-8";

/* media query FIX  max-width: 767px */

#header>.header-inner:after, .header-item:after, .breadcrumb>ol:after, .lyt-img-02:after, [class*="hdg-section"]:after, .list-anchor-01:after, .form-search .form-search-option>dd>ul:after {
  content: "";
  display: block;
  clear: both;
}

.lyt-covid19-02>.inner {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.position-relative-image {
  position: relative;
  background: url(/news/covid19/images/wearewithyou-pc.png) no-repeat;
  background-size: 100%;
  top: 115px;
  left: 0px;
  width: 220px;
  height: 220px;
}
@media only screen and (max-width: 1024px) {
  .position-relative-image {
    position: absolute;
    top: 40%;
    left: 30px;
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .position-relative-image {
    position: absolute;
    top: 28%;
    left: 16px;
    width: 16%;
  }
}
@media only screen and (max-width: 480px) {
  .position-relative-image {
    position: absolute;
    background: url(/news/covid19/images/wearewithyou-sp.png) no-repeat;
    background-size: 100%;
    top: 60%;
    left: 16px;
    width: 100px;
  }
}

.lyt-covid19-02 {
  max-width: 1920px;
  margin: 0 auto;
  background: #e1e0dd url(/news/covid19/images/index-01.jpg) no-repeat 40% 25%;
  background-size: cover;
}

@media only screen and (max-width: 959px) {
  .lyt-covid19-02 {
    background-position: 50% 25%;
  }
}

.lyt-covid19-02>.inner {
  min-height: 380px;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.lyt-covid19-02 .hdg {
  line-height: 1.75;
  margin-bottom: 1em;
  font-size: 2.8rem;
  font-weight: bold;
  text-shadow: 0 0 .8rem #e1e0dd, 0 0 .6rem #e1e0dd, 0 0 .4rem #e1e0dd, 0 0 .2rem #e1e0dd, 0 0 .1rem #e1e0dd, 0 0 .1rem #e1e0dd;
}

.lyt-covid19-02 .hdg small {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}

.lyt-covid19-02 .nav-btn-01 {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
}

.lyt-covid19-02 .nav-btn-01>a {
  width: auto;
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
  .lyt-covid19-02 {
    margin-bottom: -1em;
    background: none;
  }
  .lyt-covid19-02>.inner {
    min-height: inherit;
    padding: 0 16px;
  }
  .lyt-covid19-02 .hdg {
    margin: 0 -16px 1em -16px;
    padding: 10vw 16px;
    background: #e1e0dd url(/news/covid19/images/index-01.jpg) no-repeat 100% 25%;
    background-size: cover;
    font-size: 2.2rem;
  }
  .lyt-covid19-02 .hdg small {
    font-size: 1.4rem;
  }
  .lyt-covid19-02 .nav-btn-01>a {
    margin: 8px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .lyt-covid19-02 .hdg {
    background-position: 20% 25%;
  }
}
