@charset "UTF-8";
/****************************************

  lp用　CSS

*****************************************/
html, body, h1, h2, h3, h4, h5, ol, ul, li, p, dl, dt, dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

li {
  list-style: none;
}
li a {
  color: #333;
  font-weight: bold;
}

h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.2rem;
  }
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

p, li, dt, dd {
  font-size: 1.6rem;
}

button {
  border: none;
  appearance: none;
  background-color: transparent;
}

.container {
  max-width: 1280px;
  margin: auto;
  padding: 2.4rem;
}
.container.w1440 {
  max-width: 1440px;
}
.container.w1024 {
  max-width: 1024px;
}
.container.w834 {
  max-width: 834px;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.sp-s {
  display: none;
}

@media screen and (max-width: 414px) {
  .sp-s {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.stop-scroll {
  overflow: hidden;
}

.cta-btn {
  position: relative;
  z-index: 50;
  padding: 1.2rem;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 101rem;
  font-weight: 700;
  background-color: #fff;
  border: solid 2px #333;
  margin: auto;
  box-sizing: border-box;
  white-space: pre;
}
.cta-btn_label {
  position: relative;
  z-index: 10;
}
.cta-btn--free {
  background-color: #FFFFFF;
  width: 37rem;
}
.cta-btn--fee {
  background-color: #FFF546;
}

.link-list {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .link-list {
    margin-top: 2.4rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 3rem;
  background-color: rgb(255, 255, 255);
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(102, 102, 102, 0.5411764706));
  border-radius: 50%;
  width: 6.2rem;
  height: 6.2rem;
  box-sizing: border-box;
  z-index: 50;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 62px;
  font-size: 1.5rem;
  font-weight: bold;
}
.pagetop a {
  color: #222;
}

.admin-bar .ly_page {
  margin-top: 0;
}

.header {
  max-width: 1100px;
  margin: auto;
}
.header picture {
  display: inline-block;
}

.admin-bar .header {
  top: unset;
}

.global-nav {
  position: relative;
}
@media screen and (max-width: 768px) {
  .global-nav {
    height: 100%;
    width: auto;
    flex: 1;
    z-index: 50;
  }
}
.global-nav_hamburger {
  width: 3rem;
  height: 2.4rem;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 150;
}
.global-nav_hamburger .bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
  border-radius: 1px;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.global-nav_hamburger .bar:first-child {
  top: 0;
}
.global-nav_hamburger .bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.global-nav_hamburger .bar:last-child {
  bottom: 0;
}
.global-nav_hamburger.open .bar:first-child {
  transform: translateY(10.5px) rotate(-45deg);
}
.global-nav_hamburger.open .bar:nth-child(2) {
  opacity: 0;
}
.global-nav_hamburger.open .bar:last-child {
  transform: translateY(-10.5px) rotate(45deg);
}

.gnav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 1440px) {
  .gnav-list {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .gnav-list {
    display: none;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    z-index: 100;
    width: 100%;
    left: 0;
    margin-top: 4.7rem;
    padding: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .gnav-list_item {
    margin: 1.6rem 0;
  }
}
.gnav-list.open {
  display: block;
}

.mv {
  background-position: bottom center, bottom center;
  background-size: 1920px, contain;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  padding-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .mv {
    display: block;
    padding: 0;
  }
}
.mv_container {
  display: flex;
  max-width: 1280px;
  margin: auto;
  gap: 11.2rem;
}
@media screen and (max-width: 1280px) {
  .mv_container {
    gap: unset;
  }
}
@media screen and (max-width: 768px) {
  .mv_container {
    display: block;
  }
}
.mv_ttl {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mv_ttl {
    margin-top: 13em;
    font-size: 1em;
  }
}
.mv_tagline {
  color: #222;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mv_tagline {
    margin-top: 2.1rem;
    font-size: 1.6em;
  }
}
.mv_logotypo {
  display: block;
  max-width: 45rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .mv_logotypo {
    max-width: unset;
    width: 68%;
    margin-top: 0.6em;
  }
}
.mv_free-to-use {
  max-width: 20rem;
}
@media screen and (max-width: 768px) {
  .mv_free-to-use {
    max-width: 12em;
    font-size: 1em;
  }
}
.mv_desc-area {
  flex: 1;
  margin-top: 4rem;
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .mv_desc-area {
    margin: unset;
    padding: 1.6rem;
    height: 100%;
    font-size: 2.6666666667vw;
  }
}
.mv_spec {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .mv_spec {
    font-size: 1.3rem;
    text-align: left;
  }
}
.mv_image-area {
  flex: 1.5;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv_image-area {
    top: 0;
    padding-top: 2em;
    position: absolute;
    right: 0;
  }
}
.mv_cta {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .mv_cta {
    margin-top: 2.4rem;
    font-size: 1em;
  }
}
.mv_cta .cta-btn {
  letter-spacing: 2px;
  padding: 1.6rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mv_cta .cta-btn {
    min-width: unset;
    font-size: 1.8rem;
  }
}

.sec-ttl {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 8rem;
  color: #1F3752;
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.sec-ttl span {
  background: linear-gradient(transparent 50%, #FFF546 50%);
  padding: 0 0.8rem;
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7.2rem;
}
.card-list_item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .card-list_item {
    flex: auto;
  }
}
.card-list_ttl {
  text-align: center;
  font-size: 2.1rem;
}
.card-list_cta-btn {
  margin-top: 3.2rem;
}
.card-list_tmb {
  min-height: 20rem;
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
}
.card-list--ver2 {
  gap: 9.6rem;
}
.card-list--ver2 .card-list_ttl {
  margin-bottom: 0.8rem;
}
.card-list--ver2 .card-list_tmb {
  padding: 0 8rem;
}
.card-list--ver2 .card-list_item {
  color: #fff;
}
.card-list--ver2 .card-list_item:first-child {
  position: relative;
  top: 8.8rem;
}
@media screen and (max-width: 768px) {
  .card-list--ver2 .card-list_item:first-child {
    color: #222;
  }
}

.cost-performance {
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 768px) {
  .cost-performance {
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .cost-performance_table-visual {
    overflow: scroll;
  }
  .cost-performance_table-visual img {
    width: 150%;
  }
}

.contents-list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.contents-list_item {
  display: flex;
  gap: 6.4rem;
}
@media screen and (max-width: 768px) {
  .contents-list_item {
    flex-wrap: wrap;
  }
}
.contents-list_item:nth-child(even) {
  flex-direction: row-reverse;
}
.contents-list_desc-ttl {
  margin-bottom: 2.4rem;
}
.contents-list--number {
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .contents-list--number {
    margin-top: 6.4rem;
  }
}
.contents-list--number .contents-list_item:nth-child(1) .contents-list_desc-ttl::before {
  background-image: url(../images/lp2411/n1.png);
}
.contents-list--number .contents-list_item:nth-child(2) .contents-list_desc-ttl::before {
  background-image: url(../images/lp2411/n2.png);
}
.contents-list--number .contents-list_item:nth-child(3) .contents-list_desc-ttl::before {
  background-image: url(../images/lp2411/n3.png);
}
.contents-list--number .contents-list_item:nth-child(4) .contents-list_desc-ttl::before {
  background-image: url(../images/lp2411/n4.png);
}
.contents-list--number .contents-list_images {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .contents-list--number .contents-list_images {
    flex: unset;
  }
}
.contents-list--number .contents-list_desc {
  flex: 1.2;
}
@media screen and (max-width: 768px) {
  .contents-list--number .contents-list_desc {
    flex: unset;
  }
}
.contents-list--number .contents-list_desc-ttl {
  padding-left: 11rem;
  position: relative;
}
.contents-list--number .contents-list_desc-ttl::before {
  content: "";
  position: absolute;
  width: 10rem;
  height: 10rem;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.prize, .features, .guidelines {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1919px) {
  .prize, .features, .guidelines {
    margin-top: 4.1688379364vw;
  }
}
@media screen and (max-width: 768px) {
  .prize, .features, .guidelines {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
}

.flow {
  background-image: url(../images/lp2411/bg-pattern.jpg);
  background-size: 3%;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .flow {
    background-size: 8%;
  }
}
.flow_container {
  display: flex;
  flex-direction: column;
  margin-top: -4rem;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .flow_container {
    margin-top: unset;
  }
}
@media screen and (max-width: 414px) {
  .flow_container {
    margin-top: -2.4rem;
  }
}
.flow_desc {
  text-align: center;
}
.flow_box {
  background-color: #fff;
  border: solid #333 2px;
  padding: 2.4rem 4rem;
  border-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .flow_box {
    padding: 2.4rem;
  }
}
.flow_box--fee {
  background-color: #FFFCC0;
}
.flow_box-ttl {
  font-size: 2.4rem;
  border-bottom: solid #222 2px;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow_box-ttl {
    text-align: center;
  }
}
.flow_box-ttl::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #222;
  width: 2px;
  transform: rotate(-60deg);
  transform-origin: bottom;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .flow_box-ttl::after {
    display: none;
  }
}

.flow-list {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .flow-list {
    flex-wrap: wrap;
  }
}
.flow-list_tmb {
  padding: 10%;
  padding-top: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow-list_tmb {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .flow-list_tmb img {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  .flow-list_tmb img {
    width: 80%;
  }
}
.flow-list_item {
  padding: 2.4rem;
  position: relative;
}
.flow-list_item::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .flow-list_item::before {
    width: 4vw;
    height: 4vw;
  }
}
.flow-list_item::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .flow-list_item::before {
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .flow-list_item::before {
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 414px) {
  .flow-list_item::before {
    left: 0;
    width: 10vw;
  }
}
.flow-list_item:nth-child(1)::before {
  background-image: url(../images/lp2411/01.svg);
}
.flow-list_item:nth-child(2)::before {
  background-image: url(../images/lp2411/02.svg);
}
.flow-list_item:nth-child(3)::before {
  background-image: url(../images/lp2411/03.svg);
}
.flow-list_item::after {
  content: "";
  background-image: url(../images/lp2411/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .flow-list_item::after {
    width: 2vw;
    height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .flow-list_item::after {
    top: unset;
    bottom: -4rem;
    right: unset;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 4.4vw;
    height: 8vw;
  }
}
.flow-list_item:last-child::after {
  display: none;
}
.flow-list_para {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow-list_para {
    margin-top: 1.6rem;
  }
}

.prize_box {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .prize_box {
    flex-wrap: wrap;
  }
}
.prize_tmb {
  padding: 0 8rem;
}
.prize_tmb img {
  border: solid #cccccc 1px;
  border-radius: 12px;
}
.prize_deadline-list {
  display: flex;
  flex-wrap: wrap;
  border: solid #333 2px;
  border-radius: 99px;
  max-width: 92rem;
  justify-content: center;
  margin: auto;
  gap: 2.4rem;
  padding: 1.6rem 2.4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .prize_deadline-list {
    gap: 1.2rem;
  }
}
.prize_deadline-list-ttl {
  font-size: 2.4rem;
  padding-right: 3.2rem;
  border-right: 2px solid #333;
}
@media screen and (max-width: 768px) {
  .prize_deadline-list-ttl {
    font-size: 1.8rem;
    border-right: none;
    padding: 0 0 1.2rem 0;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #333;
  }
}
.prize_deadline-list-data {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .prize_deadline-list-data {
    font-size: 1.8rem;
  }
}
.prize_notes {
  line-height: 1.8;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .prize_notes {
    font-size: 1.4rem;
  }
}

.prize-list_item {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .prize-list_item {
    font-size: 1.8rem;
  }
}
.prize-list_item::before {
  content: "・";
  font-size: 2.4rem;
  margin-right: 0.8rem;
}

.cta-area {
  background-color: #215B9E;
  padding-top: 2.4rem;
  padding-bottom: 4rem;
}
.cta-area_ttl {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .cta-area_ttl {
    font-size: 2.2rem;
  }
}
.cta-area.cta-area--complete {
  padding-top: 4rem;
}
.cta-area.cta-area--complete .cta-area_ttl {
  color: #1F3752;
}
.cta-area.cta-area--complete .cta-area_contents {
  gap: 0;
}
.cta-area.cta-area--complete .cta-area_container {
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .cta-area.cta-area--complete .cta-area_container {
    padding: 2.4rem;
    padding-bottom: 6.4rem;
  }
}
.cta-area.cta-area--complete .cta-area_form-tmb {
  flex: 1;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .cta-area.cta-area--complete .cta-area_form-tmb {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 414px) {
  .cta-area.cta-area--complete .cta-area_form-tmb {
    padding: 0;
  }
}
.cta-area.cta-area--complete .cta-list {
  flex-direction: column;
  flex: 1.2;
  margin-right: 6.4rem;
}
@media screen and (max-width: 1280px) {
  .cta-area.cta-area--complete .cta-list {
    font-size: 0.78125vw;
    margin-right: 4em;
  }
}
@media screen and (max-width: 768px) {
  .cta-area.cta-area--complete .cta-list {
    margin-right: unset;
    margin-left: unset;
    gap: 4rem;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .cta-area.cta-area--complete .cta-list_item {
    font-size: 1em;
  }
}
.cta-area.cta-area--complete .cta-btn--free {
  position: relative;
  text-indent: 2.4em;
  width: unset;
}
@media screen and (max-width: 1280px) {
  .cta-area.cta-area--complete .cta-btn--free {
    font-size: 2em;
    text-indent: 2.4em;
    padding: 1.2em;
    padding-left: 2em;
  }
}
@media screen and (max-width: 414px) {
  .cta-area.cta-area--complete .cta-btn--free {
    font-size: 1.6rem;
    padding: 0.4rem;
    padding-left: 4em;
    text-indent: unset;
    white-space: unset;
  }
}
.cta-area.cta-area--complete .cta-btn--free::before {
  content: "";
  background-image: url(../images/lp2411/wps2_for_free.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 5em;
  height: 5em;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
}
.cta-area.cta-area--complete .cta-btn--fee {
  position: relative;
  text-indent: 6.6em;
}
@media screen and (max-width: 1280px) {
  .cta-area.cta-area--complete .cta-btn--fee {
    font-size: 2em;
    text-indent: 5.2em;
    padding: 1.2em;
    padding-left: 2em;
  }
}
@media screen and (max-width: 414px) {
  .cta-area.cta-area--complete .cta-btn--fee {
    font-size: 1.6rem;
    padding: 0.4rem;
    padding-left: 4em;
    white-space: unset;
    text-indent: unset;
  }
}
.cta-area.cta-area--complete .cta-btn--fee::before {
  content: "";
  background-image: url(../images/lp2411/wps2_for_fee2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 7.5em;
  height: 7.5em;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 414px) {
  .cta-area.cta-area--complete .cta-btn--fee::before {
    width: 6em;
    height: 6em;
  }
}
.cta-area .cta-list {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9.6rem;
}
@media screen and (max-width: 1280px) {
  .cta-area .cta-list {
    gap: 6.4em;
  }
}
@media screen and (max-width: 768px) {
  .cta-area .cta-list {
    justify-content: center;
    gap: 6.4rem;
    width: 80%;
    margin: auto;
  }
}
.cta-area .cta-list_item {
  padding: 0.8rem;
  padding-left: 5.6rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .cta-area .cta-list_item {
    font-size: 1.8rem;
    padding: 0;
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 414px) {
  .cta-area .cta-list_item {
    width: 100%;
  }
}
.cta-area .cta-list_tmb {
  max-width: 16rem;
  margin: auto auto 4rem auto;
  height: 16rem;
}
@media screen and (max-width: 768px) {
  .cta-area .cta-list_tmb {
    margin: auto auto 2.4rem auto;
    height: auto;
  }
}
.cta-area .cta-list_tmb.fee {
  max-width: 40rem;
}
.cta-area_contents {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .cta-area_contents {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.cta-area_contents .cta-btn {
  letter-spacing: 2px;
  padding: 1.6rem;
  font-size: 2.1rem;
}
@media screen and (max-width: 1024px) {
  .cta-area_contents .cta-btn {
    min-width: unset;
    font-size: 1.7578125vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cta-area_contents .cta-btn {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 414px) {
  .cta-area_contents .cta-btn {
    font-size: 4.347826087vw;
  }
}

.footer {
  text-align: center;
}
.footer_copyright {
  font-size: 1.4rem;
}

.guidelines {
  background-size: 180rem;
  background-position: top 12rem left calc((100vw - 1440px - 80px) / 2);
  background-repeat: repeat-x;
  margin-bottom: 0;
}
.guidelines_list {
  background-color: rgba(255, 255, 255, 0.6509803922);
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .guidelines_list {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .guidelines_list {
    margin-top: -2.4rem;
  }
}
.guidelines_banner {
  max-width: 960px;
  margin: auto;
  margin-bottom: 8rem;
}

.guidelines-list {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  max-width: 960px;
  margin: auto;
}
.guidelines-list_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5.6rem;
  padding: 2.4rem 0.8rem 2.4rem;
  border-bottom: solid #222 1px;
}
@media screen and (max-width: 768px) {
  .guidelines-list_item {
    gap: 1.2rem;
  }
}
.guidelines-list_ttl {
  flex: 1;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .guidelines-list_ttl {
    flex: unset;
    padding-left: 0;
    width: 100%;
  }
}
.guidelines-list_detail {
  flex: 5;
}
@media screen and (max-width: 768px) {
  .guidelines-list_detail {
    flex: unset;
  }
}
.guidelines-list_detail span {
  display: block;
  width: 100%;
}
.guidelines-list_detail ul li {
  list-style: disc;
}
.guidelines-list_detail ol li {
  list-style: decimal;
}

.features_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5.6rem;
}
.features_product-logo {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .features_product-logo {
    flex: unset;
  }
}
.features_product-logo-txt {
  margin-top: 0.8rem;
}
.features_para {
  flex: 1.6;
}
@media screen and (max-width: 768px) {
  .features_para {
    flex: unset;
  }
}

.features-tmb-list {
  display: flex;
  gap: 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .features-tmb-list {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=lp.css.map */