@charset "UTF-8";

.stylement {
  /* ==================================================
  Font
  all
  ================================================== */
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
  /* ==================================================
  stylement-body
  all
  ================================================== */
  /* ==================================================
  animation
  all
  ================================================== */
  /* ==================================================
  utility
  all
  ================================================== */
  /* margin-top */
  /* margin-bottom */
  /* text-align */
  /* width */
  /* font-size */
  /* color */
  /* weight */
  /* link */
  /* ==================================================
  c-list
  all
  ================================================== */
  /* ==================================================
  c-flexBox
  all
  ================================================== */
  /* ==================================================
  c-flexBox-row3
  all
  ================================================== */
  /* ==================================================
  c-color-brown
  00222
  ================================================== */
  /* ==================================================
  c-label-brown
  00222
  ================================================== */
  /* ==================================================
  c-label-green
  01605
  ================================================== */
  /* ==================================================
  c-label-pink
  01605
  ================================================== */
  /* ==================================================
  headline（h3.border）
  00222
  ================================================== */
  /* ==================================================
  headline（h3.slash）
  00222
  ================================================== */
  /* ==================================================
  headline（h3.ribbon9）
  00222
  ================================================== */
  /* ==================================================
  headline（h3.ribbon-red）
  01605
  ================================================== */
  /* ==================================================
  headline（h3.ribbon-brown）
  01605
  ================================================== */
  /* ==================================================
  item4
  006
  ================================================== */
  /* ==================================================
  item3
  01605
  ================================================== */
  /* ==================================================
  item1
  01605
  ================================================== */
  /* ==================================================
  ngo
  01605
  ================================================== */
  /* ==================================================
  p-intro
  00218
  00222
  ================================================== */
  /* ==================================================
  p-voice
  00222
  ================================================== */
  /* ==================================================
  p-content
  00222
  ================================================== */
  /* ==================================================
  p-feature
  00222
  ================================================== */
  /* ==================================================
  p-colors
  00222
  ================================================== */
  /* ==================================================
  p-size
  00222
  ================================================== */
  /* ==================================================
  tables
  00222
  ================================================== */
  /* sizeTbl-00222 */
  /* ==================================================
  p-olymBox
  01701
  ================================================== */
  /* ==================================================
  共通エレメント
  all
  ================================================== */
  /* p-number */
  /* ==================================================
  item
  01703
  ================================================== */
  /* ==================================================
  00901
  ================================================== */
}

.stylement * {
  box-sizing: border-box;
}

.stylement iframe {
  vertical-align: middle;
}

.stylement a img {
  transition: 0.3s;
}

.stylement a img:hover {
  opacity: 0.8;
}

.stylement-body {
  color: #333 !important;
  line-height: 1.8 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-feature-settings: "palt" !important;
  background: #fff !important;
  width: 700px !important;
  margin: 0 auto !important;
  padding: 40px 0 !important;
  text-align: center !important;
}

.stylement-body section+section {
  margin-top: 60px;
}

.stylement .fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.stylement .u-mt10 {
  margin-top: 10px;
}

.stylement .u-mt20 {
  margin-top: 20px;
}

.stylement .u-mt30 {
  margin-top: 30px;
}

.stylement .u-mt40 {
  margin-top: 40px;
}

.stylement .u-mt50 {
  margin-top: 50px;
}

.stylement .u-mt60 {
  margin-top: 60px;
}

.stylement .u-mt70 {
  margin-top: 70px;
}

.stylement .u-mt80 {
  margin-top: 80px;
}

.stylement .u-mt90 {
  margin-top: 90px;
}

.stylement .u-mt100 {
  margin-top: 100px;
}

.stylement .u-mb10 {
  margin-bottom: 10px;
}

.stylement .u-mb20 {
  margin-bottom: 20px;
}

.stylement .u-mb30 {
  margin-bottom: 30px;
}

.stylement .u-mb40 {
  margin-bottom: 40px;
}

.stylement .u-mb50 {
  margin-bottom: 50px;
}

.stylement .u-mb60 {
  margin-bottom: 60px;
}

.stylement .u-mb70 {
  margin-bottom: 70px;
}

.stylement .u-mb80 {
  margin-bottom: 80px;
}

.stylement .u-mb90 {
  margin-bottom: 90px;
}

.stylement .u-mb100 {
  margin-bottom: 100px;
}

.stylement .u-left {
  text-align: left;
}

.stylement .u-center {
  text-align: center;
}

.stylement .u-right {
  text-align: right;
}

.stylement .u-w10 {
  width: 10px;
}

.stylement .u-w20 {
  width: 20px;
}

.stylement .u-w30 {
  width: 30px;
}

.stylement .u-w40 {
  width: 40px;
}

.stylement .u-w50 {
  width: 50px;
}

.stylement .u-w60 {
  width: 60px;
}

.stylement .u-w70 {
  width: 70px;
}

.stylement .u-w80 {
  width: 80px;
}

.stylement .u-w90 {
  width: 90px;
}

.stylement .u-w100 {
  width: 10px;
}

.stylement .u-w110 {
  width: 110px;
}

.stylement .u-w120 {
  width: 120px;
}

.stylement .u-w130 {
  width: 130px;
}

.stylement .u-w140 {
  width: 140px;
}

.stylement .u-w150 {
  width: 150px;
}

.stylement .u-w160 {
  width: 160px;
}

.stylement .u-w170 {
  width: 170px;
}

.stylement .u-w180 {
  width: 180px;
}

.stylement .u-w190 {
  width: 190px;
}

.stylement .u-w200 {
  width: 200px;
}

.stylement .u-w210 {
  width: 210px;
}

.stylement .u-w220 {
  width: 220px;
}

.stylement .u-w230 {
  width: 230px;
}

.stylement .u-w240 {
  width: 240px;
}

.stylement .u-w250 {
  width: 250px;
}

.stylement .u-w260 {
  width: 260px;
}

.stylement .u-w270 {
  width: 270px;
}

.stylement .u-w280 {
  width: 280px;
}

.stylement .u-w290 {
  width: 290px;
}

.stylement .u-w300 {
  width: 300px;
}

.stylement .u-w310 {
  width: 310px;
}

.stylement .u-w320 {
  width: 320px;
}

.stylement .u-w330 {
  width: 330px;
}

.stylement .u-w340 {
  width: 340px;
}

.stylement .u-w350 {
  width: 350px;
}

.stylement .u-w360 {
  width: 360px;
}

.stylement .u-w370 {
  width: 370px;
}

.stylement .u-w380 {
  width: 380px;
}

.stylement .u-w390 {
  width: 390px;
}

.stylement .u-w400 {
  width: 400px;
}

.stylement .u-w588 {
  width: 588px !important;
}

.stylement .u-f70 {
  font-size: 0.7rem;
}

.stylement .u-f80 {
  font-size: 0.8rem;
}

.stylement .u-f90 {
  font-size: 0.9rem;
}

.stylement .u-f100 {
  font-size: 1rem;
}

.stylement .u-f110 {
  font-size: 1.1rem;
}

.stylement .u-f120 {
  font-size: 1.2rem;
}

.stylement .u-purple {
  color: #8a162e;
  font-weight: 700;
}

.stylement .u-strong {
  font-weight: 700;
}

.stylement .u-link {
  text-decoration: underline;
  color: #06c;
}

.stylement .u-link:hover {
  text-decoration: none;
}

.stylement ul.c-list li {
  list-style-type: disc;
  margin-left: 1.5em;
}

.stylement .c-flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stylement .c-flexBox-txt {
  flex: 1;
}

.stylement .c-flexBox-row3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stylement .c-color-brown {
  color: #a41f00;
}

.stylement .c-color-brown a {
  text-decoration: underline;
  color: #a41f00;
}

.stylement .c-color-brown a:hover {
  text-decoration: none;
}

.stylement .c-label-brown {
  display: inline-block;
  background: #cc9976;
  color: #390100;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}

.stylement .c-label-green {
  display: inline-block;
  background: #01963d;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}

.stylement .c-label-pink {
  display: inline-block;
  background: #e78ca5;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}

.stylement h3.border {
  padding: 10px 20px;
  font-weight: 700;
  color: #ad5036;
  border-top: 1px solid #ad5036;
  border-bottom: 1px solid #ad5036;
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.stylement h3.slash {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.stylement h3.slash:before,
.stylement h3.slash:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.stylement h3.slash:before {
  left: 0;
}

.stylement h3.slash:after {
  right: 0;
}

.stylement .ribbon9 {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  margin-bottom: 50px;
}

.stylement .ribbon9:before {
  /*左側のリボン端*/
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: 0;
  border: 20px solid rgba(250, 65, 65, 0.9);
  border-left-color: transparent;
  /*山形に切り抜き*/
}

.stylement .ribbon9:after {
  /*右側のリボン端*/
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -1;
  border: 20px solid rgba(250, 65, 65, 0.9);
  border-right-color: transparent;
  /*山形に切り抜き*/
}

.stylement .ribbon9 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 45px;
  line-height: 45px;
  font-size: 18px;
  color: #FFF;
  background: #fa4141;
  font-size: 1.4rem;
  font-weight: 700;
}

.stylement .ribbon9 h3:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #b70505;
  /*左の折り返し部分*/
}

.stylement .ribbon9 h3:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #b70505;
  /*右の折り返し部分*/
}

.stylement .ribbon9 h3 span {
  color: #f7f006;
}

.stylement h3.ribbon-red {
  line-height: 50px;
  position: relative;
  height: 50px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  background: #fa4141;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}

.stylement h3.ribbon-red:before,
.stylement h3.ribbon-red:after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  border: 25px solid #fa4141;
}

.stylement h3.ribbon-red:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.stylement h3.ribbon-red:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.stylement h3.ribbon-red span {
  position: relative;
  display: block;
}

.stylement h3.ribbon-brown {
  line-height: 50px;
  position: relative;
  height: 50px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  background: #7f5349;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}

.stylement h3.ribbon-brown:before,
.stylement h3.ribbon-brown:after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  border: 25px solid #7f5349;
}

.stylement h3.ribbon-brown:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.stylement h3.ribbon-brown:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.stylement h3.ribbon-brown span {
  position: relative;
  display: block;
}

.stylement .item4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}

.stylement .item4__card {
  width: 175px;
}

.stylement .item4 a {
  display: block;
  transition: 0.3s;
}

.stylement .item4 a:hover {
  transform: translateY(-10px);
}

.stylement .item3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}

.stylement .item3__card {
  width: 200px;
  margin: 25px 50px 0 0;
}

.stylement .item3__card:nth-child(3n) {
  margin-right: 0;
}

.stylement .item3 a {
  display: block;
  transition: 0.3s;
}

.stylement .item3 a:hover {
  transform: translateY(-10px);
}

.stylement .item3 h4 {
  margin: 10px 0;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.stylement .item3 dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
}

.stylement .item3 dl dt {
  margin-right: 1em;
}

.stylement .item1 {
  margin: 40px 0 0 0;
}

.stylement .item1 a {
  display: block;
  transition: 0.3s;
}

.stylement .item1 a:hover {
  transform: translateY(-10px);
}

.stylement .item1__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stylement .item1__img {
  width: 432px;
}

.stylement .item1__img img {
  width: 100%;
  height: auto;
}

.stylement .item1__txt {
  width: calc(100% - 432px);
  text-align: left;
}

.stylement .item1__inner {
  padding: 10px 20px 0 20px;
}

.stylement .item1 h4 {
  position: relative;
  padding: 10px 20px;
  font-weight: 700;
}

.stylement .item1 h4:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.stylement .item1 h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.stylement .item1 dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
}

.stylement .item1 dl dt {
  margin-right: 1em;
}

.stylement .ngo {
  margin: 40px 0 0 0;
  padding: 40px;
  background: #f1f1e7;
}

.stylement .ngo figure {
  margin-top: 20px;
}

.stylement .ngo p {
  margin-top: 20px;
  text-align: left;
}

.stylement .p-intro a {
  transition: 0.3s;
}

.stylement .p-intro a:hover {
  opacity: 0.6;
}

.stylement .p-intro-banners li+li {
  margin-top: 20px;
}

.stylement .cs-voice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stylement .cs-voice__star {
  width: 50%;
  text-align: left;
  color: #f4a62f;
  font-weight: 700;
}

.stylement .cs-voice__date {
  width: 50%;
  text-align: right;
}

.stylement .cs-voice__head {
  text-align: left;
  margin-top: 20px;
  font-size: 1.5rem;
}

.stylement .cs-voice__labels {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}

.stylement .cs-voice__labels dl {
  margin-right: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 0.8rem;
}

.stylement .cs-voice__labels dd {
  color: #f4a62f;
}

.stylement .cs-voice__body {
  text-align: left;
  margin-top: 20px;
}

.stylement .cs-voice__body span {
  background: linear-gradient(transparent 60%, #f7f006 0%);
}

.stylement .cs-voice+.cs-voice {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.stylement .p-content {
  text-align: left;
}

.stylement .p-content p+p {
  margin-top: 20px;
}

.stylement .p-content img {
  width: 100%;
  height: auto;
}

.stylement .p-content iframe {
  width: 100%;
}

.stylement .p-content small {
  text-align: right;
  font-size: 0.8rem;
  color: #999;
  display: block;
}

.stylement .p-feature-box {
  border: 4px solid #ad5036;
  border-radius: 20px;
  text-align: left;
  padding: 20px;
}

.stylement .p-feature-box h3 {
  background: url(/contents/images/p-feature-bg01.png) no-repeat center center;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 43px;
}

.stylement .p-feature-box h3 span {
  font-size: 1.2rem;
  font-weight: 700;
}

.stylement .p-feature-box h4 {
  color: #ad5036;
  border: 1px solid #ad5036;
  border-radius: 16px;
  line-height: 30px;
  padding: 0 30px;
  font-weight: 700;
  margin-top: 20px;
}

.stylement .p-feature-box .flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.stylement .p-feature-box .flex2__left {
  margin-right: 20px;
}

.stylement .p-feature-box .flex2__right {
  flex: 1;
}

.stylement .p-feature-box .flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.stylement .p-feature .p-feature-box+.p-feature-box {
  margin-top: 20px;
}

.stylement .leather-tbl {
  border-collapse: collapse;
  margin-top: 20px;
  border-left: 1px solid #240407;
  border-top: 1px solid #240407;
  width: 100%;
  font-weight: bold;
  color: #240407;
}

.stylement .leather-tbl th {
  width: 25%;
  background: #765a4f;
  color: #fff;
  text-align: center;
  border-right: 1px solid #240407;
  border-bottom: 1px solid #240407;
  padding: 5px 0;
}

.stylement .leather-tbl td {
  width: 25%;
  text-align: center;
  border-right: 1px solid #240407;
  border-bottom: 1px solid #240407;
  padding: 5px 0;
}

.stylement .leather-tbl .bg-gray {
  background: #dedad7;
}

.stylement .leather-tbl .bg-brown {
  background: #d8b49a;
}

.stylement .leather-tbl .color-brown {
  color: #a41f00;
}

.stylement .p-colors-intro {
  text-align: left;
  font-size: 0.8rem;
}

.stylement .p-colors-row1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.stylement .p-colors-row1 h4 {
  background: #72433c;
  text-align: center;
  width: 444px;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  margin: 40px 0 20px 0;
}

.stylement .p-colors-row1 h4 span {
  color: #fbe480;
  font-weight: 700;
  font-size: 1.2rem;
}

.stylement .p-colors-row2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.stylement .p-colors-row3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.stylement .p-colors-row4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.stylement .p-colors-row4 li {
  width: 175px;
}

.stylement .p-colors a {
  transition: 0.3s;
}

.stylement .p-colors a:hover {
  opacity: 0.6;
}

.stylement .p-colors-box {
  border: 1px solid #5b5b5b;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  text-align: left;
  margin: 20px 0;
}

.stylement .p-colors-box h4 {
  font-weight: 700;
}

.stylement .p-colors-box__txt {
  width: calc(100% - 272px);
}

.stylement .p-colors-box__img {
  width: 252px;
}

.stylement .p-colors-detail {
  border: 1px solid #5b5b5b;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  text-align: left;
  margin: 20px 0;
}

.stylement .p-colors-detail h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.stylement .p-colors-detail__txt {
  width: calc(100% - 280px);
}

.stylement .p-colors-detail__img {
  width: 260px;
}

.stylement .p-colors-detail__img img {
  width: 100%;
  height: auto;
}

.stylement .p-size {
  text-align: left;
}

.stylement .p-size a {
  transition: 0.3s;
}

.stylement .p-size a:hover {
  opacity: 0.6;
}

.stylement .p-size .boxWidth {
  margin-top: 20px;
}

.stylement .p-size .boxWidth-head {
  background: #915965;
  color: #fff;
  border-radius: 6px 6px 0 0;
  border: 1px solid #666;
  border-bottom: none;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
}

.stylement .p-size .boxWidth-body {
  border-radius: 0 0 6px 6px;
  border: 1px solid #666;
  border-top: none;
  padding: 20px;
}

.stylement .p-size .boxFlicker {
  margin-top: 20px;
  border: 1px solid #666;
  border-radius: 6px;
  padding: 20px;
}

.stylement .p-size .boxFlicker-head {
  color: #323e72;
  font-weight: 700;
  font-size: 1.2rem;
  border-bottom: 4px dotted #89b9df;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.stylement .p-size .boxBlog {
  margin-top: 20px;
  border: 1px solid #666;
  border-radius: 6px;
  padding: 20px;
}

.stylement .p-size .boxBlog-head {
  margin-bottom: 20px;
}

.stylement .p-size .boxBlog-head span {
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 1em;
}

.stylement .p-size .boxBlog-body {
  background: #eee;
  padding: 20px;
}

.stylement .p-size .boxBlog-body a {
  margin-left: 1em;
}

.stylement table.sizeTbl-00222 {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #532a1a;
  border-left: 1px solid #532a1a;
  width: 100%;
}

.stylement table.sizeTbl-00222 th {
  width: 8%;
  border-bottom: 1px solid #532a1a;
  border-right: 1px solid #532a1a;
  text-align: center;
  background: #cda2a0;
  color: #fff;
  font-weight: 700;
  padding: 10px 0 !important;
}

.stylement table.sizeTbl-00222 th.first {
  width: 20%;
}

.stylement table.sizeTbl-00222 th.large {
  width: 60%;
  text-align: left;
  padding: 10px !important;
}

.stylement table.sizeTbl-00222 th.small {
  width: 20%;
  text-align: left;
  padding: 10px !important;
}

.stylement table.sizeTbl-00222 td {
  width: 8%;
  border-bottom: 1px solid #532a1a;
  border-right: 1px solid #532a1a;
  text-align: center;
  padding: 10px 0 !important;
}

.stylement table.sizeTbl-00222 td.first {
  width: 20%;
  background: #b48182;
  color: #fff;
  font-weight: 700;
}

.stylement table.sizeTbl-00222 td.large {
  width: 60%;
  text-align: left;
  padding: 10px !important;
}

.stylement table.sizeTbl-00222 td.small {
  width: 20%;
  text-align: left;
  padding: 10px !important;
}

.stylement table.sizeTbl-00222 td.xlarge {
  width: 50%;
  text-align: left;
  padding: 10px !important;
}

.stylement .p-olymBox {
  text-align: left;
  border: 1px solid #969084;
  border-radius: 20px;
  padding: 20px;
  margin-top: 40px;
}

.stylement .p-olymBox h3 {
  font-weight: 700;
}

.stylement .p-number {
  background: #eee;
  border-radius: 20px;
  padding: 0 20px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px;
}

.stylement .page01703-top3__head {
  background: #ad5036;
  color: #fff;
  padding: 10px;
}

.stylement .page01703-top3__head span {
  font-size: 1.2rem;
  font-weight: 700;
}

.stylement .page01703-top3__body {
  border: 1px solid #ad5036;
  padding: 20px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.stylement .page01703-top3__item {
  width: 30%;
  text-align: center;
}

.stylement .page01703-top3__item h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #ad5036;
}

.stylement .page01703-top3__item h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ad5036;
}

.stylement .page01703-top3__item p span {
  color: palevioletred;
  font-weight: 700;
}

.stylement .page01703-top3__arrow {
  margin: 10px 0;
  font-size: 3rem;
  color: palevioletred;
  font-weight: 700;
  line-height: 1.2;
}

.stylement .page01703-top3__below {
  background: palevioletred;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 60px;
}

.stylement .review-title {
  background: #999;
  color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 10px;
}

.stylement .review-title span {
  font-size: 1.2rem;
  font-weight: 700;
}

.stylement .box26 {
  position: relative;
  margin: 60px 0 0 0;
  padding: 40px;
  border: solid 1px #ccc;
  border-radius: 8px;
  text-align: left;
}

.stylement .box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  font-weight: 700;
  white-space: nowrap;
}

.stylement .p-staff__head {
  text-align: left;
  margin-bottom: 20px;
}

.stylement .p-staff h2 {
  color: #fff;
  background: #ce7b83;
  font-weight: 700;
  font-size: 1.2rem;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 60px;
}

.stylement .p-staff table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #736c5e;
  border-left: 1px solid #736c5e;
  width: 100%;
}

.stylement .p-staff table th {
  border-bottom: 1px solid #736c5e;
  border-right: 1px solid #736c5e;
  background: #d9d3ce;
  width: 10%;
  font-weight: 700;
  padding: 10px;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-feature-settings: "palt" !important;
}

.stylement .p-staff table th p {
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
}

.stylement .p-staff table td {
  border-bottom: 1px solid #736c5e;
  border-right: 1px solid #736c5e;
  width: 45%;
  padding: 15px;
  text-align: left;
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-feature-settings: "palt" !important;
  line-height: 1.6 !important;
  vertical-align: top !important;
}

.stylement .p-staff table .flex {
  display: flex;
  justify-content: flex-start;
}

.stylement .p-staff table .flex__img {
  width: 52px;
}

.stylement .p-staff table .flex__txt {
  padding: 0 0 0 10px;
  width: calc(100% - 62px);
}

.stylement .p-staff table h3 {
  font-weight: 700;
}

.stylement .p-staff table .num {
  color: #7b1326;
  font-weight: 700;
  font-size: 1.2rem;
}

.stylement .p-staff table .box+.box {
  margin-top: 20px;
}

.stylement .p-staff table ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.stylement .p-staff table ul li:nth-child(1) {
  width: 20%;
}

.stylement .p-staff table ul li:nth-child(2) {
  width: 40%;
}

.stylement .p-staff table ul li:nth-child(3) {
  width: 40%;
}

.stylement .p-renewal01-content {
  padding: 34px;
  text-align: left;
}

.stylement .p-renewal01-heading3 {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

.stylement .p-renewal01-heading3::before {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  border-bottom: 3px solid #bd7c8e;
  width: 100%;
  z-index: 1;
}

.stylement .p-renewal01-heading3 span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #330200;
  color: #fff;
  width: 80px;
  height: 80px;
  padding: 5px 0 0 0;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.stylement .p-renewal01-heading3 span:nth-child(1) strong {
  font-size: 36px;
}

.stylement .p-renewal01-heading3 span:nth-child(2) {
  color: #330200;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 40px;
  padding-left: 100px;
}

.stylement .p-renewal01-heading3 span:nth-child(3) {
  color: #330200;
}

.stylement .p-renewal01-heading4 {
  text-align: left;
  margin-bottom: 20px;
}

.stylement .p-renewal01-heading4 h4 {
  color: #fff;
  background: #ce7b83;
  font-weight: 700;
  font-size: 1.2rem;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 60px;
}

.stylement .p-renewal01-heading5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.stylement .p-renewal01-heading5 span:nth-child(1) {
  border-right: 5px solid #ce7b83;
  color: #ce7b83;
  font-size: 3.4rem;
  font-weight: 700;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 1.1;
}

.stylement .p-renewal01-heading5 span:nth-child(1) small {
  font-size: 1.7rem;
}

.stylement .p-renewal01-heading5 span:nth-child(2) {
  color: #390003;
  font-size: 1.7rem;
  line-height: 1.4;
}

.stylement .p-renewal01 figure {
  margin-bottom: 40px;
}

.stylement .p-renewal01-contact {
  border: 1px solid #390003;
  border-radius: 10px;
  padding: 30px;
  font-size: 1.2rem;
  margin-top: 40px;
}

.stylement .p-renewal01-contact span {
  text-decoration: underline;
}

.stylement .p-renewal01-contact__btn {
  text-align: center;
  margin-top: 20px;
}

.stylement .p-renewal01-contact__btn a {
  display: inline-block;
  padding: 10px 20px;
  background: #a7437e;
  color: #fff;
  border-radius: 60px;
  transition: 0.3s;
}

.stylement .p-renewal01-contact__btn a:hover {
  opacity: 0.7;
}

.stylement .p-renewal02-content {
  padding: 34px 20px;
  text-align: left;
}

.stylement .p-renewal02-heading3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0;
}

.stylement .p-renewal02-heading3__point {
  width: 80px;
  margin-right: 20px;
  color: #330200;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.stylement .p-renewal02-heading3__point span {
  font-size: 1.2rem;
  display: block;
}

.stylement .p-renewal02-heading3__title {
  width: calc(100% - 100px);
}

.stylement .p-renewal02-heading3__h3both span {
  border-top: 1px solid #330200;
  border-bottom: 1px solid #330200;
  display: inline-block;
  color: #330200;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 20px;
}

.stylement .p-renewal02-heading3__h3either {
  position: relative;
}

.stylement .p-renewal02-heading3__h3either span {
  border-bottom: 1px solid #330200;
  display: inline-block;
  color: #330200;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 20px;
  position: relative;
}

.stylement .p-renewal02-heading3__h3either span i {
  position: absolute;
  right: -70px;
  top: 0;
}

.stylement .p-renewal02-heading3__h3either small {
  display: block;
  color: #ce7b83;
  font-size: 1.4rem;
  padding-left: 100px;
}

.stylement .p-renewal02-inner {
  padding: 0 80px;
}

.stylement .p-renewal02 .p-renewal02-inner+.p-renewal02-inner {
  margin-top: 40px;
}

.stylement .p-renewal02-heading4--pink {
  color: #ce7b83;
  font-size: 1.8rem;
  font-weight: 700;
}

.stylement .p-renewal02-heading4--brown {
  color: #390003;
  font-size: 1.8rem;
  font-weight: 700;
}

.stylement .p-renewal02-lead {
  font-size: 1.3rem;
  color: #390003;
  line-height: 1.6;
}

.stylement .p-renewal02 figure {
  margin: 40px -100px;
  width: 700px;
}

.stylement .p-renewal02 figure img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=stylement.css.map */