@charset "UTF-8";

/*----- ABテスト -----*/
.p-fv__headingTitle{
    font-size: 1.6rem!important;
}
.p-fv__headingLabel{
max-width: 19rem!important;
}
.p-features__slider:before{
z-index: -1;
}
.fv-cp{
    width:100%;
    background-color: #F9E87B;
    font-size: 12px;
    text-align: center;
    padding: 3px 0;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
}
.cancellation{
background: linear-gradient(
    transparent 0.6em,
    #f00 0, #f00 calc(0.6em + 1px),
    transparent 0, transparent calc(0.6em + 3px),
    #f00 0, #f00 calc(0.6em + 4px),
    transparent 0
    ); 
}
.arrows-p{
    position: relative;
}
.triangle3{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FE6386;
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.plan-cp{
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 6px #0000001a;
    border-radius: 10px;
}
.plan-cp img{
    width: 90%;
    display: block;
    margin: 0 auto 10px;
    padding-top: 20px;
}
.plan-cp p{
    font-size: 14px;
    padding: 0 20px 20px 20px;
    margin: auto;
    display: block;
    font-family: 'Noto Sans JP';
}
.design_bt{
    background: #fff;
    color: #F8907B;
    width: 220px;
    padding: 8px 0;
    border-radius: 100px;
    margin: 10px auto;
}
.design_bt a{
    text-decoration: none;
    color: #F8907B;
    font-weight: 600;
    position: relative;
    font-family: 'Noto Sans JP';
}
.design_bt a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 20px;
  background-color: #F8907B;
}
.design_bt a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}
.p-fv__image{
    max-width: 100%!important;
}
.p-fv__imageWrapper{
margin-top: 1.20625rem;
}