@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
.jbsquare_emergency_contents_02__index__title {
  background: url("/med/jb_square/anesthesiology/column/02/img/index_title.png") center/cover no-repeat;
  aspect-ratio: 1200/640;
  margin-bottom: 16px;
}
.jbsquare_emergency_contents_02__index__title h1 {
  padding: 40px;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.4;
  color: #2650bc;
  text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 12px rgba(0, 0, 0, 0.5);
}
.jbsquare_emergency_contents_02__index__title h1 span {
  display: block;
  font-size: 25px;
  margin-top: 12px;
  color: #333;
}
.jbsquare_emergency_contents_02__index__profile {
  border: 1px solid #ddd;
  background: #eee;
  padding: 1rem;
  position: relative;
}
.jbsquare_emergency_contents_02__index__profile__title {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: clamp(0.75rem, 0.693rem + 0.24vw, 0.875rem);
  letter-spacing: 0.05em;
  line-height: 1;
  background: #111;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  border: none;
}
.jbsquare_emergency_contents_02__index__profile__dr {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.jbsquare_emergency_contents_02__index__profile__dr__name {
  width: calc(40% - 32px);
  padding: 16px;
  font-size: 14px;
}
.jbsquare_emergency_contents_02__index__profile__dr__name strong {
  font-size: 16px;
}
.jbsquare_emergency_contents_02__index__profile__dr__motto {
  width: 60%;
  background: url("/med/jb_square/anesthesiology/column/02/img/motto_bg.png") left center/100% auto no-repeat;
  margin-bottom: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}
.jbsquare_emergency_contents_02__index__profile__dr__motto p {
  text-align: center;
  font-size: 13px;
  padding: 8px 8px 8px 30%;
  width: 100%;
}
.jbsquare_emergency_contents_02__index__profile__dr__detail {
  width: 100%;
  padding: 0 0;
}
.jbsquare_emergency_contents_02__index__profile__dr__detail button {
  width: 176px;
  height: 32px;
  margin-inline: auto;
  display: block;
  font-size: 12px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 16px;
}
.jbsquare_emergency_contents_02__index__profile__dr__detail button::after {
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  font-size: 8px;
  line-height: 1;
  content: "▼";
  margin-left: 4px;
  transition: all 0.3s ease;
}
.jbsquare_emergency_contents_02__index__profile__dr__detail button.is-open::after {
  transform: rotate(180deg);
}
.jbsquare_emergency_contents_02__index__profile__dr__detail__text {
  padding: 16px;
  border: 1px solid #ccc;
  margin: 16px;
  background: #f6f6f6;
}
.jbsquare_emergency_contents_02__index__profile__dr__detail__text p {
  font-size: 14px;
  line-height: var(--text-line-height);
}
.jbsquare_emergency_contents_02__index__profile__dr__detail__text p + p {
  padding-top: 8px;
}
.jbsquare_emergency_contents_02__index__read p {
  margin-top: 32px;
  font-size: var(--text-base);
  line-height: var(--text-line-height);
}
.jbsquare_emergency_contents_02__index__btn {
  margin-top: 40px;
}
.jbsquare_emergency_contents_02__index__btn a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  position: relative;
}
.jbsquare_emergency_contents_02__index__btn a + a {
  margin-top: 40px;
}
.jbsquare_emergency_contents_02__index__btn a .vol {
  display: inline-block;
  background: var(--c-color-vol2);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  line-height: 1;
  border-radius: 4px;
  min-width: 100px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: -8px;
  z-index: 1;
  border: 1px solid #283da1;
}
.jbsquare_emergency_contents_02__index__btn a .main {
  width: 100%;
  border: 2px solid var(--c-color-vol2);
  background: rgba(41, 79, 254, 0.15);
  padding: 16px;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  font-size: var(--text-base);
  position: relative;
  transition: all 0.3s ease;
  border-radius: 8px;
  box-shadow: 4px 4px 0 #283da1;
}
.jbsquare_emergency_contents_02__index__btn a .main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: var(--c-color-vol2);
  transition: all 0.3s ease;
}
.jbsquare_emergency_contents_02__index__btn a .main::after {
  content: "▶";
  position: absolute;
  font-size: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: var(--c-color-vol2);
  background: #fff;
  border-radius: 32px;
  transition: all 0.3s ease-out;
  transition-delay: 0.2s;
}
.jbsquare_emergency_contents_02__index__btn a .main:hover {
  color: #fff;
}
.jbsquare_emergency_contents_02__index__btn a .main:hover::before {
  width: 100%;
}
.jbsquare_emergency_contents_02__index__btn a .main:hover::after {
  background: none;
  color: #fff;
  right: 8px;
}
.jbsquare_emergency_contents_02__index__btn a.disabled {
  pointer-events: none;
}
.jbsquare_emergency_contents_02__index__btn a.disabled .vol {
  background: #666;
  border: 1px solid #666;
}
.jbsquare_emergency_contents_02__index__btn a.disabled .main {
  border-color: #666;
  background: #eee;
  box-shadow: 4px 4px 0 #666;
}
.jbsquare_emergency_contents_02__index__btn a.disabled .main::after {
  display: none;
}
.jbsquare_emergency_contents_02__index__sv {
  text-align: right;
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
}
.jbsquare_emergency_contents_02__index__back {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 360px;
  height: 70px;
  text-align: center;
  border-radius: 70px;
  background-color: var(--color-primary);
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  color: #fff !important;
  border: 1px solid #f9f9f9;
  margin-inline: auto;
  text-decoration: none !important;
  font-feature-settings: "palt";
  margin-top: 48px;
  padding: 0 0 0 24px;
  box-sizing: border-box;
  line-height: 1;
}
.jbsquare_emergency_contents_02__index__back .small {
  font-size: 14px;
  margin-bottom: 8px;
}
.jbsquare_emergency_contents_02__index__back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%) rotate(180deg);
  width: 28px;
  height: 36px;
  background-color: #fff;
  mask: no-repeat url(/med/img/add/icn_arw_r_wt.svg) center/contain;
  -webkit-mask: no-repeat url(/med/img/add/icn_arw_r_wt.svg) center/contain;
  transition: all 0.2s ease-out;
}
.jbsquare_emergency_contents_02__index__back:hover::after {
  left: 8px;
}
@media only screen and (max-width: 767px) {
  .jbsquare_emergency_contents_02__index__title {
    background: url("/med/jb_square/anesthesiology/column/02/img/index_title.png") bottom left/cover no-repeat;
    aspect-ratio: 1200/800;
    margin-bottom: 16px;
  }
  .jbsquare_emergency_contents_02__index__title h1 {
    padding: 24px;
    font-size: 7.2vw;
    line-height: 1.5;
  }
  .jbsquare_emergency_contents_02__index__title h1 span {
    font-size: 3.4vw;
    margin-top: 8px;
  }
  .jbsquare_emergency_contents_02__index__profile {
    padding: 8px;
  }
  .jbsquare_emergency_contents_02__index__profile__dr {
    display: block;
    padding: 0 0 1px;
  }
  .jbsquare_emergency_contents_02__index__profile__dr__name {
    width: 100%;
    padding: 12px;
    font-size: 12px;
  }
  .jbsquare_emergency_contents_02__index__profile__dr__name strong {
    font-size: 14px;
  }
  .jbsquare_emergency_contents_02__index__profile__dr__motto {
    width: 100%;
    margin-bottom: 12px;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .jbsquare_emergency_contents_02__index__profile__dr__motto p {
    font-size: 12px;
    padding: 8px 8px 8px 25%;
  }
  .jbsquare_emergency_contents_02__index__profile__dr__detail {
    width: 100%;
    padding: 0;
  }
  .jbsquare_emergency_contents_02__index__profile__dr__detail__text {
    padding: 14px;
    margin: 12px;
  }
  .jbsquare_emergency_contents_02__index__profile__dr__detail__text p {
    font-size: 14px;
    line-height: var(--text-line-height);
  }
  .jbsquare_emergency_contents_02__index__profile__dr__detail__text p + p {
    padding-top: 8px;
  }
  .jbsquare_emergency_contents_02__index__read p {
    margin-top: 16px;
    font-size: var(--text-base);
    line-height: var(--text-line-height);
  }
  .jbsquare_emergency_contents_02__index__btn {
    margin-top: 40px;
  }
  .jbsquare_emergency_contents_02__index__btn a .vol {
    font-size: 12px;
  }
  .jbsquare_emergency_contents_02__index__btn a .main {
    padding: 12px 70px 8px 12px;
    line-height: 1.6;
  }
  .jbsquare_emergency_contents_02__index__sv {
    margin-top: 12px;
  }
}
.jbsquare_emergency_contents_02__column {
  max-width: 980px;
  width: 90%;
  margin-inline: auto;
}
.jbsquare_emergency_contents_02__column__title {
  background: url("/med/jb_square/anesthesiology/column/02/img/index_title.png") bottom left/cover no-repeat;
  aspect-ratio: 4/1;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.jbsquare_emergency_contents_02__column__title h1 {
  padding: 0 4% 3.125% 16%;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.8;
  color: #2650bc;
  letter-spacing: 0.05em;
  text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 12px rgba(0, 0, 0, 0.5);
}
.jbsquare_emergency_contents_02__column__title h1 span {
  display: block;
  font-size: 20px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .jbsquare_emergency_contents_02__column__title {
    aspect-ratio: 2/1;
  }
  .jbsquare_emergency_contents_02__column__title h1 {
    font-size: 6vw;
    line-height: 1.5;
  }
  .jbsquare_emergency_contents_02__column__title h1 span {
    margin-top: 8px;
    font-size: 3vw;
  }
}
.jbsquare_emergency_contents_02__column__block {
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
.jbsquare_emergency_contents_02__column__block__bottom {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.jbsquare_emergency_contents_02__column__block__bottom p {
  margin-bottom: 0 !important;
}
.jbsquare_emergency_contents_02__column__block__bottom a {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .jbsquare_emergency_contents_02__column__block__bottom {
    display: block;
    margin-bottom: 1rem;
  }
  .jbsquare_emergency_contents_02__column__block__bottom a {
    margin-top: 1rem;
  }
}
.jbsquare_emergency_contents_02__column__block__bottom__btn {
  display: block;
  width: 240px;
  background: #fff;
  color: #000 !important;
  padding: 0.8rem 2.3rem 0.8rem 1rem;
  outline: 2px solid #000;
  box-sizing: border-box;
  border-radius: 999em;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
  margin-left: auto;
  text-align: center;
  margin-top: 1.5rem;
}
.jbsquare_emergency_contents_02__column__block__bottom__btn.left {
  margin-left: 0;
  margin-right: auto;
  padding-left: 2.5rem;
}
.jbsquare_emergency_contents_02__column__block__bottom__btn.left::before {
  font-family: "icomoon";
  content: "\e900";
  color: #000;
  position: absolute;
  left: 0.9rem;
  right: auto;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.jbsquare_emergency_contents_02__column__block__bottom__btn.disabled {
  background: #ccc;
  pointer-events: none;
  color: #666 !important;
  outline: 2px solid #999;
}
.jbsquare_emergency_contents_02__column__block__bottom__btn.disabled::before {
  font-family: "icomoon";
  content: "\e900";
  color: #999;
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-45%);
  transition: 0.5s;
  font-size: 13px;
  z-index: 2;
}
.jbsquare_emergency_contents_02__column__block__bottom__btn::before {
  font-family: "icomoon";
  content: "\e900";
  color: #000;
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  font-size: 13px;
  z-index: 2;
}
.jbsquare_emergency_contents_02__column__block__bottom__btn::after {
  content: "";
  position: absolute;
  background: #000;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  z-index: -1;
  transition: 0.4s;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .jbsquare_emergency_contents_02__column__block__bottom__btn {
    margin-inline: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .jbsquare_emergency_contents_02__column__block__bottom__btn:hover {
    color: #fff !important;
    background: #000;
    transition-delay: 0.2s;
  }
  .jbsquare_emergency_contents_02__column__block__bottom__btn:hover::before {
    right: 0.5rem;
    color: #fff;
    transition-delay: 0.2s;
  }
  .jbsquare_emergency_contents_02__column__block__bottom__btn:hover::after {
    content: "";
    background: #000;
    width: calc(100% + 10px);
  }
  .jbsquare_emergency_contents_02__column__block__bottom__btn.left:hover::before {
    left: 0.5rem;
    right: auto;
    color: #fff;
    transition-delay: 0.2s;
  }
  .jbsquare_emergency_contents_02__column__block__bottom__btn.right {
    margin-right: 0;
    margin-left: auto;
  }
  .jbsquare_emergency_contents_02__column__block__bottom__btn.left {
    margin-right: auto;
    margin-left: 0;
  }
}
.jbsquare_emergency_contents_02__column__block.frame {
  background: #fff;
  padding: 1.5rem;
  border: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  .jbsquare_emergency_contents_02__column__block.frame {
    padding: 1rem;
  }
}
.jbsquare_emergency_contents_02__column__block h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
}
.jbsquare_emergency_contents_02__column__block h2 .label {
  display: inline-block;
  background: var(--c-color-vol2);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  line-height: 1;
  border-radius: 6px 6px 0 0;
  min-width: 100px;
  text-align: center;
}
.jbsquare_emergency_contents_02__column__block h2 .main {
  width: 100%;
  border-top: 2px solid var(--c-color-vol2);
  border-bottom: 2px solid var(--c-color-vol2);
  background: rgba(41, 79, 254, 0.15);
  padding: 16px;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  font-size: var(--text-middle);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .jbsquare_emergency_contents_02__column__block h2 .label {
    font-size: 12px;
  }
  .jbsquare_emergency_contents_02__column__block h2 .main {
    padding: 8px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.jbsquare_emergency_contents_02__column__block .head {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
}
.jbsquare_emergency_contents_02__column__block .exnumber {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
  text-align: right;
  margin: 16px 0 24px;
}
.jbsquare_emergency_contents_02__column__block p {
  margin-bottom: 3rem;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0 0 0 0.5rem;
}
.jbsquare_emergency_contents_02__column__block p.q {
  position: relative;
  margin-bottom: 3rem;
}
.jbsquare_emergency_contents_02__column__block p.q::before {
  content: "";
  background: url("/med/jb_square/anesthesiology/column/01/img/icon_jbird.png") left center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 50px;
  height: 41px;
}
.jbsquare_emergency_contents_02__column__block p.q span {
  padding: 0.6rem 1rem;
  font-weight: bold;
  border-radius: 6px;
  position: relative;
  border: 2px solid #9a0000;
  font-weight: bold;
  display: block;
  width: calc(100% - 65px);
  margin-left: 65px;
  box-sizing: border-box;
}
.jbsquare_emergency_contents_02__column__block p.q span::before, .jbsquare_emergency_contents_02__column__block p.q span::after {
  position: absolute;
  top: 11px;
  transform: scaleY(0.8);
  left: 0px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}
.jbsquare_emergency_contents_02__column__block p.q span::before {
  margin-left: -22px;
  border-color: transparent;
  border-right-color: #9a0000;
  border-width: 11px;
}
.jbsquare_emergency_contents_02__column__block p.q span::after {
  margin-left: -21px;
  margin-top: -2px;
  border-color: transparent;
  border-right-color: white;
  border-width: 13px;
}
@media only screen and (max-width: 767px) {
  .jbsquare_emergency_contents_02__column__block p {
    margin-bottom: 2rem;
  }
  .jbsquare_emergency_contents_02__column__block p.q {
    margin-bottom: 2rem;
  }
}
.jbsquare_emergency_contents_02__column__block p span.dr {
  display: block;
  font-size: clamp(0.75rem, 0.693rem + 0.24vw, 0.875rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 70px;
  padding: 0.4rem 0;
  text-align: center;
  margin-bottom: 0.3rem;
  font-weight: bold;
  margin-right: 0.3rem;
  background: #dae3f3;
  border: 1px solid #b3c6e7;
}
.jbsquare_emergency_contents_02__column__block h3 {
  color: var(--c-color-vol2);
  font-weight: bold;
  border-bottom: 2px solid var(--c-color-vol2);
  padding-bottom: 0.3rem;
  margin-bottom: 2rem;
  font-size: var(--text-middle);
}
.jbsquare_emergency_contents_02__column__block .point {
  padding: 32px;
  text-align: center;
  background: #f6f6f6;
}
.jbsquare_emergency_contents_02__column__block .point span {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.jbsquare_emergency_contents_02__column__block .point strong {
  display: block;
  font-size: 30px;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-feature-settings: "palt";
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .jbsquare_emergency_contents_02__column__block .point {
    padding: 24px;
  }
  .jbsquare_emergency_contents_02__column__block .point span {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .jbsquare_emergency_contents_02__column__block .point strong {
    font-size: 5.25vw;
  }
}