  @charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト */
html {
  font-size: 14px;
  color: #373737;
}
@media (max-width: 375px) {
  html {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3916500994vw;
  }
}
@media (min-width: 1006px) {
  html {
    font-size: 14px;
  }
}

/* pcの桑催k佚 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバ` */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォ`ムリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1056px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px 55px;
  }
}

.l-inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1066px;
    padding-right: 0;
    padding-left: 0;
  }
}

.l-footer {
  margin-top: 75px;
}

@media screen and (min-width: 768px) {
  .l-mainBlock {
    width: 72%;
    margin-left: 72px;
  }
}

@media screen and (min-width: 768px) {
  .l-mainBlock__topLine {
    background-color: #a40000;
    height: 1px;
    margin-right: calc(-50vw - -50%);
  }
}

.l-section {
  margin-top: 51px;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin-top: 81px;
  }
}

.l-section:first-child {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .l-section:first-child {
    margin-top: 37px;
  }
}

.l-sideBlock {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .l-sideBlock {
    margin-top: 0;
    width: 28%;
  }
}

.c-footer {
  position: relative;
  background-color: #f6e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 25px 56px;
}
@media screen and (min-width: 768px) {
  .c-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 57.5px 25px 60px;
  }
}

.c-footer__img {
  width: 100%;
  max-width: 233px;
  position: relative;
}

.c-footer__img::before {
  padding-top: 18.1822077%;
  display: block;
  content: "";
}

.c-footer__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.c-footer__textBlock {
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .c-footer__textBlock {
    margin-top: 0;
    margin-left: 31px;
  }
}

.c-footer__text {
  font-size: 11.375px;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .c-footer__text br {
    display: none;
  }
}

.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 37px 16px 25px;
}
@media screen and (min-width: 768px) {
  .c-header {
    padding: 39px 38px;
  }
}
@media screen and (max-width: 374px) {
  .c-header {
    padding: 18.5px 10px;
  }
}

.c-header__img {
  display: block;
  width: 100%;
  max-width: 180px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-header__img {
    width: 100%;
    max-width: 220px;
  }
}

.c-header__img::before {
  padding-top: 18.3333333%;
  display: block;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-header__img::before {
    padding-top: 18.1818182%;
  }
}

.c-header__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.c-header__text {
  width: 40%;
  margin-left: 20px;
  font-size: 8.75px;
  font-size: 0.625rem;
  line-height: 1.9;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .c-header__text {
    font-size: 0.75rem;
    line-height: 2.3;
    padding-left: 23px;
    position: relative;
    margin-left: 26px;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 374px) {
  .c-header__text {
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-header__text::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 4px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#edcccc), color-stop(50%, #edcccc), color-stop(50%, #db9999), to(#db9999));
    background: linear-gradient(180deg, #edcccc 0%, #edcccc 50%, #db9999 50%, #db9999 100%);
  }
}

@media screen and (min-width: 768px) {
  .c-header__text br {
    display: none;
  }
}

.c-keyVisual__body {
  background-image: url("/covid-19/images/common/kv.jpg");
  background-size: cover;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  height: 197px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-keyVisual__body {
    background-position: 50% 30%;
    height: 200px;
  }
}

.c-keyVisual__body::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0.4;
}

.c-keyVisual__breadcrumbsTrail {
  position: relative;
  color: #fff;
  font-size: 10.5px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  padding: 11px 40px 14px 25px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-keyVisual__breadcrumbsTrail {
    padding: 11px 185px 13px;
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 374px) {
  .c-keyVisual__breadcrumbsTrail {
    padding: 11px 15px 14px;
  }
}

.c-keyVisual__breadcrumbsTrail span {
  margin-left: 5px;
}

.c-keyVisual__breadcrumbsTrail p {
  margin-left: 5px;
  display: inline-block;
}

.c-keyVisual__title {
  position: relative;
  color: #fff;
  font-size: 19.25px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.15em;
  z-index: 2;
  padding: 35px 26px 51px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-keyVisual__title {
    font-size: 1.625rem;
    line-height: 1.8;
    letter-spacing: 0.19em;
    text-align: left;
    padding: 35px 185px 47px;
  }
}

.c-keyVisual__box {
  display: block;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#edcccc), color-stop(50%, #edcccc), color-stop(50%, #db9999), to(#db9999));
  background: linear-gradient(90deg, #edcccc 0%, #edcccc 50%, #db9999 50%, #db9999 100%);
}

.c-keyVisual__head {
  padding: 22px 25px 30px;
  border-bottom: 1px solid #a40000;
}
@media screen and (min-width: 768px) {
  .c-keyVisual__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1056px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 25px 55px;
    border-bottom: none;
  }
}

.c-keyVisual__headTextWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-keyVisual__headTextWrap {
    width: 55%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.c-keyVisual__headBox {
  width: 100%;
  max-width: 10px;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#edcccc), color-stop(50%, #edcccc), color-stop(50%, #db9999), to(#db9999));
  background: linear-gradient(180deg, #edcccc 0%, #edcccc 50%, #db9999 50%, #db9999 100%);
}

.c-keyVisual__headText {
  font-size: 13.125px;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
  padding-left: 20px;
  padding-right: 25px;
}
@media screen and (min-width: 768px) {
  .c-keyVisual__headText {
    padding-left: 23px;
    padding-right: 0;
  }
}

.c-keyVisual__headImg {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 325px;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-keyVisual__headImg {
    width: 100%;
    max-width: 370px;
    margin-top: 0;
    margin-left: 73px;
    margin-right: 0;
  }
}

.c-keyVisual__headImg::before {
  padding-top: 13.5138462%;
  display: block;
  content: "";
}
.c-keyVisual__headImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.c-nav {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 325px;
  padding: 13px 0;
  background-color: #c86666;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-nav {
    max-width: 192px;
    padding: 10px 0;
  }
}

.c-nav::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .c-nav::after {
    top: 42px;
    right: 90px;
    border-bottom: 2px solid #c86666;
    border-right: 2px solid #c86666;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
}

.c-nav--2::after {
  top: 20px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .c-nav--2::after {
    top: 64px;
    right: 90px;
  }
}

.c-nav:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .c-nav:hover::after {
    top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .c-nav--2:hover::after {
    top: 70px;
  }
}

.c-nav + .c-nav {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-nav + .c-nav {
    margin-top: 0;
  }
}

@media screen and (min-width: 1054px) {
  .c-nav:nth-child(n + 4) {
    margin-top: -14px;
  }
}

@media screen and (min-width: 768px) {
  .c-sideNav {
    position: sticky;
    top: 50px;
  }
}

.c-sideNav__items {
  width: 100%;
}

.c-sideNav__item {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background-color: #f2f2f2;
  border-bottom: 1px solid #cccccc;
  padding: 12.5px 0 12.5px 20px;
  position: relative;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .c-sideNav__item {
    width: 270px;
    max-width: 100%;
    padding: 14px 0 14px 20px;
  }
}

.c-sideNav__item::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  border-top: 2px solid #a40000;
  border-right: 2px solid #a40000;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .c-sideNav__item::after {
    top: 21px;
    right: 17px;
  }
}

.c-sideNav__item:last-child {
  background-color: #fff;
}

.c-sideNav__item.current {
  background-color: #a40000;
  color: #fff;
}
.c-sideNav__item.current::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-sideNav__item:hover {
  background-color: #a40000;
  color: #fff;
}
.c-sideNav__item:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-text__item {
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .c-text__item {
    font-size: 0.9375rem;
    line-height: 2.22;
    letter-spacing: 0.1em;
  }
}

.c-text__item span {
  color: #a40000;
}

.c-text__item a {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.c-text__item a:hover {
  color: #a40000;
}

.c-text__btnItem {
  display: block;
  text-align: right;
  padding-right: 20px;
  color: #a40000;
  position: relative;
}

.c-text__btnItem::after {
  position: absolute;
  content: "";
  top: 5px;
  right: 1px;
  border-bottom: 2px solid #a40000;
  border-right: 2px solid #a40000;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-text__items {
  overflow: hidden;
  height: 0;
  /*Lした彜Bの互さ*/
}

.c-text__trigger {
  display: none;
  /*チェックボックスは械に掲燕幣*/
}

.c-text__trigger:checked + .c-text__btnItem {
  /* display: none; */
  /*チェックされていたら、c-text__btnItemを掲燕幣にする*/
}

.c-text__trigger:checked + .c-text__btnItem::after {
  top: 10px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.c-text__trigger:checked + .c-text__btn {
  display: none;
  /*チェックされていたら、c-text__btnを掲燕幣にする*/
}

.c-text__trigger:checked ~ .c-text__items {
  height: auto;
  /*チェックされていたら、互さをす*/
}

.c-text__trigger:checked ~ .c-text__items::before {
  display: none;
  /*チェックされていたら、c-text__itemsのbeforeを掲燕幣にする*/
}

.c-title {
  position: relative;
  font-size: 17.5px;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #4c4948;
  padding-left: 20px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-title {
    display: inline-block;
    font-size: 1.375rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding-left: 24px;
  }
}

.c-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#edcccc), color-stop(50%, #edcccc), color-stop(50%, #db9999), to(#db9999));
  background: linear-gradient(180deg, #edcccc 0%, #edcccc 50%, #db9999 50%, #db9999 100%);
}

.c-title__lead {
  font-size: 12.25px;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
  color: #4c4948;
  margin-top: 13px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .c-title__lead {
    display: inline-block;
    font-size: 1rem;
    line-height: 2.8125;
  }
}

.c-title--line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  margin-top: 18px;
}

.c-topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
@media screen and (min-width: 768px) {
  .c-topBtn {
    bottom: 30px;
    right: 62px;
  }
}

.c-topBtn__btn {
  background-color: #a40000;
  text-decoration: none;
  padding: 18px;
  text-align: center;
  display: block;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .c-topBtn__btn {
    padding: 25px;
  }
}

.c-topBtn__btn:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 15px;
  left: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .c-topBtn__btn:after {
    width: 14px;
    height: 14px;
    top: 22px;
    left: 18px;
  }
}

.c-topBtn__btn:hover {
  background-color: #f2f2f2;
}

.c-topBtn__btn:hover::after {
  border-top: solid 2px #a40000;
  border-right: solid 2px #a40000;
}

/*貧に貧がる咾*/
.c-topBtn.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*和に和がる咾*/
.c-topBtn.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
.p-entryContents.l-section {
  margin-top: 26px;
}

.p-entryContents__body {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-entryContents__body {
    margin-top: 40px;
  }
}

.p-entryContents__body {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-entryContents__body {
    line-height: 2.15;
    letter-spacing: 0.1em;
  }
}

.p-entryContents__body h2 {
  color: #a40000;
  font-size: 13.125px;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 26px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-entryContents__body h2 {
    margin-top: 29px;
  }
}

.p-entryContents__body div {
  font-weight: 400;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-entryContents__body div {
    margin-top: 28px;
  }
}

.p-entryContents__body a {
  color: #a40000;
  text-decoration: underline;
  word-break: break-all;
}

.p-entryContents__body ol li {
  list-style-type: decimal;
}

.p-entryContents__body ul li {
  list-style: disc;
}

.p-entryContents__body ul {
  padding-left: 2em;
}

.p-entryContents__body strong {
  font-weight: bold;
}

.p-entryContents__body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  border: 0;
}

.p-entryContents__body th {
  border: 1px solid black;
  text-align: center;
  background-color: #e6e1e4;
}

.p-entryContents__body td {
  border: 1px solid black;
}

.p-entryContents__body th,
.p-entryContents__body td {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
  letter-spacing: 0.1em;
}

.p-entryContents__body img {
  border: solid #000 1px;
  height: 100%;
  max-width: 100%;
}

.p-entryContents__body iframe {
  width: 100%;
}

.p-entryHead {
  margin-top: 20px;
  padding-bottom: 31.5px;
  border-bottom: 1px solid #a40000;
}
@media screen and (min-width: 768px) {
  .p-entryHead {
    margin-top: 33px;
    padding-bottom: 30.5px;
    border-bottom: none;
  }
}

.p-entryHead__title {
  color: #a40000;
  font-size: 15.75px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-entryHead__title {
    font-size: 1.5rem;
    line-height: 1.875;
    letter-spacing: 0.2em;
  }
}

@media screen and (min-width: 768px) {
  .p-entryHead__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-entryHead__lead span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 11.375px;
  font-size: 0.8125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  background-color: #a40000;
  text-align: center;
  padding: 6px 0 8px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-entryHead__lead span {
    max-width: 200px;
    margin-top: 14px;
    margin-right: 6px;
  }
}

.p-entryHead__date {
  margin-top: 13.5px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-entryHead__date {
    font-size: 0.9375rem;
    letter-spacing: 0.15em;
    margin-top: 25.5px;
  }
}

.p-entryHead__date span {
  color: #a40000;
}

.p-entryHead__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 324px;
}
@media screen and (min-width: 768px) {
  .p-entryHead__items {
    margin-top: 9px;
    margin-left: -6px;
    gap: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .p-entryHead__items {
    max-width: 158px;
  }
}

.p-entryHead__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c86666;
  font-size: 11.375px;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 1;
  border: 1px solid #c86666;
  padding: 5px;
  width: 100%;
  max-width: 158px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entryHead__item {
    max-width: 124px;
    padding: 4px;
    margin-top: 6px;
    margin-left: 6px;
  }
}

@media screen and (min-width: 768px) {
  .p-entryHead__item + .p-entryHead__item {
    margin-left: 6px;
  }
}

.p-mainContents__body {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-mainContents__body {
    margin-top: 26px;
  }
}

.p-mainContents__lead {
  padding-top: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}

.p-mainContents__leadText {
  color: #a40000;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
}

.p-mainContents__leadText::after {
  position: relative;
  content: url(/covid-19/images/common/icon-pdf.svg);
  top: 5px;
  left: 5px;
  color: #a40000;
}

@media screen and (min-width: 768px) {
  .p-mainContents__textItem {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-mainContents__textItem br {
    display: none;
  }
}

.p-mainContents__textItem::after {
  position: relative;
  content: url(/covid-19/images/common/icon-link.svg);
  top: 2px;
  left: 10px;
  color: #a40000;
}

.p-mainHead {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-mainHead {
    margin-top: 37px;
  }
}

.p-mainHead__title {
  display: inline-block;
  color: #a40000;
  font-size: 19.25px;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2.2;
  padding-left: 12px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-mainHead__title {
    font-size: 1.875rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding-left: 20px;
  }
}

.p-mainHead__titleLine {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #a40000;
  margin-bottom: 8px;
}

.p-mainHead__subTitle {
  padding-left: 45px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-mainHead__subTitle {
    padding-left: 0;
    margin-top: 22px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .p-mainHead__subTitle br {
    display: none;
  }
}

.p-mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-mainNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 51px;
    gap: 43px;
  }
}
/*# sourceMappingURL=styles.css.map */
