@charset "UTF-8";
.contents_05 .mv {
  background: url("../img/bg.png");
}
.contents_05 .mv .mv_title h1 img {
  max-width: 700px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.contents_05 .mv .nav {
  background: url("../img/mv_bg.jpg") no-repeat center 5px;
  padding: 90px 30px 30px 30px;
}
.contents_05 .mv .nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents_05 .mv .nav ul li {
  width: 48.5%;
  margin-bottom: 20px;
}
.contents_05 .mv .nav ul li.link a::after {
  position: absolute;
  bottom: 10px;
  content: "▶ 記事を見る";
  font-size: 0.75rem;
  display: block;
  background: #fff;
  color: #333;
  text-align: center;
  margin-top: 10px;
  line-height: 1;
  border-radius: 30px;
  padding: 6px;
  width: 150px;
}
.contents_05 .mv .nav ul li.link:nth-child(1) a::after {
  color: rgb(86, 177, 107);
}
.contents_05 .mv .nav ul li.link:nth-child(2) a::after {
  color: rgb(231, 106, 99);
}
.contents_05 .mv .nav ul li.link:nth-child(3) a::after {
  color: rgb(24, 163, 179);
}
.contents_05 .mv .nav ul li.link:nth-child(4) a::after {
  color: #e3831b;
}
.contents_05 .mv .nav ul li a {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  border-radius: 8px;
  background: #333;
  color: #fff;
  text-decoration: none;
  border: 2px solid #e8eff2;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
  line-height: 1.3;
}
.contents_05 .mv .nav ul li a span {
  position: absolute;
  bottom: 10px;
  background: #fff;
  line-height: 1;
  margin-top: 5px;
  color: #333;
  border-radius: 30px;
  padding: 5px;
  width: 150px;
  font-size: 0.75rem;
  text-align: center;
  font-weight: 400;
}
.contents_05 .mv .nav ul li:nth-child(1) a {
  background: rgb(86, 177, 107);
  background: linear-gradient(0deg, rgb(86, 177, 107) 0%, rgb(106, 188, 125) 100%);
}
.contents_05 .mv .nav ul li:nth-child(1) a:hover {
  opacity: 0.9;
}
.contents_05 .mv .nav ul li:nth-child(2) a {
  background: rgb(231, 106, 99);
  background: linear-gradient(0deg, rgb(231, 106, 99) 0%, rgb(235, 125, 119) 100%);
}
.contents_05 .mv .nav ul li:nth-child(2) a:hover {
  opacity: 0.9;
}
.contents_05 .mv .nav ul li:nth-child(3) a {
  background: rgb(24, 163, 179);
  background: linear-gradient(0deg, rgb(24, 163, 179) 0%, rgb(54, 175, 189) 100%);
}
.contents_05 .mv .nav ul li:nth-child(3) a:hover {
  opacity: 0.9;
}
.contents_05 .mv .nav ul li:nth-child(4) a {
  background: rgb(227, 131, 27);
  background: linear-gradient(0deg, rgb(227, 131, 27) 0%, rgb(231, 147, 57) 100%);
}
.contents_05 .mv .nav ul li:nth-child(4) a:hover {
  opacity: 0.9;
}
.contents_05 .mv .nav .txt {
  margin-top: 10px;
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.contents_05 .mv .nav .txt p {
  font-size: 0.9rem;
}
.contents_05 .mainframe {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px 30px 30px;
  margin-top: 20px;
}
.contents_05 .mainframe .title {
  background: url("../img/bg.png");
  margin: -20px -30px 20px;
  padding: 15px 15px 25px;
  box-sizing: border-box;
}
.contents_05 .mainframe .title img {
  max-width: 700px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.contents_05 .mainframe section .num {
  display: block;
  text-align: right;
  font-size: 0.75rem;
  padding-bottom: 8px;
  line-height: 1;
}
.contents_05 .mainframe section h2 {
  color: #fff;
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 30px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.contents_05 .mainframe section h2 div {
  background: #333;
  border-radius: 5px;
  padding: 25px 15px 30px;
}
.contents_05 .mainframe section h2 span {
  background: #fff;
  display: inline-block;
  position: absolute;
  color: #333;
  border: 1px solid #333;
  bottom: -15px;
  border-radius: 50px;
  right: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 5px 10px;
  font-weight: bold;
}
.contents_05 .mainframe section h2 span small {
  font-size: 0.7rem;
}
.contents_05 .mainframe section h3 {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.contents_05 .mainframe section h3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  bottom: -5px;
  left: 0;
  background: #ccc;
}
.contents_05 .mainframe section h3::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  display: block;
  bottom: -5px;
  left: 0;
  background: #333;
}
.contents_05 .mainframe section h4 {
  background: #fff;
  display: inline-block;
  color: #333;
  border: 1px solid #333;
  bottom: -15px;
  border-radius: 50px;
  right: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 5px 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contents_05 .mainframe section h4 small {
  font-size: 0.9rem;
}
.contents_05 .mainframe section p {
  padding-bottom: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.contents_05 .mainframe section p sup {
  line-height: 1;
}
.contents_05 .mainframe section p.q {
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  padding-bottom: 15px;
  position: relative;
  padding-left: 1.2rem;
}
.contents_05 .mainframe section p.q::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "−";
  margin-right: 5px;
}
.contents_05 .mainframe section p .name {
  font-weight: bold;
  display: block;
}
.contents_05 .mainframe section p + h3 {
  margin-top: 30px;
}
.contents_05 .mainframe section p + h4 {
  margin-top: 15px;
}
.contents_05 .mainframe section#link_1 h2 div {
  background: #66af77;
}
.contents_05 .mainframe section#link_1 h2 span {
  border: 1px solid #66af77;
}
.contents_05 .mainframe section#link_1 h3::after {
  background: #66af77;
}
.contents_05 .mainframe section#link_1 p.q {
  color: #66af77;
}
.contents_05 .mainframe section#link_2 h2 div {
  background: #e86c65;
}
.contents_05 .mainframe section#link_2 h2 span {
  border: 1px solid #e86c65;
}
.contents_05 .mainframe section#link_2 h3::after {
  background: #e86c65;
}
.contents_05 .mainframe section#link_2 h4 {
  border: 1px solid #e86c65;
}
.contents_05 .mainframe section#link_2 p.q {
  color: #e86c65;
}
.contents_05 .mainframe section#link_3 h2 div {
  background: #19a3b3;
}
.contents_05 .mainframe section#link_3 h2 span {
  border: 1px solid #19a3b3;
}
.contents_05 .mainframe section#link_3 h3::after {
  background: #19a3b3;
}
.contents_05 .mainframe section#link_3 p.q {
  color: #19a3b3;
}
.contents_05 .mainframe section#link_4 h2 div {
  background: #e3831b;
}
.contents_05 .mainframe section#link_4 h2 span {
  border: 1px solid #e3831b;
}
.contents_05 .mainframe section#link_4 h3::after {
  background: #e3831b;
}
.contents_05 .mainframe section#link_4 p.q {
  color: #e3831b;
}
.contents_05 .mainframe section figure {
  margin: 15px auto 25px;
}
.contents_05 .mainframe section figure img {
  max-width: 600px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
.contents_05 .mainframe section figure figcaption {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-left: 35px;
  font-weight: bold;
}
.contents_05 .mainframe section figure figcaption strong {
  position: absolute;
  display: inline-block;
  left: 0;
}
.contents_05 .mainframe section figure small {
  width: 100%;
  text-align: right;
  margin: 0 auto;
  font-size: 0.8rem;
  display: block;
  line-height: 1.5;
}
.contents_05 .mainframe section figure .txt {
  width: 100%;
  margin: 5px auto 0;
  font-size: 0.85rem;
  display: block;
}
.contents_05 .mainframe section figure .frame {
  padding-bottom: 15px;
  width: 100%;
  margin: 0 auto;
  font-size: 0.85rem;
  display: block;
}
.contents_05 .mainframe section figure .frame .inner {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 15px;
}
.contents_05 .mainframe section figure .frame .right {
  margin-top: 8px;
  display: block;
  text-align: right;
}
.contents_05 .mainframe section .note {
  margin-top: 20px;
}
.contents_05 .mainframe section .note ol {
  margin-top: 10px;
  margin-left: 20px;
  font-size: 0.9rem;
}
.contents_05 .mainframe section .note ol li {
  list-style: decimal;
  margin-bottom: 5px;
}
.contents_05 .mainframe section .note ol li a {
  word-break: break-all;
}
.contents_05 .mainframe section .note + h4 {
  margin-top: 40px;
}
.contents_05 .mainframe section .imgleft {
  float: left;
  padding: 0 25px 15px 0;
  max-width: 280px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .contents_05 .mainframe section .imgleft {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 150px;
  }
}
.contents_05 .mainframe section .column {
  display: flex;
}
.contents_05 .mainframe section .column .frame_left {
  display: block;
  padding: 0 25px 15px 0;
}
.contents_05 .mainframe section .column .frame_left img {
  max-width: 250px;
  margin-top: 8px;
}
.contents_05 .mainframe section .column .frame_right {
  display: block;
}
@media only screen and (max-width: 767px) {
  .contents_05 .mainframe section .column {
    display: block;
    margin-top: 0;
  }
  .contents_05 .mainframe section .column .frame_left {
    padding: 15px 0 10px;
    text-align: center;
  }
  .contents_05 .mainframe section .column .frame_left img {
    max-width: 150px;
    margin-top: 0;
  }
  .contents_05 .mainframe section .column .frame_right {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .contents_05 .mv .mv_title h1 img {
    max-width: 550px;
    width: 95%;
  }
  .contents_05 .mv .nav {
    background: url("../img/mv_bg.jpg") no-repeat center 5px;
    background-size: 98% auto;
    padding: 60px 15px 15px 15px;
  }
  .contents_05 .mv .nav ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  .contents_05 .mv .nav ul li.link a::after {
    width: 140px;
    padding: 3px;
    font-size: 0.7rem;
  }
  .contents_05 .mv .nav ul li a {
    font-size: 0.85rem;
    height: 80px;
  }
  .contents_05 .mv .nav ul li a span {
    font-size: 0.7rem;
    padding: 3px;
    margin-top: 3px;
  }
  .contents_05 .mv .nav .txt {
    padding: 10px;
  }
  .contents_05 .mv .nav .txt p {
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .contents_05 .mainframe {
    padding: 15px;
    margin-top: 20px;
  }
  .contents_05 .mainframe .title {
    background: url("../img/bg.png");
    margin: -15px -15px 10px;
    padding: 10px 10px 15px;
  }
  .contents_05 .mainframe section h2 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .contents_05 .mainframe section h2 div {
    padding: 15px;
    border-radius: 5px 5px 0 0;
  }
  .contents_05 .mainframe section h2 span {
    position: relative;
    bottom: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    font-size: 0.8rem;
    width: 100%;
  }
  .contents_05 .mainframe section h3 {
    font-size: 1rem;
  }
  .contents_05 .mainframe section h3::after {
    width: 50px;
  }
  .contents_05 .mainframe section h4 {
    border-radius: 3px;
    font-size: 1rem;
    padding: 10px;
    line-height: 1.3;
    width: 100%;
  }
  .contents_05 .mainframe section h4 small {
    font-size: 0.8rem;
  }
  .contents_05 .mainframe section p {
    padding-bottom: 20px;
    font-size: 0.85rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .contents_05 .mainframe section p.q {
    line-height: 1.5;
    font-size: 0.9rem;
    padding-left: 0.9rem;
  }
  .contents_05 .mainframe section p + h3 {
    margin-top: 10px;
  }
  .contents_05 .mainframe section p + h4 {
    margin-top: 10px;
  }
  .contents_05 .mainframe section figure figcaption {
    font-size: 0.85rem;
    padding-left: 30px;
    line-height: 1.5;
  }
  .contents_05 .mainframe section figure img {
    vertical-align: bottom;
  }
  .contents_05 .mainframe section figure small {
    font-size: 0.75rem;
  }
  .contents_05 .mainframe section figure .txt {
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .contents_05 .mainframe section figure .frame {
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .contents_05 .mainframe section .note {
    margin-top: 20px;
  }
  .contents_05 .mainframe section .note strong {
    font-size: 0.8rem;
  }
  .contents_05 .mainframe section .note ol {
    font-size: 0.8rem;
    margin-left: 18px;
  }
  .contents_05 .mainframe section .note ol li {
    margin-bottom: 5px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  #contents_wrapper #contents_inner .main_contents .med_titlelayout h1.title {
    font-size: 1.2rem !important;
  }
}
.bar_infection_01 .bar_infection_01_contents {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 100;
}
.bar_infection_01 .bar_infection_01_contents ul {
  background-color: #f6f6f6;
  border-radius: 5px;
}
.bar_infection_01 .bar_infection_01_contents ul li a {
  background: #666;
  display: block;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.bar_infection_01 .bar_infection_01_contents ul li a .title {
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.3;
  font-feature-settings: "palt";
  display: flex;
  min-height: 35px;
  align-items: center;
}
.bar_infection_01 .bar_infection_01_contents ul li a:hover {
  opacity: 0.8;
}
.bar_infection_01 .bar_infection_01_contents ul li a::after {
  content: "▶ 記事を見る";
  font-size: 0.7rem;
  display: block;
  background: #fff;
  color: #333;
  text-align: center;
  margin-top: 10px;
  line-height: 1;
  border-radius: 30px;
  padding: 5px;
  font-weight: bold;
}
.bar_infection_01 .bar_infection_01_contents ul li a.link_01 {
  background: rgb(86, 177, 107);
  background: linear-gradient(0deg, rgb(86, 177, 107) 0%, rgb(106, 188, 125) 100%);
}
.bar_infection_01 .bar_infection_01_contents ul li a.link_01::after {
  color: #66af77;
}
.bar_infection_01 .bar_infection_01_contents ul li a.link_02 {
  background: rgb(231, 106, 99);
  background: linear-gradient(0deg, rgb(231, 106, 99) 0%, rgb(235, 125, 119) 100%);
}
.bar_infection_01 .bar_infection_01_contents ul li a.link_02::after {
  color: #e86c65;
}
.bar_infection_01 .bar_infection_01_contents ul li a.link_03 {
  background: rgb(24, 163, 179);
  background: linear-gradient(0deg, rgb(24, 163, 179) 0%, rgb(54, 175, 189) 100%);
}
.bar_infection_01 .bar_infection_01_contents ul li a.link_03::after {
  color: #19a3b3;
}
.bar_infection_01 .bar_infection_01_contents ul li a.link_04 {
  background: rgb(227, 131, 27);
  background: linear-gradient(0deg, rgb(227, 131, 27) 0%, rgb(231, 147, 57) 100%);
}
.bar_infection_01 .bar_infection_01_contents ul li a.link_04::after {
  color: #e3831b;
}

@media only screen and (max-width: 980px) {
  .bar_infection_01 {
    display: flex;
    flex-direction: column;
  }
  .bar_infection_01 .bar_infection_01_contents {
    position: relative;
    top: 0;
    order: -1;
  }
}