@charset "UTF-8";
/* --------------------
   common 
----------------------- */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "YuGothic Regular", sans-serif;
  box-sizing: border-box;
}

body * {
  box-sizing: inherit;
}

/* base color */
:root {
  --color-grn: #70bf44;
  --color-blu: #171C8F;
  --color-rblu: #005EB8;
  --color-font: #333333;
  --color-link: #70bf44;
}

/* link */
a {
  color: #4496D6;
  text-decoration: none;
}

a[target=_blank] {
  padding-right: 4px;
  word-break: break-all;
}

footer a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: url(/image/parts/icon_external_link_blk.png) 0 0 no-repeat;
  background-size: 12px auto;
}

.footer__logo a[target=_blank]::after {
  content: none;
}

.confirm__cont a[target=_blank]::after {
  content: none;
}

a:hover {
  text-decoration: none;
}

/* device */
.for-pc {
  display: block;
}

.for-sp {
  display: none;
}

/* text-align */
.txtAR {
  text-align: right;
}

.txtAL {
  text-align: left;
}

.txtAC {
  text-align: center;
}

/* font */
.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
  margin-right: 0.2em;
}

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

.mb4 {
  margin-bottom: 4px !important;
}

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

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

.mb12 {
  margin-bottom: 12px !important;
}

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

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

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

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

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

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

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

.mt4 {
  margin-top: 4px !important;
}

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

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

.mt12 {
  margin-top: 12px !important;
}

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

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

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

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

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

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

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

.mr4 {
  margin-right: 4px !important;
}

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

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

.mr12 {
  margin-right: 12px !important;
}

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

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

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

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

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

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

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

.ml4 {
  margin-left: 4px !important;
}

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

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

.ml12 {
  margin-left: 12px !important;
}

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

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

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

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

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

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

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

.pb4 {
  padding-bottom: 4px !important;
}

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

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

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

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

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

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

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

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

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

.pt4 {
  padding-top: 4px !important;
}

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

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

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

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

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

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

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

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

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

.pr4 {
  padding-right: 4px !important;
}

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

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

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

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

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

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

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

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

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

.pl4 {
  padding-left: 4px !important;
}

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

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

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

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

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

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

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

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

.no-wrap {
  white-space: nowrap;
}

/* --------------------
   pc 
----------------------- */
/* wrap */
.wrap-all {
  background: #ffffff;
  /* padding: 26px 0; */
}

/* ---- header ---- */
header {
  width: 100%;
  padding: 20px 0 23px;
  /* header_logo */
}

header {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}

header .header_logo {
  width: 214px;
  height: auto;
  margin-top: 6px;
}

header .header_logo img {
  width: 100%;
  height: auto;
}

/* ---- main ---- */
main {
  width: 100%;
  background-size: 130% auto;
}

.main__bg {
  width: 100%;
  background: #F5F9FC;
  background-size: auto 8px;
  padding-top: 37px;
  padding-bottom: 100px;
}

/* wrap */
.main__wrap {
  width: 1000px;
  margin: 0 auto;
}

main .lead {
  margin-bottom: 35px;
  font-size: 1.8rem;
  line-height: 2;
}

/* .comfirmArea */
.comfirmArea {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.comfirmArea .comfirm__box {
  width: 480px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.comfirmArea .confirm__cont {
  height: 100%;
  padding: 30px 30px 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comfirmArea .confirm__cont p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.78;
}

.comfirmArea .confirm__cont ul.btn01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.comfirmArea .confirm__cont ul.btn01 li {
  width: 48%;
  text-align: center;
}

.comfirmArea .confirm__cont ul.btn01 li span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.4;
}

.comfirmArea .confirm__cont ul.btn01 li a {
  display: block;
  width: 200px;
  padding: 28px 0;
  border-radius: 40px;
  background: var(--color-rblu);
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.comfirmArea .confirm__cont ul.btn01 li a:hover {
  opacity: 0.8;
}

.comfirmArea .confirm__cont ul.btn_janssenpro {
  margin-bottom: 20px;
}

.comfirmArea .confirm__cont ul.btn_janssenpro li {
  width: 350px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.comfirmArea .confirm__cont ul.btn_janssenpro li img {
  width: 100%;
}

.comfirmArea .confirm__cont .comfirm_cauton {
  margin-top: 10px;
  border-top: 1px dotted #ccc;
  padding-top: 20px;
}

.comfirmArea .confirm__cont .comfirm_cauton h5 {
  font-weight: bold;
  margin-bottom: 4px;
}

.comfirmArea .confirm__cont .comfirm_cauton p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.comfirmArea .comfirm__box.for-patient {
  border: 2px solid var(--color-grn);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.comfirmArea .comfirm__box.for-doctor {
  border: 2px solid var(--color-blu);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.comfirmArea h2 {
  width: 100%;
  padding: 25px 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
}

.comfirmArea .for-patient h2 {
  background: var(--color-grn);
}

.comfirmArea .for-doctor h2 {
  background: var(--color-blu);
}

/* footer */
footer .footer__inner {
  width: 1280px;
  margin: 0 auto;
  padding: 38px 0 55px;
}
footer .footer__bottom {
  background: #fff;
}
footer .footer__bottom__inner {
  width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
}

.footer__nav {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.footer__nav li {
  font-weight: bold;
  padding-right: 5px;
  font-size: 13px;
}
.footer__nav li::after {
  content: "｜";
  margin-left: 5px;
}
.footer__nav li:last-child:after {
  content: none;
}
.footer__nav a {
  font-size: 16px;
  text-decoration: none;
  color: #1A1311;
}
.footer__nav a:hover {
  text-decoration: underline;
}

.footer__txt {
  line-height: 1.8;
}
.footer__txt p {
  font-size: 1.6rem;
}

.footer__wrap {
  width: 100%;
  height: 1rem;
  margin-bottom: 20px;
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.footer__wrap .updated p {
  font-size: 1.2rem;
}
.footer__wrap .copy {
  display: flex;
}
.footer__wrap .copy p {
  font-size: 1.2rem;
}
.footer__wrap img {
  margin-right: 30px;
}

.copyright {
  position: absolute;
  top: 0;
  left: 174px;
  font-size: 12px;
  color: var(--color-gray01);
}

.footer__update {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: var(--color-gray01);
}

.footer__logo {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d4d4d4;
  align-items: center;
}

/* ---- no-index ---- */
.no-index main {
  background: url(/image/no-index/bg_pc.png) 0 -120px no-repeat;
  background-size: cover;
}

.no-index .main__bg {
  padding: 88px 0 100px;
}

.no-index .no-indexArea {
  width: 800px;
  margin: 0 auto;
  padding: 25px 40px;
  border: 2px solid var(--color-blu);
  border-radius: 12px;
  background: #ffffff;
}

.no-index .no-indexArea dl dt {
  font-size: 2.2rem;
  text-align: center;
  color: var(--color-blu);
}

.no-index .no-indexArea dl dd {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--color-blu);
  font-size: 1.8rem;
  line-height: 1.7;
}

/* ---- modal-outlink ---- */
.modal-outlink {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal-outlink .modal_bg {
  background-color: #000000;
  opacity: 0.7;
  height: 100vh;
  width: 100%;
  position: absolute;
}

.modal-outlink .modal__content {
  width: 520px;
  padding: 40px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1.78;
  border-radius: 10px;
}

.modal-outlink ul.btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-outlink ul.btn li a {
  display: block;
  width: 210px;
  padding: 27px 0;
  border-radius: 50px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.modal-outlink ul.btn li.ok a {
  background: var(--color-blu);
  color: #ffffff;
}

.modal-outlink ul.btn li.back a {
  background: #ffffff;
  color: var(--color-blu);
  border: 1px solid #C7C7C7;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.modal-outlink ul.btn li a:hover {
  opacity: 0.8;
}

/* pcのみ */
/* --------------------
  tabletのみ
----------------------- */
@media (min-width: 769px) and (max-width: 1280px) {
  header {
    width: 1280px;
    padding: 20px 5px;
  }
  header .gnav__wrap {
    width: 1270px;
  }
  main {
    width: 1280px;
  }
  .main__bg {
    width: 1280px;
  }
  footer {
    padding: 38px 5px;
  }
}
/*# sourceMappingURL=index_pc.css.map */