@charset "UTF-8";
main {
  /* 下層ページ */
  /* コンポーネント */
  /* ========================================
  * おすすめ商品
  ======================================== */
  /* ========================================
  * マージン指定
  ======================================== */
}
main ul li,
main ol li {
  font-size: 14px;
  line-height: 1.71;
}
@media all and (max-width: 767px) {
  main ul li,
  main ol li {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
main .u-alignL {
  text-align: left !important;
}
main .u-alignC {
  text-align: center !important;
}
main .u-alignR {
  text-align: right !important;
}
main .u-text-indent {
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 767px) {
  main .u-text-indent {
    padding-left: 0;
    text-indent: 0;
  }
}
@media all and (max-width: 767px) {
  main .container {
    min-width: 100%;
  }
}
main .p-sensya-lower__kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .p-sensya-lower__kv__text {
  padding: 20px;
  width: 730px;
  background-color: #59bfd4;
}
main .p-sensya-lower__kv__text .ttl-01 {
  padding: 50px 0;
  border: 4px solid #fff;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
}
main .p-sensya-lower__lead {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: center;
}
main .p-sensya-lower__lead__ttl {
  font-size: 26px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 40px;
}
main .p-sensya-lower__lead__ttl::before, main .p-sensya-lower__lead__ttl::after {
  display: inline-block;
  width: 11px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
main .p-sensya-lower__lead__ttl::before {
  left: -30px;
  background-image: url(../img/lead_drop_left_pc.png);
}
main .p-sensya-lower__lead__ttl::after {
  right: -25px;
  background-image: url(../img/lead_drop_right_pc.png);
}
main .p-sensya-lower__nav__inducement {
  width: 100%;
  height: 146px;
  background: url(../img/bg_lead_pc.png) no-repeat;
  background-size: cover;
}
main .p-sensya-lower__nav__inducement p {
  padding-top: 35px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
main .p-sensya-lower__nav__toc {
  position: relative;
  margin-top: 42px;
  padding: 0 100px 60px;
}
main .p-sensya-lower__nav__toc__ttl {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 80px;
  height: 36px;
  background-image: url(../img/bg_toc.png);
  background-size: contain;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
main .p-sensya-lower__nav__toc__list__wrap {
  width: 100%;
  padding: 45px 0;
  border: 1px solid #59bfd4;
  border-radius: 2px;
  background-color: #fff;
  text-align: center;
}
main .p-sensya-lower__nav__toc__list {
  list-style: none;
  counter-reset: list_count;
  display: inline-block;
  margin-left: -30px;
}
main .p-sensya-lower__nav__toc__list li {
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
main .p-sensya-lower__nav__toc__list li a {
  border-bottom: 1px solid #333;
}
main .p-sensya-lower__nav__toc__list li:last-of-type {
  margin-bottom: 0;
}
main .p-sensya-lower__nav__toc__list li::before {
  top: 6px;
  left: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #59bfd4;
  color: #fff;
  content: counter(list_count);
  counter-increment: list_count;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
}
main .p-sensya-lower__nav__toc__list li a {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
main .p-sensya-lower__sec__flow__graph {
  margin-bottom: 40px;
  width: 100%;
}
main .p-sensya-lower__sec__flow__graph.-plusone {
  margin-top: -25px;
}
main .p-sensya-lower__sec__flow__list__item {
  margin-bottom: 40px;
}
main .p-sensya-lower__sec__flow__list__item__heading {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #59bfd4;
  font-size: 14px;
  line-height: 1em;
}
main .p-sensya-lower__sec__flow__list__item__heading__step {
  display: inline-block;
  padding: 6px 9px;
  margin-right: 10px;
  color: #fff;
  background-color: #333;
  font-weight: bold;
}
main .p-sensya-lower__sec__flow__list__item__heading__stepname {
  display: inline-block;
  padding: 6px 9px;
  color: #fff;
  background-color: #59bfd4;
  font-weight: bold;
}
main .p-sensya-lower__sec__flow__list__item__heading__text {
  position: absolute;
  bottom: 16px;
  right: 0;
  display: block;
}
main .p-sensya-lower__sec__flow__list__item__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .p-sensya-lower__sec__flow__list__item__col2__left {
  width: 286px;
}
main .p-sensya-lower__sec__flow__list__item__col2__left__image + .p-sensya-lower__sec__flow__list__item__col2__left__image {
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  main .p-sensya-lower__sec__flow__list__item__col2__left__image + .p-sensya-lower__sec__flow__list__item__col2__left__image {
    margin-top: 1vw;
  }
}
main .p-sensya-lower__sec__flow__list__item__col2__right {
  width: 610px;
}
main .p-sensya-lower__sec__flow__list__item__col2__right .c-text {
  margin: -5px 0 40px;
}
main .p-sensya-lower__sec__flow__list__item__col2__right .c-text:last-of-type {
  margin-bottom: 0;
}
main .p-sensya-lower__sec__flow__list__item.-plusone .p-sensya-lower__sec__flow__list__item__heading__stepname {
  background-color: #98cad4;
}
@media all and (max-width: 767px) {
  main .p-sensya-lower__kv {
    display: block;
  }
  main .p-sensya-lower__kv img {
    width: 100%;
  }
  main .p-sensya-lower__kv__text {
    padding: 1.3333vw 0;
    width: 100%;
  }
  main .p-sensya-lower__kv__text .ttl-01 {
    padding: 2.5333vw 0;
    border: 3px solid #fff;
    border-right: 0;
    border-left: 0;
    font-size: 5.6vw;
  }
  main .p-sensya-lower__lead {
    padding: 6.6667vw 0 0;
    width: 100%;
  }
  main .p-sensya-lower__lead__ttl {
    font-size: 4.8vw;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5.3333vw;
    line-height: 1.2;
  }
  main .p-sensya-lower__lead__ttl span {
    position: relative;
  }
  main .p-sensya-lower__lead__ttl::before, main .p-sensya-lower__lead__ttl::after {
    display: none;
  }
  main .p-sensya-lower__lead__ttl span::before, main .p-sensya-lower__lead__ttl span::after {
    display: inline-block;
    width: 2.2667vw;
    height: 3.3333vw;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .p-sensya-lower__lead__ttl span::before {
    left: -6.1333vw;
    background-image: url(../img/lead_drop_left_sp.png);
  }
  main .p-sensya-lower__lead__ttl.-fit span::before {
    left: -4vw;
  }
  main .p-sensya-lower__lead__ttl span::after {
    right: -6.1333vw;
    background-image: url(../img/lead_drop_right_sp.png);
  }
  main .p-sensya-lower__lead__ttl.-fit span::after {
    right: -4vw;
  }
  main .p-sensya-lower__lead img {
    width: 100%;
  }
  main .p-sensya-lower__nav__inducement {
    height: 24.2667vw;
    background-image: url(../img/bg_lead_sp.png);
  }
  main .p-sensya-lower__nav__inducement p {
    padding-top: 4.8vw;
    font-size: 4vw;
  }
  main .p-sensya-lower__nav__toc {
    margin-top: 6.2667vw;
    padding: 0 4.6667vw 8vw;
  }
  main .p-sensya-lower__nav__toc__ttl {
    top: -2.9333vw;
    width: 13.3333vw;
    height: 5.8667vw;
    font-size: 3.2vw;
    line-height: 5.8667vw;
  }
  main .p-sensya-lower__nav__toc__list__wrap {
    padding: 5.8vw 10.2667vw 5.8vw 16vw;
  }
  main .p-sensya-lower__nav__toc__list {
    margin-left: -5.7333vw;
  }
  main .p-sensya-lower__nav__toc__list li {
    margin-bottom: 2.3vw;
    padding-left: 4.7333vw;
  }
  main .p-sensya-lower__nav__toc__list li::before {
    top: 1vw;
    width: 3.7333vw;
    height: 3.7333vw;
    font-size: 2.6667vw;
    line-height: 3.7333vw;
  }
  main .p-sensya-lower__nav__toc__list li a {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  main .p-sensya-lower__sec__flow__graph {
    margin-bottom: 6.2667vw;
  }
  main .p-sensya-lower__sec__flow__graph.-plusone {
    margin-top: -6vw;
  }
  main .p-sensya-lower__sec__flow__list + .c-caution {
    margin-top: 6.2vw;
  }
  main .p-sensya-lower__sec__flow__list__item {
    margin-bottom: 7.3333vw;
  }
  main .p-sensya-lower__sec__flow__list__item:last-of-type {
    margin-bottom: 0;
  }
  main .p-sensya-lower__sec__flow__list__item__plusone {
    width: 18.8vw;
    margin-bottom: 1.3333vw;
  }
  main .p-sensya-lower__sec__flow__list__item__heading {
    padding-bottom: 2.6667vw;
    margin-bottom: 4.2667vw;
    font-size: 3.2vw;
  }
  main .p-sensya-lower__sec__flow__list__item__heading__step {
    padding: 1vw 1.3333vw;
    margin-right: 1.3333vw;
  }
  main .p-sensya-lower__sec__flow__list__item__heading__stepname {
    padding: 1vw 1.3333vw;
  }
  main .p-sensya-lower__sec__flow__list__item__heading__text {
    position: static;
    display: block;
    margin-top: 2.6667vw;
    font-size: 3.2vw;
  }
  main .p-sensya-lower__sec__flow__list__item__col2 {
    display: block;
  }
  main .p-sensya-lower__sec__flow__list__item__col2__left {
    width: 100%;
    margin-bottom: 3.3333vw;
  }
  main .p-sensya-lower__sec__flow__list__item__col2__left img {
    width: 100%;
  }
  main .p-sensya-lower__sec__flow__list__item__col2__right {
    width: 100%;
  }
  main .p-sensya-lower__sec__flow__list__item__col2__right .c-text {
    margin: 0 0 6.4vw;
  }
}
main .p-sensya-lower__sec {
  padding: 60px 100px;
}
main .p-sensya-lower__sec .c-ttl-02 {
  font-size: 24px;
  font-weight: bold;
  color: #2fb8d4;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
}
main .p-sensya-lower__sec .c-ttl-02::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  background: url(../img/ttl_drop.png) no-repeat;
  display: inline-block;
  width: 22px;
  height: 24px;
  background-size: contain;
}
main .p-sensya-lower__sec .c-ttl-03 {
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #59bfd4;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
main .p-sensya-lower__sec .c-ttl-03 span {
  font-weight: normal;
}
main .p-sensya-lower__sec .c-ttl-04 {
  font-size: 14px;
  line-height: 24px;
  color: #3c3c3c;
}
main .p-sensya-lower__sec .c-ttl-04::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 1px;
  margin-bottom: 2px;
  background: #59bfd4;
  vertical-align: middle;
}
main .p-sensya-lower__sec .c-img {
  margin-top: 40px;
}
main .p-sensya-lower__sec .c-text {
  line-height: 1.71;
  font-size: 14px;
  margin-bottom: 25px;
  letter-spacing: 0.02em;
}
main .p-sensya-lower__sec .c-text-blackbold {
  font-weight: bold;
  color: #000;
}
main .p-sensya-lower__sec .c-textline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #feeb60));
  background: linear-gradient(transparent 65%, #feeb60 65%);
}
main .p-sensya-lower__sec .c-text-blackbold-textline {
  font-weight: bold;
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #feeb60));
  background: linear-gradient(transparent 65%, #feeb60 65%);
}
main .p-sensya-lower__sec .c-caution-multiple {
  text-align: right;
}
main .p-sensya-lower__sec .c-caution-multiple .c-caution-multiple__inner {
  display: inline-block;
}
main .p-sensya-lower__sec .c-caution-multiple .c-caution-multiple__inner .c-caution {
  text-align: left;
}
main .p-sensya-lower__sec .c-caution {
  text-align: right;
  font-size: 13px;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
main .p-sensya-lower__sec .c-fukidashi {
  position: relative;
  margin-top: 25px;
  padding-left: 116px;
}
main .p-sensya-lower__sec .c-fukidashi__inner {
  min-height: 160px;
  height: 160px;
  width: 550px;
  border: 3px solid #59bfd4;
  border-radius: 15px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding: 20px 0;
}
main .p-sensya-lower__sec .c-fukidashi__inner::before, main .p-sensya-lower__sec .c-fukidashi__inner::after {
  content: "";
  position: absolute;
  top: 50%;
}
main .p-sensya-lower__sec .c-fukidashi__inner::before {
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
main .p-sensya-lower__sec .c-fukidashi__inner::after {
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #59bfd4;
  z-index: 1;
}
main .p-sensya-lower__sec .c-fukidashi__inner__text {
  text-align: left;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
main .p-sensya-lower__sec .c-fukidashi__operator {
  position: absolute;
  right: 110px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 104px;
}
main .p-sensya-lower__sec .c-btn {
  margin: 60px 0 0;
}
main .p-sensya-lower__sec .c-btn a {
  min-width: 320px;
  line-height: 46px;
  height: 46px;
  border-radius: 3px;
}
main .p-sensya-lower__sec .c-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .p-sensya-lower__sec .c-col.c-col2-615_280 {
  margin-bottom: 40px;
}
main .p-sensya-lower__sec .c-col.c-col2-615_280 .c-col2__left {
  width: 615px;
}
main .p-sensya-lower__sec .c-col.c-col2-615_280 .c-col2__right {
  width: 280px;
}
main .p-sensya-lower__sec .c-col.c-col2-540_360:not(:last-of-type),
main .p-sensya-lower__sec .c-col.c-col2-360_540:not(:last-of-type) {
  margin-bottom: 40px;
}
main .p-sensya-lower__sec .c-col.c-col2-540_360 .c-col2__left,
main .p-sensya-lower__sec .c-col.c-col2-360_540 .c-col2__right {
  width: 540px;
}
main .p-sensya-lower__sec .c-col.c-col2-540_360 .c-col2__right,
main .p-sensya-lower__sec .c-col.c-col2-360_540 .c-col2__left {
  width: 360px;
}
@media all and (max-width: 767px) {
  main .p-sensya-lower__sec {
    padding: 8vw 4.6667vw;
  }
  main .p-sensya-lower__sec:last-of-type {
    padding-bottom: 21.3333vw;
  }
  main .p-sensya-lower__sec .c-ttl-02 {
    font-size: 4.8vw;
    margin-bottom: 5.3333vw;
    padding-left: 6vw;
  }
  main .p-sensya-lower__sec .c-ttl-02::before {
    width: 4.4vw;
    height: 4.4vw;
  }
  main .p-sensya-lower__sec .c-ttl-03 {
    font-size: 3.75vw;
    line-height: 1;
    padding-bottom: 2.5vw;
    letter-spacing: 0.07em;
    margin-bottom: 5vw;
  }
  main .p-sensya-lower__sec .c-img {
    margin-top: 7.3333vw;
  }
  main .p-sensya-lower__sec .c-img img {
    width: 100%;
  }
  main .p-sensya-lower__sec .c-text {
    line-height: 1.6;
    font-size: 3.2vw;
    margin-bottom: 5.3333vw;
  }
  main .p-sensya-lower__sec .c-caution {
    text-align: left;
    font-size: 2.6667vw;
    text-indent: 0;
    padding-left: 0;
  }
  main .p-sensya-lower__sec .c-textline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #feeb60));
    background: linear-gradient(transparent 75%, #feeb60 75%);
  }
  main .p-sensya-lower__sec .c-fukidashi {
    margin-top: 5.3333vw;
    padding-left: 0;
  }
  main .p-sensya-lower__sec .c-fukidashi__inner {
    min-height: 22.6667vw;
    height: 22.6667vw;
    width: 72.2vw;
    border-radius: 2vw;
    border-width: 0.4vw;
    padding: 3.3333vw 0;
  }
  main .p-sensya-lower__sec .c-fukidashi__inner::before {
    right: -3.2vw;
    margin-top: -1.8vw;
    border: 1.8vw solid transparent;
    border-left: 1.8vw solid #FFF;
  }
  main .p-sensya-lower__sec .c-fukidashi__inner::after {
    right: -4vw;
    margin-top: -2vw;
    border: 2vw solid transparent;
    border-left: 2vw solid #59bfd4;
  }
  main .p-sensya-lower__sec .c-fukidashi__inner__text {
    font-size: 3.4667vw;
  }
  main .p-sensya-lower__sec .c-fukidashi__operator {
    right: 0;
    width: 15.4667vw;
  }
  main .p-sensya-lower__sec .c-btn {
    margin-top: 0;
  }
  main .p-sensya-lower__sec .c-btn a {
    min-width: 69.3333vw;
    width: 69.3333vw;
    line-height: 11.7333vw;
    height: 11.7333vw;
    font-size: 3.4667vw;
    margin: 0 auto;
  }
  main .p-sensya-lower__sec .c-col {
    display: block;
  }
  main .p-sensya-lower__sec .c-col.c-col2-615_280 {
    margin-bottom: 7.3333vw;
  }
  main .p-sensya-lower__sec .c-col.c-col2-615_280 .c-col2__left {
    width: 100%;
    margin-bottom: 7.3333vw;
  }
  main .p-sensya-lower__sec .c-col.c-col2-615_280 .c-col2__right {
    width: 100%;
  }
  main .p-sensya-lower__sec .c-col.c-col2-615_280 .c-col2__right img {
    width: 100%;
  }
  main .p-sensya-lower__sec .c-col.c-col2-540_360:not(:last-of-type),
  main .p-sensya-lower__sec .c-col.c-col2-360_540:not(:last-of-type) {
    margin-bottom: 7.3333vw;
  }
  main .p-sensya-lower__sec .c-col.c-col2-540_360 .c-col2__left,
  main .p-sensya-lower__sec .c-col.c-col2-360_540 .c-col2__left {
    width: 100%;
    margin-bottom: 7.3333vw;
  }
  main .p-sensya-lower__sec .c-col.c-col2-540_360 .c-col2__right,
  main .p-sensya-lower__sec .c-col.c-col2-360_540 .c-col2__right {
    width: 100%;
  }
  main .p-sensya-lower__sec .c-col.c-col2-540_360 .c-col2__right img,
  main .p-sensya-lower__sec .c-col.c-col2-360_540 .c-col2__left img {
    width: 100%;
  }
}
main .c-sensya-lower__product__item {
  margin-bottom: 35px;
}
main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__item .c-text {
  margin-top: 14px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item {
    padding: 6.5vw 0 0;
    margin-bottom: 7.25vw;
    border-top: 1px solid #d9d9d9;
  }
  main .c-sensya-lower__product__item:first-of-type {
    padding: 0;
    border-top: 0;
  }
  main .c-sensya-lower__product__item:last-of-type {
    margin-bottom: 0;
  }
  main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__item .c-text {
    margin-bottom: 0;
  }
}
main .u-is-pc {
  display: block;
}
@media all and (max-width: 767px) {
  main .u-is-pc {
    display: none;
  }
}
main .u-is-sp {
  display: none;
}
@media all and (max-width: 767px) {
  main .u-is-sp {
    display: block;
  }
}
main .c-sensya-lower__graybox {
  width: 1120px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 58px 100px 56px;
  background: #f4f4f4;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox {
    width: 100%;
    padding: 7.5vw 4.375vw 6.5vw;
  }
}
main .c-sensya-lower__graybox .c-ttl-02::before {
  content: "";
  background: url(../img/ttl_drop.png) no-repeat;
  display: inline-block;
  width: 22px;
  height: 24px;
  margin-right: 9px;
  background-size: contain;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox .c-ttl-02::before {
    width: 5.5vw;
    height: 4.825vw;
    vertical-align: middle;
    background-position: left;
    background-size: auto 100%;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    -webkit-transform: translate(0, -15%);
    transform: translate(0, -15%);
  }
}
main .c-sensya-lower__graybox__heading__title {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #2fb8d4;
  margin: 0 auto 27px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__heading__title {
    font-size: 4.5vw;
    line-height: 1.2222222222;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-indent: -1.25em;
    padding-left: 1.25em;
    letter-spacing: 0.1em;
    margin: 0 auto 5.5vw;
  }
}
main .c-sensya-lower__graybox__heading__lead {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.0235em;
  color: #3c3c3c;
  width: 100%;
  margin: 34px auto 21px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__heading__title + .c-sensya-lower__graybox__heading__lead {
    margin: -0.25vw auto 8vw;
  }
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__heading__lead {
    font-size: 3vw;
    line-height: 1.6666666667;
    margin: 4.85vw auto 8vw;
    line-height: 1.75;
    letter-spacing: 0.14em;
  }
}
main .c-sensya-lower__graybox__inner {
  width: 100%;
  margin: 0 auto;
}
main .c-sensya-lower__graybox__inner + .c-sensya-lower__graybox__inner {
  margin: 27px auto 0;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__inner + .c-sensya-lower__graybox__inner {
    margin: 7.55vw auto 0;
  }
}
main .c-sensya-lower__graybox__title {
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #333333;
  border-bottom: 1px solid #59bfd4;
  padding-bottom: 4px;
}
main .c-sensya-lower__graybox__title span {
  font-weight: normal;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__title {
    font-size: 3.75vw;
    line-height: 1;
    padding-bottom: 2.5vw;
    letter-spacing: 0.065em;
  }
}
main .c-sensya-lower__graybox__content {
  margin: 20px auto 0;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content {
    margin: 5vw auto 0;
  }
}
main .c-sensya-lower__graybox__content__text {
  margin-top: -6px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.028em;
  color: #3c3c3c;
}
main .c-sensya-lower__graybox__content__text span {
  color: #000000;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content__text {
    font-size: 3vw;
    line-height: 1.8;
    letter-spacing: 0.1325em;
  }
}
main .c-sensya-lower__graybox__content__image[data-roll=before_after] {
  width: 600px;
  margin: 36px auto 0;
}
main .c-sensya-lower__graybox__content__image--large[data-roll=before_after] {
  width: 760px;
  margin: 36px auto 0;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content__image[data-roll=before_after],
  main .c-sensya-lower__graybox__content__image--large[data-roll=before_after] {
    width: 100%;
    margin: 7.35vw auto 0;
  }
}
main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__item {
  width: 280px;
  font-size: 0;
}
main .c-sensya-lower__graybox__content__image--large[data-roll=before_after] .c-sensya-lower__graybox__content__image__item {
  width: 360px;
  font-size: 0;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__item,
  main .c-sensya-lower__graybox__content__image--large[data-roll=before_after] .c-sensya-lower__graybox__content__image__item {
    width: 100%;
  }
}
main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__item:not(:first-of-type) .c-sensya-lower__graybox__content__image__item__image {
  position: relative;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__item:not(:first-of-type) .c-sensya-lower__graybox__content__image__item__image {
    padding-top: 7.25vw;
    margin-top: 4.75vw;
  }
  main .c-sensya-lower__graybox__content__image[data-roll=before_after].-noText .c-sensya-lower__graybox__content__image__item:not(:first-of-type) .c-sensya-lower__graybox__content__image__item__image {
    padding-top: 7.25vw;
    margin-top: 4.75vw;
  }
}
main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__item:not(:first-of-type) .c-sensya-lower__graybox__content__image__item__image::before {
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 12px;
  border-color: transparent transparent transparent #333333;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__item:not(:first-of-type) .c-sensya-lower__graybox__content__image__item__image::before {
    top: -4vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
}
main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__item__image {
  width: 280px;
}
main .c-sensya-lower__graybox__content__image--large[data-roll=before_after] .c-sensya-lower__graybox__content__image__item__image {
  width: 360px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__item__image,
  main .c-sensya-lower__graybox__content__image--large[data-roll=before_after] .c-sensya-lower__graybox__content__image__item__image {
    width: 100%;
  }
}
main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__item__image img {
  width: 100%;
}
main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__item__text {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  letter-spacing: 0.06em;
  margin-top: 16px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content__image[data-roll=before_after] .c-sensya-lower__graybox__content__image__item__text {
    font-size: 3vw;
    line-height: 1.6666666667;
    letter-spacing: 0.13em;
    margin-top: 2.6vw;
  }
}
main .c-sensya-lower__graybox__content[data-roll=column2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content[data-roll=column2] {
    display: block;
  }
}
main .c-sensya-lower__graybox__content[data-roll=column2] .c-sensya-lower__graybox__content__text {
  width: 540px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content[data-roll=column2] .c-sensya-lower__graybox__content__text {
    width: 100%;
  }
}
main .c-sensya-lower__graybox__content[data-roll=column2] .c-sensya-lower__graybox__content__image {
  width: 360px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content[data-roll=column2] .c-sensya-lower__graybox__content__image {
    width: 100%;
    margin-top: 4.95vw;
  }
}
main .c-sensya-lower__graybox__content[data-roll=column2] .c-sensya-lower__graybox__content__image img {
  width: 100%;
}
main .c-sensya-lower__graybox__content[data-roll=list] {
  margin: 14px auto 0;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content[data-roll=list] {
    margin: 3.3vw auto 8vw;
  }
}
main .c-sensya-lower__graybox__thumbup {
  width: 100%;
  border-radius: 2px;
  padding: 20px 0 0;
  border: 1px solid #59bfd4;
  background: #fff;
  margin: 36px auto 0;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__thumbup {
    margin: 6.55vw auto 0;
    padding: 4vw 0 0;
  }
}
main .c-sensya-lower__graybox__thumbup__heading {
  width: 100%;
  height: 19px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #fff;
  background: #59bfd4;
  padding-left: 68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__thumbup__heading {
    font-size: 3.2vw;
    letter-spacing: 0.0333em;
    height: 5vw;
    padding-left: 11.45vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
main .c-sensya-lower__graybox__thumbup__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 39%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 33px;
  padding-top: 42px;
  background: url("/ask/sensya/kihon/img/img_thumbup_pc.png") center no-repeat;
  background-size: 100%;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__thumbup__heading::before {
    width: 6.75vw;
    padding-top: 10.25vw;
    left: 3.3vw;
    background: url("/ask/sensya/kihon/img/img_thumbup_sp.png") center top no-repeat;
    background-size: auto 100%;
  }
}
main .c-sensya-lower__graybox__thumbup__content {
  width: 100%;
  padding: 12px 29px 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__thumbup__content {
    padding: 3.6vw 3.4vw 2.75vw;
  }
}
main .c-sensya-lower__graybox__thumbup__content[data-roll=has_image] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 29px 17px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__thumbup__content[data-roll=has_image] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4vw 3vw 3vw;
  }
}
main .c-sensya-lower__graybox__thumbup__content[data-roll=has_image] p {
  width: 414px;
  margin-top: -4px;
  letter-spacing: 0.018em;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__thumbup__content[data-roll=has_image] p {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 3vw auto 0;
    letter-spacing: 0.13em;
  }
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__thumbup__content[data-roll=has_image] .c-sensya-lower__graybox__thumbup__content__image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
main .c-sensya-lower__graybox__thumbup__content p.c-text {
  margin-bottom: 0;
}
main .c-sensya-lower__graybox__thumbup__content__image {
  width: 417px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__thumbup__content__image {
    width: 100%;
  }
}
main .c-sensya-lower__graybox__thumbup__content__image img {
  width: 100%;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__thumbup .c-sensya-lower__graybox__content__image[data-roll=before_after] {
    margin-bottom: 1vw;
  }
}
main .c-sensya-lower__graybox__thumbup + .c-fukidashi {
  margin-top: 40px;
}
main .c-sensya-lower__graybox__step {
  margin: 37px auto 0;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__step {
    width: 100%;
    margin: -1vw auto 0;
  }
}
main .c-sensya-lower__graybox__step img {
  width: 100%;
}
main .c-sensya-lower__graybox .c-textline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #feeb60));
  background: linear-gradient(transparent 65%, #feeb60 65%);
}
main .c-sensya-lower__graybox__content__list {
  width: 100%;
}
main .c-sensya-lower__graybox__content__list .c-sensya-lower__graybox__content__item + .c-sensya-lower__graybox__content__item {
  margin-top: 23px;
}
main .c-sensya-lower__graybox__content__list .c-sensya-lower__graybox__content__item__heading {
  font-size: 14px;
  line-height: 24px;
  color: #3c3c3c;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content__list .c-sensya-lower__graybox__content__item__heading {
    font-size: 3vw;
    line-height: 1.6666666667;
    letter-spacing: 0.07em;
  }
}
main .c-sensya-lower__graybox__content__list .c-sensya-lower__graybox__content__item__heading::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 1px;
  margin-bottom: 2px;
  background: #59bfd4;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content__list .c-sensya-lower__graybox__content__item__heading::before {
    width: 2.875vw;
    height: 2.875vw;
    margin: -0.4vw 0.4vw 0 0.4vw;
  }
}
main .c-sensya-lower__graybox__content__list .c-sensya-lower__graybox__content__item__text {
  font-size: 14px;
  line-height: 24px;
  color: #3c3c3c;
  letter-spacing: 0.0235em;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__content__list .c-sensya-lower__graybox__content__item__text {
    font-size: 3vw;
    line-height: 1.765;
    margin: 0.6vw auto 0;
    padding-left: 0.6vw;
    letter-spacing: 0.085em;
  }
}
main .c-sensya-lower__product {
  width: 1120px;
  margin: auto;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product {
    width: 100%;
  }
}
main .c-sensya-lower__product__inner {
  width: 100%;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__inner {
    padding: 0 4.375vw;
  }
}
main .c-sensya-lower__product__heading__title {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #2fb8d4;
  margin: 0 auto 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__heading__title {
    font-size: 4.5vw;
    line-height: 1.2222222222;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-indent: -1.25em;
    padding-left: 1.25em;
    letter-spacing: 0.1em;
    margin: 0 auto 6vw;
  }
}
main .c-sensya-lower__product__heading__title.c-ttl-02::before {
  content: "";
  background: url(../img/ttl_drop.png) no-repeat;
  display: inline-block;
  width: 22px;
  height: 24px;
  margin-right: 9px;
  background-size: contain;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__heading__title.c-ttl-02::before {
    width: 5.5vw;
    height: 4.825vw;
    vertical-align: middle;
    background-position: left;
    background-size: auto 100%;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    -webkit-transform: translate(0, -15%);
    transform: translate(0, -15%);
  }
}
main .c-sensya-lower__product__content {
  width: 100%;
}
main .c-sensya-lower__product__content.-pitmenu::before {
  content: "";
  display: block;
  background-image: url(../img/pitmenu-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 122px;
  height: 30px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__content.-pitmenu::before {
    width: 22.4vw;
    height: 5.6vw;
    margin-bottom: 2vw;
  }
}
main .c-sensya-lower__product__content + .c-sensya-lower__product__content {
  margin-top: 27px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__content + .c-sensya-lower__product__content {
    margin-top: 13.25vw;
  }
}
main .c-sensya-lower__product__content__heading__title {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 13px;
  border-bottom: 1px solid #59bfd4;
}
main .c-sensya-lower__product__content.-pitmenu .c-sensya-lower__product__content__heading__title {
  border-bottom: 3px solid #fdb813;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__content__heading__title {
    font-size: 3.75vw;
    line-height: 1.2;
    padding-bottom: 2.5vw;
    letter-spacing: 0.075em;
    padding-bottom: 2.5vw;
  }
  main .c-sensya-lower__product__content.-pitmenu .c-sensya-lower__product__content__heading__title {
    border-bottom: 2px solid #fdb813;
  }
  main .c-sensya-lower__product__content .c-caution {
    margin-top: 6.6667vw;
    margin-bottom: 6.5vw;
  }
  main .c-sensya-lower__product__content:last-of-type .c-caution {
    margin-bottom: 0;
  }
  main .c-sensya-lower__product__content .c-caution-multiple .c-caution-multiple__inner .c-caution {
    margin: 0;
  }
  main .c-sensya-lower__product__content .c-caution-multiple .c-caution-multiple__inner .c-caution:first-of-type {
    margin-top: 6.6667vw;
  }
}
main .c-sensya-lower__product__list {
  width: 100%;
  margin: 35px auto 0;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__list {
    margin: 5.75vw auto 0;
  }
}
main .c-sensya-lower__product__item {
  width: 100%;
  font-size: 0;
}
main .c-sensya-lower__product__item__heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.024em;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__heading {
    font-size: 3.4667vw;
    line-height: 1.3333333333;
    letter-spacing: 0.075em;
  }
}
main .c-sensya-lower__product__item__text {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__text {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    margin-top: 2vw;
  }
}
main .c-sensya-lower__product__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 17px auto 0;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__inner {
    display: block;
    margin: 3vw auto 0;
  }
}
main .c-sensya-lower__product__item__thumbnail {
  width: 512px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__thumbnail {
    width: 100%;
  }
}
main .c-sensya-lower__product__item__thumbnail img {
  width: 100%;
}
main .c-sensya-lower__product__item__about {
  width: 384px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__about {
    width: 100%;
  }
}
main .c-sensya-lower__product__item__name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.017em;
  color: #333333;
  margin-top: -2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__name {
    font-size: 3.75vw;
    line-height: 1.45;
    margin: 2.95vw auto 0;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
main .c-sensya-lower__product__item__price {
  font-size: 23px;
  line-height: 48px;
  font-weight: 600;
  color: #e6002d;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__price {
    font-size: 4.5vw;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
main .c-sensya-lower__product__item__price span {
  font-size: 15px;
  font-weight: 300;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__price span {
    font-size: 3vw;
  }
}
main .c-sensya-lower__product__item__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__detail {
    margin: 2.5vw auto 0;
    font-size: 0;
  }
}
main .c-sensya-lower__product__item__detail dt {
  width: 96px;
  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;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  background: #555555;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
}
main .c-sensya-lower__product__content.-pitmenu .c-sensya-lower__product__item__detail dt {
  width: 126px;
  color: #333333;
  background: #fdb813;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__detail dt {
    width: 25%;
    min-height: 5.375vw;
    font-size: 3vw;
    padding: 0.75vw 0;
  }
  main .c-sensya-lower__product__content.-pitmenu .c-sensya-lower__product__item__detail dt {
    width: 32%;
  }
}
main .c-sensya-lower__product__item__detail dt:not(:first-of-type) {
  margin-top: 1px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__detail dt:not(:first-of-type) {
    margin-top: 1px;
  }
}
main .c-sensya-lower__product__item__detail dd {
  width: 288px;
  padding: 4px 21px 4px 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 13px;
  color: #333333;
  background: #f4f4f4;
  line-height: 1.2;
}
main .c-sensya-lower__product__content.-pitmenu .c-sensya-lower__product__item__detail dd {
  width: 258px;
}
main .bg-gray .c-sensya-lower__product__item__detail dd {
  background: #fff;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__detail dd {
    width: 75%;
    min-height: 5.375vw;
    font-size: 3vw;
    letter-spacing: 0.085em;
    padding: 0.75vw 3vw;
  }
  main .c-sensya-lower__product__content.-pitmenu .c-sensya-lower__product__item__detail dd {
    width: 68%;
  }
}
main .c-sensya-lower__product__item__detail dd:not(:first-of-type) {
  margin-top: 1px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__detail dd:not(:first-of-type) {
    margin-top: 1px;
  }
}
main .c-sensya-lower__product__item__link {
  margin-top: 15px;
}
main .c-sensya-lower__product__item__link a {
  position: relative;
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding-bottom: 2px;
}
main .c-sensya-lower__product__item__link a::after {
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url("../img/link_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__link a::after {
    right: -5.7333vw;
    width: 3.7333vw;
    height: 3.7333vw;
  }
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__item__link {
    margin-top: 3.2vw;
    text-align: center;
  }
  main .c-sensya-lower__product__item__link a {
    font-size: 3.2vw;
  }
}
main .c-sensya-lower__product__caution {
  width: 100%;
  text-align: right;
  font-size: 13px;
  letter-spacing: 0.01em;
  margin-top: 39px;
  color: #333333;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__product__caution {
    font-size: 2.5vw;
    line-height: 1.8;
    text-align: left;
    margin: 6.4vw auto 0;
    letter-spacing: 0.05em;
  }
}
main .p-coating-type__inner + .p-coating-type__inner {
  margin-top: 25px;
}
@media all and (max-width: 767px) {
  main .p-coating-type__inner + .p-coating-type__inner {
    margin-top: 5.3vw;
  }
}
main .c-sensya-lower__graybox__thumbup + .p-coating-type__inner {
  margin-top: 25px;
}
@media all and (max-width: 767px) {
  main .c-sensya-lower__graybox__thumbup + .p-coating-type__inner {
    margin-top: 5.3vw;
  }
}/*# sourceMappingURL=common.css.map */