@charset "UTF-8";
/* ================================================
  変数をまとめるファイル
  ================================================ */
/* -----------------------------------------------
  @use 'variables' as var;　←ページ上部に追加

  [使用例]
  .button {
    color: var.$txt-dark-color;
  }
------------------------------------------------- */
/*--------------------------------------------------------------
  font-size vw変換
-------------------------------------------------------------- */
/* ================================================
  メディアクエリをまとめるファイル
  ================================================ */
/* -----------------------------------------------
  @use 'mix';　←ページ上部に追加

  [使用例]
  .button {
    padding: 8px;

    @include mix.sp {
      padding: 4px;
    }

    @include mix.pc {
      padding: 12px;
    }

    @include mix.hover {
      opacity: .7;
    }
  }
------------------------------------------------- */
/* new-label */
/* new-label */
body {
  color: #273C4B;
}

.txt-color {
  color: #0F0F0F !important;
}

.accent-blue {
  color: #0D3A9D !important;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
body.fixed {
  position: fixed;
}
body.fixed #wrap {
  position: fixed;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1080px) {
  body {
    font-size: 1.4rem;
  }
}

body,
#wrap {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1081px) {
  body,
  #wrap {
    min-width: 100%;
  }
}

#wrap {
  overflow: clip;
}
body.is-fixed #wrap {
  position: fixed;
  left: 0;
  width: 100%;
}

.inner-wrap {
  margin: 0 auto;
  max-width: calc(100% - 100px);
}
@media screen and (min-width: 1331px) {
  .inner-wrap {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1080px) {
  .inner-wrap {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 970px;
  }
}

/*---------------------------------------------
 generic  class
---------------------------------------------*/
.txt-b {
  font-weight: bold !important;
}

.txt-n {
  font-weight: normal !important;
}

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

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

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

.ov {
  overflow: hidden !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

/*---------------------------------------------
 base margin
---------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

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

.mt8 {
  margin-top: 8px !important;
}

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

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

.mt16 {
  margin-top: 16px !important;
}

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

.mt24 {
  margin-top: 24px !important;
}

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

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

.mt32 {
  margin-top: 32px !important;
}

.mt35 {
  margin-top: 35px !important;
}

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

.mt48 {
  margin-top: 48px !important;
}

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

.mt56 {
  margin-top: 56px !important;
}

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

.mt64 {
  margin-top: 64px !important;
}

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

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

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt200 {
  margin-top: 200px !important;
}

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

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

.ml8 {
  margin-left: 8px !important;
}

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

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

.ml16 {
  margin-left: 16px !important;
}

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

.ml24 {
  margin-left: 24px !important;
}

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

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

.ml32 {
  margin-left: 32px !important;
}

.ml35 {
  margin-left: 35px !important;
}

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

.ml48 {
  margin-left: 48px !important;
}

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

.ml56 {
  margin-left: 56px !important;
}

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

.ml64 {
  margin-left: 64px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

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

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

.mr8 {
  margin-right: 8px !important;
}

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

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

.mr16 {
  margin-right: 16px !important;
}

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

.mr24 {
  margin-right: 24px !important;
}

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

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

.mr32 {
  margin-right: 32px !important;
}

.mr35 {
  margin-right: 35px !important;
}

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

.mr48 {
  margin-right: 48px !important;
}

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

.mr56 {
  margin-right: 56px !important;
}

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

.mr64 {
  margin-right: 64px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

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

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

.mb8 {
  margin-bottom: 8px !important;
}

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

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

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

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

.mb24 {
  margin-bottom: 24px !important;
}

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

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

.mb32 {
  margin-bottom: 32px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

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

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

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

.mb56 {
  margin-bottom: 56px !important;
}

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

.mb64 {
  margin-bottom: 64px !important;
}

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

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

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

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

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

.pt8 {
  padding-top: 8px !important;
}

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

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

.pt16 {
  padding-top: 16px !important;
}

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

.pt24 {
  padding-top: 24px !important;
}

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

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

.pt32 {
  padding-top: 32px !important;
}

.pt35 {
  padding-top: 35px !important;
}

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

.pt48 {
  padding-top: 48px !important;
}

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

.pt56 {
  padding-top: 56px !important;
}

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

.pt64 {
  padding-top: 64px !important;
}

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

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

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

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

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

.pl8 {
  padding-left: 8px !important;
}

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

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

.pl16 {
  padding-left: 16px !important;
}

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

.pl24 {
  padding-left: 24px !important;
}

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

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

.pl32 {
  padding-left: 32px !important;
}

.pl35 {
  padding-left: 35px !important;
}

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

.pl48 {
  padding-left: 48px !important;
}

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

.pl56 {
  padding-left: 56px !important;
}

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

.pl64 {
  padding-left: 64px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

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

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

.pr8 {
  padding-right: 8px !important;
}

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

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

.pr16 {
  padding-right: 16px !important;
}

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

.pr24 {
  padding-right: 24px !important;
}

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

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

.pr32 {
  padding-right: 32px !important;
}

.pr35 {
  padding-right: 35px !important;
}

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

.pr48 {
  padding-right: 48px !important;
}

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

.pr56 {
  padding-right: 56px !important;
}

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

.pr64 {
  padding-right: 64px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

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

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

.pb8 {
  padding-bottom: 8px !important;
}

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

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

.pb16 {
  padding-bottom: 16px !important;
}

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

.pb24 {
  padding-bottom: 24px !important;
}

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

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

.pb32 {
  padding-bottom: 32px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

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

.pb48 {
  padding-bottom: 48px !important;
}

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

.pb56 {
  padding-bottom: 56px !important;
}

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

.pb64 {
  padding-bottom: 64px !important;
}

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

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

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.w5p {
  width: 5% !important;
}

.w8p {
  width: 8% !important;
}

.w10p {
  width: 10% !important;
}

.w11p {
  width: 11% !important;
}

.w12p {
  width: 12% !important;
}

.w13p {
  width: 13% !important;
}

.w15p {
  width: 15% !important;
}

.w16p {
  width: 16% !important;
}

.w20p {
  width: 20% !important;
}

.w24p {
  width: 24% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w32p {
  width: 32% !important;
}

.w333p {
  width: 33.333% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w48p {
  width: 48% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w56p {
  width: 56% !important;
}

.w60p {
  width: 60% !important;
}

.w64p {
  width: 64% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.wmax {
  width: 100% !important;
  height: auto !important;
}

.fz10 {
  font-size: 1rem;
}

.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz20 {
  font-size: 2rem;
}

.fz22 {
  font-size: 2.2rem;
}

.fz24 {
  font-size: 2.4rem;
}

.fz26 {
  font-size: 2.6rem;
}

.fz28 {
  font-size: 2.8rem;
}

.fz30 {
  font-size: 3rem;
}

.fz32 {
  font-size: 3.2rem;
}

.fz34 {
  font-size: 3.4rem;
}

.fz36 {
  font-size: 3.6rem;
}

.fz38 {
  font-size: 3.8rem;
}

.fz40 {
  font-size: 4rem;
}

.fz42 {
  font-size: 4.2rem;
}

.fz44 {
  font-size: 4.4rem;
}

.fz46 {
  font-size: 4.6rem;
}

.fz48 {
  font-size: 4.8rem;
}

.max1280 {
  max-width: 1280px !important;
  margin: 0 auto !important;
}

.max1024 {
  max-width: 1024px !important;
  margin: 0 auto !important;
}

.max960 {
  max-width: 960px !important;
  margin: 0 auto !important;
}

.max820 {
  max-width: 820px !important;
  margin: 0 auto !important;
}

.max720 {
  max-width: 720px !important;
  margin: 0 auto !important;
}

.max700 {
  max-width: 700px !important;
  margin: 0 auto !important;
}

.max640 {
  max-width: 640px !important;
  margin: 0 auto !important;
}

.max600 {
  max-width: 600px !important;
  margin: 0 auto !important;
}

.max500 {
  max-width: 500px !important;
  margin: 0 auto !important;
}

.max400 {
  max-width: 400px !important;
  margin: 0 auto !important;
}

.max300 {
  max-width: 300px !important;
  margin: 0 auto !important;
}

.max200 {
  max-width: 200px !important;
  margin: 0 auto !important;
}

.mg-a {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* flex */
.flx-box {
  display: flex;
}
.flx-box.gap-l {
  gap: 56px;
}
.flx-box.gap-m {
  gap: 32px;
}
.flx-box.gap-s {
  gap: 20px;
}
.flx-box .flx1 {
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .flx-box.sp-column {
    flex-direction: column;
  }
  .flx-box.gap-l {
    gap: 28px;
  }
  .flx-box.gap-m {
    gap: 16px;
  }
  .flx-box.gap-s {
    gap: 10px;
  }
}

.jc-s {
  justify-content: flex-start !important;
}

.jc-c {
  justify-content: center !important;
}

.jc-e {
  justify-content: flex-end !important;
}

.jc-sb {
  justify-content: space-between !important;
}

.ai-s {
  align-items: flex-start !important;
}

.ai-c {
  align-items: center !important;
}

.ai-e {
  align-items: flex-end !important;
}

/* /flex */
/*==========================================================================================================
PC Only
==========================================================================================================*/
@media screen and (min-width: 1081px) {
  .sp-only {
    display: none !important;
  }
}
/*==========================================================================================================
SP Only
==========================================================================================================*/
@media screen and (max-width: 1080px) {
  .pc-only {
    display: none !important;
  }
  /*---------------------------------------------
    generic  class
  ---------------------------------------------*/
  .sp-txt-b {
    font-weight: bold !important;
  }
  .sp-txt-n {
    font-weight: normal !important;
  }
  .sp-layout-c {
    text-align: center !important;
  }
  .sp-layout-l {
    text-align: left !important;
  }
  .sp-layout-r {
    text-align: right !important;
  }
  .sp-fl {
    float: left !important;
  }
  .sp-fr {
    float: right !important;
  }
  .sp-fz10 {
    font-size: 1rem !important;
  }
  .sp-fz11 {
    font-size: 1.1rem !important;
  }
  .sp-fz12 {
    font-size: 1.2rem !important;
  }
  .sp-fz14 {
    font-size: 1.4rem !important;
  }
  .sp-fz16 {
    font-size: 1.6rem !important;
  }
  .sp-fz18 {
    font-size: 1.8rem !important;
  }
  .sp-fz20 {
    font-size: 2rem !important;
  }
  .sp-fz22 {
    font-size: 2.2rem !important;
  }
  .sp-fz24 {
    font-size: 2.4rem !important;
  }
  .sp-fz26 {
    font-size: 2.6rem !important;
  }
  .sp-fz28 {
    font-size: 2.8rem !important;
  }
  .sp-fz30 {
    font-size: 3rem !important;
  }
  .sp-fz32 {
    font-size: 3.2rem !important;
  }
  .sp-fz34 {
    font-size: 3.4rem !important;
  }
  .sp-fz36 {
    font-size: 3.6rem !important;
  }
  .sp-fz38 {
    font-size: 3.8rem !important;
  }
  .sp-fz40 {
    font-size: 4rem !important;
  }
  .sp-fz42 {
    font-size: 4.2rem !important;
  }
  .sp-fz44 {
    font-size: 4.4rem !important;
  }
  .sp-fz46 {
    font-size: 4.6rem !important;
  }
  .sp-fz48 {
    font-size: 4.8rem !important;
  }
  /*---------------------------------------------
  base margin
  ---------------------------------------------*/
  .sp-mt0 {
    margin-top: 0px !important;
  }
  .sp-mt5 {
    margin-top: 5px !important;
  }
  .sp-mt8 {
    margin-top: 8px !important;
  }
  .sp-mt10 {
    margin-top: 10px !important;
  }
  .sp-mt15 {
    margin-top: 15px !important;
  }
  .sp-mt16 {
    margin-top: 16px !important;
  }
  .sp-mt20 {
    margin-top: 20px !important;
  }
  .sp-mt24 {
    margin-top: 24px !important;
  }
  .sp-mt25 {
    margin-top: 25px !important;
  }
  .sp-mt30 {
    margin-top: 30px !important;
  }
  .sp-mt32 {
    margin-top: 32px !important;
  }
  .sp-mt35 {
    margin-top: 35px !important;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mt48 {
    margin-top: 48px !important;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .sp-mt56 {
    margin-top: 56px !important;
  }
  .sp-mt60 {
    margin-top: 60px !important;
  }
  .sp-mt64 {
    margin-top: 64px !important;
  }
  .sp-mt70 {
    margin-top: 70px !important;
  }
  .sp-mt80 {
    margin-top: 80px !important;
  }
  .sp-mt90 {
    margin-top: 90px !important;
  }
  .sp-mt100 {
    margin-top: 100px !important;
  }
  .sp-ml0 {
    margin-left: 0px !important;
  }
  .sp-ml5 {
    margin-left: 5px !important;
  }
  .sp-ml8 {
    margin-left: 8px !important;
  }
  .sp-ml10 {
    margin-left: 10px !important;
  }
  .sp-ml15 {
    margin-left: 15px !important;
  }
  .sp-ml16 {
    margin-left: 16px !important;
  }
  .sp-ml20 {
    margin-left: 20px !important;
  }
  .sp-ml24 {
    margin-left: 24px !important;
  }
  .sp-ml25 {
    margin-left: 25px !important;
  }
  .sp-ml30 {
    margin-left: 30px !important;
  }
  .sp-ml32 {
    margin-left: 32px !important;
  }
  .sp-ml35 {
    margin-left: 35px !important;
  }
  .sp-ml40 {
    margin-left: 40px !important;
  }
  .sp-ml48 {
    margin-left: 48px !important;
  }
  .sp-ml50 {
    margin-left: 50px !important;
  }
  .sp-ml56 {
    margin-left: 56px !important;
  }
  .sp-ml60 {
    margin-left: 60px !important;
  }
  .sp-ml64 {
    margin-left: 64px !important;
  }
  .sp-ml70 {
    margin-left: 70px !important;
  }
  .sp-ml80 {
    margin-left: 80px !important;
  }
  .sp-ml90 {
    margin-left: 90px !important;
  }
  .sp-ml100 {
    margin-left: 100px !important;
  }
  .sp-mr0 {
    margin-right: 0px !important;
  }
  .sp-mr5 {
    margin-right: 5px !important;
  }
  .sp-mr8 {
    margin-right: 8px !important;
  }
  .sp-mr10 {
    margin-right: 10px !important;
  }
  .sp-mr15 {
    margin-right: 15px !important;
  }
  .sp-mr16 {
    margin-right: 16px !important;
  }
  .sp-mr20 {
    margin-right: 20px !important;
  }
  .sp-mr24 {
    margin-right: 24px !important;
  }
  .sp-mr25 {
    margin-right: 25px !important;
  }
  .sp-mr30 {
    margin-right: 30px !important;
  }
  .sp-mr32 {
    margin-right: 32px !important;
  }
  .sp-mr35 {
    margin-right: 35px !important;
  }
  .sp-mr40 {
    margin-right: 40px !important;
  }
  .sp-mr48 {
    margin-right: 48px !important;
  }
  .sp-mr50 {
    margin-right: 50px !important;
  }
  .sp-mr56 {
    margin-right: 56px !important;
  }
  .sp-mr60 {
    margin-right: 60px !important;
  }
  .sp-mr64 {
    margin-right: 64px !important;
  }
  .sp-mr70 {
    margin-right: 70px !important;
  }
  .sp-mr80 {
    margin-right: 80px !important;
  }
  .sp-mr90 {
    margin-right: 90px !important;
  }
  .sp-mr100 {
    margin-right: 100px !important;
  }
  .sp-mb0 {
    margin-bottom: 0px !important;
  }
  .sp-mb5 {
    margin-bottom: 5px !important;
  }
  .sp-mb8 {
    margin-bottom: 8px !important;
  }
  .sp-mb10 {
    margin-bottom: 10px !important;
  }
  .sp-mb15 {
    margin-bottom: 15px !important;
  }
  .sp-mb16 {
    margin-bottom: 16px !important;
  }
  .sp-mb20 {
    margin-bottom: 20px !important;
  }
  .sp-mb24 {
    margin-bottom: 24px !important;
  }
  .sp-mb25 {
    margin-bottom: 25px !important;
  }
  .sp-mb30 {
    margin-bottom: 30px !important;
  }
  .sp-mb32 {
    margin-bottom: 32px !important;
  }
  .sp-mb35 {
    margin-bottom: 35px !important;
  }
  .sp-mb40 {
    margin-bottom: 40px !important;
  }
  .sp-mb48 {
    margin-bottom: 48px !important;
  }
  .sp-mb50 {
    margin-bottom: 50px !important;
  }
  .sp-mb56 {
    margin-bottom: 56px !important;
  }
  .sp-mb60 {
    margin-bottom: 60px !important;
  }
  .sp-mb64 {
    margin-bottom: 64px !important;
  }
  .sp-mb70 {
    margin-bottom: 70px !important;
  }
  .sp-mb80 {
    margin-bottom: 80px !important;
  }
  .sp-mb90 {
    margin-bottom: 90px !important;
  }
  .sp-mb100 {
    margin-bottom: 100px !important;
  }
  .sp-pt0 {
    padding-top: 0px !important;
  }
  .sp-pt5 {
    padding-top: 5px !important;
  }
  .sp-pt8 {
    padding-top: 8px !important;
  }
  .sp-pt10 {
    padding-top: 10px !important;
  }
  .sp-pt15 {
    padding-top: 15px !important;
  }
  .sp-pt16 {
    padding-top: 16px !important;
  }
  .sp-pt20 {
    padding-top: 20px !important;
  }
  .sp-pt24 {
    padding-top: 24px !important;
  }
  .sp-pt25 {
    padding-top: 25px !important;
  }
  .sp-pt30 {
    padding-top: 30px !important;
  }
  .sp-pt32 {
    padding-top: 32px !important;
  }
  .sp-pt35 {
    padding-top: 35px !important;
  }
  .sp-pt40 {
    padding-top: 40px !important;
  }
  .sp-pt48 {
    padding-top: 48px !important;
  }
  .sp-pt50 {
    padding-top: 50px !important;
  }
  .sp-pt56 {
    padding-top: 56px !important;
  }
  .sp-pt60 {
    padding-top: 60px !important;
  }
  .sp-pt64 {
    padding-top: 64px !important;
  }
  .sp-pt70 {
    padding-top: 70px !important;
  }
  .sp-pt80 {
    padding-top: 80px !important;
  }
  .sp-pt90 {
    padding-top: 90px !important;
  }
  .sp-pt100 {
    padding-top: 100px !important;
  }
  .sp-pl0 {
    padding-left: 0px !important;
  }
  .sp-pl5 {
    padding-left: 5px !important;
  }
  .sp-pl8 {
    padding-left: 8px !important;
  }
  .sp-pl10 {
    padding-left: 10px !important;
  }
  .sp-pl15 {
    padding-left: 15px !important;
  }
  .sp-pl16 {
    padding-left: 16px !important;
  }
  .sp-pl20 {
    padding-left: 20px !important;
  }
  .sp-pl24 {
    padding-left: 24px !important;
  }
  .sp-pl25 {
    padding-left: 25px !important;
  }
  .sp-pl30 {
    padding-left: 30px !important;
  }
  .sp-pl32 {
    padding-left: 32px !important;
  }
  .sp-pl35 {
    padding-left: 35px !important;
  }
  .sp-pl40 {
    padding-left: 40px !important;
  }
  .sp-pl48 {
    padding-left: 48px !important;
  }
  .sp-pl50 {
    padding-left: 50px !important;
  }
  .sp-pl56 {
    padding-left: 56px !important;
  }
  .sp-pl60 {
    padding-left: 60px !important;
  }
  .sp-pl64 {
    padding-left: 64px !important;
  }
  .sp-pl70 {
    padding-left: 70px !important;
  }
  .sp-pl80 {
    padding-left: 80px !important;
  }
  .sp-pl90 {
    padding-left: 90px !important;
  }
  .sp-pl100 {
    padding-left: 100px !important;
  }
  .sp-pr0 {
    padding-right: 0px !important;
  }
  .sp-pr5 {
    padding-right: 5px !important;
  }
  .sp-pr8 {
    padding-right: 8px !important;
  }
  .sp-pr10 {
    padding-right: 10px !important;
  }
  .sp-pr15 {
    padding-right: 15px !important;
  }
  .sp-pr16 {
    padding-right: 16px !important;
  }
  .sp-pr20 {
    padding-right: 20px !important;
  }
  .sp-pr24 {
    padding-right: 24px !important;
  }
  .sp-pr25 {
    padding-right: 25px !important;
  }
  .sp-pr30 {
    padding-right: 30px !important;
  }
  .sp-pr32 {
    padding-right: 32px !important;
  }
  .sp-pr35 {
    padding-right: 35px !important;
  }
  .sp-pr40 {
    padding-right: 40px !important;
  }
  .sp-pr48 {
    padding-right: 48px !important;
  }
  .sp-pr50 {
    padding-right: 50px !important;
  }
  .sp-pr56 {
    padding-right: 56px !important;
  }
  .sp-pr60 {
    padding-right: 60px !important;
  }
  .sp-pr64 {
    padding-right: 64px !important;
  }
  .sp-pr70 {
    padding-right: 70px !important;
  }
  .sp-pr80 {
    padding-right: 80px !important;
  }
  .sp-pr90 {
    padding-right: 90px !important;
  }
  .sp-pr100 {
    padding-right: 100px !important;
  }
  .sp-pb0 {
    padding-bottom: 0px !important;
  }
  .sp-pb5 {
    padding-bottom: 5px !important;
  }
  .sp-pb8 {
    padding-bottom: 8px !important;
  }
  .sp-pb10 {
    padding-bottom: 10px !important;
  }
  .sp-pb15 {
    padding-bottom: 15px !important;
  }
  .sp-pb16 {
    padding-bottom: 16px !important;
  }
  .sp-pb20 {
    padding-bottom: 20px !important;
  }
  .sp-pb24 {
    padding-bottom: 24px !important;
  }
  .sp-pb25 {
    padding-bottom: 25px !important;
  }
  .sp-pb30 {
    padding-bottom: 30px !important;
  }
  .sp-pb32 {
    padding-bottom: 32px !important;
  }
  .sp-pb35 {
    padding-bottom: 35px !important;
  }
  .sp-pb40 {
    padding-bottom: 40px !important;
  }
  .sp-pb48 {
    padding-bottom: 48px !important;
  }
  .sp-pb50 {
    padding-bottom: 50px !important;
  }
  .sp-pb56 {
    padding-bottom: 56px !important;
  }
  .sp-pb60 {
    padding-bottom: 60px !important;
  }
  .sp-pb64 {
    padding-bottom: 64px !important;
  }
  .sp-pb70 {
    padding-bottom: 70px !important;
  }
  .sp-pb80 {
    padding-bottom: 80px !important;
  }
  .sp-pb90 {
    padding-bottom: 90px !important;
  }
  .sp-pb100 {
    padding-bottom: 100px !important;
  }
  .sp-w5p {
    width: 5% !important;
  }
  .sp-w8p {
    width: 8% !important;
  }
  .sp-w10p {
    width: 10% !important;
  }
  .sp-w11p {
    width: 11% !important;
  }
  .sp-w12p {
    width: 12% !important;
  }
  .sp-w15p {
    width: 15% !important;
  }
  .sp-w16p {
    width: 16% !important;
  }
  .sp-w20p {
    width: 20% !important;
  }
  .sp-w24p {
    width: 24% !important;
  }
  .sp-w25p {
    width: 25% !important;
  }
  .sp-w30p {
    width: 30% !important;
  }
  .sp-w32p {
    width: 32% !important;
  }
  .sp-w35p {
    width: 35% !important;
  }
  .sp-w40p {
    width: 40% !important;
  }
  .sp-w45p {
    width: 45% !important;
  }
  .sp-w48p {
    width: 48% !important;
  }
  .sp-w50p {
    width: 50% !important;
  }
  .sp-w55p {
    width: 55% !important;
  }
  .sp-w56p {
    width: 56% !important;
  }
  .sp-w60p {
    width: 60% !important;
  }
  .sp-w64p {
    width: 64% !important;
  }
  .sp-w65p {
    width: 65% !important;
  }
  .sp-w70p {
    width: 70% !important;
  }
  .sp-w75p {
    width: 75% !important;
  }
  .sp-w80p {
    width: 80% !important;
  }
  .sp-w85p {
    width: 85% !important;
  }
  .sp-w90p {
    width: 90% !important;
  }
  .sp-w95p {
    width: 95% !important;
  }
  .sp-w100p {
    width: 100% !important;
  }
  .sp-wmax {
    width: 100% !important;
    height: auto !important;
  }
  /* sp flex */
  .sp-jc-s {
    justify-content: flex-start !important;
  }
  .sp-jc-c {
    justify-content: center !important;
  }
  .sp-jc-e {
    justify-content: flex-end !important;
  }
  .sp-jc-sb {
    justify-content: space-between !important;
  }
  .sp-ai-s {
    align-items: flex-start !important;
  }
  .sp-ai-c {
    align-items: center !important;
  }
  .sp-ai-e {
    align-items: flex-end !important;
  }
  /* /sp flex */
}
img {
  max-width: 100%;
}

/*  title start  */
.h2ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;
}
.h2ttl.ver-bd {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(13, 58, 157, 0.4);
  margin-bottom: 40px;
}

* + .h2ttl {
  margin-top: 40px;
}

.h3ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 28px;
}
.h3ttl.ver-bd {
  border-bottom: 1px solid rgba(13, 58, 157, 0.4);
}
.h3ttl.ver-bold {
  border-bottom: 3px solid #0D3A9D;
}
.h3ttl.ver-inframe {
  border-bottom: 3px solid #0D3A9D;
  padding-bottom: 4px;
}
.h3ttl .inner-txt {
  max-width: 11em;
}

* + .h3ttl {
  margin-top: 68px;
}

.h4ttl {
  font-size: 2rem;
  line-height: 1.65;
  font-weight: bold;
  margin-bottom: 10px;
}

* + .h4ttl {
  margin-top: 25px;
}

/*  title end  */
/*  text start  */
.nml-txt {
  font-size: 1.6rem;
  line-height: 1.625;
}
.nml-txt + .nml-txt {
  margin-top: 10px;
}
.nml-txt + .btn-wrap {
  margin-top: 20px;
}
.nml-txt img[src$=".svg"] {
  display: inline-block;
  vertical-align: middle;
}

.note-txt {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 20px;
}

/*  text end  */
/*  link start  */
a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #0D3A9D;
}
a[href="javascript:void(0)"] {
  pointer-events: none;
}

.arrow-link-wrap {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .arrow-link-wrap {
    text-align: center;
    margin-top: 25px;
  }
}

.arrow-link {
  color: #273C4B;
}
.arrow-link::after {
  background: url(/common/img/icn_circle_arrow.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin-left: 8px;
  margin-top: -0.25em;
}
@media (any-hover: hover) {
  .arrow-link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1080px) {
  .arrow-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    border-radius: 10px;
    border: 1px solid #59636B;
    background-color: #fff;
  }
  .arrow-link::after {
    background: url(/common/img/icn_circle_arrow.svg) no-repeat center center/contain;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-top: -0.15em;
    margin-top: 0;
  }
}

.txt-link-list {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .txt-link-list {
    gap: 15px;
  }
}

.txt-link {
  font-size: 1.6rem;
  color: #0D3A9D;
}
.txt-link[target=_blank]::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin-left: 2px;
}
.txt-link[target=_blank][href*=meiji]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
}
.txt-link[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.txt-link[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.txt-link[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.txt-link[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.txt-link[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.txt-link[href*=".pdf"]::after {
  background: url(/common/img/icn_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.txt-link.underline {
  border-bottom: 1px solid #0D3A9D;
  padding-bottom: 2px;
}
@media (any-hover: hover) {
  .txt-link.underline:hover {
    border-bottom-color: transparent;
  }
}
.txt-link.txt-s {
  font-size: 1.4rem;
}

.anchor-flx {
  display: flex;
  gap: 20px;
}

.anchor-txt-link {
  color: #0D3A9D;
  font-weight: 500;
}
.anchor-txt-link::after {
  background: url(/common/img/icn_anchor_arrow.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin-left: 4px;
}
@media (any-hover: hover) {
  .anchor-txt-link:hover {
    text-decoration: underline;
  }
}

/*  link end  */
/*  button start  */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
  text-align: left;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  color: #273C4B;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-wrap {
  margin-top: 40px;
}
.btn-wrap.center {
  text-align: center;
}
.btn-wrap.right {
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .btn-wrap.sp-center {
    text-align: center;
  }
  .btn-wrap.sp-left {
    text-align: left;
  }
  .btn-wrap.sp-right {
    text-align: right;
  }
}

.print-btn-wrap {
  text-align: right;
}

.h2ttl + .print-btn-wrap {
  margin-top: 45px;
}
@media screen and (max-width: 1080px) {
  .h2ttl + .print-btn-wrap {
    margin-top: 30px;
  }
}

.print-btn {
  color: #273C4B;
  display: inline-flex;
  gap: 4px;
  border-radius: 4px;
  padding: 8px 13px;
  border: 1px solid #ddd;
  font-size: 1.3rem;
}
.print-btn:hover {
  background-color: rgba(13, 58, 157, 0.08);
}

.loadmore-btn {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 210px;
  max-width: 100%;
  min-height: 42px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #2E6AAE;
  color: #fff;
  border-radius: 42px;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
}
@media (any-hover: hover) {
  .loadmore-btn:hover {
    opacity: 0.7;
  }
}

.sortarea-loadmore-btn {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 210px;
  max-width: 100%;
  min-height: 42px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #2E6AAE;
  color: #fff;
  border-radius: 42px;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
}
@media (any-hover: hover) {
  .sortarea-loadmore-btn:hover {
    opacity: 0.7;
  }
}

.banner-lv2-list {
  margin-top: 45px;
  display: grid;
  gap: 15px;
  align-self: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1080px) {
  .banner-lv2-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 10px;
  }
}
.banner-lv2-list .banner-lv2 {
  color: #273C4B;
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 82px;
  height: 100%;
  padding: 10px 48px 10px 27px;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  background: #F9F9F9;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.banner-lv2-list .banner-lv2::after {
  background: url(/common/img/icn_btn_arrow.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.banner-lv2-list .banner-lv2[target=_blank]::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
}
@media (any-hover: hover) {
  .banner-lv2-list .banner-lv2[target=_blank]:hover::after {
    background-image: url(/common/img/icn_external.svg);
  }
}
.banner-lv2-list .banner-lv2[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-top: -0.15em;
}
@media (any-hover: hover) {
  .banner-lv2-list .banner-lv2[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]:hover::after {
    background-image: url(/common/img/icn_external_02.svg);
  }
}
.banner-lv2-list .banner-lv2[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-top: -0.15em;
}
@media (any-hover: hover) {
  .banner-lv2-list .banner-lv2[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]:hover::after {
    background-image: url(/common/img/icn_external_02.svg);
  }
}
.banner-lv2-list .banner-lv2[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-top: -0.15em;
}
@media (any-hover: hover) {
  .banner-lv2-list .banner-lv2[target=_blank][href^="https://www.meiji.com/"]:hover::after {
    background-image: url(/common/img/icn_external_02.svg);
  }
}
.banner-lv2-list .banner-lv2[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-top: -0.15em;
}
@media (any-hover: hover) {
  .banner-lv2-list .banner-lv2[target=_blank][href^="https://www.kmbiologics.com/"]:hover::after {
    background-image: url(/common/img/icn_external_02.svg);
  }
}
.banner-lv2-list .banner-lv2[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-top: -0.15em;
}
@media (any-hover: hover) {
  .banner-lv2-list .banner-lv2[target=_blank][href^="https://www.meiji.co.jp/"]:hover::after {
    background-image: url(/common/img/icn_external_02.svg);
  }
}
.banner-lv2-list .banner-lv2[href*=".pdf"] {
  padding-right: 60px;
}
.banner-lv2-list .banner-lv2[href*=".pdf"]::after {
  background: url(/common/img/icn_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
}
@media (any-hover: hover) {
  .banner-lv2-list .banner-lv2[href*=".pdf"]:hover::after {
    background-image: url(/common/img/icn_pdf.svg);
  }
}
.banner-lv2-list .banner-lv2.icn-lg[href*=".pdf"]::after {
  background: url(/common/img/icn_pdf_lg.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 18px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
}
.banner-lv2-list .banner-lv2.no-arr::after {
  display: none !important;
}
.banner-lv2-list .banner-lv2.large {
  min-height: 114px;
  padding: 10px 40px;
  justify-content: center;
  text-align: center;
}
.banner-lv2-list .banner-lv2.large::after {
  content: none;
}
.banner-lv2-list .banner-lv2.large[href*=".pdf"] {
  padding-right: 60px;
}
.banner-lv2-list .banner-lv2.large[href*=".pdf"]::after {
  background: url(/common/img/icn_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
}
@media (any-hover: hover) {
  .banner-lv2-list .banner-lv2.large[href*=".pdf"]:hover::after {
    background-image: url(/common/img/icn_pdf.svg);
  }
}
@media (any-hover: hover) {
  .banner-lv2-list .banner-lv2:hover {
    color: #fff;
    background-color: rgba(154, 173, 186, 0.5);
  }
  .banner-lv2-list .banner-lv2:hover::after {
    background-image: url(/common/img/icn_btn_arrow_white.svg);
  }
}

.resetForm-btn {
  font-size: 1.3rem;
  border: 1px solid #C4C4C4;
  display: inline-flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  padding: 8px 15px;
  border-radius: 4px;
}
.resetForm-btn .icn {
  width: 24px;
}
@media (any-hover: hover) {
  .resetForm-btn:hover {
    background-color: rgba(13, 58, 157, 0.08);
    border-color: #E3E3E3;
  }
}

.txtlink-btn {
  color: #273C4B;
  padding: 7px 13px 7px 36px;
  display: inline-flex;
  align-items: center;
  background: rgba(13, 58, 157, 0.08) url(/common/img/icn_triArrow.svg) no-repeat 13px center/13px auto;
  border: 1px solid rgba(13, 58, 157, 0.08);
  border-radius: 4px;
  color: #273C4B;
}
.txtlink-btn[target=_blank]::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0 0 0 10px !important;
}
.txtlink-btn[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.txtlink-btn[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.txtlink-btn[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.txtlink-btn[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.txtlink-btn[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.txtlink-btn[href*=".pdf"]::after {
  background: url(/common/img/icn_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0 0 0 10px !important;
}
.txtlink-btn[href*=meiji]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
}

.dl-btn {
  font-size: 1.6rem;
  color: #0D3A9D;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  min-height: 43px;
  width: 240px;
  max-width: 100%;
  border-radius: 43px;
  border: 1px solid #0D3A9D;
}
@media (any-hover: hover) {
  .dl-btn:hover {
    background-color: #0D3A9D;
    color: #fff;
  }
}

/*  button end  */
/*  table start  */
.table-wrap {
  margin-top: 10px;
  border-radius: 10px;
  overflow: clip;
  padding: 1px;
  position: relative;
}
.table-wrap:first-child {
  margin-top: 0;
}
.table-wrap::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border-radius: 6px;
}
.table-wrap.ver-alt-wrap {
  border-radius: 14px;
}
.table-wrap.ver-alt-wrap::before {
  content: none;
}
@media screen and (max-width: 1080px) {
  .table-wrap.sp-irregular-wrap::before {
    content: none;
  }
}

.nml-table {
  width: 100%;
}
.nml-table th, .nml-table td {
  border: 1px solid #E3E3E3;
  padding: 16px 12px;
  word-break: break-all;
}
.nml-table td {
  vertical-align: middle;
  background-color: #feffff;
}
.nml-table td img[src$="icn_cell_none.svg"] {
  width: 28px;
  margin: 0 auto;
}
.nml-table td .is-large img {
  width: 55px;
}
.nml-table thead th {
  background-color: #2E6AAE;
  color: #fff;
  text-align: center;
}
.nml-table thead.pd-sm th {
  padding: 7px 12px;
}
.nml-table tbody tr.is-even td {
  background-color: #f3f3f3;
}
.nml-table tbody tr.is-add td {
  background-color: #feffff;
}
.nml-table tbody th {
  background-color: #F5F5F5;
  font-weight: bold;
  text-align: center;
}
.nml-table tbody .row-white th, .nml-table tbody .row-white td {
  background-color: #fff;
}
.nml-table tbody .row-lgray th, .nml-table tbody .row-lgray td {
  background-color: #f3f3f3;
}
.nml-table tbody .row-eyellow th, .nml-table tbody .row-eyellow td {
  background-color: #FFFCF3;
}
.nml-table .bgc-dk-gray {
  background-color: #3C414A !important;
  color: #fff !important;
}
.nml-table .bgc-mid-gray {
  background-color: rgba(60, 65, 74, 0.2) !important;
}
.nml-table .bgc-lt-gray {
  background-color: #f3f3f3 !important;
}
.nml-table .cell-inr-row {
  display: flex;
  gap: 10px;
}
.nml-table .cell-inr-row:has(.cell-pdf) {
  align-items: center;
  justify-content: center;
}
.nml-table .cell-inr-row .txt {
  flex: 1;
}
.nml-table .cell-inr-row .cell-file,
.nml-table .cell-inr-row .cell-pdf,
.nml-table .cell-inr-row .cell-exel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 28px;
}
.nml-table .cell-inr-row .cell-file.is-large,
.nml-table .cell-inr-row .cell-pdf.is-large,
.nml-table .cell-inr-row .cell-exel.is-large {
  display: block;
  width: 55px;
  margin-inline: auto;
}
.nml-table .cell-inr-row .cell-file.is-large img,
.nml-table .cell-inr-row .cell-pdf.is-large img,
.nml-table .cell-inr-row .cell-exel.is-large img {
  width: 100%;
}
.nml-table .cell-inr-row:first-child {
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .nml-table .cell-inr-row {
    gap: 3px;
  }
}
.nml-table .cell-link {
  display: flex;
  flex-direction: column;
  color: #0D3A9D;
  font-weight: bold;
}
@media (any-hover: hover) {
  .nml-table .cell-link:hover {
    text-decoration: underline;
  }
}
.nml-table.ver-alt tbody th, .nml-table.ver-alt tbody td {
  border: 2px solid #fff;
}
.nml-table.ver-alt tbody tr:nth-child(odd) td {
  background-color: #F5F5F5;
}
@media screen and (min-width: 1081px) {
  .nml-table .pc-w80 {
    width: 80px;
  }
}
.nml-table.rmp-01-table tbody tr td a.rmp-cell {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1080px) {
  .nml-table.rmp-01-table.sp-layout {
    margin-bottom: 30px;
  }
  .nml-table.rmp-01-table.sp-layout:last-child {
    margin-bottom: 0;
  }
  .nml-table.rmp-01-table.sp-layout tr:nth-of-type(2) td {
    background-color: #DCEAF7;
  }
  .nml-table.rmp-01-table.sp-layout th, .nml-table.rmp-01-table.sp-layout td {
    width: 100%;
  }
  .nml-table.rmp-01-table.sp-layout th {
    background-color: #2E6AAE;
    color: #fff;
  }
  .nml-table.rmp-01-table.sp-layout th.sp-col-2 {
    width: 50%;
  }
  .nml-table.rmp-01-table.sp-layout td {
    background-color: #F3F3F3;
  }
  .nml-table.rmp-01-table.sp-layout td.sp-col-2 {
    width: 50%;
  }
}
@media screen and (max-width: 1080px) {
  .nml-table.sp-vertical colgroup {
    display: none;
  }
  .nml-table.sp-vertical thead {
    display: none;
  }
  .nml-table.sp-vertical tr {
    margin-top: 10px;
  }
  .nml-table.sp-vertical tr, .nml-table.sp-vertical td {
    width: 100%;
    display: block;
  }
  .nml-table.sp-vertical tr:nth-of-type(even) td {
    background-color: #E4E4E4;
  }
  .nml-table.sp-vertical td {
    padding: 0 10px 10px;
  }
  .nml-table.sp-vertical td:not(:last-of-type) {
    border-bottom: none;
  }
  .nml-table.sp-vertical td[data-cell]::before {
    background-color: #2E6AAE;
    color: #fff;
    text-align: center;
    content: attr(data-cell);
    display: block;
    font-weight: bold;
    border: 1px solid #E3E3E3;
    border-top: none;
    padding: 10px;
    margin-left: -11px;
    margin-right: -11px;
    margin-bottom: 10px;
  }
}
.nml-table.sp-irregular .cell-none {
  display: none;
}
@media screen and (max-width: 1080px) {
  .nml-table.sp-irregular colgroup {
    display: none;
  }
  .nml-table.sp-irregular thead {
    position: sticky;
    top: 42px;
    z-index: 5;
    display: block;
    width: 100%;
    border: 1px solid #E3E3E3;
    background-color: #fff;
  }
  .nml-table.sp-irregular thead tr {
    display: grid;
    gap: 1px;
  }
  .nml-table.sp-irregular thead .sp-cell-full {
    grid-column: 1/-1;
  }
  .nml-table.sp-irregular thead .sp-cell-none {
    display: none;
  }
  .nml-table.sp-irregular thead th {
    border: none;
  }
  .nml-table.sp-irregular tbody {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .nml-table.sp-irregular tbody tr {
    border: 1px solid #E3E3E3;
    background-color: #E3E3E3;
    display: grid;
    gap: 1px;
  }
  .nml-table.sp-irregular tbody tr.continue-row {
    margin-top: -2px;
  }
  .nml-table.sp-irregular tbody tr + tr {
    margin-top: 5px;
  }
  .nml-table.sp-irregular tbody tr td {
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
  }
  .nml-table.sp-irregular tbody tr td .cell-pdf + br {
    display: none;
  }
  .nml-table.sp-irregular.discontinued-table thead tr {
    grid-template-columns: 1.6fr 1fr 1fr;
    font-weight: bold;
  }
  .nml-table.sp-irregular.discontinued-table tbody tr {
    grid-template-columns: 1.6fr 1fr 1fr;
  }
  .nml-table.sp-irregular.discontinued-table tbody tr td:nth-of-type(1), .nml-table.sp-irregular.discontinued-table tbody tr td:nth-of-type(2), .nml-table.sp-irregular.discontinued-table tbody tr td:nth-of-type(6) {
    grid-column: 1/-1;
  }
  .nml-table.sp-irregular.discontinued-table tbody tr td:first-of-type {
    background-color: #DCEAF7 !important;
    font-weight: bold;
  }
  .nml-table.sp-irregular.discontinued-table tbody tr td:nth-of-type(2) {
    text-align: center;
  }
  .nml-table.sp-irregular.discontinued-table tbody tr td:not(:nth-of-type(1)) {
    background-color: #f3f3f3;
  }
  .nml-table.sp-irregular.side-table thead tr {
    grid-template-columns: repeat(2, 1fr);
  }
  .nml-table.sp-irregular.side-table thead tr th {
    font-weight: bold;
  }
  .nml-table.sp-irregular.side-table tbody tr {
    grid-template-columns: repeat(2, 1fr);
  }
  .nml-table.sp-irregular.side-table tbody tr td {
    background-color: #F3F3F3;
  }
  .nml-table.sp-irregular.side-table tbody tr td:nth-of-type(1) {
    grid-column: 1/-1;
    padding-right: 28.3%;
    background-color: #DCEAF7;
  }
}
.nml-table.rmp-02-table tbody tr td a.rmp-cell {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1080px) {
  .nml-table.rmp-02-table.sp-layout {
    margin-bottom: 30px;
  }
  .nml-table.rmp-02-table.sp-layout:last-child {
    margin-bottom: 0;
  }
  .nml-table.rmp-02-table.sp-layout tr:nth-of-type(2) td {
    background-color: #DCEAF7;
  }
  .nml-table.rmp-02-table.sp-layout th, .nml-table.rmp-02-table.sp-layout td {
    width: 100%;
  }
  .nml-table.rmp-02-table.sp-layout th {
    background-color: #2E6AAE;
    color: #fff;
  }
  .nml-table.rmp-02-table.sp-layout td {
    background-color: #F3F3F3;
  }
}
@media screen and (min-width: 1081px) {
  .nml-table.progress-table {
    table-layout: fixed;
  }
}
.nml-table.progress-table thead th {
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .nml-table.progress-table thead th.sp-cell-none {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .nml-table.progress-table.sp-layout {
    margin-bottom: 40px;
  }
  .nml-table.progress-table.sp-layout:last-of-type {
    margin-bottom: 0;
  }
  .nml-table.progress-table.sp-layout tbody .fl-item {
    display: flex;
    align-items: stretch;
  }
  .nml-table.progress-table.sp-layout tbody .fl-item th, .nml-table.progress-table.sp-layout tbody .fl-item td {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .nml-table.progress-table.sp-layout tbody .fl-item th {
    justify-content: center;
  }
  .nml-table.progress-table.sp-layout tbody .fl-item td.layout-c {
    justify-content: center;
  }
}
@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .nml-table.progress-table.sp-layout tbody .fl-item td {
    flex-direction: column;
  }
}
@media screen and (max-width: 1080px) {
  .nml-table.progress-table.sp-layout tbody tr:nth-of-type(2) td {
    font-weight: bold;
  }
  .nml-table.progress-table.sp-layout tbody th {
    background-color: #2E6AAE;
    color: #fff;
  }
  .nml-table.progress-table.sp-layout tbody th.sp-cell-full {
    width: 100%;
  }
  .nml-table.progress-table.sp-layout tbody td.fl-r {
    width: 30%;
  }
}
@media screen and (min-width: 1081px) {
  .nml-table.discontinued-table thead th {
    position: sticky;
    top: 67px;
  }
}
@media screen and (max-width: 1080px) {
  .nml-table .sp-bg-gray {
    background-color: rgba(154, 173, 186, 0.25) !important;
  }
  .nml-table .sp-bg-white {
    background-color: #feffff !important;
  }
  .nml-table .sp-bg-aqua {
    background-color: #DCEAF7 !important;
  }
}

.table-style-list {
  border-radius: 6px;
  border: 1px solid #E3E3E3;
  display: flex;
  background-color: #feffff;
  overflow: clip;
}
@media screen and (max-width: 1080px) {
  .table-style-list {
    flex-direction: column;
  }
}
.table-style-list > li {
  border-right: 1px solid #E3E3E3;
}
.table-style-list > li:last-of-type {
  border-right: none;
}
.table-style-list > li.w80 {
  width: 80px;
}
.table-style-list > li.w220 {
  width: 220px;
}
.table-style-list > li.w300 {
  width: 300px;
}
.table-style-list > li.w500 {
  width: 500px;
}
.table-style-list > li.w-auto {
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .table-style-list > li {
    border-right: none;
  }
  .table-style-list > li:last-of-type {
    border-bottom: none;
  }
  .table-style-list > li.w80, .table-style-list > li.w500, .table-style-list > li.w-auto {
    width: 100%;
  }
}
.table-style-list > li dl {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.table-style-list > li dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 12px;
  background-color: #2E6AAE;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .table-style-list > li dl dt {
    padding: 10px;
  }
}
.table-style-list > li dl dt.pd-none {
  padding: 0;
}
.table-style-list > li dl dt .col-1-2 {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.table-style-list > li dl dt .col-1-2 > li {
  padding: 6px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .table-style-list > li dl dt .col-1-2 > li {
    padding: 10px;
  }
}
.table-style-list > li dl dt .col-1-2 > li:first-of-type {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
}
.table-style-list > li dl dt .col-1-2 > li:not(:first-of-type) {
  flex: 1;
}
.table-style-list > li dl dt .col-1-2 > li:not(:first-of-type) + li {
  border-left: 1px solid #E3E3E3;
}
.table-style-list > li dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 12px;
  flex-grow: 1;
}
.table-style-list > li dl dd:not(:last-of-type) {
  border-bottom: 1px solid #E3E3E3;
}
.table-style-list > li dl dd.pd-none {
  padding: 0;
}
.table-style-list > li dl dd.bgc-lt-gray {
  background-color: #f3f3f3 !important;
}
.table-style-list > li dl dd .col-2 {
  display: flex;
}
.table-style-list > li dl dd .col-2 > li {
  flex: 1;
  padding: 16px 12px;
  align-content: center;
}
.table-style-list > li dl dd .col-2 > li + li {
  border-left: 1px solid #E3E3E3;
}
.table-style-list > li dl dd .cell-inr-row {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.table-style-list > li dl dd .cell-inr-row .txt {
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .table-style-list > li dl dd .cell-inr-row .txt {
    text-align: center;
  }
}
.table-style-list > li dl dd .cell-inr-row .cell-file,
.table-style-list > li dl dd .cell-inr-row .cell-pdf,
.table-style-list > li dl dd .cell-inr-row .cell-exel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 28px;
}
.table-style-list > li dl dd .cell-inr-row .cell-file.is-large,
.table-style-list > li dl dd .cell-inr-row .cell-pdf.is-large,
.table-style-list > li dl dd .cell-inr-row .cell-exel.is-large {
  width: 55px;
}
.table-style-list > li dl dd .cell-inr-row .cell-file.is-large img,
.table-style-list > li dl dd .cell-inr-row .cell-pdf.is-large img,
.table-style-list > li dl dd .cell-inr-row .cell-exel.is-large img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .table-style-list > li dl dd .cell-inr-row {
    gap: 3px;
  }
}
.table-style-list > li dl dd .cell-link {
  color: #0D3A9D;
  font-weight: bold;
}
@media (any-hover: hover) {
  .table-style-list > li dl dd .cell-link:hover {
    text-decoration: underline;
  }
}
.table-style-list .is-large {
  width: 55px;
  margin-inline: auto;
}
.table-style-list .is-large img {
  width: 55px;
}
@media screen and (max-width: 1080px) {
  .table-style-list.ver-2 > li.item {
    width: 100% !important;
  }
}

/*  table end  */
/*  list start  */
.dot-list {
  margin-top: 15px;
}
.dot-list > li {
  padding-left: 24px;
  font-size: 1.6rem;
  position: relative;
}
.dot-list > li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #273C4B;
  position: absolute;
  left: 8px;
  top: calc(0.8em - 2px);
}
.dot-list > li + li {
  margin-top: 4px;
}

.gssg-note-wrap ul > li {
  padding-left: 24px;
  position: relative;
}
.gssg-note-wrap ul > li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #273C4B;
  position: absolute;
  left: 8px;
  top: calc(0.8em - 2px);
}
.gssg-note-wrap ul > li + li {
  margin-top: 4px;
}

.related-btn-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 20px;
  margin-bottom: 40px;
}
.related-btn-list > li {
  width: calc((100% - 64px) / 3);
  transition: opacity 0.3s;
}
.related-btn-list > li a {
  color: #273C4B;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 13px 13px 13px 4px;
  border-bottom: 1px solid #59636B;
  background: url(/common/img/icn_arrow_strong.svg) no-repeat right center/6px auto;
}
@media (any-hover: hover) {
  .related-btn-list > li:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1080px) {
  .related-btn-list {
    flex-direction: column;
    padding: 0 16px;
  }
  .related-btn-list > li {
    width: 100%;
  }
}

.relatedLink-btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
  margin-top: 25px;
}
.relatedLink-btn-list > li {
  width: calc((100% - 48px) / 4);
}
.relatedLink-btn-list > li a {
  color: #273C4B;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  min-height: 64px;
  padding: 8px 26px 8px 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: #C4C4C4 url(/common/img/icn_arrow_dark.svg) no-repeat calc(100% - 12px) center/6px auto;
  position: relative;
}
.relatedLink-btn-list > li a[target=_blank] {
  background-image: none;
  padding-right: 42px;
}
.relatedLink-btn-list > li a[target=_blank]::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0 !important;
  position: absolute;
  right: 12px;
  top: calc(50% - 7px);
}
.relatedLink-btn-list > li a[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.relatedLink-btn-list > li a[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.relatedLink-btn-list > li a[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.relatedLink-btn-list > li a[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.relatedLink-btn-list > li a[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.relatedLink-btn-list > li a[href*=".pdf"] {
  background-image: none;
}
.relatedLink-btn-list > li a[href*=".pdf"]::after {
  background: url(/common/img/icn_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
@media (any-hover: hover) {
  .relatedLink-btn-list > li a:hover {
    border-color: #C4C4C4;
    background-color: transparent;
  }
}
@media screen and (max-width: 1080px) {
  .relatedLink-btn-list {
    flex-direction: column;
  }
  .relatedLink-btn-list > li {
    width: 100%;
  }
}

/*  list end  */
/*  section start  */
.nml-section {
  margin-top: 60px;
}

.sub-color-section,
.color-section {
  background-color: rgba(13, 58, 157, 0.11);
  padding: 60px 0;
  margin-top: 60px;
}

.sub-color-section {
  background-color: rgba(242, 241, 224, 0.93);
}

/*  section end  */
/*  accordion start  */
.acc-wrap {
  border: 1px solid #E3E3E3;
  position: relative;
  margin-top: 60px;
  background-color: #fff;
}
.acc-wrap.sp-acc-wrap {
  margin-top: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 1081px) {
  .acc-wrap.sp-acc-wrap {
    display: none;
  }
}
.acc-wrap .acc-ttl {
  padding: 30px;
  display: flex;
  align-content: center;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .acc-wrap .acc-ttl {
    padding: 20px;
    font-size: 1.4rem;
  }
}
.acc-wrap .acc-ttl::before, .acc-wrap .acc-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background-color: #59636B;
}
.acc-wrap .acc-ttl::before {
  width: 24px;
  height: 2px;
  right: 46px;
}
@media screen and (max-width: 1080px) {
  .acc-wrap .acc-ttl::before {
    width: 15px;
    height: 1px;
    right: 20px;
  }
}
.acc-wrap .acc-ttl::after {
  width: 2px;
  height: 24px;
  right: 57px;
}
@media screen and (max-width: 1080px) {
  .acc-wrap .acc-ttl::after {
    width: 1px;
    height: 15px;
    right: 27px;
  }
}
.acc-wrap .acc-ttl.cur::after {
  transform: translateY(-50%) rotate(90deg);
}
.acc-wrap .acc-contents {
  display: none;
  padding: 0 30px 30px;
}

@media screen and (max-width: 1080px) {
  .sp-acc-ttl {
    position: relative;
    padding-right: 30px;
  }
  .sp-acc-ttl.cur .sp-acc-mark::after {
    transform: rotate(90deg);
  }
  .sp-acc-ttl .sp-acc-mark {
    position: absolute;
    right: 15px;
    top: calc(50% - 1px);
  }
  .sp-acc-ttl .sp-acc-mark::before, .sp-acc-ttl .sp-acc-mark::after {
    content: "";
    background-color: #fff;
    position: absolute;
  }
  .sp-acc-ttl .sp-acc-mark::before {
    width: 16px;
    height: 2px;
    right: 0;
    top: calc(50% - 1px);
  }
  .sp-acc-ttl .sp-acc-mark::after {
    height: 16px;
    width: 2px;
    right: 7px;
    top: calc(50% - 8px);
    transition: all 0.3s ease;
  }
  .sp-acc-contents {
    display: none;
  }
}
/*  accordion end */
/*  tab start */
.nml-tab-wrap {
  margin-top: 40px;
}
.nml-tab-wrap:first-child {
  margin-top: 0;
}
.nml-tab-wrap .tab-ttl-list {
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 1080px) {
  .nml-tab-wrap .tab-ttl-list {
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 2px;
  }
}
.nml-tab-wrap .tab-ttl-list > li {
  flex: 1;
  height: 54px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .nml-tab-wrap .tab-ttl-list > li {
    flex: none;
    width: calc((100% - 2px) / 2);
  }
}
.nml-tab-wrap .tab-ttl {
  color: rgba(39, 60, 75, 0.8);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 49px;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 12px 12px;
  border-top: 6px solid #000;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
.nml-tab-wrap .tab-ttl.all {
  border-top-color: #0D3A9D;
}
.nml-tab-wrap .tab-ttl.all:hover {
  background-color: rgba(13, 58, 157, 0.15);
  min-height: 57px;
}
.nml-tab-wrap .tab-ttl.all.cur {
  color: #273C4B;
  min-height: 100%;
  background-color: rgba(13, 58, 157, 0.05);
}
.nml-tab-wrap .tab-ttl.cate-01 {
  border-top-color: #D47D00;
}
.nml-tab-wrap .tab-ttl.cate-01:hover {
  background-color: rgba(212, 125, 0, 0.15);
  min-height: 57px;
}
.nml-tab-wrap .tab-ttl.cate-01.cur {
  color: #273C4B;
  min-height: 100%;
  background-color: rgba(212, 125, 0, 0.05);
}
.nml-tab-wrap .tab-ttl.cate-02 {
  border-top-color: #00B33D;
}
.nml-tab-wrap .tab-ttl.cate-02:hover {
  background-color: rgba(0, 179, 61, 0.15);
  min-height: 57px;
}
.nml-tab-wrap .tab-ttl.cate-02.cur {
  color: #273C4B;
  min-height: 100%;
  background-color: rgba(0, 179, 61, 0.05);
}
.nml-tab-wrap .tab-ttl.cate-03 {
  border-top-color: #00958D;
}
.nml-tab-wrap .tab-ttl.cate-03:hover {
  background-color: rgba(0, 149, 141, 0.15);
  min-height: 57px;
}
.nml-tab-wrap .tab-ttl.cate-03.cur {
  color: #273C4B;
  min-height: 100%;
  background-color: rgba(0, 149, 141, 0.05);
}
.nml-tab-wrap .tab-ttl.cate-04 {
  border-top-color: #0068B5;
}
.nml-tab-wrap .tab-ttl.cate-04:hover {
  background-color: rgba(0, 104, 181, 0.15);
  min-height: 57px;
}
.nml-tab-wrap .tab-ttl.cate-04.cur {
  color: #273C4B;
  min-height: 100%;
  background-color: rgba(0, 104, 181, 0.05);
}
.nml-tab-wrap .tab-ttl.cate-05 {
  border-top-color: #8A507B;
}
.nml-tab-wrap .tab-ttl.cate-05:hover {
  background-color: rgba(138, 80, 123, 0.15);
  min-height: 57px;
}
.nml-tab-wrap .tab-ttl.cate-05.cur {
  color: #273C4B;
  min-height: 100%;
  background-color: rgba(138, 80, 123, 0.05);
}
.nml-tab-wrap .tab-content-wrap .tab-content {
  display: none;
  padding-top: 25px;
}
.nml-tab-wrap .tab-content-wrap .tab-content.cur {
  display: block;
}

/*  tab end */
/*  page title start */
.pagettl-section {
  background: #D8DFF0;
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}
.pagettl-section .pagettl-inner-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .pagettl-section .pagettl-inner-wrap {
    flex-direction: column;
  }
}
.pagettl-section .pagettl {
  padding: 20px 0;
  color: #273C4B;
  font-size: 2.4rem;
  font-weight: bold;
  flex: 1;
}
.pagettl-section .pagettl .sub-txt {
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 1080px) {
  .pagettl-section .pagettl {
    width: 100%;
  }
  .pagettl-section .pagettl.sp-large {
    padding: 54px 0;
  }
}
.pagettl-section .mv {
  width: 64%;
}
.pagettl-section.level-1 {
  background-color: #fff;
  min-height: 168px;
}
.pagettl-section.level-1 .pagettl {
  font-size: 4rem;
}
.pagettl-section.level-2 {
  min-height: 156px;
}
.pagettl-section.level-2 .pagettl {
  font-size: 3.2rem;
}
@media screen and (max-width: 1080px) {
  .pagettl-section.level-2 .pagettl {
    width: 100%;
    min-height: 156px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pagettl-section.level-2 .mv {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
.pagettl-section.level-3 .pagettl {
  font-size: 2.4rem;
}
.pagettl-section.generic {
  padding: 50px 0;
}
@media screen and (max-width: 1080px) {
  .pagettl-section.generic {
    padding: 42px 0;
  }
}
.pagettl-section.not-found-ttl {
  padding: 40px 75px 15px;
  background-color: #fff;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .pagettl-section.not-found-ttl {
    padding: 30px 0 10px;
  }
}
.pagettl-section.not-found-ttl .pagettl {
  padding: 0;
  font-size: 3.2rem;
}
@media screen and (max-width: 1080px) {
  .pagettl-section.sp-bg-blue {
    background-color: #D8DFF0;
  }
}

@media screen and (max-width: 1080px) {
  #contents .pagettl-section.tool-material-ttl {
    background-color: #D8DFF0;
  }
  #contents .pagettl-section.tool-case-ttl {
    background-color: #D8DFF0;
  }
}

#products.product-01 {
  --products-color: #00694E;
}
#products.product-02 {
  --products-color: #008F65;
}
#products.product-03 {
  --products-color: #0A5AAA;
}
#products.product-04 {
  --products-color: #0073B8;
}
#products.product-05 {
  --products-color: #5A0057;
}
#products .pagettl-section {
  background-color: var(--products-color);
}
#products .pagettl-section .pagettl {
  color: #fff;
}
#products .anchor-link-list > li > a {
  color: var(--products-color);
}
#products .color-section {
  background-color: color-mix(in srgb, var(--products-color) 20%, #fff 80%);
}

/*  page title end */
/*  news list start */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1080px) {
  .news-list {
    gap: 14px;
  }
}
.news-list > li {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.4285714286;
}
@media screen and (max-width: 1080px) {
  .news-list > li {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.news-list > li .date {
  width: 88px;
  font-size: 1.5rem;
  color: #0F0F0F;
}
.news-list > li .txt {
  flex: 1;
}
.news-list > li a {
  color: #0F0F0F;
}
.news-list > li a[target=_blank]::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.news-list > li a[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.news-list > li a[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.news-list > li a[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.news-list > li a[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.news-list > li a[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.news-list > li a[href*=".pdf"]::after {
  background: url(/common/img/icn_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.news-list > li a.no-arr::after {
  display: none !important;
}
@media (any-hover: hover) {
  .news-list > li a:hover {
    text-decoration: underline;
  }
}

/*  news list end */
/*  normal notice start */
.nml-notice-section {
  margin: 40px 0;
}
.nml-notice-section .nml-notice-wrap {
  border: 1px solid #C4C4C4;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 1080px) {
  .nml-notice-section .nml-notice-wrap {
    flex-direction: column;
    gap: 15px;
  }
}
.nml-notice-section .nml-notice-wrap .notice-ttl {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E60012;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .nml-notice-section .nml-notice-wrap .notice-ttl {
    width: 100%;
  }
}
.nml-notice-section .nml-notice-wrap .news-list > li {
  color: #273C4B;
}
.nml-notice-section .nml-notice-wrap .news-list > li .date {
  font-size: 1.3rem;
}
.nml-notice-section .nml-notice-wrap .news-list > li .txt {
  font-size: 1.3rem;
}
.nml-notice-section .nml-notice-wrap .news-list > li .txt a {
  color: #273C4B;
}

/*  normal notice end */
/*  anchor link start */
.anchor-link-section {
  margin: 40px 0;
}

.anchor-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.anchor-link-list > li a {
  display: inline-block;
  padding: 10px 20px 20px;
  position: relative;
  font-weight: bold;
  color: #0D3A9D;
  transition: all 0.3s ease;
  position: relative;
}
.anchor-link-list > li a::after {
  content: "";
  background: url(/common/img/icn_anchor_arrow.svg);
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 42%;
  transition: all 0.3s ease;
}
.anchor-link-list > li a:hover {
  padding: 20px 20px 10px;
}
.anchor-link-list > li a:hover::after {
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .anchor-link-list {
    display: flex;
    gap: 15px;
    justify-content: center;
  }
}

.sub-anchor-link-list {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1080px) {
  .sub-anchor-link-list {
    flex-direction: column;
  }
}
.sub-anchor-link-list > li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 1080px) {
  .sub-anchor-link-list > li {
    width: 100%;
  }
}
.sub-anchor-link-list > li a {
  color: #273C4B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  width: 100%;
  padding: 17px 12px 17px;
  border-radius: 3px;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  background: #D7DFEF url(/common/img/icn_anchor_arrow_blue.svg) no-repeat center bottom/18px auto;
}
@media (any-hover: hover) {
  .sub-anchor-link-list > li a:hover {
    opacity: 0.7;
  }
}

.anchor-btn-section {
  margin: 80px 0;
}

.anchor-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1080px) {
  .anchor-btn-list {
    gap: 2px;
    justify-content: flex-start;
  }
}
.anchor-btn-list > li {
  width: 220px;
}
@media screen and (max-width: 1080px) {
  .anchor-btn-list > li {
    width: calc(50% - 1px);
  }
}
.anchor-btn-list > li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 58px;
  padding: 10px 12px 18px;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #0D3A9D;
  background: #D7DFEF url(/common/img/icn_anchor_arrow_blue.svg) no-repeat center bottom/18px auto;
}
@media (any-hover: hover) {
  .anchor-btn-list > li a:hover {
    background-color: rgba(13, 58, 157, 0.74);
    color: #fff;
  }
}
@media screen and (max-width: 1080px) {
  .anchor-btn-list > li a {
    border-radius: 0;
    border: 1px solid #E3E3E3;
    min-height: 68px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.anchor-sub-btn-section:not(:first-of-type) {
  margin-top: 30px;
}
.h3ttl + .anchor-sub-btn-section {
  margin-top: 30px;
}
.anchor-sub-btn-section:not(:last-of-type) {
  margin-bottom: 30px;
}

.anchor-sub-btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.anchor-sub-btn-list > li a {
  display: flex;
  color: #0D3A9D;
  font-weight: 500;
  padding: 8px 48px 8px 20px;
  background: #F5F5F5 url(/common/img/icn_anchor_arrow.svg) no-repeat calc(100% - 15px) center/18px auto;
}
@media (any-hover: hover) {
  .anchor-sub-btn-list > li a:hover {
    opacity: 0.7;
  }
}

/*  anchor link end */
/* history section start */
.history-section {
  padding: 25px 0 40px;
}
.history-section .sec-ttl {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 7px;
  color: #273C4B;
}

.history-list {
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 1080px) {
  .history-list {
    flex-direction: column;
  }
}
.history-list > .item {
  width: calc((100% - 34px) / 3);
}
@media screen and (max-width: 1080px) {
  .history-list > .item {
    width: 100%;
  }
}
.history-list > .item a {
  display: block;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  padding: 12px 18px;
  font-size: 1.3rem;
}
.history-list > .item a .ttl {
  font-weight: bold;
  color: #0D3A9D;
  margin-bottom: 8px;
}
.history-list > .item a .url {
  color: #59636B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.history-list.col-2 {
  flex-wrap: wrap;
}
.history-list.col-2 > li {
  width: calc((100% - 17px) / 2);
}
@media screen and (max-width: 1080px) {
  .history-list.col-2 > li {
    width: 100%;
  }
}

/* history section end */
/* normal news start */
.nml-news-list {
  color: #0F0F0F;
}
.nml-news-list > li {
  display: flex;
  align-items: center;
  padding: 8.5px 0;
  border-top: 1px solid #EDEDED;
}
.nml-news-list > li:last-of-type {
  border-bottom: 1px solid #EDEDED;
}
.nml-news-list > li:has(a):hover {
  background-color: #EDEDED;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .nml-news-list > li {
    flex-wrap: wrap;
    padding: 8px 0;
  }
}
.nml-news-list > li .date {
  max-width: 110px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
}
.nml-news-list > li .category-wrap {
  max-width: 134px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .nml-news-list > li .category-wrap {
    max-width: 100%;
    margin-top: 8px;
  }
}
.nml-news-list > li .category {
  min-width: 134px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 4px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.nml-news-list > li .category.cate-01 {
  background: #D47D00;
}
.nml-news-list > li .category.cate-02 {
  background: #00B33D;
}
.nml-news-list > li .category.cate-03 {
  background: #00958D;
}
.nml-news-list > li .category.cate-04 {
  background: #0068B5;
}
.nml-news-list > li .category.cate-05 {
  background: #8A507B;
}
.nml-news-list > li .txt {
  font-size: 1.4rem;
  margin-left: 22px;
}
@media screen and (max-width: 1080px) {
  .nml-news-list > li .txt {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.nml-news-list > li a {
  color: #0F0F0F;
}
@media (any-hover: hover) {
  .nml-news-list > li a:hover {
    text-decoration: underline;
  }
}
.nml-news-list.medical-news > li .txt,
.nml-news-list.medical-news > li .date {
  font-size: 1.6rem;
}
.nml-news-list.medical-news > li .txt.news-pdf {
  display: inline-block;
  position: relative;
}
.nml-news-list.medical-news > li .txt.news-pdf::after {
  background: url(/common/img/icn_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: -3px 0 0 5px;
}
.nml-news-list.medical-news > li a {
  color: #0D3A9D;
  font-weight: bold;
}

/* normal news end */
/*  product page start */
.btn-col-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1080px) {
  .btn-col-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 1080px) {
  .btn-col-list > li {
    width: 100% !important;
  }
}
.btn-col-list > li a {
  width: 100%;
}
.btn-col-list.col-2 > li {
  width: calc((100% - 10px) / 2);
}
.btn-col-list.col-2.ver-lg {
  gap: 15px;
}
.btn-col-list.col-2.ver-lg > li {
  width: calc((100% - 15px) / 2);
}
.btn-col-list.col-2.ver-sm {
  gap: 6px;
}
.btn-col-list.col-2.ver-sm > li {
  width: calc((100% - 6px) / 2);
}
.btn-col-list.col-3 > li {
  width: calc((100% - 20px) / 3);
}
.btn-col-list.col-3.ver-lg {
  gap: 15px;
}
.btn-col-list.col-3.ver-lg > li {
  width: calc((100% - 30px) / 3);
}
.btn-col-list.col-3.ver-sm {
  gap: 6px;
}
.btn-col-list.col-3.ver-sm > li {
  width: calc((100% - 12px) / 3);
}

.action-btn,
.lv3-btn,
.product-btn {
  color: #273C4B;
  display: inline-flex;
  align-items: center;
  padding: 10px 46px 10px 13px;
  border-radius: 3px;
  background-color: #F5F5F5;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3076923077;
  position: relative;
}
@media (any-hover: hover) {
  .action-btn:hover,
  .lv3-btn:hover,
  .product-btn:hover {
    opacity: 0.7;
  }
}
.action-btn::after,
.lv3-btn::after,
.product-btn::after {
  background: url(/common/img/icn_arrow_dark.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0 !important;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.action-btn[target=_blank]::after,
.lv3-btn[target=_blank]::after,
.product-btn[target=_blank]::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  right: 20px;
}
.action-btn[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after,
.lv3-btn[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after,
.product-btn[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.action-btn[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after,
.lv3-btn[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after,
.product-btn[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.action-btn[target=_blank][href^="https://www.meiji.com/"]::after,
.lv3-btn[target=_blank][href^="https://www.meiji.com/"]::after,
.product-btn[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.action-btn[target=_blank][href^="https://www.kmbiologics.com/"]::after,
.lv3-btn[target=_blank][href^="https://www.kmbiologics.com/"]::after,
.product-btn[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.action-btn[target=_blank][href^="https://www.meiji.co.jp/"]::after,
.lv3-btn[target=_blank][href^="https://www.meiji.co.jp/"]::after,
.product-btn[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.action-btn[href*=".xlsx"]::after,
.lv3-btn[href*=".xlsx"]::after,
.product-btn[href*=".xlsx"]::after {
  background: url(/common/img/icn_exel.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 15px;
  margin-left: 4px;
  margin-top: -0.15em;
  right: 15px;
}
.action-btn[href*=".pdf"]::after,
.lv3-btn[href*=".pdf"]::after,
.product-btn[href*=".pdf"]::after {
  background: url(/common/img/icn_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  right: 15px;
}
.action-btn.icn-lg[href*=".pdf"]::after,
.lv3-btn.icn-lg[href*=".pdf"]::after,
.product-btn.icn-lg[href*=".pdf"]::after {
  background: url(/common/img/icn_pdf_lg.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 18px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.action-btn.icn-lg[href*=".xlsx"]::after,
.lv3-btn.icn-lg[href*=".xlsx"]::after,
.product-btn.icn-lg[href*=".xlsx"]::after {
  background: url(/common/img/icn_exel_lg.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 18px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.action-btn.no-arr::after,
.lv3-btn.no-arr::after,
.product-btn.no-arr::after {
  display: none !important;
}
.action-btn.disabled,
.lv3-btn.disabled,
.product-btn.disabled {
  color: #C4C4C4;
  pointer-events: none;
}
.action-btn.disabled::after,
.lv3-btn.disabled::after,
.product-btn.disabled::after {
  content: none;
}
.action-btn.dir-col,
.lv3-btn.dir-col,
.product-btn.dir-col {
  flex-direction: column;
  justify-content: space-evenly;
  align-items: baseline;
}
@media screen and (max-width: 1080px) {
  .action-btn,
  .lv3-btn,
  .product-btn {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

.lv3-btn {
  border: 1px solid #E3E3E3;
  min-height: 60px;
  padding-left: 27px;
  font-size: 1.6rem;
}
.lv3-btn::after {
  right: 24px;
}
.lv3-btn.ver-lg {
  min-height: 90px;
  font-size: 2rem;
}
.lv3-btn.ver-lg .sm {
  font-size: 1.3rem;
}

.action-btn {
  border: 1px solid #E3E3E3;
  border-radius: 38px;
  width: 200px;
  margin: 0 auto;
  justify-content: center;
  border-radius: 37px;
  padding-left: 20px;
  padding-right: 20px;
}
.action-btn::after {
  content: none;
}
@media screen and (max-width: 1080px) {
  .action-btn {
    align-items: center;
  }
}

.basic-info-section {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .basic-info-section {
    margin-top: 45px;
  }
}

.basic-info-box {
  margin-bottom: 45px;
  border: 1px solid #C4C4C4;
  padding: 30px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .basic-info-box {
    flex-direction: column;
  }
}
.basic-info-box .left-box {
  width: 250px;
}
@media screen and (max-width: 1080px) {
  .basic-info-box .left-box {
    width: 100%;
  }
}
.basic-info-box .left-box .name {
  margin-top: 10px;
  margin-bottom: 4px;
  font-weight: bold;
}
.basic-info-box .left-box .txt {
  line-height: 1.5;
}
.basic-info-box .left-box .btn-wrap {
  margin-top: 10px;
  text-align: center;
}
.basic-info-box .left-box .no-img-wrap {
  width: 100%;
}
.basic-info-box .right-box {
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .basic-info-box .right-box {
    flex: none;
  }
}
.basic-info-box .btn-col-list {
  margin-top: 25px;
}

.product-pic-slider {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #E3E3E3;
}
.product-pic-slider .splide__slide {
  height: 250px;
}
.product-pic-slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-thumb-slider {
  padding: 0 18px;
  margin-top: 10px;
}
.product-thumb-slider .splide__slide {
  position: relative;
  align-content: center;
}
.product-thumb-slider .splide__slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product-thumb-slider .splide__slide.is-active {
  border: 1px solid #E3E3E3 !important;
}
.product-thumb-slider .splide__slide.is-active::before {
  background-color: rgba(179, 190, 214, 0.5);
}
.product-thumb-slider .splide__slide,
.product-thumb-slider .item {
  border: 1px solid #E3E3E3 !important;
}
.product-thumb-slider img {
  width: 100%;
}
.product-thumb-slider .splide__arrow {
  width: 8px;
  height: 15px;
  background: transparent url(/common/img/icn_arrow_dark.svg) no-repeat center/contain;
}
.product-thumb-slider .splide__arrow.splide__arrow--prev {
  left: 2px;
  transform: scaleX(-1) translateY(-50%);
}
.product-thumb-slider .splide__arrow.splide__arrow--next {
  right: 2px;
}
.product-thumb-slider .splide__arrow svg {
  display: none;
}

.product-code-section {
  margin-top: 60px;
}

.product-acc-wrap:first-child {
  margin-top: 0;
}
.product-acc-wrap .h3ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .product-acc-wrap .h3ttl {
    font-size: 1.4rem;
  }
}

.nml-news-section {
  margin-top: 60px;
}

.search-product-wrap {
  margin-top: 15px;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 1080px) {
  .search-product-wrap {
    flex-direction: column;
    gap: 50px;
  }
}
.search-product-wrap .search-col {
  flex: 1;
  border-radius: 12px;
  background-color: #F5F5F5;
  padding: 25px 35px;
  box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1080px) {
  .search-product-wrap .search-col {
    border-radius: 10px;
    border: 1px #E3E3E3 solid;
    padding: 25px 10px;
  }
}
.search-product-wrap .btn-col {
  flex: 1;
}
.search-product-wrap .search-box {
  width: 100%;
  display: flex;
  border-radius: 6px;
  overflow: clip;
}
@media screen and (max-width: 1080px) {
  .search-product-wrap .search-box {
    flex-direction: column;
    border-radius: 0;
    padding: 10px;
  }
}
.search-product-wrap .search-box .search-input {
  flex: 1;
  padding: 12px;
  border: 1px solid #E3E3E3;
  border-right: none;
  border-radius: 6px 0 0 6px;
  min-height: 52px;
  box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.09);
}
.search-product-wrap .search-box .search-input::placeholder {
  font-size: 1.6rem;
  color: #C4C4C4;
}
@media screen and (max-width: 1080px) {
  .search-product-wrap .search-box .search-input::placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .search-product-wrap .search-box .search-input {
    width: 100%;
    border-radius: 50px;
    background: #fff url(/common/img/icn_search_gray.svg) no-repeat 12px center/22px auto;
    box-shadow: none;
    padding: 12px 12px 12px 44px;
  }
}
.search-product-wrap .search-box .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0D3A9D;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  width: 86px;
}
@media screen and (max-width: 1080px) {
  .search-product-wrap .search-box .search-btn {
    width: 100%;
    border-radius: 4px;
    min-height: 45px;
    margin-top: 15px;
  }
}
.search-product-wrap .product-list-btn {
  width: 100%;
  height: 100%;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #2E6AAE;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
@media (any-hover: hover) {
  .search-product-wrap .product-list-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .search-product-wrap .product-list-btn {
    min-height: 130px;
  }
}

.item-check .invalid {
  pointer-events: none;
}

.gssg-table-wrap {
  width: 330px;
  max-width: 100%;
  border-radius: 0;
}
.gssg-table-wrap::before {
  content: none;
}

.gssg-table thead th {
  padding: 10px 12px;
  font-size: 1.3rem;
}
.gssg-table thead th:first-of-type {
  font-weight: bold;
}
.gssg-table thead th:nth-of-type(2) {
  background-color: rgba(154, 173, 186, 0.25);
  text-align: right;
  color: #273C4B;
}
.gssg-table thead th .date {
  margin-left: 1em;
}
.gssg-table tbody tr td {
  padding: 10px 12px;
  background-color: #fff;
}
.gssg-table tbody tr td .cell-inr-row .txt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0D3A9D;
}

.sort-frame {
  padding: 28px 35px;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .sort-frame {
    flex-direction: column;
    padding: 13px 15px;
  }
}
.sort-frame .sort-ttl {
  font-weight: bold;
  width: 124px;
}
@media screen and (max-width: 1080px) {
  .sort-frame .sort-ttl {
    width: 100%;
    text-align: center;
  }
}
.sort-frame .sort-btns {
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .sort-frame .sort-btns {
    width: 100%;
    flex: none;
  }
}
.sort-frame .sort-form {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1080px) {
  .sort-frame .sort-form {
    flex-direction: column;
    gap: 10px;
  }
}
.sort-frame .sort-form .btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .sort-frame .sort-form .btn-row {
    background-color: #F5F5F5;
    border-radius: 6px;
    padding: 10px;
  }
}
.sort-frame .sort-form .mark {
  width: 42px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
.sort-frame .sort-form .mark.lt-color {
  background-color: rgba(60, 65, 74, 0.2);
}
.sort-frame .sort-form .mark.dk-color {
  background-color: #3C414A;
}

.rmp-table tbody th {
  background-color: #2E6AAE;
  color: #fff;
  text-align: center;
  padding: 8px 12px;
}
.rmp-table tbody td {
  padding: 9px 12px;
}

.cell-product-list {
  margin-top: 10px;
  display: flex;
  gap: 2px;
  text-align: center;
  border-radius: 6px;
  overflow: clip;
}
.cell-product-list + .cell-product-list {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .cell-product-list {
    flex-direction: column;
    font-size: 1.6rem;
  }
}
.cell-product-list .th-col {
  width: 36.4%;
  background-color: #F5F5F5;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cell-product-list .th-col {
    width: 100%;
  }
}
.cell-product-list .td-col {
  flex: 1;
}
.cell-product-list .td-col .td-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.cell-product-list .td-col .td-list > li {
  width: calc(50% - 1px);
}
@media screen and (max-width: 1080px) {
  .cell-product-list .td-col .td-list {
    flex-direction: column;
  }
  .cell-product-list .td-col .td-list > li {
    width: 100%;
  }
}
.cell-product-list .td-col dl {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cell-product-list .td-col dl dt,
.cell-product-list .td-col dl dd {
  width: 100%;
  flex-grow: 1;
  padding: 10px;
  min-height: 41px;
}
.cell-product-list .td-col dl dt {
  background-color: #F5F5F5;
}
.cell-product-list .td-col dl dd {
  background-color: #feffff;
}

.figure-item-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.figure-item-list-wrap .picture-dl-sec-btn {
  display: inline-block;
  padding: 10px 49px;
  margin: 30px 0;
  color: #0D3A9D;
  border: #0D3A9D 1px solid;
  border-radius: 30px;
}
.figure-item-list-wrap .picture-dl-sec-btn:hover {
  background-color: #0D3A9D;
  color: #fff;
}
.figure-item-list-wrap .product-figure-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.figure-item-list-wrap .product-figure-list li {
  padding: 20px;
  border: #E3E3E3 1px solid;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .figure-item-list-wrap .product-figure-list {
    display: flex;
    flex-direction: column;
  }
}

.js-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  align-content: center;
  transition: display 0.3s;
}
.js-modal-overlay .modal-content-warp {
  margin-inline: auto;
  background-color: #fff;
  max-width: 576px;
  max-height: 475px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.txt-justify {
  text-align: justify;
}

/*  product page end */
/*  product other section start */
.product-other-section {
  margin-top: 90px;
}
@media screen and (max-width: 1080px) {
  .product-other-section {
    margin-top: 80px;
  }
}
.product-other-section .other-bd-box {
  border: 1px solid #C4C4C4;
  padding: 20px 30px;
}
.product-other-section .news-list {
  gap: 13px;
}
.product-other-section .news-list > li .txt {
  font-weight: normal;
}

/*  product other section end */
/*  various content start */
.various-content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 35px;
}
@media screen and (max-width: 1080px) {
  .various-content-list {
    flex-direction: column;
  }
}
.various-content-list .item {
  width: 318px;
}
@media screen and (max-width: 1080px) {
  .various-content-list .item {
    width: 100%;
  }
}
.various-content-list .item.new {
  position: relative;
}
.various-content-list .item.new::before {
  content: "NEW";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 10px;
  left: 8px;
  width: 50px;
  height: 20px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  background-color: #E60012;
  z-index: 1;
}

.load-more-wrap .item {
  display: none;
}

.various-content-panel {
  display: flex;
  flex-direction: column;
  color: #273C4B;
}
.various-content-panel .panel-img {
  overflow: hidden;
  height: 167px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f7fb;
}
.various-content-panel .panel-img img {
  max-width: 100%;
  max-height: 100%;
}
.various-content-panel .panel-ttl {
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 3em;
}
.various-content-panel .panel-txt {
  margin-top: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 1.6rem;
}

@media (any-hover: hover) and (any-hover: hover) {
  a.various-content-panel:hover:hover {
    opacity: 0.7;
  }
}

/*  various content end */
/*  lecture content start */
.next-item-btn {
  position: absolute;
  right: -20px;
  top: 180px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.next-item-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (min-width: 1331px) {
  .next-item-btn {
    right: -110px;
  }
}
@media screen and (max-width: 1080px) {
  .next-item-btn {
    display: none;
  }
}

.prev-item-btn {
  position: absolute;
  left: -20px;
  top: 180px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
  transform: scale(-1, 1);
  z-index: 10;
}
.prev-item-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (min-width: 1331px) {
  .prev-item-btn {
    left: -110px;
  }
}
@media screen and (max-width: 1080px) {
  .prev-item-btn {
    display: none;
  }
}

.content-slider-wrap {
  position: relative;
}
.content-slider-wrap .splide {
  padding-bottom: 55px;
}
.content-slider-wrap .pagination {
  width: 118px;
  color: #273C4B;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .content-slider-wrap .pagination {
    padding-left: 0;
    font-size: 2.4rem;
  }
}
.content-slider-wrap .splide__track {
  padding: 0 0 10px;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .content-slider-wrap .splide__track {
    overflow: hidden;
    padding-bottom: 0;
  }
}
.content-slider-wrap .splide__track .splide_arrow_btn {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
.content-slider-wrap .splide__arrow {
  top: auto;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #0D3A9D;
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .content-slider-wrap .splide__arrow {
    width: 50px;
    height: 50px;
    bottom: 84px;
    background-color: #fff;
    border: 1px solid #D0D0D0;
  }
}
.content-slider-wrap .splide__arrow--prev {
  left: 0;
}
.content-slider-wrap .splide__arrow--next {
  left: 98px;
  right: auto;
}
@media screen and (max-width: 1080px) {
  .content-slider-wrap .splide__arrow--next {
    right: 0;
    left: auto;
  }
}
.content-slider-wrap .splide__arrow:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.content-slider-wrap .splide__arrow svg {
  width: 8px;
  fill: #fff;
}
@media screen and (max-width: 1080px) {
  .content-slider-wrap .splide__arrow svg {
    fill: #273C4B !important;
    width: 12px;
    height: 12px;
  }
}
.content-slider-wrap .content-footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .content-slider-wrap .content-footer {
    position: static;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
.content-slider-wrap .content-footer .content-btn-wrap {
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  .content-slider-wrap .content-footer .content-btn-wrap {
    margin-right: auto;
    margin-top: 36px;
  }
}
.content-slider-wrap .content-footer .content-btn-wrap .content-list-btn {
  font-size: 1.3rem;
  color: #273C4B;
}
.content-slider-wrap .content-footer .content-btn-wrap .content-list-btn::after {
  background: url(/common/img/icn_circle_arrow.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin-top: -0.25em;
  margin-left: 8px;
}
@media (any-hover: hover) {
  .content-slider-wrap .content-footer .content-btn-wrap .content-list-btn:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1080px) {
  .content-slider-wrap .content-footer .content-btn-wrap .content-list-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    min-height: 55px;
    border-radius: 10px;
    border: 1px solid #59636B;
  }
  .content-slider-wrap .content-footer .content-btn-wrap .content-list-btn::after {
    margin-top: 0;
  }
}

.sp-pick-up-wrap > .item {
  width: 100%;
  max-width: 256px;
}
.sp-pick-up-wrap .dl-panel {
  border: 1px solid #E3E3E3;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  background-color: #FDFEFF;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sp-pick-up-wrap .dl-panel .panel-img {
  width: 130px;
  height: 120px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.lecture-panel-list.splide {
  padding-bottom: 54px;
}
@media screen and (max-width: 1080px) {
  .lecture-panel-list.splide {
    padding-bottom: 0;
  }
}
.lecture-panel-list .item {
  width: 350px;
}
@media screen and (max-width: 1080px) {
  .lecture-panel-list .item {
    width: calc(100% - 5px);
  }
}

.lecture-panel {
  display: block;
  box-shadow: 0px 0px 14px 0px rgba(77, 77, 77, 0.26);
  overflow: clip;
  position: relative;
  border-top: 11px solid #0D3A9D;
  border-radius: 10px;
  color: #273C4B;
}
@media (any-hover: hover) {
  .lecture-panel:hover {
    opacity: 0.7;
  }
}
.lecture-panel.locked {
  pointer-events: none !important;
}
.lecture-panel.locked::after {
  background: url(/common/img/icn_lock.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-left: 4px;
  margin-top: -0.15em;
  position: absolute;
  border-radius: 34px;
  right: 15px;
  top: 12px;
  margin: 0;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.13);
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .lecture-panel {
    box-shadow: none;
    border: 1px solid rgba(168, 168, 168, 0.5);
    border-top: 11px solid #0D3A9D;
  }
}
.lecture-panel .panel-upper {
  background-color: #fff;
  padding: 20px;
}
.lecture-panel .panel-label {
  margin-bottom: 8px;
}
.lecture-panel .panel-label span {
  display: inline-block;
  border: 1px solid rgba(175, 175, 175, 0.2);
  border-radius: 20px;
  padding: 2px 20px 2px 36px;
  background-color: #fff;
  color: #273C4B;
  background: url(/common/img/icn_label_01.svg) no-repeat 11px center/15px auto;
}
.lecture-panel .panel-ttl {
  font-weight: bold;
  color: #0D3A9D;
  font-size: 1.6rem;
  margin-top: 16px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1080px) {
  .lecture-panel .panel-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.lecture-panel .lecture-info + .lecture-info {
  margin-top: 14px;
}
.lecture-panel .lecture-info .dt span {
  display: inline-block;
  background: #273C4B;
  color: #fff;
  font-size: 1.3rem;
  padding: 0 8px;
  min-width: 68px;
}
.lecture-panel .lecture-info .dd {
  margin-top: 7px;
  font-size: 1.6rem;
}
.lecture-panel .lecture-info .dd .num {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 3px;
}
@media screen and (max-width: 1080px) {
  .lecture-panel .lecture-info .dd {
    font-size: 2rem;
  }
}
.lecture-panel .lecture-info.format .dd {
  font-weight: 500;
  margin-top: 2px;
}
.lecture-panel .panel-lower {
  background-color: #F5F5F5;
  padding: 20px;
}
.lecture-panel .lecture-cast {
  display: flex;
  font-size: 1.2rem;
}
@media screen and (max-width: 1080px) {
  .lecture-panel .lecture-cast {
    font-size: 1.6rem;
    flex-direction: column;
  }
}
.lecture-panel .lecture-cast + .lecture-cast {
  margin-top: 8px;
}
.lecture-panel .lecture-cast .dt {
  width: 48px;
  padding-right: 8px;
  font-weight: bold;
}
.lecture-panel .lecture-cast .dd {
  flex: 1;
}

/*  lecture content end */
/*  materials panel start */
.materials-panel-list.ver-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  justify-content: center;
  column-gap: 32px;
  row-gap: 45px;
}
.materials-panel-list.ver-grid .item {
  width: 320px;
}
@media screen and (max-width: 1080px) {
  .materials-panel-list.ver-grid {
    flex-direction: column;
  }
  .materials-panel-list.ver-grid .item {
    width: 100%;
  }
}
.materials-panel-list.ver-grid .materials-related-tag-list > li {
  background-color: rgba(175, 175, 175, 0.2);
}
@media screen and (max-width: 1080px) {
  .materials-panel-list.splide {
    padding-bottom: 0;
  }
  .materials-panel-list.side-pd {
    padding: 0 18px;
  }
}
.materials-panel-list .item {
  width: 320px;
  display: flex;
  flex-direction: column;
}

.materials-upper-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
.materials-upper-label .label {
  display: inline-flex;
  gap: 7px;
  font-weight: bold;
  background-color: #fff;
  padding: 2px 20px 2px 10px;
  border: 1px solid rgba(175, 175, 175, 0.2);
  border-radius: 25px;
}
.materials-upper-label .txt {
  font-size: 1.3rem;
}

.materials-panel {
  border-radius: 11px 11px 15px 15px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  border-top: 11px solid #0D3A9D;
  background-color: #f6f7fb;
  padding: 25px 22px 0;
  display: flex;
  flex-direction: column;
}
.materials-panel.locked::after {
  background: url(/common/img/icn_lock.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  margin-left: 4px;
  margin-top: -0.15em;
  position: absolute;
  border-radius: 44px;
  right: -14px;
  top: -28px;
  margin: 0;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.13);
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .materials-panel.locked::after {
    right: -5px;
  }
}
.materials-panel .panel-upper-box {
  display: flex;
  gap: 15px;
  min-height: 180px;
}
@media screen and (max-width: 1080px) {
  .materials-panel .panel-upper-box {
    min-height: auto;
  }
}
.materials-panel .panel-upper-box + .inner-label {
  margin-top: 15px;
}
.materials-panel .panel-upper-box .img {
  width: 180px;
  aspect-ratio: 1/1;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 10px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}
.materials-panel .panel-upper-box .img .popup-btn {
  width: 32px;
  position: absolute;
  right: 10px;
  bottom: 7px;
}
@media (any-hover: hover) {
  .materials-panel .panel-upper-box .img .popup-btn:hover {
    opacity: 0.7;
  }
}
.materials-panel .panel-upper-box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.materials-panel .panel-upper-box .list {
  flex: 1;
}
.materials-panel .panel-upper-box .list dl {
  font-size: 1.3rem;
  font-weight: bold;
}
.materials-panel .panel-upper-box .list dl + dl {
  margin-top: 10px;
}
.materials-panel .panel-upper-box .list dl dt {
  padding-left: 9px;
  border-left: 4px solid #0D3A9D;
  text-align: justify;
}
.materials-panel .panel-upper-box .list dl dd {
  margin-top: 4px;
  text-align: justify;
}
.materials-panel .panel-upper-box .list dl.format dd {
  max-width: 77px;
  word-break: break-all;
}
.materials-panel .inner-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.materials-panel .inner-label + .panel-ttl {
  margin-top: 8px;
}
.materials-panel .inner-label li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}
.materials-panel .inner-label .new {
  width: 50px;
  height: 20px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  background-color: #E60012;
}
.materials-panel .inner-label .print {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 2px;
  color: #59636B;
  border: 1px solid #59636B;
}
.materials-panel .txt-wrap {
  min-height: 177px;
  margin-bottom: 25px;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .materials-panel .txt-wrap {
    min-height: auto;
  }
}
.materials-panel .panel-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  min-height: 80px;
  margin-top: 10px;
}
.materials-panel .panel-txt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  flex-grow: 1;
}
.materials-panel .lower-link {
  background-color: #0D3A9D;
  border-radius: 0 0 15px 15px;
  margin: auto -22px 0;
}
.materials-panel .lower-link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px;
}
@media (any-hover: hover) and (any-hover: hover) {
  .materials-panel .lower-link a:hover:hover {
    opacity: 0.7;
  }
}

.materials-related-tag-list {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.materials-related-tag-list > li {
  padding: 1px 7px;
  border-radius: 5px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #0F0F0F;
  background-color: #F7F7F7;
}

/*  materials panel end */
/*  normal banner area a start */
.nml-banner-area-a {
  background-color: #FAFAFB;
  padding: 50px 0;
  margin-top: 40px;
}
.nml-banner-area-a .long-btn-wrap {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .nml-banner-area-a .long-btn-wrap {
    width: 100%;
  }
}
.nml-banner-area-a .long-btn-wrap .long-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 7px;
  padding: 0 20px;
  background: #1D4396;
  min-height: 70px;
  position: relative;
}
.nml-banner-area-a .long-btn-wrap .long-btn::after {
  background: url(/common/img/icn_arrow.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0 !important;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .nml-banner-area-a .long-btn-wrap .long-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .nml-banner-area-a .long-btn-wrap .long-btn {
    min-height: 100px;
  }
}

/*  normal banner area a end */
/*  search tab start */
.search-tab-wrap {
  position: relative;
}
.search-tab-wrap .tab-head-list {
  width: 100%;
  display: flex;
  gap: 5px;
  position: absolute;
  top: -34px;
  left: 0;
  z-index: 2;
}
.search-tab-wrap .tab-head-list > li {
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .search-tab-wrap .tab-head-list > li {
    width: calc((100% - 10px) / 3);
    flex: unset;
  }
}
.search-tab-wrap .tab-head-list > li .tab-btn {
  text-align: center;
  font-weight: 400;
  border-radius: 10px 10px 0 0;
  padding: 8px;
  height: 34px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(171, 182, 191);
  background-color: rgba(255, 255, 255, 0.5);
}
.search-tab-wrap .tab-head-list > li .tab-btn.cur {
  font-weight: 500;
  color: #273C4B;
  background-color: #fff;
}
.search-tab-wrap .tab-contents {
  padding: 20px 20px 14px;
}
.search-tab-wrap .tab-contents .tab-content {
  display: none;
}
.search-tab-wrap .tab-contents .tab-content.cur {
  display: block;
}

.tab-search-bar .search-form {
  height: 36px;
}
.tab-search-bar .search-form input[type=text] {
  box-shadow: none;
  background-color: #F0F0F0;
  padding: 9px 50px 9px 12px;
  font-size: 1.4rem;
  border-radius: 4px;
}
.tab-search-bar .search-form .search-btn {
  width: 44px;
  height: 36px;
  border-radius: 0 4px 4px 0;
  right: 0;
  top: 0;
}
.tab-search-bar .search-form .search-btn.txt {
  width: 62px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 2.2px;
}

.kana-list {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 5px;
  position: relative;
}
.kana-list > li > a,
.kana-list > li > button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  height: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  color: #273C4B;
  transition: all 0.3s ease;
}
.kana-list > li > a.is-disabled,
.kana-list > li > button.is-disabled {
  background: #E6E6E6;
  color: #B3B5B7;
  border: none;
  pointer-events: none;
}
.kana-list > li > a.is-clicked,
.kana-list > li > button.is-clicked {
  background-color: #0D3A9D;
  color: #fff;
}
.kana-list > li > a.faq-txt,
.kana-list > li > button.faq-txt {
  font-size: 2rem;
}
@media (any-hover: hover) {
  .kana-list > li > a:hover,
  .kana-list > li > button:hover {
    background-color: #0D3A9D;
    color: #fff;
  }
}
@media screen and (max-width: 1080px) {
  .kana-list > li > a,
  .kana-list > li > button {
    min-height: 44px;
  }
}

.product-list-modal-parent {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .product-list-modal-parent {
    position: static;
  }
}
.product-list-modal-parent .product-modal-triggle.is-clicked {
  color: #fff;
}
.product-list-modal-parent .product-list-modal {
  min-width: 298px;
  position: absolute;
  right: -30px;
  top: -10px;
  transform: translateX(100%);
  z-index: 1;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  filter: drop-shadow(2px 2px 8px rgba(141, 141, 141, 0.5));
  display: none;
}
@media screen and (max-width: 1080px) {
  .product-list-modal-parent .product-list-modal {
    min-width: calc(100vw - 20px);
    width: calc(100vw - 20px);
    right: auto;
    top: calc(100% + 40px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.product-list-modal-parent .product-list-modal::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 26px 13px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 30px;
  left: -26px;
}
@media screen and (max-width: 1080px) {
  .product-list-modal-parent .product-list-modal::before {
    border-width: 0 13px 26px 13px;
    border-color: transparent transparent #fff transparent;
    top: -23px;
    left: var(--arrow-left);
  }
}
.product-list-modal-parent .product-list-modal .close-modal-btn {
  background: rgba(154, 173, 186, 0.25);
  padding: 5px;
  text-align: center;
  font-size: 1.3rem;
  width: 100%;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .product-list-modal-parent .product-list-modal .close-modal-btn:hover {
    opacity: 0.7;
  }
}
.product-list-modal-parent .product-list-modal.modal-right {
  right: 405px;
}
.product-list-modal-parent .product-list-modal.modal-right::before {
  left: 100%;
  transform: scale(-1, 1);
}
.product-list-modal-parent .modal-product-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 175px;
  margin-bottom: 20px;
  overflow-y: auto;
}
.product-list-modal-parent .modal-product-list::-webkit-scrollbar {
  width: 10px;
}
.product-list-modal-parent .modal-product-list::-webkit-scrollbar-track {
  background: #E1E1E1;
  border-radius: 10px;
}
.product-list-modal-parent .modal-product-list::-webkit-scrollbar-thumb {
  background: #8D8D8D;
  border-radius: 10px;
}
.product-list-modal-parent .modal-product-list li a {
  color: #0D3A9D;
  font-weight: bold;
}
@media (any-hover: hover) {
  .product-list-modal-parent .modal-product-list li a:hover {
    text-decoration: underline;
  }
}

.search-form {
  width: 100%;
  height: 48px;
  position: relative;
}
.search-form input[type=text] {
  height: 100%;
  width: 100%;
  border-radius: 48px;
  border: none;
  padding: 13px 57px 13px 24px;
  background-color: #fff;
  font-size: 1.7rem;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
}
.search-form input[type=text]::placeholder {
  color: #C4C4C4;
}
.search-form .search-btn {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background-color: #0D3A9D;
  position: absolute;
  right: 8px;
  top: 5px;
  z-index: 0;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (any-hover: hover) {
  .search-form .search-btn:hover {
    opacity: 0.7;
  }
}

.field-search-btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.field-search-btn-list > li {
  width: calc((100% - 5px) / 2);
}
.field-search-btn-list > li a {
  color: #273C4B;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  background-color: #fff;
  font-weight: 700;
  padding: 6px 12px;
  min-height: 50px;
  height: 100%;
}
@media (any-hover: hover) {
  .field-search-btn-list > li a:hover {
    opacity: 0.7;
  }
}
.field-search-btn-list > li a img {
  width: 20px;
}

/*  search tab end */
/*  product search section start */
.product-search-section {
  padding: 40px 0;
  margin-top: 40px;
  background-color: rgba(154, 173, 186, 0.1);
}
.product-search-section .btn-wrap {
  margin-top: 30px;
}

.product-search-box {
  width: 826px;
  max-width: 100%;
  margin: 50px auto 0;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  filter: drop-shadow(5px 4px 10px rgba(0, 0, 0, 0.06));
}
@media screen and (max-width: 1080px) {
  .product-search-box {
    width: 100%;
  }
}
.product-search-box .search-tab-wrap .tab-head-list {
  top: -50px;
}
.product-search-box .search-tab-wrap .tab-head-list > li {
  width: auto;
}
@media screen and (max-width: 1080px) {
  .product-search-box .search-tab-wrap .tab-head-list > li {
    width: 100%;
  }
}
.product-search-box .search-tab-wrap .tab-head-list > li .tab-btn {
  font-size: 1.6rem;
  background-color: #F4F4F4;
  color: #75828C;
  padding: 13px;
  min-height: 50px;
  height: auto;
}
.product-search-box .search-tab-wrap .tab-head-list > li .tab-btn.cur {
  background-color: #fff;
  color: #273C4B;
}
@media screen and (max-width: 1080px) {
  .product-search-box .search-tab-wrap .tab-head-list > li .tab-btn {
    padding: 12px 5px;
  }
}
.product-search-box .search-tab-wrap .tab-contents {
  padding: 30px 50px;
}
@media screen and (max-width: 1080px) {
  .product-search-box .search-tab-wrap .tab-contents {
    padding: 30px 10px;
  }
}
.product-search-box .tab-search-bar .search-form {
  height: 42px;
}
.product-search-box .tab-search-bar .search-form input[type=text] {
  padding-right: 70px;
  padding-left: 42px;
  border-radius: 8px;
  font-size: 1.6rem;
  background: #F0F0F0 url(/common/img/icn_search_gray.svg) no-repeat 15px center/20px auto;
}
.product-search-box .tab-search-bar .search-form .search-btn {
  width: 66px;
  height: 42px;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 0 8px 8px 0;
}
.product-search-box .kana-list {
  margin-top: 25px;
  grid-template-columns: repeat(5, 1fr);
}
.product-search-box .kana-list > li > a,
.product-search-box .kana-list > li > button {
  font-weight: bold;
  min-height: 65px;
}
.product-search-box .field-search-btn-list {
  gap: 8px;
}
.product-search-box .field-search-btn-list > li {
  width: calc((100% - 8px) / 2);
}
.product-search-box .field-search-btn-list > li a {
  padding: 6px 10px;
  min-height: 56px;
}
.product-search-box .field-search-btn-list > li a.fz-sm {
  font-size: 1.3rem;
}

.kana-filter-bar .kana-list {
  margin-top: 25px;
  grid-template-columns: repeat(auto-fit, minmax(98px, max-content));
  justify-content: center;
  grid-template-rows: 1fr;
  justify-content: center;
}
@media screen and (min-width: 1081px) {
  .kana-filter-bar .kana-list.faq-kana {
    grid-template-columns: repeat(auto-fit, 98px);
  }
}
.kana-filter-bar .kana-list.kana-btn {
  grid-template-rows: 1fr;
}
.kana-filter-bar .kana-list li a,
.kana-filter-bar .kana-list li button {
  font-weight: bold;
  min-height: 65px;
  background-color: rgba(154, 173, 186, 0.2509803922);
  color: #0D3A9D;
  font-size: 2rem;
}
@media (any-hover: hover) {
  .kana-filter-bar .kana-list li a:hover,
  .kana-filter-bar .kana-list li button:hover {
    background-color: #0D3A9D;
    color: #fff;
  }
}
.kana-filter-bar .kana-list li a.gray-box,
.kana-filter-bar .kana-list li button.gray-box {
  background-color: #E6E6E6;
  color: #B3B5B7;
  pointer-events: none;
}
.kana-filter-bar .kana-list li a.is-clicked,
.kana-filter-bar .kana-list li button.is-clicked {
  background-color: #0D3A9D;
  color: #fff;
}
@media screen and (min-width: 1081px) {
  .kana-filter-bar .kana-list .other {
    width: 270px;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 1080px) {
  .kana-filter-bar .kana-list .other {
    grid-column: 1/6;
  }
}
@media screen and (max-width: 1080px) {
  .kana-filter-bar .kana-list {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.kana-filter-bar .gray-box {
  background-color: #E6E6E6;
  color: #B3B5B7;
  pointer-events: none;
}

.initial-product-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-bottom: 85px;
  border-bottom: 1px solid #EDEDED;
}
.initial-product-list-wrap + .h3ttl {
  margin-top: 25px;
}
.initial-product-list-wrap .initial-product-list {
  border-bottom: 1px solid #EDEDED;
}
.initial-product-list-wrap .initial-product-list li {
  font-weight: bold;
  border-top: 1px solid #EDEDED;
}
.initial-product-list-wrap .initial-product-list li a {
  padding: 15px 0;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  background: url(/common/img/icn_arrow_blk.svg) no-repeat right 10px center/10px auto;
}
@media (any-hover: hover) {
  .initial-product-list-wrap .initial-product-list li a:hover {
    opacity: 0.7;
  }
}
.initial-product-list-wrap .initial-product-list li a:hover {
  background: url(/common/img/icn_arrow_blk.svg) no-repeat right 5px center/10px auto;
}
.initial-product-list-wrap .initial-product-list li:hover {
  background-color: rgba(154, 173, 186, 0.25);
}
.initial-product-list-wrap .initial-product-list .q-icon-list {
  padding-left: 45px;
}
.initial-product-list-wrap .initial-product-list .q-icon-list a {
  padding-right: 45px;
}
.initial-product-list-wrap .initial-product .h3ttl {
  margin-top: 55px;
  margin-bottom: 35px;
}
.initial-product-list-wrap .initial-product + .initial-product {
  margin-top: 55px;
}

/*  product search section end */
/*  product list start */
.product-table-note {
  font-size: 1.6rem;
  flex-wrap: wrap;
  align-items: center;
}
.product-table-note .shape {
  display: inline-block;
  width: 45px;
  height: 15px;
  background-color: #FFFCF3;
  border: 1px solid #E3E3E3;
  margin: 0 5px;
}

.product-table {
  border-collapse: none;
  border-left: 1px solid #E3E3E3;
}
@media screen and (max-width: 1080px) {
  .product-table colgroup {
    display: none;
  }
}
.product-table th, .product-table td {
  border-top: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}
.product-table thead {
  position: sticky;
  top: 67px;
  z-index: 5;
  width: 100%;
}
.product-table thead tr {
  width: 100%;
}
.product-table thead th {
  font-size: 1.3rem;
}
@media screen and (max-width: 1080px) {
  .product-table thead {
    display: none;
  }
}
.product-table tbody a {
  color: #0D3A9D;
}
@media (any-hover: hover) {
  .product-table tbody a:hover {
    text-decoration: underline;
  }
}
.product-table tbody th {
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .product-table tbody {
    display: block;
    width: 100%;
  }
  .product-table tbody + tbody {
    margin-top: -1px;
  }
  .product-table tbody tr {
    display: block;
    width: 100%;
  }
  .product-table tbody tr + tr {
    margin-top: -1px;
  }
  .product-table tbody tr th {
    display: block;
    width: 100%;
  }
  .product-table tbody tr td {
    display: none;
  }
}
.product-table .arrow-link {
  font-size: 1.6rem;
  color: #273C4B;
}
.product-table .arrow-link::after {
  background-image: url(/common/img/icn_arrow_dark.svg);
  margin-left: 15px;
}
@media screen and (max-width: 1080px) {
  .product-table .arrow-link {
    border: none;
    background-color: transparent;
    width: auto;
    padding: 0;
    min-height: unset;
  }
  .product-table .arrow-link::after {
    width: 8px;
  }
}

.pl-table {
  display: none;
}
.pl-table.cur {
  display: block;
}

/*  product list end */
/*  input start */
input[type=text] {
  padding: 8px 9px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
}
input[type=text]::placeholder {
  color: #C4C4C4;
}

input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #C4C4C4;
  background: #fff;
  border-radius: 50%;
  margin-right: 0.75em;
  display: inline-block;
  vertical-align: middle;
}
input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background: #59636B;
  border-radius: 50%;
  opacity: 0;
}
input[type=radio]:checked::after {
  opacity: 1;
}
input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
}

input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #C4C4C4;
}
input[type=checkbox]:checked {
  background: #fff url(/common/img/icn_checkbox_on.svg) no-repeat center 50%/14px;
}
input[type=checkbox] + label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  padding-left: 8px;
}

/*  input end */
/* specialty start */
.specialty-mv-wrap {
  margin-top: 50px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.specialty-mv-wrap .inner-wrap {
  background: linear-gradient(rgba(8, 29, 75, 0.45), rgba(8, 29, 75, 0.45)), url(/img/specialty/img_specialty_mv_01.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 159px;
  border-radius: 80px;
  text-align: center;
  align-content: center;
  overflow: hidden;
}
.specialty-mv-wrap.vaccine .inner-wrap {
  background-image: url(/img/specialty/img_specialty_mv_02.png);
}
.specialty-mv-wrap.infection .inner-wrap {
  background-image: url(/img/specialty/img_specialty_mv_03.png);
}
.specialty-mv-wrap.cancer .inner-wrap {
  background-image: url(/img/specialty/img_specialty_mv_04.png);
}
.specialty-mv-wrap.blood_plasma .inner-wrap {
  background-image: url(/img/specialty/img_specialty_mv_05.png);
}
.specialty-mv-wrap.allergy .inner-wrap {
  background-image: url(/img/specialty/img_specialty_mv_06.png);
}
.specialty-mv-wrap.other .inner-wrap {
  background-image: url(/img/specialty/img_specialty_mv_07.png);
}

/* specialty end */
/* related contents start */
.related-contents-section {
  padding-top: 67px;
}

.sort-labels-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.sort-labels-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  color: #59636B;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .sort-labels-btn {
    font-size: 1.6rem;
    padding: 9px 24px;
    border-radius: 40px;
  }
}
@media (any-hover: hover) {
  .sort-labels-btn:hover {
    color: #fff;
    background-color: #273C4B;
    box-decoration-break: #273C4B;
    box-shadow: none;
  }
}
.sort-labels-btn.active {
  color: #fff;
  background-color: #273C4B;
  box-decoration-break: #273C4B;
  box-shadow: none;
}
.sort-labels-btn.disabled {
  background-color: #BDBDBD;
  color: #fff;
  pointer-events: none;
}

.related-panel-list .item {
  width: 380px;
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  .related-panel-list {
    gap: 0;
  }
  .related-panel-list .item {
    width: 100%;
  }
  .related-panel-list.splide {
    padding-bottom: 0;
  }
  .related-panel-list .splide__arrow {
    bottom: -10px;
  }
}

.related-site-list {
  color: #273C4B;
}
.related-site-list .panel-ttl,
.related-site-list .panel-txt {
  min-height: auto;
}

.disease-related-panel {
  display: block;
  border-radius: 20px;
  overflow: clip;
  border: 1px solid rgba(168, 168, 168, 0.5);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  color: #273C4B;
  position: relative;
  min-height: 267px;
}
@media (any-hover: hover) {
  .disease-related-panel:hover {
    opacity: 0.7;
  }
}
.disease-related-panel.locked {
  pointer-events: none !important;
}
.disease-related-panel.locked::after {
  background: url(/common/img/icn_lock.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-left: 4px;
  margin-top: -0.15em;
  position: absolute;
  border-radius: 34px;
  right: 15px;
  top: 12px;
  margin: 0;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.13);
  z-index: 2;
}
.disease-related-panel .panel-img img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.disease-related-panel .panel-txt-wrap {
  padding: 15px 15px 17px;
  min-height: 135px;
}
@media screen and (max-width: 1080px) {
  .disease-related-panel .panel-txt-wrap {
    min-height: auto;
  }
}
.disease-related-panel .panel-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  height: 5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1080px) {
  .disease-related-panel .panel-ttl {
    font-size: 2rem;
    height: auto;
  }
}
.disease-related-panel .panel-txt {
  font-size: 1.6rem;
  line-height: 1.1875;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.4em;
}

.field-grid-wrap {
  display: grid;
  gap: 35px 15px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: stretch;
}
.field-grid-wrap li .field-icn {
  display: flex;
  flex-direction: column;
  background-color: #F5F5F5;
  padding: 50px 0;
  box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #273C4B;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (any-hover: hover) {
  .field-grid-wrap li .field-icn:hover {
    opacity: 0.7;
  }
}
.field-grid-wrap li .field-icn img {
  margin-inline: auto;
  width: 35px;
}
@media screen and (max-width: 1080px) {
  .field-grid-wrap li .field-icn {
    padding: 25px 0;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .field-grid-wrap li .field-icn img {
    margin-inline: 0;
  }
}
.field-grid-wrap li .field-link {
  display: flex;
  padding-left: 24px;
  background: url(/common/img/icn_triArrow.svg) no-repeat 0px center/14px auto;
  margin-top: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .field-grid-wrap li .field-link {
    padding: 15px 40px;
    background: url(/common/img/icn_triArrow.svg) no-repeat 17px center/14px auto;
    border: 1px #E3E3E3 solid;
    border-radius: 24px;
  }
}

@media screen and (max-width: 1080px) {
  .field-grid-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.related-tag-list {
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.related-tag-list > li {
  padding: 3px 7px;
  border-radius: 3px;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  color: #0F0F0F;
  border: 1px solid #0F0F0F;
}

/* related contents end */
/* popular contents start */
.popular-contents-section {
  padding: 30px 0 45px;
  background-color: rgba(13, 58, 157, 0.08);
}
.popular-contents-section .top-h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.popular-contents-section.disease-popular {
  background: none;
}
.popular-contents-section.disease-popular .popular-contents-wrap {
  max-width: 100%;
}
.popular-contents-section.disease-popular .popular-contents-wrap .contents-list-wrap .contents-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.popular-contents-section.disease-popular .popular-contents-wrap .contents-list-wrap .contents-list > li {
  grid-column: 2/3;
}
.popular-contents-section.disease-popular .popular-contents-wrap .contents-list-wrap .contents-list > li:first-child {
  grid-column: 1/2;
  grid-row: 1/4;
}
@media screen and (max-width: 1080px) {
  .popular-contents-section.disease-popular .popular-contents-wrap .contents-list-wrap .contents-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.popular-contents-section.disease-popular .popular-linkpanel .panel-txt-wrap {
  background-color: #F3F5FA;
}
@media screen and (min-width: 1081px) {
  .popular-contents-section.disease-popular .popular-linkpanel.row {
    flex-direction: column;
  }
  .popular-contents-section.disease-popular .popular-linkpanel.row .panel-img {
    width: 100%;
  }
}
@media screen and (min-width: 1331px) {
  .popular-contents-section.disease-popular .popular-linkpanel.row {
    flex-direction: row;
  }
  .popular-contents-section.disease-popular .popular-linkpanel.row .panel-img {
    width: 50%;
  }
}

.popular-contents-wrap {
  display: flex;
  gap: 24px;
  flex-direction: column;
  max-width: 780px;
  margin-inline: auto;
}
.popular-contents-wrap .contents-list-wrap {
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .popular-contents-wrap .contents-list-wrap {
    flex: none;
  }
}
.popular-contents-wrap .contents-list-wrap .contents-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popular-contents-wrap .contents-list-wrap .contents-list li.item.new {
  position: relative;
}
.popular-contents-wrap .contents-list-wrap .contents-list li.item.new::before {
  content: "NEW";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 10px;
  left: 8px;
  width: 50px;
  height: 20px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  background-color: #E60012;
  z-index: 1;
}
.popular-contents-wrap .contents-list-wrap .contents-list li.item:first-child .panel-img img {
  max-height: 200px;
}
.popular-contents-wrap .contents-list-wrap .contents-list li.item:first-child .panel-txt-wrap {
  min-height: 215px;
}
.popular-contents-wrap .popular-linkpanel {
  display: block;
  position: relative;
}
.popular-contents-wrap .popular-linkpanel.locked {
  pointer-events: none !important;
}
.popular-contents-wrap .popular-linkpanel.locked::after {
  background: url(/common/img/icn_lock.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-left: 4px;
  margin-top: -0.15em;
  position: absolute;
  left: 12px;
  top: 12px;
  margin: 0;
  z-index: 2;
}
.popular-contents-wrap .popular-linkpanel .panel-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popular-contents-wrap .popular-linkpanel .panel-img img {
  width: 100%;
}
.popular-contents-wrap .popular-linkpanel .panel-txt-wrap {
  padding: 30px;
  background-color: #fff;
}
.popular-contents-wrap .popular-linkpanel .panel-label {
  margin-bottom: 8px;
}
.popular-contents-wrap .popular-linkpanel .panel-label span {
  display: inline-block;
  border: 1px solid rgba(175, 175, 175, 0.2);
  border-radius: 20px;
  padding: 2px 20px 2px 36px;
  background-color: #fff;
  color: #273C4B;
  background: url(/common/img/icn_label_01.svg) no-repeat 11px center/15px auto;
}
.popular-contents-wrap .popular-linkpanel .panel-ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #273C4B;
  margin-bottom: 28px;
}
@media screen and (max-width: 1080px) {
  .popular-contents-wrap .popular-linkpanel .panel-ttl {
    margin-bottom: 8px;
  }
}
.popular-contents-wrap .popular-linkpanel .panel-txt {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.7em;
  font-size: 1.6rem;
  line-height: 1.35;
  color: #7C8A95;
}
.popular-contents-wrap .popular-linkpanel.row {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .popular-contents-wrap .popular-linkpanel.row {
    flex-direction: column;
  }
}
.popular-contents-wrap .popular-linkpanel.row .panel-img {
  overflow: hidden;
}
@media screen and (min-width: 1081px) {
  .popular-contents-wrap .popular-linkpanel.row .panel-img {
    width: 38%;
  }
}
.popular-contents-wrap .popular-linkpanel.row .panel-img img {
  min-width: 100%;
  max-height: 119px;
  object-fit: cover;
  height: auto;
  max-width: unset;
}
@media screen and (max-width: 1080px) {
  .popular-contents-wrap .popular-linkpanel.row .panel-img {
    flex: none;
    max-width: 100%;
  }
  .popular-contents-wrap .popular-linkpanel.row .panel-img img {
    position: static;
    transform: none;
  }
}
.popular-contents-wrap .popular-linkpanel.row .panel-txt-wrap {
  flex: 1;
  padding: 15px;
}
@media screen and (max-width: 1080px) {
  .popular-contents-wrap .popular-linkpanel.row .panel-txt-wrap {
    flex: none;
  }
}
.popular-contents-wrap .popular-linkpanel.row .panel-ttl {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media (any-hover: hover) {
  .popular-contents-wrap .popular-linkpanel:hover {
    opacity: 0.7;
  }
}

/* popular contents end */
/* products-grid start */
@media screen and (min-width: 1081px) {
  .products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 0;
  }
}
@media screen and (max-width: 1080px) {
  .products-grid {
    display: flex;
    flex-direction: column;
  }
}
.products-grid .product-item {
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  text-indent: 2rem;
}
.products-grid .product-item::before {
  content: "";
  background: url(/img/specialty/img_product_list_right.svg);
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 4px;
}
.products-grid .product-item a {
  color: #2d2d2d;
}

/* products-grid end */
/*  tool page start */
.sort-panel {
  margin-top: 25px;
  background-color: #f3f3f3;
  border-radius: 10px;
  overflow: clip;
}
.sort-panel .panel-ttl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px;
  color: #fff;
  background-color: #0D3A9D;
}
@media screen and (max-width: 1080px) {
  .sort-panel .panel-ttl {
    text-align: left;
    padding: 10px 20px;
  }
}
.sort-panel .panel-body {
  padding: 28px 35px;
}
@media screen and (max-width: 1080px) {
  .sort-panel .panel-body {
    padding: 28px 15px;
  }
}
.sort-panel .panel-body .row-list > li {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}
.sort-panel .panel-body .row-list > li + li {
  border-top: 1px dashed #273C4B;
}
.sort-panel .panel-body .row-list > li:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 1080px) {
  .sort-panel .panel-body .row-list > li {
    flex-direction: column;
  }
}
.sort-panel .panel-body .row-list > li.under-dod {
  border-bottom: 1px dashed #273C4B;
  margin-bottom: 20px;
}
.sort-panel .panel-body .row-list + .btn-wrap {
  margin-top: 0;
}
.sort-panel .panel-body .row-list .input-ttl {
  width: 124px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .sort-panel .panel-body .row-list .input-ttl {
    width: 100%;
  }
}
.sort-panel .panel-body .row-list .input-wrap {
  flex: 1;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .sort-panel .panel-body .row-list .input-wrap {
    flex: none;
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
}
.sort-panel .panel-body .row-list .input-wrap input[type=text] {
  min-width: 390px;
  max-width: 100%;
}
@media screen and (max-width: 1080px) {
  .sort-panel .panel-body .row-list .input-wrap input[type=text] {
    min-width: 100%;
    width: 100%;
  }
}
.sort-panel .panel-body .row-list .input-all {
  width: 154px;
}
@media screen and (max-width: 1080px) {
  .sort-panel .panel-body .row-list .input-all {
    width: 100%;
  }
}
.sort-panel .panel-body .row-list .input-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 10px;
  font-feature-settings: "palt";
}
.sort-panel .panel-body .row-list .input-list > li {
  width: calc((100% - 36px) / 4);
}
@media screen and (max-width: 1080px) {
  .sort-panel .panel-body .row-list .input-list > li {
    width: auto;
  }
}
.sort-panel .panel-body .row-list .input-list.col3 > li {
  width: calc((100% - 24px) / 3);
}
@media screen and (max-width: 1080px) {
  .sort-panel .panel-body .row-list .input-list.col3 > li {
    width: auto;
  }
}

.result-count {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .result-count {
    text-align: center;
  }
}
.result-count .current {
  font-size: 2rem;
  font-weight: bold;
}
.result-count .all {
  margin-left: 5px;
}
.result-count data {
  margin-right: 5px;
}
.result-count data ~ data {
  margin-left: 5px;
}

.pager {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}
.pager ul > li {
  margin: 0 3px;
}
.pager ul > li.omit {
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .pager ul > li.omit {
    width: 32px;
    margin: 0;
  }
}
.pager ul > li.next a, .pager ul > li.prev a {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #0D3A9D;
}
@media (any-hover: hover) {
  .pager ul > li.next a:hover, .pager ul > li.prev a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .pager ul > li.next a, .pager ul > li.prev a {
    width: 35px;
    height: 35px;
  }
}
.pager ul > li.next.disabled a, .pager ul > li.prev.disabled a {
  background: #EEEEEE;
  pointer-events: none;
}
.pager ul > li.prev {
  margin-right: 10px;
  margin-left: 0;
}
.pager ul > li.next {
  margin-right: 0;
  margin-left: 10px;
}
@media screen and (max-width: 1080px) {
  .pager ul > li.next {
    margin-right: 0;
  }
}
.pager ul > li.next a {
  transform: scaleX(-1);
}
.pager ul > li a {
  color: #273C4B;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #EEEEEE;
  border-radius: 2px;
}
@media (any-hover: hover) {
  .pager ul > li a:hover {
    background-color: #0D3A9D;
    color: #fff;
  }
}
.pager ul > li .cur {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: #0D3A9D;
  color: #fff;
}

* + .pager {
  margin-top: 60px;
}

.dl-panel-list {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.dl-panel-list > .item {
  width: calc(25% - 15px);
}
.dl-panel-list.col3 > .item {
  width: calc((100% - 40px) / 3);
}
.dl-panel-list .dl-panel {
  border: 1px solid #E3E3E3;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  background-color: #FDFEFF;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dl-panel-list .dl-panel .panel-img {
  width: 130px;
  height: 120px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.dl-panel-list .dl-panel .panel-img.ver-lg {
  width: 100%;
  height: auto;
  aspect-ratio: 278/189;
}
.dl-panel-list .dl-panel .panel-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.dl-panel-list .dl-panel .panel-txt {
  text-align: center;
  min-height: 50px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dl-panel-list .dl-panel .panel-txt:not(:first-of-type) {
  margin-top: 10px;
}
.dl-panel-list .dl-panel .panel-txt + .panel-img {
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .dl-panel-list .dl-panel .panel-txt {
    word-break: auto-phrase;
  }
}
.dl-panel-list .dl-panel .btn-wrap {
  margin-top: 8px;
}
.dl-panel-list .dl-panel .txt-link-wrap {
  text-align: center;
  margin-top: 10px;
}
.dl-panel-list .dl-panel .txt-link {
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  .dl-panel-list.sp-vertical-ver {
    flex-direction: column;
    align-items: center;
  }
  .dl-panel-list.sp-vertical-ver > .item {
    width: 100%;
    max-width: 256px;
  }
  .dl-panel-list.sp-vertical-ver.col3 > .item {
    width: 269px;
  }
}

.anime-panel-list {
  padding: 0 50px;
}
@media screen and (max-width: 1080px) {
  .anime-panel-list {
    padding: 0;
  }
}
.anime-panel-list .dl-panel {
  background-color: #fff;
  box-shadow: none;
}
.anime-panel-list .dl-panel .panel-txt {
  text-align: left;
}

@media screen and (max-width: 1080px) {
  .sp-pickup-scroll {
    overflow: hidden;
    margin-right: -10px;
  }
  .sp-pickup-scroll .dl-panel-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .sp-pickup-scroll .dl-panel-list::-webkit-scrollbar {
    height: 10px;
  }
  .sp-pickup-scroll .dl-panel-list::-webkit-scrollbar-track {
    background: #F5F5F5;
  }
  .sp-pickup-scroll .dl-panel-list::-webkit-scrollbar-thumb {
    background: rgba(154, 173, 186, 0.5);
    border-radius: 10px;
  }
  .sp-pickup-scroll .dl-panel-list > .item {
    width: 241px;
  }
}
.tool-tab-wrap .tab-ttl-list {
  gap: 10px;
}
@media screen and (max-width: 1080px) {
  .tool-tab-wrap .tab-ttl-list {
    flex-direction: row;
    gap: 20px;
  }
}
.tool-tab-wrap .tab-ttl-list > li {
  height: auto;
  min-height: 48px;
}
.tool-tab-wrap .tab-ttl-list > li:nth-of-type(1) .tab-ttl {
  border-bottom-color: #2B4B92;
}
.tool-tab-wrap .tab-ttl-list > li:nth-of-type(1) .tab-ttl.cur {
  background-color: #2B4B92;
}
.tool-tab-wrap .tab-ttl-list > li:nth-of-type(2) .tab-ttl {
  border-bottom-color: #D01C1C;
}
.tool-tab-wrap .tab-ttl-list > li:nth-of-type(2) .tab-ttl.cur {
  background-color: #D01C1C;
}
.tool-tab-wrap .tab-ttl-list > li:nth-of-type(3) .tab-ttl {
  border-bottom-color: #50B697;
}
.tool-tab-wrap .tab-ttl-list > li:nth-of-type(3) .tab-ttl.cur {
  background-color: #50B697;
}
@media screen and (max-width: 1080px) {
  .tool-tab-wrap .tab-ttl-list > li {
    width: calc((100% - 40px) / 3);
    min-height: 66px;
  }
}
.tool-tab-wrap .tab-ttl {
  font-size: 1.4rem;
  padding: 6px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  height: 100%;
}
.tool-tab-wrap .tab-ttl.cur {
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .tool-tab-wrap .tab-ttl {
    text-align: center;
  }
}
.tool-tab-wrap .tab-content-wrap {
  background-color: rgba(13, 58, 157, 0.02);
  border: 1px solid #C4C4C4;
  padding: 40px;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 1080px) {
  .tool-tab-wrap .tab-content-wrap {
    padding: 40px 20px;
  }
  .tool-tab-wrap .tab-content-wrap .tab-content {
    padding-top: 0;
  }
  .tool-tab-wrap .tab-content-wrap * + .h3ttl {
    margin-top: 55px;
  }
}

.tab-btm-links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.tab-btm-links .tab-btm-link {
  color: #273C4B;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}
.tab-btm-links .tab-btm-link.tab-01 {
  background-color: rgba(43, 75, 146, 0.5);
}
.tab-btm-links .tab-btm-link.tab-02 {
  background-color: rgba(208, 28, 28, 0.5);
}
.tab-btm-links .tab-btm-link.tab-03 {
  background-color: rgba(80, 182, 151, 0.5);
}
.tab-btm-links .tab-btm-link.cur {
  background-color: #DEDEDE;
  color: #fff;
}

.materials-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 70px) * 1 / 3));
  gap: 53px 35px;
  margin: 45px 0 60px;
}
.materials-wrap a {
  color: #273C4B;
}
@media (any-hover: hover) {
  .materials-wrap a:hover {
    opacity: 0.7;
  }
}
.materials-wrap a .material-block {
  height: 100%;
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 5px;
  border-top: 5px solid #0D3A9D;
  box-shadow: 2px;
}
.materials-wrap a .material-block .m-h4 {
  padding: 15px 0;
  font-size: 2rem;
  color: #0D3A9D;
  font-weight: bold;
  text-align: center;
}
.materials-wrap a .material-block .m-txt {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .materials-wrap {
    display: flex;
    flex-direction: column;
    padding: 0 18px;
    gap: 20px;
  }
  .materials-wrap .material-block {
    width: 100%;
    height: 260px;
  }
}

.keijiban-explanation {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}
.keijiban-explanation h3 {
  color: #0D3A9D;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 45px 0 30px;
}

.create-btn-flx {
  display: flex;
  gap: 35px;
  padding: 10px 0 35px;
}
.create-btn-flx .create-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  width: calc((100% - 35px) / 2);
}
@media screen and (max-width: 1080px) {
  .create-btn-flx .create-btn-wrap {
    width: 100%;
  }
}
.create-btn-flx .create-btn-wrap a {
  border-radius: 10px;
  overflow: hidden;
}
.create-btn-flx .create-btn-wrap a[href*=".pdf"]::after {
  background: url(/common/img/icn_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
}
.create-btn-flx .create-btn-wrap .create-box {
  display: block;
  width: 100%;
  padding: 10px 20px 20px;
  border-top: 5px solid #0D3A9D;
  background-color: #F5F5F5;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  min-height: 290px;
  box-shadow: 2px 2px 4px #E3E3E3;
}
.create-btn-flx .create-btn-wrap .create-box .img-box {
  width: 100%;
  height: 188px;
  display: block;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.create-btn-flx .create-btn-wrap .create-box img {
  max-width: 100%;
  max-height: 100%;
}
.create-btn-flx .create-btn-wrap .create-box:hover {
  opacity: 0.7;
}
.create-btn-flx .create-btn-wrap .create-box .txt {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 42px;
  color: #0D3A9D;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .create-btn-flx {
    flex-direction: column;
  }
}

.keijiban-help-link {
  font-size: 1.4rem;
}

.recommend-environment-wrap {
  max-width: 863px;
  margin-bottom: 5px;
  font-size: 1.6rem;
  padding: 25px 50px;
  margin: 0 26px 80px 60px;
  margin-inline: auto;
  border: 1px solid #E3E3E3;
}
.recommend-environment-wrap .tit {
  font-size: 2rem;
  font-weight: bold;
}
.recommend-environment-wrap .recommend-browser {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
.recommend-environment-wrap .tit {
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .recommend-environment-wrap .tit {
    text-align: left;
  }
}
@media screen and (max-width: 1080px) {
  .recommend-environment-wrap {
    padding: 25px 18px;
    margin: 35px 10px 60px;
    max-width: 100%;
  }
}

/*  tool page end */
/*  news start */
.faq-consent-wrap {
  opacity: 0;
  align-content: center;
  background-color: rgba(38, 38, 38, 0.6);
  position: fixed;
  inset: 0;
  z-index: 99;
  padding: 14px;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}
.faq-consent-wrap .faq-consent-box {
  max-width: 840px;
  margin-inline: auto;
  padding: 35px 70px;
  background-color: #fff;
  border-radius: 10px;
}
.faq-consent-wrap .faq-consent-box .consent-btn-wrap {
  margin-top: 40px;
  display: flex;
  gap: 25px;
  justify-content: center;
}
.faq-consent-wrap .faq-consent-box .consent-btn-wrap .consent-btn {
  padding: 13px 45px;
  background-color: #0D3A9D;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  font-size: 1.6rem;
}
@media (any-hover: hover) {
  .faq-consent-wrap .faq-consent-box .consent-btn-wrap .consent-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .faq-consent-wrap .faq-consent-box .consent-btn-wrap .consent-btn {
    padding: 19px;
    width: 50%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .faq-consent-wrap .faq-consent-box .consent-btn-wrap {
    margin-top: 20px;
  }
}
.faq-consent-wrap .faq-consent-box .num-list {
  padding-left: 16px;
  font-size: 1.6rem;
}
.faq-consent-wrap .faq-consent-box .num-list li {
  list-style: decimal;
}
.faq-consent-wrap .faq-consent-box .consent-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1080px) {
  .faq-consent-wrap .faq-consent-box .consent-txt {
    font-size: 1.4rem;
  }
}
.faq-consent-wrap .faq-consent-box .consent-txt .txt-link {
  font-weight: bold;
}
.faq-consent-wrap .faq-consent-box .info-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1080px) {
  .faq-consent-wrap .faq-consent-box {
    padding: 45px 30px;
    height: 80%;
    overflow: scroll;
  }
}
.faq-consent-wrap.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1080px) {
  .faq-consent-wrap.is-show {
    overflow-y: scroll;
  }
}

.news-search-wrap form {
  display: flex;
  justify-content: center;
}
.news-search-wrap .news-search {
  display: flex;
  max-width: 530px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .news-search-wrap .news-search {
    padding: 0 10px;
    flex-direction: column;
    gap: 15px;
  }
}
.news-search-wrap .news-search .form-wrap {
  background: #F0F0F0;
  border-radius: 6px 0 0 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .news-search-wrap .news-search .form-wrap {
    border-radius: 9999px;
    height: 50px;
    flex: unset;
  }
}
.news-search-wrap .news-search .search-icn {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-42%);
  width: 16px;
  height: 16px;
}
.news-search-wrap .news-search .icn {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 0;
}
.news-search-wrap .news-search .icn img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .news-search-wrap .news-search .icn {
    width: 18px;
    height: 18px;
  }
}
.news-search-wrap .news-search input[type=text] {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
  flex: 1;
  padding-left: 14px;
  width: 100%;
  height: 100%;
}
.news-search-wrap .news-search input[type=text].use-icn {
  padding-left: 40px;
}
.news-search-wrap .news-search input[type=submit] {
  background: #0D3A9D;
  border: none;
  border-radius: 0 6px 6px 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  width: 76px;
  height: 36px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .news-search-wrap .news-search input[type=submit]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .news-search-wrap .news-search input[type=submit] {
    border-radius: 4px;
    width: 100%;
  }
}

.year-select {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.year-select > li {
  width: 90px;
}
.year-select button {
  background: #BDBDBD;
  border: 1px solid #E3E3E3;
  border-radius: 999px;
  box-shadow: 1px 2px 3px rgba(90, 90, 90, 0.25);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  height: 30px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .year-select button:hover {
    background: #0D3A9D;
    border-color: #0D3A9D;
  }
}
.year-select button.cur {
  background: #0D3A9D;
  border-color: #0D3A9D;
  box-shadow: none;
}
@media screen and (max-width: 1080px) {
  .year-select {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .year-select > li {
    width: calc((100% - 20px) / 3);
  }
  .year-select button {
    font-size: 1.6rem;
    height: 43px;
  }
}

.view-count {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.view-count .ttl {
  font-size: 1.6rem;
}
.view-count .view-select-list {
  border-radius: 6px;
  display: flex;
  gap: 1px;
  overflow: hidden;
}
.view-count .view-select-list button {
  background: #F5F5F5;
  color: #C4C4C4;
  display: inline-flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0 16px;
  height: 28px;
  transition: all 0.3s ease;
}
.view-count .view-select-list button.cur {
  background: #273C4B;
  color: #fff;
}
@media (any-hover: hover) {
  .view-count .view-select-list button:hover {
    background: #273C4B;
    color: #fff;
  }
}
@media screen and (max-width: 1080px) {
  .view-count {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .view-count .view-select-list {
    width: 100%;
  }
  .view-count .view-select-list > li {
    flex: 1;
  }
  .view-count .view-select-list button {
    justify-content: center;
    height: 36px;
    width: 100%;
  }
}

.news-list-tab .tab-content-wrap .tab-content {
  padding-top: 64px;
}
@media screen and (max-width: 1080px) {
  .news-list-tab .tab-content-wrap .tab-content {
    padding-top: 48px;
  }
}

.page-overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: opacity 0.3s ease;
}
.page-overlay.is-show {
  opacity: 1;
  pointer-events: auto;
}

.news-modal {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 500px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  width: calc(100% - 32px);
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.news-modal.is-show {
  opacity: 1;
  pointer-events: auto;
}
.news-modal .news-modal-inner {
  padding: 45px 70px 20px;
}
@media screen and (max-width: 1080px) {
  .news-modal .news-modal-inner {
    padding: 24px 16px;
  }
}
.news-modal .product-modal-inner {
  padding: 20px;
}
.news-modal .product-modal-inner .inr-img-wrap {
  overflow: hidden;
  width: 460px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-modal .product-modal-inner .inr-img-wrap img {
  width: 100%;
  max-width: unset;
  max-height: unset;
}
.news-modal .h3ttl {
  margin-bottom: 16px;
}
.news-modal .news-link-list {
  display: block grid;
  grid-template-columns: max-content 1fr;
  gap: 5px;
  font-size: 1.6rem;
  margin-top: 24px;
}
.news-modal .news-link-list > li {
  display: block grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
}
.news-modal .news-link-list .link {
  padding-left: 1em;
  text-indent: -1em;
}
.news-modal .news-link-list .link a {
  color: #0D3A9D;
  font-weight: bold;
  word-break: break-all;
  text-indent: 0;
}
.news-modal .close-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}
@media screen and (max-width: 1080px) {
  .news-modal .close-btn-wrap {
    margin-top: 32px;
  }
}
.news-modal .close-btn-wrap .news-modal-close {
  background: #0D3A9D;
  color: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 170px;
  height: 47px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .news-modal .close-btn-wrap .news-modal-close:hover {
    opacity: 0.7;
  }
}
.news-modal .medical-book-mark-wrap {
  padding: 45px 70px 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1080px) {
  .news-modal .medical-book-mark-wrap {
    padding: 24px 16px;
  }
}
.news-modal .medical-book-mark-wrap .lang-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}
.news-modal .medical-book-mark-wrap .lang-btn-wrap .jp-btn, .news-modal .medical-book-mark-wrap .lang-btn-wrap .en-btn {
  text-align: center;
  padding: 13px 80px;
  background-color: #0D3A9D;
  color: #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
@media (any-hover: hover) {
  .news-modal .medical-book-mark-wrap .lang-btn-wrap .jp-btn:hover, .news-modal .medical-book-mark-wrap .lang-btn-wrap .en-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .news-modal .medical-book-mark-wrap .lang-btn-wrap {
    flex-direction: column;
  }
}
.news-modal .medical-book-mark-wrap .close-btn-wrap button {
  background-color: #fff;
  color: #273C4B;
}
.news-modal .medical-book-mark-wrap .close-btn-wrap button::before {
  content: "";
  background: url(/common/img/icn_close.svg);
  width: 13px;
  height: 13px;
}
.news-modal.size-s .product-modal-inner {
  text-align: center;
}
.news-modal.size-s img {
  max-width: 350px;
  max-height: 350px;
}
.news-modal.top-code-list-modal, .news-modal.page-product-code-list-modal {
  max-width: 660px;
}
.news-modal.top-code-list-modal .top-code-list,
.news-modal.top-code-list-modal .page-product-code-list, .news-modal.page-product-code-list-modal .top-code-list,
.news-modal.page-product-code-list-modal .page-product-code-list {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.news-modal.top-code-list-modal .top-code-list li,
.news-modal.top-code-list-modal .page-product-code-list li, .news-modal.page-product-code-list-modal .top-code-list li,
.news-modal.page-product-code-list-modal .page-product-code-list li {
  padding: 15px;
  font-size: 3.2rem;
  background-color: rgba(13, 58, 157, 0.08);
  width: calc((100% - 25px) / 2);
  max-width: 248px;
  font-weight: 700;
  border: 1px #E3E3E3 solid;
  border-radius: 6px;
  transition: background-color 0.6s;
}
.news-modal.top-code-list-modal .top-code-list li a,
.news-modal.top-code-list-modal .page-product-code-list li a, .news-modal.page-product-code-list-modal .top-code-list li a,
.news-modal.page-product-code-list-modal .page-product-code-list li a {
  display: flex;
  justify-content: space-between;
  gap: 15%;
  vertical-align: middle;
}
.news-modal.top-code-list-modal .top-code-list li a img,
.news-modal.top-code-list-modal .page-product-code-list li a img, .news-modal.page-product-code-list-modal .top-code-list li a img,
.news-modal.page-product-code-list-modal .page-product-code-list li a img {
  max-width: 44px;
}
.news-modal.top-code-list-modal .top-code-list li:hover,
.news-modal.top-code-list-modal .page-product-code-list li:hover, .news-modal.page-product-code-list-modal .top-code-list li:hover,
.news-modal.page-product-code-list-modal .page-product-code-list li:hover {
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  .news-modal.top-code-list-modal .top-code-list,
  .news-modal.top-code-list-modal .page-product-code-list, .news-modal.page-product-code-list-modal .top-code-list,
  .news-modal.page-product-code-list-modal .page-product-code-list {
    flex-direction: column;
  }
  .news-modal.top-code-list-modal .top-code-list li,
  .news-modal.top-code-list-modal .page-product-code-list li, .news-modal.page-product-code-list-modal .top-code-list li,
  .news-modal.page-product-code-list-modal .page-product-code-list li {
    margin-inline: auto;
    width: 100%;
  }
}

/*  news end */
/*  inquiry start */
.inquiry-box {
  background: #F5F5F5;
  margin-top: 40px;
  padding: 35px;
  text-align: center;
}
.inquiry-box .company-name {
  font-size: 2.4rem;
  font-weight: bold;
}
.inquiry-box .counter-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
}
.inquiry-box .email {
  margin-top: 20px;
}
.inquiry-box .email a {
  color: #0D3A9D;
  font-size: 3.2rem;
  font-weight: bold;
}
.inquiry-box .notes {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .inquiry-box {
    padding: 30px 10px;
  }
  .inquiry-box .company-name {
    font-size: 2rem;
  }
  .inquiry-box .counter-name {
    font-size: 1.4rem;
  }
  .inquiry-box .email {
    margin-top: 10px;
  }
  .inquiry-box .email a {
    font-size: 2rem;
  }
  .inquiry-box .notes {
    margin-top: 10px;
  }
}

.contact-list {
  padding-left: 26px;
}
.contact-list li {
  list-style: disc;
}

.medical-inquiry .fix-contact-panel {
  display: none !important;
}

/*  inquiry end */
/* faq start */
body.is-fixed {
  position: fixed;
  overflow: hidden;
}

.q-icon-list {
  padding-left: 55px;
  position: relative;
  transition: background-color 0.3s;
}
.q-icon-list a::before {
  content: "";
  background-image: url(/common/img/icn_question.svg);
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}

.faq-back-btn {
  padding: 17px 17px 17px 35px;
  border: 1px #0D3A9D solid;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.faq-back-btn::before {
  content: "";
  background: url(/common/img/icn_arrow_navy_strong.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
}

.faq-caution {
  padding: 35px 0;
}
.faq-caution .tit {
  color: #E60012;
  font-weight: bold;
  display: inline-block;
}
.faq-caution .icn-popup {
  cursor: pointer;
  vertical-align: top;
  height: 10px;
  display: inline-block;
}
.faq-caution .icn-popup img {
  vertical-align: top;
}
.faq-caution .blue-txt {
  color: #0D3A9D;
  font-weight: bold;
}

.faq-result-wrap {
  margin-bottom: 104px;
}
.faq-result-wrap .result-q-box {
  background-color: rgba(13, 58, 157, 0.0784313725);
  color: #0D3A9D;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-result-wrap .result-q-box .result-q-txt {
  font-weight: bold;
  padding-left: 45px;
  position: relative;
  font-size: 2rem;
}
.faq-result-wrap .result-q-box .result-q-txt::before {
  content: "";
  background-image: url(/common/img/icn_question.svg);
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.faq-result-wrap .result-q-box .date-txt {
  text-align: right;
  border-bottom: #EDEDED 1px solid;
}
.faq-result-wrap .result-a-box {
  margin: 45px 0 0;
}
.faq-result-wrap .result-a-box .result-a-tag {
  color: #808080;
  border: #EFEFEF 1px solid;
  padding: 5px 13px;
  display: inline-block;
  border-radius: 3px;
  position: relative;
  margin: 0 0 35px 58px;
}
.faq-result-wrap .result-a-box .result-a-tag::before {
  content: "";
  background: url(/common/img/icn_answer.svg);
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translate(0, -50%);
}
.faq-result-wrap .result-a-box .txt-content, .faq-result-wrap .result-a-box figure {
  margin-bottom: 1.5rem;
}
.faq-result-wrap .result-a-box .txt-indent {
  padding-left: 1em;
}
.faq-result-wrap .result-a-box .txt-list-content li {
  text-indent: -1rem;
  padding-left: 1rem;
}
.faq-result-wrap .result-a-box p a {
  font-weight: bold;
}
.faq-result-wrap .result-a-box p.nml-txt {
  font-size: 1.4rem;
  margin-top: 3rem;
}
.faq-result-wrap .result-a-box p.nml-txt a {
  font-weight: normal;
}
.faq-result-wrap a[target=_blank]::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin-left: 4px;
  margin-top: -0.15em;
}
.faq-result-wrap a[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.faq-result-wrap a[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.faq-result-wrap a[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.faq-result-wrap a[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.faq-result-wrap a[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.faq-result-wrap a[href*=".pdf"]::after {
  background: url(/common/img/icn_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
}
.faq-result-wrap .txt-content, .faq-result-wrap figure {
  margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
  .faq-result-wrap .result-a-box {
    margin: 45px 10px 35px 10px;
  }
}

.img-wrap {
  margin: 20px 0;
}

.faq-modal {
  padding: 35px 70px;
}
@media screen and (max-width: 1080px) {
  .faq-modal {
    padding: 42px 30px;
  }
}
.faq-modal .num-list {
  padding-left: 16px;
  font-size: 1.6rem;
}
.faq-modal .num-list li {
  list-style: decimal;
}

.faq-modal-inner {
  max-width: 840px;
}

.result-switch-area {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.result-switch-area .result-switch-wrap {
  display: flex;
  gap: 1px;
  font-size: 13px;
}
.result-switch-area .result-switch-wrap li:first-child button {
  border-radius: 6px 0 0 6px;
}
.result-switch-area .result-switch-wrap li:last-child button {
  border-radius: 0 6px 6px 0;
}
.result-switch-area .result-switch-wrap button {
  padding: 5px 16px;
  background-color: #F5F5F5;
  color: #C4C4C4;
}
.result-switch-area .result-switch-wrap button.is-clicked {
  background-color: #273C4B;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .result-switch-area {
    flex-direction: column;
    gap: 8px;
  }
}
.product-name-txt {
  color: #0D3A9D;
  font-weight: bold;
}

.result-sort-area {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: end;
}
.result-sort-area .view-product-number {
  font-size: 2rem;
  font-weight: bold;
}
.result-sort-area .sort-wrap {
  display: flex;
}
.result-sort-area .sort-wrap .sort-btn-wrap {
  position: relative;
}
.result-sort-area .sort-wrap .sort-btn-wrap button {
  padding: 0 9px;
}
.result-sort-area .sort-wrap .sort-btn-wrap button.is-clicked {
  color: #0D3A9D;
  text-decoration: underline;
  font-weight: bold;
}
.result-sort-area .sort-wrap .sort-btn-wrap::after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 50%;
  background-color: #000;
}

.result-list-wrap {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.result-list-wrap .result-content-box {
  border: #E3E3E3 solid 1px;
  padding: 20px;
  display: flex;
  gap: 20px;
  border-radius: 6px;
  transition: 0.2s;
}
.result-list-wrap .result-content-box .result-content-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  word-break: break-all;
  flex: 1;
}
.result-list-wrap .result-content-box .result-content-txt h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #0D3A9D;
  font-weight: bold;
}
.result-list-wrap .result-content-box .result-content-txt p {
  margin-top: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.result-list-wrap .result-content-box .result-content-txt a {
  color: #808080;
}
.result-list-wrap .result-content-box .result-img-wrap {
  max-width: 200px;
}
@media screen and (max-width: 1080px) {
  .result-list-wrap .result-content-box .result-content-txt p {
    margin-top: 16px;
  }
  .result-list-wrap .result-content-box .result-img-wrap {
    align-items: center;
  }
  .result-list-wrap .result-content-box .result-img-wrap img {
    width: 80px;
  }
}
@media (any-hover: hover) {
  .result-list-wrap .result-content-box:hover {
    box-shadow: 0px 2px 6px 4px rgba(0, 0, 0, 0.103);
  }
}

/* faq end */
/* blending-change start  */
.required {
  display: flex;
  align-items: center;
}
.required::after {
  content: "必須";
  font-size: 12px;
  text-align: center;
  width: 50px;
  border-radius: 15px;
  padding: 1px 10px;
  background-color: #E30000;
  color: #fff;
  background-position: 10%;
  margin-left: 15px;
}
@media screen and (max-width: 1080px) {
  .required::after {
    width: 60px;
  }
}

.red-txt {
  color: #E60012;
}

input.input-bd {
  width: 40%;
  border: 1px solid #C4C4C4;
  margin-top: 10px;
}
input.input-bd.js-input-label {
  cursor: not-allowed;
}
input.input-bd.js-input-label.active {
  cursor: text;
}
input.input-bd + .nml-txt {
  margin-top: 10px;
}

.filter-select-wrap {
  width: 100%;
  border: none;
}
.filter-select-wrap .select-box {
  width: fit-content;
  position: relative;
}
.filter-select-wrap .select-box select {
  color: #C4C4C4;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  width: 500px;
  padding: 8px 9px;
}
.filter-select-wrap .select-box select option {
  color: #273C4B;
}
@media screen and (max-width: 1080px) {
  .filter-select-wrap .select-box select {
    width: calc(100vw - 20px);
  }
}
.filter-select-wrap .select-box::after {
  content: "";
  background-image: url(/common/img/icon_triangle_gray.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 9px;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 10px;
  pointer-events: none;
}
.filter-select-wrap .select-box.lotsearch-select-box select {
  width: fit-content;
  padding: 8px 18px 8px 9px;
  max-width: 100%;
}
@media screen and (max-width: 1080px) {
  .filter-select-wrap .select-box.lotsearch-select-box select {
    width: 100%;
  }
}
.filter-select-wrap .select-box.lotsearch-select-box::after {
  content: "";
  background-image: url(/common/img/icon_triangle_gray.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 9px;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 3px;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .filter-select-wrap .select-box {
    width: 100%;
  }
}

.filter-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  height: 43px;
  align-items: center;
}
.filter-btn-wrap .filter-reset-btn,
.filter-btn-wrap .filter-search-btn {
  text-align: center;
  align-items: center;
}
.filter-btn-wrap .filter-reset-btn {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  color: #273C4B;
  padding: 12px 35px;
}
.filter-btn-wrap .filter-reset-btn:hover {
  background-color: rgba(13, 58, 157, 0.08);
}
.filter-btn-wrap .filter-reset-btn::before {
  content: "";
  background-image: url(/common/img/icn_reset.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  width: 25px;
  height: 18px;
}
@media screen and (max-width: 1080px) {
  .filter-btn-wrap .filter-reset-btn {
    width: 300px;
  }
}
.filter-btn-wrap .filter-search-btn {
  background-color: #0D3A9D;
  color: #fff;
  border-radius: 6px;
  font-size: 1.6rem;
  padding: 12px 65px;
  width: 300px;
}
.filter-btn-wrap .lot-search-btn,
.filter-btn-wrap .blending-search-btn {
  background-color: #B9BBC8;
  color: #808080;
  pointer-events: none;
  max-width: 165px;
}
@media (any-hover: hover) {
  .filter-btn-wrap .lot-search-btn:hover,
  .filter-btn-wrap .blending-search-btn:hover {
    opacity: 0.7;
  }
}
.filter-btn-wrap .lot-search-btn.active,
.filter-btn-wrap .blending-search-btn.active {
  pointer-events: painted;
  background-color: #0D3A9D;
  color: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1080px) {
  .filter-btn-wrap .lot-search-btn,
  .filter-btn-wrap .blending-search-btn {
    max-width: 300px;
  }
}

.result-table-box {
  display: none;
}
.result-table-box .result-num {
  font-size: 2rem;
  font-weight: bold;
}
.result-table-box.is-show {
  display: block;
}
@media screen and (min-width: 1081px) {
  .result-table-box .result-table tr:nth-of-type(even) td {
    background-color: #f3f3f3;
  }
}
.result-table-box .result-table .material-box {
  display: flex;
}
.result-table-box .result-table .material-box a {
  align-content: center;
}
.result-table-box .result-table .material-box a .cell-pdf {
  display: block;
  width: 27px;
}
@media screen and (max-width: 1080px) {
  .result-table-box .result-table .sp-bg-gray {
    background-color: rgba(154, 173, 186, 0.25);
  }
  .result-table-box .result-table .sp-bg-white {
    background-color: #feffff;
  }
}
@media screen and (max-width: 1080px) {
  .result-table-box colgroup {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .result-table-box .table-wrap .result-table thead {
    position: sticky;
    top: 42px;
    display: block;
    font-weight: bold;
  }
  .result-table-box .table-wrap .result-table thead tr {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .result-table-box .table-wrap .result-table thead tr .sp-cell-full {
    grid-column: 1/-1;
  }
  .result-table-box .table-wrap .result-table thead tr .sp-cell-mid {
    grid-row: 2/3;
  }
  .result-table-box .table-wrap .result-table thead tr .sp-cell-full-low {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
  .result-table-box .table-wrap .result-table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: 1/-1;
  }
  .result-table-box .table-wrap .result-table tbody tr td {
    background-color: #F3F3F3;
  }
  .result-table-box .table-wrap .result-table tbody tr .sp-cell-full {
    grid-column: 1/-1;
  }
  .result-table-box .table-wrap .result-table tbody tr .sp-cell-mid {
    grid-row: 2/3;
  }
  .result-table-box .table-wrap .result-table tbody tr .sp-cell-full-low {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
  .result-table-box .table-wrap .result-table tbody.lotsearch-tbody tr {
    margin-bottom: 20px;
  }
  .result-table-box .table-wrap .bc-sp-table-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .result-table-box .table-wrap .bc-sp-table-wrap tr:nth-of-type(2) td {
    font-weight: bold;
  }
  .result-table-box .table-wrap .bc-sp-table-wrap tr td {
    background-color: #F3F3F3;
  }
  .result-table-box .table-wrap .bc-sp-table-wrap tr th {
    font-weight: bold;
  }
  .result-table-box .table-wrap .bc-sp-table-wrap tr.bc-3col th, .result-table-box .table-wrap .bc-sp-table-wrap tr.bc-3col td {
    width: 33%;
  }
}
@media screen and (max-width: 1080px) {
  .filter-btn-wrap {
    flex-direction: column;
    gap: 15px;
  }
  .filter-btn-wrap .blending-search-btn {
    width: 300px;
    margin-inline: auto;
  }
  .filter-btn-wrap .sort-resset-btn {
    width: 300px;
    margin-inline: auto;
  }
  input.input-bd {
    width: 100%;
  }
}
.gray-txt {
  color: #808080;
}

.js-arrow-wrap {
  margin: 28px 0;
  text-align: center;
}
.js-arrow-wrap img {
  transform: rotate(90deg);
  width: 21px;
}

.js-row-wrap,
.js-initial-list,
.js-select-wrap {
  display: none;
}
.js-row-wrap.is-clicked,
.js-initial-list.is-clicked,
.js-select-wrap.is-clicked {
  display: grid;
}

.js-result-lotsearch-table-wrap {
  display: none;
}
.js-result-lotsearch-table-wrap.active {
  display: block;
}

/* blending-change end */
/* lotsearch start */
.search-caution-wrap {
  padding: 24px;
  border: 1px solid #E3E3E3;
}
.search-caution-wrap .search-caution-ttl {
  color: #E60012;
}
.search-caution-wrap ul {
  padding-left: 7px;
}
.search-caution-wrap ul li {
  font-size: 1.6rem;
  list-style: inside;
  padding-left: 24px;
  text-indent: -24px;
}

/* lotsearch end */
/* lower page start */
.lower-content-wrap {
  display: flex;
  gap: 45px;
  padding: 0 90px;
}
.lower-content-wrap img {
  max-width: 350px;
  width: 100%;
  height: fit-content;
}
@media screen and (max-width: 1080px) {
  .lower-content-wrap {
    flex-direction: column;
  }
  .lower-content-wrap img {
    width: 100%;
  }
}

.good-btn-wrap-r-set {
  display: flex;
  justify-content: right;
}
.good-btn-wrap-r-set .good-btn-wrap {
  display: flex;
  gap: 6px;
  padding: 5px 14px;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  align-items: center;
}
.good-btn-wrap-r-set .good-btn-wrap img {
  width: 14px;
}
@media screen and (max-width: 1080px) {
  .good-btn-wrap-r-set {
    margin-top: 20px;
  }
}

.lower-anchor-wrap {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}
.lower-anchor-wrap .anchor-btn {
  padding: 8px 20px;
  background-color: #F5F5F5;
  color: #0D3A9D;
  display: flex;
  gap: 15px;
  align-items: center;
}
.lower-anchor-wrap .anchor-btn::after {
  content: "";
  background-image: url(/common/img/icn_anchor_arrow.svg);
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1080px) {
  .lower-anchor-wrap {
    flex-direction: column;
  }
}

.lower-txt-content {
  margin-bottom: 45px;
}
.lower-txt-content .h4ttl {
  color: #0D3A9D;
  font-weight: bold;
}
.lower-txt-content .video-image-dl-wrap {
  margin-top: 35px;
  display: flex;
  gap: 24px;
}
.lower-txt-content .video-image-dl-wrap .video-image-content-wrap {
  padding: 20px;
  border: 1px solid #E3E3E3;
}
.lower-txt-content .video-image-dl-wrap .video-image-content-wrap .sound-on-off {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.lower-txt-content .video-image-dl-wrap .video-image-content-wrap .video-dl-btn-flx-wrap {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
.lower-txt-content .video-image-dl-wrap .video-image-content-wrap .video-dl-btn-flx-wrap .video-dl-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lower-txt-content .video-image-dl-wrap .video-image-content-wrap .video-dl-btn-flx-wrap .video-dl-btn-wrap .video-dl-btn {
  width: 100%;
  padding: 10px;
  border: 1px solid #0D3A9D;
  border-radius: 30px;
  color: #0D3A9D;
  text-align: center;
}
.lower-txt-content .video-image-dl-wrap .video-image-content-wrap .video-dl-btn-flx-wrap .video-dl-btn-wrap .video-dl-btn:hover {
  background-color: #0D3A9D;
  color: #fff;
}
.lower-txt-content .video-image-dl-wrap .video-image-content-wrap .video-dl-btn-flx-wrap .video-dl-btn-wrap .video-meta span {
  display: block;
}
@media screen and (min-width: 1081px) {
  .lower-txt-content .video-image-dl-wrap .video-image-content-wrap .video-dl-btn-flx-wrap .video-dl-btn-wrap {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1080px) {
  .lower-txt-content .video-image-dl-wrap {
    flex-direction: column;
  }
  .lower-txt-content .video-image-dl-wrap .video-dl-btn-flx-wrap {
    flex-direction: column;
  }
}

/* lower page end */
/* login authentication start */
.certification-section {
  padding: 40px 0 80px;
}
.certification-section .sec-ttl {
  color: #0D3A9D;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.certification-section .lead-txt {
  max-width: 870px;
  margin: 0 auto;
}
.certification-section .certification-box {
  border: 1px solid #C4C4C4;
  margin-top: 50px;
  padding: 35px 50px;
}
@media screen and (max-width: 1080px) {
  .certification-section .certification-box {
    padding: 35px 12px;
  }
}
.certification-section .certification-box .box-ttl {
  margin-bottom: 20px;
  text-align: center;
}
.certification-section .certification-box .box-ttl .ttl {
  font-size: 3.2rem;
  font-weight: bold;
}
.certification-section .certification-box .yes-box {
  background: rgba(154, 173, 186, 0.25);
  border-radius: 16px;
  padding: 25px 50px 35px;
  text-align: center;
}
.certification-section .certification-box .yes-box .yes {
  color: #0D3A9D;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.certification-section .certification-box .yes-box .btn-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px auto 0;
  max-width: 606px;
}
@media screen and (min-width: 1331px) {
  .certification-section .certification-box .yes-box .btn-list {
    grid-template-columns: repeat(4, 1fr);
    max-width: unset;
  }
}
.certification-section .certification-box .yes-box .btn-list .btn {
  background: #0D3A9D;
  border-radius: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  height: 55px;
}
@media (any-hover: hover) {
  .certification-section .certification-box .yes-box .btn-list .btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .certification-section .certification-box .yes-box {
    padding: 25px 20px 35px;
  }
  .certification-section .certification-box .yes-box .btn-list {
    grid-template-columns: 1fr;
  }
  .certification-section .certification-box .yes-box .btn-list .btn {
    max-width: 260px;
    margin: 0 auto;
  }
}
.certification-section .certification-box .no-box {
  background: #F5F5F5;
  border-radius: 16px;
  margin-top: 20px;
  padding: 25px 50px 35px;
  text-align: center;
}
.certification-section .certification-box .no-box .no {
  color: #808080;
  font-size: 3.2rem;
  font-weight: bold;
}
.certification-section .certification-box .no-box .btn-wrap {
  margin-top: 20px;
}
.certification-section .certification-box .no-box .btn-wrap .bdr-long-btn {
  border: 1px solid #0D3A9D;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 25px 29px 25px 14px;
  position: relative;
}
.certification-section .certification-box .no-box .btn-wrap .bdr-long-btn::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
  position: absolute;
  right: 14px;
  top: calc(50% - 7px);
}
@media (any-hover: hover) {
  .certification-section .certification-box .no-box .btn-wrap .bdr-long-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .certification-section .certification-box .no-box {
    padding: 25px 20px 35px;
  }
  .certification-section .certification-box .no-box .btn-wrap .bdr-long-btn {
    padding: 25px 46px 25px 14px;
  }
}

.cookie-notifications {
  background: #fff;
  padding: 35px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(calc(100% + 26px));
  transition: all 0.3s ease;
}
@media screen and (max-width: 1080px) {
  .cookie-notifications {
    bottom: 0;
    transform: translateY(100%);
  }
}
.cookie-notifications.is-show {
  transform: translateY(0);
}
.cookie-notifications::before {
  background: #0D3A9D;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cookie-notifications .inner-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.cookie-notifications .inner-wrap .txt {
  flex: 1;
}
.cookie-notifications .inner-wrap .txt-link {
  font-size: 1.4rem;
}
.cookie-notifications .inner-wrap .btn-wrap {
  margin: 0;
}
.cookie-notifications .inner-wrap .agree-btn {
  appearance: none;
  background: #0D3A9D;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  width: 162px;
  height: 43px;
}
@media (any-hover: hover) {
  .cookie-notifications .inner-wrap .agree-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .cookie-notifications .inner-wrap {
    flex-direction: column;
  }
  .cookie-notifications .inner-wrap .txt {
    padding: 0 15px;
  }
  .cookie-notifications .inner-wrap .btn-wrap {
    width: 100%;
  }
  .cookie-notifications .inner-wrap .agree-btn {
    width: 100%;
    height: 55px;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* login authentication end */
/* site search start */
.search-result-section {
  margin-top: 40px;
}
.search-result-section .result-ttl {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 55px;
}
@media screen and (max-width: 1080px) {
  .search-result-section .result-ttl {
    font-size: 3.2rem;
  }
}
.search-result-section .display-count {
  display: flex;
  align-items: center;
  gap: 32px;
}
.search-result-section .display-count .count-select {
  border-radius: 10px;
  display: flex;
  gap: 1px;
  overflow: hidden;
}
.search-result-section .display-count .count-select .count-btn {
  appearance: none;
  background: #F5F5F5;
  color: #C4C4C4;
  display: inline-flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0 16px;
  height: 28px;
}
.search-result-section .display-count .count-select .count-btn.cur {
  background: #273C4B;
  color: #fff;
}
@media (any-hover: hover) {
  .search-result-section .display-count .count-select .count-btn:hover {
    background: #273C4B;
    color: #fff;
  }
}
@media screen and (max-width: 1080px) {
  .search-result-section .display-count {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
.search-result-section .count-sort {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 40px;
}
.search-result-section .count-sort .count .current {
  font-size: 2rem;
  margin-right: 5px;
}
.search-result-section .count-sort .count .current data {
  font-weight: bold;
}
.search-result-section .count-sort .count .all {
  font-size: 1.4rem;
}
.search-result-section .count-sort .count .all data {
  margin: 0 2px;
}
.search-result-section .count-sort .sort {
  font-size: 1.4rem;
}
.search-result-section .count-sort .sort .sort-select {
  appearance: none;
  background: none;
  border: none;
  color: #273C4B;
  padding: 0 9px;
  transition: unset;
}
.search-result-section .count-sort .sort .sort-select.cur {
  color: #0D3A9D;
  font-weight: bold;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .search-result-section .count-sort .sort .sort-select:hover {
    color: #0D3A9D;
    font-weight: bold;
    text-decoration: underline;
  }
}
@media screen and (max-width: 1080px) {
  .search-result-section .count-sort {
    flex-wrap: wrap;
    gap: 10px;
  }
  .search-result-section .count-sort .sort {
    text-align: right;
  }
}

.search-result-list {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  margin-top: 15px;
}
.search-result-list .search-link {
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  position: relative;
}
@media (any-hover: hover) {
  .search-result-list .search-link:hover {
    box-shadow: 0 0 14px rgba(77, 77, 77, 0.26);
  }
}
.search-result-list .search-link .cap-img {
  width: 202px;
  position: relative;
}
.search-result-list .search-link .cap-img img {
  width: 100%;
  position: relative;
}
.search-result-list .search-link .txt-wrap {
  width: calc(100% - 222px);
  word-break: break-all;
}
.search-result-list .search-link .txt-wrap .page-name {
  font-weight: bold;
  margin-bottom: 20px;
}
.search-result-list .search-link .txt-wrap .page-subject {
  color: #273C4B;
  overflow: hidden;
  width: 100%;
}
.search-result-list .search-link .txt-wrap .page-subject > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.search-result-list .search-link .txt-wrap .page-url {
  color: #808080;
  font-size: 1.2rem;
  margin-top: 16px;
}
@media screen and (max-width: 1080px) {
  .search-result-list .search-link {
    flex-direction: column;
  }
  .search-result-list .search-link .cap-img {
    max-width: 100%;
    margin: 0 auto;
  }
  .search-result-list .search-link .txt-wrap {
    width: 100%;
  }
}
.search-result-list .search-link.locked .cap-img::after {
  background: url(/common/img/icn_lock.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-left: 4px;
  margin-top: -0.15em;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.13);
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
}
.search-result-list .search-link[href*=".pdf"] .txt-wrap .page-name::after {
  background: url(/common/img/icn_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}

.result-none {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 40px 0 32px;
}

#ss-main.css3.cmn-search-result #ss-form .ss-search-input {
  width: 500px;
  height: 48px;
  padding: 5px 55px 5px 24px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 48px;
  border: none;
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  #ss-main.css3.cmn-search-result #ss-form .ss-search-input {
    width: 100%;
  }
}
#ss-main.css3.cmn-search-result #ss-form .ss-search-button {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  overflow: hidden;
  text-indent: -999px;
  background: #0D3A9D url(/common/img/icn_search_white.svg) no-repeat center/18px auto;
  margin: 5px 0 0 -46px;
  position: relative;
  z-index: 2;
}
@media (any-hover: hover) {
  #ss-main.css3.cmn-search-result #ss-form .ss-search-button:hover {
    opacity: 0.7;
  }
}
#ss-main.css3.cmn-search-result #ss-form .ss-search-button {
  transition: all 0.3s ease;
}
#ss-main.css3.cmn-search-result #ss-form .ss-categories {
  display: none;
}
#ss-main.css3.cmn-search-result input[type=radio] {
  display: none !important;
}
#ss-main.css3.cmn-search-result input[type=radio] + label {
  margin-right: 18px !important;
}
#ss-main.css3.cmn-search-result #ss-content {
  margin-top: 50px;
  overflow: unset;
}
#ss-main.css3.cmn-search-result #ss-content .SS_hitCount {
  margin-left: 30px;
}
#ss-main.css3.cmn-search-result #ss-content #ss-navi {
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
#ss-main.css3.cmn-search-result #ss-content #ss-navi .count .current {
  font-size: 1.6rem;
}
#ss-main.css3.cmn-search-result #ss-content #ss-navi .count .all {
  font-size: 1.6rem;
}
#ss-main.css3.cmn-search-result #ss-content #ss-navi .sort {
  margin-left: auto;
}
#ss-main.css3.cmn-search-result #ss-content #ss-navi .sort a {
  color: #273C4B;
}
@media (any-hover: hover) {
  #ss-main.css3.cmn-search-result #ss-content #ss-navi .sort a:hover {
    color: #0D3A9D;
  }
}
#ss-main.css3.cmn-search-result #ss-content #ss-navi .sort .selected a {
  color: #0D3A9D;
  font-weight: bold;
}
#ss-main.css3.cmn-search-result #ss-content #ss-navi.hide {
  display: none;
}
#ss-main.css3.cmn-search-result #ss-content #ss-result {
  padding-left: 0;
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-item {
  margin-bottom: 30px;
  border-radius: 6px;
  border: 1px solid #E3E3E3;
  padding: 20px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  #ss-main.css3.cmn-search-result #ss-content #ss-result .ss-item:hover {
    box-shadow: 0 0 14px 0 rgba(77, 77, 77, 0.26);
  }
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-item .ss-image {
  width: 200px;
}
@media screen and (max-width: 1080px) {
  #ss-main.css3.cmn-search-result #ss-content #ss-result .ss-item .ss-image {
    width: 100%;
    display: block;
  }
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-item .ss-image a {
  display: block;
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-item .ss-image a img {
  width: 100%;
  border: 1px solid #E3E3E3;
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-item .ss-page {
  width: calc(100% - 220px);
  margin-left: 20px;
}
@media screen and (max-width: 1080px) {
  #ss-main.css3.cmn-search-result #ss-content #ss-result .ss-item .ss-page {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-item .ss-page .ss-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-item .ss-page .ss-summary {
  font-size: 1.6rem;
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-item .ss-page .ss-url {
  font-size: 1.2rem;
  margin-top: 15px;
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page {
  margin: 0 3px;
  width: 32px;
  height: 32px;
  padding: 0px;
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page a {
  color: #273C4B;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #EEEEEE;
  border-radius: 2px;
}
@media (any-hover: hover) {
  #ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page a:hover {
    background-color: #0D3A9D;
    color: #fff;
  }
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page.omit {
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  #ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page.omit {
    width: 32px;
    margin: 0;
  }
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page.ss-select-page a {
  background: #0D3A9D;
  color: #fff;
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page-prev a,
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page-next a {
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #0D3A9D;
  align-content: center;
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page-prev a img,
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page-next a img {
  width: 13px;
}
@media (any-hover: hover) {
  #ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page-prev a:hover,
  #ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page-next a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  #ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page-prev a,
  #ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page-next a {
    width: 35px;
    height: 35px;
  }
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page-prev {
  margin-right: 10px;
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page-next {
  margin-left: 10px;
}
#ss-main.css3.cmn-search-result #ss-content #ss-result .ss-pagination .ss-page-next .next {
  transform: scaleX(-1);
}

/* site search end */
/* signage tile start */
.signage-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  margin-top: 24px;
}
.signage-wrap .item {
  width: 318px;
}
.signage-wrap .item .signage-ttl {
  color: #0D3A9D;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
.signage-wrap .item .signage-img {
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  overflow: hidden;
}
.signage-wrap .item .signage-img img {
  width: 100%;
}
.signage-wrap .item .download-list {
  display: grid;
  gap: 7px;
  margin-top: 20px;
}
.signage-wrap .item .download-list .download-link {
  background: #fff;
  border: 1px solid #0D3A9D;
  border-radius: 30px;
  color: #0D3A9D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  height: 40px;
}
.signage-wrap .item .download-list .download-link:hover {
  background-color: #0D3A9D;
  color: #fff;
}
.signage-wrap .item .download-list .data-size {
  font-size: 1.4rem;
  margin-top: 3px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .signage-wrap {
    flex-direction: column;
  }
  .signage-wrap .item {
    width: 100%;
  }
}

/* signage tile end */
/* related site list start */
.related-site-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1080px) {
  .related-site-list {
    grid-template-columns: 1fr;
  }
}
.related-site-list .item {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.related-site-list .related-site-link {
  background: #fff;
  border: 1px solid #D9DCDD;
  border-radius: 5px;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
}
.related-site-list .related-site-link[target=_blank]::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
  position: absolute;
  right: 14px;
  top: 14px;
}
.related-site-list .related-site-link[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.related-site-list .related-site-link[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.related-site-list .related-site-link[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.related-site-list .related-site-link[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.related-site-list .related-site-link[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.related-site-list .related-site-link .site-name {
  background: rgba(154, 173, 186, 0.25);
  color: #0D3A9D;
  font-size: 2rem;
  font-weight: bold;
  padding: 35px 40px 30px 20px;
}
.related-site-list .related-site-link .site-subject {
  color: #273C4B;
  padding: 20px;
}
.related-site-list .related-site-link .site-subject p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (any-hover: hover) {
  .related-site-list .related-site-link:hover {
    opacity: 0.7;
  }
}

/* related site list end */
/* 404 page start */
.not-found-wrap {
  max-width: 804px;
  margin: 90px 0;
  padding: 60px 0;
  margin-inline: auto;
}
.not-found-wrap .not-found-txt {
  font-size: 1.6rem;
  font-weight: bold;
}
.not-found-wrap .not-found-search-box {
  margin: 40px 0 90px;
  background-color: rgba(154, 173, 186, 0.2509803922);
  padding: 40px 86px;
  border-radius: 15px;
  display: flex;
}
.not-found-wrap .not-found-search-box form {
  width: 100%;
  max-height: 48px;
}
.not-found-wrap .not-found-search-box form .input-wrap {
  position: relative;
}
.not-found-wrap .not-found-search-box form .input-wrap button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  background-color: #0D3A9D;
}
@media screen and (max-width: 1080px) {
  .not-found-wrap .not-found-search-box form .input-wrap button {
    right: 0;
    width: 68px;
    height: 48px;
    background-color: #7A7A7A;
    border-radius: 0 10px 10px 0;
  }
}
.not-found-wrap .not-found-search-box form .input-wrap input {
  width: 100%;
  padding: 14px;
  border-radius: 25px;
  vertical-align: middle;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1080px) {
  .not-found-wrap .not-found-search-box form .input-wrap input {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .not-found-wrap .not-found-search-box {
    padding: 10px;
    margin: 31px 0 40px;
  }
}
.not-found-wrap .back-to-top-btn {
  width: fit-content;
  margin-inline: auto;
}
.not-found-wrap .back-to-top-btn a {
  display: block;
  height: 51px;
  width: 298px;
  border-radius: 6px;
  background-color: #0D3A9D;
  color: #fff;
  text-align: center;
  align-content: center;
}
@media screen and (max-width: 1080px) {
  .not-found-wrap {
    margin: 0 auto 60px;
    padding: 0;
  }
}

/* 404 page end */
/*external ink page start*/
.external-link-txt {
  font-size: 1.6rem;
  padding: 120px 50px;
  border: 1px #C4C4C4 solid;
  margin-bottom: 33px;
}
.external-link-txt .nml-txt {
  text-align: center;
  font-weight: bold;
  max-width: 924px;
}
.external-link-txt .agree-btn {
  display: block;
  margin-inline: auto;
  margin-top: 55px;
  border-radius: 6px;
  text-align: center;
  align-content: center;
  width: 234px;
  height: 47px;
  color: #fff;
  background-color: #0D3A9D;
}
@media screen and (max-width: 1080px) {
  .external-link-txt {
    padding: 60px 50px;
  }
}

.txt-link.external-link-icon::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0 0 0 10px !important;
}

.page-close-btn {
  color: #0D3A9D;
  margin-bottom: 103px;
}

/*external ink page end*/
/*site-map start*/
.map-grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px 100px;
}
.map-grid-wrap .area-content-wrap .map-tit-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #0F0F0F;
  margin-bottom: 28px;
  padding-right: 18px;
  border-bottom: 1px solid rgb(227, 227, 227);
}
@media (any-hover: hover) {
  .map-grid-wrap .area-content-wrap .map-tit-wrap:hover {
    opacity: 0.7;
  }
}
.map-grid-wrap .area-content-wrap .map-tit-wrap.arrow {
  position: relative;
}
.map-grid-wrap .area-content-wrap .map-tit-wrap.arrow::after {
  content: "";
  background: url(/common/img/icn_arrow_blk.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 16px;
}
.map-grid-wrap .area-content-wrap .map-tit-wrap[target=_blank] {
  position: relative;
}
.map-grid-wrap .area-content-wrap .map-tit-wrap[target=_blank]::after {
  content: "";
  background: url(/common/img/icn_external.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 10px;
  position: absolute;
  right: 1px;
  top: 16px;
}
.map-grid-wrap .area-content-wrap .map-tit-wrap[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.map-grid-wrap .area-content-wrap .map-tit-wrap[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.map-grid-wrap .area-content-wrap .map-tit-wrap[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.map-grid-wrap .area-content-wrap .map-tit-wrap[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.map-grid-wrap .area-content-wrap .map-tit-wrap[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
@media screen and (max-width: 1080px) {
  .map-grid-wrap .area-content-wrap .map-tit-wrap {
    padding-right: 40px;
  }
}
.map-grid-wrap .area-content-wrap .page-list {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (any-hover: hover) {
  .map-grid-wrap .area-content-wrap .page-list li:hover {
    opacity: 0.7;
  }
}
.map-grid-wrap .area-content-wrap .page-list li a {
  color: #273C4B;
}
@media screen and (max-width: 1080px) {
  .map-grid-wrap {
    display: flex;
    flex-direction: column;
  }
}

/*site-map end*/
@media print {
  .print-none {
    display: none;
  }
  .print-break-before-page {
    break-before: page;
  }
  main.is-partial-printing .pagettl-section .pagettl {
    flex: none;
  }
  main.is-partial-printing .pagettl-section .pagettl-inner-wrap {
    height: 100%;
    min-height: 125px;
    flex-direction: column;
    justify-content: center !important;
    align-items: flex-start !important;
  }
  main.product-detail {
    zoom: 0.6;
  }
  @page {
    margin: 0;
  }
  main.is-partial-printing > * {
    display: none !important;
  }
  main.is-partial-printing .js-partial-printing {
    display: none !important;
  }
  main.is-partial-printing .js-partial-printing-target {
    display: block !important;
  }
}
#wrap.product-detail .print-only {
  display: none;
}
@media print {
  #wrap.product-detail .header-main-right,
  #wrap.product-detail .header-nav-wrap,
  #wrap.product-detail .fix-header,
  #wrap.product-detail .breadcrumbs-wrap,
  #wrap.product-detail .footer-upper,
  #wrap.product-detail .footer-info,
  #wrap.product-detail .fix-contact-panel,
  #wrap.product-detail .side-fllow-wrap,
  #wrap.product-detail .acc-wrap .acc-ttl::before,
  #wrap.product-detail .acc-wrap .acc-ttl::after {
    display: none;
  }
  #wrap.product-detail .print-only {
    display: block !important;
  }
  #wrap.product-detail .header-main {
    padding-bottom: 30px;
    border-bottom: none;
  }
  #wrap.product-detail .h2ttl {
    margin: 80px 0 45px;
  }
  #wrap.product-detail .basic-info-box {
    margin-bottom: 0;
  }
  #wrap.product-detail * + .h3ttl {
    margin-top: 55px;
  }
  #wrap.product-detail .pagettl-section {
    display: flex;
  }
  #wrap.product-detail {
    /* フッターを下へ */
  }
  #wrap.product-detail #footer {
    margin-top: 100px;
  }
  @page {
    #wrap.product-detail {
      margin: 0;
    }
  }
  #wrap.product-detail main.is-partial-printing > * {
    display: none !important;
  }
  #wrap.product-detail main.is-partial-printing .js-partial-printing {
    display: none !important;
  }
  #wrap.product-detail main.is-partial-printing .js-partial-printing-target {
    display: block !important;
  }
}
#wrap.product-detail .acc-contents {
  display: block;
}

.patients-movie,
.medicine-all {
  display: none;
  margin-top: 20px;
}
.patients-movie p,
.medicine-all p {
  text-align: center;
}
.patients-movie .button-area,
.medicine-all .button-area {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-top: 15px;
}
.patients-movie .button-area .button-wrap,
.medicine-all .button-area .button-wrap {
  display: flex;
  flex-direction: column;
}
.patients-movie.is-show,
.medicine-all.is-show {
  display: block;
}

.js-sp-cmn-slider.splide {
  visibility: visible;
}

.sub-qa-label {
  padding-inline: 20px;
  max-width: fit-content;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #273C4B;
  border-radius: 3px;
}

.spinner-wrap {
  position: absolute;
  padding: 0;
  color: #000;
  border: solid 1px #ccc;
  background: #fff;
  overflow: visible;
  z-index: 1260;
}
.spinner-wrap .spinner {
  position: fixed;
  z-index: 1000;
  top: 48.5%;
  left: 49%;
  width: 24px;
  height: 24px;
  padding: 4px;
  opacity: 0.9;
  border-radius: 7px;
  background-color: #232323;
  background-image: url(/common/img/loading-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.js-result-non.search-caution-wrap {
  display: none;
  background-color: #E3E3E3;
}
.js-result-non.search-caution-wrap p,
.js-result-non.search-caution-wrap ul li {
  font-size: 1.4rem;
}

.tool-case-modal .banner-lv2-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.tool-case-modal .banner-lv2-list .banner-lv2 {
  justify-content: center;
  padding-right: 27px;
}
.tool-case-modal .banner-lv2-list .banner-lv2::after {
  display: none;
}

.search-product-wrap.product-top .search-col {
  padding: 35px;
}
@media screen and (max-width: 1080px) {
  .search-product-wrap.product-top .search-col {
    padding: 15px 5px;
  }
}
.search-product-wrap.product-top .search-box {
  overflow: visible;
}
@media screen and (max-width: 1080px) {
  .search-product-wrap.product-top .search-box {
    position: relative;
  }
}
.search-product-wrap.product-top .search-input {
  min-height: 45px;
}
@media screen and (max-width: 1080px) {
  .search-product-wrap.product-top .search-input {
    min-height: 50px;
  }
}
.search-product-wrap.product-top .search-input.hide {
  display: none;
}
.search-product-wrap.product-top .select-wrap {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .search-product-wrap.product-top .select-wrap {
    position: absolute;
    right: 5px;
    top: 15px;
  }
}
.search-product-wrap.product-top .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  width: 7px;
  height: 7px;
  background: url(/common/img/icn_arrow_select.svg) no-repeat center/cover;
}
.search-product-wrap.product-top .toggle-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
  padding-right: 15px;
  min-width: 63px;
  height: 45px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  border: none;
  background-color: #DEE3E6;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .search-product-wrap.product-top .toggle-input {
    min-width: 80px;
    height: 38px;
    border-radius: 20px;
  }
}
.search-product-wrap.product-top .toggle-input:hover, .search-product-wrap.product-top .toggle-input.is-active {
  background-color: #BDC7CD;
}
.search-product-wrap.product-top .toggle-input-popup {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-59%);
  width: 100%;
  height: 100%;
}
.search-product-wrap.product-top .toggle-input-popup.hide {
  display: none;
}
.search-product-wrap.product-top .toggle-input-popup .toggle-input-list {
  background-color: #fff;
}
.search-product-wrap.product-top .toggle-input-popup .toggle-input-list .toggle-input-option {
  padding: 9px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.search-product-wrap.product-top .toggle-input-popup .toggle-input-list .toggle-input-option:hover, .search-product-wrap.product-top .toggle-input-popup .toggle-input-list .toggle-input-option.is-active {
  color: #fff;
  background-color: #0D3A9D;
}

.js-suggest-list .js-suggest-item.is-active {
  color: #fff;
  background-color: #0D3A9D;
}

.cell-inr-row p:empty {
  text-align: center !important;
  width: 100%;
}
.cell-inr-row p:empty::before {
  content: "ー";
  display: inline-block;
}

.td-list dl dt:empty,
.td-list dl dd:empty {
  text-align: center !important;
  width: 100%;
}
.td-list dl dt:empty::before,
.td-list dl dd:empty::before {
  content: "ー";
  display: inline-block;
}
.td-list dl dt:empty,
.td-list dl dd:empty {
  font-weight: bold;
}

.table-style-list dl dd:empty {
  text-align: center !important;
  width: 100%;
}
.table-style-list dl dd:empty::before {
  content: "ー";
  display: inline-block;
}

.is-empty-cell {
  text-align: center !important;
  width: 100%;
}
.is-empty-cell::before {
  content: "ー";
  display: inline-block;
}
.is-empty-cell {
  width: auto;
}
.is-empty-cell.cell-inr-row {
  justify-content: center !important;
}

span.is-empty-cell {
  display: inline-block;
  width: 100%;
}

.side-table.sp-irregular.side-table tbody tr td:nth-of-type(1) {
  padding-right: 12px;
}

.cell-pdf.invalid.is-empty-cell {
  color: #273C4B;
}

/*---------------------------------------------
 Splide
---------------------------------------------*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.header {
  width: 100%;
  transition: all 0.3s ease;
  background-color: #fff;
  padding: 5px 0 0;
  font-size: 1.3rem;
  position: relative;
  z-index: 12;
}
@media screen and (min-width: 1081px) {
  .header {
    min-width: 100%;
  }
}

.header-group-logo {
  margin-left: 40px;
}
.header-group-logo img {
  width: 178px;
}
@media screen and (max-width: 1080px) {
  .header-group-logo {
    margin-left: 10px;
  }
}

.header-main {
  display: flex;
  gap: 12px;
  position: relative;
  border-bottom: 1px solid rgba(46, 106, 174, 0.14);
}
.header-main.header-simple-main {
  border-bottom: none;
}
@media screen and (max-width: 1080px) {
  .header-main {
    flex-direction: column;
  }
}
.header-main .header-main-left {
  padding: 24px 10px 8px 40px;
  flex: 1;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .header-main .header-main-left {
    flex: none;
    flex-direction: column;
    background: #F9F9F9;
    padding: 27px 0 0;
  }
}
.header-main .header-main-right {
  width: 84px;
}
@media screen and (max-width: 1080px) {
  .header-main .header-main-right {
    display: contents;
  }
}

.header-logo a {
  display: block;
  width: 330px;
}
@media (any-hover: hover) {
  .header-logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .header-logo {
    margin-left: 10px;
  }
  .header-logo a {
    width: 240px;
  }
}

.header-btns-wrap {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .header-btns-wrap {
    margin-top: 27px;
    margin-bottom: 0;
    gap: 0;
    border-top: 1px solid #2E6AAE;
    justify-content: center;
    align-items: center;
  }
}

.search-wrap {
  width: 42px;
  height: 42px;
  position: relative;
}
.search-wrap .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3px 0 0 2px;
  background-color: #F9FAFF;
  border: 1px solid rgba(13, 58, 157, 0.12);
}
.search-wrap .search-btn.sp-search-form {
  padding: 0;
}
.search-wrap .search-btn.sp-search-form button {
  text-align: center;
  width: 42px;
}
@media screen and (max-width: 1080px) {
  .search-wrap .search-btn {
    border-radius: 0;
    border: none;
  }
}
.search-wrap .sp-search-btn {
  background-image: url(/common/img/icn_search.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.search-wrap .sp-search-btn.is-active {
  background-image: url(/common/img/icn_close.svg);
}
.search-wrap .sp-search-area {
  bottom: 0;
  height: 42px;
  left: 0;
  position: absolute;
  transition: bottom 0.3s;
  width: 100vw;
  z-index: -1;
}
.search-wrap .sp-search-area.scrolled {
  left: -10px;
}
.search-wrap .sp-search-area.scrolled.is-active {
  bottom: -42px;
}
.search-wrap .sp-search-area.is-active {
  bottom: -43px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
}
.search-wrap .sp-search-area .search-btn {
  display: flex;
}
.search-wrap .sp-search-area .search-btn .hidden-input {
  flex: 1;
}

.hover-search-wrap {
  height: 42px;
  position: relative;
  width: fit-content;
}
.hover-search-wrap .search-icn {
  z-index: 1;
}
.hover-search-wrap .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 42px;
  position: relative;
  transition: width 0.3s;
}
@media (any-hover: hover) {
  .hover-search-wrap .search-btn:hover {
    opacity: 0.7;
  }
}
.hover-search-wrap .search-btn .hidden-input {
  width: 0;
  height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(13, 58, 157, 0.12);
  background-color: #F9FAFF;
  position: absolute;
  right: 0;
  transition: width 0.3s;
  padding-left: 32px;
}
.hover-search-wrap .search-btn .hidden-input:focus {
  width: 300px;
  display: block;
}
.hover-search-wrap .search-btn:has(input:focus) {
  justify-content: flex-start;
  width: 300px;
}
.hover-search-wrap .search-btn:has(input:focus) .search-icn {
  padding-left: 10px;
}
.hover-search-wrap .search-btn:has(input:focus) .hidden-input {
  width: 300px;
  display: block;
}
.hover-search-wrap:hover .search-btn {
  justify-content: flex-start;
  width: 300px;
}
.hover-search-wrap:hover .search-btn .search-icn {
  padding-left: 10px;
}
.hover-search-wrap:hover .search-btn .hidden-input {
  width: 300px;
  display: block;
}

@media screen and (max-width: 1080px) {
  .cv-btn-wrap {
    flex: 1;
  }
}
.cv-btn-wrap .cv-btn {
  display: inline-flex;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 3px;
  background-color: #EEEEEE;
  border: 1px solid #E3E3E3;
  color: #273C4B;
  font-size: 1.3rem;
  line-height: 1.1538461538;
  align-items: center;
}
@media (any-hover: hover) {
  .cv-btn-wrap .cv-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .cv-btn-wrap .cv-btn {
    width: 100%;
    border-radius: 0;
    border: none;
    min-height: 42px;
  }
}
@media screen and (max-width: 1080px) {
  .cv-btn-wrap .cv-btn {
    justify-content: center;
  }
}

.login-btn-wrap .login-btn {
  padding: 10px 16px;
  color: #fff;
  background-color: #E60012;
  border-radius: 30px;
}
@media screen and (max-width: 1080px) {
  .login-btn-wrap {
    height: fit-content;
  }
  .login-btn-wrap .login-btn {
    padding: 12px 24px;
    min-height: 42px;
    border-radius: 0px;
  }
}

@media screen and (max-width: 1080px) {
  .member-btn-wrap {
    flex: 1;
  }
}
.member-btn-wrap .member-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  background-color: #0D3A9D;
  color: #fff;
  min-height: 35px;
  padding: 8px 16px 8px 12px;
}
@media (any-hover: hover) {
  .member-btn-wrap .member-btn:hover {
    opacity: 0.7;
  }
}
.member-btn-wrap .member-btn img {
  margin-right: 7px;
}
@media screen and (max-width: 1080px) {
  .member-btn-wrap .member-btn {
    border-radius: 0;
    width: 100%;
    min-height: 42px;
  }
  .member-btn-wrap .member-btn .name {
    display: none;
  }
}

.gnav-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .gnav-wrap {
    display: none;
  }
}
.gnav-wrap .gnav-list {
  display: flex;
}
.gnav-wrap .gnav-list > li > a, .gnav-wrap .gnav-list > li button {
  color: #000;
  font-size: clamp(1.1rem, 1.1vw, 1.4rem);
  font-weight: bold;
  padding-left: clamp(5px, 0.85vw, 13px);
  padding-right: clamp(5px, 0.85vw, 13px);
  border-right: 1px #D9D9D9 solid;
}
@media (any-hover: hover) {
  .gnav-wrap .gnav-list > li > a:hover, .gnav-wrap .gnav-list > li button:hover {
    color: #0D3A9D;
  }
}
.gnav-wrap .gnav-list > li > a[target=_blank]::after, .gnav-wrap .gnav-list > li button[target=_blank]::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.gnav-wrap .gnav-list > li > a[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after, .gnav-wrap .gnav-list > li button[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.gnav-wrap .gnav-list > li > a[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after, .gnav-wrap .gnav-list > li button[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.gnav-wrap .gnav-list > li > a[target=_blank][href^="https://www.meiji.com/"]::after, .gnav-wrap .gnav-list > li button[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.gnav-wrap .gnav-list > li > a[target=_blank][href^="https://www.kmbiologics.com/"]::after, .gnav-wrap .gnav-list > li button[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.gnav-wrap .gnav-list > li > a[target=_blank][href^="https://www.meiji.co.jp/"]::after, .gnav-wrap .gnav-list > li button[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.gnav-wrap .gnav-list > li > a[href*=meiji]::after, .gnav-wrap .gnav-list > li button[href*=meiji]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
}
.gnav-wrap .gnav-list > li > a.active, .gnav-wrap .gnav-list > li button.active {
  color: #0D3A9D;
}
.gnav-wrap .gnav-list > li:last-of-type > a, .gnav-wrap .gnav-list > li:last-of-type button {
  border-right: none;
}

.megadrop-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 11;
  width: 100vw;
  background-color: #F5F5F5;
  padding: 40px 60px;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .megadrop-menu {
    display: none;
  }
}
.megadrop-menu.active {
  opacity: 1;
  pointer-events: auto;
}
.megadrop-menu.follow {
  top: 67px;
  left: 0;
  transform: none;
  position: fixed;
}
.megadrop-menu .inner-wrap {
  max-width: 100%;
}
.megadrop-menu .megadrop-col2 {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .megadrop-menu .megadrop-col2 {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.megadrop-menu .megadrop-col2 .left-col {
  flex: 1;
}
.megadrop-menu .megadrop-col2 .right-col {
  width: 450px;
}
.megadrop-menu .megadrop-col2 {
  --tabTargetH: 43px;
  --tabTargetHm: -43px;
}
.megadrop-menu .megadrop-col2 .tab-col {
  padding-top: var(--tabTargetH);
}
.megadrop-menu .megadrop-col2 .tab-col .search-tab-wrap {
  background: rgba(13, 58, 157, 0.08);
}
.megadrop-menu .megadrop-col2 .tab-col .search-tab-wrap .tab-head-list {
  top: var(--tabTargetHm);
}
.megadrop-menu .megadrop-col2 .tab-col .search-tab-wrap .tab-head-list > li .tab-btn {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 12px 5px;
  height: var(--tabTargetH);
}
.megadrop-menu .megadrop-col2 .tab-col .search-tab-wrap .tab-head-list > li .tab-btn.cur {
  background-color: rgba(13, 58, 157, 0.08);
  color: #0D3A9D;
}
.megadrop-menu .megadrop-col2 .tab-col .tab-search-bar .search-form {
  height: 45px;
}
.megadrop-menu .megadrop-col2 .tab-col .tab-search-bar .search-form input[type=text] {
  background: #fff;
}
.megadrop-menu .megadrop-col2 .tab-col .tab-search-bar .search-form .search-btn {
  height: 45px;
  width: 76px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2em;
}
.megadrop-menu .megadrop-col2 .tab-col .kana-list {
  grid-template-columns: repeat(5, 1fr);
}
.megadrop-menu .megadrop-col2 .tab-col .kana-list > li button {
  min-height: 80px;
}
@media (any-hover: hover) {
  .megadrop-menu .megadrop-col2 .tab-col .kana-list > li button:hover {
    color: #fff;
  }
}
.megadrop-menu .megadrop-col2 .tab-col .kana-list > li button.is-disabled {
  color: #B3B5B7;
}
.megadrop-menu .megadrop-col2 .tab-col .kana-list > li button.close-modal-btn {
  min-height: auto;
}
.megadrop-menu .megadrop-col2 .tab-col .btm-btn-wrap {
  padding: 20px 20px 4px;
}
.megadrop-menu .megadrop-col2 .tab-col .btm-btn-wrap .product-list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  width: 100%;
  padding: 10px 24px;
  border: 1px solid #0D3A9D;
  color: #0D3A9D;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
.megadrop-menu .megadrop-col2 .tab-col .btm-btn-wrap .product-list-btn::after {
  background: url(/common/img/icn_arrow_blue.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 12px;
  margin-left: 4px;
  margin-top: -0.15em;
  position: absolute;
  margin: 0;
  right: 10px;
  top: calc(50% - 6px);
}
@media (any-hover: hover) {
  .megadrop-menu .megadrop-col2 .tab-col .btm-btn-wrap .product-list-btn:hover {
    opacity: 0.7;
  }
}
.megadrop-menu .megadrop-col2 .megadrop-list {
  row-gap: 12px;
}
.megadrop-menu .megadrop-col2 .megadrop-list > li {
  width: calc(50% - 9px);
}
.megadrop-menu .megadrop-col2 .product-logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.megadrop-menu .megadrop-col2 .product-logo-list > li {
  width: calc((100% - 16px) / 3);
}
.megadrop-menu .megadrop-menu-ttl {
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
}
.megadrop-menu .megadrop-menu-ttl .link {
  font-size: 1.6rem;
  margin-left: 20px;
}
.megadrop-menu .megadrop-menu-ttl .link::after {
  background: url(/common/img/icn_arrow_strong.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 12px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin-left: 8px;
}
@media (any-hover: hover) {
  .megadrop-menu .megadrop-menu-ttl .link:hover {
    text-decoration: underline;
  }
}
.megadrop-menu .megadrop-menu-sub-ttl {
  color: #808080;
  position: relative;
  margin-top: 34px;
  margin-bottom: 12px;
}
.megadrop-menu .megadrop-menu-sub-ttl span {
  background-color: #F5F5F5;
  padding-right: 10px;
}
.megadrop-menu .megadrop-menu-sub-ttl::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  background-color: #E3E3E3;
  top: 50%;
  z-index: -1;
}
.megadrop-menu .megadrop-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.megadrop-menu .megadrop-list > li {
  width: calc((100% - 72px) / 5);
}
.megadrop-menu .megadrop-list > li a {
  font-size: 1.6rem;
  color: #273C4B;
}
.megadrop-menu .megadrop-list > li a::before {
  background: url(/common/img/icn_arrow_dark.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 13px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin-left: 0;
  margin-right: 10px;
}
@media (any-hover: hover) {
  .megadrop-menu .megadrop-list > li a:hover {
    text-decoration: underline;
  }
}

.megadrop-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(38, 38, 38, 0.6);
}
.megadrop-mask.show {
  display: block;
}

.header-menu-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1080px) {
  .header-menu-wrap {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 10;
    width: 75px;
    height: 65px;
  }
}
.header-menu-wrap .menu-btn {
  background-color: #2E6AAE;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
}
@media (any-hover: hover) {
  .header-menu-wrap .menu-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .header-menu-wrap .menu-btn {
    background-color: #F9F9F9;
  }
}
.header-menu-wrap .menu-btn .icn {
  display: inline-block;
  width: 30px;
  height: 20px;
  padding-top: 10px;
}
.header-menu-wrap .menu-btn .icn span:after,
.header-menu-wrap .menu-btn .icn span:before,
.header-menu-wrap .menu-btn .icn span,
.header-menu-wrap .menu-btn .icn::after,
.header-menu-wrap .menu-btn .icn::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1080px) {
  .header-menu-wrap .menu-btn .icn span:after,
  .header-menu-wrap .menu-btn .icn span:before,
  .header-menu-wrap .menu-btn .icn span,
  .header-menu-wrap .menu-btn .icn::after,
  .header-menu-wrap .menu-btn .icn::before {
    background-color: #2E6AAE;
  }
}
.header-menu-wrap .menu-btn .icn span::before {
  transform: translate(0, -8px);
}
.header-menu-wrap .menu-btn .icn span:after {
  transform: translate(0, 8px);
}
.header-menu-wrap .menu-btn.active .icn::before {
  transform: rotate(-45deg);
}
.header-menu-wrap .menu-btn.active .icn::after {
  transform: rotate(45deg);
}
.header-menu-wrap .menu-btn.active .icn span {
  opacity: 0;
}
.header-menu-wrap .menu-btn .txt {
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .header-menu-wrap .menu-btn .txt {
    color: #2E6AAE;
  }
}

.header-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 14;
  background: #EEEFF2;
  overflow-y: scroll;
}
@media screen and (max-width: 1080px) {
  .header-overlay {
    background: #fff;
  }
}
.header-overlay.show {
  display: block;
}
.header-overlay .hum-logo-btn-wrap {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13;
}
.header-overlay .hum-logo-btn-wrap .header-logo {
  padding-left: 40px;
  align-content: center;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-logo-btn-wrap .header-logo {
    padding-left: 20px;
    margin-left: 0;
  }
  .header-overlay .hum-logo-btn-wrap .header-logo a {
    width: 220px;
  }
}
.header-overlay .hum-logo-btn-wrap .hum-close-btn {
  padding: 32px 55px;
  border-left: 1px solid #E3E3E3;
}
@media (any-hover: hover) {
  .header-overlay .hum-logo-btn-wrap .hum-close-btn:hover {
    opacity: 0.7;
  }
}
.header-overlay .hum-logo-btn-wrap .hum-close-btn::before {
  background: url(/common/img/icn_close.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin-right: 6px;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-logo-btn-wrap .hum-close-btn {
    padding: 38px 10px 10px;
    background: rgba(154, 173, 186, 0.25);
    font-size: 1.3rem;
    text-align: center;
    width: 68px;
    min-height: 68px;
    position: relative;
  }
  .header-overlay .hum-logo-btn-wrap .hum-close-btn::before {
    position: absolute;
    left: 50%;
    top: 15px;
    width: 22px;
    height: 22px;
    margin: 0;
    transform: translateX(-50%);
  }
}
.header-overlay .hum-link-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 84px;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap {
    margin-top: 68px;
    flex-direction: column;
  }
}
.header-overlay .hum-link-wrap .hum-link-list {
  padding: 60px 50px;
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(2, calc((100% - 100px) / 2));
  width: 70%;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-link-list {
    display: block;
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit,
.header-overlay .hum-link-wrap .hum-link-list .hum-tit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (any-hover: hover) {
  .header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit:hover,
  .header-overlay .hum-link-wrap .hum-link-list .hum-tit:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit,
  .header-overlay .hum-link-wrap .hum-link-list .hum-tit {
    font-size: 1.6rem;
    padding: 18px 20px 18px 20px;
    background-color: rgba(13, 58, 157, 0.08);
    color: #273C4B;
    margin-bottom: 0;
  }
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit::after,
.header-overlay .hum-link-wrap .hum-link-list .hum-tit::after {
  content: "";
  background-image: url(/common/img/icn_arrow_blk.svg);
  width: 9px;
  height: 16px;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit.no-arr::after,
.header-overlay .hum-link-wrap .hum-link-list .hum-tit.no-arr::after {
  display: none;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit.no-arr:hover,
.header-overlay .hum-link-wrap .hum-link-list .hum-tit.no-arr:hover {
  opacity: 1;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit[target=_blank]::after,
.header-overlay .hum-link-wrap .hum-link-list .hum-tit[target=_blank]::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit[target=_blank][href*=meiji]::after,
.header-overlay .hum-link-wrap .hum-link-list .hum-tit[target=_blank][href*=meiji]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after,
.header-overlay .hum-link-wrap .hum-link-list .hum-tit[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after,
.header-overlay .hum-link-wrap .hum-link-list .hum-tit[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit[target=_blank][href^="https://www.meiji.com/"]::after,
.header-overlay .hum-link-wrap .hum-link-list .hum-tit[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit[target=_blank][href^="https://www.kmbiologics.com/"]::after,
.header-overlay .hum-link-wrap .hum-link-list .hum-tit[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit[target=_blank][href^="https://www.meiji.co.jp/"]::after,
.header-overlay .hum-link-wrap .hum-link-list .hum-tit[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit + ul,
.header-overlay .hum-link-wrap .hum-link-list .hum-tit + ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit + ul,
  .header-overlay .hum-link-wrap .hum-link-list .hum-tit + ul {
    gap: 0;
  }
}
@media (any-hover: hover) {
  .header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit + ul li:hover,
  .header-overlay .hum-link-wrap .hum-link-list .hum-tit + ul li:hover {
    opacity: 0.7;
  }
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit + ul li a,
.header-overlay .hum-link-wrap .hum-link-list .hum-tit + ul li a {
  color: #273C4B;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit + ul li a,
  .header-overlay .hum-link-wrap .hum-link-list .hum-tit + ul li a {
    padding: 10px 20px;
    border-bottom: 1px solid #E3E3E3;
    display: block;
  }
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit {
  position: relative;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit::before, .header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background-color: #59636B;
  background-image: none;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit::before {
  width: 24px;
  height: 2px;
  right: 46px;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit::before {
    width: 15px;
    height: 1px;
    right: 20px;
  }
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit::after {
  width: 2px;
  height: 24px;
  right: 57px;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit::after {
    width: 1px;
    height: 15px;
    right: 27px;
  }
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit.cur::after {
  transform: translateY(-50%) rotate(90deg);
}
.header-overlay .hum-link-wrap .hum-link-list .hum-acc-tit.cur::before {
  opacity: 0;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-content {
  display: none;
  position: relative;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-content .hum-link {
  color: #273C4B;
  padding: 10px 20px;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-overlay .hum-link-wrap .hum-link-list .hum-content .hum-link:not(.top-layer) {
  padding-left: 32px;
}
.header-overlay .hum-link-wrap .hum-link-list .put_arrow::after {
  content: "";
  background: url(/common/img/icn_btn_gray_arrow.svg) no-repeat center;
  width: 8px;
  height: 14px;
}
.header-overlay .hum-link-wrap .hum-side-menu-wrap {
  background-color: #283C7A;
  color: #fff;
  width: 30%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-side-menu-wrap {
    width: 100%;
    display: contents;
  }
}
.header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-head-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding: 60px 35px 33px;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-head-btn-wrap {
    padding: 20px;
    background-color: #0D3A9D;
    order: 1;
  }
}
.header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-head-btn-wrap .hum-search-wrap {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-head-btn-wrap .hum-search-wrap {
    height: 44px;
  }
}
.header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-head-btn-wrap .hum-search-wrap > input {
  border-radius: 25px;
  padding: 12px 46px 12px 24px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-head-btn-wrap .hum-search-wrap > input {
    border-radius: 10px;
    padding-right: 72px;
    padding: 4px 72px 4px 18px;
    height: 100%;
  }
}
.header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-head-btn-wrap .hum-search-wrap .search-btn {
  position: absolute;
  right: 8px;
  top: calc(50% - 19px);
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: url(/common/img/icn_search_circle.svg) no-repeat center/100% auto;
  overflow: hidden;
  text-indent: -999px;
}
@media (any-hover: hover) {
  .header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-head-btn-wrap .hum-search-wrap .search-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-head-btn-wrap .hum-search-wrap .search-btn {
    right: 0;
    border-radius: 0 9px 9px 0;
    width: 72px;
    height: 100%;
    top: 0;
    background: #59636B url(/common/img/icn_search_white.svg) no-repeat center/26px auto;
  }
}
.header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-head-btn-wrap .hum-login-btn {
  width: 100%;
  padding: 16px 0;
  background-color: #E60012;
  text-align: center;
  border-radius: 30px;
  color: #fff;
}
.header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-btn-list {
  margin-bottom: 33px;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-btn-list {
    display: none;
  }
}
.header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-btn-list li {
  border-top: 1px #6A80B1 solid;
  border-bottom: 1px #6A80B1 solid;
  text-align: center;
  transition: all 0.3s ease;
}
.header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-btn-list li:hover {
  background-color: rgba(154, 173, 186, 0.25);
}
.header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-btn-list li > a {
  color: #fff;
  align-content: center;
  text-align: center;
  display: block;
  min-height: 71px;
}
.header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-white-btn {
  margin-inline: auto;
  text-align: center;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-white-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-white-btn {
    width: 100%;
    order: 3;
  }
}
.header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-white-btn > a {
  background-color: #fff;
  padding: 28px;
  border-radius: 7px;
  color: #0D3A9D;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-white-btn > a::before {
  content: "";
  background-image: url(/common/img/icn_mail.svg);
  width: 24px;
  height: 22px;
}
@media screen and (max-width: 1080px) {
  .header-overlay .hum-link-wrap .hum-side-menu-wrap .hum-white-btn > a {
    width: 100%;
    border-radius: 0;
    font-size: 1.8rem;
    color: #273C4B;
    justify-content: center;
    background-color: #F5F5F5;
  }
}

/* following header start */
.fix-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid rgba(46, 106, 174, 0.14);
  padding: 12px 92px 12px 40px;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1081px) {
  .fix-header {
    min-width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .fix-header {
    padding: 0 60px 0 10px;
    background-color: #F9F9F9;
    border-bottom: none;
  }
}
.fix-header.fixed {
  transform: translateY(0);
}
.fix-header .header-nav-wrap {
  display: flex;
  align-items: center;
}
.fix-header .header-btns-wrap {
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  .fix-header .header-btns-wrap {
    margin-top: 0;
    width: 100%;
    justify-content: flex-end;
    border-top: none;
    align-items: unset;
  }
}
.fix-header .header-logo {
  margin-left: 0;
}
.fix-header .header-logo a {
  width: 34px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .fix-header .cv-btn-wrap {
    width: calc(100% - 42px);
    flex: none;
  }
  .fix-header .cv-btn-wrap a {
    align-items: center;
  }
}
@media screen and (max-width: 1080px) {
  .fix-header .member-btn-wrap {
    width: 178px;
    flex: none;
  }
}
.fix-header .header-menu-wrap {
  width: 72px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1080px) {
  .fix-header .header-menu-wrap {
    width: 60px;
    height: 42px;
  }
}
.fix-header .header-menu-wrap .menu-btn .icn {
  padding-top: 8px;
}

/* following header end */
.footer {
  background-color: #EEEFF2;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .footer {
    margin-top: 50px;
  }
}
.footer .footer-upper {
  padding: 40px;
}
.footer .footer-upper .footer-link-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, calc((100% - 120px) / 5));
  grid-template-rows: 110px 110px 200px;
}
.footer .footer-upper .footer-link-list .footer-tit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-upper .footer-link-list .footer-tit::after {
  content: "";
  background-image: url(/common/img/icn_arrow_blk.svg);
  width: 9px;
  height: 16px;
}
.footer .footer-upper .footer-link-list .footer-tit[target=_blank]::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin-left: 2px;
}
.footer .footer-upper .footer-link-list .footer-tit[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-upper .footer-link-list .footer-tit[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-upper .footer-link-list .footer-tit[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-upper .footer-link-list .footer-tit[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-upper .footer-link-list .footer-tit[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-upper .footer-link-list .footer-tit[target=_blank][href*=meiji]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
}
.footer .footer-upper .footer-link-list .footer-tit.no-icon::after {
  display: none !important;
}
.footer .footer-upper .footer-link-list li + li {
  margin-top: 5px;
}
@media screen and (min-width: 1081px) {
  .footer .footer-upper .footer-link-list li.grid-min-row-top {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .footer .footer-upper .footer-link-list li.grid-min-row-bottom {
    grid-column: 4/5;
    grid-row: 2/3;
  }
  .footer .footer-upper .footer-link-list li.grid-bottom-col {
    grid-row: 3/4;
  }
}
.footer .footer-upper .footer-link-list li > a {
  font-size: 1.3rem;
  color: #273C4B;
}
@media (any-hover: hover) {
  .footer .footer-upper .footer-link-list li > a:hover {
    text-decoration: underline;
  }
}
.footer .footer-upper .footer-link-list li > a[target=_blank]::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-upper .footer-link-list li > a[target=_blank][href*=meiji]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
}
.footer .footer-upper .footer-link-list li > a[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-upper .footer-link-list li > a[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-upper .footer-link-list li > a[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-upper .footer-link-list li > a[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-upper .footer-link-list li > a[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
@media screen and (max-width: 1080px) {
  .footer .footer-upper .footer-link-list {
    display: flex;
    flex-direction: column;
  }
}
.footer .footer-info {
  padding: 10px;
}
@media screen and (max-width: 1080px) {
  .footer .footer-info {
    padding: 30px 40px;
  }
}
.footer .footer-info .info-links {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1080px) {
  .footer .footer-info .info-links {
    flex-direction: column;
    text-align: center;
  }
}
.footer .footer-info .info-links > li {
  line-height: 1.2307692308;
}
.footer .footer-info .info-links > li a {
  color: #273C4B;
  font-size: 1.3rem;
}
.footer .footer-info .info-links > li a[target=_blank]::after {
  background: url(/common/img/icn_external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin-left: 2px;
}
.footer .footer-info .info-links > li a[target=_blank][href^="https://www.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-info .info-links > li a[target=_blank][href^="https://med.meiji-seika-pharma.co.jp"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-info .info-links > li a[target=_blank][href^="https://www.meiji.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-info .info-links > li a[target=_blank][href^="https://www.kmbiologics.com/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-info .info-links > li a[target=_blank][href^="https://www.meiji.co.jp/"]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
}
.footer .footer-info .info-links > li a[href*=meiji]::after {
  background: url(/common/img/icn_external_02.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 14px;
  margin-left: 4px;
  margin-top: -0.15em;
  margin: 0;
}
@media (any-hover: hover) {
  .footer .footer-info .info-links > li a:hover {
    text-decoration: underline;
  }
}
.footer .footer-lower {
  padding: 15px 40px;
  background-color: #3154A0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
}
@media screen and (max-width: 1080px) {
  .footer .footer-lower {
    flex-direction: column;
    padding: 20px 20px 15px;
    gap: 8px;
  }
}
.footer .footer-lower .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .footer-lower .footer-logo .logo-01 {
  width: 176px;
}
.footer .footer-lower .footer-logo .logo-02 {
  width: 82px;
}

.side-fllow-wrap {
  background-color: rgba(255, 255, 255, 0.39);
  border-radius: 33px;
  width: 66px;
  height: 155px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  align-content: end;
  text-align: center;
  padding-bottom: 15px;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  .side-fllow-wrap {
    bottom: 120px;
    display: none;
  }
}
.side-fllow-wrap .side-fllow-btn {
  text-align: start;
  font-size: 13px;
  writing-mode: vertical-rl;
  margin-inline: auto;
  position: relative;
  line-height: 1.2;
}
.side-fllow-wrap .side-fllow-btn::before {
  content: "";
  background-image: url("/common/img/icn_mail.svg");
  position: absolute;
  width: 24px;
  height: 24px;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.page-top-wrap {
  width: fit-content;
  opacity: 0;
  position: fixed;
  right: 10px;
  bottom: 24px;
  transition: all 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  .page-top-wrap {
    bottom: 50px;
  }
}
.page-top-wrap.show {
  opacity: 1;
}

/* fix-contact-panel start */
.fix-contact-panel {
  position: fixed;
  bottom: 0;
  right: 11.5%;
  z-index: 9;
  width: 240px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.fix-contact-panel.show {
  opacity: 1;
  pointer-events: auto;
  z-index: 12;
}
.fix-contact-panel.fixed {
  position: absolute;
  top: auto;
  bottom: 100%;
}
@media screen and (max-width: 1080px) {
  .fix-contact-panel {
    right: 0;
    width: 100%;
  }
}
.fix-contact-panel .contact-panel-inner {
  background-color: #283C7A;
  border-radius: 11px 11px 0 0;
}
@media screen and (max-width: 1080px) {
  .fix-contact-panel .contact-panel-inner {
    border-radius: 8px 8px 0 0;
  }
}
.fix-contact-panel .box-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 13px;
  text-align: center;
  color: #fff;
  position: relative;
}
.fix-contact-panel .box-ttl::after {
  background: url(/common/img/icn_contact_arrow.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 7px;
  margin-left: 4px;
  margin-top: -0.15em;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.fix-contact-panel .box-ttl.active::after {
  transform: rotate(0deg);
}
@media (any-hover: hover) {
  .fix-contact-panel .box-ttl:hover {
    opacity: 0.7;
  }
}
.fix-contact-panel .box-ttl img {
  margin-right: 8px;
  width: 17px;
}
.fix-contact-panel .contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: clip;
  display: none;
}
@media screen and (max-width: 1080px) {
  .fix-contact-panel .contact-panel {
    display: none;
  }
}
.fix-contact-panel .contact-panel .upper-box .counter-box {
  background-color: #fff;
  padding: 12px 20px;
}
.fix-contact-panel .contact-panel .upper-box .counter-info {
  display: flex;
  gap: 9px;
}
.fix-contact-panel .contact-panel .upper-box .counter-info .img {
  width: 70px;
}
.fix-contact-panel .contact-panel .upper-box .counter-info .info {
  flex: 1;
  font-size: 1.3rem;
  color: #273C4B;
}
.fix-contact-panel .contact-panel .upper-box .counter-info .info .info-ttl {
  color: #0F0F0F;
  margin-bottom: 7px;
}
.fix-contact-panel .contact-panel .upper-box .counter-info .info .name {
  font-size: 1.5rem;
  font-weight: bold;
}
.fix-contact-panel .contact-panel .upper-box .counter-btn {
  margin-top: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  border-radius: 26px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #E60012;
}
@media (any-hover: hover) {
  .fix-contact-panel .contact-panel .upper-box .counter-btn:hover {
    opacity: 0.7;
  }
}
.fix-contact-panel .contact-panel .lower-box {
  background-color: #283C7A;
  padding: 18px 20px;
}
.fix-contact-panel .contact-panel .lower-box .btns-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fix-contact-panel .contact-panel .lower-box .btns-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  font-weight: bold;
  color: #0D3A9D;
  background-color: #fff;
  min-height: 43px;
}
@media (any-hover: hover) {
  .fix-contact-panel .contact-panel .lower-box .btns-list a:hover {
    opacity: 0.7;
  }
}
.fix-contact-panel .contact-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (any-hover: hover) {
  .fix-contact-panel .contact-close-btn:hover {
    opacity: 0.7;
  }
}
.fix-contact-panel .contact-close-btn img {
  width: 14px;
  margin-right: 9px;
}

/* fix-contact-panel end */
.breadcrumbs-wrap {
  padding: 8px 0;
  background-color: #F3F3F3;
}
.breadcrumbs-wrap .inner-wrap {
  padding: 0 40px;
  max-width: 100%;
}
@media screen and (max-width: 1080px) {
  .breadcrumbs-wrap .inner-wrap {
    padding: 0 10px;
  }
}
.breadcrumbs-wrap .breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.breadcrumbs-wrap .breadcrumbs-list::-webkit-scrollbar {
  display: none;
}
.breadcrumbs-wrap .breadcrumbs-list > li {
  font-size: 1.3rem;
  word-break: keep-all;
  white-space: nowrap;
}
.breadcrumbs-wrap .breadcrumbs-list > li:not(:last-of-type) {
  padding-right: 16px;
  margin-right: 10px;
  position: relative;
}
.breadcrumbs-wrap .breadcrumbs-list > li:not(:last-of-type)::after {
  background: url(/common/img/icn_arrow.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  margin-left: 4px;
  margin-top: -0.15em;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  margin: 0;
}
.breadcrumbs-wrap .breadcrumbs-list > li a {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0D3A9D;
}
@media (any-hover: hover) {
  .breadcrumbs-wrap .breadcrumbs-list > li a:hover {
    text-decoration: underline;
  }
}/*# sourceMappingURL=common.css.map */