@charset "UTF-8";
/**
 *
 *  コンテンツ共通
 *
 */
@media screen and (max-width: 767px) {
  .u-sm-min {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .u-sm-max {
    display: none !important; } }

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

@media screen and (max-width: 767px) {
  a:hover img {
    opacity: 1; } }

/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
#Container {
  width: 100%; }

/*--------------------------------------------------------------------------
   l-wrapper
---------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .l-wrapper {
    min-width: auto; } }

/*--------------------------------------------------------------------------
   l-inner
---------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .l-inner {
    max-width: 100%; } }

/*--------------------------------------------------------------------------
   下層ページタイトル
---------------------------------------------------------------------------*/
.page_sec_ttl {
  position: relative;
  height: 100%; }
  @media print, screen and (min-width: 768px) {
    .page_sec_ttl span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 50px;
      color: #000;
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      line-height: 1.2;
      width: 1028px;
      padding-left: 20px;
      text-align: left; } }
  @media screen and (min-width: 768px) and (max-width: 1028px) {
    .page_sec_ttl span {
      width: 100%;
      left: 0;
      transform: translateY(-50%); } }

  @media screen and (max-width: 767px) {
    .page_sec_ttl span {
      display: flex;
      flex-direction: column;
      line-height: 1.2;
      font-size: 5.6vw;
      text-align: center;
      color: #fff;
      padding: 5.3333333333vw 0 4vw;
      background-color: #0090DA; } }
  .page_sec_ttl span em {
    font-style: normal; }
    @media print, screen and (min-width: 768px) {
      .page_sec_ttl span em {
        font-size: 20px;
        font-weight: bold;
        color: #0090da;
        padding-bottom: 6px; } }
    @media screen and (max-width: 767px) {
      .page_sec_ttl span em {
        font-size: 4vw;
        padding-bottom: 0.6666666667vw; } }

/*--------------------------------------------------------------------------
     l-header
  ---------------------------------------------------------------------------*/
.l-headerTop {
  background-color: #0090DA; }
  .l-headerTop_inner {
    display: flex;
    justify-content: space-between;
    font-size: 12px; }
    .l-headerTop_inner::after {
      content: none; }
  .l-headerTop_navi_home {
    fill: #fff; }
.l-headerBtm_navi li {
  position: relative; }
  .l-headerBtm_navi li::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 2px;
    background-color: #FFFFFF;
    z-index: 2;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .l-headerBtm_navi li::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 14px;
    background-color: #0090DA;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .l-headerBtm_navi li a {
    font-size: 13px;
    font-weight: bold;
    min-width: 110px; }
    .l-headerBtm_navi li a::before {
      background-color: #0090DA; }
  .l-headerBtm_navi li.is_active a::before {
    opacity: 1 !important; }
.l-headerBtm_navi .gnav-child {
  display: block;
  position: absolute;
  left: 0;
  width: auto;
  height: 0;
  transition: .4s;
  z-index: 3;
  overflow: hidden; }
  .l-headerBtm_navi .gnav-child li {
    width: 100%;
    white-space: nowrap;
    background-color: #fff; }
    .l-headerBtm_navi .gnav-child li::before, .l-headerBtm_navi .gnav-child li::after {
      content: none; }
  .l-headerBtm_navi .gnav-child a {
    display: block;
    text-align: left;
    padding: 3px 10px;
    border: none; }
    .l-headerBtm_navi .gnav-child a:hover {
      color: #0090DA; }
.l-headerBtm_navi .has-child:hover .gnav-child {
  width: 150px;
  height: 100%;
  overflow: visible; }
@media print, screen and (min-width: 768px) {
  .l-headerBtm_logo {
    width: 100%;
    max-width: 228px; } }
@media screen and (max-width: 767px) {
  .l-headerBtm_logo {
    width: 45.3333333333vw; } }
.l-header_storeBtn {
  height: 60px;
  background-color: transparent;
  border: none; }
  .l-header_storeBtn img {
    height: 100%; }
.l-header_menuBtn {
  background-color: #0090DA; }

/*--------------------------------------------------------------------------
     l-spNavi
  ---------------------------------------------------------------------------*/
.l-spNavi_header {
  border-bottom: 1px solid #0090DA; }
.l-spNavi_logo {
  width: 45.3333333333vw;
  height: 18.6666666667vw;
  margin: 0 auto; }
  .l-spNavi_logo img {
    max-width: 45.3333333333vw;
    max-height: 18.6666666667vw; }
.l-spNavi_list li a::before {
  background-color: #0090DA; }
.l-spNavi_list li.is_active a {
  font-weight: bold;
  color: #0090DA;
  background-color: #F0FAFF; }
.l-spNavi_list li.toggle dt {
  position: relative;
  font-size: 15px;
  padding: 17px;
  border-bottom: 1px solid #b4b4b4; }
  @media screen and (max-width: 767px) {
    .l-spNavi_list li.toggle dt {
      font-weight: bold; } }
  .l-spNavi_list li.toggle dt::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 2px;
    height: 16px;
    margin-top: -8px;
    background: #0090DA; }
  .l-spNavi_list li.toggle dt.open::before {
    content: none; }
  .l-spNavi_list li.toggle dt::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background: #0090DA; }
.l-spNavi_list li.toggle dd {
  display: none; }
  .l-spNavi_list li.toggle dd ul li a {
    padding-left: 30px;
    background: #fafafa; }
.l-spNavi_close {
  color: #0090DA;
  border: 1px solid #0090DA; }
  .l-spNavi_close::before {
    background-color: #0090DA; }

/*--------------------------------------------------------------------------
    #Contents
---------------------------------------------------------------------------*/
#Contents {
  margin-bottom: 75px; }
  @media screen and (max-width: 767px) {
    #Contents {
      margin-bottom: 0; } }
  #Contents .ttl {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #Contents .ttl {
        margin-bottom: 9.3333333333vw; } }
  #Contents ul {
    box-sizing: border-box;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px; }
    @media print, screen and (min-width: 768px) {
      #Contents ul {
        background-color: #FFFFFF;
        border: 1px solid #E0E0E0; } }
    @media screen and (max-width: 767px) {
      #Contents ul {
        justify-content: space-between;
        padding: 0 3.125%;
        margin-bottom: 0; } }
    #Contents ul li {
      width: 50%;
      padding: 15px;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #Contents ul li {
          width: 49%;
          padding: 0.5333333333vw 1%;
          margin-bottom: 2.6666666667vw;
          background-color: #0090DA; } }
      #Contents ul li:nth-child(1) {
        border-right: 1px solid #E0E0E0;
        border-bottom: 1px solid #E0E0E0; }
      #Contents ul li:nth-child(2) {
        border-bottom: 1px solid #E0E0E0; }
      #Contents ul li:nth-child(3) {
        border-right: 1px solid #E0E0E0;
        border-bottom: 1px solid #E0E0E0; }
      #Contents ul li:nth-child(4) {
        border-bottom: 1px solid #E0E0E0; }
      #Contents ul li:nth-child(5) {
        border-right: 1px solid #E0E0E0; }
      #Contents ul li a {
        display: inline-block;
        width: 100%;
        height: 100%; }
        @media print, screen and (min-width: 768px) {
          #Contents ul li a {
            opacity: 1;
            transition: opacity 0.4s; } }
        @media print, screen and (min-width: 768px) {
          #Contents ul li a:hover {
            opacity: 0.8; } }
      #Contents ul li dl {
        -js-display: flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          #Contents ul li dl {
            flex-direction: column; } }
      @media print, screen and (min-width: 768px) {
        #Contents ul li dt {
          border-radius: 6px;
          overflow: hidden; } }
      @media print, screen and (min-width: 768px) {
        #Contents ul li dd {
          padding-left: 40px; } }
      @media screen and (max-width: 767px) {
        #Contents ul li dd {
          display: table;
          width: 100%;
          padding-left: 3%; } }
      #Contents ul li dd span {
        font-size: 16px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          #Contents ul li dd span {
            display: table-cell;
            font-size: 4vw;
            font-weight: bold;
            line-height: 1.2;
            color: #fff;
            vertical-align: middle;
            width: 100%;
            height: 19.4666666667vw;
            background-image: url(/brand/hemorind/assets/images/common/arrow_link_wh_sp.png);
            background-repeat: no-repeat;
            background-position: 95% center;
            background-size: 3.4666666667vw auto; } }
  #Contents .btn-oshiete {
    width: 95%;
    margin-top: 85px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
    background-color: #fff;
    border: 3px solid #0082d6; }
    @media screen and (max-width: 767px) {
      #Contents .btn-oshiete {
        display: block;
        align-items: center;
        justify-content: space-around;
        text-align: center;
        width: 95%;
        padding: 4vw 0;
        margin: 6.6666666667vw auto;
        background-color: #fff;
        border-radius: 2.6666666667vw;
        border: 0.8vw solid #0082d6; } }
    #Contents .btn-oshiete:hover {
      opacity: 0.8; }
    #Contents .btn-oshiete img {
      width: auto; }
    #Contents .btn-oshiete span {
      display: block; }
    #Contents .btn-oshiete .ttl {
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #0082d6;
      font-weight: 900;
      font-size: 48px;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        #Contents .btn-oshiete .ttl {
          display: flex;
          flex-direction: column;
          justify-content: center;
          font-size: 6vw;
          font-weight: 900;
          color: #0082d6;
          line-height: 1;
          margin-bottom: 0; } }
      #Contents .btn-oshiete .ttl .sm {
        padding-bottom: 10px;
        font-size: 22px; }
        @media screen and (max-width: 767px) {
          #Contents .btn-oshiete .ttl .sm {
            font-size: 4vw;
            padding-bottom: 2.6666666667vw; } }

/*--------------------------------------------------------------------------
     pickup
  ---------------------------------------------------------------------------*/
.pickup {
  padding-bottom: 80px;
  background-color: #F4F9FD; }
  @media print, screen and (min-width: 768px) {
    .pickup {
      margin-top: 120px; } }
  @media screen and (max-width: 767px) {
    .pickup {
      padding-bottom: 8vw;
      margin-top: 13.3333333333vw; } }
  .pickup-bt {
    position: relative;
    width: 380px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .pickup-bt {
        width: 80%;
        margin: 0 auto; } }
    .pickup-bt a {
      display: inline-block;
      color: #FFFFFF;
      width: 100%;
      height: 70px;
      background-color: #0090DA;
      border-radius: 10px;
      transition: opacity 0.4s; }
      @media screen and (max-width: 767px) {
        .pickup-bt a {
          width: 100%;
          height: 100%;
          padding: 5.3333333333vw;
          border-radius: 10px; } }
      @media print, screen and (min-width: 768px) {
        .pickup-bt a:hover {
          opacity: 0.8; } }
      @media screen and (max-width: 767px) {
        .pickup-bt a::before, .pickup-bt a::after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: auto;
          right: 2.6666666667vw;
          vertical-align: middle;
          margin: auto; } }
      @media screen and (max-width: 767px) {
        .pickup-bt a::before {
          width: 4.2666666667vw;
          height: 4.2666666667vw;
          background: #FFFFFF;
          border-radius: 50%; } }
      @media screen and (max-width: 767px) {
        .pickup-bt a::after {
          left: auto;
          right: 4.1333333333vw;
          width: 1.6vw;
          height: 1.6vw;
          border-top: 2px solid #0090DA;
          border-right: 2px solid #0090DA;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); } }
    .pickup-bt-ico {
      display: inline-block;
      z-index: 10;
      position: absolute;
      top: -15px;
      left: 30px;
      font-size: 13px;
      color: #FFFFFF;
      line-height: 100%;
      padding: 5px 30px;
      margin-bottom: 10px;
      background-color: #E60A0A;
      border-radius: 50px; }
      @media screen and (max-width: 767px) {
        .pickup-bt-ico {
          z-index: 10;
          position: absolute;
          top: -2.6666666667vw;
          left: 5.3333333333vw;
          font-size: 3.2vw;
          line-height: 100%;
          color: #FFFFFF;
          padding: 1.3333333333vw 5.3333333333vw;
          margin: 0;
          border-radius: 50px; } }
      .pickup-bt-ico::before {
        content: '';
        display: block;
        position: absolute;
        left: 71px;
        bottom: -8px;
        transform: rotate(225deg);
        width: 0;
        height: 0;
        border-left: 10px solid #E60A0A;
        border-top: 10px solid #E60A0A;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-radius: 50%; }
        @media screen and (max-width: 767px) {
          .pickup-bt-ico::before {
            left: 18.9333333333vw;
            bottom: -2.1333333333vw;
            border-left: 2.6666666667vw solid #E60A0A;
            border-top: 2.6666666667vw solid #E60A0A;
            border-right: 2.6666666667vw solid transparent;
            border-bottom: 2.6666666667vw solid transparent; } }
      .pickup-bt-ico::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -10px;
        left: 80px;
        transform: rotate(225deg);
        width: 0;
        height: 0;
        border-left: 10px solid #0090DA;
        border-top: 10px solid #0090DA;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-radius: 50%; }
        @media screen and (max-width: 767px) {
          .pickup-bt-ico::after {
            bottom: -2.6666666667vw;
            left: 21.3333333333vw;
            border-left: 2.6666666667vw solid #0090DA;
            border-top: 2.6666666667vw solid #0090DA;
            border-right: 2.6666666667vw solid transparent;
            border-bottom: 2.6666666667vw solid transparent; } }
    .pickup-bt-txt {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 18px;
      font-weight: bold;
      line-height: 170%; }
      @media print, screen and (min-width: 768px) {
        .pickup-bt-txt {
          left: 30px; } }
      @media screen and (max-width: 767px) {
        .pickup-bt-txt {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          font-size: 4.2666666667vw; } }

/*--------------------------------------------------------------------------
     recommend
  ---------------------------------------------------------------------------*/
.recommend {
  padding-top: 75px;
  padding-bottom: 110px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .recommend {
      padding-top: 9.3333333333vw;
      padding-bottom: 5.3333333333vw;
      background-color: #F0FAFF; } }
  .recommend-inner {
    max-width: 1028px;
    margin: 0 auto; }
  .recommend b {
    font-weight: normal; }
  @media screen and (max-width: 767px) {
    .recommend .ttl {
      font-size: 4.5333333333vw;
      font-weight: 600;
      text-align: left;
      color: #0080cc;
      padding-bottom: 1.3333333333vw;
      padding-left: 2.6666666667vw;
      background-color: transparent; } }
  @media print, screen and (min-width: 768px) {
    .recommend .ttl {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .recommend .ttl::before, .recommend .ttl::after {
      content: none; } }
  @media screen and (max-width: 767px) {
    .recommend .ttl span {
      padding: 0;
      background-color: transparent; } }
  @media screen and (max-width: 767px) {
    .recommend ul {
      width: 100%; } }
  .recommend ul li {
    width: fit-content; }
    @media print, screen and (min-width: 768px) {
      .recommend ul li {
        background-color: #FFFFFF;
        border: 1px solid #DDDDDD; } }
    @media screen and (max-width: 767px) {
      .recommend ul li {
        width: 100%;
        border-top: 1px solid #b4b4b4; } }
    @media screen and (max-width: 767px) {
      .recommend ul li:last-child {
        border-bottom: 1px solid #b4b4b4; } }
    @media screen and (max-width: 767px) {
      .recommend ul li a {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .recommend ul li a p {
        width: 15.6%;
        margin: 3.22% 1.22% 3.22% 5.33%;
        vertical-align: middle; } }
    @media print, screen and (min-width: 768px) {
      .recommend ul li a dl {
        padding: 15px; } }
    @media screen and (max-width: 767px) {
      .recommend ul li a dt {
        box-sizing: border-box;
        position: relative;
        font-size: 4.064vw;
        font-weight: 600;
        text-align: left;
        color: #f29aa9;
        letter-spacing: -.04em;
        vertical-align: middle;
        padding: 2.1333333333vw 12vw 2.1333333333vw 1.3333333333vw; } }
    @media screen and (max-width: 767px) {
      .recommend ul li a dt::after {
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 5%;
        height: 100%;
        margin-top: 0;
        background: url(/brand/hemorind/assets/images/common/relation_imgArr_sp.png);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: 100% auto;
        background-size: 100% auto; } }

/*--------------------------------------------------------------------------
    l-footer
---------------------------------------------------------------------------*/
.l-footerColumns {
  background-color: #F4F9FD; }

@media print, screen and (min-width: 768px) {
  .l-share {
    margin: 0; } }
@media print, screen and (min-width: 768px) {
  .l-share_navi dt, .l-share_navi dd {
    max-width: 33%; } }
@media print, screen and (min-width: 768px) {
  .l-share_navi dt {
    color: #fff;
    background-color: #0090DA; } }

@media print, screen and (min-width: 768px) {
  .l-bottomNavi {
    background-color: #F4F9FD; } }
@media screen and (max-width: 767px) {
  .l-bottomNavi {
    padding-top: 4vw;
    padding-bottom: 4vw; } }
.l-bottomNavi_home {
  fill: #0090DA; }
.l-bottomNavi_list {
  width: 100%; }
  .l-bottomNavi_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11.11%;
    border-right: 1px solid #CED0D1; }
    .l-bottomNavi_list li:last-child {
      border: none; }
    @media (max-width: 1020px) {
      .l-bottomNavi_list li {
        width: 20%; } }
    @media screen and (max-width: 767px) {
      .l-bottomNavi_list li {
        width: 50%;
        height: 3em; } }
  .l-bottomNavi_list a {
    padding: 0; }
    @media print, screen and (min-width: 768px) {
      .l-bottomNavi_list a {
        font-size: 12px;
        line-height: 130%; } }

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content {
  width: 100%;
  margin: 0 auto;
  background-color: #F4F9FD; }
  @media print, screen and (min-width: 768px) {
    #Content {
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #Content {
      background-color: #F0FAFF; } }
  #Content img {
    width: 100%;
    max-width: 100%;
    height: auto; }

/*--------------------------------------------------------------------------
   下層共通
---------------------------------------------------------------------------*/
.common-sec {
  box-sizing: border-box;
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .common-sec {
      width: 1028px;
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .common-sec {
      padding: 5.3333333333vw 3.125% 2.6666666667vw;
      margin-bottom: 0; } }
  .common-sec-main {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden; }
    @media print, screen and (min-width: 768px) {
      .common-sec-main {
        height: 318px; } }
    @media print, screen and (min-width: 768px) {
      .common-sec-main img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: auto !important;
        max-width: 1400px !important;
        height: 318px; } }
    @media print, screen and (min-width: 768px) {
      .common-sec-main::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #C4E5F6;
        z-index: 1;
        width: 50%;
        height: 318px; } }
    @media print, screen and (min-width: 768px) {
      .common-sec-main::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #CEEAF8;
        z-index: 1;
        width: 50%;
        height: 318px; } }
  .common-sec-lead {
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 75px; }
    @media print, screen and (min-width: 768px) {
      .common-sec-lead {
        width: 1028px;
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .common-sec-lead {
        margin-top: 6.6666666667vw;
        margin-bottom: 9.3333333333vw; } }
    .common-sec-lead .lead {
      font-size: 27px;
      color: #0090DA;
      letter-spacing: 2px;
      font-weight: bold;
      text-align: center;
      line-height: 160%;
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .common-sec-lead .lead {
          font-size: 4.8vw;
          line-height: 1.38;
          margin-bottom: 9.3333333333vw; } }
      .common-sec-lead .lead .marker {
        position: relative;
        z-index: 2; }
        .common-sec-lead .lead .marker:before {
          content: "";
          position: absolute;
          bottom: -3px;
          left: 0;
          width: 100%;
          height: 10px;
          background-color: #FFEF37;
          z-index: -1;
          -moz-transform: skew(-20deg);
          -webkit-transform: skew(-20deg);
          -o-transform: skew(-20deg);
          -ms-transform: skew(-20deg); }
          @media screen and (max-width: 767px) {
            .common-sec-lead .lead .marker:before {
              bottom: 1px;
              height: 3px; } }
    .common-sec-lead .sublead {
      font-size: 20px;
      text-align: center;
      line-height: 160%;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .common-sec-lead .sublead {
          font-size: 4vw;
          line-height: 1.38; } }
  .common-sec-ttl1 {
    font-size: 28px;
    color: #0090DA;
    font-weight: bold;
    position: relative;
    padding-left: 40px;
    line-height: 100%;
    margin-bottom: 20px;
    padding-top: 3px; }
    @media screen and (max-width: 767px) {
      .common-sec-ttl1 {
        font-size: 4.8vw;
        line-height: 1.38;
        padding-top: 0;
        padding-left: 5.3333333333vw;
        margin-bottom: 5.3333333333vw !important; } }
    .common-sec-ttl1::before {
      content: "";
      display: block;
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      background-color: #0090DA;
      border-radius: 100%; }
      @media screen and (max-width: 767px) {
        .common-sec-ttl1::before {
          top: 1.0666666667vw;
          transform: translateY(0);
          width: 4vw;
          height: 4vw;
          background-color: transparent;
          border: 0.8vw solid #0090DA; } }
    .common-sec-ttl1::after {
      content: "";
      display: block;
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      left: 6px;
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      border-radius: 100%;
      background-color: #F1FAFF; }
      @media screen and (max-width: 767px) {
        .common-sec-ttl1::after {
          content: none;
          top: 1.9333333333vw;
          transform: translateY(0);
          left: 0.8vw;
          width: 2.4vw;
          height: 2.4vw; } }
  .common-sec-attention1, .common-sec-attention2 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 25px; }
  .common-sec-attention1::before, .common-sec-attention2::before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 14px;
    height: 2px;
    background: #E3121C;
    box-sizing: border-box; }
  .common-sec-attention1::after, .common-sec-attention2::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #E3121C;
    border-right: 2px solid #E3121C;
    -webkit-transform: rotate(45deg);
    box-sizing: border-box;
    transform: rotate(45deg); }
  .common-sec-attention2 {
    font-size: 21px;
    line-height: 140%;
    padding-left: 30px;
    margin-left: 8px; }
    @media screen and (max-width: 767px) {
      .common-sec-attention2 {
        font-size: 4.2vw;
        line-height: 140%;
        padding-left: 4vw;
        margin-right: -4vw; } }
    .common-sec-attention2::before {
      top: 15px;
      left: 0;
      width: 20px;
      background: #000; }
      @media screen and (max-width: 767px) {
        .common-sec-attention2::before {
          top: 2.6666666667vw;
          width: 2.6666666667vw; } }
    .common-sec-attention2::after {
      box-sizing: border-box;
      content: "";
      display: block;
      position: absolute;
      top: 13px;
      left: 14px;
      width: 6px;
      height: 6px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      transform: rotate(45deg); }
      @media screen and (max-width: 767px) {
        .common-sec-attention2::after {
          top: 2.1333333333vw;
          left: 1.3333333333vw;
          width: 1.6vw;
          height: 1.6vw;
          border-top: 0.5333333333vw solid #000;
          border-right: 0.5333333333vw solid #000; } }
    .common-sec-attention2 span {
      position: relative;
      display: inline-block;
      z-index: 0; }
      .common-sec-attention2 span::before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: -5px;
        width: 100%;
        height: 10px;
        background-color: #FFEF37;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .common-sec-attention2 span::before {
            bottom: 1.0666666667vw;
            left: -1.3333333333vw;
            height: 1.3333333333vw; } }
      .common-sec-attention2 span b {
        color: #E3121C; }

.anchorPos {
  padding-top: 143px;
  margin-top: -143px; }
  @media screen and (max-width: 767px) {
    .anchorPos {
      padding-top: 60px;
      margin-top: -60px; } }

.common-ttl1 {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .common-ttl1 {
      font-size: 24px;
      color: #0090DA;
      text-align: center;
      box-sizing: border-box; }
      .common-ttl1::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #0090DA;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1; }
      .common-ttl1 span {
        padding: 0 40px;
        box-sizing: border-box;
        background-color: #F4F9FD;
        position: relative;
        z-index: 2; } }
  .common-ttl1 img {
    display: block;
    width: 28% !important;
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .common-ttl1::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: -4vw;
      transform: translateX(-50%);
      width: 10.6666666667vw;
      height: 0.5333333333vw;
      background-color: #0090DA; } }

.common-ttl2 {
  position: relative;
  font-size: 24px;
  color: #0090DA;
  text-align: center;
  box-sizing: border-box; }
  .common-ttl2::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #0090DA;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .common-ttl2 span {
    padding: 0 40px;
    box-sizing: border-box;
    background-color: #F4F9FD;
    position: relative;
    background-color: #FFFFFF; }

@media print, screen and (min-width: 768px) {
  .common-ico1, .common-ico1-white {
    position: relative; }

  .common-ico1::before, .common-ico1-white::before, .common-ico1::after, .common-ico1-white::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle; }

  .common-ico1::before, .common-ico1-white::before {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0090DA; }

  .common-ico1::after, .common-ico1-white::after {
    left: auto;
    right: 29px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  .common-ico1-white::before, .common-ico1-white::after {
    right: 10px; }

  .common-ico1-white::before {
    width: 18px;
    height: 18px;
    background: #FFFFFF; }

  .common-ico1-white::after {
    right: 17px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0090DA;
    border-right: 2px solid #0090DA; }

  .common-ico2 {
    position: relative;
    padding-left: 8px; }
    .common-ico2::before {
      position: absolute;
      top: 50%;
      left: 0;
      margin: auto;
      content: "";
      width: 4px;
      height: 4px;
      box-sizing: border-box;
      border: 4px solid transparent;
      border-left: 4px solid #FFFFFF;
      transform: translateY(-60%); }

  .common-ico-home-blue, .common-ico-home-white {
    position: relative;
    padding-left: 20px; }

  .common-ico-home-blue::before, .common-ico-home-white::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    width: 13px;
    height: 11px;
    background-image: url("../../images/common/ico_home_blue.png");
    background-repeat: no-repeat;
    transform: translateY(-60%); }

  .common-ico-home-white::before {
    background-image: url("../../images/common/ico_home_white.png"); }

  .common-ico-blank-white {
    position: relative;
    padding-right: 15px; }
    .common-ico-blank-white::after {
      position: absolute;
      display: block;
      top: 50%;
      right: 0;
      content: "";
      width: 9px;
      height: 9px;
      background-image: url("../../images/common/ico_blank_white.gif");
      background-repeat: no-repeat;
      transform: translateY(-60%); }

  .common-ico-blank-white-pic {
    position: relative; }
    .common-ico-blank-white-pic::after {
      position: absolute;
      display: block;
      top: 5px;
      right: 5px;
      content: "";
      width: 9px;
      height: 9px;
      background-image: url("../../images/common/ico_blank_white.gif");
      background-repeat: no-repeat; }

  .common-indent1 {
    padding-left: 1em;
    text-indent: -1em; }

  .common-ico-video {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%; }
    .common-ico-video:before, .common-ico-video:after {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: auto;
      transform: translate(-50%, -50%);
      content: "";
      vertical-align: middle; }
    .common-ico-video:before {
      box-sizing: border-box;
      width: 30px;
      height: 15px;
      border: 15px solid transparent;
      border-left: 30px solid #FFFFFF;
      margin-left: 10px;
      margin-top: 20px; }
    .common-ico-video:after {
      box-sizing: border-box;
      width: 80px;
      height: 80px;
      border: 5px solid #FFFFFF;
      border-radius: 100%;
      margin-top: 20px; } }
#Container #GlobalFooter .inner .ec {
  padding-bottom: 100px;
  background-color: #F4F9FD; }
#Container .bannerBox {
  position: relative;
  text-align: center;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background: url("../../images/common/bg_ec.png") no-repeat left top; }
  @media print, screen and (min-width: 768px) {
    #Container .bannerBox {
      width: 959px;
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    #Container .bannerBox {
      padding: 2.6666666667vw 0;
      margin-right: auto;
      margin-bottom: 8vw;
      margin-left: auto;
      background: url("/brand/hemorind/assets/images/common/bg_ec_sp.png") no-repeat left top;
      background-size: cover; } }
  #Container .bannerBox img {
    width: auto !important; }
  #Container .bannerBox .bannerBox_ttl {
    position: relative; }
    @media print, screen and (min-width: 768px) {
      #Container .bannerBox .bannerBox_ttl {
        top: -15px; } }
  #Container .bannerBox ul {
    padding: 10px 0 30px 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between; }
    @media print, screen and (min-width: 768px) {
      #Container .bannerBox ul {
        width: 835px;
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      #Container .bannerBox ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left;
        padding: 2.6666666667vw 0 0 2.6666666667vw;
        margin-left: auto;
        margin-right: auto; } }
    @media print, screen and (min-width: 768px) {
      #Container .bannerBox ul a:hover {
        opacity: 0.8; } }
    @media screen and (max-width: 767px) {
      #Container .bannerBox ul li {
        display: inline-block;
        width: calc(50% - 2.6666666667vw);
        margin-right: 2.6666666667vw;
        margin-bottom: 2.6666666667vw; } }

.pickup_character {
  box-sizing: border-box;
  text-align: center;
  line-height: 2.2;
  padding: 30px 105px 50px 105px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border: 1px solid #0090da;
  border-radius: 10px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .pickup_character {
      padding: 8vw 4vw 2.6666666667vw 4vw;
      margin-top: 8vw;
      margin-bottom: 8vw; } }
  .pickup_character .ttl {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #0090da;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .pickup_character .ttl {
        font-size: 4.8vw;
        margin-bottom: 8vw;
        line-height: normal; } }
    .pickup_character .ttl:before, .pickup_character .ttl:after {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      width: 42px;
      height: 47px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left top; }
      @media screen and (max-width: 767px) {
        .pickup_character .ttl:before, .pickup_character .ttl:after {
          top: auto;
          bottom: 1.3333333333vw;
          width: 6.6666666667vw;
          height: 8vw;
          background-position: left bottom; } }
    .pickup_character .ttl:before {
      left: -50px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242px%22%20height%3D%2247px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(0%2C%20144%2C%20218)%22%20d%3D%22M5.000%2C5.000%20L12.660%2C-0.000%20L42.000%2C45.000%20L5.000%2C5.000%20ZM37.000%2C47.000%20L0.000%2C22.000%20L5.000%2C18.000%20L37.000%2C47.000%20Z%22%2F%3E%3C%2Fsvg%3E"); }
      @media screen and (max-width: 767px) {
        .pickup_character .ttl:before {
          left: -6.6666666667vw; } }
    .pickup_character .ttl:after {
      right: -50px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242px%22%20height%3D%2247px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(0%2C%20144%2C%20218)%22%20d%3D%22M5.000%2C47.000%20L37.000%2C18.000%20L42.000%2C22.000%20L5.000%2C47.000%20ZM29.340%2C-0.000%20L37.000%2C5.000%20L0.000%2C45.000%20L29.340%2C-0.000%20Z%22%2F%3E%3C%2Fsvg%3E"); }
      @media screen and (max-width: 767px) {
        .pickup_character .ttl:after {
          right: -6.6666666667vw; } }
  .pickup_character .c_btn {
    width: 340px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .pickup_character .c_btn {
        width: 100%;
        margin-top: 5.3333333333vw; } }
    .pickup_character .c_btn a {
      position: relative;
      display: inline-block;
      color: #FFFFFF;
      width: 100%;
      height: 70px;
      background-color: #0090DA;
      border-radius: 10px;
      transition: opacity 0.4s; }
      @media screen and (max-width: 767px) {
        .pickup_character .c_btn a {
          height: 18.6666666667vw; } }
      @media print, screen and (min-width: 768px) {
        .pickup_character .c_btn a:hover {
          opacity: 0.8; } }
      @media screen and (max-width: 767px) {
        .pickup_character .c_btn a::before, .pickup_character .c_btn a::after {
          content: "";
          position: absolute;
          top: 0;
          right: 2.6666666667vw;
          bottom: 0;
          left: auto;
          vertical-align: middle;
          margin: auto; } }
      @media screen and (max-width: 767px) {
        .pickup_character .c_btn a::before {
          width: 4.2666666667vw;
          height: 4.2666666667vw;
          border-radius: 50%;
          background: #FFFFFF; } }
      @media screen and (max-width: 767px) {
        .pickup_character .c_btn a::after {
          left: auto;
          right: 4vw;
          transform: rotate(45deg);
          width: 1.6vw;
          height: 1.6vw;
          border-top: 2px solid #0090DA;
          border-right: 2px solid #0090DA; } }
      .pickup_character .c_btn a span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        font-weight: bold;
        line-height: 130%;
        text-align: center;
        width: 100%; }
        @media screen and (max-width: 767px) {
          .pickup_character .c_btn a span {
            font-size: 4.8vw; } }

.pickup_flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .pickup_flex {
      flex-direction: column-reverse; } }

@media print, screen and (min-width: 768px) {
  .pickup_inner {
    padding-left: 60px; } }
@media screen and (max-width: 767px) {
  .pickup_inner {
    width: 100%; } }
.pickup_inner h5 {
  font-size: 23px;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .pickup_inner h5 {
      font-size: 4vw;
      line-height: 1.5;
      margin-top: 5.3333333333vw; } }

@media screen and (max-width: 767px) {
  .pickup_img {
    width: 60vw;
    margin-left: auto;
    margin-right: auto; } }

.c_btn a {
  transition: opacity 0.4s; }
  @media print, screen and (min-width: 768px) {
    .c_btn a:hover {
      opacity: 0.8; } }

.u-num {
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 20px;
  background: #e3121c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; }
  @media screen and (max-width: 767px) {
    .u-num {
      min-width: 6.6666666667vw;
      width: 6.6666666667vw;
      height: 6.6666666667vw;
      border-radius: 3.3333333333vw;
      margin-right: 2.6666666667vw; } }
  .u-num::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #e3121c;
    border-width: 4px 0px 4px 20px;
    position: absolute;
    bottom: 5px;
    right: -7px;
    transform: rotate(35deg); }
    @media screen and (max-width: 767px) {
      .u-num::after {
        border-width: 0.5333333333vw 0px 0.5333333333vw 2.6666666667vw;
        bottom: 0.6666666667vw;
        right: -0.9333333333vw; } }
  .u-num span {
    color: #FFF;
    font-size: 9px;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 1px; }
    @media screen and (max-width: 767px) {
      .u-num span {
        font-size: 1.2vw;
        margin-top: 0.6666666667vw;
        margin-bottom: 0.1333333333vw; } }
  .u-num b {
    position: relative;
    z-index: 2;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .u-num b {
        font-size: 2.9333333333vw; } }
