@charset "UTF-8";
:root {
  --aliceblue: #f0f8fe;
  --lplpblue: #0063b0;
  --darklpblue: #1a1a7d;
}
.navi-products .header-navigation-child--show {
  height: auto;
}
.navi-products--inner {
  display: grid;
  grid-template-columns: 65% 29%;
  gap: 0 6%;
}
.navi-products .__title {
  font-size: 2rem;
  text-align: left;
  padding-bottom: 1.6rem;
  border-bottom: 2.5px solid currentColor;
  font-weight: bold;
}
.navi-products_list._list01 .__title {
  color: #33acff;
}
.navi-products_list._list02 .__title {
  color: var(--darkblue);
  margin-bottom: 16px;
}
.navi-products_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
}
.navi-products_list ul li {
  width: 100%;
  padding: 16px 0;
  margin: 0;
}
.navi-products_list ul li:nth-child(2n+1) {
  border-top: 1px solid #e5e5e5;
}
.navi-products_list ul li:nth-child(2n) {
  border-bottom: 1px solid #e5e5e5;
}
.navi-products_list ul li:first-child {
  border-top: none;
}
.navi-products_list ul li:last-child {
  border-bottom: none;
}
.navi-products_list ul li a {
  display: grid;
  grid-template-columns: 88px 1fr;
  margin: 0;
  text-align: left;
  -moz-column-gap: 14px;
  column-gap: 14px;
  align-items: center;
}
.navi-products_list ul li a .hidden-header-navigation--img {
  margin: 0;
}
.navi-products_list._list02 .link {
  font-size: 1.4rem;
  display: block;
  text-align: left;
  text-decoration: none;
  font-weight: 700;
  padding: 4px 4px 4px 18px;
  margin: 6px 0;
  position: relative;
}
.navi-products_list._list02 .link:before {
  content: "";
  display: block;
}
.navi-products_list._list02 .link::before {
  content: "";
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #1a1a7d;
  border-right: solid 2px #1a1a7d;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
}
#sp-navigation .navi-products--sp > ul > li > a {
  font-weight: bold;
}
#sp-navigation .navi-products--sp > ul > li > a:before {
  content: none;
}
#sp-navigation .navi-products--sp > ul > li > ul {
  background: #ededed;
}
#footer-navigation.footer-navigation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 2rem;
}
#footer-navigation.footer-navigation > .one-nav {
  width: 100%;
}
#footer-navigation.footer-navigation > .one-nav .title {
  font-size: 1.3rem;
}
#footer-navigation.footer-navigation > .one-nav.one-nav--four {
  padding-top: 1.8em;
}
#footer-navigation.footer-navigation .sns-nav {
  display: block;
  max-width: 102px;
  margin-top: 3rem;
}
.top-whychoose {
  padding: 8rem 0;
  position: relative;
}
.top-whychoose .top-linkBtn01 {
  text-align: center;
}
.top-whychoose._whychoose01 {
  background: var(--aliceblue);
}
.top-whychoose._whychoose02 {
  background: url(/wp/wp-content/themes/alfis/img2/top/top_img_solution.jpg) no-repeat center center/cover;
  box-shadow: 0 3px 8px hsla(0deg, 0%, 0%, 0.5);
}
.top-whychoose._whychoose02 ._link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  gap: 4rem;
  padding: 1rem;
}
.top-whychoose._whychoose02 ._link a {
  display: block;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  padding: 19px;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
}
.top-whychoose_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 0 1rem;
}
.top-whychoose_list ._item {
  color: #004072;
  text-align: center;
}
.top-whychoose_list ._item img {
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}
._whychoose01 .top-whychoose_list img {
  mix-blend-mode: multiply;
}
._whychoose02 .top-whychoose_list {
  margin-bottom: 6rem;
}
._whychoose02 .top-whychoose_list ._item {
  position: relative;
}
._whychoose02 .top-whychoose_list ._item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.15em;
  text-align: center;
}
._whychoose02 .top-whychoose_list img {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 1.5em;
}
.top-whychoose_title {
  align-items: center;
  position: relative;
  max-width: 1023px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.top-whychoose_title ._highlight {
  background: #faee50;
  padding: 0.6rem 1rem;
}
.top-whychoose_title ._choosetag {
  font-size: 1.8rem;
  width: 151px;
  height: 43px;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-whychoose_title ._choosetext {
  font-size: 1.8rem;
}
._whychoose01 .top-whychoose_title {
  color: #004072;
  padding-bottom: 30px;
  border-bottom: 2px solid currentColor;
  margin-bottom: 68px;
}
._whychoose01 .top-whychoose_title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: auto;
  background: var(--aliceblue);
  width: 40px;
  height: 40px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
._whychoose02 .top-whychoose_title {
  color: #fff;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
._whychoose02 .top-whychoose_title ._highlight {
  color: #004072;
}
.top-case {
  padding-bottom: 4rem;
}
.top-strengths {
  padding: 10px 0;
  background: linear-gradient(180deg, var(--aliceblue) 0%, var(--aliceblue) 334px, #fff 334px, #fff 100%);
}
.top-strengths_list {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4rem;
}
.top-strengths_list ._img {
  position: relative;
  aspect-ratio: 324/266 !important;
  margin-bottom: 1em;
}
.top-strengths_list ._title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: linear-gradient(30deg, #009dea 0%, #1c1b88 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-strengths_solution {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 3.6rem;
}
.top-strengths_solution ._title {
  font-weight: bold;
  margin-bottom: 1em;
}
.top-strengths_solution ._cont .link {
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  color: #004072;
}
.top-strengths_solution ._cont .link:before {
  content: "";
  background: currentColor;
  width: 24px;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  transition: all 0.2s ease;
}
.top-strengths_solution ._cont .link:after {
  content: "";
  border-right: 1px solid currentColor;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -1px;
  left: 15px;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.top-services {
  padding-bottom: 8rem;
}
.top-services .top-linkBtn01 {
  text-align: center;
}
@media (min-width: 769px) {
  .top .top-linkBtn01 {
    text-align: center;
    width: 90%;
  }
  .top-whychoose_title {
    display: grid;
    grid-template-columns: 151px 1fr;
  }
  .top-whychoose_title ._choosetext {
    font-size: 2.8rem;
  }
  ._whychoose01 .top-whychoose_title {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .top-whychoose._whychoose02 .top-linkBtn01 {
    max-width: 480px;
  }
  .top-whychoose._whychoose02 ._link a br {
    display: none;
  }
  .top-whychoose_list {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 768px) {
  .top-whychoose .top-linkBtn01 {
    max-width: 90%;
  }
  .top-whychoose_title ._choosetag {
    margin-bottom: 10px;
  }
  .top-strengths_list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }
}
@media (max-width: 559px) {
  .top-whychoose._whychoose02 ._link {
    font-size: 16px;
    display: flex;
    flex-direction: column;
  }
  .top-whychoose._whychoose02 ._link br {
    display: none;
  }
  .top-strengths_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
body {
  counter-reset: number 0;
}
.p-list {
  margin-bottom: 0;
}
.p-list-col2 li {
  width: 50%;
}
.p-list-item {
  display: flex;
  flex-direction: column;
}
.p-list-item_text {
  display: flex;
  flex-grow: 1;
  margin-bottom: 1rem;
}
.p-list_link {
  font-weight: bold;
  text-decoration: none;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding-right: 40px;
}
.p-list_link:after {
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-listcol02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 3.6rem;
  margin: 4rem 0;
}
.p-listcol02-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.p-listcol02_img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 497/268;
  max-width: 497px;
  display: block;
  margin-bottom: 2rem;
}
.p-listcol02_title {
  font-size: 1.8rem;
  color: var(--lpblue);
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}
.p-listcol02_maintitle {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 1.8rem;
}
.p-listcol02_maintitle .__caption {
  display: block;
  font-size: 1.8rem;
  background: var(--darklpblue);
  /*  background: linear-gradient(30deg, #009dea 0%, #1c1b88 100%);*/
  color: #fff;
  padding: 0.78em 1em;
}
.p-listcol02_maintitle .__text {
  font-size: 1.8rem;
  padding-left: 2rem;
}
@media (max-width: 559px) {
  .p-listcol02 {
    grid-template-columns: 1fr;
  }
}
.p-listcol03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 2.6rem;
  margin: 2rem auto 6rem;
}
.p-listcol03-item {
  text-decoration: none;
}
.p-listcol03-item_title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 0.8em 0;
}
.p-listcol03-item_title + p {
  flex-grow: 1;
}
.p-listcol03-item ._img {
  aspect-ratio: 327/245;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (min-width: 769px) {
  .p-listcol03 {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-listcol03-item_title {
    font-size: 1.8rem;
  }
}
@media (max-width: 559px) {
  .p-listcol03 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-listcol04 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem 0 6rem;
}
.p-listcol04-item {
  display: flex;
  flex-direction: column;
}
.p-listcol04-item_img {
  position: relative;
  width: 80%;
  margin: auto;
}
.p-listcol04-item_img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-listcol04-item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.p-listcol04-item_title {
  color: #0063b0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.6em;
}
.p-listcol04-item_text {
  font-size: 1.4rem;
  flex-grow: 1;
}
@media (min-width: 769px) {
  .p-listcol04 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.download-list {
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
  gap: 3rem;
  margin: 4rem 0;
}
.download-list a {
  height: 32px;
  border: 1px solid #1a1a7d;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #1a1a7d;
  font-weight: bold;
}
.download-list a.is-current {
  color: #fff;
  background: #1a1a7d;
}
@media (max-width: 559px) {
  .download-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.download-list-cat {
  font-size: 1.4rem;
  display: grid;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}
.download-list-cat.cat01 {
  margin-bottom: 2rem;
}
.download-list-cat.cat02 {
  margin-bottom: 6rem;
}
.download-list-cat a {
  text-decoration: none;
  position: relative;
}
.download-list-cat a.is-current:before {
  content: "";
  display: block;
  border-bottom: 1px solid #1a1a7d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #1a1a7d;
}
.download-list-cat a:after {
  content: "｜";
  position: absolute;
  right: -1.9em;
}
.download-list-cat a:last-of-type:after {
  content: none;
}
.download-list-cat .title {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dcdcdc;
}
.download-list-cat .content {
  display: flex;
  gap: 0.25rem 3.5rem;
  padding: 1rem 2rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 560px) {
  .download-list-cat {
    grid-template-columns: 12.7rem 1fr;
  }
}
@media (max-width: 559px) {
  .download-list-cat {
    grid-template-rows: 2em 1fr;
  }
  .download-list-cat .title {
    background: #ebeef0;
  }
}
.pamphlet-list-item {
  padding: 2.6rem 2.5rem;
  border: 1px solid #dcdcdc;
  font-size: 14px;
}
.pamphlet-list-img {
  display: block;
  aspect-ratio: 189/267;
  line-height: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
  margin-bottom: 1em;
  background: #000;
}
.pamphlet-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}
.pamphlet-list-img:hover img {
  opacity: 0.8;
}
.pamphlet-list-title {
  flex-grow: 1;
  text-align: center;
  line-height: 1.6;
}
.pamphlet-list-btn {
  color: #33acff;
  border: 2px solid #33acff;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  max-width: 186px;
  width: 100%;
  height: 40px;
  margin-top: 2rem;
  position: relative;
}
.pamphlet-list-btn:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -3px 0 0;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.pamphlet-list-btn:hover {
  background: #33acff;
  color: #fff;
  transition: all 0.4s;
}
.related-content {
  max-width: 1040px;
  width: 100%;
  margin: 60px auto;
}
@media (max-width: 1000px) {
  .related-content {
    max-width: 90%;
  }
}
.related-content .p-listcol03-item:hover {
  opacity: 0.8;
  transition: all, 0.4;
}
.related-content .p-listcol03-item .title {
  text-align: left;
}
.relatedImg {
  aspect-ratio: 330/226;
  border: 1px solid #e6e8ea;
  width: 100%;
}
.relatedTitle {
  border-left: 6px solid #103657;
  color: #103657;
  font-size: 2rem;
  font-weight: 600;
  margin: 4.8rem 0rem 4rem 0rem;
  padding: 0rem 1.6rem 0rem 1.6rem;
  position: relative;
}
.relatedTitle:before, .relatedTitle:after {
  content: "";
  background: #d6d6d6;
  height: 1px;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.relatedTitle:after {
  width: 6px;
  left: -6px;
  width: 100%;
}
.relatedLink {
  width: 33.5rem;
  height: 7rem;
  border: 2px solid #33acff;
  color: #33acff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: auto;
  position: relative;
}
.relatedLink:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.relatedLink:hover {
  background: #33acff;
  color: #fff;
  transition: all, 0.4s;
}
.u-img-full {
  width: 100%;
  display: block;
  margin-bottom: 1em;
}
.one-application2 #equipment-slide {
  width: 100%;
}
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 2rem;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.u-mb0 {
  margin-bottom: 0;
}
.u-fz20 {
  font-size: 2rem;
}
body {
  counter-reset: number 0;
}
.lp-list {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .lp-list-col2 li {
    width: 50%;
  }
}
.lp-inner {
  max-width: 1070px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.lp-contents {
  margin: 0 auto;
  max-width: 1070px;
  padding: 6rem 20px 6rem;
}
.lp-title-wrapper {
  background: #000;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 345px;
}
.lp-title-main {
  font-size: 3.8rem;
}
.lp-title-sub {
  font-size: 3rem;
}
.lp-title02 {
  color: var(--darklpblue);
  text-align: center;
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
.lp-lead {
  max-width: 806px;
  margin: auto;
  font-size: 1.6rem;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 8rem;
}
.lp-lead:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #231815;
  position: absolute;
  left: 0;
}
.lp-title03 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.6em 0.1em 0.6em 2.5rem;
  background: linear-gradient(30deg, #009dea 0%, #1c1b88 100%);
}
.lp-titleNum {
  position: relative;
  padding: 1.3rem 1.4rem 1.3rem 8rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin: 4rem 0 6rem;
}
.lp-titleNum:before {
  counter-increment: number 1;
  content: "0"counter(number);
  position: absolute;
  left: 0;
  width: 6rem;
  height: 6rem;
  font-size: 2.6rem;
  border: 1px solid #1189e1;
  border-radius: 50%;
  color: #1189e1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-titleNum:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -2.2rem;
  background: #ccc;
  left: 0;
}
.lp-download {
  background-color: #F1F2F5;
  padding: 3rem 2.4rem 3rem 3rem;
  display: grid;
  grid-template-columns: minmax(55%, 536px) minmax(340px, 1fr);
  word-break: break-all;
}
.lp-download-title {
  font-size: 1.8rem;
  color: var(--darklpblue);
  margin-bottom: 3rem;
}
.lp-download-text {
  margin-bottom: 4rem;
}
.lp-download-img {
  text-align: right;
}
.lp-download-link {
  color: #fff;
  width: 33.5rem;
  height: 7rem;
  font-size: 1.8rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  background: var(--darklpblue);
  border: 2px solid;
}
.lp-download-link:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.lp-download-link:hover {
  transition: all, 0.4s;
  background-color: transparent;
  color: var(--darklpblue);
}
.lp-download-link:hover:after {
  border-top-color: var(--darklpblue);
  border-right-color: var(--darklpblue);
}
@media (max-width: 768px) {
  .lp-download {
    display: flex;
    flex-direction: column-reverse;
  }
  .lp-download-img {
    text-align: center;
  }
}
@media (max-width: 559px) {
  .lp-download-link {
    width: 100%;
  }
}
.lp-pickup {
  background: #ebf2f5;
  padding: 6.4rem 2rem 7rem;
}
.lp-pickup-link {
  width: 33.5rem;
  height: 7rem;
  border: 2px solid var(--darklpblue);
  color: var(--darklpblue);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: auto;
  position: relative;
}
.lp-pickup-link:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.lp-pickup-link:hover {
  background: var(--darklpblue);
  color: #fff;
  transition: all, 0.4s;
}
.lp-pickup_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
  margin-bottom: 7rem;
}
.lp-list-item {
  display: flex;
  flex-direction: column;
}
.lp-list-item_text {
  display: flex;
  flex-grow: 1;
  margin-bottom: 1rem;
}
.lp-list_link {
  font-weight: bold;
  text-decoration: none;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding-right: 40px;
}
.lp-list_link:after {
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
}
.lp-list_link:hover:after {
  right: 0;
}
.lp-compareBox {
  display: grid;
  grid-template-columns: 60% 40%;
  margin-bottom: 6rem;
}
.lp-compareBox_title {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9em;
  height: 2.1em;
  margin-bottom: 1.4rem;
}
.lp-compareBox_title._merit {
  background: var(--darklpblue);
}
.lp-compareBox_title._demerit {
  background: #33acff;
}
.lp-compareBox .c-uldisc {
  padding-left: 0;
}
.lp-compareBox .c-uldisc:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
@media (max-width: 559px) {
  .lp-compareBox {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .lp-title-wrapper {
    height: 250px;
  }
  .lp-title-main {
    font-size: 2.4rem;
  }
  .lp-title-sub {
    font-size: 1.8rem;
  }
}
.u-img-full {
  width: 100%;
  display: block;
  margin-bottom: 1em;
}
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 2rem;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.u-mb0 {
  margin-bottom: 0;
}