@charset "shift_jis";
img {
  max-width: none;
  max-height: none;
  width: 100%;
  height: auto;
}

.main-body.is-cn-page {
  font-family: auto;
}

.c-blackboard {
  color: #fff;
  position: relative;
  background-color: #4b7e58;
  border-bottom: 3px solid #ca9a55;
  padding: 20px 20px 90px 20px;
  margin: 0 7.5%;
}

@media (min-width: 1024px) {
  .c-blackboard {
    padding: 30px 240px 30px 35px;
    margin: 0;
    min-height: 160px;
  }
}

.c-blackboard:after {
  content: '';
  display: block;
  width: 108px;
  height: 76px;
  background-image: url("./img/healthcare/blackboard_img.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -3px;
  right: 15px;
}

@media (min-width: 1024px) {
  .c-blackboard:after {
    width: 216px;
    height: 152px;
    right: 20px;
  }
}

.c-blackboard__ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 10px 0 5px;
}

.c-blackboard__ttl:first-child {
  margin: 0 0 5px;
}

@media (min-width: 1024px) {
  .c-blackboard__ttl {
    font-size: 1.625rem;
    margin: 15px 0 10px;
  }
  .c-blackboard__ttl:first-child {
    margin: 0 0 10px;
  }
}

.c-blackboard__lead {
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0 0 5px;
}

@media (min-width: 1024px) {
  .c-blackboard__lead {
    font-size: 1.25rem;
  }
}

.c-blackboard__txt {
  font-size: 0.8125rem;
}

@media (min-width: 1024px) {
  .c-blackboard__txt {
    font-size: 0.9375rem;
  }
}

.c-box-blue {
  background-color: #d9f3fc;
  padding: 20px;
}

.c-box-blue__ttl {
  color: #1158a6;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0 0 5px;
}

.c-box-blue__txt {
  font-size: 16px;
}

.c-box-blue__img {
  float: left;
  width: 82px;
  margin: 0 15px 10px 0;
}

@media (min-width: 1024px) {
  .c-box-blue__img {
    width: 80px;
    margin: 0 20px 10px 0;
  }
}

.c-box-blue__link {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .c-box-blue.is-col:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media (min-width: 1024px) {
  .c-box-blue.is-col .c-box-blue__ttl {
    float: left;
    width: 286px;
    margin: 0 20px 0 0;
  }
}

@media (min-width: 1024px) {
  .c-box-blue.is-col .c-box-blue__txt {
    float: right;
    width: calc(100% - 306px);
  }
}

.c-block--s {
  margin: 0 0 0.625rem;
}

@media (min-width: 1024px) {
  .c-block--s {
    margin: 0 0 1.25rem;
  }
}

.c-block--m {
  margin: 0 0 1.25rem;
}

@media (min-width: 1024px) {
  .c-block--m {
    margin: 0 0 2.5rem;
  }
}

.c-block--l {
  margin: 0 0 1.875rem;
}

@media (min-width: 1024px) {
  .c-block--l {
    margin: 0 0 5rem;
  }
}

.c-clinic-search__link {
  display: block;
  border: 1px solid #cccccc;
  padding: 20px 120px 20px 15px;
  background-image: url("./img/healthcare/icon_search_map.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 110px;
}

@media (min-width: 1024px) {
  .c-clinic-search__link {
    padding: 40px 60px;
    background-position: right 50px center;
    background-size: 190px;
  }
  .c-clinic-search__link:hover {
    border-color: #0007BD;
    text-decoration: none !important;
  }
}

.c-clinic-search__ttl {
  display: block;
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  margin: 0 0 10px;
  background-image: url("./img/healthcare/icon_search.png");
  background-repeat: no-repeat;
  padding: 0 0 0 25px;
  background-size: 19px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .c-clinic-search__ttl {
    font-size: 1.75rem;
    background-position: left center;
    padding: 0 0 0 30px;
    margin: 0 0 15px;
  }
}

.c-clinic-search__txt {
  font-size: 16px;
  color: #333;
}

@media (min-width: 1024px) {
  .c-clinic-search__txt {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.c-heading--lv1 {
  color: #fff;
  border-left: 4px solid #00adee;
  border-right: 4px solid #1158a6;
  background-color: #1158a6;
  text-align: center;
  padding: 0.625rem 25px;
  font-size: 16px;
  margin: 0 -15px 1.5625rem;
}

@media (min-width: 1024px) {
  .c-heading--lv1 {
    color: #1158a6;
    font-size: 1.625rem;
    background: none;
    border: none;
    position: relative;
    text-align: left;
    padding: 13px 0 8px;
    line-height: 1.3;
    margin: 0 0 1.25rem;
  }
  .c-heading--lv1:before, .c-heading--lv1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 3px;
  }
  .c-heading--lv1:before {
    width: 100%;
    background: #1158a6;
    z-index: 1;
  }
  .c-heading--lv1:after {
    width: 250px;
    background: #00adee;
    z-index: 2;
  }
}

.c-heading--lv2 {
  color: #1158a6;
  position: relative;
  padding: 7px 7.5% 7px;
  background: #f5f5f5;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 1.25rem;
}

@media (min-width: 1024px) {
  .c-heading--lv2 {
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    padding: 12px 10px 12px 30px;
  }
}

.c-heading--lv2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 3%;
  height: 4px;
  background: #00adee;
  z-index: 1;
}

@media (min-width: 1024px) {
  .c-heading--lv2:before {
    width: 20px;
    height: 8px;
  }
}

.c-heading--lv2.is-green {
  color: #158C67;
}

.c-heading--lv2.is-green:before {
  background: #158C67;
}

.c-heading--lv3 {
  font-size: 1.25rem;
  color: #1158a6;
  font-weight: bold;
  margin: 0 0 1.25rem;
  border-bottom: 1px solid #cccccc;
  border-left: 2px solid #00adee;
  padding: 5px 10px 5px 15px;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .c-heading--lv3 {
    border-left: 2px solid #00adee;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 10px 15px;
  }
}

.c-heading--lv4 {
  font-size: 1.25rem;
  color: #1158a6;
  font-weight: bold;
  margin: 0 0 1.25rem;
  border-bottom: 2px solid #cceffc;
  padding: 7px 0;
  line-height: 1.25;
}

.c-heading--lv5 {
  color: #1158a6;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 1.25rem;
  line-height: 1.25;
}

.c-heading--lv6 {
  font-size: 1.125rem;
  color: #333;
  font-weight: bold;
  margin: 0 0 1.25rem;
  line-height: 1.25;
}

.c-heading--blue, .p-product-list__ttl {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  padding: 4px 15px;
  margin: 0 0 1.25rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzNGVhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzEwNzdjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, left bottom, from(#034ea1), color-stop(79%, #1077c0));
  background: linear-gradient(to bottom, #034ea1 0%, #1077c0 79%);
}

.c-img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.c-img.is-left {
  margin: 0;
}

.c-list--dics > li {
  position: relative;
  padding: 4px 20px;
  margin: 0 0 0.625rem;
}

.c-list--dics > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #1158a6;
}

.c-list--dics__ttl {
  color: #1158a6;
  font-weight: bold;
  margin: 0 0 0.3125rem;
  display: block;
}

.c-list--num {
  padding: 0 0 0 25px;
}

@media (min-width: 1024px) {
  .c-list--num {
    padding: 0 0 0 25px;
  }
}

.c-list--num > li {
  padding: 4px 5px;
  list-style-type: decimal;
}

@media (min-width: 1024px) {
  .c-page-list {
    background-color: #f5f5f5;
    padding: 22px 20px;
    position: relative;
    margin: 0 -20px -20px;
    border-top: 1px solid #ccc;
  }
}

@media (min-width: 1024px) {
  .c-page-list.is-single {
    margin: 0;
    border: 1px solid #ccc;
  }
}

@media (min-width: 1024px) {
  .c-page-list__list {
    margin: 0 0 -15px;
  }
}

.c-page-list__item {
  color: #1158a6;
  position: relative;
  padding: 0 7.5% 0 7.5%;
  background: #f5f5f5;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 15px;
}

@media (min-width: 1024px) {
  .c-page-list__item {
    font-size: 1.125rem;
    background: none;
    background: url(./img/icon_arrow_right.png) no-repeat left center;
    background-size: 18px;
    padding: 0 0 0 35px;
    line-height: 1.4;
    font-weight: normal;
    margin: 0 0 10px;
  }
  .c-page-list__item:last-child {
    padding-right: 15em;
  }
}

.c-page-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 3%;
  height: 4px;
  background: #00adee;
  z-index: 1;
}

@media (min-width: 1024px) {
  .c-page-list__item:before {
    display: none;
  }
}

.c-page-list__item.is-current {
  display: none;
}

@media (min-width: 1024px) {
  .c-page-list__item.is-current {
    display: block;
  }
  .c-page-list__item.is-current .c-page-list__link {
    color: #333;
    font-weight: bold;
  }
}

@media (min-width: 1024px) {
  .c-page-list__item.is-next .c-page-list__link {
    padding: 0 100px 0 0;
    background: url("./img/healthcare/icon_next_page.gif") no-repeat right center;
    background-size: 88px;
  }
}

.c-page-list__link {
  display: block;
  text-decoration: underline;
  padding: 7px 7px 7px 0;
}

@media (min-width: 1024px) {
  .c-page-list__link {
    padding: 0;
    display: inline;
    text-decoration: none;
  }
}

.c-page-list__back {
  display: none;
}

@media (min-width: 1024px) {
  .c-page-list__back {
    display: block;
    position: absolute;
    bottom: 16px;
    right: 20px;
    font-size: 1.125rem;
    background: none;
    background: url(./img/icon_arrow_right.png) no-repeat left 3px;
    background-size: 18px;
    padding: 0 0 0 30px;
    line-height: 1.4;
    font-weight: normal;
  }
}

@media (min-width: 1024px) {
  .c-qa-list__ttl {
    margin: 0 0 3px;
  }
}

.c-qa-list__ttl a {
  display: block;
  position: relative;
  border: 1px solid #D7D7D7;
  display: block;
  padding: 18px 12px 16px 60px;
  width: auto;
  line-height: 1.6;
  font-size: 1.125rem;
  background: none;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  color: #007fff;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .c-qa-list__ttl a {
    padding: 18px 40px 16px 60px;
    border-radius: 5px;
  }
  .c-qa-list__ttl a:before {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: 12px;
    background-color: #ccc;
    margin: -2px 0 0;
  }
  .c-qa-list__ttl a:after {
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    background-color: #ccc;
    margin: -10px 0 0;
  }
  .c-qa-list__ttl a.is-open:after {
    display: none;
  }
}

.c-qa-list__ttl span {
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  background-image: url("./img/healthcare/qa/faq_icon01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 37px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: bold;
}

.c-qa-list__contents {
  display: none;
  position: relative;
  padding: 18px 12px 35px 60px;
  font-size: 1.125rem;
}

.c-qa-list__num {
  display: block;
  position: absolute;
  top: 18px;
  left: 10px;
  background-image: url("./img/healthcare/qa/faq_icon02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 37px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: bold;
}

.c-qa-list.is-green .c-qa-list__ttl a {
  color: #158C67;
}

.c-qa-list.is-green .c-qa-list__ttl span {
  background-image: url("./img/healthcare/qa/faq_icon03.png");
}

.c-qa-list.is-green .c-qa-list__num {
  background-image: url("./img/healthcare/qa/faq_icon04.png");
}

.c-quick-search {
  width: 85%;
  margin: 16px auto;
  background-color: #f5f5f5;
  padding: 0 1em 1em;
}

.c-quick-search:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .c-quick-search {
    width: 100%;
    margin: 20px 0;
  }
}

.c-quick-search__ttl {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}

.c-quick-search__select {
  float: left;
  width: 60%;
}

.c-quick-search__select select {
  width: 100%;
}

.c-quick-search__btn {
  width: 35%;
  float: right;
}

.c-quick-search__btn a {
  width: 100%;
}

.c-related-information {
  border: 1px solid #ccc;
}

.c-related-information__ttl {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
  padding: 9px 30px;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
}

@media (min-width: 1024px) {
  .c-related-information__ttl {
    padding: 15px 38px;
    line-height: 1;
  }
}

.c-related-information__ttl:before {
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 20px;
  background-color: #666;
  margin-top: -8px;
}

@media (min-width: 1024px) {
  .c-related-information__ttl:before {
    width: 5px;
  }
}

.c-related-information__main {
  padding: 22px 20px 12px;
}

@media (min-width: 1024px) {
  .c-related-information__main {
    padding: 20px 20px 10px;
  }
}

.c-related-information__list {
  padding: 0 0 0 25px;
  background: url(./img/icon_arrow_right.png) no-repeat 0 5px;
  background-size: 15px;
  margin: 0 0 10px;
}

@media (min-width: 1024px) {
  .c-related-information__list {
    background: url(./img/icon_arrow_right.png) no-repeat 0 4px;
    background-size: 18px;
    padding: 0 0 0 35px;
    margin: 0 0 10px;
  }
}

.c-related-information__list .c-related-information__item:first-child:before {
  display: none;
}

.c-related-information__item:before {
  display: inline;
  content: '>';
  margin: 0 0.5em 0 0;
}

@media (min-width: 1024px) {
  .c-related-information__item:before {
    margin: 0 0.5em;
  }
}

@media (min-width: 1024px) {
  .c-related-information__item {
    display: inline;
  }
}

.c-related-information__link {
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  .c-related-information__link {
    font-size: 16px;
  }
}

.c-section {
  width: 85%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .c-section {
    width: 100%;
  }
}

.c-sns {
  text-align: right;
}

.c-sns__btn {
  display: inline-block;
}

.c-tab {
  margin: 0 0 40px;
}

@media (min-width: 1024px) {
  .c-tab {
    margin: 0 -5px 15px;
    position: relative;
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .c-tab__list {
    margin-bottom: 0;
  }
}

.c-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.c-tab__list:before {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 974.94px;
  height: 25.8px;
}

.c-tab__link {
  width: 100%;
  display: block;
  background-color: #dfdfdf;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 8px 0 0;
  color: #333;
  position: relative;
}

.c-tab__link.is-current {
  color: #fff;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#034ea1), to(#00adee));
  background: linear-gradient(to bottom, #034ea1 0%, #00adee 100%);
}

.c-tab__link.is-has-icon .c-tab__txt {
  padding: 0 10px 0 30px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-image: url("./img/healthcare/ico_hover-element_off.gif");
}

.c-tab__txt {
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  padding: 15px;
}

.c-tab__contents {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .c-tab__contents {
    position: relative;
    z-index: 10;
    margin: 0 5px;
    padding: 20px;
    border: 1px solid #ccc;
    border-top-color: #00a8e8;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .c-tab__contents .c-heading--lv2 {
    margin: 0 0 20px;
  }
}

.c-txt {
  font-size: 18px;
  line-height: 1.6;
}

.c-txt-img:after {
  content: '';
  display: block;
  clear: both;
}

.c-txt-img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.c-txt-img__img {
  margin: 0 0 1.25rem;
}

.c-txt-img__img.is-float.is-left {
  float: left;
  margin: 0 1.25rem 0.625rem 0;
}

.c-txt-img__img.is-float.is-right {
  float: right;
  margin: 0 0 0.625rem 1.25rem;
}
.c-txt-img__img.w30 {
  width:30%;
}
.c-txt-img__img.w50 {
  width:47%;
}
@media (min-width: 1024px) {
  .c-txt-img__img.is-left {
    float: left;
    margin: 0 1.25rem 0.625rem 0;
  }
  .c-txt-img__img.is-right {
    float: right;
    margin: 0 0 0.625rem 1.25rem;
  }
}

.p-anchor-list {
  border: 1px solid #ccc;
  padding: 20px 10px;
}

@media (min-width: 1024px) {
  .p-anchor-list {
    border: none;
    padding: 0;
  }
}

.p-anchor-list__list {
  margin: 0 0 -10px;
}

@media (min-width: 1024px) {
  .p-anchor-list__list {
    margin: 0 0 -5px;
  }
}

.p-anchor-list__item {
  margin: 0 0 10px;
}

@media (min-width: 1024px) {
  .p-anchor-list__item {
    margin: 0 0 5px;
  }
}

.p-anchor-list__link {
  font-size: 1.125rem;
  display: block;
  padding: 0 0 0 30px;
  background: url(./img/icon_arrow_down.png) no-repeat left center;
  background-size: 15px;
}

@media (min-width: 1024px) {
  .p-anchor-list__link {
    display: inline-block;
    background-size: 18px;
    padding: 0 0 0 30px;
  }
}

.p-anchor-list__btn {
  display: inline-block;
  padding: 10px 60px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #f5f5f5;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 0 #1158a6;
          box-shadow: 0 2px 0 0 #1158a6;
}

.p-anchor-list__btn:before {
  content: '>';
  padding: 0 1em 0 0;
}

@media (min-width: 1024px) {
  .p-anchor-list__btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1158a6;
    border: 1px solid #1158a6;
  }
}

.p-anchor-list--products {
  display: none;
}

@media (min-width: 1024px) {
  .p-anchor-list--products {
    display: block;
  }
  .p-anchor-list--products:after {
    content: '';
    display: block;
    clear: both;
  }
}

.p-anchor-list--products .p-anchor-list__list {
  width: 50%;
  float: left;
}

.p-anchor-list--products .p-anchor-list__list:last-child {
  float: right;
}

.p-anchor-list--products .p-anchor-list__link {
  background: url(./img/icon_arrow_down.png) no-repeat left 4px;
}

.p-anchor-list--products .p-anchor-list__btn {
  margin: 0 0 0 50%;
  width: 50%;
  max-width: 365px;
  padding: 10px 0;
}

.p-check-banner {
  background-color: #d9f3fc;
  padding: 20px;
}

.p-check-banner:after {
  content: '';
  display: block;
  clear: both;
}

.p-check-banner__link {
  width: 182px;
  display: block;
}

@media (min-width: 1024px) {
  .p-check-banner__link {
    float: left;
  }
  .p-check-banner__link img {
    width: 100%;
  }
}

.p-check-banner__txt {
  padding: 10px 0 0;
  font-size: 16px;
}

@media (min-width: 1024px) {
  .p-check-banner__txt {
    float: left;
    padding: 0 0 0 20px;
  }
}

.p-child-top__ttl {
  margin: 0 0 1.25rem;
}

@media (min-width: 640px) {
  .p-child-top__ttl {
    margin: 0 0 2.5rem;
  }
}

.p-child-top__list {
  margin: 0 0 -1.25rem;
}

@media (min-width: 640px) {
  .p-child-top__list {
    margin: 0 -10px 2.5rem;
  }
  .p-child-top__list:after {
    content: '';
    display: block;
    clear: both;
  }
}

.p-child-top__item {
  margin: 0 0 1.25rem;
}

@media (min-width: 640px) {
  .p-child-top__item {
    width: 33.333333%;
    float: left;
    padding: 0 10px;
    margin: 0;
  }
}

@media (min-width: 640px) {
  .p-child-top__link:hover {
    opacity: 0.6;
  }
}

.p-child-care {
  font-size: 1.125rem;
  line-height: 1.6;
}

.p-child-care__movie {
  padding: 56.25% 0 30px;
  position: relative;
  height: 0;
  width: 100%;
}

@media (min-width: 640px) {
  .p-child-care__movie {
    width: 560px;
    height: 315px;
    padding: 0;
    margin: 0 auto;
  }
}

.p-child-care__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-child-care__attention-txt {
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .p-child-care__attention-txt {
    font-size: 16px;
  }
}

.p-child-care-grow {
  font-size: 1.125rem;
  line-height: 1.6;
}

@media (min-width: 640px) {
  .p-child-care-grow {
    background-image: url("./img/healthcare/eyecare/child/care/bg_chgrow.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding: 200px 0 0;
  }
  .p-child-care-grow:after {
    content: '';
    display: block;
    clear: both;
  }
}

.p-child-care-grow__item {
  margin: 0 0 30px;
  padding: 0 0 55px;
  background-image: url("./img/healthcare/eyecare/child/care/bg_cgarw.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 45px;
  position: relative;
}

@media (min-width: 640px) {
  .p-child-care-grow__item {
    width: 25%;
    float: left;
    padding: 0 15px;
    background: none;
    margin: 0;
  }
}

.p-child-care-grow__item:last-child {
  background: none;
  margin: 0;
  padding: 0;
}

.p-child-care-grow__year {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 5px;
}

.p-child-care-grow__ttl {
  text-align: center;
  font-size: 16px;
  color: #00adee;
  margin: 0 0 10px;
}

.p-child-care-grow__img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 10px;
}

@media (min-width: 640px) {
  .p-child-care-grow__img {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.p-child-care-grow__txt {
  font-size: 16px;
}

.p-child-care-promise {
  padding: 40px 20px 20px;
  border-radius: 20px;
  border: 5px solid #fbc100;
  position: relative;
  margin: 50px 0 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

.p-child-care-promise:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 640px) {
  .p-child-care-promise {
    padding: 60px 30px 30px;
  }
}

.p-child-care-promise__ttl {
  width: 90%;
  color: #fff;
  background-color: #fbc100;
  border-radius: 100px;
  font-size: 0.8125rem;
  padding: 5px 15px;
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 640px) {
  .p-child-care-promise__ttl {
    width: 440px;
  }
}

.p-child-care-promise__lead {
  margin: 0 0 1.875rem;
}

@media (min-width: 640px) {
  .p-child-care-promise__item {
    width: 33.3333%;
    float: left;
    padding: 0 20px;
  }
}

.p-child-care-promise__img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 10px;
}

.p-child-care-promise__cap {
  color: #fbc100;
  text-align: center;
  font-weight: bold;
  margin: 0 0 0.625rem;
}

.p-child-care-promise__txt {
  margin: 0 0 1.875rem;
}

@media (min-width: 640px) {
  .p-child-care-promise__txt {
    margin: 0;
  }
}

.p-child-sick__img {
  margin: 0 0 1.25rem;
}

@media (min-width: 1024px) {
  .p-child-sick__img {
    margin: 0 0 2.5rem;
  }
}

.p-child-sick__block {
  margin: 0.625rem 0 0;
}

.p-child-sick__block.is-symptom .p-child-sick__ttl {
  color: #2B24A5;
}

.p-child-sick__block.is-symptom .p-child-sick__link {
  border-color: #2B24A5;
}

@media (min-width: 1024px) {
  .p-child-sick__block.is-symptom .p-child-sick__link:hover {
    background-color: #2B24A5;
  }
}

.p-child-sick__block.is-sick .p-child-sick__ttl {
  color: #0072BE;
}

@media (min-width: 1024px) {
  .p-child-sick__block.is-sick .p-child-sick__link:hover {
    background-color: #0072BE;
  }
}

.p-child-sick__ttl {
  font-size: 1.0625rem;
}

@media (min-width: 1024px) {
  .p-child-sick__ttl {
    font-size: 1.5rem;
    margin: 0 0 0.625rem;
  }
}

.p-child-sick__list:after {
  content: '';
  display: block;
  clear: both;
}

.p-child-sick__list .p-child-sick__item:nth-of-type(odd) {
  clear: both;
}

.p-child-sick__list .p-child-sick__item:nth-of-type(even) {
  float: right;
}

@media (min-width: 1024px) {
  .p-child-sick__list .p-child-sick__item:nth-of-type(even) {
    float: none;
  }
}

@media (min-width: 1024px) {
  .p-child-sick__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin-right: -20px;
  }
}

.p-child-sick__item {
  width: 49%;
  float: left;
  margin-bottom: 2%;
}

@media (min-width: 1024px) {
  .p-child-sick__item {
    float: none;
    width: calc( (100% - 40px ) / 3);
    width: 33.33%;
    margin: 0 20px 20px 0;
    margin: 0 0 20px;
    padding: 0 20px 0 0;
  }
}

.p-child-sick__link {
  font-size: 0.8125rem;
  display: block;
  color: #333;
  width: 100%;
  height: auto;
  background: none;
  border: 2px solid #0072BE;
  border-bottom: 4px solid #0072BE;
  border-radius: 6px;
  padding: 1.125rem 0 0.9375rem;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .p-child-sick__link {
    font-size: 1.125rem;
    padding: 1.75rem 0 1.5625rem;
  }
  .p-child-sick__link:hover {
    text-decoration: none;
    color: #fff;
  }
}

.p-child-sick__link.is-double {
  padding: 0.8rem 0 0.3125rem;
}

@media (min-width: 1024px) {
  .p-child-sick__link.is-double {
    padding: 1.0625rem 0 0.9375rem;
  }
}

.p-child-quiz-top__ttl {
  margin: 0 0 1.25rem;
}

@media (min-width: 640px) {
  .p-child-quiz-top__ttl {
    margin: 0 0 2.5rem;
  }
}

@media (min-width: 640px) {
  .p-child-quiz-top__list {
    margin: 0 -10px 2.5rem;
  }
  .p-child-quiz-top__list:after {
    content: '';
    display: block;
    clear: both;
  }
}

.p-child-quiz-top__item {
  margin: 0 0 1.25rem;
}

@media (min-width: 640px) {
  .p-child-quiz-top__item {
    width: calc(100% / 3);
    width: 33.333333%;
    float: left;
    padding: 0 10px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .p-child-quiz-top__link:hover {
    opacity: 0.6;
  }
}

.c-page-list-check {
  margin: 40px 0 0 0;
}

@media (min-width: 1024px) {
  .c-page-list-check {
    background-color: #f5f5f5;
    padding: 22px 20px;
    position: relative;
    border: 1px solid #ccc;
  }
}

@media (min-width: 1024px) {
  .c-page-list-check.is-single {
    margin: 0;
    border: 1px solid #ccc;
  }
}

@media (min-width: 1024px) {
  .c-page-list-check__list {
    margin: 0 0 -15px;
  }
}

.c-page-list-check__item {
  color: #1158a6;
  position: relative;
  padding: 0 7.5% 0 7.5%;
  background: #f5f5f5;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 15px;
}

@media (min-width: 1024px) {
  .c-page-list-check__item {
    font-size: 1.125rem;
    background: none;
    background: url(./img/icon_arrow_right.png) no-repeat left center;
    background-size: 18px;
    padding: 0 0 0 35px;
    line-height: 1.4;
    font-weight: normal;
    margin: 0 0 10px;
  }
  .c-page-list-check__item:last-child {
    padding-right: 15em;
  }
}

.c-page-list-check__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 3%;
  height: 4px;
  background: #00adee;
  z-index: 1;
}

@media (min-width: 1024px) {
  .c-page-list-check__item:before {
    display: none;
  }
}

.c-page-list-check__item.is-current {
  display: none;
}

@media (min-width: 1024px) {
  .c-page-list-check__item.is-current {
    display: block;
  }
  .c-page-list-check__item.is-current .c-page-list__link {
    color: #333;
    font-weight: bold;
  }
}

@media (min-width: 1024px) {
  .c-page-list-check__item.is-next .c-page-list-check__link {
    padding: 0 100px 0 0;
    background: url("./img/healthcare/icon_next_page.gif") no-repeat right center;
    background-size: 88px;
  }
}

.c-page-list-check__link {
  display: block;
  text-decoration: underline;
  padding: 7px 7px 7px 0;
}

@media (min-width: 1024px) {
  .c-page-list-check__link {
    padding: 0;
    display: inline;
    text-decoration: none;
  }
}

.c-page-list-check__back {
  display: none;
}

@media (min-width: 1024px) {
  .c-page-list-check__back {
    display: block;
    position: absolute;
    bottom: 16px;
    right: 20px;
    font-size: 1.125rem;
    background: none;
    background: url(./img/icon_arrow_right.png) no-repeat left 3px;
    background-size: 18px;
    padding: 0 0 0 30px;
    line-height: 1.4;
    font-weight: normal;
  }
}

.c-dryeye-check {
  width: 100%;
  margin: 20px auto 0;
}

.c-dryeye-check:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .c-dryeye-check {
    width: 100%;
  }
}

.c-dryeye-check__left {
  width: 100%;
  background: #eee;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .c-dryeye-check__left {
    width: 49%;
    float: left;
    margin-bottom: 0;
  }
}

.c-dryeye-check__right {
  width: 100%;
  background: #eee;
}

@media (min-width: 1024px) {
  .c-dryeye-check__right {
    width: 49%;
    float: right;
  }
}

.c-dryeye-check__link {
  display: block;
}

.c-dryeye-check__img {
  width: 100%;
}

/* ============================================
check-dryeye10
============================================ */
.p-check-dryeye10 {
  background-color: #d8f3fe;
}

.p-check-dryeye10__link {
  display: block;
}

.p-check-dryeye10__img {
  width: 100%;
}

/*
.p-check-banner-dryeye {
    background-color: #eee;

  &__link{
    display: block;
  }

  &__img{
    width: 100%;
  }
}
*/
/* ============================================
12check
============================================ */
.c-check-dryeye12 {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  background-color: #d9f3fc;
}

.c-check-dryeye12:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .c-check-dryeye12 {
    width: 100%;
    margin: 20px auto 40px;
  }
}

.c-check-dryeye12__list {
  font-size: 0.8125rem;
}

@media (min-width: 1024px) {
  .c-check-dryeye12__list {
    font-size: 0.9375rem;
    width: 80%;
  }
}

.c-check-dryeye12__list li {
  margin-bottom: 10px;
  position: relative;
}

.c-check-dryeye12__list li .dryeye12__label {
  position: absolute;
  top: 6px;
  left: 40px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .c-check-dryeye12__list li .dryeye12__label {
    left: 30px;
  }
}

@media (min-width: 1024px) {
  .c-check-dryeye12__list li .dryeye12__label {
    top: 3px;
    left: 0;
  }
}

.c-check-dryeye12__item {
  width: 100%;
}

@media (min-width: 1024px) {
  .c-check-dryeye12__item:first-child {
    width: 38%;
    float: left;
    margin: 0 0 20px 20%;
  }
}

@media (min-width: 1024px) {
  .c-check-dryeye12__item:last-child {
    width: 42%;
    float: left;
  }
}

.c-check-dryeye12__btn {
  font-size: 21px;
  width: 100%;
  margin: 20px auto 0;
  padding: 10px;
}

@media (min-width: 1024px) {
  .c-check-dryeye12__btn {
    font-size: 0.9375rem;
    width: 50%;
    margin-left: 25%;
  }
}

/* checkbox */
@media all and (-ms-high-contrast: none) {
  .c-check-dryeye12__item .check-input {
    opacity: 0;
    /* for IE - display: none; */
  }
}

@-moz-document url-prefix() {
  .c-check-dryeye12__item .check-input {
    opacity: 0;
    /* for forefox - display: none; */
  }
}

.c-check-dryeye12__item .dryeye12__label {
  padding-left: 20px;
  padding-top: 3px;
  position: relative;
}

.c-check-dryeye12__item .dryeye12__label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 30px;
  height: 22px;
  background: url(./img/icon_checkbox_off.png);
}

.c-check-dryeye12__item .check-input:checked + .dryeye12__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 30px;
  height: 22px;
  background: url(./img/icon_checkbox_on.png);
}


/* ============================================
12check-result
============================================ */
.c-check-result {
  font-size: 0.8125rem;
  width: 100%;
  position: relative;
}

.c-check-result:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .c-check-result {
    font-size: 0.9375rem;
  }
}

.c-check-result__text {
  font-size: 0.9375rem;
  width: 100%;
  border: solid 2px #00acf0;
  border-radius: 8px;
}

@media (min-width: 1024px) {
  .c-check-result__text {
    font-size: 1.25rem;
    width: 75%;
    float: left;
  }
}

.c-check-result__text__level {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #d8f3fe;
  color: #004ba3;
  padding: 20px 0 15px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .c-check-result__text__level {
    padding: 30px 0;
  }
}

.c-check-result__text__message {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
  padding: 20px;
  text-align: center;
}

@media (min-width: 1024px) {
  .c-check-result__text__message {
    padding: 30px;
  }
}

.c-check-result__img {
  display: none;
}

@media (min-width: 1024px) {
  .c-check-result__img {
    display: block;
    width: 22%;
    float: right;
  }
}

@media (min-width: 1024px) {
  .c-check-result__img__item {
    max-width: 100%;
    position: absolute;
    bottom: 0;
  }
}

.c-check-result__text__level__title {
  font-size: 1.875rem;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .c-check-result__text__level__title {
    font-size: 3.75rem;
  }
}

.c-check-result__text__level__note {
  font-size: 0.8125rem;
  color: #ec6c73;
  padding: 5px 20px 0;
}

@media (min-width: 1024px) {
  .c-check-result__text__level__note {
    font-size: 0.9375rem;
  }
}

.c-check-dryeye12-result {
  font-size: 0.8125rem;
  width: 100%;
  margin: 20px auto 0;
}

.c-check-dryeye12-result:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .c-check-dryeye12-result {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1024px) {
  .c-check-dryeye12-result__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-check-dryeye12-result__item {
  font-size: 0.8125rem;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}

.c-check-dryeye12-result__item:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .c-check-dryeye12-result__item {
    font-size: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    margin-right: 1%;
  }
}

@media (min-width: 1024px) {
  .c-check-dryeye12-result__item :nth-child(3n) {
    margin-right: 0;
  }
}

.result__list__link {
  margin-left: 15px;
  color: #034ea1;
  cursor: pointer;
}

.result__list__link::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #034ea1;
  border-right: 2px solid #034ea1;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

@media (min-width: 1024px) {
  .result__list__link::before {
    top: 7px;
    width: 8px;
    height: 8px;
  }
}

.open .result__list__link::before {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media (min-width: 1024px) {
  .open .result__list__link::before {
    top: 10px;
  }
}

.result__list__detail {
  font-size: 0.8125rem;
  margin: 15px 0 10px;
  padding: 15px 25px;
  color: #2e2d32;
  text-align: center;
  background: #dbf3fd;
  border-radius: 8px;
  position: relative;
}

@media (min-width: 1024px) {
  .result__list__detail {
    font-size: 0.9375rem;
    padding: 15px 25px;
    text-align: left;
  }
}

.result__list__detail:hover {
  cursor: pointer;
}

.result__list__detail__text {
  font-size: 0.8125rem;
  width: 100%;
  text-align: left;
}

@media (min-width: 1024px) {
  .result__list__detail__text {
    font-size: 0.9375rem;
  }
}

.result__list__detail:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 15%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #dbf3fd transparent;
}

.c-check-dryeye12-result-detail {
  font-size: 13px;
}

@media (min-width: 1024px) {
  .c-check-dryeye12-result-detail {
    font-size: 16.8px;
  }
}

.c-check-dryeye12-result-detail__btn > a {
  display: block;
  color: #fff;
  max-width: 380px;
  padding: 9px 0;
  border-radius: 6px;
  margin: 20px auto 0;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
  background: #006fc1;
}

@media (min-width: 1024px) {
  .c-check-dryeye12-result-detail__btn > a {
    margin: 40px auto 0;
  }
  .c-check-dryeye12-result-detail__btn > a:hover {
    color: #333;
    background: #dfdfdf;
    text-decoration: none;
  }
}

/* ============================================
10seconds
============================================ */
.p-10seconds {
  width: 270px;
  margin: auto;
  padding: 30px 0 50px;
}

.p-10seconds_lead {
  font-size: 21px;
  margin-bottom: 30px;
  text-align: center;
}

.p-10seconds_img {
  width: 220px;
  margin: auto;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.p-10seconds .is-hide {
  display: none;
}

.p-check10-1_btn {
  margin-top: 40px;
  padding: 9px 0;
  border-radius: 6px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  background: #006fc1;
}

@media (min-width: 1024px) {
  .p-check10-1_btn {
    width: 380px;
    margin-left: -55px;
  }
  .p-check10-1_btn:hover {
    color: #333;
    background: #dfdfdf;
  }
}

@media (min-width: 1024px) {
  .p-check10-3 .p-10seconds_lead {
    margin: 0 -180px 30px;
  }
}

.p-check10-3 .p-10seconds_btn {
  margin-top: 40px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  background: #006fc1;
}

@media (min-width: 1024px) {
  .p-check10-3 .p-10seconds_btn {
    width: 380px;
    margin-left: -55px;
  }
  .p-check10-3 .p-10seconds_btn:hover, .p-check10-3 .p-10seconds_btn:active {
    color: #333;
    background: #dfdfdf;
  }
}

.p-check10-3 .p-10seconds_btn__link {
  display: block;
  color: #333;
  padding: 9px 0;
  cursor: pointer;
}

.p-check10-3 .p-10seconds_btn__link:link, .p-check10-3 .p-10seconds_btn__link:visited {
  text-decoration: none;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .p-check10-3 .p-10seconds_btn__link:hover, .p-check10-3 .p-10seconds_btn__link:active {
    text-decoration: none;
    color: #333;
  }
}

.p-10seconds-counter {
  overflow: hidden;
  padding: 15px;
}

.p_count {
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0 auto 0 auto;
}

.p_count_border {
  position: absolute;
  top: -0.25%;
  left: -0.25%;
  width: 100.6%;
  height: 100.6%;
  border: 15px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}

.p_count_num {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 55%;
  height: 55%;
  margin: auto !important;
  background: #43bee6;
  border-radius: 50%;
  z-index: 110;
  padding: 0 !important;
}

.p_count_num li{
  margin-bottom: 0 !important;
  list-style-type: none !important;
  line-height: 1.7 !important;
  line-height: normal !important;
  position: static !important;
}
.p_count_ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  z-index: 120;
  will-change: transform;
}

.p_count_ico:after {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  margin: 0 auto;
  border: 5px solid #fff;
  background: #1d38a8;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p_count_counter1,
.p_count_counter2 {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.p_count_counter1 {
  right: 0;
  z-index: 90;
}

.p_count_counter2 {
  left: 0;
  z-index: 100;
}

.p_count_round {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
}

.p_count_round:after {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
}

.p_count_counter1 .p_count_round,
.p_count_counter1 .p_count_round:after {
  right: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.p_count_counter2 .p_count_round,
.p_count_counter2 .p_count_round:after {
  left: 0;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.p_count_round.m_round1 {
  z-index: 1;
}

.p_count_round.m_round2 {
  -webkit-transform: rotate(36deg);
      -ms-transform: rotate(36deg);
          transform: rotate(36deg);
  z-index: 2;
}

.p_count_round.m_round3 {
  -webkit-transform: rotate(72deg);
      -ms-transform: rotate(72deg);
          transform: rotate(72deg);
  z-index: 3;
}

.p_count_round.m_round4 {
  -webkit-transform: rotate(108deg);
      -ms-transform: rotate(108deg);
          transform: rotate(108deg);
  z-index: 4;
}

.p_count_round.m_round5 {
  -webkit-transform: rotate(144deg);
      -ms-transform: rotate(144deg);
          transform: rotate(144deg);
  z-index: 5;
}

.p_count_round.m_round6 {
  z-index: 6;
}

.p_count_round.m_round7 {
  -webkit-transform: rotate(36deg);
      -ms-transform: rotate(36deg);
          transform: rotate(36deg);
  z-index: 7;
}

.p_count_round.m_round8 {
  -webkit-transform: rotate(72deg);
      -ms-transform: rotate(72deg);
          transform: rotate(72deg);
  z-index: 8;
}

.p_count_round.m_round9 {
  -webkit-transform: rotate(108deg);
      -ms-transform: rotate(108deg);
          transform: rotate(108deg);
  z-index: 9;
}

.p_count_round.m_round10 {
  -webkit-transform: rotate(144deg);
      -ms-transform: rotate(144deg);
          transform: rotate(144deg);
  z-index: 10;
}

.p_count_round.m_round1:after {
  background: #23559e;
}

.p_count_round.m_round2:after {
  background: #275fab;
}

.p_count_round.m_round3:after {
  background: #2763ae;
}

.p_count_round.m_round4:after {
  background: #2868b1;
}

.p_count_round.m_round5:after {
  background: #2a6eb6;
}

.p_count_round.m_round6:after {
  background: #2d75bb;
}

.p_count_round.m_round7:after {
  background: #2d7dc1;
}

.p_count_round.m_round8:after {
  background: #3085c7;
}

.p_count_round.m_round9:after {
  background: #348ece;
}

.p_count_round.m_round10:after {
  background: #359fda;
}

.p_count_round.m_complete:after {
  background: #1d38a8;
}

.p_count_round.m_complete {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.p_count_counter1 .p_count_round.m_complete {
  z-index: 100;
}

.p_count_counter2 .p_count_round.m_complete {
  z-index: 101;
}

.p_count_numItem img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 75px;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  z-index: 130;
  opacity: 0;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  will-change: opacity;
}

.p_count_ico {
  -webkit-animation-name: ico;
          animation-name: ico;
}

.p_count_counter1 .p_count_round.m_complete {
  -webkit-animation-name: complete1;
          animation-name: complete1;
}

.p_count_counter2 .p_count_round.m_complete {
  -webkit-animation-name: complete2;
          animation-name: complete2;
}

.p_count_numItem.m_10 img {
  -webkit-animation-name: count10;
          animation-name: count10;
}

.p_count_numItem.m_9 img {
  -webkit-animation-name: count9;
          animation-name: count9;
}

.p_count_numItem.m_8 img {
  -webkit-animation-name: count8;
          animation-name: count8;
}

.p_count_numItem.m_7 img {
  -webkit-animation-name: count7;
          animation-name: count7;
}

.p_count_numItem.m_6 img {
  -webkit-animation-name: count6;
          animation-name: count6;
}

.p_count_numItem.m_5 img {
  -webkit-animation-name: count5;
          animation-name: count5;
}

.p_count_numItem.m_4 img {
  -webkit-animation-name: count4;
          animation-name: count4;
}

.p_count_numItem.m_3 img {
  -webkit-animation-name: count3;
          animation-name: count3;
}

.p_count_numItem.m_2 img {
  -webkit-animation-name: count2;
          animation-name: count2;
}

.p_count_numItem.m_1 img {
  -webkit-animation-name: count1;
          animation-name: count1;
}

.p_count_numItem.m_0 img {
  -webkit-animation-name: count0;
          animation-name: count0;
}

@-webkit-keyframes ico {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ico {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes complete1 {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes complete1 {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes complete2 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes complete2 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes count10 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  10.01% {
    opacity: 0;
  }
}

@keyframes count10 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  10.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count9 {
  0% {
    opacity: 0;
  }
  9.99% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  20.01% {
    opacity: 0;
  }
}

@keyframes count9 {
  0% {
    opacity: 0;
  }
  9.99% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  20.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count8 {
  0% {
    opacity: 0;
  }
  19.99% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  30.01% {
    opacity: 0;
  }
}

@keyframes count8 {
  0% {
    opacity: 0;
  }
  19.99% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  30.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count7 {
  0% {
    opacity: 0;
  }
  29.99% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  40.01% {
    opacity: 0;
  }
}

@keyframes count7 {
  0% {
    opacity: 0;
  }
  29.99% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  40.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count6 {
  0% {
    opacity: 0;
  }
  39.99% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
}

@keyframes count6 {
  0% {
    opacity: 0;
  }
  39.99% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count5 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60.01% {
    opacity: 0;
  }
}

@keyframes count5 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count4 {
  0% {
    opacity: 0;
  }
  59.99% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  70.01% {
    opacity: 0;
  }
}

@keyframes count4 {
  0% {
    opacity: 0;
  }
  59.99% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  70.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count3 {
  0% {
    opacity: 0;
  }
  69.99% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  80.01% {
    opacity: 0;
  }
}

@keyframes count3 {
  0% {
    opacity: 0;
  }
  69.99% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  80.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count2 {
  0% {
    opacity: 0;
  }
  79.99% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  90.01% {
    opacity: 0;
  }
}

@keyframes count2 {
  0% {
    opacity: 0;
  }
  79.99% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  90.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count1 {
  0% {
    opacity: 0;
  }
  89.99% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  99.99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes count1 {
  0% {
    opacity: 0;
  }
  89.99% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  99.99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes count0 {
  0% {
    opacity: 0;
  }
  99.99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes count0 {
  0% {
    opacity: 0;
  }
  99.99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-eyecare-contactlens-table__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd;
}

.p-eyecare-contactlens-table__caption {
  text-align: left;
  padding: 0.9375rem 1.25rem;
  background-color: #E1F5FF;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .p-eyecare-contactlens-table__caption {
    font-size: 1.125rem;
  }
}

.p-eyecare-contactlens-table__th {
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  padding: 0.3125rem 0.625rem;
  vertical-align: middle;
  text-align: left;
  width: 30%;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .p-eyecare-contactlens-table__th {
    width: 20%;
    font-size: 1.125rem;
    padding: 0.9375rem 1.25rem;
  }
}

.p-eyecare-contactlens-table__td {
  border: 1px solid #dddddd;
  padding: 0.3125rem 0.625rem;
  vertical-align: middle;
  width: 80%;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .p-eyecare-contactlens-table__td {
    font-size: 1.125rem;
    padding: 0.9375rem 1.25rem;
  }
}

.p-eyecare-contactlens-table__attention {
  margin: 0.625rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .p-eyecare-contactlens-table__attention {
    font-size: 16px;
  }
}

/* *************************************************
    Search
************************************************* */
/* ===== Common ===== */
#mainArea .searchBox .bg001,
#mainArea .searchBox .bg002,
#mainArea .searchBox .bg003 {
  width: 100%;
  border-color: #213B9C #D7D7D7 #D7D7D7;
  border-style: solid;
  border-width: 2px 1px 1px;
}

#mainArea .section001 {
  margin-top: 22px;
}

/* ===== wellness ===== */
#mainArea .searchBox .bg004 {
  border: 1px solid #D7D7D7;
  padding: 0 0 14px 0;
}

#mainArea .searchBox .bg004 span {
  border: none;
  padding: 0;
}

#mainArea .searchBox .bg004 h3 {
  background-color: #f5f5f5;
  border-bottom: 1px solid #D7D7D7;
  padding: 8px 20px;
}

#mainArea .searchBox .bg004 h3 span {
  border-left: 5px solid #666666;
  padding-left: 12px;
}

#mainArea .searchBox .bg004 table {
  width: 95%;
  margin: 16px auto 0;
  padding: 0;
}

#mainArea .searchBox .bg004 #wellness {
  text-align: right;
  vertical-align: bottom;
}

#mainArea .searchBox .bg001 {
  position: static;
  width: calc(100% + 250px);
  float: none;
  border: none;
}

#mainArea .searchBox .bg002,
#mainArea .searchBox .bg003 {
  position: static;
  padding: 12px;
}

#mainArea .searchBox .bg002 {
  margin-bottom: 20px;
}

#mainArea .searchBox p {
  margin: 8px 0;
  line-height: 1.5;
}

#mainArea .searchBox select,
#mainArea .searchBox table {
  font-size: 0.8em;
}

#mainArea .section001 .searchBox .table001 {
  margin-bottom: 23px;
}

#mainArea .section001 .searchBox .table001.lastItem {
  margin-bottom: 0;
}

#mainArea .searchBox .keyword {
  font-size: 80%;
  line-height: 18px;
  height: 18px;
}

#mainArea .searchBox .freewordForm {
  width: 170px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

#mainArea .searchBox .freewordForm .keyword {
  width: 115px;
  border: none;
  vertical-align: top;
}

#mainArea .searchBox .stationForm select,
#mainArea .searchBox .stationForm .keyword {
  width: 100%;
}

#mainArea .searchBox .stationForm label {
  vertical-align: middle;
  margin-left: 5px;
}

#mainArea .searchBox .stationForm .stationFormInputs select {
  margin-bottom: 8px;
}

#mainArea .searchBox .stationForm .stationFormInputs {
  background: transparent url("/ja/healthcare/eye/EyeClinicSearch/img/bg_station_form_inputs.jpg") bottom repeat-x;
  padding-bottom: 15px;
}

#mainArea .searchBox .stationForm .stationFormButtons {
  margin-top: 8px;
  line-height: 0;
  text-align: center;
}

#mainArea .searchBox th {
  width: 140px;
  text-align: left;
  vertical-align: top;
}

#mainArea .searchBox thead th {
  padding: 11px 11px 11px 11px;
  color: #FFF;
  font-weight: bold;
  background: #004ca4;
  background: -webkit-gradient(linear, left top, left bottom, from(#004ca4), to(#1a80e4));
  background: linear-gradient(to bottom, #004ca4 0%, #1a80e4 100%);
}

#mainArea .searchBox thead th.link {
  padding: 11px 11px 11px 20px;
  color: #FFF;
  background: #004ca4;
  background: -webkit-gradient(linear, left top, left bottom, from(#004ca4), to(#1a80e4));
  background: linear-gradient(to bottom, #004ca4 0%, #1a80e4 100%);
}

#mainArea .searchBox thead th a {
  text-decoration: underline;
  padding: 0 20px 0 25px;
  color: #FFF;
  background: none;
  background-image: url("https://www.santen.co.jp/ja/healthcare/eye/EyeClinicSearch/img/icon_arrow_right_w.png"), url("https://www.santen.co.jp/ja/healthcare/eye/EyeClinicSearch/img/icon_link.png");
  background-position: left 3px, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 16px, 12px;
}

#mainArea .searchBox thead th a:hover {
  text-decoration: none;
}

#mainArea .searchBox tbody th {
  background: #f5f5f5;
  font-weight: normal;
}

#mainArea .searchBox tbody td .map {
  padding-left: 20px;
  background: transparent url("https://www.santen.co.jp/ja/healthcare/eye/EyeClinicSearch/img/icon_arrow_right.png") left center no-repeat;
  background-size: 25%;
  color: #333;
}

#mainArea .searchBox tbody td .typeRyoku,
#mainArea .searchBox tbody td .typeDry,
#mainArea .searchBox tbody td .typeKarei {
  font-size: 0.8em;
  color: #ffffff;
  width: 100px;
  display: block;
  float: left;
  margin-right: 5px;
  text-align: center;
}

#mainArea .searchBox tbody td .typeRyoku {
  background: #769541;
}

#mainArea .searchBox tbody td .typeDry {
  background: #4A8CB7;
}

#mainArea .searchBox tbody td .typeKarei {
  background: #3139A3;
}

/* ===== search-detail ===== */
#mainArea .searchBoxDetail .bg001 {
  border: none;
  padding: 0;
}

#mainArea .searchBoxDetail table {
  width: 100%;
  font-size: 1em;
  margin-bottom: 60px;
}

#mainArea .searchBoxDetail span,
#mainArea .searchBoxDetail input,
#mainArea .searchBoxDetail label,
#mainArea .searchBoxDetail option {
  color: #333333;
}

#mainArea .searchBoxDetail input[type="text"] {
  border: 1px solid #ccc;
}

#mainArea .searchBoxDetail th,
#mainArea .searchBoxDetail td {
  padding: 6px 0 8px 0;
}

#mainArea .searchBoxDetail th {
  width: 18%;
}

#mainArea .searchBoxDetail th span {
  background: none;
  display: block;
  padding: 0;
  text-align: left;
}

#mainArea .searchBoxDetail td {
  vertical-align: middle;
}

#mainArea .searchBoxDetail .td001 select {
  width: 150px;
  margin-right: 15px;
}

#mainArea .searchBoxDetail .td002 input {
  margin-right: 5px;
}

#mainArea .searchBoxDetail .td002 label {
  margin-right: 5px;
}

#mainArea .searchBoxDetail .td003 input {
  width: 100%;
}

#mainArea .searchBoxDetail .td004 {
  text-align: center;
  padding: 20px 0 10px 0;
}

#mainArea .searchBoxDetail .td004 input[type="image"] {
  width: 250px;
  height: 47px;
}

#mainArea .searchBoxDetail .adress li {
  float: left;
  padding-right: 18px;
  list-style: none;
}

/* ===== search-Prefectures ===== */
#mainArea .searchBtn {
  display: block;
  padding: 12px 0 40px 0;
}

#mainArea .searchBtn li {
  width: 49%;
  float: left;
  border: solid 1px #dfdfdf;
  border-radius: 5px;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0eceb));
  background: linear-gradient(to bottom, #fafafa 0%, #f0eceb 100%);
  font-size: 16px;
  margin-right: 0;
}

#mainArea .searchBtn li:last-child {
  float: right;
}

#mainArea .searchBtn li span {
  display: block;
  padding-top: 15px;
}

#mainArea .searchBtn li a {
  display: block;
  text-align: center;
}

#mainArea .searchBtn li a:hover {
  text-decoration: none;
}

/* ===== search-city-town _ Route-Station ===== */
#mainArea .city_list,
#mainArea .station_list {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 26px;
}

#mainArea .city_list li,
#mainArea .station_list li {
  float: left;
  width: 25%;
  display: inline-block;
  font-size: 0.9em;
}

#mainArea .station_list li {
  vertical-align: top;
}

#mainArea .city_list li a {
  display: block;
  margin-right: 20px;
  padding: 6px 0 2px 23px;
  height: 1%;
  background: transparent url("./img/icon_arrow_right.png") top 8px left no-repeat;
}

#mainArea .station_list li a {
  display: block;
  margin-right: 30px;
  padding: 6px 0 2px 23px;
  height: 1%;
  background: transparent url("./img/icon_arrow_right.png") top 8px left no-repeat;
}

#mainArea .city_list li:nth-child(4n),
#mainArea .station_list li:nth-child(4n) {
  padding-right: 0;
}

/* ===== searchNavi ===== */
#mainArea .section001 .searchBox .top_button {
  margin: 0 0 0 30px;
}

#mainArea .section001 .searchBox .top_button img {
  width: 15px;
  height: 15px;
  margin: 0 10px 4px 0;
}

#mainArea .searchNavi001 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}

#mainArea .searchNavi001 .contRight002 {
  float: right;
}

#mainArea .searchNavi002 .contRight002 {
  float: none;
  text-align: center;
}

#mainArea .contLeft002 {
  float: left;
  font-weight: bold;
}

#mainArea .contRight002 {
  float: right;
}

#mainArea .contLeft002 li,
#mainArea .contRight002 li {
  display: inline-block;
}

#mainArea .contLeft002 li {
  margin-right: 5px;
}

#mainArea .contRight002 li {
  margin-left: 3px;
}

/* ===== searchNavi002 ===== */
#mainArea .searchNavi002 {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  margin-bottom: 26px;
  padding: 8px;
}

#mainArea .searchNavi002 a {
  font-size: 0.8em;
  color: #004ba3;
}

#mainArea .bt_first,
#mainArea .bt_end,
#mainArea .bt_num {
  padding: 6px 9px;
  border: none;
  background-color: #f5f5f5;
  text-decoration: none;
}

#mainArea .searchNavi002 a:hover.bt_num,
#mainArea .searchNavi002 .bt_num_ac {
  background-color: #004ca4;
  color: #ffffff;
}

#mainArea .bt_prev,
#mainArea .bt_next {
  color: #004da4;
  margin: 0;
  padding: 0;
  background: none;
}

#mainArea .bt_prev:before {
  content: "<";
  font-size: 14px;
  color: #333333;
  padding-right: 5px;
  text-decoration: none;
}

#mainArea .bt_next:after {
  content: ">";
  font-size: 14px;
  color: #333333;
  padding-left: 5px;
}

/* ===== map-Search ===== */
#mainArea .contLeft003 {
  float: left;
  width: 240px;
  height: 589px;
  overflow-y: scroll;
}

@media only screen and (min-width: 768px) {
  .contLeft003 img {
    max-width: auto;
    width: auto;
    height: auto;
  }
  #mainArea .contLeft003 th img {
    width: 12px;
    height: 12px;
    margin: 0 5px 2px 0;
  }
  #mainArea .contLeft003 th img.icon {
    width: 12.6px;
    height: 10.8px;
    margin: 0 5px;
    vertical-align: middle;
  }
}

#mainArea .contRight003 {
  float: right;
  width: 408px;
  height: 589px;
}

#mainArea .contRight003 #map-canvas {
  width: 100%;
  height: 100%;
}

#mainArea .contRight003 #map-canvas .infoWindow {
  color: #333333;
  font-size: inherit;
}

#mainArea .contRight003 #map-canvas .infoWindow td {
  padding-right: 8px;
  white-space: nowrap;
  font-size: 100%;
}

#mainArea .mapBox {
  border: none;
  margin-bottom: 40px;
  padding: 10px;
}

#mainArea .mapBox .marker {
  display: block;
  background: url(/ja/healthcare/eye/EyeClinicSearch/img/marker/bg_marker.jpg) no-repeat;
  width: 23px;
  height: 37px;
  color: #ffffff;
  padding: 2px 5px;
}

#mainArea .mapBox table {
  font-size: 0.8em;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#mainArea .mapBox th {
  font-size: 100%;
}

#mainArea .mapBox td {
  padding: 3px 3px 3px 0;
  font-size: 100%;
}

#mainArea .mapBox .mapBox002 {
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #D7D7D7;
  width: 95%;
}

#mainArea .mapBox tbody th {
  background: none;
}

#mainArea .mapBox tbody td .typeRyoku,
#mainArea .mapBox tbody td .typeDry,
#mainArea .mapBox tbody td .typeKarei {
  width: 80px;
}

/* ===== popup map ===== */
.popupMap {
  min-height: 333px;
}

/* ===== mapSearch ===== */
#mainArea .mapSearch {
  width: 680px;
  height: 577px;
  position: relative;
  margin: 0 auto;
}

#mainArea .mapSearch .map,
#mainArea .mapSearch .placeSearch,
#mainArea .mapSearch .prefectural,
#mainArea .mapSearch .pointImg {
  position: absolute;
}

#mainArea .mapSearch .prefectural {
  left: 15px;
  top: 20px;
  width: 127px;
}

#mainArea .mapSearch .pointImg {
  cursor: pointer;
}

#mainArea .mapSearch .hokkaido {
  top: 37px;
  left: 474px;
}

#mainArea .mapSearch .aomori {
  top: 172px;
  left: 471px;
}

#mainArea .mapSearch .akita {
  top: 203px;
  left: 471px;
}

#mainArea .mapSearch .iwate {
  top: 203px;
  left: 538px;
}

#mainArea .mapSearch .yamagata {
  top: 247px;
  left: 471px;
}

#mainArea .mapSearch .miyagi {
  top: 247px;
  left: 538px;
}

#mainArea .mapSearch .fukushima {
  top: 295px;
  left: 499px;
}

#mainArea .mapSearch .niigata {
  top: 279px;
  left: 443px;
}

#mainArea .mapSearch .ibaragi {
  top: 337px;
  left: 565px;
}

#mainArea .mapSearch .chiba {
  top: 399px;
  left: 565px;
}

#mainArea .mapSearch .tochigi {
  top: 337px;
  left: 519px;
}

#mainArea .mapSearch .gunma {
  top: 337px;
  left: 473px;
}

#mainArea .mapSearch .saitama {
  top: 384px;
  left: 473px;
}

#mainArea .mapSearch .toukyou {
  top: 425px;
  left: 498px;
}

#mainArea .mapSearch .kanagawa {
  top: 461px;
  left: 498px;
}

#mainArea .mapSearch .toyama {
  top: 290px;
  left: 399px;
}

#mainArea .mapSearch .ishikawa {
  top: 268px;
  left: 367px;
}

#mainArea .mapSearch .fukui {
  top: 337px;
  left: 340px;
}

#mainArea .mapSearch .nagano {
  top: 337px;
  left: 433px;
}

#mainArea .mapSearch .yamanashi {
  top: 425px;
  left: 459px;
}

#mainArea .mapSearch .shizuoka {
  top: 461px;
  left: 443px;
}

#mainArea .mapSearch .gihu {
  top: 337px;
  left: 398px;
}

#mainArea .mapSearch .aichi {
  top: 461px;
  left: 398px;
}

#mainArea .mapSearch .shiga {
  top: 384px;
  left: 368px;
}

#mainArea .mapSearch .kyouto {
  top: 359px;
  left: 313px;
}

#mainArea .mapSearch .mie {
  top: 425px;
  left: 368px;
}

#mainArea .mapSearch .wakayama {
  top: 485px;
  left: 315px;
}

#mainArea .mapSearch .nara {
  top: 425px;
  left: 341px;
}

#mainArea .mapSearch .osaka {
  top: 425px;
  left: 313px;
}

#mainArea .mapSearch .hyougo {
  top: 359px;
  left: 278px;
}

#mainArea .mapSearch .tottori {
  top: 359px;
  left: 245px;
}

#mainArea .mapSearch .okayama {
  top: 401px;
  left: 245px;
}

#mainArea .mapSearch .shimane {
  top: 359px;
  left: 211px;
}

#mainArea .mapSearch .hiroshima {
  top: 401px;
  left: 211px;
}

#mainArea .mapSearch .yamaguchi {
  top: 359px;
  left: 179px;
}

#mainArea .mapSearch .shikoku {
  top: 464px;
  left: 240px;
}

#mainArea .mapSearch .tokushima {
  top: 496px;
  left: 240px;
}

#mainArea .mapSearch .ehime {
  top: 464px;
  left: 179px;
}

#mainArea .mapSearch .kouchi {
  top: 496px;
  left: 179px;
}

#mainArea .mapSearch .fukuoka {
  top: 357px;
  left: 88px;
}

#mainArea .mapSearch .ooita {
  top: 401px;
  left: 122px;
}

#mainArea .mapSearch .miyazaki {
  top: 442px;
  left: 122px;
}

#mainArea .mapSearch .kumamoto {
  top: 401px;
  left: 88px;
}

#mainArea .mapSearch .kagoshima {
  top: 484px;
  left: 88px;
}

#mainArea .mapSearch .saga {
  top: 357px;
  left: 63px;
}

#mainArea .mapSearch .nagasaki {
  top: 357px;
  left: 36px;
}

#mainArea .mapSearch .okinawa {
  top: 201px;
  left: 71px;
}

/* SP */
@media only screen and (max-width: 1023px) {
  #mainArea .searchBox .bg001,
  #mainArea .searchBox p,
  #mainArea .bg001,
  #mainArea .searchNavi001,
  #mainArea .searchNavi002,
  #mainArea .searchBox table.table001,
  #mainArea .searchBox .bg004,
  #mainArea .mapBox {
    width: 95%;
    margin: 0 auto;
  }
  #mainArea .searchBoxDetail table {
    margin-bottom: 0;
  }
  #mainArea .searchBox p,
  #mainArea .searchNavi001 {
    margin: 0 auto 8px;
  }
  #mainArea .searchNavi002 {
    margin: 0 auto 30px;
  }
  #mainArea .section001 .searchBox .top_button {
    margin: 0 20px 0 0;
    text-align: left;
  }
  #mainArea .section001 .searchBox .top_button img {
    width: 14px;
    height: 14px;
    margin: 0 5px 4px 0;
  }
  #mainArea .searchBox .table001 span.tel img {
    width: 116.5px;
    height: 30px;
    margin-left: 10px;
  }
  #mainArea .searchBox th,
  #mainArea .searchBox td,
  #mainArea .searchBoxDetail th,
  #mainArea .searchBoxDetail td {
    width: 100%;
    display: block;
  }
  #mainArea .searchBoxDetail th,
  #mainArea .searchBoxDetail td {
    padding: 3px 0;
  }
  #mainArea .searchBox .table001 th {
    border: none;
  }
  #mainArea .searchBox .table001 td {
    padding: .6rem 10px 1.2rem 10px;
  }
  /*#mainArea .searchBox .td003 input {
      width: 100%;
  }*/
  #mainArea .searchBoxDetail .td004 input[type="image"] {
    width: 286px;
    height: 53.5px;
  }
  /* ===== sp-searchBtn ===== */
  #mainArea .searchBoxDetail .searchBtn {
    margin-top: 25px;
    padding-bottom: 20px;
  }
  #mainArea .searchBoxDetail .searchBtn .btn001 li,
  #mainArea .searchBoxDetail .searchBtn .btn002 li {
    display: block;
    margin-right: 0;
    border: 1px solid #dfdfdf;
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px #004ca4;
            box-shadow: 0 4px #004ca4;
  }
  #mainArea .searchBoxDetail .searchBtn .btn001 a,
  #mainArea .searchBoxDetail .searchBtn .btn002 a {
    display: block;
    padding: 12px 0;
    color: #303030;
    font-size: 16px;
    text-align: center;
  }
  #mainArea .searchBoxDetail .searchBtn .btn001 li {
    width: 49%;
    float: left;
  }
  #mainArea .searchBoxDetail .searchBtn .btn001 li:last-child {
    width: 49%;
    float: right;
  }
  #mainArea .searchBoxDetail .searchBtn .btn002 {
    border-top: 2px dotted #cccccc;
    margin-top: 14px;
    padding-top: 10px;
  }
  #mainArea .searchBoxDetail .searchBtn .btn002 li {
    width: 100%;
  }
  #mainArea .searchBoxDetail th span.prefselect {
    font-weight: normal;
  }
  /* select */
  #mainArea .searchBoxDetail .td003 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background-color: #fff;
    border: none;
    font-size: .8rem;
    color: #333;
    border-radius: 0;
    padding: .8rem;
  }
  #mainArea .searchBoxDetail .td003 .selectwrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #mainArea .searchBoxDetail .td003 .selectwrap:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.8em;
    display: block;
    content: "";
    background: url("/ja/healthcare/eye/EyeClinicSearch/sp/img/icon_arrow_select.png") 60% 52% no-repeat;
    background-size: 50%;
    pointer-events: none;
  }
  #mainArea .searchBoxDetail .td003 .selectwrap > select {
    width: 130%;
  }
  #mainArea .searchBoxDetail .td003 select::-ms-expand {
    display: none;
  }
  /* freeword */
  #mainArea .searchBoxDetail input[type="text"] {
    padding: 16px .8rem;
    font-size: .8rem;
  }
  #mainArea .searchBoxDetail input:placeholder-shown {
    color: #333;
  }
  #mainArea .searchBoxDetail input::-webkit-input-placeholder {
    color: #333;
  }
  #mainArea .searchBoxDetail input:-ms-input-placeholder {
    color: #333;
  }
  /* ===== sp-wellness ===== */
  #mainArea .searchBox .bg004 {
    padding: 0;
  }
  #mainArea .searchBox .bg004 h3 {
    background-color: #f5f5f5;
    border-bottom: 1px solid #D7D7D7;
    padding: 6px 12px;
  }
  #mainArea .searchBox .bg004 h3 span {
    border-left: 3px solid #666666;
    padding-left: 6px;
  }
  #mainArea .searchBox .bg004 table {
    width: 95%;
    margin: 16px auto 0;
    padding: 0;
  }
  #mainArea .searchBox .bg004 table td {
    display: block;
  }
  #mainArea .searchBox .bg004 #wellness {
    text-align: center;
  }
  #mainArea .searchBox .bg004 #wellness img {
    max-width: auto;
    width: auto;
    height: auto;
  }
  /* ===== mapSearch ===== */
  #mainArea .searchNavi001 .contLeft002,
  #mainArea .searchNavi001 .contRight002 {
    float: none;
  }
  #mainArea .searchNavi001 .contRight002 li {
    margin-left: 0;
  }
  #mainArea .section001 .mapBox {
    margin-bottom: 16px;
  }
  #mainArea .contRight003 {
    float: none;
    width: 100%;
    height: auto;
  }
  #mainArea .contLeft003 {
    float: none;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    text-align: left;
    padding-top: 16px;
    padding-bottom: 0;
  }
  .contLeft003 img {
    max-width: auto;
    width: auto;
    height: auto;
  }
  #mainArea .contLeft003 th img {
    width: 12px;
    height: 12px;
    margin: 0 5px 2px 0;
  }
  #mainArea .contLeft003 th img.icon {
    width: 12.6px;
    height: 10.8px;
    margin: 0 5px;
    vertical-align: middle;
  }
  #mainArea .mapBox .mapBox002 {
    width: 100%;
  }
  #mainArea .mapBox .mapBox002 span.tel img {
    width: 78px;
    height: 19px;
    margin-left: 10px;
  }
  #mainArea .searchBox .mapBox {
    padding: 0;
  }
  /* ===== searchNavi002 ===== */
  #mainArea .searchNavi002 {
    background-color: #ffffff;
    border: none;
    margin-bottom: 26px;
    padding: 0;
  }
  #mainArea .searchNavi002 .contRight002 a {
    display: block;
    font-size: 0.8em;
    color: #004ba3;
    font-size: 14px;
  }
  #mainArea .searchNavi002 .contRight002 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #f5f5f5;
  }
  #mainArea .searchNavi002 .contRight002 li {
    width: 25%;
    border-right: solid 1px #ccc;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
  #mainArea .searchNavi002 .contRight002 .bt_first,
  #mainArea .searchNavi002 .contRight002 .bt_end {
    margin: 0;
    padding: 2px 0;
    border: none;
    text-decoration: none;
  }
  #mainArea .searchNavi002 .contRight002 .bt_prev,
  #mainArea .searchNavi002 .contRight002 .bt_next {
    margin: 0;
    padding: 2px 0 2px 10px;
    background: none;
    position: relative;
  }
  #mainArea .searchNavi002 .contRight002 .bt_next {
    padding: 2px 10px 2px 0;
  }
  #mainArea .searchNavi002 .contRight002 .bt_prev:before {
    content: "<";
    color: #004ba3;
    font-size: 11px;
    position: absolute;
    left: 15px;
    top: 4px;
  }
  #mainArea .searchNavi002 .contRight002 .bt_next:after {
    content: ">";
    color: #004ba3;
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 4px;
  }
}

@media screen and (min-width: 1024px) {
  /* search-Prefectures */
  #mainArea .searchBtn li a {
    background: url("/ja/healthcare/eye/EyeClinicSearch/img/icon_search_city.png") 50% 30% no-repeat;
    background-size: 15%;
    padding: 85px 0 15px 0;
  }
  #mainArea .searchBtn li:last-child a {
    background: url("/ja/healthcare/eye/EyeClinicSearch/img/icon_search_station.png") 50% 30% no-repeat;
    background-size: 15%;
  }
  #mainArea .searchBtn li a:hover {
    opacity: .8;
  }
}

@media screen and (min-width: 601px) and (max-width: 1023px) {
  /* table */
  #mainArea .searchBox .table001 tr,
  #mainArea .searchBox .table001 td {
    border: none;
  }
  #mainArea .searchBox .table001 tbody th {
    text-align: center;
    font-weight: bold;
  }
  /* search-Prefectures */
  #mainArea .searchBtn {
    padding: 2px 0 20px 0;
  }
  #mainArea .searchBtn li a {
    background: url("/ja/healthcare/eye/EyeClinicSearch/img/icon_search_city.png") 50% 30% no-repeat;
    background-size: 15%;
    padding: 75px 0 15px 0;
  }
  #mainArea .searchBtn li:last-child a {
    background: url("/ja/healthcare/eye/EyeClinicSearch/img/icon_search_station.png") 50% 30% no-repeat;
    background-size: 15%;
  }
  /* select */
  #mainArea .searchBoxDetail .searchBtn .btn001 a {
    background: url("/ja/healthcare/eye/EyeClinicSearch/sp/img/icon_select001.png") 50% 50% no-repeat;
    background-size: 30%;
    padding-top: 15px;
  }
  #mainArea .searchBoxDetail .searchBtn .btn002 a {
    background: url("/ja/healthcare/eye/EyeClinicSearch/sp/img/icon_select002.png") 50% 50% no-repeat;
    background-size: 30%;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 600px) {
  /* table */
  #mainArea .searchBox .table001 tr,
  #mainArea .searchBox .table001 td {
    border: none;
  }
  #mainArea .searchBox .table001 tbody th {
    text-align: center;
    font-weight: bold;
  }
  /* search-Prefectures */
  #mainArea .searchBtn {
    padding: 2px 0 10px 0;
  }
  #mainArea .searchBtn li a {
    background: url("/ja/healthcare/eye/EyeClinicSearch/img/icon_search_city.png") 50% 30% no-repeat;
    background-size: 23%;
    padding: 50px 0 10px 0;
  }
  #mainArea .searchBtn li:last-child a {
    background: url("/ja/healthcare/eye/EyeClinicSearch/img/icon_search_station.png") 50% 30% no-repeat;
    background-size: 25%;
  }
/* search-city-town _ Route-Station */
  #mainArea .city_list li,
  #mainArea .station_list li {
    float: none;
    width: 100%;
    padding-left: 11px;
  }
  #mainArea .city_list li a,
  #mainArea .station_list li a {
    margin-right: 0;
  }
  /* select */
  #mainArea .searchBoxDetail .searchBtn .btn001 a {
    background: url("/ja/healthcare/eye/EyeClinicSearch/sp/img/icon_select001.png") 5% 50% no-repeat;
    background-size: 12%;
    padding-left: 12px;
  }
  #mainArea .searchBoxDetail .searchBtn .btn002 a {
    background: url("/ja/healthcare/eye/EyeClinicSearch/sp/img/icon_select002.png") 3% 50% no-repeat;
    background-size: 5%;
    padding-left: 5px;
  }
  body .c-txt-img__img.w30 {
    width:100%;
  }
  body .c-txt-img__img.w50 {
    width:100%;
  }
}

.p-lecture-list__list {
  margin: 0 0 -20px;
}

.p-lecture-list__item {
  margin: 0 0 20px;
}

@media (min-width: 1024px) {
  .p-lecture-list__item {
    margin: 0 0 40px;
  }
}

@media (min-width: 1024px) {
  .p-lecture-list__link:hover {
    opacity: 0.6;
  }
}

@media (min-width: 1024px) {
  .p-library-table__table {
    display: table;
    width: 100%;
    border: 1px solid #dddddd;
    border-collapse: collapse;
    vertical-align: top;
  }
}

.p-library-table__tr {
  padding: 0.625rem 0;
}

@media (min-width: 1024px) {
  .p-library-table__tr {
    display: table-row;
    width: 100%;
  }
}

.p-library-table__tr.is-blue {
  display: none;
}

@media (min-width: 1024px) {
  .p-library-table__tr.is-blue {
    display: table-row;
  }
}

.p-library-table__th {
  background-color: #f5f5f5;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  padding: 0.625rem 0;
}

@media (min-width: 1024px) {
  .p-library-table__th {
    display: table-cell;
    border: 1px solid #dddddd;
    padding: 15px 20px;
    font-weight: normal;
  }
}

.p-library-table__th.is-blue {
  display: none;
  background-color: #e1f5ff;
}

@media (min-width: 1024px) {
  .p-library-table__th.is-blue {
    display: table-cell;
  }
}

.p-library-table__td {
  font-size: 1.125rem;
  padding: 5px 0;
}

@media (min-width: 1024px) {
  .p-library-table__td {
    display: table-cell;
    border: 1px solid #dddddd;
    padding: 15px 20px;
  }
}

.p-library-table__sp-ttl {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .p-library-table__sp-ttl {
    display: none;
  }
}

@media (min-width: 1024px) {
  .p-library-table.is-astigmatism .p-library-table__tr .p-library-table__th:nth-of-type(1) {
    width: 150px;
  }
}

.p-library-table--2 {
  margin: 0;
}

.p-library-table--2__table {
  width: 100%;
  display: block;
}

@media (min-width: 1024px) {
  .p-library-table--2__table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dddddd;
  }
}

.p-library-table--2__table > tbody {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .p-library-table--2__table > tbody {
    display: table-row-group;
  }
}

.p-library-table--2__tr {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .p-library-table--2__tr {
    display: table-row;
  }
  .p-library-table--2__tr th:nth-child(1) {
    width: 40%;
  }
  .p-library-table--2__tr td:nth-child(1) {
    width: 60%;
  }
}

.p-library-table--2__tr--caption {
  display: block;
  width: 85%;
  margin: 0 auto 0.625rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .p-library-table--2__tr--caption {
    display: table-row;
    text-align: left;
  }
}

.p-library-table--2__th {
  padding: 0.625rem 7.5%;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  background-color: #f5f5f5;
  text-align: left;
}

@media (min-width: 1024px) {
  .p-library-table--2__th {
    width: auto;
    display: table-cell;
    border: 1px solid #dddddd;
    vertical-align: top;
    padding: 15px;
    font-weight: normal;
  }
}

.p-library-table--2__th--caption {
  display: inline;
  background-color: transparent;
  padding: 0;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .p-library-table--2__th--caption {
    display: table-cell;
    border: 1px solid #dddddd;
    vertical-align: top;
    padding: 15px;
    background-color: #d9f3fc;
    font-weight: normal;
  }
}

.p-library-table--2__th--caption:after {
  content: '驛｢譎｢�ｽ�ｻ';
}

@media (min-width: 1024px) {
  .p-library-table--2__th--caption:after {
    display: none;
  }
}

.p-library-table--2__th--caption:last-child:after {
  display: none;
}

.p-library-table--2__td {
  font-size: 1.125rem;
  display: block;
  width: 85%;
  margin: 0.9375rem auto 1.25rem;
}

@media (min-width: 1024px) {
  .p-library-table--2__td {
    display: table-cell;
    border: 1px solid #dddddd;
    vertical-align: top;
    padding: 15px;
  }
}

.p-library-table--2__attention {
  font-size: 16px;
  border-top: 1px solid #f8f8f8;
  padding: 1.25rem 7.5% 0;
}

@media (min-width: 1024px) {
  .p-library-table--2__attention {
    border: 1px solid #dddddd;
    border-top: none;
    padding: 15px;
  }
}

.p-more-study__list {
  padding: 10px 0;
}

@media (min-width: 1024px) {
  .p-more-study__list {
    padding: 0;
    margin: -20px -20px 0;
  }
}

.p-more-study__link {
  display: block;
  padding: 10px 0;
}

.p-more-study__link:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .p-more-study__link {
    padding: 20px;
    border: 2px solid #00a8e8;
    background-repeat: no-repeat;
    background-position: right bottom 0;
    background-image: url("./img/healthcare/ico_morelink_off.png");
    background-size: 34px;
  }
  .p-more-study__link:hover {
    border-color: #034ea1;
    background-image: url("./img/healthcare/ico_morelink_on.png");
  }
  .p-more-study__link:hover .p-more-study__ttl,
  .p-more-study__link:hover .p-more-study__txt {
    text-decoration: underline;
  }
}

.p-more-study__img {
  display: block;
  width: 120px;
  float: left;
}

@media (min-width: 1024px) {
  .p-more-study__img {
    width: 100px;
  }
}

.p-more-study__info {
  width: calc(100% - 130px);
  float: right;
}

@media (min-width: 1024px) {
  .p-more-study__info {
    width: calc(100% - 120px);
  }
}

.p-more-study__ttl {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 0.625rem;
}

@media (min-width: 1024px) {
  .p-more-study__ttl {
    color: #333333;
  }
}

.p-more-study__txt {
  display: block;
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  .p-more-study__txt {
    color: #333333;
  }
}

@media (min-width: 1024px) {
  .p-more-study.is-col .p-more-study__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .p-more-study.is-col .p-more-study__item {
    width: 50%;
  }
  .p-more-study.is-col .p-more-study__link {
    height: 100%;
  }
}

.p-popup-page {
  padding: 20px;
}

.p-popup-page .c-heading--lv1 {
  margin-left: 0;
  margin-right: 0;
}

.p-popup-page__img {
  text-align: center;
  margin: 0 0 1.25rem;
}

@media (min-width: 1024px) {
  .p-popup-page__img {
    margin: 0 0 2.5rem;
  }
}

.p-popup-page__img img {
  width: auto;
  max-width: 100%;
}

.p-popup-page__close {
  text-align: center;
}

.p-popup-page__close a {
  padding: 0 0 0 25px;
  background: url("./img/pop-ico.gif") no-repeat left center;
  background-size: 15px;
}

@media (min-width: 1024px) {
  .p-popup-page__close a {
    padding: 0 0 0 30px;
    background-size: 18px;
  }
}

.p-portal-top {
  margin: -12px -15px 0;
}

@media (min-width: 1024px) {
  .p-portal-top {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-portal-top__block {
  margin: 0 0 0.625rem;
}

@media (min-width: 1024px) {
  .p-portal-top__block {
    position: relative;
    margin: 0 0 2.5rem;
    padding: 40px 0 0;
  }
}

.p-portal-top__ttl {
  color: #fff;
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: 23px auto;
}

@media (min-width: 1024px) {
  .p-portal-top__ttl {
    background-position: left center;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-portal-top__ttl a {
  display: block;
  font-size: 0.9375rem;
  font-weight: bold;
  color: inherit;
  padding: 0.625rem 25px 0.625rem 60px;
  background-image: url("./img/healthcare/ico_plus.png");
  background-repeat: no-repeat;
  background-position: right 25px center;
}

.p-portal-top__ttl a.is-open {
  background-image: url("./img/healthcare/ico_minus.png");
}

@media (min-width: 1024px) {
  .p-portal-top__ttl a {
    background: none;
    padding: 0.4375rem 0 0.4375rem 30px;
    font-size: 1.125rem;
    pointer-events: none;
  }
  .p-portal-top__ttl a.is-open {
    background: none;
  }
}

.p-portal-top__contents {
  padding: 0.625rem 25px;
  margin-bottom: -0.625rem;
  display: none;
}

.p-portal-top__contents.is-open {
  display: block;
}

@media (min-width: 1024px) {
  .p-portal-top__contents {
    display: block !important;
    padding: 10px 0 0 10px;
    margin: 0;
    height: 100%;
  }
}

.p-portal-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .p-portal-top__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-portal-top__item {
  width: 49%;
  min-height: 100px;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .p-portal-top__item {
    min-height: 64px;
    padding: 0 10px 10px 0;
    margin: 0;
  }
}

.p-portal-top__link {
  width: 100%;
  height: 100%;
  min-height: 100px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 16px;
  color: #444444;
  padding: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .p-portal-top__link {
    font-size: 0.75rem;
    padding: 5px;
    line-height: 1;
    min-height: 0;
  }
  .p-portal-top__link:hover {
    color: #fff;
    text-decoration: none;
  }
}

@media (min-width: 1280px) {
  .p-portal-top__link {
    font-size: 0.875rem;
    padding: 5px 3px;
  }
}

.p-portal-top__txt {
  width: 100%;
}

.p-portal-top__txt .u-font--small {
  font-size: 0.8125rem;
  line-height: 1;
}

@media (min-width: 1024px) {
  .p-portal-top__txt .u-font--small {
    margin: 5px 0 0;
    font-size: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .p-portal-top__txt .u-font--small {
    font-size: 0.6875rem;
  }
}

.p-portal-top__banners {
  background-color: #d9f3fc;
  padding: 21px 27px 11px;
  margin: 32px 0 0;
}

@media (min-width: 1024px) {
  .p-portal-top__banners {
    clear: both;
    padding: 11px 14px 11px 24px;
  }
}

@media (min-width: 1280px) {
  .p-portal-top__banners {
    padding: 20px 3px 8px 20px;
  }
}

.p-portal-top__banners ul:after {
  content: '';
  display: block;
  clear: both;
}

.p-portal-top__banners li {
  float: left;
  width: 50%;
  padding: 0 3px 0 0;
  clear: both;
  margin: 0 0 10px;
}

.p-portal-top__banners li:nth-of-type(even) {
  float: right;
  clear: none;
  padding: 0 0 0 3px;
}

@media (min-width: 1024px) {
  .p-portal-top__banners li {
    width: 33.3333%;
    padding: 0 10px 0 0;
    clear: none;
  }
  .p-portal-top__banners li:nth-of-type(even) {
    float: left;
    clear: none;
    padding: 0 10px 0 0;
  }
  .p-portal-top__banners li:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (min-width: 1280px) {
  .p-portal-top__banners li {
    width: 25%;
    padding: 0 17px 0 0;
    margin: 0 0 12px;
  }
  .p-portal-top__banners li:nth-of-type(even) {
    padding: 0 17px 0 0;
  }
  .p-portal-top__banners li:nth-of-type(3n+1) {
    clear: none;
  }
  .p-portal-top__banners li:nth-of-type(4n+1) {
    clear: none;
  }
}

.p-portal-top__banners a {
  display: block;
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-selfcheck {
    width: 39.5%;
    margin: 0 1% 50px 0;
  }
}

.p-portal-top__block.is-selfcheck .p-portal-top__ttl {
  background-color: #2c24a7;
  background-image: url("./img/healthcare/ico_index_001.png");
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-selfcheck .p-portal-top__ttl {
    color: #2c24a7;
    background-color: transparent;
    background-image: url("./img/healthcare/ico_index_001_pc.png");
    background-size: 21px;
    border-bottom-color: #2c24a7;
  }
}

.p-portal-top__block.is-selfcheck .p-portal-top__contents {
  background-color: #bbb9e3;
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-selfcheck .p-portal-top__item {
    width: 33.3333%;
  }
  .p-portal-top__block.is-selfcheck .p-portal-top__item.is-twice {
    width: 66.6666%;
  }
}

.p-portal-top__block.is-selfcheck .p-portal-top__link {
  -webkit-box-shadow: 0 3px 0 0 #2c24a7;
          box-shadow: 0 3px 0 0 #2c24a7;
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-selfcheck .p-portal-top__link:hover {
    background-color: #2c24a7;
  }
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-dryeye {
    width: 39.5%;
    margin: 0 1% 50px 0;
  }
}

.p-portal-top__block.is-dryeye .p-portal-top__ttl {
  background-color: #2c24a7;
  background-image: url("./img/healthcare/ico_index_006.png");
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-dryeye .p-portal-top__ttl {
    color: #1158a6;
    background-color: transparent;
    background-image: url("./img/healthcare/ico_index_006_pc.png");
    background-size: 21px;
    border-bottom-color: #2c24a7;
  }
}

.p-portal-top__block.is-dryeye .p-portal-top__contents {
  background-color: #c4e6f9;
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-dryeye .p-portal-top__item {
    width: 33.3333%;
  }
  .p-portal-top__block.is-dryeye .p-portal-top__item.is-fifty {
    width: 50%;
  }
  .p-portal-top__block.is-dryeye .p-portal-top__item.is-twice {
    width: 66.6666%;
  }
}

.p-portal-top__block.is-dryeye .p-portal-top__link {
  -webkit-box-shadow: 0 3px 0 0 #1158a6;
  box-shadow: 0 3px 0 0 #1158a6;
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-dryeye .p-portal-top__link:hover {
    background-color: #1158a6;
  }
}
@media (min-width: 1024px) {
  .p-portal-top__block.is-library {
    width: 56.5%;
    margin: 0 0 40px;
  }
}

.p-portal-top__block.is-library .p-portal-top__ttl {
  background-color: #0099ca;
  background-image: url("./img/healthcare/ico_index_002.png");
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-library .p-portal-top__ttl {
    color: #0099ca;
    background-color: transparent;
    background-image: url("./img/healthcare/ico_index_002_pc.png");
    background-size: 24px;
    border-bottom-color: #0099ca;
  }
}

.p-portal-top__block.is-library .p-portal-top__contents {
  background-color: #addeee;
}

.p-portal-top__block.is-library .p-portal-top__item {
  background: none;
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-library .p-portal-top__item {
    width: 25%;
  }
  .p-portal-top__block.is-library .p-portal-top__item:nth-of-type(4n+1) {
    clear: both;
  }
}

@media (min-width: 1280px) {
  .p-portal-top__block.is-library .p-portal-top__item {
    width: 20%;
  }
  .p-portal-top__block.is-library .p-portal-top__item:nth-of-type(4n+1) {
    clear: none;
  }
  .p-portal-top__block.is-library .p-portal-top__item:nth-of-type(5n+1) {
    clear: both;
  }
}

.p-portal-top__block.is-library .p-portal-top__link {
  -webkit-box-shadow: 0 3px 0 0 #0099ca;
          box-shadow: 0 3px 0 0 #0099ca;
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-library .p-portal-top__link:hover {
    background-color: #0099ca;
  }
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-products {
    clear: both;
    width: 24.3%;
    margin: 0 1% 50px 0;
  }
}

.p-portal-top__block.is-products .p-portal-top__ttl {
  background-color: #00a891;
  background-image: url("./img/healthcare/ico_index_003.png");
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-products .p-portal-top__ttl {
    color: #00a891;
    background-color: transparent;
    background-image: url("./img/healthcare/ico_index_003_pc.png");
    background-size: 19px;
    border-bottom-color: #00a891;
  }
}

.p-portal-top__block.is-products .p-portal-top__contents {
  background-color: #ade2dc;
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-products .p-portal-top__item {
    width: 100%;
  }
}

.p-portal-top__block.is-products .p-portal-top__link {
  -webkit-box-shadow: 0 3px 0 0 #00a891;
          box-shadow: 0 3px 0 0 #00a891;
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-products .p-portal-top__link:hover {
    background-color: #00a891;
  }
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-eyecare {
    width: 39.4%;
    margin: 0 1% 50px 0;
  }
}

.p-portal-top__block.is-eyecare .p-portal-top__ttl {
  background-color: #986200;
  background-image: url("./img/healthcare/ico_index_004.png");
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-eyecare .p-portal-top__ttl {
    color: #986200;
    background-color: transparent;
    background-image: url("./img/healthcare/ico_index_004_pc.png");
    background-size: 25px;
    border-bottom-color: #986200;
  }
}

.p-portal-top__block.is-eyecare .p-portal-top__contents {
  background-color: #deccad;
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-eyecare .p-portal-top__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .p-portal-top__block.is-eyecare .p-portal-top__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-eyecare .p-portal-top__item {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .p-portal-top__block.is-eyecare .p-portal-top__item {
    width: 33.3333%;
  }
}

.p-portal-top__block.is-eyecare .p-portal-top__link {
  -webkit-box-shadow: 0 3px 0 0 #986200;
          box-shadow: 0 3px 0 0 #986200;
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-eyecare .p-portal-top__link:hover {
    background-color: #986200;
  }
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-qa {
    width: 19%;
    margin: 0 0 50px;
  }
}

.p-portal-top__block.is-qa .p-portal-top__ttl {
  background-color: #708e00;
  background-image: url("./img/healthcare/ico_index_005.png");
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-qa .p-portal-top__ttl {
    color: #708e00;
    background-color: transparent;
    background-image: url("./img/healthcare/ico_index_005_pc.png");
    background-size: 23px;
    border-bottom-color: #708e00;
  }
}

.p-portal-top__block.is-qa .p-portal-top__contents {
  background-color: #d1daad;
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-qa .p-portal-top__item {
    width: 100%;
  }
}

.p-portal-top__block.is-qa .p-portal-top__link {
  -webkit-box-shadow: 0 3px 0 0 #708e00;
          box-shadow: 0 3px 0 0 #708e00;
}

@media (min-width: 1024px) {
  .p-portal-top__block.is-qa .p-portal-top__link:hover {
    background-color: #708e00;
  }
}

.p-product-detail:after {
  content: '';
  display: block;
  clear: both;
}

.p-product-detail__back {
  margin: 1.5625rem 0 2.1875rem;
  text-align: right;
  padding: 0 7.5%;
}

@media (min-width: 1024px) {
  .p-product-detail__back {
    border-top: 1px solid #cccccc;
    margin: 2.5rem 0;
    padding: 0.9375rem 0 0;
  }
}

.p-product-detail__back a {
  padding: 0 0 0 25px;
  position: relative;
  background: url(./img/icon_arrow_right.png) no-repeat left center;
  background-size: 15px;
}

@media (min-width: 1024px) {
  .p-product-detail__back a {
    padding: 0 0 0 30px;
    font-size: 1.125rem;
    background-size: 18px;
  }
}

.p-product-detail-title {
  margin: 0 0 1.25rem;
}

.p-product-detail-title__img {
  width: auto;
  max-width: 100%;
}

.p-product-detail-image {
  margin: 0 0 1.25rem;
}

@media (min-width: 1024px) {
  .p-product-detail-image {
    float: left;
    width: 29%;
  }
}

.p-product-detail-image__img {
  display: block;
  width: 100%;
}

.p-product-detail-image__coolness {
  display: block;
  width: 100%;
  margin: 0 0 1.25rem;
}

.p-product-detail-image__txt {
  font-size: 16px;
}

.p-product-detail-info {
  margin: 0 0 1.25rem;
}

@media (min-width: 1024px) {
  .p-product-detail-info {
    float: right;
    width: 67%;
  }
}

.p-product-detail-info__txt {
  font-size: 1.125rem;
  margin: 0 0 0.625rem;
}

@media (min-width: 1024px) {
  .p-product-detail-info__txt {
    margin: 0 0 1.875rem;
  }
}

.p-product-detail-info__attention {
  font-size: 16px;
}

@media (min-width: 1024px) {
  .p-product-detail-info__attention {
    margin: 0 0 1.875rem;
  }
}

.p-product-detail-info__list {
  margin: 1.25rem 0 0;
}

.p-product-detail-info__dl {
  font-size: 1.125rem;
}

.p-product-detail-info__dl:after {
  content: '';
  display: block;
  clear: both;
}

.p-product-detail-info__dt {
  float: left;
  clear: both;
}

.p-product-detail-info__dt:before {
  content: '髫ｨ�ｽ�ｿ�ｽ';
}

.p-product-detail-info__dt:after {
  content: '�ｽ�ｽ�ｽ�ｽ';
}

.p-product-detail-info__dt.no-after:after {
  display: none;
}

.p-product-detail-info__dd {
  float: left;
}

.p-product-detail-info__dd:last-child {
  clear: both;
}

.p-product-detail-info__dd:last-child.is-no-float {
  clear: none;
}

.p-product-detail-info__pdfs {
  margin: 0 0 1.25rem;
}

@media (min-width: 1024px) {
  .p-product-detail-info__pdfs {
    margin: 0 0 3.125rem;
  }
}

.p-product-detail-info__pdfs li {
  margin: 0 0 5px;
}

@media (min-width: 1024px) {
  .p-product-detail-info__pdfs li {
    display: inline-block;
    margin: 0 30px 0 0;
  }
}

.p-product-detail-info__pdfs a {
  padding: 0 25px 0 25px;
  position: relative;
}

.p-product-detail-info__pdfs a:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(./img/icon_arrow_right.png) no-repeat left center;
  background-size: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -7px 0 0;
}

.p-product-detail-info__pdfs a:after {
  content: '';
  display: block;
  width: 18px;
  height: 20px;
  background-image: url("./img/icon_pdf.gif");
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0 0;
}

.p-product-detail-site {
  padding: 20px;
  position: relative;
  border: 1px solid #ccc;
  margin: 0 7.5%;
}

@media (min-width: 1024px) {
  .p-product-detail-site {
    clear: both;
    margin: 0;
    padding: 20px 10px 20px 330px;
  }
}

.p-product-detail-site__img {
  margin: 0 0 20px;
}

@media (min-width: 1024px) {
  .p-product-detail-site__img {
    display: block;
    width: 185px;
    position: absolute;
    top: 20px;
    left: 70px;
  }
}

.p-product-detail-site__txt {
  margin: 0 0 10px;
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  .p-product-detail-site__txt {
    font-size: 16px;
  }
}

.p-product-detail-site__link {
  font-size: 1.125rem;
  padding: 0 0 0 25px;
  background: url(./img/icon_arrow_right.png) no-repeat left center;
  background-size: 15px;
}

.p-product-detail-effect {
  margin: 4.375rem 0 2.5rem;
}

@media (min-width: 1024px) {
  .p-product-detail-effect {
    margin: 2.5rem 0;
  }
}

.p-product-detail-effect__table {
  display: block;
}

@media (min-width: 1024px) {
  .p-product-detail-effect__table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dddddd;
  }
}

.p-product-detail-effect__table > tbody {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .p-product-detail-effect__table > tbody {
    display: table-row-group;
  }
}

.p-product-detail-effect__th {
  padding: 0.625rem 7.5%;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  background-color: #f5f5f5;
  text-align: left;
}

@media (min-width: 1024px) {
  .p-product-detail-effect__th {
    font-weight: normal;
    display: table-cell;
    border: 1px solid #dddddd;
    vertical-align: top;
    padding: 15px;
  }
}

.p-product-detail-effect__td {
  font-size: 1.125rem;
  display: block;
  width: 85%;
  margin: 0 auto;
  padding: 0.9375rem 0 1.25rem;
}

@media (min-width: 1024px) {
  .p-product-detail-effect__td {
    display: table-cell;
    border: 1px solid #dddddd;
    vertical-align: top;
    padding: 15px;
  }
}

.p-product-detail-component {
  margin: 0;
}

.p-product-detail-component__table {
  width: 100%;
  display: block;
}

@media (min-width: 1024px) {
  .p-product-detail-component__table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dddddd;
  }
}

.p-product-detail-component__table > tbody {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .p-product-detail-component__table > tbody {
    display: table-row-group;
  }
}

.p-product-detail-component__tr {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .p-product-detail-component__tr {
    display: table-row;
  }
  .p-product-detail-component__tr th:nth-child(1) {
    width: 40%;
  }
  .p-product-detail-component__tr td:nth-child(2) {
    width: 20%;
  }
  .p-product-detail-component__tr td:nth-child(3) {
    width: 40%;
  }
}

.p-product-detail-component__tr--caption {
  display: block;
  width: 85%;
  margin: 0 auto 0.625rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .p-product-detail-component__tr--caption {
    display: table-row;
    text-align: left;
  }
}

.p-product-detail-component__th {
  padding: 0.625rem 7.5%;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  background-color: #f5f5f5;
  text-align: left;
}

@media (min-width: 1024px) {
  .p-product-detail-component__th {
    width: auto;
    display: table-cell;
    border: 1px solid #dddddd;
    vertical-align: top;
    padding: 15px;
    font-weight: normal;
  }
}

.p-product-detail-component__th--caption {
  display: inline;
  background-color: transparent;
  padding: 0;
}

@media (min-width: 1024px) {
  .p-product-detail-component__th--caption {
    display: table-cell;
    border: 1px solid #dddddd;
    vertical-align: top;
    padding: 15px;
    background-color: #d9f3fc;
  }
}

.p-product-detail-component__th--caption:after {
  content: '驛｢譎｢�ｽ�ｻ';
}

@media (min-width: 1024px) {
  .p-product-detail-component__th--caption:after {
    display: none;
  }
}

.p-product-detail-component__th--caption:last-child:after {
  display: none;
}

.p-product-detail-component__td {
  font-size: 1.125rem;
  display: block;
  width: 85%;
  margin: 0.9375rem auto 1.25rem;
}

@media (min-width: 1024px) {
  .p-product-detail-component__td {
    display: table-cell;
    border: 1px solid #dddddd;
    vertical-align: top;
    padding: 15px;
  }
}

.p-product-detail-component__attention {
  font-size: 16px;
  border-top: 1px solid #f8f8f8;
  padding: 1.25rem 7.5% 0;
}

@media (min-width: 1024px) {
  .p-product-detail-component__attention {
    border: 1px solid #dddddd;
    border-top: none;
    padding: 15px;
  }
}

.p-product-list-caution {
  background-color: #FFFFEE;
  border: 1px solid #F99B2D;
  padding: 20px 15px;
}

.p-product-list-caution__ttl {
  color: #F6680A;
}

.p-product-list-border__item {
  border-top: 1px solid #ccc;
  padding: 30px 0;
}

.p-product-ingredient__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd;
  margin: 0 0 20px;
}

.p-product-ingredient__th {
  padding: 15px;
  font-size: 1.125rem;
  font-weight: normal;
  background-color: #f5f5f5;
  text-align: left;
  border: 1px solid #dddddd;
}

.p-product-ingredient__th.is-blue {
  text-align: center;
  background-color: #d9f3fc;
  border: 1px solid #dddddd;
}

.p-product-ingredient__td {
  padding: 15px;
  font-size: 1.125rem;
  text-align: left;
  border: 1px solid #dddddd;
}

@media (min-width: 1024px) {
  .p-product-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin-bottom: -1.25rem;
  }
}

.p-product-list__item {
  margin: 0 0 25px;
}

.p-product-list__item:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .p-product-list__item {
    width: 50%;
    margin-bottom: 1.25rem;
    padding: 0 20px 0 0;
  }
  .p-product-list__item:nth-of-type(2n) {
    padding: 0;
  }
}

.p-product-list__link {
  display: block;
  font-size: 1.0625rem;
  padding: 0 0 0 20px;
  background: url(./img/icon_arrow_right.png) no-repeat 0 3px;
  background-size: 15px;
  margin: 0 0 5px;
}

.p-product-list__img {
  float: left;
  width: 100px;
}

.p-product-list__img img {
  width: 100%;
}

.p-product-list__info {
  float: right;
  width: calc(100% - 120px);
}

.p-product-list__txt {
  font-size: 0.9375rem;
  margin: 0 0 15px;
}

.p-product-list__btn {
  display: block;
  color: #333;
  font-size: 0.9375rem;
  border: 1px solid #dfdfdf;
  background-color: #f5f5f5;
  border-radius: 4px;
  width: 200px;
  line-height: 42px;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 0 #1158a6;
          box-shadow: 0 2px 0 0 #1158a6;
}
.p-product-list__detail{
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .p-product-list__btn {
    width: 100px;
    line-height: 30px;
    font-size: 0.875rem;
  }
  .p-product-list__btn:hover {
    color: #fff;
    background-color: #1158a6;
    border-color: #1158a6;
    text-decoration: none;
  }
  .p-product-list__btn:hover:before {
    color: #fff;
  }
}

.p-product-list__btn:before {
  content: '>';
  margin: 0 0.5em 0 0;
  color: #1158a6;
}

.p-product-list-bnr {
  width: 85%;
  margin: 1.875rem auto 0;
}

@media (min-width: 1024px) {
  .p-product-list-bnr {
    width: 100%;
  }
}

.p-product-list-bnr__item {
  margin: 0 0 0.9375rem;
}

.p-product-media-device-table__table {
  width: 100%;
}

.p-product-media-device-table__th {
  padding: 10px;
  font-size: 16px;
  background-color: #d9f3fc;
  font-weight: normal;
  border: 1px solid #dddddd;
  vertical-align: top;
}

@media (min-width: 1024px) {
  .p-product-media-device-table__th {
    padding: 15px;
    font-size: 1.125rem;
  }
}

.p-product-media-device-table__th.is-narrow {
  width: 35%;
}

@media (min-width: 1024px) {
  .p-product-media-device-table__th.is-narrow {
    width: 20%;
  }
}

.p-product-media-device-table__th.is-wide {
  width: 65%;
}

@media (min-width: 1024px) {
  .p-product-media-device-table__th.is-wide {
    width: 60%;
  }
}

.p-product-media-device-table__sub-th {
  font-size: 16px;
  border: 1px solid #dddddd;
  vertical-align: top;
  padding: 10px;
  font-weight: bold;
  text-align: left;
}

@media (min-width: 1024px) {
  .p-product-media-device-table__sub-th {
    padding: 15px;
    font-weight: normal;
    font-size: 1.125rem;
  }
}

.p-product-media-device-table__td {
  font-size: 16px;
  border: 1px solid #dddddd;
  vertical-align: top;
  padding: 10px;
}

@media (min-width: 1024px) {
  .p-product-media-device-table__td {
    padding: 15px;
    font-size: 1.125rem;
  }
}

.p-product-media-device-table .is-sp {
  display: table-cell;
}

@media (min-width: 1024px) {
  .p-product-media-device-table .is-sp {
    display: none;
  }
}

.p-product-media-device-table .is-pc {
  display: none;
}

@media (min-width: 1024px) {
  .p-product-media-device-table .is-pc {
    display: table-cell;
  }
}

.p-product-media-device-table__txt {
  margin: 0.625rem 0 0;
}

@media (min-width: 1024px) {
  .p-product-media-device-table__txt {
    margin: 1.25rem 0 0;
  }
}

/***************************************************************************
/
/ common style
/ start style
/ index style
/ result style
/
/**************************************************************************/
/***************************************************************************
    common style
***************************************************************************/
#checker {
  position: static;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

._childQuiz {
  background-color: #6CAFFF;
  padding: 0 25px 25px;
  border-radius: 10px;
  margin-top: 13px;
}

/* _top
-----------------------------------------------------------------*/
._childQuiz ._top {
  position: relative;
  background-image: url("./img/healthcare/eyecare/child/quiz/j/top_img.png");
  background-repeat: no-repeat;
  background-position: 600px 0;
}

._childQuiz ._top h1 {
  width: 316px;
  margin: 0 0 0 -8px;
  padding: 10px 0;
}

._childQuiz ._top .goquiztop {
  position: absolute;
  top: 37px;
  left: 726px;
}

._childQuiz ._top .goquiztop a {
  display: block;
}

._childQuiz ._top .goquiztop a:hover {
  opacity: 0.8;
}

/* _main
-----------------------------------------------------------------*/
._childQuiz ._main {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/main_bg.jpg");
  border-radius: 5px;
  position: relative;
}

._childQuiz ._main .q-txt {
  font-size: 26px;
  color: #4C4C4C;
  font-weight: bold;
  line-height: 1.6;
}

._childQuiz ._main .btnArea {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/btn_bg.png");
  padding: 20px 0;
}

._childQuiz ._main .btnArea .btn {
  display: block;
  background-color: #ffffff;
  border: 4px solid #6CAFFF;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
}

._childQuiz ._main .btnArea .btn:hover {
  opacity: 0.8;
}

/* sp ===========================================================*/
@media screen and (max-width: 1279px) {
  #checker {
    position: relative;
  }
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  ._childQuiz {
    padding: 0 15px 15px;
    border-radius: 10px;
  }
  /* _top
-----------------------------------------------------------------*/
  ._childQuiz ._top {
    background: none;
  }
  ._childQuiz ._top h1 {
    margin: 0;
    padding: 15px 0;
  }
  ._childQuiz ._top h1 img {
    width: 158px;
    height: auto;
  }
  ._childQuiz ._top .goquiztop {
    width: 82px;
    position: absolute;
    top: 20px;
    left: auto;
    right: 0;
  }
  /* _main
-----------------------------------------------------------------*/
  ._childQuiz ._main {
    background-size: 100%;
    position: relative;
  }
  ._childQuiz ._main .q-txt {
    font-size: 13px;
  }
  ._childQuiz ._main .btnArea {
    background-image: url("./img/healthcare/eyecare/child/quiz//j/btn_bg.png");
    padding: 20px 0;
  }
  ._childQuiz ._main .btnArea .btn {
    display: block;
    background-color: #ffffff;
    border: 4px solid #6CAFFF;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
  }
}

/***************************************************************************
    start style
***************************************************************************/
/* _main
-----------------------------------------------------------------*/
._start ._main {
  padding: 0 0 50px;
}

._start ._main .q-txt {
  padding: 40px 50px 90px;
}

._start ._main .btnArea .btn {
  width: 320px;
  line-height: 100px;
  margin: 0 auto;
  font-size: 26px;
  color: #4C4C4C;
  font-weight: bold;
}

._start ._main .img01 {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

._start ._main .img02 {
  position: absolute;
  bottom: 0;
  right: 10px;
}

/* sp ===========================================================*/
@media screen and (max-width: 1279px) {
  /* _main
-----------------------------------------------------------------*/
  ._start ._main {
    padding: 0 0 75px;
  }
  ._start ._main .q-txt {
    padding: 15px;
  }
  ._start ._main .btnArea .btn {
    width: 160px;
    line-height: 50px;
    font-size: 13px;
  }
  ._start ._main .img01 {
    position: absolute;
    bottom: -20px;
    left: -3px;
  }
  ._start ._main .img01 img {
    width: 127px;
    height: auto;
  }
  ._start ._main .img02 {
    position: absolute;
    bottom: -16px;
    right: -13px;
  }
  ._start ._main .img02 img {
    width: 128px;
    height: auto;
  }
}

/***************************************************************************
    index style
***************************************************************************/
/* _main
-----------------------------------------------------------------*/
._index ._main .q-txt {
  padding: 40px 0 50px;
  width: 550px;
  margin: 0 auto;
  text-align: center;
}

._index ._main .btnArea {
  position: relative;
  padding: 20px 80px 20px 100px;
  margin: 0 0 45px;
}

._index ._main .btnArea:after {
  content: '';
  display: block;
  clear: both;
}

._index ._main .btn {
  position: relative;
  z-index: 2;
  width: 320px;
}

._index ._main .btn.left {
  float: left;
}

._index ._main .btn.right {
  float: right;
}

._index ._main .btn .btnIcon {
  width: auto;
  position: absolute;
  top: -20px;
  left: -25px;
  width: auto;
}

._index ._main .btn .resultImg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -68px 0 0 -68px;
  width: auto;
}

._index ._main .btn a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-decoration: none;
  width: 300px;
  width: 320px;
  min-height: 100px;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 25px;
  text-align: center;
  font-size: 24px;
  color: #4C4C4C;
  font-weight: bold;
}

._index ._main .btn a.selected {
  color: #ffffff;
  background-color: #6CAFFF;
}

._index ._main .img01 {
  position: absolute;
  top: -120px;
  left: 10px;
  z-index: 1;
  width: auto;
}

._index ._main .img01f {
  display: none;
  position: absolute;
  top: -130px;
  left: -20px;
  z-index: 1;
  width: auto;
}

._index ._main .img01t {
  display: none;
  position: absolute;
  top: -130px;
  left: -20px;
  z-index: 1;
  width: auto;
}

._index ._main .img02 {
  position: absolute;
  top: -110px;
  right: 0;
  z-index: 1;
  width: auto;
}

._index ._main .img02r {
  display: none;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 1;
  width: auto;
}

._index ._main .fukidashi-sp {
  display: none;
}

._index ._main .fukidashi {
  display: none;
  position: relative;
  top: -30px;
  z-index: 3;
  width: 500px;
  margin: 0 auto 30px;
  background-color: #ffffff;
  border: 4px solid #6CAFFF;
  border-radius: 10px;
  padding: 25px 30px;
  color: #4C4C4C;
  font-size: 15px;
  line-height: 1.5;
}

._index ._main .fukidashi rt {
  font-size: 8px;
}

._index ._main .fukidashi .img {
  position: absolute;
  top: -30px;
  left: 50%;
  margin: 0 0 0 -12px;
  width: auto;
}

._index ._main .bottomArea {
  padding: 0 0 20px;
}

._index ._main .bottomArea .flags {
  text-align: center;
}

._index ._main .bottomArea .flags li {
  display: inline-block;
  width: 28px;
  height: 38px;
  margin: 0 17px 0 0;
}

._index ._main .bottomArea .flags li.lastFlag {
  margin: 0;
}

._index ._main .bottomArea .flags .flag01.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_01.png");
}

._index ._main .bottomArea .flags .flag02.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_02.png");
}

._index ._main .bottomArea .flags .flag03.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_03.png");
}

._index ._main .bottomArea .flags .flag04.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_04.png");
}

._index ._main .bottomArea .flags .flag05.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_05.png");
}

._index ._main .bottomArea .flags .flag06.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_06.png");
}

._index ._main .bottomArea .flags .flag07.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_07.png");
}

._index ._main .bottomArea .flags .flag08.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_08.png");
}

._index ._main .bottomArea .flags .flag09.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_09.png");
}

._index ._main .bottomArea .flags .flag10.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_10.png");
}

._index ._main .bottomArea .flags .flag01.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_01t.png");
}

._index ._main .bottomArea .flags .flag02.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_02t.png");
}

._index ._main .bottomArea .flags .flag03.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_03t.png");
}

._index ._main .bottomArea .flags .flag04.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_04t.png");
}

._index ._main .bottomArea .flags .flag05.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_05t.png");
}

._index ._main .bottomArea .flags .flag06.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_06t.png");
}

._index ._main .bottomArea .flags .flag07.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_07t.png");
}

._index ._main .bottomArea .flags .flag08.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_08t.png");
}

._index ._main .bottomArea .flags .flag09.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_09t.png");
}

._index ._main .bottomArea .flags .flag10.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_10t.png");
}

._index ._main .bottomArea .btnStart {
  position: absolute;
  bottom: 20px;
  left: 15px;
}

._index ._main .bottomArea .btnStart:hover {
  opacity: 0.8;
}

._index ._main .bottomArea .btnNext {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 15px;
}

._index ._main .bottomArea .btnNext:hover {
  opacity: 0.8;
}

/* sp ===========================================================*/
@media screen and (max-width: 1279px) {
  /* _main
-----------------------------------------------------------------*/
  ._index ._main .q-txt {
    padding: 15px 20px;
    width: auto;
    font-size: 15px;
  }
  ._index ._main .btnArea {
    position: relative;
    padding: 10px 12px;
    margin: 0 0 15px;
  }
  ._index ._main .btn {
    width: 44%;
  }
  ._index ._main .btn .btnIcon {
    width: 25px;
    height: auto;
    top: -10px;
    left: -13px;
  }
  ._index ._main .btn .resultImg {
    margin: -34px 0 0 -34px;
    width: 68px;
    height: auto;
  }
  ._index ._main .btn a {
    width: auto;
    min-height: 0;
    display: block;
    padding: 12px 7px;
    font-size: 13px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  ._index ._main .img01,
  ._index ._main .img02 {
    display: none;
  }
  ._index ._main .fukidashi-sp {
    display: none;
    position: static;
    width: auto;
    margin: 0 0 15px;
    padding: 0 15px;
    background-color: none;
    border: none;
    border-radius: 0;
    font-size: 10px;
  }
  ._index ._main .fukidashi rt {
    font-size: 8px;
  }
  ._index ._main .fukidashi .img {
    display: none;
  }
  ._index ._main .bottomArea {
    padding: 0 0 20px;
  }
  ._index ._main .bottomArea:after {
    content: '';
    display: block;
    clear: both;
  }
  ._index ._main .bottomArea .flags {
    width: 220px;
    margin: 0 auto 12px;
  }
  ._index ._main .bottomArea .flags li {
    display: inline-block;
    width: 14px;
    height: 19px;
    margin: 0 3px 0 0;
    background-size: 100%;
  }
  ._index ._main .bottomArea .btnStart {
    width: 70px;
    position: static;
    float: left;
    padding: 20px 0 0 15px;
  }
  ._index ._main .bottomArea .btnNext {
    width: 100px;
    position: static;
    float: right;
    padding: 0 15px 0 0;
  }
  ._index ._main .bottomArea .btnStart img,
  ._index ._main .bottomArea .btnNext img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 641px) and (max-width: 1279px) {
  ._index ._main .q-txt {
    font-size: 17px;
  }
  ._index ._main .bottomArea .btnStart {
    width: 140px;
  }
  ._index ._main .btn a {
    font-size: 15px;
  }
}

/***************************************************************************
    result style
***************************************************************************/
/* _main
-----------------------------------------------------------------*/
._result ._main {
  position: relative;
  padding: 15px 0 0;
  margin: 0;
}

._result ._main .pointBox {
  position: relative;
  z-index: 2;
  width: 770px;
  margin: 0 auto 50px;
  padding: 60px 0 80px;
  background-color: #ffffff;
  border: 4px solid #6CAFFF;
  border-radius: 24px;
  background-image: url("./img/healthcare/eyecare/child/quiz/j/pointbox_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}

._result ._main .pointBox.pt2 {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/pointbox_bg2.jpg");
}

._result ._main .pointBox.pt3 {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/pointbox_bg3.jpg");
}

._result ._main .lead {
  text-align: center;
  line-height: 1;
  font-size: 31px;
  font-weight: bold;
  color: #4C4C4C;
  margin: 0 0 10px;
}

._result ._main .lead rt {
  font-size: 14px;
}

._result ._main .point {
  text-align: center;
  line-height: 1;
  font-size: 60px;
  font-weight: bold;
  color: #FF007F;
}

._result ._main .point span {
  font-size: 100px;
  font-weight: bold;
}

._result ._main .btnArea {
  position: absolute;
  z-index: 1;
  top: 130px;
  left: 0;
  height: 140px;
  padding: 0;
  width: 100%;
}

._result ._main .pointBox .fukidashi {
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 3;
  width: 550px;
  margin: 30px 0 0 -285px;
  background-color: #ffffff;
  border: 4px solid #6CAFFF;
  border-radius: 10px;
  padding: 20px 10px;
  color: #4C4C4C;
  font-size: 15px;
  line-height: 1.5;
}

._result ._main .fukidashi .img {
  position: absolute;
  top: -30px;
  left: 50%;
  margin: 0 0 0 -12px;
  width: auto;
}

._result ._main .comment {
  display: none;
}

._result ._main .flags {
  width: 433px;
  margin: 0 auto;
}

._result ._main .bottomArea {
  position: relative;
  padding: 0 0 20px;
}

._result ._main .btnStart {
  position: absolute;
  bottom: 20px;
  left: 15px;
}

._result ._main .btnFaq {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

._result ._main .bottomArea .btnStart:hover,
._result ._main .bottomArea .btnFaq:hover {
  opacity: 0.8;
}

._result ._movie {
  background-color: #ffffff;
  padding: 10px 0;
}

._result ._movie p {
  text-align: center;
}

._result ._movie .ttl {
  margin: 0 0 10px;
}

._result ._movie .youtube {
  margin: 0 0 20px;
  text-align: center;
}

._result ._movie .btn {
  margin: 0 0 15px;
}

@media screen and (max-width: 1279px) {
  /* _main
-----------------------------------------------------------------*/
  ._result ._main {
    position: relative;
    padding: 15px 0 0;
    margin: 0;
  }
  ._result ._main .pointBox {
    width: 90%;
    margin: 0 auto 15px;
    padding: 40px 0 40px;
    border: 2px solid #6CAFFF;
    border-radius: 12px;
    background-image: url("./img/healthcare/eyecare/child/quiz/j/pointbox_bg_sp.jpg");
    background-position: center top;
    background-size: 100%;
  }
  ._result ._main .lead {
    font-size: 15px;
  }
  ._result ._main .lead rt {
    font-size: 8px;
  }
  ._result ._main .point {
    font-size: 30px;
  }
  ._result ._main .point span {
    font-size: 50px;
  }
  ._result ._main .btnArea {
    display: none;
  }
  ._result ._main .pointBox .fukidashi {
    display: none;
  }
  ._result ._main .comment {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
    font-size: 10px;
    color: #4C4C4C;
  }
  ._result ._main .flags {
    width: 80%;
    margin: 0 auto 15px;
  }
  ._result ._main .flags img {
    width: 100%;
    height: auto;
  }
  ._result ._main .bottomArea {
    padding: 0 0 20px;
  }
  ._result ._main .bottomArea:after {
    content: '';
    display: block;
    clear: both;
  }
  ._result ._main .btnStart {
    position: static;
    float: left;
    padding: 10px 0 0 15px;
    width: 70px;
  }
  ._result ._main .btnFaq {
    position: static;
    float: right;
    padding: 0 15px 0 0;
    width: 100px;
  }
  ._result ._main .btnStart img,
  ._result ._main .btnFaq img {
    width: 100%;
    height: auto;
  }
  ._result ._movie {
    background-color: #ffffff;
    padding: 10px 0;
  }
  ._result ._movie p {
    text-align: center;
  }
  ._result ._movie .ttl {
    margin: 0 auto 10px;
    width: 230px;
  }
  ._result ._movie .ttl img {
    width: 100%;
    height: auto;
  }
  ._result ._movie .youtube {
    width: 90%;
    margin: 0 auto 20px;
  }
  ._result ._movie .movieBox {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  ._result ._movie .movieBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  ._result ._movie .btn:nth-of-type(2) {
    margin: 0 auto 15px;
    width: 160px;
  }
  ._result ._movie .btn:nth-of-type(3) {
    margin: 0 auto 15px;
    width: 125px;
  }
  ._result ._movie .btn img {
    width: 100%;
    height: auto;
  }
}

/***************************************************************************
/
/ common style
/ start style
/ index style
/ result style
/
/**************************************************************************/
/***************************************************************************
    common style
***************************************************************************/
#checker {
  position: static;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

._childQuiz._green {
  background-color: #53AA90;
  padding: 0 25px 25px;
  border-radius: 10px;
}

/* _top
-----------------------------------------------------------------*/
._childQuiz._green ._top {
  position: relative;
  background-image: url("./img/healthcare/eyecare/child/quiz/s/top_img.png");
  background-repeat: no-repeat;
  background-position: 600px 0;
}

._childQuiz._green ._top h1 {
  margin: 0 0 0 -8px;
  padding: 10px 0;
}

._childQuiz._green ._top .goquiztop {
  position: absolute;
  top: 37px;
  left: 726px;
}

._childQuiz._green ._top .goquiztop a {
  display: block;
}

._childQuiz._green ._top .goquiztop a:hover {
  opacity: 0.8;
}

/* _main
-----------------------------------------------------------------*/
._childQuiz._green ._main {
  background-image: url("./img/healthcare/eyecare/child/quiz/s/main_bg.jpg");
  border-radius: 5px;
  position: relative;
}

._childQuiz._green ._main .q-txt {
  font-size: 26px;
  color: #4C4C4C;
  font-weight: bold;
  line-height: 1.6;
}

._childQuiz._green ._main .btnArea {
  background-image: url("./img/healthcare/eyecare/child/quiz/s/btn_bg.png");
  padding: 20px 0;
}

._childQuiz._green ._main .btnArea .btn {
  display: block;
  background-color: #ffffff;
  border: 4px solid #21916F;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
}

._childQuiz._green ._main .btnArea .btn:hover {
  opacity: 0.8;
}

/* sp ===========================================================*/
@media screen and (max-width: 1279px) {
  #checker {
    position: relative;
  }
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  ._childQuiz._green {
    padding: 0 15px 15px;
    border-radius: 10px;
  }
  /* _top
-----------------------------------------------------------------*/
  ._childQuiz._green ._top {
    background: none;
  }
  ._childQuiz._green ._top h1 {
    margin: 0;
    padding: 15px 0;
  }
  ._childQuiz._green ._top h1 img {
    width: 158px;
    height: auto;
  }
  ._childQuiz._green ._top .goquiztop {
    position: absolute;
    top: 15px;
    left: auto;
    right: 0;
  }
  /* _main
-----------------------------------------------------------------*/
  ._childQuiz._green ._main {
    background-size: 100%;
    position: relative;
  }
  ._childQuiz._green ._main .q-txt {
    font-size: 13px;
  }
  ._childQuiz._green ._main .btnArea {
    background-image: url("./img/healthcare/eyecare/child/quiz/s/btn_bg.png");
    padding: 20px 0;
  }
  ._childQuiz._green ._main .btnArea .btn {
    display: block;
    background-color: #ffffff;
    border: 4px solid #21916F;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
  }
}

/***************************************************************************
    start style
***************************************************************************/
/* _main
-----------------------------------------------------------------*/
._start._green ._main {
  padding: 0 0 50px;
}

._start._green ._main .q-txt {
  padding: 40px 50px 90px;
}

._start._green ._main .btnArea .btn {
  width: 320px;
  line-height: 100px;
  margin: 0 auto;
  font-size: 26px;
  color: #4C4C4C;
  font-weight: bold;
}

._start._green ._main .img01 {
  position: absolute;
  bottom: -10px;
  left: 30px;
}

._start._green ._main .img02 {
  position: absolute;
  bottom: 0;
  right: 10px;
}

/* sp ===========================================================*/
@media screen and (max-width: 1279px) {
  /* _main
-----------------------------------------------------------------*/
  ._start._green ._main {
    padding: 0 0 75px;
  }
  ._start._green ._main .q-txt {
    padding: 15px;
  }
  ._start._green ._main .btnArea .btn {
    width: 160px;
    line-height: 50px;
    font-size: 13px;
  }
  ._start._green ._main .img01 {
    position: absolute;
    bottom: -20px;
    left: -3px;
  }
  ._start._green ._main .img01 img {
    width: 127px;
    height: auto;
  }
  ._start._green ._main .img02 {
    position: absolute;
    bottom: -16px;
    right: -13px;
  }
  ._start._green ._main .img02 img {
    width: 128px;
    height: auto;
  }
}

/***************************************************************************
    index style
***************************************************************************/
/* _main
-----------------------------------------------------------------*/
._index._green ._main .q-txt {
  padding: 40px 0 50px;
  width: 550px;
  margin: 0 auto;
  text-align: center;
}

._index._green ._main .q-txt rt {
  font-size: 15px;
}

._index._green ._main .btnArea {
  position: relative;
  padding: 20px 80px 20px 100px;
  margin: 0 0 45px;
}

._index._green ._main .btnArea:after {
  content: '';
  display: block;
  clear: both;
}

._index._green ._main .btn {
  position: relative;
  z-index: 2;
  width: 320px;
}

._index._green ._main .btn rt {
  font-size: 15px;
}

._index._green ._main .btn.left {
  float: left;
}

._index._green ._main .btn.right {
  float: right;
}

._index._green ._main .btn .btnIcon {
  position: absolute;
  top: -20px;
  left: -25px;
}

._index._green ._main .btn .resultImg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -68px 0 0 -68px;
}

._index._green ._main .btn a {
  text-decoration: none;
  width: 300px;
  min-height: 100px;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 25px;
  text-align: center;
  font-size: 24px;
  color: #4C4C4C;
  font-weight: bold;
}

._index._green ._main .btn a.selected {
  color: #ffffff;
  background-color: #21916F;
}

._index._green ._main .img01 {
  position: absolute;
  top: -120px;
  left: -20px;
  z-index: 1;
  width: auto;
}

._index._green ._main .img01f {
  display: none;
  position: absolute;
  top: -130px;
  left: -30px;
  z-index: 1;
  width: auto;
}

._index._green ._main .img01t {
  display: none;
  position: absolute;
  top: -130px;
  left: -30px;
  z-index: 1;
  width: auto;
}

._index._green ._main .img02 {
  position: absolute;
  top: -110px;
  right: 0;
  z-index: 1;
  width: auto;
}

._index._green ._main .img02r {
  display: none;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 1;
  width: auto;
}

._index._green ._main .fukidashi-sp {
  display: none;
}

._index._green ._main .fukidashi {
  display: none;
  position: relative;
  top: -30px;
  z-index: 3;
  width: 500px;
  margin: 0 auto 30px;
  background-color: #ffffff;
  border: 4px solid #21916F;
  border-radius: 10px;
  padding: 25px 30px;
  color: #4C4C4C;
  font-size: 15px;
  line-height: 1.5;
}

._index._green ._main .fukidashi rt {
  font-size: 8px;
}

._index._green ._main .fukidashi .img {
  position: absolute;
  top: -30px;
  left: 50%;
  margin: 0 0 0 -12px;
}

._index._green ._main .bottomArea {
  padding: 0 0 20px;
}

._index._green ._main .bottomArea .flags {
  text-align: center;
}

._index._green ._main .bottomArea .flags li {
  display: inline-block;
  width: 28px;
  height: 38px;
  margin: 0 17px 0 0;
}

._index._green ._main .bottomArea .flags li.lastFlag {
  margin: 0;
}

._index._green ._main .bottomArea .flags .flag01.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_01.png");
}

._index._green ._main .bottomArea .flags .flag02.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_02.png");
}

._index._green ._main .bottomArea .flags .flag03.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_03.png");
}

._index._green ._main .bottomArea .flags .flag04.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_04.png");
}

._index._green ._main .bottomArea .flags .flag05.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_05.png");
}

._index._green ._main .bottomArea .flags .flag06.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_06.png");
}

._index._green ._main .bottomArea .flags .flag07.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_07.png");
}

._index._green ._main .bottomArea .flags .flag08.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_08.png");
}

._index._green ._main .bottomArea .flags .flag09.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_09.png");
}

._index._green ._main .bottomArea .flags .flag10.false {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_10.png");
}

._index._green ._main .bottomArea .flags .flag01.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_01t.png");
}

._index._green ._main .bottomArea .flags .flag02.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_02t.png");
}

._index._green ._main .bottomArea .flags .flag03.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_03t.png");
}

._index._green ._main .bottomArea .flags .flag04.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_04t.png");
}

._index._green ._main .bottomArea .flags .flag05.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_05t.png");
}

._index._green ._main .bottomArea .flags .flag06.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_06t.png");
}

._index._green ._main .bottomArea .flags .flag07.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_07t.png");
}

._index._green ._main .bottomArea .flags .flag08.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_08t.png");
}

._index._green ._main .bottomArea .flags .flag09.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_09t.png");
}

._index._green ._main .bottomArea .flags .flag10.true {
  background-image: url("./img/healthcare/eyecare/child/quiz/j/flag_10t.png");
}

._index._green ._main .bottomArea .btnStart {
  position: absolute;
  bottom: 20px;
  left: 15px;
}

._index._green ._main .bottomArea .btnStart:hover {
  opacity: 0.8;
}

._index._green ._main .bottomArea .btnNext {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 15px;
}

._index._green ._main .bottomArea .btnNext:hover {
  opacity: 0.8;
}

/* sp ===========================================================*/
@media screen and (max-width: 1279px) {
  /* _main
-----------------------------------------------------------------*/
  ._index._green ._main .q-txt {
    padding: 15px 20px;
    width: auto;
    font-size: 15px;
  }
  ._index._green ._main .q-txt rt {
    font-size: 8px;
  }
  ._index._green ._main .btnArea {
    position: relative;
    padding: 10px 12px;
    margin: 0 0 15px;
  }
  ._index._green ._main .btn {
    width: 44%;
  }
  ._index._green ._main .btn rt {
    font-size: 8px;
  }
  ._index._green ._main .btn .btnIcon {
    width: 25px;
    height: auto;
    top: -10px;
    left: -13px;
  }
  ._index._green ._main .btn .resultImg {
    margin: -34px 0 0 -34px;
    width: 68px;
    height: auto;
  }
  ._index._green ._main .btn a {
    width: auto;
    min-height: 0;
    display: block;
    padding: 12px 7px;
    font-size: 13px;
  }
  ._index._green ._main .img01,
  ._index._green ._main .img02 {
    display: none;
  }
  ._index._green ._main .fukidashi-sp {
    display: none;
    position: static;
    width: auto;
    margin: 0 0 15px;
    padding: 0 15px;
    background-color: none;
    border: none;
    border-radius: 0;
    font-size: 10px;
  }
  ._index._green ._main .fukidashi rt {
    font-size: 8px;
  }
  ._index._green ._main .fukidashi .img {
    display: none;
  }
  ._index._green ._main .bottomArea {
    padding: 0 0 20px;
  }
  ._index._green ._main .bottomArea:after {
    content: '';
    display: block;
    clear: both;
  }
  ._index._green ._main .bottomArea .flags {
    width: 220px;
    margin: 0 auto 12px;
  }
  ._index._green ._main .bottomArea .flags li {
    display: inline-block;
    width: 14px;
    height: 19px;
    margin: 0 3px 0 0;
    background-size: 100%;
  }
  ._index._green ._main .bottomArea .btnStart {
    width: 70px;
    position: static;
    float: left;
    padding: 20px 0 0 15px;
  }
  ._index._green ._main .bottomArea .btnNext {
    width: 100px;
    position: static;
    float: right;
    padding: 0 15px 0 0;
  }
  ._index._green ._main .bottomArea .btnStart img,
  ._index._green ._main .bottomArea .btnNext img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 641px) and (max-width: 1279px) {
  ._index._green ._main .q-txt {
    font-size: 17px;
  }
  ._index._green ._main .bottomArea .btnStart {
    width: 140px;
  }
  ._index._green ._main .btn a {
    font-size: 15px;
  }
}

/***************************************************************************
    result style
***************************************************************************/
/* _main
-----------------------------------------------------------------*/
._result._green ._main {
  position: relative;
  padding: 15px 0 0;
  margin: 0;
}

._result._green ._main .pointBox {
  position: relative;
  z-index: 2;
  width: 770px;
  margin: 0 auto 50px;
  padding: 60px 0 80px;
  background-color: #ffffff;
  border: 4px solid #21916F;
  border-radius: 24px;
  background-image: url("./img/healthcare/eyecare/child/quiz/s/pointbox_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}

._result._green ._main .pointBox.pt2 {
  background-image: url("./img/healthcare/eyecare/child/quiz/s/pointbox_bg2.jpg");
}

._result._green ._main .pointBox.pt3 {
  background-image: url("./img/healthcare/eyecare/child/quiz/s/pointbox_bg3.jpg");
}

._result._green ._main .lead {
  text-align: center;
  line-height: 1;
  font-size: 31px;
  font-weight: bold;
  color: #4C4C4C;
  margin: 0 0 10px;
}

._result._green ._main .lead rt {
  font-size: 14px;
}

._result._green ._main .point {
  text-align: center;
  line-height: 1;
  font-size: 60px;
  font-weight: bold;
  color: #FF007F;
}

._result._green ._main .point span {
  font-size: 100px;
  font-weight: bold;
}

._result._green ._main .btnArea {
  position: absolute;
  z-index: 1;
  top: 130px;
  left: 0;
  height: 140px;
  padding: 0;
  width: 100%;
}

._result._green ._main .pointBox .fukidashi {
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 3;
  width: 550px;
  margin: 30px 0 0 -285px;
  background-color: #ffffff;
  border: 4px solid #21916F;
  border-radius: 10px;
  padding: 20px 10px;
  color: #4C4C4C;
  font-size: 15px;
  line-height: 1.5;
}

._result._green ._main .fukidashi .img {
  position: absolute;
  top: -30px;
  left: 50%;
  margin: 0 0 0 -12px;
}

._result._green ._main .comment {
  display: none;
}

._result._green ._main .flags {
  width: 433px;
  margin: 0 auto;
}

._result._green ._main .bottomArea {
  position: relative;
  padding: 0 0 20px;
}

._result._green ._main .btnStart {
  position: absolute;
  bottom: 20px;
  left: 15px;
}

._result._green ._main .btnFaq {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

._result._green ._main .bottomArea .btnStart:hover,
._result._green ._main .bottomArea .btnFaq:hover {
  opacity: 0.8;
}

._result._green ._movie {
  background-color: #ffffff;
  padding: 10px 0;
}

._result._green ._movie p {
  text-align: center;
}

._result._green ._movie .ttl {
  margin: 0 0 10px;
}

._result._green ._movie .youtube {
  margin: 0 0 20px;
  text-align: center;
}

._result._green ._movie .btn {
  margin: 0 0 15px;
}

@media screen and (max-width: 1279px) {
  /* _main
-----------------------------------------------------------------*/
  ._result._green ._main {
    position: relative;
    padding: 15px 0 0;
    margin: 0;
  }
  ._result._green ._main .pointBox {
    width: 90%;
    margin: 0 auto 15px;
    padding: 40px 0 40px;
    border: 2px solid #21916F;
    border-radius: 12px;
    background-image: url("./img/healthcare/eyecare/child/quiz/s/pointbox_bg_sp.jpg");
    background-position: center top;
    background-size: 100%;
  }
  ._result._green ._main .lead {
    font-size: 15px;
  }
  ._result._green ._main .lead rt {
    font-size: 8px;
  }
  ._result._green ._main .point {
    font-size: 30px;
  }
  ._result._green ._main .point span {
    font-size: 50px;
  }
  ._result._green ._main .btnArea {
    display: none;
  }
  ._result._green ._main .pointBox .fukidashi {
    display: none;
  }
  ._result._green ._main .comment {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
    font-size: 10px;
    color: #4C4C4C;
  }
  ._result._green ._main .flags {
    width: 80%;
    margin: 0 auto 15px;
  }
  ._result._green ._main .flags img {
    width: 100%;
    height: auto;
  }
  ._result._green ._main .bottomArea {
    padding: 0 0 20px;
  }
  ._result._green ._main .bottomArea:after {
    content: '';
    display: block;
    clear: both;
  }
  ._result._green ._main .btnStart {
    position: static;
    float: left;
    padding: 10px 0 0 15px;
    width: 70px;
  }
  ._result._green ._main .btnFaq {
    position: static;
    float: right;
    padding: 0 15px 0 0;
    width: 100px;
  }
  ._result._green ._main .btnStart img,
  ._result._green ._main .btnFaq img {
    width: 100%;
    height: auto;
  }
  ._result._green ._movie {
    background-color: #ffffff;
    padding: 10px 0;
  }
  ._result._green ._movie p {
    text-align: center;
  }
  ._result._green ._movie .ttl {
    margin: 0 auto 10px;
    width: 230px;
  }
  ._result._green ._movie .ttl img {
    width: 100%;
    height: auto;
  }
  ._result._green ._movie .youtube {
    width: 90%;
    margin: 0 auto 20px;
  }
  ._result._green ._movie .movieBox {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  ._result._green ._movie .movieBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  ._result._green ._movie .btn:nth-of-type(2) {
    margin: 0 auto 15px;
    width: 160px;
  }
  ._result._green ._movie .btn:nth-of-type(3) {
    margin: 0 auto 15px;
    width: 125px;
  }
  ._result._green ._movie .btn img {
    width: 100%;
    height: auto;
  }
}

.p-selfcheck-area-calendar #area {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .p-selfcheck-area-calendar #area {
    width: 619px;
    height: 432px;
    background: url("./img/healthcare/selfcheck/itchy_eye/bg_area.gif") no-repeat scroll 0 0;
    border-right: 1px solid #ccc;
  }
}

.p-selfcheck-area-calendar #areaMenu {
  margin: 0 0 10px;
}

.p-selfcheck-area-calendar #areaMenu:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .p-selfcheck-area-calendar #areaMenu {
    margin: 0;
    left: 0;
    position: absolute;
    top: 0;
  }
}

.p-selfcheck-area-calendar #areaMenu li {
  float: left;
  width: 100px;
}

@media (min-width: 1024px) {
  .p-selfcheck-area-calendar #areaMenu li {
    float: none;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .p-selfcheck-area-calendar #calendar {
    left: 130px;
    position: absolute;
    top: 18px;
  }
}

.p-selfcheck-area-calendar #areaMenu a {
  height: 35px;
  text-indent: -9999px;
  width: 100px;
  display: inline-block;
}

@media (min-width: 1024px) {
  .p-selfcheck-area-calendar #areaMenu a {
    display: block;
    width: 124px;
  }
}

.p-selfcheck-area-calendar #areaMenu .area1 a {
  background-image: url("./img/healthcare/selfcheck/itchy_eye/bt_area_01.gif");
}

.p-selfcheck-area-calendar #areaMenu .area2 a {
  background-image: url("./img/healthcare/selfcheck/itchy_eye/bt_area_02.gif");
}

.p-selfcheck-area-calendar #areaMenu .area3 a {
  background-image: url("./img/healthcare/selfcheck/itchy_eye/bt_area_03.gif");
}

.p-selfcheck-area-calendar #areaMenu .area4 a {
  background-image: url("./img/healthcare/selfcheck/itchy_eye/bt_area_04.gif");
}

.p-selfcheck-area-calendar #areaMenu .area5 a {
  background-image: url("./img/healthcare/selfcheck/itchy_eye/bt_area_05.gif");
}

.p-selfcheck-area-calendar #areaMenu .area6 a {
  background-image: url("./img/healthcare/selfcheck/itchy_eye/bt_area_06.gif");
}

.p-selfcheck-area-calendar #areaMenu .area7 a {
  background-image: url("./img/healthcare/selfcheck/itchy_eye/bt_area_07.gif");
}

.p-selfcheck-area-calendar #areaMenu .area8 a {
  background-image: url("./img/healthcare/selfcheck/itchy_eye/bt_area_08.gif");
}

.p-selfcheck-area-calendar #areaMenu .area9 a {
  background-image: url("./img/healthcare/selfcheck/itchy_eye/bt_area_09.gif");
}

.p-selfcheck-area-calendar #areaMenu a:hover {
  background-position: -124px 0;
}

.p-selfcheck-area-calendar #areaMenu .current a, .p-selfcheck-area-calendar #areaMenu .current a:hover {
  background-position: -248px 0;
}

.p-selfcheck-table__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd;
}

.p-selfcheck-table__th {
  border: 1px solid #dddddd;
  padding: 10px;
  font-size: 1.125rem;
  background-color: #f5f5f5;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

@media (min-width: 1024px) {
  .p-selfcheck-table__th {
    padding: 15px;
  }
}

.p-selfcheck-table__th.is-pc-ttl {
  display: none;
}

@media (min-width: 1024px) {
  .p-selfcheck-table__th.is-pc-ttl {
    display: table-cell;
  }
}

.p-selfcheck-table__th.is-sp-ttl {
  display: table-cell;
}

@media (min-width: 1024px) {
  .p-selfcheck-table__th.is-sp-ttl {
    display: none;
  }
}

.p-selfcheck-table__td {
  border: 1px solid #dddddd;
  padding: 10px;
  font-size: 1.125rem;
  vertical-align: top;
}

@media (min-width: 1024px) {
  .p-selfcheck-table__td {
    padding: 15px;
  }
}

.p-selfcheck-table.is-itchy_eye img {
  width: auto;
}

.p-stretch-block:after {
  content: '';
  display: block;
  clear: both;
}

.p-stretch-block__img {
  text-align: center;
  margin: 0 0 1.25rem;
}

@media (min-width: 1024px) {
  .p-stretch-block__img {
    width: 210px;
    float: left;
  }
}

.p-stretch-block__img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.p-stretch-block__flow {
  margin: 0 0 1.25rem;
}

@media (min-width: 1024px) {
  .p-stretch-block__flow {
    width: calc(100% - 230px);
    float: right;
  }
}

.p-stretch-block__txt {
  font-size: 1.125rem;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .p-stretch-block__txt {
    width: calc(100% - 230px);
    float: right;
  }
}

.p-structure-box {
  position: relative;
  padding-top: 156px;
}

@media (min-width: 768px) {
  .p-structure-box {
    width: 680px;
    padding: 20px;
    margin: 0 auto;
    height: 495px;
  }
}

@media (min-width: 1024px) {
  .p-structure-box {
    border: 1px solid #ddd;
  }
}

.p-structure-box .u-show--sp {
  display: inline;
}

@media (min-width: 768px) {
  .p-structure-box .u-show--pc {
    display: inline;
  }
}

.p-structure-box__img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -150px;
  width: 300px;
}

@media (min-width: 768px) {
  .p-structure-box__img {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    left: 0;
  }
}

.p-structure-box__img img {
  display: block;
  width: 100%;
}

.p-structure-box__link {
  display: block;
  width: 30px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .p-structure-box__link {
    width: 62px;
    height: 22px;
  }
}

.p-structure-box__link.is-01 {
  top: 20px;
  left: 1px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-01 {
    top: 42px;
    left: 3px;
  }
}

.p-structure-box__link.is-02 {
  top: 36px;
  left: 1px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-02 {
    top: 78px;
    left: 3px;
  }
}

.p-structure-box__link.is-03 {
  top: 53px;
  left: 1px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-03 {
    top: 114px;
    left: 3px;
  }
}

.p-structure-box__link.is-04 {
  top: 70px;
  left: 1px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-04 {
    top: 150px;
    left: 3px;
  }
}

.p-structure-box__link.is-05 {
  top: 87px;
  left: 1px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-05 {
    top: 186px;
    left: 3px;
  }
}

.p-structure-box__link.is-06 {
  top: 104px;
  left: 1px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-06 {
    top: 220px;
    left: 3px;
  }
}

.p-structure-box__link.is-07 {
  top: 121px;
  left: 1px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-07 {
    top: 258px;
    left: 3px;
  }
}

.p-structure-box__link.is-08 {
  top: 88px;
  left: 271px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-08 {
    top: 188px;
    left: 578px;
  }
}

.p-structure-box__link.is-09 {
  top: 75px;
  left: 271px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-09 {
    top: 160px;
    left: 578px;
  }
}

.p-structure-box__link.is-10 {
  top: 61px;
  left: 271px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-10 {
    top: 130px;
    left: 578px;
  }
}

.p-structure-box__link.is-11 {
  top: 123px;
  left: 240px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-11 {
    top: 260px;
    left: 510px;
  }
}

.p-structure-box__link.is-12 {
  top: 36px;
  left: 138px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-12 {
    top: 76px;
    left: 294px;
  }
}

.p-structure-box__link.is-13 {
  top: 33px;
  left: 271px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-13 {
    top: 70px;
    left: 578px;
  }
}

.p-structure-box__link.is-14 {
  top: 70px;
  left: 84px;
}

@media (min-width: 768px) {
  .p-structure-box__link.is-14 {
    top: 150px;
    left: 178px;
  }
}

.p-structure-box__box-blue {
  display: none;
}

.p-structure-box__box-blue.is-def {
  display: block;
}

.p-top-banner {
  border: 1px solid #ccc;
  padding: 20px;
  width: 85%;
  margin: 0 auto;
}

.p-top-banner:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .p-top-banner {
    width: 100%;
  }
}

.p-top-banner__left {
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 160px;
  min-height: 3em;
}

@media (min-width: 1024px) {
  .p-top-banner__left {
    width: 50%;
    float: left;
    padding: 0 20px 0 190px;
  }
    .p-top-banner__left.one__banner {
    width: 100%;
  padding-left:230px;
  }
  .p-top-banner__left.one__banner  .p-top-banner__link {
    width: 220px;
  }
}

.p-top-banner__right {
  position: relative;
  padding: 0 0 0 160px;
}

@media (min-width: 1024px) {
  .p-top-banner__right {
    width: 50%;
    float: right;
    padding: 0 0 0 210px;
  }
  .p-top-banner__right .p-top-banner__link {
    left: 20px;
  }
}

.p-top-banner__link {
  display: block;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .p-top-banner__link {
    width: 180px;
  }
}

.p-top-banner__img {
  width: 100%;
}

.p-top-banner__txt br {
  display: none;
}

@media (min-width: 1024px) {
  .p-top-banner__txt br {
    display: block;
  }
}

.u-font--bold {
  font-weight: bold;
}

.u-font--red {
  color: #cc0000;
}

.u-font--blue {
  color: #1158a6;
}

.u-font--align-right {
  text-align: right;
}

.u-font--small {
  font-size: 0.9em;
}

.u-font--underline {
  text-decoration: underline;
}

.u-link--pdf {
  background-image: url("./img/icon_pdf.gif");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  margin-right: 5px;
}

.u-link--blank {
  background-image: url("./img/icon_window.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  margin-right: 5px;
}

.u-link--right {
  padding: 0 0 0 25px;
  background: url("./img/icon_arrow_right.png") no-repeat left center;
  background-size: 15px;
}

@media (min-width: 1024px) {
  .u-link--right {
    padding: 0 0 0 30px;
    background-size: 18px;
  }
}

.u-link--down {
  padding: 0 0 0 25px;
  background: url("./img/icon_arrow_down.png") no-repeat left center;
  background-size: 15px;
}

@media (min-width: 1024px) {
  .u-link--down {
    padding: 0 0 0 30px;
    background-size: 18px;
  }
}

.u-link--up {
  padding: 0 0 0 25px;
  background: url("./img/icon_arrow_up.png") no-repeat left center;
  background-size: 15px;
}

@media (min-width: 1024px) {
  .u-link--up {
    padding: 0 0 0 30px;
    background-size: 18px;
  }
}

.u-show--sp {
  display: block;
}

@media (min-width: 1024px) {
  .u-show--sp {
    display: none;
  }
}

.u-show--pc {
  display: none;
}

@media (min-width: 1024px) {
  .u-show--pc {
    display: block;
  }
}

@media (min-width: 1024px) {
  .nav_main.renew > ul > li:nth-of-type(3).is_current > ul > li:nth-of-type(1).is_current a {
    pointer-events: inherit;
  }
  .check-aside .nav_main.renew > ul > li.is_current > ul > li.is_current a {
    pointer-events: inherit;
  }
}
.gray{
  color: #888;
  font-size: .7rem;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1279px){
  .gray{
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1024px){
  .gray{
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .gray{
    margin: 0 auto;
    width: 80%;
  }
}






/*20210408*/
/* ============================================
check-dryeye10
============================================ */
.p-check-dryeye10 {
  background-color: #d8f3fe;
}

.p-check-dryeye10__link {
  display: block;
}

.p-check-dryeye10__img {
  width: 100%;
}

/*
.p-check-banner-dryeye {
    background-color: #eee;

  &__link{
    display: block;
  }

  &__img{
    width: 100%;
  }
}
*/
/* ============================================
12check
============================================ */
.c-check-dryeye12 {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  background-color: #d9f3fc;
}

.c-check-dryeye12:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .c-check-dryeye12 {
    width: 100%;
    margin: 20px auto 40px;
  }
}

.c-check-dryeye12__list {
  font-size: 0.8125rem;
}

@media (min-width: 1024px) {
  .c-check-dryeye12__list {
    font-size: 0.9375rem;
    width: 80%;
  }
}

.c-check-dryeye12__list li {
  margin-bottom: 13px;
  position: relative;
}

@media (max-width: 768px) {
  .c-check-dryeye12__list li {
    margin-bottom: 15px;
  }
}

.c-check-dryeye12__list li .dryeye12__label {
  position: absolute;
  top: 6px;
  left: 40px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .c-check-dryeye12__list li .dryeye12__label {
    left: 17px;
  }
}

@media (min-width: 1024px) {
  .c-check-dryeye12__list li .dryeye12__label {
    top: 3px;
    left: 0;
    font-size: 15.75px;
  }
}

.c-check-dryeye12__item {
  width: 100%;
}

@media (min-width: 1024px) {
  .c-check-dryeye12__item:first-child {
    width: 38%;
    float: left;
    margin: 0 0 20px 20%;
  }
}

@media (min-width: 1024px) {
  .c-check-dryeye12__item:last-child {
    width: 42%;
    float: left;
  }
}

.c-check-dryeye12__btn {
  width: 100%;
  margin: 20px auto 0;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  background: #034ea1;
  border: 0;
}

@media (min-width: 1024px) {
  .c-check-dryeye12__btn {
    font-size: 15px;
    width: 50%;
    margin-left: 25%;
  }
}

@media (max-width: 768px) {
  .c-check-dryeye12__btn {
    font-size: 21px;
  }
}

/* checkbox */
@media all and (-ms-high-contrast: none) {
  .c-check-dryeye12__item .check-input {
    opacity: 0;
    /* for IE - display: none; */
  }
}

@-moz-document url-prefix() {
  .c-check-dryeye12__item .check-input {
    opacity: 0;
    /* for forefox - display: none; */
  }
}

@media screen and (max-width: 768px){
  .c-check-dryeye12__item{
    padding-left: 0;
  }
}


.c-check-dryeye12__item .dryeye12__label {
  padding-left: 20px;
  padding-top: 3px;
  position: relative;
}

.c-check-dryeye12__item .dryeye12__label::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -19px;
  width: 30px;
  height: 22px;
  background: url(./img/icon_checkbox_off.png);
}

.c-check-dryeye12__item .check-input:checked + .dryeye12__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -19px;
  width: 30px;
  height: 22px;
  background: url(./img/icon_checkbox_on.png);
}

/* ============================================
12check-result
============================================ */
.c-check-result {
  font-size: 13px;
  width: 100%;
  position: relative;
}

.c-check-result:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .c-check-result {
    font-size: 15px;
  }
}

.c-check-result__text {
  font-size: 15px;
  width: 100%;
  border: solid 2px #00acf0;
  border-radius: 8px;
}

@media (min-width: 1024px) {
  .c-check-result__text {
    font-size: 20px;
    width: 75%;
    float: left;
  }
}

.c-check-result__text__level {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #d8f3fe;
  color: #004ba3;
  padding: 20px 0 15px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .c-check-result__text__level {
    padding: 30px 0;
  }
}

.c-check-result__text__message {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
  padding: 20px;
  text-align: center;
}

@media (min-width: 1024px) {
  .c-check-result__text__message {
    padding: 30px;
  }
}

.c-check-result__img {
  display: none;
}

@media (min-width: 1024px) {
  .c-check-result__img {
    display: block;
    width: 22%;
    float: right;
  }
}

@media (min-width: 1024px) {
  .c-check-result__img__item {
    max-width: 100%;
    position: absolute;
    bottom: 0;
  }
}

.c-check-result__text__level__title {
  font-size: 30px;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .c-check-result__text__level__title {
    font-size: 60px;
  }
}

.c-check-result__text__level__note {
  font-size: 13px;
  color: #ec6c73;
  padding: 5px 20px 0;
}

@media (min-width: 1024px) {
  .c-check-result__text__level__note {
    font-size: 16.88px;
  }
}

.c-check-dryeye12-result {
  font-size: 0.8125rem;
  width: 100%;
  margin: 20px auto 0;
}

.c-check-dryeye12-result:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .c-check-dryeye12-result {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1024px) {
  .c-check-dryeye12-result__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-check-dryeye12-result__item {
  font-size: 0.8125rem;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}

.c-check-dryeye12-result__item:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .c-check-dryeye12-result__item {
    font-size: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    margin-right: 1%;
  }
}

@media (min-width: 1024px) {
  .c-check-dryeye12-result__item :nth-child(3n) {
    margin-right: 0;
  }
}

.result__list__link {
  margin-left: 15px;
  color: #034ea1;
  cursor: pointer;
}

.result__list__link::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #034ea1;
  border-right: 2px solid #034ea1;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

@media (min-width: 1024px) {
  .result__list__link::before {
    top: 7px;
    width: 8px;
    height: 8px;
  }
}

.open .result__list__link::before {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media (min-width: 1024px) {
  .open .result__list__link::before {
    top: 10px;
  }
}

.result__list__detail {
  font-size: 0.8125rem;
  margin: 15px 0 10px;
  padding: 15px 25px;
  color: #2e2d32;
  text-align: center;
  background: #dbf3fd;
  border-radius: 8px;
  position: relative;
}

@media (min-width: 1024px) {
  .result__list__detail {
    font-size: 0.9375rem;
    padding: 15px 25px;
    text-align: left;
  }
}

.result__list__detail:hover {
  cursor: pointer;
}

.result__list__detail__text {
  font-size: 0.8125rem;
  width: 100%;
  text-align: left;
}

@media (min-width: 1024px) {
  .result__list__detail__text {
    font-size: 0.9375rem;
  }
}

.result__list__detail:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 15%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #dbf3fd transparent;
}

.c-check-dryeye12-result-detail {
  font-size: 13px;
}

@media (min-width: 1024px) {
  .c-check-dryeye12-result-detail {
    font-size: 16.8px;
  }
}

.c-check-dryeye12-result-detail__btn > a {
  display: block;
  color: #fff;
  max-width: 380px;
  padding: 9px 0;
  border-radius: 6px;
  margin: 20px auto 0;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
  background: #006fc1;
}

@media (min-width: 1024px) {
  .c-check-dryeye12-result-detail__btn > a {
    margin: 40px auto 0;
  }
  .c-check-dryeye12-result-detail__btn > a:hover {
    color: #333;
    background: #dfdfdf;
    text-decoration: none;
  }
}

/* ============================================
10seconds
============================================ */
.p-10seconds {
  width: 270px;
  margin: auto;
  padding: 30px 0 50px;
}

.p-10seconds_lead {
  font-size: 21px;
  margin-bottom: 30px;
  text-align: center;
}

.p-10seconds_img {
  width: 220px;
  margin: auto;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.p-10seconds .is-hide {
  display: none;
}

.p-check10-1_btn {
  margin-top: 40px;
  padding: 9px 0;
  border-radius: 6px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  background: #006fc1;
}

@media (min-width: 1024px) {
  .p-check10-1_btn {
    width: 380px;
    margin-left: -55px;
  }
  .p-check10-1_btn:hover {
    color: #333;
    background: #dfdfdf;
  }
}

@media (min-width: 1024px) {
  .p-check10-3 .p-10seconds_lead {
    margin: 0 -180px 30px;
  }
}

.p-check10-3 .p-10seconds_btn {
  margin-top: 40px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  background: #006fc1;
}

@media (min-width: 1024px) {
  .p-check10-3 .p-10seconds_btn {
    width: 380px;
    margin-left: -55px;
  }
  .p-check10-3 .p-10seconds_btn:hover, .p-check10-3 .p-10seconds_btn:active {
    color: #333;
    background: #dfdfdf;
  }
}

.p-check10-3 .p-10seconds_btn__link {
  display: block;
  color: #333;
  padding: 9px 0;
  cursor: pointer;
}

.p-check10-3 .p-10seconds_btn__link:link, .p-check10-3 .p-10seconds_btn__link:visited {
  text-decoration: none;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .p-check10-3 .p-10seconds_btn__link:hover, .p-check10-3 .p-10seconds_btn__link:active {
    text-decoration: none;
    color: #333;
  }
}

.p-10seconds-counter {
  overflow: hidden;
  padding: 15px;
}

.p_count {
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0 auto 0 auto;
}

.p_count_border {
  position: absolute;
  top: -0.25%;
  left: -0.25%;
  width: 100.6%;
  height: 100.6%;
  border: 15px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}

.p_count_num {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 55%;
  height: 55%;
  margin: auto;
  background: #43bee6;
  border-radius: 50%;
  z-index: 110;
}

.p_count_ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  z-index: 120;
  will-change: transform;
}

.p_count_ico:after {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  margin: 0 auto;
  border: 5px solid #fff;
  background: #1d38a8;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p_count_counter1,
.p_count_counter2 {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.p_count_counter1 {
  right: 0;
  z-index: 90;
}

.p_count_counter2 {
  left: 0;
  z-index: 100;
}

.p_count_round {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
}

.p_count_round:after {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
}

.p_count_counter1 .p_count_round,
.p_count_counter1 .p_count_round:after {
  right: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.p_count_counter2 .p_count_round,
.p_count_counter2 .p_count_round:after {
  left: 0;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.p_count_round.m_round1 {
  z-index: 1;
}

.p_count_round.m_round2 {
  -webkit-transform: rotate(36deg);
      -ms-transform: rotate(36deg);
          transform: rotate(36deg);
  z-index: 2;
}

.p_count_round.m_round3 {
  -webkit-transform: rotate(72deg);
      -ms-transform: rotate(72deg);
          transform: rotate(72deg);
  z-index: 3;
}

.p_count_round.m_round4 {
  -webkit-transform: rotate(108deg);
      -ms-transform: rotate(108deg);
          transform: rotate(108deg);
  z-index: 4;
}

.p_count_round.m_round5 {
  -webkit-transform: rotate(144deg);
      -ms-transform: rotate(144deg);
          transform: rotate(144deg);
  z-index: 5;
}

.p_count_round.m_round6 {
  z-index: 6;
}

.p_count_round.m_round7 {
  -webkit-transform: rotate(36deg);
      -ms-transform: rotate(36deg);
          transform: rotate(36deg);
  z-index: 7;
}

.p_count_round.m_round8 {
  -webkit-transform: rotate(72deg);
      -ms-transform: rotate(72deg);
          transform: rotate(72deg);
  z-index: 8;
}

.p_count_round.m_round9 {
  -webkit-transform: rotate(108deg);
      -ms-transform: rotate(108deg);
          transform: rotate(108deg);
  z-index: 9;
}

.p_count_round.m_round10 {
  -webkit-transform: rotate(144deg);
      -ms-transform: rotate(144deg);
          transform: rotate(144deg);
  z-index: 10;
}

.p_count_round.m_round1:after {
  background: #23559e;
}

.p_count_round.m_round2:after {
  background: #275fab;
}

.p_count_round.m_round3:after {
  background: #2763ae;
}

.p_count_round.m_round4:after {
  background: #2868b1;
}

.p_count_round.m_round5:after {
  background: #2a6eb6;
}

.p_count_round.m_round6:after {
  background: #2d75bb;
}

.p_count_round.m_round7:after {
  background: #2d7dc1;
}

.p_count_round.m_round8:after {
  background: #3085c7;
}

.p_count_round.m_round9:after {
  background: #348ece;
}

.p_count_round.m_round10:after {
  background: #359fda;
}

.p_count_round.m_complete:after {
  background: #1d38a8;
}

.p_count_round.m_complete {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.p_count_counter1 .p_count_round.m_complete {
  z-index: 100;
}

.p_count_counter2 .p_count_round.m_complete {
  z-index: 101;
}

.p_count_numItem img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 75px;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  z-index: 130;
  opacity: 0;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  will-change: opacity;
}

.p_count_ico {
  -webkit-animation-name: ico;
          animation-name: ico;
}

.p_count_counter1 .p_count_round.m_complete {
  -webkit-animation-name: complete1;
          animation-name: complete1;
}

.p_count_counter2 .p_count_round.m_complete {
  -webkit-animation-name: complete2;
          animation-name: complete2;
}

.p_count_numItem.m_10 img {
  -webkit-animation-name: count10;
          animation-name: count10;
}

.p_count_numItem.m_9 img {
  -webkit-animation-name: count9;
          animation-name: count9;
}

.p_count_numItem.m_8 img {
  -webkit-animation-name: count8;
          animation-name: count8;
}

.p_count_numItem.m_7 img {
  -webkit-animation-name: count7;
          animation-name: count7;
}

.p_count_numItem.m_6 img {
  -webkit-animation-name: count6;
          animation-name: count6;
}

.p_count_numItem.m_5 img {
  -webkit-animation-name: count5;
          animation-name: count5;
}

.p_count_numItem.m_4 img {
  -webkit-animation-name: count4;
          animation-name: count4;
}

.p_count_numItem.m_3 img {
  -webkit-animation-name: count3;
          animation-name: count3;
}

.p_count_numItem.m_2 img {
  -webkit-animation-name: count2;
          animation-name: count2;
}

.p_count_numItem.m_1 img {
  -webkit-animation-name: count1;
          animation-name: count1;
}

.p_count_numItem.m_0 img {
  -webkit-animation-name: count0;
          animation-name: count0;
}

@-webkit-keyframes ico {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ico {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes complete1 {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes complete1 {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes complete2 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes complete2 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes count10 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  10.01% {
    opacity: 0;
  }
}

@keyframes count10 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  10.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count9 {
  0% {
    opacity: 0;
  }
  9.99% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  20.01% {
    opacity: 0;
  }
}

@keyframes count9 {
  0% {
    opacity: 0;
  }
  9.99% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  20.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count8 {
  0% {
    opacity: 0;
  }
  19.99% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  30.01% {
    opacity: 0;
  }
}

@keyframes count8 {
  0% {
    opacity: 0;
  }
  19.99% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  30.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count7 {
  0% {
    opacity: 0;
  }
  29.99% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  40.01% {
    opacity: 0;
  }
}

@keyframes count7 {
  0% {
    opacity: 0;
  }
  29.99% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  40.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count6 {
  0% {
    opacity: 0;
  }
  39.99% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
}

@keyframes count6 {
  0% {
    opacity: 0;
  }
  39.99% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count5 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60.01% {
    opacity: 0;
  }
}

@keyframes count5 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count4 {
  0% {
    opacity: 0;
  }
  59.99% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  70.01% {
    opacity: 0;
  }
}

@keyframes count4 {
  0% {
    opacity: 0;
  }
  59.99% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  70.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count3 {
  0% {
    opacity: 0;
  }
  69.99% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  80.01% {
    opacity: 0;
  }
}

@keyframes count3 {
  0% {
    opacity: 0;
  }
  69.99% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  80.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count2 {
  0% {
    opacity: 0;
  }
  79.99% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  90.01% {
    opacity: 0;
  }
}

@keyframes count2 {
  0% {
    opacity: 0;
  }
  79.99% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  90.01% {
    opacity: 0;
  }
}

@-webkit-keyframes count1 {
  0% {
    opacity: 0;
  }
  89.99% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  99.99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes count1 {
  0% {
    opacity: 0;
  }
  89.99% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  99.99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes count0 {
  0% {
    opacity: 0;
  }
  99.99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes count0 {
  0% {
    opacity: 0;
  }
  99.99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .sp1 {
  font-size: 18.6px;
}
/*# sourceMappingURL=../maps/healthcare.css.map */
