* { box-sizing: border-box; } 

html { 
  overflow-y: scroll; 
}             

@supports (scrollbar-gutter: stable) {
  html { 
    scrollbar-gutter: stable; 
  }          
}
html,body{
  height:100%;
}
body{
  margin:0;
  font-family: "Noto Sans JP","源ノ角ゴシック", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8em;
  letter-spacing: 0.075em;
  font-weight: 400;
  color:#333333;
}
.clsHead{
 border-bottom: 1px solid #cccccc;
 height: 102px;
}
.head_wrap {
 max-width: 1600px; 
 margin: 0 auto;
 padding: 0 30px;
}
.head{
 width: 360px;
 padding: 12px 0;
}
.head img{
  width: 100%;           
  height: auto;
  display: block;
}
@media (max-width:768px) {
  .clsHead{
   height: 76px;
  }
  .head_wrap {
    padding: 0 20px;
  }
  .head{
    width: 260px;
  }
}
.head a{
  text-decoration: none;
}

.main_contents {
  margin-bottom: 30px;
}

.contents_block,.contents{
  max-width: 1200px;
  background-color: #ffffff;
  margin: auto;
  padding: 0 30px;
}
@media (max-width:768px) {
.contents{
  margin: 0 15px;
  padding:0;
}
.contents_block{
  padding:0;
}
}

.update_date{
  text-align: right;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.update_date dl {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.update_date dt {
  font-size: 0.9em;
  font-weight: normal;
  color: #333;
}

.update_date dd {
  font-size: 0.9em;
  font-weight: normal;
  color: #333;
  margin: 0;
}
@media (max-width: 768px) {
  .update_date {
    margin-right: 15px;
  }
  
  .update_date dl {
    gap: 10px;
  }
  .update_date dt,
  .update_date dd {
    font-size: 0.8em;
  }
}

.text{
  background-color: #e5f3f1;
  background-image: url('/img/GTnavi_logo06_white.png');
  background-repeat: no-repeat;
  background-position: right 8% bottom 45%;
  background-size: auto 100%; 
  padding: 20px 25px; 
}
.text p{
  font-size: 1.1em;
  margin: 0;
  position: relative;
  z-index: 1; 
  line-height: 1.7em;
  font-weight: 500;
}
.designated_hosp{
  font-size: 1.7em;
  line-height: 1.4em;
  border-bottom: 3px solid #006c60;
  padding: 50px 20px 10px 20px;
  color:#006c60;
  margin: 0 30px;
  font-weight: 700;
}
.designated_hosp_sentence{
  font-size: 1.1em;
  line-height: 1.7em;
  margin: 0 25px;
  padding: 10px 25px 10px 25px;
}
.acc {
  margin-bottom: 20px;
  margin-top: 10px;
}

.acc summary {
  list-style: none;
  pointer-events: none; 
}

.acc summary::-webkit-details-marker {
  display: none;
}

.acc > summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 10px 20px;
  background: transparent;
  color: #29a598;
  -webkit-user-select: none;
  user-select: none;
  border: none;
}

.acc-clickable {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  pointer-events: auto;
}

.acc-title {
  font-size:1.3em;
  font-weight: 700;
  transition: opacity 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .acc-clickable:hover .acc-title,
  .acc-clickable:hover .acc-arrow {
    opacity: 0.45;
  }
}

.acc-arrow {
  width: 44px;
  height:48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.2s ease; 
}

.acc-arrow svg {
  transition: transform 0.2s ease;
}

.acc[open] .acc-arrow svg {
  transform: rotate(180deg);
}

.acc-panel {
  background: #ffffff;
  padding: 10px 150px;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.acc[open] .acc-panel {
  grid-template-rows: 1fr;
}

.acc-panel > * {
  overflow: hidden;
}

.acc-panel-inner {
  border: 1px solid #bcbcbc;
  border-radius: 20px;
}

.acc-text {
  margin: 0 0 5px 0;
  color: #006c60;
  border-bottom: 1px solid #bcbcbc;
  padding: 10px 20px;
  font-size:1em;
  line-height: 1.7em;
}

.acc-card{
  padding: 0 20px;
}
.acc-card2 {
  border: 1px solid #bcbcbc;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 22px;
}

.acc-note {
  padding: 12px 16px;
  color: #006c60;
  border-bottom: 1px solid #bcbcbc;
  font-size: 1em;
  line-height: 1.7em;
}

.under-dot {
  padding: 16px 20px 8px 40px;
  margin: 0;
}

.under-dot2 {
  padding: 16px 20px 8px 36px;
  margin: 0;
}

.under-dot li,
.under-dot2 li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
}

.under-dot li::before {
  content: "●";
  position: absolute;
  left: -20px;
  color: #333333;
}

.under-dot2 li::before {
  content: "●";
  position: absolute;
  left: -20px;
  color: #333333;
}

.under-dot li > p,
.under-dot2 li > p {
  margin: 4px 0 0 0;
  font-size: 1em;
  line-height: 1.6em;
}

.under-dot li > b,
.under-dot2 li > b {
 font-size: 1.1em;
 font-weight: 700;
 line-height: 1.6em;
}

@media (max-width: 768px) {
  .acc > summary {
    padding: 10px 15px;
  }
  
  .acc[open] .acc-panel {
    padding: 10px 0;
  }
  .acc-text {
    padding: 10px 15px;
    font-size: 0.9em;
  }
  .acc-note{
    font-size: 0.9em;
  }
  .under-dot {
    padding: 12px 10px 8px 35px;
  }
  
  .under-dot2 {
    padding: 12px 10px 8px 35px;
  }
  .under-dot li,
  .under-dot2 li {
    margin-bottom: 10px;
  }
  .acc-card2 {
   margin: 0 15px;
  }
  .under-dot li > p,
  .under-dot2 li > p {
    font-size: 0.9em;
  }
  .under-dot li > b,
  .under-dot2 li > b {
  font-size: 0.9em;
  }
}

.notes {
  padding:16px 24px; 
  margin: 30px 30px 30px 30px;
  border: 1px solid  #bcbcbc;
}
.agreement {
  padding:16px 24px; 
  margin: 30px 30px 50px 30px;
  border: 1px solid  #bcbcbc;
}
.notes strong {
  font-size:1.3em;
  font-weight: 700;
}
.agreement strong {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.6em;
}
.notes ul , .agreement ul {
  margin:8px 0 0 18px; 
  padding:0;
}
.notes li , .agreement li {
  margin:.25em 0;
  font-size:1em;
  line-height: 1.7em;
}
.agreement li a {
  text-decoration: none;
  color:#29a598;
}
.notes_warning{
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 23px;
}
.notes_warning a{
  color:#29a598;
  text-decoration: none;
}
@media (max-width: 768px){
.notes {
  padding:10px 16px; 
  margin: 30px 0 30px 0;
}
.agreement {
  padding:10px 16px; 
  margin: 30px 0 50px 0;
}
.notes strong {
  font-size:1em;
}
.agreement strong {
  font-size: 0.9em;
}
.notes li , .agreement li {
  font-size:0.9em;
}
.notes_warning{
  font-size:0.9em;
  padding-left: 13px;
}
}
@media (max-width: 430px){
 .notes , .agreement {
  padding:10px 13px; 
}
.notes li , .agreement li {
  margin:.5em 0;
}
}
.filter_background{
  background: #ffffff;
  padding: 10px 0;
}
.filter-block{
  position: relative;
}
.block {
  width: min(840px, 100%);
  margin: 0 auto;
  padding: 20px;
  background: #93d8ce;
}

.search {
  display: grid;
  grid-template-columns: 1fr 40% auto;
  align-items: stretch;
  gap: 10px;
  white-space: nowrap;
}

.search a {
  text-decoration: none;
}

.help-btn {
  display: grid;
  place-items: center;
}

@media (hover: hover) and (pointer: fine) {
  .help-btn img, .arrow-next-btn img{
    transition: opacity .2s ease;
  }

  .help-btn:hover img, .arrow-next-btn:hover img {
    opacity: .45;
  }
}

.acc-arrow--qtext {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.acc-arrow--qtext::before {
  content: none;
}

.full {
  width: 100%;
  margin-top: 10px;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
  white-space: nowrap;
}

.filter-block select{
  width: 100%;
  height: 50px;
  font-size: 1.1em;
  border: none;
  border-radius: 4px;
  outline: none;
  padding: 0 52px 0 16px; 
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 35px 35px;
  background-color: #fff;
}

.filter-block select::-ms-expand{
  display:none;
}


.filter-block input[type="text"]
{
  width: 100%;
  height: 50px;
  padding: 0 16px;
  font-size: 1.1em;
  border: none;
  border-radius: 4px;
  outline: none;
}
.filter-block input[type="text"]::placeholder {
  color: #bcbcbc;
}

.filter-block select:has(option:checked[value=""]) {
  color: #999999;
}

.switch_btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  height: 50px;
  padding: 0 24px;
  border-radius: 4px;
  background: #c87000;
  color: #ffffff;
  cursor: pointer;
  font-size:1.1em;
  font-weight: 500;
  border: none;
}
.genome-toggle_checkbox {
  position: relative;
  width: 26px;
  height: 26px;
  border: 2px solid #c87000;
  background: #ffffff;
  border: 1px solid darkgray;
  flex-shrink: 0;
}
.genome-toggle_checkbox::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  width: 6px;
  height: 12px;
  border: solid black;
  border-width: 0 3px 3px 0;
  opacity: 0;
}

.switch_btn.is-on .genome-toggle_checkbox {
  background: #ffffff;
  border: 1px solid darkgray;
}
.switch_btn.is-on .genome-toggle_checkbox::after {
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
  opacity: 1;
}
.genome-label{
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;    
  white-space: nowrap;  
}
.genome-label .w1{
  transform: translateY(1px);
}
.genome-label .w1,
.genome-label .w2{
  letter-spacing: .02em;
}
.genome-label .only{
  font-size: .9em;
  margin-left: 2px;
  transform: translateY(1px);
}
.down {
  width: 100%;
  max-width: 480px;
  height: 50px;
  padding: 0 40px;
  border: none;
  border-radius: 4px;
  background: #29a598;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 500;
  transition: all 0.2s ease;
}

.down:hover {
  background: #2db2a4;
}

.text-links {
  display: inline-block;
  text-decoration: none;
  color: #29a598;
  font-size: clamp(15px, 1.7vw, 18px);
}

.text-links:hover {
  text-decoration: underline;
}

.down:focus,
.filter-block input[type="text"]:focus {
  box-shadow: 0 0 0 3px rgba(16, 182, 177, .15);
  outline: 2px solid #29a598;
}

.filter-block select:focus {
  box-shadow: 0 0 0 3px rgba(16, 182, 177, .15);
  outline: 2px solid #29a598;
}

@media (max-width: 768px) {
  .block {
    padding: 15px;
  }
  
  .search {
    gap: 8px;
  }

  .filter-block input[type="text"] {
    height: 50px;
    font-size: 1em;
  }

  .filter-block select {
    height: 50px;
    font-size: 1em;
    background-position: right 5px center;
  }
  
  .switch_btn {
    height: 50px;
    padding: 0 20px;
    font-size:1em;
  }

  .genome-toggle_checkbox {
    width: 24px;
    height: 24px;
  }

 .acc-arrow--qtext {
    width: 36px;
    height: 36px;
  }
  
  .down {
    height: 50px;
    font-size:1em;
  }
  
  .full {
    margin-top: 8px;
  }
  
  .row {
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .block {
    padding: 12px;
  }
  
  .search {
    gap: 6px;
  }
  
  .filter-block input[type="text"] {
    height: 48px;
    padding: 0 12px;
  }
  .filter-block select {
    height: 48px;
    padding: 0 12px;
  }
  .switch_btn {
    height: 48px;
    padding: 0 16px;
    gap: 6px;
  }
  .genome-toggle_checkbox {
    width: 22px;
    height: 22px;
  }
  
  .genome-toggle_checkbox::after {
    width: 5px;
    height: 10px;
    border-width: 0 2.5px 2.5px 0;
  }

  .genome-label{
    flex-wrap: wrap;
    white-space: normal;     
    align-items: flex-start;       
    justify-content: flex-start;  
    text-align: left;   
    padding-left: 4px; 
    line-height: 1.05;         
  }

  .genome-label .w1{
    font-size: 16px;
    flex: 0 0 100%;         
    display: block;    
    margin-bottom: 2px;
  }
  .genome-label .w2 {
    font-size: 16px;
  }
  .genome-label .w2,
  .genome-label .only{
    white-space: nowrap;
  }
  .genome-label .only{
    font-size: 12px;
    transform: translateY(4.2px);
  }

  .acc-arrow--qtext {
    width: 32px;
    height: 32px;
  }
  
  .down {
    height: 48px;
  }
}

@media (max-width: 390px) {
  .filter-block input[type="text"] {
    height: 44px;
  }
  .filter-block select {
    height: 44px;
    background-position: right center;
  }
  .switch_btn {
    height: 44px;
    padding: 0 12px;
  }
  .down {
    height: 44px;
  }
}
.info_head_background{
  background-color: #ffffff;
  padding-bottom: 10px;
}

.info_head_left {
  display: flex;
  align-items: baseline;
  gap: 25px;
  padding:20px 20px 10px 20px;
  border-bottom: 3px solid #006c60;
  margin: 0 30px;
}

.sub_head{
  font-size:1.7em;
  font-weight: 700;
  line-height: 1.4em;
  color:#006c60;
}

.hosp_lists {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}

.hosp_num {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.4em;
}

.hosp_text {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.4em;
}

.criteria{
  margin-left: auto;         
  border-radius: 8px;
  background-color: #29a598;
  font-size: clamp(15px, 1.7vw, 18px);
  border: none;
  cursor: pointer;
  color: #ffffff;
  padding: 5px 16px;
}

@media (max-width: 768px) {
  .info_head_left {
   gap:20px;
   padding:15px 10px 10px 10px;
   margin: 0;
 }
  .sub_head{
  font-size:1.3em;
 }

 .hosp_num{
  font-size:1.3em;
 }
 .hosp_text {
  font-size: 1.3em;
}
}

@media (max-width:768px) {
.text p{
  font-size: 1em;
}
.designated_hosp{
  font-size: 1.3em;
  margin: 0;
  padding:50px 10px 10px 10px;
}
.designated_hosp_sentence{
  font-size: 1em;
  margin: 0;
  padding: 10px 10px 0 10px;
}
.acc-title {
  font-size:1.1em;
}
}

.contents_list{
 max-width: 840px;
 background-color: #ffffff;
 margin: auto;
 padding-top: 15px;
}

.info {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 16px;
  row-gap: 10px;
  padding: 20px 30px 20px 30px;
  margin-bottom: 30px;
  align-items: start;  
  background: #e5f3f1;
}

.info_grid_column {
  grid-column: 1;
  align-self: start; 
}

.info_name {
  font-size: 1.2em;
  margin: 0;
  font-weight: 700;
  line-height: 1.4em;
}

.info_name a {
  text-decoration: none;
  color: #29a598;
}

.info .address {
  font-size: 1.1em;
  padding: 10px 0;
  font-weight: 500;
  line-height: 1.4em;
}

.arrow-next-btn {
  display: grid;
  place-items: center;
  grid-column: 2;
  grid-row: 1;  
  align-self: start;  
}

.arrow-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.arrow-next::before {
  content: none;
}

.qual{
  display:grid;
  grid-template-columns: 180px 1fr;  
  column-gap:40px;                  
  row-gap:0;                        
  margin:0;                         
}

.qual dt{
  display:flex;
  padding:16px 0;
  font-size:1.1em;
  font-weight: 500;
  border-right: 3px solid #006c60;
  text-align: center;
  align-items: center;
  color:#006c60;
}

.qual dd{
  display: flex;
  align-items: center;
  margin:0;           
  padding:0;       
  font-size: 1em;
}

.qual dd + dd {
  margin-top:2px; 
} 

.info a {
  text-decoration: none;
}

@media(max-width:768px) {
.info{
  display:block;
  padding: 15px 20px;
  margin-bottom: 20px;
  position: relative;
}
.info_grid_column {
  padding-right: 50px;
}
.info_name{
  font-size: 1.15em;
  padding-bottom: 8px;
}
.info .address {
  font-size: 1em;
  padding: 0 0 12px 0;
}
.arrow-next-btn {
  position: absolute;
  right: 25px;
  top: 10px;
}
.arrow-next {
  width: 36px;
  height: 36px;
}
.qual {
  display: block;
}
.qual dt {
  display: block;
  padding: 5px 15px;
  font-size: 1em;
  border-right: none;
  border-bottom: 2px solid #006c60;
  text-align: left;
  margin-bottom: 5px;
}
.qual dd{
 display: block;
 font-size: 0.9em;
 padding: 0 15px;
}
}

@media (max-width: 480px) {
  .arrow-next-btn {
    right: 20px;
    top: 12px;
  }
  .arrow-next {
    width: 32px;
    height: 32px;
  }
}

.pagination-list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;          
  gap: 6px;                     
  margin: 30px auto;          
  padding: 0;
  list-style: none;
}
@media (max-width: 540px) {
  .pagination-list {
    flex-wrap: wrap;      
  }
}
.pagination-list li a {
  min-width: 40px;         
  height: 34px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #29a598;
  color: #ffffff;
  border: 2px solid #1f8b81;
  border-radius: 8px;
  font-size:clamp(13px, 1.5vw, 16px); 
  text-decoration: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.pagination-list a:hover {
  background:#1f8b81;
  border-color:#1f8b81;   
}

.pagination-list li.m--active a {
  border-color:#cccccc;  
  background-color: #ffffff;
  font-weight: bold;
  color:#333333;
}
.pagination-list li.m--active a:hover {
  font-weight: bold;
}

.pagination-list li.left-arrow a,
.pagination-list li.right-arrow a {
  background-color: transparent;
  border: none;
  color: #29a598;
  font-weight: bold;
  font-size:clamp(16px, 1.8vw, 20px); 
}

.pagination-list li.left-arrow a:hover,
.pagination-list li.right-arrow a:hover {
  background-color: transparent;
  color: #1f8b81;
}

.footer{
  border-top: 1px solid #bcbcbc;
  background-color: #ffffff;
  margin-top: 120px;
}
.footer_content{
  max-width: 1600px;
  margin: 20px auto;
  padding: 0 30px;
  text-align: center;
}
.footer_content img{
  height: 24.8px;
}
.footer_nav{
  display: flex;
  list-style: none;
  justify-content: center;
  font-size:0.8em;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
}
.footer_nav li{
  padding: 0 30px;
}
.footer_nav li a{
  text-decoration: none;
  color: #333333;
}
.footer_content .center{
  text-align: center;
  padding-bottom: 10px;
  padding-top: 5px;
  margin: 0;
  font-size: 0.7em;
}

@media (max-width:768px) {
  .footer_content{
  padding: 0 15px;
 } 
  .footer_nav li{
   width: 100%;
   text-align: center;
   margin-bottom: 5px;
}
.footer_content .center{
  font-size: 0.6em;
}
}
