@charset "UTF-8";
#contents_03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents_03 .mainframe {
  width: 71.66667%;
}
#contents_03 .mainframe .head_title {
  background: url("/med/jb_square/infection/contents/03/img/background.png") right bottom no-repeat;
  background-size: cover;
  margin-bottom: 5px;
}
#contents_03 .mainframe .head_title .inner {
  padding: 35px 35px 30px;
  position: relative;
}
#contents_03 .mainframe .head_title .inner h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #225b80;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
#contents_03 .mainframe .head_title .inner .dr {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  position: relative;
}
#contents_03 .mainframe .head_title .inner .dr strong {
  font-size: 1.4rem;
  line-height: 1.3;
}
#contents_03 .mainframe .head_title .inner .dr::before {
  content: "監修";
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  width: 55px;
  text-align: center;
  padding: 4px 0;
  border-radius: 20px;
  line-height: 1;
  display: block;
  background: #fff;
  border: 1px solid #999;
  color: #333;
  margin-bottom: 5px;
}
#contents_03 .mainframe .head_title .inner .profile {
  position: relative;
}
#contents_03 .mainframe .head_title .inner .profile a.pdf {
  position: absolute;
  right: 0;
  top: 87px;
  background: #bb1919;
  color: #fff;
  display: flex;
  width: 90px;
  line-height: 1;
  height: 30px;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 3px;
}
#contents_03 .mainframe .head_title .inner .profile a.pdf:before {
  content: "";
  display: inline-block;
  background: url("/med/img/icn_pdf.svg") no-repeat;
  background-size: 15px 17px;
  width: 15px;
  height: 17px;
  margin-right: 5px;
}
#contents_03 .mainframe .head_title .inner .profile a.pdf:hover {
  opacity: 0.8;
}
#contents_03 .mainframe .head_title .inner .profile .detail_profile {
  color: #fff;
  background: #fff;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  opacity: 0;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 0.875rem;
  margin-top: 10px;
  padding: 0 10px;
}
#contents_03 .mainframe .head_title .inner .profile .detail_profile strong {
  display: inline-block;
}
#contents_03 .mainframe .head_title .inner .profile .detail_profile strong::first-letter {
  font-feature-settings: "palt";
}
#contents_03 .mainframe .head_title .inner .profile input[type=checkbox] {
  display: none;
}
#contents_03 .mainframe .head_title .inner .profile input[type=checkbox]:checked + .more + .detail_profile {
  line-height: 1.6 !important;
  opacity: 1 !important;
  display: block;
  height: auto;
  padding: 10px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  #contents_03 .mainframe .head_title .inner .profile input[type=checkbox]:checked + .more + .detail_profile {
    font-size: 0.75rem;
  }
}
#contents_03 .mainframe .head_title .inner .profile input[type=checkbox]:checked + .more::before {
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-right: 4px solid #fff;
  top: calc(50% - 9px);
}
#contents_03 .mainframe .head_title .inner .profile .more {
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 0.875rem;
  background: #225b80;
  color: #fff;
  padding: 10px 25px 10px 15px;
  cursor: pointer;
  position: relative;
}
#contents_03 .mainframe .head_title .inner .profile .more::before {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  transition: all 0.4s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  #contents_03 .mainframe .head_title .inner .profile .more {
    font-size: 0.75rem;
  }
}
#contents_03 .mainframe .num {
  display: block;
  text-align: right;
  margin-bottom: 20px;
  font-size: 0.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #contents_03 .mainframe .num {
    font-size: 0.7rem;
  }
}
#contents_03 .mainframe p.read {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
#contents_03 .mainframe article {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #eee;
}
#contents_03 .mainframe article h2 {
  font-weight: bold;
  padding: 0 0 5px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  border-bottom: 5px solid #b7d3dd;
  color: #28596c;
}
#contents_03 .mainframe article .block:not(:last-child) {
  margin-bottom: 40px;
}
#contents_03 .mainframe article .block h3 {
  color: #28596c;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 15px;
  font-size: 1rem;
}
#contents_03 .mainframe article .block h3::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  height: 2px;
  width: 10px;
  background: #28596c;
}
#contents_03 .mainframe article .block h3 + p {
  padding-top: 10px;
}
#contents_03 .mainframe article .block p {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
#contents_03 .mainframe article .block p .dr {
  display: block;
  font-weight: bold;
}
#contents_03 .mainframe article .block p .small {
  font-size: 0.75rem;
}
#contents_03 .mainframe article .block p .li {
  display: block;
  position: relative;
  padding: 0 0 0 17px;
  margin-top: 5px;
}
#contents_03 .mainframe article .block p .li + .li {
  margin-top: 0;
}
#contents_03 .mainframe article .block p .li + .bottom {
  margin-bottom: 5px;
}
#contents_03 .mainframe article .block p .li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 2px;
}
#contents_03 .mainframe article .block p + h3 {
  margin-top: 20px;
}
#contents_03 .mainframe article .block .img {
  margin: 40px auto 0;
}
#contents_03 .mainframe article .block .img strong {
  font-weight: bold;
  display: block;
  padding: 0 0 5px;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #333;
}
#contents_03 .mainframe article .block .img img {
  display: block;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
#contents_03 .mainframe article .block .img .quote {
  display: block;
  text-align: right;
  font-size: 0.875rem;
  margin-top: 5px;
}
#contents_03 .mainframe article .block .link {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 20px auto 0;
  padding: 10px 0;
}
#contents_03 .mainframe article .block .link li {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.4;
  padding: 3px 0;
}
#contents_03 .mainframe article .block.reference {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
#contents_03 .mainframe article .block.reference ol {
  margin-left: 2rem;
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#contents_03 .mainframe article .block.reference ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  margin-top: 2px;
}
#contents_03 .mainframe article .block.reference ol li:before {
  content: counter(cnt) "）";
  display: inline-block;
  margin-left: -2rem;
  width: 3rem;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
#contents_03 .mainframe article .block.reference strong {
  font-size: 1rem;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 5px;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  #contents_03 .mainframe article .block.reference ol {
    margin-left: 1.6rem;
    font-size: 0.8rem;
    padding-left: 8px;
  }
  #contents_03 .mainframe article .block.reference ol li {
    line-height: 1.8;
    margin: 4px 0;
  }
  #contents_03 .mainframe article .block.reference strong {
    font-size: 0.9rem;
  }
}
#contents_03 .mainframe article .block.notes p {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
#contents_03 .mainframe article .block.notes p strong {
  display: inline-block;
  padding: 10px 0 0;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  #contents_03 .mainframe article .block.notes p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 980px) {
  #contents_03 .mainframe {
    width: 100%;
    order: 0;
  }
  #contents_03 .sidebar_contents {
    width: 100%;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  #contents_03 .mainframe .head_title .inner {
    padding: 3vw;
  }
  #contents_03 .mainframe .head_title .inner h1 {
    font-size: 6.3vw;
    letter-spacing: 0.3vw;
    line-height: 1.3;
  }
  #contents_03 .mainframe .head_title .inner h1 .small {
    margin-top: 1vw;
    font-size: 3.9vw;
    letter-spacing: 0.1vw;
  }
  #contents_03 .mainframe .head_title .inner .profile a.pdf {
    top: calc(20px + 12vw);
    width: 80px;
    height: 30px;
    font-size: 0.875rem;
  }
  #contents_03 .mainframe .head_title .inner .profile .dr {
    font-size: 2.7vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
  #contents_03 .mainframe .head_title .inner .profile .dr strong {
    font-size: 4vw;
  }
  #contents_03 .mainframe .head_title .inner .profile .dr::before {
    content: "監修";
    font-size: 2.2vw;
    width: 10vw;
    letter-spacing: 0;
    padding: 4px 0;
  }
  #contents_03 .mainframe .num {
    font-size: 0.7rem;
  }
  #contents_03 .mainframe article {
    padding: 15px;
  }
  #contents_03 .mainframe article h2 {
    background-size: 50px;
    padding: 10px 0;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  #contents_03 .mainframe article h2 strong {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  #contents_03 .mainframe article h2 .en {
    font-size: 0.7rem;
  }
  #contents_03 .mainframe article .block:not(:last-child) {
    margin-bottom: 30px;
  }
  #contents_03 .mainframe article .block h3 {
    font-size: 1rem;
    padding: 5px 15px;
    line-height: 1.3;
  }
  #contents_03 .mainframe article .block h3::before {
    top: 14px;
  }
  #contents_03 .mainframe article .block h4 {
    font-size: 1rem;
    letter-spacing: 0;
  }
  #contents_03 .mainframe article .block p {
    font-size: 0.875rem;
  }
  #contents_03 .mainframe article .block .img {
    margin: 20px auto 0;
  }
  #contents_03 .mainframe article .block .img strong {
    font-size: 1rem;
  }
  #contents_03 .mainframe article .block .img p {
    margin-top: 10px;
  }
  #contents_03 .mainframe article .block .img .quote {
    font-size: 0.75rem;
  }
  #contents_03 .mainframe article .block .img .rice {
    margin: 0 auto 30px;
    gap: 40px 0%;
    max-width: 300px;
    width: 100%;
  }
  #contents_03 .mainframe article .block .img .rice div {
    width: 100%;
  }
  #contents_03 .mainframe article .block .img ul.list {
    display: block;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: -15px;
  }
  #contents_03 .mainframe article .block .img ul.list li:not(:last-child) {
    padding-left: 15px;
    margin-right: 0;
  }
  #contents_03 .mainframe article .block .img ul.list li:not(:last-child)::before {
    width: 10px;
    height: 10px;
  }
  #contents_03 .mainframe article .block .img ul.list li:last-child {
    font-size: 0.75rem;
  }
  #contents_03 .mainframe article .block .img ul.list + strong {
    margin-top: 15px;
  }
  #contents_03 .mainframe article .block .link {
    margin: 20px auto 0;
  }
  #contents_03 .mainframe article .block .link li {
    list-style: disc;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #contents_03 .mainframe .head_title .inner .profile a.pdf {
    top: calc(29px + 10vw);
  }
  #contents_03 .mainframe .num {
    font-size: 0.7rem;
  }
  #contents_03 .mainframe article {
    padding: 15px;
  }
  #contents_03 .mainframe article h2 {
    background-size: 50px;
    padding: 10px 0;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  #contents_03 .mainframe article h2 strong {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  #contents_03 .mainframe article h2 .en {
    font-size: 0.7rem;
  }
  #contents_03 .mainframe article .block:not(:last-child) {
    margin-bottom: 30px;
  }
  #contents_03 .mainframe article .block h3 {
    font-size: 1rem;
    padding: 5px 15px;
    line-height: 1.3;
  }
  #contents_03 .mainframe article .block h4 {
    font-size: 1rem;
    letter-spacing: 0;
  }
  #contents_03 .mainframe article .block p {
    font-size: 0.875rem;
  }
  #contents_03 .mainframe article .block ul {
    font-size: 0.875rem;
  }
  #contents_03 .mainframe article .block ul.dot_list li {
    margin-top: 10px;
    padding-left: 15px;
  }
  #contents_03 .mainframe article .block ul.dot_list li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
  }
  #contents_03 .mainframe article .block ul.dot_list + strong {
    margin-top: 10px;
  }
  #contents_03 .mainframe article .block .img {
    margin: 20px auto 0;
  }
  #contents_03 .mainframe article .block .img strong {
    font-size: 1rem;
  }
  #contents_03 .mainframe article .block .img p {
    margin-top: 10px;
  }
  #contents_03 .mainframe article .block .img .quote {
    font-size: 0.75rem;
  }
  #contents_03 .mainframe article .block .img .rice {
    margin: 0 auto 30px;
    gap: 40px 0%;
    max-width: 300px;
    width: 100%;
  }
  #contents_03 .mainframe article .block .img .rice div {
    width: 100%;
  }
  #contents_03 .mainframe article .block .img ul.list {
    display: block;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: -15px;
  }
  #contents_03 .mainframe article .block .img ul.list li:not(:last-child) {
    padding-left: 15px;
    margin-right: 0;
  }
  #contents_03 .mainframe article .block .img ul.list li:not(:last-child)::before {
    width: 10px;
    height: 10px;
  }
  #contents_03 .mainframe article .block .img ul.list li:last-child {
    font-size: 0.75rem;
  }
  #contents_03 .mainframe article .block .img ul.list + strong {
    margin-top: 15px;
  }
  #contents_03 .mainframe article .block .checkpoint {
    padding: 5px 15px 15px;
  }
  #contents_03 .mainframe article .block .checkpoint h4 {
    font-size: 1.1rem;
    margin-bottom: 3px;
  }
  #contents_03 .mainframe article .block .checkpoint strong {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  #contents_03 .mainframe article .block .checkpoint ul {
    font-size: 0.875rem;
  }
  #contents_03 .mainframe article .block .checkpoint ul li {
    padding-left: 15px;
  }
  #contents_03 .mainframe article .block .checkpoint ul li::before {
    width: 10px;
    height: 10px;
  }
  #contents_03 .mainframe article .block .checkpoint ul + strong {
    margin-top: 10px;
  }
  #contents_03 .mainframe article .block .table_wrap {
    overflow-x: scroll;
  }
  #contents_03 .mainframe article .block .table_wrap table {
    font-size: 0.75rem;
    min-width: 500px;
  }
  #contents_03 .mainframe article .block .table_wrap table th {
    padding: 5px 2px;
  }
  #contents_03 .mainframe article .block .table_wrap table td {
    padding: 5px 2px;
  }
  #contents_03 .mainframe article .block .link {
    margin: 20px auto 0;
  }
  #contents_03 .mainframe article .block .link li {
    list-style: disc;
    margin-left: 20px;
  }
}