/* CSS Document */
.txtHifuka {
  color: #e47a82;
}
/* about */
span.nameRijiJp {
  font-weight: bold;
  font-size: 1.3em;
}
span.nameRijiEn {
  padding-left: 15px;
  font-size: 0.8em;
  color: var(--c-green);
}
img.nameImg01, img.nameImg02 {
  width: 40px;
  height: auto;
}
dl.drCareer {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
dl.drCareer dt {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-bottom: 10px;
}
dl.drCareer dd {
  width: 80%;
  margin-bottom: 10px;
}
.facDtGreen dl dt {
  color: var(--c-green);
  font-weight: bold;
}
/* naika */
.menuIconList {
  display: flex;
}
.menuIconList li {
  position: relative;
  margin: auto;
  background-color: #F7F6F1;
  border-radius: 10px;
  text-align: center;
}
.menuIconList li img {
  width: 50%;
}
.menuIconList li .label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.decBox.decBox01.listSymptoms .listCheck {
  color: #333333;
}
span.underLineSymptoms {
  background: linear-gradient(transparent 80%, #fff3bd 80%);
}
ul.listMenuEtcLink li a {
  display: inline-block;
  width: 100%;
  padding: min(1.5vw, 18px) min(2.5vw, 30px);
  text-align: center;
  color: #333333;
  position: relative;
}
ul.listMenuEtcLink li a::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 50%;
  width: min(0.83vw, 10px);
  height: min(0.83vw, 10px);
  transform: translateY(-50%) rotate(45deg);
}
ul.listMenuEtcLink li.btn--naika a {
  background: #DEF6F9;
}
ul.listMenuEtcLink li.btn--naika a::after {
  border-top: 1px solid #38ACBB;
  border-right: 1px solid #38ACBB;
}
ul.listMenuEtcLink li.btn--jiyu a {
  background: #edd5eb;
}
ul.listMenuEtcLink li.btn--jiyu a::after {
  border-top: 1px solid #c088ba;
  border-right: 1px solid #c088ba;
}
ul.listMenuEtcLink li.btn--special a {
  background: #e3faed;
}
ul.listMenuEtcLink li.btn--special a::after {
  border-top: 1px solid #47be97;
  border-right: 1px solid #47be97;
}
/* kenshin */
.boxKenshinTel p {
  color: #333;
}
.faqList {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: rgb(0 0 0 / 2%);
}
.faqList summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 1em 1em 3em;
  cursor: pointer;
}
.faqList summary::before, .faqList p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.faqList summary::before {
  color: var(--c-green);
  content: "Q";
}
.faqList summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 2px solid #c0c0c0;
  border-right: 2px solid #c0c0c0;
  content: '';
  transition: transform .5s;
}
.faqList[open] summary::after {
  transform: rotate(225deg);
}
.faqList p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}
.faqList[open] p {
  transform: none;
  opacity: 1;
}
.faqList p::before {
  color: #F8B500;
  line-height: 1.2;
  content: "A";
}
.boxKenshinOption h3.hD {
  margin-top: 60px;
}
.boxKenshinOption h3 span {
  float: right;
  color: #333;
}
.boxKenshinOption .kenshinOptionDetail span {
  background-color: #F7F4E7;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 15px;
}
.ttlVaccine {
  margin: min(4.16vw, 50px) 0;
  line-height: 1.5;
  padding-left: min(4.4vw, 50px);
  position: relative;
}
.ttlVaccine::before {
  content: "\e133";
  font-family: var(--ff-symbol);
  font-size: min(3.75vw, 4.5rem);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  font-weight: 300;
  color: var(--c-green);
}
.boxKenshinFeature .decBox01 {
  color: #333;
  background-image: url("../../img/page/gairai/bg_kenshin.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 20% auto;
}
#tableKenshinPrice .kenshinPriceTab {
  display: flex;
  margin-bottom: 0px;
}
#tableKenshinPrice .kenshinPriceTab > li {
  background: var(--c-beige);
  color: var(--c-green);
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: min(0.83vw, 10px) min(0.83vw, 10px) 0 0;
}
#tableKenshinPrice .kenshinPriceTab > li.active {
  color: #ffffff;
  background-color: var(--c-green);
}
#tableKenshinPrice .kenshinPriceContent {
  display: none;
}
#tableKenshinPrice .kenshinPriceContent:first-child {
  display: block;
}
#tableKenshinPrice .kenshinPriceContent .tblA th, #tableKenshinPrice .kenshinPriceContent .tblA td {
  text-align: center;
}
#tableKenshinPrice .kenshinPriceContent .tblA th span {
  font-size: 80%;
}
#tableKenshinPrice .kenshinPriceContent .kenshinPriceTbl th {
  background: var(--c-beige);
}
/*houmon*/
.houmonHdFlex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 80px auto;
}
.houmonHdBox {
  background-color: #F7F6F1;
  padding: 30px;
  border-radius: 20px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.houmonHdBox:after {
  content: '';
  background: url("../../img/page/houmon/houmon_bg01.svg");
  position: absolute;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  bottom: -30px;
  left: 45%;
}
.h_fstBox:after {
  left: inherit;
  right: 0 !important;
}
.h_lstBox:after {
  left: 5% !important;
}
.houmonHdBox p {
  margin-bottom: 0;
}
.houmonHdTitle {
  font-size: 3.2rem;
  text-align: center;
  margin: 0 auto 50px;
  position: relative;
  width: 950px;
  padding: 0 min(3.3vw, 40px);
}
.houmonHdTitle::before {
  left: 0;
  transform: rotate(-30deg);
}
.houmonHdTitle::after {
  right: 0;
  transform: rotate(30deg);
}
.houmonHdTitle::before, .houmonHdTitle::after {
  content: "";
  width: 1px;
  height: min(4vw, 50px);
  position: absolute;
  bottom: 0;
  background: #333;
}
.houmonHdTitle span::before {
  content: "";
  background: url("../../img/page/houmon/houmon_bg02.svg") center center / contain no-repeat;
  aspect-ratio: 59/6;
  width: 95%;
  position: absolute;
  left: 45px;
  bottom: -60%;
  z-index: -1;
}
ul.houmonCheck {
  width: 700px;
  margin: 0 auto;
}
.houmonCheck li {
  position: relative;
  padding: 10px 0 10px 50px;
  border-bottom: 1px dashed #ddd;
}
.houmonCheck li:before {
  content: '';
  background-image: url("../../img/page/houmon/checkIcon.svg");
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  left: 5px;
}
.hm_htrHd {
  font-size: min(2.5vw, 3rem);
  color: #333333;
  line-height: 1.2;
  position: relative;
  padding: 0 0 1em 2em;
  margin: 30px 0 0px;
  z-index: 9;
}
.hm_htrHd:after {
  content: attr(data-number);
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-size: 8rem;
  color: rgba(147, 172, 183, 0.2);
  position: absolute;
  top: -40px;
  left: -10px;
  z-index: -1;
}
.hm_whiteBox {
  padding: min(1.25vw, 15px);
  border-radius: min(0.4vw, 5vw);
  margin: min(0.4vw, 5px) 0;
  background-color: #fff;
}
.hm_whiteBox h5 {
  font-weight: bold;
  color: var(--c-houmon);
}
#houmonHowTo .houmonInfoTab {
  display: flex;
  margin-bottom: 0px;
}
#houmonHowTo .houmonInfoTab > li {
  background: var(--c-beige);
  color: var(--c-houmon);
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: min(0.83vw, 10px) min(0.83vw, 10px) 0 0;
}
#houmonHowTo .houmonInfoTab > li.active {
  color: #ffffff;
  background-color: var(--c-houmon);
}
#houmonHowTo .houmonInfoContent {
  display: none;
}
#houmonHowTo .houmonInfoContent:first-child {
  display: block;
}
#houmonHowTo .houmonInfoTbl {
  width: 100%;
}
#houmonHowTo .houmonInfoTbl tr {
  border-bottom: 1px dotted var(--c-houmon);
}
#houmonHowTo .houmonInfoTbl th {
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}
#houmonHowTo .houmonInfoTbl th span {
  color: var(--c-houmon);
  font-weight: bold !important;
  font-size: 2.4rem;
}
#houmonHowTo .houmonInfoTbl a {
  color: #ff6507;
  text-decoration: none;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
pcSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width:768px) {
  /* about */
  .boxRinenCcl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .boxRinenCcl li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: var(--c-beige);
    margin: 0 1% 60px;
  }
  .boxRinenCcl li p {
    margin-bottom: 0;
  }
  .boxRinenCcl li p span {
    font-size: 1.2em;
    color: #f7a500;
    font-weight: bold;
    padding: 0 5px;
  }
  .boxAnnouncement {
    background-image: url("../../img/page/about/index01.png");
    background-position: right 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .boxAnnouncement ol.listNum li {
    margin-left: 25px;
    line-height: 2;
  }
  .boxAnnouncement ol.listNum li::marker {
    font-size: 1.2em;
    color: var(--c-green);
  }
  .boxAnnouncement p {
    max-width: 70%;
  }
  .facImgMb {
    margin-bottom: 35px;
  }
  /* access */
  .acsTel {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .acsTel .ft__tel__num {
    padding-top: 1.4vw;
  }
  /* naika */
  .menuIconList {
    flex-wrap: nowrap;
  }
  .menuIconList li {
    width: 18%;
  }
  .menuIconList li img {
    margin-top: 20px;
  }
  .menuIconList li .label {
    font-size: 1.8rem;
    margin: 10px auto 20px;
  }
  .boxZekkaLink {
    background-image: url("../../img/page/gairai/allergy02.png");
    background-position: right 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  /* kenshin */
  .wrapKenshinSaitama .tblA th {
    width: 15%;
  }
  .boxStressCheck {
    background-image: url("../../img/page/kenshin/kenshin05.png");
    background-position: right 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .boxStressCheck .hC {
    margin-top: 0;
    margin-bottom: 10px;
  }
  #tableKenshinPrice {
    padding: 0px 0 90px;
  }
  #tableKenshinPrice .kenshinPriceTab {
    justify-content: flex-start;
  }
  #tableKenshinPrice .kenshinPriceTab > li {
    width: 50%;
    padding: 20px 0 15px;
    margin-right: 5px;
    font-size: 2.4rem;
  }
  #tableKenshinPrice .kenshinPriceTab > li:last-of-type {
    margin-right: 0;
  }
  #tableKenshinPrice .kenshinPriceContent {
    padding: 50px;
    border: 3px solid var(--c-green);
    border-radius: 0 0 min(0.83vw, 10px) min(0.83vw, 10px);
  }
  /* info */
  .boxInfoOnline {
    background-image: url("../../img/page/first/bg_online.png");
    background-position: right 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  /*houmon*/
  #houmon .flexCol2 .flexColCont {
    width: 49%;
  }
  #houmonHowTo {
    padding: 0px 0 90px;
  }
  #houmonHowTo .houmonInfoTab {
    justify-content: flex-start;
  }
  #houmonHowTo .houmonInfoTab > li {
    width: 35%;
    padding: 20px 0 15px;
    margin-right: 5px;
    font-size: 2.4rem;
  }
  #houmonHowTo .houmonInfoTab > li:last-of-type {
    margin-right: 0;
  }
  #houmonHowTo .houmonInfoContent {
    padding: 50px;
    border: 3px solid var(--c-houmon);
    border-radius: 0 0 min(0.83vw, 10px) min(0.83vw, 10px);
  }
  #houmonHowTo .houmonInfoTbl th {
    padding: 20px 0;
  }
  #houmonHowTo .houmonInfoTbl td {
    padding: 50px 0 20px;
  }
  #houmonHowTo .houmonInfoTbl th {
    font-size: 1.8rem;
    width: 20%;
  }
  #houmonHowTo .houmonInfoTbl td {
    width: 80%;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {
  /*houmon*/
  .houmonHdFlex {
    width: 95%;
    margin: 3vw auto 8vw;
  }
  .houmonHdBox {
    padding: 20px;
  }
  .houmonHdTitle {
    font-size: min(2.4vw, 2.4rem);
    width: 95%;
    padding: 0 min(3.3vw, 40px);
  }
  .houmonHdTitle span::before {
    width: 60%;
    left: 20%;
    bottom: -60%;
    z-index: -1;
  }
  #houmon .decBox03 {
    z-index: 0;
  }
  .houmonHdTitle::before {
    left: 10vw;
  }
  .houmonHdTitle::after {
    right: 10vw;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
spSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  /* about */
  ul.boxRinenCcl {
    margin-bottom: 30px;
    ;
  }
  ul.boxRinenCcl li p {
    padding-left: 2rem;
    text-indent: -1rem;
  }
  ul.boxRinenCcl li p::before {
    content: "";
    display: inline-block;
    margin-right: min(1.6vw, 2rem);
    width: min(1.6vw, 2rem);
    height: min(1.6vw, 2rem);
    border-radius: 50%;
    background: var(--c-green);
    transform: translateY(-50%);
  }
  .boxRinenCcl li p br {
    display: none;
  }
  .boxRinenCcl li p span {
    color: #f7a500;
    font-weight: bold;
    padding: 0 2px;
  }
  .boxAnnouncement ol.listNum li::marker {
    color: var(--c-green);
  }
  /* access */
  .acsTel .ftCont__tel {
    margin-bottom: min(9.17vw, 110px);
  }
  /* naika */
  .menuIconList {
    flex-wrap: wrap;
  }
  .menuIconList li {
    width: 30%;
    margin-bottom: 15px;
  }
  .menuIconList li img {
    margin-top: 10px;
  }
  .menuIconList li .label {
    margin: 10px auto;
  }
  ul.listMenuEtcLink li a {
    padding: min(2.92vw, 35px);
  }
  /* kenshin */
  .faqDlWrap dl {
    margin: 10px 0 0;
  }
  .faqDlWrap dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .faqDlWrap dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .faqDlWrap dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .faqDlWrap dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
  }
  .faqDlWrap dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .faqDlWrap dl dd p {
    margin: 30px 0 0;
  }
  .faqDlWrap dl dd p:first-child {
    margin-top: 0;
  }
  .faqList summary {
    padding: 1em 2.5em 1em 3em;
  }
  .faqList summary::after {
    position: absolute;
    right: 2.5vw;
  }
  .ttlVaccine {
    margin: min(6vw, 50px) 0;
    padding-left: min(10vw, 50px);
  }
  .ttlVaccine::before {
    font-size: min(7vw, 3.5rem);
  }
  .boxKensaHoumon .flexColCont img {
    width: 60%;
  }
  #tableKenshinPrice {}
  #tableKenshinPrice .kenshinPriceTab {
    margin-top: 8vw;
    justify-content: space-between;
  }
  #tableKenshinPrice .kenshinPriceTab > li {
    width: 49.3%;
    padding: 4vw 0;
  }
  #tableKenshinPrice .kenshinPriceContent {
    padding: 8vw 4vw;
    border: 3px solid var(--c-green);
    border-radius: 0 0 min(0.83vw, 10px) min(0.83vw, 10px);
  }
  #tableKenshinPrice .kenshinPriceContent table {
    font-size: 85%;
  }
  #tableKenshinPrice .kenshinPriceContent table tr th:first-child {
    width: 30%;
  }
  #tableKenshinPrice .kenshinPriceContent table td {
    padding: 0;
  }
  /*houmon*/
  .houmonHdFlex {
    display: block;
    width: 100%;
    margin: 30px auto;
  }
  .houmonHdBox {
    margin-bottom: 15px;
    padding: 20px;
  }
  .houmonHdBox:not(:last-child):after {
    display: none;
  }
  .houmonHdTitle {
    font-size: min(4.8vw, 2.4rem);
    margin: 0 auto 20px;
    width: 100%;
  }
  .houmonHdTitle span::before {
    width: 95%;
    position: absolute;
    left: 10px;
    bottom: -20%;
  }
  ul.houmonCheck {
    width: 100%;
  }
  .houmonCheck li {
    padding: 10px 0 10px 20px;
  }
  .houmonCheck li:before {
    width: 25px;
    height: 25px;
    top: 10px;
    left: -5px;
  }
  .hm_htrHd {
    font-size: min(5vw, 3rem);
  }
  .houmonPrice {
    font-size: 3vw;
  }
  #houmon .flexCol2 {
    margin-bottom: 4vw;
  }
  #houmonHowTo {
    padding: 10.67vw 0;
  }
  #houmonHowTo .houmonInfoTab {
    margin-top: 8vw;
    justify-content: space-between;
  }
  #houmonHowTo .houmonInfoTab > li {
    width: 49.3%;
    padding: 4vw 0;
  }
  #houmonHowTo .houmonInfoContent {
    padding: 8vw 4vw;
    border: 3px solid var(--c-houmon);
    border-radius: 0 0 min(0.83vw, 10px) min(0.83vw, 10px);
  }
  #houmonHowTo .houmonInfoTbl th, #houmonHowTo .houmonInfoTbl td {
    width: 100%;
    display: block;
  }
  #houmonHowTo .houmonInfoTbl th {
    font-size: 4.8vw;
    padding: 3vw 0;
  }
  #houmonHowTo .houmonInfoTbl td {
    padding-bottom: 8vw;
  }
}