@charset "utf-8";
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/

@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .__diagnosis_content_item {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }

  .__diagnosis_content_item_img {
    width: 100%;
    height: 200px;
    position: relative;
  }

  .__diagnosis_content_item_texts {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}

@media print, screen and (min-width: 1024px) and (max-width: 1280px) {
  .__diagnosis_content_position {
    width: 90%;
    display: flex;
    flex-flow: column;
  }

  .__diagnosis_content_left {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 2rem;
  }

  .__diagnosis_menu_list li ol li {
    display: none;
  }

  .__diagnosis_content_right {
    width: 100%;
  }

  ._diagnosis_menu_list {
    width: 100%;
  }

  .__diagnosis_menu_list li {
    width: calc((100% / 4) - 20px);
  }
}

/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .__diagnosis_content_position {
    width: 90%;
    display: flex;
    flex-flow: column;
  }

  .__diagnosis_content_left {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 2rem;
  }

  .__diagnosis_menu_list li ol li {
    display: none;
  }

  .__diagnosis_content_right {
    width: 100%;
  }

  ._diagnosis_menu_list {
    width: 100%;
  }

  .__diagnosis_menu_list li {
    width: calc((100% / 4) - 20px);
  }

  .__diagnosis_menu_list li a {
    padding: 20px 10px;
    font-size: 0.9em;
  }

  .__diagnosis_menu_list a p {
    font-size: 1rem;
  }

  .__diagnosis_menu_list svg {
    width: 30px;
    height: 30px;
  }

  .__diagnosis_content_table_wrapper {
    height: auto;
    white-space: nowrap;
    width: 100%;
  }

  .__diagnosis_content_table_wrapper > table {
    /* width: 800px; */
  }

  .__diagnosis_content_table_to_table {
    table-layout: unset !important;
  }
  .HealthCheck_table {
    width: auto !important;
  }
  .HealthCheck_table tbody tr td:first-child {
    width: 150px !important;
  }
  .Endoscopic_table {
    width: auto !important;
  }
  .Endoscopic_table tbody tr td:first-child {
    width: 60px !important;
  }
  .osteoporosis_table {
    /* width: auto !important; */
    width: 100%;
  }
  .osteoporosis_table tbody tr td:first-child {
    width: 60px !important;
  }
  .table_wrapper-responsive {
    display: block;
  }
  #table_wrapper-pc {
    display: none;
  }
}

/* 768px～1023px responsive-closed */

/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/

/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 767px) {
  .__diagnosis_title_h3_box {
    margin-top: 2.4rem;
    margin-bottom: 1.2rem;
  }
  .__diagnosis_content_position {
    width: 90%;
    display: flex;
    flex-flow: column;
  }

  .__diagnosis_content_left {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 2rem;
  }

  .__diagnosis_menu_list li ol li {
    display: none;
  }

  .__diagnosis_content_right {
    width: 100%;
  }

  .__diagnosis_menu_list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .__diagnosis_menu_list li {
    width: calc((100% / 2) - 10px);
    margin-bottom: 10px;
  }

  .__diagnosis_menu_list li a {
    padding: 20px 15px;
    font-size: 1rem;
  }

  .__diagnosis_menu_list svg {
    width: 30px;
    height: 30px;
  }

  .__diagnosis_content_box > ul > li {
    width: 100%;
    margin: 3vw 0 0;
    background-color: #ffffff;
    padding: 20px;
    border: solid 1px #dedede;
  }

  .__diagnosis_content_item {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0px;
  }

  .__diagnosis_content_item_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.5;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-top: 20px;
  }

  .__diagnosis_content_item_texts {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-left: 0%;
    margin-top: 20px;
  }

  .__diagnosis_content_item_text > p {
    text-align: justify;
    text-align-last: left;
    margin: 20px 0px 20px;
    font-size: 0.8em;
    line-height: 1.6em;
  }

  .__diagnosis_content_title_box p {
    font-size: 6.4vw;
  }

  .__diagnosis_content_box ul h4 {
    font-size: 0.8em;
  }

  .__diagnosis_content_item_text h5 {
    text-indent: -1.2em;
    padding-left: 1.2em;
  }

  .__diagnosis_content_item_ul li h6 {
    text-indent: -1.2em;
    padding-left: 1.2em;
  }

  .__diagnosis_content_table_wrapper {
    width: 100%;
    overflow-x: auto;
    font-size: 0.8em;
  }

  /* .__diagnosis_content_table_wrapper>table {
        width: 1000px;
    } */

  /* .__diagnosis_content_item_text table th {
        border: solid 1px #dedede;
        padding: 10px;
        font-weight: normal;
        vertical-align: middle;
    }

    .__diagnosis_content_item_text table td {
        border: solid 1px #dedede;
        padding: 10px;
        vertical-align: middle;
    } */

  /* .__diagnosis_content_table_to_table {
        width: 600px !important;
        height: auto;
        font-size: 0.8em;
    } */

  .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: auto;
    z-index: 999999;
  }
  .HealthCheck_table {
    width: auto !important;
  }
  .HealthCheck_table tbody tr td:first-child {
    width: 150px !important;
  }
  .Endoscopic_table {
    width: 400px !important;
  }
  .Endoscopic_table tbody tr td:first-child {
    width: 60px !important;
  }
  .Endoscopic_table tbody tr th:first-child,
  .Endoscopic_table tbody tr td:first-child {
    width: 80px !important;
  }
  .Endoscopic_table tbody tr td:first-child {
    width: 100px !important;
  }
  .osteoporosis_table {
    width: 400px !important;
  }
  .osteoporosis_table tbody tr th:first-child,
  .osteoporosis_table tbody tr td:first-child {
    width: 80px !important;
  }
  .osteoporosis_table tbody tr td:first-child {
    width: 100px !important;
  }
  .__diagnosis_content_table_HealthCheck {
    width: 600px !important;
  }
  .__diagnosis_content_table_Specific_table {
    width: 600px !important;
  }
  .__diagnosis_content_table_Various_table {
    width: 650px !important;
  }
  .__diagnosis_content_table_Various_table tbody tr th:nth-child(2) {
    width: 240px;
  }
  .__diagnosis_content_table_Various_table tbody tr th:nth-child(3) {
    width: 150px;
  }
  .__diagnosis_content_table_Endoscopic_table {
    width: 650px !important;
  }
  .__diagnosis_content_table_osteoporosis_table {
    width: 600px !important;
  }
  .table_wrapper-responsive {
    display: block;
    /* word-break: break-all; */
  }
  #table_wrapper-pc {
    display: none;
  }
}

/* 767px responsive-closed */

/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
@media screen and (max-width: 480px) {
  .__diagnosis_title_h3_box {
    margin-top: 2.4rem;
    margin-bottom: 1.2rem;
  }

  .__diagnosis_content_position {
    width: 90%;
    display: flex;
    flex-flow: column;
  }

  .__diagnosis_content_left {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 2rem;
  }

  .__diagnosis_menu_list li ol li {
    display: none;
  }

  .__diagnosis_content_right {
    width: 100%;
  }

  .__diagnosis_menu_list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .__diagnosis_menu_list li {
    width: calc((100% / 2) - 10px);
    margin-bottom: 10px;
  }

  .__diagnosis_menu_list li a {
    padding: 20px 15px;
    font-size: 3.2vw;
  }

  .__diagnosis_menu_list svg {
    width: 30px;
    height: 30px;
  }

  .__diagnosis_content_box > ul > li {
    width: 100%;
    margin: 3vw 0 0;
    background-color: #ffffff;
    padding: 20px;
    border: solid 1px #dedede;
  }

  .__diagnosis_content_item {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0px;
  }

  .__diagnosis_content_item_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.5;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-top: 20px;
  }

  .__diagnosis_content_item_texts {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-left: 0%;
    margin-top: 20px;
  }

  .__diagnosis_content_item_text > p {
    text-align: justify;
    text-align-last: left;
    margin: 20px 0px 20px;
    font-size: 0.8em;
    line-height: 1.6em;
  }

  .__diagnosis_content_title_box p {
    font-size: 6.4vw;
  }

  .__diagnosis_content_box ul h4 {
    font-size: 0.8em;
  }

  .__diagnosis_content_item_text h5 {
    text-indent: -1.2em;
    padding-left: 1.2em;
  }

  .__diagnosis_content_item_ul li h6 {
    text-indent: -1.2em;
    padding-left: 1.2em;
  }

  .__diagnosis_content_table_wrapper {
    width: 100%;
    overflow-x: auto;
    font-size: 0.8em;
  }

  /* .__diagnosis_content_table_wrapper>table {
        width: 1000px;
    } */

  /* .__diagnosis_content_item_text table th {
        border: solid 1px #dedede;
        padding: 10px;
        font-weight: normal;
        vertical-align: middle;
    }

    .__diagnosis_content_item_text table td {
        border: solid 1px #dedede;
        padding: 10px;
        vertical-align: middle;
    }

    .__diagnosis_content_table_to_table {
        width: 600px;
        height: auto;
        font-size: 0.8em;
    } */

  .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 80vh;
    z-index: 999999;
  }

  .HealthCheck_table {
    width: 350px !important;
  }
  .HealthCheck_table tbody tr td:first-child {
    width: 200px !important;
  }
  .HealthCheck_table tbody tr td:nth-child(2) {
    width: auto;
  }
  .Endoscopic_table {
    width: 400px !important;
  }
  .Endoscopic_table tbody tr td:first-child {
    width: 60px !important;
  }
  .Endoscopic_table tbody tr th:first-child,
  .Endoscopic_table tbody tr td:first-child {
    width: 80px !important;
  }
  .Endoscopic_table tbody tr td:first-child {
    width: 80px !important;
  }
  .osteoporosis_table {
    width: 400px !important;
  }
  .osteoporosis_table tbody tr th:first-child,
  .osteoporosis_table tbody tr td:first-child {
    width: 80px !important;
  }
  .osteoporosis_table tbody tr td:first-child {
    width: 100px !important;
  }

  .__diagnosis_content_table_HealthCheck {
    width: 600px !important;
  }
  .__diagnosis_content_table_Specific_table {
    width: 600px !important;
  }
  .__diagnosis_content_table_Various_table {
    width: 650px !important;
  }
  .__diagnosis_content_table_Various_table tbody tr th:nth-child(2) {
    width: 240px;
  }
  .__diagnosis_content_table_Various_table tbody tr th:nth-child(3) {
    width: 150px;
  }
  .__diagnosis_content_table_Endoscopic_table {
    width: 650px !important;
  }
  .__diagnosis_content_table_osteoporosis_table {
    width: 600px !important;
  }
  .table_wrapper-responsive {
    display: block;
    object-fit: none;
    word-break: break-all;
  }
  .modal__content tbody tr th {
    font-size: 0.8rem;
  }
  .modal__content tbody tr td {
    font-size: 0.75rem;
  }
  #table_wrapper-pc {
    display: none;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .Herpes_table_box {
    max-height: 70vh;
  }
  .Herpes_table_box table {
    width: 70vw !important;
  }
  .Herpes_table_box table tbody tr th:first-child {
    width: 160px;
  }
  .Herpes_table_box table tbody tr th:nth-child(2) {
    width: calc((100% -160px) / 2);
  }
  .Herpes_table_box table tbody tr th:nth-child(3) {
    width: calc((100% -160px) / 2);
  }
  .__diagnosis_content_item_text table tbody tr:first-child th {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .Herpes_table_box {
    max-height: 70vh !important;
  }
  .Herpes_table_box table {
    width: 740px !important;
  }
  .Herpes_table_box table tbody tr th:first-child {
    width: 160px;
  }
  .Herpes_table_box table tbody tr th:nth-child(2) {
    width: calc((100% -160px) / 2);
  }
  .Herpes_table_box table tbody tr th:nth-child(3) {
    width: calc((100% -160px) / 2);
  }
  .__diagnosis_content_item_text table tbody tr:first-child th {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .Herpes_table_box {
    /* height: 70vh; */
    overflow-y: scroll !important;
  }
  .Herpes_table_box table {
    width: 700px !important;
  }
  .Herpes_table_box table tbody tr th:first-child {
    width: 160px;
  }
  .Herpes_table_box table tbody tr th:nth-child(2) {
    width: calc((100% -160px) / 2);
  }
  .Herpes_table_box table tbody tr th:nth-child(3) {
    width: calc((100% -160px) / 2);
  }
}
.table_wrapper-pc {
  display: block;
}
