@charset "UTF-8";
/*
 * このファイルは - 直 接 修 正 禁 止 - です
 * ファイルを別途作成し、そのファイルに追加・修正してください。
*/
@charset "UTF-8";
/* js */
:root {
  --DEF: #2B2E32;
  --MAIN: #264D69;
  --ACC: #145fd2;
  --DDD: #ddd;
  --CCC: #ccc;
  --BBB: #bbb;
  --777: #777;
  --999: #999;
  --WHT: #fff;
  --BG: #E1E9EF;
  --f5: #f5f5f5;
  --LINE: #A1BCD3;
  --LGRAY: #838C93;
  --BOLD: #444;
  --RED: #FF0000;
  --DBLUE: #16232E;
  --LBLUE: #477194;
  --MBLUE: #2A4357;
  --GRD: linear-gradient(to right, var(--LBLUE) 0%, var(--DBLUE) 50%, var(--MBLUE) 100%);
  --BLK-rgb: 0, 0, 0;
  --WHT-rgb: 255, 255, 255;
  --GREEN-rgb: 179, 214, 193;
  --MAIN-rgb: 0, 160, 110;
  --ACC-rgb: 255, 158, 46;
}

/* mixin */
/****************************************************************/
/* editor / CMS 用 */
/****************************************************************/
/****************************************************************/
/* clearfix */
/****************************************************************/
/****************************************************************/
/* letter-spacing */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅 */
/****************************************************************/
.p-mv .swiper {
  padding: 32px 0 0;
}
@media screen and (min-width: 679.8px) {
  .p-mv .swiper {
    padding: 64px 0 0;
  }
}
@media screen and (min-width: 979.8px) {
  .p-mv .swiper {
    padding: 88px 0 0;
  }
}
@media screen and (min-width: 1024.8px) {
  .p-mv .swiper {
    padding: 96px 0 0;
  }
}
@media screen and (min-width: 2000px) {
  .p-mv .swiper {
    padding: 168px 0 0;
  }
}
.p-mv .swiper-btns {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 640px) {
  .p-mv .swiper-btns {
    margin-top: 40px;
  }
}
@media screen and (min-width: 979.8px) {
  .p-mv .swiper-btns {
    margin-top: 64px;
  }
}
.p-mv .swiper-btns .swiper-pagination {
  position: static;
  padding: 2px 6px;
  display: inline-block;
  background-color: #CCD7E0;
  border-radius: 100vh;
  width: auto;
}
.p-mv .swiper-btns .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 6px;
  opacity: 1;
}
.p-mv .swiper-btns .swiper-pagination-bullet-active {
  background-color: var(--MAIN);
}
.p-mv .swiper-slide {
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.p-mv .swiper-slide-active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-mv .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.is-editor .swiper-wrapper,
body.dcms_editor .swiper-wrapper,
body#tinymce .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.is-editor .swiper-slide,
body.dcms_editor .swiper-slide,
body#tinymce .swiper-slide {
  width: 25%;
}

.js-toggle {
  cursor: pointer;
}
.js-toggle + .p-faq__a {
  display: none;
}
.js-toggle.p-faq__q {
  position: relative;
}
.js-toggle.p-faq__q::after {
  content: "\ff0b";
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 900;
  color: var(--MAIN);
  position: absolute;
  right: 16px;
  top: 21px;
}
@media screen and (min-width: 679.8px) {
  .js-toggle.p-faq__q::after {
    font-size: 1.25rem;
    top: 28px;
    right: 24px;
  }
}
.js-toggle.p-faq__q.is-open::after {
  content: "\30fc";
}

.p-faq:has(.js-toggle) {
  border: 1px solid transparent;
}
.p-faq:has(.js-toggle):hover {
  border-color: var(--MAIN);
}

.is-editor .p-faq__a,
body.dcms_editor .p-faq__a,
#tinymce .p-faq__a {
  display: block;
}

/* page */
.inner_s {
  width: 92%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p-index-rttl.u-margin__bottom-0 {
  margin-bottom: 0;
}

.p-index-rttl {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.p-cmsN-case {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-case {
    gap: 32px;
  }
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-case {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-cmsN-case .-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-cmsN-case .-item .-title {
  font-size: 1.6rem;
  margin-bottom: 16px;
  margin-top: 24px;
  line-height: 1.7;
  color: var(--DEF);
}
.p-cmsN-case .-item .-tags .-tag {
  font-size: 1.2rem;
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid var(--DDD);
  border-radius: 100vh;
  line-height: 1;
  margin: 0 3px 3px 0;
  color: var(--DEF);
}
.p-cmsN-case .-item .-tags .-tag::before {
  content: "#";
}
.p-cmsN-case .-item .-img img {
  border-radius: 12px;
  -webkit-box-shadow: 0 0 30px 0 rgba(var(--BLK-rgb), 0.2);
  box-shadow: 0 0 30px 0 rgba(var(--BLK-rgb), 0.2);
}

.u-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 12px;
}
.u-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-cmsN-solution {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-solution {
    gap: 20px;
  }
}
.p-cmsN-solution .-item {
  -webkit-box-shadow: 0 0 20px 0 rgba(var(--BLK-rgb), 0.1);
  box-shadow: 0 0 20px 0 rgba(var(--BLK-rgb), 0.1);
  border-radius: 12px;
  background-color: var(--WHT);
  text-align: center;
  padding: 32px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.p-cmsN-solution .-item:not(:last-child)::after {
  content: "";
  background: url(/dcms_media/other/cms-cicon-arr.svg) no-repeat center;
  background-size: cover;
  width: 36px;
  height: 30px;
  position: absolute;
  right: -36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-solution .-item:not(:last-child)::after {
    width: 20px;
    height: 10px;
    right: -20px;
  }
}
.p-cmsN-solution .-item .-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-solution .-item .-title {
    font-size: 1.3rem;
  }
}
.p-cmsN-solution .-item .-img {
  margin-top: auto;
}
.p-cmsN-solution .-item .-img img {
  border-radius: 0 0 12px 12px;
}

@media screen and (max-width: 979.6px) {
  .p-indexN-concept__inner .-right {
    margin-top: 16px;
  }
}
.p-cmsN-solutions + .p-cmsN-solutions {
  margin-top: 48px;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-solutions + .p-cmsN-solutions {
    margin-top: 24px;
  }
}
.p-cmsN-solutions .p-index-rttlen {
  color: var(--DEF);
}
.p-cmsN-solutions .p-index-rttlen .-l {
  font-size: 2.5rem;
}
.p-cmsN-solutions__wrap {
  background: url(/dcms_media/image/cms-solution-bg.webp) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 1024.6px) {
  .p-cmsN-solutions__wrap {
    padding: 64px 0;
  }
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-solutions__wrap {
    padding: 40px 0;
  }
}
.p-cmsN-solutions__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-solutions__inner {
    gap: 0;
  }
}
.p-cmsN-solutions__inner .-right {
  width: 51.8%;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-solutions__inner .-right {
    width: 100%;
  }
}
.p-cmsN-solutions__inner .-right p {
  line-height: 1.7;
}
.p-cmsN-solutions__inner .-right .-img {
  margin-top: 24px;
}
.p-cmsN-solutions__inner .-right .-img img {
  border-radius: 12px;
}
.p-cmsN-solutions__inner .-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-solutions__inner .-left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.p-cmsN-solutions__inner .-left .p-index-rttl {
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-solutions__inner .-left .p-index-rttl {
    margin-bottom: 16px;
  }
}
.p-cmsN-solutions__inner .-left .p-index-rttl .-blue {
  color: var(--ACC);
  line-height: 1.4;
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-solutions .p-index-arrow-btn.-pc {
    display: none;
  }
}
.p-cmsN-solutions .p-index-arrow-btn.-sp {
  display: none;
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-solutions .p-index-arrow-btn.-sp {
    display: block;
    margin-top: 24px;
  }
}

.p-cmsN-support__wrap {
  background-color: #f1f1f3;
  padding: 80px 0;
}
@media screen and (max-width: 1024.6px) {
  .p-cmsN-support__wrap {
    padding: 48px 0;
  }
}
.p-cmsN-support__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-support__items {
    margin-top: 24px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-support__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.p-cmsN-support__items .-item {
  -webkit-box-shadow: 0 0 20px 0 rgba(var(--BLK-rgb), 0.1);
  box-shadow: 0 0 20px 0 rgba(var(--BLK-rgb), 0.1);
  border-radius: 12px;
  background-color: var(--WHT);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-support__items .-item {
    padding: 32px 24px;
  }
}
.p-cmsN-support__items .-item .-title {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-support__items .-item .-title {
    font-size: 1.8rem;
  }
}
.p-cmsN-support__items .-item p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.p-cmsN-support__items .-item .-img {
  margin-top: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-support__items .-item .-img {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-index-linkbox .btn.-wide {
  width: 240px;
}

.p-cmsN-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-cmsN-mv__wrap {
  background: url(/dcms_media/image/cms-mv-bg.webp) no-repeat center;
  background-size: cover;
  margin-top: 80px;
  padding: 60px 0;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-mv__wrap {
    padding: 32px 0 40px 0;
  }
}
@media screen and (max-width: 1024.6px) {
  .p-cmsN-mv__wrap {
    margin-top: 60px;
  }
}
.p-cmsN-mv__img {
  width: 57%;
}
@media screen and (max-width: 1024.6px) {
  .p-cmsN-mv__img {
    width: 52%;
  }
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-mv__img {
    width: 100%;
    max-width: 560px;
    margin: -24px auto;
  }
}
.p-cmsN-mv__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-mv__text {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.p-cmsN-mv__text .-title {
  font-size: 5.4rem;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 1024.6px) {
  .p-cmsN-mv__text .-title {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-mv__text .-title {
    font-size: 3.6rem;
  }
}
.p-cmsN-mv__text .-text {
  font-size: 1.8rem;
  margin-top: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-mv__text .-text {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}

.p-cmsN-mv__btn {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  margin-top: 32px;
  max-width: 360px;
  margin-left: 40px;
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-mv__btn {
    max-width: 310px;
  }
}
.p-cmsN-mv__btn .-subtxt {
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: var(--WHT);
  font-size: 1.4rem;
  color: var(--ACC);
  padding: 4px 8px;
  border-radius: 100vh;
  font-weight: 700;
  margin-bottom: -10px;
  z-index: 1;
  line-height: 1.4;
  -webkit-box-shadow: 0 5px 10px 0 rgba(var(--BLK-rgb), 0.2);
  box-shadow: 0 5px 10px 0 rgba(var(--BLK-rgb), 0.2);
}
.p-cmsN-mv__btn .-subtxt::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid var(--WHT);
}
.p-cmsN-mv__btn .-btn__inner {
  display: block;
  background-color: var(--ACC);
  border: 1.5px solid var(--ACC);
  padding: 14px 24px 14px 32px;
  position: relative;
  border-radius: 8px;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px 0 rgba(var(--BLK-rgb), 0.3);
  box-shadow: 0 5px 10px 0 rgba(var(--BLK-rgb), 0.3);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cmsN-mv__btn .-btn__inner .-maintxt {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--WHT);
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-mv__btn .-btn__inner .-maintxt {
    font-size: 1.6rem;
  }
}
.p-cmsN-mv__btn .-btn__inner .-img {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 94px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-cmsN-mv__btn .-btn__inner::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: icons, sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea01";
  background: var(--WHT);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: var(--ACC);
  font-size: 1.2rem;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-mv__btn.-pc {
    display: none;
  }
}
.p-cmsN-mv__btn__wrap.-sp {
  display: none;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-mv__btn__wrap.-sp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-cmsN-mv__btn__wrap.-sp .p-cmsN-mv__btn {
    margin-left: 32px;
  }
}
.p-cmsN-mv__btn:hover {
  opacity: 1;
}
.p-cmsN-mv__btn:hover .-btn__inner {
  background-color: var(--WHT);
}
.p-cmsN-mv__btn:hover .-btn__inner .-maintxt {
  color: var(--ACC);
}
.p-cmsN-mv__btn:hover .-btn__inner .-img img {
  opacity: 1;
}
.p-cmsN-mv__btn:hover .-btn__inner::after {
  background-color: var(--ACC);
  color: var(--WHT);
}

.p-cmsN-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-cmsN-about__wrap {
  background: url(/dcms_media/image/cms-about-bg.webp) no-repeat center;
  background-size: cover;
  margin-top: 0;
  padding: 60px 0;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-about__wrap {
    padding: 40px 0 24px;
  }
}
.p-cmsN-about__text {
  width: 50%;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-about__text {
    width: 100%;
  }
}
.p-cmsN-about__text .p-index-rttlen, .p-cmsN-about__text .p-index-rttl, .p-cmsN-about__text p {
  color: var(--WHT);
}
.p-cmsN-about__text p {
  line-height: 1.7;
}
.p-cmsN-about__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-about__img {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }
}

.p-cmsN-problem__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024.6px) {
  .p-cmsN-problem__items {
    gap: 56px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 979.6px) {
  .p-cmsN-problem__items {
    gap: 32px;
  }
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-problem__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-cmsN-problem__items .-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-cmsN-problem__items .-item .-worries {
  -webkit-box-shadow: 0 0 30px 0 rgba(var(--BLK-rgb), 0.1);
  box-shadow: 0 0 30px 0 rgba(var(--BLK-rgb), 0.1);
  border-radius: 12px;
  background-color: var(--WHT);
  text-align: center;
  padding: 32px 8px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.p-cmsN-problem__items .-item .-worries::after {
  content: "";
  background: url(/dcms_media/other/cms-cicon-arr2.svg) no-repeat center;
  background-size: cover;
  width: 69px;
  height: 69px;
  position: absolute;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-problem__items .-item .-worries::after {
    width: 48px;
    height: 48px;
    bottom: -28px;
  }
}
.p-cmsN-problem__items .-item .-worries .-title {
  font-size: 1.8rem;
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-problem__items .-item .-worries .-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-cmsN-problem__items .-item .-worries .-img img {
  border-radius: 12px;
}
.p-cmsN-problem__items .-item .-solution {
  -webkit-box-shadow: 0 0 30px 0 rgba(var(--BLK-rgb), 0.1);
  box-shadow: 0 0 30px 0 rgba(var(--BLK-rgb), 0.1);
  border-radius: 10px;
  background: url(/dcms_media/image/cms-problem-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 16px 8px;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-problem__items .-item .-solution {
    margin-top: 28px;
  }
}
.p-cmsN-problem__items .-item .-solution p {
  color: var(--WHT);
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-problem__items .-item .-solution p {
    font-size: 1.6rem;
  }
}
.p-cmsN-problem__items .-item .-solution p .-l {
  display: inline-block;
  border-bottom: 1px solid var(--WHT);
  font-size: 2.8rem;
  line-height: 1.4;
  margin-top: -5px;
}
@media screen and (max-width: 679.6px) {
  .p-cmsN-problem__items .-item .-solution p .-l {
    font-size: 2.4rem;
  }
}