@charset "UTF-8";

/** common **/
.l-main {
  width: 100%;
  max-width: 1200px;
  padding: 0;
}

.l-main {
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 50px;
}

.l-main::-webkit-scrollbar {
  display: none;
}

.l-header--popup {
  position: fixed;
  z-index: 99999;
  width: 100%;
  min-width: initial;
  margin-bottom: 0.2%;
  background: #fff;
}

.l-header--popup .lc-logo {
  width: 100%;
}

.l-footerWrap {
  min-width: initial;
  margin: 20px auto 0;
  padding: 0;
  background-color: transparent;
}

.l-content {
  padding-top: 82px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  background: linear-gradient(0deg, #161d26 0%, #161d26 50%, #ff6200 50%, #ff6200 100%) no-repeat;
  background-size: 100% 10px;
}

.l-content .sp_view {
  display: none;
}

/* h1 */
.l-content h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  font-size: 36px;
  text-align: center;
}

.l-content h1 .logo {
  width: 164px;
}

.l-content h1 .alphabet {
  font-size: 38px;
}

.l-content h1 .br {
  display: none;
}

/* summary */
.l-content .summary {
  padding: 0 30px;
  margin-top: 50px;
  font-size: 17px;
  text-align: center;
}

/* howTouUse */
.l-content .howToUse {
  max-width: 1140px;
  margin: 50px 30px 0;
}

.l-content .howToUse .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 0 30px;
  background: #F5F3EF;
}

.l-content .howToUse .head {
  display: flex;
  flex-direction: column;
}

.l-content .howToUse .head .bnr {
  padding: 3px 0 1px;
  background: #ff6200;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.l-content .howToUse .head h2 {
  margin-top: 10px;
  font-size: 36px;
  text-align: center;
}

.l-content .howToUse .head h2 .alphabet {
  font-size: 38px;
}

.l-content .howToUse .attention {
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
}

.l-content .howToUse .attention span {
  color: #d00;
}

.l-content .howToUse .stepList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px 46px;
  margin-top: 30px;
}

.l-content .howToUse .stepList li.step01 {
  width: 290px;
}

.l-content .howToUse .stepList li.step02 {
  width: 178px;
}

.l-content .howToUse .stepList li.step03 {
  width: 215px;
}

.l-content .howToUse .stepList li.step04 {
  width: 255px;
}

.l-content .howToUse .stepList li:not(:first-child) {
  position: relative;
}

.l-content .howToUse .stepList li:not(:first-child)::before {
  position: absolute;
  top: 155px;
  left: -38px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid #ccc;
  content: "";
}

.l-content .howToUse .stepList li .icon {
  padding: 10px 16px 5px;
  background: #FFE1CC;
  color: #161D26;
  font-size: 17px;
  font-weight: bold;
}

.l-content .howToUse .stepList li .icon .num {
  font-size: 24px;
}

.l-content .howToUse .stepList li .txt {
  margin-top: 8px;
  font-size: 13px;
}

.l-content .howToUse .stepList li .pic {
  margin-top: 8px;
}

.l-content .noteList {
  max-width: 1140px;
  margin: 30px 30px 0;
}

.l-content .noteList li {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
}

.l-content .noteList li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.l-content .inquiry {
  margin: 30px 30px 0;
  font-size: 13px;
}

/** 中間デザイン **/
@media screen and (max-width: 1200px) {
  .l-content .howToUse .wrap {
    padding: 48px 30px 30px;
  }

  .l-content .howToUse .stepList {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 46px;
  }

  .l-content .howToUse .stepList li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 780px;
  }

  .l-content .howToUse .stepList li:not(:first-child)::before {
    position: absolute;
    top: -38px;
    left: 50%;
    border-top: 30px solid #ccc;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: none;
    transform: translateX(-50%);
    content: "";
  }

  .l-content .howToUse .stepList li.step01 {
    width: 100%;
  }

  .l-content .howToUse .stepList li.step02 {
    width: 100%;
  }

  .l-content .howToUse .stepList li.step03 {
    width: 100%;
  }

  .l-content .howToUse .stepList li.step04 {
    width: 100%;
  }

  .l-content .howToUse .stepList li .txt {
    font-size: 17px;
  }

  .l-content .howToUse .stepList li .pic {
    flex-shrink: 0;
    width: 290px;
    margin-top: 0;
    text-align: center;
  }

}

@media screen and (max-width: 900px) {
  .l-content h1 .br {
    display: block;
  }
}

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

  /*common*/
  body {
    width: 100%;
    height: 100vh;
  }

  .l-content .pc_view {
    display: none;
  }

  .l-content .sp_view {
    display: block;
  }

  .l-header--popup {
    margin-bottom: 0.3%;
  }

  .l-header--popup .lc-logo {
    padding-left: 1%;
  }

  .l-content .summary {
    padding: 0 10px;
  }

  .l-content .howToUse {
    margin: 50px 0 0;
  }

  .l-content .howToUse .wrap {
    padding: 48px 20px 30px;
  }

  .l-content .howToUse .stepList li {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .l-content .howToUse .stepList li .txt {
    font-size: 15px;
  }
  .l-content .howToUse .stepList li .pic {
    width: 100%;
    margin-top: 8px;
  }

  .l-content .noteList {
    margin: 30px 20px 0;
  }

  .l-content .inquiry {
    margin: 30px 20px 0;
  }

}