@charset "UTF-8";
.pc {
  content: block;
}

.sp {
  display: none;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  /* background: url(); */
  background-size: contain;
  opacity: 0;
  /* left: 0;
    top: 0; */
  outline: none;
}

input[type="checkbox"]:checked + .option-input05:before {
  content: "";
  position: absolute;
  left: -21px;
  top: -4px;
  display: inline-block;
  width: 28px;
  height: 26px;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/icon-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.checkList {
  width: 100%;
  margin: 2em auto;
  text-align: center;
  font-weight: bold;
  /* background: #fefde7; */
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/bk.png);
  padding: 180px 0 0;
  position: relative;
}

.checkList.result_area {
  width: 100%;
  margin: 2em auto;
  text-align: center;
  font-weight: bold;
  /* background: #fefde7; */
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/bk.png);
  padding: 0 0 40px 0;
  position: relative;
}

.checkList ul {
  margin: 20px auto 0;
  padding: .5em 1em;
  list-style: none;
  width: 560px;
  text-align: left;
}

.checkList .listItem {
  margin: 0 0 0.5rem 0;
  padding: 0 0 0.5em;
  border-bottom: #ccd9cb solid 1px;
  font-size: 1.29em;
  color: #635620;
}

.checkList .listItem:first-of-type {
  border-top: #ccd9cb solid 1px;
  padding-top: 0.5em;
}

.checkList label {
  line-height: 135%;
  position: relative;
  margin: 0.5rem;
  cursor: pointer;
}

.checkList .option-input05 {
  position: relative;
  /* margin: 0 1rem 0 0; */
  cursor: pointer;
  padding-left: 13px;
}

.option-input05:after {
  position: absolute;
  top: 0px;
  left: -23px;
  width: 20px;
  height: 20px;
  content: '';
  cursor: pointer;
  border: 2px solid #8ec742;
  background: #ffffff;
  border-radius: 3px;
}

.checkList h3 {
  font-size: 46px;
  color: #e83760;
  font-family: 筑紫A丸ゴシック;
}

.checkList h3 span {
  font-size: 100px;
}

.checkList p {
  padding: 0 1.3em 1em;
  font-size: 1.3em;
}

.checkList p .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(60%, #f8e910));
  background: linear-gradient(transparent 50%, #f8e910 60%);
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 0;
}

.background-img.flower01 {
  position: absolute;
  top: 1.5vw;
  right: 2vw;
}

.background-img.flower02 {
  position: absolute;
  top: 580px;
  left: 1.5vw;
  z-index: 2;
}

.background-img.p-result {
  position: absolute;
  bottom: 39px;
  right: 60px;
}

.result_area {
  display: none;
}

.result-txt {
  text-align: left;
  width: 570px;
  margin: 0 auto;
}

.result-txt p {
  font-size: 16px;
  color: #635622;
  /* border-bottom: #ccd9cb solid 1px; */
  border-top: #ccd9cb solid 1px;
  padding: 5px 0;
  font-weight: normal;
}

.result-txt p:nth-child(2) {
  border-top: none;
  border-bottom: none;
}

.result-txt p .resultBtn {
  text-align: center;
  margin-top: 40px;
  border: none;
  margin-bottom: 40px;
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/bk.png);
}

.resultBtn {
  text-align: center;
  margin-top: 40px;
  border: none;
  margin-bottom: 40px;
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/bk.png);
  display: block;
}

.resultBtn:hover {
  opacity: 0.7;
  -webkit-transition: .3s;
  transition: .3s;
}

.resultBtn.no-event {
  pointer-events: none;
}

@media (max-width: 640px) {
  .checkList label {
    display: block;
    margin: 1rem 0.5rem;
  }
  .checkList .listItem:first-of-type {
    padding-top: 0;
  }
  input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    position: relative;
    display: inline-block;
    width: calc((20/750)*100vw);
    height: calc((20/750)*100vw);
    opacity: 0;
    /* background: url(); */
    background-size: contain;
    /* left: 0;
        top: 50%;
        transform: translateY(-50%); */
    z-index: 2;
  }
  input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -81%;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    display: inline-block;
    width: 28px;
    height: 26px;
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/icon-check.png);
    z-index: 1;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #questions .listItem:nth-child(2n) input[type="checkbox"]:checked:before {
    left: -4px;
    top: 8%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .option-input05:after {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 0.5vw;
  }
  #questions .listItem:nth-child(2n) .option-input05:after {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  input[type="checkbox"]:checked + .option-input05:before {
    content: "";
    position: absolute;
    left: 1px;
    top: calc(50% - 3px);
    display: inline-block;
    width: 28px;
    height: 26px;
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/icon-check.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    outline: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  /* .option-input05:nth-child(2):after {
    top: 0vw;
    left: -5vw;
    } */
  .column-laboratory .contents-title h1, .column-laboratory .contents-title h2 {
    color: #595757;
    font-size: 1.4em;
    margin-bottom: 1.4%;
  }
  .column-laboratory section .section-title {
    color: #6aca40;
    font-size: 1.4em;
    line-height: 1.4;
    padding-bottom: 15px;
  }
  .column-contents .selfcheck-contents .contents-title p {
    font-size: 0.95em;
  }
  h2.section-title {
    margin: 0 auto;
    padding: 3% !important;
  }
  .leftBox {
    display: inherit;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
  }
  .imgRight {
    display: block;
    width: 94% !important;
    margin: 8% auto;
  }
  .sec03img {
    width: 70% !important;
    margin: 8% auto 12%;
  }
  .sec03img2 {
    width: 75% !important;
  }
  .imgBox {
    width: 100%;
    margin: 10% auto;
    padding: 5%;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  }
  .contList {
    width: 94%;
    margin: 5% auto;
    padding: 3%;
  }
  .contList h2 {
    margin: 0 auto 3%;
    font-size: 1.3em;
  }
  .contList li {
    margin-bottom: 3%;
    padding-left: 10%;
    font-size: 1.1em;
  }
  .listBox {
    width: 100%;
    margin: 8% auto;
    padding: 8% 5% !important;
  }
  .grn {
    margin: 8% 0;
    font-size: 1.2em !important;
  }
  .listBox .grn {
    margin: 0 auto 8%;
  }
  .list li {
    margin: 0 auto;
    padding: 0em 0 .6em 1.5em !important;
    font-size: 1.1em;
    line-height: 1.6;
    background: url() no-repeat 0 0.4em;
    background-size: 1.1em;
  }
  .imotareBtn, .imotareBtn2 {
    display: block;
    width: 100%;
    margin: 8% auto 15%;
    padding: 0.5em 3em 0.5em 0em;
    font-size: 1.1em;
  }
  .imotareBtn2 {
    margin: 8% auto 0;
  }
  .checkList {
    width: 100%;
    margin: 0% auto;
    padding: 0;
  }
  .checkList h3 {
    font-size: 35px;
    margin-bottom: 16px;
  }
  .checkList h3 span {
    font-size: 75px;
  }
  .checkList ul {
    padding: 0 calc((60/750)*100vw);
    width: 100%;
  }
  .checkList .listItem {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0;
    font-size: calc((28/750)*100vw);
  }
  .checkList p {
    font-size: 14px;
    padding: 1% 28% 1% 0%;
    font-weight: normal;
  }
  .checkList .title_img {
    padding: 20px;
    padding-top: 130px;
  }
  .checkList .option-input05 {
    position: static;
    padding-left: calc((30/750)*100vw);
    display: inline-block;
  }
  .listItem .option-input05:first-child:after {
    top: 1vw;
    left: -5vw;
  }
  .checkList.result_area {
    margin: 1em auto;
    padding: 0 0 40px 0;
  }
  .imotareBox {
    width: calc(94% / 3);
    margin: 5% auto;
    vertical-align: top;
  }
  .imotareBox:first-of-type {
    margin-left: 2%;
  }
  .imotareBox .imotare1, .imotareBox .imotare2, .imotareBox .imotare3 {
    width: 100%;
    font-size: 1em;
    line-height: 1.5;
  }
  .action {
    width: 100%;
    margin: 0 auto;
  }
  .action p, .action img {
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }
  .action p {
    margin: 0 auto 0 2%;
  }
  .actionArrow {
    margin: 5% auto;
  }
  .actionArrow {
    width: 10%;
  }
  .action2 .action {
    width: 100%;
  }
  .action2 .action p {
    width: 80%;
    margin: 3% auto 0;
  }
  .action2 .action img {
    width: 80%;
    margin: 20px auto 15px;
  }
  .action2 .actionArrow {
    width: 52%;
  }
  .sickTxt {
    margin-bottom: 8%;
    padding: 0 5% 5%;
    width: 94%;
  }
  .banner {
    width: 94%;
    margin: 8% auto;
  }
  .kansyu {
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
  }
  .kansyu .photoBox {
    width: 22%;
    float: left;
  }
  .kansyu .photoBox img {
    width: 100%;
    height: auto;
  }
  .kansyu .textData {
    width: 78%;
    float: left;
    font-size: 0.8em;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #666666;
    line-height: 140%;
  }
  .kansyu .textData strong {
    display: block;
    padding-top: 5px;
    font-size: 1.3em;
  }
  .kansyu .textData strong span {
    font-size: 0.8em;
  }
  .pcImg {
    display: none;
  }
  .spImg {
    display: block;
  }
  .listSection {
    width: 100%;
  }
  .listSection h3 {
    background: #f8e910;
    color: #000;
    padding: 13px 13px 10px;
    font-size: 1.2em;
    line-height: 100%;
  }
  .listSection h3 .spBr {
    display: block;
    line-height: 120%;
  }
  .listSection .listData {
    background: #fefde7;
    padding: 5px 15px 15px;
  }
  .listSection .listData ul {
    margin: 0px;
    padding: 0px;
  }
  .listSection .listData ul li {
    margin: 0px;
    padding: 12px 10px 10px 35px;
    border-bottom: 2px dotted #999999;
    font-size: 1.0em;
    color: #229540;
    font-weight: bold;
    position: relative;
  }
  .listSection .listData ul li:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 3px solid #229540;
    position: absolute;
    top: 23px;
    left: 7px;
    margin-top: -8px;
    background: #FFF;
  }
  .listSection .listData span {
    display: block;
    padding: 20px 0px 0px;
  }
  .writerSection {
    width: 100%;
    margin-top: 0px;
  }
  .writerSection h3 {
    background: #b5bbb8;
    color: #FFF;
    padding: 13px 13px 10px;
    font-size: 1.2em;
    line-height: 100%;
  }
  .writerSection .detailData {
    overflow: hidden;
    padding: 15px 15px 0px;
  }
  .writerSection .detailData .photoBox {
    width: 170px;
    height: 170px;
    float: left;
  }
  .writerSection .detailData .textData {
    width: 45%;
    float: left;
    margin-left: 10px;
    margin-top: 25px;
    font-size: 1.0em;
  }
  .writerSection .pcBox {
    display: none;
  }
  .writerSection .spBox {
    display: block;
  }
  .writerSection .spBox p {
    display: block;
    padding-top: 10px;
  }
  .writerSection .detailData .textData strong {
    display: block;
    padding-top: 10px;
    line-height: 100%;
    font-size: 20px;
  }
  .writerSection .detailData .textData strong span {
    font-size: 1.0em;
  }
  .writerSection .detailData .textData .furikana {
    line-height: 100%;
    padding-top: 5px;
    padding-bottom: 20px;
    display: block;
    font-size: 0.8em;
  }
  .writerSection .detailData .textData h4 {
    background: #6f6f6f;
    padding: 8px;
    margin: 0px;
    line-height: 100%;
    color: #FFF;
    font-size: 1.0em;
    display: inline-block;
  }
  .writerSection .detailData .textData p {
    font-size: 1.0em;
    padding: 10px 0px;
  }
  .writerSection .otherData {
    width: 100%;
    overflow: hidden;
    padding: 0px 15px 15px;
  }
  .writerSection .otherData .leftBox {
    width: 100%;
    float: none;
    padding-top: 20px;
    font-size: 1.0em;
  }
  .writerSection .otherData .leftBox h4 {
    background: #6f6f6f;
    padding: 8px;
    margin: 0px;
    line-height: 100%;
    color: #FFF;
    font-size: 1.0em;
    display: inline-block;
  }
  .writerSection .otherData .leftBox ul {
    margin: 0px;
    padding: 10px 0px 0px;
  }
  .writerSection .otherData .leftBox ul li {
    margin: 0px;
    padding: 0px;
    font-size: 1.0em;
  }
  .section-inner {
    padding: 0 3%;
  }
  #section2 .section-inner :nth-child(23) {
    margin-top: 30px;
  }
  .result-txt {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 0px 25px;
  }
  .result-txt p {
    border-bottom: #ccd9cb solid 1px;
  }
  .result-txt p.sp:nth-child(3) {
    border-bottom: none;
  }
  .result-txt p:last-child {
    border-top: none;
  }
  .resultBtn {
    width: 65%;
    margin: 40px auto;
  }
  .background-img.p-result {
    position: absolute;
    bottom: 10.5vw;
    right: 6vw;
  }
  .background-img.flower01 {
    width: 15%;
  }
  .background-img.flower02 {
    top: auto;
    bottom: 30px;
    width: 15%;
  }
  .column-laboratory .product-block {
    border-top: 1px solid #ccc;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* 
@media (max-width:360px) {
    input[type="checkbox"]:checked:before {
        left: 0px;
        top: -22px;
    }
    #questions .listItem:nth-child(2n) input[type="checkbox"]:checked:before {
        left: 0px;
        top: -11px;
    }
    .checkList ul {
        padding: 0 30px;
        width: 100%;
    }
    .checkList h3 {
        font-size: 34px;
        margin-bottom: 16px;
    }
    .background-img.flower02 {
        top: 580px;
        width: 15%;
    }
}
 */
@media (max-width: 320px) {
  #questions .listItem:nth-child(2n) input[type="checkbox"]:checked:before {
    top: 5%;
  }
  input[type="checkbox"]:checked:before {
    top: -87%;
  }
}

.target {
  background-color: #ea3345;
  padding: 10px;
}

.target.is-hidden {
  display: none;
}

.text {
  color: white;
}

p {
  margin: 0;
}

/* comic */
.comic-title {
  position: relative;
  font-size: 20px;
  color: #666666;
  display: inline-block;
  padding-top: 200px;
  width: 100%
}

.column-comic-index .profile {
  width: 600px;
  text-align: right;
}

.column-comic-index .profile dt {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 4px 30px 4px 10px;
  background-color: #6c3;
  color: #fff;
}

.column-comic-index .profile dt:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '';
  width: 9px;
  height: 6px;
  margin-top: -3px;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/arrow.png) no-repeat -72px -116px;
}

.column-comic-index .profile dt:hover {
  filter: alpha(opacity=60);
  opacity: .6;
}

.column-comic-index .profile.is-open {
  width: 100%;
  text-align: left;
}

.column-comic-index .profile.is-open dt {
  display: block;
}

.column-comic-index .profile.is-open dt:after {
  width: 14px;
  height: 15px;
  margin-top: -7px;
  background: url() no-repeat 0 0;
}

.column-comic-index .profile dd {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #6c3;
  border-top: none;
}

.column-comic-index .profile dd .profile-title {
  color: #6c3;
  font-size: 115%;
  font-weight: bold;
}

.column-comic-index .profile dd .image {
  float: right;
  margin-left: 15px;
}

.column-comic-index .profile dd .profile-name {
  margin: 15px 0 3px;
  font-weight: bold;
}

.column-comic-index .comic-list {
  padding: 20px 20px 0;
}

.column-comic-index .comic-item {
  position: relative;
  float: left;
  width: 300px;
  height: 190px;
  margin: 20px 0 0 20px;
  background: url(../comic/images/bg_book.gif) no-repeat 0 0;
}

.column-comic-index .comic-item .image {
  display: block;
  position: absolute;
  top: 15px;
  left: 18px;
}

.column-comic-index .comic-item dl {
  display: block;
  position: absolute;
  top: 15px;
  right: 18px;
  width: 120px;
}

.column-comic-index .comic-item dl dt {
  color: #6c3;
}

.column-comic-detail .comic-area {
  margin: 18px 0 10px;
  padding: 20px 0;
  text-align: center;
}

.column-comic-index .comic-item dl dt {
  color: #6c3;
}

.column-comic-detail .comic-area div {
  margin-top: 5px;
}

.column-comic-detail .comic-area div img {
  max-width: 500px;
  width: 100%;
}

.column-comic-detail .comic-area div:first-child {
  margin-top: 0;
}

.column-comic-detail .comic-link .pdf-link {
  position: relative;
  float: left;
  padding: 2px 0 0 28px;
}

.column-comic-detail .comic-link .pdf-link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 22px;
  height: 22px;
  background: url(/common/images/ico_pdf_02.png%27) }}) no-repeat 0 0;
}

.column-comic-detail .comic-link .next-link {
  position: relative;
  float: right;
  margin-top: 2px;
  padding-left: 25px;
}

.column-comic-detail .comic-link .next-link:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  width: 18px;
  height: 18px;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/arrow.png) no-repeat -126px 0;
}

.column-comic-detail .get-ar {
  margin: 30px 15px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.column-comic-detail .get-ar-bnr {
  float: left;
  margin-right: 15px;
}

.column-comic-detail .get-ar-text {
  font-size: 86%;
  line-height: 1.3;
  overflow: hidden;
}

.comic-pc {
    /* display: none; */
    vertical-align: bottom;
    margin: auto;
    width: 600px;
    display: block;
}

.comic-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .comic-title {
    margin: 10px;
  }
  .column-comic-index .profile {
    float: right;
    width: auto;
    margin: 20px 10px 0;
  }
  .column-comic-index .profile dt:after {
    right: 7px;
    width: 12px;
    height: 7px;
    margin-top: -3px;
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/arrow.png) no-repeat -78px -63px;
    background-size: 144px 70px;
  }
  .column-comic-index .profile.is-open {
    float: none;
    width: auto;
    text-align: left;
  }
  .column-comic-index .profile.is-open dt:after {
    width: 13px;
    height: 13px;
    margin-top: -6px;
    background: url() no-repeat -7px 0;
    background-size: 20px 13px;
  }
  .column-comic-index .profile dt:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .column-comic-index .profile dd {
    padding: 10px;
    font-size: 12px;
  }
  .column-comic-index .profile dd .profile-title {
    font-size: 14px;
  }
  .column-comic-index .profile dd .image img {
    width: 120px;
  }
  .column-comic-index .profile dd .profile-name {
    margin: 10px 0 3px;
  }
  .column-comic-index .prologue {
    margin: 20px 10px 0;
    font-size: 12px;
  }
  .column-comic-index .profile.is-open + .prologue {
    margin: 10px 10px 0;
    clear: both;
  }
  .column-comic-index .comic-list {
    clear: both;
    padding: 0;
  }
  .column-comic-index .comic-item {
    float: none;
    margin: 20px auto 0;
  }
  .column-comic-detail .comic-area {
    margin: 20px 10px 0;
    padding: 10px;
  }
  .column-comic-detail .comic-area img {
    max-width: 100%;
  }
  .column-comic-detail .comic-link .pdf-link, .column-comic-detail .comic-link .next-link {
    float: none;
    margin: 20px 10px 0;
    padding: 0;
  }
  .column-comic-detail .comic-link .pdf-link:before, .column-comic-detail .comic-link .next-link:before {
    content: none;
  }
  .column-comic-detail .comic-link .pdf-link a, .column-comic-detail .comic-link .next-link a {
    position: relative;
    display: block;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
  }
  .column-comic-detail .comic-link .pdf-link a {
    padding: 11px 40px;
    border: 2px solid #ccc;
  }
  .column-comic-detail .comic-link .next-link a {
    padding: 11px 40px 11px 11px;
    border: 2px solid #6c3;
  }
  .column-comic-detail .comic-link .pdf-link a:before, .column-comic-detail .comic-link .pdf-link a:after, .column-comic-detail .comic-link .next-link a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: '';
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
  .column-comic-detail .comic-link .pdf-link a:before {
    left: 9px;
    width: 21px;
    height: 22px;
    margin-top: -11px;
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/ico_pdf_03.png) no-repeat 0 0;
    background-size: 21px 22px;
  }
  .column-comic-detail .comic-link .pdf-link a:after {
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/arrow.png) -90px -36px;
    background-size: 144px 70px;
  }
  .column-comic-detail .comic-link .next-link a:after {
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/arrow.png) -54px -36px;
    background-size: 144px 70px;
  }
  .column-comic-detail .get-ar {
    margin: 20px 10px 0;
    padding: 0;
    border: none;
  }
  .column-comic-detail .get-ar-bnr {
    display: none;
  }
  .column-comic-detail .get-ar-text {
    font-size: 10px;
  }
  .comic-pc {
    /* display: none; */
    vertical-align: bottom;
    margin: auto;
    width: 600px;
    display: block;
  }
  .comic-sp {
    display: block;
  }
}

/* otherLink */
.other-link.selfcheck-contents h3 {
  font-size: 28px;
  color: #f6fb00;
  background: #199f00;
  padding: 10px 25px;
  width: 600px;
  margin: auto;
}

.other-link.selfcheck-contents.first h3 {
  font-size: 28px;
  color: #f6fb00;
  background: #199f00;
  padding: 15px 20px;
}

.other-link ul li a span.arrow {
  color: #6acb3f;
}

.other-link ul li a {
  font-size: 24px;
  font-weight: bold;
  margin-left: 30px;
}

.other-link.first ul li a {
  font-size: 24px;
  font-weight: bold;
  margin-left: 30px;
}

@media screen and (max-width: 640px) {
  .other-link ul li a {
    font-size: 15px;
    margin-left: 0;
  }
  .other-link.first ul li a {
    font-size: 17px;
    font-weight: bold;
    margin-left: 0;
  }
}

.column-contents-main .selfcheck-contents ul li {
  padding: 12px 0;
  border-bottom: 1px solid #cccccc;
  width: 600px;
  margin: auto;
}

.column-contents-main .selfcheck-contents ul li a span.arrow {
  margin-left: 0;
  margin-right: 5px;
}

.result-back-btn {
  margin: 60px auto 0;
  /* width: 440px; */
  font-size: 20px;
}

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

.result-back-btn .button01 {
  position: relative;
  display: block;
  padding: 17px;
  background-color: #6c3;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  height: 20px;
  width: 600px;
  margin: auto;
}

.result-back-btn .button01:after {
  position: absolute;
  top: 50%;
  left: 10px;
  content: '';
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/arrow.png) no-repeat -18px 0;
}

@media screen and (max-width: 640px) {
  .other-link.selfcheck-contents {
    padding: 10px;
  }
  .other-link.selfcheck-contents h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .other-link.selfcheck-contents.first h3 {
    font-size: 20px;
    color: #f6fb00;
    background: #199f00;
    padding: 15px 15px;
  }
  .result-back-btn .button01 {
    margin: 20px auto 0;
    width: auto;
    font-size: 18px;
  }
}

/* 新コンテンツ */
.sectiondummy {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}

.content-title {
  font-size: 30px;
  background-color: #ebf8e5;
  padding: 20px;
  margin-bottom: 30px;
}

.dummy01 {
  line-height: 1.75;
  margin-bottom: 7.143%;
  padding: 5% 0;
  text-align: center;
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/section4_img_h3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #29A30A;
  font-size: 1.5rem;
  margin-bottom: 4.31%;
  margin-top: 40px;
  padding: 4.138% 0;
  text-align: center;
}

.sectiondummy .block_text {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.block_img img {
  width: 310px;
}

.block_img_doctor {
  border-bottom: 1px solid #cccccc;
  margin-top: 80px;
  padding-bottom: 50px;
}

.block_list {
  background: #ffeedc;
  padding: 20px 0;
  margin: 0 auto;
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.block_list img {
  width: 200px;
}

.bnr-area.selfcheck {
  margin-top: 80px;
}

.result .result__contents {
  display: none;
}

.selfcheckBtn {
  background: #8ec742;
  color: #fff;
  display: block;
  width: 650px;
  text-align: center;
  padding: 13px 0;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  margin-inline: auto;
}

.selfcheckBtn span {
  color: #635620;
}

.selfcheckBtn::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/btn-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.selfcheckBtn__thum::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/btn-arrow__thum.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.selfcheckBtn:hover {
  opacity: .7;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .block_list {
    background: #ffeedc;
    padding: 20px 0;
    margin: 0 auto;
    width: 460px;
    display: block;
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .block_img_doctor {
    margin-top: 30px;
  }
  .block_img_doctor img {
    width: 70%;
  }
  .sectiondummy {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #cccccc;
  }
}

/* 結果ページ */
.result {
  background-color: #fefbf4;
  /* padding: 200px 540px 40px; */
  padding-top: 200px;
  min-width: 700px;
  margin-top: 0px;
}

.result .result__leadArea {
  display: block;
  width: 540px;
  height: 126px;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/img-doctor.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 12px;
  position: relative;
  padding: 17px 0 0 70px;
  margin-inline: auto;
}

.result .result__lead {
  display: block;
  width: 370px;
  font-size: 20px;
  font-weight: bold;
  color: #635620;
  position: relative;
}

.result .result__lead::before {
  content: "";
  width: 30px;
  height: 27px;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/img-num-decoration.gif) no-repeat;
  background-size: contain;
  position: absolute;
  top: -13px;
  left: -21px;
  display: block;
}

.result .result__lead .count {
  font-size: 30px;
}

.result .result__lead .nocount {
  display: block;
  margin-top: 10px;
}

.lead__text {
  color: #e83760;
}

.result .result__contentsWrap {
  position: relative;
  margin-inline: auto;
  max-width: 650px;
}

.result .result__contentsWrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* display:flexはjsで追加しているのでjsを修正 */
.result .result__contents {
  background: #fff;
  padding: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.result .result__contents:nth-of-type(n+2):before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #ccc;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  position: absolute;
}

.result .result__txtArea {
  padding-top: 20px;
  width: 350px;
}

.result .result__thum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
}

.result .result__thum::after, .result .result__title::after, .result .selfcheckBtn::after {
  content: "";
  clear: both;
  display: block;
}

.result .result__thum img {
  width: auto;
}

.result .result__title {
  line-height: 1.55;
  font-size: 18px;
  color: #635620;
  font-weight: bold;
  width: 280px;
  display: inline;
}

.orange__comic {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #f3c141));
  background: linear-gradient(transparent 60%, #f3c141 0);
  display: block;
  margin-inline: auto;
  max-width: 600px;
}

.orange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #f3c141));
  background: linear-gradient(transparent 60%, #f3c141 0);
}

.orange__btn {
  background: #f3c141;
}

.cyan__comic {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #d4fcfc));
  background: linear-gradient(transparent 60%, #d4fcfc 0);
  display: block;
  margin-inline: auto;
  max-width: 600px;
}

.cyan {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #d4fcfc));
  background: linear-gradient(transparent 60%, #d4fcfc 0);
}

.cyan__btn {
  background: #d4fcfc;
}

.magenta__comic {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #f5ccfa));
  background: linear-gradient(transparent 60%, #f5ccfa 0);
  display: block;
  margin-inline: auto;
  max-width: 600px;
}

.magenta {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #f5ccfa));
  background: linear-gradient(transparent 60%, #f5ccfa 0);
}

.magenta__btn {
  background: #f5ccfa;
}

.yellow__comic {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #fbf0ce));
  background: linear-gradient(transparent 60%, #fbf0ce 0);
  display: block;
  margin-inline: auto;
  max-width: 600px;
}

.yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #fbf0ce));
  background: linear-gradient(transparent 60%, #fbf0ce 0);
}

.yellow__btn {
  background: #fbf0ce;
}

.green__comic {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #d4fcce));
  background: linear-gradient(transparent 60%, #d4fcce 0);
  display: block;
  margin-inline: auto;
  max-width: 600px;
}

.green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #d4fcce));
  background: linear-gradient(transparent 60%, #d4fcce 0);
}

.green__btn {
  background: #d4fcce;
}

.glay__comic {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #dfe9f4));
  background: linear-gradient(transparent 60%, #dfe9f4 0);
  display: block;
  margin-inline: auto;
  max-width: 600px;
}

.glay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #dfe9f4));
  background: linear-gradient(transparent 60%, #dfe9f4 0);
}

.glay__btn {
  background: #dfe9f4;
}

.purple__comic {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #ceb0e6));
  background: linear-gradient(transparent 60%, #ceb0e6 0);
  display: block;
  margin-inline: auto;
  max-width: 600px;
}

.purple {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #ceb0e6));
  background: linear-gradient(transparent 60%, #ceb0e6 0);
}

.bg-orange {
  background: #fffaf2;
}

.result .result__contents .selfcheckBtn {
  width: 280px;
  font-size: 14px;
  padding: 12px 0 11px;
  padding-left: 20px;
  margin-top: 35px;
  margin-left: 0px;
}

.checkList .selfcheckBtn {
  max-width: 432px;
  margin: 30px auto 40px;
}

.result .result__contentsWrap + .selfcheckBtn {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .result {
    margin-top: -10px;
    padding: 180px 10px 40px;
    min-width: 0;
  }
  .result + .product-block {
    border-top: none;
  }
  .result .result__leadArea {
    display: block;
    width: 100%;
    max-width: 355px;
    height: 122px;
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/img-doctor-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    padding: 2px 0 0 20px;
    margin: 0 auto 15px;
  }
  .result .result__lead {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #635620;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 10px;
  }
  .result .result__lead .count {
    font-size: 25px;
  }
  .result .result__lead::before {
    content: "";
    width: 28px;
    height: 25px;
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/img-num-decoration.gif) no-repeat;
    background-size: contain;
    position: absolute;
    top: -11px;
    left: -19px;
    display: block;
  }
  .result .result__thum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 100px;
  }
  .result .result__thum img {
    width: 100%;
    height: auto;
  }
  .result .result__contents {
    padding: 15px 15px 85px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .result .result__contents:first-of-type::before {
    right: 5px;
  }
  .result .result__contents:nth-of-type(n+2):before {
    width: calc(100% - 30px);
  }
  .result .result__contents .selfcheckBtn {
    position: absolute;
    width: calc(100% - 30px);
    font-size: 14px;
    padding: 12px 0 11px;
    padding-left: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20px;
  }
  .result .result__contentsWrap + .selfcheckBtn {
    margin-top: 40px;
    font-size: 14px;
  }
  .result .result__txtArea {
    padding-top: 15px;
    margin-left: 10px;
  }
  .result .result__title {
    font-size: 14px;
    max-width: 210px;
  }
  .checkList .selfcheckBtn {
    max-width: 240px;
    margin: 40px auto 40px;
  }
  .selfcheckBtn {
    background: #8ec742;
    color: #fff;
    display: block;
    width: auto;
    text-align: center;
    padding: 13px 0;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    margin-inline: auto;
  }
}

/* マンガページ */
@media screen and (max-width: 640px) {
  .yellow__comic {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #fbf0ce));
    background: linear-gradient(transparent 60%, #fbf0ce 0);
    display: inline;
    margin-inline: auto;
    max-width: 600px;
  }
}

/* コンテンツページ */
.contents-title {
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: bold;
  background: #ebf8e5;
  padding: 13px 20px;
  width: 600px;
  margin: 190px auto 0;
}

.contentsArea {
  width: 540px;
  margin: 30px auto 0;
}

.contentsArea .contentsArea__title {
  text-align: center;
  font-size: 28px;
  color: #6acb3f;
  position: relative;
  padding: 12px 0;
}

.contentsArea .contentsArea__img + .contentsArea__title, .contentsArea .contentsArea__txt + .contentsArea__title {
  margin-top: 40px;
}

.contentsArea .contentsArea__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 56px;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/icon-contents-title.gif);
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.contentsArea .contentsArea__txt {
  font-size: 18px;
  line-height: 1.7;
}

.left {
  text-align: left;
}

.contentsArea .contentsArea__img {
  text-align: center;
}

.contentsArea .contentsArea__img img {
  width: auto;
}

.contentsArea .contentsArea__txt + .contentsArea__img {
  margin-top: 15px;
}

.contentsArea + .other-link {
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.fkds__leadArea {
  display: block;
  width: 600px;
  height: 100px;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 30px auto 0px;
  position: relative;
  padding: 10px;
}

.fkds__lead {
  display: block;
  width: 600px;
  font-size: 25px;
  font-weight: bold;
  color: #000;
  position: relative;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .contents-title {
    font-size: 20px;
    padding: 15px 20px;
    margin-top: 160px;
  }
  .contentsArea {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 10px;
  }
  .contentsArea .contentsArea__img {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .contentsArea .contentsArea__img img {
    width: 100%;
    height: auto !important;
  }
  .contentsArea .contentsArea__title {
    font-size: 22px;
  }
  .contentsArea .contentsArea__title::before {
    width: 37px;
    height: 40px;
  }
  .contentsArea .contentsArea__txt {
    font-size: 15px;
  }
  .contentsArea .contentsArea__img + .contentsArea__title, .contentsArea .contentsArea__txt + .contentsArea__title {
    margin-top: 20px;
  }
  .contentsArea .contentsArea__txt + .contentsArea__img {
    margin-top: 10px;
  }
  .contentsArea + .other-link {
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
  .fkds__leadArea {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 70px;
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/i-no-science-selfcheck/images/fukidashi-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    padding: 12px 0 0 0;
    margin: 30px auto 15px;
  }
  .fkds__lead {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* bnr */
.bnr-area {
	margin-top: 30px;
}
.bnr-area li {
	margin-top: 15px;
}
.bnr-area li:first-child {
	margin-top: 0;
}
.bnr-recommend {
	margin-top: 40px;
}
.bnr-area .bnr-small,
.bnr-recommend .bnr-small {
	display: none;
}
@media screen and (max-width: 640px) {
	.bnr-area {
		margin: 8px 10px 0;
	}
	.bnr-area li {
		margin-top: 10px;
	}
	.bnr-recommend {
		margin-top: 20px;
	}
	.bnr-area .bnr-large,
	.bnr-recommend .bnr-large {
		display: none;
	}
	.bnr-area .bnr-small,
	.bnr-recommend .bnr-small {
		display: block;
		width: 100%;
	}
}