/*--------------------------------------------------------------------------
   Knowledge
---------------------------------------------------------------------------*/
#Knowledge .knowledge-sec-ttl2 {
  font-weight: bold;
  color: #e3121c;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    #Knowledge .knowledge-sec-ttl2 {
      font-size: 24px;
      padding-left: 30px;
      margin-bottom: 10px !important; } }
  @media screen and (max-width: 767px) {
    #Knowledge .knowledge-sec-ttl2 {
      font-size: 4.2666666667vw;
      padding-left: 5.3333333333vw;
      margin-bottom: 1.3333333333vw !important; } }
  #Knowledge .knowledge-sec-ttl2:after {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    background: #e3121c;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      #Knowledge .knowledge-sec-ttl2:after {
        height: 3.2vw;
        width: 3.2vw;
        border-radius: 1.6vw; } }
@media print, screen and (min-width: 768px) {
  #Knowledge .mt-xs {
    margin-top: 25px; } }
@media screen and (max-width: 767px) {
  #Knowledge .mt-xs {
    margin-top: 4vw; } }
@media screen and (max-width: 767px) {
  #Knowledge .mb-ms {
    margin-bottom: 10.6666666667vw; } }
@media print, screen and (min-width: 768px) {
  #Knowledge #Main::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 318px;
    background-color: #E2E7EA;
    background-repeat: repeat-x;
    z-index: 1; }
  #Knowledge #Main::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 318px;
    background-color: #E2E7EA;
    background-repeat: repeat-x;
    z-index: 1; } }
@media screen and (max-width: 767px) {
  #Knowledge #Main .page_sec_ttl span {
    font-size: 8vw; } }
@media screen and (max-width: 767px) {
  #Knowledge .tab-navi {
    padding-top: 0; } }
#Knowledge .tab-navi ul {
  box-sizing: border-box;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px; }
  @media screen and (max-width: 767px) {
    #Knowledge .tab-navi ul {
      box-sizing: border-box;
      flex-wrap: wrap;
      gap: 0;
      justify-content: space-between; } }
  #Knowledge .tab-navi ul li {
    box-sizing: border-box;
    /* width: 16.6%; */
    flex: 1; }
    @media screen and (max-width: 767px) {
      #Knowledge .tab-navi ul li {
        box-sizing: border-box;
        width: 49%;
        flex: none;
        margin-bottom: 6px; } }
    #Knowledge .tab-navi ul li a {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: bold;
      width: 100%;
      height: 80px;
      text-align: center;
      padding: 25px;
      border: 1px solid #F8CECE;
      border-bottom: 4px solid #B1393A;
      background-color: #FFFFFF;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        #Knowledge .tab-navi ul li a {
          box-sizing: border-box;
          display: inline-block;
          font-size: 3.4666666667vw;
          font-weight: bold;
          width: 100%;
          height: 100%;
          padding: 4vw; } }
      #Knowledge .tab-navi ul li a:hover {
        color: #FFFFFF;
        background-color: #E3121C; }
  #Knowledge .tab-navi ul .indi a {
    color: #FFFFFF;
    background-color: #E3121C; }
#Knowledge #Section1, #Knowledge #Section2, #Knowledge #Section3, #Knowledge #Section4, #Knowledge #Section5, #Knowledge #Section6 {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section1, #Knowledge #Section2, #Knowledge #Section3, #Knowledge #Section4, #Knowledge #Section5, #Knowledge #Section6 {
      margin-bottom: 8vw; } }
#Knowledge #Section1 .lead, #Knowledge #Section2 .lead, #Knowledge #Section3 .lead, #Knowledge #Section4 .lead, #Knowledge #Section5 .lead, #Knowledge #Section6 .lead {
  font-size: 20px;
  text-align: center;
  line-height: 160%;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section1 .lead, #Knowledge #Section2 .lead, #Knowledge #Section3 .lead, #Knowledge #Section4 .lead, #Knowledge #Section5 .lead, #Knowledge #Section6 .lead {
      font-size: 4vw;
      text-align: center;
      line-height: 160%;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 10.6666666667vw; } }
#Knowledge #Section1 .box1, #Knowledge #Section1 .box2 {
  box-sizing: border-box;
  margin-bottom: 70px; }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section1 .box1, #Knowledge #Section1 .box2 {
      -js-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section1 .box1, #Knowledge #Section1 .box2 {
      margin-bottom: 8vw; } }
@media print, screen and (min-width: 768px) {
  #Knowledge #Section1 .box1 .txts, #Knowledge #Section1 .box2 .txts {
    width: 600px; } }
@media screen and (max-width: 767px) {
  #Knowledge #Section1 .box1 .txts, #Knowledge #Section1 .box2 .txts {
    margin-bottom: 5.3333333333vw; } }
#Knowledge #Section1 .box1 .txts .ttl, #Knowledge #Section1 .box2 .txts .ttl {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section1 .box1 .txts .ttl, #Knowledge #Section1 .box2 .txts .ttl {
      margin-bottom: 5.3333333333vw; } }
@media screen and (max-width: 767px) {
  #Knowledge #Section1 .box1 .txts .txt, #Knowledge #Section1 .box2 .txts .txt {
    font-size: 3.7333333333vw; } }
@media print, screen and (min-width: 768px) {
  #Knowledge #Section1 .box1 .pic, #Knowledge #Section1 .box2 .pic {
    width: 380px;
    font-size: 14px; } }
@media print, screen and (min-width: 768px) {
  #Knowledge #Section1 .box1 .pic span.ann, #Knowledge #Section1 .box2 .pic span.ann {
    font-size: 14px;
    margin-top: 10px;
    display: block; } }
@media screen and (max-width: 767px) {
  #Knowledge #Section1 .box1 .pic span.ann, #Knowledge #Section1 .box2 .pic span.ann {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw; } }
@media print, screen and (min-width: 768px) {
  #Knowledge #Section1 .box3 {
    margin-bottom: 50px; } }
#Knowledge #Section1 .box3 .ttl {
  margin-bottom: 30px; }
#Knowledge #Section1 .box3 .txts {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section1 .box3 .txts {
      box-sizing: border-box;
      display: flex;
      justify-content: space-between; } }
  #Knowledge #Section1 .box3 .txts .pic {
    width: 210px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section1 .box3 .txts .pic {
        width: 46.6666666667vw;
        float: left;
        padding-right: 5.3333333333vw;
        padding-bottom: 2.6666666667vw; } }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section1 .box3 .txts .txt {
      width: 770px; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section1 .box3 .txts .txt {
      font-size: 3.7333333333vw; } }
@media print, screen and (min-width: 768px) {
  #Knowledge #Section1 .box3 .pict_col2 {
    display: flex;
    justify-content: space-between;
    margin: 35px 0; } }
@media screen and (max-width: 767px) {
  #Knowledge #Section1 .box3 .pict_col2 {
    margin: 4.6666666667vw 0 0; } }
@media print, screen and (min-width: 768px) {
  #Knowledge #Section1 .box3 .pict_col2 .pic {
    width: 500px; } }
@media screen and (max-width: 767px) {
  #Knowledge #Section1 .box3 .pict_col2 .pic {
    margin-bottom: 5.3333333333vw; } }
@media print, screen and (min-width: 768px) {
  #Knowledge #Section1 .box3 .pict_col2 .pic .ann {
    margin-top: 10px;
    font-size: 16px;
    display: block; } }
@media screen and (max-width: 767px) {
  #Knowledge #Section1 .box3 .pict_col2 .pic .ann {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw; } }
#Knowledge #Section1 .box3 .pict_col2 .pic_btn p {
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section1 .box3 .pict_col2 .pic_btn p {
      margin-bottom: 2.6666666667vw; } }
@media print, screen and (min-width: 768px) {
  #Knowledge #Section1 .box3 .pict_col2 .pic_btn {
    text-align: center;
    padding-right: 50px; }
    #Knowledge #Section1 .box3 .pict_col2 .pic_btn a {
      margin-top: 15px;
      display: block; } }
@media screen and (max-width: 767px) {
  #Knowledge #Section1 .box3 .pict_col2 .pic_btn {
    margin: 5.3333333333vw 0 9.3333333333vw 0;
    text-align: center;
    line-height: 1.4; }
    #Knowledge #Section1 .box3 .pict_col2 .pic_btn a {
      margin-top: 2.6666666667vw; } }
#Knowledge .knowledge_author {
  border: 1px solid #dedede;
  background: #fff; }
  @media print, screen and (min-width: 768px) {
    #Knowledge .knowledge_author {
      margin-bottom: 55px;
      border-radius: 10px;
      padding: 30px;
      display: flex;
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    #Knowledge .knowledge_author {
      margin-bottom: 10.6666666667vw;
      border-radius: 2.6666666667vw;
      padding: 2.6666666667vw; } }
  @media print, screen and (min-width: 768px) {
    #Knowledge .knowledge_author .author_img {
      width: 120px; } }
  @media screen and (max-width: 767px) {
    #Knowledge .knowledge_author .author_img {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 4vw; }
      #Knowledge .knowledge_author .author_img picture {
        width: 24vw; }
      #Knowledge .knowledge_author .author_img p {
        width: 61.3333333333vw;
        font-size: 3.7333333333vw; } }
  @media print, screen and (min-width: 768px) {
    #Knowledge .knowledge_author .author_txt {
      width: 810px; } }
  @media print, screen and (min-width: 768px) {
    #Knowledge .knowledge_author .author_txt .knowledge_author_name {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 768px) {
    #Knowledge .knowledge_author .author_txt .knowledge_author_txt {
      font-size: 16px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    #Knowledge .knowledge_author .author_txt .knowledge_author_txt {
      font-size: 3.7333333333vw;
      margin-bottom: 3.3333333333vw; } }
  #Knowledge .knowledge_author .author_txt .knowledge_author_note {
    padding-left: 1em;
    text-indent: -1em; }
    @media print, screen and (min-width: 768px) {
      #Knowledge .knowledge_author .author_txt .knowledge_author_note {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      #Knowledge .knowledge_author .author_txt .knowledge_author_note {
        font-size: 3.2vw; } }
#Knowledge .knowledge_references ul li {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    #Knowledge .knowledge_references ul li {
      margin-bottom: 10px;
      padding-left: 30px; }
      #Knowledge .knowledge_references ul li:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 10px solid #0090da;
        border-right: 0;
        left: 9px;
        top: 0;
        bottom: 0;
        margin: auto; } }
  @media screen and (max-width: 767px) {
    #Knowledge .knowledge_references ul li {
      padding-left: 4.5333333333vw;
      margin-bottom: 2.4vw;
      font-size: 3.4666666667vw; }
      #Knowledge .knowledge_references ul li:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 0.9333333333vw solid transparent;
        border-bottom: 0.9333333333vw solid transparent;
        border-left: 1.7333333333vw solid #0090da;
        border-right: 0;
        left: 1.3333333333vw;
        top: 0.7em;
        margin: auto; } }
  #Knowledge .knowledge_references ul li a {
    color: #0090da;
    text-decoration: underline; }
    #Knowledge .knowledge_references ul li a:hover {
      text-decoration: none; }
#Knowledge #Section2 .lead sup {
  font-size: 10px;
  vertical-align: super; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section2 .lead sup {
      font-size: 2.6666666667vw; } }
#Knowledge #Section2 .lead .lead_note {
  font-size: 14px;
  margin-top: 23px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section2 .lead .lead_note {
      font-size: 3.2vw;
      margin-top: 5.3333333333vw;
      text-align: left; } }
#Knowledge #Section2 .box1 {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section2 .box1 {
      margin-bottom: 8vw; } }
  #Knowledge #Section2 .box1 .txt {
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section2 .box1 .txt {
        margin-bottom: 6.6666666667vw; } }
  #Knowledge #Section2 .box1 ul {
    box-sizing: border-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 10px; }
    #Knowledge #Section2 .box1 ul li {
      box-sizing: border-box;
      width: 50%;
      padding: 30px;
      border-right: 1px solid #DEDEDE;
      border-bottom: 1px solid #DEDEDE;
      display: flex;
      justify-content: space-between; }
      #Knowledge #Section2 .box1 ul li.br-none {
        border-right: none; }
      #Knowledge #Section2 .box1 ul li.bb-none {
        border-bottom: none; }
        @media screen and (max-width: 767px) {
          #Knowledge #Section2 .box1 ul li.bb-none {
            border-bottom: 1px solid #DEDEDE; } }
      @media screen and (max-width: 767px) {
        #Knowledge #Section2 .box1 ul li:last-child {
          border-bottom: none; } }
      @media screen and (max-width: 767px) {
        #Knowledge #Section2 .box1 ul li {
          box-sizing: border-box;
          position: relative;
          width: 100%;
          padding: 4vw;
          overflow: hidden; } }
      #Knowledge #Section2 .box1 ul li dl {
        width: 240px; }
        @media screen and (max-width: 767px) {
          #Knowledge #Section2 .box1 ul li dl {
            width: 49.3333333333vw; } }
        #Knowledge #Section2 .box1 ul li dl dt {
          position: relative;
          font-size: 24px;
          font-weight: bold;
          color: #E3121C;
          padding-left: 30px;
          margin-bottom: 5px;
          line-height: 1.4; }
          @media screen and (max-width: 767px) {
            #Knowledge #Section2 .box1 ul li dl dt {
              font-size: 4.2666666667vw;
              font-weight: bold;
              padding-left: 5.3333333333vw;
              margin-bottom: 1.3333333333vw; } }
          #Knowledge #Section2 .box1 ul li dl dt::before {
            position: absolute;
            display: block;
            top: 0.8em;
            left: 0;
            content: "";
            width: 22px;
            height: 24px;
            background-image: url("/brand/hemorind/assets/images/common/ico_check.png");
            background-repeat: no-repeat;
            transform: translateY(-60%); }
            @media screen and (max-width: 767px) {
              #Knowledge #Section2 .box1 ul li dl dt::before {
                width: 3.7333333333vw;
                height: 4vw;
                background-image: url("/brand/hemorind/assets/images/common/ico_check_sp.png");
                background-size: cover;
                background-repeat: no-repeat;
                transform: translateY(-60%); } }
        @media screen and (max-width: 767px) {
          #Knowledge #Section2 .box1 ul li dl dd {
            font-size: 3.7333333333vw; } }
      #Knowledge #Section2 .box1 ul li .image {
        width: 180px; }
        @media screen and (max-width: 767px) {
          #Knowledge #Section2 .box1 ul li .image {
            width: 33.3333333333vw; } }
        @media print, screen and (min-width: 768px) {
          #Knowledge #Section2 .box1 ul li .image .att {
            font-size: 14px;
            margin-top: 5px;
            display: block; } }
        @media screen and (max-width: 767px) {
          #Knowledge #Section2 .box1 ul li .image .att {
            margin-top: 2.6666666667vw;
            font-size: 3.2vw;
            line-height: 1.4; } }
  #Knowledge #Section2 .box1 .ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section2 .box1 .ttl {
        margin-bottom: 5.3333333333vw; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section2 .box1 .txt {
      font-size: 3.7333333333vw; } }
@media print, screen and (min-width: 768px) {
  #Knowledge #Section3 .box1 .ttl {
    margin-bottom: 40px; } }
#Knowledge #Section3 .box1 ul li {
  box-sizing: border-box;
  width: 900px;
  padding: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  overflow: hidden; }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section3 .box1 ul li {
      height: 200px; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section3 .box1 ul li {
      position: relative;
      width: 100%;
      padding: 4vw;
      margin-bottom: 5.3333333333vw; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section3 .box1 ul li::after {
      content: "";
      display: block;
      position: absolute;
      top: 13.8666666667vw;
      right: 4vw;
      width: 40%;
      height: 100%;
      background-image: url("/brand/hemorind/assets/images/knowledge/sec3_1.jpg");
      background-repeat: no-repeat;
      background-size: contain; } }
  #Knowledge #Section3 .box1 ul li:nth-child(2n) {
    margin-left: auto;
    margin-right: 0; }
  #Knowledge #Section3 .box1 ul li:last-child {
    margin-bottom: 70px; }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section3 .box1 ul li:nth-child(1) {
      background-image: url("../../images/knowledge/sec3_1.jpg");
      background-repeat: no-repeat;
      background-position: right center; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section3 .box1 ul li:nth-child(1)::after {
      background-image: url("/brand/hemorind/assets/images/knowledge/sec3_1_sp.jpg"); } }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section3 .box1 ul li:nth-child(2) {
      background-image: url("../../images/knowledge/sec3_2.jpg");
      background-repeat: no-repeat;
      background-position: right center; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section3 .box1 ul li:nth-child(2)::after {
      background-image: url("/brand/hemorind/assets/images/knowledge/sec3_2_sp.jpg"); } }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section3 .box1 ul li:nth-child(3) {
      background-image: url("../../images/knowledge/sec3_3.jpg");
      background-repeat: no-repeat;
      background-position: right center; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section3 .box1 ul li:nth-child(3)::after {
      background-image: url("/brand/hemorind/assets/images/knowledge/sec3_3_sp.jpg"); } }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section3 .box1 ul li:nth-child(4) {
      background-image: url("../../images/knowledge/sec3_4.jpg");
      background-repeat: no-repeat;
      background-position: right center; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section3 .box1 ul li:nth-child(4)::after {
      background-image: url("/brand/hemorind/assets/images/knowledge/sec3_4_sp.jpg"); } }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section3 .box1 ul li:nth-child(5) {
      background-image: url("../../images/knowledge/sec3_5.jpg");
      background-repeat: no-repeat;
      background-position: right center; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section3 .box1 ul li:nth-child(5)::after {
      background-image: url("/brand/hemorind/assets/images/knowledge/sec3_5_sp.jpg"); } }
  #Knowledge #Section3 .box1 ul li dl dt {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #E3121C;
    padding-left: 65px;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section3 .box1 ul li dl dt {
        font-size: 4.2666666667vw;
        padding-left: 9.0666666667vw;
        margin-bottom: 1.3333333333vw; } }
  #Knowledge #Section3 .box1 ul li dl dd {
    width: 580px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section3 .box1 ul li dl dd {
        font-size: 3.7333333333vw;
        width: 55%; } }
  #Knowledge #Section3 .box1 ul li dl .u-num {
    position: absolute;
    top: -10px;
    left: 0; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section3 .box1 ul li dl .u-num {
        top: 0; } }
#Knowledge #Section4 .tbl {
  box-sizing: border-box;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  overflow: hidden; }
  #Knowledge #Section4 .tbl table {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden; }
    #Knowledge #Section4 .tbl table tr {
      box-sizing: border-box; }
      #Knowledge #Section4 .tbl table tr td {
        box-sizing: border-box;
        border-collapse: collapse;
        border: 1px solid #DBDBDB;
        padding: 20px; }
        @media screen and (max-width: 767px) {
          #Knowledge #Section4 .tbl table tr td {
            font-size: 3.2vw;
            padding: 2.6666666667vw; } }
    #Knowledge #Section4 .tbl table .blue {
      background-color: #0090DA; }
      @media screen and (max-width: 767px) {
        #Knowledge #Section4 .tbl table .blue {
          color: #FFFFFF;
          text-align: center;
          vertical-align: middle;
          width: 10%;
          padding: 1.3333333333vw;
          background-color: #0090DA;
          border: 1px solid #007CBB; } }
      #Knowledge #Section4 .tbl table .blue td {
        border: 1px solid #007CBB;
        color: #FFFFFF;
        text-align: center;
        padding: 5px;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          #Knowledge #Section4 .tbl table .blue td {
            padding: 1.3333333333vw; } }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .tbl table .blue2 {
        color: #FFFFFF;
        text-align: center;
        vertical-align: middle;
        width: 20%;
        padding: 1.3333333333vw;
        background-color: #0090DA;
        border: 1px solid #007CBB; } }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .tbl table .blue2 span {
        display: inline-block;
        width: 1em;
        line-height: 100%; } }
    #Knowledge #Section4 .tbl table .lightblue {
      background-color: #D9F2FF; }
      #Knowledge #Section4 .tbl table .lightblue td {
        border: 1px solid #BAD0DB;
        padding: 20px; }
        @media screen and (max-width: 767px) {
          #Knowledge #Section4 .tbl table .lightblue td {
            width: 50%;
            padding: 2.6666666667vw; } }
      @media screen and (max-width: 767px) {
        #Knowledge #Section4 .tbl table .lightblue p {
          font-size: 3.4666666667vw; } }
      @media screen and (max-width: 767px) {
        #Knowledge #Section4 .tbl table .lightblue p span {
          font-size: 4.2666666667vw;
          font-weight: bold;
          color: #E3121C; } }
#Knowledge #Section4 .box1 {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section4 .box1 {
      margin-bottom: 9.3333333333vw; } }
  #Knowledge #Section4 .box1 .ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .box1 .ttl {
        margin-bottom: 5.3333333333vw; } }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section4 .box1 ul {
      display: flex;
      justify-content: space-between; } }
  #Knowledge #Section4 .box1 ul li {
    width: 49%;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    background-color: #FFFFFF;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .box1 ul li {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        padding: 4vw;
        background-color: #FFFFFF;
        border: 1px solid #DEDEDE;
        border-radius: 10px;
        overflow: hidden; } }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .box1 ul li::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
        width: 30%;
        height: 100%;
        background-image: url("/brand/hemorind/assets/images/knowledge/sec4_1_sp.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; } }
    @media print, screen and (min-width: 768px) {
      #Knowledge #Section4 .box1 ul li:nth-child(1) {
        background-image: url("../../images/knowledge/sec4_1.jpg");
        background-repeat: no-repeat;
        background-position: right 30px center; } }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .box1 ul li:nth-child(1) {
        margin-bottom: 4vw; } }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .box1 ul li:nth-child(1)::after {
        background-image: url("/brand/hemorind/assets/images/knowledge/sec4_1_sp.jpg"); } }
    @media print, screen and (min-width: 768px) {
      #Knowledge #Section4 .box1 ul li:nth-child(2) {
        background-image: url("../../images/knowledge/sec4_2.jpg");
        background-repeat: no-repeat;
        background-position: right 30px center; } }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .box1 ul li:nth-child(2)::after {
        background-image: url("/brand/hemorind/assets/images/knowledge/sec4_2_sp.jpg"); } }
    #Knowledge #Section4 .box1 ul li dl dt {
      position: relative;
      font-size: 24px;
      font-weight: bold;
      color: #E3121C;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        #Knowledge #Section4 .box1 ul li dl dt {
          font-size: 4.2666666667vw;
          margin-bottom: 1.3333333333vw; } }
    #Knowledge #Section4 .box1 ul li dl dd {
      width: 280px; }
      @media screen and (max-width: 767px) {
        #Knowledge #Section4 .box1 ul li dl dd {
          font-size: 3.7333333333vw;
          width: 65%; } }
#Knowledge #Section4 .box2 {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section4 .box2 {
      margin-bottom: 9.3333333333vw; } }
  #Knowledge #Section4 .box2 .ttl {
    margin-bottom: 25px; }
  #Knowledge #Section4 .box2 .txt {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .box2 .txt {
        font-size: 3.7333333333vw;
        margin-bottom: 4vw; } }
  #Knowledge #Section4 .box2 .pic1, #Knowledge #Section4 .box2 .pic2, #Knowledge #Section4 .box2 .pic3 {
    background-image: url("../../images/knowledge/sec4_3.jpg");
    background-repeat: no-repeat;
    background-position: center top 30px;
    background-color: #FFFFFF; }
    @media print, screen and (min-width: 768px) {
      #Knowledge #Section4 .box2 .pic1, #Knowledge #Section4 .box2 .pic2, #Knowledge #Section4 .box2 .pic3 {
        font-size: 14px;
        padding-top: 180px; } }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .box2 .pic1, #Knowledge #Section4 .box2 .pic2, #Knowledge #Section4 .box2 .pic3 {
        width: 30%;
        background-image: url("/brand/hemorind/assets/images/knowledge/sec4_3_sp.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 60%; } }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section4 .box2 .pic1 span, #Knowledge #Section4 .box2 .pic2 span, #Knowledge #Section4 .box2 .pic3 span {
      font-size: 18px;
      font-weight: bold;
      color: #E3121C; } }
  #Knowledge #Section4 .box2 .pic2 {
    background-image: url("../../images/knowledge/sec4_4.jpg"); }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .box2 .pic2 {
        background-image: url("/brand/hemorind/assets/images/knowledge/sec4_4_sp.jpg"); } }
  #Knowledge #Section4 .box2 .pic3 {
    background-image: url("../../images/knowledge/sec4_5.jpg"); }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .box2 .pic3 {
        background-image: url("/brand/hemorind/assets/images/knowledge/sec4_5_sp.jpg"); } }
  #Knowledge #Section4 .box2 .t1 {
    width: 34%; }
  #Knowledge #Section4 .box2 .t2 {
    width: 33%; }
  #Knowledge #Section4 .box2 dl dt {
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 10px 20px;
    margin-bottom: 10px;
    background-color: #E3121C; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .box2 dl dt {
        font-size: 3.2vw;
        padding: 1.3333333333vw;
        margin-bottom: 2.6666666667vw; } }
  #Knowledge #Section4 .box2 dl dd {
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section4 .box2 dl dd {
        font-size: 3.2vw; } }
#Knowledge #Section4 .box3 .ttl {
  margin-bottom: 25px; }
#Knowledge #Section4 .box3 .txt {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section4 .box3 .txt {
      font-size: 3.7333333333vw; } }
#Knowledge #Section4 .box3 .pic1, #Knowledge #Section4 .box3 .pic2 {
  font-size: 14px;
  background-image: url("../../images/knowledge/sec4_6.jpg");
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center top 30px; }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section4 .box3 .pic1, #Knowledge #Section4 .box3 .pic2 {
      padding-top: 180px; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section4 .box3 .pic1, #Knowledge #Section4 .box3 .pic2 {
      width: 40%; } }
#Knowledge #Section4 .box3 .pic1 span, #Knowledge #Section4 .box3 .pic2 span {
  font-size: 18px;
  color: #E3121C;
  font-weight: bold; }
@media screen and (max-width: 767px) {
  #Knowledge #Section4 .box3 .pic1 {
    background-color: #FFFFFF;
    background-image: url(/brand/hemorind/assets/images/knowledge/sec4_6_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%; } }
#Knowledge #Section4 .box3 .pic2 {
  background-image: url("../../images/knowledge/sec4_7.jpg"); }
  @media screen and (max-width: 767px) {
    #Knowledge #Section4 .box3 .pic2 {
      background-image: url(/brand/hemorind/assets/images/knowledge/sec4_7_sp.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #FFFFFF;
      background-size: 80%; } }
#Knowledge #Section4 .box3 dl dt {
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: #E3121C; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section4 .box3 dl dt {
      font-size: 3.2vw;
      padding: 1.3333333333vw;
      margin-bottom: 2.6666666667vw; } }
#Knowledge #Section4 .box3 dl dd {
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section4 .box3 dl dd {
      font-size: 3.2vw; } }
#Knowledge #Section4 .box3 .attention {
  font-size: 14px;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section4 .box3 .attention {
      font-size: 3.2vw;
      text-indent: -1em;
      padding-left: 1em;
      margin-top: 2.6666666667vw; } }
#Knowledge #Section4 .box3 .t1 {
  width: 50%;
  padding: 20px !important; }
#Knowledge #Section4 .box3 .t2 {
  padding: 20px !important; }
#Knowledge #Section5 img, #Knowledge #Section6 img {
  width: auto; }
#Knowledge .c_underline {
  color: #e3121c;
  font-weight: bold;
  border-bottom: 4px solid #ffee37; }
#Knowledge .c_super {
  font-size: 20%;
  vertical-align: super; }
#Knowledge .c_bgWhite {
  padding: 30px;
  background: #fff;
  border-radius: 30px; }
  @media screen and (max-width: 767px) {
    #Knowledge .c_bgWhite {
      padding: 4vw;
      border-radius: 10px; } }
@media print, screen and (min-width: 768px) {
  #Knowledge .c_flex {
    display: flex;
    justify-content: space-between; } }
#Knowledge .c_btn {
  width: 340px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 767px) {
    #Knowledge .c_btn {
      width: 100%;
      margin-top: 4vw;
      margin-right: auto;
      margin-left: auto; } }
  #Knowledge .c_btn a {
    display: inline-block;
    width: 100%;
    height: 70px;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #0090DA; }
    @media screen and (max-width: 767px) {
      #Knowledge .c_btn a {
        position: relative;
        height: 13.3333333333vw; } }
    #Knowledge .c_btn a span {
      position: absolute;
      width: 100%;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      line-height: 130%;
      font-size: 18px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        #Knowledge .c_btn a span {
          font-size: 3.7333333333vw; } }
      @media screen and (max-width: 767px) {
        #Knowledge .c_btn a span::before, #Knowledge .c_btn a span::after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: auto;
          right: 2.6666666667vw;
          vertical-align: middle;
          margin: auto; } }
      @media screen and (max-width: 767px) {
        #Knowledge .c_btn a span::before {
          width: 4.2666666667vw;
          height: 4.2666666667vw;
          border-radius: 50%;
          background: #FFFFFF; } }
      @media screen and (max-width: 767px) {
        #Knowledge .c_btn a span::after {
          left: auto;
          right: 15px;
          transform: rotate(45deg);
          width: 1.6vw;
          height: 1.6vw;
          border-top: 0.5333333333vw solid #0090DA;
          border-right: 0.5333333333vw solid #0090DA; } }
#Knowledge #Section5 .box1 {
  margin-bottom: 70px; }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section5 .box1 {
      box-sizing: border-box;
      display: flex;
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section5 .box1 {
      margin-bottom: 10.6666666667vw; } }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section5 .box1 .txts.txts {
      width: 710px; } }
  #Knowledge #Section5 .box1 .txts .ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section5 .box1 .txts .ttl {
        margin-bottom: 5.3333333333vw; } }
  #Knowledge #Section5 .box1 .txts .txt {
    font-size: 16px; }
    @media print, screen and (min-width: 768px) {
      #Knowledge #Section5 .box1 .txts .txt {
        line-height: 34px; } }
    @media screen and (max-width: 767px) {
      #Knowledge #Section5 .box1 .txts .txt {
        font-size: 3.7333333333vw; } }
  #Knowledge #Section5 .box1 .pic {
    margin-top: 60px;
    margin-left: 20px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section5 .box1 .pic {
        width: 52vw;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto; } }
#Knowledge #Section5 .box2 {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section5 .box2 {
      margin-bottom: 10.6666666667vw; } }
  #Knowledge #Section5 .box2 .txt {
    font-size: 18px; }
    @media print, screen and (min-width: 768px) {
      #Knowledge #Section5 .box2 .txt {
        line-height: 40px;
        width: 610px; } }
    @media screen and (max-width: 767px) {
      #Knowledge #Section5 .box2 .txt {
        font-size: 3.7333333333vw; } }
  #Knowledge #Section5 .box2 .txtMax {
    width: 100%; }
  #Knowledge #Section5 .box2 .redTtl {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: #e3121c;
    margin-top: 30px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section5 .box2 .redTtl {
        font-size: 17px;
        margin-top: 8vw;
        margin-bottom: 2.6666666667vw; } }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section5 .box2 .onset {
      width: 460px; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section5 .box2 .onset {
      display: contents; } }
  #Knowledge #Section5 .box2 .onset .pic {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 22px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section5 .box2 .onset .pic {
        margin-top: 8vw;
        margin-bottom: 5.8666666667vw; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section5 .box2 .c_flex {
      display: flex;
      flex-direction: column; } }
  #Knowledge #Section5 .box2 .att {
    padding-left: 100px;
    background: url(../../images/common/ico_attention.png) 35px center no-repeat;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section5 .box2 .att {
        padding-left: 8vw;
        margin-top: 5.3333333333vw;
        margin-bottom: 2.6666666667vw;
        background: url(/brand/hemorind/assets/images/common/ico_attention_sp.png) left center/5.0666666667vw auto no-repeat; } }
    #Knowledge #Section5 .box2 .att .attTxt {
      font-size: 18px;
      line-height: 40px;
      padding-bottom: 1px;
      background-image: linear-gradient(#dedede 1px, transparent 1px);
      background-size: auto 40px;
      background-position: left 40px;
      margin-left: auto; }
      @media print, screen and (min-width: 768px) {
        #Knowledge #Section5 .box2 .att .attTxt {
          width: 850px; } }
      @media screen and (max-width: 767px) {
        #Knowledge #Section5 .box2 .att .attTxt {
          font-size: 3.7333333333vw;
          line-height: 8.5333333333vw;
          padding-bottom: 0.2666666667vw;
          background-size: auto 8.5333333333vw;
          background-position: left 8.5333333333vw;
          margin-left: auto; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section5 .box2 .pic {
      margin-right: auto;
      margin-bottom: 5.3333333333vw;
      margin-left: auto; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section5 .box2 .pic2 {
      width: 66.1vw; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section5 .box2 .pic3 {
      order: 0;
      width: 73vw; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section5 .box2 .pic4 {
      order: 1;
      width: 76.9vw; } }
#Knowledge #Section5 .border {
  border-radius: 10px;
  border: 1px solid #dedede;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px; }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section5 .border {
      min-height: 290px; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section5 .border {
      order: 2;
      width: 95%;
      padding: 4vw;
      margin-right: auto;
      margin-bottom: 5.3333333333vw;
      margin-left: auto;
      border-radius: 5px; } }
  #Knowledge #Section5 .border .ttl {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #E3121C;
    padding-left: 30px;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section5 .border .ttl {
        font-size: 4.2666666667vw;
        padding-left: 5.3333333333vw;
        margin-bottom: 1.3333333333vw; } }
    #Knowledge #Section5 .border .ttl::before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 22px;
      height: 24px;
      background-image: url(../../images/common/ico_check.png);
      background-repeat: no-repeat;
      transform: translateY(-60%); }
      @media screen and (max-width: 767px) {
        #Knowledge #Section5 .border .ttl::before {
          width: 3.7333333333vw;
          height: 4vw;
          background-image: url(/brand/hemorind/assets/images/common/ico_check_sp.png);
          background-size: cover;
          background-repeat: no-repeat;
          transform: translateY(-60%); } }
  #Knowledge #Section5 .border .point {
    font-size: 16px;
    line-height: 28px; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section5 .border .point {
        font-size: 2.9333333333vw;
        line-height: 1.7; } }
  #Knowledge #Section5 .border .c_btn {
    margin-top: 15px; }
    #Knowledge #Section5 .border .c_btn a {
      height: 56px; }
#Knowledge #Section5 .box3 {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section5 .box3 {
      margin-bottom: 0; } }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section5 .box3 .pic {
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section5 .box3 .pic {
      width: 42vw;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5.3333333333vw; } }
  #Knowledge #Section5 .box3 .txt {
    font-size: 18px; }
    @media print, screen and (min-width: 768px) {
      #Knowledge #Section5 .box3 .txt {
        width: 610px;
        line-height: 40px; } }
    @media screen and (max-width: 767px) {
      #Knowledge #Section5 .box3 .txt {
        font-size: 3.7333333333vw; } }
  #Knowledge #Section5 .box3 .border {
    min-height: auto;
    padding: 20px 40px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 768px) {
      #Knowledge #Section5 .box3 .border {
        width: 482px; } }
    @media screen and (max-width: 767px) {
      #Knowledge #Section5 .box3 .border {
        padding: 4vw;
        margin-top: 5.3333333333vw; } }
#Knowledge .c_marker {
  background: linear-gradient(transparent 60%, #FFEF37 60%); }
@media screen and (max-width: 767px) {
  #Knowledge #Section6 .box1 .pic {
    margin-right: auto;
    margin-bottom: 2.6666666667vw;
    margin-left: auto; } }
@media screen and (max-width: 767px) {
  #Knowledge #Section6 .box1 .pic1 {
    width: 62vw; } }
#Knowledge #Section6 .box1 .txt {
  font-size: 16px; }
  @media print, screen and (min-width: 768px) {
    #Knowledge #Section6 .box1 .txt {
      width: 488px;
      line-height: 34px; } }
  @media screen and (max-width: 767px) {
    #Knowledge #Section6 .box1 .txt {
      font-size: 3.7333333333vw; } }
#Knowledge #Section6 .c_bgWhite {
  border: 1px solid #dedede;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section6 .c_bgWhite {
      margin-bottom: 13.3333333333vw; } }
#Knowledge #Section6 .box2 .c_bgWhite {
  padding: 0; }
#Knowledge #Section6 .case {
  padding: 30px;
  border-bottom: 1px solid #dedede; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section6 .case {
      padding: 4vw 6.6666666667vw; } }
  #Knowledge #Section6 .case:last-child {
    border: none; }
#Knowledge #Section6 .checkTtl {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #E3121C;
  padding-left: 30px;
  margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section6 .checkTtl {
      font-size: 4.2666666667vw;
      padding-left: 5.3333333333vw;
      margin-bottom: 1.3333333333vw; } }
  #Knowledge #Section6 .checkTtl::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
    width: 22px;
    height: 24px;
    background-image: url(../../images/common/ico_check.png);
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      #Knowledge #Section6 .checkTtl::before {
        width: 3.7333333333vw;
        height: 4vw;
        background-image: url(/brand/hemorind/assets/images/common/ico_check_sp.png);
        background-size: cover; } }
#Knowledge #Section6 .checkTxt {
  font-size: 16px;
  line-height: 32px; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section6 .checkTxt {
      font-size: 2.9333333333vw;
      line-height: 1.7; } }
#Knowledge #Section6 .progression {
  font-weight: bold;
  text-align: center;
  color: #0090da; }
  @media screen and (max-width: 767px) {
    #Knowledge #Section6 .progressionTxt {
      font-size: 2.9333333333vw;
      line-height: 1.7;
      margin-top: 4vw; } }
@media screen and (max-width: 767px) {
  #Knowledge #Section6 .box3 .c_bgWhite {
    margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  #Knowledge #Section6 .box3 .c_bgWhite p {
    font-size: 3.7333333333vw; } }
@media screen and (max-width: 767px) {
  #Knowledge #Contents {
    padding-top: 5.3333333333vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
    border-top: 1px solid #b3b3b3; } }
@media print, screen and (min-width: 768px) {
  #Knowledge .pickup {
    margin-top: 120px; } }
