@charset "utf-8";

.__diagnosis_content_position {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.__diagnosis_content_left {
  width: 300px;
  height: auto;
  position: sticky;
  top: 2.4rem;
  left: 0;
}

.__diagnosis_content_right {
  width: calc((100% - 300px) - 20px);
}

li {
  scroll-margin-top: 80px;
}

.__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% / 1) - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border: solid 1px #dedede;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.__diagnosis_menu_list li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1rem;
  position: relative;
  padding: 1.2rem;
}

.__diagnosis_menu_list svg {
  width: 30px;
  aspect-ratio: 1 / 1;
}

.__diagnosis_menu_list p {
  width: auto;
  margin-left: 10px;
}

.__diagnosis_menu_list li a i {
  rotate: -90deg;
  position: absolute;
  right: 1.2rem;
}

.__diagnosis_menu_list li a:hover {
  background-color: #425daa;
  color: #ffffff;
}

.__diagnosis_menu_list li ol {
  width: 100%;
}

.__diagnosis_menu_list li ol li {
  width: 100%;
  border: none;
  margin-bottom: 0;
}

.__diagnosis_menu_list li ol li a {
  font-size: 0.7rem;
  padding: 0.6rem 0 0.6rem 1.2rem;
}

.__diagnosis_title_h3_box {
  margin-bottom: 2.4rem;
}

/* .__diagnosis_title_h3_box:first-child{
    margin-top: 0rem;
} */
.__diagnosis_title_h3_box h3 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-weight: normal;
  padding: 0 0 20px 0;
  border-bottom: double 2px #425daa;
}

.__diagnosis_title_h3_box h3 p {
  font-size: 1.2rem;
  display: flex;
  align-items: start;
}

.__diagnosis_title_h3_box h3 span {
  font-size: 0.9rem;
  margin-left: 10px;
}

.__diagnosis_content_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-top: 3.6rem;
  margin-top: -3.6rem;
}

.__diagnosis_content_box ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.__diagnosis_content_box > ul > li {
  width: 100%;
  display: block;
  margin: 0 0 2.4rem;
  background-color: #ffffff;
  padding: 2.4rem;
  border: solid 1px #dedede;
}

.__diagnosis_content_box ul h4 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.__diagnosis_content_box ul h4 svg {
  width: 40px;
  height: 40px;
}

.__diagnosis_content_box ul h4 p {
  width: 100%;
  height: auto;
  font-size: 1rem;
}

.__diagnosis_content_box ul h4 span {
  width: 100%;
  height: auto;
  font-size: 0.8rem;
  margin-left: 5px;
}

.__diagnosis_content_item {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  position: relative;
}

.__diagnosis_content_item_img {
  width: 30%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.__diagnosis_content_item_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.__diagnosis_content_item_texts {
  width: 65%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-left: 35%;
}

.__diagnosis_content_item_text {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-bottom: 0px;
}

.__diagnosis_content_item_text:last-child {
  margin-bottom: none;
}

.__diagnosis_content_item_text h5 {
  width: 100%;
  height: auto;
  font-size: 1rem;
}

.__diagnosis_content_item_text h5::before {
  content: "■";
  color: #425daa;
}

.__diagnosis_content_item_text span {
  font-size: 0.8em;
}

.__diagnosis_content_item_text > p {
  text-align: justify;
  text-align-last: left;
  margin: 20px 0px 20px 20px;
  line-height: 1.6em;
  font-size: 0.9rem;
}

.__diagnosis_content_item_text table {
  width: 100%;
  height: auto;
  table-layout: fixed;
  font-size: 0.8rem;
  /* white-space: nowrap; */
}

.__diagnosis_content_item_text table th {
  border: solid 1px #dedede;
  padding: 20px;
  font-weight: normal;
  vertical-align: middle;
  /* width: 50%; */
}

.__diagnosis_content_item_text table td {
  border: solid 1px #dedede;
  padding: 1rem;
  vertical-align: middle;
  /* width: 100%; */
}

.__diagnosis_content_item_text table th:first-child,
.__diagnosis_content_item_text table td:first-child {
  border-left: none;
}

.__diagnosis_content_item_text table th:last-child,
.__diagnosis_content_item_text table td:last-child {
  border-right: none;
}

.__diagnosis_content_item_text table th span,
.__diagnosis_content_item_text table td span {
  font-size: 0.8em;
}

.__diagnosis_table_contents_3 th:last-child,
.__diagnosis_table_contents_3 td:last-child {
  width: calc((100% - 310px) / 2) !important;
}

.__diagnosis_table_contents_2 th:last-child,
.__diagnosis_table_contents_2 td:last-child {
  width: calc(100% - 250px) !important;
}

.__diagnosis_content_table_to_table {
  width: 100%;
  height: auto;
  font-size: 0.8em;
}

.__diagnosis_content_table_to_table tr:first-child th {
  border-top: none !important;
}

.__diagnosis_content_table_to_table tr:last-child th {
  border-bottom: none !important;
}

.__diagnosis_content_table_to_table tr:first-child td {
  border-top: none !important;
}

.__diagnosis_content_table_to_table tr:last-child td {
  border-bottom: none !important;
}

.__diagnosis_content_table_to_table td:first-child {
  width: 120px;
}

.__diagnosis_content_table_to_table th:first-child {
  width: 120px;
}

.__diagnosis_content_table_to_table td ul li {
  width: 100%;
  text-align: left;
  text-align-last: left;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.__diagnosis_content_item_text_table_label {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.4rem;
}

.__diagnosis_content_item_text_table_label a {
  padding: 10px 20px;
  border-radius: 50px;
  border: solid 1px #425daa;
  transition: 1s;
  font-size: 0.8rem;
}

.__diagnosis_content_item_text_table_label a:hover {
  color: #425daa;
  background: #ffffff;
  transition: 1s;
}

.__diagnosis_content_item_text table td a {
  padding: 10px 20px;
  border-radius: 50px;
  border: solid 1px #425daa;
  transition: 1s;
}

.__diagnosis_content_item_text table td a:hover {
  color: #425daa;
  background: #ffffff;
  transition: 1s;
}

.__diagnosis_content_item_text > ul {
  width: 100%;
  list-style: decimal;
  list-style-position: inside;
  padding: 20px;
}

.__diagnosis_content_item_text > ul > li {
  width: 100%;
  text-align: left;
  font-size: 0.9em;
  float: left;
  border-bottom: 10px;
}

.__diagnosis_content_item_ul {
  list-style: none !important;
}

.__diagnosis_content_item_ul li {
  margin-bottom: 20px;
}

.__diagnosis_content_item_ul li h6 {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.__diagnosis_content_item_ul li h6::before {
  content: "■";
  color: #425daa;
}

.__diagnosis_content_item_ul li p {
  margin: 0 0 0 20px;
  text-align: justify;
  text-align-last: left;
}

.__diagnosis_contact_box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.__diagnosis_contact_box a {
  padding: 10px 40px;
  border-radius: 50px;
  border: solid 1px #425daa;
  font-size: 0.8em;
  text-align: center;
  transition: 1s;
}

.__diagnosis_contact_box a:hover {
  color: #425daa;
  background: #ffffff;
  transition: 1s;
}

/**********************************/
/*　　　　ポップアップ　　　　　*/
/**********************************/
.modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 2.4rem;
  position: fixed;
  top: 50%;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  max-width: 80vw;
  max-height: 85vh;
  z-index: 999999;
}
.modal__content table {
  font-size: 1rem;
}
.modal__content table tbody {
  padding: 10px;
}
.modal__content table tbody tr {
  border-bottom: #333 0.5px solid;
}
.close_box {
  width: auto;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
}

.close_box a {
  background-color: #425daa;
  color: #ffffff;
  text-align: center;
  text-align-last: center;
  padding: 10px 8px 10px 12px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.__diagnosis_content_table_wrapper {
  width: 100%;
  /*height: auto;*/
  /*overflow-y: scroll !important;*/
}

/***********************/

.accordion-title {
  cursor: pointer;
}

.accordion-content {
  display: none;
}

.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}

/* コンテンツボックスの枠線 */
.accordion-item .accordion-content {
  border-bottom: solid 1px #dedede;
  border-left: solid 1px #dedede;
  border-right: solid 1px #dedede;
}

/* 矢印 */
/* .accordion-title {
    position: relative;
}

.accordion-title::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
} */

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
/*****************************************/
/*   　　　　   テーブル微調整　　　　　      */
/*****************************************/
.__diagnosis_content_table_HealthCheck {
  width: 100%;
}
.__diagnosis_content_table_HealthCheck tbody tr th:first-child,
.__diagnosis_content_table_HealthCheck tbody tr td:first-child {
  width: 100px !important;
}
.__diagnosis_content_table_HealthCheck tbody tr th:nth-child(2) {
  width: 100px !important;
}
.__diagnosis_content_table_HealthCheck tbody tr th:nth-child(4) {
  width: 100px !important;
}
.td_center {
  text-align: center;
}
.__diagnosis_content_table_HealthCheck tbody tr td:last-child {
  width: 100px !important;
  text-align: right;
}
.__diagnosis_content_table_Specific_table {
  width: 100%;
}
.__diagnosis_content_table_Specific_table tbody tr th:first-child {
  width: 180px;
}
.__diagnosis_content_table_Specific_table tbody tr th:nth-child(2) {
  width: 200px;
}
.__diagnosis_content_table_Specific_table tbody tr th:nth-child(3) {
  width: calc(100% - 380px);
}

.__diagnosis_content_table_Various_table {
  width: 100%;
}
.__diagnosis_content_table_Various_table tbody tr th:first-child {
  width: 170px;
}
.__diagnosis_content_table_Various_table tbody tr th:nth-child(3) {
  width: 170px;
}
.__diagnosis_content_table_Various_table tbody tr td:last-child {
  text-align: right;
}
.__diagnosis_content_table_Endoscopic_table {
  width: 100%;
}
.__diagnosis_content_table_Endoscopic_table tbody tr th:first-child {
  width: 230px !important;
}
.__diagnosis_content_table_Endoscopic_table tbody tr th:last-child {
  width: 170px !important;
}
.__diagnosis_content_table_Endoscopic_table tbody tr td:last-child {
  text-align: right;
}

.__diagnosis_content_table_osteoporosis_table {
  width: 100%;
}
.__diagnosis_content_table_osteoporosis_table tbody tr th:first-child {
  width: 180px !important;
}
.__diagnosis_content_table_osteoporosis_table tbody tr th:last-child {
  width: 170px !important;
}
.__diagnosis_content_table_osteoporosis_table tbody tr td:last-child {
  text-align: right;
}
.__diagnosis_content_table_InfluenzaVaccine_table {
  width: 100%;
}
.__diagnosis_content_table_InfluenzaVaccine_table tbody tr th:first-child {
  width: 145px !important;
}
.__diagnosis_content_table_InfluenzaVaccine_table tbody tr th:nth-child(2) {
  width: 110px !important;
}
.__diagnosis_content_table_InfluenzaVaccine_table tbody tr th:nth-child(3) {
  width: 110px !important;
}
.__diagnosis_content_table_InfluenzaVaccine_table tbody tr th:nth-child(4) {
  width: 100px !important;
}
.__diagnosis_content_table_Corona_table {
  width: 100%;
}
.__diagnosis_content_table_Corona_table tbody tr th:first-child {
  width: 145px !important;
}
.__diagnosis_content_table_Corona_table tbody tr th:nth-child(2) {
  width: 130px !important;
}

.__diagnosis_content_table_Corona_table tbody tr th:nth-child(3) {
  width: 115px !important;
}
.__diagnosis_content_table_Corona_table tbody tr th:nth-child(4) {
  width: 115px !important;
  width: fit-content !important;
}

.__diagnosis_content_table_Pneumococcal_table {
  width: 100%;
}
.__diagnosis_content_table_Pneumococcal_table tbody tr th:first-child {
  width: 170px !important;
}
.__diagnosis_content_table_Pneumococcal_table tbody tr th:nth-child(2) {
  width: 130px !important;
}
.__diagnosis_content_table_Pneumococcal_table tbody tr th:nth-child(3) {
  width: 115px !important;
}
.__diagnosis_content_table_Pneumococcal_table tbody tr th:nth-child(4) {
  width: 100px !important;
}
.__diagnosis_content_table_Pneumococcal_table tbody tr th:last-child {
  width: 100px;
}
.__diagnosis_content_table_HerpesZoster_table {
  width: 100%;
  table-layout: inherit;
}
.__diagnosis_content_table_HerpesZoster_table tbody tr th:first-child {
  width: 100px !important;
}
.__diagnosis_content_table_HerpesZoster_table tbody tr th:nth-child(2) {
  width: 100px !important;
}
.__diagnosis_content_table_HerpesZoster_table tbody tr th:nth-child(3) {
  width: 180px !important;
}
.__diagnosis_content_table_HerpesZoster_table tbody tr th:nth-child(4) {
  width: 115px !important;
}
.__diagnosis_content_table_HerpesZoster_table tbody tr th:nth-child(4) {
  width: 120px !important;
}
.__diagnosis_content_modal_HerpesZoster_table {
  width: 100%;
}

.text_align_right {
  text-align: right;
}

.HealthCheck_table_box {
  max-height: 70vh;
  /*overflow-y: hidden!important;*/
}
.Endoscopic_table_box {
  max-height: 70vh;
  /*overflow-y: hidden!important;*/
}
.Herpes_table_box {
  max-height: 80vh;
  overflow-y: scroll !important;
}
.Herpes_table_box table {
  width: 65vw;
}
.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-responsive {
  display: none;
}
.table_wrapper-responsive p {
  margin-bottom: 3%;
}

.responsive-top,
.responsive-2,
.responsive-3,
.responsive-bottom {
  margin: 3% 0;
}
.attention_wrap{
  margin-top: 1rem;
  width: 100%;
}
.attention{
  display: flex;
  gap: .5rem;
}.attention02{
  display: flex;
  gap: .5rem;
}
.attention::before{
  content: "※1";
}
.attention02::before{
  content: "※2";
}