@charset "UTF-8";

.cmp-popupicon {
  position: fixed;
  right: 15px;
  bottom: 40px;
  opacity: 0;
  pointer-events: none; /* 非表示のときクリック不可 */
  transition: bottom 0.3s, opacity 0.5s;
  z-index: 200;
}

@media screen and (max-width: 750px) {
.cmp-popupicon {
  right: 10px;
  bottom: 30px;
}
}

.cmp-popupicon.show {
  opacity: 1;
  pointer-events: auto; /* 表示のときクリック有効 */
}

/*
==============================================================================
COMPONENTS
==============================================================================
*/

.c-btn {
  -webkit-transition: 0.2s;
  border-radius: 2rem;
  cursor: pointer;
  display: block;
  font-weight: bold;
  transition: 0.2s;
}

.c-btn.blue {
  background-color: #0088b5;
  color: #fff;
}

.c-btn.gray {
  background-color: #f7f7f7;
  color: #034ea1;
}

.c-btn.long {
  font-size: 1.6rem;
  padding: 1.8rem 0;
  text-align: center;
  width: 25.5rem;
}

.c-btn.center {
  margin-left: auto;
  margin-right: auto;
}

.c-btn.check {
  background-image: url(/etc.clientlibs/santen/clientlibs/clientlib-html-site/resources/jp/healthcare/eye/eye_health/selfcheck/dryeye/shared/img/icons/triangle_white.svg);
  background-position: right 2.4rem top 2.7rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  border-radius: 10rem;
  font-size: 2.2rem;
  padding: 0;
  text-align: center;
  width: 396px;
}
@media screen and (max-width: 750px) {
.c-btn.check {
  width: 62.13vw;
}
}


.c-btn.check.blue {
  -webkit-box-shadow: 2px 3px 0px 0 #036E91;
  box-shadow: 2px 3px 0px 0 #036E91;
}

.c-btn.check.gray {
  -webkit-box-shadow: 2px 3px 0px 0 #999999;
  background-color: #ACACAC;
  box-shadow: 2px 3px 0px 0 #999999;
}

.c-modal {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 300;
}

.c-modal p{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  width: 100%;
  font-weight: normal;
  letter-spacing: normal;
}

.c-modal.optiview .c-modal__frame {
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.c-modal.optiview .c-modal__frame>div {
  -ms-overflow-style: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.c-modal.optiview .c-modal__frame iframe {
  display: block;
  height: 100%;
}

.c-modal.optiview .c-modal__btns-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15%;
}

.c-modal .sm-txt {
  font-size: 1.4rem;
}

.c-modal .bold-txt {
  font-weight: bold;
}

.c-modal .blue-txt {
  color: #034ea1;
}

.c-modal .right-txt {
  text-align: right;
}

.c-modal .center-txt {
  margin-bottom: 1rem;
  text-align: center;
}

.c-modal__overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 400;
}

.c-modal__full {
  width: 100%;
}

.c-modal__body {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  left: 50%;
  max-width: 800px;
  min-width: 600px;
  padding: 50px 62px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  z-index: 500;
}

.c-modal__body.for-check {
  border-radius: 0;
  height: 100%;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.c-modal__body.logout {
  padding: 6rem 6rem 4rem;
}

.c-modal__body.result {
  height: 98%;
  max-width: 1024px;
  padding: 3rem 4.5rem;
  width: 98%;
}

.c-modal__body.tabs {
  height: 98%;
  max-width: 1024px;
  padding: 0 0 4rem;
  width: 98%;
}

.c-modal__body.fix {
  width: 800px;
}

.c-modal__frame {
  height: 100%;
  text-align: center;
  width: 100%;
}

.c-modal__frame.quattro {
  background-color: #C0C0C0;
  overflow-x: auto;
  overflow-y: hidden;
}

.c-modal__frame.option iframe {
  height: 100% !important;
  width: 100% !important;
}

.c-modal__canvas {
  height: 100% !important;
  width: auto !important;
}

.c-modal__lead {
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}

.c-modal__lead.result {
  font-size: 2rem;
  font-weight: bold;
}

.c-modal__txt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.c-modal__txt.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-modal__txt.annotation {
  font-size: 1.4rem;
}

.c-modal__txt.start {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-modal__txt.alert:before {
  content: url(/etc.clientlibs/santen/clientlibs/clientlib-html-site/resources/jp/healthcare/eye/eye_health/selfcheck/dryeye/shared/img/icons/alert.svg);
  display: block;
  height: 47px;
  margin-right: 3rem;
  width: 51px;
}

.c-modal__btns-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.c-modal__btns-box * {
  height: 46px !important;
}

.c-modal__btns-box>*:not(:last-child) {
  margin-right: 20px;
}

.c-modal__btns-box .c-btn.check {
  background-image: none;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  padding: 0 0 0 15px;
  width: min(34vw,154px);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.c-modal__btns-box .c-btn.check img {
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  vertical-align: -16px;
  width: 10px;
}

.c-modal .current-wrap {
  height: 80%;
}

.c-modal input[type=radio] {
  display: none;
}

.c-modal #current-cb:checked~#current-result,
.c-modal #past-cb:checked~#past-result {
  display: block;
}

@media screen and (max-width: 750px) {
.c-modal__body {
  font-size: 2.2rem;
}
}

/* IE10 以降にのみ適用され�? */

.c-step {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  counter-reset: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  padding: 0 2rem;
}

.c-step__item {
  counter-increment: number;
}

.c-step__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.c-step__cate::before {
  background-color: #fff;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  min-width: 5.5rem;
  padding: 0.2rem 0.8rem;
  position: absolute;
  top: -3rem;
}

.c-step__cate::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 6px 6px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -1rem;
  width: 0;
}

.c-step__cate>* {
  margin-right: 7rem;
  position: relative;
}

.c-step__cate>*.is-current:before,
.c-step__cate>*.is-done:before {
  color: #fff !important;
}

.c-step__cate>*>span {
  background-color: #fff;
  border-radius: 999px;
  display: block;
  height: 30px;
  width: 30px;
  z-index: 10;
}

.c-step__cate>*::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 999px;
  color: #aaa;
  content: counter(number);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 24px;
  left: 50%;
  letter-spacing: 0;
  padding-left: 1px;
  position: absolute;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  z-index: 30;
}

.c-step__cate>*::after {
  background-color: #fff;
  border: 2px solid #fff;
  border-left: none;
  border-right: none;
  content: "";
  display: block;
  height: 1rem;
  left: 2.5rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  width: 8rem;
  z-index: 20;
}

.c-step__cate:last-child>*:last-child {
  margin-right: 0;
}

.c-step__cate:last-child>*:last-child:after {
  content: none;
}

.c-step__general:after {
  content: none;
}

.c-step__general>div.is-current:before {
  background-color: #064ea0;
}

.c-step__general>div.is-done:before {
  background-color: #064ea0;
}

.c-step__general>div.is-done:after {
  background-color: #064ea0;
}

.c-step__dry:before {
  color: #009bd1;
  content: "ドライアイ";
}

.c-step__dry>div.is-current:before {
  background-color: #009bd1;
}

.c-step__dry>div.is-done:before {
  background-color: #009bd1;
}

.c-step__dry>div.is-done:after {
  background-color: #009bd1;
}

.c-step__ryoku:before {
  color: #65c10f;
  content: "緑�??�?";
}

.c-step__ryoku>div.is-current:before {
  background-color: #65c10f;
}

.c-step__ryoku>div.is-done:before {
  background-color: #65c10f;
}

.c-step__ryoku>div.is-done:after {
  background-color: #65c10f;
}

.c-step__karei:before {
  color: #ffae00;
  content: "�?齢�?斑変�?�";
}

.c-step__karei>div.is-current:before {
  background-color: #ffae00;
}

.c-step__karei>div.is-done:before {
  background-color: #ffae00;
}

.c-step__karei>div.is-done:after {
  background-color: #ffae00;
}

.c-step__hakunai:before {
  color: #f78ab2;
  content: "白�?�?";
}

.c-step__hakunai>div.is-current:before {
  background-color: #f78ab2;
}

.c-step__hakunai>div.is-done:before {
  background-color: #f78ab2;
}

.c-step__hakunai>div.is-done:after {
  background-color: #f78ab2;
}

/* IE10 以降にのみ適用され�? */

.c-tbl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  text-align: left;
  /* ロ�?ク部�? */
  /* 横スクロール部�? */
}

.c-tbl .bold-txt {
  font-weight: bold;
}

.c-tbl .blue-txt {
  color: #034ea1;
}

.c-tbl .gray-bg {
  background-color: #eee;
}

.c-tbl .bold-bd-t {
  border-top: 2px solid #CCC;
}

.c-tbl .bold-bd-r {
  border-right: 2px solid #CCC;
}

.c-tbl .bold-bd-b {
  border-bottom: 2px solid #CCC;
}

.c-tbl .bold-bd-l {
  border-left: 2px solid #CCC;
}

.c-tbl .no-bd-t {
  border-top: none;
}

.c-tbl .no-bd-r {
  border-right: none;
}

.c-tbl .no-bd-b {
  border-bottom: none;
}

.c-tbl .no-bd-l {
  border-left: none !important;
}

.c-tbl__row-wide {
  height: 71px;
}

.c-tbl__table {
  border-collapse: separate;
  _border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  /* IE6がborder-spacing: 0;に対応して�?な�?ので */
}

.c-tbl__table th,
.c-tbl__table td {
  height: 2.8rem;
  overflow: hidden;
  padding: 2px;
  padding: 0 1rem;
  /* �?ータの折り返しを防止 */
  vertical-align: middle;
  /* �?ータが�?を�?えたとき非表示に */
  white-space: nowrap;
}

.c-tbl__locked tr:first-child th {
  border-left: 2px solid #CCC;
  border-top: 2px solid #CCC;
}

.c-tbl__locked tr.bd-btm th,
.c-tbl__locked tr.bd-btm td {
  border-bottom: 2px solid #ccc;
}

.c-tbl__locked tr th:first-child {
  border-left: 2px solid #CCC;
}

.c-tbl__scrollable {
  /* 横スクロール */
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  border-left: 1px solid #CCC;
  height: 100%;
  overflow-x: scroll;
  width: 660px;
}

.c-tbl__scrollable.c-tbl__body {
  border-right: none !important;
}

.c-tbl__scrollable tr:first-child th,
.c-tbl__scrollable tr:first-child td {
  border-top: 2px solid #CCC;
}

.c-tbl__scrollable tr:first-child th {
  border-right: 2px solid #CCC;
}

.c-tbl__scrollable tr:last-child th,
.c-tbl__scrollable tr:last-child td {
  border-bottom: 2px solid #CCC;
}

.c-tbl__scrollable tr td:last-child {
  border-right: 2px solid #CCC;
}

.c-tbl__h__img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-tbl__main-h {
  border: 2px solid #CCC;
  border-left: none;
  border-top: none;
  font-weight: bold;
  position: relative;
  width: 100px;
}

.c-tbl__main-h span {
  position: relative;
  z-index: 2;
}

.c-tbl__main-h.dry {
  background-color: #009bd1;
  color: #fff;
}

.c-tbl__main-h.ryoku {
  background-color: #65c10f;
  color: #fff;
}

.c-tbl__main-h.karei {
  background-color: #ffae00;
  color: #fff;
}

.c-tbl__main-h.hakunai {
  background-color: #f78ab2;
  color: #fff;
}

.c-tbl__sub-h {
  border: 2px solid #CCC;
  border-left: none;
  border-top: none;
  position: relative;
  width: 100px;
}

.c-tbl__sub-h span,
.c-tbl__sub-h p {
  position: relative;
  z-index: 2;
}

.c-tbl__sub-h.dry {
  background-color: #bee2f0;
}

.c-tbl__sub-h.ryoku {
  background-color: #daeac0;
}

.c-tbl__sub-h.karei {
  background-color: #f6ebbc;
}

.c-tbl__sub-h.hakunai {
  background-color: #fadce9;
}

.c-tbl__mini-h {
  border-bottom: 1px solid #ccc;
  border-right: 2px solid #ccc;
}

.c-tbl__mini-h.last {
  border-bottom: none;
}

.c-tbl__body__head>* {
  border-bottom: 2px solid #ccc;
}

.c-tbl__body__head>*:not(:last-child) {
  border-right: 1px solid #ccc;
}

.c-tbl__body__row {
  text-align: center;
}

.c-tbl__body__row>* {
  border-bottom: 1px solid #ccc;
}

.c-tbl__body__row>*:not(:last-child) {
  border-right: 1px solid #ccc;
}

.c-tbl__body__row.bold-b>* {
  border-bottom: 2px solid #ccc;
}

.c-tbl__body__row.no-bd-b td {
  border-bottom: none;
}

.c-tbl__checked>span:before {
  content: url(/etc.clientlibs/santen/clientlibs/clientlib-html-site/resources/jp/healthcare/eye/eye_health/selfcheck/dryeye/shared/img/icons/check_bold.svg);
  display: block;
  height: 2rem;
  margin: 0 auto;
  width: 2rem;
}

table.data th.r_none,
table.data td.r_none {
  border-right: none;
  /* 右ボ�?��?ーの重なりを防止 */
}

/* IE10 以降にのみ適用され�? */

@supports (-ms-ime-align: auto) {
  .c-tbl__h__img {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

.c-qTbl {
  border-collapse: collapse;
  table-layout: fixed;
  width: calc(100% - 20px);
}

.c-qTbl th,
.c-qTbl td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: middle;
}

.c-qTbl th.\--category,
.c-qTbl td.\--category {
  width: 405px;
}

.c-qTbl th.\--cell,
.c-qTbl td.\--cell {
  width: 100px;
}

.c-qTbl th {
  background-color: #efefef;
}

.c-qTbl td .p-form__radio {
  margin-bottom: 0;
}

.c-qTbl td .p-form__radio label::before {
  margin-right: 0;
}

.c-qTbl__cb {
  text-align: center;
}

/*
==============================================================================
PROJECTS
==============================================================================
*/

@media screen and (max-width: 750px) {
  /* モーダル本体 */
  .c-modal__body {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 82vw;       /* ビューポート幅の90% */
    max-width: 500px;  /* PCでも広すぎないよう制限 */
    min-width: auto;
    /*height: min(100vw,375px);       ビューポート高さの60% */
    transform: translate(-50%, -50%); /* 上下左右中央 */
    border-radius: 0px;
    padding: 20px 20px 30px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    box-sizing: border-box; /* padding込みで幅計算 */
    overflow-y: auto;       /* 縦スクロール */
    overflow-x: hidden;     /* 横スクロール防止 */
    max-height: 440px;
  }

  /* モーダル内のボタン配置 */
  .c-modal__btns-box {
    /* position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); */
    width: 100%;
    justify-content: center;
  }

  /* テキスト */
  .c-modal__txt.start {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 20px;
    word-break: break-word; /* 長い文章も折り返す */
    max-width: 100%;        /* 横幅オーバー防止 */
  }

  /* モーダル内の全要素に適用（画像・ボタンなども） */
  .c-modal__body * {
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* body/htmlの余白をゼロにして横スクロール防止 */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}