@charset "UTF-8";

/* -----------------------------------------------
  共通
----------------------------------------------- */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {

  font-family: "Noto Sans JP",'Roboto', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  color: #191919;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break:auto;

}

img {
  display: block;
}
/*仮画像処理・公開時削除
.content__main figure {
  position: relative;
}
.content__main figure img {
  filter: brightness(75%);
  background: #efefef;
  width:100%;
  
}
.content__main figure:before,
 {
  content: "";
  position: absolute;

}
.content__main figure:after{
  content: '仮画像';
  position: absolute;
  top: 0%;
  right: 10%;
  font-size: 6.0em;
    color: #ffffff;
    font-weight: bold;
}*/


/*仮画像処理終了・公開時削除*/

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.d-ib {
  display: inline-block;
}

/*改行禁止*/
.nobr {white-space:nowrap;}


*, *:before, *:after, html, body {
  box-sizing: border-box;
}
.inner {
  /*width: calc(100% - 120px);*/
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: content-box;
}

.content-inner {
  /*width: calc(100% - 120px);*/
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: content-box;
}

.site-logo a {
  transition: all .3s;
}

@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }

  .site-logo a:hover {
    opacity: 0.7;
  }
}


@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  
  .is-sp {
    display: block;
  }

  .content-inner {
    padding: 0;
  }
}


/* -----------------------------------------------
  SP版 トップページのスライダー
----------------------------------------------- */

@media screen and (max-width: 767px) {
  .top-slider__item a {
    display: block;
    margin: 0 20px;
  }

  .slide-arrow {
    position: absolute;
    top: 42%;
    width: 24px;
    height: 24px;
    z-index: 1;
  }

  .slide-arrow.prev-arrow {
    left: 35px;
  }

  .slide-arrow.next-arrow {
    right: 35px;
    transform: rotate(180deg);
  }

  .slide-dots {
    display: flex;
    justify-content: center;
    font-size: 0;
    margin-top: 5px;
  }

  .slide-dots li {
    width: 6px;
    height: 6px;
    background-color: #aaa;
    border-radius: 50%;
  }

  .slide-dots li:nth-of-type(n+2) {
    margin-left: 24px;
  }

  .slide-dots li.slick-active {
    background-color: var(--primary-color);
  }
}


/*out-link*/
/* modal ---------------------------------------- */

.modal-outlink{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999999;
  left: 0;
}
.modal_bg{
  background-color:#000000;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  height: 100vh;
  /*position: absolute;*/
  width: 100%;
  position: absolute;

}
.modal__content{
  background: #ffffff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  font-size:1.2rem;
  font-weight:bold;
  border:1px solid #cccccc;
  border-radius: 12px;
  text-align: center;
  overflow-y: auto;
overflow-y: scroll;

}
.modal__content div img {margin:0 auto;text-align:center;}
.modal__content div img.logo1 {width:300px;}
.modal__content div img.logo2 {width:230px;}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .modal-outlink{
  left: 0%;
}
    *::-ms-backdrop, .modal_bg{
  left: 0%;
  display:block;
}
*::-ms-backdrop, .modal__content{  } /* IE11 */
}
.modal__content p.mdh{
font-weight:bold;
color:#FCA31B;
font-size:2.4rem;
text-align:center;
}
.modal__content p{
  width:85%;
  margin:10px auto;
  text-align:left;
  font-weight:normal;
    font-size:1.8rem;
}
.modal-btn {
  display:block;
  padding:10px;
  background:#FCA31B;
  color:#ffffff;
  text-align:center;
  margin:10px;
  width:50%;
  border-radius: 12px;
  border:4px solid #cccccc;

}
.modal-btn2 {
  display:block;
  padding:10px;
  background:#FCA31B;
  color:#ffffff;
  text-align:center;
  margin:10px;
  width:50%;
  border-radius: 12px;
  border:4px solid #cccccc;
}
.modal-btn3 {
  display:block;
  padding:10px;
  background:#FCA31B;
  color:#ffffff;
  text-align:center;
  margin:10px;
  width:50%;
  border-radius: 12px;
  border:4px solid #cccccc;
}
.modal-btn4 {
  display:block;
  padding:10px;
  background:#FCA31B;
  color:#ffffff;
  text-align:center;
  margin:10px;
  width:50%;
  border-radius: 12px;
  border:4px solid #cccccc;
}
.modal__content a:link {
  text-decoration:none;
  color:#ffffff!important;
  font-size:1.6rem;
  font-weight:bold;
  margin: 10px auto;
}

.modal__content .modal-link-box-inner a,
.modal__content .modal-link-box-inner a:hover,
.modal__content .modal-link-box-inner a:focus,
.modal__content a,
.modal__content a:hover,
.modal__content a:focus,
.modal__content a:visted {
  color:#ffffff!important;
}
.modal__content .modal-link-box {
  display:table;
  width:90%;
  margin:5px auto;
}
.modal__content .modal-link-box .modal-link-box-inner {
  display:table-cell;
  width:50%;
  padding: 10px;
  text-align: center;
}



@media screen and (max-width: 1000px)
{

   .modal__content{
  background: #ffffff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 30%;
  transform: translate(-50%,-30%);
  width: 90%;
  font-size:1.0rem;
  font-weight:bold;
  border:1px solid #cccccc;
  border-radius: 12px;
  max-height:80%;


}
   .modal__content p{
  width:100%;
  margin:10px auto;
  text-align:left;
  font-size:1.6rem;
}
        .modal__content .modal-link-box .modal-link-box-inner {
  /*display:block;
  width:100%;
  padding: 10px;*/

}
.modal__content p.mdh{
font-size:2.4rem;
}
.modal-btn,.modal-btn2,.modal-btn3,.modal-btn4 {
width:100%;
}
.modal__content a:link {

font-size:2.0rem;

}

}
/*dialog*/

/*
ARCHITECTURE
------------------------------------------------------------------
display / display relative / pages / page relative / sizing
*/
@media screen {
  .lab {
    margin: 0 auto;
  }

  .lab h4.stg {
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 1.5em;
  }

  .lab h3 + ul > li,
  .lab h4 + ul > li,
  .lab li > div,
  .lab li > ul li > a,
  .msb,
  .msb li,
  .msb li > div {
    display: flex;
  }

  .lab li > div,
  .msb li > div {
    flex-direction: column;
  }

  .msb,
  .msb li,
  .lab h3 + ul > li,
  .lab h4 + ul > li {
    align-items: center;
  }

  .msb {
    justify-content: center;
  }

  .msb {
    z-index: 3;
  }

  .msb {
    position: fixed;
  }

  .msb {
    top: 0;
  }

  .msb {
    left: 0;
  }

  h6, em {
    font-weight: normal;
  }

  .ati-911, .ati-pdf, .ati-button {
    font-weight: bold;
  }

  .lab li h4 + em,
  .ati-button + .ati-button {
    margin-top: 1.0em;
  }

  .lab li h6 + em {
    margin-top: 0.5em;
  }

  .msb .lab {
    margin-top: 0;
  }

  .msb .ati-911,
  .msb .ati-pdf,
  .lab .ati-911,
  .lab .ati-pdf,
  .ati-button {
    padding: 0 1.25em;
  }

  .msb {
    width: 100vw;
  }

  .msb {
    height: 100vh;
  }

  .lab .ati-911,
  .lab .ati-pdf,
  .msb .ati-911,
  .msb .ati-pdf,
  .ati-button {
    height: 2.50em;
  }

  .ati-911,
  .ati-pdf,
  .ati-button {
    color: #FFFFFF;
  }

  .ati-911,
  .ati-pdf,
  .ati-button {
    font-weight: bold;
  }

  .msb {
    opacity: 0.95;
  }

  .msb {
    /*background-color: #FFFFFF;*/
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    transition: opacity .2s ease-out;
    z-index: 1000;
  }

  .ati-911 {
    background-color: #CE0E2D;
  }

  .ati-pdf {
    background-color: #008A85;
  }

  .ati-button {
    background-color: #54565A;
  }

  .lab .ati-911,
  .lab .ati-pdf,
  .ati-button {
    border-radius: 2.0em;
  }

  .jti-close {
    cursor: pointer;
  }

  #soliris__dialog div.container__answer_link {
    text-align:center;
    margin:36px auto;
  }

  #soliris__dialog div.container__answer_link a:link {
    border-radius:16px;
    background-color:#59cbe8;
    padding:5px 16px;
    display:inline-block;
    color:#002f6c;
    font-weight:bold;
    font-size: 13px;
  }
  span.dialog-info {
    font-weight:bold;
    color:#003688;
  }
}

@media screen and (min-width:1216px) {
  .lab li,
  .msb li,
  .msb li > div {
    justify-content: space-between;
  }

  .msb h6 + ul {
    margin-top: 120px;
  }

  .lab h4 + ul {
    margin-top: 60px;
  }

  .lab li + li,
  .lab ul + h4 {
    margin-top: 30px;
  }

  .lab .ati-911,
  .lab .ati-pdf,
  .ati-button {
    padding: 0 1.25em;
  }

  .lab li + li,
  .lab ul + h4 {
    padding-top: 30px;
  }

  .msb > div,
  .msb li {
    width: 613px;
  }

  .msb > div > h6 {
    font-size: 2.4vw;
    font-weight: normal;
  }

  .ati-button,
  .lab h4,
  .lab li h4,
  .lab .ati-911,
  .lab .ati-pdf,
  .msb .lab > h6,
  .msb li h6,
  .msb > div > em {
    font-size: 1.2vw;
    font-weight: normal;
  }

  .lab li em,
  .msb li em {
    font-size: 18px;
  }

  .lab h4,
  .lab li h4 {
    font-weight: normal;
  }

  .lab .ati-911,
  .lab .ati-pdf,
  .ati-button {
    line-height: 2.50em;
  }

  .lab li h4,
  .msb li h6 {
    line-height: 1.25em;
  }

  .lab li em,
  .msb li em {
    line-height: 1.00em;
  }

  .lab li + li,
  .lab ul + h4 {
    border-top: solid #DDDDDD 1px;
  }
}

@media screen and (min-width:769px) and (max-width:1215px) {
  .lab li,
  .msb li,
  .msb li > div {
    justify-content: space-between;
  }

  .msb h6 + ul {
    margin-top: calc(120 * 100vw / 1215);
  }

  .lab h4 + ul {
    margin-top: calc(60 * 100vw / 1215);
  }

  .lab li + li,
  .lab ul + h4,
  .ati-button + .ati-button {
    margin-top: calc(30 * 100vw / 1215);
  }

  nav li + li {
    /*margin-left: calc(30 * 100vw / 1215);*/
  }

  .lab .ati-911,
  .lab .ati-pdf,
  .ati-button {
    padding: 0 1.25em;
  }

  .lab li + li,
  .lab ul + h4 {
    padding-top: calc(30 * 100vw / 1215);
  }

  .msb li {
    width: calc(960 * 100vw / 1215);
  }

  .msb > div > h6 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.6rem;
  }

  .lab li h4,
  .lab .ati-911,
  .lab .ati-pdf,
  .msb .lab > h6,
  .msb li h6,
  .msb > div > em {
    font-size: 1.25em;
  }

  .lab li em,
  .msb li em {
    font-size: calc(18 * 100vw / 1215);
  }

  .lab h4,
  .lab li h4 {
    font-weight: normal;
  }

  .lab .ati-911,
  .lab .ati-pdf,
  .ati-button {
    line-height: 2.5em;
  }

  .msb li h6 {
    line-height: 1.0em;
  }

  .lab li + li,
  .lab ul + h4 {
    border-top: solid #DDDDDD 1px;
  }
}



@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .modal-overlay {
width:100%; height:100vh;
position:fixed;
top:0;
left:0;
background: rgba(204, 204, 204, 0.95);
z-index:1000;
}
}

.modal-content {
  max-width:800px;
  width:94%;
  height:100vh;
  position: absolute;
  top:0vh;
  left:50%;
  transform: translate(-50%, 0);
height: 100vh;
    overflow: auto;
}

.modal-content .survey01 {  background:#fff; border:solid 1px #00416F;
  /* padding-bottom:24px; */
}
.modal-content .survey01 h3 { background:linear-gradient(to right, #5E1986, #921E3D, #A42025, #ED722B); color:#fff; text-align:center; font-size:16px; font-weight:500; padding:16px;}
.modal-content .survey01 h3 span { display:block; margin-top:8px; font-size:12px;}

.modal-content .survey01 h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color:#00416F;
  text-align:center;
  font-size:12px;
  font-weight:normal;
  padding:0;
  height:40px;
  line-height:110%;
}
.modal-content .survey01 .medical {width:50%; float:left; box-sizing:border-box;}
.modal-content .survey01 .patient {width:50%; float:left;}
.modal-content .survey01 ul {  margin:0 auto;}
.modal-content .survey01 .medical ul {width:100%;}
.modal-content .survey01 .patient ul {width:100%;}
.modal-content .survey01 ul li { width:65px; margin:0 auto; padding:0 ; box-sizing:border-box;}
/*.modal-content .survey01 ul li:hover { opacity:0.7; transition:all ease 0.3s; }*/

.modal-content .survey01 .survey_img { height:55px; padding-top:5px; line-height:0; position:relative; border:solid 1px #00416F;}
.modal-content .survey01 .survey_img img { width:80%; line-height:0; position:absolute; bottom:0; left:50%; margin-left:-40%;}
.modal-content .survey01 .survey_name { display:table-cell; vertical-align:middle; width:65px; height:2.8em; overflow:hidden; padding:3px 0; background:#00416F; color:#fff; text-align:center; font-size:10px; line-height:1.4em; position:relative; }
.modal-content .survey01 .smallfont {	letter-spacing:-1.5px;}
.modal-content .survey01 input[type="radio"] { display: none}
.modal-content .survey01 input[type="radio"] + .radio-icon { display:block; background:#fff; border:solid 1px #00416F; box-sizing:border-box; width:10px; height:10px; margin:10px auto; border-radius:5px;}
.modal-content .survey01 input[type="radio"]:checked + .radio-icon { background:#00416F;}


.modal-content .survey01 .survey_btn {display:block; width:85px; margin:20px auto 20px; padding:8px 0; background:#80A0B8; color:#fff; border:solid 1px #80A0B8; border-radius:3px; text-align:center; line-height:1em; }
.modal-content .survey01 .survey_btn:hover { background:#4D7B9A; color:#fff; border:solid 1px #80A0B8;}
.modal-content .survey01 .patient ul li label input[type="radio"] {
  display:none;
}


.modal-content .survey02 { background:#fff; border:solid 1px #00416F;}

.modal-content .survey02 h3 { 
  background:#00416F; 
  color:#fff; text-align:center; font-size:16px; font-weight:normal; padding:15px;
}

.modal-content .survey02 .wrap__diseaseName {
  display:block;
  width:100%;
  margin:0 auto;
  padding:10px 0 10px;
  border-bottom:solid 1px #CCD9E2;
}

.modal-content .survey02 .wrap__diseaseName .diseaseName--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 10px auto 0;
  padding-right:60px;
  width: 340px;
  color: #00416F;
  font-size: 16px;
}

.modal-content .survey02 .wrap__diseaseName .diseaseName--bottom a {
  margin-right:10px;
  padding:5px 10px;
  color:#fff;
  background:#00416F;
  text-decoration:none;
  box-sizing: border-box;
  border-radius: 6px;
}

.modal-content .survey02 .wrap__diseaseName .diseaseName--bottom a sup {
  font-size:10px;
  line-height:0;
  vertical-align: super;
}

.modal-content .survey02 .wrap__diseaseName .diseaseName--bottom a br {
  display:none;
}

.modal-content .survey02 .wrap__diseaseName .diseaseName--bottom a:last-child {
  margin-right:0;
}

.modal-content .survey02 .wrap__diseaseName:last-child { border-bottom:none;}
.modal-content .survey02 .wrap__diseaseName:last-child span{ padding-top:21px; line-height: 100%; letter-spacing: -0.04em;}
.modal-content .survey02 a:hover { opacity:0.7; transition:all ease 0.3s; }
.modal-content .grey{
   pointer-events: none;
   opacity: 0.5;
}

#soliris__dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#soliris__dialog .inner__left, #soliris__dialog .inner__right {
  padding:33px 50px 33px 50px;
  width:100%;
  border-right:1px solid #eee;
  box-sizing: border-box;
}

#soliris__dialog .dialog__catTitle {
  margin-bottom:15px;
  color:#a8007d;
  font-size:20px;
  font-weight: bold;
  text-align: center;
}

#soliris__dialog p {
  margin-bottom:20px;
  font-size:18px;
  text-align: center;
}

#soliris__dialog .dialog__question {
  margin-bottom:20px;
  padding: 0;
  color:#191919;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: none;
}

#soliris__dialog .container__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#soliris__dialog .container__answer + .dialog__question {
  margin-top:20px;
}

#soliris__dialog .container__answer a,
#soliris__dialog .container__answer .underconstract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:240px;
  height:54px;
  color:#fff;
  font-size:16px;
  font-weight: 500;
  border-radius: 12px;
  box-sizing: border-box;
}

#soliris__dialog .container__answer .yes {
  background: #5E1986;
  font-size: 16px;
  font-weight: 700;
}

#soliris__dialog .container__answer .no {
  background: #FFFFFF;
  border: 2px solid #434343;
  color: #392F2C;
  font-size: 16px;
  font-weight: 700;
}

#soliris__dialog .container__answer a:first-child {
  margin-right:20px;
}

#soliris__dialog .container__answer .underconstract {
  background:#bbbbbb;
  margin-right:20px;
  margin-bottom:5px;
}
#soliris__dialog .container__answer p.memo {
  margin-right:140px;
}







@media screen and (min-width:450px) and (max-width:768px) {

  .lab li,
  .lab li > ul li > a {
    flex-direction: column;
  }

  .lab h4 + ul,
  .msb .lab {
    margin-top: calc(100vw * 40 / 320);
  }

  .ati-button,
  .lab .ati-911,
  .lab .ati-pdf,
  .lab li + li,
  .lab ul + h4,
  .lab h6 + ul {
    margin-top: calc(100vw * 20 / 320);
  }

  .msb .lab h6 + ul,
  .msb .lab li + li,
  .msb .ati-pdf,
  .msb .ati-button {
    margin-top: calc(100vw * 10 / 320);
  }

  .lab li + li,
  .lab ul + h4 {
    padding-top: calc(100vw * 20 / 320);
  }

  .msb .lab li + li {
    padding-top: calc(100vw * 10 / 320);
  }

  /* .msb div,
  .msb .lab {
    width: calc(100vw * 280 / 320);
  } */

  .msb .ati-pdf {
    width: calc(100vw * 240 / 320);
  }

  .msb .ati-pdf,
  .msb .ati-button {
    width: 100%;
  }

  .msb .ati-911,
  .msb .ati-button {
    height: 2.50em;
  }

  .lab .ati-911,
  .lab .ati-pdf {
    font-size: 1.25em;
  }

  .ati-button,
  .msb > div > h6 {
    font-size: 1.00em;
  }

  .msb h6,
  .msb em,
  .msb .ati-pdf,
  .msb .ati-button,
  .msb .lab h6 {
    font-size: 0.50em;
  }

  .lab .ati-911,
  .lab .ati-pdf,
  .ati-button {
    text-align: center;
  }

  .lab li + li,
  .lab ul + h4 {
    border-top: solid #DDDDDD 1px;
  }

  .msb > div > h6 {
    font-size: 0.75em;
  }

  .msb h6,
  .msb em,
  .msb .ati-pdf,
  .msb .ati-button,
  .msb .lab h6 {
    font-size: 0.50em;
  }
}

@media screen and (max-width:450px) {
  .lab li,
  .lab li > ul li > a {
    flex-direction: column;
  }

  .lab h4 + ul {
    margin-top: calc(100vw * 40 / 320);
  }

  .ati-button,
  .lab .ati-911,
  .lab .ati-pdf,
  .lab li + li,
  .lab li + li,
  .lab ul + h4,
  .lab h6 + ul {
    margin-top: calc(100vw * 20 / 320);
  }

  .msb .lab,
  .msb .lab h6 + ul,
  .msb .ati-pdf,
  .msb .ati-button {
    margin-top: calc(100vw * 10 / 320);
  }

  .lab li + li,
  .lab ul + h4 {
    padding-top: calc(100vw * 20 / 320);
  }

  /* .msb div,
  .msb .lab {
    width: calc(100vw * 280 / 320);
  } */

  .msb .ati-911,
  .msb .ati-button {
    height: 2.50em;
  }

  .lab .ati-911,
  .lab .ati-pdf {
    font-size: 3.8vw;
  }

  .ati-button,
  .msb > div > h6 {
    font-size: 3.8vw;
  }

  .msb h6,
  .msb em,
  .msb .ati-pdf,
  .msb .ati-button,
  .msb .lab h6 {
    font-size: 3.8vw;
  }

  .msb .ati-pdf {
    width:100%;
  }

  .lab .ati-911,
  .lab .ati-pdf,
  .ati-button {
    text-align: center;
    line-height: 2.50em;
  }

  .lab li + li,
  .lab ul + h4 {
    border-top: solid #DDDDDD 1px;
  }
}

@media screen and (max-width: 768px) {

.modal-overlay { width:100%!important; height:100vh; position:fixed; top:0;  background: rgba(0,0,0,0.5);transition: opacity .2s ease-out;  z-index:1000;overflow-scrolling: auto;
  overflow-y: scroll;max-width:100%!important;}
.modal-content { width:82%!important; position: absolute; top:5%!important; left:50%; /*margin-left:-45%*/;  -webkit-overflow-scrolling: auto;
margin-bottom: 60px;
}

.modal-content .survey01 { border:none; /*border:solid 1px #00416F;*/margin:0 auto;width:100%!important;}
.modal-content .survey01 h3 { padding: 5px 10px;}
.modal-content .survey01 h4 { padding:8px;}

.modal-content .survey01 .medical {width:100%; float:none; border-right:none; border-bottom:solid 1px #00416F; box-sizing:border-box;}
.modal-content .survey01 .patient {width:100%; float:none;}
.modal-content .survey01 .medical ul {width:275px;}
.modal-content .survey01 .patient ul {width:140px;}
.modal-content .survey01 ul li { /*margin-right:5px;*/}

.modal-content .survey01 .survey_img { height:45px;}
.modal-content .survey01 .survey_img img { width:70%; position:absolute; bottom:0; left:50%; margin-left:-35%;}
.modal-content .survey01 .survey_btn {display:block; width:85px; margin:10px auto 10px; padding:8px 0; background:#80A0B8; color:#fff; border-radius:3px; text-align:center; line-height:1em; }


.modal-content .survey02 h3 { padding:10px;}
.modal-content .survey02 a { display:block; width:90%; margin:0 auto; /*padding:20px 0 40px;*/}
.modal-content .survey02 p { color:#00416F; font-size:15px; width: auto; padding:0 10px 3px; }
.modal-content .survey02 p span { width:45px; height:52px; padding-top:18px;  position: absolute; bottom:-25px; right:0; font-size:12px; }
.modal-content .survey02 p:before { width:8px; height:8px; border-radius:4px; position:absolute; left:0; bottom:-5px; }
#soliris__dialog .inner__left, #soliris__dialog .inner__right {
  padding: 20px 20px 30px 20px;
  width:100%;
  border-right: none;
  /*border-bottom: 1px solid #ccc;*/
}

#soliris__dialog .dialog__catTitle {
  margin-bottom: 5px;
  font-size: 16px;
}

#soliris__dialog p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
}

#soliris__dialog .dialog__question {
  font-size: 18px;
}

#soliris__dialog .container__answer + .dialog__question {
  margin-top: 5px;
}

#soliris__dialog .container__answer a {
  color: #fff;
  font-size: 12px;
}
.disease .box { max-width: 100%;}
/*.modal-content .survey02 .wrap__diseaseName .diseaseName--bottom {
width:90%;
margin: 5px auto 0;
}
.modal-content .survey02 .wrap__diseaseName .diseaseName--bottom a:last-child {
margin-right: 20px;
}
.modal-content .survey02 .wrap__diseaseName {
padding: 10px 0 10px!important;
}
.modal-content .survey02 .wrap__diseaseName:last-child span{ padding-top:15px; line-height: 100%; letter-spacing: -0.04em;}
#top { top:0;}*/

.modal-content .survey02 .wrap__diseaseName .diseaseName--bottom {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin:10px 0 0 10px;
  width:74%;
}

.modal-content .survey02 .wrap__diseaseName .diseaseName--bottom a {
  width:46%;
  font-size:15px;
  line-height:120%;
  text-align: center;
}

.modal-content .survey02 .wrap__diseaseName .diseaseName--bottom a:nth-child(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-content .survey02 .wrap__diseaseName .diseaseName--bottom a br {
  display:inline-block;
}

.modal-content .survey02 .wrap__diseaseName .diseaseName--bottom a:last-child {
  margin: 0 auto;
}

.modal-content .survey02 .wrap__diseaseName:last-child span {
  padding-top: 16px;
}

#breadcrumb {
    padding: 0 25px !important;
}

}


.container__answer a {
  position: relative;
}

.container__answer a:after {
  content: '';
  /* display: block; */
  position: absolute;
  top: calc(50% - 2px);
  right: 17px;
  width: 6px;
  height: 6px;
  border-right: 1.19px solid #5E1986;
  border-bottom: 1.19px solid #5E1986;
  transform: translate(0, -50%);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


@media (max-width: 767.98px) {
  #soliris__dialog .container__answer a {
    height: 40px;
  }

  #soliris__dialog .container__answer {
    flex-direction: column;
  }

  #soliris__dialog .container__answer a {
    width: 82% !important;
    height: 52.08px;
  }

  #soliris__dialog .container__answer .yes {
    margin-bottom: 20px;
  }

  .modal-content {
    height: auto !important;
  }

  #soliris__dialog .container__answer a {
    width: 100% !important;
  }

  .vio-text {
        text-indent: -1.5rem;
        padding-left: 25px;
    }
}




.next sup {
  margin-right: -15.4rem;
}

.next span {
  text-align: right;
}

.sqauare-list-container li, .symptom-list1 li , .symptom-list2 li, .symptom-list3 li{
    font-size: 20px;
    font-weight: 600;
    margin: 40px 0px 20px 0px;
    color: #392F2C;
    position: relative;       
    padding-left: 24px;   
}

.symptom-list1 li, .symptom-list2 li, .symptom-list3 li {
    margin: 0px 0px 8px 0px !important;
}

.sqauare-list-container li::before, .symptom-list1 li::before, .symptom-list2 li::before, .symptom-list3 li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #5E1986;
    position: absolute;
    left: 0;                 
    top: 12px;                 
}

.circle-list-container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  margin-bottom: 14px;
  width: 57%;
}

.circle-list-container li {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0px 0px 0px;
  line-height: 150%;
  color: #392F2C;
  position: relative;       
  padding-left: 24px;
}

.circle-list-container li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #5E1986;
  position: absolute;
  left: 0;                 
  top: 8px;
  border-radius: 50%;
}


.violet-container {
  background-color: #F9F4FF;
  border-radius: 10px;
  padding: 15px 20px 15px 20px;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  margin-left: -25px;
}

.note-container, .schedule-container {
  margin-top: 3em;
  color: #392F2C;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 15px 20px 15px 20px;
  background:
    linear-gradient(#F9F4FF, #F9F4FF) padding-box,
    linear-gradient(to right,
      #5E1986,
      #921E30,
      #A42025,
      #E6410A,
      #ED722B) border-box;
}

.note-container p {
  font-size: 16px;
}

.schedule-container {
  padding: 17px 32px 17px 32px !important;
}

.note-container li {
  position: relative;
  font-size: 16px;
  padding-left: 15px;
}

.note-container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 4px;
    background: #392F2C;
    border-radius: 50%;
}


.display-pc-only {
    display: block;
}

.display-mobile-only {
    display: none;
}

@media (max-width: 767.98px) {
    .display-pc-only {
        display: none;
    } 

    .display-mobile-only {
        display: block;
    }

    picture img {
        padding-bottom: 0em;
    }

    .mgt3-mb {
        margin-top: 3em !important;
    }

    .treatment-img-container {
      width: 100%;
    }

    .list-container {
      width: 100% !important;
    }

    .symptom-list1, .symptom-list2, .symptom-list3, .circle-list-container {
      grid-template-columns: repeat(1, auto) !important;
      width: 100% !important;
    }

    .boy-note-container {
      margin-top: 18.2rem;
    }

    /* .boy-img {
      right: 0px !important;
      transform: translate(clamp(0%, 0vw, 0%), clamp(180%, -8vw, 0%)) !important;
    } */

    .note-box {
      height: auto !important;
      border-radius: 18px !important;
      text-align: left !important;
    }

    .note-box::before{
    left:18% !important;
    width:20px !important;
  }

.note-box::after{
    left:72% !important;
    width:20px !important;
}

.boy-img {
    right: 0px;
    transform: translate(clamp(14%, 0vw, 0%), clamp(234.2%, -8vw, 0%))
  }

  .symptom-list3 {
    grid-template-columns: repeat(1, auto) !important;
    margin-bottom: 17rem !important;
   }
}

picture img {
    width: 100%;
    margin: auto;
}

@media (min-width: 768px) {
  .treatment-img-container {
  width: 600px;
  margin: auto;
}
}


.fw-normal {
  font-weight: 400 !important;
}

.dialog_title {
  font-size: 24px !important;
  font-weight: bold !important;
  background: none !important;
  color: #191919 !important;
  padding: 0px 0px 10px !important;
}

#soliris__dialog .container__answer .no:before, #soliris__dialog .container__answer .yes:before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 0px;
    width: 19.09px;
    height: 19.09px;
    transform: translate(-50%);
    background: #fff;
    border-radius: 50%;
    border: 1.19px solid #5E1986;
}

.list-container {
  width: 80%;
  margin: auto;
  position: relative;
}

.text-img {
  margin-bottom: 20px;
}



.symptom-list1 li:nth-child(3),
.symptom-list1 li:nth-child(4),
.circle-list-container li:nth-child(4),
.circle-list-container li:nth-child(5) {
    grid-column: 1 / -1;
    width: 100%;
}

@media (min-width: 768px) {
  .symptom-list2 li:nth-child(even) {
    position: relative;
    left: 30px;
  }
}


.symptom-list1 , .symptom-list2, .symptom-list3 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, auto);
    width:61%;
}

.boy-img {
    position: absolute;
    top: 0;
    right: 20px;
    /* transform: translate(clamp(0%, 0vw, 0%), clamp(-9%, -8vw, 0%)); */
}

@media (min-width: 768px) {
  .symptom-list3 {
    grid-template-columns: repeat(3, auto) !important;
    width: 75%;
 }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  /* .boy-img {
    right: 0px;
    transform: translate(clamp(0%, 0vw, 0%), clamp(106.2%, -8vw, 0%));
  }

  .symptom-list3 {
    grid-template-columns: repeat(1, auto) !important;
   } */

   .boy-img {
    right: 0px;
    transform: translate(clamp(0%, 0vw, 0%), clamp(268.2%, -8vw, 0%));
  }

  .symptom-list3 {
    grid-template-columns: repeat(1, auto) !important;
    margin-bottom: 17rem;
   }

  .symptom-list1, .symptom-list2, .circle-list-container {
    width: 100%;
  }
}

.note-box{
    position:relative;
    width:100%;
    height: 47px;
    padding:8px 20px;
    background:#EEE9F4;
    border:2px solid #5E1986;
    border-radius:50px;
    font-weight:bold;
    line-height:150%;
    font-size: 18px;
    color: #392F2C;
    margin: 1em auto;
    text-align: center;
}

.note-box::before{
    content:"";
    position:absolute;
    top:-2px;
    left:9%;
    transform:translateX(-50%);
    width:45px;
    height:4px;
    background:#EEE9F4; 
}

.note-box::after{
    content:"";
    position:absolute;
    bottom:-2px;
    left:88%;
    transform:translateX(-50%);
    width:45px;
    height:4px;
    background:#EEE9F4; 
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-18 {
  font-size: 18px;
  font-weight: 500;
}
