@charset "utf-8";
/* CSS Document */
.l-main__inner {
  text-align: justify;
}
.bgBl {
  background-color: #f0f8ff;
}
.bgGrn {
  background-color: #F5FAF1;
}
.bgBl .hC, .bgGrn .hC {
  background-color: #fff;
}
/*-------------------------
first
--------------------------*/
/*-------------------------
about
--------------------------*/
.aboutBox {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}
.aboutBox::before {
  content: attr(data-text);
  position: absolute;
  color: rgba(35, 120, 200, 0.1);
  font-weight: bold;
}
.aboutBox h3 {
  margin-bottom: 20px;
  font-weight: 500;
  color: rgb(35, 150, 200);
}
/*facility*/
.facilityContent dl dt {
  color: #3e3736;
  font-weight: 500;
}
/*-------------------------
news
--------------------------*/
/*-------------------------
menu
--------------------------*/
.sickBox h4 {
  border-bottom: 1px dotted #2396c8;
}
ul.menuSickList {
  gap: 0.5rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
ul.menuSickList {
  margin-bottom: 10px !important;
}
ul.menuSickList li {
  background-color: #f0f8ff;
  line-height: 2.8rem;
}
ul.menuSickList li.listGrn {
  background-color: #18943b;
  color: #fff;
}
ul.menuSickList li.listBlue {
  background-color: #2396c8;
  color: #fff;
}
.vaccinIcon {
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  text-align: justify;
  align-items: center;
  justify-content: center;
}
.material-symbols-outlined {
  color: #3e3736;
}
.vaccinBox h4 {
  color: #2396c8;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.vaccinBox h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.listBnr li, .listBnr02 li {
  padding: 2rem 2rem 2rem 5rem !important;
  align-items: center;
	display: flex;
}
.listBnr li::before, .listBnr02 li::before {
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 10px !important;
}
.listBnr li {
  background-color: #fcfbf7;
}
.listBnr02 li {
  background-color: #fff;
}
.cp_qa02 {
  margin: 0 auto;
}
.cp_qa02 .cp_actab input[type=checkbox] {
  display: none;
}
.cp_qa02 .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
}
/*質問テキスト*/
.cp_qa02 label {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 70px);
  margin: 0 0 0 50px;
  padding: 10px;
  cursor: pointer;
  color: #2396c8;
  font-weight: 600;
}
/*＋アイコン*/
.cp_qa02 label::before {
  position: absolute;
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-left: -50px;
  padding: 0 0 0 0;
  transition: 0.4s ease;
  color: #2396c8;
}
.cp_qa02 .cp_actab input[type=checkbox]:checked ~ label::before {
  transform: rotate(45deg);
}
/*答えテキスト*/
.cp_qa02 .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  transition: 0.4s ease;
  opacity: 0;
}
.cp_qa02 .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}
.zekkaFlow {
  padding-left: 0;
}
.zekkaFlow > li {
  list-style-type: none;
  position: relative;
}
.zekkaFlow > li:not(:last-child) {
  padding-bottom: 10px;
}
.zekkaFlow > li:not(:last-child)::before {
  content: '';
  background: #2396c8;
  width: 3px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  transform: translateY(-50%);
}
.zekkaFlow > li dl dt {
  font-weight: 600;
  color: #2396c8;
}
.zekkaFlow > li dl dd {
  margin-left: 0;
}
.zekkaFlow > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #2396c8;
  color: #fff;
  position: absolute;
  left: 0;
}
.scopeNote {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  padding-bottom: 1px;
}
.scopeNote h3 {
  line-height: 2.5;
  color: #2396c8;
  font-weight: 600;
  font-style: normal;
}
.scopeNote p {
  font-weight: 400;
  font-style: normal;
}
.listScope li {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.listScope li span {
  color: #18943b;
  font-weight: 800;
  margin-right: 15px;
}
.scopeFlow dl {
  border-bottom: 1px dashed #2396c8;
  padding: 15px 15px;
}
.scopeFlow ul li dl dt {
  text-align: center;
  background-color: #2396c8;
  color: #fff;
  font-weight: bold;
}
.scopeFlow ul li dl dd span {
  color: #2396c8;
  font-weight: bold;
}
/*-------------------------
access
--------------------------*/
.TimeSchedule {
  text-align: center;
}
/*-------------------------
staff
--------------------------*/
.doctorBox {
  margin-bottom: 20px !important;
}
.doctorBox .flexImg, .doctorBox00 .flexImg {
  position: relative;
}
.doctorName {
  position: absolute;
  background-color: #2396c8;
  color: #fff;
}
.doctorName p {
  margin-bottom: 0;
  font-size: 80%;
}
.doctorName p span {
  font-size: 150%;
}
.keirekiBox {
  position: relative;
}

p.doctorName00, p.doctorName01 {
  position: absolute;
  white-space: nowrap;
  line-height: 0.1;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: normal;
	bottom: 0;
}
p.doctorName00 {
  color: #2396c8;
  opacity: 0.4;
}
p.doctorName01 {
  color: #fff;
  bottom: 0;
}
ul.keirekiList li {
  padding: 10px 0 10px 10px;
  border-bottom: 1px dashed #2396c8;
}
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 768px) {
  .bgBl, .bgGrn {
    padding: 60px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw) 60px;
  }
  .bgBl:last-child, .bgGrn:last-child {
    margin: 0 calc(50% - 50vw);
    padding: 60px calc(50vw - 50%) 80px;
  }
  /*-------------------------
first(PC)
--------------------------*/
  dl.firstData {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    vertical-align: middle;
  }
  dl.firstData dt {
    width: 30%;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  dl.firstData dd {
    width: 70%;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  /*-------------------------
menu(PC)
--------------------------*/
	.sickBox h4 {
  margin-bottom: 3rem !important;
}
  ul.menuSickList li {
    padding: 0.3rem 2rem;
    border-radius: 1.5rem;
  }
  .vaccinIcon {
    width: 70px;
    height: 70px;
  }
  .material-symbols-outlined {
    font-size: 44px;
  }
  .vaccinBox h4 {
    font-size: 20px;
  }
  .listLong {
    width: 100% !important;
  }
  .listBnr li, .listBnr02 li {
    border-radius: 1rem;
  }
  .cp_qa02 label {
    font-size: 120%;
  }
  .cp_qa02 label::before {
    font-size: 210%;
  }
  .zekkaFlow > li {
    padding-left: 90px;
  }
  .zekkaFlow > li dl dt {
    font-size: 1.3em;
  }
  .zekkaFlow > li:not(:last-child)::before {
    left: 1.9%;
  }
  .scopeNote {
    background-size: 8px 100%, 100% 3.1em;
  }
  .scopeNote h3 {
    font-size: 20px;
  }
  .scopeNote p {
    line-height: 2.8;
    margin-bottom: 0 !important;
  }
  .listScope li {
    font-size: 20px;
  }
  .scopeFlow ul li dl {
    display: flex;
    align-items: flex-start;
  }
  .scopeFlow ul li dl dt {
    width: 15%;
    padding: 5px 15px;
    border-radius: 1rem;
  }
  .scopeFlow ul li dl dd {
    padding-left: 100px;
  }
  .scopeFlow ul li dl dd span {
    font-size: 20px;
  }
  /*------------------------
staff(PC)
--------------------------*/
  .doctorBox00 .doctorName, .doctorBox .doctorName {
    padding: 1vw 2vw;
  }
  .doctorBox00 .doctorName {
    border-radius: 3rem 0 0 0;
    right: 0;
    bottom: 0;
  }
  .doctorName {
    border-radius: 0 3rem 0 0;
    bottom: 9.2%;
  }
  p.doctorName00, p.doctorName01 {
    font-size: 7.7rem;
	  right: -8px;
  }
  .keirekiBox {
    margin-bottom: 80px;
  }
	.keirekiBox .flexColCont:first-of-type {
	width: 60% !important;
}
.keirekiBox .flexColCont:nth-of-type(2) {
	width: 35% !important;
}
  /*-------------------------
about(PC)
--------------------------*/
  .aboutBox {
    padding: 4rem;
    margin: 10rem 0 13rem;
  }
  .aboutBox::before {
    font-size: 10rem;
    right: 5rem;
    top: -10rem;
  }
  .aboutBox h3 {
    font-size: 3.2rem;
  }
  .aboutBox .flexImg {
    width: 40%;
  }
  .aboutBox .flexConent {
    width: 55%;
  }
  .kensaBox .tblA th {
    width: 30%;
  }
  .facilityContent dl dt {
    font-size: 18px;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  .bgBl, .bgGrn {
    padding: 70px calc(50vw - 50%);
  }
  .bgBl, .bgGrn {
    margin: 50px calc(50% - 50vw) 70px;
  }
  /*-------------------------
menu(SP)
--------------------------*/
		.sickBox h4 {
  margin-bottom: 1.8rem !important;
}
  ul.menuSickList li {
    font-size: 14px;
    padding: 0.3rem 1rem;
    border-radius: 1.8rem;
  }
  ul.menuSickList li:first-child {
    margin-top: 0.6rem;
  }
  .vaccinIcon {
    width: 50px;
    height: 50px;
  }
  .material-symbols-outlined {
    font-size: 30px;
  }
  .vaccinBox h4 {
    font-size: 18px;
  }
  .checkupCol {
    display: flex;
    justify-content: space-between;
  }
  .checkupCol li {
    width: 47% !important;
  }
  .listBnr li, .listBnr02 li {
    border-radius: 0.6rem;
  }
  .cp_qa02 label {
    font-size: 15px;
  }
  .cp_qa02 label::before {
    font-size: 30px;
  }
  .zekkaFlow > li dl dt {
    font-size: 1.1em;
    padding-left: 45px;
  }
  .zekkaFlow > li:not(:last-child)::before {
    left: 14px;
  }
  .scopeNote {
    background-size: 8px 100%, 100% 5.9%;
  }
  .scopeNote h3 {
    font-size: 15px;
  }
  .scopeNote p {
    line-height: 2.5;
    font-size: 15px;
    margin-bottom: 0 !important;
  }
  .listScope li {
    font-size: 16px;
  }
  .scopeFlow ul li dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 0.6rem;
  }
  .scopeFlow ul li dl dd span {
    font-size: 1.4rem;
  }
  /*------------------------
staff(SP)
--------------------------*/
  .doctorSchedule th {
    font-size: 2.8vw !important;
  }
  .doctorSchedule td {
    font-size: 3vw !important;
  }
  .doctorName {
    border-radius: 0 2rem 0 0;
    padding: 2vw 4vw 2vw 2vw;
    bottom: 0;
  }
  p.doctorName00, p.doctorName01 {
    font-size: 10vw;
	  right: -4px;
  }
  /*-------------------------
about(SP)
--------------------------*/
  .bgBl_First {
    order: 1 !important;
  }
  .aboutBox {
    padding: 2.4rem;
    margin-top: 7rem;
  }
  .aboutBox::before {
    font-size: 5rem;
    left: 1rem;
    top: -4.8rem;
  }
  .aboutBox h3 {
    font-size: 2rem;
  }
  .kensaBox .tblA th {
    text-align: center;
  }
  .facilityContent dl dt {
    font-size: 16px;
  }
  /*-------------------------
access(SP)
--------------------------*/
  table.TimeSchedule th {
    padding: 3px;
    font-size: 4vw;
  }
  table.TimeSchedule td {
    padding: 3px;
    font-size: 4vw;
  }
	  /*-------------------------
influenza(SP)
--------------------------*/
	#flu p {
		text-align: left;
	}
}