@charset "UTF-8";
footer.fs-l-footer, footer {
  margin-top: 0;
}

/*************************
* レスポンシブ
**************************/
.pc_content {
  display: block;
}
@media (max-width: 750px) {
  .pc_content {
    display: none;
  }
}

.sp_content {
  display: none;
}
@media (max-width: 750px) {
  .sp_content {
    display: block;
  }
}

.pc_br {
  display: initial;
}
@media (max-width: 750px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 750px) {
  .sp_br {
    display: initial;
  }
}

/*************
* 見出し
**************/
.page_title_02 {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EDF0F3;
  background-image: url(https://livme.itembox.design/item/images/common/ttl_bg02.png);
  background-position: center;
  background-size: 150px;
  background-repeat: no-repeat;
}

.page_title_02 .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #151515;
  font-weight: 400;
  text-align: center;
}

.page_title_02 .title .en {
  font-family: "Futura", sans-serif;
  display: block;
  text-align: center;
  color: #92A8BE;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
}

@media (max-width: 750px) {
  .page_title_02 {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EDF0F3;
    background-image: url(https://livme.itembox.design/item/images/common/sp-ttl_bg.png);
    background-position: center;
    background-size: 120px;
    background-repeat: no-repeat;
  }
  .page_title_02 .title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #151515;
    font-weight: 400;
    text-align: center;
  }
  .page_title_02 .title .en {
    font-family: "Futura", sans-serif;
    display: block;
    text-align: center;
    color: #92A8BE;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 400;
  }
}
/******************
* コーディネートサポート
* code-support
******************/
.code_support-fv {
  margin: 0 calc(50% - 50vw) 100px;
  width: 100vw;
  max-width: 100%;
  height: 588px;
  background-image: url(https://livme.itembox.design/item/images/code-support/fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.code_support-fv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
@media (max-width: 750px) {
  .code_support-fv {
    margin: 0 calc(50% - 50vw) 50px;
    padding: 50px 0;
    height: 540px;
    background-image: url(https://livme.itembox.design/item/images/code-support/sp/fv.jpg);
  }
}
.code_support-fv .inner {
  width: 1050px;
  max-width: 96%;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 750px) {
  .code_support-fv .inner {
    max-width: 90%;
  }
}
.code_support-fv .inner .ttl {
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.4em;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  margin: 0px 0 15px;
}
@media (max-width: 750px) {
  .code_support-fv .inner .ttl {
    font-size: 23px;
    letter-spacing: 0.2em;
  }
}
.code_support-fv .inner .ttl .br-span {
  display: inline-block;
}
@media (max-width: 750px) {
  .code_support-fv .inner .ttl .br-span {
    display: block;
  }
}
.code_support-fv .inner .ttl .en {
  display: block;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0 0;
  letter-spacing: 0.4em;
}
@media (max-width: 750px) {
  .code_support-fv .inner .ttl .en {
    font-size: 10px;
    letter-spacing: 0.2em;
  }
}

.code_support-headline {
  width: 1050px;
  max-width: 96%;
  margin: 0 auto 100px;
  position: relative;
}
@media (max-width: 750px) {
  .code_support-headline {
    max-width: 90%;
    margin: 0 auto 75px;
  }
}
.code_support-headline .inner .boxs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.code_support-headline .inner .boxs .box {
  width: 50%;
}
@media (max-width: 750px) {
  .code_support-headline .inner .boxs .box {
    width: 100%;
  }
}
.code_support-headline .inner .boxs .box img {
  width: 480px;
  max-width: 96%;
}
@media (max-width: 750px) {
  .code_support-headline .inner .boxs .box img {
    margin: 0 calc(50% - 50vw) 25px;
    width: 100vw;
    max-width: 100vw;
  }
}
.code_support-headline .inner .boxs .box .midashi {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.66666;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  .code_support-headline .inner .boxs .box .midashi {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
}
.code_support-headline .inner .boxs .box .text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.25;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  .code_support-headline .inner .boxs .box .text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.923;
  }
}
.code_support-headline .slide-text {
  margin: 0 calc(50% - 50vw);
  display: flex;
  height: 200px;
  overflow: hidden;
  position: absolute;
  bottom: -110px;
  z-index: -1;
}
@media (max-width: 750px) {
  .code_support-headline .slide-text {
    height: 80px;
    bottom: 0;
    top: 40px;
  }
}
.code_support-headline .slide-text .text {
  font-family: "Futura", sans-serif;
  font-size: 150px;
  color: #EDF0F3;
  letter-spacing: 0.3em;
  line-height: 1.326;
  text-transform: uppercase;
  width: auto;
  white-space: nowrap;
}
.code_support-headline .slide-text .text:first-child {
  animation: slide1 100s -50s linear infinite;
}
.code_support-headline .slide-text .text:last-child {
  animation: slide2 100s linear infinite;
}
.code_support-headline .slide-text .text span {
  margin: 0 0.2em;
}
@media (max-width: 750px) {
  .code_support-headline .slide-text .text {
    font-size: 50px;
    letter-spacing: 0.15em;
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.code_support-nayami {
  width: 1050px;
  max-width: 96%;
  margin: 0 auto;
  padding: 0 0 75px;
  position: relative;
}
@media (max-width: 750px) {
  .code_support-nayami {
    max-width: 90%;
    padding: 0 0 0px;
  }
}
.code_support-nayami .inner .midashi {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.66666;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (max-width: 750px) {
  .code_support-nayami .inner .midashi {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.875;
    margin-bottom: 25px;
  }
}
.code_support-nayami .inner .boxs {
  width: 90%;
  margin: 50px auto 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .code_support-nayami .inner .boxs {
    flex-direction: column;
    margin: 0px auto 30px;
  }
}
.code_support-nayami .inner .boxs .box {
  width: 300px;
  max-width: 30%;
  min-height: 240px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .code_support-nayami .inner .boxs .box {
    max-width: 100%;
  }
}
.code_support-nayami .inner .boxs .box .text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  width: 186px;
}
@media (max-width: 750px) {
  .code_support-nayami .inner .boxs .nayami01 {
    left: -10%;
  }
}
.code_support-nayami .inner .boxs .nayami01::before {
  content: "";
  width: 125px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 0;
  background-image: url(https://livme.itembox.design/item/images/code-support/bg01-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.code_support-nayami .inner .boxs .nayami01::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(https://livme.itembox.design/item/images/code-support/bg01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.code_support-nayami .inner .boxs .nayami01 .text {
  position: relative;
  left: 15px;
  top: 10px;
}
.code_support-nayami .inner .boxs .nayami02 {
  top: 20px;
}
@media (max-width: 750px) {
  .code_support-nayami .inner .boxs .nayami02 {
    top: 5px;
    right: -10%;
  }
}
.code_support-nayami .inner .boxs .nayami02::before {
  content: "";
  width: 62px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: url(https://livme.itembox.design/item/images/code-support/bg02-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.code_support-nayami .inner .boxs .nayami02::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(https://livme.itembox.design/item/images/code-support/bg02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.code_support-nayami .inner .boxs .nayami02 .text {
  position: relative;
  top: -10px;
}
.code_support-nayami .inner .boxs .nayami03 {
  top: 10px;
}
@media (max-width: 750px) {
  .code_support-nayami .inner .boxs .nayami03 {
    top: 10px;
    left: -10%;
  }
}
.code_support-nayami .inner .boxs .nayami03::before {
  content: "";
  width: 68px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-image: url(https://livme.itembox.design/item/images/code-support/bg03-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.code_support-nayami .inner .boxs .nayami03::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(https://livme.itembox.design/item/images/code-support/bg03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.code_support-nayami .inner .boxs .nayami03 .text {
  position: relative;
  left: 10px;
  top: 0px;
}
.code_support-nayami .inner .bottom_text {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (max-width: 750px) {
  .code_support-nayami .inner .bottom_text {
    font-size: 15px;
    letter-spacing: 0.025em;
  }
}
.code_support-nayami .bg-icons {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
}
.code_support-nayami .bg-icons::before {
  content: "";
  width: 210px;
  height: 270px;
  position: absolute;
  left: -40px;
  bottom: 0;
  z-index: -1;
  background-image: url(https://livme.itembox.design/item/images/code-support/icon01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.code_support-nayami .bg-icons::after {
  content: "";
  width: 210px;
  height: 290px;
  position: absolute;
  right: -40px;
  bottom: 0;
  z-index: -1;
  background-image: url(https://livme.itembox.design/item/images/code-support/icon02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .code_support-nayami .bg-icons {
    position: relative;
    height: auto;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .code_support-nayami .bg-icons::before {
    content: none;
  }
  .code_support-nayami .bg-icons::after {
    content: none;
  }
}
.code_support-nayami .bg-icons .imgs {
  display: none;
}
@media (max-width: 750px) {
  .code_support-nayami .bg-icons .imgs {
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .code_support-nayami .bg-icons .imgs img {
    width: 200px;
    max-width: 30%;
  }
}

@media (max-width: 750px) {
  .code_support-slides .inner .pc-content {
    display: none;
  }
}
.code_support-slides .inner .pc-content img {
  display: block;
}
@media (max-width: 750px) {
  .code_support-slides .inner .pc-content img {
    display: none;
  }
}
.code_support-slides .inner .sp-content.sliders {
  display: none;
}
@media (max-width: 750px) {
  .code_support-slides .inner .sp-content.sliders {
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100%;
    height: 400px;
    position: relative;
  }
  .code_support-slides .inner .sp-content.sliders .slide01 {
    display: flex;
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: 0;
  }
  .code_support-slides .inner .sp-content.sliders .slide01 img {
    width: auto;
    max-width: none;
  }
  .code_support-slides .inner .sp-content.sliders .slide01 img:first-child {
    animation: slide1Img1 40s -20s linear infinite;
  }
  .code_support-slides .inner .sp-content.sliders .slide01 img:last-child {
    animation: slide11Img2 40s linear infinite;
  }
  @keyframes slide1Img1 {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes slide11Img2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  .code_support-slides .inner .sp-content.sliders .slide02 {
    display: flex;
    height: 200px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
  }
  .code_support-slides .inner .sp-content.sliders .slide02 img {
    width: auto;
    max-width: none;
  }
  .code_support-slides .inner .sp-content.sliders .slide02 img:first-child {
    animation: slide2Img1 40s -20s linear infinite;
  }
  .code_support-slides .inner .sp-content.sliders .slide02 img:last-child {
    animation: slide2Img2 40s linear infinite;
  }
  @keyframes slide2Img1 {
    0% {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(100%);
    }
  }
  @keyframes slide2Img2 {
    0% {
      transform: translateX(-200%);
    }
    to {
      transform: translateX(0);
    }
  }
}

.code_support-planner {
  width: 1050px;
  max-width: 100%;
  margin: 100px auto;
}
@media (max-width: 750px) {
  .code_support-planner {
    max-width: 100%;
    margin: 50px auto 75px;
  }
}
.code_support-planner .inner .main_midashi {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 44px;
}
@media (max-width: 750px) {
  .code_support-planner .inner .main_midashi {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.code_support-planner .inner .main_midashi .en {
  display: block;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  line-height: 1.3125;
  color: #90A5BA;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .code_support-planner .inner .main_midashi .en {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.code_support-planner .inner .boxs {
  display: flex;
  justify-content: space-between;
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
}
.code_support-planner .inner .boxs .box {
  width: 230px;
  max-width: 48%;
  text-align: center;
}
.code_support-planner .inner .boxs .box .img {
  margin-bottom: 10px;
}
.code_support-planner .inner .boxs .box .job {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  .code_support-planner .inner .boxs .box .job {
    font-size: 10px;
  }
}
.code_support-planner .inner .boxs .box .name {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .code_support-planner .inner .boxs .box .name {
    font-size: 13px;
    margin: 0 0 15px;
  }
}
.code_support-planner .inner .boxs .box .btn {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 3.125;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  border: 1px solid #90A5BA;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.code_support-planner .inner .boxs .box .btn:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.code_support-planner .inner .boxs .box .btn:visited {
  color: #fff;
}
@media (max-width: 750px) {
  .code_support-planner .inner .boxs .box .btn {
    font-size: 13px;
    line-height: 1.923;
    height: 45px;
    width: 96%;
    margin: 0 auto;
  }
}

.code_support-flow {
  background-color: #EDF0F3;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100%;
  padding: 100px 0;
}
@media (max-width: 750px) {
  .code_support-flow {
    padding: 50px 0 0;
  }
}
.code_support-flow .inner {
  width: 1050px;
  max-width: 96%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .code_support-flow .inner {
    max-width: 90%;
  }
}
.code_support-flow .inner .main_midashi {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 44px;
}
@media (max-width: 750px) {
  .code_support-flow .inner .main_midashi {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.code_support-flow .inner .main_midashi .en {
  display: block;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  line-height: 1.3125;
  color: #90A5BA;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .code_support-flow .inner .main_midashi .en {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.code_support-flow .inner .step-boxs {
  position: relative;
}
.code_support-flow .inner .step-boxs::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #90A5BA;
  z-index: 0;
}
@media (max-width: 750px) {
  .code_support-flow .inner .step-boxs {
    margin-top: 75px;
  }
}
.code_support-flow .inner .step-boxs .step-box {
  display: flex;
  align-items: center;
  min-height: 170px;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 0 175px 0 0;
  position: relative;
  z-index: 1;
}
.code_support-flow .inner .step-boxs .step-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .code_support-flow .inner .step-boxs .step-box {
    display: block;
    padding: 50px 15px 15px;
    min-height: 240px;
    margin-bottom: 65px;
  }
  .code_support-flow .inner .step-boxs .step-box:last-child {
    margin-bottom: 0;
  }
}
.code_support-flow .inner .step-boxs .step-box .step-icon {
  width: 100px;
  height: 100px;
  margin: 0 30px 0 40px;
  text-align: center;
}
@media (max-width: 750px) {
  .code_support-flow .inner .step-boxs .step-box .step-icon {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 80px;
    margin: 0 auto;
  }
}
.code_support-flow .inner .step-boxs .step-box .step-icon img {
  width: 100px;
  max-width: none;
}
@media (max-width: 750px) {
  .code_support-flow .inner .step-boxs .step-box .step-icon img {
    width: 80px;
  }
}
.code_support-flow .inner .step-boxs .step-box .step-text .step-midashi {
  font-size: 20px;
  color: #90A5BA;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
}
@media (max-width: 750px) {
  .code_support-flow .inner .step-boxs .step-box .step-text .step-midashi {
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px;
  }
}
.code_support-flow .inner .step-boxs .step-box .step-text .text {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
  line-height: 1.625;
}
@media (max-width: 750px) {
  .code_support-flow .inner .step-boxs .step-box .step-text .text {
    width: 48%;
    font-size: 13px;
    line-height: 1.923;
    margin: 0;
  }
}
.code_support-flow .inner .step-boxs .step-box:after {
  content: "";
  width: 170px;
  height: 170px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  .code_support-flow .inner .step-boxs .step-box:after {
    width: 140px;
    max-width: 45%;
    height: 140px;
    right: 15px;
    top: initial;
    bottom: 15px;
  }
}
.code_support-flow .inner .step-boxs .step-box01:after {
  background-image: url("https://livme.itembox.design/item/images/code-support/step01.jpg");
}
.code_support-flow .inner .step-boxs .step-box02:after {
  background-image: url("https://livme.itembox.design/item/images/code-support/step02.jpg");
}
.code_support-flow .inner .step-boxs .step-box03:after {
  background-image: url("https://livme.itembox.design/item/images/code-support/step03.jpg");
}
.code_support-flow .inner .step-boxs .step-box04:after {
  background-image: url("https://livme.itembox.design/item/images/code-support/step04.jpg");
}
.code_support-flow .inner .step-boxs .step-box05:after {
  background-image: url("https://livme.itembox.design/item/images/code-support/step05.jpg");
}
.code_support-flow .inner .line-box {
  margin: 100px 0 0;
  background-color: #fff;
  padding: 30px 10px;
}
@media (max-width: 750px) {
  .code_support-flow .inner .line-box {
    margin: 75px calc(50% - 50vw) 0;
    width: 100vw;
    max-width: 100vw;
  }
}
.code_support-flow .inner .line-box .midashi {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .code_support-flow .inner .line-box .midashi {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.code_support-flow .inner .line-box .text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.25;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (max-width: 750px) {
  .code_support-flow .inner .line-box .text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.923;
    text-align: left;
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
  }
}
.code_support-flow .inner .line-box .boxs {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 600px;
  max-width: 90%;
}
@media (max-width: 750px) {
  .code_support-flow .inner .line-box .boxs {
    flex-direction: column;
  }
}
.code_support-flow .inner .line-box .boxs .box {
  width: 280px;
  max-width: 96%;
}
@media (max-width: 750px) {
  .code_support-flow .inner .line-box .boxs .box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.code_support-flow .inner .line-box .boxs .box .line-btn {
  width: 100%;
}
.code_support-flow .inner .line-box .boxs .box .line-btn:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.code_support-flow .inner .line-box .boxs .qr-box {
  display: flex;
  align-items: center;
  background-color: #EDF0F3;
  padding: 10px;
}
.code_support-flow .inner .line-box .boxs .qr-box img {
  width: 90px;
}
.code_support-flow .inner .line-box .boxs .qr-box .text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  margin: 0 0 0 20px;
}
@media (max-width: 750px) {
  .code_support-flow .inner .line-box .boxs .qr-box .text {
    font-size: 13px;
    letter-spacing: 0.025em;
    line-height: 1;
  }
}

/******************
* 会員登録のメリット
* merit
******************/
.merit-mainarea {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .merit-mainarea {
    max-width: 100%;
  }
}
.merit-mainarea .inner .midashi {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #151515;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  padding: 0 0 5px 10px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .merit-mainarea .inner .midashi {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 0 0 5px 5px;
    margin: 0 0 25px;
  }
}
.merit-mainarea .inner .desc {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.25;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  .merit-mainarea .inner .desc {
    font-size: 13px;
    line-height: 1.923;
  }
}
.merit-mainarea .inner .merit-boxs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .merit-mainarea .inner .merit-boxs {
    flex-direction: column;
    margin-bottom: 5px;
  }
}
.merit-mainarea .inner .merit-boxs .box {
  width: 510px;
  max-width: 49%;
  min-height: 170px;
  background-color: #EDF0F3;
  position: relative;
  padding: 67px 0 22px;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .merit-mainarea .inner .merit-boxs .box {
    width: 100%;
    min-height: 150px;
    max-width: 100%;
    padding: 55px 0 25px;
  }
}
.merit-mainarea .inner .merit-boxs .box .text {
  width: 425px;
  max-width: 90%;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
@media (max-width: 750px) {
  .merit-mainarea .inner .merit-boxs .box .text {
    font-size: 13px;
    line-height: 1.923;
  }
}
.merit-mainarea .inner .merit-boxs .box::before {
  content: "";
  position: absolute;
  top: -45px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .merit-mainarea .inner .merit-boxs .box::before {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
.merit-mainarea .inner .merit-boxs .box01::before {
  background-image: url(https://livme.itembox.design/item/images/merit/merit01.png);
}
.merit-mainarea .inner .merit-boxs .box02::before {
  background-image: url(https://livme.itembox.design/item/images/merit/merit02.png);
}
.merit-mainarea .inner .merit-boxs .box03::before {
  background-image: url(https://livme.itembox.design/item/images/merit/merit03.png);
}
.merit-mainarea .inner .merit-boxs .box04::before {
  background-image: url(https://livme.itembox.design/item/images/merit/merit04.png);
}

.merit-flow {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .merit-flow {
    max-width: 100%;
  }
}
.merit-flow .inner .midashi {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #151515;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  padding: 0 0 5px 10px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .merit-flow .inner .midashi {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 0 0 5px 5px;
    margin: 0 0 25px;
  }
}
.merit-flow .inner .flow-content .boxs {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 750px) {
  .merit-flow .inner .flow-content .boxs {
    flex-direction: column;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.merit-flow .inner .flow-content .boxs::after {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #90A5BA;
  z-index: -1;
}
@media (max-width: 750px) {
  .merit-flow .inner .flow-content .boxs::after {
    width: 1px;
    height: 80%;
    right: auto;
    left: 65px;
  }
}
.merit-flow .inner .flow-content .boxs .box {
  width: 25%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 750px) {
  .merit-flow .inner .flow-content .boxs .box {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
  }
  .merit-flow .inner .flow-content .boxs .box:last-child {
    margin-bottom: 0;
  }
}
.merit-flow .inner .flow-content .boxs .box img {
  width: 180px;
  max-width: 100%;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .merit-flow .inner .flow-content .boxs .box img {
    width: 130px;
    height: auto;
    margin: 0 15px 0 0;
  }
}
.merit-flow .inner .flow-content .boxs .box .text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
@media (max-width: 750px) {
  .merit-flow .inner .flow-content .boxs .box .text {
    font-size: 13px;
    line-height: 1.923;
    text-align: left;
  }
}

.merit-cv {
  width: 1050px;
  max-width: 100%;
  margin: 85px auto 100px;
  background-color: #F5F5F5;
}
@media (max-width: 750px) {
  .merit-cv {
    max-width: 100%;
  }
}
.merit-cv .inner {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 10px 45px;
}
.merit-cv .inner .midashi {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .merit-cv .inner .midashi {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
}
.merit-cv .inner .text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.625;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .merit-cv .inner .text {
    font-size: 13px;
    line-height: 1.923;
    text-align: left;
    width: 320px;
    max-width: 100%;
    margin: 0 auto 25px;
  }
}
.merit-cv .inner .btn {
  max-width: 100%;
  width: 280px;
  height: 60px;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #92A8BE;
  background-color: #92A8BE;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .merit-cv .inner .btn {
    width: 335px;
    font-size: 13px;
    line-height: 1.923;
  }
}
.merit-cv .inner .btn::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 750px) {
  .merit-cv .inner .btn::after {
    width: 25px;
  }
}

/******************
* サンプル請求について
* about-sample
******************/
.about_sample-headline {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .about_sample-headline {
    max-width: 100%;
  }
}
.about_sample-headline .inner .text {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .about_sample-headline .inner .text {
    font-size: 15px;
    line-height: 1.466;
    margin-bottom: 25px;
  }
}
.about_sample-headline .inner .bnr {
  text-align: center;
}
.about_sample-headline .inner .bnr:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.about_sample-content {
  width: 1050px;
  max-width: 100%;
  margin: 110px auto 0px;
  padding-bottom: 30px;
}
@media (max-width: 750px) {
  .about_sample-content {
    max-width: 100%;
    margin: 60px auto 0px;
    padding-bottom: 10px;
  }
}
.about_sample-content .inner .main_midashi {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 44px;
}
@media (max-width: 750px) {
  .about_sample-content .inner .main_midashi {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.about_sample-content .inner .main_midashi .en {
  display: block;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  line-height: 1.3125;
  color: #90A5BA;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .about_sample-content .inner .main_midashi .en {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.about_sample-content .inner .boxs {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px;
}
@media (max-width: 750px) {
  .about_sample-content .inner .boxs {
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
}
.about_sample-content .inner .boxs .box {
  width: 250px;
  max-width: 24%;
  background-color: #EDF0F3;
  text-align: center;
  padding: 20px 10px 15px;
}
@media (max-width: 750px) {
  .about_sample-content .inner .boxs .box {
    width: 380px;
    max-width: 48%;
    margin-bottom: 15px;
  }
}
.about_sample-content .inner .boxs .box img {
  width: 120px;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .about_sample-content .inner .boxs .box img {
    width: 100px;
    margin-bottom: 8px;
  }
}
.about_sample-content .inner .boxs .box .text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.625;
  color: #90A5BA;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .about_sample-content .inner .boxs .box .text {
    font-size: 13px;
    letter-spacing: 0.025em;
    line-height: 1.385;
  }
}
.about_sample-content .inner .boxs .box .text .big {
  font-family: "Futura", sans-serif;
  font-size: 40px;
  position: relative;
  bottom: 3px;
}
@media (max-width: 750px) {
  .about_sample-content .inner .boxs .box .text .big {
    font-size: 30px;
  }
}
.about_sample-content .inner .attention {
  padding: 25px 10px;
  background-color: #F5F5F5;
  margin: 0 0 65px;
}
@media (max-width: 750px) {
  .about_sample-content .inner .attention {
    padding: 25px 10px 23px;
    margin: 0 0 40px;
  }
}
.about_sample-content .inner .attention .midashi {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.625;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 750px) {
  .about_sample-content .inner .attention .midashi {
    font-size: 15px;
  }
}
.about_sample-content .inner .attention .text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .about_sample-content .inner .attention .text {
    font-size: 13px;
    line-height: 1.538;
    text-align: left;
  }
}
.about_sample-content .inner .about_box {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .about_sample-content .inner .about_box {
    margin-bottom: 30px;
  }
}
.about_sample-content .inner .about_box .midashi {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #151515;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  padding: 0 0 5px 10px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .about_sample-content .inner .about_box .midashi {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.3125;
    padding: 0 0 12px 5px;
    margin: 0 0 15px;
  }
}
.about_sample-content .inner .about_box .text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
@media (max-width: 750px) {
  .about_sample-content .inner .about_box .text {
    font-size: 12px;
    line-height: 1.666;
    text-align: left;
    width: 100%;
    max-width: 100%;
  }
}
.about_sample-content .inner .about_box .lists {
  line-height: 2;
  padding-left: 1.2em;
}
.about_sample-content .inner .about_box .lists .list {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.625;
  list-style: disc;
}
@media (max-width: 750px) {
  .about_sample-content .inner .about_box .lists .list {
    font-size: 12px;
    line-height: 1.666;
    text-align: left;
    width: 100%;
    max-width: 100%;
  }
}
.about_sample-content .inner .about_box .sample_attention {
  margin: 30px 0 0;
  padding: 25px 0;
  background-color: #F5F5F5;
}
.about_sample-content .inner .about_box .sample_attention .text {
  width: 970px;
  max-width: 90%;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
@media (max-width: 750px) {
  .about_sample-content .inner .about_box .sample_attention .text {
    font-size: 12px;
    line-height: 1.923;
    text-align: left;
    width: 320px;
    max-width: 90%;
  }
}

.about_sample-flow {
  background-color: #EDF0F3;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 100px 0;
}
@media (max-width: 750px) {
  .about_sample-flow {
    padding: 50px 0;
  }
}
.about_sample-flow .inner {
  width: 1050px;
  max-width: 96%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .about_sample-flow .inner {
    max-width: 90%;
  }
}
.about_sample-flow .inner .main_midashi {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 44px;
}
@media (max-width: 750px) {
  .about_sample-flow .inner .main_midashi {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.about_sample-flow .inner .main_midashi .en {
  display: block;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  line-height: 1.3125;
  color: #90A5BA;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .about_sample-flow .inner .main_midashi .en {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.about_sample-flow .inner .step-boxs {
  position: relative;
}
.about_sample-flow .inner .step-boxs::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #90A5BA;
  z-index: 0;
}
@media (max-width: 750px) {
  .about_sample-flow .inner .step-boxs {
    margin-top: 75px;
  }
}
.about_sample-flow .inner .step-boxs .step-box {
  display: flex;
  align-items: center;
  min-height: 170px;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 0 175px 0 0;
  position: relative;
  z-index: 1;
}
.about_sample-flow .inner .step-boxs .step-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .about_sample-flow .inner .step-boxs .step-box {
    display: block;
    padding: 50px 15px 15px;
    min-height: 240px;
    margin-bottom: 65px;
  }
  .about_sample-flow .inner .step-boxs .step-box:last-child {
    margin-bottom: 0;
  }
}
.about_sample-flow .inner .step-boxs .step-box .step-icon {
  width: 100px;
  height: 100px;
  margin: 0 30px 0 40px;
  text-align: center;
}
@media (max-width: 750px) {
  .about_sample-flow .inner .step-boxs .step-box .step-icon {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 80px;
    margin: 0 auto;
  }
}
.about_sample-flow .inner .step-boxs .step-box .step-icon img {
  width: 100px;
  max-width: none;
}
@media (max-width: 750px) {
  .about_sample-flow .inner .step-boxs .step-box .step-icon img {
    width: 80px;
  }
}
.about_sample-flow .inner .step-boxs .step-box .step-text .step-midashi {
  font-size: 20px;
  color: #90A5BA;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
}
@media (max-width: 750px) {
  .about_sample-flow .inner .step-boxs .step-box .step-text .step-midashi {
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px;
  }
}
.about_sample-flow .inner .step-boxs .step-box .step-text .text {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  line-height: 1.625;
}
@media (max-width: 750px) {
  .about_sample-flow .inner .step-boxs .step-box .step-text .text {
    width: 48%;
    font-size: 13px;
    line-height: 1.923;
    margin: 0;
  }
}
.about_sample-flow .inner .step-boxs .step-box:after {
  content: "";
  width: 170px;
  height: 170px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  .about_sample-flow .inner .step-boxs .step-box:after {
    width: 140px;
    max-width: 45%;
    height: 140px;
    right: 15px;
    top: initial;
    bottom: 15px;
  }
}
.about_sample-flow .inner .step-boxs .step-box01:after {
  background-image: url("https://livme.itembox.design/item/images/about-sample/step01.jpg");
}
.about_sample-flow .inner .step-boxs .step-box02:after {
  background-image: url("https://livme.itembox.design/item/images/about-sample/step02.jpg");
}
.about_sample-flow .inner .step-boxs .step-box03:after {
  background-image: url("https://livme.itembox.design/item/images/about-sample/step03.jpg");
}
.about_sample-flow .inner .step-boxs .step-box04:after {
  background-image: url("https://livme.itembox.design/item/images/about-sample/step04.jpg");
}
.about_sample-flow .inner .step-boxs .step-box05:after {
  background-image: url("https://livme.itembox.design/item/images/about-sample/step05.jpg");
}

/******************
* お手入れ方法について
* care instruction
******************/
.care-instruction-wrap {
  border: 1px solid #D9D9D9;
  width: 1050px;
  max-width: 100%;
  margin: 0 auto 100px;
  padding: 60px 0 0px;
}
@media (max-width: 750px) {
  .care-instruction-wrap {
    border: none;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

.care-section {
  width: 900px;
  max-width: 96%;
  margin: 0 auto 100px;
}
@media (max-width: 750px) {
  .care-section {
    max-width: 90%;
    margin: 0 auto 50px;
  }
}
.care-section:last-child {
  margin: 0 auto 80px;
}
.care-section .inner .main_midashi {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #90A5BA;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .care-section .inner .main_midashi {
    font-size: 16px;
    letter-spacing: 0.025em;
    font-weight: 500;
    margin-bottom: 15px;
    align-items: baseline;
  }
}
.care-section .inner .main_midashi .num {
  color: #90A5BA;
  font-family: "Futura", sans-serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-right: 1em;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  .care-section .inner .main_midashi .num {
    font-size: 20px;
    letter-spacing: 0.025em;
    font-weight: 500;
    margin-right: 1.4em;
    position: relative;
    min-width: 30px;
    top: 2px;
  }
}
.care-section .inner .main_midashi .num::after {
  content: "";
  width: 2px;
  height: 70%;
  background-color: #90A5BA;
  transform: rotate(30deg);
  position: absolute;
  right: -0.5em;
}
@media (max-width: 750px) {
  .care-section .inner .main_midashi .num::after {
    height: 90%;
    transform: rotate(45deg);
    right: -0.7em;
  }
}
.care-section .inner .stepbox-wrap {
  background-color: #EDF0F3;
  padding: 30px 0 50px;
}
@media (max-width: 750px) {
  .care-section .inner .stepbox-wrap {
    padding: 15px 0 35px;
  }
}
.care-section .inner .stepbox-wrap .stepbox {
  width: 800px;
  max-width: 90%;
  margin: 0 auto 90px;
  position: relative;
}
@media (max-width: 750px) {
  .care-section .inner .stepbox-wrap .stepbox {
    margin: 0 auto 40px;
  }
}
.care-section .inner .stepbox-wrap .stepbox::after {
  content: "";
  width: 80px;
  height: 30px;
  background-image: url(https://livme.itembox.design/item/images/care-instruction/arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .care-section .inner .stepbox-wrap .stepbox::after {
    width: 20px;
    height: 15px;
    background-image: url(https://livme.itembox.design/item/images/care-instruction/sp/arrow.png);
    bottom: -25px;
  }
}
.care-section .inner .stepbox-wrap .stepbox:last-child {
  margin: 0 auto 0px;
}
.care-section .inner .stepbox-wrap .stepbox:last-child::after {
  content: none;
}
.care-section .inner .stepbox-wrap .stepbox .step_midashi {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #90A5BA;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .care-section .inner .stepbox-wrap .stepbox .step_midashi {
    font-size: 15px;
    letter-spacing: 0.025em;
    height: 40px;
    border-radius: 5px;
    margin: 0 0 12px;
  }
}
.care-section .inner .stepbox-wrap .stepbox .step-subbox {
  background-color: #fff;
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .care-section .inner .stepbox-wrap .stepbox .step-subbox {
    margin: 25px 0 0;
  }
}
.care-section .inner .stepbox-wrap .stepbox .step-subbox .step-subbox__inner {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 0 50px;
}
@media (max-width: 750px) {
  .care-section .inner .stepbox-wrap .stepbox .step-subbox .step-subbox__inner {
    padding: 16px 0 33px;
  }
}
.care-section .inner .text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  .care-section .inner .text {
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 1.6666;
  }
}
.care-section .inner .subbox_midashi {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
  color: #90A5BA;
  text-align: center;
  margin: 0 0 16px;
}
@media (max-width: 750px) {
  .care-section .inner .subbox_midashi {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 1.1333;
    margin: 0 0 12px;
  }
}
.care-section .inner .boxs {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .care-section .inner .boxs {
    flex-direction: column;
  }
}
.care-section .inner .boxs .box {
  width: 390px;
  max-width: 96%;
}
@media (max-width: 750px) {
  .care-section .inner .boxs .box {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .care-section .inner .boxs .img-box {
    margin: 0 0 10px;
  }
}
.care-section .inner .boxs .img-box img {
  width: 100%;
}

.care-01.care-section .inner .stepbox-wrap .step03 .step-subbox .step-subbox__inner .iron-lists {
  background-color: #F5F5F5;
  padding: 10px 0;
  margin: 20px 0 0;
}
.care-01.care-section .inner .stepbox-wrap .step03 .step-subbox .step-subbox__inner .iron-lists .iron-list {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #90A5BA;
}
@media (max-width: 750px) {
  .care-01.care-section .inner .stepbox-wrap .step03 .step-subbox .step-subbox__inner .iron-lists .iron-list {
    padding: 15px 0;
  }
}
.care-01.care-section .inner .stepbox-wrap .step03 .step-subbox .step-subbox__inner .iron-lists .iron-list:last-child {
  border: none;
}
.care-01.care-section .inner .stepbox-wrap .step03 .step-subbox .step-subbox__inner .iron-lists .iron-list img {
  width: 110px;
  margin: 0 20px 0 10px;
}
@media (max-width: 750px) {
  .care-01.care-section .inner .stepbox-wrap .step03 .step-subbox .step-subbox__inner .iron-lists .iron-list img {
    width: 90px;
    min-width: 90px;
    margin: 0 18px 0 10px;
  }
}
.care-01.care-section .inner .stepbox-wrap .step03 .step-subbox .step-subbox__inner .iron-lists .iron-list04 {
  border-bottom: 0px;
}
.care-01.care-section .inner .stepbox-wrap .step03 .step-subbox .step-subbox__inner .iron-lists .iron_bottom_text {
  width: 600px;
  max-width: 90%;
  margin: 10px auto 30px;
}
@media (max-width: 750px) {
  .care-01.care-section .inner .stepbox-wrap .step03 .step-subbox .step-subbox__inner .iron-lists .iron_bottom_text {
    margin: 10px auto 20px;
  }
}

.care-03.care-section .inner .water-lists {
  background-color: #F5F5F5;
  padding: 10px 0;
  margin: 20px 0 50px;
}
@media (max-width: 750px) {
  .care-03.care-section .inner .water-lists {
    margin: 23px 0 25px;
  }
}
.care-03.care-section .inner .water-lists .water-list {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #90A5BA;
}
@media (max-width: 750px) {
  .care-03.care-section .inner .water-lists .water-list {
    padding: 15px 0;
  }
}
.care-03.care-section .inner .water-lists .water-list:last-child {
  border: none;
}
.care-03.care-section .inner .water-lists .water-list img {
  width: 50px;
  min-width: 50px;
  margin: 0 20px 0 10px;
}
@media (max-width: 750px) {
  .care-03.care-section .inner .step05 .step-subbox .step-subbox__inner {
    padding: 16px 0 23px;
  }
}
.care-03.care-section .inner .step05 .step-subbox .step-subbox__inner .desc-lists .list {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #90A5BA;
}
@media (max-width: 750px) {
  .care-03.care-section .inner .step05 .step-subbox .step-subbox__inner .desc-lists .list {
    padding: 15px 0;
  }
}
.care-03.care-section .inner .step05 .step-subbox .step-subbox__inner .desc-lists .list:last-child {
  border: none;
  padding-bottom: 0;
}
.care-03.care-section .inner .step05 .step-subbox .step-subbox__inner .desc-lists .list:first-child {
  padding-top: 0;
}

.care-07.care-section .inner .care07_subbox {
  background-color: #F5F5F5;
  padding: 40px 0 74px;
  margin: 20px 0 50px;
}
@media (max-width: 750px) {
  .care-07.care-section .inner .care07_subbox {
    padding: 25px 0 38px;
  }
}
.care-07.care-section .inner .care07_subbox .step-subbox__inner {
  width: 800px;
  max-width: 90%;
  margin: 0 auto 90px;
  position: relative;
}
@media (max-width: 750px) {
  .care-07.care-section .inner .care07_subbox .step-subbox__inner {
    margin: 0 auto 40px;
  }
}
.care-07.care-section .inner .care07_subbox .step-subbox__inner:last-child {
  margin: 0 auto 0px;
}
.care-07.care-section .inner .care07_subbox .step-subbox__inner .subbox_submidashi {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #90A5BA;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 62.5px 0 20px;
}
@media (max-width: 750px) {
  .care-07.care-section .inner .care07_subbox .step-subbox__inner .subbox_submidashi {
    font-size: 15px;
    letter-spacing: 0.025em;
    height: 40px;
    border-radius: 5px;
    margin: 40px 0 12px;
  }
}
.care-07.care-section .inner .care07_subbox .step-subbox__inner .subbox_submidashi_01 {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .care-07.care-section .inner .care07_subbox .step-subbox__inner .subbox_submidashi_01 {
    margin-top: 23px;
  }
}
.care-07.care-section .inner .care07_subbox .step-subbox__inner .desc-lists .list {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #90A5BA;
}
@media (max-width: 750px) {
  .care-07.care-section .inner .care07_subbox .step-subbox__inner .desc-lists .list {
    padding: 15px 0;
  }
}
.care-07.care-section .inner .care07_subbox .step-subbox__inner .desc-lists .list:last-child {
  border: none;
  padding-bottom: 0;
}
.care-07.care-section .inner .care07_subbox .step-subbox__inner .desc-lists .list:first-child {
  padding-top: 0;
}

/******************
* カーテンについて
* about curtain
******************/
/*タブ切り替え設定*/
.about_curtain-tabarea .inner .ac_tab .tabs input[name=tab_item] {
  display: none;
}
.about_curtain-tabarea .inner .ac_tab .tabs .tab_content {
  display: none;
  clear: both;
}

/*headline*/
.about_curtain-headline {
  width: 1050px;
  max-width: 96%;
  margin: 0 auto 67px;
}
@media (max-width: 750px) {
  .about_curtain-headline {
    max-width: 90%;
    margin: 0 auto 52px;
  }
}
.about_curtain-headline .inner .midashi {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #90A5BA;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  .about_curtain-headline .inner .midashi {
    font-size: 16px;
    letter-spacing: 0.025em;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.about_curtain-headline .inner .headboxs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.about_curtain-headline .inner .headboxs::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #90A5BA;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media (max-width: 750px) {
  .about_curtain-headline .inner .headboxs::before {
    content: none;
  }
}
@media (max-width: 750px) {
  .about_curtain-headline .inner .headboxs {
    flex-wrap: wrap;
  }
}
.about_curtain-headline .inner .headboxs .headbox {
  width: 180px;
  height: 180px;
  text-align: center;
  border-radius: 90px;
  border: 1px solid #90A5BA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 750px) {
  .about_curtain-headline .inner .headboxs .headbox {
    width: 300px;
    max-width: 45%;
    position: relative;
  }
}
.about_curtain-headline .inner .headboxs .headbox text {
  fill: #90A5BA;
}
.about_curtain-headline .inner .headboxs .headbox .text {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.625;
  margin: 5px 0 15px;
}
@media (max-width: 750px) {
  .about_curtain-headline .inner .headboxs .headbox .text {
    font-size: 13px;
    line-height: 1.538;
  }
}
.about_curtain-headline .inner .headboxs .headbox.current {
  background-color: #90A5BA;
  color: #fff;
}
.about_curtain-headline .inner .headboxs .headbox.current text {
  fill: #fff;
}
.about_curtain-headline .inner .headboxs .headbox.current .text {
  color: #fff;
}
@media (max-width: 750px) {
  .about_curtain-headline .inner .headboxs .headbox01,
  .about_curtain-headline .inner .headboxs .headbox02 {
    margin: 0 0 20px;
  }
}
@media (max-width: 750px) {
  .about_curtain-headline .inner .headboxs .headbox01::after,
  .about_curtain-headline .inner .headboxs .headbox03::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #90A5BA;
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: -1;
  }
  .about_curtain-headline .inner .headboxs .headbox02::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #90A5BA;
    position: absolute;
    left: -50%;
    top: 100%;
    z-index: -1;
    transform: rotate(-45deg);
  }
}

/*タブ部分*/
.about_curtain-tabarea {
  width: 1050px;
  max-width: 96%;
  margin: 0 auto 100px;
}
@media (max-width: 750px) {
  .about_curtain-tabarea {
    max-width: 100%;
    margin: 0 auto 50px;
  }
}
@media (max-width: 750px) {
  .about_curtain-tabarea .inner .ac_tab .tabs .input-tabs {
    overflow: scroll;
    height: 82px;
  }
}
@media (max-width: 750px) {
  .about_curtain-tabarea .inner .ac_tab .tabs .input-tabs .tab_items {
    width: 480px;
  }
}
.about_curtain-tabarea .inner .ac_tab .tabs .tab_item {
  height: 80px;
  width: 25%;
  background-color: #F5F5F5;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #90A5BA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  float: left;
  text-align: center;
  border-right: 1px solid #D9D9D9;
}
.about_curtain-tabarea .inner .ac_tab .tabs .tab_item:last-child {
  border-right: none;
}
@media (max-width: 750px) {
  .about_curtain-tabarea .inner .ac_tab .tabs .tab_item {
    height: 70px;
    font-size: 12px;
  }
}
.about_curtain-tabarea .inner .ac_tab .tabs input[name=tab_item] {
  display: none;
}
.about_curtain-tabarea .inner .ac_tab .tabs .tab_content {
  display: none;
  clear: both;
}
.about_curtain-tabarea .inner .ac_tab .tabs .tab_content.show {
  display: block;
}
.about_curtain-tabarea .inner .ac_tab .tabs #step01tab:checked ~ #step01,
.about_curtain-tabarea .inner .ac_tab .tabs #step02tab:checked ~ #step02,
.about_curtain-tabarea .inner .ac_tab .tabs #step03tab:checked ~ #step03,
.about_curtain-tabarea .inner .ac_tab .tabs #step04tab:checked ~ #step04 {
  display: block;
}
.about_curtain-tabarea .inner .ac_tab .tabs .tab_item.active {
  background-color: #90A5BA;
  color: #fff;
  position: relative;
}
.about_curtain-tabarea .inner .ac_tab .tabs .tab_item.active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #90A5BA transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}

/*タブ下部*/
.bottom-content {
  border: 1px solid #D9D9D9;
  border-top: 0;
  padding: 0px 0 75px;
}

.bottom-tabs {
  padding: 0px 0 24px;
  margin: 0;
}
@media (max-width: 750px) {
  .bottom-tabs {
    width: 100vw;
    margin: 50px calc(50% - 50vw) 22px;
    overflow: scroll;
  }
}
.bottom-tabs ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .bottom-tabs ul {
    width: 480px;
  }
}
.bottom-tabs ul .tabbtm {
  height: 80px;
  width: 25%;
  background-color: #F5F5F5;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #90A5BA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-right: 1px solid #D9D9D9;
  cursor: pointer;
}
@media (max-width: 750px) {
  .bottom-tabs ul .tabbtm {
    height: 70px;
    font-size: 12px;
  }
}
.bottom-tabs ul .tabbtm:last-child {
  border-right: none;
}
.bottom-tabs ul .tabbtm .tablink {
  color: #90A5BA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bottom-tabs ul .tabbtm .tablink .num {
  display: block;
}
.bottom-tabs ul .tabbtm.select {
  background-color: #90A5BA;
  position: relative;
  color: #fff;
}
.bottom-tabs ul .tabbtm.select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0px 12px 20px;
  border-color: transparent transparent transparent #90A5BA;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: -13px;
  margin: auto;
  color: #fff;
}
.bottom-tabs ul .tabbtm.select.tab04::after {
  content: none;
}

.bottom-content .btmtext {
  display: none;
  text-align: center;
  padding: 0px 0 72px;
}

.step01_content.show ~ .bottom-content .btmtext-step01 {
  display: block;
}

.step02_content.show ~ .bottom-content .btmtext-step02 {
  display: block;
}

.step03_content.show ~ .bottom-content .btmtext-step03 {
  display: block;
}

.step04_content.show ~ .bottom-content .btmtext-step04 {
  display: block;
}

/*デザイン調整部*/
/*共通部*/
.tab_content {
  border: 1px solid #D9D9D9;
  border-bottom: none;
  border-top: 0;
  padding: 60px 0 80px;
}
@media (max-width: 750px) {
  .tab_content {
    max-width: 90%;
    padding: 35px 0 20px;
    margin: 0 auto 50px;
    border: none;
  }
}
.tab_content .inner {
  width: 900px;
  max-width: 96%;
  margin: 0 auto 0px;
}
@media (max-width: 750px) {
  .tab_content .inner {
    max-width: 100%;
  }
}
.tab_content .stepmidashi {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #90A5BA;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .tab_content .stepmidashi {
    font-size: 16px;
    letter-spacing: 0.025em;
    font-weight: 500;
    margin-bottom: 15px;
    align-items: baseline;
  }
}
.tab_content .stepmidashi .num {
  color: #90A5BA;
  font-family: "Futura", sans-serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-right: 1em;
  display: flex;
  align-items: center;
  position: relative;
}
.tab_content .stepmidashi .num::after {
  content: "";
  width: 2px;
  height: 70%;
  background-color: #90A5BA;
  transform: rotate(30deg);
  position: absolute;
  right: -0.5em;
}
@media (max-width: 750px) {
  .tab_content .stepmidashi .num {
    font-size: 20px;
    letter-spacing: 0.025em;
    font-weight: 500;
    margin-right: 1.4em;
    position: relative;
    min-width: 30px;
    top: 2px;
  }
  .tab_content .stepmidashi .num::after {
    height: 90%;
    transform: rotate(45deg);
    right: -0.7em;
  }
}
.tab_content .text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.625;
  font-weight: 400;
}
@media (max-width: 750px) {
  .tab_content .text {
    font-size: 13px;
    letter-spacing: 0.025em;
    line-height: 1.6666;
  }
}
.tab_content .stepbox .stepmidashi-min {
  color: #90A5BA;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .tab_content .stepbox .stepmidashi-min {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 1.13333;
    margin: 0 0 10px;
  }
}
.tab_content .boxs {
  display: flex;
  justify-content: space-between;
}
.tab_content .boxs .box .box-midashi {
  color: #fff;
  background-color: #90A5BA;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 15px 10px;
}
@media (max-width: 750px) {
  .tab_content .boxs .box .box-midashi {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 0 0 15px;
    padding: 9px 5px;
  }
}

.btn {
  max-width: 100%;
  width: 280px;
  height: 60px;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #92A8BE;
  background-color: #92A8BE;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .btn {
    width: 335px;
    font-size: 13px;
    line-height: 1.923;
  }
}
.btn:visited {
  color: #fff;
}
.btn::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 750px) {
  .btn::after {
    width: 25px;
  }
}

/*stepごと*/
.step01_content .inner .step01_box {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  .step01_content .inner .step01_box {
    margin: 0 0 50px;
  }
}
.step01_content .inner .step01_box:last-child {
  margin: 0 0 0;
}
.step01_content .inner .step01_box .stepbox {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .step01_content .inner .step01_box .stepbox {
    margin-top: 25px;
  }
}
@media (max-width: 750px) {
  .step01_content .inner .step01-2 {
    margin: 0 0 25px;
  }
}
.step01_content .inner .step01-2 .stepbox {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .step01_content .inner .step01-2 .stepbox {
    margin: 0 0 25px;
  }
}
.step01_content .inner .step01-2 .stepbox:last-child {
  margin: 0;
}
.step01_content .inner .step01-2 .stepbox .stepmidashi-min {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .step01_content .inner .step01-2 .stepbox .stepmidashi-min {
    margin: 0 0 10px;
  }
}
@media (max-width: 750px) {
  .step01_content .inner .step01-2 .stepbox .boxs {
    flex-direction: column;
  }
}
.step01_content .inner .step01-2 .stepbox .boxs .img-box {
  width: 390px;
  max-width: 43.333%;
}
@media (max-width: 750px) {
  .step01_content .inner .step01-2 .stepbox .boxs .img-box {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
}
.step01_content .inner .step01-2 .stepbox .boxs .img-box img {
  width: 100%;
}
@media (max-width: 750px) {
  .step01_content .inner .step01-2 .stepbox .boxs .img-box img {
    height: 150px;
    box-sizing: content-box;
  }
}
.step01_content .inner .step01-2 .stepbox .boxs .text-box {
  width: 485px;
  max-width: 56%;
}
@media (max-width: 750px) {
  .step01_content .inner .step01-2 .stepbox .boxs .text-box {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .step01_content .inner .step01-3 {
    margin: 0 0 25px;
  }
}
.step01_content .inner .step01-3 .boxs {
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .step01_content .inner .step01-3 .boxs {
    flex-direction: column;
  }
}
.step01_content .inner .step01-3 .boxs .box {
  width: 440px;
  max-width: 48.8888%;
}
@media (max-width: 750px) {
  .step01_content .inner .step01-3 .boxs .box {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
  .step01_content .inner .step01-3 .boxs .box:last-child {
    margin: 0;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .step01_content .inner .step01-3 .boxs .box img {
    height: 150px;
    box-sizing: content-box;
  }
}
.step01_content .inner .step01-3 .boxs .box .stepmidashi-min {
  margin: 0 0 18px;
}
@media (max-width: 750px) {
  .step01_content .inner .step01-3 .boxs .box .stepmidashi-min {
    margin: 0 0 10px;
  }
}
.step01_content .inner .step01-4 .box-wrap {
  background-color: #EDF0F3;
  padding: 30px 0 46px;
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  .step01_content .inner .step01-4 .box-wrap {
    margin: 30px 0 0;
  }
}
.step01_content .inner .step01-4 .box-wrap .boxs {
  width: 800px;
  max-width: 96%;
  margin: 0 auto 0;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .step01_content .inner .step01-4 .box-wrap .boxs {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
}
.step01_content .inner .step01-4 .box-wrap .boxs .box {
  width: 390px;
  max-width: 48.8888%;
  margin: 0 auto 40px;
}
@media (max-width: 750px) {
  .step01_content .inner .step01-4 .box-wrap .boxs .box {
    width: 590px;
    max-width: 90%;
    margin: 0 auto 25px;
  }
  .step01_content .inner .step01-4 .box-wrap .boxs .box:last-child {
    margin: 0 auto;
  }
}
.step01_content .inner .step01-4 .box-wrap .boxs .box .stepmidashi-min {
  margin: 0 0 18px;
}
.step01_content .inner .step01-4 .box-wrap .boxs .box .img {
  margin: 0 0 10px;
}

.step02_content .inner .step02_box .stepbox {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .step02_content .inner .step02_box .stepbox {
    margin: 0 0 25px;
  }
}
.step02_content .inner .step02_box .stepbox .stepmidashi-min {
  display: flex;
  justify-content: left;
  align-items: center;
}
@media (max-width: 750px) {
  .step02_content .inner .step02_box .stepbox .stepmidashi-min {
    margin: 0 0 4px;
  }
}
.step02_content .inner .step02_box .stepbox .stepmidashi-min .icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .step02_content .inner .step02_box .stepbox .stepmidashi-min .icon {
    width: 35px;
    height: 35px;
  }
}
.step02_content .inner .step02_box .stepbox .stepmidashi-min .icon::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .step02_content .inner .step02_box .stepbox .stepmidashi-min .icon::before {
    width: 35px;
    height: 35px;
  }
}
.step02_content .inner .step02_box .stepbox .stepmidashi-min .light::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step02/light.png);
}
.step02_content .inner .step02_box .stepbox .stepmidashi-min .fire::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step02/fire.png);
}
.step02_content .inner .step02_box .stepbox .stepmidashi-min .heat::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step02/heat.png);
}
.step02_content .inner .step02_box .stepbox .stepmidashi-min .sun::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step02/sun.png);
}
.step02_content .inner .step02_box .stepbox .stepmidashi-min .sound::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step02/sound.png);
}
.step02_content .inner .step02_box .stepbox .stepmidashi-min .uv::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step02/uv.png);
}
.step02_content .inner .step02_box .stepbox .stepmidashi-min .wash::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step02/wash.png);
}
.step02_content .inner .step02_box .stepbox .stepmidashi-min .privacy::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step02/privacy.png);
}
.step02_content .inner .step02-1 {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  .step02_content .inner .step02-1 {
    margin: 0 0 50px;
  }
}
.step02_content .inner .step02-2 .box-wrap {
  background-color: #EDF0F3;
  padding: 30px 0 58px;
}
@media (max-width: 750px) {
  .step02_content .inner .step02-2 .box-wrap {
    padding: 15px 0 35px;
    margin-top: 10px;
  }
}
.step02_content .inner .step02-2 .box-wrap .boxs {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .step02_content .inner .step02-2 .box-wrap .boxs {
    flex-wrap: wrap;
  }
}
.step02_content .inner .step02-2 .box-wrap .boxs .box {
  width: 390px;
  max-width: 98%;
}
@media (max-width: 750px) {
  .step02_content .inner .step02-2 .box-wrap .boxs .box {
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px;
  }
  .step02_content .inner .step02-2 .box-wrap .boxs .box:last-child {
    margin: 0;
  }
}
@media (max-width: 750px) {
  .step02_content .inner .step02-2 .box-wrap .boxs .box .box-midashi {
    margin: 0 0 10px;
  }
}

.step03_content .inner .step03_box .stepbox .movie {
  margin: 30px 0 80px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03_box .stepbox .movie {
    margin: 20px 0 25px;
  }
}
.step03_content .inner .step03_box .box-wrap {
  background-color: #EDF0F3;
  padding: 30px 0 58px;
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03_box .box-wrap {
    padding: 15px 0 40px;
    margin: 0 0 50px;
  }
}
.step03_content .inner .step03_box .box-wrap .box-midashi {
  color: #fff;
  background-color: #90A5BA;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 15px 10px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03_box .box-wrap .box-midashi {
    font-size: 15px;
    padding: 9px 5px;
    margin: 0 0 15px;
  }
}
.step03_content .inner .step03_box .box-wrap .box-wrap__inner {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}
.step03_content .inner .step03_box .box-wrap .box-wrap__inner .box-content {
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03_box .box-wrap .box-wrap__inner .box-content {
    margin: 0 0 25px;
  }
}
.step03_content .inner .step03_box .box-wrap .box-wrap__inner .box-content:last-child {
  margin: 0 0 0;
}
.step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box01 .boxs {
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box01 .boxs {
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
  }
}
.step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box01 .boxs .box {
  width: 185px;
  max-width: 24%;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box01 .boxs .box {
    width: 280px;
    max-width: 48%;
    margin: 0 0 20px;
  }
  .step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box01 .boxs .box:last-child {
    margin: 0;
  }
}
.step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box01 .boxs .box .img {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box01 .boxs .box .img {
    margin: 0 0 5px;
  }
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box02 .boxs {
    flex-direction: column;
  }
}
.step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box02 .boxs .box {
  width: 390px;
  max-width: 96%;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box02 .boxs .box {
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px;
  }
  .step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box02 .boxs .box:last-child {
    margin: 0;
  }
}
.step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box02 .boxs .box .img {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box03 .boxs {
    flex-direction: column;
  }
}
.step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box03 .boxs .box {
  width: 390px;
  max-width: 96%;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box03 .boxs .box {
    width: 100%;
    max-width: 100%;
  }
}
.step03_content .inner .step03-1 .box-wrap01 .box-wrap__inner .box03 .boxs .box .img {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box01 .boxs {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box01 .boxs .box {
  margin: 0px;
  width: 185px;
  max-width: 24%;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box01 .boxs .box {
    width: 280px;
    max-width: 48%;
    margin: 0 0 20px;
  }
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box01 .boxs .box:last-child {
    margin: 0;
  }
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box01 .boxs .box:nth-last-child(2) {
    margin: 0;
  }
}
.step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box01 .boxs .box .img {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box01 .boxs .box .img {
    margin: 0 0 5px;
  }
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box02 .boxs {
    flex-direction: column;
  }
}
.step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box02 .boxs .box {
  width: 390px;
  max-width: 96%;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box02 .boxs .box {
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box02 .boxs .box .img {
    margin: 0 0 10px;
  }
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box03 .boxs {
    flex-direction: column;
  }
}
.step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box03 .boxs .box {
  width: 390px;
  max-width: 96%;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box03 .boxs .box {
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px;
  }
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box03 .boxs .box:last-child {
    margin: 0;
  }
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box03 .boxs .box .img {
    margin: 0 0 10px;
  }
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box04 .boxs {
    flex-direction: column;
  }
}
.step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box04 .boxs .box {
  width: 390px;
  max-width: 96%;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-1 .box-wrap02 .box-wrap__inner .box04 .boxs .box {
    width: 100%;
    max-width: 100%;
  }
}
.step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box01 .boxs {
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box01 .boxs {
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
  }
}
.step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box01 .boxs .box {
  width: 185px;
  max-width: 24%;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box01 .boxs .box {
    width: 280px;
    max-width: 48%;
    margin: 0 0 20px;
  }
  .step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box01 .boxs .box:last-child {
    margin: 0;
  }
}
.step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box01 .boxs .box .img {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box01 .boxs .box .img {
    margin: 0 0 5px;
  }
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box02 .boxs {
    flex-direction: column;
  }
}
.step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box02 .boxs .box {
  width: 390px;
  max-width: 96%;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box02 .boxs .box {
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px;
  }
  .step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box02 .boxs .box:last-child {
    margin: 0;
  }
}
.step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box02 .boxs .box .img {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box03 .boxs {
    flex-direction: column;
  }
}
.step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box03 .boxs .box {
  width: 390px;
  max-width: 96%;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap01 .box-wrap__inner .box03 .boxs .box {
    width: 100%;
    max-width: 100%;
  }
}
.step03_content .inner .step03-2 .box-wrap02 {
  margin-bottom: 0;
}
.step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box01 .boxs {
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box01 .boxs {
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
  }
}
.step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box01 .boxs .box {
  width: 185px;
  max-width: 24%;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box01 .boxs .box {
    width: 280px;
    max-width: 48%;
    margin: 0 0 20px;
  }
  .step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box01 .boxs .box:last-child {
    margin: 0;
  }
}
.step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box01 .boxs .box .img {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box01 .boxs .box .img {
    margin: 0 0 5px;
  }
}
.step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box02 .box-midashi-min {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 0 0 0 10px;
  margin: 0 0 20px;
  border-left: 5px solid #90A5BA;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box02 .box-midashi-min {
    font-size: 15px;
  }
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box02 .boxs {
    flex-direction: column;
  }
}
.step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box02 .boxs .box {
  width: 390px;
  max-width: 96%;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box02 .boxs .box {
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px;
  }
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box02 .boxs img {
    margin: 0 0 5px;
  }
}
.step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box02 .boxs02 .box {
  margin: 0 0 0;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box02 .boxs02 .box img {
    margin: 0 0 5px;
  }
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box03 .boxs {
    flex-direction: column;
  }
}
.step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box03 .boxs .box {
  width: 390px;
  max-width: 96%;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box03 .boxs .box {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box04 .boxs {
    flex-direction: column;
  }
}
.step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box04 .boxs .box {
  width: 390px;
  max-width: 96%;
}
@media (max-width: 750px) {
  .step03_content .inner .step03-2 .box-wrap02 .box-wrap__inner .box04 .boxs .box {
    width: 100%;
    max-width: 100%;
  }
}

.step04_content .inner .stepbox .movie {
  margin: 30px 0 80px;
}
@media (max-width: 750px) {
  .step04_content .inner .stepbox .movie {
    margin: 20px 0 72.5px;
  }
}
.step04_content .inner .step04-box {
  border: 1px solid #90A5BA;
  padding: 70px 0 50px;
  margin: 0 0 90px;
  position: relative;
}
@media (max-width: 750px) {
  .step04_content .inner .step04-box {
    padding: 52.5px 0 30px;
    margin: 0 0 50px;
  }
}
.step04_content .inner .step04-box::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .step04_content .inner .step04-box::before {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
.step04_content .inner .step04-box:last-child {
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  .step04_content .inner .step04-box:last-child {
    margin: 0 0 60px;
  }
}
.step04_content .inner .step04-box .step04-box__inner {
  width: 810px;
  max-width: 90%;
  margin: 0 auto 0;
}
.step04_content .inner .step04-box .step04-box__inner .stepmidashi-min {
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 750px) {
  .step04_content .inner .step04-box .step04-box__inner .stepmidashi-min {
    margin: 0 0 10px;
  }
}
@media (max-width: 750px) {
  .step04_content .inner .step04-box .step04-box__inner .boxs {
    flex-direction: column;
  }
}
.step04_content .inner .step04-box .step04-box__inner .boxs .img-box {
  width: 350px;
  max-width: 45%;
}
@media (max-width: 750px) {
  .step04_content .inner .step04-box .step04-box__inner .boxs .img-box {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.step04_content .inner .step04-box .step04-box__inner .boxs .text-box {
  width: 430px;
  max-width: 54%;
}
@media (max-width: 750px) {
  .step04_content .inner .step04-box .step04-box__inner .boxs .text-box {
    width: 100%;
    max-width: 100%;
  }
}
.step04_content .inner .step04-box-01::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step04/step01.png);
}
.step04_content .inner .step04-box-02::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step04/step02.png);
}
.step04_content .inner .step04-box-03::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step04/step03.png);
}
.step04_content .inner .step04-box-04::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step04/step04.png);
}
.step04_content .inner .step04-box-05::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step04/step05.png);
}
.step04_content .inner .step04-box-06::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step04/step06.png);
}
.step04_content .inner .step04-box-07::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step04/step07.png);
}
.step04_content .inner .step04-box-08::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step04/step08.png);
}
.step04_content .inner .step04-box-09::before {
  background-image: url(https://livme.itembox.design/item/images/about-curtain/step04/step09.png);
}
.step04_content .inner .step04-box-07 .img-box .img {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .step04_content .inner .step04-box-07 .img-box .img {
    margin: 0 0 15px;
  }
}
.step04_content .inner .step04-box-07 .img-box .img:last-child {
  margin: 0;
}
.step04_content .inner .step04-box-04 .boxs,
.step04_content .inner .step04-box-05 .boxs {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .step04_content .inner .step04-box-04 .boxs,
  .step04_content .inner .step04-box-05 .boxs {
    margin: 0 0 20px;
  }
}
.step04_content .inner .step04-box-04 .boxs .img-box,
.step04_content .inner .step04-box-05 .boxs .img-box {
  width: 350px;
  max-width: 45%;
}
.step04_content .inner .step04-box-04 .boxs .text-box,
.step04_content .inner .step04-box-05 .boxs .text-box {
  width: 430px;
  max-width: 54%;
}
.step04_content .inner .step04-box-04 .boxs .text-box .step04-submidashi,
.step04_content .inner .step04-box-05 .boxs .text-box .step04-submidashi {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #D16C6C;
  padding: 0 0 0 8px;
  margin: 0 0 15px;
  border-left: 5px solid #D16C6C;
}
@media (max-width: 750px) {
  .step04_content .inner .step04-box-04 .boxs .text-box .step04-submidashi,
  .step04_content .inner .step04-box-05 .boxs .text-box .step04-submidashi {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0 0 0 6px;
  }
}
.step04_content .inner .step04-box-04 .step-sublists .list-midashi,
.step04_content .inner .step04-box-05 .step-sublists .list-midashi {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.3;
  color: #D16C6C;
  padding: 0 0 0 8px;
  margin: 30px 0 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .step04_content .inner .step04-box-04 .step-sublists .list-midashi,
  .step04_content .inner .step04-box-05 .step-sublists .list-midashi {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin: 25px 0 10px;
    padding: 0;
  }
}
.step04_content .inner .step04-box-04 .step-sublists .list-midashi:first-child,
.step04_content .inner .step04-box-05 .step-sublists .list-midashi:first-child {
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .step04_content .inner .step04-box-04 .step-sublists .list-midashi:first-child,
  .step04_content .inner .step04-box-05 .step-sublists .list-midashi:first-child {
    margin: 0 0 10px;
  }
}
.step04_content .inner .step04-box-04 .step-sublists .list-midashi span,
.step04_content .inner .step04-box-05 .step-sublists .list-midashi span {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #D16C6C;
  margin: 0 12px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .step04_content .inner .step04-box-04 .step-sublists .list-midashi span,
  .step04_content .inner .step04-box-05 .step-sublists .list-midashi span {
    width: 34px;
    height: 34px;
  }
}
.step04_content .inner .step04-box-04 .step-sublists .list-midashi .num-a::before,
.step04_content .inner .step04-box-05 .step-sublists .list-midashi .num-a::before {
  content: "A";
  font-family: "Futura", sans-serif;
  color: #fff;
  letter-spacing: 0;
}
.step04_content .inner .step04-box-04 .step-sublists .list-midashi .num-b::before,
.step04_content .inner .step04-box-05 .step-sublists .list-midashi .num-b::before {
  content: "B";
  font-family: "Futura", sans-serif;
  color: #fff;
  letter-spacing: 0;
}
.step04_content .inner .step04-box-04 .step-sublists .list-midashi .num-c::before,
.step04_content .inner .step04-box-05 .step-sublists .list-midashi .num-c::before {
  content: "C";
  font-family: "Futura", sans-serif;
  color: #fff;
  letter-spacing: 0;
}
.step04_content .inner .contact-box {
  background-color: #F5F5F5;
  padding: 30px 0 45px;
}
@media (max-width: 750px) {
  .step04_content .inner .contact-box {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    padding: 30px 0 55px;
  }
}
.step04_content .inner .contact-box .contact-box__inner {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .step04_content .inner .contact-box .contact-box__inner {
    width: 90%;
    max-width: 90%;
  }
}
.step04_content .inner .contact-box .contact-box__inner .contact-midashi {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  font-weight: 400;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .step04_content .inner .contact-box .contact-box__inner .contact-midashi {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 0 0 20px;
  }
}
.step04_content .inner .contact-box .contact-box__inner .text {
  text-align: center;
  margin: 0 0 27px;
}
@media (max-width: 750px) {
  .step04_content .inner .contact-box .contact-box__inner .text {
    text-align: left;
    width: 90%;
    max-width: 90%;
    margin: 0 auto 30px;
  }
}/*# sourceMappingURL=as-style.css.map */