/* CSS Document */
/* CSS Document */
/* line 5, style.scss */
.detail_box {
  margin-top: 30px; }

/* line 8, style.scss */
#details ul.point_blue {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 8, style.scss */
    #details ul.point_blue {
      display: block; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 8, style.scss */
    #details ul.point_blue {
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 8, style.scss */
    #details ul.point_blue {
      display: block; } }
  /* line 25, style.scss */
  #details ul.point_blue li {
    width: 50%;
    margin: 5px 0; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 25, style.scss */
      #details ul.point_blue li {
        width: 100%; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 25, style.scss */
      #details ul.point_blue li {
        width: 100%; } }
    @media screen and (max-width: 350px) {
      /* line 25, style.scss */
      #details ul.point_blue li {
        width: 100%; } }

/* line 43, style.scss */
.disease_txt {
  text-align: center; }
  /* line 45, style.scss */
  .disease_txt p {
    display: inline-block;
    text-align: left; }

/* line 50, style.scss */
.border_box {
  margin: 20px 0 0; }

/* line 53, style.scss */
.border_boxb {
  background: #ffffff;
  border: 1px solid #99cded;
  padding: 20px 60px; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 53, style.scss */
    .border_boxb {
      padding: 20px 40px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 53, style.scss */
    .border_boxb {
      padding: 20px 30px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 53, style.scss */
    .border_boxb {
      padding: 20px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 53, style.scss */
    .border_boxb {
      padding: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 53, style.scss */
    .border_boxb {
      padding: 15px; } }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 72, style.scss */
    .border_boxb.box_hospital {
      padding: 20px 30px; } }

/* line 86, style.scss */
.guide_unit {
  margin: 40px 0 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 86, style.scss */
    .guide_unit {
      margin: 30px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 86, style.scss */
    .guide_unit {
      margin: 20px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 86, style.scss */
    .guide_unit {
      margin: 20px 0 0; } }
  /* line 101, style.scss */
  .guide_unit.wide_all {
    margin: 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 104, style.scss */
    .guide_unit dl {
      margin-top: 30px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 104, style.scss */
    .guide_unit dl {
      margin-top: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 104, style.scss */
    .guide_unit dl {
      margin-top: 20px; } }
  /* line 118, style.scss */
  .guide_unit dl dt {
    padding: 0 0 0 1.3em;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    font-size: 2.0rem; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 118, style.scss */
      .guide_unit dl dt {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 118, style.scss */
      .guide_unit dl dt {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 118, style.scss */
      .guide_unit dl dt {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 0 0 1.2em; } }
    @media screen and (max-width: 350px) {
      /* line 118, style.scss */
      .guide_unit dl dt {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 0 0 1.2em; } }
    /* line 144, style.scss */
    .guide_unit dl dt:before {
      display: block;
      content: '';
      width: 0.6em;
      height: 0.6em;
      border: 3px solid #1e4cdb;
      border-radius: 50%;
      position: absolute;
      top: 0.6em;
      left: 0; }
  /* line 156, style.scss */
  .guide_unit dl dd {
    margin: 10px 0 0; }
    /* line 159, style.scss */
    .guide_unit dl dd h6 span {
      background: #1e4cdb;
      color: #ffffff;
      display: inline-block;
      text-align: center;
      max-width: 180px;
      width: 100%;
      line-height: 1.5;
      padding: 2px 0; }
    /* line 170, style.scss */
    .guide_unit dl dd p + h6 {
      margin-top: 20px; }
  /* line 174, style.scss */
  #seeing_4 .guide_unit dl:first-of-type, .guide_unit dl + dl {
    margin-top: 40px; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 174, style.scss */
      #seeing_4 .guide_unit dl:first-of-type, .guide_unit dl + dl {
        margin-top: 30px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 174, style.scss */
      #seeing_4 .guide_unit dl:first-of-type, .guide_unit dl + dl {
        margin-top: 30px; } }
    @media screen and (max-width: 350px) {
      /* line 174, style.scss */
      #seeing_4 .guide_unit dl:first-of-type, .guide_unit dl + dl {
        margin-top: 20px; } }

/* line 194, style.scss */
.guide_img {
  float: right;
  max-width: 380px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #99cded;
  margin: 0 0 60px 60px; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 194, style.scss */
    .guide_img {
      margin: 0 0 40px 40px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 194, style.scss */
    .guide_img {
      max-width: 300px;
      margin: 0 0 30px 30px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 194, style.scss */
    .guide_img {
      float: none;
      margin: 0 auto; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 194, style.scss */
    .guide_img {
      float: none;
      max-width: 300px;
      margin: 0 auto; } }
  @media screen and (max-width: 350px) {
    /* line 194, style.scss */
    .guide_img {
      float: none;
      max-width: 300px;
      margin: 0 auto; } }
  /* line 222, style.scss */
  .guide_img.no_border {
    border: none; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 224, style.scss */
      .guide_img.no_border + .guide_txt {
        margin-top: 30px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 224, style.scss */
      .guide_img.no_border + .guide_txt {
        margin-top: 30px; } }
    @media screen and (max-width: 350px) {
      /* line 224, style.scss */
      .guide_img.no_border + .guide_txt {
        margin-top: 30px; } }
  /* line 240, style.scss */
  #disease_7 .guide_img {
    display: flex;
    justify-content: center; }
  /* line 244, style.scss */
  .guide_img figure {
    padding: 0;
    margin: 20px auto; }
    /* line 247, style.scss */
    .guide_img figure figcaption {
      text-align: center;
      margin-bottom: 10px;
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 247, style.scss */
        .guide_img figure figcaption {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 247, style.scss */
        .guide_img figure figcaption {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 247, style.scss */
        .guide_img figure figcaption {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 350px) {
        /* line 247, style.scss */
        .guide_img figure figcaption {
          font-size: 15px;
          font-size: 1.5rem; } }
      /* line 270, style.scss */
      .guide_img figure figcaption span {
        background: #1e4cdb;
        padding: 4px 1.0em;
        color: #ffffff; }
    /* line 276, style.scss */
    .guide_img figure + figure {
      margin-top: 30px; }
    /* line 279, style.scss */
    #disease .guide_img figure {
      max-width: 275px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 279, style.scss */
        #disease .guide_img figure {
          max-width: 220px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 279, style.scss */
        #disease .guide_img figure {
          max-width: 73.3%; } }
      @media screen and (max-width: 350px) {
        /* line 279, style.scss */
        #disease .guide_img figure {
          max-width: 73.3%; } }
    /* line 295, style.scss */
    #disease_2 .guide_img figure {
      max-width: 268px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 295, style.scss */
        #disease_2 .guide_img figure {
          max-width: 214px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 295, style.scss */
        #disease_2 .guide_img figure {
          max-width: 71.3%; } }
      @media screen and (max-width: 350px) {
        /* line 295, style.scss */
        #disease_2 .guide_img figure {
          max-width: 71.3%; } }
    /* line 311, style.scss */
    #disease_3 .guide_img figure {
      max-width: 264px;
      position: relative; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 311, style.scss */
        #disease_3 .guide_img figure {
          max-width: 211px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 311, style.scss */
        #disease_3 .guide_img figure {
          max-width: 70.3%; } }
      @media screen and (max-width: 350px) {
        /* line 311, style.scss */
        #disease_3 .guide_img figure {
          max-width: 70.3%; } }
      /* line 327, style.scss */
      #disease_3 .guide_img figure p.disease_3_comment_1 {
        position: absolute;
        top: 40px;
        right: 0; }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 327, style.scss */
          #disease_3 .guide_img figure p.disease_3_comment_1 {
            top: 30px; } }
        @media screen and (max-width: 350px) {
          /* line 327, style.scss */
          #disease_3 .guide_img figure p.disease_3_comment_1 {
            top: 30px; } }
      /* line 344, style.scss */
      #disease_3 .guide_img figure p.disease_3_comment_2 {
        position: absolute;
        bottom: -5px;
        left: 0; }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 344, style.scss */
          #disease_3 .guide_img figure p.disease_3_comment_2 {
            bottom: -15px; } }
        @media screen and (max-width: 350px) {
          /* line 344, style.scss */
          #disease_3 .guide_img figure p.disease_3_comment_2 {
            bottom: -15px; } }
    /* line 362, style.scss */
    #disease_4 .guide_img figure {
      max-width: 281px;
      position: relative; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 362, style.scss */
        #disease_4 .guide_img figure {
          max-width: 224px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 362, style.scss */
        #disease_4 .guide_img figure {
          max-width: 74.6%; } }
      @media screen and (max-width: 350px) {
        /* line 362, style.scss */
        #disease_4 .guide_img figure {
          max-width: 74.6%; } }
      /* line 378, style.scss */
      #disease_4 .guide_img figure p.disease_4_comment_1 {
        position: absolute;
        top: 40px;
        left: 0; }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 378, style.scss */
          #disease_4 .guide_img figure p.disease_4_comment_1 {
            top: 30px; } }
        @media screen and (max-width: 350px) {
          /* line 378, style.scss */
          #disease_4 .guide_img figure p.disease_4_comment_1 {
            top: 30px; } }
      /* line 395, style.scss */
      #disease_4 .guide_img figure p.disease_4_comment_2 {
        position: absolute;
        top: 40px;
        right: 0; }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 395, style.scss */
          #disease_4 .guide_img figure p.disease_4_comment_2 {
            top: 30px; } }
        @media screen and (max-width: 350px) {
          /* line 395, style.scss */
          #disease_4 .guide_img figure p.disease_4_comment_2 {
            top: 30px; } }
      /* line 412, style.scss */
      #disease_4 .guide_img figure p.disease_4_comment_3 {
        position: absolute;
        bottom: -5px;
        left: 0; }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 412, style.scss */
          #disease_4 .guide_img figure p.disease_4_comment_3 {
            bottom: -15px; } }
        @media screen and (max-width: 350px) {
          /* line 412, style.scss */
          #disease_4 .guide_img figure p.disease_4_comment_3 {
            bottom: -15px; } }
      /* line 429, style.scss */
      #disease_4 .guide_img figure p.disease_4_comment_4 {
        position: absolute;
        bottom: -5px;
        right: 0; }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 429, style.scss */
          #disease_4 .guide_img figure p.disease_4_comment_4 {
            bottom: -15px; } }
        @media screen and (max-width: 350px) {
          /* line 429, style.scss */
          #disease_4 .guide_img figure p.disease_4_comment_4 {
            bottom: -15px; } }
    /* line 447, style.scss */
    #disease_5 .guide_img figure {
      max-width: 264px;
      position: relative; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 447, style.scss */
        #disease_5 .guide_img figure {
          max-width: 211px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 447, style.scss */
        #disease_5 .guide_img figure {
          max-width: 70.3%; } }
      @media screen and (max-width: 350px) {
        /* line 447, style.scss */
        #disease_5 .guide_img figure {
          max-width: 70.3%; } }
      /* line 463, style.scss */
      #disease_5 .guide_img figure p.disease_5_comment_1 {
        position: absolute;
        top: 60px;
        right: 0; }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 463, style.scss */
          #disease_5 .guide_img figure p.disease_5_comment_1 {
            top: 48px; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 463, style.scss */
          #disease_5 .guide_img figure p.disease_5_comment_1 {
            top: 30px; } }
        @media screen and (max-width: 350px) {
          /* line 463, style.scss */
          #disease_5 .guide_img figure p.disease_5_comment_1 {
            top: 20px; } }
    /* line 482, style.scss */
    #disease_6 .guide_img figure {
      max-width: 270px;
      position: relative; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 482, style.scss */
        #disease_6 .guide_img figure {
          max-width: 216px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 482, style.scss */
        #disease_6 .guide_img figure {
          max-width: 72%; } }
      @media screen and (max-width: 350px) {
        /* line 482, style.scss */
        #disease_6 .guide_img figure {
          max-width: 72%; } }
      /* line 498, style.scss */
      #disease_6 .guide_img figure p.disease_6_comment_1 {
        position: absolute;
        top: 40px;
        left: 0;
        line-height: 1.5; }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 498, style.scss */
          #disease_6 .guide_img figure p.disease_6_comment_1 {
            top: 30px; } }
        @media screen and (max-width: 350px) {
          /* line 498, style.scss */
          #disease_6 .guide_img figure p.disease_6_comment_1 {
            top: 30px;
            left: -10px; } }
      /* line 517, style.scss */
      #disease_6 .guide_img figure p.disease_6_comment_2 {
        position: absolute;
        top: 40px;
        right: 0;
        line-height: 1.5; }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 517, style.scss */
          #disease_6 .guide_img figure p.disease_6_comment_2 {
            top: 30px; } }
        @media screen and (max-width: 350px) {
          /* line 517, style.scss */
          #disease_6 .guide_img figure p.disease_6_comment_2 {
            top: 30px;
            right: -10px; } }
    /* line 537, style.scss */
    #disease_7 .guide_img figure {
      max-width: 139px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 537, style.scss */
        #disease_7 .guide_img figure {
          max-width: 111px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 537, style.scss */
        #disease_7 .guide_img figure {
          max-width: 37%; } }
      @media screen and (max-width: 350px) {
        /* line 537, style.scss */
        #disease_7 .guide_img figure {
          max-width: 37%; } }
      /* line 552, style.scss */
      #disease_7 .guide_img figure + figure {
        margin-top: 20px; }
    /* line 556, style.scss */
    #disease_8 .guide_img figure {
      max-width: 202px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 556, style.scss */
        #disease_8 .guide_img figure {
          max-width: 161px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 556, style.scss */
        #disease_8 .guide_img figure {
          max-width: 53.6%; } }
      @media screen and (max-width: 350px) {
        /* line 556, style.scss */
        #disease_8 .guide_img figure {
          max-width: 53.6%; } }
      /* line 571, style.scss */
      #disease_8 .guide_img figure figcaption {
        margin-bottom: -10px; }
      /* line 574, style.scss */
      #disease_8 .guide_img figure + figure {
        margin-top: 10px; }
    /* line 578, style.scss */
    #seeing .guide_img figure {
      max-width: 293px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 578, style.scss */
        #seeing .guide_img figure {
          max-width: 234px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 578, style.scss */
        #seeing .guide_img figure {
          max-width: 78%; } }
      @media screen and (max-width: 350px) {
        /* line 578, style.scss */
        #seeing .guide_img figure {
          max-width: 78%; } }
      /* line 593, style.scss */
      #seeing .guide_img figure figcaption {
        margin-bottom: 0; }
      /* line 596, style.scss */
      #seeing .guide_img figure:nth-of-type(3) {
        max-width: 320px; }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 596, style.scss */
          #seeing .guide_img figure:nth-of-type(3) {
            max-width: 256px; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 596, style.scss */
          #seeing .guide_img figure:nth-of-type(3) {
            max-width: 85%; } }
        @media screen and (max-width: 350px) {
          /* line 596, style.scss */
          #seeing .guide_img figure:nth-of-type(3) {
            max-width: 85%; } }

/* line 616, style.scss */
ul.point_blue_dot li {
  padding: 0 0 0 1.5em;
  position: relative; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 616, style.scss */
    ul.point_blue_dot li {
      padding: 0 0 0 1.0em; } }
  @media screen and (max-width: 350px) {
    /* line 616, style.scss */
    ul.point_blue_dot li {
      padding: 0 0 0 1.2em; } }
  /* line 631, style.scss */
  ul.point_blue_dot li:before {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #1e4cdb;
    border-radius: 50%;
    position: absolute;
    top: 0.5em;
    left: 0; }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 631, style.scss */
      ul.point_blue_dot li:before {
        width: 10px;
        height: 10px;
        top: 0.6em; } }
    @media screen and (max-width: 350px) {
      /* line 631, style.scss */
      ul.point_blue_dot li:before {
        width: 10px;
        height: 10px;
        top: 0.6em; } }

/* line 661, style.scss */
.box_seeing_2 ul {
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 661, style.scss */
    .box_seeing_2 ul {
      flex-wrap: wrap; } }
  @media all and (min-width: 350.01px) and (max-width: 400px) {
    /* line 661, style.scss */
    .box_seeing_2 ul {
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 661, style.scss */
    .box_seeing_2 ul {
      display: block; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 679, style.scss */
    .box_seeing_2 ul li {
      width: 50%; } }
  @media all and (min-width: 350.01px) and (max-width: 400px) {
    /* line 679, style.scss */
    .box_seeing_2 ul li {
      width: 100%; } }

/* line 698, style.scss */
.box_seeing_3 ul {
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 698, style.scss */
    .box_seeing_3 ul {
      justify-content: space-between; } }
  @media screen and (max-width: 350px) {
    /* line 698, style.scss */
    .box_seeing_3 ul {
      display: block; } }
  /* line 713, style.scss */
  .box_seeing_3 ul li {
    margin-right: 100px; }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 713, style.scss */
      .box_seeing_3 ul li {
        margin-right: 0;
        width: 50%; } }
    @media screen and (max-width: 350px) {
      /* line 713, style.scss */
      .box_seeing_3 ul li {
        margin-right: 0; } }
    /* line 728, style.scss */
    .box_seeing_3 ul li:last-of-type {
      margin-right: 0; }

/*# sourceMappingURL=style.css.map */
