/*-------------
LEDビジョンページ
-------------*/
:where(#ledVision) *::before,
:where(#ledVision) *::after{
  position: static;
  z-index: unset;
}
:where(#ledVision) *:has(> wbr){
  word-break: keep-all;
}
:where(#ledVision) a:hover{
  color: inherit!important;
}
@media screen and (min-width:768px){
  :where(#ledVision) .sp{
    display: none!important;
  }
}
@media screen and (max-width:767px){
  :where(#ledVision) .pc{
    display: none!important;
  }
}
:where(#ledVision) .mRkern{
  display: inline-block;
  margin-right: -.5em;
}
:where(#ledVision) .mLkern{
  display: inline-block;
  margin-left: -.5em;
}
:where(#ledVision) .mLRkern{
  display: inline-block;
  margin-right: -.5em;
  margin-left: -.5em;
}
#ledVision{
  --ledvis-blue: #000daf;
  font-size: 1.5rem;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
#ledVision #breadCrumb{
  width: min(1200px, 100%);
  padding: 20px 20px 0;
  margin: 0 auto 21px;
}
#ledVision #wrap{
  padding-top: 0!important;
}
@media screen and (min-width:768px){
  #ledVision #wrap .inner1160{
    overflow: visible;
  }
}
.ledvisContact{
  width: min(766px, 100%);
  margin: 140px auto 0;
  color: #fff;
}
.ledvisContact a{
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  background: #EA0000;
  border-radius: 10px;
  color: inherit;
  font-size: 28px;
  font-weight: bold;
}
.ledvisContact a::before{
  content: "";
  position: static;
  width: 48px;
  height: 36px;
  flex: 0 0 auto;
  background: url(../images/led-vision/icon_mail.svg) no-repeat center / contain;
  z-index: 0;
}
@media screen and (max-width:767px){
  .ledvisContact{
    width: 100%;
    margin-top: 50px;
  }
  .ledvisContact a{
    height: 45px;
    gap: 16px;
    font-size: min(1.8rem, 4.2vw);
  }
  .ledvisContact a::before{
    width: 20px;
    height: 15px;
  }
}

/* ledvis-visual */
.ledvis-visual{
  width: min(1500px, 100%);
  padding: 0 20px;
  margin: 0 auto 62px;
}
@media screen and (max-width:767px){
  .ledvis-visual{
    padding: 15px 0 0;
    margin-bottom: 48px;
  }
}
.ledvis-visual img{
  width: 100%;
  height: auto;
  display: block;
}

/* ledvis-appeal */
.ledvis-appeal{
  display: flex;
  gap: 22px;
  margin: 0 auto 50px;
}
.ledvis-appeal-item{
  flex: 1;
  padding-top: 18px;
}
.ledvis-appeal-inner{
  position: relative;
  height: 100%;
}
.ledvis-appeal__term{
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 168px;
  height: 36px;
  background: var(--ledvis-blue);
  border-radius: 99px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.ledvis-appeal__desc{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 33px 2px 13px;
  border: solid 1px var(--ledvis-blue);
  border-radius: 6px;
  line-height: 1.6;
  /*line-height: 2.8rem;*/
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.ledvis-appeal__desc strong{
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width:1024px){
  .ledvis-appeal{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 45px;
  }
  .ledvis-appeal__desc{
    line-height: 1.6;
    /*line-height: min(2.8rem, 6.5vw);*/
  }
  .ledvis-appeal__desc strong{
    font-size: min(2.8rem, 6vw);
  }
}

/* ledvis-diff */
.ledvis-diff{
  margin-bottom: 125px;
}
.ledvis-diff-title{
  margin-bottom: 50px;
  line-height: 1.6;
  /*line-height: calc(1em + 10px);*/
  text-align: center;
  color: var(--ledvis-blue);
  font-size: 32px;
  font-weight: bold;
}
.ledvis-diff-list{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.ledvis-diff-list-item{
  width: 555px;
  flex: 0 0 auto;
  background: #F2FAFF;
  padding: 46px 85px 64px;
  border-radius: 10px;
}
.ledvis-diff-list-title{
  margin-bottom: 23px;
  line-height: 1.4;
  /*line-height: calc(1em + 8px);*/
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.ledvis-diff-list-body{
  line-height: 1.4;
  /*line-height: calc(1em + 8px);*/
  font-size: 1.6rem;
}
@media screen and (max-width:1024px){
  .ledvis-diff{
    margin-bottom: 50px;
  }
  .ledvis-diff-title{
    margin-bottom: 25px;
    font-size: 2.5rem;
  }
  .ledvis-diff-list{
    flex-direction: column;
    gap: 30px;
  }
  .ledvis-diff-list-item{
    width: 100%;
    padding: 46px 25px 54px;
  }
  .ledvis-diff-list-title{
    font-size: 2rem;
  }
}

/* ledvis-types */
.ledvis-types{
  margin-bottom: 115px;
}
@media screen and (max-width:767px){
  .ledvis-types{
    margin-bottom: 60px;
  }
}
.ledvis-types-nav{
  display: flex;
  margin-bottom: 125px;
}
.ledvis-types-nav-item{
  flex: 1;
  color: #fff;
}
.ledvis-types-nav-item a{
  position: relative;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--ledvis-blue);
  color: inherit;
  font-size: 2.2rem;
  font-weight: bold;
}
.ledvis-types-nav-item:has(~ .ledvis-types-nav-item:nth-child(n+2) a:hover) a,
.ledvis-types-nav-item:nth-child(n+2) a:not(:hover){
  background: rgba(0,13,175,.2);
}
.ledvis-types-nav-item a::after{
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 47px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: solid 4px #fff;
  border-bottom: solid 4px #fff;
}
@media screen and (max-width:767px){
  .ledvis-types-nav{
    margin-bottom: 50px;
  }
  .ledvis-types-nav-item a{
    font-size: min(1.6rem, 4.2vw);
  }
  .ledvis-types-nav-item a::after{
    top: calc(50% - 5px);
    right: min(30px, 15%);
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
}
.ledvis-types-sect{
  padding-top: 50px;
  margin-top: -50px;
}
.ledvis-types-sect:not(:last-child){
  margin-bottom: 120px;
}
.ledvis-types-title{
  margin-bottom: 25px;
  line-height: 1.4;
  /*line-height: calc(1em + 8px);*/
  text-align: center;
  color: var(--ledvis-blue);
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width:767px){
  .ledvis-types-sect{
    padding-top: 30px;
    margin-top: -30px;
  }
  .ledvis-types-sect:not(:last-child){
    margin-bottom: 70px;
  }
  .ledvis-types-title{
    margin-bottom: 20px;
    font-size: min(2.5rem, 6vw);
  }
}

/* ledvis-types-price */
.ledvis-types-price{
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: flex-end;
  padding: 25px 0 7px;
  margin-bottom: 37px;
  border-top: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
  line-height: 1;
  color: var(--ledvis-blue);
  font-size: 40px;
  font-weight: bold;
}
.ledvis-types-price-amut{
  margin-bottom: -.125em;
}
.ledvis-types-price-amut .__num{
  font-size: 50px;
}
.ledvis-types-price-note{
  grid-column: 3 / 4;
  margin-top: 10px;
  font-size: 1.3rem;
}
@media screen and (max-width:1024px){
  .ledvis-types-price{
    grid-template-columns: repeat(2, auto);
    margin-bottom: 14px;
    padding: 15px 0 10px;
    font-size: min(2rem, 4.7vw);
  }
  .ledvis-types-price *{
    line-height: 1.4;
    /*line-height: calc(1em + 7px);*/
  }
  .ledvis-types-price-head{
    grid-column: 1 / 3;
    margin-bottom: 3px;
    text-align: center;
  }
  .ledvis-types-price-unit{
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
  .ledvis-types-price-amut{
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
  .ledvis-types-price-amut .__num{
    font-size: min(40px, 9.3vw);
  }
  .ledvis-types-price-note{
    grid-row: 3 / 4;
    grid-column: 1 / 3;
    margin-top: 5px;
    text-align: center;
    font-size: 1.2rem;
  }
}
.ledvis-types-price-other{
  line-height: 1.3;
  /*line-height: calc(1em + 5px);*/
  text-align: center;
  color: var(--ledvis-blue);
}
@media screen and (max-width:767px){
  .ledvis-types-price-other{
    font-size: min(1.5rem, 2.74vw);
  }
}

/* ledvis-types-size */
.ledvis-types-size{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto, 6);
  gap: 0 52px;
  margin: 70px 0 75px;
}
.ledvis-types-size-item{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
}
@media screen and (max-width:767px){
  .ledvis-types-size{
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    margin: 45px 0 50px;
  }
  .ledvis-types-size-item{
    display: block;
  }
}
.ledvis-types-size-title{
  position: relative;
  margin-bottom: 15px;
  line-height: 1;
  text-align: center;
  color: var(--ledvis-blue);
  font-size: 2.5rem;
  font-weight: bold;
  z-index: 0;
}
.ledvis-types-size-title::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 288px);
  height: 23px;
  background: #FFE886;
  border-radius: 99px;
  z-index: -1;
}
.ledvis-types-size-title .__num{
  font-size: 40px;
}
@media screen and (max-width:767px){
  .ledvis-types-size-title{
    margin-bottom: 10px;
    font-size: min(2.5rem, 6vw);
  }
  .ledvis-types-size-title::before{
    width: min(288px, 100%);
    height: min(23px, 5.3vw);
  }
  .ledvis-types-size-title .__num{
    font-size: min(40px, 9.3vw);
  }
}
.ledvis-types-size__scale{
  margin-bottom: 20px;
  line-height: 1.3;
  /*line-height: calc(1em + 5px);*/
  text-align: center;
  color: var(--ledvis-blue);
  font-weight: bold;
}
.ledvis-types-size-pic{
  margin-bottom: 25px;
}
.ledvis-types-size-pic img{
  width: 100%;
  height: auto;
  display: block;
}
.ledvis-types-size-mid-title{
  display: block;
  background: var(--ledvis-blue);
  padding: 8px 0;
  line-height: 1.4;
  /*line-height: calc(1em + 6px);*/
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.ledvis-types-size-table{
  margin-bottom: 15px;
  border-top: solid 1px rgba(0,13,175,.3);
}
.ledvis-types-size-table tr{
  border-bottom: solid 1px rgba(0,13,175,.3);
}
.ledvis-types-size-table th,
.ledvis-types-size-table td{
  background: none;
  padding: 15px 12px;
  border: none;
  line-height: 1.3;
  /*line-height: calc(1em + 4px);*/
  color: var(--ledvis-blue);
  font-size: 1.8rem;
}
@media screen and (max-width:767px){
  .ledvis-types-size-table th,
  .ledvis-types-size-table td{
    font-size: min(1.8rem, 4.2vw);
  }
}
.ledvis-types-size-table td{
  font-weight: bold;
  text-align: right;
}
.ledvis-types-size-total{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
  padding-bottom: 5px;
  border-bottom: solid 5px var(--ledvis-blue);
  color: #EA0000;
  font-weight: bold;
}
.ledvis-types-size-total-head{
  padding-left: 12px;
  line-height: 1;
  font-size: 1.8rem;
}
.ledvis-types-size-total-price{
  margin: 0 -.5em 0 auto;
  line-height: 1.4;
  /*line-height: calc(1em + 5px);*/
  text-align: right;
  font-size: 1.8rem;
}
.ledvis-types-size-total-price .__num{
  font-size: 35px;
  line-height: 1.4;
  /*line-height: calc(1em + 5px);*/
}
@media screen and (max-width:767px){
  .ledvis-types-size-total-head,
  .ledvis-types-size-total-price{
    font-size: min(1.8rem, 4.2vw);
  }
  .ledvis-types-size-total-price .__num{
    font-size: min(35px, 8.1vw);
  }
}

/* ledvis-types-feature */
.ledvis-types-feature{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0 15px;
  margin-bottom: 100px;
}
@media screen and (max-width:1024px){
  .ledvis-types-feature{
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-bottom: 30px;
  }
}
.ledvis-types-feature-face{
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.ledvis-types-feature-face img{
  display: block;
  margin-left: -30px;
}
@media screen and (min-width:1025px){
  .ledvis-types-feature-face:has(~ .ledvis-types-feature-desc){
    grid-row: 1 / 4;
  }
}
@media screen and (max-width:1024px){
  .ledvis-types-feature-face{
    grid-row: 1 / 2;
  }
  .ledvis-types-feature-face img{
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
.ledvis-types-feature-catch{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 13px;
}
@media screen and (max-width:1024px){
  .ledvis-types-feature-catch{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin: 8px 0 25px;
  }
  .ledvis-types-feature-catch._sp-column2{
    grid-column: 1 / 3;
  }
}
.ledvis-types-feature-catch-inner{
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #3559F2, #00C5F4);
  padding: 5px 20px;
  border-radius: 12px;
  line-height: 1.4;
  /*line-height: calc(1em + 10px);*/
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width:1025px){
  .ledvis-types-feature-catch-inner._big{
    font-size: 28px;
  }
}
@media screen and (max-width:1024px){
  .ledvis-types-feature-catch-inner{
    min-height: calc(min(1.5rem, 3.5vw) + 5px);
    padding: 3px min(1.5rem, 3vw);
    border-radius: 99px;
    font-size: min(1.5rem, 3.5vw);
  }
}
.ledvis-types-feature-back{
  grid-row: 2 / 3;
}
@media screen and (max-width:1024px){
  .ledvis-types-feature-back{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    padding: 0 10px;
  }
  .ledvis-types-feature-back img{
    width: 100%;
    height: auto;
  }
}
.ledvis-types-feature-back img{
  display: block;
  margin: 0 auto;
}
.ledvis-types-feature-desc{
  width: 360px;
  grid-row: 3 / 4;
  margin: 10px auto 0;
  line-height: 1.4;
  /*line-height: calc(1em + 13px);*/
  font-weight: bold;
}
@media screen and (max-width:1024px){
  .ledvis-types-feature-desc{
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    padding: 0 10px;
    margin: -5px auto 20px;
  }
}
.ledvis-types-feature-info{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}
@media screen and (min-width:1025px){
  .ledvis-types-feature-info{
    white-space: nowrap;
  }
  .ledvis-types-feature-desc ~ .ledvis-types-feature-info{
    grid-row: 2 / 4;
  }
}
@media screen and (max-width:1024px){
  .ledvis-types-feature-info{
    display: block;
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }
  .ledvis-types-feature-desc ~ .ledvis-types-feature-info{
    grid-row: 4 / 5;
  }
}
.ledvis-types-feature-info-inner{
  min-width: 298px;
}
@media screen and (max-width:1024px){
  .ledvis-types-feature-info-inner{
    max-width: 600px;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 14px;
    margin: 0 auto;
  }
}
.ledvis-types-feature-info-row{
  color: var(--ledvis-blue);
  font-size: 25px;
  font-weight: bold;
}
@media screen and (min-width:1025px){
  .ledvis-types-feature-info-row:not(:last-child){
    margin-bottom: 25px;
  }   
}
@media screen and (max-width:1024px){
  .ledvis-types-feature-info-row{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    font-size: 1.5rem;
  }
}
.ledvis-types-feature-info-head{
  margin-bottom: 5px;
  padding: 0 15px;
  line-height: 1.4;
  /*line-height: calc(1em + 8px);*/
}
@media screen and (max-width:1024px){
  .ledvis-types-feature-info-head{
    grid-row: 1 / 2;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
  }
}
.ledvis-types-feature-info-body,
.ledvis-types-feature-info-body *{
  line-height: 1.4;
  /*line-height: calc(1em + 10px);*/
}
.ledvis-types-feature-info-body .isBig{
  font-size: 40px;
}
.ledvis-types-feature-info-body .isMid{
  font-size: 30px;
}
.ledvis-types-feature-info-body-inner{
  position: relative;
  padding: 0 15px;
  z-index: 0;
}
.ledvis-types-feature-info-body-inner::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23px;
  background: #FFE886;
  border-radius: 99px;
  z-index: -1;
}
@media screen and (max-width:1024px){
  .ledvis-types-feature-info-body{
    grid-row: 2 / 3;
  }
  .ledvis-types-feature-info-body,
  .ledvis-types-feature-info-body *{
    line-height: 1.3;
    /*line-height: calc(1em + 6px);*/
  }
  .ledvis-types-feature-info-body .isBig,
  .ledvis-types-feature-info-body .isMid{
    font-size: min(2rem, 4.7vw);
  }
  .ledvis-types-feature-info-body-inner{
    display: block;
    padding: 0;
    text-align: center;
  }
  .ledvis-types-feature-info-body-inner::after{
    left: 50%;
    transform: translateX(-50%);
    width: min(240px, 100%);
    height: min(15px, 3.5vw);
  }
}

/* ledvis-types-filebtn */
.ledvis-types-filebtn{
  width: 456px;
  margin: 0 auto;
  color: #fff;
}
.ledvis-types-filebtn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  background: var(--ledvis-blue);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: inherit;
  font-size: 2.2rem;
  font-weight: bold;
}
.ledvis-types-filebtn a::after{
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 26px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
@media screen and (max-width:767px){
  .ledvis-types-filebtn{
    width: calc(100% - 20px);
  }
  .ledvis-types-filebtn a{
    min-height: 39px;
    justify-content: center;
    padding: 10px 10px 10px 29px;
    font-size: 1.5rem;
  }
  .ledvis-types-filebtn a::after{
    position: static;
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    margin-left: 10px;
  }
}

/* ledvis-merit */
.ledvis-merit{
  width: min(980px, 100%);
  margin: 0 auto 120px;
}
.ledvis-merit-title{
  margin-bottom: 35px;
  line-height: 1.4;
  /*line-height: calc(1em + 8px);*/
  text-align: center;
  color: var(--ledvis-blue);
  font-size: 32px;
  font-weight: bold;
}
.ledvis-merit-list{
  line-height: 1.4;
  /*line-height: calc(1em + 11px);*/
  font-size: 2.2rem;
  font-weight: bold;
}
.ledvis-merit-list strong{
  color: var(--ledvis-blue);
  font-weight: inherit;
}
@media screen and (max-width:767px){
  .ledvis-merit{
    width: 100%;
    margin-bottom: 50px;
  }
  .ledvis-merit-title{
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .ledvis-merit-list{
    font-size: 1.5rem;
    line-height: 1.4;
    /*line-height: calc(1em + 8px);*/
  }
}

/* ledvis-example */
.ledvis-example{
  margin-bottom: 120px;
}
.ledvis-example-title{
  padding: 8px;
  margin-bottom: 40px;
  border: solid 1px currentColor;
  border-radius: 99px;
  line-height: 1.3;
  /*line-height: calc(1em + 6px);*/
  text-align: center;
  color: var(--ledvis-blue);
  font-size: 2.5rem;
  font-weight: bold;
}
.ledvis-example-list{
  display: flex;
  flex-wrap: wrap;
  gap: 50px 16px;
}
.ledvis-example-list-item{
  width: 376px;
  flex: 0 0 auto;
}
.ledvis-example-list-pic img{
  width: 100%;
  height: auto;
  display: block;
}
.ledvis-example-list-caption{
  margin-top: 11px;
  line-height: 1.4;
  /*line-height: calc(1em + 8px);*/
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width:1024px){
  .ledvis-example{
    margin-bottom: 50px;
  }
  .ledvis-example-title{
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .ledvis-example-list{
    gap: min(11px, 2.6vw) min(24px, 5.6vw);
  }
  .ledvis-example-list-item{
    width: calc(50% - min(12px, 2.8vw));
  }
  .ledvis-example-list-caption{
    margin-top: 7px;
    line-height: 1.4;
    /*line-height: calc(1em + min(14px, 3.3vw));*/
    text-align: left;
    font-size: 1.4rem;
  }
}

/* ledvis-flow */
.ledvis-flow{
  margin-bottom: 80px;
}
.ledvis-flow-list-item:not(:last-child){
  margin-bottom: 26px;
}
.ledvis-flow-list-title{
  position: relative;
  padding: 12px 0;
  margin-bottom: 24px;
  background: var(--ledvis-blue);
  text-align: center;
  color: #fff;
}
.ledvis-flow-list-title .f-en2{
  position: absolute;
  top: calc(50% - .6em);
  left: 35px;
  line-height: 1;
  font-size: 30px;
  font-style: italic;
}
.ledvis-flow-list-title__text{
  line-height: 1.3;
  /*line-height: calc(1em + 5px);*/
  font-size: 2.4rem;
  font-weight: bold;
}
.ledvis-flow-list-body{
  line-height: 1.4;
  /*line-height: calc(1em + 8px);*/
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width:767px){
  .ledvis-flow{
    margin-bottom: 50px;
  }
  .ledvis-flow-list-item:not(:last-child){
    margin-bottom: 30px;
  }
  .ledvis-flow-list-title{
    padding: 14px 0 12px;
    margin-bottom: 12px;
  }
  .ledvis-flow-list-title .f-en2{
    position: static;
    display: block;
    margin-bottom: 6px;
    font-size: 1.5rem;
  }
  .ledvis-flow-list-title__text{
    display: block;
    font-size: min(1.8rem, 4.8vw);
    line-height: 1.3;
    /*line-height: calc(1em + 4px);*/
  }
  .ledvis-flow-list-body{
    line-height: 1.4;
    /*line-height: calc(1em + 14px);*/
    text-align: left;
    font-size: 1.4rem;
  }
}

/* ledvis-faq */
.ledvis-faq-title{
  margin-bottom: 46px;
  line-height: 1.4;
  /*line-height: calc(1em + 8px);*/
  text-align: center;
  color: var(--ledvis-blue);
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width:767px){
  .ledvis-faq-title{
    margin-bottom: 22px;
    font-size: 2.5rem;
  }
}
.ledvis-faq-list-item:not(:last-child){
  margin-bottom: 25px;
}
@media screen and (max-width:767px){
  .ledvis-faq-list-item:not(:last-child){
    margin-bottom: 20px;
  }
}
.ledvis-faq-list__q{
  position: relative;
  min-height: 53px;
  display: flex;
  align-items: center;
  background: var(--ledvis-blue);
  padding: 6px 63px;
  color: #fff;
  user-select: none;
}
@media screen and (max-width:767px){
  .ledvis-faq-list__q{
    min-height: 48px;
    padding: 9px 16px 9px 51px;
  }
}
@media screen and (min-width:768px){
  .ledvis-faq-list__q::after{
    content: "";
    position: absolute;
    top: calc(50% - 12.5px);
    right: 21px;
    width: 25px;
    height: 25px;
    background: linear-gradient(to right, rgba(0,13,175,0) 0 12px, #fff 12px 13px, rgba(0,13,175,0) 13px),
    linear-gradient(to top, rgba(0,13,175,0) 0 12px, #fff 12px 13px, rgba(0,13,175,0) 13px);
    pointer-events: none;
    transition: transform .3s ease;
  }
  .ledvis-faq-list__q.is-active::after{
    transform: rotate(90deg);
    background: linear-gradient(to right, rgba(0,13,175,0) 0 12px, #fff 12px 13px, rgba(0,13,175,0) 13px);
  }
}
.ledvis-faq-list__q .f-en2{
  position: absolute;
  top: 5px;
  left: 20px;
  line-height: 1;
  font-size: 40px;
  font-style: italic;
}
.ledvis-faq-list__q-text{
  line-height: 1.3;
  /*line-height: calc(1em + 6px);*/
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width:767px){
  .ledvis-faq-list__q .f-en2{
    top: 9px;
    left: 16px;
    font-size: 30px;
  }
  .ledvis-faq-list__q-text{
    line-height: 1.4;
    /*line-height: calc(1em + 7px);*/
    font-size: min(1.8rem, 4.2vw);
  }
}
.ledvis-faq-list__a{
  padding-top: 23px;
}
.ledvis-faq-list__a-inner{
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding-left: 63px;
}
.ledvis-faq-list__a-inner .f-en2{
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 1;
  color: var(--ledvis-blue);
  font-size: 40px;
  font-style: italic;
}
.ledvis-faq-list__a-text{
  line-height: 1.4;
  /*line-height: calc(1em + 8px);*/
  font-size: 1.6rem;
}
@media screen and (max-width:767px){
  .ledvis-faq-list__a{
    padding-top: 11px;
  }
  .ledvis-faq-list__a-inner{
    min-height: 28px;
    padding-left: 51px;
  }
  .ledvis-faq-list__a-inner .f-en2{
    top: -2px;
    left: 16px;
    font-size: 30px;
  }
  .ledvis-faq-list__a-text{
    line-height: 1.4;
    /*line-height: calc(1em + 14px);*/
    font-size: 1.4rem;
  }
}