* {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4 {
  all: revert;
  margin: unset;
  padding: unset;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background-color: #EFF4E5;
}
body #scrollTop,
body button {
  cursor: pointer;
}
body button {
  white-space: nowrap;
}

header {
  background-color: #FFFFFF;
  color: white;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 21px;
  border-bottom: 2px solid #EFEAEA;
}
header .contact {
  background-color: #44ABE7;
  color: #FFFFFF;
  border: none;
  text-decoration: none;
  width: 111px;
  height: 26px;
  align-content: center;
}
header .contact:visited, header .contact:hover, header .contact:focus {
  color: #FFFFFF;
}
header img {
  height: 32px;
  width: 144px;
}

footer {
  padding-top: 65px;
  display: flex;
  flex-direction: column;
}
footer .top-btn {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  align-self: end;
  margin-right: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #93BD3B;
  color: #FFFFFF;
}
footer {
  /* SVG Arrow Styles */
}
footer .chevron {
  fill: none;
  stroke: #FFFFFF;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
}
footer .chevron-up {
  width: 24px;
  height: 12px;
}
footer .chevron-right {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.menu .menu-item {
  border-top: 1px solid #707070;
  padding: 10px 29px 10px 20px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
}
.menu .menu-item img {
  width: 8px;
  height: 15px;
  align-self: center;
}
.menu .menu-item:last-child {
  border-bottom: 1px solid #707070;
}
.menu .menu-item:visited {
  color: #000;
}
.menu .menu-content {
  display: flex;
  align-items: center;
}
.menu {
  /* Blue Indicator Bar */
}
.menu .indicator {
  width: 3px;
  height: 16px;
  background-color: #44ABE7;
  margin-right: 6px;
}
.menu {
  /* Green Arrow Circle */
}
.menu .arrow-circle {
  background-color: #99c24d;
  border-radius: 9999px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.menu .menu-item:hover .arrow-circle {
  opacity: 0.8;
}

.logo {
  text-align: center;
}
.logo img {
  margin-top: 50px;
  margin-bottom: 20px;
  height: 31px;
}
.logo .copyright {
  margin-bottom: 19px;
}

main,
header,
footer {
  max-width: 600px;
  min-width: 375px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

main,
footer {
  background-color: #FFFFFF;
}

main .h-title {
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
main .square {
  font-size: 24px;
}
main .tel-num {
  margin: 10px 0;
}
main .tel-num .contact-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
main .tel-num .num {
  font-size: 30px;
  font-weight: bold;
  color: #174F9E;
  line-height: 0;
}
main .tel-num .free {
  vertical-align: super;
  margin-left: 5px;
}
main .reception-hours {
  margin-bottom: 5px;
}

.text-size-18 {
  font-size: 18px;
}

.text-bold {
  font-weight: bold;
}

.text-underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.my-30 {
  margin: 30px 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: flex;
}
.d-flex.space-between {
  justify-content: space-between;
}

.ml-9 {
  margin-left: -9px;
}

select {
  color: #000;
  background-color: #FFFFFF;
}

#open-modal,
.close-modal {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  padding: 25px 18px 50px;
  width: 90%;
  max-width: 400px;
  margin: 168px auto 0;
  box-sizing: border-box;
}
.modal-content .close-btn {
  color: #44ABE7;
  font-size: 25px;
  text-align: right;
  line-height: 0;
}
.modal-content .content {
  margin-top: 25px;
  margin-bottom: 30px;
}
.modal-content .button-group {
  width: 100%;
}
.modal-content .button-group .btn {
  height: 45px;
  width: 240px;
  border-radius: 4px;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  align-content: center;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
.modal-content .button-group .btn:first-child {
  background-color: #44ABE7;
  margin-bottom: 15px;
}
.modal-content .button-group .btn:nth-child(2) {
  background-color: #636363;
}
.modal-content .close-external-modal {
  cursor: pointer;
}

.header-border-none {
  border-bottom: none;
}

.drug-name {
  white-space: nowrap;
  font-size: inherit;
  font-weight: inherit;
}/*# sourceMappingURL=common.css.map */