/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #3B4465;
  font-family: "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  cursor: pointer;
}

.l-fv {
  background-color: #fff;
  background-image: url(http://r-creaning.local/assets/img/l-fv-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 35px;
  padding-top: 35px;
  position: relative;
  text-align: center;
  width: 100%;
}

.l-fv::before {
  background-image: url(http://r-creaning.local/assets/img/pc-fv__left.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 700px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 620px;
  z-index: 0;
}

.l-fv::after {
  background-image: url(http://r-creaning.local/assets/img/pc-fv__right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 700px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 620px;
  z-index: 0;
}

.l-worries {
  background-color: #F7F7F5;
  margin-bottom: 80px;
  padding-bottom: 101px;
  padding-top: 80px;
  position: relative;
}

.l-worries::before {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #F7F7F5;
  bottom: -80px;
  /* 下にピッタリくっつけたいので三角の高さ分上にずらす */
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 80px;
  position: absolute;
  width: 100%;
}

.l-about {
  background-image: url(http://r-creaning.local/assets/img/about-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 75px;
  width: 100%;
}

.l-features {
  background-color: #FCFAF4;
  padding-bottom: 80px;
  padding-top: 160px;
  position: relative;
}

.l-features::before {
  background-color: #fff;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  content: "";
  height: 80px;
  position: absolute;
  top: 0;
  /* 上にピッタリくっつけたいので曲線の高さ分上にずらす */
  width: 100%;
}

.l-features::after {
  background-color: #FCFAF4;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  bottom: -80px;
  /* 下にピッタリくっつけたいので曲線の高さ分上にずらす */
  content: "";
  height: 80px;
  position: absolute;
  width: 100%;
}

.l-works {
  background-image: url(http://r-creaning.local/assets/img/about-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 80px;
  padding-top: 80px;
  width: 100%;
  z-index: 100;
}

.l-service {
  background-color: #FDF7EA;
  padding-top: 80px;
}

.l-price {
  background-color: #FDF7EA;
  margin-bottom: 80px;
  padding-bottom: 80px;
  padding-top: 160px;
}

.l-voice {
  margin: 80px auto;
}

.l-flow {
  background-color: #FDF7EA;
  margin-bottom: 80px;
  padding-bottom: 80px;
  padding-top: 160px;
  position: relative;
}

.l-flow::before {
  background-color: #fff;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  content: "";
  height: 80px;
  position: absolute;
  top: 0;
  /* 上にピッタリくっつけたいので曲線の高さ分上にずらす */
  width: 100%;
}

.l-flow::after {
  background-color: #FDF7EA;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  bottom: -80px;
  /* 下にピッタリくっつけたいので曲線の高さ分上にずらす */
  content: "";
  height: 80px;
  position: absolute;
  width: 100%;
}

.l-faq {
  background-color: #FCFAF4;
  padding-bottom: 80px;
  padding-top: 160px;
  position: relative;
}

.l-faq::before {
  background-color: #fff;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  content: "";
  height: 80px;
  position: absolute;
  top: 0;
  /* 上にピッタリくっつけたいので曲線の高さ分上にずらす */
  width: 100%;
}

.l-cta {
  background: linear-gradient(to right, #E8AC38, #FFD88B, #E8AC38);
  margin-top: 80px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.l-cta::before {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 80px;
  position: absolute;
  top: -3px;
  /* 上にピッタリくっつけたいので三角の高さ分上にずらす */
  width: 100%;
}

.l-cta.--footer {
  margin-top: 0;
}

.l-cta.--footer::before {
  background-color: #FCFAF4;
}

.c-title {
  font-family: "Yu Gothic", sans-serif;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.c-title::before {
  border-top: dotted 5px #3982BF;
  bottom: -5px;
  content: "";
  height: 30px;
  left: -42px;
  position: absolute;
  transform: rotate(45deg);
  width: 30px;
}

.c-title::after {
  background-image: none;
  border-top: dotted 5px #3982BF;
  bottom: -5px;
  content: "";
  height: 30px;
  position: absolute;
  right: -42px;
  transform: rotate(-45deg);
  width: 30px;
}

.c-title.--area {
  display: flex;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-title.--area .--red {
  color: #DC4C4C;
  font-size: 24px;
}

.c-cta__btn {
  align-items: center;
  background-color: #3B4465;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin-left: auto;
  margin-right: auto;
  max-width: 441px;
  padding: 32px 82px 32px 64px;
  position: relative;
  text-align: center;
}

.c-cta__btn img {
  margin-right: 10px;
}

.c-cta__btn::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  height: 18px;
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 18px;
}

.c-cta__btn.--small {
  font-size: 20px;
  padding: 16px 41px 16px 32px;
}

.c-cta__btn.--small img {
  margin-right: 10px;
  width: 30px;
}

.c-cta__btn.--small::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  height: 12px;
  width: 12px;
}

.c-cta__btn:hover {
  background-color: #767C93;
}

.c-boxTite {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 150%;
}

.c-arrow {
  border: 3px dotted #3982BF;
  display: inline-block;
  height: 5px;
  line-height: 1;
  margin-left: -4px;
  margin-top: 10px;
  position: relative;
  vertical-align: middle;
  width: 40px;
}

.c-arrow::before {
  border: 3px solid #3982BF;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
  content: "";
  height: 15px;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: top right;
  width: 15px;
}

.header {
  background-color: #fff;
  height: 90px;
  padding-bottom: 13px;
  padding-top: 13px;
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header-wrap {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 10px;
}

.header-left {
  display: flex;
  justify-content: center;
}

.header-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
}

.header-list {
  display: flex;
  justify-content: space-around;
}

.header-item {
  font-size: 16px;
  font-weight: bold;
  line-height: 200%;
  position: relative;
}

.header-item:nth-of-type(n + 2) {
  margin-left: 16px;
}

.header-item::after {
  background: #E8AC38;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  /*絶対配置で線の位置を決める*/
  position: absolute;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*アニメーションの指定*/
  transition: all 0.3s;
  /*線の形状*/
  width: 100%;
  /*左上基点*/
}

.header-item:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-tell-btn a {
  align-items: center;
  color: #3981bf;
  display: flex;
  font-size: 28px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 150%;
}

.header-tell-btn a img {
  margin-right: 8px;
}

.p-header-tel-btn__date {
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
}

.header-contact-btn {
  align-items: center;
  background-color: #3b4465;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 200%;
  margin-left: 16px;
  padding: 16px;
}

.header-contact-btn img {
  margin-right: 10px;
}

.header-sp-right {
  display: flex;
}

.heaser-sp-tell {
  align-items: center;
  background-color: #3b4465;
  border-radius: 8px;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-right: 16px;
  width: 50px;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.hamburger {
  align-items: center;
  background-color: #fcfaf4;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  display: flex;
  height: 50px;
  justify-content: center;
  position: relative;
  width: 50px;
  z-index: 100;
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
  background-color: #3b4465;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.5s;
  width: 30px;
}

.hamburger span::before {
  top: -10px;
}

.hamburger span::after {
  bottom: -10px;
}

input[type=checkbox]:checked+.hamburger span {
  background-color: transparent;
}

input[type=checkbox]:checked+.hamburger span::before {
  top: 0;
  transform: rotate(45deg);
}

input[type=checkbox]:checked+.hamburger span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.header-sp-nav {
  background-color: #fff;
  color: #3B4465;
  height: 75%;
  padding: 50px 0;
  position: fixed;
  right: -120%;
  text-align: center;
  top: 0px;
  transition: all 0.5s;
  width: 100%;
  overflow-y: scroll;
}

.header-sp-item {
  margin-left: auto;
  margin-right: auto;
  width: 192px;
}

.header-sp-item a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 200%;
  margin-top: 16px;
  position: relative;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.header-sp-item a::after {
  background: #E8AC38;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  /*絶対配置で線の位置を決める*/
  position: absolute;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*アニメーションの指定*/
  transition: all 0.3s;
  /*線の形状*/
  width: 100%;
  /*左上基点*/
}

.header-sp-item a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.header-sp-btn__text {
  color: #fff;
}

.header-sp-item a:hover {
  background-color: #fff;
  color: #0f5474;
}

input[type=checkbox]:checked~.header-sp-nav {
  right: 0;
}

.header-sp-tell-btn {
  background-color: #3982BF;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 343px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.header-sp-tell-btn a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 150%;
}

.header-sp-tell-btn a img {
  margin-right: 8px;
}

.header-sp-tell-btn:hover {
  background-color: #94bad9;
}

.p-header-sp-tel-btn__date {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 200%;
}

.p-header-sp-tell__link {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 200%;
}

.p-header-sp-tell__link .--gold {
  color: #E8AC38;
}

.header-sp-contact-btn {
  background-color: #3b4465;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 343px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.header-sp-contact-btn:hover {
  background-color: #767C93;
}

.header-sp-contact-btn a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 200%;
}

.header-sp-contact-btn img {
  margin-right: 10px;
}

.p-fv {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  position: relative;
  z-index: 80;
}

.p-fv__catchcopy {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 150%;
}

.p-fv__catchcopy span {
  color: #3982bf;
}

.p-fv__subcatchcopy {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin-top: 16px;
}

.p-fv__result__Wrap {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 470px;
}

.p-fv__result__item {
  align-items: center;
  background-color: #fff;
  background-image: url(http://r-creaning.local/assets/img/Group.png);
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  border-radius: 100px;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  height: inherit;
  justify-content: center;
  letter-spacing: 0;
  line-height: 200%;
  margin-left: 11px;
  width: calc(33% - 11px);
}

.p-fv__result__item.--cost {
  font-size: 12px;
}

.p-fv__result__item:nth-of-type(n + 2) {
  margin-left: 12px;
}

.p-fv-cta {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 480px;
}

.p-fv__cta__text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 200%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.p-fv__cta__text::before {
  background-color: #3B4465;
  content: "";
  height: 1px;
  left: -30px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 22px;
}

.p-fv__cta__text::after {
  background-color: #3B4465;
  content: "";
  height: 1px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  width: 22px;
}

.p-fv__ctabtn {
  align-items: center;
  background-color: #e8ac38;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  padding-top: 24px;
  position: relative;
  width: 80%;
}

.p-fv__ctabtn img {
  margin-right: 30px;
}

.p-fv__ctabtn:hover {
  background-color: #EFC574;
}

.p-fv__ctabtn span {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-worries__Title {
  text-align: center;
}

.p-worries__container {
  background-color: #fff;
  border: 3px solid #E8AC38;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 863px;
  padding: 35px 0;
  position: relative;
  width: 90%;
}

.p-worries__container::before {
  background-image: url(http://r-creaning.local/assets/img/men.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -20px;
  content: "";
  height: 225px;
  left: -65px;
  position: absolute;
  width: 157px;
}

.p-worries__container::after {
  background-image: url(http://r-creaning.local/assets/img/woman.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -20px;
  content: "";
  height: 225px;
  position: absolute;
  right: -65px;
  width: 138px;
}

.p-worries__text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 100%;
  line-height: 200%;
  position: relative;
}

.p-worries__text::before {
  background-image: url(http://r-creaning.local/assets/img/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  left: -45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.p-worries__text:nth-of-type(n + 2) {
  margin-top: 30px;
}

.p-about__Title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 65px;
  padding-right: 65px;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-about__Title::before {
  border: 2px solid #333333;
  /* 左下の角丸 */
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top: none;
  bottom: -11px;
  box-sizing: border-box;
  content: "";
  height: 50%;
  left: 50%;
  position: absolute;
  /* 右下の角丸 */
  translate: -50%;
  width: 100%;
}

.p-about__Title::after {
  border-bottom: 13px solid #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-style: solid;
  border-top: 2px solid #333333;
  box-sizing: border-box;
  content: "";
  height: 2px;
  position: absolute;
  /* フキダシのサイズに応じて調整してください */
  right: 3.1em;
  rotate: -130deg;
  top: calc(100% + 10px);
  width: 30px;
}

.p-about__subTitle {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 150%;
}

.p-about__logo {
  align-items: center;
  display: inline-flex;
}

.p-about__Wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.p-about__Text {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 200%;
  max-width: 552px;
}

.p-about__blue {
  color: #3982BF;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 150%;
}

.p-features__Title {
  text-align: center;
}

.p-features__item {
  background-color: #fff;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  margin-top: 90px;
  position: relative;
  width: 90%;
}

.p-features__item:nth-of-type(2n) {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 100px;
  border-top-right-radius: 0;
  margin-left: auto;
  margin-right: 0;
}

.p-features__itemBody {
  margin-left: auto;
  margin-right: auto;
  max-width: 802px;
  padding-bottom: 80px;
  padding-top: 80px;
  width: 90%;
}

.p-features__itemNumber {
  align-items: center;
  display: flex;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  left: 15%;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -50px;
  width: 80%;
}

.p-features__itemNumber.--even {
  justify-content: flex-end;
  left: 0;
  right: 15%;
}

.p-features__itemblue {
  color: #3982BF;
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
  margin-left: 16px;
}

.p-features__itemTitle {
  color: #3B4465;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 150%;
}

.p-features__itemTitle .--red {
  color: #DC4C4C;
  font-size: 34px;
}

.p-features__itemText {
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  margin-top: 20px;
}

.p-features__itemyellow {
  color: #D98947;
}

.p-features__itemTableWrap {
  margin-top: 40px;
}

.p-features__itemTableTitle {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 200%;
  text-align: center;
}

.p-feature__Table {
  margin-top: 10px;
  max-width: 810px;
  width: 100%;
}

.p-feature__table__mainTitle {
  background-color: #FAE9C7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100px;
  max-width: 300px;
  padding-bottom: 43px;
  padding-top: 42px;
  width: 35%;
}

.p-feature__table__Title {
  background-color: #edece9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  height: 85px;
  letter-spacing: 0.1em;
  line-height: 200%;
  max-width: 280px;
  padding-bottom: 28px;
  padding-top: 28px;
  width: 33%;
}

.p-feature__table__Time {
  background-color: #f7f7f7;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 200%;
  max-width: 242px;
  padding-bottom: 16px;
  padding-top: 18px;
  text-align: center;
  width: 31%;
}

.p-feature__table__Time span {
  font-size: 14px;
  font-weight: normal;
}

.p-feature__table__mainPrice {
  background-color: #FDF7EA;
  color: #DC4C4C;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 150%;
  padding-bottom: 35px;
  padding-top: 35px;
  text-align: center;
}

.p-feature__table__Price {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 150%;
  text-align: center;
}

.p-features__itemTable__note {
  color: #DC4C4C;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin-top: 20px;
  text-align: center;
}

.p-feature__imgWrap {
  display: flex;
  flex-wrap: wrap;
}

.p-feature__IMG {
  margin-right: 28px;
  margin-top: 20px;
  width: calc(33.33% - 25px);
}

.p-feature__IMG:nth-of-type(3n) {
  margin-right: 0;
}

.p-feature__IMG img {
  border-radius: 10px;
}

.p-feature__imgname {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin-top: 10px;
  text-align: center;
}

.p-feature__onestopimg {
  margin-top: 40px;
}

.p-works__Title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 150%;
  text-align: center;
}

.p-works__Wrap {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1212px;
  width: 80%;
}

.p-works__item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 3px 5px 19px #CFCCC8;
  margin-right: 36px;
  overflow: hidden;
  width: calc(33% - 36px);
}

.p-works__item__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p-works__item__title {
  background-color: rgba(142, 114, 59, 0.596);
  color: #fff;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  line-height: 200%;
  margin-top: -28px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  z-index: 10;
}

.p-works__item__title span {
  font-size: 12px;
}

.p-works__Body {
  padding: 12px 24px;
}

.p-works__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 200%;
  height: 190pxl
}

.p-works__tagWrap {
  display: block;
  left: 24px;
  margin-top: 10px;
}

.p-works__tagItem {
  align-items: flex-start;
  display: flex;
  margin-top: 5px;
}

.p-works__tag {
  border: 2px solid #3982BF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 200%;
  text-align: center;
  width: 80px;
}

.p-works__tagText {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 200%;
  margin-left: 16px;
  width: calc(100% - 80px);
}

.p-box__item__Wrap {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1218px;

}

.p-box__item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 3px 5px 19.4px #CFCCC8;
  display: flex;
  flex-direction: column;
  margin-right: 41px;
  min-width: 300px;
  overflow: hidden;
  width: calc(33% - 61px);
}

.p-box__item:nth-of-type(3n) {
  margin-right: 0;
}

.p-box__header {
  background-color: #EBB03D;
  text-align: center;
}

.p-box__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 24px 52px;
}

.p-box__text {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 200%;
}

.p-box__img {
  margin-top: 10px;
  text-align: center;
}

.p-box__img img {
  border-radius: 8px;
}

.p-price__box-content {
  display: flex;
  flex-direction: column;
}

.p-price-dec {
  flex-grow: 0;
  height: 150px;
}

.p-price__subTitle {
  background-color: #F9E7C2;
  font-size: 16px;
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}

.p-price__other {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 760px;
  width: 80%;
}

.p-price__other__buletext {
  color: #3982bf;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-price__other__buletext::before {
  border: 2px solid #333333;
  /* 左下の角丸 */
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top: none;
  bottom: -11px;
  box-sizing: border-box;
  content: "";
  height: 50%;
  left: 50%;
  position: absolute;
  /* 右下の角丸 */
  translate: -50%;
  width: 100%;
}

.p-price__other__buletext::after {
  border-bottom: 13px solid #FDF7EA;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-style: solid;
  border-top: 2px solid #333333;
  box-sizing: border-box;
  content: "";
  height: 2px;
  position: absolute;
  /* フキダシのサイズに応じて調整してください */
  right: 3.1em;
  rotate: -130deg;
  top: calc(100% + 10px);
  width: 30px;
}

.p-price__other__body {
  display: flex;
  justify-content: space-between;
  margin-top: 57px;
}

.p-price__other__menu {
  max-width: 550px;
  width: 100%;
}

.p-price__other__menuTitle {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 200%;
}

.p-price__other__menuText {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 200%;
}

.p-price-box__Title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 180%;
}

.p-price-box__Title:nth-of-type(n +2) {
  margin-top: 20px;
}

.p-price-spacialWrap {
  align-items: flex-start;
  display: flex;
}

.p-price-spacial {
  background-color: #DC4C4C;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 200%;
  margin-right: 8px;
  padding: 7px 4px;
}

.p-price-box__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.p-price-box__text .--bold {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 200%;
}

.p-price-box__text .--red {
  color: #DC4C4C;
  font-size: 20px;
  font-weight: bold;
}

.p-price-box__text .--slash {
  position: relative;
}

.p-price-box__text .--slash::before {
  background-color: #DC4C4C;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(-10deg);
  width: 44px;
}

.p-voice__item__Warp {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1218px;
}

.p-voice__item {
  background-color: #FDF7EA;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-right: 41px;
  overflow: hidden;
  padding-bottom: 48px;
  width: calc(33% - 61px);
}

.p-voice__item:nth-of-type(3n) {
  margin-right: 0;
}

.p-voice__item__title {
  align-items: center;
  background-color: #EBB03D;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 200%;
  text-align: center;
}

.p-voice__item__porfile {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  margin-top: 24px;
  height: 170px;
}

.p-voice__item__Tag {
  border: 1px solid #3982bf;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 200%;
  min-width: 87px;
  padding-left: 11px;
  padding-right: 11px;
  text-align: center;
}

.p-voice__item__img {
  margin-top: 16px;
}

.p-voice__item__img img {
  -o-object-fit: contain;
  border-radius: 100px;
  height: 80px;
  object-fit: contain;
  width: 80px;
}

.p-voice__item__Text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 200%;
  margin-left: 12px;
  width: 100%;
}

.p-voice__item__imgWrap {
  display: flex;
  justify-content: center;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 24px;
}

.p-voice__item__text {
  font-size: 16px;
  font-weight: 500;
  min-width: calc(100% - 85px);
  text-align: center;
  width: 80%;
}

.p-vice__item__img {
  margin-top: 10px;
}

.p-vice__item__img img {
  height: 140px;
  width: 140px;
}

.p-flow__Wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 880px;
  width: 80%;
}

.p-flow__item {
  display: flex;
  justify-content: center;
}

.p-flow__item:nth-of-type(n + 2) {
  margin-top: 60px;
}

.p-flow__number {
  background-color: #E8AC38;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  /*	height: 60px;*/
  letter-spacing: normal;
  line-height: 100%;
  text-align: center;
  /*	width: 60px;*/
  padding: 18px 10px 14px 10px;
}

.p-flow__number span {
  font-size: 12px;
  letter-spacing: 0.03em;
}

.p-flow__line {
  background-color: #E8AC38;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 3px;
}

.p-flow__item__right {
  background-color: #fff;
  border-radius: 8px;
  margin-left: 20px;
  max-width: 880px;
  padding: 10px;
  width: 80%;
}

.p-flow__itemTitle {
  color: #3982BF;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 150%;
}

.p-flow__itemText {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 200%;
}

.p-flow__itemText span {
  font-weight: bold;
}

.p-cta__Title {
  margin-top: 80px;
  text-align: center;
}

.p-cta__subTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 200%;
  margin-top: 20px;
}

.p-ctaWrap {
  background-color: #fff;
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  margin-top: 40px;
  position: relative;
}

.p-ctaWrap::before {
  background-image: url(http://r-creaning.local/assets/img/cta-man.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 170px;
  left: 20%;
  position: absolute;
  top: -160px;
  width: 166px;
}

.p-ctaWrap::after {
  background-image: url(http://r-creaning.local/assets/img/cta-woman.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 190px;
  position: absolute;
  right: 20%;
  top: -170px;
  width: 166px;
}

.p-ctadeco {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
  padding-bottom: 80px;
  padding-top: 50px;
}

.p-cta__tel {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 60%;
}

.p-cta__Text {
  border: 3px solid #333333;
  border-radius: 50px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 33px;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}

.p-cta__Text span {
  color: #E8AC38;
}

.p-cta__Text::before {
  border-bottom: 13px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-style: solid;
  border-top: 0;
  bottom: -10px;
  content: "";
  height: 0;
  left: calc(50% + 4px);
  position: absolute;
  transform: rotate(55deg);
  translate: -50%;
  width: 0;
}

.p-cta__Text::after {
  background-color: #333333;
  box-shadow: 0 -2px 0 #ffffff, 0 -4px 0 #ffffff;
  box-sizing: border-box;
  content: "";
  height: 3px;
  left: calc(50% - 4px);
  position: absolute;
  rotate: 55deg;
  top: calc(100% + 9px);
  translate: -50%;
  width: 25px;
}

.p-cta__telnumber {
  align-items: center;
  background: transparent;
  color: #3982BF;
  display: flex;
  flex-wrap: wrap;
  font-size: 64px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 150%;
}

.p-cta__telnumber img {
  margin-right: 24px;
}

.p-cta__date {
  color: #3B4465;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 200%;
  text-align: center;
  width: 100%;
}

.p-cta__contact {
  margin-left: 46px;
  margin-left: auto;
  margin-right: auto;
}

.page-area {
  padding-bottom: 5rem;
}

.page-area_inner {
  margin: 0 auto;
  max-width: 1056px;
  max-width: 880px;
  overflow: hidden;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  width: 100%;
}

.page-area_title {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  margin-bottom: 4rem;
  margin-top: 1rem;
  text-align: center;
}

.page-area_title .border {
  display: inline-block;
  position: relative;
}

.page-area_title .border:before {
  background-image: url(/assets/img/common/r_title_border_blue.svg);
  background-repeat: repeat-x;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  margin-top: -0.4rem;
  position: absolute;
  width: 100%;
}

.page-area_image {
  width: 100%;
}

.page-area_image img {
  width: 100%;
}

.page-area_link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.6rem;
  position: relative;
  z-index: 1;
}

.page-area_link_button {
  background-color: #f9688f;
  color: #fff;
  display: inline-block;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  text-align: center;
  width: 24%;
}

.page-area_link_button.--orange {
  background-color: #E8AC38;
}

.page-area_link_button:hover.--orange {
  background: #EEEEEE;
  color: #E8AC38;
}

.page-area_link_button:hover {
  background-color: #ff85a5;
}

.page-area_box {
  background-color: #eee;
  letter-spacing: 0.1rem;
  margin-top: 2.4rem;
  padding: 4rem;
}

.page-area_box.--orange {
  background-color: #F8F0E1;
}

.page-area_box:last-of-type {
  margin-bottom: 2.4rem;
}

.page-area_box_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.page-area_box .bold {
  font-weight: 700;
}

.page-area .underline {
  background: linear-gradient(0deg, rgba(249, 168, 61, 0.6) 0%, rgba(249, 168, 61, 0.6) 50%, transparent 50%, transparent 100%);
}

.p-area__text {
  color: #E8AC38;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.p-area__text span {
  color: #3B4465;
  font-size: 20px;
}

.page_faq-wrapper {
  color: #5f5d60;
  text-align: center;
}

.page_faq-wrapper-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.page_faq-wrapper-list-item {
  background: #f9688f;
  color: white;
  cursor: pointer;
  margin: 10px;
  position: relative;
  text-align: left;
}

.page_faq-wrapper-list-item.--orange {
  background: #F8F0E1;
  color: #E8AC38;
}

.page_faq-wrapper-list-item .question {
  padding: 1.6rem;
}

.page_faq-wrapper-list-item .question_title {
  font-size: 1.6rem;
}

.page_faq-wrapper-list-item .question_title.--orange {
  color: #D98947;
  font-weight: bold;
}

.page_faq-wrapper-list-item .question_icon {
  color: #D98947;
  font-size: 24px;
  position: absolute;
  right: 24px;
  top: 8px;
}

.page_faq-wrapper-list-item .answer {
  background: #fff;
  color: #3B4465;
  display: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 200%;
  margin-bottom: 15px;
}

.page_terms {
  padding-bottom: 4rem;
}

.page_terms-container {
  padding-bottom: 4rem;
}

.page_terms-container:nth-of-type(2) {
  padding: 0rem;
}

.page_terms-container-list {
  line-height: 32px;
}

.page_terms-container-list li {
  margin-bottom: 0.8rem;
}

.page_terms-container-list-deco {
  color: #fb9602;
  margin-right: 4px;
  width: 2%;
}

.page_terms-container-list-text {
  font-size: 1.6rem;
  width: 97%;
}

.page_terms-container:nth-of-type(2) {
  margin-bottom: 0;
}

.page_terms-container-list {
  line-height: 32px;
}

.page_terms-container-list .list_flex {
  border-bottom: 1px solid #cdcdcd;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page_terms-container-list li {
  margin-bottom: 0.8rem;
}

.page_terms-container-list-deco {
  color: #fb9602;
  margin-right: 4px;
  width: 2%;
}

.page_terms-container-list-text {
  font-size: 1.6rem;
  width: 97%;
}

.page_terms-container:nth-of-type(2) {
  margin-bottom: 0;
}

.page_company {
  padding-bottom: 5rem;
}

.page_company .company_information-table {
  border: 1px solid #c3c4c4;
  border-collapse: collapse;
  margin-bottom: 4rem;
  width: 100%;
}

.page_company .company_information-table-tr {
  align-items: center;
}

.page_company .company_information-table-tr-th {
  background: #f5f5f5;
  border: 1px solid #c3c4c4;
  font-size: 1.4rem;
  justify-content: space-between;
  padding: 2rem 1.6rem 1.6rem 1.6rem;
  text-align: initial;
  width: 24%;
}

.page_company .company_information-table-tr-th-name {
  display: inline;
}

.page_company .company_information-table-tr-th-required {
  background: #f9688f;
  color: white;
  float: right;
  font-size: 1.4rem;
  margin-top: -4px;
  padding-bottom: 0.6rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 0.4rem;
}

.page_company .company_information-table-tr td {
  background: #fff;
  border: 1px solid #c3c4c4;
  padding: 1.6rem;
  text-align: left;
  width: 67%;
}

.page_company .company_information-table-tr td input {
  border: 1px solid #c3c4c4;
  padding: 0.8rem;
  width: 100%;
}

.page_company .r_contact_form-table {
  margin-bottom: 0rem;
}

.page_company-container {
  padding-top: 4rem;
}

.footer {
  background-color: #FCFAF4;
}

.footer__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1210px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.footer-left {
  display: flex;
  justify-content: start;
}

.footer__logo {
  margin-right: 20px;
}

.pagetop {
  align-items: center;
  background: linear-gradient(#fff, #F8B418);
  border-radius: 50%;
  display: flex;
  height: 106px;
  justify-content: center;
  margin-left: auto;
  margin-right: 10px;
  width: 106px;
  z-index: 2;
}

.pagetop:hover {
  background: linear-gradient(#fff, #fffcf5);
  border: 0.5px solid #3B4465;
}

.pagetop__arrow {
  font-size: 16px;
  font-weight: bold;
  line-height: 200%;
  padding-top: 30px;
  position: relative;
}

.pagetop__arrow::before {
  border-right: 2px solid #3B4465;
  border-top: 2px solid #3B4465;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%) rotate(-45deg);
  width: 10px;
}

.pagetop__arrow::after {
  background-color: #3b4465;
  content: "";
  height: 25px;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 2px;
}

.footer-SNS-Wrap {
  align-items: center;
  display: flex;
  margin-top: 20px;
}

.footer-SNS-icon {
  align-items: center;
  background-color: #f5eee6;
  border-radius: 100px;
  display: flex;
  height: 57px;
  justify-content: center;
  width: 57px;
}

.footer-SNS-icon+.footer-SNS-icon {
  margin-left: 24px;
}

@media only screen and (min-width: 481px) and (max-width: 769px),
only screen and (max-width: 480px) {

  .page-area_link_button {
    font-size: 1.2rem;
    width: 49%;
  }

  .page-area_link_button:nth-of-type(n+3) {
    margin-top: 0.8rem;
  }

  .c-title::after {
    background-image: none;
    border-top: dotted 5px #3982BF;
    bottom: -5px;
    content: "";
    height: 30px;
    position: absolute;
    right: -42px;
    transform: rotate(-45deg);
    width: 30px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px),
only screen and (max-width: 480px),
only screen and (max-width: 321px) {

  .page_faq-wrapper-list-item .question_title {
    font-size: 1.4rem;
    width: 88%;
  }

  .c-title::after {
    background-image: none;
    border-top: dotted 5px #3982BF;
    bottom: -5px;
    content: "";
    height: 30px;
    position: absolute;
    right: -42px;
    transform: rotate(-45deg);
    width: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1039px) {

  html {
    font-size: 56.25%;
  }

  .l-fv {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .l-fv::before {
    height: 420px;
    width: 385px;
  }

  .l-fv::after {
    height: 420px;
    width: 385px;
  }

  .p-fv__catchcopy {
    font-size: 30px;
  }

  .p-fv__subcatchcopy {
    font-size: 14px;
  }

  .p-fv__result__Wrap {
    height: 130px;
  }

  .p-fv__result__item {
    background-size: 130px 130px;
    font-size: 11px;
  }

  .p-fv-cta {
    margin-top: 15px;
  }

  .p-fv__ctabtn {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .p-fv__ctabtn img {
    margin-right: 20px;
  }

  .p-fv__ctabtn span {
    font-size: 24px;
  }

  .p-works__item {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    width: 95%;
  }

  .p-box__item__Wrap {
    display: block;
    margin-top: 24px;
  }

  .p-box__item {
    margin-left: auto;
    margin-right: auto;
    max-width: 660px;
    width: 95%;
  }

  .p-box__item:nth-of-type(n +2) {
    margin-top: 41px;
  }

  .p-box__item:nth-of-type(3n) {
    margin-right: auto;
  }

  .p-voice__item__Warp {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }

  .p-voice__item {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    padding-bottom: 21px;
    width: 100%;
  }

  .p-voice__item:nth-of-type(n +2) {
    margin-top: 41px;
  }

  .p-voice__item:nth-of-type(3n) {
    margin-right: auto;
  }

  .p-voice__item__title {
    font-size: 15px;
  }

  .p-ctaWrap {
    border-top-left-radius: 140px;
    border-top-right-radius: 140px;
    display: block;
    margin-top: 85px;
  }

  .p-ctaWrap::before {
    height: 134px;
    top: -100px;
    width: 130px;
  }

  .p-ctaWrap::after {
    height: 142px;
    top: -100px;
    width: 130px;
  }

  .p-ctadeco {
    display: block;
    margin-top: 85px;
  }

  .p-cta__contact {
    margin-top: 29px;
    width: 95%;
  }

  .p-area__text {
    font-size: 20px;
  }

  .p-area__text span {
    font-size: 16px;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: none;
  }

}

@media screen and (min-width: 1040px) {

  .u-tab {
    display: none;
  }

  .u-sp {
    display: none;
  }

  .u-tabsp {
    display: none;
  }

}

@media (max-width: 1060px) {

  .page_company .company_information-table-tr-th {
    width: 32%;
  }

}

@media (max-width: 960px) {

  .page_company .company_information-table-tr-th {
    border: initial;
    display: block;
    width: 100%;
  }

  .page_company .company_information-table-tr-th-required {
    float: initial;
    margin-left: 2.4rem;
  }

  .page_company .company_information-table-tr td {
    border-bottom: 1px solid #c3c4c4;
    border-left: initial;
    border-right: initial;
    border-top: 1px solid #c3c4c4;
    display: block;
    padding: 1.6rem;
    width: 100% !important;
  }

}

@media screen and (max-width: 767px) {

  html {
    font-size: 50%;
  }

  .l-fv {
    background-position: top center;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .l-fv::before {
    background-image: url(http://r-creaning.local/assets/img/sp-fv__left.webp);
    bottom: 84px;
    height: 324px;
    top: unset;
    transform: translateY(0);
    width: 320px;
  }

  .l-fv::after {
    background-image: url(http://r-creaning.local/assets/img/sp-fv__right.webp);
    bottom: -7px;
    height: 324px;
    top: unset;
    transform: translateY(0);
    width: 310px;
  }

  .l-worries {
    padding-bottom: 140px;
    padding-top: 40px;
  }

  .l-worries::before {
    bottom: -20px;
    height: 21px;
  }

  .l-about {
    background-image: url(http://r-creaning.local/assets/img/sp-about__bg.png);
    background-position: center center;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .l-features {
    margin-top: 40px;
    padding-bottom: 140px;
    padding-top: 70px;
  }

  .l-features::after {
    bottom: -20px;
    height: 21px;
  }

  .l-features::before {
    height: 21px;
    top: 0;
  }

  .l-works {
    background-image: url(http://r-creaning.local/assets/img/sp-about__bg.png);
    background-position: center center;
    background-repeat: repeat-y;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .l-price {
    padding-bottom: 40px;
    padding-top: 80px;
  }

  .l-voice {
    margin: 80px auto;
  }

  .l-flow {
    margin-top: 40px;
    padding-bottom: 140px;
    padding-top: 70px;
  }

  .l-flow::after {
    bottom: -20px;
    height: 21px;
  }

  .l-flow::before {
    height: 21px;
    top: 0;
  }

  .l-faq {
    margin-top: 40px;
    padding-bottom: 140px;
    padding-top: 70px;
  }

  .l-faq::before {
    height: 21px;
    top: 0;
  }

  .l-cta {
    margin-top: 40px;
    padding-top: 40px;
  }

  .l-cta::before {
    height: 21px;
    top: 0;
  }

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

  .c-cta__btn {
    font-size: 20px;
    letter-spacing: 0.01em;
    margin-left: auto;
    margin-right: auto;
    max-width: 344px;
  }

  .c-cta__btn img {
    margin-right: 24px;
  }

  .c-boxTite {
    font-size: 16px;
    line-height: 200%;
  }

  .header {
    height: 50px;
  }

  .header-list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
  }

  .header-item:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 12px;
  }

  .p-fv__catchcopy {
    font-size: 24px;
  }

  .p-fv__subcatchcopy {
    font-size: 14px;
    margin-top: 10px;
  }

  .p-fv__result__Wrap {
    height: 110px;
  }

  .p-fv__result__item {
    background-size: 110px 110px;
    border-radius: 200px;
    font-size: 11px;
    width: 110px;
  }

  .p-fv__result__item.--cost {
    font-size: 10px;
  }

  .p-fv-cta {
    margin-top: 200px;
    max-width: 280px;
  }

  .p-fv__cta__text {
    font-size: 12px;
  }

  .p-fv__ctabtn {
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .p-fv__ctabtn span {
    font-size: 20px;
  }

  .p-fv__ctabtn img {
    height: 16px;
    margin-right: 15px;
    width: 25px;
  }

  .p-worries__container::before {
    bottom: -100px;
    height: 125px;
    left: 18px;
    width: 87px;
  }

  .p-worries__container::after {
    bottom: -100px;
    height: 125px;
    right: 21px;
    width: 80px;
  }

  .p-worries__text {
    font-size: 14px;
  }

  .p-worries__text::before {
    height: 25px;
    width: 25px;
  }

  .p-about__Title {
    font-size: 14px;
    line-height: 200%;
  }

  .p-about__subTitle {
    font-size: 14px;
  }

  .p-about__logo img {
    height: 18px;
    vertical-align: middle;
    width: 156px;
  }

  .p-about__Wrap {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
  }

  .p-about__Text {
    font-size: 14px;
  }

  .p-about__img {
    text-align: right;
  }

  .p-about__img img {
    height: 96px;
    width: 90px;
  }

  .p-about__blue {
    font-size: 20px;
  }

  .p-features__item {
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px;
    margin-top: 53px;
  }

  .p-features__item:nth-of-type(2n) {
    border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;
  }

  .p-features__itemBody {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 18px;
    padding-top: 40px;
  }

  .p-features__itemNumber {
    font-size: 16px;
    line-height: 200%;
    top: -30px;
  }

  .p-features__itemblue {
    font-size: 64px;
    margin-left: 10px;
  }

  .p-features__itemTitle {
    font-size: 16px;
  }

  .p-features__itemTitle .--red {
    font-size: 20px;
  }

  .p-features__itemText {
    font-size: 12px;
  }

  .p-features__itemTableWrap {
    margin-top: 20px;
  }

  .p-features__itemTableTitle {
    font-size: 14px;
  }

  .p-feature__table__mainTitle {
    height: auto;
    padding-bottom: 21px;
    padding-top: 21px;
  }

  .p-feature__table__mainTitle img {
    height: 11px;
    width: 96px;
  }

  .p-feature__table__Title {
    font-size: 10px;
    height: auto;
    width: 30%;
  }

  .p-feature__table__Time {
    font-size: 11px;
    letter-spacing: 0.015em;
    line-height: 150%;
    padding-bottom: 3.5px;
    padding-top: 3.5px;
    vertical-align: middle;
  }

  .p-feature__table__Time span {
    font-size: 10px;
  }

  .p-feature__table__mainPrice {
    font-size: 14px;
    line-height: 200%;
  }

  .p-feature__table__Price {
    font-size: 12px;
  }

  .p-features__itemTable__note {
    font-size: 14px;
    line-height: 200%;
  }

  .p-feature__IMG {
    margin-right: 15px;
    width: calc(50% - 15px);
  }

  .p-feature__IMG:nth-of-type(3n) {
    margin-right: 15px;
  }

  .p-feature__IMG:nth-of-type(n + 3) {
    margin-top: 12px;
  }

  .p-feature__imgname {
    font-size: 10px;
    line-height: 200%;
    margin-top: 0;
  }

  .p-works__Title {
    font-size: 24px;
  }

  .p-works__item {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    width: 95%;
  }

  .p-works__item__title {
    font-size: 14px;
  }

  .p-works__text {
    font-size: 12px;
    height: auto;
  }

  .p-works__tag {
    padding: 0 20px;
  }

  .p-works__tag.--odd {
    padding: 0 7px;
    letter-spacing: 0em;
  }

  .p-box__item__Wrap {
    display: block;
    margin-top: 24px;
  }

  .p-box__item {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    min-width: none;
    width: 95%;
  }

  .p-box__item:nth-of-type(n +2) {
    margin-top: 41px;
  }

  .p-box__item:nth-of-type(3n) {
    margin-right: auto;
  }

  .p-box__body {
    padding: 18px 21px 48px;
  }

  .p-box__text {
    font-size: 14px;
  }

  .p-price__other__buletext {
    font-size: 14px;
    line-height: 200%;
  }

  .p-price__other__body {
    align-items: end;
    flex-direction: column-reverse;
    margin-top: 15px;
  }

  .p-price__other__menu {
    margin-top: -20px;
  }

  .p-price__other__menuTitle {
    font-size: 14px;
  }

  .p-price__other__menuText {
    font-size: 14px;
  }

  .p-price__other__img img {
    height: 74px;
    width: 69px;
  }

  .p-price-box__Title {
    font-size: 14px;
  }

  .p-price-box__text {
    font-size: 10px;
  }

  .p-price-box__text .--red {
    font-size: 18px;
  }

  .p-price-box__text .--bold {
    font-size: 12px;
  }

  .p-voice__item__Warp {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }

  .p-voice__item {
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    padding-bottom: 21px;
    width: 95%;
  }

  .p-voice__item:nth-of-type(n +2) {
    margin-top: 41px;
  }

  .p-voice__item:nth-of-type(3n) {
    margin-right: auto;
  }

  .p-voice__item__porfile {
    height: auto;
  }

  .p-voice__item__title {
    font-size: 14px;
  }

  .p-voice__item__text {
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 200%;
  }

  .p-vice__item__img {
    margin-top: 9px;
  }

  .p-flow__Wrap {
    width: 90%;
  }

  .p-flow__number {
    font-size: 20px;
  }

  .p-flow__number span {
    font-size: 10px;
  }

  .p-flow__itemTitle {
    font-size: 16px;
  }

  .p-flow__itemText {
    font-size: 14px;
  }

  .p-area__text {
    font-size: 20px;
  }

  .p-area__text span {
    font-size: 16px;
  }

  .p-cta__Title {
    margin-top: 40px;
  }

  .p-cta__subTitle {
    font-size: 14px;
    margin-top: 10px;
  }

  .p-ctaWrap {
    border-top-left-radius: 140px;
    border-top-right-radius: 140px;
    display: block;
    margin-top: 85px;
  }

  .p-ctaWrap::before {
    height: 92px;
    top: -60px;
    width: 88px;
  }

  .p-ctaWrap::after {
    height: 105px;
    top: -70px;
    width: 92px;
  }

  .p-ctadeco {
    display: block;
    margin-top: 85px;
  }

  .p-cta__Text {
    font-size: 14px;
    max-width: 340px;
    width: 100%;
  }

  .p-cta__telnumber {
    background-color: #3982BF;
    border-radius: 8px;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 150%;
    margin-left: auto;
    margin-right: auto;
    max-width: 344px;
    padding: 15px 0;
    width: 100%;
  }

  .p-cta__telnumber img {
    margin-right: 12px;
  }

  .p-cta__telnumber:hover {
    background-color: #94bad9;
  }

  .p-cta__date {
    color: #fff;
    font-size: 12px;
  }

  .p-cta__contact {
    margin-top: 29px;
    width: 95%;
  }

  .footer__content {
    display: block;
    text-align: center;
  }

  .footer-left {
    display: block;
  }

  .pagetop {
    height: 70px;
    width: 70px;
  }

  .pagetop__arrow {
    font-size: 10px;
  }

  .pagetop__arrow::before {
    height: 6px;
    width: 6px;
  }

  .pagetop__arrow::after {
    height: 18px;
  }

  .footer-SNS-Wrap {
    justify-content: center;
  }

  .u-pc {
    display: none;
  }

  .u-tab {
    display: none;
  }

  .u-pctab {
    display: none;
  }

  .page_faq-wrapper-list-item .answer {
    font-size: 11px;

  }
}

@media only screen and (max-width: 480px) {
  .c-cta__btn img {
    margin-right: 12px;
  }

  .page-area {
    padding-bottom: 3.2rem;
    padding-top: 0;
  }

  .page-area_inner {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .page-area_title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }

  .page-area_box {
    margin-top: 0;
    padding: 1.2rem 2rem;
  }

  .p-area__text {
    font-size: 16px;
  }

  .p-area__text span {
    color: #3B4465;
    font-size: 12px;
  }

  .header-logo img {
    width: 110px;
  }

  .header-tell-btn a {
    font-size: 18px;
  }

  .header-tell-btn a img {
    margin-right: 8px;
    width: 18px;
  }

  .header-contact-btn {
    font-size: 12px;
    padding: 10px;
  }

  .header-contact-btn a img {
    width: 18px;
  }

  .p-about__Title :: before {
    width: 86%;
  }

  .c-title ::after {
    background-image: none;
    border-top: dotted 5px #3982BF;
    bottom: -5px;
    content: "";
    height: 30px;
    position: absolute;
    right: -42px;
    transform: rotate(-45deg);
    width: 30px;
  }

  .p-worries__container {
    padding: 35px 0 35px 22px;
  }

  .p-worries__text::before {
    height: 15px;
    width: 15px;
    left: -20px;
  }

  .p-cta__tel {
    width: 95%;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 321px) {

  .page_terms-container {
    padding-bottom: 3.2rem;
  }

  .page_terms-container:nth-of-type(2) {
    padding-bottom: 3.2rem;
  }

  .page_company {
    /*background-color: rgba(60, 182, 250, 0.3);*/
    padding-top: 3.2rem;
  }

  .page_company-container {
    padding-top: 3.2rem;
  }

  .page_company-container .common-title {
    font-size: 1.8rem;
  }

  .page_faq {
    background-color: #FCFAF4;
  }

  .c-title.--area {
    font-size: 16px;
  }

  .c-title.--area .--red {
    font-size: 16px;
  }

  .c-title::after {
    background-image: none;
    border-top: dotted 5px #3982BF;
    bottom: -5px;
    content: "";
    height: 30px;
    position: absolute;
    right: -42px;
    transform: rotate(-45deg);
    width: 30px;
  }
}

@media only screen and (max-width: 321px) {

  .page_terms {
    padding-bottom: 0rem;
  }

  .page_terms-container-list-deco {
    width: 6%;
  }

  .page_terms-container-list-text {
    width: 92%;
  }

  .page_terms-container-list-deco {
    width: 6%;
  }

  .c-title::after {
    background-image: none;
    border-top: dotted 5px #3982BF;
    bottom: -5px;
    content: "";
    height: 30px;
    position: absolute;
    right: -42px;
    transform: rotate(-45deg);
    width: 30px;
  }

}

@media only screen and (max-width: 321px),
only screen and (max-width: 480px) {

  .page_terms {
    padding-bottom: 0rem;
    padding-top: 3.2rem;
  }

  .page_terms-container-list-text {
    width: 93%;
  }

  .c-title::after {
    background-image: none;
    border-top: dotted 5px #3982BF;
    bottom: -5px;
    content: "";
    height: 30px;
    position: absolute;
    right: -42px;
    transform: rotate(-45deg);
    width: 30px;
  }
}

/* メニュー詳細ページのスタイル */
body {
  background-color: #FCFAF4;
}

.corporation-menu-detail {
  color: #3B4465;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

/* ヘッダータイトル */
.head_ttl {
  padding: 30px 0;
  margin-bottom: 40px;
  border-bottom: 2px solid #3B4465;
  /* border-top: 2px solid #3B4465; */
  background: inherit;
}

.head_ttl h1 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  padding: 0 20px;
}

/* 商品概要セクション */
.product_info {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.product_info_img_box {
  width: 48%;
  float: left;
}

.product_info_txt_box {
  width: 48%;
  float: right;
}

.product_info_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}

.txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* スライダー */
.sliderbox {
  margin-bottom: 20px;
}

.slider_thumbnail {
  display: flex;
  gap: 10px;
}

.slider_thumbnail li {
  width: calc(33.33% - 7px);
}

.slider_thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* 商品ボタンエリア */
.product_info_btn_area {
  clear: both;
  padding-top: 40px;
}

.product_info_btn_box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 16px;
  align-items: center;
  border: 2px solid #E8AC38;
}

.product_info_btn_price {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product_info_btn_price img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
}

.product_info_btn_price_txt {
  flex: 1;
}

.product_info_btn_price_txt_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.product_info_btn_price_txt em {
  font-size: 24px;
  font-weight: bold;
  color: #DC4C4C;
  font-style: normal;
}

/* 特長セクション */
.product_feature {
  background: #fff;
  padding: 60px 0;
}

.product_feature_item {
  margin-bottom: 40px;
}

.product_feature_item:not(:first-child) {
  margin-top: 40px;
}

.product_feature_item_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  white-space: pre-wrap;
}

.product_feature_item_img {
  display: grid;
  justify-content: center;
  margin-bottom: 20px;
}

.product_feature_item_txt {
  white-space: pre-wrap;
}

.features {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.tit_hiragino_dc {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.tit_hiragino_dc::after {
  content: '';
  width: 40px;
  height: 2px;
  background: #3982BF;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.features dl {
  margin-bottom: 40px;
}

.features dl:not(:first-child) {
  margin-top: 40px;
}

.features dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.features dd {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.cont_img {
  width: calc(50% - 10px);
}

.cont_img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* サービスの流れ */
.product_usage {
  padding: 60px 0;
}

.product_usage h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.product_usage_ttl {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
}

.product_usage_flow {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  padding: 0 20px;
}

.product_usage_flow_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 15px;
}

.product_usage_flow_ttl_pc {
  font-size: 18px;
  font-weight: bold;
}

.product_usage_img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.product_usage_flow_txt {
  font-size: 14px;
  line-height: 1.6;
}

/* 料金表 */
.priceList {
  max-width: 1000px;
  padding: 60px 20px;
  margin: 0 auto;
}

.price_table_wrap {
  margin-bottom: 30px;
}

.tablelayoutPrice {
  width: 100%;
  border-collapse: collapse;
}

.tablelayoutPrice th {
  background: #f5f5f5;
  padding: 15px;
  border: 1px solid #ddd;
  font-weight: bold;
}

.tablelayoutPrice td {
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.tablelayoutPrice td span {
  color: #dc4c4c;
  font-weight: bold;
}

/* 注意事項 */
.priceList ul {
  list-style: none;
  padding: 0;
}

.priceList li {
  font-size: 14px;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}

/* ボタン */
.btn_gray,
.btn_orange {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.btn_gray {
  background: #f5f5f5;
  color: #333;
}

.btn_orange {
  background: #ff8c00;
  color: #fff;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .head_ttl {
    padding: 20px 0;
  }

  .head_ttl h1 {
    font-size: 22px;
  }

  .tit_hiragino_dc {
    font-size: 22px;
  }

  .product_feature_item_title {
    font-size: 18px;
  }

  .product_info_btn_box {
    grid-template-columns: 1fr;
  }

  .product_info_img_box,
  .product_info_txt_box {
    float: none;
    width: 100%;
  }

  .product_info_txt_box {
    margin-top: 30px;
  }

  .features dd {
    flex-direction: column;
  }

  .cont_img {
    width: 100%;
  }

  .product_info_btn_price {
    flex-direction: column;
    text-align: center;
  }

  .priceList {
    padding-top: 0;
  }
}

/* SP表示・PC表示の切り替え */
.pc_mode {
  display: block;
}

.sp_mode {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_mode {
    display: none;
  }

  .sp_mode {
    display: block;
  }
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .product_usage_flow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .product_usage_flow {
    grid-template-columns: repeat(1, 1fr);
  }
}

.alignnone,
img.alignnone {
  display: inline-block;
}