@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
:where(body) {
  -webkit-font-smoothing: antialiased;
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
}

:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  block-size: 0;
  overflow: visible;
  border: none;
  -webkit-border-before: 1px solid;
  border-block-start: 1px solid;
  color: #ccc8ce;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(
    .visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)
  ) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}

a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: break-word;
}

.uppercase {
  text-transform: uppercase;
}
.pb0 {
  padding-bottom: 0 !important;
}

.mta {
  margin-top: auto !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt0-5r {
  margin-top: 0.5rem !important;
}

.mt1r {
  margin-top: 1rem !important;
}

.mt1-5r {
  margin-top: 1.5rem !important;
}

.mt2r {
  margin-top: 2rem !important;
}

.mt3r {
  margin-top: 3rem !important;
}

.mt40p {
  margin-top: 40px !important;
}

.mt60p {
  margin-top: 60px !important;
}

.mt80p {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1r {
  margin-bottom: 1rem !important;
}

.mb1-5r {
  margin-bottom: 1.5rem !important;
}

.mb2r {
  margin-bottom: 2rem !important;
}

.mb3r {
  margin-bottom: 3rem !important;
}

.fz18 {
  font-size: 1.125rem;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #333;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  counter-reset: number 0;
}

*:focus {
  outline: none;
}

.text-center {
  text-align: center;
}
.text-center img {
  margin-right: auto;
  margin-left: auto;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

.is-hidden {
  display: none !important;
}
picture {
  display: block;
}
picture img {
  display: block;
}

.inner {
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ramification main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ramification_container {
  max-width: 1100px;
  padding: 100px 35px;
}
.ramification_container .logo_yescarta img {
  margin: 0 auto;
}
.ramification_container .site-description {
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2;
  text-align: center;
}
.ramification_cont_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4rem;
}
.ramification_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.ramification_cont:hover {
  cursor: pointer;
}
.ramification_cont:hover .ramification_cont_inner {
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ramification_cont:hover .ramification_cont_inner .ramification_btn::after {
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg);
}
.ramification_cont + .ramification_cont {
  margin-left: 30px;
}
.ramification_cont_inner {
  padding: 30px;
  background-color: #fff;
}
.ramification_cont p {
  margin-top: 1rem;
  line-height: 1.875;
}
.ramification_cont .g-station-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.ramification_cont .g-station-plus dt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
}
.ramification_cont .g-station-plus dt img {
  width: 100%;
}
.ramification_cont .g-station-plus dd {
  width: 12em;
  color: #5a656c;
  font-size: 0.875rem;
  line-height: 1.4286;
}
.ramification_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 64px;
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
}
.ramification_btn::after {
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(0) rotate(45deg);
  transform: translateX(0) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ramification .for_patients .ramification_btn {
  width: 100%;
  border: none;
  background-color: #ff8674;
}
.ramification .for_patients p {
  color: #d66965;
}
.ramification .for_medical .ramification_btn {
  background-color: #3c1053;
}
.ramification .for_medical p {
  color: #3c1053;
}
.ramification .global-footer .footer-nav-wrap {
  display: none;
}

header {
  z-index: 100;
  position: relative;
  width: 100%;
  padding-top: 1.625rem;
  border-bottom: 4px solid #3c1053;
  background-color: #fff;
}
header .site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .site-header .site-logo {
  width: 225px;
  margin-right: 12px;
}
header .site-header .site-logo img {
  aspect-ratio: 225/35;
  width: 100%;
  height: auto;
}
header .site-header .site-description {
  font-weight: 500;
}
header nav {
  position: relative;
  width: 100%;
}
header nav::before {
  display: block;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ebe6ef;
  content: "";
}
header .global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
header .global-nav .nav-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  background-color: #fcd5d0;
  color: #3c1053;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3333;
  text-align: center;
}
header .global-nav .nav-trigger span span {
  display: inline-block;
}
header .global-nav .nav-trigger.current {
  background-color: #3c1053;
  color: #fff;
}
header .global-nav .subnav {
  display: none;
  width: 100%;
  border-top: 4px solid #ff8674;
  background-color: #fff;
}
header .global-nav .subnav.is_hover {
  display: block;
}
header .global-nav .subnav a {
  display: block;
  position: relative;
  color: #3c1053;
  font-weight: 500;
  line-height: 1.625;
  text-decoration: none;
}
header .global-nav .subnav a.current {
  background-color: #3c1053;
  color: #fff;
}

#menu-btn-check {
  display: none;
}

.menu-btn {
  display: none;
}

.showCheck .hamburger-menu,
.showCheck .kv,
.showCheck .page-header,
.showCheck .container,
.showCheck .global-footer .footer-nav-wrap {
  display: none !important;
}
.showCheck main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}
.showCheck .entrance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 70px 2rem 80px;
  background-color: #fff;
}
.showCheck .entrance_title {
  width: 100%;
  max-width: 550px;
  margin-bottom: 1.375rem;
  padding-bottom: 1.375rem;
  border-bottom: 1px dashed #000;
  color: #3c1053;
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
}
.showCheck .entrance_title span {
  display: inline-block;
}
.showCheck .entrance_text {
  max-width: 550px;
  line-height: 1.875;
}
.showCheck .entrance_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 550px;
  margin-top: 45px;
}
.showCheck .entrance_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.showCheck .entrance_btn#entrance-yes {
  background-color: #3c1053;
  color: #fff;
}
.showCheck .entrance_btn#entrance-no {
  background-color: #fcd5d0;
  color: #3c1053;
}
.showCheck .entrance_btn:hover {
  opacity: 0.8;
}

.breadcrumb {
  margin: 1.5em 0;
  font-size: 0.875rem;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li + li::before {
  margin: 0 0.5em;
  content: ">";
}
.breadcrumb a {
  color: #00a3e1;
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}

.contents-nav {
  margin-bottom: 50px;
  padding: 10px;
  border: 1px solid #e6afa7;
  border-radius: 6px;
  background-color: #faefed;
}
.contents-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contents-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contents-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 18px;
  color: #3c1053;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4444;
}
.contents-nav ul li span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contents-nav ul li i.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ff8674;
}
.contents-nav ul li i.arrow::before {
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 4px 0 4px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  content: "";
}

.page-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.page-header .inner-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-header .inner .page-category {
  color: #3c1053;
  font-weight: 500;
  font-size: 1.375rem;
}
.page-header .inner .page-title {
  color: #3c1053;
  font-weight: 700;
  font-size: 2.375rem;
}

.patients.top .kv {
  padding-top: 26px;
  padding-bottom: 26px;
  background: #ebe6ef url("../img/top/bg_book.webp") no-repeat center bottom;
}
.patients.top .kv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.patients.top .kv_set {
  width: 52.7273%;
}
.patients.top .kv_bnrs {
  width: 45.4545%;
}
.patients.top .kv_bnrs .bnr {
  display: block;
  position: relative;
  padding-left: 37.2%;
  color: inherit;
}
.patients.top .kv_bnrs .bnr dl {
  padding: 1rem 20px 1.5rem 0;
}
.patients.top .kv_bnrs .bnr dt {
  color: #3c1053;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.1;
}
.patients.top .kv_bnrs .bnr dd {
  margin-top: 10px;
}
.patients.top .kv_bnrs .bnr::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  height: 90%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.patients.top .kv_bnrs .bnr_car-t {
  border-top: 1px solid #dfb0aa;
  border-bottom: 1px solid #dfb0aa;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsl(8, 74%, 94%)),
    color-stop(11%, hsl(8, 71%, 93%)),
    color-stop(22%, hsl(8, 69%, 92%)),
    color-stop(33%, hsl(8, 67%, 91%)),
    color-stop(44%, hsl(7, 65%, 90%)),
    color-stop(56%, hsl(7, 64%, 89%)),
    color-stop(67%, hsl(7, 62%, 88%)),
    color-stop(78%, hsl(7, 61%, 87%)),
    color-stop(89%, hsl(7, 60%, 86%)),
    to(hsl(7, 59%, 85%))
  );
  background-image: linear-gradient(
    90deg,
    hsl(8, 74%, 94%) 0%,
    hsl(8, 71%, 93%) 11%,
    hsl(8, 69%, 92%) 22%,
    hsl(8, 67%, 91%) 33%,
    hsl(7, 65%, 90%) 44%,
    hsl(7, 64%, 89%) 56%,
    hsl(7, 62%, 88%) 67%,
    hsl(7, 61%, 87%) 78%,
    hsl(7, 60%, 86%) 89%,
    hsl(7, 59%, 85%) 100%
  );
}
.patients.top .kv_bnrs .bnr_car-t::before {
  aspect-ratio: 158/145;
  width: 31.6%;
  background: url("../img/top/bg_bnr_car-t@2x.webp") no-repeat center center;
  background-size: contain;
}
.patients.top .kv_bnrs .bnr_treatment {
  margin-top: 20px;
  border-top: 1px solid #e3c4db;
  border-bottom: 1px solid #e3c4db;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsl(318, 46%, 93%)),
    color-stop(11%, hsl(317, 45%, 91%)),
    color-stop(22%, hsl(317, 44%, 90%)),
    color-stop(33%, hsl(317, 44%, 88%)),
    color-stop(44%, hsl(317, 43%, 86%)),
    color-stop(56%, hsl(317, 43%, 85%)),
    color-stop(67%, hsl(317, 42%, 83%)),
    color-stop(78%, hsl(316, 42%, 82%)),
    color-stop(89%, hsl(316, 42%, 80%)),
    to(hsl(316, 41%, 79%))
  );
  background-image: linear-gradient(
    90deg,
    hsl(318, 46%, 93%) 0%,
    hsl(317, 45%, 91%) 11%,
    hsl(317, 44%, 90%) 22%,
    hsl(317, 44%, 88%) 33%,
    hsl(317, 43%, 86%) 44%,
    hsl(317, 43%, 85%) 56%,
    hsl(317, 42%, 83%) 67%,
    hsl(316, 42%, 82%) 78%,
    hsl(316, 42%, 80%) 89%,
    hsl(316, 41%, 79%) 100%
  );
}
.patients.top .kv_bnrs .bnr_treatment::before {
  aspect-ratio: 276/246;
  width: 26.6234%;
  background: url("../img/top/bg_bnr_treatment@2x.webp") no-repeat center center;
  background-size: contain;
}
.patients.top .container {
  border-top: 2px solid #3c1053;
}

.top.showRfc header,
.top.showRfc .entrance {
  display: none;
}

.main-contents {
  padding: 0 40px 30px;
  border-radius: 6px;
  background-color: #fff;
  scroll-behavior: smooth;
}
.main-contents section {
  padding-top: 50px;
}
.main-contents section + section {
  margin-top: 20px;
}
.main-contents .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 13px;
  background: url("../img/common/bar_h2.webp") no-repeat left bottom;
  background-size: contain;
  line-height: 1.2632;
}
.main-contents .section-title::before {
  width: 21px;
  height: 32px;
  background: url("../img/common/icon_ribbon@2x.webp") center no-repeat;
  background-size: contain;
  margin-right: 20px;
  content: "";
}
.main-contents .section-title > span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3c1053;
  font-weight: 700;
  font-size: 1.625rem;
}
.main-contents .section-title > span small {
  font-size: 1rem;
  vertical-align: 0.2rem;
}
.main-contents .section-title > span span {
  font-size: 1.125rem;
}
.main-contents .section-title > span .num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
}
.patients.top .contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 80px;
}
.patients.top .contents-archive {
  width: 48.5455%;
  margin-top: 30px;
  padding: 1.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.patients.top .contents-description {
  margin-bottom: 1rem;
  font-weight: 700;
}
.patients.top .contents-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.patients.top .contents-index .contents-thumb {
  /* width: 42.0319%; */
  flex-shrink: 0;
}
.patients.top .contents-index .contents-list {
  width: 100%;
  max-width: 282px;
  margin-left: 9px;
}
.patients.top .contents-index .contents-list li + li {
  margin-top: 12px;
}
.patients.top .contents-index .contents-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 141/31;
  width: 100%;
  padding-right: 30px;
  padding-left: 20px;
  color: inherit;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.2353;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.patients.top .contents-index .contents-list a span span {
  display: inline-block;
}
.patients.top .contents-index .contents-list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.patients.top .contents-index .contents-list.lymphoma a {
  background: url("../img/top/ribon_lymphoma@2x.webp") no-repeat center center;
  background-size: contain;
}
.patients.top .contents-index .contents-list.car-t a {
  background: url("../img/top/ribon_car-t@2x.webp") no-repeat center center;
  background-size: contain;
}
.patients.top .contents-index .contents-list.treatment a {
  background: url("../img/top/ribon_treatment@2x.webp") no-repeat center center;
  background-size: contain;
}
.patients.top .contents-index .contents-list.side-effects a {
  background: url("../img/top/ribon_side-effects@2x.webp") no-repeat center
    center;
  background-size: contain;
}
.patients.top .contents-index .contents-list.support a {
  background: url("../img/top/ribon_support@2x.webp") no-repeat center center;
  background-size: contain;
}
.patients:not(.top, .showCheck, .notfound) main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.patients:not(.top, .showCheck, .notfound) main::after {
  display: block;
  aspect-ratio: 318/119;
  width: 100%;
  max-width: 318px;
  margin-top: 30px;
  margin-right: 40px;
  margin-left: auto;
  background: url("../img/common/footer_book.svg") no-repeat center bottom;
  content: "";
}

.main-contents ruby rp,
.main-contents ruby rt {
  display: inline;
  font-size: 0.7778em;
}
.main-contents .section-subtitle {
  margin-bottom: 1rem;
  color: #3c1053;
  font-size: 1.375rem;
}
.main-contents .section-body .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-contents .section-body .col-wrap.dir-hor {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-contents .section-body .col-wrap.dir-ver {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-contents .section-body figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-contents .section-body figure figcaption {
  margin-bottom: 2rem;
  color: #3c1053;
  font-weight: 700;
  font-size: 1.25rem;
}
.main-contents .section-body figure figcaption sup {
  font-size: 0.7em;
}
.main-contents .section-body .notes {
  margin-top: 2rem;
}
.main-contents .section-body .notes p {
  font-size: 0.875rem;
}
.main-contents .section-body .notes dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.main-contents .section-body .notes dl dt:not(.no-colon)::after {
  content: "：";
}
.main-contents .section-body .notes dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-contents .section-body p {
  font-size: 1.125rem;
  line-height: 1.7778;
}
.main-contents .section-body p + p {
  margin-top: 1rem;
}
.main-contents .section-body p small {
  font-size: 0.875rem;
  vertical-align: 0.1rem;
}
.main-contents .section-body p .nowrap {
  white-space: nowrap;
}
.main-contents .section-body p sup {
  font-size: 0.5rem;
  white-space: nowrap;
}
.main-contents .section-body p a {
  color: #00a3e1;
  text-decoration: underline;
}
.main-contents .section-body p a:hover {
  text-decoration: none;
}
.main-contents .section-body .links-list li {
  position: relative;
  padding: 0 0 2rem 1rem;
}
.main-contents .section-body .links-list li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #ff8774;
  content: "";
}
.main-contents .section-body .links-list li + li {
  padding: 2rem 0 2rem 1rem;
  border-top: 1px dashed #54565b;
}
.main-contents .section-body .links-list li + li::before {
  top: 44px;
}
.main-contents .section-body .links-list a {
  color: #00a3e1;
  font-weight: 500;
  font-size: 1.25rem;
  text-decoration: underline;
}
.main-contents .section-body .links-list a:hover {
  text-decoration: none;
}
.main-contents .section-body .external::after {
  display: inline-block;
  aspect-ratio: 10/9;
  width: 20px;
  margin-left: 10px;
  background: url("../img/common/icon_external.webp") no-repeat 0 0;
  background-size: contain;
  content: "";
}
.main-contents .section-body .dl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  padding: 50px;
  border: 2px solid #c7addb;
  border-radius: 10px;
}
.main-contents .section-body .dl-box .dl-img {
  margin: 0 auto;
}
.main-contents .section-body .dl-box .dl-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
}
.main-contents .section-body .dl-img_note {
  font-size: calc((12 / 16) * 1rem);
  text-align: right;
  margin-top: 5px;
}
.main-contents .section-body .comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 810px;
  margin: 3rem auto 1rem;
  border: 2px solid #f7a89c;
  border-radius: 10px;
  background: #fafafa;
}
.main-contents .section-body .comment-box-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.5rem;
  font-size: 1.25rem;
}
.main-contents .section-body .comment-box-text dt {
  color: #3c1053;
  font-weight: 700;
}
.main-contents .section-body .comment-box-text p {
  font-size: 1.25rem;
}
.main-contents .section-body .comment-box::after {
  display: block;
  margin: 1rem;
  content: "";
}
.main-contents .section-body .comment-box.dr::after {
  aspect-ratio: 104/97;
  width: 104px;
  background: url("../img/common/img_dr@2x.webp") no-repeat 0 0;
  background-size: contain;
}
.main-contents .section-body .comment-box.nr::after {
  aspect-ratio: 114/117;
  width: 114px;
  background: url("../img/common/img_nr@2x.webp") no-repeat 0 0;
  background-size: contain;
}
.main-contents .section-body .round-box {
  padding: 2rem 54px;
  border: 1px solid #c7addb;
  border-radius: 10px;
}
.main-contents .section-body .round-box.bgc {
  background-color: #f8f6fa;
}
.main-contents .section-body .round-box + .round-box {
  margin-top: 3rem;
}
.main-contents .section-body .round-box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 13px;
  background: url("../img/common/bar_h2.webp") no-repeat left bottom;
  background-size: contain;
  color: #3c1053;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2632;
}
.main-contents .section-body .round-box-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-contents .section-body .round-box-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-contents .section-body .round-box-img {
  margin-top: auto;
  margin-left: 4rem;
}
.main-contents .section-body .round-box-note {
  margin-top: 10px;
}
.main-contents .section-body .type-bull {
  font-weight: 500;
  font-size: 1.125rem;
}
.main-contents .section-body .type-bull li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.main-contents .section-body .type-bull li::before {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #ff8674;
  content: "";
}
.main-contents .section-body .type-bull li span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-contents .section-body .type-check {
  font-weight: 500;
  font-size: 1.125rem;
}
.main-contents .section-body .type-check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.main-contents .section-body .type-check li::before {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  margin-right: 4px;
  background: url("../img/common/icon_check.svg") no-repeat 0 0;
  background-size: contain;
  content: "";
}
.main-contents .section-body .type-check li span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-contents .section-body .qa-wrap {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.main-contents .section-body .qa-wrap .qa-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64vw;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.main-contents .section-body .qa-wrap .qa-title span {
  margin: 0 20px;
  color: #3c1053;
  font-weight: 700;
  font-size: 1.625rem;
}
.main-contents .section-body .qa-wrap .qa-title::before,
.main-contents .section-body .qa-wrap .qa-title::after {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #3c1053;
  content: "";
}
.main-contents .section-body .qa-wrap .qa-box {
  margin-top: 40px;
  padding: 25px 30px;
  border: 1px solid #c7addb;
  border-radius: 10px;
}
.main-contents .section-body .qa-wrap .qa-box > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
}
.main-contents .section-body .qa-wrap .qa-box > dt .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-right: 13px;
  border-radius: 50%;
  background-color: #ff8674;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  text-align: center;
}
.main-contents .section-body .qa-wrap .qa-box > dt .q-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0.5rem;
  color: #ff8674;
  font-size: 1.25rem;
}
.main-contents .section-body .qa-wrap .qa-box > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d9c8e7;
}
.main-contents .section-body .qa-wrap .qa-box > dd .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-right: 13px;
  border-radius: 50%;
  background-color: #3c1053;
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  text-align: center;
}
.main-contents .section-body .qa-wrap .qa-box > dd .a-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0.5rem;
}
.main-contents .section-body .qa-wrap .qa-box > dd .a-cont-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-contents .section-body .qa-wrap .qa-box > dd .a-cont-img {
  max-width: 50vw;
}
.main-contents .section-body .qa-wrap .qa-box > dd .a-cont ul {
  font-size: 1.125rem;
}
.main-contents .section-body .qa-wrap .qa-box > dd .a-cont ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0.5em;
}
.main-contents .section-body .qa-wrap .qa-box > dd .a-cont ul li::before {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 12px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #3c1053;
  content: "";
}
.main-contents .section-body .qa-wrap .qa-box > dd .a-cont ul li span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-contents .section-body .qa-wrap .qa-box > dd .a-cont .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main-contents .section-body .qa-wrap .qa-box > dd .a-cont .col-2 .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-contents .supervision {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 0.875rem;
}
.main-contents .supervision dt {
  display: inline-block;
}
.main-contents .supervision dt::after {
  content: "：";
}
.main-contents .supervision dd {
  display: inline-block;
}
.main-contents .annotation {
  margin-top: 1em;
  font-size: 0.875rem;
}
.main-contents .annotation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main-contents .annotation li span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-contents .annotation li::before {
  content: counter(number) "）";
  counter-increment: number 1;
}
.main-contents .reference_data {
  margin-top: 1em;
  font-size: 0.875rem;
}
.main-contents .reference_data li {
  margin-top: 0.5em;
}
.main-contents .reference_data a {
  margin-right: 0.5em;
}
.main-contents .reference_data a:hover {
  text-decoration: underline;
}

cite {
  margin-right: 0.5em;
  font-style: inherit;
  overflow-wrap: break-word;
}

.fig-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 80vw;
  margin-right: auto;
  margin-left: auto;
}
.fig-wrap figure {
  position: relative;
}

.btn_detail {
  position: absolute;
  right: 0;
  width: 13.9597%;
}
.btn_detail::before {
  display: block;
  aspect-ratio: 26/7;
  max-width: 104px;
  background: url("../img/treatment/flow/fig01_btn@2x.webp") no-repeat 0 0;
  background-size: contain;
  content: "";
}
.btn_detail span {
  font-size: 0;
}
.btn_detail#btn_leukapheresis {
  top: 17%;
}
@media screen and (max-width: 819px) {
  .modaal-content-container .btn_detail#btn_leukapheresis {
    top: 22%;
  }
}
.btn_detail#btn_pretreatment {
  top: 48%;
}
@media screen and (max-width: 819px) {
  .modaal-content-container .btn_detail#btn_pretreatment {
    top: 48%;
  }
}
.btn_detail#btn_dosing {
  top: 76%;
}
@media screen and (max-width: 819px) {
  .modaal-content-container .btn_detail#btn_dosing {
    top: 72%;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem auto;
}
.btn-wrap.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-wrap .btn_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320px;
  height: 70px;
  border-radius: 6px;
  background-color: #3c1053;
  color: #fff;
}
.btn-wrap .btn_download::after {
  display: block;
  width: 34px;
  height: 36px;
  margin-left: 1rem;
  background: url("../img/common/icon_pdf.webp") no-repeat 0 0;
  background-size: contain;
  content: "";
}
.btn-wrap .btn_download span {
  font-weight: 700;
  font-size: 1.125rem;
}

.mdl-cont {
  display: none;
}

.modaal-close {
  position: absolute;
  top: -50px;
  right: 0;
}

.modaal-inner-wrapper {
  padding-right: 0;
  padding-left: 0;
}

.modaal-content {
  padding: 10px;
}

.modaal-content-container {
  position: relative;
  padding: 0;
}

.modaal-confirm .modaal-container {
  padding: 60px;
  background-color: #ebe6ef;
}
.modaal-confirm .modaal-content {
  padding: 35px;
  background-color: #fff;
}
.modaal-confirm #modaal-title {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #000;
  color: #3c1053;
  font-size: 1.5em;
  text-align: center;
  word-break: keep-all;
}
.modaal-confirm .modaal-confirm-content {
  font-weight: 500;
}
.modaal-confirm .modaal-confirm-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modaal-confirm .modaal-confirm-wrap .modaal-confirm-btn {
  width: 262px;
  height: 60px;
  margin-top: 1rem;
  border-radius: 0;
  background-color: #fcd5d0;
  color: #3c1053;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  border-radius: 0;
  text-decoration: none;
}
.modaal-confirm .modaal-confirm-wrap .modaal-confirm-btn:hover {
  background-color: #3c1053;
  color: #fff;
}

@media screen and (max-height: 1000px) {
  .modaal-wrapper .modaal-outer-wrapper {
    width: calc((690 / 750) * 100%);
    margin: 0 auto;
  }
  .modaal-confirm .modaal-inner-wrapper {
    padding: 0;
  }
}

.global-footer {
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 3px solid #3c1053;
}
.global-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e3e7;
}
.global-footer .footer-nav .nav-trigger {
  color: #3c1053;
  font-weight: 700;
  font-size: 1.25rem;
}
.global-footer .footer-nav .subnav a {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  color: inherit;
  font-weight: 500;
}
.global-footer .footer-nav .subnav a:hover {
  color: #9e0a76;
}
.global-footer .footer-nav .subnav a span {
  display: inline-block;
}
.global-footer .GILEAD_Kite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.global-footer .GILEAD_Kite dt {
  display: flex;
  align-items: center;
  margin-right: 36px;
}
.global-footer .GILEAD_Kite dt img {
  aspect-ratio: 103/14;
  height: 28px;
}
.global-footer .GILEAD_Kite dd {
  font-size: 0.8125rem;
}
.global-footer .global-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 1rem 0;
  font-size: 0.8125rem;
}
.global-footer .global-footer-nav li {
  margin-left: 1rem;
  padding-left: 1rem;
  line-height: 1;
}
.global-footer .global-footer-nav li + li {
  border-left: 1px solid #333;
}
.global-footer .global-footer-nav a {
  color: #333;
  text-decoration: none;
}
.global-footer .global-footer-nav a:hover {
  text-decoration: underline;
}
.global-footer .company-name {
  margin-top: 0.5rem;
}
.global-footer .company-name img {
  aspect-ratio: 202/17;
  margin-left: auto;
}
.global-footer .copyrights,
.global-footer .trade {
  margin: 0.5rem 0;
  font-size: 0.8125rem;
  text-align: right;
}

.notfound main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}
.notfound-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 70px 2rem 80px;
  background-color: #fff;
}
.notfound_title {
  width: 100%;
  max-width: 550px;
  margin-bottom: 1.375rem;
  color: #3c1053;
  font-weight: 700;
  font-size: 2.25rem;
  text-align: center;
}
.notfound_title span {
  display: inline-block;
}
.notfound_text {
  max-width: 550px;
  line-height: 1.875;
}
.notfound .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 262px;
  height: 60px;
  background-color: #3c1053;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
@media screen and (min-width: 820px) {
  .spOnly {
    display: none !important;
  }
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ramification main {
    background: url(../img/top/bg_pc.webp) no-repeat center center;
    background-size: cover;
  }
  header .site-header {
    margin-bottom: 1.375rem;
  }
  header .site-header {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  header .global-nav {
    max-width: 1130px;
    padding-right: 15px;
    padding-left: 15px;
  }
  header .global-nav > li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  header .global-nav > li + li {
    margin-left: 2px;
  }
  header .global-nav > li:hover .nav-trigger {
    background-color: #3c1053;
    color: #fff;
  }
  header .global-nav > li:hover .subnav {
    display: block;
  }
  header .global-nav .nav-trigger.current::before {
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ff8674;
    content: "";
  }
  header .global-nav .subnav {
    position: absolute;
    top: 70px;
    left: 0;
  }
  header .global-nav .subnav a {
    padding: 1rem 0.75rem 1rem 0.75rem;
    border: 1px solid #ac9cb5;
    border-top: none;
  }
  header .global-nav .subnav a span {
    display: inline-block;
  }
  header .global-nav .subnav a:hover {
    border-color: #3c1053;
    background-color: #3c1053;
    color: #fff;
  }
  header .global-nav .subnav a.current {
    border-color: #3c1053;
    pointer-events: none;
  }
  .contents-nav ul li {
    margin: 10px 0;
  }
  .contents-nav ul li + li {
    border-left: 1px solid #ff8674;
  }
  .contents-nav ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contents-nav ul.col-3 li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .contents-nav ul.col-3 li:nth-child(-n + 3) {
    width: 33.3333%;
  }
  .contents-nav ul.col-3 li:nth-child(n + 4) {
    width: 50%;
  }
  .contents-nav ul.col-3 li:nth-child(4) {
    border-left: none;
  }
  .page-header .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 218px;
  }
  .page-header .inner .category-img {
    min-width: 313px;
    margin-top: auto;
    margin-right: 40px;
  }
  .page-header .inner .category-img img {
    margin: 0 auto;
  }
  .patients.top .container {
    margin-top: 62px;
    background: #ebe6ef url("../img/common/bg_book.webp") repeat center top;
  }
  .patients main {
    background: #ebe6ef url("../img/common/bg_book.webp") repeat center top;
  }
  .main-contents .section-body .col-wrap.dir-hor .col {
    width: calc(50% - 20px);
  }
  .main-contents .section-body .col-wrap.dir-ver .col + .col {
    margin-top: 2rem;
  }
  .main-contents .section-body .round-box.rb-target02 .round-box-cont {
    position: relative;
  }
  .main-contents .section-body .round-box.rb-target02 .round-box-text {
    padding-bottom: 6rem;
  }
  .main-contents .section-body .round-box.rb-target02 .round-box-img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .main-contents .section-body .type-bull.col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-contents .section-body .type-bull.col-2 li {
    width: 50%;
  }
  .main-contents .section-body .type-check.col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-contents .section-body .type-check.col-2 li {
    width: 50%;
  }
  .main-contents .section-body .qa-wrap .qa-box > dd .a-cont-img {
    margin-top: 3rem;
  }
  .btn-modal {
    cursor: default;
    pointer-events: none;
  }
  .global-footer .footer-nav > li + li {
    max-width: 17em;
  }
  .global-footer .footer-nav > li + li + li {
    max-width: 16em;
  }
  .global-footer .footer-nav > li + li + li + li {
    max-width: 12em;
  }
  .global-footer .footer-nav .subnav {
    margin-bottom: 1rem;
  }
  .global-footer .footer-nav .subnav li {
    margin: 0.5rem 0;
  }
  .global-footer .footer-nav .subnav a::before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    border-width: 3px 0 3px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #9e0a77;
    content: "";
  }
}
@media screen and (max-width: 819px) {
  .pcOnly {
    display: none !important;
  }
  .fz18 {
    font-size: 0.9375rem;
  }
  html,
  body {
    scroll-padding-top: 62px;
  }
  .ramification main {
    background: url(../img/top/bg_sp.webp) no-repeat center bottom;
    background-size: 100% auto;
  }
  .ramification main::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 750/94;
    width: 100%;
    background: url(../img/top/bg_sp_upper.webp) no-repeat center top;
    background-size: 100% auto;
    content: "";
  }
  .ramification_container {
    padding: 50px 15px;
  }
  .ramification_container .logo_yescarta img {
    width: 59.7333vw;
  }
  .ramification_container .site-description {
    margin-top: 1.5rem;
    font-size: 4.5333vw;
  }
  .ramification_cont_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
    padding-bottom: 60px;
  }
  .ramification_cont + .ramification_cont {
    margin-top: 15px;
    margin-left: 0;
  }
  .ramification_cont_inner {
    padding: 20px;
  }
  .ramification_cont p {
    font-size: 0.875rem;
  }
  .ramification_cont .g-station-plus dd {
    font-size: 0.6875rem;
  }
  .ramification_btn {
    height: 50px;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 990;
    position: fixed;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 62px;
    padding-top: 0;
    padding-right: 5px;
    padding-left: 15px;
    border-bottom: 2px solid #3c1053;
  }
  header .site-header .site-logo {
    width: 147px;
    margin-right: 8px;
  }
  header .site-header .site-description {
    font-size: 0.5625rem;
  }
  header .global-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-top: 2px solid #ff8674;
  }
  header .global-nav > li + li {
    border-top: 1px solid #3c1053;
  }
  header .global-nav .nav-trigger {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 54px;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
    font-size: 1.125rem;
    text-align: left;
  }
  header .global-nav .nav-trigger::before,
  header .global-nav .nav-trigger::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 2px;
    background-color: #3c1053;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header .global-nav .nav-trigger::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  header .global-nav .nav-trigger.open::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  header .global-nav .nav-trigger.current::before,
  header .global-nav .nav-trigger.current::after {
    background-color: #fff;
  }
  header .global-nav .subnav li + li {
    border-top: 1px solid #ac9cb5;
  }
  header .global-nav .subnav a {
    display: block;
    position: relative;
    padding: 1rem 3rem 1rem 2rem;
  }
  header .global-nav .subnav a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #ff8674;
    border-right: 2px solid #ff8674;
    content: "";
  }
  header .global-nav .subnav a.current::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  header .global-nav .subnav a span {
    display: block;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(60, 16, 83, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-btn-check:checked ~ .menu-btn::after {
    content: "close";
  }
  #menu-btn-check:checked ~ .menu-content {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    opacity: 1;
  }
  .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10000;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 40px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #fff;
  }
  .menu-btn::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%) translateY(7px);
    transform: translate(-50%) translateY(7px);
    content: "menu";
    color: #3c1053;
    font-size: 0.625rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .menu-btn span {
    display: block;
    position: relative;
    width: 32px;
    height: 3px;
    background-color: #3c1053;
  }
  .menu-btn span::before,
  .menu-btn span::after {
    display: block;
    position: absolute;
    width: 32px;
    height: 3px;
    background-color: #3c1053;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .menu-btn span::before {
    bottom: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .menu-btn span::after {
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .showCheck .entrance {
    padding: 30px 1rem;
  }
  .showCheck .entrance_title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.1875rem;
  }
  .showCheck .entrance_text {
    font-size: 0.875rem;
  }
  .breadcrumb {
    font-size: 0.8125rem;
  }
  .contents-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .contents-nav ul li + li {
    border-top: 1px solid #ff8674;
  }
  .contents-nav ul li a {
    width: 100%;
    padding: 1rem 0;
    font-size: 0.9375rem;
  }
  .contents-nav ul li i.arrow {
    width: 18px;
    height: 18px;
  }
  .contents-nav ul li i.arrow::before {
    border-width: 7px 3.5px 0 3.5px;
  }
  .contents-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-header .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-top: 1rem;
  }
  .page-header .inner .category-img {
    position: static;
  }
  .page-header .inner .category-img img {
    max-width: 60vw;
    margin: 0 auto;
  }
  .page-header .inner .page-category {
    font-size: 1rem;
  }
  .page-header .inner .page-title {
    margin-bottom: 1rem;
    font-size: 1.5625rem;
  }
  .menu-content {
    display: none;
    height: calc(100dvh - 62px);
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .patients.top .kv {
    background: #ebe6ef url("../img/top/bg_book.webp") no-repeat center top;
  }
  .patients.top .kv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
  .patients.top .kv_set {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .patients.top .kv_bnrs {
    width: 100%;
    margin-top: 1rem;
  }
  .patients.top .kv_bnrs .bnr dt {
    font-size: 1rem;
  }
  .patients.top .kv_bnrs .bnr dd {
    font-size: 0.6875rem;
  }
  .patients.top .kv_bnrs .bnr::before {
    left: 10px;
  }
  .patients.top .container {
    border-top-width: 2px;
  }
  .main-contents {
    padding: 0 15px 25px;
  }
  .main-contents section {
    padding-top: 25px;
  }
  .main-contents section + section {
    margin-top: 10px;
  }
  .main-contents .section-title {
    margin-bottom: 1rem;
    padding-bottom: 10px;
    background: url("../img/common/bar_h2_sp@2x.webp") no-repeat left bottom;
    background-size: contain;
  }
  .main-contents .section-title::before {
    width: 18px;
    height: 27px;
    margin-top: 0;
    margin-right: 0.5rem;
  }
  .main-contents .section-title > span {
    font-size: 1.1875rem;
  }
  .main-contents .section-title > span span {
    font-size: 0.9375rem;
  }
  .main-contents .section-title > span .num {
    width: 24px;
    height: 24px;
    font-size: 1.1875rem;
  }
  .patients {
    padding-top: 62px;
  }
  .patients main {
    border-top-width: 2px;
    background: #ebe6ef url("../img/common/bg_book_sp.webp") repeat-y center top;
    background-size: 100% auto;
  }
  .patients.top .contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .patients.top .contents-archive {
    width: 100%;
    margin-top: 15px;
    padding: 1rem;
  }
  .patients.top .contents-description {
    font-size: 0.75rem;
  }
  .patients.top .contents-index {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .patients.top .contents-index .contents-thumb {
    width: 21.8667vw;
  }
  .patients.top .contents-index .contents-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
  .patients.top .contents-index .contents-list a {
    font-size: 0.875rem;
  }
  .patients:not(.top, .showCheck, .notfound) main::after {
    width: 60vw;
    margin-right: 15px;
    background-size: contain;
  }
  .main-contents .section-subtitle {
    font-size: 1.0625rem;
  }
  .main-contents .section-body .col-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-contents .section-body .col-wrap .col + .col {
    margin-top: 1rem;
  }
  .main-contents .section-body figure figcaption {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .main-contents .section-body .notes dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-contents .section-body .notes.--row dl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .main-contents .section-body p {
    font-size: 0.9375rem;
  }
  .main-contents .section-body .links-list li {
    padding-bottom: 1rem;
  }
  .main-contents .section-body .links-list li + li {
    padding: 1rem 0 1rem 1rem;
    border-top: 1px dotted #54565b;
  }
  .main-contents .section-body .links-list li + li::before {
    top: 26px;
  }
  .main-contents .section-body .links-list a {
    font-size: 1rem;
  }
  .main-contents .section-body .external::after {
    width: 17px;
  }
  .main-contents .section-body .dl-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
    padding: 23px 13px;
  }
  .main-contents .section-body .dl-box .dl-img {
    width: 130px;
  }
  .main-contents .section-body .dl-box .dl-text {
    margin-top: 25px;
    margin-left: 0;
  }
  .main-contents .section-body .dl-box .dl-text p {
    font-size: 0.9375rem;
  }
  .main-contents .section-body .comment-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-contents .section-body .comment-box-text {
    padding: 1rem 1rem 0;
  }
  .main-contents .section-body .comment-box-text {
    font-size: 1rem;
  }
  .main-contents .section-body .comment-box-text p {
    font-size: 1rem;
  }
  .main-contents .section-body .round-box {
    padding: 15px;
  }
  .main-contents .section-body .round-box + .round-box {
    margin-top: 1rem;
  }
  .main-contents .section-body .round-box-title {
    margin-bottom: 1rem;
    padding-bottom: 10px;
    background: url("../img/common/bar_h2_sp@2x.webp") no-repeat left bottom;
    background-size: contain;
    font-size: 1.125rem;
  }
  .main-contents .section-body .round-box-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-contents .section-body .round-box-img {
    max-width: 60vw;
    margin: 1.5rem auto 0;
  }
  .main-contents .section-body .type-bull {
    font-size: 0.9375rem;
  }
  .main-contents .section-body .type-bull li::before {
    margin-top: 4px;
  }
  .main-contents .section-body .type-check {
    font-size: 0.9375rem;
  }
  .main-contents .section-body .type-check li::before {
    margin-top: 4px;
  }
  .main-contents .section-body .qa-wrap .qa-box {
    padding: 1rem 14px;
  }
  .main-contents .section-body .qa-wrap .qa-box > dt .num {
    width: 40px;
    height: 40px;
    font-size: 1.0625rem;
  }
  .main-contents .section-body .qa-wrap .qa-box > dt .q-cont {
    font-size: 1rem;
  }
  .main-contents .section-body .qa-wrap .qa-box > dd .num {
    width: 40px;
    height: 40px;
    font-size: 1.0625rem;
  }
  .main-contents .section-body .qa-wrap .qa-box > dd .a-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.9375rem;
  }
  .main-contents .section-body .qa-wrap .qa-box > dd .a-cont ul {
    font-size: 0.9375rem;
  }
  .main-contents .section-body .qa-wrap .qa-box > dd .a-cont ul li::before {
    margin-top: 8px;
  }
  .main-contents .supervision {
    font-size: 0.75rem;
  }
  .main-contents .annotation {
    font-size: 0.8125rem;
  }
  .main-contents .reference_data {
    font-size: 0.75rem;
  }
  .btn-modal {
    display: block;
    position: relative;
  }
  .btn-modal::before {
    z-index: 100;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(60, 16, 83, 0.3);
    content: "";
  }
  .btn-modal::after {
    z-index: 101;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 32px;
    height: 32px;
    background: url("../img/common/icon_zoom.svg") no-repeat 0 0;
    background-size: contain;
    content: "";
  }
  .btn-wrap {
    justify-content: center;
    margin: 1rem auto;
  }
  .modaal-wrapper .modaal-content-container {
    padding: 30px calc((30 / 750) * 100%);
  }
  .modaal-confirm .modaal-container {
    max-width: none !important;
    padding: 15px;
  }
  .modaal-confirm .modaal-content {
    padding: 15px 0px 30px;
  }
  .modaal-confirm .modaal-confirm-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .global-footer {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .global-footer .inner {
    padding: 0;
  }
  .global-footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .global-footer .footer-nav > li + li {
    border-top: 1px solid #dedede;
  }
  .global-footer .footer-nav > li > ul > li + li {
    border-top: 1px solid #dedede;
  }
  .global-footer .footer-nav .nav-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    height: 54px;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
    background-color: #3c1053;
    color: #3c1053;
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.3333;
    text-align: center;
    text-align: left;
  }
  .global-footer .footer-nav .nav-trigger::before,
  .global-footer .footer-nav .nav-trigger::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .global-footer .footer-nav .nav-trigger::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .global-footer .footer-nav .nav-trigger.open::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .global-footer .footer-nav .subnav a {
    display: block;
    position: relative;
    padding: 1rem 3rem 1rem 2rem;
  }
  .global-footer .footer-nav .subnav a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #ff8674;
    border-right: 2px solid #ff8674;
    content: "";
  }
  .global-footer .footer-nav .subnav a span {
    display: block;
  }
  .global-footer .footer-nav .subnav {
    display: none;
    width: 100%;
    background-color: #fff;
  }
  .global-footer .footer-nav .subnav li + li {
    border-top: 1px solid #ac9cb5;
  }
  .global-footer .GILEAD_Kite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .global-footer .GILEAD_Kite dt {
    margin-right: 0;
  }
  .global-footer .GILEAD_Kite dd {
    margin-top: 2rem;
    font-size: 0.75rem;
    text-align: center;
  }
  .global-footer .global-footer-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2rem 0;
  }
  .global-footer .global-footer-nav li {
    margin: 0;
    padding: 0 1rem;
  }
  .global-footer .company-name img {
    margin-right: auto;
  }
  .global-footer .copyrights,
  .global-footer .trade {
    text-align: center;
  }
  .notfound-box {
    padding: 30px 1rem;
  }
  .notfound_title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.1875rem;
  }
  .notfound_text {
    font-size: 0.875rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 540px) {
  .showCheck .entrance_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
  }
  .showCheck .entrance_btn {
    height: 50px;
    margin: 1rem 1rem 0;
  }
}
@media screen and (min-width: 541px) {
  .showCheck .entrance_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60px;
    font-size: 1.25rem;
  }
  .showCheck .entrance_btn + #entrance-no {
    margin-left: 26px;
  }
}
@media screen and (max-width: 1100px) {
  .main-contents .section-body .qa-wrap .qa-box > dd .a-cont .col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.video-wrapper {
  width: 780px;
  margin: 60px auto 0;
}
@media screen and (max-width: 819px) {
  .video-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}

.video-wrapper video {
  width: 100%;
}

.video-text {
  margin: 25px 0 0;
  padding: 0 0 40px;
}
@media screen and (max-width: 819px) {
  .video-text {
    margin-top: 15px;
    padding-bottom: 0;
  }
}
