@charset "utf-8";
main{
  margin-top: 0;
}
.head-ttl-wrap{
  display: none;
}
.bg-lightgray{
  background-color: #F6F6F6;
}
a.text-link{
  text-decoration: underline;
  color: #004EA2;
}
a.text-link:hover{
  text-decoration: none;
}
/* 見出し */
.ttl-pattern1-lp-sub{
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  color: #004EA2;
}
.ttl-pattern1-lp{
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .ttl-pattern1-lp-sub{
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
  .ttl-pattern1-lp{
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}
/* 見出し */

/* FV */
.fv-wrap{
  background: url(../images/lp/cs-solution/fv-sp.jpg) no-repeat center center / cover;
  position: relative;
  height: 585px;
  font-weight: 500;
}
.fv-wrap .container {
  height: 100%;
  position: relative;
}
.fv-btn-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
  width: 640px;
}
.fv-content{
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}
.fv-text-wrap{
  margin-bottom: 3rem;
}
.fv-text1{
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  margin-bottom: 2rem;
  width: max-content;
}
.fv-text1 span{
  font-size: 1.5rem;
}
.fv-text2{
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.fv-text3{
  letter-spacing: 0.05em;
}
@media all and (min-width: 576px) {
  .fv-text2{
    font-size: 3rem;
  }
}
@media all and (min-width: 768px) {
  .fv-wrap{
    background: url(../images/lp/cs-solution/fv.jpg) no-repeat center center / cover;
  }
  .fv-wrap{
    height: 650px;
  }
  .fv-text1{
    font-size: 1.5625rem;
    margin-bottom: 2rem;
  }
  .fv-text1 span{
    font-size: 1.9375rem;
  }
  .fv-text2{
    font-size: 4.375rem;
  }
  .fv-text3{
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1600px) {
  .fv-wrap .container {
    max-width: 1544px;
  }
}
@media all and (max-width: 575px) {
  .fv-btn-wrap .btn-pattern1{
    width: 265px;
  }
}
/* 一般的な>矢印 */
.arrow {
  position: relative;
}


.arrow::before {
  content: "";
  width: 7.5px;
  height: 7.5px;

  position: absolute;
  right: calc(50% - 1px);

  border-top: solid 2px var(--main-blue);
  border-right: solid 2px var(--main-blue);
  right: 10px;
}

.arrow::before {
  top: calc(50% - 0px);
  /* 数値は微調整してください */
  transform: rotate(45deg) translate(-50%, -50%);
  /* 45度回転させる */
}
/* //一般的な>矢印 */


/* purpose */
.purpose {
  padding: 80px 0;
}

.purpose-h3 {
  margin-bottom: 20px;
  font-size: calc(28 * var(--rem));
  line-height: calc(45/28);
}



.purpose-txt {
  line-height: 2;
}

@media all and (min-width: 768px) {


  .purpose-h3 {
    margin-bottom: 46px;
    font-size: calc(33 * var(--rem));
  }

  .purpose-ttlwrap {
    padding-left: 17%;
  }
}

/* //purpose */


/* solution-index */
.solution-index-area-column>a {
  color: #fff;

}


.solution-index-area-column>a {
  padding: 80px 0;
  position: relative;
  display: block;
  border-bottom: 1px solid #fff;
}

.solution-index-area-column>a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 1s ease;
  background-position: 50% 50%;
}



.solution-index01-link::before {
  background-image: url(../images/top/solution-menu-img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}


.solution-index02-link::before {
  background-image: url(../images/top/solution-menu-img2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}


.solution-index03-link::before {
  background-image: url(../images/top/solution-menu-img3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.column-textbox {
  position: relative;
  z-index: 2;
}

.column-ttl {
  font-size: calc(28 * var(--rem));
  margin-bottom: 18px;
}

.column-txt {
  margin-bottom: 20px;
}

.column-viewmore {
  border: 1px solid #fff;
  border-radius: 30px;
  width: 160px;
  margin-inline: auto;
  padding: 8px 0 8px 0;
  font-size: calc(11 * var(--rem));
  position: relative;
}

.column-viewmore::before {
  content: "";
  background-image: url(../images/top/Icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

@media all and (min-width: 992px) {
  .solution-index-area-column>a {
    padding: 100px 0;
  }

  .solution-index.lazyloaded {
    background-image: url(../images/top/solution-menu-bg.jpg);
  }

  .solution-index {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }


  .solution-index-area-column {
    width: 100%;
  }

  .solution-index-area-column>a {
    border-bottom: none;
    border-right: 1px solid #fff;
  }

  .solution-index-area-column:last-child>a {
    border-right: none;
  }

  .solution-index-area-column>a::before {
    opacity: 0;
  }

  .solution-index-area-column>a:hover,
  .solution-index-area-column>a:hover:before {
    opacity: 1;
  }


  .column-ttl {
    font-size: calc(40 * var(--rem));
    margin-bottom: 30px;
  }



}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {
  .solution-index-area-column>a {
    padding: 150px 0 130px;
  }
}

/* //solution-index */

/* our-clients */
.our-clients-desc{
  font-weight: 700;
}
/* //our-clients */

.our-clients {
}

.logo-container {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 30px;
}

.logo-container img {
  height: 40px;
  width: 28%;
  object-fit: contain;
  margin: 0 auto;
}

.my-carousel-progress {
  background: #ccc;
}

.my-carousel-progress-bar {
  background: #14A8C7;
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}

/* .splide-1 .splude__list {
  background-color: #F6F6F6;
} */

.case-card {
  position: relative;
  background-color: #fff;
  border-radius: 20px;

  /* margin: 40px 20px 30px; */
  padding-bottom: 30px;
  height: 100%;
}

.case-card>a {
  display: block;
}

/* .case-card>a:hover .arrow-pattern1 {
  background: linear-gradient(#0392d7 0%, #063e96 100%);
  transform: scale(1.3);
}

.case-card>a:hover {}

.case-card>a:hover .arrow-pattern1::before,
.case-card>a:hover .arrow-pattern1::after {
  background-color: #fff;
} */
.case-imgbox {
  height: 50%;
}

.case-imgbox img {
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 300 / 250;
}

.case-client,
.case-disc,
.case-store_type,
.case-service_overview {
  padding: 0 3%;
}

.case-client {
  font-size: calc(16 * var(--rem));
  font-weight: 700;
  color: var(--main-blue);
  margin-top: 15px;
  margin-bottom: 10px;
}

.case-disc, .case-service_overview {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 任意の行数を指定 */

}

.case-disc {
  font-weight: 500;
  font-size: calc(18 * var(--rem));
  margin-bottom: 10px;
}

.case-store_type {
  font-size: calc(12 * var(--rem));
  font-weight: 500;
  color: #A7A7A7;
}

.case-service_overview {
  font-size: calc(12 * var(--rem));
  font-weight: 500;
  color: #A7A7A7;
  max-width: 80%;
}

.case-arrow-box {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.arrow-pattern1 {}


@media all and (min-width: 576px) {
  .logo-container {
    padding: 30px;
  }

  .case-card {
    /* margin: 40px 0 30px; */
  }
}

@media all and (min-width: 768px) {
  .our-clients {
    padding: 70px 0 100px;
  }

  .logo-container {
    padding: 50px;
  }

  .our-clients .title-lead {
    margin-bottom: 54px;
  }

  .logo-container img {
    height: 91px;
    width: 23%;
  }


}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {
  .logo-container {
    max-width: 1296px;
    margin-inline: auto;
  }

  .logo-container img {
    height: 91px;
    width: 18%;
  }

  .case-client,
  .case-disc,
  .case-store_type,
  .case-service_overview {
    padding: 0 33px;
  }

  .case-arrow-box {
    bottom: 20px;

  }

  .case-card {
    padding-bottom: 37px;
  }
}

/* スライダー見た目調整 */
.splide-1 .splide__track {
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.16));
  margin: 60px 0;
}

.splide .splide__arrow {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  /* transition: 0.8 ease-in; */
  background-color: #fff;
  border-radius: 50%;
  border: none;
}

.splide .arrow-icon {
  display: inline-block;
  vertical-align: middle;
  color: var(--main-blue);
  line-height: 1;
  position: relative;
  width: 10px;
  height: 10px;
  transform: translateX(-25%) rotate(45deg);
}

.splide .arrow-icon::before,
.splide .arrow-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.splide .arrow-icon::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.splide .arrow-icon::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}

.splide .splide__arrow--next,
.splide .splide__arrow--prev {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16));
}

.splide .splide__arrow--next:disabled,
.splide .splide__arrow--prev:disabled {
  opacity: 0;
}

.splide .splide__arrow--prev {
  transform: rotate(180deg);
  left: 1%;
}

.splide .splide__arrow--next {
  right: 1%;
}

.splide-1 .splide__pagination {
  gap: 20px;
}

@media all and (min-width: 576px) {
  .splide .splide__arrow--next {
    right: 11%;
  }

  .splide .splide__arrow--prev {
    left: 11%;
  }

}

@media all and (min-width: 992px) {
  .splide .splide__arrow {
    width: 69px;
    height: 69px;
  }

  .splide .splide__arrow--next,
  .splide .splide__arrow--prev {
    top: 0px;
  }
}


/* Mall */
.sec-mall-row{
  row-gap: 1.5rem;
}
.sec-mall-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  padding: 30px;
  height: 100%;
  background-color: #fff;
}
.sec-mall-item-top{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sec-mall-item-desc{
  letter-spacing: 0.05em;
  flex: 1;
}
.sec-mall-item-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 15px;
}
.sec-mall-item-title{
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.arrow-pattern1{
  transition: 0.3s;
}
.sec-mall-item:hover .arrow-pattern1{
  background: linear-gradient(#0392d7 0%, #063e96 100%);
  border: none;
  transform: scale(1.3);
}
.sec-mall-item:hover .arrow-pattern1::before, .sec-mall-item:hover .arrow-pattern1::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.sec-mall-item-img{
  width: 30%;
}
.sec-mall-item-img img{
  width: 100%;
}
@media all and (min-width: 576px) {
  .sec-mall-item-img{
    width: 100px;
  }
}
@media all and (min-width: 992px) {
  .sec-mall-row{
    row-gap: 2.5rem;
  }
}
/* Mall */

/* Problem */
.sec-problem-row{
  row-gap: 2.5rem;
  margin-bottom: 2rem;
  padding-bottom: 5.75rem;
  position: relative;
}
.sec-problem-row::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 272px;
  height: 54px;
  background: url(../images/lp/cs-solution/problem-triangle.svg) no-repeat center center / contain;
}
.sec-problem-item{
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  padding: 2.5rem 1.5rem;
}
.sec-problem-subtitle{
  color: #3AB8E7;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
.sec-problem-title{
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.sec-problem-img{
  margin-bottom: 15px;
}
.sec-problem-desc{
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.sec-problem-desc-bold{
  background: linear-gradient(transparent 70%, rgba(58, 185, 231, 0.5) 70%);
  font-weight: 700;
}
.sec-problem-bottom{
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sec-problem-bottom-text1{
  margin-bottom: 8px;
}
.sec-problem-bottom-text2{
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.sec-problem-bottom-text2-bold{
  color: #004EA2;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 992px) {
  .sec-problem-bottom-text1{
    margin-bottom: 12px;
  }
  .sec-problem-bottom-text2{
    font-size: 1.5rem;
  }
  .sec-problem-bottom-text2-bold{
    font-size: 1.875rem;
  }
}
/* Problem */

/* 特徴 */
.sec-structure-item{
  padding: 2.5rem 2rem;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.sec-structure-text{
}
.sec-structure-img img{
  width: 100%;
}
.sec-structure-text-top{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}
.sec-structure-number{
  line-height: 1;
  font-size: 3.5rem;
  color: #3AB8E7;
}
.sec-structure-title{
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.sec-structure-desc{
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media all and (min-width: 576px) {
  .sec-structure-text-top{
    gap: 1.5rem;
  }
  .sec-structure-number{
    font-size: 5.375rem;
  }
  .sec-structure-title{
    font-size: 1.5rem;
  }

}
@media all and (min-width: 992px) {
  .sec-structure-item{
    padding: 2.5rem;
    display: flex;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
  }
  .sec-structure-item:nth-of-type(odd){
    flex-direction: row-reverse;
  }
  .sec-structure-text{
    padding-left: 20px;
    padding-right: 20px;
    width: 58%;
  }
  .sec-structure-title {
    line-height: 1.6666;
}
  .sec-structure-img{
    padding-left: 20px;
    padding-right: 20px;
    width: 42%;
  }
}
@media all and (min-width: 1200px) {
  .sec-structure-item{
    padding: 2.5rem 5.375rem;
  }

}
@media all and (max-width: 400px) {
.sec-structure-item {
  padding: 2.5rem 1rem;
}
}
/* 特徴 */

/* CTA */
.sec-cta.lazyloaded {
  background: url(../images/lp/cs-solution/bg-cta.jpg) no-repeat center center / cover;
}
.sec-cta-item{
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
}
.sec-cta-title{
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.sec-cta-btn-row{
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  margin-left: -15px;
  margin-right: -15px;
}
.sec-cta-btn-wrap{
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.sec-cta-btn-desc{
  font-size: 1.1375rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.sec-cta-btn{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  border-radius: 60px;
  padding: 1rem;
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sec-cta-btn:hover{
  transform: scale(1.05);
  opacity: 1;
}
.sec-cta-btn:hover .arrow-pattern1 {
  background: linear-gradient(#0392d7 0%, #063e96 100%);
  border: none;
  transform: scale(1.3);
}
.sec-cta-btn:hover .arrow-pattern1::before, .sec-cta-btn:hover .arrow-pattern1::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.sec-cta-btn-text1{
  font-size: 1rem;
  font-weight: 500;
}
.sec-cta-btn-text2{
  font-size: 1.1375rem;
  font-weight: 500;
}
.sec-cta-btn-white{
  background-color: #fff;
}
.sec-cta-btn-black{
  background: #333;
  color: #fff;
}
.sec-cta-btn-black:hover{
  color: #fff;
}
.sec-cta-btn-black .arrow-pattern1{
  border: 1px solid #fff;
}
.sec-cta-btn-black .arrow-pattern1::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.sec-cta-arrow{
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sec-cta-title-br{
  display: none;
}
@media all and (min-width: 576px) {
  .sec-cta-btn-text1{
    letter-spacing: 0.02em;
  }
  .sec-cta-btn-text2{
    letter-spacing: 0.05em;
  }
  
}
@media all and (min-width: 992px) {
  .sec-cta-item{
    padding: 3.75rem 5rem;
  }
  .sec-cta-title{
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .sec-cta-btn-wrap{
    width: 50%;
  }

}
@media all and (min-width: 1400px) {
  .sec-cta-btn-desc {
    font-size: 1.5625rem;
    margin-bottom: 1.25rem;
}
.sec-cta-btn-text1{
  font-size: 1.25rem;
}
.sec-cta-btn-text2{
  font-size: 1.5rem;
}
}
@media all and (max-width: 450px) {
  .sec-cta-title-br{
    display: block;
  }
}
@media all and (max-width: 400px) {
  .sec-cta-item {
    padding: 3rem 1rem;
}
  .sec-cta-title {
    font-size: 1.375rem;
}
.sec-cta-arrow {
  right: 10px;
}
}
/* CTA */

/* 導入の流れ */
.sec-flow-item{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
  position: relative;
}
.sec-flow-item:not(:last-of-type):before{
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
  border-top: 21px solid #333333;
  border-bottom: 0;
}
.sec-flow-item-img img{
  border-radius: 20px;
  width: 100%;
}
.sec-flow-item-step{
  color: #3AB8E7;
  font-size: 1.5rem;
  font-weight: 500;
}
.sec-flow-item-title{
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.sec-flow-item-desc{
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .sec-flow-item{
    display: flex;
    gap: 50px;
  }
  .sec-flow-item-img {
    width: 36%;
}
.sec-flow-item-text {
  width: 64%;
}
.sec-flow-item-step{
  font-size: 1.75rem;
  margin-bottom: 4px;
}
.sec-flow-item-title{
  font-size: 1.5rem;
  margin-bottom: 30px;
}
}
/* 導入の流れ */

/* よくある質問 */
.sec-faq{

}
.FAQ-wrap {
  background-color: transparent;
}
.FAQ-items:first-of-type {
  border-top: none;
}
.FAQ-icon{
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #004EA2;
  line-height: 1;
}
.A-box-inner .FAQ-icon{
  color: #3AB8E7;
}
.Q-box-inner, .A-box-inner{
  line-height: 1.7777777;
  position: relative;
  transition: 0.3s;
  padding: 15px 8px;
  letter-spacing: 0.05em;
}
.Q-box-inner{
  align-items: center;
}
.q-text{
  flex: 1;
  color: #333;
}
.Q-box-inner-icon{
  position: relative;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #26599B;
  transition: 0.3s;
  margin-left: 15px;
}
.Q-box-inner:hover .Q-box-inner-icon{
  background: linear-gradient(#0392d7 0%, #063e96 100%);
  /* border: 1px solid #F6F6F6; */
}
.Q-box-inner-icon::before {
  content: '';
  position: absolute;
  top: 11px;
  right: 16px;
  width: 2px;
  height: 15px;
  background: #26599B;
  opacity: 1;
  transition: .3s;
  visibility: visible;
}
.Q-box-inner.is-accordion-head-opened .Q-box-inner-icon::before {
  opacity: 0;
}
.Q-box-inner-icon::after {
  content: '';
  position: absolute;
  top: 17px;
  right: 9px;
  width: 16px;
  height: 2px;
  background: #26599B;
  transition: .3s;
}
.Q-box-inner:hover .Q-box-inner-icon::before, .Q-box-inner:hover .Q-box-inner-icon::after{
  background: #fff;
}
.Q-box-inner::before, .Q-box-inner::after {
display: none;
}
@media all and (min-width: 992px) {
  .FAQ-icon {
    padding-right: 24px;
}
.Q-box-inner{
  font-size: 1.125rem;
}
.Q-box-inner {
  padding: 20px 15px;
}
.A-box-inner {
  padding: 20px 60px 20px 15px;
}
}
@media (min-width: 1200px) {
  .A-box-inner {
      padding: 20px 120px 20px 15px;
  }
}
/* よくある質問 */