@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #0098a4 0px, #0098a4 1px, transparent 1px, transparent 4px,#0098a4 4px, #0098a4 5px) left bottom / 100% 5px no-repeat;
  color: #0098a4;
}

/*
.spc_comment { }
.spc_comment_txt { }
*/

.spc_comment_tit {
  width: 87.75%;
  margin: 0 auto;
}


/* base
------------------------------------------------------------------------------------*/
.spc61_wrap {
  background: #b5e3e5;
  color: #333;
  /* padding-top: 8px; */
}


/* 共通
------------------------------------------------------------------------------------*/
.spc61_tit {
  width: 90%;
  height: 48px;
  background: #5ec2c6;
  color: #fff;
  font-size: 2.4rem;
  display: grid;
  align-items: center;
  position: relative;
  margin: 72px auto 0;
  padding: 0 16px;
}

.spc61_tit::before {
  content: "";
  width: 100%;
  height: 100%;
  border: #0098a4 solid 1px;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
}

.spc61_tit_inner {
  font-family: var(--ja_mincho);
  display: grid;
  align-items: center;
  position: relative;
  margin-top: 3px;
  padding: 1px 0 0 18px;
}

.spc61_tit_inner::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.spc61_tit_inner::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 7px;
}

.spc61_txt {
  width: 90%;
  --fs: 1.8rem;
  --fh: 3rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) auto calc(0px + ((var(--fs) - var(--fh)) / 2));
}


.spc61_img01 {
  width: 78%;
  margin: 56px auto 0;
}

.spc61_img02 {
  width: 78%;
  margin: 56px auto 0;
}


/* 乱視チェック
------------------------------------------------------------------------------------*/
.spc61_check_wrap {
  width: 78%;
  background: #fff;
  position: relative;
  margin: 96px auto 0;
  padding: 0 12px 24px;
}

.spc61_check_tit {
  height: 44px;
  background-image: linear-gradient(135deg, rgba(82, 204, 212, 1) 10%, rgba(26, 182, 194, 1) 10% 90%, rgba(82, 204, 212, 1) 90%);
  color: #fff;
  font-size: 2.2rem;
  display: inline-block;
  position: relative;
  top: -22px;
  left: 50%;
  padding: 11px 80px;
  transform: translateX(-50%);
}

.spc61_check_subTit {
  width: 68%;
  height: 50px;
  background: url(/images/pc/content/free/spc61/check_subTit_back1_pc.webp) 0 0 / contain no-repeat, url(/images/pc/content/free/spc61/check_subTit_back2_pc.webp) 0 / contain repeat-x;
  font-size: 2.6rem;
  margin: 16px auto 0;
  padding: 7px 0 0 46px;
}

.spc61_check_subTit_color {
  color: #1ab6c2;
}

.spc61_check_ul {
  color: #1ab6c2;
  list-style: none;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-top: 8px;
  transform: translateX(-50%);
}

.spc61_check_li {
  min-height: 31px;
  background: url(/images/pc/content/free/spc61/icon_check_pc.webp) 0 0 / 31px no-repeat;
  font-size: 2rem;
  margin-top: 12px;
  padding: 10px 0 0 32px;
}

.spc61_img03 {
  width: calc(100% + 24px);
  margin: 10px -12px 0;
}

.spc61_img04 {
  width: 88%;
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
}


/* QA
------------------------------------------------------------------------------------*/
.spc61_txt_qa_wrap {
  width: 87%;
  margin: 0 auto;
}

.spc61_txt_q {
  width: 78%;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 120px auto 0;
}

.spc61_txt_a {
  width: 78%;
  color: #f00;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 8px auto 0;
}


/* 乱視用コンタクト
------------------------------------------------------------------------------------*/
.spc61_toric_subTit {
  color: #1ab6c2;
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
}

.spc61_toric_subTit::before,
.spc61_toric_subTit::after {
  content: "";
  width: 3px;
  height: 1.2em;
  background: #1ab6c2;
  display: block;
}

.spc61_toric_subTit::before {
  transform: rotate(-40deg);
  margin-right: 16px;
}
.spc61_toric_subTit::after {
  transform: rotate(40deg);
  margin-left: 16px;
}

.spc61_toric_tit {
  width: 90%;
  height: 60px;
  background-image: linear-gradient(135deg, rgba(82, 204, 212, 1) 10%, rgba(26, 182, 194, 1) 10% 90%, rgba(82, 204, 212, 1) 90%);
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-top: 4px;
  padding: 12px 0;
  transform: translateX(-50%);
}

.spc61_img05,
.spc61_img06,
.spc61_img07,
.spc61_img08 {
  width: 90%;
  margin: 0 auto;
}


/* メッセージ
------------------------------------------------------------------------------------*/
.spc61_comment {
  margin-bottom: -16px;
  padding-bottom: 32px;
}

.spc61_comment_txt {
  width: 90%;
  color: #333;
  --fs: 1.8rem;
  --fh: 3rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) auto calc(0px + ((var(--fs) - var(--fh)) / 2));
}


/* 今回ご紹介したカラコンはコチラ
------------------------------------------------------------------------------------*/
.contactLens_list {
  margin-top: 16px;
}
.contactLens_list h2 {
  color: #1ab6c2;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}

.series-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 8px;
}

.pick-up {
  width: 48.68%;
  text-align: center;
  margin-bottom: 38px;
}

.pick-up img {
  margin-bottom: -1px;
}


/* フロートバナー
------------------------------------------------------------------------------------*/
.overlay_link_wrap {
  width: 100%;
  max-width: calc(var(--maxWidth) - 80px - 200px);
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: opacity 500ms;
}
.overlay_link_wrap_on {
  opacity: 1;
  pointer-events: auto;
}

.overlay_closeBtn {
  width: 22px;
  position: absolute;
  top: -11px;
}