@charset "UTF-8";
/* top */
.top-mv {
  background: url(/patients/coronavirus-vaccine/assets/images/bg_mv_sp.png) no-repeat center top/cover;
  line-height: 0;
  position: relative;
  z-index: 1;
}
.top-mv img {
  width: 100%;
}

.whats-corona {
  background: #FCD8D4;
  padding: 16px 0 80px;
  position: relative;
  z-index: 2;
}
.whats-corona::before {
  background: linear-gradient(to bottom, #FCC6BD 0%, #FCD8D4 100%);
  border-radius: 50%;
  content: "";
  display: block;
  width: 152.5333333333vw;
  height: 44.8vw;
  pointer-events: none;
  position: absolute;
  left: calc(50% - 76.2666666667vw);
  top: -12.8vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .whats-corona {
    padding: 15px 0 120px;
  }
  .whats-corona::before {
    width: 142.2222222222vw;
    height: 26.4583333333vw;
    left: calc(50% - 71.1111111111vw);
    top: -5.625vw;
  }
}
.whats-corona .inner-wrap {
  position: relative;
  z-index: 2;
}
.whats-corona .sec-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
.whats-corona .sec-ttl span {
  display: inline-block;
  position: relative;
}
.whats-corona .sec-ttl span::after, .whats-corona .sec-ttl span::before {
  background: #E12427;
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
}
.whats-corona .sec-ttl span::before {
  right: 100%;
  transform: rotate(60deg);
}
.whats-corona .sec-ttl span::after {
  left: 100%;
  transform: rotate(-60deg);
}
@media screen and (min-width: 768px) {
  .whats-corona .sec-ttl {
    font-size: 3.6rem;
  }
}
.whats-corona .whats-list {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .whats-corona .whats-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.whats-corona .whats-list .whats-link {
  background: #fff;
  border: 1px solid #ECEEF0;
  border-radius: 20px;
  display: block;
  padding: 20px;
  width: 100%;
  height: 100%;
}
.whats-corona .whats-list .whats-link .link-head {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 24px;
  position: relative;
}
.whats-corona .whats-list .whats-link .link-head::after {
  background: url(../images/icn_arrow_circle.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}
.whats-corona .whats-list .whats-link .link-head .icn {
  display: block;
  line-height: 0;
  width: 55px;
}
.whats-corona .whats-list .whats-link .link-head .ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  flex: 1;
}
.whats-corona .whats-list .whats-link .link-body {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .whats-corona .whats-list .whats-link .link-head {
    gap: 16px;
    padding-right: 38px;
  }
  .whats-corona .whats-list .whats-link .link-head::after {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
  }
  .whats-corona .whats-list .whats-link .link-head .ttl {
    font-size: 2.2rem;
  }
  .whats-corona .whats-list .whats-link .link-body {
    margin-top: 12px;
  }
}
@media (any-hover: hover) {
  .whats-corona .whats-list .whats-link:hover {
    opacity: 0.75;
  }
}

.top-link-sec {
  background: linear-gradient(to right, rgba(255, 224, 217, 0.28) 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0.62) 68%, rgba(255, 224, 217, 0.28) 100%);
  padding: 40px 0 68px;
}
@media screen and (min-width: 768px) {
  .top-link-sec {
    background: linear-gradient(to right, rgba(255, 224, 217, 0.28) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.62) 80%, rgba(255, 224, 217, 0.28) 100%);
    padding: 96px 0 160px;
  }
}
.top-link-sec .top-ttl-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.top-link-sec .top-ttl-wrap:not(:first-child) {
  margin-top: 68px;
}
.top-link-sec .top-ttl-wrap .ttl {
  background: url(/patients/coronavirus-vaccine/assets/images/bg_line_dotted.svg) repeat-x left bottom/6px auto;
  flex: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 14px;
}
.top-link-sec .top-ttl-wrap .ttl-img {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .top-link-sec .top-ttl-wrap {
    display: grid;
    gap: 48px;
    grid-template-columns: 180px 1fr 180px;
    margin-bottom: 32px;
  }
  .top-link-sec .top-ttl-wrap::before {
    content: "";
  }
  .top-link-sec .top-ttl-wrap:not(:first-child) {
    margin-top: 120px;
  }
  .top-link-sec .top-ttl-wrap .ttl {
    background-size: 12px auto;
    font-size: 4.8rem;
    text-align: center;
    padding-bottom: 20px;
  }
  .top-link-sec .top-ttl-wrap .ttl-img {
    width: 180px;
  }
}
.top-link-sec .top-link-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .top-link-sec .top-link-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.top-link-sec .top-link-list .top-link {
  background: #fff;
  border-radius: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .top-link-sec .top-link-list .top-link {
    border-radius: 32px;
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .top-link-sec .top-link-list .top-link.col-100p {
    grid-column: 1/3;
  }
}
@media (any-hover: hover) {
  .top-link-sec .top-link-list .top-link:hover .link-head .link-ttl {
    text-decoration: underline;
    -webkit-text-underline-offset: 0.25em;
    text-underline-offset: 0.25em;
  }
}
.top-link-sec .top-link-list .link-head {
  background: #FDDDD5;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.top-link-sec .top-link-list .link-head::after {
  background: url(../images/icn_arrow_circle.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.top-link-sec .top-link-list .link-head .link-ttl {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  padding: 20px 60px 20px 20px;
}
@media screen and (min-width: 768px) {
  .top-link-sec .top-link-list .link-head {
    border-radius: 32px 32px 0 0;
  }
  .top-link-sec .top-link-list .link-head a {
    font-size: 2.6rem;
    min-height: 120px;
    height: 100%;
    padding: 16px 88px 14px 32px;
  }
  .top-link-sec .top-link-list .link-head a::after {
    width: 32px;
    height: 32px;
    right: 32px;
    top: calc(50% - 16px);
  }
}
.top-link-sec .top-link-list .link-body {
  background: #fff;
  border: 3px solid #FDDDD5;
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 16px 20px 20px;
}
.top-link-sec .top-link-list .link-body .hash-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.top-link-sec .top-link-list .link-body .hash-list .hash-tag {
  background: #F3F2F1;
  border-radius: 6px;
  color: #623B1F;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .top-link-sec .top-link-list .link-body {
    border-radius: 0 0 32px 32px;
    padding: 24px 32px 32px;
  }
  .top-link-sec .top-link-list .link-body .hash-list {
    gap: 10px;
  }
  .top-link-sec .top-link-list .link-body .hash-list .hash-tag {
    font-size: 1.8rem;
    padding: 10px 8px;
  }
}

/* basics */
#contents .lower-wrap {
  max-width: 900px;
}

#contents .mv-area.basics-img {
  min-height: 480px;
}
@media screen and (min-width: 768px) {
  #contents .mv-area.basics-img {
    min-height: 570px;
  }
}
#contents .mv-area.basics-img .inner-wrap .h1-wrap {
  position: relative;
}
#contents .mv-area.basics-img .inner-wrap .h1-wrap::after {
  content: "";
  position: absolute;
  top: 68px;
  right: 0;
  width: 327px;
  height: 324px;
  background-image: url(/patients/coronavirus-vaccine/assets/images/img_mv_basics.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #contents .mv-area.basics-img .inner-wrap .h1-wrap::after {
    width: 180px;
    height: 180px;
    top: 270px;
  }
}
#contents .mv-area.basics-img .inner-wrap .mv-tag {
  max-width: 576px;
  flex-wrap: wrap;
}

.mv-circle {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
.mv-circle::before {
  background: #FEFBF9;
  border-radius: 50%;
  content: "";
  display: block;
  width: 152.5333333333vw;
  height: 44.8vw;
  pointer-events: none;
  position: absolute;
  left: calc(50% - 76.2666666667vw);
  top: -12.8vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mv-circle::before {
    width: 142.2222222222vw;
    height: 26.4583333333vw;
    left: calc(50% - 71.1111111111vw);
    top: -5.625vw;
  }
}

.five-basics .five-basics-solution {
  counter-reset: num;
}
.five-basics .five-basics-solution .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #FDDDD5;
  border-radius: 32px;
  padding: 55px 65px;
  padding-left: 110px;
  position: relative;
  counter-increment: num;
  gap: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
.five-basics .five-basics-solution .flex-box::before {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: -3px;
  left: -3px;
  width: 84px;
  height: 70px;
  border-radius: 32px 0 32px 0;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  background: linear-gradient(to right, #FEE5DD 0%, #FDD7CD 100%);
  padding: 5px 27px 5px 24px;
}
.five-basics .five-basics-solution .flex-box .cmn-txt {
  margin-top: 0;
}
.five-basics .five-basics-solution .flex-box .notes-list:not(:first-child) {
  margin-top: 10px;
}
.five-basics .five-basics-solution .flex-box img {
  max-width: 220px;
  max-height: 150px;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .five-basics .five-basics-solution .flex-box {
    flex-direction: column-reverse;
    padding: 25px;
    border-radius: 20px;
  }
  .five-basics .five-basics-solution .flex-box::before {
    width: 56px;
    height: 48px;
    border-radius: 20px 0 20px 0;
    font-size: 2rem;
    padding: 5px 10px;
  }
}

.four-solution {
  counter-reset: num;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .four-solution {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.four-solution .grid-box {
  counter-increment: num;
  border: 3px solid #FDDDD5;
  border-radius: 32px;
  padding: 25px 30px;
  position: relative;
  counter-increment: num;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .four-solution .grid-box {
    padding: 25px;
  }
}
.four-solution .grid-box::before {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: -3px;
  left: -3px;
  width: 84px;
  height: 70px;
  border-radius: 32px 0 32px 0;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  background: linear-gradient(to right, #FEE5DD 0%, #FDD7CD 100%);
  padding: 5px 27px 5px 24px;
}
@media screen and (max-width: 767px) {
  .four-solution .grid-box::before {
    width: 56px;
    height: 48px;
    border-radius: 20px 0 20px 0;
    font-size: 2rem;
    padding: 5px 10px;
  }
}
.four-solution .grid-box img {
  max-width: 250px;
  max-height: 150px;
  object-fit: contain;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .four-solution .grid-box img {
    width: 200px;
  }
}
.four-solution .grid-box .cmn-txt {
  text-align: center;
  margin-top: 15px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .four-solution .grid-box .cmn-txt {
    font-size: 1.6rem;
  }
}

.announce-box {
  border: 3px solid #E12427;
  border-radius: 32px;
  background-color: #fff;
  padding: 30px 50px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .announce-box {
    padding: 30px 20px;
    margin-top: 25px;
  }
}
.announce-box .cmn-txt {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .announce-box .cmn-txt {
    text-align: left;
  }
}
.announce-box + .gray-txt-box {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .announce-box + .gray-txt-box {
    margin-top: 10px;
  }
}

/* vaccine */
@media screen and (max-width: 767px) {
  #contents .mv-area.vaccine-img {
    min-height: 480px;
  }
}
#contents .mv-area.vaccine-img .inner-wrap .h1-wrap {
  position: relative;
}
#contents .mv-area.vaccine-img .inner-wrap .h1-wrap::after {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  width: 325px;
  height: 289px;
  background-image: url(/patients/coronavirus-vaccine/assets/images/img_mv_vaccine.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #contents .mv-area.vaccine-img .inner-wrap .h1-wrap::after {
    width: 180px;
    height: 180px;
    top: 260px;
  }
}
#contents .mv-area.vaccine-img .inner-wrap .mv-tag {
  max-width: 512px;
  flex-wrap: wrap;
}

.list-box {
  margin-bottom: 65px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .list-box {
    margin-top: 30px;
  }
}
.list-box .caption-box {
  display: flex;
  column-gap: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .list-box .caption-box {
    column-gap: 10px;
    margin-top: 10px;
  }
}
.list-box .caption-box .list-caption {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .list-box .caption-box .list-caption {
    font-size: 1.6rem;
  }
}
.list-box .caption-box .list-caption:last-child {
  flex: 1;
}
.list-box .caption-box.figure-wrap + .gray-txt-box {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .list-box .caption-box.figure-wrap + .gray-txt-box {
    margin-top: 10px;
  }
}
.list-box .gray-txt-box .arrow-link.not-block {
  display: inline-block;
  text-decoration: none;
}
.list-box .gray-txt-box .arrow-link.not-block:hover {
  text-decoration: underline;
}

.note-list .acc-wrap .acc-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  display: block;
  border-bottom: 1px solid #D5D9DD;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .note-list .acc-wrap .acc-ttl {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.note-list .acc-wrap .acc-ttl::after {
  position: absolute;
  content: "";
  background-image: url(/patients/coronavirus-vaccine/assets/images/icn_acc_close.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .note-list .acc-wrap .acc-ttl::after {
    width: 12px;
    height: 12px;
    background-size: contain;
  }
}
.note-list .acc-wrap .acc-ttl.cur::after {
  background-image: url(/patients/coronavirus-vaccine/assets/images/icn_acc_open.svg);
}
.note-list .acc-wrap .acc-contents {
  margin-bottom: 50px;
  display: none;
}
@media screen and (max-width: 767px) {
  .note-list .acc-wrap .acc-contents {
    margin-bottom: 45px;
  }
}

.table-wrap.vaccine-table .cmn-table {
  overflow: hidden;
}
.table-wrap.vaccine-table .cmn-table td:nth-of-type(4) {
  border-right: none;
}
.table-wrap.vaccine-table .cmn-table thead tr th {
  width: 17.5%;
}
@media screen and (max-width: 767px) {
  .table-wrap.vaccine-table .cmn-table thead tr th {
    width: 18%;
  }
}
.table-wrap.vaccine-table .cmn-table thead tr th:first-of-type {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .table-wrap.vaccine-table .cmn-table thead tr th:first-of-type {
    width: 28%;
  }
}
.table-wrap.vaccine-table .cmn-table thead tr th.bd-t-white {
  border-top: 1px solid #fff;
}
.table-wrap.vaccine-table .cmn-table thead tr th.bd-t-white:nth-of-type(4) {
  border-right: 1px solid #ECEEF0;
}
.table-wrap.vaccine-table .cmn-table thead tr th.bg-white {
  background-color: #fff;
  border-bottom: 1px solid #ECEEF0;
}
.table-wrap.vaccine-table .cmn-table tbody tr .td-bg {
  background-color: #FDF1EE;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table-wrap.vaccine-table .cmn-table tbody tr .bg-white {
  background-color: #fff;
}
.table-wrap.vaccine-table .cmn-table tbody tr .bd-t-red {
  position: relative;
}
.table-wrap.vaccine-table .cmn-table tbody tr .bd-t-red::before {
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  content: "";
  height: 1px;
  background-color: #E12427;
}
.table-wrap.vaccine-table .cmn-table tbody tr .bd-t-red.bg-white {
  border-top: none;
  border-right: 1px solid #ECEEF0;
  border-bottom: 1px solid #ECEEF0;
}
.table-wrap.vaccine-table .cmn-table tbody tr .bd-b-none {
  border-bottom: none;
}

/* status */
@media screen and (max-width: 767px) {
  #contents .mv-area.status-img {
    min-height: 480px;
  }
}

.mv-area.status-img .inner-wrap .h1-wrap {
  position: relative;
}
.mv-area.status-img .inner-wrap .h1-wrap::after {
  content: "";
  position: absolute;
  top: 70px;
  right: 0;
  width: 276px;
  height: 320px;
  background-image: url(/patients/coronavirus-vaccine/assets/images/img_mv_status.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv-area.status-img .inner-wrap .h1-wrap::after {
    width: 150px;
    height: 160px;
    top: 300px;
  }
}
.mv-area.status-img .inner-wrap .mv-tag {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  padding: 20px 25px;
  width: fit-content;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .mv-area.status-img .inner-wrap .mv-tag {
    padding: 15px 20px;
    flex-wrap: wrap;
  }
}

.table-wrap.status-table .cmn-table td {
  text-align: left;
}
.table-wrap.status-table .cmn-table thead tr th {
  width: 70%;
}
.table-wrap.status-table .cmn-table thead tr th:first-of-type {
  width: 30%;
}
.table-wrap.status-table-01 thead tr th {
  width: 25%;
}
.table-wrap.status-table-01 thead tr th:first-of-type {
  width: 25%;
}

.explanation-box.no-grid .explanation-content .cmn-list {
  display: block;
}

.announce-box.status-colum {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .announce-box.status-colum {
    padding-top: 50px;
  }
}
.announce-box.status-colum::before {
  content: "コラム";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  width: 260px;
  background-color: #E12427;
  border-radius: 0 0 12px 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .announce-box.status-colum::before {
    font-size: 1.8rem;
    border-radius: 0 0 8px 8px;
    width: 155px;
  }
}
.announce-box.status-colum .colum-ttl {
  color: #E12427;
  text-align: center;
  font-size: 4rem;
  background: url(/patients/coronavirus-vaccine/assets/images/bg_line_dotted.svg) repeat-x left bottom/12px auto;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .announce-box.status-colum .colum-ttl {
    font-size: 2.6rem;
  }
}
.announce-box.status-colum .cmn-txt {
  text-align: left;
  font-weight: normal;
}

/* symptoms */
@media screen and (max-width: 767px) {
  #contents .mv-area.symptoms-img {
    min-height: 400px;
  }
}

.mv-area.symptoms-img .inner-wrap .h1-wrap {
  position: relative;
}
.mv-area.symptoms-img .inner-wrap .h1-wrap::after {
  content: "";
  position: absolute;
  top: 75px;
  right: 0;
  width: 324px;
  height: 303px;
  background-image: url(/patients/coronavirus-vaccine/assets/images/img_mv_symptoms.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv-area.symptoms-img .inner-wrap .h1-wrap::after {
    width: 180px;
    height: 180px;
    top: 210px;
  }
}

.table-wrap.symptoms-table .cmn-table td {
  text-align: left;
}
.table-wrap.symptoms-table .cmn-table tbody tr th {
  width: 25%;
}
.table-wrap.symptoms-table .cmn-table tbody tr td {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .table-wrap.symptoms-table .cmn-table tbody tr td {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap.symptoms-table .cmn-table .cmn-list li {
    font-size: 1.3rem;
  }
}
.table-wrap.symptoms-table-01 thead tr th {
  width: 37.5%;
}
.table-wrap.symptoms-table-01 thead tr th:first-of-type {
  width: 25%;
}

/* severity */
@media screen and (max-width: 767px) {
  #contents .mv-area.severity-img {
    min-height: 540px;
  }
}

.mv-area.severity-img .inner-wrap .h1-wrap {
  position: relative;
}
.mv-area.severity-img .inner-wrap .h1-wrap::after {
  content: "";
  position: absolute;
  top: 140px;
  right: 0;
  width: 362px;
  height: 322px;
  background-image: url(/patients/coronavirus-vaccine/assets/images/img_mv_severity.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv-area.severity-img .inner-wrap .h1-wrap::after {
    width: 175px;
    height: 155px;
    top: 340px;
  }
}

.table-wrap.severity-table .cmn-table thead tr th {
  width: 25%;
}

/* treatment */
#contents .mv-area.treatment-img {
  min-height: 650px;
}
@media screen and (max-width: 767px) {
  #contents .mv-area.treatment-img {
    min-height: 450px;
  }
}
#contents .mv-area.treatment-img .inner-wrap .h1-wrap {
  position: relative;
}
#contents .mv-area.treatment-img .inner-wrap .h1-wrap::after {
  content: "";
  position: absolute;
  top: 200px;
  right: 0;
  width: 330px;
  height: 330px;
  background-image: url(/patients/coronavirus-vaccine/assets/images/img_mv_treatment.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #contents .mv-area.treatment-img .inner-wrap .h1-wrap::after {
    width: 160px;
    height: 160px;
    top: 275px;
  }
}

.point-check-box {
  background-color: #fff;
  border: 3px solid #FDDDD5;
  border-radius: 32px;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .point-check-box {
    border-radius: 20px;
    padding: 30px 20px;
  }
}
.point-check-box .check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .point-check-box .check-list li {
    margin-bottom: 10px;
    align-items: inherit;
  }
}
.point-check-box .check-list li:last-child {
  margin-bottom: 0;
}
.point-check-box .check-list li img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .point-check-box .check-list li img {
    margin-top: 0.3em;
  }
}
.point-check-box .check-list li .check-txt {
  font-size: 2rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .point-check-box .check-list li .check-txt {
    font-size: 1.6rem;
  }
}

.explanation-content.flex-box {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .explanation-content.flex-box {
    flex-direction: column;
  }
}
.explanation-content.flex-box img {
  width: 200px;
}

.table-wrap.treatment-table .cmn-table thead tr th {
  width: 17.5%;
}
@media screen and (max-width: 767px) {
  .table-wrap.treatment-table .cmn-table thead tr th {
    width: 19.75%;
  }
}
.table-wrap.treatment-table .cmn-table thead tr th:first-of-type {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .table-wrap.treatment-table .cmn-table thead tr th:first-of-type {
    width: 21%;
  }
}
.table-wrap.treatment-table .cmn-table thead tr .bg-brd {
  background-color: #FDDDD5;
  font-weight: normal;
}
.table-wrap.treatment-table .cmn-table tbody tr th {
  width: 25%;
  background-color: #FDF1EE;
}
@media screen and (max-width: 767px) {
  .table-wrap.treatment-table .cmn-table tbody tr th {
    width: 18%;
  }
}
.table-wrap.treatment-table .cmn-table tbody tr th:has(.vertical-writing) {
  width: 5%;
  background-color: #FDDDD5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .table-wrap.treatment-table .cmn-table tbody tr th:has(.vertical-writing) {
    width: 3%;
    padding: 0;
  }
}
.table-wrap.treatment-table .cmn-table tbody tr th .vertical-writing {
  writing-mode: vertical-rl;
}
.table-wrap.treatment-table-01 thead tr th {
  width: 17.5%;
}
@media screen and (max-width: 767px) {
  .table-wrap.treatment-table-01 thead tr th {
    width: 18.25%;
  }
}
.table-wrap.treatment-table-01 thead tr th:first-of-type {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .table-wrap.treatment-table-01 thead tr th:first-of-type {
    width: 27%;
  }
}
.table-wrap.treatment-table-01 tbody tr th {
  background-color: #FDF1EE;
}

.treatment-five-basics-solution {
  counter-reset: num;
}
.treatment-five-basics-solution .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #FDDDD5;
  border-radius: 32px;
  padding: 55px 65px;
  padding-left: 110px;
  position: relative;
  counter-increment: num;
  gap: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
.treatment-five-basics-solution .flex-box::before {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: -3px;
  left: -3px;
  width: 84px;
  height: 70px;
  border-radius: 32px 0 32px 0;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  background: linear-gradient(to right, #FEE5DD 0%, #FDD7CD 100%);
  padding: 5px 27px 5px 24px;
}
.treatment-five-basics-solution .flex-box .cmn-txt {
  margin-top: 0;
}
.treatment-five-basics-solution .flex-box img {
  max-width: 220px;
  max-height: 150px;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .treatment-five-basics-solution .flex-box {
    flex-direction: column-reverse;
    padding: 25px;
    border-radius: 20px;
  }
  .treatment-five-basics-solution .flex-box::before {
    width: 56px;
    height: 48px;
    border-radius: 20px 0 20px 0;
    font-size: 2rem;
    padding: 5px 10px;
  }
}/*# sourceMappingURL=module.css.map */