@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  font-style: normal;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th {
  text-align: left;
}

a,
a:focus,
a:link,
a:visited,
a:active {
  text-decoration: none;
  outline: none;
}

img {
  border: none;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  image-rendering: -webkit-optimize-contrast;
  /* image-rendering: crisp-edges; */
  image-rendering: auto;
}

img,
table,
input,
select,
textarea,
video,
iframe,
canvas {
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

main {
  position: relative;
}

article,
aside,
footer,
header,
nav,
section {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

iframe,
form,
input,
textarea {
  max-width: 100%;
}

input,
textarea,
button {
  font-family: inherit;
  border: none;
}

textarea {
  resize: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="submit"],
label,
button {
  cursor: pointer;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

input[type="checkbox"]:focus {
  outline: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px;
}

input[type="radio"] {
  margin-top: -1px;
}

label,
input {
  line-height: 1;
  vertical-align: middle;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
    height: 100%;
  }
}
body,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #fff;
}

html {
  font-size: 62.5%;
  font-weight: 400;
}

.js-fontsize-l {
  font-size: 78.125%;
}

body {
  position: relative;
}

body {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #3676b5;
}

a {
  -webkit-tap-highlight-color: rgba(220, 220, 220, 0.5);
}

i,
dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

sup,
sub {
  font-size: 75%;
  position: relative;
}

sup {
  vertical-align: top;
  top: -0.1em;
}

sub {
  vertical-align: bottom;
  bottom: -0.5em;
}

sub.copyright {
  bottom: -0.3em;
}

img {
  max-width: 100%;
  height: auto;
  color: #333;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}

.l-btn {
  display: block;
  border: none;
  outline: none;
  color: #333;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.l-wrapper {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.l-inner-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.l-contents {
  margin-top: 200px;
}

.l-bg-color {
  background: #FEFDF0;
  border-top: 1px solid #FCDD00;
  border-bottom: 1px solid #FCDD00;
}
.l-bg-color.top {
  border-top: none;
}
/* 見出し */
.heading-h2 {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 6px solid;
  border-image: linear-gradient(90deg, rgba(146, 104, 170, 1), rgba(255, 244, 98, 1));
  border-image-slice: 1;
}

/* disclaimer */
.l-disclaimer {
  display: none;
}
.l-disclaimer .l-disclaimer-overlay {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background: rgba(0, 0, 0, 0.8);
}
.l-disclaimer .l-disclaimer-block {
  position: fixed;
  z-index: 10010;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow-y: auto;
}
.l-disclaimer .l-disclaimer-table {
  width: 100%;
  max-width: 820px;
  height: 100%;
  vertical-align: middle;
  display: table;
  margin: 0 auto;
  text-align: center;
  padding: 15px;
}
.l-disclaimer .l-disclaimer-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.l-disclaimer .l-disclaimer-box {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.l-disclaimer .l-disclaimer-head {
  width: 100%;
  max-width: 665px;
  margin: 0 auto;
  padding: 50px 10px 35px;
}
.l-disclaimer .l-disclaimer-btm {
  width: 100%;
  max-width: 665px;
  margin: 0 auto;
  padding: 35px 10px 50px;
}
.l-disclaimer .l-disclaimer-logo {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}
.l-disclaimer .l-disclaimer-lead {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  margin-top: 45px;
}
.l-disclaimer .l-disclaimer-bg {
  background: #FEFDF0;
}
.l-disclaimer .l-disclaimer-consent {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  font-weight: 500;
}
.l-disclaimer .l-disclaimer-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 40px;
  width: 100%;
  margin-top: 40px;
}
.l-disclaimer .l-disclaimer-btn {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 64px;
  padding: 10px;
  border-radius: 32px;
  background: #EC7D0A;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.l-disclaimer .l-disclaimer-no {
  background: #A7A8AA;
}

/* header */
.l-header-container {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  border-top: 13px solid #e1242a;
}
.l-header-container .l-header {
  min-height: 117px;
}
.l-header-container .l-head-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 14px 0 0;
}
.l-header-container .l-head-row-second {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 0 10px;
  margin-top: 8px;
}
.l-header-container .l-head-takeda {
  width: 100%;
  max-width: 232px;
}
.l-header-container .l-head-sub-tit {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 8px;
}
.l-header-container .l-head-logo {
  width: 100%;
  max-width: 264px;
}
.l-header-container .l-head-font-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8px;
}
.l-header-container .l-head-font-txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding-right: 15px;
  white-space: nowrap;
}
.l-header-container .l-head-font-list {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 12px;
  border: 1px solid #ff0d14;
  overflow: hidden;
}
.l-header-container .l-head-font-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0 1px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  width: 56px;
  height: 22px;
  background: #fff;
  color: #ff0d14;
  cursor: pointer;
}
.l-header-container .l-head-font-list .is-active {
  background: #ff0d14;
  color: #fff;
}
.l-header-container .l-head-menu-pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 27px;
  margin-top: 8px;
  text-align: right;
}
.l-header-container .l-head-menu-pc > li {
  position: relative;
}
.l-header-container .l-head-menu-pc a {
  position: relative;
  font-size: 13px;
  line-height: 1;
  padding-left: 15px;
  color: #131313;
  text-align: left;
  white-space: nowrap;
}
.l-header-container .l-head-menu-pc a::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 4px;
  left: 0;
  border-top: solid 1px #e1242a;
  border-right: solid 1px #e1242a;
  transform: rotate(45deg);
}

/* globalnav */
.l-globalnav-overlay {
  display: none;
  z-index: 80;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.8);
}

.l-globalnav {
  background: #7B4899;
}
.l-globalnav .l-gnav-list {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.l-globalnav .l-gnav-list > li {
  display: flex;
  width: 240px;
}
.l-globalnav .l-gnav-list > li:first-child .l-gnav-item-btn::before {
  content: none;
}

.l-globalnav .is-current {
  background: #7B4899;
}

.l-globalnav .is-current .l-gnav-item-btn {
  color: #FFF;
}

.l-globalnav .l-gnav-item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  position: relative;
  width: 100%;
  min-height: 70px;
  padding: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.l-globalnav .l-gnav-item-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 48px;
  background: #fff;
  pointer-events: none;
}
.l-globalnav .l-gnav-mega {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  padding-top: 18px;
}
.l-globalnav .l-gnav-mega-block {
  background: #fff;
  border-radius: 10px;
}
.l-globalnav .l-gnav-mega-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  padding: 40px 0 40px 40px;
  min-height: 142px;
}
.l-globalnav .l-gnav-mega-row.last-block {
  min-height: 106px;
}
.l-globalnav .l-gnav-mega-row > dt {
  border-right: 1px solid #d6d8d9;
  width: 30%;
  max-width: 245px;
  padding-right: 10px;
}
.l-globalnav .l-gnav-mega-row > dd {
  flex: 1;
  padding-left: 38px;
}
.l-globalnav .l-gnav-mega-ttl-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding-right: 28px;
}
.l-globalnav .l-gnav-mega-ttl-link::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 0;
  position: absolute;
  top: 5px;
  right: 0;
  background: #7B4899;
  border-radius: 50%;
}
.l-globalnav .l-gnav-mega-ttl-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 11px;
  right: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.l-globalnav .l-gnav-mega-sub-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding-left: 16px;
}
.l-globalnav .l-gnav-mega-sub-link::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 8px;
  left: 0;
  border-top: solid 2px #7B4899;
  border-right: solid 2px #7B4899;
  transform: rotate(45deg);
}
.l-globalnav .l-gnav-mega-sub-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  padding-top: 3px;
}

.l-globalnav .l-gnav-mega-sub-list > li {
  width: 33.3333333333%;
  padding-right: 10px;
}

.l-globalnav .is-product .l-gnav-mega-sub-list > li:nth-last-of-type(-n+2) {
  width: 41%;
}
.l-globalnav .is-product .l-gnav-mega-sub-list > li:first-of-type {
  width: 28%;
}
.l-globalnav .is-product .l-gnav-mega-sub-list > li:nth-of-type(n+2):nth-of-type(-n+4) {
  width: 21%;
}
.l-globalnav .is-product .l-gnav-mega-sub-list > li:nth-of-type(5) {
  width: 15%;
}

.l-globalnav .is-pid_sid .l-gnav-mega-sub-list > li:first-of-type {
  width: 100%;
  color: #003399;
  font-weight: bold;
}
.l-globalnav .is-pid_sid .l-gnav-mega-sub-list > li:nth-of-type(2) {
  width: 46%;
}

.l-globalnav .is-pid_sid .l-gnav-mega-sub-list > li:nth-of-type(3),
.l-globalnav .is-pid_sid .l-gnav-mega-sub-list > li:nth-of-type(5) {
  width: 20%;
}
.l-globalnav .is-pid_sid .l-gnav-mega-sub-list.sub-list {
  padding-top: 32px;
}
.l-globalnav .is-pid_sid .l-gnav-mega-sub-list.sub-list > li:nth-of-type(2) {
  width: 100%;
}
.l-globalnav .is-pid_sid .l-gnav-mega-sub-list.sub-list > li:nth-of-type(3) {
  width: 36%;
}
.l-globalnav .is-pid_sid .l-gnav-mega-sub-list.sub-list > li:nth-of-type(4) {
  width: 21%;
}
.l-globalnav .is-pid_sid .l-gnav-mega-sub-list.sub-list > li:nth-of-type(5) {
  width: 35%;
}
.l-globalnav .is-pid_sid .l-gnav-mega-sub-list.sub-list > li:last-of-type {
  width: 45%;
}

.l-globalnav .l-gnav-item:hover {
  background: #FFF;
}

.l-globalnav .l-gnav-item:hover .l-gnav-item-btn {
  color: #7B4899;
}

.l-globalnav .l-gnav-item:hover + .l-gnav-item .l-gnav-item-btn::before {
  content: none;
}

.l-globalnav .is-mega-hv:hover .l-gnav-item-btn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0;
  pointer-events: none;
}

/* header-nav-sp */
.l-head-menu-sp {
  display: none;
}

.l-header-nav-sp {
  display: none;
}

.l-head-menu-sp {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 101;
}
.l-head-menu-sp .l-head-menu-btn {
  width: 48px;
  height: 48px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  background: #ff8f1c;
}
.l-head-menu-sp .l-head-menu-mark {
  position: relative;
  top: 9px;
  left: 9px;
  width: 30px;
  height: 18px;
}
.l-head-menu-sp .l-head-menu-mark span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
  border-radius: 8px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-head-menu-sp .l-head-menu-mark span:nth-of-type(1) {
  top: 0;
}
.l-head-menu-sp .l-head-menu-mark span:nth-of-type(2) {
  top: 8px;
}
.l-head-menu-sp .l-head-menu-mark span:nth-of-type(3) {
  bottom: 0;
}
.l-head-menu-sp .l-head-menu-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.l-head-menu-sp .l-head-menu-txt .is-on {
  display: none;
}

.l-head-menu-sp.is-active .l-head-menu-mark span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.l-head-menu-sp.is-active .l-head-menu-mark span:nth-of-type(2) {
  opacity: 0;
}
.l-head-menu-sp.is-active .l-head-menu-mark span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
.l-head-menu-sp.is-active .l-head-menu-txt .is-off {
  display: none;
}
.l-head-menu-sp.is-active .l-head-menu-txt .is-on {
  display: block;
}

.l-header-nav-sp .l-head-nav-sp-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 86;
  width: 100%;
  height: 140%;
  background-color: rgba(0, 0, 0, 0.8);
}
.l-header-nav-sp .l-head-nav-sp-overlay.is-active {
  display: block;
}
.l-header-nav-sp .l-head-nav-sp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  visibility: hidden;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.l-header-nav-sp .l-head-nav-sp.is-active {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-header-nav-sp .l-head-nav-sp {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.l-header-nav-sp .l-head-nav-sp::-webkit-scrollbar {
  display: none;
}

.l-head-nav-sp .l-head-acdn-panel {
  display: none;
}
.l-head-nav-sp .l-head-nav-box {
  padding-top: 8.4rem;
  background: #EEE9F4;
}
.l-head-nav-sp .l-head-acdn {
  display: block;
}
.l-head-nav-sp .l-head-acdn-blk {
  position: relative;
  display: table;
  width: 100%;
}
.l-head-nav-sp .l-head-acdn-blk > dt,
.l-head-nav-sp .l-head-acdn-blk > dd {
  display: table-cell;
  vertical-align: middle;
}
.l-head-nav-sp .l-head-acdn-blk > dd {
  width: 1.6rem;
  position: relative;
  text-align: center;
}
.l-head-nav-sp .l-head-acdn-ico {
  cursor: pointer;
  text-align: center;
}
.l-head-nav-sp .l-head-acdn-ico > p {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-head-nav-sp .l-head-acdn-ico > p span {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.6rem;
  height: 2px;
  background: #7B4899;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-head-nav-sp .l-head-acdn-ico > p span:nth-of-type(1) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.l-head-nav-sp .l-head-acdn-ico > p span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.l-head-nav-sp .l-head-acdn.is-active .l-head-acdn-ico > p span:nth-of-type(1) {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.l-head-nav-sp .l-head-acdn.is-active .l-head-acdn-ico > p span:nth-of-type(2) {
  opacity: 0;
}

.l-head-nav-sp .l-head-acdn + .l-head-acdn {
  border-top: 1px solid #dedede;
}
.l-head-nav-sp .l-head-acdn {
  overflow: hidden;
}
.l-head-nav-sp .l-head-acdn-blk {
  text-align: left;
  padding: 15px;
}
.l-head-nav-sp .l-head-acdn-ttl {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: #7B4899;
}
.l-head-nav-sp .l-head-acdn-ttl-link {
  display: block;
  padding-right: 16px;
}
.l-head-nav-sp .l-head-acdn-link-list > li {
  border-top: 1px dashed #A7A8AA;
}
.l-head-nav-sp .l-head-acdn-link-list > li.index,
.l-fat-acdn-link-list > li.index {
  color: #003399;
  font-weight: 700;
  padding: 10px 15px;
  background-color: rgba(0, 51, 153, 0.2);
}

.l-head-nav-sp .l-head-acdn-link {
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px 30px;
  text-align: left;
}
.l-head-nav-sp .l-ico-arrow {
  position: relative;
}
.l-head-nav-sp .l-ico-arrow::after {
  content: "";
  width: 11px;
  height: 11px;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 23px;
  margin: auto;
  border-top: solid 2px #7B4899;
  border-right: solid 2px #7B4899;
  transform: rotate(45deg);
  pointer-events: none;
}

/* contact */
.l-contact {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}
.l-contact .l-contact-box {
  display: inline-block;
  min-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  border: 2px solid #d4d2d2;
  padding: 35px 0 42px;
}
.l-contact .l-contact-box-inner {
  display: inline-block;
  min-width: 500px;
  padding: 0 10px;
  margin: 0 auto;
}
.l-contact .l-contact-lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.l-contact .l-contact-row {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-top: 10px;
}
.l-contact .l-contact-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.l-contact .l-contact-num {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 58px;
}
.l-contact .l-contact-num::before {
  content: "";
  width: 46px;
  height: 27px;
  border: 0;
  position: absolute;
  top: 0.1rem;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(/patients/hyqvia/assets/img/common/ico-tel.png) top center no-repeat;
  background-size: contain;
}
.l-contact .l-contact-time {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  margin-top: 8px;
}

/* fat-footer */
.l-fat-footer {
  background: #EEE9F4;
  padding: 58px 0 55px;
}
.l-fat-footer .l-fat-sub-tit {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.l-fat-footer .l-fat-logo {
  width: 100%;
  max-width: 264px;
  margin-top: 8px;
}
.l-fat-footer .l-fat-nav-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 35px 7.1%;
  margin-top: 43px;
}
.l-fat-footer .l-fat-acdn {
  width: 25.6%;
  text-align: left;
}
.l-fat-footer .l-fat-acdn-side {
  width: 67.3%;
}
.l-fat-footer .l-fat-acdn-blk {
  padding-bottom: 10px;
  border-bottom: 1px solid #bfc0c1;
}
.l-fat-footer .l-fat-acdn-ttl {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 18px;
  color: #7B4899;
  text-align: left;
}
.l-fat-footer .l-fat-acdn-ttl::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  position: absolute;
  top: 0.9rem;
  left: 0;
  border-top: solid 2px #7B4899;
  border-right: solid 2px #7B4899;
  transform: rotate(45deg);
}
.l-fat-footer .l-fat-acdn-link-list {
  padding-top: 4px;
  padding-left: 18px;
  font-weight: 500;
  font-size: 1.5rem;
}
.l-fat-footer .l-fat-acdn-link-list .l-fat-acdn-link-list-text {
  font-weight: 600;
  color: #003399;
  margin: 16px 0;
}
.l-fat-footer .l-fat-acdn-link-list > li {
  margin-top: 10px;
  width: 310px;
}

.l-fat-footer .l-fat-acdn-link {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  /* font-weight: 700; */
  line-height: 1.4;
  padding-left: 18px;
  color: #333;
  text-align: left;
}
.l-fat-footer .l-fat-acdn-link.l-ico-arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 0.8rem;
  left: 0;
  border-top: solid 2px #7B4899;
  border-right: solid 2px #7B4899;
  transform: rotate(45deg);
}
.l-fat-acdn-flex-inner {
  display: flex;
}
.l-fat-acdn-flex-inner > div {
  width: 100%;
}
.l-fat-acdn-flex-inner > div.inner-flex {
  display: flex;
}

/* footer */
.l-foot-gnav-sp {
  display: none;
}

.l-footer {
  width: 100%;
  background: #fff;
  border-left: 15px solid #e1242a;
  padding: 28px 0;
}
.l-footer .l-footer-nav {
  display: flex;
  flex-wrap: nowrap;
}
.l-footer .l-footer-nav > li {
  position: relative;
}
.l-footer .l-footer-nav > li + li {
  padding-left: 9px;
  margin-left: 9px;
}
.l-footer .l-footer-nav > li + li::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #000;
  content: "";
}
.l-footer .l-footer-nav a {
  text-align: left;
  font-size: 15px;
  color: #000;
}
.l-footer .l-footer-copy {
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  margin-top: 45px;
}
.l-footer .l-footer-copy small {
  font-size: 17px;
  color: #000;
}

/* floating_banner */
.l-floating-bnr {
  z-index: 70;
  position: fixed;
  top: 250px;
  right: 0;
  display: block;
}
.l-floating-bnr .l-floating-btn {
  position: relative;
  background: #485cc7;
  display: block;
  padding: 16px 13px 50px;
  color: #fff;
  text-align: left;
}
.l-floating-bnr .l-floating-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 0;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 50%;
}
.l-floating-bnr .l-floating-btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 2px;
  margin: auto;
  border-top: solid 2px #485cc7;
  border-right: solid 2px #485cc7;
  transform: rotate(45deg);
}
.l-floating-bnr .l-floating-row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
.l-floating-bnr .l-floating-ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 18px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.l-floating-bnr .l-floating-txt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  padding-right: 2px;
}
.l-floating-bnr .l-floating-txt > span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  width: 12px;
  text-align: left;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-right: 6px;
}

/* modal */
.l-modal-wrap .l-modal-overlay {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-color: rgba(0, 0, 0, 0.8);
}
.l-modal-wrap .l-modal-area {
  position: fixed;
  z-index: 120;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 30px 15px 15px 15px;
  overflow-y: auto;
}
.l-modal-wrap .l-modal-content {
  display: table;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 830px;
  padding: 0 15px;
}
.l-modal-wrap .l-modal-cell {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}
.l-modal-wrap .l-modal-blk {
  position: relative;
}
.l-modal-wrap .l-modal-close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  text-decoration: none;
  background: #7B4899;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 13px;
  border: 4px solid #FFF;
}
.l-modal-wrap .l-modal-close-btn > p {
  position: relative;
}
.l-modal-wrap .l-modal-close-btn > p::before,
.l-modal-wrap .l-modal-close-btn > p::after {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background: #fff;
  content: "";
}
.l-modal-wrap .l-modal-close-btn > p::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-modal-wrap .l-modal-close-btn > p::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-modal-wrap {
  display: none;
}

.l-modal-wrap .modal-box01 {
  border-radius: 10px;
  background-color: #fff;
  padding: 70px 15px;
}
.l-modal-wrap .modal-box01 .modal-box01-lead {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}
.l-modal-wrap .modal-box01 .btn-wrap {
  margin-top: 50px;
}
.l-modal-wrap .modal-box01 .btn-width {
  min-width: 400px;
}
.l-modal-wrap .modal-box01 .primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

/* cmn */
.t-ico-external {
  position: relative;
  text-decoration: underline;
}
.t-ico-external::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 6px;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/patients/hyqvia/assets/img/common/ico-external.png) top center no-repeat;
  background-size: contain;
}

.t-ico-external-white {
  position: relative;
}
.t-ico-external-white::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 6px;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/patients/hyqvia/assets/img/common/ico-external-white.png) top center
    no-repeat;
  background-size: contain;
}

/* intro */
.l-breadcrumb {
  padding-top: 13px;
}
.l-breadcrumb > ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.l-breadcrumb > ol li {
  display: inline;
  font-size: 1.4rem;
}
.l-breadcrumb > ol li + li::before {
  content: ">";
  display: inline-block;
  color: #333;
  margin: 0 1px;
}
.l-breadcrumb > ol li a {
  text-decoration: none;
}

.l-main-title {
  padding: 20px 0;
}
.l-main-title .l-main-title-category {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.l-main-title .l-main-title-heading {
  font-size: 3rem;
  font-weight: 700;
}
.l-main-title-sub-headding {
  border-left: 4px solid #7B4897;
  font-size: 2.2rem;
  font-weight: 700;
  padding-left: 8px;
  margin-bottom: 24px;
  min-height: 28px;
  line-height: 26px;
}


/* main-content */
.l-main-content {
  padding: 40px 0 50px;
}

@media (min-width: 769px) {
  .l-fat-footer .l-fat-acdn-blk.is-noborder {
    border-bottom: none;
  }
  .pr30-pc {
    padding-right: 30px;
  }
  .pr35-pc {
    padding-right: 35px;
  }
  .mr40-pc {
    margin-right: 40px;
  }
  .mt50-pc {
    margin-top: 50px;
  }
  .mb40-pc {
    margin-bottom: 40px;
  }
  .m-catch-box.adjustment-padding-purple {
    padding:50px 30px 30px 75px
  }
  .m-catch-box.adjustment-padding-orange {
    padding: 50px 68px 30px 70px;
  }
}
@media screen and (min-width: 769px) {
  .l-btn-hv:hover {
    opacity: 0.7;
  }
  .l-fat-footer .l-fat-acdn-ico {
    display: none;
  }
  .l-fat-footer .l-fat-acdn-panel {
    display: block !important;
  }
  .l-modal-wrap .l-modal-close-btn:hover {
    background: #6c7bcf;
  }
  .l-breadcrumb a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  .js-fontsize-l {
    font-size: 10px;
  }
  .l-contents {
    padding-top: 8.4rem;
    margin-top: initial;
  }
  .l-inner-wrap {
    max-width: 100%;
    padding: 0 15px;
  }
  .heading-h2 {
    font-size: 2rem;
  }
  /* disclaimer */
  .l-disclaimer .l-disclaimer-head {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .l-disclaimer .l-disclaimer-btm {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .l-disclaimer .l-disclaimer-logo {
    max-width: 297px;
  }
  .l-disclaimer .l-disclaimer-lead {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .l-disclaimer .l-disclaimer-consent {
    font-size: 1.4rem;
  }
  .l-disclaimer .l-disclaimer-list {
    gap: 0 10px;
    margin-top: 20px;
  }
  .l-disclaimer .l-disclaimer-btn {
    font-size: 1.6rem;
    height: 46px;
  }
  /* header */
  .l-header-container {
    border-top-width: 7px;
    border-bottom: 1px solid #dedede;
    min-height: 8.4rem;
  }
  .l-header-container .l-header {
    min-height: auto;
  }
  .l-header-container .l-head-row {
    display: block;
    padding: 10px 50px 0 0;
  }
  .l-header-container .l-head-row-second {
    display: block;
    padding: 0 0 8px;
    margin-top: 2px;
  }
  .l-header-container .l-head-takeda {
    max-width: 15.2rem;
  }
  .l-header-container .l-head-sub-tit {
    font-size: 1rem;
    margin-top: 0;
  }
  .l-header-container .l-head-logo {
    max-width: 21.4rem;
  }
  .l-header-container .l-head-secondary-pc,
  .l-header-container .l-head-menu-pc {
    display: none !important;
  }
  /* globalnav */
  .l-globalnav-overlay,
  .l-globalnav {
    display: none !important;
  }
  /* header-nav-sp */
  .l-head-menu-sp {
    display: block;
  }
  .l-header-nav-sp {
    display: block;
  }
  /* contact */
  .l-contact {
    padding: 40px 0;
  }
  .l-contact .l-contact-box {
    display: block;
    min-width: auto;
    padding: 15px 0 16px;
    border-width: 1px;
  }
  .l-contact .l-contact-box-inner {
    display: block;
    min-width: auto;
    padding: 0 16px;
  }
  .l-contact .l-contact-lead {
    font-size: 1.4rem;
    line-height: 1.57;
    padding: 0 2px;
  }
  .l-contact .l-contact-row {
    display: block;
    margin-top: 5px;
  }
  .l-contact .l-contact-row > dd {
    margin-top: 6px;
  }
  .l-contact .l-contact-ttl {
    font-size: 1.8rem;
  }
  .l-contact .l-contact-num {
    font-size: 2rem;
    padding-left: 44px;
  }
  .l-contact .l-contact-num::before {
    content: "";
    width: 35px;
    height: 22px;
  }
  .l-contact .l-contact-time {
    font-size: 1.3rem;
    line-height: 1.61;
    margin-top: 8px;
    text-align: center;
  }
  /* fat-footer */
  .l-fat-footer {
    padding: 25px 0 0;
  }
  .l-fat-footer .l-inner-wrap {
    padding: 0;
  }
  .l-fat-footer .l-fat-nav-box {
    border-top: 1px solid #A7A8AA;
  }
  .l-fat-footer .l-fat-sub-tit {
    font-size: 1.4rem;
    margin-left: 15px;
  }
  .l-fat-footer .l-fat-logo {
    width: 180px;
    max-width: auto;
    margin-top: 8px;
    margin-left: 15px;
  }
  .l-fat-footer .l-fat-nav-box {
    display: block;
    margin-top: 20px;
  }
  .l-fat-footer .l-fat-acdn {
    width: 100%;
  }
  .l-fat-footer .l-fat-acdn-blk {
    padding-bottom: 0;
    border-bottom: none;
  }
  .l-fat-footer .l-fat-acdn-ttl {
    padding-left: 0;
  }
  .l-fat-footer .l-fat-acdn-ttl::before {
    content: none;
  }
  .l-fat-footer .l-fat-acdn-link-list {
    padding-top: 0;
    padding-left: 0;
  }
  .l-fat-footer .l-fat-acdn-link-list > li {
    margin-top: 0;
    width: 100%;
  }
  .l-fat-footer .l-fat-acdn-link {
    display: block;
  }
  .l-fat-footer .l-fat-acdn-link.l-ico-arrow::before {
    content: none;
  }
  .l-fat-footer .l-fat-acdn-panel {
    display: none;
  }
  .l-fat-footer .l-fat-acdn-blk {
    position: relative;
    display: table;
    width: 100%;
  }
  .l-fat-footer .l-fat-acdn-blk > dt,
  .l-fat-footer .l-fat-acdn-blk > dd {
    display: table-cell;
    vertical-align: middle;
  }
  .l-fat-footer .l-fat-acdn-blk > dd {
    width: 1.6rem;
    position: relative;
    text-align: center;
  }
  .l-fat-footer .l-fat-acdn-ico {
    cursor: pointer;
    text-align: center;
  }
  .l-fat-footer .l-fat-acdn-ico > p {
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-fat-footer .l-fat-acdn-ico > p span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1.6rem;
    height: 2px;
    background: #7B4899;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-fat-footer .l-fat-acdn-ico > p span:nth-of-type(1) {
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .l-fat-footer .l-fat-acdn-ico > p span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .l-fat-footer .l-fat-acdn.is-active .l-fat-acdn-ico > p span:nth-of-type(1) {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .l-fat-footer .l-fat-acdn.is-active .l-fat-acdn-ico > p span:nth-of-type(2) {
    opacity: 0;
  }
  .l-fat-footer .l-fat-acdn + .l-fat-acdn {
    border-top: 1px solid #A7A8AA;
  }
  .l-fat-footer .l-fat-acdn {
    overflow: hidden;
  }
  .l-fat-footer .l-fat-acdn-blk {
    text-align: left;
    padding: 15px;
  }
  .l-fat-footer .l-fat-acdn-ttl {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    color: #7B4899;
  }
  .l-fat-footer .l-fat-acdn-ttl-link {
    display: block;
    padding-right: 16px;
  }
  .l-fat-footer .l-fat-acdn-link-list > li {
    border-top: 1px dashed #A7A8AA;
  }
  .l-fat-footer .l-fat-acdn-link {
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 15px 30px;
    text-align: left;
  }
  .l-fat-footer .l-ico-arrow {
    position: relative;
  }
  .l-fat-footer .l-ico-arrow::after {
    content: "";
    width: 11px;
    height: 11px;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 1px;
    right: 23px;
    margin: auto;
    border-top: solid 2px #7B4899;
    border-right: solid 2px #7B4899;
    transform: rotate(45deg);
    pointer-events: none;
  }
  /* footer */
  .l-foot-gnav-sp {
    display: block;
    background: #fff;
    padding-bottom: 40px;
  }
  .l-foot-gnav-sp .l-foot-gnav-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  .l-foot-gnav-sp .l-foot-gnav-list > li {
    display: flex;
    width: 50%;
  }
  .l-foot-gnav-sp .l-foot-gnav-list > li:first-child {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
  }
  .l-foot-gnav-sp .l-foot-gnav-list > li:nth-child(2n) {
    border-bottom: 1px solid #dedede;
  }
  .l-foot-gnav-sp .l-foot-gnav-list > li:nth-child(n + 3) {
    border-right: 1px solid #dedede;
  }
  .l-foot-gnav-sp .l-foot-gnav-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 5px;
    min-height: 4.4rem;
  }
  .l-footer {
    border-left-width: 7px;
    padding: 8px 0;
  }
  .l-footer .l-footer-nav > li + li {
    padding-left: 6px;
    margin-left: 6px;
  }
  .l-footer .l-footer-nav a {
    font-size: 1.2rem;
  }
  .l-footer .l-footer-copy {
    font-size: 1.3rem;
    line-height: 1.53;
    margin-top: 23px;
  }
  .l-footer .l-footer-copy small {
    font-size: 1.3rem;
  }
  /* floating_banner */
  .l-wrapper + .l-floating_banner {
    min-height: 7rem;
  }
  .l-floating-bnr {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .l-floating-bnr .l-floating-btn {
    padding: 15px 30px 18px;
    width: 100%;
    min-height: 7rem;
  }
  .l-floating-bnr .l-floating-btn::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 30px;
  }
  .l-floating-bnr .l-floating-btn::after {
    top: 0;
    bottom: 1px;
    left: auto;
    right: 36px;
  }
  .l-floating-bnr .l-floating-row {
    display: block;
  }
  .l-floating-bnr .l-floating-ttl {
    font-size: 15px;
    width: auto;
    writing-mode: initial;
    text-orientation: initial;
  }
  .l-floating-bnr .l-floating-txt {
    display: block;
    padding-right: 0;
    margin-top: 6px;
  }
  .l-floating-bnr .l-floating-txt > span {
    display: inline;
    font-size: 12px;
    font-weight: 500;
    width: auto;
    margin-right: 0;
    writing-mode: initial;
    text-orientation: initial;
  }
  /* modal */
  .l-modal-wrap .l-modal-content {
    max-width: auto;
    padding: 0;
  }
  .l-modal-wrap .l-modal-close-btn {
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 7px;
  }
  .l-modal-wrap .l-modal-close-btn > p::before,
  .l-modal-wrap .l-modal-close-btn > p::after {
    top: 8px;
  }
  .l-modal-wrap .modal-box01 {
    border-radius: 5px;
    padding: 40px 15px;
  }
  .l-modal-wrap .modal-box01 .btn-wrap {
    margin-top: 30px;
  }
  .l-modal-wrap .modal-box01 .btn-width {
    min-width: auto;
    padding: 0;
  }
  .l-modal-wrap .modal-box01 .primary-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* cmn */
  /* intro */
  .l-breadcrumb {
    padding-top: 4px;
  }
  .l-breadcrumb > ol li {
    font-size: 1.3rem;
  }
  .l-main-title {
    padding: 16px 0 25px;
  }
  .l-main-title .l-main-title-category {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .l-main-title .l-main-title-heading {
    font-size: 2.1rem;
  }
  .l-main-title-sub-headding {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  /* main-content */
  .l-main-content {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 330px) {
  .l-header-container {
    min-height: 10rem;
  }
  .l-head-nav-sp .l-head-nav-box {
    padding-top: 10rem;
  }
  .l-contents {
    padding-top: 10rem;
  }
}
/* module */
.btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.primary-btn {
  display: block;
  width: 100%;
  padding: 15px 38px;
  border-radius: 26px;
  background: #EC7D0A;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}

.primary-btn.ico-arrow {
  position: relative;
}
.primary-btn.ico-arrow::before {
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 18px;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.primary-btn.ico-arrow::after {
  position: absolute;
  top: 0;
  bottom: 1px;
  margin: auto;
  right: 24px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 0;
  border-top: solid 2px #f2b737;
  border-right: solid 2px #f2b737;
  content: "";
}

.primary-btn.ico-arrow.--anchor::after {
  top: 2px;
  right: 23px;
  transform: rotate(-45deg);
}

.primary-btn.ico-external {
  position: relative;
}
.primary-btn.ico-external::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 1.5rem;
  height: 1.2rem;
  background: url(/patients/hyqvia/assets/img/common/ico-external-white.png) top center
    no-repeat;
  background-size: contain;
  content: "";
}

.btn-width {
  display: inline-block;
}

.btn-width.w280 {
  width: 100%;
  max-width: 280px;
}

.m-content-area {
  padding: 40px 15px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #E4E5E5;
}

.m-content-area-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.m-content-list-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-content-list-area .content-area > li {
  list-style-type: "※ ";
  color: #E60012;
  font-weight: 700;
}

.m-content-area + .m-content-area {
  margin-top: 30px;
}

.m-section-content + .m-section-content {
  margin-top: 40px;
}
.m-section-content .flex-header {
  display: flex;
  justify-content: space-between;
}
.m-section-content .flex-header > span {
  margin-top: auto;
}
.m-section-inner {
  padding: 0 40px;
}
.m-section-inner > p {
  margin-bottom: 32px;
}
.m-section-inner .m-section-fleximg-area {
  display: flex;
  gap: 40px;
  padding-bottom: 10px;
  justify-content: center;
}
.m-section-inner .m-section-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 32px 15px;
}
.m-section-inner .m-section-flexbox > img {
  width: calc(25% - 12px);
}
.m-section-inner .m-section-flexbox > img.m-section-last-img {
  width: 100%;
  max-width: 360px;
}
.m-section-inner .m-section-last-flexbox {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.m-section-inner-border {
  border-top: 1px dashed #DDDDDD;
  margin: 60px 0;
}
.m-section-border + .m-section-border {
  margin-top: 48px;
  background-image: linear-gradient(to right, #dddddd 2px, transparent 2px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 48px;
}
.m-section-border.is-border-line {
  background-image: linear-gradient(to right, #dddddd 2px, transparent 2px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 48px;
}
.m-section-border.is-border-none {
  background: none !important;
}
.m-section-border + .m-section-border:last-of-type {
  margin-top: 48px;
  padding-bottom: 0;
  background: none;
}

.m-section-border + .m-section-border.is-narrow {
  margin-top: 35px;
  padding-top: 35px;
}

.m-section-border + .m-section-border.is-medium {
  margin-top: 30px;
  padding-top: 30px;
}

.m-section-note {
  font-size: 1.2rem;
  margin-top: 16px;
  text-align: right;
}

.m-picture-side-row {
  display: flex;
  flex-wrap: nowrap;
}
.m-picture-side-row .m-picture-side-item:first-of-type {
  flex: 1;
}
.m-picture-side-row .m-picture-side-item:last-of-type {
  text-align: right;
  padding-left: 10px;
}

.m-picture-side-row.is-w17 .m-picture-side-item:last-of-type {
  width: 17%;
}
.m-picture-side-row.is-w22 .m-picture-side-item:last-of-type {
  width: 22%;
}
.m-picture-side-row.is-w27 .m-picture-side-item:last-of-type {
  width: 27%;
}
.m-picture-side-row.is-w30 .m-picture-side-item:last-of-type {
  width: 30%;
}
.m-picture-side-row.is-w33 .m-picture-side-item:last-of-type {
  width: 33%;
}
.m-picture-side-row.is-w40 .m-picture-side-item:last-of-type {
  width: 40%;
}
.m-picture-side-row .m-picture-side-item.w156 {
  width: 156px;
}
.m-picture-side-row .m-picture-side-item-inner-text {
  margin: 35px;
}
.m-picture-side-row .m-picture-side-item .m-inspection-view {
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 35px 35px 35px;
}
.m-picture-side-row .m-picture-side-item .m-inspection-view .m-inspection-title {
  background-color: #FDEEDD;
  text-align: center;
  border-radius: 50px;
  font-size: clamp(1.4rem, 2vw, 2rem);
  height: auto;
  line-height: 44px;
  font-weight: 500;
  padding: 0 40px;
  white-space: normal;
  flex-shrink: 0;
  word-break: break-word;
  max-width: 254px;
  width: 100%;
  margin-bottom: 15px;
}
.m-picture-left-row {
  display: flex;
  flex-wrap: nowrap;
}
.m-picture-left-row .m-picture-left-item:first-of-type {
  width: 170px;
  text-align: center;
}
.m-picture-left-row .m-picture-left-item:last-of-type {
  flex: 1;
  padding-left: 2.5%;
}

.m-picture-left-row.is-left {
  text-align: left;
}

.m-color-orange {
  color: #EC7D0C;
}

.m-color-blue {
  color: #003399;
}

.m-color-red {
  color: #E60012;
}

.m-t-link {
  color: #3676b5;
}

.m-t-link:hover {
  cursor: pointer;
  border-color: transparent;
}

.m-section-text {
  font-size: 1.6rem;
  line-height: 1.875;
}

.m-section-text + .m-section-text {
  margin-top: 30px;
}

.m-note {
  font-size: 1.2rem;
  line-height: 1.66;
  margin-top: 16px;
}

.m-heading-type1 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
}

.m-heading-type2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 28px;
}

.m-title-circle-border {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.m-title-circle {
  background-color: #FDEEDD;
  text-align: center;
  border-radius: 50px;
  font-size: clamp(1.4rem, 2vw, 2rem);
  height: auto;
  font-weight: 500;
  padding: 10px 40px;
  white-space: normal;
  flex-shrink: 0;
  word-break: break-word;
  max-width: 100%;
}
.m-title-circle:has(br) {
  display: block;
  text-align: left;
  padding: 10px 40px;
  line-height: normal;
}
.m-title-line {
  flex-grow: 1;
  height: 1px;
  min-width: 0;
}
.m-circle-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 35px;
  gap: 35px;
}
.m-circle-list .item {
  list-style-type: none;
  flex: 1 1 46%;
  background-color: #FDEEDD;
  padding: 10px 20px;
  border-radius: 24px;
  box-sizing: border-box;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
.m-circle-list .item:nth-child(3) {
  flex: 0 1 47%;
}
.m-title-line.is-purple {
  border-top: 2px dotted #7B4899;
}
.m-title-line.is-blue {
  border-top: 2px dotted #003399;
}
.m-title-line.is-orange {
  border-top: 2px dotted #EC7D0A;
}
.m-title-line.is-red {
  border-top: 2px dotted #E60313;
}

.m-title-lead {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 40px;
  text-align: center;
}
.m-title-text {
  font-size: 2rem;
  font-weight: 700;
}
.m-title-text-annotation {
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 12px;
}
.m-heading-lv2-num {
  display: flex;
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #7B4899;
  margin-bottom: 18px;
  gap: 0 8px;
}
.m-heading-lv2-num-head {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 34px;
  border-radius: 50%;
  background-color: #fff;
  color: #7B4899;
  border: 1px solid #7B4899;
}
.m-heading-lv2-num-body {
  flex: 1 0 0;
}
.m-heading-no-border {
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 16px;

}

.m-bullet {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 22px;
}
.m-bullet::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #ff8f1c;
}
.m-bullet.is-narrow {
  padding-left: 17px;
}
.m-bullet.is-blue::before {
  background-color: #2657A0;
}
.m-bullet.is-green::before {
  background-color: #427730;
}
.m-bullet.is-purple::before {
  background-color: #7B4899;
}
.m-bullet.is-red::before {
  background-color: #E60012;
}
.m-bullet.is-orange::before {
  background-color: #EC7D0A;
}
.m-bullet.is-none::before {
  content: none;
}

.m-bullet + .m-bullet {
  margin-top: 16px;
}

.m-under-marker {
  background: linear-gradient(transparent 75%, #f8c086 75%);
  padding-bottom: 0px;
}

.m-under-marker.is-blue {
  background: linear-gradient(transparent 75%, #d1d6ec 75%);
}

.m-under-marker.is-red {
  background: linear-gradient(transparent 75%, #FFE8EA 75%);
}

.m-under-line {
  padding-left: 16px;
  font-size: 2.2rem;
  font-weight: 700;
}
.m-under-line.is-blue {
  background: linear-gradient(transparent 75%, #d1d6ec 75%);
  color: #003399;
}
.m-under-line.is-purple {
  background: linear-gradient(transparent 70%, #EEE9F4 70%);
  color: #7B4899;
}

.m-figure-img > img {
  width: 100%;
  max-width: 640px;
}
.m-figure-img > img.no-maxwidth {
  width: 100%;
  max-width: none;
}

.m-border-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  padding: 7px 10px;
  margin-bottom: 40px;
  color: #ff8f1c;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #f9bc7e;
}

.m-border-title.is-red {
  color: #E60012;
  border-color: #E60012;
}
.m-border-title.is-orange {
  color: #EC7D0A;
  border-color: #EC7D0A;
}

.m-caution-area-type3 {
  text-align: center;
  background-color: #EAE5E3;
  padding: 25px 20px;
  margin-top: 32px;
  font-weight: 500;
}

.m-column-half-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 40px;
  width: 100%;
}
.m-column-half-row.column {
  flex-direction: column;
}
.m-column-half-row .m-column-half-item {
  width: 50%;
}
.m-emphasis-blk {
  width: 100%;
}
.m-emphasis-ttl-lv3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 46px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 5px 0 6px 0;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #ff8f1c;
}

.m-emphasis-ttl-lv3.is-red {
  background-color: #E60012;
}

.m-emphasis-ttl-lv3.ico-exclamation {
  padding-left: 46px;
  padding-right: 36px;
}

.m-emphasis-ttl-lv3.ico-exclamation::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  width: 46px;
  height: 46px;
  background: url(/patients/hyqvia/assets/img/common/ico-exclamation-red.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
}

.m-emphasis-ttl-lv4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

.m-td-half-bgbox-wrap {
  position: relative;
  margin-top: 32px;
  padding: 0 40px 40px;
  background-color: #EAE5E3;
}
.m-td-half-bgbox-wrap.non-ttl {
  padding: 20px 40px 40px;
}

.m-td-half-bgbox-head {
  margin: auto;
  margin-bottom: 26px;
  text-align: center;
}

.m-td-half-bgcircle-title {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  max-width: 430px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 5px;
  border-radius: 40px;
  color: #fff;
  background-color: #7B4899;
  margin-top: -35px;
}

.m-td-half-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 40px;
  width: 100%;
}
.m-td-half-row .m-td-half-item {
  width: 50%;
  display: flex;
}

.m-catch-box {
  position: relative;
  padding: 34px 26px 21px 30px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #ff8f1c;
  margin-top: 20px;
  width: 100%;
}

.m-catch-box.no-border {
  border: none;
  border-radius: 0;
}

.m-catch-head {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: inline-block;
}

.m-catch-head-pos {
  position: relative;
  display: inline-block;
}
.m-catch-head-pos::before {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  display: block;
  content: "";
}

.m-catch-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.m-catch-title .m-catch-ico {
  display: block;
  width: 45px;
}
.m-catch-title .m-catch-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 4px;
  padding-left: 10px;
}
.m-catch-ttl.is-blue {
  color: #003399;
}
.m-catch-ttl.is-green {
  color: #427730;
}
.m-catch-ttl.is-purple {
  color: #7B4899;
}
.m-catch-ttl.is-orange {
  color: #EC7D0A;
}

.m-catch-box.is-blue .m-catch-title {
  color: #1A579E;
}
.m-catch-box.is-green .m-catch-title {
  color: #297E2F;
}

.m-figure-wrap.is-center {
  text-align: center;
}
.m-figure-wrap.reduct90 {
  width: 90%;
  margin: 0 auto;
}
.m-figure-wrap.reduct70 {
  width: 70%;
  margin: 0 auto;
}

.m-figure-title {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 16px;
}
.m-figure-title::before {
  content: "";
  position: absolute;
  top: 0.21em;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #333;
}
.m-figure-title.m-color-purple::before {
  background-color: #7B4899;
}

.m-figure {
  display: inline-block;
}

.m-bullet-number {
  position: relative;
  font-size: 1.6rem;
  line-height: 36px;
  padding-left: 28px;
}
.m-bullet-number.is-purple::before {
  background-color: #7B4899;
}
.m-bullet-number.is-blue::before {
  background-color: #003399;
}
.m-bullet-number::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 22px;
  padding-left: 1px;
  border-radius: 50%;
  background-color: #ff8f1c;
  color: #fff;
}

.m-bullet-number.is-num1::before {
  content: "1";
}

.m-bullet-number.is-num2::before {
  content: "2";
}

.m-bullet-number.is-num3::before {
  content: "3";
}

.m-picture-ico-title {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 25px;
}
.m-picture-ico-title .m-picture-ico-item:first-of-type {
  width: 17%;
  max-width: 145px;
  padding: 10px 10px 0;
  text-align: center;
}
.m-picture-ico-title .m-picture-ico-item:last-of-type {
  flex: 1;
}
.m-picture-ico-title.is-medical-shouman .m-section-text {
  margin-block-start: 15px;
}
.m-picture-ico-blk {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}
.m-picture-ico-blk > dt {
  display: inline-block;
  width: 100%;
  max-width: 80px;
}
.m-picture-ico-blk > dd {
  margin-top: 5px;
  white-space: nowrap;
}

.m-bg-color-orange {
  background-color: #EC7D0A;
  color: #fff;
}
.m-bg-color-purple {
  background-color: #7B4899;
  color: #fff;
}
.m-bg-color-blue {
  background-color: #003399;
  color: #fff;
}
.m-color-purple {
  color: #7B4899;
}
.m-bg-color-red {
  background-color: #E60012;
  color: #fff;
}
@media (max-width: 768px) {
  .btn-wrap {
    margin-top: 20px;
  }
  .primary-btn {
    padding: 13px 33px;
    font-size: 1.3rem;
  }
  .btn-width {
    display: block;
    padding: 0 15px;
  }
  .btn-width.w280 {
    max-width: 100%;
  }
  .m-content-area {
    padding: 25px 15px;
  }
  .m-content-area-inner {
    max-width: auto;
  }
  .m-section-content + .m-section-content {
    margin-top: 30px;
  }
  .m-section-border + .m-section-border {
    margin-top: 40px;
  }
  .m-section-border + .m-section-border:last-of-type {
    margin-top: 40px;
  }
  .m-section-border + .m-section-border.is-narrow {
    margin-top: 24px;
    padding-top: 25px;
  }
  .m-section-border + .m-section-border.is-medium {
    margin-top: 19px;
    padding-top: 20px;
  }

  .m-picture-side-row {
    display: block;
  }
  .m-picture-side-row.--unique {
    display: flex;
    flex-direction: column;
  }
  .m-picture-side-row.--unique .m-picture-side-item {
    display: contents;
  }
  .m-picture-side-row.--unique .m-caution-area {
    order: 2;
  }

  .m-picture-side-row.--unique .m-picture-img {
    order: 1;
  }

  .m-picture-side-row .m-picture-side-item:last-of-type {
    text-align: center;
    padding-left: 0;
    margin-top: 15px;
  }
  .m-picture-side-row.is-w17 .m-picture-side-item:last-of-type,
  .m-picture-side-row.is-w22 .m-picture-side-item:last-of-type,
  .m-picture-side-row.is-w27 .m-picture-side-item:last-of-type,
  .m-picture-side-row.is-w30 .m-picture-side-item:last-of-type,
  .m-picture-side-row.is-w33 .m-picture-side-item:last-of-type,
  .m-picture-side-row.is-w40 .m-picture-side-item:last-of-type {
    width: 100%;
  }
  .m-picture-img {
    margin: 0 auto;
  }
  .m-picture-img img {
    width: 100%;
  }
  .m-picture-img.is-w50sp {
    width: 50%;
  }
  .m-picture-img.is-w65sp {
    width: 65%;
  }
  .m-picture-img.is-w80sp {
    width: 80%;
  }
  .m-picture-img.is-pr20sp {
    padding-right: 20px;
  }
  .m-picture-left-row .m-picture-left-item:first-of-type {
    width: 30%;
  }
  .m-picture-left-row .m-picture-left-item:first-of-type img {
    width: 100%;
  }
  .m-picture-left-row .m-picture-left-item:last-of-type {
    padding-left: 15px;
  }
  .m-picture-ico-title.is-medical-shouman .m-section-text {
    margin-block-start: 25px;
    margin-inline-start: -70px;
  }
  .m-circle-list {
    gap: 16px 35px;
  }
  .m-circle-list .item {
    font-size: 1.8rem;
  }
  .m-circle-list .item:nth-child(3) {
    flex: 1 1 46%;
  }
  .m-section-text {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .m-section-text.t-indent-min {
    margin-left: -19px;
  }
  .m-section-text + .m-section-text {
    margin-top: 20px;
  }
  .m-section-text.is-medical-shouman {
    position: absolute;
  }
  .m-note {
    font-size: 1.2rem;
  }
  .m-heading-type1 {
    font-size: 2rem;
    line-height: 1.55;
  }
  .m-heading-type2 {
    font-size: 2rem;
    line-height: 1.41;
    margin-bottom: 28px;
  }
  .m-title-lead {
    font-size: 1.8rem;
    line-height: 1.41;
    margin-bottom: 30px;
    text-align: left;
  }
  .m-heading-lv2-num {
    font-size: 2rem;
    line-height: 1.41;
    margin-bottom: 15px;
    align-items: baseline;
  }
  .m-heading-lv2-num-head {
    width: 32px;
    height: 32px;
    font-size: 2.2rem;
    line-height: 26px;
  }
  .m-heading-no-border {
    font-size: 2rem;
  }
  .m-bullet {
    font-size: 1.4rem;
    line-height: 1.71;
    padding-left: 19px;
  }
  .m-bullet::before {
    top: 0.5em;
    width: 1.1rem;
    height: 1.1rem;
  }
  .m-under-marker {
    background: linear-gradient(transparent 75%, #f8c086 75%);
    padding-bottom: 0;
  }
  .m-under-marker.is-blue {
    background: linear-gradient(transparent 75%, #d1d6ec 75%);
  }
  .m-under-marker.is-red {
    background: linear-gradient(transparent 75%, #FFE8EA 75%);
  }
  .m-border-title {
    font-size: 1.8rem;
    line-height: 1.41;
    padding: 20px;
    margin-bottom: 16px;
  }
  .m-caution-area-type3 {
    padding: 25px 15px;
  }
  .m-column-half-row {
    display: block;
  }
  .m-column-half-row .m-column-half-item {
    width: 100%;
  }
  .m-column-half-row .m-column-half-item + .m-column-half-item {
    margin-top: 30px;
  }
  .m-emphasis-ttl-lv3 {
    min-height: 40px;
    height: 70px;
    font-size: 1.6rem;
  }
  .m-emphasis-ttl-lv3.ico-exclamation {
    padding-left: 55px;
    padding-right: 30px;
  }
  .m-emphasis-ttl-lv3.ico-exclamation::before {
    width: 70px;
    height: 69px;
  }
  .m-emphasis-ttl-lv4 {
    font-size: 1.6rem;
  }
  .m-td-half-bgbox-wrap {
    padding: 20px 15px;
  }
  .m-td-half-bgbox-wrap.non-ttl {
    padding: 20px 16px;
  }
  .m-td-half-bgbox-wrap.with-ttl {
    padding: 30px 16px;
  }
  .m-td-half-bgbox-wrap.with-ttl .m-td-half-bgcircle-title {
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: -1em;
    margin: 0 auto;
  }
  .m-td-half-bgbox-head {
    margin-bottom: 38px;
  }
  .m-td-half-bgcircle-title {
    max-width: none;
    font-size: 1.8rem;
    margin-top: -25px;
  }
  .m-td-half-row {
    display: block;
  }
  .m-td-half-row .m-td-half-item {
    width: 100%;
    display: block;
  }
  .m-td-half-row .m-td-half-item + .m-td-half-item {
    margin-top: 35px;
  }
  .m-catch-box {
    position: relative;
    padding: 30px 15px 20px;
    border-radius: 5px;
  }
  .m-catch-head {
    top: -19px;
  }
  .m-catch-head-pos::before {
    top: 17px;
  }
  .m-catch-title {
    padding: 0 10px;
  }
  .m-catch-title .m-catch-ico {
    width: 38px;
  }
  .m-catch-title .m-catch-ttl {
    font-size: 2.4rem;
    padding-bottom: 3px;
    padding-left: 6px;
  }
  .m-bullet-number {
    font-size: 1.4rem;
    line-height: 1.71;
    padding-left: 30px;
  }
  .m-bullet-number::before {
    top: 0;
    width: 24px;
    height: 24px;
    font-size: 1.2rem;
    line-height: 22px;
    padding-left: 0;
  }
  .m-picture-ico-title .m-picture-ico-item:first-of-type {
    width: 70px;
    max-width: none;
    padding: 5px 10px 0 0;
  }
  .m-picture-ico-blk {
    font-size: 2.4rem;
  }
  .m-picture-ico-blk > dt {
    width: 50px;
    max-width: none;
  }
  .m-picture-ico-blk > dd {
    margin-top: 2px;
  }
  .m-title-circle {
    font-size: 1.8rem;
  }
  .m-title-circle.mini {
    padding: 10px 0px;
    line-height: normal;
  }
  .m-figure-wrap.reduct90 {
    width: 100%;
    margin: 0 auto;
  }
  .m-figure-wrap.reduct70 {
    width: 100%;
    margin: 0 auto;
  }
  .m-picture-side-row .m-picture-side-item .m-inspection-view .m-inspection-title {
    max-width: 100%;
    font-size: 1.8rem;
  }
}

.m-flow-list > li {
  display: flex;
  width: 100%;
  position: relative;
}
.m-flow-list > li:not(:last-child) {
  margin-block-end: 64px;
}
.m-flow-list > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 48px;
  height: 25px;
  background: url(/patients/hyqvia/assets/img/common/obj-arrow.png) 0 0 no-repeat;
  background-size: contain;
}
.m-flow-list-head {
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 60px;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  background-color: #7B4899;
}
.m-flow-list > li:nth-child(2) .m-flow-list-head {
  background-color: #EC7D0A;
}
.m-flow-list > li:nth-child(3) .m-flow-list-head {
  background-color: #427730;
}
.m-flow-list > li:nth-child(4) .m-flow-list-head {
  background-color: #003399;
}
.m-flow-list-body {
  display: flex;
  border-radius: 0 10px 10px 0;
  flex: 1;
  padding: 21px 30px 20px 34px;
  background-color: #fff;
  border: 1px solid #e4e5e5;
  border-left: none;
}
.m-flow-list-items:first-child {
  flex: 1;
}
.m-flow-list-items:last-child {
  width: 197px;
  padding-left: 5.1%;
}
.m-flow-list > li:nth-child(2) .m-flow-list-items:last-child img {
  margin-block-start: 10px;
}
.m-flow-list > li:nth-child(4) .m-flow-list-items:last-child img {
  padding-block-start: 10px;
  padding-inline-start: 7px;
  display: block;
  margin-inline-start: auto;
}
.m-flow-list-items:last-child img {
  max-width: 140px;
  width: 100%;
}
.m-flow-list-title {
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 18px;
  color: #7B4899;
  border-bottom: 1px solid #7B4899;
}
.m-flow-list > li:nth-child(2) .m-flow-list-title {
  color: #EC7D0A;
  border-color: #EC7D0A;
}
.m-flow-list > li:nth-child(3) .m-flow-list-title {
  color: #427730;
  border-color: #427730;
}
.m-flow-list > li:nth-child(4) .m-flow-list-title {
  color: #003399;
  border-color: #003399;
}
.m-flow-list-text {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .m-flow-list > li:not(:last-child) {
    margin-block-end: 55px;
  }
  .m-flow-list > li:not(:first-child)::before {
    top: -38px;
  }
  .m-flow-list-head {
    border-radius: 10px 0 0 10px;
    width: 40px;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .m-flow-list-body {
    flex-direction: column;
    border-radius: 0 10px 10px 0;
    padding: 13px 15px 20px 15px;
  }
  .m-flow-list-items:last-child {
    width: 100%;
    padding: 0 28% 0 22%;
  }
  .m-flow-list > li:nth-child(2) .m-flow-list-items:last-child img {
    margin-block-start: 0;
  }
  .m-flow-list > li:nth-child(4) .m-flow-list-items:last-child img {
    padding-block-start: 0;
    padding-inline-start: 7%;
  }
  .m-flow-list-items:last-child img {
    max-width: 100%;
  }
  .m-flow-list-title {
    font-size: 2.2rem;
    font-weight: 700;
    padding-bottom: 16px;
    margin-bottom: 18px;
    color: #7B4899;
    border-bottom: 1px solid #7B4899;
  }
  .m-flow-list > li:nth-child(2) .m-flow-list-title {
    color: #EC7D0A;
    border-color: #EC7D0A;
  }
  .m-flow-list > li:nth-child(3) .m-flow-list-title {
    color: #427730;
    border-color: #427730;
  }
  .m-flow-list > li:nth-child(4) .m-flow-list-title {
    color: #003399;
    border-color: #003399;
  }
  .m-flow-list-text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

/* utility */
@media (min-width: 769px) {
  .js-fontsize-l .br-l-none {
    display: none;
  }
}
@media (min-width: 769px) {
  .dis-sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .dis-pc {
    display: none !important;
  }
}
@media (max-width: 370px) {
  .br-xs {
    display: none !important;
  }
}


.t-bold {
  font-weight: 700 !important;
}

.txt-c {
  text-align: center !important;
}

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

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

.t-indent {
  display: flex;
  flex-wrap: nowrap;
}

.t-indent-label {
  white-space: nowrap;
}

.t-indent.is-right {
  justify-content: flex-end;
}

.t-indent01 {
  text-indent: -0.1em !important;
  padding-left: 0.1em !important;
}

.t-indent02 {
  text-indent: -0.2em !important;
  padding-left: 0.2em !important;
}

.t-indent03 {
  text-indent: -0.3em !important;
  padding-left: 0.3em !important;
}

.t-indent04 {
  text-indent: -0.4em !important;
  padding-left: 0.4em !important;
}

.t-indent05 {
  text-indent: -0.5em !important;
  padding-left: 0.5em !important;
}

.t-indent06 {
  text-indent: -0.6em !important;
  padding-left: 0.6em !important;
}

.t-indent07 {
  text-indent: -0.7em !important;
  padding-left: 0.7em !important;
}

.t-indent08 {
  text-indent: -0.8em !important;
  padding-left: 0.8em !important;
}

.t-indent09 {
  text-indent: -0.9em !important;
  padding-left: 0.9em !important;
}

.t-indent10 {
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.t-indent11 {
  text-indent: -1.1em !important;
  padding-left: 1.1em !important;
}

.t-indent12 {
  text-indent: -1.2em !important;
  padding-left: 1.2em !important;
}

.t-indent13 {
  text-indent: -1.3em !important;
  padding-left: 1.3em !important;
}

.t-indent14 {
  text-indent: -1.4em !important;
  padding-left: 1.4em !important;
}

.t-indent15 {
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
}

.t-indent16 {
  text-indent: -1.6em !important;
  padding-left: 1.6em !important;
}

.t-indent16 {
  text-indent: -1.6em !important;
  padding-left: 1.6em !important;
}

.t-indent17 {
  text-indent: -1.7em !important;
  padding-left: 1.7em !important;
}

.t-indent18 {
  text-indent: -1.8em !important;
  padding-left: 1.8em !important;
}

.t-indent19 {
  text-indent: -1.9em !important;
  padding-left: 1.9em !important;
}

.t-indent20 {
  text-indent: -2em !important;
  padding-left: 2em !important;
}

.fs10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.fs20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.fs26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.fs28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.fs30 {
  font-size: 310px !important;
  font-size: 3rem !important;
}

.fs32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.fs34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.fs36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.fs38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.fs40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

.fs42 {
  font-size: 42px !important;
  font-size: 4.2rem !important;
}

.fs44 {
  font-size: 44px !important;
  font-size: 4.4rem !important;
}

.fs46 {
  font-size: 46px !important;
  font-size: 4.6rem !important;
}

.fs48 {
  font-size: 48px !important;
  font-size: 4.8rem !important;
}

.fs50 {
  font-size: 50px !important;
  font-size: 5rem !important;
}

.fsclamp14 {
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.ma {
  margin: 0 auto !important;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

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

.mt50 {
  margin-top: 50px !important;
}

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

.mt70 {
  margin-top: 70px !important;
}

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

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

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

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

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

@media screen and (max-width: 768px) {
  .t-bold-sp {
    font-weight: 700 !important;
  }
  .txt-c-sp {
    text-align: center !important;
  }
  .txt-l-sp {
    text-align: left !important;
  }
  .txt-r-sp {
    text-align: right !important;
  }
  .t-indent.is-left-sp {
    justify-content: flex-start;
  }
  .fs10-sp {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .fs12-sp {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .fs14-sp {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .fs15-sp {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  .fs16-sp {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .fs18-sp {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .fs20-sp {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .fs22-sp {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
  .fs24-sp {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .fs26-sp {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
  .fs28-sp {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .fs30-sp {
    font-size: 310px !important;
    font-size: 3rem !important;
  }
  .fs32-sp {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
  .fs34-sp {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
  .fs36-sp {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
  .fs38-sp {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
  .fs40-sp {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
  .fs42-sp {
    font-size: 42px !important;
    font-size: 4.2rem !important;
  }
  .fs44-sp {
    font-size: 44px !important;
    font-size: 4.4rem !important;
  }
  .fs46-sp {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
  .fs48-sp {
    font-size: 48px !important;
    font-size: 4.8rem !important;
  }
  .fs50-sp {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
  .ma-sp {
    margin: 0 auto !important;
  }
  .mt0-sp {
    margin-top: 0 !important;
  }
  .mt5-sp {
    margin-top: 5px !important;
  }
  .mt10-sp {
    margin-top: 10px !important;
  }
  .mt15-sp {
    margin-top: 15px !important;
  }
  .mt20-sp {
    margin-top: 20px !important;
  }
  .mt25-sp {
    margin-top: 25px !important;
  }
  .mt30-sp {
    margin-top: 30px !important;
  }
  .mt40-sp {
    margin-top: 40px !important;
  }
  .mt50-sp {
    margin-top: 50px !important;
  }
  .mt60-sp {
    margin-top: 60px !important;
  }
  .mt70-sp {
    margin-top: 70px !important;
  }
  .mt80-sp {
    margin-top: 80px !important;
  }
  .mb0-sp {
    margin-bottom: 0 !important;
  }
  .mb5-sp {
    margin-bottom: 5px !important;
  }
  .mb10-sp {
    margin-bottom: 10px !important;
  }
  .mb15-sp {
    margin-bottom: 15px !important;
  }
  .mb20-sp {
    margin-bottom: 20px !important;
  }
  .mb25-sp {
    margin-bottom: 25px !important;
  }
  .mb30-sp {
    margin-bottom: 30px !important;
  }
  .mb40-sp {
    margin-bottom: 40px !important;
  }
  .mb50-sp {
    margin-bottom: 50px !important;
  }
  .mb60-sp {
    margin-bottom: 60px !important;
  }
  .mb70-sp {
    margin-bottom: 70px !important;
  }
  .mb80-sp {
    margin-bottom: 80px !important;
  }
  .ml0-sp {
    margin-left: 0 !important;
  }
  .ml5-sp {
    margin-left: 5px !important;
  }
  .ml10-sp {
    margin-left: 10px !important;
  }
  .ml15-sp {
    margin-left: 15px !important;
  }
  .ml20-sp {
    margin-left: 20px !important;
  }
  .ml25-sp {
    margin-left: 25px !important;
  }
  .ml30-sp {
    margin-left: 30px !important;
  }
  .ml40-sp {
    margin-left: 40px !important;
  }
  .ml50-sp {
    margin-left: 50px !important;
  }
  .ml60-sp {
    margin-left: 60px !important;
  }
  .mr0-sp {
    margin-right: 0 !important;
  }
  .mr5-sp {
    margin-right: 5px !important;
  }
  .mr10-sp {
    margin-right: 10px !important;
  }
  .mr15-sp {
    margin-right: 15px !important;
  }
  .mr20-sp {
    margin-right: 20px !important;
  }
  .mr25-sp {
    margin-right: 25px !important;
  }
  .mr30-sp {
    margin-right: 30px !important;
  }
  .mr40-sp {
    margin-right: 40px !important;
  }
  .mr50-sp {
    margin-right: 50px !important;
  }
  .mr60-sp {
    margin-right: 60px !important;
  }
  .pt0-sp {
    padding-top: 0 !important;
  }
  .pt5-sp {
    padding-top: 5px !important;
  }
  .pt10-sp {
    padding-top: 10px !important;
  }
  .pt15-sp {
    padding-top: 15px !important;
  }
  .pt20-sp {
    padding-top: 20px !important;
  }
  .pt25-sp {
    padding-top: 25px !important;
  }
  .pt30-sp {
    padding-top: 30px !important;
  }
  .pt40-sp {
    padding-top: 40px !important;
  }
  .pt50-sp {
    padding-top: 50px !important;
  }
  .pt60-sp {
    padding-top: 60px !important;
  }
  .pt70-sp {
    padding-top: 70px !important;
  }
  .pt80-sp {
    padding-top: 80px !important;
  }
  .pb0-sp {
    padding-bottom: 0 !important;
  }
  .pb5-sp {
    padding-bottom: 5px !important;
  }
  .pb10-sp {
    padding-bottom: 10px !important;
  }
  .pb15-sp {
    padding-bottom: 15px !important;
  }
  .pb20-sp {
    padding-bottom: 20px !important;
  }
  .pb25-sp {
    padding-bottom: 25px !important;
  }
  .pb30-sp {
    padding-bottom: 30px !important;
  }
  .pb40-sp {
    padding-bottom: 40px !important;
  }
  .pb50-sp {
    padding-bottom: 50px !important;
  }
  .pb60-sp {
    padding-bottom: 60px !important;
  }
  .pb70-sp {
    padding-bottom: 70px !important;
  }
  .pb80-sp {
    padding-bottom: 80px !important;
  }
  .pl0-sp {
    padding-left: 0 !important;
  }
  .pl5-sp {
    padding-left: 5px !important;
  }
  .pl10-sp {
    padding-left: 10px !important;
  }
  .pl15-sp {
    padding-left: 15px !important;
  }
  .pl20-sp {
    padding-left: 20px !important;
  }
  .pl25-sp {
    padding-left: 25px !important;
  }
  .pl30-sp {
    padding-left: 30px !important;
  }
  .pl40-sp {
    padding-left: 40px !important;
  }
  .pl50-sp {
    padding-left: 50px !important;
  }
  .pl60-sp {
    padding-left: 60px !important;
  }
  .pr0-sp {
    padding-right: 0 !important;
  }
  .pr5-sp {
    padding-right: 5px !important;
  }
  .pr10-sp {
    padding-right: 10px !important;
  }
  .pr15-sp {
    padding-right: 15px !important;
  }
  .pr20-sp {
    padding-right: 20px !important;
  }
  .pr25-sp {
    padding-right: 25px !important;
  }
  .pr30-sp {
    padding-right: 30px !important;
  }
  .pr40-sp {
    padding-right: 40px !important;
  }
  .pr50-sp {
    padding-right: 50px !important;
  }
  .pr60-sp {
    padding-right: 60px !important;
  }
  .m-section-inner {
    padding: 0;
  }
  .m-section-inner > p {
    font-size: 1.4rem;
  }
  .m-section-inner > p.m-title-text {
    font-size: 1.8rem;
  }
  .m-title-text-annotation {
    margin-left: 0;
  }
  .m-section-inner .m-section-fleximg-area {
    display: grid;
  }
  .m-section-inner .m-section-flexbox {
    justify-content: center;
  }
  .m-section-inner .m-section-flexbox > img {
    width: calc(50% - 8px);
    max-width: 180px;
  }
  .m-section-inner .m-section-last-img {
    width: 100%;
    max-width: 360px;
  }
}
/* print */
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    -moz-print-color-adjust: exact !important;
    -ms-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  html {
    font-size: 10px !important;
  }
  body {
    width: 1000px !important;
  }
  .dis-sp,
  .l-header-nav-sp,
  .l-globalnav-overlay {
    display: none !important;
  }
  .l-header-container {
    position: absolute !important;
  }
  .l-floating-bnr {
    position: absolute !important;
  }
}
