.pconly{
    display: block;
}
.sponly{
    display: none !important;
}
.lp-pcVer{
    max-width: 1200px;
    width: 100%;
    margin-bottom: 5px;

}
#Lp-headerTop {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
/* #Lp-headerTop p{
    width: 100%;
    display: flex;
    padding:0;
    justify-content: right;

  
} */
div#headerTopInfo{
    display: flex;

}
#headerTopInfo a{
    display: flex;
    flex-wrap: wrap;

}
.Lp-logo{
    width: auto;
    height: 50px;
    object-fit: contain;
    display: inline-block;

}
.headerArea{
    position: relative;
}
.lp-header-tel{
    width: 100%;
    display: flex;
    padding:0;
    justify-content: right; 

}
.lp-header-tel img{
    width: 50%;
    height: auto;
    object-fit: contain;

}
.lp-header-number{
    width: auto;
    display: flex;
    padding: 0;
    padding-right: 0 !important;
    justify-content: right;
    font-size: 13px;
    color: #333;
    align-self: center;
    font-weight: bold;

}
.lp-header-number span{
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}
.lp-head-mail{
    width: auto;
    height: auto;
    object-fit: contain;
    text-decoration: none !important;
    align-self: center;
    color: #fff !important;
    background: #ff600f;
    font-weight: bold;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 10px;
}

#keyVisualArea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("/images/lp/head_kyevisual.png") center top no-repeat;
    background-size: cover;
    min-height: 940px;
    margin-top: 0px;
    width: 100%;
    padding: 0;
}
#keyVisual{
    width: 1000px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 50px;

}
@media only screen and (max-width: 1000px) {
    #keyVisualArea {
      background: url(/images/common/head_kyevisual.png) center top no-repeat;
      background-size: cover;
    }
    .mainVisual_style {
      background-position-y: 65vw !important;
    }
  }
  @media only screen and (max-width: 600px) {
    #keyVisualArea {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: url(/images/sp/head_kyevisual.png) center 55vw no-repeat;
      background-size: contain;
      min-height: auto;
      width: 100%;
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 0;
      background-color: #f0f4ff;
    }
    #keyVisual {
      width: 100%;
      padding-bottom: 0;
    }
    #keyVisual p.catchCopy,
    #keyVisual h1.catchCopy {
      width: 100%;
      float: none;
      text-align: center;
      padding: 11px 0px 0px 0px;
    }
    #keyVisual p.catchCopy img,
    #keyVisual h1.catchCopy img {
      width: 100%;
      margin: 40px auto 0px;
    }
    #keyVisual div.sp-only {
      display: block !important;
      margin: -50px 0 30px -10px;
    }
    #keyVisual img#tel_btn {
      max-width: 100%;
      margin: -10px 0 -24px 0;
      background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 231, 175));
    }
  }
  
  #keyVisual form {
    max-width: 322px;
    width: 100vw;
    float: right;
    border: 2px solid #ff600f;
    background: #fff;
    box-shadow: -11px 15px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  #keyVisual form h2 {
    text-align: center;
  }
  #keyVisual form h2 img {
    position: relative;
    bottom: 2px;
    right: 2px;
    margin: auto;
    width: 101.3%;
  }
  #keyVisual form h3 {
    text-align: center;
    padding: 15px 0px;
    background-color: #FF6110;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  #keyVisual form #formArea {
    padding: 20px 20px 10px;
    text-align: center;
  }
  @media only screen and (max-width: 600px) {
    #keyVisual form {
      width: 95vw;
      float: none;
      border: 2px solid #ff600f;
      background: #fff;
      margin: -45px auto 20px;
      box-shadow: 0px 8px 3px 0px #c3c3c3;
    }
    #keyVisual form #formArea {
      padding: 0px 14px 5px;
    }
    #keyVisual form h2 img {
      position: relative;
      bottom: 7px;
      right: 2.5px;
      margin: auto;
      width: 101.3%;
    }
    #keyVisual form h3 {
      margin-bottom: 0px;
    }
  }
  
  .mvTab {
    margin: 10px 0 20px;
    width: 100%;
  }
  @media only screen and (max-width: 600px) {
    .mvTab {
      margin: 0 0 20px 0;
      font-size: 14px;
    }
  }
  .mvTab tr th,
  .mvTab tr td {
    padding: 3px 0;
  }
  .mvTab tr th {
    text-align: left;
    width: 90px;
  }
  .mvTab tr.requisite th {
    background: url(/images/common/ic_req.png) no-repeat 100% 4px;
    background-size: 24px 24px;
  }
  .mvTab tr td {
    text-align: right;
    width: 186px;
  }
  .mvTab tr td select,
  .mvTab tr td input {
    width: 180px !important;
    padding: 5px;
    border: 1px solid #999;
    border-radius: 3px;
  }
  .mvTab tr.requisite td input {
    background: #fbfbea;
  }
  .mvTab tr.optional th {
    position: relative;
  }
  .mvTab tr.optional th::before {
    content: "任意";
    position: absolute;
    right: 0;
    font-size: 8px;
    background-color: #e4e4e4;
    color: #6d6d6d;
    padding: 0px 2px;
  }
  #car-maker-name {
    display: none;
  }
  
  @media only screen and (max-width: 600px) {
    .mvTab tr th,
    .mvTab tr td {
      display: block;
      padding: 0;
    }
    .mvTab tr {
      margin-bottom: 8px;
      display: block;
    }
    .mvTab tr th,
    .mvTab tr td {
      width: 100%;
    }
    .mvTab tr td select,
    .mvTab tr td input {
      width: 100% !important;
      padding: 5px;
      font-size: 16px;
    }
    #formArea > h3:nth-child(3) {
      margin-top: 30px;
    }
  }
  
  #keyVisual form #formArea .submitBtn {
    width: 100%;
    height: auto;
    color: #fff;
    margin: 0px auto 18px auto;
    background: #06C655;
    font-size: 16px;
    border-radius: 100px;
    padding: 20px;
    box-sizing: border-box;
    border: 5px solid #eee;
    font-weight: bold;
  }
  #keyVisual form #formArea .submitBtn:hover {
opacity: 0.8;
  }
.lp-content {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.keyVisualimg{
    display: block;
    width: 100%;
    height: auto;
}
.keyVisualimg img{
    width: 100%;
    height: auto;
}
#keyVisualArea .balloon {
    font-size: initial;
    text-align: center;
    width: auto;
    padding:20px 10px 10px;
    line-height: 1;
    margin-bottom: 2rem;
    border-radius: 100px;
}
#keyVisualArea .balloon span{
    display: inline-block;
    border-bottom: 3px dotted #fff;
    color: #fff;
    line-height: 1.4;
    position: relative;
    top: -4px;
    margin-right: 5px; 
    font-size: 16px;
}
.fs_xxl {
    font-size: 1.5rem !important;
    color: #FBF628 !important; 
    border-bottom: none !important;

}
.balloon {
    position: relative;
    max-width: 500px;
    margin: 0 auto 3rem;
    width: 100%;
    box-sizing: border-box;
    border-radius: 100px;
    border-width: 4px;
    padding: 1rem 4rem 1rem 1rem;
    font-size: 3rem;
}
.balloon:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -11px;
    border: 10px solid transparent;
    border-top: 16px solid #FF6110;
    z-index: 2;
}
.balloon:after {
    content: "";
    position: absolute;
    bottom: -31px;
    left: 50%;
    margin-left: -12px;
    border: 11px solid transparent;
    border-top: 17px solid #000;
    z-index: 1;
}
.bg-02 {
    background-color: #FF6110;
}
.border {
    border: 3px solid #000000;
}
.bold{
    font-weight: 700;
}
.lp-form{
    margin-top: 50px;
}
.lp-containar{

}
.lp-inner{
    background: #FFD800;
    padding: 50px 0;


}
.lp-attention{
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: space-between;
    border: 10px solid #ff600f;
    box-sizing: border-box;
}
.lp-attention-btnbox{
    width: 50%;

}
.lp-attention-subcopy{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.lp-attention-copy{
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;

}
.lp-attention-copy span{
    margin-right: 10px;
    font-size: 36px;
    color: #ff600f;
    border-bottom: 3px dotted #333;

}
.lp-attention-text{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
}
.lp-attention-btn{
    font-weight: bold;
    font-size: 24px;

}
.lp-attention-btn span{
    font-size: 14px;
}
.lp-attention-btn a{
    margin: 0 auto;
    background: #ff600f;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    padding: 0.5rem 5rem 1rem;
    line-height: 1.4;
    border-bottom: 6px solid #86291C;
    box-sizing: border-box;

}
.lp-attention-btn a:hover{
    border-bottom: 3px solid #86291C;
    margin-top: 3px;

}
.lp-attention-btntext{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
.contact-box{
    background: #FF6110;
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;


}
.contact-box .balloon2 {
    font-size: initial;
    text-align: center;
    width: auto;
    padding:20px 10px 10px;
    line-height: 1;
    margin-bottom: 2rem;
}
.contact-box .balloon2 span{
    display: inline-block;
    border-bottom: 3px dotted #fff;
    color: #333;
    line-height: 1.4;
    position: relative;
    top: -4px;
    margin-right: 5px; 
    font-size: 30px;
}
.color {
    font-size: 1.5rem !important;
    color: #333 !important; 
    border-bottom: none !important;

}
.color-02 {
    color: #FF6110 !important; 
}
.balloon2 {
    position: relative;
    max-width: 500px;
    margin: 0 auto 3rem;
    width: 100%;
    box-sizing: border-box;
    border-radius: 100px;
    border-width: 4px;
    padding: 1rem 4rem 1rem 1rem;
    font-size: 3rem;

}
.balloon2:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -11px;
    border: 10px solid transparent;
    border-top: 16px solid #fff;
    z-index: 2;
}
.bg-03 {
    background-color: #fff;
}
.bg-01{
    background: #FFD800;
}
.bg-04{
    background: #FF6110;
}
.bg-05{
   background: #FEFBEC;

}
.bg-06{
    background: #fff;
 
 }
 .radius10{
    border-radius: 10px;
 }
.contact-list{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.contact-list li{
    width: 48%;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    position: relative;

}
.contact-tel{
    text-align: center;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
}
.contact-tel p{
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    
}
/* .contact-tel span{
    font-size: 16px;
    font-weight: 600;

} */
.contact-tel a{
    color: #FF6110;
    font-size: 50px;
    font-feature-settings: "palt";
    display: block;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact-form{
    width: 100%;
    text-align: center;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
}
.contact-form p{
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    
}
/* .contact-form span{
    font-size: 16px;
    font-weight: 600;

} */
.contact-form a{
    font-size: 50px;
    font-feature-settings: "palt";
    display: block;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 20px;

}
.lp-btn{
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    display: block;

}
.lp-btn span{
    font-size: 14px;
}
.lp-btn a{
    margin: 0 auto;
    background: #06C655;
    color: #FFF;
    text-decoration: none;
    display: block;
    border-radius: 10px;
    padding: 1rem 1rem 1rem;
    line-height: 1.4;
    border-bottom: 6px solid #02943E;
    box-sizing: border-box;
    font-size: 24px;
    width: 100%;

}
.lp-btn a:hover{
    border-bottom: 3px solid #02943E;
    margin-top: 3px;

}
.lp-btntext{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
.lp-title{
    font-size: 42px;
    text-align: center;
    display: block;
    line-height: 1.7em;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.lp-btn2{
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    display: block;

}
.lp-btn2 span{
    font-size: 14px;
}
.lp-btn2 a{
    margin: 0 auto;
    background: #FF5943;
    color: #FFF;
    text-decoration: none;
    display: flex;
    border-radius: 10px;
    padding: 1rem 1rem 1rem 0rem;
    line-height: 1.4;
    border-bottom: 6px solid #E21A00;
    box-sizing: border-box;
    font-size: 24px;
    width: 100%;
    align-items: center;
    justify-content: center;

}
.lp-btn2 a:hover{
    border-bottom: 3px solid #E21A00;
    margin-top: 3px;

}
.cercle{
    border-radius:100px;
}

.lp-btn2-left {
    border-radius: 100px;
    text-align: center;
    aspect-ratio: 1;
    width: auto;
    height: 90px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 20px;

}
.lp-btn2-text{
 width: auto;
}

.lp-title span{
}
.txt-orange{
    color:#FF6110;
}
.txt-red{
    color:#E60012;
}
.txt-yellow{
    color: #FBF628;
}
.txt-green{
    color:#06C655;
}
.fs-l{
    font-size: 72px;
}
.content-inner2{
    max-width: 1200px;
    margin: 0 auto;
}
.content-inner{
    max-width: 1000px;
    margin: 0 auto;

}
.radius{
    border-radius: 10px;
}
.content-inner03{
    margin: 0 auto;
    overflow: hidden;
}
.title-line{
position: relative;
}

.title-line::after{
    content:"";
    position: absolute;
    background: #FF6110;
    height: 2px;
    width: 100px;
    left:46%;
    bottom: 0;
}
.lp-title-sub{
    text-align: center;
    font-size: 16px;
}
.lp-point-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;

}
.lp-point-list li{
    width:32%;
    padding: 15px;
    padding-top: 5.5rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}
.lp-point-list li p{

}

.point{
    position: absolute;
    background: url("/images/lp/point.svg") center top no-repeat;
width: 105px;
height: 90px;
top: -2%;
    left: 36%;
    text-align: center;
    padding: 5px 0;
    font-family: "montserrat",sans-serif;
    color: #fff;
}
.point p{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    margin-right: 10px;
    

}
.point span{
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
}
.lp-point-list h3{
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;

}
.lp-point-list p{

}
.lp-point-sub{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.lp-point-list li img{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.lp-box{
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px;
    box-sizing: border-box;
    text-align: center;
}
.lp-box{

}
.lp-box-title p{
    font-size: 30px;
    display: inline-block;
    margin-bottom: 40px;
}
.lp-box-title h2{
    font-size: 52px;
    background: linear-gradient(transparent 60%, #FBF628 50%);
    font-weight: bold;
    display: inline-block;
}
.lp-box-title h2 span{
    color: #333;
    font-size: 30px;
}
.seacret-list{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.seacret-list li{
    width: 16%;

}
.seacret-list img{
    width: 100%;
    height: auto;

}
.mt-10{
    font-size: 16px;
    margin-top: 10px;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
    margin:0 auto;
    padding: 0 0 50px;
}
.slider img {
    width:100%;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
}

.slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:transparent;/*ドットボタンの色*/
    border: 1px solid #FF6110;
}

.slick-dots .slick-active button{
    background:#FF6110;/*ドットボタンの現在地表示の色*/
}
.slider-inner{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    margin-bottom: 20px;

}
.slider-head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;

}
.slider-example{
 width:45px;
 height: 45px;
 background: #E60012;
 color: #fff;
 font-size: 13px;
 border-radius: 100px;
 text-align: center;
line-height: 1em;
 padding: 10px 0;
}
.slider-price{
    font-size: 40px;
    margin-top: 10px;
}
.slider-price span{
    font-size: 18px;
}
.slider-detail{

}
.slider-detail-image{

}
.slider-detail-image img{
    width: 100%;
    height: auto;

}
.slider-model{

}
.slider-state{


}
.slider-model span{
    color: #fff;
    font-size: 12px;
    padding: 4px 5px;
    margin-right: 10px;
    border-radius: 3px;
}
.slider-state span{ 
    color: #fff;
    font-size: 12px;
    padding: 4px 5px;
    margin-right: 10px;
    border-radius: 3px;
}
.slider-tag{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}
.slider-tag li{
    margin-right: 5px;
}

.lp-reason{
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.lp-reason h3{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FF6110;
    line-height: 1.5em
}
.lp-reason-list{

}
.lp-reason-list li{
    box-sizing: border-box;
    display: flex;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.reason-detail{
    width: 80%;
    margin-right: 30px;

}
.reason-detail p{
    font-size: 16px;
    text-align: justify;
    line-height: 1.7em;

}
.reason-num{
    font-size: 21px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 7px;
    margin-bottom: 10px;
    font-weight: bold;

}
.reason-num span{
    font-size: 28px;
    margin-left: 5px;
}

.reason-img{
    width: auto;
    display: inline-flex;
    align-items: center;

}
.reason-img img{
    width: 100%;
    height: auto;
}
.voice-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

  
}
.lp-voice{
max-width: 1000px;
width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;

}
.voice-list li{
    width: 49%;
    border-radius: 10px;
    margin-bottom: 30px;
    
}
.voice-box{

}
.voice-profile{
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 10px;
    background: #FECDAB;
    border-radius: 10px 10px 0 0;
}
.voice-profile-img{
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-self: center;
}
.voice-profile-img img{
    width: 60px;
    height: auto;

}
.voice-lank {
    width: 70%;
    margin-left: 30px;
}
.vioce-name{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;

}
.voice-star{
    font-size: 18px;
}
.voice-star-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 11px;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 10px;
}
.voice-star-item{


}
.voice-title{
    font-size: 18px;
    margin-bottom: 10px;
}
.voice-coment{
    font-size: 14px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    position: relative;
    min-height: 175px;
}
.voice-coment::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0;
    top: -15px;
    left: 75px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
}
.lp-flow{
    max-width: 1200px;
    margin: 0 auto;

}
.flow-box{
position: relative;
padding: 30px;
}
.flow-box-text{
    position: absolute;
    top: -5%;
    left: 43%;
    font-size: 24px;
}
.flow-list{
    display: flex;
    justify-content: space-between;
    position: relative;

}
.flow-list li{
    width: 14%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}
.flow-list li::after{
    content: "▶︎";
    position: absolute;
    font-size: 21px;
    line-height: 1em;
    top:50%;
    right:-20%;

}
.flow-list li:last-child::after{
display: none;
}
.flow-step{
  font-family: "montserrat",sans-serif;
  text-align: center;

}
.flow-list img{
    width: 100%;
    height: auto;

}
.flow-text{
    display: block;
    text-align: center;
    font-size: 18px;

}
.lp-inner03{

}
.end-message{
    width:1000px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;

}
.end-message-img{
    position: relative;
    width: 35%;
}
.end-message-img img{
    width: 100%;
    height: auto;
    position: relative;
    top: 3%;
}
.end-message-article{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-self: center;

}

.end-message-ttl{
    font-size: 36px;
    line-height: 3em;
}
