@charset "UTF-8";
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:before,
q:after {
  content: "";
}
strong {
  font-weight: 400;
}
em {
  font-style: normal;
}
img {
  border: none;
}
input[type="button"],
input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 0;
  width: auto;
  overflow: visible;
  padding: 0;
  font-size: 0;
  line-height: 0;
  box-sizing: border-box;
}
input[type="button"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type="button"]::focus,
input[type="submit"]::focus,
button::focus {
  outline-offset: -2px;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
textarea,
select {
  outline: none;
}
select::-ms-expand {
  display: none;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="date"],
input[type="number"] {
  -moz-appearance: textfield;
}
select {
  background-color: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
i {
  font-style: normal;
}
@keyframes fluffy {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@font-face {
  font-family: icomoon;
  src: url(./fonts/icomoon.eot?bx9yiy);
  src:
    url(./fonts/icomoon.eot?bx9yiy) format("embedded-opentype"),
    url(./fonts/icomoon.ttf?bx9yiy) format("truetype"),
    url(./fonts/icomoon.woff?bx9yiy) format("woff"),
    url(./fonts/icomoon.svg?bx9yiy) format("svg");
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-toggle-minus:before {
  content: "\e903";
}
.icon-toggle-plus:before {
  content: "\e904";
}
.icon-camera:before {
  content: "\e900";
}
.icon-check:before {
  content: "\e901";
}
.icon-window:before {
  content: "\e902";
}
body {
  font-weight: 400;
  font-family:
    YakuHanJP,
    Yu Gothic Medium,
    "游ゴシック Medium",
    YuGothic,
    "游ゴシック体",
    Hiragino Kaku Gothic ProN,
    "メイリオ",
    Osaka,
    "ＭＳ Ｐゴシック",
    sans-serif;
  color: #000;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  line-height: 1.625;
  box-sizing: border-box;
  transition: right 0.3s ease;
  position: static;
  right: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-y: scroll;
}
p,
ol,
ul,
th,
td {
  letter-spacing: 0.025em;
}
img {
  max-width: 100%;
  height: auto;
}
input:-webkit-autofill {
  transition: background-color 9999s !important;
}
* {
  box-sizing: border-box;
}
::-moz-selection {
  background: #ddedfa;
}
::selection {
  background: #ddedfa;
}
::-moz-selection {
  background: #ddedfa;
}
.is-hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.l-wrapper {
  width: 100%;
  overflow: hidden;
}
.l-wrapper.is-fixed {
  position: fixed;
}
.l-section {
  padding: 110px 0;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .l-section {
    padding: 60px 0;
  }
}
.l-section:nth-child(odd) {
  background-color: #f3faff;
}
.l-section.section_knowledges {
  padding-bottom: 0;
}
.l-section.section_symptoms {
  position: relative;
}
.l-footer {
  max-width: 1050px;
  width: 100%;
  padding: 70px 30px 100px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .l-footer {
    width: 100%;
    padding: 30px 15px 45px;
  }
}
.anchor {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.23, 0.54, 0.5, 0.87);
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .anchor {
    height: 45px;
  }
}
.anchor.is-show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.anchor ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.anchor li {
  margin-right: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .anchor li {
    width: 25%;
    margin-right: 0;
    height: 100%;
    overflow: hidden;
  }
}
.anchor li:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: #005eab;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-duration: 0.3s;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .anchor li:after {
    height: 100%;
    width: 100%;
    bottom: 0;
    top: 0;
  }
}
.anchor li:last-child {
  margin-right: 0;
}
.anchor li:hover:after,
.anchor li.is-current:after {
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .anchor li:hover a,
  .anchor li.is-current a {
    color: #fff;
  }
}
.anchor li a {
  display: block;
  position: relative;
  letter-spacing: 0.01em;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .anchor li a {
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .banners {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.banners a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  height: 90px;
  width: 345px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.23, 0.54, 0.5, 0.87);
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .banners a {
    height: 60px;
    width: 100%;
  }
}
.banners a:hover {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}
.banners a:nth-child(1) {
  margin-right: 40px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .banners a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.banners a:nth-child(1) img {
  width: 220px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .banners a:nth-child(1) img {
    width: 156px;
  }
}
.banners a:nth-child(2) img {
  width: 175px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .banners a:nth-child(2) img {
    width: 135px;
  }
}
.button_rounded {
  border: 1px solid #056ab7;
  font-size: 14px;
  text-align: center;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  color: #056ab7;
  font-weight: 700;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.23, 0.54, 0.5, 0.87);
}
.symptoms:nth-child(even) .button_rounded {
  border-color: #5cade1;
  color: #5cade1;
}
.symptoms .modal-content .button_rounded {
  border-color: #056ab7;
  color: #056ab7;
}
.button_rounded i {
  font-size: 12px;
  margin-right: 10px;
}
.button_rounded i.icon-close {
  position: relative;
  width: 21px;
  display: block;
}
.button_rounded i.icon-close:before,
.button_rounded i.icon-close:after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  position: absolute;
  background-color: #056ab7;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.23, 0.54, 0.5, 0.87);
}
.button_rounded i.icon-close:before {
  transform: rotate(45deg);
}
.button_rounded i.icon-close:after {
  transform: rotate(-45deg);
}
.button_rounded:hover {
  background-color: #056ab7;
  color: #fff;
}
.symptoms:nth-child(even) .button_rounded:hover {
  background-color: #5cade1;
  color: #fff;
}
.symptoms:nth-child(even) .button_rounded:hover i.icon-close:before,
.symptoms:nth-child(even) .button_rounded:hover i.icon-close:after {
  background-color: #fff;
}
.symptoms .modal-content .button_rounded:hover {
  background-color: #056ab7;
  color: #fff;
}
.button_rounded:hover i.icon-close:before,
.button_rounded:hover i.icon-close:after {
  background-color: #fff;
}
.faq {
  padding-left: 80px;
  position: relative;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .faq {
    width: calc(100% - 30px);
    padding: 0;
  }
}
.faq:before {
  content: "";
  display: block;
  position: absolute;
  background-size: 100% auto;
  width: 85px;
  height: 100px;
  top: 10px;
  left: -50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.23, 0.54, 0.5, 0.87);
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .faq:before {
    content: none;
  }
}
.faq:nth-child(3n + 1):before,
.faq:first-child:before {
  background-image: url(../img/faq-person1.png);
}
.faq:nth-child(3n-1):before {
  background-image: url(../img/faq-person2.png);
}
.faq:nth-child(3n):before {
  background-image: url(../img/faq-person3.png);
  height: 95px;
}
.faq:last-child {
  margin-bottom: 0;
}
.faq.is-show:before {
  top: -10px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.faq-question {
  background-color: #005eab;
  width: 100%;
  padding: 25px 55px 25px 85px;
  position: relative;
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .faq-question {
    padding: 20px 50px 20px 55px;
    margin: 0;
    font-size: 16px;
    max-width: 100%;
  }
}
.faq-question:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #005eab;
  left: -20px;
  top: 25px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .faq-question:after {
    border-width: 15px 15px 0 0;
    border-color: #005eab transparent transparent;
    left: 100px;
    bottom: -15px;
    top: auto;
  }
}
.faq-question:before {
  content: "";
  display: block;
  height: 44px;
  width: 42px;
  background-image: url(../img/faq-q.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 30px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .faq-question:before {
    width: 32px;
    height: 33px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
}
.faq-answer {
  position: relative;
  padding: 40px 60px 60px 95px;
  z-index: 0;
  background-color: #fff;
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .faq-answer {
    padding: 70px 15px 45px;
  }
}
.faq-answer:before {
  content: "";
  display: block;
  height: 40px;
  width: 35px;
  background-image: url(../img/faq-a.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 45px;
  left: 30px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .faq-answer:before {
    width: 26px;
    height: 30px;
    top: 15px;
    left: 15px;
  }
}
.footer-note {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-bottom: 25px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .footer-note {
    font-size: 12px;
    text-align: left;
  }
}
.footer-copyright {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .footer-copyright {
    font-size: 11px;
  }
}
.heading_balloon {
  background-color: #005eab;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  max-width: 380px;
  width: 100%;
  height: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .heading_balloon {
    width: calc(100% - 10px);
  }
}
.heading_balloon small {
  font-size: 13px;
  font-weight: 400;
  padding: 0 3px;
}
.heading_balloon:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 17px 0;
  border-color: #005eab transparent transparent;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.heading_primary {
  color: #056ab7;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .heading_primary {
    font-size: 21px;
    padding: 0 15px;
    margin-bottom: 50px;
  }
}
.section_symptoms .heading_primary {
  margin-bottom: 35px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .section_symptoms .heading_primary {
    margin-bottom: 15px;
  }
}
.heading_primary span {
  display: inline;
  position: relative;
  padding: 0 5px 5px;
  background: linear-gradient(
    0deg,
    #056ab7 0,
    #056ab7 10%,
    rgba(255, 255, 255, 0) 10%
  );
}
.knowledges {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .knowledges {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
}
.knowledge {
  background-color: #e4f2fc;
  padding: 40px 35px;
  margin: 0 40px 40px 0;
  width: calc(50% - 20px);
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .knowledge {
    width: 100%;
    padding: 0;
    margin: 0 0 25px;
  }
}
.knowledge:nth-child(2n) {
  margin-right: 0;
}
.knowledge:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .knowledge:nth-last-child(-n + 2) {
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .knowledge:last-child {
    margin-bottom: 0;
  }
}
.knowledge-heading {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding-bottom: 30px;
  border-bottom: 2px solid #005eab;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .knowledge-heading {
    font-size: 17px;
    padding: 15px 50px 20px 15px;
    position: relative;
  }
}
.knowledge-content {
  padding-top: 25px;
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .knowledge-content {
    padding: 25px 15px 15px;
    display: none;
  }
}
.knowledges-videos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .knowledges-videos {
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
}
.knowledge-video-heading {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .knowledge-video-heading {
    font-size: 17px;
    padding: 0 20px;
    margin-bottom: 10px;
    position: relative;
  }
}
.knowledges-video {
  width: calc(50% - 20px);
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .knowledges-video {
    width: 100%;
  }
}
.knowledges-video-caption {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}
.knowledge-video-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #000;
}
.knowledge-video-player {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .knowledge-video-player {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto 20px;
  }
  .knowledge-video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.kv {
  background-color: #ddedfa;
  text-align: center;
  position: relative;
}
.kv-mhlw {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-mhlw {
    top: 15px;
    left: 15px;
  }
}
.kv-mhlw img {
  width: 117px;
  height: auto;
}
.kv-inner {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  position: relative;
  padding: 120px 0 80px;
}
@media screen and (max-width: 1200px) {
  .kv-inner {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-inner {
    height: 650px;
    width: 315px;
    padding-top: 0;
  }
}
.kv-title {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(30px);
  transition-duration: 0.7s;
}
.js-kv.is-loaded .kv-title {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(0);
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-title {
    padding-top: 170px;
    margin-bottom: 20px;
  }
}
.kv-title img {
  width: 570px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-title img {
    width: 290px;
  }
}
.kv-lead {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-delay: 0.4s;
  transition-duration: 1s;
}
.js-kv.is-loaded .kv-lead {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-lead {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.kv-text {
  font-size: 18px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-delay: 0.4s;
  transition-duration: 1s;
}
.js-kv.is-loaded .kv-text {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-text {
    font-size: 12px;
    position: absolute;
    text-align: left;
    bottom: -60px;
  }
}
.kv-symptoms > li {
  font-size: 17px;
  font-weight: 700;
  color: #056ab7;
  position: absolute;
  line-height: 1.3;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0.2);
  transition-duration: 0.5s;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-symptoms > li {
    font-size: 13px;
  }
}
.js-kv.is-loaded .kv-symptoms > li {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1);
}
.js-kv.is-loaded .kv-symptoms > li:after {
  animation: fluffy 1.6s ease-in-out 1s infinite alternate;
}
.kv-symptoms > li span {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.kv-symptoms > li:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
}
.kv-symptoms > li:nth-child(1) {
  width: 150px;
  height: 150px;
  top: 120px;
  left: 75px;
  transition-delay: 1s;
}
@media screen and (max-width: 1200px) {
  .kv-symptoms > li:nth-child(1) {
    top: 70px;
    left: -10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-symptoms > li:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 326px;
    left: 110px;
  }
}
.kv-symptoms > li:nth-child(2) {
  width: 140px;
  height: 140px;
  top: 245px;
  left: 0;
  transition-delay: 1.5s;
}
@media screen and (max-width: 1200px) {
  .kv-symptoms > li:nth-child(2) {
    top: 245px;
  }
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-symptoms > li:nth-child(2) {
    width: 80px;
    height: 80px;
    top: 385px;
    right: 55px;
    left: auto;
  }
}
.kv-symptoms > li:nth-child(3) {
  width: 150px;
  height: 150px;
  top: 385px;
  left: 135px;
  transition-delay: 1.3s;
}
@media screen and (max-width: 1200px) {
  .kv-symptoms > li:nth-child(3) {
    left: 75px;
  }
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-symptoms > li:nth-child(3) {
    width: 92px;
    height: 92px;
    top: 300px;
    right: 0;
    left: auto;
  }
}
.kv-symptoms > li:nth-child(4) {
  width: 115px;
  height: 115px;
  top: 565px;
  left: 45px;
  transition-delay: 1.6s;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-symptoms > li:nth-child(4) {
    width: 70px;
    height: 70px;
    top: 390px;
    left: 40px;
  }
}
.kv-symptoms > li:nth-child(5) {
  width: 160px;
  height: 160px;
  top: 52px;
  right: 105px;
  transition-delay: 1.4s;
}
@media screen and (max-width: 1200px) {
  .kv-symptoms > li:nth-child(5) {
    right: 5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-symptoms > li:nth-child(5) {
    width: 105px;
    height: 105px;
    top: 20px;
    right: 0;
  }
}
.kv-symptoms > li:nth-child(6) {
  width: 160px;
  height: 160px;
  top: 240px;
  right: 0;
  transition-delay: 1.5s;
}
@media screen and (max-width: 1200px) {
  .kv-symptoms > li:nth-child(6) {
    right: 60px;
  }
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-symptoms > li:nth-child(6) {
    width: 95px;
    height: 95px;
    top: 305px;
    left: 0;
    right: auto;
  }
}
.kv-symptoms > li:nth-child(7) {
  width: 145px;
  height: 145px;
  top: 420px;
  right: 140px;
  transition-delay: 1.1s;
}
@media screen and (max-width: 1200px) {
  .kv-symptoms > li:nth-child(7) {
    right: -10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-symptoms > li:nth-child(7) {
    width: 70px;
    height: 70px;
    top: 80px;
    right: 95px;
  }
}
.kv-symptoms > li:nth-child(8) {
  width: 160px;
  height: 160px;
  top: 525px;
  right: 35px;
  transition-delay: 1.7s;
}
@media screen and (max-width: 1200px) {
  .kv-symptoms > li:nth-child(8) {
    top: 495px;
    right: 5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-symptoms > li:nth-child(8) {
    width: 80px;
    height: 80px;
    top: 65px;
    right: auto;
    left: 30px;
  }
}
.kv-img {
  width: 540px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-delay: 0.2s;
  transition-duration: 0.6s;
}
.js-kv.is-loaded .kv-img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .kv-img {
    width: 100%;
    bottom: -15px;
  }
}
.list_check li {
  text-indent: -33px;
  padding-left: 32px;
  line-height: 1.8;
}
.knowledge .list_check li {
  font-size: 17px;
  border-bottom: 1px dotted #005eab;
  padding-bottom: 20px;
  padding-top: 20px;
}
.knowledge .list_check li:first-child {
  padding-top: 0;
}
.knowledge .list_check li strong {
  background: #f4ff36;
  background: linear-gradient(
    0deg,
    #f4ff36 0,
    #f4ff36 70%,
    rgba(255, 255, 255, 0) 70%
  );
}
.list_check li:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #056ab7;
  font-size: 12px;
  margin-right: 15px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .list_check li:before {
    font-size: 10px;
  }
}
.message {
  position: relative;
  padding-bottom: 330px;
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .message {
    padding-bottom: 190px;
    margin-top: 45px;
  }
}
.message:after {
  content: "";
  display: block;
  width: 490px;
  height: 285px;
  background-image: url(../img/message-people.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.23, 0.54, 0.5, 0.87);
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .message:after {
    width: 265px;
    height: 150px;
  }
}
.message.is-show:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  bottom: 0;
}
.message-text {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .message-text {
    font-size: 20px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: scroll;
  background-color: rgba(255, 255, 255, 0.97);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.23, 0.54, 0.5, 0.87);
  padding: 50px 0;
}
.modal.is-open {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.modal.is-open .button_rounded {
  pointer-events: auto;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 800px;
  pointer-events: none;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .modal-content {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
.modal-images {
  max-width: 100%;
  margin: 0 auto 60px;
}
modal.is-open .modal-images {
  pointer-events: auto;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .modal-images {
    max-width: calc(100% - 75px);
    margin-bottom: 25px;
  }
}
#modal-mouth .modal-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  #modal-mouth .modal-images {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#modal-mouth .modal-images img {
  width: calc(50% - 20px);
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  #modal-mouth .modal-images img {
    width: 100%;
    margin-bottom: 15px;
  }
  #modal-mouth .modal-images img:last-child {
    margin-bottom: 0;
  }
}
#modal-skin .modal-images {
  overflow: hidden;
}
#modal-skin .modal-images img {
  float: left;
  width: calc(34% - 15px);
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  #modal-skin .modal-images img {
    float: none;
    width: 100%;
  }
}
#modal-skin .modal-images img:first-child {
  width: calc(66% - 15px);
  margin-right: 30px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  #modal-skin .modal-images img:first-child {
    width: 100%;
  }
}
.modal-overlay {
  background-color: rgba(255, 255, 255, 0.97);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .modal-overlay {
    cursor: pointer;
  }
}
.js-modal-open {
  cursor: pointer;
}
.supervision {
  border: 1px solid #c9dfee;
  padding: 20px 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  max-width: 880px;
  width: 100%;
  margin: 0 auto 95px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .supervision {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 15px 110px 15px 15px;
    position: relative;
    margin-bottom: 45px;
  }
}
.supervision-heading {
  color: #056ab7;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  padding: 0 45px;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .supervision-heading {
    text-align: left;
    padding: 0;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.supervision-name {
  padding-right: 100px;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}
.supervision-name .name {
  font-size: 22px;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .supervision-name .name {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.supervision-name .name small {
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .supervision-name .name small {
    font-size: 11px;
    display: block;
  }
}
.supervision-name .post {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .supervision-name .post {
    font-size: 12px;
  }
}
.supervision-img {
  overflow: hidden;
  line-height: 0;
  width: 175px;
  height: 130px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .supervision-img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.supervision-img img {
  position: absolute;
  top: -15px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .supervision-img img {
    height: 100%;
    width: auto;
    top: 0;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }
}
.svg-symbol {
  display: none;
}
.symptoms {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 50px;
  border: 10px solid #005eab;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .symptoms {
    width: calc(100% - 30px);
    border-width: 5px;
    background-color: transparent;
    margin-bottom: 25px;
  }
}
.symptoms:nth-child(even) {
  border-color: #4da2da;
}
.symptoms:last-child {
  margin-bottom: 0;
}
.symptoms-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .symptoms-inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.symptoms-content {
  background-color: #fff;
  padding: 35px 30px 35px 40px;
  display: block;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .symptoms-content {
    padding: 15px;
  }
}
.symptoms-heading {
  background-color: #005eab;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  padding-top: 7px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .symptoms-heading {
    font-size: 20px;
    height: 50px;
  }
}
.symptoms:nth-child(even) .symptoms-heading {
  background-color: #4da2da;
}
.symptoms-heading small {
  font-size: 18px;
  font-weight: 400;
  margin: 0 3px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .symptoms-heading small {
    font-size: 15px;
  }
}
.symptoms-list {
  border-bottom: 1px dotted #000;
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .symptoms-list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.symptoms-list:first-child {
  padding-top: 0;
}
.symptoms-list dt {
  width: 195px;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .symptoms-list dt {
    width: 100%;
    font-size: 16px;
  }
}
.symptoms-list dt a {
  border-bottom: 1px solid #000;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.23, 0.54, 0.5, 0.87);
}
.symptoms-list dt a:hover {
  border-color: #056ab7;
  color: #056ab7;
}
.symptoms:nth-child(even) .symptoms-list dt a:hover {
  border-color: #5cade1;
  color: #5cade1;
}
.symptoms-list dt a[target="_blank"] {
  position: relative;
}
.symptoms-list dt a[target="_blank"]:after {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  color: #aaa;
  position: absolute;
  right: -18px;
  font-size: 12px;
  top: 1px;
}
.symptoms-list dd {
  font-size: 17px;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.8;
}
.symptoms-list dd .icon-male,
.symptoms-list dd .icon-female {
  line-height: 1;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  width: 40px;
  height: 20px;
  display: inline-block;
  text-align: center;
  padding: 2px;
  margin-right: 15px;
  vertical-align: middle;
  position: absolute;
  top: 4px;
  left: 0;
}
.symptoms-list dd .icon-male {
  border-color: #056ab7;
  color: #056ab7;
}
.symptoms-list dd .icon-female {
  border-color: #e73333;
  color: #e73333;
}
.symptoms-list dd span {
  padding-left: 45px;
  display: block;
  position: relative;
}
.symptoms-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 40px 30px 0;
}
.symptoms-images > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .symptoms-images {
    padding: 0 45px 20px;
  }
}
.symptoms-images img {
  width: 140px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .symptoms-images img {
    width: calc(50% - 5px);
  }
}
.symptoms-images img:first-child {
  margin-right: 10px;
}
.symptoms-images .button_rounded {
  margin-top: 10px;
}
.syphilis {
  max-width: 835px;
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 140px 0 130px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .syphilis {
    padding: 110px 0 50px;
    width: calc(100% - 30px);
    max-width: 400px;
  }
}
.syphilis-charts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .syphilis-charts {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.syphilis-heading {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 70px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .syphilis-heading {
    font-size: 19px;
    margin-bottom: 25px;
  }
}
.syphilis-chart {
  width: calc(50% - 30px);
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .syphilis-chart {
    width: 100%;
    margin-bottom: 20px;
  }
}
.syphilis-chart-caption {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}
.text_letter {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .text_letter {
    font-size: 14px;
  }
  .faq-answer .text_letter {
    font-size: 15px;
  }
}
.text_letter a {
  border-bottom: 1px solid #000;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.23, 0.54, 0.5, 0.87);
}
.text_letter a:hover {
  color: #056ab7;
  border-color: #056ab7;
}
.text_letter a[target="_blank"] {
  position: relative;
}
.text_letter a[target="_blank"]:after {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  color: #aaa;
  position: absolute;
  right: -18px;
  font-size: 12px;
  top: 1px;
}
.text_lead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 90px;
  line-height: 1.8;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .text_lead {
    font-size: 15px;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 60px;
  }
}
.text_lead small {
  font-size: 14px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .text_lead small {
    font-size: 12px;
  }
}
.text_lead strong {
  border-bottom: 1px solid #000;
}
.toggle-icon {
  display: none;
}
.faq-question .toggle-icon {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .toggle-icon {
    display: block;
  }
}
.toggle-icon:after {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  position: absolute;
  font-size: 25px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #fff;
}
.knowledge-heading .toggle-icon:after {
  color: #005eab;
}
.is-open .toggle-icon:after {
  content: "\e903";
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .js-accordion_button {
    cursor: pointer;
  }
}
.js-accordion_child {
  display: block;
}
.js-accordion_child.faq-answer {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .js-accordion_child {
    display: none;
  }
}
.viruses img {
  position: absolute;
  left: 50%;
  transform: scale(0.2);
  transition-duration: 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.viruses img.is-show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(0.95);
}
.viruses img:nth-child(1) {
  width: 92px;
  top: -40px;
  margin-left: 300px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .viruses img:nth-child(1) {
    width: 52px;
    top: -20px;
    margin-left: 30px;
  }
}
.viruses img:nth-child(2) {
  width: 46px;
  top: 50px;
  margin-left: 420px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .viruses img:nth-child(2) {
    width: 26px;
    top: 15px;
    margin-left: 100px;
  }
}
.viruses img:nth-child(3) {
  width: 57px;
  top: 175px;
  margin-left: -530px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .viruses img:nth-child(3) {
    display: none;
  }
}
.viruses img:nth-child(4) {
  width: 64px;
  bottom: 200px;
  margin-left: -575px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .viruses img:nth-child(4) {
    width: 42px;
    bottom: -15px;
    margin-left: -80px;
  }
}
.viruses img:nth-child(5) {
  width: 64px;
  bottom: 80px;
  margin-left: 500px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .viruses img:nth-child(5) {
    display: none;
  }
}
.viruses img:nth-child(6) {
  width: 45px;
  bottom: -20px;
  margin-left: 438px;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .viruses img:nth-child(6) {
    width: 27px;
    bottom: -16px;
    margin-left: -20px;
  }
}
.inlineBlock {
  display: inline-block;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
}
.fr,
.imgR {
  float: right;
  margin-left: 10px;
}
.fl,
.imgL {
  float: left;
  margin-right: 10px;
}
.imgC,
.tC {
  text-align: center;
}
.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tR,
.sign {
  text-align: right;
}
.borderBox {
  box-sizing: border-box;
}
.tsNone {
  text-shadow: none !important;
}
.bsNone {
  box-shadow: none !important;
}
.align_center {
  text-align: center;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (min-width: 768px) {
  .pc-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .sp-hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tb-hide {
    display: none !important;
  }
}
.tb-only {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tb-only {
    display: block !important;
  }
}
