@charset "utf-8";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb120 {
  padding-bottom: 120px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clear {
  clear: both;
}

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

.center {
  text-align: center;
}

.flex-center {
  justify-content: center;
}

.right {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.noBR {
  white-space: nowrap;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

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

.comingsoon {
  pointer-events: none;
  position: relative;
}

.comingsoon:after {
  content: "";
  width: 100%;
  height: calc(100% + 3px);
  position: absolute;
  top: -3px;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}

/*----------------//   common   //----------------------*/

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#wrapperAll {
  width: 100%;
}

#wrapperAll.top {
  /*background: #f6f6f6;*/
}

#gnav-sp {
  display: none;
}

#contents-p {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}

#header {
  width: 1200px;
  /*padding-bottom: 25px;*/
  margin: 0 auto;
  /* margin-top: 30px; */
  min-height: 54px;
  background: #fff;
}

#header h1 {
  left: 0;
}

#main-menu {
  margin-top: 20px;
}

#main-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main-menu ul li:first-child {
  margin-bottom: 20px;
}

#news {
  margin-top: 40px;
  padding: 30px 50px;
  background: #eee9f2;
}

#news h2 {
  font-size: 18px;
  color: #492080;
  position: relative;
}

#news h2:after {
  content: "";
  height: 1px;
  background: #482080;
  margin: 0 0 0 20px;
  width: 90%;
  margin: 12px 0 0 25px;
  position: absolute;
}

.news-body ul li {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.news-body ul li:first-child {
  margin-top: 10px;
}

.news-body .date {
  font-size: 12px;
  margin-right: 50px;
}

.news-body p {
  margin-bottom: 0;
}

#bnr {
  margin-top: 30px;
  text-align: center;
}

#bnr p {
  margin: 0;
  font-size: 16px;
}

.bnr-img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

#bnr p.bnr-img-l {
  margin-right: 40px;
}

#fat-footer {
  padding: 40px 0;
  width: 100%;
  min-width: 1000px;
  box-sizing: border-box;
  border-top: 1px solid #ececec;
}

#fat-footer a:hover {
  color: #660066;
}

#fat-footer p {
  text-align: left;
  margin: 0;
}

.fat-foot-box {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.fat-foot-box a {
  color: #482080;
}

.fat-foot-box ul:not(:last-child) {
  /* margin-right: 27px; */
}

.fat-foot-box ul li:last-child {
  margin-bottom: 0;
}

.fat-foot-box ul li a {
  color: #414042;
}

.fat-foot-box ul li.fat-foot-ttl:after,
.fat-foot-box ul li.fat-foot-ttl2:after {
  content: none;
}

.fat-foot-box ul li,
.fat-foot-box ul li.fat-foot-ttl4 {
  font-size: 12px;
  color: #414042;
  margin-bottom: 7px;
  font-weight: bold;
}

.fat-foot-box ul li.fat-foot-ttl4 {
  margin-bottom: 25px;
}

.fat-foot-box ul li.fat-foot-ttl,
.fat-foot-box ul li.fat-foot-ttl2 {
  margin-bottom: 10px;
}

.fat-foot-box ul li.fat-foot-ttl,
.fat-foot-box ul li.fat-foot-ttl2,
.fat-foot-box ul li.fat-foot-ttl3 {
  font-size: 15px;
  font-weight: bold;
}

.fat-foot-box ul li.fat-foot-ttl3 {
  margin-bottom: 25px;
}

.fat-foot-box ul li.fat-foot-ttl {
  margin-bottom: 25px;
}

.fat-foot-box ul li.fat-foot-ttl a {
  color: #491b67;
  font-size: 14px;
  font-weight: bold;
}

.container-wrap {
  width: 1200px;
  margin: 0 auto;
}

#footer {
  border: none;
  padding: 20px 0;
  min-width: 1000px;
  box-sizing: border-box;
}

#footer-contents {
  width: 1200px;
  margin: 0 auto;
}

p#credit {
  float: left;
  margin-bottom: 0;
  text-align: left;
}

#credit {
  font-size: 10px;
}

#footer-menu {
  /*padding-bottom: 15px;*/
}

#footer-menu ul li {
  display: inline;
  padding: 0 15px 0 10px;
  font-size: 12px;
}

#footer-menu ul li:last-child {
  border-right: none;
  padding-right: 0;
}

#footer-menu ul li a {
  color: #333333;
}

#footer-menu ul li a:hover {
  opacity: 0.8;
}

#footer-id {
  display: flex;
  align-items: center;
}

#footer-id p {
  display: flex;
  margin: 5px 0 0 0;
}

img.janssen_logo {
  width: 120px;
  margin-right: 20px;
}

#footer-credit-area {
  background: #003366;
  padding: 10px 0;
  width: 100%;
  min-width: 1000px;
  box-sizing: border-box;
}

#footer-credit-area p {
  text-align: right;
  font-size: 11px;
  color: #fff;
}

#footer-credit-area p {
  margin-bottom: 0;
}

#gnav-pc .gnav-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  width: 100%;
}

#gnav-pc {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 11px;
}

#globalnav {
  width: 1000px;
  margin: 0 auto;
}

#gnav-pc .gnav-list li {
  width: 100%;
  text-align: center;
  border-left: 1px solid #482080;
  font-weight: bold;
}

#gnav-pc .gnav-list li a {
  color: #333;
  width: 100%;
  height: 58px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

#gnav-pc .gnav-list li:hover,
#gnav-pc .gnav-list li.current {
  background: #eee9f2;
  cursor: pointer;
}

#gnav-pc .gnav-list li.current a {
  color: #482080;
}

#gnav-pc .gnav-list li:hover a {
  color: #482080;
}

#gnav-pc .gnav-list li:last-child {
  border-right: 1px solid #482080;
}

#mainVisual {
  margin: 0 auto;
}

#mainVisual.top {
  background: url(/img/mv.png) no-repeat center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
}

#mainVisual.top h1 {
  letter-spacing: 7px;
}

#mainVisual.top h1 p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 20px;
}

#fontSizeChanger {
  position: static;
  margin-top: -7px;
}

#fontSizeChanger td {
  height: 30px;
  width: 30px;
  box-sizing: border-box;
}

#fontSizeChanger a {
  color: #333 !important;
  border: 1px solid #ccc;
}

#fontSizeChanger #small {
  font-size: 12px;
  padding: 7px 7px 7px 8px;
}

#fontSizeChanger #middle {
  font-size: 16px;
  padding: 5px 5px 5px 6px;
}

#fontSizeChanger #large {
  font-size: 18px;
  padding: 4px 4px 4px 5px;
}

#fontSizeChanger th {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

#fontSizeChanger th,
#fontSizeChanger td {
  padding: 6px 4px;
}

#fontSizeChanger a.active

/*, #fontSizeChanger a:hover*/
  {
  color: #482080 !important;
  border: 2px solid #482080;
}

#fontSizeChanger a:hover {
  border: 1px solid #ccc;
}

#fontSizeChanger a.active:hover {
  border: 2px solid #482080;
}

#head {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #482080;
  padding: 8px 45px;
}

#pankuzu-nav {
  width: 1000px;
  margin: 0 auto;
  margin-top: 15px;
}

#pankuzu-nav ul li {
  display: inline;
  font-size: 12px;
}

#pankuzu-nav ul li a {
  color: #333;
}

#pankuzu-nav ul li img {
  margin-top: 3px;
}

#pankuzu-nav ul li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: inline-block;
  margin: 0 10px 1px 10px;
}

.lower-page #main-contents {
  width: 660px;
  float: right;
  padding-left: 40px;
}

#side-nav {
  width: 300px;
  float: right;
}

.side-nav-list li {
  background: #eee9f2;
}

.lower-page #contents-p {
  margin-top: 30px;
}

.side-nav-list li:hover {
  cursor: pointer;
}

.side-nav-list li.current {
  background: #e0d8e8;
}

.side-nav-list li.indent a {
  padding-left: 50px;
}

.side-nav-list li:first-child {
  border-bottom: 1px solid #482080;
  font-size: 18px;
  font-weight: bold;
  color: #492080;
}

.side-nav-list li:not(:first-child) {
  border-bottom: 1px solid #d3c8df;
  font-size: 14px;
  position: relative;
  font-weight: bold;
}

.side-nav-list li {
  border-bottom: 1px solid #d3c8df;
  font-size: 14px;
  position: relative;
  font-weight: bold;
}

.side-nav-list li:last-child {
  border-bottom: none;
}

.side-nav-list li a {
  color: #482080;
  display: block;
  padding: 15px 25px;
}

.lower-page #main-contents h1 {
  font-size: 32px;
  color: #482080;
  font-weight: bold;
  border-left: 4px solid #482080;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}

.lower-page #main-contents h1:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  display: block;
  background: #f4e200;
}

.lower-page h2 {
  font-size: 22px;
  font-weight: bold;
  color: #482080;
  margin: 50px 0 25px;
}

.lower-page h2 span {
  font-size: 15px;
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #482080;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 16%;
  line-height: 1.9;
}

.lower-page h3 {
  color: #482080;
  font-weight: bold;
  margin: 40px 0 25px;
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.lower-page h3:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #482080;
  border-radius: 50%;
  margin: 0 10px 1px 0;
}

.img-area {
  margin: 40px 0;
}

.img-area img {
  margin: 0 auto;
  max-width: 100%;
}

.pager {
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 55px;
}

.pager .pager-left,
.pager .pager-right {
  width: 50%;
  color: #482080;
  margin-bottom: 0;
  font-size: 14px;
}

.pager .pager-left {
  text-align: left;
  position: relative;
  padding-left: 25px;
}

.pager .pager-right {
  text-align: right;
  position: relative;
  padding-right: 25px;
}

/*.pager .pager-left a {
	padding-left: 25px;
}
.pager .pager-right a {
	padding-right: 25px;
}*/
.pager .pager-left a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #6d4d99;
  border-bottom: 1px solid #6d4d99;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 6px;
  left: 0;
}

.pager .pager-right a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1px solid #6d4d99;
  border-top: 1px solid #6d4d99;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 6px;
  right: 0;
}

.supervision {
  position: absolute;
  text-align: right;
  right: 200px;
  top: 3px;
  font-size: 12px;
}

.modal-1 {
  display: none;
}

.notes {
  font-weight: bold;
  font-size: 11px;
  margin-top: 25px;
  text-indent: -1.35em;
  margin-left: 1.35em;
}

.img-area p,
.table-block .notes {
  font-size: 11px;
  color: #666;
  text-align: right;
  margin-top: 20px;
  font-weight: normal;
}

.table-block .notes {
  text-indent: 0;
  margin-left: 0;
}

.img-area ul {
  margin: 20px 0;
  /*line-height: 1.8em;*/
}

.img-area ul li {
  text-indent: -9em;
  margin-left: 9em;
}

.img-area ul.notes-list li {
  text-indent: -2em;
  margin-left: 2em;
}

.img-area p.table-ttl {
  font-size: 16px;
  color: #333;
  text-align: left;
}

.notes-list-r {
  font-size: 11px;
  color: #666;
  text-align: right;
}

.notes-list {
  margin-top: 25px;
}

.notes-list li {
  text-indent: -2em;
  margin-left: 2em;
  font-size: 11px;
  color: #666;
}

.notes-list li:not(:last-child) {
  margin-bottom: 5px;
}

.notes-list li a {
  color: #0000ff;
  border-bottom: 1px solid #0000ff;
}

.gray-block {
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #888;
  padding: 20px;
}

.gray-block ul li {
  text-indent: -1em;
  margin-left: 1em;
}

.gray-block ul li:not(:last-child) {
  margin-bottom: 8px;
}

.gray-block ul li a {
  color: #0000ff;
  border-bottom: 1px solid #0000ff;
}

.table-ttl {
  margin-top: 40px;
  font-size: 16px;
}

.table-block {
  line-height: 1.6em;
  border-top: 1px solid #a2a5a9;
}

.table-block dl {
  display: flex;
  justify-content: center;
}

.table-block dl dt,
.table-block dl dd {
  border: 1px solid #a2a5a9;
  border-top: none;
  padding: 20px;
  display: flex;
  align-items: center;
}

.table-block dl.table-top dt,
.table-block dl.table-top dd {
  color: #fff;
  background: #003366;
}

.table-block dl dt {
  background: #e1e5eb;
  width: 12%;
  border-right: none;
  justify-content: center;
}

.table-block dl dd {
  width: 88%;
}

.table-block.w-30 dl dt {
  width: 24%;
}

.table-block.w-30 dl dt {
  justify-content: start;
}

.table-block.w-30 dl.table-top dt {
  justify-content: center;
}

.table-block.w-30 dl dd {
  width: 76%;
  justify-content: center;
}

.circle-list {
  margin-bottom: 50px;
}

.table-block dl dd ul li,
.circle-list li {
  line-height: 1.9em;
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.table-block dl dd ul li:before,
.circle-list li:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  margin: 0 10px 1px 0;
}

.circle-list li:not(:last-child) {
  margin-bottom: 10px;
}

.gray-block ul.list-type li {
  display: flex;
}

.gray-block ul.list-type li p {
  margin: 0 0 0 20px;
}

.col-2 {
  display: flex;
}

.col-2-left {}

.col-2-right {
  margin-top: 50px;
}

p.img-ttl {
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.btn-area {
  margin-top: 20px;
  text-align: center;
}

.btn-area a {
  display: inline-block;
}

.bnr-area {
  margin-top: 40px;
  display: flex;
}

.bnr-area dl {}

.bnr-area dl dt {
  font-weight: bold;
  margin-bottom: 15px;
}

.bnr-area dl:last-child {
  margin-left: 35px;
}

.line-height-n {
  line-height: normal;
}

.col2 {
  display: flex;
}

.col2-left {
  width: 50%;
}

.col2-right {
  width: 50%;
}

.col2 ul {
  margin-bottom: 40px;
  line-height: 1.9;
}

.col2 ul li,
.col2 ul li a {
  color: #333;
}

.col2 ul li:first-child {
  font-weight: bold;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
  font-family: initial;
  font-size: 75%;
}

.modal-2 {
  margin: 0 auto;
  color: #fff;
  position: fixed;
  top: 18%;
  z-index: 101;
  text-align: center;
  width: 1000px;
}

.modal-2 dt {
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: bold;
}

.modal-2 dd {
  font-size: 30px;
}

.black-bg.black-bg-open {
  opacity: 0.8 !important;
  visibility: visible;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  /*cursor: pointer;*/
}

.round-none {
  margin-left: 2em;
}

.description ul li.round-none:before {
  background: #fff;
}

/* Modal
------------------------------------------ */
#modal-overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  opacity: 0.9;
  background: #000;
  z-index: 100000;
  overflow: hidden;
}

#modal-extlink {
  /*font-family: Meiryo, sans-serif;*/
  display: block;
  position: absolute;
  /*top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
  z-index: 100000;
  width: 730px;
  /*height: 100%;*/
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  /*top: 0;*/
  /*bottom: 0;*/
  background: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#modal-extlink .modal-wrapper {
  padding: 20px 40px 40px;
  text-align: left;
}

#modal-extlink .modal-wrapper .modal-close-button {
  text-align: right;
}

#modal-extlink .modal-wrapper .modal-close-button a {
  display: inline-block;
  background: url(/extension/stelara/design/stelara_design/images/uc_common_01.png) no-repeat 50%;
  width: 33px;
  height: 40px;
  margin-right: -12px;
  margin-bottom: 15px;
}

#modal-extlink .modal-wrapper .modal-text {
  line-height: 1.4;
  color: #000;
}

#modal-extlink .modal-wrapper .modal-text h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

#modal-extlink .modal-wrapper .modal-text h2 img {
  display: inline-block;
}

#modal-extlink .modal-wrapper .modal-text p {
  margin-bottom: 40px;
  font-size: 16px;
  padding: 0 50px;
}

#modal-extlink .modal-wrapper .modal-buttons {
  text-align: center;
  display: flex;
  justify-content: center;
}

#modal-extlink .modal-wrapper .modal-buttons a {
  display: inline-block;
  box-sizing: border-box;
}

#modal-extlink .modal-wrapper .modal-buttons a.btn-confirm {
  margin-right: 40px;
}

#modal-extlink .modal-wrapper .modal-buttons a.btn-cancel {}

#modal-extlink .modal-wrapper .modal-buttons a:hover {
  text-decoration: none;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

ul.notes-1 li {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
}

.notes-center {
  font-weight: bold;
  text-align: center;
  margin: 45px 0;
  line-height: 1.8;
}

.border-red {
  padding: 20px 30px;
  color: #cc0000;
  font-weight: bold;
  border: 1px solid #cc0000;
  font-size: 18px;
}

section .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.top .list-btn li {
  background: #fff;
}

.btn-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.btn-inner dl {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  min-height: 250px;
  width: 47.9%;
  box-sizing: border-box;
}

.btn-inner dl:nth-child(-n + 2) {
  margin-bottom: 50px;
}

.btn-inner dl:nth-child(odd) {
  margin-right: 50px;
}

.btn-inner dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #491b67;
  margin-bottom: 20px;
}

.btn-inner dl dd {
  font-size: 18px;
  color: #424242;
  margin-bottom: 20px;
}

.btn-inner dl span {
  background: #491b67;
  padding: 7px 20px;
  color: #fff;
  font-size: 17px;
  border-radius: 20px;
}

.note-right {
  text-align: right;
  font-size: 15px;
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .side-nav-list li.indent a {
    /*font-weight: normal;*/
  }

  .col-2-right {
    margin-left: 30px;
  }

  .side-nav-list li:first-child {
    border-bottom: 1px solid #482080;
  }

  .border-none {
    border: none !important;
  }

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

  .side-nav-list li:not(:first-child) {
    font-weight: normal;
  }

  #footer-menu {
    /*margin: 0 0 0 340px;;*/
    margin: 0 0 0 520px;
  }

  #footer-id {
    padding-bottom: 15px;
  }

  #headerNavi ul li:not(:first-child) {}

  #headerNavi ul li.current {
    padding-bottom: 27px;
  }

  .benefit .movie {
    padding: 40px 150px 40px 40px;
    max-width: 1000px;
    margin: 0 auto 50px;
  }

  .movie .img {
    margin-right: 30px;
  }
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 100;
}

.btn_area {
  background-color: #fff;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 30px;
}

.btn_area h1 {
  font-size: 24px;
  color: #491b67;
}

.btn_area p {
  padding: 15px;
  font-size: 14px;
  margin-bottom: 0;
}

.btn_area ul {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.btn_area ul li {
  width: 185px;
  height: 65px;
  font-size: 22px;
  background: #491b67;
  border-radius: 100px;
  display: block;
  color: #fff;
  line-height: 65px;
  transition-duration: 0.2s;
}

.btn_area ul li:first-child {
  margin-right: 50px;
}

.btn_area ul li:hover {
  opacity: 0.8;
}

.btn_area ul li a {
  color: #fff;
  display: block;
}

.modal-block {
  display: none;
}

@media screen and (max-width: 768px) {
  .modal-1 .comingsoon:after {
    content: "";
    width: 100%;
    height: calc(100% + 3px);
    position: absolute;
    top: -3px;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .modal-block {
    display: block;
  }

  #header {
    width: 100%;
    margin-top: 0;
    min-height: 100%;
  }

  #header p {
    margin-top: 25px;
  }

  .container-wrap {
    width: 100%;
  }

  #footer-credit-area {
    min-width: auto;
  }

  #contents-p {
    width: 100%;
  }

  #fat-footer {
    min-width: auto;
  }

  #footer {
    min-width: auto;
  }

  #footer-contents {
    width: 100%;
  }

  #head {
    position: static;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-size: 17px;
  }

  #gnav-pc {
    display: none;
  }

  #header {
    position: relative;
  }

  #header h1 {
    position: static;
    padding: 10px 0 10px 20px;
  }

  #mainVisual {
    width: 100%;
    margin-top: 25px;
  }

  #mainVisual img {
    width: 100%;
  }

  #main-menu {
    padding: 0 20px;
  }

  #main-menu img {
    width: 100%;
  }

  #main-menu ul li:first-child {
    margin-bottom: 10px;
  }

  #main-menu ul li {
    margin-bottom: 10px;
  }

  #main-menu ul li:last-child {
    margin-bottom: 0;
  }

  #news {
    margin: 30px 10px 0 10px;
    padding: 20px 15px;
  }

  #news h2 {
    font-size: 15px;
  }

  .news-body th {
    font-size: 12px;
  }

  .news-body td {
    font-size: 14px;
  }

  .news-body ul li {
    display: block;
  }

  .news-body ul li p {
    font-size: 14px;
  }

  .news-body .date {
    font-size: 12px;
    margin-bottom: -5px;
  }

  #news h2:after {
    width: 75%;
    margin: 12px 0 0 15px;
  }

  .news-body ul li {
    margin-top: 10px;
  }

  .news-body p {
    margin-bottom: 0;
  }

  .news-body .date {
    margin-bottom: 0;
  }

  #bnr {
    padding: 0 20px;
    margin-top: 20px;
  }

  #bnr img {
    width: 100%;
  }

  #bnr p.bnr-img-l {
    margin-right: 10px;
  }

  .bnr-img {
    margin-bottom: 25px;
  }

  #contents-p {
    padding-bottom: 40px;
  }

  #fat-footer {
    padding: 10px 20px 30px 20px;
  }

  #fat-footer img {
    width: 40%;
  }

  .fat-foot-box {
    display: block;
  }

  .fat-foot-box {
    margin-top: 25px;
  }

  .fat-foot-box ul {
    margin-top: 25px;
  }

  .fat-foot-box ul li.fat-foot-ttl3 {
    margin-bottom: 10px;
  }

  #footer-credit-area {
    padding: 12px 20px 12px 0;
  }

  #footer {
    padding: 25px 20px;
    padding-top: 0;
  }

  #footer-id {
    float: none;
    display: block;
  }

  #footer-id img {
    width: 100%;
  }

  #footer-id p {
    /*padding: 0 10%;*/
  }

  .pr20-sp {
    width: 50%;
  }

  #credit {
    font-size: 10px;
  }

  #footer-menu {
    float: none;
  }

  #footer-menu ul li {
    display: block;
    padding: 0;
    text-align: left;
    border-right: none;
    margin-bottom: 5px;
  }

  #footer-menu ul li a {
    font-weight: normal;
  }

  p#credit {
    float: none;
  }

  /* side */
  #side-nav {
    display: none;
  }

  #pankuzu-nav {
    display: none;
  }

  .lower-page #main-contents {
    float: none;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .img-area img {
    width: 100%;
  }

  .lower-page #main-contents h1 {
    font-size: 22px;
    padding-left: 15px;
  }

  .lower-page #contents-p {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 50px;
  }

  .lower-page #contents-p.line2 {
    margin-top: 65px;
  }

  .lower-page h2 {
    font-size: 18px;
    margin: 40px 0px 15px;
    text-indent: -1em;
    margin-left: 1em;
  }

  .lower-page h2 span {
    font-size: 12px;
    width: 23px;
    height: 23px;
    top: 8%;
  }

  .lower-page p {
    font-size: 16px;
  }

  .img-area {
    margin: 30px 0;
  }

  .pager {
    margin-top: 40px;
  }

  .pager .pager-left,
  .pager .pager-right {
    font-size: 15px;
  }

  .supervision {
    position: static;
    text-align: left;
    padding-left: 20px;
    font-size: 10px;
    text-indent: -3em;
    margin-left: 3em;
  }

  #gnav-sp {
    position: absolute;
    right: 15px;
    top: -10px;
    padding: 10px 6px 5px;
    text-align: center;
    display: block;
  }

  #gnav-sp p {
    font-size: 9px;
    color: #482080;
    font-weight: bold;
    margin: 0;
  }

  #gnav-sp .menu {
    position: relative;
    height: 20px;
    width: 26px;
    margin: 0 0 4px 7px;
    z-index: 1001;
    top: 0;
  }

  #gnav-sp .menu span {
    position: absolute;
    left: 0;
    background: #491b67;
    height: 2px;
    width: 100%;
  }

  #gnav-sp .menu span:nth-of-type(1) {
    top: 0;
  }

  #gnav-sp .menu span:nth-of-type(2) {
    top: 9px;
  }

  #gnav-sp .menu span:nth-of-type(3) {
    bottom: 0;
  }

  .close-modal {
    position: absolute;
    right: 10px;
    top: -20px;
    font-size: 50px;
    color: #482080;
  }

  .close-modal span {
    font-size: 9px;
    position: absolute;
    right: 1px;
    top: 25px;
    width: 35px;
  }

  .lower-page .close-modal span {
    top: 53px;
  }

  .modal-block {
    background-color: #491b67;
    border: none;
    position: relative;
    height: 100%;
  }

  .modal-block h2 {
    padding: 20px 25px;
    margin: 0;
  }

  .modal-block h2 img {
    width: 40%;
  }

  .mfp-container {
    padding: 60px 10px 0 10px;
  }

  p.close-modal {
    margin: 0;
  }

  .side-nav-list li {
    background: #491b67;
  }

  .side-nav-list li:not(:first-child) {
    font-size: 17px;
    border-bottom: 1px solid #fff;
  }

  .side-nav-list li.indent,
  .side-nav-list li.indent2 {
    font-size: 15px;
  }

  ul.side-nav-list {
    /*padding: 40px 0;*/
  }

  .side-nav-list li:first-child {
    border-bottom: 1px solid #fff;
    font-size: 17px;
  }

  .side-nav-list li:last-child {
    border-bottom: none;
  }

  .side-nav-list li a {
    padding: 15px 25px;
    color: #fff;
    font-size: 15px;
  }

  .side-nav-list li {
    text-align: left;
  }

  .side-nav-list li.toggle,
  .side-nav-list li.toggle2,
  .side-nav-list li.toggle3,
  .side-nav-list li.toggle4,
  .side-nav-list li.toggle5,
  .side-nav-list li.toggle6 {
    background: #fff;
  }

  .side-nav-list li.toggle:not(:last-child),
  .side-nav-list li.toggle2:not(:last-child),
  .side-nav-list li.toggle3:not(:last-child),
  .side-nav-list li.toggle4:not(:last-child),
  .side-nav-list li.toggle5:not(:last-child),
  .side-nav-list li.toggle6:not(:last-child) {
    border-bottom: 1px solid #491b67;
  }

  .side-nav-list li.toggle a,
  .side-nav-list li.toggle2 a,
  .side-nav-list li.toggle3 a,
  .side-nav-list li.toggle4 a,
  .side-nav-list li.toggle5 a,
  .side-nav-list li.toggle6 a {
    color: #482080;
  }

  .side-nav-list li.indent,
  .side-nav-list li.indent2 {
    font-weight: normal;
    background: #faf8fb;
  }

  .side-nav-list li.indent.bold {
    background: #eee9f2;
  }

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

  .side-nav-list li.indent a {
    padding-left: 43px;
  }

  .side-nav-list li.indent2 a {
    padding-left: 59px;
  }

  #header-nav-sp {
    margin: 20px 0;
  }

  #header-nav-sp ul {
    display: flex;
    justify-content: center;
  }

  #header-nav-sp ul li {
    font-size: 14px;
    border-right: 1px #ccc solid;
    padding-right: 15px;
  }

  #header-nav-sp ul li a {
    color: #333;
  }

  #header-nav-sp ul li:first-child {
    border-left: 1px #ccc solid;
    padding-left: 15px;
  }

  #header-nav-sp ul li:last-child {
    padding-left: 15px;
  }

  .toggle {
    display: none;
  }

  .toggle2 {
    display: none;
  }

  .toggle3 {
    display: none;
  }

  .toggle4 {
    display: none;
  }

  .toggle5 {
    display: none;
  }

  .toggle6 {
    display: none;
  }

  .side-nav-list li.btn-close {
    position: relative;
  }

  .side-nav-list li.btn-close:before,
  .side-nav-list li.btn-close:after,
  .side-nav-list li.btn-close2:before,
  .side-nav-list li.btn-close2:after,
  .side-nav-list li.btn-close3:before,
  .side-nav-list li.btn-close3:after,
  .side-nav-list li.btn-close4:before,
  .side-nav-list li.btn-close4:after,
  .side-nav-list li.btn-close5:before,
  .side-nav-list li.btn-close5:after,
  .side-nav-list li.btn-close6:before,
  .side-nav-list li.btn-close6:after {
    position: absolute;
    top: 44%;
    right: 2px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 15px;
    border-top: 1px solid #fff;
    transform: translateX(-50%);
  }

  .side-nav-list li.btn-close2:before,
  .side-nav-list li.btn-close2:after,
  .side-nav-list li.btn-close3:before,
  .side-nav-list li.btn-close3:after,
  .side-nav-list li.btn-close4:before,
  .side-nav-list li.btn-close4:after,
  .side-nav-list li.btn-close5:before,
  .side-nav-list li.btn-close5:after,
  .side-nav-list li.btn-close6:before,
  .side-nav-list li.btn-close6:after {
    border-left: none;
  }

  .side-nav-list li.btn-close:after,
  .side-nav-list li.btn-close2:after,
  .side-nav-list li.btn-close3:after,
  .side-nav-list li.btn-close4:after,
  .side-nav-list li.btn-close5:after,
  .side-nav-list li.btn-close6:after {
    top: 29%;
    right: 17px;
    transform: rotate(90deg);
    position: absolute;
  }

  .side-nav-list li.btn-close.btn-open:before,
  .side-nav-list li.btn-close2.btn-open2:before,
  .side-nav-list li.btn-close3.btn-open3:before,
  .side-nav-list li.btn-close4.btn-open4:before,
  .side-nav-list li.btn-close5.btn-open4:before,
  .side-nav-list li.btn-close6.btn-open6:before {
    /*border-top: none;*/
    top: 50%;
  }

  .side-nav-list li.btn-open:after,
  .side-nav-list li.btn-open2:after,
  .side-nav-list li.btn-open3:after,
  .side-nav-list li.btn-open4:after,
  .side-nav-list li.btn-open6:after {
    content: none;
    /*width: 8px;
		height: 8px;
		border-top: 1px solid #694897;
		border-left: 1px solid #694897;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 46%;*/
  }

  .modal-1 {
    display: none;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 55px;
    z-index: 1000;
  }

  .modal-block {
    /*margin: 0 10px;*/
    /*height: 100%;*/
  }

  .toggle-link4 span {
    display: inline-block;
    -ms-transform: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transform: all 0.4s;
    -o-transform: all 0.4s;
    transition: all 0.4s;
    zoom: 1;
  }

  .toggle-menu-open {
    -ms-transform: all 1s;
    -webkit-transform: all 1s;
    -moz-transform: all 1s;
    -o-transform: all 1s;
    transition: all 1s;
    zoom: 1;
  }

  .toggle-menu-open span {
    display: inline-block;
    -ms-transform: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transform: all 0.4s;
    -o-transform: all 0.4s;
    transition: all 0.4s;
    zoom: 1;
  }

  .toggle-menu-open span:nth-of-type(1) {
    -ms-transform: translateY(9px) rotate(-45deg);
    -webkit-transform: translateY(9px) rotate(-45deg);
    -moz-transform: translateY(9px) rotate(-45deg);
    -o-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .toggle-menu-open span:nth-of-type(2) {
    opacity: 0;
  }

  .toggle-menu-open span:nth-of-type(3) {
    -ms-transform: translateY(-9px) rotate(45deg);
    -webkit-transform: translateY(-9px) rotate(45deg);
    -moz-transform: translateY(-9px) rotate(45deg);
    -o-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }

  .black-bg.black-bg-open {
    opacity: 0.8;
    visibility: visible;
  }

  /*.btn-close3 {
		display: none;
	}*/
  .btn-close3.active {
    display: block;
  }

  .btn-open3 {
    display: block !important;
  }

  .btn-close6.active {
    display: block;
  }

  .btn-open6 {
    display: block !important;
  }

  .img-area p,
  .table-block .notes {
    font-size: 10px;
    text-align: left;
    margin-top: 15px;
  }

  .img-area img {
    text-align: center;
  }

  .lower-page .notes {
    color: #666;
    font-size: 10px;
    margin-top: 20px;
    font-weight: normal;
  }

  .pager .pager-left {
    padding-left: 15px;
  }

  .pager .pager-right {
    padding-right: 15px;
  }

  .notes-list li {
    font-size: 10px;
  }

  .gray-block {
    margin-bottom: 15px;
    padding: 12px;
  }

  .table-block dl {
    display: table;
    width: 100%;
  }

  .table-block dl dt,
  .table-block dl dd {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .table-block dl dt {
    border-right: 1px solid #a2a5a9;
  }

  .gray-block ul.list-type li {
    display: list-item;
    font-size: 15px;
  }

  .gray-block ul.list-type li p {
    margin: 8px 0 0;
  }

  .table-block.w-30 dl dt {
    justify-content: center;
  }

  .table-block.w-30 dl dt,
  .table-block.w-30 dl dd {
    width: 100%;
  }

  .table-block.w-30 dl.table-top {
    display: none;
  }

  .table-ttl {
    margin: 30px 0 10px 0;
  }

  .img-area ul li {
    text-indent: 0;
    margin-left: 0;
  }

  .indent-sp {
    text-indent: -1.3em;
    margin-left: 1.3em;
  }

  .col-2 {
    display: block;
  }

  .col-2 img {
    width: 100%;
  }

  .col-2-right {
    margin-top: 30px;
  }

  p.notes-list-r {
    font-size: 10px;
    text-align: left;
  }

  .lower-page h3 {
    margin: 30px 0 20px;
    margin-left: 1.3em;
  }

  .circle-list {
    margin-bottom: 35px;
  }

  .img-area p.img-ttl {
    text-align: center;
    font-size: 16px;
  }

  .btn-area img {
    width: 80%;
  }

  .bnr-area {
    display: block;
    margin-top: 30px;
  }

  .bnr-area dl:last-child {
    margin: 30px 0 0 0;
  }

  .bnr-area dl img {
    width: 100%;
  }

  .col2 {
    display: block;
  }

  .col2-left,
  .col2-right {
    width: 100%;
  }

  .border-red {
    font-size: 17px;
    padding: 20px;
  }

  .modal-2 {
    width: 100%;
  }

  .modal-2 dl {
    padding: 0 20px;
  }

  .modal-2 dt {
    font-size: 30px;
  }

  .modal-2 dd {
    font-size: 15px;
  }

  /* Modal
	------------------------------------------ */
  #modal-extlink {
    width: 90% !important;
    height: auto !important;
  }

  #modal-extlink .modal-wrapper {
    width: 100% !important;
    height: 100% !important;
    padding: 15px;
    box-sizing: border-box;
  }

  #modal-extlink .modal-content {
    position: relative;
    padding-bottom: 40px;
  }

  #modal-extlink .modal-wrapper .modal-close-button {
    /*position: absolute;*/
    bottom: -2px;
    right: 0;
  }

  #modal-extlink .modal-wrapper .modal-close-button a {
    /*display: inline-block;
		background: url(/extension/stelara/design/stelara_design/images/uc_common_01_sp.png) no-repeat 50%;
		width: 25px;
		height: 25px;
		margin-bottom: 0;*/
    margin-right: 0;
  }

  #modal-extlink .modal-wrapper .modal-text h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  #modal-extlink .modal-wrapper .modal-text p {
    margin-bottom: 40px;
    line-height: 1.4;
    font-size: 16px;
    padding: 0 10px;
  }

  #modal-extlink .modal-wrapper .modal-buttons {
    text-align: center;
  }

  #modal-extlink .modal-wrapper .modal-buttons a {
    width: 50%;
    font-size: 1.4rem;
  }

  #modal-extlink .modal-wrapper .modal-buttons a img {
    width: 100%;
  }

  #modal-extlink .modal-wrapper .modal-buttons a.btn-confirm {
    margin-right: 15px;
    margin-bottom: 0;
  }

  #modal-extlink .modal-wrapper .modal-buttons a.btn-cancel {}

  .fat-foot-box ul li {
    display: none;
  }

  .fat-foot-box ul li.fat-foot-ttl {
    display: block;
    margin-bottom: 20px;
  }

  #footer-id img.janssen_logo {
    width: 50%;
  }

  p#footer-credit {
    margin-bottom: 30px;
  }

  #header .sp {
    margin-left: 20px;
    text-align: left;
  }

  #mainVisual.top {
    background: url(/img/mv_sp.png) no-repeat top center;
    background-size: cover;
    height: 300px;
  }

  #mainVisual.top h1 {
    letter-spacing: 1px;
    line-height: 1.6;
    padding-left: 6%;
  }

  .btn .section-inner {
    width: 100%;
  }

  .btn-inner dl {
    width: 100%;
    margin-top: 0;
    padding: 25px 20px;
    min-height: 150px;
  }

  .btn-inner dl:nth-child(odd) {
    margin-right: 0;
  }

  .btn-inner dl:nth-child(-n + 2) {
    margin-bottom: 0;
  }

  .btn-inner dl dt {
    font-size: 15px;
  }

  .btn-inner dl dd {
    font-size: 15px;
  }

  .btn-inner dl span {
    font-size: 14px;
  }

  .btn-inner dl:not(:first-child) {
    margin-top: 40px;
  }

  .mv-description {
    text-align: left;
    font-size: 15px;
    color: #491b67;
    font-weight: bold;
    padding: 50px 20px 20px;
    margin-bottom: 0;
    background: #f6f6f6;
  }

  .note-right {
    font-size: 13px;
    text-align: left;
  }

  .btn_area {
    width: 90%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .btn_area h1 {
    font-size: 20px;
  }

  .btn_area p {
    padding: 15px 0;
    text-align: left;
  }

  .btn_area ul {
    display: block;
  }

  .btn_area ul li:first-child {
    margin: 0 0 15px 0;
  }

  .btn_area ul li {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }

  .overlay {
    margin-top: -25px;
  }
}

/*
==================================================
modal
==================================================
*/
.mfp-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.mfp-container .mfp-content {
  display: block;
  background: #fff;
  border-radius: 30px;
  min-width: 300px;
  width: 70vw;
  max-width: 500px;
  padding: 2rem;
  margin: 0;
}

.mfp-container .mfp-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.modal_btn_box {
  display: flex;
  justify-content: center;
}

.modal_link .modal_btn_box a,
.modal_link .modal_btn_box button {
  font-weight: normal;
  position: relative;
  top: auto;
  right: auto;
  opacity: 1;
  cursor: pointer;
  display: block;
  width: 150px;
  height: 50px;
  border-radius: 100px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  background: #491b67;
  margin: 20px 12px 0;
}

.modal_link .modal_btn_box a:hover,
.modal_link .modal_btn_box button:hover {
  opacity: 0.6;
}

/*
==================================================
gnavi
==================================================
*/

@media screen and (min-width: 769px) {
  /*#headerNavi {
	right: 0;
	top: 57px;
}
#headerNavi ul {
	display: flex;
	align-items: center;
}
#headerNavi ul li {
	line-height: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #424242;
}
#headerNavi ul li:not(:last-child) {
	margin-right: 23px;
}
#headerNavi ul li:last-child {
	padding-right: 0;
}
#headerNavi ul li a {
	color: #333;
}
#headerNavi ul li a:hover {
	opacity: .8;
}
*/

  #headerNavi ul li.current {
    border-bottom: 4px solid #491b67;
  }

  #header {
    height: 54px;
    padding-top: 28px;
    /* position: absolute; */
    z-index: 9;
    width: 100%;
  }

  #header .header-inner {
    width: 1200px;
    margin: 0 auto;
  }

  .dropdwn {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .dropdwn ul {
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    padding-top: 33px;
    z-index: 98;
    color: #fff;
    /* background: #ffffff; */
    width: 265px;
  }

  .top .dropdwn ul {
    padding-top: 33px;
  }

  .dropdwn li {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #424242;
  }

  ul.dropdwn li:not(:last-child) {
    /* margin-right: 20px; */
  }

  .dropdwn li a {
    color: #333;
    padding: 20px;
  }

  .dropdwn ul li a:hover {
    opacity: 0.8;
  }

  .dropdwn>li {}

  .dropdwn_menu {
    width: 100%;
    display: none;
    position: absolute;
  }

  .dropdwn_menu li {
    width: 265px;
    position: relative;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    z-index: 99;
    background: #f6f6f6;
    box-sizing: border-box;
  }

  .dropdwn_menu li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #491b67;
    border-left: 1px solid #491b67;
    top: 43%;
    right: 17px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .dropdwn_menu li:hover {
    background: #fff;
  }

  .dropdwn_menu li:last-child {
    /*border-bottom: none;*/
  }

  .dropdwn_menu li a {
    width: 100%;
    padding: 18px 29px 18px 19px;
    text-align: left;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
  }

  .dropdwn li a:hover {
    color: #491b67;
  }
}

@media (min-width: 769px) {
  section {
    padding: 80px 0 30px;
  }
}

section.bg-gry {
  background: #f6f6f6;
}

.header-inner img {
  width: 134px;
}

#headerNavi {
  display: flex;
}

@media (min-width: 769px) {
  .site_id {
    margin-right: 120px;
  }
}

.upper {
  width: 100%;
  background: #fff;
  min-height: 165px;
  border-radius: 20px;
  position: relative;
  font-size: 32px;
  line-height: 65px;
  padding: 50px;
  box-sizing: border-box;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.upper.movie p {
  font-size: 18px;
}

.upper h2 {
  margin: 0;
  color: #491b67;
  line-height: 1.6;
}

.upper a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.upper::before {
  content: "";
  position: absolute;
  background: #491b67;
  right: 50px;
  top: calc(50% - 25px);
  width: 68px;
  height: 42px;
  border-radius: 30px;
}

.upper::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 79px;
  top: calc(50% - 12px);
}

.lower {
  width: calc(50% - 25px);
  background: #fff;
  min-height: 165px;
  border-radius: 20px;
  position: relative;
  padding: 50px 120px 50px 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.lower h3 {
  font-size: 24px;
  margin-bottom: 0;
  color: #491b67;
}

.top .lower h3 {
  margin-bottom: 10px;
}

.lower p {
  font-size: 16px;
  margin-bottom: 0;
}

.lower a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lower::before {
  content: "";
  position: absolute;
  background: #491b67;
  right: 50px;
  top: calc(50% - 19px);
  width: 55px;
  height: 36px;
  border-radius: 30px;
}

.lower::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 74px;
  top: calc(50% - 6px);
}

@media (min-width: 769px) {
  .lower-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.bg-wht .upper,
.bg-wht .lower {
  background: #f6f6f6;
}

.movie {
  display: flex;
  background: none;
  padding: 0 140px 0 0;
}

.movie h2 {
  margin-bottom: 10px;
}

section.bg-grn {
  background: #dbe882;
}

.section-inner h2 {
  margin-top: 0;
}

.section-inner .upper,
.section-inner .lower {
  transition: 0.2s;
}

.section-inner .upper:hover,
.section-inner .lower:hover {
  opacity: 0.8;
}

.sub_index section {
  padding-top: 15px;
}

.description {
  font-size: 18px;
}

.breadcrumbs {
  margin-bottom: 60px;
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs ul li::after {
  content: ">";
  padding: 0 8px;
}

.breadcrumbs ul li:last-child {
  font-weight: bold;
}

.breadcrumbs ul li:last-child::after {
  content: none;
}

.about_disease .lower .large {
  border-radius: 20px 20px 0 0;
}

.about_disease .lower .small {}

.lower-about_disease-wrapper {
  width: calc(50% - 25px);
  background: #fff;
  /* min-height: 165px; */
  border-radius: 20px;
  /* position: relative; */
  /* padding: 50px 120px 50px 50px; */
  /* box-sizing: border-box; */
  /* align-items: center; */
  margin-bottom: 50px;
}

.lower-about_disease {
  background: #fff;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  align-items: center;
}

.lower-about_disease h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #491b67;
}

.lower-about_disease p {
  font-size: 16px;
  margin-bottom: 0;
}

.lower-about_disease a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lower-about_disease-wrapper .large {
  display: flex;
  align-items: center;
  padding: 0 50px 0;
  position: relative;
  /* background: #000; */
  height: 118px;
}

.lower-about_disease-wrapper .large::before {
  content: "";
  position: absolute;
  background: #491b67;
  right: 50px;
  top: calc(50% - 17px);
  width: 52px;
  height: 33px;
  border-radius: 30px;
}

.lower-about_disease-wrapper .large::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 71px;
  top: calc(50% - 7px);
}

.lower-about_disease-wrapper .large h3 {
  margin-bottom: 0;
}

.lower-about_disease-wrapper .large:hover {
  opacity: 0.8;
}

.lower-about_disease-wrapper .small {
  margin: 0 50px 42px;
  border-top: 1px solid #d8d8d8;
  font-weight: bold;
  font-size: 18px;
  padding-top: 30px;
}

.lower-about_disease-wrapper .small li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 12px;
}

.lower-about_disease-wrapper .small li:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid #491b67;
  border-left: 2px solid #491b67;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 5px;
  top: calc(50% - 5px);
}

.lower-about_disease-wrapper .small a {
  padding-right: 25px;
}

.lower-about_disease-wrapper .small a:hover {
  opacity: 0.8;
}

.lower-about_disease-wrapper .small a:link {
  color: #491b67;
}

.sub_index #mainVisual h1,
.page_lower #mainVisual h1 {
  text-align: left;
  line-height: 1;
}

.sub_index #mainVisual h1 span,
.page_lower #mainVisual h1 span {
  font-size: 16px;
}

.page_lower .breadcrumbs {
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
}

section.page-transition .hide {
  visibility: hidden;
  pointer-events: none;
}

section.page-transition .lower {
  padding: 20px;
  margin-bottom: 0;
}

section.page-transition {
  padding: 50px;
}

section.page-transition .lower h3 {
  font-size: 22px;
}

section.page-transition .lower::before {
  content: "";
  position: absolute;
  background: #491b67;
  right: 40px;
  top: calc(50% - 16px);
  width: 52px;
  height: 33px;
  border-radius: 30px;
}

section.page-transition .lower::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 63px;
  top: calc(50% - 5px);
}

section.page-transition .lower {
  width: calc(50% - 25px);
  background: #fff;
  min-height: 100px;
  border-radius: 20px;
  position: relative;
  padding: 40px 90px 40px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-transition .lower-wrapper div:first-child.lower {
  padding: 40px 40px 40px 90px;
}

.page-transition .lower-wrapper div:first-child.lower::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 63px;
}

.page-transition .lower-wrapper div:first-child.lower::before {
  left: 40px;
}

.page-transition-lowest .hide {
  visibility: hidden;
  pointer-events: none;
}

.page-transition-lowest {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.page-transition-lowest li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 25px 20px;
  box-sizing: border-box;
}

.page-transition-lowest li {
  width: 47%;
  background: #f6f6f6;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.page-transition-lowest li::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid #491b67;
  border-left: 2px solid #491b67;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 25px;
  top: calc(50% - 5px);
}

.page-transition-lowest li:first-child::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid #491b67;
  border-left: 2px solid #491b67;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 25px;
  top: calc(50% - 5px);
}

section.page-transition .lower div {
  text-align: center;
}

.benefit .movie .img img {
  width: 100%;
}

.benefit .movie h2 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .benefit .movie h2 {
    font-size: 4vw;
  }

  .upper.movie p {
    font-size: 3vw;
  }

  #headerNavi.pc {
    display: none;
  }

  #mainVisual.top h1 {
    text-align: left;
    color: #491b67;
  }

  .lower-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  section {
    padding: 40px 20px 40px;
  }

  .upper {
    min-height: 120px;
    margin-bottom: 20px;
    padding: 40px;
  }

  .upper::after {
    width: 8px;
    height: 8px;
    right: 29px;
    top: calc(50% - 3px);
  }

  .upper::before {
    right: 12px;
    top: calc(50% - 10px);
    width: 40px;
    height: 24px;
  }

  .lower::before,
  section.page-transition .lower::before {
    right: 12px;
    top: calc(50% - 10px);
    width: 30px;
    height: 20px;
  }

  .lower-about_disease-wrapper .large::before {
    right: 0px;
    top: calc(50% - 10px);
    width: 30px;
    height: 20px;
  }

  .lower-about_disease-wrapper .large::after {
    width: 6px;
    height: 6px;
    right: 13px;
    top: calc(50% - 4px);
  }

  .lower::after,
  section.page-transition .lower::after {
    width: 6px;
    height: 6px;
    right: 25px;
    top: calc(50% - 4px);
  }

  .lower-about_disease-wrapper .large {
    padding: 0 45px 0 0;
    min-height: 60px;
    height: initial;
  }

  .page-transition .lower-wrapper div:first-child.lower::after {
    left: 20px;
  }

  .page-transition .lower-wrapper div:first-child.lower::before {
    left: 8px;
  }

  .section-inner h2 {
    font-size: 4vw;
  }

  .lower h3,
  section.page-transition .lower h3,
  .lower-about_disease-wrapper .large h3 {
    font-size: 3.2vw;
    text-align: left;
  }

  .lower p {
    font-size: 2vw;
  }

  .lower {
    width: calc(50% - 10px);
    min-height: 120px;
    padding: 20px 50px 20px 20px;
    margin-bottom: 20px;
  }

  section.page-transition .lower {
    width: calc(50% - 10px);
    min-height: 100px;
    padding: 20px 45px 20px 20px;
    margin-bottom: 20px;
  }

  .lower-about_disease-wrapper .small li {
    font-size: 3vw;
    margin-bottom: 3px;
  }

  .lower-about_disease-wrapper .small {
    margin: 0;
    padding-top: 10px;
  }

  .page-transition .lower-wrapper div:first-child.lower {
    padding: 20px 20px 20px 45px;
  }

  .lower-about_disease-wrapper {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 15px;
    box-sizing: border-box;
  }

  section .section-inner {
    width: 100%;
  }

  .movie .img {
    min-width: 40%;
    width: 30%;
  }

  .upper.movie {
    padding: 15px 66px 10px 20px;
    margin-bottom: 0;
    display: block;
  }

  .movie .img img {
    width: 100%;
  }

  .breadcrumbs li {
    font-size: 3vw;
    margin-bottom: 3px;
  }

  .page_lower .breadcrumbs {
    width: initial;
    padding: 0 20px;
    text-align: left;
  }

  section.page-transition {
    padding: 40px 20px 20px;
  }

  .lower-about_disease-wrapper .small li:after {
    width: 6px;
    height: 6px;
    right: 0px;
    top: calc(50% - 3px);
  }

  .benefit .movie .img {
    width: 100%;
    min-width: initial;
    margin-bottom: 15px;
  }
}

#dialog-overlay {
  /* set it to fill the whil screen */
  width: 100%;
  height: 100%;

  /* transparency for different browsers */

  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  background: #000;

  /* make sure it appear behind the dialog box but above everything else */

  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;

  /* hide it by default */
  display: none;
}

#dialog-box {
  /* css3 drop shadow */

  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  /* css3 border radius */

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #eee;
  /* styling of the dialog box, i have a fixed dimension for this demo */

  width: 500px;
  min-height: 320px;
  /* make sure it has the highest z-index */

  position: absolute;
  left: 50%;
  z-index: 5000;
  /* hide it by default */

  /*display:none;*/
  margin-left: -250px;
}

#dialog-box h1 {
  text-align: center;
  padding: 7px;
  margin: 0px;
  color: #fff;
  background-color: #1b5ea1;
  font-size: 1.3em;
  font-weight: bold;
}

#dialog-box .dialog-content p {
  padding: 15px;
  line-height: 1.6em;
  font-size: 0.9em;
}

#dialog-box .dialog-content p.yes {
  padding: 0 0 0 60px;
  float: left;
  margin: 0 20px 0 0;
  display: inline;
}

#dialog-box .dialog-content p.no {
  display: inline;
}

#dialog-box ul {
  padding: 0 0 0 30px;
  text-align: center;
}

#dialog-box ul li {
  float: left;
  margin: 0 20px 0 0;
  list-style: none;
}

#dialog-box img {
  border: none;
}

#dialog-box .dialog-content {
  padding: 10px;
  margin: 13px;
}

#dialog-box h1.style2 {
  /*    background-color:#0F9137;*/
  background-color: #195ba5;
}

/*----------------//   フローティングバナー   //----------------------*/

.l-flt-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #4b1d65;
  border-top: 1px solid #fff;
}

.l-flt-banner .p-kakehashi-banner-link {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  justify-content: center;
}

.l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__text {
  min-height: auto;
  padding: 0;
  background: none;
}

.l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__name {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
}

.l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__icon br {
  display: block;
}

.l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__desc {
  line-height: 1;
  /* text-align: justify; */
  -moz-text-align-last: justify;
  /* text-align-last: justify; */
  text-justify: inter-character;
  letter-spacing: 0;
  word-break: keep-all;
  white-space: nowrap;
}

.l-flt-banner .p-kakehashi-banner-link .u-arr-circle {
  margin: auto 0;
}

.l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__desc span {
  font-size: 24px;
}

.l-flt-banner .p-kakehashi-banner-link dt:hover,
.l-flt-banner .p-kakehashi-banner-link dd:hover {
  opacity: initial;
}

@media (min-width: 48em) {
  body.is-loaded-flt-banner {
    padding-bottom: 4.444rem;
  }

  .l-flt-banner {
    padding: 13px 0;
    -webkit-box-shadow: 0 -0.556rem 0.555rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 -0.556rem 0.555rem rgba(0, 0, 0, 0.06);
  }

  .l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__text {
    /* width: 400px; */
  }

  .l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__icon {
    margin-right: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    background: #fff;
    padding: 6px 22px 4px;
    color: #8c57ae;
    border-radius: 10px;
    border: 2px solid;
  }

  .l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__desc {
    margin-bottom: 7px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
  }

  .l-flt-banner .p-kakehashi-banner-link .u-arr-circle {
    margin-left: 34px;
    width: 30px;
    height: 30px;
    background: #8c57ae;
    border-radius: 30px;
    top: calc(50% - 15px);
    position: relative;
  }

  .l-flt-banner .p-kakehashi-banner-link .u-arr-circle:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 4px;
    margin: auto;
    color: #fff;
  }
}

@media (max-width: 47.9375em) {
  body.is-loaded-flt-banner {
    padding-bottom: 5.33vw;
  }

  body.is-loaded-flt-banner #grd-page-top {
    bottom: 18.66vw;
  }

  .l-flt-banner .p-kakehashi-banner-link {
    padding: 2.66vw 0;
  }

  .l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    margin: 0 auto;
  }

  .l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__text {
    /* width: 60vw; */
  }

  .l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__icon {
    padding: 1.8vw 2vw;
    margin-right: 3vw;
    font-size: 3.4vw;
    word-break: keep-all;
    white-space: nowrap;
    border-radius: 2vw;
    background: #fff;
    /* margin: 10px; */
    font-weight: bold;
    color: #8c57ae;
    border: 2px solid;
    line-height: 1.3;
  }

  .l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__desc {
    font-size: 5.5vw;
    color: #fff;
    font-weight: bold;
  }

  .l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__desc span {
    font-size: 4.5vw;
  }

  .l-flt-banner .p-kakehashi-banner-link .p-kakehashi-banner__name {
    font-size: 3.6vw;
  }

  .l-flt-banner .p-kakehashi-banner-link .u-arr-circle {
    width: 6vw;
    min-width: 4vw;
    height: 6vw;
    min-height: 4vw;
    margin-left: 3vw;
    background: #8c57ae;
    border-radius: 6vw;
    position: relative;
  }

  .l-flt-banner {
    padding: 13px 0;
  }

  .l-flt-banner .p-kakehashi-banner-link .u-arr-circle:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 3px;
    margin: auto;
    color: #fff;
  }
}

#footer {
  margin-bottom: 50px;
}