@charset "UTF-8";

.smallSection {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
 /** ユーティリティ */ /**セクション**/ /**見出し**/ /**マーカーライン**/ /**リード文**/ /**テキストボックス**/ /**注釈テキスト**/ /**リスト**/ /**ボタン**/ /**画像**/ /**商品の特長カラム**/ /* アイコン */ /**MV-01 ~ MV-04**/ /** MV-05(23.02~) **/ /**ED-01**/ /**ED-02**/ /**ED-03**/ /**BC-01**/ /**BC-02**/ /**SET-01**/ /**RV-01**/ /**RV-02**/ /**BN-01**/ /**AW-01**/ /**APP-01**/ /**CRS-01**/ /**CRS-02**/ /**STEP-01**/ /**STEP-02**/ /**STEP-03**/ /* 202101追加 */ /* コンポーネントを複数くくるためのdiv(主に注釈を設定するため) */;
}

.smallSection *,.smallSection *::before,.smallSection *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.smallSection ol,.smallSection ul,.smallSection p {
  margin-top: 0;
  margin-bottom: 0;
}

.smallSection sup {
  font-size: 0.7142em;
}

.smallSection .u-mt-none {
  margin-top: 0 !important;
}

.smallSection .u-mr-none {
  margin-right: 0 !important;
}

.smallSection .u-mb-none {
  margin-bottom: 0 !important;
}

.smallSection .u-ml-none {
  margin-left: 0 !important;
}

.smallSection .u-mt-s {
  margin-top: 20px !important;
}

.smallSection .u-mr-s {
  margin-right: 20px !important;
}

.smallSection .u-mb-s {
  margin-bottom: 20px !important;
}

.smallSection .u-ml-s {
  margin-left: 20px !important;
}

.smallSection .u-mt-m {
  margin-top: 40px !important;
}

.smallSection .u-mr-m {
  margin-right: 40px !important;
}

.smallSection .u-mb-m {
  margin-bottom: 40px !important;
}

.smallSection .u-ml-m {
  margin-left: 40px !important;
}

.smallSection .u-mt-l {
  margin-top: 80px !important;
}

.smallSection .u-mr-l {
  margin-right: 80px !important;
}

.smallSection .u-mb-l {
  margin-bottom: 80px !important;
}

.smallSection .u-ml-l {
  margin-left: 80px !important;
}

.smallSection__bigMv {
  margin: 0 -6.25vw 50px;
}

.smallSection__bg {
  margin: 0 -6.25vw 50px;
  padding: 80px 6.25vw;
  background-color: #FAFAFA;
}

.smallSection__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.smallSection .section {
  margin-bottom: 80px;
}

.smallSection .h03 {
  margin-bottom: 30px;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 100px;
}

.smallSection .h03__shoulder {
  display: inline-block;
  font-size: 20px;
  text-align: center;
}

.smallSection .h03__sub {
  display: inline-block;
  font-size: 20px;
  text-align: center;
}

.smallSection .h03__u {
  border-bottom: solid 1px #231815;
}

.smallSection .h03 strong {
  color: #EF857D;
  font-weight: normal;
}

.smallSection .h03 strong .h03__u {
  display: inline;
  border-bottom: solid 1px #EF857D;
}

.smallSection .h04,.smallSection .h04--line {
  margin: 30px 0;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.04em;
}

.smallSection .h04--line {
  font-size: 16px;
  padding: 6px 0;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
}

.smallSection .h04--line.slide_02 {
  margin-top: 80px;
}

.smallSection .h04__shoulder,.smallSection .h04__shoulder--box {
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

.smallSection .h04__shoulder--box {
  padding: 0 3px;
  border: solid 1px #E0E0E0;
  line-height: 1.2;
}

.ie .smallSection .h04__shoulder--box {
  line-height: 1;
  padding-top: 2px;
}

.smallSection .h04__u {
  border-bottom: solid 1px #231815;
}

.smallSection .h04 .emphasis {
  color: #ea8853;
}

.smallSection .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #F5D7D5));
  background: -webkit-linear-gradient(transparent 65%, #f9e9d0 0);
  background: linear-gradient(transparent 65%, #f9e9d0 0);
}

.smallSection .tLead,.smallSection .tLead--left {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.04em;
}

.smallSection .tLead--left {
  text-align: left;
}

.smallSection .tLead strong,.smallSection .tLead--left strong {
  color: #EF857D;
  font-weight: normal;
}

.smallSection .txtBox {
  /* margin: 0 auto 40px; */
  margin: 0 auto 20px;
}

.smallSection .txtBox.txtBox--center {
  text-align: center;
}

.smallSection .tNotes,.smallSection .tNotes--list,.smallSection .tNotes--order {
  color: #5C5A5A;
  font-size: 10px;
}

.smallSection .tNotes--center {
  display: inline-block;
  text-align: left;
}

.smallSection .tNotes--list > li,.smallSection .tNotes--order > li {
  position: relative;
  padding-left: 0.75em;
}

.smallSection .tNotes--list > li::before,.smallSection .tNotes--order > li::before {
  content: "*";
  position: absolute;
  left: 0;
}

.smallSection .tNotes--order {
  counter-reset: tNotes;
}

.smallSection .tNotes--order > li {
  padding-left: 1.5em;
}

.smallSection .tNotes--order > li:nth-child(n+10) {
  padding-left: 2em;
}

.smallSection .tNotes--order > li::before {
  content: "*" counter(tNotes);
  counter-increment: tNotes;
}

.smallSection .list--circle > li {
  position: relative;
  padding-left: 1.28em;
}

.smallSection .list--circle > li::before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 1em;
  height: 1em;
  border: solid 1px #5C5A5A;
  border-radius: 51%;
}

.smallSection .btn,.smallSection .btn--strong,.smallSection .btn--small {
  letter-spacing: 0.04em;
}

.smallSection .menuLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.smallSection .menuLink__btn {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.smallSection .width_835 .menuLink__btn {
  margin-top: 30px;
}

.smallSection .menuLink__btn .btn--small {
  height: 100%;
  max-width: 325px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: #735b4e;
  color: #735b4e;
}

.smallSection .menuLink__btn .link--bottom {
  background-image: none;
  padding-left: 18px;
}

.smallSection .menuLink__btn .link--bottom:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #735b4e;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.smallSection .menuLink__btn .link--top {
  position: relative;
  padding-right: 18px;
  background-image: none;
  padding-left: 18px;
}

.smallSection .menuLink__btn .link--top:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #5c5a5a;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.smallSection .menuLink__link {
  margin-left: 10px;
  margin-right: 10px;
  letter-spacing: 0.04em;
}

.smallSection .menuLink__link a span {
  text-decoration: underline;
}

.smallSection .fig,.smallSection .fig--center {
  margin-bottom: 40px;
}

.smallSection .fig__img {
  max-width: 100%;
}

.smallSection .fig figcaption,.smallSection .fig--center figcaption {
  margin: 15px auto 0;
}

.smallSection .fig--center {
  text-align: center;
}

.smallSection .fig--center figcaption {
  /* text-align: left; */
}

.smallSection .feature__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 auto 80px;
}

.smallSection .feature__row--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.smallSection .feature__row--center .fig,.smallSection .feature__row--center .fig--center,.smallSection .feature__row--center .fig--center {
  margin-bottom: 0;
}

.smallSection .feature__col {
  -ms-flex-preferred-size: 495px;
  flex-basis: 495px;
  max-width: 495px;
}

.smallSection .feature__col--ph {
  -ms-flex-preferred-size: 346px;
  flex-basis: 346px;
  max-width: 346px;
  margin-right: 60px;
}

.smallSection .feature__heading {
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 0.04em;
}

.smallSection .feature__lead {
  margin-bottom: 15px;
}

.smallSection .feature__fig,.smallSection .feature__fig--btm {
  margin-bottom: 15px;
}

.smallSection .feature__fig figcaption,.smallSection .feature__fig--btm figcaption {
  margin-top: 10px;
}

.smallSection .feature__fig--btm {
  margin-top: 10px;
}

.smallSection .icon,.smallSection .icon--square,.smallSection .icon--circle,.smallSection .icon--date,.smallSection .icon--quantity,.smallSection .icon--new,.smallSection .icon--set {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 98px;
  height: 98px;
  border: 1px solid #5C5A5A;
}

.smallSection .icon .num,.smallSection .icon--square .num,.smallSection .icon--circle .num,.smallSection .icon--date .num,.smallSection .icon--quantity .num,.smallSection .icon--new .num,.smallSection .icon--set .num {
  margin-bottom: 0;
}

.smallSection .icon .num__shoulder,.smallSection .icon--square .num__shoulder,.smallSection .icon--circle .num__shoulder,.smallSection .icon--date .num__shoulder,.smallSection .icon--quantity .num__shoulder,.smallSection .icon--new .num__shoulder,.smallSection .icon--set .num__shoulder {
  font-size: 16px;
}

.smallSection .icon .num__num,.smallSection .icon--square .num__num,.smallSection .icon--circle .num__num,.smallSection .icon--date .num__num,.smallSection .icon--quantity .num__num,.smallSection .icon--new .num__num,.smallSection .icon--set .num__num {
  width: auto;
  font-size: 52px;
  padding: 2px 0 0;
  border-bottom: 0;
}

.smallSection .icon--circle {
  border-radius: 51%;
}

.smallSection .icon--spf {
  display: inline-block;
  width: 100px;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
}

.smallSection .icon--spf .spfTxt1 {
  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;
  height: 32px;
  background: #666;
  border: 1px solid #666;
  color: #fff;
}

.smallSection .icon--spf .spfTxt2 {
  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;
  height: 32px;
  border: 1px solid #666;
  color: #666;
}

.smallSection .icon--date {
  width: 74px;
  height: 74px;
  border-color: #EF857D;
  background: #FFF;
  color: #EF857D;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

.smallSection .icon--quantity {
  width: 74px;
  height: 74px;
  border: 0;
  background: #231815;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.smallSection .icon--new,.smallSection .icon--set {
  width: 76px;
  height: 76px;
  border: 0;
  background: #231815;
  border-radius: 51%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
}

.smallSection .icon--set {
  width: 90px;
  height: 90px;
  font-size: 30px;
  letter-spacing: 0.02em;
}

.smallSection .icon--quasi-drugs {
  display: inline-block;
  line-height: 1;
  min-height: 20px;
  padding: 4px 5px 2px;
  background: #fff;
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #E0E0E0;
  color: #231815;
}

.ie .smallSection .icon--quasi-drugs {
  line-height: 10px;
  padding-top: 5px;
}

.smallSection .icon--bArrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #efefef transparent transparent transparent;
  display: inline-block;
}

.smallSection .icon--rArrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 15px;
  border-color: transparent transparent transparent #efefef;
  display: inline-block;
}

.smallSection .num {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}

.smallSection .num__shoulder {
  font-size: 13px;
  letter-spacing: 0.04em;
}

.smallSection .num__num {
  display: inline-block;
  width: 23px;
  padding: 2px 0;
  border-bottom: solid 1px #231815;
  font-size: 36px;
  font-weight: 300;
}

.smallSection .achievement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto 60px;
}

.smallSection .achievement__item {
  text-align: center;
}

.smallSection .achievement__num {
  display: inline-block;
  font-weight: 300;
}

.smallSection .achievement__unit {
  display: inline-block;
}

.smallSection .sectionKv,.smallSection .sectionKv--spMvTop,.smallSection .sectionKv--02 {
  margin-bottom: 80px;
}

.smallSection .sectionKv .tNotes,.smallSection .sectionKv--spMvTop .tNotes,.smallSection .sectionKv--02 .tNotes,.smallSection .sectionKv .tNotes--list,.smallSection .sectionKv--spMvTop .tNotes--list,.smallSection .sectionKv--02 .tNotes--list,.smallSection .sectionKv .tNotes--order,.smallSection .sectionKv--spMvTop .tNotes--order,.smallSection .sectionKv--02 .tNotes--order {
  margin-top: 15px;
}

.smallSection .sectionKv__content,.smallSection .sectionKv__content--centerSP {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.smallSection .sectionKv__txt {
  font-size: 20px;
}

.smallSection .sectionKv__txt--border {
  display: inline-block;
  border: 1px solid #5C5A5A;
  margin-bottom: 35px;
  padding: 4px 10px;
}

.smallSection .sectionKv__txt--border--pink {
  border-color: #EF857D;
  color: #EF857D;
}

.smallSection .sectionKv__shoulder {
  font-size: 56px;
  margin-bottom: -30px;
  color: #747272;
  padding-left: 10px;
}

.smallSection .sectionKv__title {
  /* line-height: 1.2;
  margin-top: 1%; */
  font-size: 68px;
  color: #5baad3;
  padding-left: 10px;
}

.smallSection .sectionKv__title span{
  /* line-height: 1.2;
  margin-top: 1%; */
  font-weight: bold;
  background-color: #5baad3;
  color: #FFF;
  border-radius: 10px;
  padding: 0 10px;
}

.smallSection .sectionKv__title small {
  font-size: 0.64em;
}

.smallSection .sectionKv--02 .sectionKv__shoulder {
  font-size: 20px;
  line-height: 1.5;
}

.smallSection .sectionKv--02 .sectionKv__title {
  font-size: 34px;
  line-height: 1.5;
}

.smallSection .sectionKv--02 .sectionKv__name {
  font-size: 20px;
}

.smallSection .sectionKv--02 .sectionKv__title sup {
  font-size: 0.5em;
}

.smallSection .sectionEd,.smallSection .sectionEd--rev,.smallSection .sectionEd--txt {
  margin: 80px auto;
}

.smallSection .sectionEd.sectionEd--sMarginT,.smallSection .sectionEd--sMarginT.sectionEd--rev,.smallSection .sectionEd--sMarginT.sectionEd--txt {
  margin-top: 40px;
}

.smallSection .sectionEd__content {
  max-width: 1000px;
  height: 380px;
  margin: 0 auto;
  padding: 0 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/contents/regular/images/service/img-main-Ed01.jpg") no-repeat top right;
  background-size: cover;
}

.smallSection .sectionEd__heading {
  font-size: 24px;
  text-align: left;
}

.smallSection .sectionEd__heading span {
  display: inline-block;
}

.smallSection .sectionEd--rev .sectionEd__content {
  background: url("/contents/regular/images/service/img-main-Ed02.jpg") no-repeat top right;
  background-size: cover;
  padding: 0 100px 0 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.smallSection .sectionEd--rev .sectionEd__heading {
  text-align: left;
}

.smallSection .sectionEd--txt .sectionEd__content {
  max-width: none;
  height: auto;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
}

.smallSection .sectionEd--txt .sectionEd__heading {
  text-align: center;
}

.smallSection .beautyColumn,.smallSection .beautyColumn--largePC {
  max-width: 960px;
  margin: 105px auto 0;
  position: relative;
  padding: 40px;
  border: 1px solid #999;
}

.smallSection .caution_area {
  max-width: 835px;
  margin: 105px auto 0;
  position: relative;
  padding: 30px;
  border: 1px solid #999;
  font-size: 12px;
  line-height: 24px;
}

.smallSection .caution_area .caution_title{
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.smallSection .caution_area span{
  color: #ef857d;
}

.smallSection .beautyColumn__shoulder,.smallSection .beautyColumn__shoulder--leftPC {
  position: absolute;
  top: -30px;
  right: -1px;
  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: 12px;
  letter-spacing: 0.3em;
  width: 165px;
  height: 30px;
  padding-left: .3em;
  color: #FFF;
  background-color: #999;
}

.smallSection .beautyColumn__heading {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
  line-height: 1.8;
}

.smallSection .beautyColumn .fig--center,.smallSection .beautyColumn--largePC .fig--center {
  margin-bottom: 0;
}

.smallSection .beautyColumn .fig--center .txtBox,.smallSection .beautyColumn--largePC .fig--center .txtBox {
  margin-bottom: 0;
}

.smallSection .setBlock {
  max-width: 960px;
  margin: 0 auto;
 /**SET-02**/ /**SET-03**/;
}

.smallSection .setBlock_bg {
  background-color: #fdf8f0;
  padding: 50px 0;
}

.smallSection .setBlock__inner {
  width: inherit;
  height: inherit;
  padding: 0 100px;
}

.smallSection .setBlock__titles {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90px;
}

.smallSection .setBlock .icon--set {
  position: absolute;
  top: 0;
}

.smallSection .setBlock__textContainer {
  min-height: 90px;
  /* margin-left: 104px; */
  text-align: center;
  margin: auto;
}

.smallSection .setBlock__titleText {
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.smallSection .setBlock__titleText span{
  font-size: 32px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #F5D7D5));
  background: -webkit-linear-gradient(transparent 65%, #f5cbb1 0);
  background: linear-gradient(transparent 65%, #f5cbb1 0);
}
.smallSection .setBlock__boxText {
  border: 1px solid #231815;
  background-color: #fff;
  padding: 3px 20px;
  font-size: 14px;
  display: inline-block;
  line-height: 1.2;
  margin-top: 20px;
}

.smallSection .setBlock__textColumn {
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
}

.smallSection .setBlock__textColumn:nth-child(1) {
  padding-left: 0;
  border-right: 1px solid #231815;
}

.smallSection .setBlock__textColumn:nth-child(2) {
  padding-right: 0;
}

.smallSection .setBlock__contents {
  margin-top: 35px;
}

.smallSection .setBlock__caption {
  font-size: 14px;
  text-align: center;
}

.smallSection .setBlock .tNotes--list,.smallSection .setBlock .tNotes--order {
  margin-top: 10px;
}

.smallSection .setBlock__detailWrapper {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.smallSection .setBlock__copyText--underlined {
  font-size: 16px;
}

.smallSection .setBlock__copyText--underlined span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #231815;
}

.smallSection .setBlock__copyText--small {
  margin: 20px 0;
  line-height: 1.5;
  font-size: 12px;
}

.smallSection .setBlock__imgsBlock {
  margin-left: 60px;
}

.smallSection .setBlock__imgsBlockInner {
  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;
}

.smallSection .setBlock__linkBlock a {
  /* display: block; */
  /* text-decoration: underline; */
}

.smallSection .setBlock__linkBlock {
  margin: 20px 36px 0;
}

.smallSection .setBlock__linkBlock a:not(:first-child) {
  margin-top: 8px;
}

.smallSection .setBlock__linkBox {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 170px;
  height: 64px;
  border: 1px solid #e0e0e0;
}

.smallSection .setBlock__itemsBlock {
}

.smallSection .setBlock__stepCol {
  position: relative;
}

.smallSection .setBlock__stepCol .fig--center {
  margin-top: 25px;
}

.smallSection .setBlock__stepPlus {
  position: absolute;
  top: 50%;
  left: 0;
  width: 37px;
  height: 37px;
  background-color: #FFF;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.smallSection .setBlock__stepPlus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 21px;
  border-left: solid 1px #E0E0E0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.smallSection .setBlock__stepPlus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 1px;
  border-top: solid 1px #E0E0E0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.smallSection .setBlock__stepItem,.smallSection .setBlock__stepItem--L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15px;
}

.smallSection .setBlock__stepHeading {
  margin: 0 -20px;
  font-size: 20px;
  text-align: center;
}

.smallSection .setBlock__stepHeading span {
  display: inline-block;
}

.smallSection .setBlock__stepLead {
  font-size: 14px;
  text-align: center;
  margin-bottom: 35px;
}

.smallSection .setBlock__stepItemImg {
  -ms-flex-preferred-size: 68px;
  flex-basis: 68px;
  max-width: 68px;
  margin-right: 18px;
}

.smallSection .setBlock__stepItemImg img {
  max-width: 100%;
}

.smallSection .setBlock__stepItemTxt {
  letter-spacing: -0.04em;
  line-height: 1.6;
}

.smallSection .setBlock__stepItemName {
  display: inline-block;
  font-size: 16px;
}

.smallSection .setBlock__or {
  margin-top: 15px;
  text-align: center;
}

.smallSection .setBlock.setBlock--wide {
  max-width: 980px;
}

.smallSection .setBlock.setBlock--wide .setBlock__inner {
  padding: 35px;
}

.smallSection .setBlock .setBlock__titleText--small {
  font-size: 20px;
}

.smallSection .setBlock .setBlock__col2of1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.smallSection .setBlock .setBlock__col2of1__item {
  width: 50%;
}

.smallSection .setBlock .setBlock__col2of1__item:first-child {
  padding-top: 40px;
}

.smallSection .setBlock .setBlock__col2of1__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 30px;
}

.smallSection .setBlock .setBlock__col2of1__item__img {
  margin: 0 auto;
}

.smallSection .setBlock .setBlock__col2of1__item__img img {
  width: 100%;
}

.smallSection .setBlock .setBlock__col2of1__item__txt {
  font-size: 18px;
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox:first-child {
  margin-right: 25px;
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox {
  text-align: center;
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox > *:nth-child(1) {
  height: 70%;
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox > *:nth-child(2) {
  height: 30%;
}

.smallSection .setBlock .setBlock__col2of1__item--images {
  position: relative;
}

.smallSection .setBlock .setBlock__col2of1__item--images::before,.smallSection .setBlock .setBlock__col2of1__item--images::after {
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  border-top: 1px solid #231815;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

.smallSection .setBlock .setBlock__col2of1__item--images::before {
  left: 80px;
}

.smallSection .setBlock .setBlock__col2of1__item--images::after {
  top: 75px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox a {
  text-decoration: underline;
  margin-top: 15px;
  font-size: 18px;
}

.smallSection .setBlock .notes {
  font-size: 12px;
  margin-top: 5px;
}

.smallSection .review01 {
  margin: 100px 0 0;
}

.smallSection .review01__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 940px;
  height: 150px;
  margin: -20px auto 0;
}

.smallSection .review01__comment:nth-child(odd) .review01__balloon {
  margin-left: 14px;
}

.smallSection .review01__comment:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.smallSection .review01__comment:nth-child(even) .review01__balloon {
  margin-right: 14px;
}

.smallSection .review01__comment:nth-child(even) .review01__balloon::before,.smallSection .review01__comment:nth-child(even) .review01__balloon::after {
  right: auto;
  left: 100%;
}

.smallSection .review01__comment:nth-child(even) .review01__balloon::before {
  margin-top: 4px;
  margin-left: 1px;
  border-right-color: transparent;
  border-left-color: #E0E0E0;
}

.smallSection .review01__comment:nth-child(even) .review01__balloon::after {
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: 5px;
  border-right-color: transparent;
  border-left-color: #FFF;
}

.smallSection .review01__img {
  position: relative;
  -ms-flex-preferred-size: 114px;
  flex-basis: 114px;
  min-width: 114px;
  max-width: 114px;
}

.smallSection .review01__img img {
  width: 100%;
}

.smallSection .review01__balloon {
  line-height: 1.5;
  position: relative;
  border: 1px solid #E0E0E0;
  padding: 16px 20px 12px;
  text-align: left;
  letter-spacing: 0.04em;
  font-size: 20px;
}

.smallSection .review01__balloon::before,.smallSection .review01__balloon::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 25%;
}

.smallSection .review01__balloon::before {
  border-color: transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-top: -4px;
  margin-right: 1px;
  border-right-color: #E0E0E0;
}

.smallSection .review01__balloon::after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -3px;
  border-right-color: #FFF;
}

.smallSection .reviewBlock {
  display: block;
  margin-bottom: 60px;
}

.smallSection .review02,.smallSection .review02--figRight {
  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;
  margin-bottom: 20px;
}

.smallSection .review02__img {
  -ms-flex-preferred-size: 84px;
  flex-basis: 84px;
  min-width: 84px;
  max-width: 84px;
}

.smallSection .review02__img img {
  width: 100%;
}

.smallSection .review02__balloon {
  position: relative;
  -ms-flex-preferred-size: 440px;
  flex-basis: 440px;
  min-width: 75px;
  margin: 0 0 0 27px;
  padding: 18px 20px;
  background: #FFF;
  font-size: 14px;
  border: solid 2px #E0E0E0;
  border-radius: 5px;
  letter-spacing: 0.02em;
}

.smallSection .review02__balloon::before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -20px;
  margin-right: 2px;
  border-right-color: #E0E0E0;
  right: 100%;
  top: 56%;
}

.smallSection .review02__balloon::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -20px;
  margin-right: -2px;
  border-right-color: #FFF;
  right: 100%;
  top: 56%;
}

.smallSection .review02--figRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.smallSection .review02--figRight .review02__balloon {
  margin: 0 27px 0 0;
}

.smallSection .review02--figRight .review02__balloon::before {
  border-right-color: transparent;
  border-left-color: #E0E0E0;
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: 2px;
}

.smallSection .review02--figRight .review02__balloon::after {
  margin-right: 0;
  margin-left: -2px;
  border-right-color: transparent;
  border-left-color: #FFF;
  right: auto;
  left: 100%;
}

.smallSection .banner {
  margin-bottom: 80px;
}

.smallSection .banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 640px;
  height: 200px;
  text-decoration: none;
  margin: 0 auto;
  border: solid 1px #E0E0E0;
  background: url("/contents/regular/images/service/sp/bg-banner-archives.png") no-repeat left center;
}

.smallSection .banner__txt {
  padding-right: 20px;
  padding-left: 227px;
}

.smallSection .banner__shoulder {
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.smallSection .banner__heading {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.smallSection .award {
  position: relative;
  max-width: 760px;
  margin: 0 auto 60px;
  border: solid 1px #BA9F22;
  padding: 40px 40px 50px;
}

.smallSection .award::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: solid 1px #DCCF90;
}

.smallSection .award__inner {
  position: relative;
}

.smallSection .award__ttl {
  background: url(/contents/regular/images/service/img-award.png) no-repeat center top;
  border-bottom: 1px solid #BA9F22;
  color: #ba9f22;
  display: table;
  margin: 0 auto 30px;
  padding: 30px 4px 0;
  line-height: 1.5;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.smallSection .award__ttl span {
  font-weight: bold;
  font-size: 1.5em;
}

.smallSection .appLinks {
  margin-top: 80px;
  text-align: center;
}

.smallSection .appLinks__links {
  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;
}

.smallSection .appLinks__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.smallSection .appLinks__container:nth-child(2) {
  margin-left: 62px;
}

.smallSection .appLinks__textContainer {
  text-align: left;
}

.smallSection .appLinks__text {
  font-size: 16px;
  margin-bottom: 3px;
  letter-spacing: 0.02em;
}

.smallSection .appLinks__qrContainer {
  margin-left: 19px;
}

.smallSection .appLinks .btn--strong {
  background: #000000;
  height: 51px;
  border-radius: 5px;
}

.smallSection .appLinks--bgGreen {
  background-color: #eff6f2;
  padding: 50px 0;
}

.smallSection .itemSliderRich {
  /* max-width: 730px; */
  margin: 0 auto 30px;
  overflow: hidden;
}

.smallSection .itemSliderRich_bg {
  background-color: #fdf8f0;
  padding: 50px 0;
}

.smallSection .itemSliderRich__list {
  overflow: hidden;
  width: 700px;
  height: 530px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.smallSection .itemSliderRich__list::after {
  content: "";
  display: table;
  clear: both;
}

.smallSection .itemSliderRich__list.slick-initialized {
  height: 585px;
  /* overflow: visible; */
}

.smallSection .itemSliderRich__list.slick-loading .slick-track {
  visibility: hidden;
}

.smallSection .itemSliderRich__list .slick-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #e1d9d0;
  line-height: 1;
  /* position: relative; */
  width: 50px;
  height: 50px;
  border: 0.1em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}

.smallSection .itemSliderRich__list .slick-arrow::before {
  /* content: none;
  z-index: 1000;
  width: 32px;
  height: 32px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  top: -17%;
  bottom: 0;
  margin: auto;
  z-index: 1000; */


  content: '';

  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-right-color: currentColor;
  border-left: 0;
  transform: translateX(-15%);
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.smallSection .itemSliderRich__list .slick-prev.slick-arrow {
  left: 3px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  z-index: 1;
}

.smallSection .itemSliderRich__list .slick-next.slick-arrow {
  right: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.smallSection .itemSliderRich__itemCard {
  float: left;
  text-align: center;
  width: 700px;
  height: 475px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: top;
}

.smallSection .itemSliderRich__itemCard.color001 {
  background-image: url(/contents/regular/images/service/img-slide_1-1.png);
}

.smallSection .itemSliderRich__itemCard.color001 .itemSliderRich__imgContainer {
  bottom: -10px;
  right: 0;
}

.smallSection .itemSliderRich__itemCard.color002 {
  background-image: url(/contents/regular/images/service/img-slide_1-2.png);
}

.smallSection .itemSliderRich__itemCard.color002 .itemSliderRich__imgContainer {
  bottom: -10px;
  right: 0px;
}

.smallSection .itemSliderRich__itemCard.color003 {
  background-image: url(/contents/regular/images/service/img-slide_1-3.png);
}

.smallSection .itemSliderRich__itemCard.color003 .itemSliderRich__imgContainer {
  bottom: -25px;
  right: -20px;
}

.smallSection .itemSliderRich__itemCard.color004 {
  background-image: url(/contents/regular/images/service/img-slide_1-4.png);
}

.smallSection .itemSliderRich__itemCard.color005 {
  background-image: url(/contents/regular/images/service/img-slide_1-5.png);
}

.smallSection .itemSliderRich__itemCard.color004 .itemSliderRich__imgContainer {
  bottom: -5px;
  right: 0;
}

.smallSection .itemSliderRich__itemCard.slick-slider {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.smallSection .itemSliderRich__textContainer {
  /* text-align: left; */
  margin: 0 auto -80px;
  height: 90px;
}

.smallSection .itemSliderRich__textContainer__itemName {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.smallSection .itemSliderRich__textContainer__itemCaption {
  line-height: 1.78;
}

.smallSection .itemSliderRich__img {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.smallSection .itemSliderRich__captions {
  margin-top: 20px;
  min-height: 50px;
  font-size: 14px;
  text-align: center;
}

.smallSection .itemSliderRich__captions li {
  display: none;
}

.smallSection .itemSliderRich__captions li.is-current {
  display: block;
  -webkit-animation: tpr_fade 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: tpr_fade 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.smallSection .itemSliderRich__thumb {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.smallSection .itemSliderRich__thumb__item {
  margin: 0 7px;
  background-color: #e0d6d1;
  border-radius: 50%;
}

.smallSection .itemSliderRich__thumb__item.is-current {
  background-color: #735b4e;
  /* border-radius: 7px; */
  border-radius: 50%;
}

.smallSection .itemSliderRich__thumb__imgContainer {
  height: 64px;
}

.smallSection .itemSliderRich__thumb__btn {
  display: block;
  position: relative;
  height: 15px;
  width: 15px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.smallSection .itemSliderRich__thumb__icon,.smallSection .itemSliderRich__thumb__icon--y,.smallSection .itemSliderRich__thumb__icon--b {
  width: 28px;
  height: 28px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.smallSection .itemSliderRich__thumb__icon--y {
  background-color: #fefbcb;
}

.smallSection .itemSliderRich__thumb__icon--b {
  background-color: #dbf0f9;
}

.smallSection .itemSliderRich__thumb__title {
  display: inline-block;
  vertical-align: middle;
  line-height: 5;
}

.smallSection .itemSliderRich__iconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 485px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px auto 0;
}

.smallSection .itemSliderRich__iconItem {
  margin-left: 15px;
}

.smallSection .itemSliderRich__iconItem:first-child {
  margin-left: 0;
}

.smallSection .itemSliderRich__icon,.smallSection .itemSliderRich__icon--y,.smallSection .itemSliderRich__icon--b {
  width: 16px;
  height: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.smallSection .itemSliderRich__icon--y {
  background-color: #fefbcb;
}

.smallSection .itemSliderRich__icon--b {
  background-color: #dbf0f9;
}

.smallSection .itemSlider {
  max-width: 920px;
  margin: 0 auto 30px;
  /* padding: 49px 29px; */
  /* border: solid 1px #E0E0E0; */
}

.smallSection .itemSlider__ttl {
  display: table;
  margin: 0 auto 40px;
  padding: 10px 30px;
  background-color: #E0E0E0;
  font-size: 20px;
  text-align: center;
}

.smallSection .itemSlider__imgWrap {
  position: relative;
  width: 194px;
  height: 194px;
  margin: 0 auto 15px;
  text-align: center;
}

.smallSection .itemSlider__img {
  width: 100%;
}

.smallSection .itemSlider__img--sub {
  position: absolute;
  width: 94px;
  right: -50px;
  bottom: -25px;
}

.smallSection .itemSlider__heading {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.smallSection .itemSlider__txt {
  font-size: 14px;
  letter-spacing: 0.06em;
}

.smallSection .section-steps {
  margin-bottom: 60px;
}

.smallSection .section-steps__title {
  text-align: center;
}

.smallSection .section-steps__title__text {
  display: inline-block;
  font-size: 24px;
  color: #102c83;
}

.smallSection .section-steps__title__large {
  display: inline-block;
  font-size: 36px;
  color: #102c83;
  margin-left: 15px;
}

.smallSection .section-steps__title__num {
  margin: 0 5px;
}

.smallSection .section-steps__table {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__content {
  padding: 20px 5% 0;
}

.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--left,.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--right {
  width: calc(100% / 4);
}

.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--col3 {
  width: calc(100% / 2);
}

.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--col3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--col3__inner .section-steps__table__content {
  padding: 20px 3% 0;
  width: 50%;
}

.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__word__title {
  font-size: 20px;
}

.smallSection .section-steps__table__wrap--left {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.smallSection .section-steps__table__wrap--right {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.smallSection .section-steps__table__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8% 5% 0;
}

.smallSection .section-steps__table__image {
  text-align: center;
}

.smallSection .section-steps__table__image img {
  max-height: 175px;
  margin-bottom: 15px;
}

.smallSection .section-steps__table__stagenum {
  background-color: #102c83;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.smallSection .section-steps__table__stagenum span {
  font-size: 22px;
  font-weight: bold;
}

.smallSection .section-steps__table__word__title {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #102c83;
  margin-bottom: 4%;
}

.smallSection .section-steps__table__txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #231815;
}

.smallSection .section-steps__table__txt--strong {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 2%;
  letter-spacing: -2px;
}

.smallSection .section-steps__table__label {
  margin: 20px 0;
}

.smallSection .section-steps__table__label li {
  margin-top: 7px;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  border: 1px solid #102c83;
  color: #102c83;
  padding: 4px 10px;
}

.smallSection .section-steps__table .tNotes--order {
  margin-top: 5px;
}

.smallSection .stepType__col--table {
  position: relative;
}

.smallSection .stepType__table {
  position: relative;
  z-index: 1;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: solid 1px #999;
}

.smallSection .stepType__table th {
  height: 56px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #999;
  background-color: #102C83;
}

.smallSection .stepType__table td {
  height: 204px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #999;
  background-color: #FFF;
}

.smallSection .stepType__l,.smallSection .stepType__m {
  position: absolute;
  top: 78px;
  z-index: 2;
  height: 160px;
  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;
}

.smallSection .stepType__l {
  left: 10px;
  width: calc(50% - 15px);
  color: #102C83;
  border: solid 1px #102C83;
  background-color: #FFF;
}

.smallSection .stepType__m {
  left: calc(50% + 5px);
  width: calc(30% - 18px);
  color: #FFF;
  background-color: #102C83;
}

.smallSection .stepType__type {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 40px;
}

.smallSection .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 80px;
}

.smallSection .steps__item,.smallSection .steps__item--main {
  font-size: 24px;
  line-height: 1.16;
  text-align: center;
}

.smallSection .steps__item + li,.smallSection .steps__item--main + li {
  margin-left: 55px;
  position: relative;
}

.smallSection .steps__item + li::before,.smallSection .steps__item--main + li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: -36px;
  border-width: 16px;
  border-style: solid;
  border-color: transparent transparent transparent #E0E0E0;
}

.smallSection .steps__item--main {
  min-width: 335px;
  -ms-flex-preferred-size: 335px;
  flex-basis: 335px;
}

.smallSection .steps__item--main .steps__enclose {
  padding: 8px 20px;
  color: #102C83;
  font-weight: bold;
  border-color: #102C83;
}

.smallSection .steps__enclose {
  display: block;
  margin-top: 10px;
  padding: 24px 0 20px;
  position: relative;
  border: 1px solid #E0E0E0;
}

.smallSection .steps__enclose span {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.smallSection .step-box {
  max-width: 464px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  margin: 80px auto 0;
}

.smallSection .step-box__inner,.smallSection .step-box__inner--main {
  position: relative;
  -ms-flex-preferred-size: 138px;
  flex-basis: 138px;
}

.smallSection .step-box__inner:nth-child(1)::before,.smallSection .step-box__inner--main:nth-child(1)::before {
  content: none;
}

.smallSection .step-box__inner::before,.smallSection .step-box__inner--main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  width: 0;
  height: 0;
  margin-top: -12px;
  border-style: solid;
  border-width: 12px 0 12px 11px;
  border-color: transparent transparent transparent #E0E0E0;
  display: inline-block;
}

.smallSection .step-box__inner--main .step-box__num {
  background-color: #102C83;
}

.smallSection .step-box__inner--main .step-box__item {
  border-color: #102C83;
  color: #231815;
}

.smallSection .step-box__num {
  padding: 4px 0 5px;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 0.02em;
  background-color: #c2c2c2;
}

.smallSection .step-box__item {
  border: 1px solid #c2c2c2;
  color: #999;
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.smallSection .steps--pink .steps__item--main .steps__enclose {
  color: #EF857D;
  font-weight: bold;
  border-color: #EF857D;
}

.smallSection .step-box--pink .step-box__inner--main .step-box__num {
  background-color: #EF857D;
}

.smallSection .step-box--pink .step-box__inner--main .step-box__item {
  border-color: #EF857D;
}

.smallSection .lp-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  border-collapse: separate;
  border: 1px solid #735b4e;
  background: none;
  width: 100%;
  max-width: 300px;
  min-height: 64px;
  color: #735b4e;
  text-align: center;
  text-decoration: none;
  padding: 12px 20px;
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
}

.smallSection .lp-btn .lp-btn__text {
  display: table-cell;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.366;
  padding: 0 10px;
  position: relative;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.smallSection .lp-btn .lp-btn__text:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #5c5a5a;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.smallSection .lp-btn.lp-btn--down .lp-btn__text:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.smallSection .lp-btn:hover {
  border-color: #999;
  text-decoration: none;
}

.smallSection .lp-btn:hover .lp-btn__text {
  opacity: .6;
}

.smallSection .lp-btn--strong {
  background: #5c5a5a;
  border: none;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.smallSection .lp-btn--strong .lp-btn__text {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
}

.android .smallSection .lp-btn--strong .lp-btn__text {
  font-weight: 700;
}

.smallSection .lp-btn--strong .lp-btn__text::after {
  border-color: #fff;
}

.smallSection .lp-btn--strong:hover {
  background-color: #999;
}

.smallSection .lp-btn--strong:hover .lp-btn__text {
  opacity: 1;
}

.smallSection .lp-btn--small {
  min-height: auto;
}

.smallSection .lp-btn--small .lp-btn__text {
  font-size: 0.875rem;
}

.smallSection .lp-btnWrap--center .lp-btn {
  margin-right: auto;
  margin-left: auto;
}

.smallSection .lp-btnWrap--right .lp-btn {
  margin: 0 0 0 auto;
}

.smallSection .componentContainer {
  margin-bottom: 40px;
}

.smallSection .componentContainer .steps,.smallSection .componentContainer .achievement {
  margin: 0 auto;
}

.smallSection .componentContainer .steps + .txtBox,.smallSection .componentContainer .achievement + .txtBox {
  margin-top: 20px;
}

.smallSection .boxText {
  margin: 40px auto 0;
  text-align: center;
}

.smallSection .boxText .boxText__inner {
  display: inline-block;
}

.smallSection .boxText .boxText__inner .boxText__inner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.smallSection .boxText .boxText__inner .boxText__inner__item {
  border: 1px solid #97aaba;
  line-height: 1;
  min-width: 250px;
  width: 31%;
  text-align: center;
  font-size: 20px;
  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;
}

.smallSection .boxText .boxText__inner .boxText__inner__item:not(:first-child) {
  margin-left: 20px;
}

.smallSection .boxText .boxText__inner .boxText__inner__item:nth-child(n+4) {
  margin-top: 20px;
}

.smallSection .boxText .boxText__inner .boxText__inner__item:nth-child(3n+1) {
  margin-left: 0;
}

.smallSection .boxText .boxText__inner .boxText__inner__item p {
  margin: 15px 10px;
}

.smallSection .boxText .boxText__notes {
  color: #5C5A5A;
  margin-top: 10px;
  text-align: left;
  font-size: 10px;
}

.smallSection .link--img {
  display: inline-block;
}

.smallSection .link--img figure {
  margin-bottom: 0;
}

body.ie .boxText__inner .boxText__inner__wrap {
  max-width: 1120px;
}

@media screen and (min-width: 769px) {
  .smallSection .icon--circle .num__shoulder {
    padding-top: 2px;
  }

  .smallSection .icon--circle .num__num {
    padding-top: 0;
  }

  .smallSection .achievement__item {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 5px;
    padding: 30px 20px 0;
    border-radius: 51%;
    border: 1px solid #5C5A5A;
  }

  .smallSection .achievement__heading {
    display: block;
    width: 120px;
    margin: 0 auto 5px;
    letter-spacing: 0.04em;
    line-height: 1.8;
    padding-bottom: 10px;
    border-bottom: solid 1px #5C5A5A;
  }

  .smallSection .achievement__num {
    font-size: 72px;
    letter-spacing: -0.02em;
    line-height: 1.1;
  }

  .smallSection .achievement__unit {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }

  .smallSection .achievement__unit sup {
    font-size: 20px;
  }

  .smallSection .achievement__percent {
    font-size: 40px;
  }

  .smallSection .achievement__percent sup {
    font-size: 20px;
  }

  .smallSection .sectionKv__content,.smallSection .sectionKv__content--centerSP {
    height: 480px;
    padding-left: 33%;
    position: relative;
    background: url("/contents/regular/images/service/img-main-kv.png") no-repeat center center;
    background-size: cover;
  }

  .smallSection .sectionKv__iconWrap,.smallSection .sectionKv--02 .sectionKv__iconWrap--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
  }

  .smallSection .sectionKv__iconWrap > p:not(:first-child),.smallSection .sectionKv--02 .sectionKv__iconWrap--02 > p:not(:first-child) {
    margin-left: 12px;
  }

  .smallSection .beautyColumn--largePC {
    padding: 30px;
  }

  .smallSection .beautyColumn__shoulder--leftPC {
    right: auto;
    left: -1px;
  }

  .smallSection .beautyColumn__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .smallSection .beautyColumn__col--txt {
    -ms-flex-preferred-size: 420px;
    flex-basis: 420px;
    max-width: 420px;
    margin-right: 40px;
  }

  .smallSection .beautyColumn__col--fig {
    -ms-flex-preferred-size: 420px;
    flex-basis: 420px;
    max-width: 420px;
  }

  .smallSection .beautyColumn .fig--center figcaption,.smallSection .beautyColumn--largePC .fig--center figcaption {
    text-align: center;
  }

  .smallSection .setBlock {
    border: 1px solid #231815;
  }

  .smallSection .setBlock__stepRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .smallSection .setBlock__stepCol:nth-child(1) {
    -ms-flex-preferred-size: 263px;
    flex-basis: 263px;
    padding-right: 20px;
  }

  .smallSection .setBlock__stepCol:nth-child(2) {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    padding: 0 40px;
    border-left: solid 1px #E0E0E0;
  }

  .smallSection .setBlock__stepCol:nth-child(2) .setBlock__stepItem,.smallSection .setBlock__stepCol:nth-child(2) .setBlock__stepItem--L {
    margin-right: -20px;
  }

  .smallSection .setBlock__stepCol:nth-child(2) .setBlock__stepItemImg {
    max-width: 45px;
    margin-right: 15px;
  }

  .smallSection .setBlock__stepCol:nth-child(3) {
    -ms-flex-preferred-size: 239px;
    flex-basis: 239px;
    padding-left: 30px;
    border-left: solid 1px #E0E0E0;
  }

  .smallSection .setBlock__stepItem--L {
    display: block;
    text-align: center;
  }

  .smallSection .setBlock__stepItem--L .setBlock__stepItemImg {
    max-width: none;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .smallSection .itemSlider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .smallSection .itemSlider__wrap {
    width: calc(100% / 3);
    padding: 0 10px;
  }

  .smallSection .section-steps__table {
    width: 100%;
    max-width: 920px;
    margin: 23px auto 0;
  }

  .smallSection .section-steps__table__wrap--left {
    width: calc(100% / 3);
  }

  .smallSection .section-steps__table__wrap--right {
    width: calc(100% / 3);
  }

  .smallSection .section-steps__table__stringwrap {
    min-height: 200px;
  }

  .smallSection .section-steps__table .tNotes--order li {
    display: inline-block;
  }

  .smallSection .section-steps__table .tNotes--order li + li {
    margin-left: 0.5em;
  }

  .smallSection .stepType {
    max-width: 920px;
    margin: 0 auto 80px;
    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;
  }

  .smallSection .stepType__col--txt {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    padding-right: 20px;
  }

  .smallSection .stepType__col--txt .tLead--left {
    letter-spacing: 0;
  }

  .smallSection .stepType__col--txt .tLead--left:only-child {
    margin-bottom: 0;
  }

  .smallSection .stepType__col--table {
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%;
  }

  .smallSection .stepType__col--table:only-child {
    margin: 0 auto;
  }

  .smallSection .steps__item,.smallSection .steps__item--main {
    -ms-flex-preferred-size: 175px;
    flex-basis: 175px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .smallSection .stepType__col--txt .tLead--left:only-child {
    display: table;
    margin: 0 auto 10px;
  }
}

@media (max-width: 1023px) {
  .smallSection__bigMv {
    margin: 0 -64px;
  }

  .smallSection__bg {
    margin: 0 -64px;
    padding: 80px 64px;
  }
}

@media screen and (max-width: 768px) {
  .smallSection {
    padding: 0;
  }

  .smallSection__bigMv {
    margin: 0 -20px 50px;
  }

  .smallSection__bg {
    margin: 0 -20px 50px;
    padding: 40px 20px;
  }

  .smallSection .h03 {
    font-size: 20px;
    letter-spacing: 0.02em;
    margin-top: 50px;
  }

  .smallSection .h03__shoulder {
    font-size: 14px;
    letter-spacing: 0;
  }

  .smallSection .h03__sub {
    font-size: 14px;
    letter-spacing: 0;
  }

  .smallSection .h04,.smallSection .h04--line {
    font-size: 20px;
    letter-spacing: 0.02em;
  }

  .smallSection .h04--line {
    padding: 8px 0;
    font-size: 16px;
    letter-spacing: 0;
  }

  .smallSection .h04__shoulder,.smallSection .h04__shoulder--box {
    font-size: 14px;
  }

  .smallSection .tLead,.smallSection .tLead--left {
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  .smallSection .txtBox.txtBox--center {
    text-align: left;
  }

  .smallSection .list--circle > li {
    padding-left: 1em;
  }

  .smallSection .menuLink {
    display: block;
  }

  .smallSection .menuLink__btn {
    margin: 0 0 10px;
  }

  .smallSection .width_835 .menuLink__btn {
    margin: 30px 0 10px;
  }

  .smallSection .menuLink__btn .btn--small {
    min-height: 35px;
  }

  .smallSection .menuLink__btn + .smallSection .menuLink__btn {
    margin-top: 10px;
  }

  .smallSection .menuLink__link {
    max-width: 50%;
  }

  .smallSection .feature__row {
    display: block;
  }

  .smallSection .feature__col {
    max-width: none;
  }

  .smallSection .feature__col--ph {
    max-width: none;
    margin: 0 0 20px;
  }

  .smallSection .feature__heading {
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  .smallSection .icon .num__shoulder,.smallSection .icon--square .num__shoulder,.smallSection .icon--circle .num__shoulder,.smallSection .icon--date .num__shoulder,.smallSection .icon--quantity .num__shoulder,.smallSection .icon--new .num__shoulder,.smallSection .icon--set .num__shoulder {
    font-size: 11px;
  }

  .smallSection .icon .num__num,.smallSection .icon--square .num__num,.smallSection .icon--circle .num__num,.smallSection .icon--date .num__num,.smallSection .icon--quantity .num__num,.smallSection .icon--new .num__num,.smallSection .icon--set .num__num {
    font-size: 31px;
  }

  .smallSection .icon--square {
    width: 68px;
    height: 68px;
  }

  .smallSection .icon--circle {
    width: 76px;
    height: 76px;
  }

  .smallSection .icon--spf {
    width: 50px;
    line-height: 1;
    font-size: 10px;
  }

  .smallSection .icon--spf .spfTxt1 {
    height: 16px;
  }

  .smallSection .icon--spf .spfTxt2 {
    height: 16px;
  }

  .smallSection .icon--date {
    width: 64px;
    height: 64px;
    font-size: 11px;
  }

  .smallSection .icon--quantity {
    width: 65px;
    height: 65px;
  }

  .smallSection .icon--new,.smallSection .icon--set {
    width: 64px;
    height: 64px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .smallSection .icon--set {
    width: 75px;
    height: 75px;
    font-size: 24px;
    letter-spacing: 0.02em;
  }

  .smallSection .num {
    margin-bottom: 10px;
  }

  .smallSection .num__shoulder {
    font-size: 11px;
  }

  .smallSection .num__num {
    width: 21px;
    font-size: 30px;
  }

  .smallSection .achievement {
    display: block;
  }

  .smallSection .achievement__item {
    min-height: 36px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #231815;
  }

  .smallSection .achievement__heading {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .smallSection .achievement__num {
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  .smallSection .achievement__unit {
    font-size: 14px;
  }

  .smallSection .achievement__percent {
    font-size: 14px;
  }

  .smallSection .sectionKv,.smallSection .sectionKv--spMvTop,.smallSection .sectionKv--02 {
    margin-bottom: 50px;
  }

  .smallSection .sectionKv--spMvTop .sectionKv__content,.smallSection .sectionKv--spMvTop .sectionKv__content--centerSP,.smallSection .sectionKv--spMvTop .sectionKv__content--centerSP {
    padding-top: 78vw;
    padding-bottom: 0;
  }

  .smallSection .sectionKv .tNotes,.smallSection .sectionKv--spMvTop .tNotes,.smallSection .sectionKv--02 .tNotes,.smallSection .sectionKv .tNotes--list,.smallSection .sectionKv--spMvTop .tNotes--list,.smallSection .sectionKv--02 .tNotes--list,.smallSection .sectionKv .tNotes--order,.smallSection .sectionKv--spMvTop .tNotes--order,.smallSection .sectionKv--02 .tNotes--order {
    margin-top: 5px;
  }

  .smallSection .sectionKv__content,.smallSection .sectionKv__content--centerSP {
    background: url("/contents/regular/images/service/sp/img-main-kv-sp.png") no-repeat center bottom;
    max-width: none;
    height: 114.6vw;
    margin: 0 -20px;
    /* padding-right: 20px; */
    padding-top: 8vw;
    /* padding-left: 160px; */
    padding-left: 40vw;
    background-size: cover;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .smallSection .sectionKv__content--centerSP {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .smallSection .sectionKv__txt {
    font-size: 14px;
  }

  .smallSection .sectionKv__txt--border {
    margin-bottom: 20px;
    padding: 4px 10px;
  }

  .smallSection .sectionKv__contentInner {
    /* margin-top: 128px; */
    margin-top: 32vw;
  }

  .smallSection .sectionKv__shoulder {
    font-size: 32px;
    line-height: 1.5;
  }

  .smallSection .sectionKv__title {
    line-height: 1.4;
    margin-top: 28px;
    font-size: 37px;
  }

  .smallSection .sectionKv__title span{
    /* padding: 0;
    padding-left: 0px; */
    margin: 0 0 0 -10px;
    border-radius: 5px;
  }

  .smallSection .sectionKv__iconWrap,.smallSection .sectionKv--02 .sectionKv__iconWrap--02 {
    position: absolute;
    width: 54px;
    height: 116px;
    top: 18.3vw;
 /* top = height - paddingBottom */
    right: 20px;
    margin-top: -58px;
  }

  .smallSection .sectionKv__iconWrap > p:not(:first-child),.smallSection .sectionKv--02 .sectionKv__iconWrap--02 > p:not(:first-child) {
    margin-left: 0;
    margin-top: 12px;
  }

  .smallSection .sectionKv__iconWrap .icon--date,.smallSection .sectionKv--02 .sectionKv__iconWrap--02 .icon--date {
    width: 54px;
    height: 54px;
    font-size: 11px;
    letter-spacing: -0.02em;
  }

  .smallSection .sectionKv__iconWrap .icon--new,.smallSection .sectionKv--02 .sectionKv__iconWrap--02 .icon--new,.smallSection .sectionKv__iconWrap .icon--set,.smallSection .sectionKv--02 .sectionKv__iconWrap--02 .icon--set {
    width: 54px;
    height: 54px;
  }

  .smallSection .sectionKv--02 .sectionKv__shoulder {
    font-size: 14px;
    line-height: 1.5;
  }

  .smallSection .sectionKv--02 .sectionKv__title {
    font-size: 22px;
    line-height: 1.5;
  }

  .smallSection .sectionKv--02 .sectionKv__name {
    font-size: 18px;
  }

  .smallSection .sectionKv--02 .sectionKv__iconWrap--02 {
    position: static;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .smallSection .sectionKv--02 .sectionKv__iconWrap--02 > p:not(:first-child) {
    margin-top: 0;
    margin-left: 10px;
  }

  .smallSection .sectionKv--02 .sectionKv__iconWrap--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .smallSection .sectionEd,.smallSection .sectionEd--rev,.smallSection .sectionEd--txt {
    margin: 40px -20px;
  }

  .smallSection .sectionEd__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("/contents/regular/images/service/sp/img-main-Ed01-sp.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    max-width: 375px;
    height: 400px;
    padding: 0 0 240px 0;
  }

  .smallSection .sectionEd__heading {
    font-size: 20px;
    text-align: center;
    padding: 0 20px;
  }

  .smallSection .sectionEd--rev .sectionEd__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: url("/contents/regular/images/service/sp/img-main-Ed02-sp.jpg") no-repeat top center;
    background-size: cover;
    padding: 0 0 270px 0;
  }

  .smallSection .beautyColumn .h03,.smallSection .beautyColumn--largePC .h03 {
    margin-bottom: 10px;
  }

  .smallSection .beautyColumn,.smallSection .beautyColumn--largePC {
    margin: 60px -20px 0;
    padding: 30px 20px 43px;
    border-right: 0;
    border-left: 0;
  }

  .smallSection .beautyColumn__shoulder,.smallSection .beautyColumn__shoulder--leftPC {
    top: -24px;
    right: auto;
    left: 20px;
    width: 148px;
    height: 24px;
    padding-left: .26em;
    letter-spacing: 0.26em;
  }

  .smallSection .beautyColumn__col--txt {
    margin-bottom: 20px;
  }

  .smallSection .beautyColumn__heading {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .smallSection .setBlock {
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
  }

  .smallSection .setBlock__inner {
    padding: 19px 0;
  }

  .smallSection .setBlock__titles {
    display: block;
  }

  .smallSection .setBlock__textContainer {
    margin-left: 0;
  }

  .smallSection .setBlock__titleText {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 75px;
    margin-left: 90px;
  }

  .smallSection .setBlock__boxText {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }

  .smallSection .setBlock__textColumn {
    padding: 0 5px;
    font-size: 14px;
  }

  .smallSection .setBlock__contents {
    margin-top: 15px;
  }

  .smallSection .setBlock__detailWrapper {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .smallSection .setBlock__copyBlock {
    /* text-align: center; */
    text-align: left;
  }

  .smallSection .setBlock__copyText {
    font-size: 14px;
    line-height: 1.7;
  }

  .smallSection .setBlock__copyText--small {
    font-size: 10px;
    margin: 10px 0 0;
  }

  .smallSection .setBlock__imgsBlock {
    margin-left: 0px;
    margin-top: 20px;
  }

  .smallSection .setBlock__linkBlock {
    /* width: 105px;
    min-width: 105px; */
    width: 330px;
    margin: 0 0 0 20px;
  }

  .smallSection .setBlock__linkBlock a:not(:first-child) {
    margin-top: 5px;
  }

  .smallSection .setBlock__linkBox {
    width: 105px;
    height: 50px;
    line-height: 1.5;
  }

  .smallSection .setBlock__linkBox span {
    font-size: 12px;
  }

  .smallSection .setBlock__itemsBlock {
    max-width: 62%;
    /* margin-left: 13px; */
  }

  .smallSection .setBlock__stepCol {
    padding: 0 30px 30px;
  }

  .smallSection .setBlock__stepCol:nth-child(2) {
    border-top: solid 1px #E0E0E0;
    padding: 30px;
  }

  .smallSection .setBlock__stepCol:nth-child(3) {
    padding: 30px 30px 0;
    border-top: solid 1px #E0E0E0;
  }

  .smallSection .setBlock__stepPlus {
    top: 0;
    left: 50%;
  }

  .smallSection .setBlock__stepItem,.smallSection .setBlock__stepItem--L {
    max-width: 275px;
    margin: 15px auto 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .smallSection .setBlock__stepItem--L .setBlock__stepItemImg {
    -ms-flex-preferred-size: 94px;
    flex-basis: 94px;
    max-width: 94px;
  }

  .smallSection .setBlock__stepHeading {
    margin: 0;
    font-size: 16px;
  }

  .smallSection .setBlock__stepItemTxt {
    font-size: 12px;
  }

  .smallSection .setBlock__stepItemName {
    font-size: 14px;
  }

  .smallSection .setBlock.setBlock--wide .setBlock__inner {
    padding: 25px 0;
  }

  .smallSection .setBlock .setBlock__titleText--small {
    margin-left: 88px;
    font-size: 16px;
  }

  .smallSection .setBlock .setBlock__col2of1 {
    display: block;
    margin-top: 20px;
  }

  .smallSection .setBlock .setBlock__col2of1__item {
    width: 100%;
  }

  .smallSection .setBlock .setBlock__col2of1__item:first-child {
    padding-top: 0;
  }

  .smallSection .setBlock .setBlock__col2of1__item:last-child {
    padding-left: 0;
    max-width: 365px;
    margin: 20px auto 0;
  }

  .smallSection .setBlock .setBlock__col2of1__item__img {
    margin: 0 auto;
    width: 55%;
  }

  .smallSection .setBlock .setBlock__col2of1__item__img img {
    width: 100%;
  }

  .smallSection .setBlock .setBlock__col2of1__item__txt {
    font-size: 14px;
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox:first-child {
    margin-right: 0;
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox {
    text-align: center;
    width: 50%;
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox > *:nth-child(1) {
    height: 75%;
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox > *:nth-child(2) {
    height: 25%;
  }

  .smallSection .setBlock .setBlock__col2of1__item--images {
    position: relative;
  }

  .smallSection .setBlock .setBlock__col2of1__item--images::before,.smallSection .setBlock .setBlock__col2of1__item--images::after {
    position: absolute;
    top: 95px;
    left: -10px;
    right: 0;
    margin: auto;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border-top: 1px solid #231815;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
  }

  .smallSection .setBlock .setBlock__col2of1__item--images::before {
    left: 38px;
  }

  .smallSection .setBlock .setBlock__col2of1__item--images::after {
    top: 83px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox a {
    font-size: 12px;
  }

  .smallSection .setBlock .notes {
    font-size: 12px;
    margin-top: 5px;
  }

  .smallSection .review01 .h03 {
    margin-bottom: 20px;
  }

  .smallSection .review01__comment {
    height: auto;
    min-height: 130px;
    max-width: 335px;
  }

  .smallSection .review01__comment:nth-child(odd) .review01__balloon {
    margin-left: 10px;
  }

  .smallSection .review01__comment:nth-child(even) .review01__balloon {
    margin-right: 10px;
  }

  .smallSection .review01__img {
    -ms-flex-preferred-size: 96px;
    flex-basis: 96px;
    min-width: 96px;
    max-width: 96px;
  }

  .smallSection .review01__balloon {
    padding: 13px 14px 10px;
    font-size: 14px;
  }

  .smallSection .review02__img {
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    min-width: 70px;
    max-width: 70px;
  }

  .smallSection .review02__balloon {
    margin: 0 0 0 23px;
    padding: 13px 14px;
    letter-spacing: 0.01em;
    border-radius: 3px;
    border: solid 1px #E0E0E0;
  }

  .smallSection .review02__balloon::before {
    top: 50%;
    margin-right: 1px;
  }

  .smallSection .review02__balloon::after {
    top: 50%;
    margin-right: -1px;
  }

  .smallSection .review02--figRight .review02__balloon {
    margin: 0 23px 0 0;
  }

  .smallSection .review02--figRight .review02__balloon::before {
    margin-left: 1px;
  }

  .smallSection .review02--figRight .review02__balloon::after {
    margin-left: -1px;
  }

  .smallSection .banner__link {
    width: auto;
    max-width: 335px;
    height: 150px;
    line-height: 1.2;
    background: url("/contents/regular/images/service/sp/bg-banner-archives.png") no-repeat left center;
    background-size: auto 100%;
  }

  .smallSection .banner__txt {
    padding-right: 10px;
    padding-left: 169px;
  }

  .smallSection .banner__shoulder {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .smallSection .banner__heading {
    font-size: 16px;
  }

  .smallSection .award {
    padding: 32px 30px;
  }

  .smallSection .award__ttl {
    padding-top: 20px;
    font-size: 20px;
    background-size: 25px 19px;
  }

  .smallSection .appLinks {
    margin-top: 40px;
  }

  .smallSection .appLinks__links {
    height: auto;
    display: block;
    max-width: 335px;
    margin: 30px auto 0;
  }

  .smallSection .appLinks__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 335px;
    margin: 15px auto 0;
  }

  .smallSection .appLinks__title,.smallSection .appLinks__title--here {
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  .smallSection .appLinks__title--here {
    margin-top: 28px;
  }

  .smallSection .appLinks__btn {
    margin-top: 15px;
  }

  .smallSection .appLinks__imgContainer:nth-child(2) {
    margin-left: 20px;
  }

  .smallSection .appLinks__qrContainer {
    margin-left: 20px;
  }

  .smallSection .appLinks--bgGreen {
    margin-right: -20px;
    margin-left: -20px;
    padding: 30px 0;
  }

  .smallSection .appLinks--bgGreen .appLinks__links {
    margin-top: 0;
  }

  .smallSection .itemSliderRich {
    max-width: none;
    width: calc(100% + 40px);
    margin: 0 -20px 40px;
  }

  .smallSection .itemSliderRich__list {
    width: auto;
    height: 96.3vw;
  }

  .smallSection .itemSliderRich__list .slick-arrow {
    /* width: 18px;
    height: 18px;
    top: -20%; */

    top: 100px;
    width: 35px;
    height: 35px;
  }

  .smallSection .itemSliderRich__list .slick-arrow::before {
    width: 12px;
    height: 12px;
    /* top: -20%;
    top: 100px;
    width: 50px;
    height: 50px; */
  }

  .smallSection .itemSliderRich__list .slick-prev.slick-arrow {
    left: 10px;
  }

  .smallSection .itemSliderRich__list .slick-next.slick-arrow {
    right: 10px;
  }

  .smallSection .itemSliderRich__itemCard {
    width: auto;
    /* height: auto;
    padding-top: 75.6vw;
    background-size: contain; */

    height: 430px;
    padding-top: 87.6vw;
    background-size: 200px;
  }

  .smallSection .itemSliderRich__itemCard.color001 {
    background-image: url(/contents/regular/images/service/img-slide_1-1.png);
  }

  .smallSection .itemSliderRich__itemCard.color001 .itemSliderRich__imgContainer {
    bottom: 5px;
    right: 0;
    width: 45%;
  }

  .smallSection .itemSliderRich__itemCard.color002 {
    background-image: url(/contents/regular/images/service/img-slide_1-2.png);
  }

  .smallSection .itemSliderRich__itemCard.color002 .itemSliderRich__imgContainer {
    bottom: 20px;
    right: 0;
    width: 48%;
  }

  .smallSection .itemSliderRich__itemCard.color003 {
    background-image: url(/contents/regular/images/service/img-slide_1-3.png);
  }

  .smallSection .itemSliderRich__itemCard.color003 .itemSliderRich__imgContainer {
    bottom: 15px;
    right: 0;
    width: 47%;
  }

  .smallSection .itemSliderRich__itemCard.color004 {
    background-image: url(/contents/regular/images/service/img-slide_1-4.png);
  }

  .smallSection .itemSliderRich__itemCard.color004 .itemSliderRich__imgContainer {
    bottom: 25px;
    right: 0;
    width: 47%;
  }

  .smallSection .itemSliderRich__textContainer {
   text-align: left;
    margin: 40px 20px;
    height: 63px;
  }

  .smallSection .itemSliderRich__textContainer__itemName {
    font-size: 14px;
  }

  .smallSection .itemSliderRich__textContainer__itemCaption {
    font-size: 14px;
    line-height: 1.5;
  }

  .smallSection .itemSliderRich__captions {
    min-height: 63px;
    margin: 10px 20px 0;
    font-size: 12px;
    text-align: left;
  }

  .smallSection .itemSliderRich__thumb {
    max-width: 600px;
    margin: -100px auto 0;
  }

  .smallSection .itemSliderRich__thumb__item {
    /* -ms-flex-preferred-size: calc(25% - 14px);
    flex-basis: calc(25% - 14px); */
  }

  .smallSection .itemSliderRich__thumb__item:not(:first-child) {
    margin-left: 7px;
  }

  .smallSection .itemSliderRich__thumb__imgContainer {
    width: 55px;
    height: 55px;
    margin: auto;
    line-height: 55px;
  }

  .smallSection .itemSliderRich__thumb__btn {
    /* width: auto;
    padding: 35px 10px 10px;
    height: auto; */
    padding: 0;
    width: 12px;
    height: 12px;
  }

  .smallSection .itemSliderRich__thumb__icon,.smallSection .itemSliderRich__thumb__icon--y,.smallSection .itemSliderRich__thumb__icon--b {
    top: 6px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .smallSection .itemSliderRich__thumb__title {
    margin-top: 5px;
    line-height: 1.28;
    font-size: 12px;
  }

  .smallSection .itemSliderRich__iconList {
    max-width: 590px;
    margin: 30px auto 0;
    padding: 0 20px;
  }

  .smallSection .itemSlider {
    border: 0;
    margin: 0 -20px 60px;
    padding: 0;
    border-right: 0;
    border-left: 0;
  }

  .smallSection .itemSlider__ttl {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
  }

  .smallSection .itemSlider__list {
    position: relative;
    border-bottom: solid 1px #E0E0E0;
    padding-bottom: 25px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .smallSection .itemSlider__list::after {
    content: "";
    clear: both;
    display: table;
  }

  .smallSection .itemSlider__list .slick-slider {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .smallSection .itemSlider__list .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 90px;
    z-index: 1000;
  }

  .smallSection .itemSlider__list .slick-arrow::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
  }

  .smallSection .itemSlider__list .slick-prev {
    left: 20px;
  }

  .smallSection .itemSlider__list .slick-prev::before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
  }

  .smallSection .itemSlider__list .slick-next {
    right: 20px;
  }

  .smallSection .itemSlider__list .slick-next::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .smallSection .itemSlider__list .slick-dots {
    bottom: -30px;
  }

  .smallSection .itemSlider__list .slick-dots li {
    margin: 0 1px;
  }

  .smallSection .itemSlider__list .slick-dots li button::before {
    content: "";
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border: solid 1px #E0E0E0;
    border-radius: 51%;
    opacity: 1;
  }

  .smallSection .itemSlider__list .slick-dots li.slick-active button::before {
    border: 0;
    background-color: #E0E0E0;
  }

  .smallSection .itemSlider__wrap {
    float: left;
    padding: 0 20px;
  }

  .smallSection .itemSlider__wrap a {
    display: block;
  }

  .smallSection .itemSlider__heading {
    font-size: 16px;
  }

  .smallSection .section-steps {
    margin-bottom: 40px;
  }

  .smallSection .section-steps__title {
    line-height: 1.5;
  }

  .smallSection .section-steps__title__text {
    display: block;
    font-size: 16px;
  }

  .smallSection .section-steps__title__large {
    display: block;
    font-size: 22px;
    margin-left: 0;
    margin-bottom: 7px;
  }

  .smallSection .section-steps__title__num {
    font-size: 30px;
  }

  .smallSection .section-steps__table {
    margin-top: 12px;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__content {
    padding: 1%;
  }

  .smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--left,.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--right {
    width: 100%;
  }

  .smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--col3 {
    width: 100%;
  }

  .smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--col3__inner {
    display: block;
  }

  .smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--col3__inner .section-steps__table__content {
    padding: 1%;
    width: 100%;
  }

  .smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__word__title {
    font-size: 18px;
  }

  .smallSection .section-steps__table__wrap--left {
    border-top: 1px solid #999999;
  }

  .smallSection .section-steps__table__wrap--right {
    border-left: 1px solid #999999;
  }

  .smallSection .section-steps__table__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .smallSection .section-steps__table__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1%;
  }

  .smallSection .section-steps__table__image {
    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;
    width: 5.3rem;
  }

  .smallSection .section-steps__table__image img {
    max-width: 64px;
    height: auto;
    margin: 20px 0 20px 5px;
  }

  .smallSection .section-steps__table__stagenum {
    width: 30px;
    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;
    font-size: 10px;
    font-weight: bold;
  }

  .smallSection .section-steps__table__stagenum span {
    font-size: 20px;
  }

  .smallSection .section-steps__table__word {
    max-width: 195px;
    margin: 12px 0px 12px 8px;
  }

  .smallSection .section-steps__table__word__title {
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    color: #102c83;
    margin-bottom: 10px;
  }

  .smallSection .section-steps__table__txt {
    font-size: 12px;
  }

  .smallSection .section-steps__table__txt--strong {
    font-size: 12px;
    letter-spacing: 0;
  }

  .smallSection .section-steps__table__label {
    margin: 10px 0 0;
  }

  .smallSection .section-steps__table__label li {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 1px 4px;
    letter-spacing: 0;
  }

  .smallSection .stepType__col--txt .tLead--left:only-child {
    display: table;
    margin: 0 auto 10px;
  }

  .smallSection .stepType__table th {
    height: 37px;
    font-size: 12px;
  }

  .smallSection .stepType__table td {
    height: 132px;
  }

  .smallSection .stepType__l,.smallSection .stepType__m {
    top: 58px;
    height: 90px;
    font-size: 14px;
    line-height: 1.3;
  }

  .smallSection .stepType__type {
    font-size: 30px;
  }

  .smallSection .steps {
    display: block;
  }

  .smallSection .steps__item,.smallSection .steps__item--main {
    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;
    font-size: 16px;
  }

  .smallSection .steps__item + li,.smallSection .steps__item--main + li {
    margin: 35px 0 0;
  }

  .smallSection .steps__item + li::before,
  .smallSection .steps__item--main + li::before {
    top: -23px;
    right: calc(calc(100% - 70px - 34px) / 2);
    bottom: auto;
    left: auto;
    border-width: 10px 15px;
    border-color: #e0e0e0 transparent transparent;
  }

  .smallSection .steps__item--main {
    min-width: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .smallSection .steps__item--main .steps__enclose {
    padding: 7px 0;
  }

  .smallSection .steps__enclose {
    width: calc(100% - 70px);
    margin-top: 0;
    padding: 6px 0;
  }

  .smallSection .steps__enclose span {
    font-size: 14px;
  }

  .smallSection .step-box {
    max-width: 335px;
    margin: 50px auto 0;
  }

  .smallSection .step-box__inner,.smallSection .step-box__inner--main {
    margin-left: 26px;
  }

  .smallSection .step-box__inner:nth-child(1),.smallSection .step-box__inner--main:nth-child(1) {
    -ms-flex-preferred-size: 84px;
    flex-basis: 84px;
    margin-left: 0;
  }

  .smallSection .step-box__inner:nth-child(2),.smallSection .step-box__inner--main:nth-child(2) {
    -ms-flex-preferred-size: 108px;
    flex-basis: 108px;
  }

  .smallSection .step-box__inner:nth-child(3),.smallSection .step-box__inner--main:nth-child(3) {
    -ms-flex-preferred-size: 91px;
    flex-basis: 91px;
  }

  .smallSection .step-box__inner::before,.smallSection .step-box__inner--main::before {
    left: -18px;
    margin-top: -9px;
    border-width: 9px 0 9px 10px;
  }

  .smallSection .step-box__inner--main {
    font-size: 14px;
  }

  .smallSection .step-box__item {
    font-size: 13px;
  }

  .smallSection .lp-btn {
    text-decoration: none;
    padding: 12px;
  }

  .smallSection .lp-btn:hover {
    border-color: #5c5a5a;
  }

  .smallSection .lp-btn:hover .lp-btn__text {
    opacity: 1;
  }

  .smallSection .lp-btn--strong:hover {
    background-color: #5c5a5a;
  }

  .smallSection .boxText .boxText__inner {
    display: block;
  }

  .smallSection .boxText .boxText__inner .boxText__inner__item {
    width: 48%;
    font-size: 14px;
    min-width: auto;
  }

  .smallSection .boxText .boxText__inner .boxText__inner__item:not(:first-child) {
    margin-left: 10px;
  }

  .smallSection .boxText .boxText__inner .boxText__inner__item:nth-child(n+3) {
    margin-top: 10px;
  }

  .smallSection .boxText .boxText__inner .boxText__inner__item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (max-width: 374px) {
  .smallSection .sectionEd__content {
    height: 106.66vw;
    padding: 0 0 64vw 0;
  }

  .smallSection .sectionEd--rev .sectionEd__content {
    padding: 0 0 72vw 0;
  }

  .smallSection .setBlock__textColumn {
    font-size: 3.733vw;
  }
}

@media screen and (max-width: 374px) {
  .smallSection .review01__balloon {
    font-size: 12px;
  }

  .smallSection .banner__link {
    height: 40vw;
  }

  .smallSection .banner__txt {
    padding-left: calc(50vw - 20px);
  }

  .smallSection .banner__shoulder {
    font-size: 3.2vw;
  }

  .smallSection .banner__heading {
    font-size: 4.266vw;
  }
}

@media screen and (max-width: 359px) {
  .smallSection .review01__comment {
    margin-top: -10px;
  }
}

@media (max-width: 359px) {
  .smallSection .step-box__inner,.smallSection .step-box__inner--main {
    margin-left: 12px;
  }

  .smallSection .step-box__inner::before,.smallSection .step-box__inner--main::before {
    left: -10px;
  }

  .smallSection .step-box__num {
    font-size: 12px;
  }
}

@-webkit-keyframes tpr_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tpr_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/******************************/
.lp-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  border-collapse: separate;
  border: 1px solid #5c5a5a;
  background: #fff;
  width: 100%;
  max-width: 320px;
  min-height: 64px;
  color: #231815;
  text-align: center;
  text-decoration: none;
  padding: 12px 20px;
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
}

.lp-btn .lp-btn__text {
  display: table-cell;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 1.366;
  padding: 0 10px;
  position: relative;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.lp-btn .lp-btn__text:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #5c5a5a;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lp-btn:hover {
  border-color: #999;
  text-decoration: none;
}

.lp-btn:hover .lp-btn__text {
  opacity: .6;
}

.lp-btn--strong {
  background: #5c5a5a;
  border: none;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.lp-btn--strong .lp-btn__text {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
}

.android .lp-btn--strong .lp-btn__text {
  font-weight: 700;
}

.lp-btn--strong .lp-btn__text::after {
  border-color: #fff;
}

.lp-btn--strong:hover {
  background-color: #999;
}

.lp-btn--strong:hover .lp-btn__text {
  opacity: 1;
}

.lp-btn--small {
  min-height: auto;
}

.lp-btn--small .lp-btn__text {
  font-size: 0.875rem;
}

.lp-btnWrap--center .lp-btn {
  margin-right: auto;
  margin-left: auto;
}

.lp-btnWrap--right .lp-btn {
  margin: 0 0 0 auto;
}

.regular_service {
  margin: 0 auto;
  /* width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; */
 /*02完売の際は以下を削除*/ /**/ /*03完売の際は以下を削除*/ /**/ /*04完売の際は以下を削除*/ /**/;
}

.regular_service h3 {
  font-size: 32px;
}

.regular_service .tabLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}

.regular_service .tabLink li {
  width: calc(100%/3);
  margin-right: 10px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  text-align: left;
}

.regular_service .tabLink li:last-child {
  margin-right: 0;
}

.regular_service .tabLink a {
  text-decoration: none;
}

.regular_service .tabLink .link--bottom {
  display: block;
}

.regular_service .iconBox {
  font-size: 16px;
  text-align: center;
  border: 1px solid #231815;
  display: inline-block;
  padding: 0 5px;
}

.regular_service .iconTxt {
  font-size: 18px;
  text-align: center;
  margin: 15px 0;
}

.regular_service .kvArea {
  background-image: url(/contents/regular/images/service/sp/img-mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1120px;
  margin: 0 auto;
  height: 480px;
  position: relative;
}

.regular_service .kvArea__ttlBox {
  padding-left: 75px;
  padding-right: 30px;
  display: inline-block;
  border-bottom: 1px solid #231815;
  padding-top: 170px;
}

.regular_service .kvArea__ttlBox p {
  font-size: 24px;
  font-style: italic;
  letter-spacing: 1.5px;
}

.regular_service .kvArea__ttlBox h2 {
  font-size: 50px;
  font-style: italic;
}

.regular_service .kvArea__icon {
  position: absolute;
  top: 50px;
  right: 50px;
}

.regular_service .kvArea__icon {
  width: 74px;
  height: 74px;
  background-color: #231815;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.regular_service .leadArea {
  text-align: center;
  margin-top: 60px;
}

.regular_service .leadArea__txtBox {
  margin-top: 30px;
}

.regular_service .leadArea__txtBox span {
  letter-spacing: 1px;
}

.regular_service .leadArea__imgBox {
  margin-top: 60px;
}

.regular_service .leadArea__leadBox {
  position: relative;
  margin-top: 25px;
  display: inline-block;
}

.regular_service .leadArea__leadBox__ttl {
  font-size: 24px;
}

.regular_service .leadArea__leadBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.regular_service .leadArea__leadBox__list__item {
  font-size: 20px;
  color: #e66143;
  margin-right: 20px;
}

.regular_service .leadArea__leadBox__list__item:last-child {
  margin-right: 0;
}

.regular_service .leadArea__leadBox__list__item:before {
  content: "〇";
}

.regular_service .leadArea__leadBox__list--goast{
    margin-top: 0;
}

.regular_service .leadArea__leadBox:before {
  content: "";
  display: inline-block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -40px;
  left: -110px;
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
  background-image: url(/contents/regular/images/service/sp/img-02.png);
  background-size: cover;
}

.regular_service .leadArea__leadBox:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 140px;
  position: absolute;
  top: -30px;
  right: -105px;
  background-image: url(/contents/regular/images/service/sp/img-03.png);
  background-size: cover;
}

.regular_service .lineupArea {
  margin-top: 100px;
}

.regular_service .lineupArea h3 {
  text-align: center;
  margin-top: 80px;
}

.regular_service .lineupArea__ttlBox {
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  background-color: #f3e0db;
  margin-bottom: 50px;
}

.regular_service .lineupArea__ttl {
  font-size: 24px;
  text-align: center;
}

.regular_service .lineupArea__imgBox {
  text-align: center;
  padding-left: 70px;
}

.regular_service .lineupArea__imgBox--goast {
  padding-left: 0;
}

.regular_service .lineupArea__commentBlock__txt {
 /*border: 1px solid #ef9986;
                padding: 20px 15px;*/
  margin: 30px auto 0;
  text-align: center;
 /*display: inline-block;*/
  position: relative;
}

.regular_service .lineupArea__commentBlock__txt__inner {
  position: absolute;
  top: 13px;
  left: calc(50% - 230px);
  text-align: left;
}

.regular_service .lineupArea__commentBlock__txt__inner02 {
  position: absolute;
  top: 13px;
  left: calc(50% - 218px);
  text-align: left;
  letter-spacing: -0.5px;
}

.regular_service .lineupArea__commentBlock__txt__inner03 {
  position: absolute;
  top: 14px;
  left: calc(50% - 270px);
  text-align: left;
  letter-spacing: -0.5px;
}

.regular_service .lineupArea__commentBlock__col2of1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 470px;
  margin: 20px auto 0;
}

.regular_service .lineupArea__commentBlock__col2of1__txtBox {
  font-size: 12px;
}

.regular_service .lineupArea__commentBlock__col2of1__txtBox__ttl {
  font-weight: bold;
}

.regular_service .lineupArea__commentBlock__col2of1__imgBox {
  width: 70px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.regular_service .lineupArea__commentBlock__col2of1__imgBox img {
  width: 100%;
}

.regular_service .lineupArea__commentBlock__col2of1--goast {
  width: 345px;
}

.regular_service .lineupArea__col2of1 {
  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;
  margin-top: 50px;
}

.regular_service .lineupArea__col2of1__txt {
  margin-left: 40px;
}

.regular_service .lineupArea__col2of1__txt__item {
  margin-top: 25px;
}

.regular_service .lineupArea__col2of1__txt__item__ttl {
  font-size: 18px;
  color: #e66143;
}

.regular_service .lineupArea__col2of1__txt__item:first-child {
  margin-top: 0;
}

.regular_service .lineupArea__col2of1__img {
  margin: 0 -20px;
}

.regular_service .lineupArea__lead {
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.regular_service .lineupArea .limitedArea {
  margin-top: 80px;
}

.regular_service .lineupArea .limitedArea__ttlBlock {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
}

.regular_service .lineupArea .limitedArea__leadImg{
    width: 330px;
    margin: 40px auto 0;
}

.regular_service .lineupArea .limitedArea__ttl {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
}

.regular_service .lineupArea .limitedArea__ttl--goast{
    margin-top:60px;
}

.regular_service .lineupArea .limitedArea__col2of1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  margin: 35px auto 0;
}

.regular_service .lineupArea .limitedArea__col2of1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.regular_service .lineupArea .limitedArea__col2of1__item__txt {
  margin-left: 10px;
  width: 100%;
}

.regular_service .lineupArea .limitedArea__col2of1__item:last-child {
  margin-right: 0;
}

.regular_service .lineupArea .limitedArea__col2of1--goast {
  border: 1px solid #e0e0e0;
  padding: 55px;
  margin-bottom: 60px;
  justify-content: center;
}

.regular_service .lineupArea .limitedArea__col2of1--goast .limitedArea__col2of1__item{
    margin-right: 50px;
}

.regular_service .lineupArea .limitedArea__col2of1--goast .limitedArea__col2of1__item:last-child{
    margin-right: 0;
}

.regular_service .lineupArea .limitedArea__col2of1--goast p {
  font-size: 12px;
}

.regular_service .lineupArea .limitedArea .leadArea__leadBox__list__item {
  font-size: 16px;
  margin-top: 30px;
}

.regular_service .lineupArea .limitedArea__limitedItemBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1010px;
  margin: 80px auto 0;
}

.regular_service .lineupArea .limitedArea__limitedItemBlock__item {
  margin-right: 30px;
  max-width: 47%;
  position: relative;
}

.regular_service .limitedArea__limitedItemBlock__item__end {
  position: absolute;
  top: 78px;
  right: 0;
  bottom: 650px;
  left: 0;
  z-index: 10;
  background: rgba(0,0,0,.5);
}

.regular_service .limitedArea__limitedItemBlock__item__endTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  transform: translate(-50%,-50%);
}

.regular_service .lineupArea .limitedArea__limitedItemBlock__item__imgBox {
  text-align: center;
  margin-top: 40px;
}

.regular_service .lineupArea .limitedArea__limitedItemBlock__item__ttl {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.regular_service .lineupArea .limitedArea__limitedItemBlock__item p {
 /*padding: 0 20px;*/;
}

.regular_service .lineupArea .limitedArea__limitedItemBlock__item__col2of1 {
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
}

.regular_service .lineupArea .limitedArea__limitedItemBlock__item__col2of1__item {
  text-align: center;
}

.regular_service .lineupArea .limitedArea__limitedItemBlock__item:last-child {
  margin-right: 0;
  margin-left: 30px;
}

.regular_service .onsaleArea {
  margin-top: 130px;
}

.regular_service .onsaleArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1010px;
  margin: 45px auto 0;
}

.regular_service .onsaleArea__list__item {
  width: 310px;
  margin-right: 20px;
}

.regular_service .onsaleArea__list__item__txt {
  text-align: center;
  margin-top: 20px;
}

.regular_service .onsaleArea__list__item__img {
  text-align: center;
}

.regular_service .onsaleArea__list__item:last-child {
  margin-right: 0;
}

.regular_service .onsaleArea__bnr{
    max-width: 1010px;
    margin: 0 auto;
}

.regular_service .onsaleArea__bnr img {
  width: 100%;
}

.regular_service .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.regular_service .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.regular_service .slick-list:focus {
  outline: none;
}

.regular_service .slick-list.dragging {
  cursor: pointer;
}

.regular_service .slick-slider .slick-track,.regular_service .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.regular_service .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.regular_service .slick-track:before,.regular_service .slick-track:after {
  content: "";
  display: table;
}

.regular_service .slick-track:after {
  clear: both;
}

.regular_service .slick-loading .slick-track {
  visibility: hidden;
}

.regular_service .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.regular_service [dir="rtl"] .slick-slide {
  float: right;
}

.regular_service .slick-slide img {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.regular_service .slick-slide.slick-loading img {
  display: none;
}

.regular_service .slick-slide.dragging img {
  pointer-events: none;
}

.regular_service .slick-initialized .slick-slide {
  display: block;
}

.regular_service .slick-loading .slick-slide {
  visibility: hidden;
}

.regular_service .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.regular_service .slick-arrow.slick-hidden {
  display: none;
}

.regular_service .itemIntroSection {
  text-align: center;
}

.regular_service .itemIntroSection .itemSlider {
  margin-top: 61px;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList {
  width: 600px;
  margin: 0 auto;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slick-prev.slick-arrow,.regular_service .itemIntroSection .itemSlider .itemSliderList .slick-next.slick-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #e1d9d0;
  line-height: 1;
  /* position: relative; */
  width: 50px;
  height: 50px;
  border: 0.1em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;


  /* z-index: 1000;
  width: 32px;
  height: 32px;
  border-top: 2px solid #fdf8f0;
  border-right: 2px solid #fdf8f0;
  top: -17%;
  bottom: 0;
  margin: auto;
  z-index: 1000; */
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slick-prev.slick-arrow:before,.regular_service .itemIntroSection .itemSlider .itemSliderList .slick-next.slick-arrow:before {
  /* display: none; */

  content: '';
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-right-color: currentColor;
  border-left: 0;
  transform: translateX(-15%);
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slick-prev.slick-arrow {
  left: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  z-index: 1;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slick-next.slick-arrow {
  right: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__itemCard {
  text-align: center;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  height:  530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__textContainer {
  /* text-align: left;
  margin: 0 0 10px 70px;
  height: 90px; */
  margin: 0 auto;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__textContainer__itemName {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__textContainer__itemCaption {
  font-size: 0.875rem;
  line-height: 1.78;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slide_01 {
  background-image: url(/contents/regular/images/service/img-slide_2-1.png);
  background-size: auto;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slide_02 {
  background-image: url(/contents/regular/images/service/img-slide_2-2.png);
  background-size: auto;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slide_03 {
  background-image: url(/contents/regular/images/service/img-slide_2-3.png);
  background-size: auto;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slide_04 {
  background-image: url(/contents/regular/images/service/img-slide_2-4.png);
  color: #f00;
  background-size: auto;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slide_1 {
  background-image: url(/contents/small/1351060/images/bg-rouge-color-01.png);
  color: #ec666b;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slide_2 {
  background-image: url(/contents/small/1351060/images/bg-rouge-color-02.png);
  color: #f55750;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slide_3 {
  background-image: url(/contents/small/1351060/images/bg-rouge-color-03.png);
  color: #8c3240;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slide_4 {
  background-image: url(/contents/small/1351060/images/bg-rouge-color-04.png);
  color: #da3e3f;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slide_5 {
  background-image: url(/contents/small/1351060/images/bg-rouge-color-05.png);
  color: #f3323e;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slide_6 {
  background-image: url(/contents/small/1351060/images/bg-rouge-color-06.png);
  color: #dd374f;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slide_7 {
  background-image: url(/contents/small/1351060/images/bg-rouge-color-07.png);
  color: #f56466;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slide_8 {
  background-image: url(/contents/small/1351060/images/bg-rouge-color-08.png);
  color: #b95344;
}

.regular_service .itemIntroSection .itemSlider ul.itemSliderCaptions {
  margin-top: 40px;
}

.regular_service .itemIntroSection .itemSlider ul.itemSliderCaptions li {
  display: none;
  font-size: 0.875rem;
}

.regular_service .itemIntroSection .itemSlider ul.itemSliderCaptions li.currentSlide {
  display: block;
  -webkit-animation: fade 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.regular_service .itemIntroSection .itemSlider ul.itemSliderCaptions li.currentSlideLim {
  display: block;
  -webkit-animation: fade 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.regular_service .itemIntroSection .itemSlider ul.itemSliderThumbnail {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.regular_service .itemIntroSection .itemSlider ul.itemSliderThumbnail li {
  cursor: pointer;
  height: 15px;
  width: 15px;
  background-color: #e0d6d1;
  border-radius: 50%;
}

.regular_service .itemIntroSection .itemSlider ul.itemSliderThumbnail li .imgContainer {
  height: 80px;
  position: relative;
}

.regular_service .itemIntroSection .itemSlider ul.itemSliderThumbnail li .thumbnailTitle {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.28;
}

.regular_service .itemIntroSection .itemSlider ul.itemSliderThumbnail li:not(:first-child) {
  margin-left: 19px;
  background-color: #e0d6d1;
  border-radius: 50%;
}

.regular_service .itemIntroSection .itemSlider ul.itemSliderThumbnail li.thumbnail-current {
  background-color: #735b4e;
  border-radius: 50%;
}

.regular_service .itemIntroSection .itemSlider {
  /* margin: 29px -20px 0; */
}

.regular_service .itemSliderThumbnail__icon {
  width: 28px;
  height: 28px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: -30px;
  left: 0;
}

.regular_service .itemSliderThumbnail__icon--y {
  background-color: #fde2bb;
}

.regular_service .itemSliderThumbnail__icon--b {
  background-color: #dbe1f1;
}

.regular_service .itemSliderThumbnail__icon--goast {
  width: 28px;
  height: 28px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: -30px;
  left: 30px;
}

.regular_service .slide_01,.regular_service .slide_02,.regular_service .slide_03,.regular_service .slide_04 {
  position: relative;
}

.regular_service .soldout {
  background-color: rgba(35, 24, 21, 0.85);
  width: 600px;
  height: 470px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-top: 165px;
 /*01完売の際は以下を削除*/
  display: none;
 /**/;
}

.regular_service .soldout02 {
  display: none;
}

.regular_service .soldout03 {
  display: none;
}

.regular_service .soldout04 {
  display: none;
}

.regular_service .itemIntroSection__limited {
  /* max-width: 730px; */
  margin: 0 auto;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList {
  width: 700px;
  margin: 0 auto;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slick-next.slick-arrow {
  right: 3px;
}

.regular_service .itemIntroSection .itemSlider .itemSliderList .slick-prev.slick-arrow {
  left: 3px;
}

.regular_service .itemIntroSection .itemSlider ul.itemSliderCaptions {
  margin-top: 20px;
  min-height: 50px;
}

.regular_service .btn_static {
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .lp-btn {
    text-decoration: none;
    padding: 12px;
  }

  .lp-btn:hover {
    border-color: #5c5a5a;
  }

  .lp-btn:hover .lp-btn__text {
    opacity: 1;
  }

  .lp-btn--strong:hover {
    background-color: #5c5a5a;
  }

  .regular_service {
    width: 100%;
  }

  .regular_service h3 {
    font-size: 20px;
  }

  .regular_service .tabLink {
    display: block;
    margin-top: 50px;
  }

  .regular_service .tabLink li {
    width: auto;
    margin-right: 0;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .regular_service .iconBox {
    font-size: 14px;
  }

  .regular_service .iconTxt {
    font-size: 14px;
    letter-spacing: -1px;
    margin-bottom: 15px;
  }

  .regular_service .kvArea {
    margin: 0 -20px;
    background-image: url(/contents/regular/images/service/sp/img-mv.jpg);
    height: 85vh;
    width: auto;
  }

  .regular_service .kvArea__ttlBox {
    padding-top: 35px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin-left: calc(50% - 120px);
  }

  .regular_service .kvArea__ttlBox p {
    font-size: 14px;
  }

  .regular_service .kvArea__ttlBox h2 {
    font-size: 30px;
  }

  .regular_service .kvArea__icon {
    top: 140px;
    right: 40px;
    width: 54px;
    height: 54px;
    font-size: 14px;
  }

  .regular_service .leadArea {
    margin-top: 45px;
  }

  .regular_service .leadArea__txtBox {
    margin-top: 20px;
    letter-spacing: -1px;
    line-height: 2;
  }

  .regular_service .leadArea__imgBox {
    margin: 40px -20px 0;
  }

  .regular_service .leadArea__leadBox__ttl {
    font-size: 20px;
  }

  .regular_service .leadArea__leadBox__list {
    display: block;
    margin-top: 5px;
  }

  .regular_service .leadArea__leadBox__list__item {
    font-size: 14px;
  }

  .regular_service .leadArea__leadBox__list--goast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .regular_service .leadArea__leadBox__list--goast .leadArea__leadBox__list__item {
    font-size: 14px;
    margin-top: 5px;
    margin-right: 15px;
  }

  .regular_service .leadArea__leadBox:before {
    top: 10px;
    left: -60px;
  }

  .regular_service .leadArea__leadBox:after {
    top: 20px;
    right: -50px;
  }

  .regular_service .lineupArea {
    margin-top: 50px;
  }

  .regular_service .lineupArea h3 {
    margin-top: 60px;
  }

  .regular_service .lineupArea__ttlBox {
    font-size: 16px;
    padding: 5px 0;
    margin: 0 -20px;
  }

  .regular_service .lineupArea__ttl {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: -55px;
  }

  .regular_service .lineupArea__imgBox {
    padding-left: 0;
    margin: 0 -20px;
  }

  .regular_service .lineupArea__imgBox02 {
    margin: 30px -20px 0 0;
  }

  .regular_service .lineupArea__commentBlock__txt {
    max-width: 340px;
  }

  .regular_service .lineupArea__commentBlock__txt__inner {
    position: absolute;
    top: 20px;
    left: 0;
    text-align: left;
    padding: 0 15px;
    line-height: 1.5;
  }

  .regular_service .lineupArea__commentBlock__txt__inner02 {
    position: absolute;
    top: 20px;
    left: 0;
    text-align: left;
    padding: 0 15px;
    line-height: 1.5;
  }

  .regular_service .lineupArea__commentBlock__txt__inner03 {
    position: absolute;
    top: 20px;
    left: 0;
    text-align: left;
    padding: 0 15px;
    line-height: 1.5;
  }

  .regular_service .lineupArea__commentBlock__col2of1 {
    width: 100%;
    max-width: 340px;
  }

  .regular_service .lineupArea__commentBlock__col2of1__txtBox {
    width: 70%;
  }

  .regular_service .lineupArea__col2of1 {
    display: block;
    margin-top: 30px;
  }

  .regular_service .lineupArea__col2of1__txt {
    margin-left: 0;
    margin-top: 25px;
  }

  .regular_service .lineupArea__lead {
    margin: 45px 0 30px;
    font-size: 16px;
  }

  .regular_service .lineupArea .limitedArea {
    margin-top: 50px;
  }

  .regular_service .lineupArea .limitedArea__ttlBlock {
    font-size: 16px;
    padding: 7px 0;
  }

  .regular_service .lineupArea .limitedArea__leadImg{
    width: 235px;
    margin: 30px auto 0;
  }

  .regular_service .lineupArea .limitedArea__ttl {
    font-size: 16px;
    margin-top: 30px;
  }

    .regular_service .lineupArea .limitedArea__ttl--goast{
        margin-top: -20px;
    }

  .regular_service .lineupArea .limitedArea__col2of1 {
    display: block;
    width: auto;
    padding: 20px 0;
    margin-top: 0;
  }

  .regular_service .lineupArea .limitedArea__col2of1__item {
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .regular_service .lineupArea .limitedArea__col2of1__item__img {
    width: 140px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .regular_service .lineupArea .limitedArea__col2of1--goast {
    padding: 20px 20px 30px !important;
    margin-top: 20px;
  }

  .regular_service .lineupArea .limitedArea__col2of1--goast .limitedArea__col2of1__item {
    margin-right: 0;
  }

  .regular_service .lineupArea .limitedArea__col2of1--goast .limitedArea__col2of1__item__img {
    width: 145px !important;
  }

  .regular_service .lineupArea .limitedArea__col2of1--goast .limitedArea__col2of1__item__txt {
    width: 140px !important;
  }

  .regular_service .lineupArea .limitedArea .leadArea__leadBox__list__item {
    font-size: 14px;
    margin-top: 5px;
  }

  .regular_service .lineupArea .limitedArea__limitedItemBlock {
    display: block;
  }

  .regular_service .lineupArea .limitedArea__limitedItemBlock__item {
    margin-right: 0;
    max-width: 100%;
    padding-bottom: 50px;
  }

  .regular_service .limitedArea__limitedItemBlock__item__end {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 590px;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,.5);
  }

  .regular_service .lineupArea .limitedArea__limitedItemBlock__item__imgBox {
    width: 125px;
    margin: 30px auto 0;
  }

  .regular_service .lineupArea .limitedArea__limitedItemBlock__item__ttl {
    font-size: 16px;
  }

  .regular_service .lineupArea .limitedArea__limitedItemBlock__item__col2of1 {
    padding: 0;
    max-width: 340px;
    margin: 40px auto 0;
  }

  .regular_service .lineupArea .limitedArea__limitedItemBlock__item__col2of1__item--01 {
    width: 130px;
  }

  .regular_service .lineupArea .limitedArea__limitedItemBlock__item__col2of1__item--02 {
    width: 180px;
  }

  .regular_service .lineupArea .limitedArea__limitedItemBlock__item__col2of1__item p {
    font-size: 12px;
  }

  .regular_service .lineupArea .limitedArea__limitedItemBlock__item:last-child {
    margin-left: 0;
  }

  .regular_service .onsaleArea {
    margin-top: 50px;
  }

  .regular_service .onsaleArea__bnr {
    margin: 0 -20px;
  }

  .regular_service .onsaleArea__list {
    display: block;
  }

  .regular_service .onsaleArea__list__item {
    margin: 0 auto;
  }

  .regular_service .onsaleArea__list__item__txt {
    margin-right: 0;
  }

  .regular_service .onsaleArea__list__item__img {
    width: 190px;
    margin: 0 auto;
  }

  .regular_service .onsaleArea__list__item__img--02 {
    width: 50px;
    margin: 60px auto 0;
  }

  .regular_service .onsaleArea__list__item__img--03 {
    width: 190px;
    margin: 60px auto 0;
  }

  .regular_service .onsaleArea__list__item:last-child {
    margin-right: auto;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList {
    margin: 0;
    width: 100%;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slick-prev.slick-arrow,.regular_service .itemIntroSection .itemSlider .itemSliderList .slick-next.slick-arrow {
    /* width: 18px;
    height: 18px;
    top: -31%; */
    top: 100px;
    width: 35px;
    height: 35px;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slick-prev.slick-arrow {
    left: 10px;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slick-next.slick-arrow {
    right: 10px;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__itemCard {
    padding-top: 3.65%;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__itemCard__limited {
    padding-top: 3.2%;
    margin-bottom: -20px;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__imgContainer {
    width: 45%;
    margin-top: -34%;
    margin-right: 20px;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__textContainer {
    /* margin-left: 20px;
    margin-top: 20px; */

    text-align: left;
    margin: 40px 20px;
    height: 63px;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__textContainer__itemName {
    font-size: 0.875rem;
    letter-spacing: -0.05em;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__textContainer__itemCaption {
    font-size: 14px;
    line-height: 1.5;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_01 {
    background-image: url(/contents/regular/images/service/img-slide_2-1.png);
    background-size: contain;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_02 {
    background-image: url(/contents/regular/images/service/img-slide_2-2.png);
    background-size: contain;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_03 {
    background-image: url(/contents/regular/images/service/img-slide_2-3.png);
    background-size: contain;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_04 {
    background-image: url(/contents/regular/images/service/img-slide_2-4.png);
    background-size: contain;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_1 {
    background-image: url(/contents/small/1351060/images/sp/bg-rouge-color-01.png);
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_2 {
    background-image: url(/contents/small/1351060/images/sp/bg-rouge-color-02.png);
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_3 {
    background-image: url(/contents/small/1351060/images/sp/bg-rouge-color-03.png);
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_4 {
    background-image: url(/contents/small/1351060/images/sp/bg-rouge-color-04.png);
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_5 {
    background-image: url(/contents/small/1351060/images/sp/bg-rouge-color-05.png);
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_6 {
    background-image: url(/contents/small/1351060/images/sp/bg-rouge-color-06.png);
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_7 {
    background-image: url(/contents/small/1351060/images/sp/bg-rouge-color-07.png);
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_8 {
    background-image: url(/contents/small/1351060/images/sp/bg-rouge-color-08.png);
  }

  .regular_service .itemIntroSection .itemSlider ul.itemSliderCaptions {
    min-height: 63px;
    margin: 0 20px 0;
  }

  .regular_service .itemIntroSection .itemSlider ul.itemSliderCaptions li {
    text-align: left;
    font-size: 0.75rem;
  }

  .regular_service .itemIntroSection .itemSlider ul.itemSliderThumbnail {
    margin: 10px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
  }

  .regular_service .itemIntroSection .itemSlider ul.itemSliderThumbnail li {
    width: 12px;
    /* padding: 20px 10px 10px; */
    height: 12px;
  }

  .regular_service .itemIntroSection .itemSlider ul.itemSliderThumbnail li .imgContainer {
    width: 55px;
    height: 55px;
    margin: auto;
    line-height: 55px;
  }

  .regular_service .itemIntroSection .itemSlider ul.itemSliderThumbnail li .thumbnailTitle {
    margin-top: 5px;
    line-height: 1.28;
    font-size: 0.75rem;
  }

  .regular_service .itemIntroSection .itemSlider ul.itemSliderThumbnail li:not(:first-child) {
    margin-left: 7px;
  }

  .regular_service .itemIntroSection .itemSlider ul.itemSliderThumbnail li:nth-child(5) {
    margin-left: 0;
  }

  .regular_service .itemIntroSection .itemSlider ul.itemSliderThumbnail li.thumbnail-current {
    background-color: #735b4e;
    border-radius: 50%;
  }

  .regular_service .itemSliderThumbnail__icon {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .regular_service .itemSliderThumbnail__icon--goast {
    position: absolute;
    top: -30px;
    left: 20px;
  }

  .regular_service img.itemSliderList__imgContainer--01 {
    bottom: 10px;
    right: 0;
    width: 45%;
  }

  .regular_service img.itemSliderList__imgContainer--02 {
    bottom: 30px;
    right: 0;
    width: 45%;
  }

  .regular_service img.itemSliderList__imgContainer--03 {
    bottom: 45px;
    right: 0;
    width: 45%;
  }

  .regular_service img.itemSliderList__imgContainer--04 {
    bottom: 30px;
    right: 0;
    width: 45%;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_01 {
    background-image: url(/contents/regular/images/service/img-slide_2-1.png);
    background-size: contain;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_02 {
    background-image: url(/contents/regular/images/service/img-slide_2-2.png);
    background-size: contain;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_03 {
    background-image: url(/contents/regular/images/service/img-slide_2-3.png);
    background-size: contain;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .slide_04 {
    background-image: url(/contents/regular/images/service/img-slide_2-4.png);
    background-size: contain;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__itemCard {
    padding-top: 3.65%;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__itemCard__limited {
    /* padding-top: 8.4%;
    margin-bottom: 0; */
    margin-bottom: 0;
    height: 430px;
    padding-top: 87.6vw;
    background-size: 200px;
  }

  .regular_service .soldout {
    width: 100%;
    padding-top: 25vw;
    font-size: 14px;
  }

  .regular_service .itemIntroSection .itemSlider ul.itemSliderCaptions {
    min-height: 63px;
    margin: 10px 20px 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__imgContainer--limited {
    width: 32vw;
    margin-right: 30px;
    margin-top: 5px;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__imgContainer--limited--goast {
    width: 35vw;
    margin-right: 25px;
    margin-top: 10px;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__imgContainer--limited--goast02 {
    width: 33vw;
    margin-right: 35px;
    margin-top: 10px;
  }

  .regular_service .itemIntroSection .itemSlider .itemSliderList .itemSliderList__imgContainer--limited--goast03 {
    width: 25vw;
    margin-right: 40px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 450px) {
  .regular_service .kvArea {
    height: 555px;
  }
}

/*ユニーク*/
.smallSection .width_835 {
  width: 835px;
  margin: auto;
  margin-top: 80px;
}

.smallSection .row {
  margin: 0 -10px;
}

.smallSection .col--1of3 {
  padding: 0 10px;
  margin-bottom: 10px;
}

.smallSection .col--1of2 {
  padding: 0 10px;
  margin-bottom: 10px;
}

.smallSection .row2 .col--1of2 .txtBox,
.smallSection .row2 .col--1of3 .txtBox {
  height: 300px;
  padding: 20px 15px;
}


.smallSection .col--1of3 .fig {
  background-color: #fdf8f0;
  padding: 10px 20px 20px;
  height: 400px;
}

.smallSection .col--1of3 .fig_gray {
  background-color: #f3f3f3;
}

.smallSection .col--1of3:nth-child(3) .col--1of2:nth-child(2) .fig_gray .txtBox {
  background-color: #f3f3f3;
}

.smallSection .col--1of3 .fig_color {
  background-color: #fdf8f0;
}

.smallSection .col--1of3 .fig .txtBox {
  padding-bottom: 20px;
}

.smallSection .col--1of3 .fig .txtBox .nagare_title {
  font-size: 20px;
  color: #ea8853;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 40px;
}

.smallSection .col--1of3 .nagare_step_title {
  font-size: 18px;
  background-color: #ea8853;
  color: #fff;
  width: 75px;
  height: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  position: absolute;
}

.smallSection .text_area {
  margin-top: 20px;
  text-align: center;
}

.smallSection .row2 .col--1of3:nth-child(3) .col--1of2:nth-child(1) .fig_gray{
  width: 150px;
}

.smallSection .row2 {
  position: relative;
}

.smallSection .row2 .col--1of3:nth-child(2)::before,
.smallSection .row2 .col--1of3:nth-child(3)::before {
  content: "";
  display: block;
  position: absolute;
  top: 130px;
  margin-left: -27px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent transparent #f6b693;
}

.smallSection .row2 .col--1of3:nth-child(3) .col--1of2:nth-child(2) .fig_gray{
  width: 100px;
  margin-left: 25px;
}

.smallSection .list_color {
  border-top: solid 1px #ea8853;
  border-bottom: solid 1px #ea8853;
  color: #ea8853;
  font-size: 20px;
}

.smallSection .itemSliderRich .txtBox {
  height: 85px;
  margin-bottom: 20px;
}

.smallSection .slide_01_step {
  background: #ea8853;
  color: #fff;
  padding: 0 5px;
  width: 80px;
  margin: 0 auto 10px;
  font-size: 20px;
}

.smallSection .slide_02_step {
  background: #fff;
  color: #ea8853;
  border: solid 1px #ea8853;
  padding: 0 5px;
  width: 80px;
  margin: 0 auto 10px;
  font-size: 20px;
}

.smallSection .slide_01_check {
  color: #ea8853;
  margin: 0 auto 10px;
  font-size: 20px;
}

.smallSection .slide_01_title,
.smallSection .slide_02_title {
  color: #ea8853;
  padding: 0 5px;
  font-size: 24px;
}

.smallSection .slide_01_alert,
.smallSection .slide_02_alert {
  color: #ef857d;
  border: 1px solid #ef857d;
  line-height: 1.2;
  text-align: center;
  padding: 15px 40px;
  width: fit-content;
  font-size: 20px;
  margin: 5px auto;
  border-radius: 8px;

  /* 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; */
}

.smallSection .slide_01_alert span{
  border-bottom: solid 1px #ef857d;
  padding-bottom: 2px;
  line-height: 2;
}

.smallSection .slide_01_lead {
  color: #ef857d;
  font-size: 20px;
  line-height: 32px;
}

.smallSection .balloon-top {
  position: relative;
  display: inline-block;
  margin: 20px auto 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ef857d;
  font-size: 14px;
  background: #FFF;
  border: solid 1px #ef857d;
  box-sizing: border-box;
  border-radius: 8px;
}

.smallSection .balloon-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  border-width: 12px 4px;
  z-index: 2;
}

.smallSection .balloon-top:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ef857d;
  border-width: 14px 6px;
  z-index: 1;
}

.smallSection .balloon-top p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .smallSection .question {
    margin: 100px -1000px 0;
  }
}

.smallSection .question p{
  margin-bottom: 10px;
}

.smallSection .question p.regularTitle{
  margin-top: 20px;
  margin-bottom: 50px;
}

/* 期間 */
.smallSection .kikan_balloon {
  position: relative;
  display: inline-block;
  margin: 5px auto 0;
  padding: 3px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ef857d;
  font-size: 14px;
  background: #FFF;
  border: solid 1px #ef857d;
  box-sizing: border-box;
  border-radius: 5px;
}

.smallSection .kikan_balloon:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: 2px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  border-width: 10px 5px;
  z-index: 2;
}

.smallSection .kikan_balloon:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: 0px;
  border: 14px solid transparent;
  border-top: 14px solid #ef857d;
  border-width: 11px 7px;
  z-index: 1;
}

.smallSection .kikan_balloon p {
  margin: 0;
  padding: 0;
}

.smallSection .kikan_check {
  font-size: 12px;
  background-color: #fff;
  padding: 5px;
  margin: 10px 0;
  /* letter-spacing: -0.04em; */
}

.smallSection .kikan_check a{
  color: #0000EE;
}

.smallSection .kikan_notes {
  font-size: 10px;
  color: #5C5A5A;
}

.smallSection .kikan_7_title {
  font-size: 20px;
  color: #ea8853;
  margin-top: -10px;
}

.smallSection .kikan_7_title span {
  border-bottom: solid 1px #ea8853;
}

.smallSection .kikan_7_mein {
  font-size: 35px;
  color: #ea8853;
  margin-top: 10px;
  font-weight: bold;
}

.smallSection .kikan_7_mein span {
  display:inline-block;
  transform: scale(1.5, 1.6);
  vertical-align:text-bottom;
  /* font-weight: bold; */
  margin-right: 10px;
}

.smallSection .kikan_7_lead {
  font-size: 16px;
  color: #ea8853;
  line-height: 1.5;
}

.smallSection .kikan_7_lead span {
  border-bottom: solid 1px #ea8853;
}

.smallSection .kikan_lead {
  font-size: 12px;
  margin-top: 10px;
}

.smallSection .kikan_kakutei {
  font-size: 16px;
  line-height: 1.5;
  margin: 22px 0 0;
}

.smallSection .kikan_tate {
  writing-mode: vertical-rl;
  margin: 30px auto;
  font-size: 16px;
  color: #ea8853;
  font-weight: bold;
}

/*リスト結果*/
.smallSection .list_result {
  width: 490px;
  height: 130px;
  background-color: #fdf8f0;
  margin: 30px auto;
  padding: 20px 0;
}

.smallSection .list_result_kikan {
  font-size: 24px;
  color: #ea8853;
}

.smallSection .list_result_kikan span{
  font-size: 18px;
}

.smallSection .list_result_lead {
  font-size: 20px;
  color: #ea8853;
  margin-top: -7px;
}




.smallSection .formErrMsg {
  display: none;
  margin: 10px 0;
}
.smallSection .formErrMsg.is-active {
  display: block;
}
.smallSection .formErrMsg {
  background: #fff7f8;
  border: 1px solid #d70014;
  padding: 14px;
  width: 490px;
  margin: 30px auto;
}
.smallSection .txt--error {
  font-size: 14px;
  font-weight: bold;
}




@media screen and (max-width: 768px) {
  .smallSection .width_835 {
    width: auto;
    margin-top: 30px;
  }

  .smallSection .col--1of3 {
    padding: 0;
    margin-bottom: 10px;
    position: relative;
  }

  .smallSection .col--1of3:nth-child(3) .col--1of2:nth-child(2) .fig_gray .txtBox {
    margin-bottom: 50px;
  }

  .smallSection .row {
    margin-left: 0;
    margin-right: 0;
  }

  .smallSection .row1 .fig {
    display: flex;
    /* flex-wrap: wrap; */
  }

  .smallSection .row1 .fig img{
    width: 30%;
    height: 100%;
    margin-left: 5px;
  }

  .smallSection .row1 .fig .fig--absolute{
    position: absolute;
    width: 130px;
    height: auto;
    top: 35px;
    right: 20px;
  }

  .col--1of3 .fig {
    padding: 20px;
  }

  .smallSection .col--1of3 .fig {
    height: auto;
  }

  .smallSection .col--1of3 .fig .txtBox.step--03{
    margin: 10px 10px 0;
  }

  .smallSection .col--1of3 .fig .txtBox .nagare_title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .smallSection .col--1of3 .nagare_step_title {
    font-size: 14px;
    margin-bottom: 0;
    width: 61px;
    height: 25px;
  }

  .smallSection .row1 .txtBox p {
    text-align: left;
  }

  .smallSection .col--1of3 .fig .txtBox {
    padding-bottom: 0px;
  }

  .smallSection .row2 .txtBox {
    position: relative;
  }

  .smallSection .row2 .txtBox img {
    position: absolute;
    width: 50px;
  }

  .smallSection .row2 .col--1of3:nth-child(2) .txtBox img {
    position: absolute;
    width: 56px;
    margin: 10px 0;
  }

  .smallSection .icon_list {
    width: 7%;
  }

  .smallSection .caution_area {
    max-width: 835px;
    margin: 50px auto 0;
    padding: 20px;
    font-size: 12px;
  }

  .smallSection .caution_area ul li{
    padding-left: 1em;
    text-indent: -1em;
  }

  .smallSection .caution_area .caution_title{
    font-size: 16px;
  }

  .smallSection .slide_01_alert,
  .smallSection .slide_02_alert {
    line-height: 1.5;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    margin: 5px auto;
    border-radius: 5px;
    display: block;
  }

  .smallSection .slide_02_alert {
    margin: -30px auto 50px;
  }

  .smallSection .slide_01_alert span{
    padding-bottom: 1px;
  }

  .smallSection .slide_01_step,
  .smallSection .slide_02_step {
    padding: 0 5px;
    width: 60px;
    margin: 0 auto 10px;
    font-size: 14px;
    text-align: center;
  }

  .smallSection .slide_01_check {
    font-size: 14px;
    text-align: center;
  }

  .smallSection .slide_01_title,
  .smallSection .slide_02_title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }

  .smallSection .slide_01_check + .slide_01_title {
    line-height: 1.5;
  }

  .smallSection .slide_01_title.slide_01 {
    font-size: 20px;
  }

  .smallSection .slide_01_lead {
    font-size: 16px;
    text-align: center;
  }

  .smallSection .itemSliderRich .txtBox {
    height: 80px;
    margin-bottom: 15px;
  }

  .smallSection .itemSliderRich_bg {
    height: 570px;
  }

  .smallSection .regular_service .itemSliderRich_bg {
    height: 535px;
  }

  .smallSection .balloon-top {
    font-size: 12px;
    border-radius: 5px;
    padding: 10px 17px;
  }

  .smallSection .h04--line.slide_02 {
    margin: 50px 0 -30px;
  }

  /* 期間 */
  .smallSection .kikan_balloon {
    font-size: 13px;
  }

  .smallSection .kikan_balloon:before {
    bottom: -16px;
    border-width: 8px 4px;
  }

  .smallSection .kikan_balloon:after {
    bottom: -18px;
    margin-left: 1px;
    border-width: 9px 5px;
  }

  .smallSection .kikan_balloon p {
    /* margin: 0;
    padding: 0; */
  }

  .smallSection .kikan_check {
    margin: 10px auto;
    width: 267px;
    /* letter-spacing: -0.04em; */
  }

  .smallSection .kikan_check a{
    color: #0000EE;
  }

  .smallSection .kikan_notes {
    font-size: 10px;
    color: #5C5A5A;
  }

  .smallSection .kikan_7_title {
    font-size: 16px;
    margin-top: 0;
  }

  .smallSection .kikan_7_title span {
    border-bottom: solid 1px #ea8853;
  }

  .smallSection .kikan_7_mein {
    font-size: 25px;
  }

  .smallSection .kikan_7_mein span {
    display:inline-block;
    transform: scale(1.5, 1.6);
    vertical-align:text-bottom;
    /* font-weight: bold; */
    margin-right: 10px;
  }

  .smallSection .kikan_7_lead {
    font-size: 13px;
    line-height: 1.5;
  }

  .smallSection .kikan_7_lead span {
    border-bottom: solid 1px #ea8853;
  }

  .smallSection .kikan_lead {
    font-size: 12px;
    margin-top: 10px;
  }

  .smallSection .kikan_kakutei {
    margin: 0 0;
  }

  .smallSection .kikan_tate {
    writing-mode: horizontal-tb;
    margin: 15px auto 10px;;
    font-size: 14px;
  }

  .smallSection .text_area {
    margin: 10px;
  }

  .smallSection .row2 .col--1of3:nth-child(3) .col--1of2:nth-child(1) .fig_gray{
    width: 100%;
  }

  .smallSection .row2 .col--1of2 .txtBox,
  .smallSection .row2 .col--1of3 .txtBox {
    height: auto;
    padding: 10px 10px;
  }

  .smallSection .row2 .col--1of3:nth-child(3) .col--1of2:nth-child(2) .fig_gray{
    width: 100%;
    margin-left: 0px;
  }

  .smallSection .list_color {
    font-size: 16px;
  }
  .smallSection .nagare_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .smallSection .nagare_item1 {
    width: 185px;
  }

  .smallSection .nagare_item2 {
    width: 110px;
  }

  .smallSection .nagare_full-width {
    width: 100%;
    text-align: left;
    margin-top: 5px;
  }

  .smallSection .row2 .col--1of3:nth-child(2)::before,
  .smallSection .row2 .col--1of3:nth-child(3)::before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    margin-left: 45%;
    border-width: 20px;
    border-style: solid;
    border-color: #f6b693 transparent transparent transparent;
  }

  .smallSection .list_result {
    width: 100%;
  }

  .smallSection .formErrMsg {
    width: 100%;
  }
  .smallSection .list_result_kikan {
    font-size: 20px;
  }

  .smallSection .list_result_kikan span{
    font-size: 16px;
  }

  .smallSection .list_result_lead {
    font-size: 18px;
  }
  .smallSection .col--1of2 {
    padding: 0;
  }
}


.smallSection .productArea__steps__point__row {
  margin-left: auto;
  margin-right: auto;
  /* width: 300px; */
  /* -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; */
  margin-top: 24px;
}
.smallSection .productArea__steps__point__row figure img{
  margin: 0 15px;
}

.smallSection .productArea__steps__point__row {
  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; */
  margin: 0 auto;
  margin-top: 36px;
  max-width: 364px;
}

.smallSection .productArea__steps__point__row figcaption{
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .smallSection .productArea__steps__point__row {
    max-width: 300px;
  }

  .smallSection .productArea__steps__point__row figure img{
    width: 120px;
  }

  .smallSection .productArea__steps__point__row figcaption{
    font-size: 14px;
  }
}
.smallSection .text__point__color{
  color: #ea8853;
}

@media screen and (max-width: 768px) {
  .smallSection .setBlock_bg {
    /* padding: 50px 20px; */
    padding: 10px 60px 10px 20px;
    max-width: none;
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
  }
  .smallSection .setBlock__titleText {
    font-size: 20px;
    display: block;
    margin-left: 0px;
  }
  .smallSection .setBlock__titleText span{
    font-size: 25px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #F5D7D5));
    background: -webkit-linear-gradient(transparent 65%, #f5cbb1 0);
    background: linear-gradient(transparent 65%, #f5cbb1 0);
  }
  .smallSection .setBlock__boxText {
    padding: 3px;
    margin-top: 15px;
  }

  .smallSection .setBlock__textColumn {
    font-size: 13px;
  }
  .smallSection .setBlock__caption {
    text-align: left;
  }
}

.smallSection .productArea__diff__row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.smallSection .productArea__diff__col_01 {
  background-color: #fdf8f0;
  width: 407px;
}

.smallSection .productArea__diff__col_02 {
  background-color: #fff4f5;
  width: 407px;
}

.smallSection .productArea__diff_Area {
  padding: 25px 10px;
}

.smallSection .productArea__diff__row figure img{
  margin: 0;
}

.smallSection .productArea__diff__row,
.smallSection .diff__row {
  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;
  margin: 0 auto;
}

 .smallSection .diff__text {
  width: 250px;
  margin: 0 auto;
}


.smallSection .diff__title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.smallSection .diff__title.doukon {
  color: #ea8853;
}

.smallSection .diff__title.tujyou {
  color: #ef857d;
}

@media screen and (max-width: 768px) {
  .smallSection .productArea__diff__row {
    display: block;
    margin-top: -15px;
  }

  .smallSection .productArea__diff_Area {
    padding: 20px;
  }

  .smallSection .productArea__diff__col_01,
  .smallSection .productArea__diff__col_02 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .smallSection .h04 .emphasis {
    font-size: 16px;
  }

  .smallSection .diff__title {
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
    letter-spacing: 1.2px;
  }

  .smallSection .diff__list {
    margin-bottom: 7px;
    line-height: 1.5;
  }

  .smallSection .diff__col_text {
    width: 273px;
  }
}
