@charset "utf-8";
/* CSS Document */
#main a:not(.linkArrow) {
  color: var(--c-orange) !important;
}
/*-------------------------
first
--------------------------*/
#first .stpBox .listDot li::before {
  background-color: #fff;
}
/*-------------------------
about
--------------------------*/
/*-------------------------
news
--------------------------*/
/*-------------------------
menu
--------------------------*/
.bgWhite {
  padding-top: var(--w-100);
}
.hE {
  color: #ff8400;
  font-weight: 600;
  margin-bottom: 10px;
}
ul.menuLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.menuLink li a {
  background-color: #fff;
  display: block;
  padding: 20px 3px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  text-decoration: none !important;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 5px;
  height: 70px;
  line-height: 1;
  border: 1px solid;
}
ul.menuLink li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #d95e39;
  border-bottom: 1px solid #d95e39;
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%) rotate(45deg);
}
.tblNaika th {
  width: 48%;
  text-align: left;
}
.checkBnr li {
  background-color: #0c0b68;
  border-radius: 50px;
  padding: 10px 30px 10px 40px !important;
  margin: 5px 10px;
  display: inline-block;
  color: #fff;
}
.checkBnr li::before {
  top: 50% !important;
  left: 15px !important;
  transform: translateY(-50%);
  color: #fff !important;
}
#flu .hA::after {
  content: 'Influenza';
  display: block;
  font-size: var(--fs-16);
  font-family: var(--ff-en);
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: -20px !important;
  left: 50%;
  transform: translateX(-50%);
}
/*-------------------------
faq
--------------------------*/
.qaSection {
  margin: 2rem 0;
}
.qaList {
  display: grid;
  gap: 2rem;
}
.qaItem {
  overflow: hidden;
  background: var(--c-beige);
  padding: var(--w-20) var(--w-30);
}
.qaQ {
  cursor: pointer;
  padding: 1rem 3rem 1rem 6rem;
  position: relative;
  list-style: none;
  font-weight: 600;
}
.qaQ::-webkit-details-marker {
  display: none;
}
.qaQ::before {
  content: "Q";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--c-navy);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  padding-bottom: 10px;
}
.qaQ::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 16px;
  height: 16px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
}
/* open時 */
.qaItem[open] .qaQ::after {
  transform: translateY(-50%) rotate(-135deg);
}
.qaA {
  padding: 0 1rem 1rem 3.25rem;
}
.qaA p {
  margin: 0.5rem 0 0;
  line-height: 1.7;
}
.qaA p:first-child {
  margin-top: 0.25rem;
}
/*-------------------------
access
--------------------------*/
.TimeSchedule {
  text-align: center;
}
/*-------------------------
staff
--------------------------*/
.DrName {
  text-align: right;
  font-size: 120%;
  margin-bottom: 50px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.decBox04 {
  background-color: #fff;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 768px) {
  .mt50_pc {
    padding-top: 50px !important;
  }
  .mt30_pc {
    padding-top: 30px !important;
  }
  /*-------------------------
menu(PC)
--------------------------*/
  ul.menuLink li {
    width: 25%;
  }
  /*------------------------
staff(PC)
--------------------------*/
  .drImgBox {
    position: relative;
    margin-bottom: 200px;
  }
  .drImg01 {
    position: relative;
    width: 700px;
    margin: 0 auto;
  }
  .drImg01::after {
    content: url("../../img/page/staff/mark.png");
    position: absolute;
    bottom: -150px;
    left: -200px;
    opacity: 0.3;
  }
  .drImg02 {
    position: absolute;
    bottom: -86px;
    right: 0;
    left: 50%;
    transform: translateX(136px);
  }
  .drImg02 img {
    width: 400px;
  }
  /*-------------------------
about(PC)
--------------------------*/
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  /*-------------------------
menu(SP)
--------------------------*/
  ul.menuLink li {
    width: 33%;
  }
  ul.menuLink li a {
    font-size: 2.8vw;
    height: auto;
    border-radius: 3vw;
    border: 1px solid;
    padding: 3vw 0 5vw;
  }
  ul.menuLink li a::before {
    width: 6px;
    height: 6px;
  }
  .tblNaika th {
    width: 100%;
    display: block;
    border-left: none !important;
    border-right: none !important;
  }
  .tblNaika td {
    width: 100%;
    display: block;
    border: none !important;
  }
  /*-------------------------
faq(SP)
--------------------------*/
  /*------------------------
staff(SP)
--------------------------*/
  .drImg01 {
    margin-bottom: 30px;
  }
  .drImg02 {
    display: none;
  }
  /*-------------------------
faq(SP)
--------------------------*/
  .qaQ {
    padding: 0.9rem 2.75rem 0.9rem 5rem;
  }
  .qaQ::before {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    top: .9rem;
    transform: none;
  }
  .qaA {
    padding: 0 0.9rem 0.9rem 3.1rem;
  }
  /*------------------------
staff(SP)
--------------------------*/
  .drImg01::after {
    display: none;
  }
  /*-------------------------
about(SP)
--------------------------*/
  /*-------------------------
access(SP)
--------------------------*/
  table.TimeSchedule th {
    padding: 3px;
    font-size: 4vw;
  }
  table.TimeSchedule td {
    padding: 3px;
    font-size: 4vw;
  }
}