@charset "UTF-8";
.l-headerTop {
  background-color: #e20057;
}

.l-headerTop_navi_home {
  fill: #fff;
}

.l-header_storeBtn {
  background-color: #e20057;
  border-left-color: #e20057;
}

.l-header_menuBtn {
  background-color: #e20057;
}

.l-headerBtm_navi > li.-cart {
  color: #e20057;
}

.l-spNavi_header {
  border-bottom-color: #e20057;
}

.l-spNavi_list li a:before {
  background-color: #e20057;
}

.l-spNavi_list li a.is-active {
  background-color: rgba(226, 0, 87, 0.1);
  color: #e20057;
}

.l-spNavi_list li .trigger:before,
.l-spNavi_list li .trigger:after {
  background-color: #e20057;
}

.l-spNavi_close {
  border-color: #e20057;
}

.l-spNavi_close:before {
  background-color: #e20057;
}

.l-bottomNavi_home {
  fill: #e20057;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #d5ac40;
  border: 2px solid #FFF;
  border-radius: 50%;
}

.slick-prev {
  left: 10px;
  background: #d5ac40 url(../img/common/slide_arrL.png) no-repeat center center;
  background-size: 20% auto;
  z-index: 500;
}

[dir='rtl'] .slick-prev {
  right: 10px;
  left: auto;
}

.slick-prev:before {
  content: '�ｽ';
}

[dir='rtl'] .slick-prev:before {
  content: '';
}

.slick-next {
  right: 10px;
  background: #d5ac40 url(../img/common/slide_arrR.png) no-repeat center center;
  background-size: 20% auto;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
}

[dir='rtl'] .slick-next:before {
  content: '�ｽ';
}

/* Dots */
.slick-slider {
  margin-bottom: 40px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #999999;
  content: '';
  text-align: center;
  border-radius: 50%;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
  background: #666666;
}

.l-inner.-w868 {
  max-width: 868px;
}

sup {
  vertical-align: super;
  font-size: 60%;
  margin-left: 0.1em;
  margin-right: 0.2em;
}

.l-inner.-w830 {
  max-width: 870px;
}

.c-about_body {
  position: relative;
  background-color: #fff;
  font-weight: bold;
}

.c-about_ttl {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  position: absolute;
  background-color: #1d2088;
}

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

.c-benefits_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: url(../img/common/benefits_bg_pc.jpg) no-repeat center center/cover;
}

.c-benefits_text .large {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  line-height: 1.2;
  font-weight: bold;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.3em, #e19641), color-stop(0.3em, transparent));
  background: linear-gradient(to top, #e19641 0.3em, transparent 0.3em);
}

.c-benefits_ttl {
  color: #1d2088;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.c-benefits_ttl span {
  display: inline-block;
  border-bottom: 2px solid #1d2088;
}

.c-benefits_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-benefits_list > li {
  background-color: #fff;
  border: 2px solid #1d2088;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #1d2088;
  line-height: 1.2;
}

.c-benefits_list span {
  display: block;
}

.c-box-brackets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-box-brackets:before, .c-box-brackets:after {
  content: "";
  display: block;
  border: 1px solid #000;
}

.c-box-brackets:before {
  border-right: none;
}

.c-box-brackets::after {
  border-left: none;
}

.c-box-brackets_content {
  line-height: 1.25;
}

.c-box-brackets_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-box-brackets_list .text {
  margin-right: 0.4em;
}

.c-box-brackets_list .dots {
  background: url(../img/common/bg_dot.png) repeat-x right center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-box-brackets_list .weight {
  width: 5em;
  margin-left: 0.4em;
}

.c-box-brackets_list.-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-box-rounded {
  border: 2px solid #e85205;
  background-color: #fff;
}

.c-box-rounded_ttl {
  text-align: center;
  font-weight: bold;
  background-color: #e85205;
  line-height: 1.4;
  color: #fff;
}

.c-box-rounded_ttl.-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-box-rounded_ttl .icon {
  display: block;
}

.c-box-rounded-red {
  border: 2px solid #b5000b;
  border-radius: 10px;
  background-color: #fff;
}

.c-boxShadow {
  background-color: #fff;
  border: 2px solid #1d2088;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 50px;
  line-height: 1.4;
  text-align: center;
  outline: none;
  font-weight: bold;
  position: relative;
  width: 100%;
  background-image: linear-gradient(146deg, #eaebeb 0%, #c4c4c4 22%, #727171 51%, #a2a2a2 81%, #bababa 90%, #d1d1d2 100%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

.c-btn:hover {
  opacity: 0.7;
}

.c-btn.-red {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ae010d), color-stop(#c92b37), color-stop(#da1e2d), color-stop(#ca292c), to(#b70412));
  background-image: linear-gradient(to top, #ae010d, #c92b37, #da1e2d, #ca292c, #b70412);
}

.c-btn.-arrow:after {
  content: "";
  background: url("/brand/common/img/icon/ico_arrow_circle01_wt.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  border-radius: 50%;
}

.c-btn.-border {
  color: #333;
  border: 2px solid;
  background: #fff;
}

.c-btn.-border:after {
  background: #333 url("/brand/common/img/icon/ico_arrow01_wt.svg") no-repeat center center/6px auto;
}

.c-doctor {
  background-color: #fff;
  border: solid 2px #5c5c5c;
}

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

.c-doctor_name {
  font-weight: bold;
  line-height: 1.4;
  color: #5c5c5c;
}

.c-doctor_pos {
  line-height: 1.4;
}

.c-doctor_img {
  float: right;
}

.c-faq_list > h3 {
  font-weight: bold;
  color: #fff;
  background-color: #1d2088;
  line-height: 1.5;
}

.c-faq_list > div {
  background-color: #fff;
}

.c-imgW100 {
  max-width: none;
  width: 100%;
  display: block;
}

.c-img {
  text-align: center;
}

.c-img figcaption {
  text-align: right;
  line-height: 1.4;
  font-weight: bold;
}

.c-lineup_copy {
  font-weight: bold;
  line-height: 1.4;
}

.c-lineup_title {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.c-lineup_title .small {
  display: block;
}

.c-lineup_pkg img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-lineup .pkg1 {
  border-radius: 5% 5% 0 0;
}

.c-lineup.-red {
  background-color: #faddcc;
}

.c-lineup.-red .c-lineup_title {
  color: #b5000b;
}

.c-lineup.-blue {
  background-color: #d4edfa;
}

.c-lineup.-blue .c-lineup_title {
  color: #004ea2;
}

.c-link {
  text-decoration: underline;
  display: inline-block;
  margin-right: 0.4em;
}

.c-link[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 0.2em;
  background: url(/brand/sarasaty/img/common/ico_blank01_gr.svg) no-repeat center center;
}

.c-list-number {
  counter-reset: num;
}

.c-list-number li {
  position: relative;
  counter-increment: num;
  padding-left: 2em;
}

.c-list-number li::before {
  content: "( " counter(num) " )";
  position: absolute;
  top: 0;
  left: 0;
}

.c-list-memo > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.c-symptomsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-symptomsList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  background: url(../img/common/bg_for_symptoms.png) no-repeat center center/contain;
}

.c-listAtTimes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-listAtTimes_item {
  border: solid 3px #b5000b;
  background-color: #f9efef;
  height: 100%;
}

.c-listAtTimes_img {
  text-align: center;
}

.c-listAtTimes > li.credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.c-mv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-mv_inner.-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-mv_pkg img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-mv_title {
  font-weight: bold;
  line-height: 1.28;
  color: #fff;
}

.c-mv_title.-center {
  text-align: center;
}

.c-mv_title .small {
  display: block;
  text-indent: -0.6em;
}

.c-mv.-yellow .c-mv_title {
  color: #5c5c5c;
}

.c-naviPages a {
  display: block;
  font-weight: bold;
  color: #1d2088;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10%;
  position: relative;
  background-color: #d4edfa;
  line-height: 1.4;
}

.c-naviPages a:after {
  content: '';
  background: url(/brand/virtect/img/common/ico_arrow01_bl.svg) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-naviStore_ttl {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.c-naviStore_ttl:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  background: url(../img/common/icon01.png) no-repeat center center/contain;
}

.c-naviStore_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-naviStore_navi li {
  background: #fff;
}

.c-naviStore_navi a {
  display: block;
  border: 1px solid #ccc;
  padding: 2% 14% 2% 8%;
  position: relative;
  background-color: #fff;
}

.c-naviStore_navi a:after {
  content: '';
  height: 0;
  width: 0;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #666;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.c-naviContents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-naviContents_list li {
  width: 47.5%;
}

.c-naviContents_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-naviContents_img img {
  width: 100%;
  max-width: none;
}

.c-naviContents_ttl {
  font-weight: bold;
  line-height: 1.3;
}

.c-naviContents_body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.c-naviContents_body::after {
  content: '';
  display: block;
  position: absolute;
  background: #e85205 url(/brand/common/img/icon/ico_arrow01_wt.svg) no-repeat center center/6px auto;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

.c-naviContents_bnr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fcf7e7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #e85205;
  overflow: hidden;
}

.c-product-info {
  background-color: #f4f3f3;
}

.c-product-info > dt {
  position: relative;
}

.c-product-info .border {
  display: inline-block;
  border: 1px solid;
  line-height: 1.1;
  margin-left: 0.6em;
  margin-top: -0.6em;
}

.c-product {
  border: solid 2px #b5000b;
  overflow: hidden;
}

.c-product_pkg img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-product_pkg .pkg1 {
  border-radius: 5% 5% 0 0;
}

.c-recommend_pkg {
  border-radius: 5% 5% 0 0;
  overflow: hidden;
}

.c-recommend_ttl {
  font-weight: bold;
  line-height: 1.4;
  color: #b5000b;
}

.c-recommend_ttl_large {
  display: block;
}

.c-recommend_ttl_small {
  display: block;
}

.c-recommend_btn a {
  width: 100%;
}

.c-result-box_ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.c-result-box_ttl_small {
  display: inline-block;
  line-height: 1.1;
  color: #5c5c5c;
}

.-result01 .c-result-box_ttl_small {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.4em, #e85205), color-stop(0.4em, transparent));
  background: linear-gradient(to top, #e85205 0.4em, transparent 0.4em);
}

.-result03 .c-result-box_ttl_small {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.4em, #e6b702), color-stop(0.4em, transparent));
  background: linear-gradient(to top, #e6b702 0.4em, transparent 0.4em);
}

.c-result-box_ttl_large {
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.-result01 .c-result-box_ttl_large {
  color: #e85205;
}

.-result03 .c-result-box_ttl_large {
  color: #e6b702;
}

.c-result-box_ttl_large:before, .c-result-box_ttl_large:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-result-box_ttl_large:before {
  margin-right: 0.4rem;
}

.-result01 .c-result-box_ttl_large:before {
  background-image: url(../img/check/result_ico01.png);
}

.-result02 .c-result-box_ttl_large:before {
  background-image: url(../img/check/result_ico02a.png);
}

.-result03 .c-result-box_ttl_large:before {
  background-image: url(../img/check/result_ico03.png);
}

.c-result-box_ttl_large::after {
  margin-left: 0.4rem;
}

.-result01 .c-result-box_ttl_large::after {
  background-image: url(../img/check/result_ico01.png);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.-result02 .c-result-box_ttl_large::after {
  background-image: url(../img/check/result_ico02b.png);
}

.-result03 .c-result-box_ttl_large::after {
  background-image: url(../img/check/result_ico03.png);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.c-section-product {
  padding-bottom: 20px;
}

.c-table {
  width: 100%;
  border-right: solid 1px #dcdcdc;
  border-top: solid 1px #dcdcdc;
  table-layout: fixed;
  line-height: 1.4;
  text-align: center;
}

.c-table thead {
  background-color: #f4f3f3;
}

.c-table th {
  font-weight: bold;
}

.c-table th,
.c-table td {
  border-left: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  vertical-align: middle;
}

ruby {
  ruby-align: center;
}

.c-text-memo {
  text-indent: -1em;
  padding-left: 1em;
}

.c-text-arrow {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-text-arrow .bg {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 0.4em;
  padding-right: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.c-text-arrow:before, .c-text-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.c-textRuby {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}

.c-textRuby rt {
  font-size: 0.7rem;
}

.c-title {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  color: #888b8c;
  background-color: #fff;
  border: 2px solid #888b8c;
}

.c-title02 {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-title02 .bg {
  background-color: #b5000b;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 2rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.c-title02:before, .c-title02:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.c-title03 {
  font-weight: normal;
}

.c-titleCenter {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.c-titleBorderBottom {
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #5c5c5c;
  color: #5c5c5c;
}

.c-titleBorderCenter {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border-bottom: 2px solid #e85205;
  color: #e85205;
}

.c-titleCenterLine {
  color: #e20057;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-titleCenterLine:after {
  content: "";
  display: block;
  background-color: #e20057;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1em;
}

.c-titleCenterLine:before {
  content: "";
  display: block;
  background-color: #e20057;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 1em;
}

.c-titleSlash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-weight: bold;
  color: #5c5c5c;
}

.c-titleSlash:before, .c-titleSlash:after {
  content: "";
  display: block;
  background-color: #e20057;
}

.c-titleSlash:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: 0.7em;
  margin-top: 0.1em;
}

.c-titleSlash::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 0.3em;
  margin-top: 0.1em;
}

.c-titleSlash.-blue {
  color: #1d2088;
}

.c-titleSlash.-blue:before, .c-titleSlash.-blue:after {
  background-color: #1d2088;
}

.c-titleArrow {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #1d2088;
  position: relative;
}

.c-titleArrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #d4edfa transparent transparent transparent;
  z-index: -1;
}

.c-titleArrow.-white {
  background-color: #fff;
}

.c-titleArrow.-white:before {
  border-top-color: #fff;
}

.c-titleBalloon {
  border-radius: 200px;
  background-color: #eee;
  font-weight: bold;
  line-height: 1.59;
  text-align: center;
  color: #5c5c5c;
  position: relative;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.c-titleBalloon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
}

.c-titleBalloon.-white {
  background-color: #fff;
}

.c-titleBalloon.-white:before {
  border-top-color: #fff;
}

.c-titleBorderIcon {
  color: #e85205;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.c-titleBorderIcon .line {
  display: inline-block;
  border-bottom: 2px solid #e85205;
}

.c-titleBorderIcon .line:after {
  content: "";
  display: inline-block;
  background: url(../img/common/ico_pencil_or.png) no-repeat center bottom/contain;
}

.c-titleBorderInline {
  color: #b5000b;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.c-titleBorderInline .line {
  display: inline-block;
  border-bottom: 2px solid #b5000b;
}

.u-bgBeige {
  background-color: #fcf7e7;
}

.u-bgLblue {
  background-color: #d4edfa;
}

.u-bgLred {
  background-color: #f9efef;
}

.u-textOrange {
  color: #e85205 !important;
}

.u-textBlue {
  color: #004ea2 !important;
}

.u-textRed {
  color: #b5000b !important;
}

.u-textBold {
  font-weight: bold !important;
}

.u-width500 {
  max-width: 500px;
}

@media print, screen and (min-width: 768px) {
  .l-headerBtm_navi > li > a:hover:before, .l-headerBtm_navi > li > a:active:before, .l-headerBtm_navi > li > a.is-active:before, .l-headerBtm_navi > li .trigger:hover:before, .l-headerBtm_navi > li .trigger:active:before, .l-headerBtm_navi > li .trigger.is-active:before {
    background-color: #e20057;
  }
  .l-header_navi_cart {
    fill: #e20057;
  }
  .l-footerRelation_ttl {
    color: #e20057;
  }
  .l-footerRelation_ttl:before, .l-footerRelation_ttl:after {
    background-color: #e20057;
  }
  .l-footerRelation_navi_qa {
    background-color: #e20057;
  }
  .l-share_navi dt {
    background-color: #f0f0f0;
    color: #000;
  }
  body {
    font-size: 1.8rem;
  }
  .l-headerBtm_logo {
    width: 223px;
  }
  .l-headerTop {
    font-size: 1.5rem;
  }
  .l-headerBtm_navi > li > a,
  .l-headerBtm_navi > li .trigger {
    font-size: 1.6rem;
  }
  .l-footerColumns {
    padding-top: 24px;
    padding-bottom: 40px;
    margin-bottom: 54px;
    background-color: #fff;
  }
  .l-footerColumns .l-share {
    margin-top: 0;
    margin-bottom: 0;
  }
  .l-footerColumns .l-bottomNavi {
    background-color: transparent;
  }
  .c-about {
    padding-top: 8rem;
    padding-bottom: 8rem;
    margin-bottom: 4rem;
  }
  .c-about_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-about_body {
    -webkit-box-shadow: 4px 4px 0 #004ea2;
            box-shadow: 4px 4px 0 #004ea2;
    padding: 50px 30px 25px;
    width: 440px;
    margin-top: 2rem;
  }
  .c-about_ttl {
    padding: 11px 10px;
    font-size: 2.8rem;
    left: 30px;
    top: -40px;
  }
  .c-about_img {
    width: 360px;
  }
  .c-about_txt1 {
    margin-bottom: 4rem;
  }
  .c-benefits {
    margin-top: 7.6rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .c-benefits_box {
    padding: 6rem 98px 7rem;
    background: url(../img/common/benefits_bdr01_pc.png) no-repeat center top, url(../img/common/benefits_bdr03_pc.png) no-repeat center bottom, url(../img/common/benefits_bdr02_pc.png) repeat-y center top;
  }
  .c-benefits_text {
    height: 380px;
    font-size: 2.9rem;
    padding-bottom: 3rem;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 30px #fff, 0 0 30px #fff;
  }
  .c-benefits_text .large {
    font-size: 5.4rem;
  }
  .c-benefits_ttl {
    font-size: 3.2rem;
    margin-bottom: 4rem;
    margin-top: 5rem;
  }
  .c-benefits_ttl span {
    border-width: 3px;
    padding-bottom: 0.8rem;
  }
  .c-benefits_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-benefits_list > li {
    border-width: 3px;
    width: 140px;
    height: 140px;
    font-size: 2.6rem;
    margin: 8px 10px;
  }
  .c-benefits_list span {
    font-size: 1.6rem;
  }
  .c-box-brackets {
    margin-top: 13px;
    padding: 0 8px;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .c-box-brackets:before, .c-box-brackets:after {
    width: 18px;
  }
  .c-box-brackets_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 16px 52px 9px 13px;
  }
  .c-box-brackets_list {
    width: 416px;
  }
  .c-box-brackets_list.-col2 {
    width: 540px;
  }
  .c-box-brackets_list.-col2 > li {
    width: 237px;
  }
  .c-box-brackets_list.-col2 > li:nth-child(even) {
    margin-left: 60px;
  }
  .c-box-rounded {
    border-radius: 10px;
  }
  .c-box-rounded + .c-box-rounded {
    margin-top: 6rem;
  }
  .c-box-rounded_ttl {
    font-size: 2.6rem;
    padding: 17px 10px;
    border-radius: 8px 8px 0 0;
  }
  .c-box-rounded_ttl .icon.-check {
    width: 96px;
    margin: -3rem -90px 0 -5px;
  }
  .c-box {
    padding: 30px 30px;
  }
  .c-boxShadow {
    -webkit-box-shadow: 8px 8px 0 #1d2088;
            box-shadow: 8px 8px 0 #1d2088;
    margin-right: 8px;
  }
  .c-btn {
    max-width: 460px;
    height: 84px;
    padding: 5px 30px 5px 10px;
    font-size: 3rem;
    -webkit-box-shadow: 4.2px 4.2px 24.6px 2.4px rgba(61, 62, 62, 0.2);
            box-shadow: 4.2px 4.2px 24.6px 2.4px rgba(61, 62, 62, 0.2);
  }
  .c-btn.-arrow:after {
    width: 22px;
    height: 22px;
  }
  .c-btn-area {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-btn-area .c-btn {
    margin-left: 0;
    margin-right: 0;
  }
  .c-btn-area .c-btn + .c-btn {
    margin-left: 40px;
  }
  .c-doctor {
    padding: 40px 50px 50px;
    border-radius: 10px;
    margin-top: 5.6rem;
  }
  .c-doctor_name {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
    width: 430px;
    float: left;
  }
  .c-doctor_pos {
    margin-bottom: 1rem;
    width: 430px;
    float: left;
  }
  .c-doctor_text {
    margin-bottom: 1rem;
    width: 430px;
    float: left;
  }
  .c-doctor_note {
    font-size: 1.4rem;
    width: 430px;
    float: left;
  }
  .c-faq {
    margin-top: 9rem;
  }
  .c-faq_list {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .c-faq_list > h3 {
    padding: 20px 30px 20px 2.5em;
    text-indent: -1em;
    font-size: 2.5rem;
  }
  .c-faq_list > div {
    padding: 20px 36px;
  }
  .c-faq_list > div + h3 {
    margin-top: 3rem;
  }
  .c-img figcaption {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
  .c-lineup {
    padding-top: 84px;
    padding-bottom: 90px;
  }
  .c-lineup_inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .c-lineup_copy {
    font-size: 2.5rem;
    margin-bottom: 12px;
  }
  .c-lineup .ttlarea {
    width: 440px;
    float: right;
  }
  .c-lineup_title {
    display: inline-block;
    font-size: 4.8rem;
    margin-left: -0.6em;
  }
  .c-lineup_title .small {
    font-size: 1.6rem;
  }
  .c-lineup_pkg {
    width: 452px;
    float: left;
  }
  .c-lineup_pkg img {
    -webkit-box-shadow: 6.9px 9.8px 21.6px 2.4px rgba(137, 137, 137, 0.38);
            box-shadow: 6.9px 9.8px 21.6px 2.4px rgba(137, 137, 137, 0.38);
  }
  .c-lineup .pkg1 {
    border-radius: 20px 20px 0 0;
  }
  .c-lineup_list {
    margin-top: 25px;
    width: 440px;
    float: right;
  }
  .c-lineup .c-btn-area {
    padding-left: 14px;
    padding-right: 14px;
  }
  .c-symptomsList {
    margin-bottom: 3rem;
  }
  .c-symptomsList > li {
    width: 190px;
    height: 190px;
    font-size: 2.6rem;
  }
  .c-symptomsList > li:nth-child(n + 5) {
    margin-top: 10px;
  }
  .c-listAtTimes {
    margin-bottom: 5rem;
  }
  .c-listAtTimes_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    padding: 20px 25px 20px 30px;
  }
  .c-listAtTimes_img {
    width: 106px;
    margin-right: 17px;
  }
  .c-listAtTimes_txt {
    width: 230px;
  }
  .c-listAtTimes > li {
    width: 48.5%;
  }
  .c-listAtTimes > li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .c-listAtTimes > li.credit {
    font-size: 1.6rem;
  }
  .c-mv_inner {
    height: 380px;
    margin-bottom: 96px;
  }
  .c-mv_pkg {
    width: 344px;
  }
  .c-mv_pkg .pkg2 {
    width: 337px;
  }
  .c-mv_title {
    font-size: 5.3rem;
    margin-left: 70px;
    padding-right: 34px;
  }
  .c-mv_title .small {
    font-size: 1.9rem;
    margin-top: 10px;
  }
  .c-mv.-yellow {
    background: url(../img/common/mv_bg_pc.jpg) no-repeat center center/cover;
  }
  .c-mv.-yellow .c-mv_inner {
    height: 240px;
  }
  .c-mv.-yellow .c-mv_title {
    font-size: 4.4rem;
    margin-left: 40px;
  }
  .c-naviPages {
    margin-bottom: 4rem;
    margin-top: 5rem;
    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;
  }
  .c-naviPages > li {
    width: 410px;
  }
  .c-naviPages > li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .c-naviPages a {
    font-size: 2rem;
    height: 117px;
    padding: 20px 30px;
  }
  .c-naviPages a .small {
    font-size: 1.7rem;
    margin-bottom: 0.2rem;
  }
  .c-naviPages a:after {
    width: 16px;
    height: 29px;
    right: 26px;
  }
  .c-naviStore {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-naviStore_ttl {
    font-size: 3rem;
    margin-bottom: 2.6rem;
  }
  .c-naviStore_ttl:before {
    width: 40px;
    height: 35px;
  }
  .c-naviStore_navi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-naviStore_navi li {
    margin: 0 10px;
    width: 240px;
  }
  .c-naviStore_navi a {
    padding: 2px 28px 2px 20px;
  }
  .c-naviStore_navi a:after {
    border-left: 7px solid #666;
  }
  .c-naviContents {
    padding-top: 9rem;
    padding-bottom: 12rem;
  }
  .c-naviContents_list li {
    width: 50%;
  }
  .c-naviContents_list li:nth-child(even) {
    border-left: none;
  }
  .c-naviContents_list li:nth-child(n + 3) {
    border-top: none;
  }
  .c-naviContents_img {
    width: 120px;
    overflow: hidden;
    margin-right: 16px;
  }
  .c-naviContents_img img {
    height: 136px;
    width: auto;
    max-width: none;
  }
  .c-naviContents_img img.check {
    margin-left: -10px;
  }
  .c-naviContents_ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
  .c-naviContents_body {
    padding-right: 20px;
    letter-spacing: -0.05em;
  }
  .c-naviContents_body::after {
    width: 22px;
    height: 22px;
    right: 24px;
  }
  .c-naviContents_bnr {
    -webkit-box-shadow: 3px 3px 20px 0 rgba(137, 137, 137, 0.38);
            box-shadow: 3px 3px 20px 0 rgba(137, 137, 137, 0.38);
    max-width: 484px;
    border-radius: 10px;
  }
  .c-product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.5;
    padding: 16px 5px 16px 19px;
    font-size: 1.6rem;
    letter-spacing: -0.05em;
  }
  .c-product-info > dt {
    width: 6em;
    padding-right: 1em;
  }
  .c-product-info > dt::after {
    content: ":";
    position: absolute;
    right: 0.5em;
  }
  .c-product-info > dd {
    width: calc(100% - 8em);
  }
  .c-product-info > dt:nth-child(n + 3),
  .c-product-info > dd:nth-child(n + 3) {
    margin-top: 0.8em;
  }
  .c-product-info .border {
    padding: 0.4em 0.3em 0.3em;
  }
  .c-product {
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
  }
  .c-product_pkg {
    width: 525px;
    margin: 0 auto 31px;
  }
  .c-product_pkg img {
    -webkit-box-shadow: 6.9px 9.8px 21.6px 2.4px rgba(137, 137, 137, 0.38);
            box-shadow: 6.9px 9.8px 21.6px 2.4px rgba(137, 137, 137, 0.38);
  }
  .c-product_pkg .pkg2 {
    width: 454px;
  }
  .c-product_list {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
  }
  .c-product_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-product_btns > li {
    width: 350px;
  }
  .c-product .ec {
    margin-top: 5.6rem;
    margin-bottom: -40px;
    margin-left: -40px;
    margin-right: -40px;
  }
  .c-recommend {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-recommend_box {
    padding: 45px 55px;
  }
  .c-recommend_box:after {
    content: '';
    display: block;
    clear: both;
  }
  .c-recommend_pkg {
    width: 320px;
    float: left;
    -webkit-box-shadow: 6.9px 9.8px 21.6px 2.4px rgba(137, 137, 137, 0.38);
            box-shadow: 6.9px 9.8px 21.6px 2.4px rgba(137, 137, 137, 0.38);
  }
  .c-recommend_ttl {
    width: 364px;
    float: right;
    margin-top: 1.8rem;
    margin-bottom: 2.6rem;
  }
  .c-recommend_ttl_large {
    font-size: 4.8rem;
  }
  .c-recommend_ttl_small {
    font-size: 1.5rem;
  }
  .c-recommend_btn {
    width: 364px;
    float: right;
  }
  .c-result {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-result-box {
    padding: 0 50px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-result-box_ttl {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 3rem;
    margin-bottom: 3.4rem;
  }
  .c-result-box_ttl_small {
    font-size: 1.8rem;
  }
  .c-result-box_ttl_large {
    font-size: 3.4rem;
    margin-top: 0.4rem;
  }
  .c-result-box_ttl_large:before, .c-result-box_ttl_large:after {
    width: 45px;
    height: 60px;
  }
  .c-result-box_img {
    width: 220px;
    margin-right: -40px;
    margin-top: -3rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-result-box_txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 540px;
  }
  .c-table {
    margin-top: 19px;
  }
  .c-table th {
    padding: 12px 5px;
    font-size: 2.4rem;
  }
  .c-table td {
    padding: 17px 5px;
  }
  .c-text + .c-text {
    margin-top: 2em;
  }
  .c-title + .c-text {
    margin-top: 40px;
  }
  .c-text-memo {
    font-size: 1.6rem;
    margin-top: 14px;
  }
  .c-text-arrow {
    font-size: 2.6rem;
    margin-bottom: 1.4rem;
  }
  .c-text-arrow:before, .c-text-arrow:after {
    border-top: 3.5rem solid transparent;
    border-bottom: 3.5rem solid transparent;
  }
  .c-text-arrow:before {
    border-right: 20px solid #fff;
  }
  .c-text-arrow:after {
    border-left: 20px solid #fff;
  }
  .c-title {
    font-size: 3.6rem;
    -webkit-box-shadow: 8px 8px 0 #888b8c;
            box-shadow: 8px 8px 0 #888b8c;
    padding: 18px 10px 14px;
    margin-right: 8px;
  }
  .c-title02 {
    font-size: 2.6rem;
    margin-top: 55px;
    margin-bottom: 2.6rem;
  }
  .c-title02:before, .c-title02:after {
    border-top: 3.5rem solid transparent;
    border-bottom: 3.5rem solid transparent;
  }
  .c-title02:before {
    border-right: 40px solid #b5000b;
  }
  .c-title02:after {
    border-left: 40px solid #b5000b;
  }
  .c-title03 {
    margin-top: 30px;
  }
  .c-titleCenter {
    font-size: 2.6rem;
    margin-bottom: 4.5rem;
  }
  .c-titleBorderBottom {
    font-size: 3rem;
    margin-bottom: 2.4rem;
    padding-bottom: 1.2rem;
    border-width: 4px;
  }
  .c-titleBorderCenter {
    font-size: 3.1rem;
    margin-top: 3.5rem;
    margin-bottom: 3rem;
    padding-bottom: 1.4rem;
    border-width: 5px;
  }
  .c-titleCenterLine {
    font-size: 3rem;
    margin-bottom: 4rem;
    letter-spacing: 0.05em;
  }
  .c-titleCenterLine:after {
    height: 4px;
  }
  .c-titleCenterLine:before {
    height: 4px;
  }
  .c-titleSlash {
    font-size: 3.4rem;
    margin-bottom: 3rem;
  }
  .c-titleSlash:before, .c-titleSlash:after {
    width: 2px;
    height: 1em;
  }
  .c-titleArrow {
    padding: 20px 10px 40px;
    margin-bottom: 2.5rem;
    font-size: 3rem;
    margin-top: 4rem;
  }
  .c-titleArrow:before {
    border-width: 96px 75px 0 75px;
  }
  .c-titleBalloon {
    padding: 30px 40px;
    margin-bottom: 5rem;
    font-size: 3rem;
  }
  .c-titleBalloon:before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 28px solid #eee;
    bottom: -25px;
  }
  .c-titleBorderIcon {
    font-size: 3.4rem;
    margin-bottom: 4rem;
    margin-top: 6.6rem;
  }
  .c-titleBorderIcon .line {
    border-width: 3px;
  }
  .c-titleBorderIcon .line:after {
    width: 3.5rem;
    height: 5.2rem;
    margin-left: 2.5rem;
    margin-right: -1rem;
    vertical-align: middle;
  }
  .c-titleBorderInline {
    font-size: 3.4rem;
    margin-bottom: 4rem;
  }
  .c-titleBorderInline .line {
    border-width: 3px;
  }
  .c-unitPcCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-unitPcCol2.-alignEnd {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-unitPcCol2.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-unitPcCol2 .w50 {
    width: 50%;
  }
  .c-unitPcCol2 .w45 {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .l-footerRelation_ttl {
    color: #0080cc;
  }
  .l-footerRelation_navi_qa {
    background-color: #e20057;
  }
  .l-footerRelation_navi_ttl {
    color: #e20057;
  }
  .l-footerRelation_navi a:after {
    background-color: #e20057;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.76;
  }
  .l-headerBtm_logo {
    width: 73px;
  }
  .l-headerBtm_logo a {
    margin-top: 3px;
  }
  .l-headerBtm_logo > .l-headerBtm_logo_copy {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .l-footerColumns .l-bottomNavi {
    background-color: #fff;
  }
  .c-about {
    padding-top: 7rem;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
  }
  .c-about_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-about_body {
    padding: 35px 20px 20px;
    -webkit-box-shadow: 8px 8px 0 -5px #004ea2;
            box-shadow: 8px 8px 0 -5px #004ea2;
    font-size: 1.4rem;
  }
  .c-about_ttl {
    font-size: 1.8rem;
    padding: 8px 10px;
    left: 20px;
    top: -20px;
  }
  .c-about_img {
    margin-top: 1rem;
  }
  .c-about_txt1 {
    margin-bottom: 4rem;
  }
  .c-benefits {
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-benefits_box {
    background: url(../img/common/benefits_bdr01_sp.png) no-repeat center top/100% auto, url(../img/common/benefits_bdr03_sp.png) no-repeat center bottom/100% auto, url(../img/common/benefits_bdr02_sp.png) repeat-y center top/100% auto;
    padding: 10% 7%;
  }
  .c-benefits_text {
    height: 53.3333vw;
    font-size: 4.2666vw;
    padding-bottom: 4.8vw;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 30px #fff, 0 0 30px #fff;
  }
  .c-benefits_text .large {
    font-size: 7.2vw;
  }
  .c-benefits_ttl {
    font-size: 1.9rem;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
  }
  .c-benefits_list {
    padding-left: 3%;
  }
  .c-benefits_list > li {
    width: 21.3333vw;
    height: 21.3333vw;
    font-size: 4vw;
  }
  .c-benefits_list > li:not(:nth-child(3n)) {
    margin-right: 4.2666vw;
  }
  .c-benefits_list > li:nth-child(n + 4) {
    margin-top: 2.6666vw;
  }
  .c-benefits_list span {
    font-size: 2.4vw;
  }
  .c-box-brackets {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-box-brackets:before, .c-box-brackets:after {
    width: 9px;
  }
  .c-box-brackets_content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 6px 2px 8px 7px;
  }
  .c-box-brackets_list.-col2 + p {
    text-align: right;
    padding-right: 19px;
  }
  .c-box-brackets_list.-col2 > li {
    width: 50%;
  }
  .c-box-brackets_list.-col2 > li .weight {
    width: 3.5em;
  }
  .c-box-rounded {
    border-radius: 5px;
  }
  .c-box-rounded + .c-box-rounded {
    margin-top: 2rem;
  }
  .c-box-rounded_ttl {
    font-size: 2.2rem;
    padding: 0.7rem 10px;
    border-radius: 2px 2px 0 0;
  }
  .c-box-rounded_ttl .icon.-check {
    width: 60px;
    margin: -2rem -55px 0 -5px;
  }
  .c-box {
    padding: 15px 25px;
  }
  .c-boxShadow {
    -webkit-box-shadow: 4px 4px 0 #1d2088;
            box-shadow: 4px 4px 0 #1d2088;
    padding: 30px 20px;
    border-width: 1px;
  }
  .c-btn {
    max-width: 310px;
    height: 60px;
    font-size: 1.8rem;
    padding: 5px 30px 5px 10px;
    -webkit-box-shadow: 2px 2px 6px 2.4px rgba(61, 62, 62, 0.2);
            box-shadow: 2px 2px 6px 2.4px rgba(61, 62, 62, 0.2);
  }
  .c-btn.-yellow {
    font-size: 4vw;
    background: #f9bc2d;
    padding-right: 6px;
    padding-left: 0;
    height: 60px !important;
  }
  .c-btn.-yellow::after {
    right: 5px;
    width: 12px !important;
    height: 12px !important;
  }
  .c-btn.-arrow:after {
    width: 16px;
    height: 16px;
  }
  .c-btn.-border {
    border-width: 1px;
  }
  .c-btn.-border:after {
    background-size: 4px auto;
  }
  .c-btn-area {
    margin-top: 6.6666vw;
  }
  .c-btn-area > * + * {
    margin-top: 20px;
  }
  .c-doctor {
    border-radius: 5px;
    margin-top: 3rem;
    padding: 30px 15px;
  }
  .c-doctor_name {
    font-size: 1.9rem;
    margin-bottom: 1.4rem;
  }
  .c-doctor_pos {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .c-doctor_text {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .c-doctor_img {
    width: 105px;
  }
  .c-doctor_note {
    font-size: 1rem;
    clear: both;
  }
  .c-faq {
    margin-top: 5rem;
  }
  .c-faq_list {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-faq_list > h3 {
    padding: 12px 10px 12px 2.5em;
    text-indent: -1em;
    font-size: 1.4rem;
  }
  .c-faq_list > div {
    padding: 18px 20px;
  }
  .c-faq_list > div + h3 {
    margin-top: 2rem;
  }
  .c-img figcaption {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
  .c-lineup {
    padding-top: 6vw;
    padding-bottom: 11.0666vw;
  }
  .c-lineup_copy {
    text-align: center;
    font-size: 1.7rem;
  }
  .c-lineup_title {
    font-size: 3rem;
    margin-top: 3.4666vw;
  }
  .c-lineup_title .small {
    font-size: 1.2rem;
  }
  .c-lineup_pkg {
    margin-top: 2.1333vw;
  }
  .c-lineup_pkg img {
    -webkit-box-shadow: 4px 5px 10px 1px rgba(137, 137, 137, 0.38);
            box-shadow: 4px 5px 10px 1px rgba(137, 137, 137, 0.38);
  }
  .c-lineup .pkg1 {
    width: 81%;
  }
  .c-lineup .pkg2 {
    width: 75%;
  }
  .c-lineup_list {
    margin-top: 5.3333vw;
  }
  .c-symptomsList {
    padding-left: 5.8666vw;
    padding-right: 5.8666vw;
    margin-bottom: 2rem;
  }
  .c-symptomsList > li {
    width: 36.5333vw;
    height: 36.5333vw;
    font-size: 5.0666vw;
  }
  .c-symptomsList > li:nth-child(n + 3) {
    margin-top: 2.9333vw;
  }
  .c-listAtTimes {
    margin-bottom: 3.5rem;
  }
  .c-listAtTimes_item {
    border-radius: 5px;
    border-width: 2px;
    padding: 16px 12px;
    min-height: 226px;
  }
  .c-listAtTimes_img {
    margin-bottom: 15px;
  }
  .c-listAtTimes > li {
    width: 47.6%;
  }
  .c-listAtTimes > li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .c-listAtTimes > li.credit {
    font-size: 1rem;
  }
  .c-listAtTimes > li.credit p {
    margin-left: -10px;
  }
  .c-mv_inner {
    height: 45.3333vw;
    margin-bottom: 10.6666vw;
    padding-right: 0;
    padding-left: 10px;
  }
  .c-mv_pkg {
    width: 45%;
  }
  .c-mv_pkg .pkg2 {
    width: 95%;
  }
  .c-mv_title {
    margin-left: 4%;
    font-size: 2.8rem;
  }
  .c-mv_title .small {
    font-size: 1rem;
    margin-top: 1.3333vw;
  }
  .c-mv.-yellow {
    background: url(../img/common/mv_bg_sp.jpg) no-repeat center center/cover;
  }
  .c-mv.-yellow .c-mv_inner {
    height: 140px;
  }
  .c-mv.-yellow .c-mv_title {
    font-size: 2.5rem;
    margin-left: 20px;
  }
  .c-naviPages {
    margin-bottom: 4rem;
    margin-top: 3rem;
  }
  .c-naviPages li + li {
    margin-top: 5px;
  }
  .c-naviPages a {
    font-size: 1.8rem;
    padding: 18px 30px;
  }
  .c-naviPages a .small {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }
  .c-naviPages a:after {
    font-size: 2rem;
    width: 10px;
    height: 17px;
    right: 20px;
  }
  .c-naviStore {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-naviStore_ttl {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
  .c-naviStore_ttl:before {
    width: 28px;
    height: 25px;
  }
  .c-naviStore_navi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-naviStore_navi li {
    width: 49%;
  }
  .c-naviStore_navi li:nth-child(odd) {
    margin-right: 2%;
  }
  .c-naviStore_navi li:nth-child(n + 3) {
    margin-top: 8px;
  }
  .c-naviContents {
    padding-top: 4rem;
    padding-bottom: 7.5rem;
  }
  .c-naviContents_list li:nth-child(even) {
    margin-left: 5%;
  }
  .c-naviContents_list li:nth-child(n + 3) {
    margin-top: 2%;
  }
  .c-naviContents_img {
    width: 27.01493%;
    margin-right: 12px;
  }
  .c-naviContents_ttl {
    font-size: 1.3rem;
  }
  .c-naviContents_body {
    padding: 12px 36px 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-naviContents_body::after {
    width: 16px;
    height: 16px;
    right: 16px;
    background-size: 5px auto;
  }
  .c-naviContents_bnr {
    -webkit-box-shadow: 4px 5px 11px 1px rgba(137, 137, 137, 0.38);
            box-shadow: 4px 5px 11px 1px rgba(137, 137, 137, 0.38);
    border-radius: 5px;
    border-width: 2px;
  }
  .c-naviContents_bnr.-spStyle {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .c-naviContents_bnr.-spStyle .c-naviContents_img {
    width: 100%;
    margin-right: 0;
  }
  .c-naviContents_bnr.-spStyle .c-naviContents_ttl {
    font-weight: bold;
    letter-spacing: -0.05em;
    font-size: 1.4rem;
  }
  .c-naviContents_bnr.-spStyle .c-naviContents_body {
    width: 100%;
    padding-right: 20px;
  }
  .c-naviContents_bnr.-spStyle .c-naviContents_body::after {
    right: 6px;
  }
  .c-product-info {
    line-height: 1.4;
    font-size: 1.4rem;
    padding: 14px 5px 14px 16px;
  }
  .c-product-info > dt {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .c-product-info > dd + dt {
    margin-top: 10px;
  }
  .c-product-info .border {
    padding: 0.2em 0.3em 0.1em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
  }
  .c-product {
    border-width: 1px;
    border-radius: 5px;
    margin-top: 6.6666vw;
    margin-bottom: 5.3333vw;
    padding: 7.2vw 6vw 8.5333vw;
  }
  .c-product_pkg {
    margin-bottom: 5.3333vw;
  }
  .c-product_pkg img {
    width: 87%;
    -webkit-box-shadow: 4px 5px 11px 1px rgba(137, 137, 137, 0.38);
            box-shadow: 4px 5px 11px 1px rgba(137, 137, 137, 0.38);
  }
  .c-product_pkg .pkg2 img {
    width: 82%;
  }
  .c-product_list {
    margin-bottom: 6.9333vw;
  }
  .c-product_btns > li + li {
    margin-top: 5.3333vw;
  }
  .c-product .ec {
    margin-top: 3rem;
  }
  .c-product .ec .c-naviStore {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-product .ec .c-naviStore_ttl {
    margin-left: -15px;
    margin-right: -20px;
  }
  .c-recommend {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-recommend_box {
    padding: 20px 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-recommend_pkg {
    width: 44.0625%;
    -webkit-box-shadow: 4px 5px 11px 1px rgba(137, 137, 137, 0.38);
            box-shadow: 4px 5px 11px 1px rgba(137, 137, 137, 0.38);
  }
  .c-recommend_ttl {
    margin-top: 5.8666vw;
  }
  .c-recommend_ttl_large {
    font-size: 7.6vw;
  }
  .c-recommend_ttl_small {
    font-size: 1.2rem;
  }
  .c-recommend_btn {
    width: 100%;
    margin-top: 1.5rem;
  }
  .c-result {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-result-box {
    padding: 0 20px 35px;
  }
  .c-result-box_ttl {
    padding-top: 1.6rem;
  }
  .c-result-box_ttl_small {
    font-size: 1.4rem;
  }
  .c-result-box_ttl_large {
    font-size: 2.7rem;
    margin-top: 0.4rem;
  }
  .c-result-box_ttl_large:before, .c-result-box_ttl_large:after {
    width: 35px;
    height: 46px;
  }
  .c-result-box_img {
    width: 204px;
    margin: 1rem auto 2.5rem;
  }
  .c-table {
    margin-top: 3.7333vw;
  }
  .c-table th {
    padding: 7px 5px;
    font-size: 1.4rem;
  }
  .c-table td {
    font-size: 1.2rem;
    padding: 9px 5px;
  }
  .c-text + .c-text {
    margin-top: 1em;
  }
  .c-title + .c-text {
    margin-top: 24px;
  }
  .c-text-arrow {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .c-text-arrow:before, .c-text-arrow:after {
    border-top: 1.6rem solid transparent;
    border-bottom: 1.6rem solid transparent;
  }
  .c-text-arrow:before {
    border-right: 8px solid #fff;
  }
  .c-text-arrow:after {
    border-left: 8px solid #fff;
  }
  .c-title {
    font-size: 2.1rem;
    -webkit-box-shadow: 4px 4px 0 #888b8c;
            box-shadow: 4px 4px 0 #888b8c;
    padding: 7px 10px 8px;
    border-width: 1px;
  }
  .c-title02 {
    font-size: 1.8rem;
    margin-top: 10.1333vw;
    margin-bottom: 1.8rem;
  }
  .c-title02:before, .c-title02:after {
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
  }
  .c-title02:before {
    border-right: 20px solid #b5000b;
  }
  .c-title02:after {
    border-left: 20px solid #b5000b;
  }
  .c-title03 {
    margin-top: 4vw;
  }
  .c-titleCenter {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
  .c-titleBorderBottom {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.4rem;
  }
  .c-titleBorderCenter {
    font-size: 1.9rem;
    margin-bottom: 2rem;
    padding-bottom: 0.4rem;
    margin-top: 2.8rem;
    letter-spacing: -0.05em;
  }
  .c-titleCenterLine {
    font-size: 2.3rem;
    margin-bottom: 2.5rem;
  }
  .c-titleCenterLine:after {
    height: 2px;
  }
  .c-titleCenterLine:before {
    height: 2px;
  }
  .c-titleSlash {
    font-size: 1.9rem;
    margin-bottom: 1.4rem;
  }
  .c-titleSlash:before, .c-titleSlash:after {
    width: 1px;
    height: 1em;
  }
  .c-titleArrow {
    padding: 10px 10px 18px;
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
  .c-titleArrow:before {
    border-width: 90px 60px 0 60px;
  }
  .c-titleBalloon {
    padding: 20px 30px;
    margin-bottom: 3rem;
    max-width: 300px;
    font-size: 1.9rem;
  }
  .c-titleBalloon.-w400 {
    max-width: 400px;
  }
  .c-titleBalloon:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #eee;
    bottom: -14px;
  }
  .c-titleBorderIcon {
    font-size: 1.9rem;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
  }
  .c-titleBorderIcon .line:after {
    width: 1.75rem;
    height: 2.6rem;
    margin-left: 0.7rem;
    margin-right: -0.7rem;
    vertical-align: bottom;
  }
  .c-titleBorderInline {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
}
