@charset "UTF-8";
/* CSS sapix-LPLayout SAPIX YOZEMI GROUP 241119*/


.lp-hero .hero-box{
    color: white;
    background-color: #1153a4;
    position: relative;
    padding: 1rem;
}
.lp-alert{
    display:block;
    padding:1.25rem 0.25rem 0.25rem;
    margin-bottom: 1rem;
}
.lp-pink{
    background-color: #fde8e7
}
.lp-hero .hero-box img{
    overflow: visible;
    width: 45%;
}

.lp-hero .hero-title{
    position: absolute;
  right: 0;
  left: 0;
    text-align: right;
    padding-right: 4%;
    top: 50%;
    transform: translateY(-50%);
}

.lp-hero .hero-title h1{
    color: #FFFFFF;
    text-align: right;
    font-weight: bold;
}

.hero-title h1 small{
    display: block;
    font-size: 26px;
    margin-top: .5rem;
}
.lp-lead h2{
    font-size: 21px;
    color: #5f6a7d;
    line-height: 1.75;
}
.lp-lead img{
    display: block;
    width: 120px;
    margin-left: auto;
    float: right;
}
.feature{
    margin-bottom: 0rem!important;
}
.feature-box{
    padding: 1rem;
}
.feature-blue{
    background-color: #e0eff9;
}
.feature-purple{
    background-color: #f0e6f4;
}
.feature-orange{
    background-color: #fdede3;
}
.feature-box .box-left{
    display: flex;
    margin-bottom: 1rem;
}
.feature-box .box-right{
    margin-left: 90px

}
.feature-box .feat-icon{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.feature h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.feature h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 1,25;
}
.feature p{
    margin-bottom: 1rem;
}
.feature-box .note-img{
    width: 160px;
    height: auto;
}
.feature-box .resources-img{
    width: 230px;
    height: auto;
}
.lp-layout .lp-app h3{
    text-align: center
}
.lp-layout .app-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("/assets/img/application/activities/analysis/lp-img/2026/sp/btn_bg.png");
    background-size: cover;
    background-position-x:-22px;
    background-repeat: no-repeat;
}
.lp-layout .app-box .show-box{
    width: 260px;
    margin: 300px auto 0;
}
.lp-layout .app-box .show-box .show{
    color: white;
    padding: .5rem;
}

.lp-layout .app-box .show-box .show span{
    display: inline-block;
}


.lp-layout .app-box .lp-btn{
    text-align: center;
    width: 80%;
    margin: 0 auto 45px;
}
.lp-layout .app-box .lp-btn .btn-block:first-child{
    margin-bottom: 1rem;
    border-radius: 4px;
    border: #fff 2px solid;
    
}
/*
 .lp-layout .lp-app .app-forum{
        margin-bottom: 2.5rem;
    }
*/

@media (min-width: 667px) {
 .lp-layout .app-box{
 height: 740px;
    }
    .lp-layout .app-box .show-box{
        margin-top: 415px;
        width: 100%;}
}

@media (min-width: 768px) {
    .head-alert{
        display: block;
        width: 380px;
        margin-left: auto;
        padding-left: 1rem;
        padding-right:1rem;
    }
    .lp-hero{
        margin-bottom: 1rem!important;
    }
    
    .feature{
    margin-bottom: 1rem!important;
}
    
    .lp-layout .secondary--beta {
        display: none;
    }
    .lp-layout .primary--beta{
        width: 100%;
    }
    
    .lp-hero p{
        width: 350px;
        margin-left: auto;
    }
    
    .lp-hero .hero-box{
        height: 200px
    }
    
    .lp-hero .hero-box img {
        position: relative;
        top: -50px;
    width: 260px;    
    }
    .hero-title h1 br{
        display: none;
    }
    .lp-lead{
       width: 600px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
        align-items: center;
        margin: auto;
    }
    .lp-lead img{
        float: none;
        width: 224px;
    }
    .feature-box{
        padding-top: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:20px;
    }
    .box-conte{
        width: auto;
    }
    .feature-box .box-left {
        width: 410px;
    }
    .feature-box .box-right {
        margin-left: 0;
        width: 230px;
    }
    .lp-layout .lp-app{
        margin-bottom: 4rem;
    }
    
    .lp-layout .lp-app .app-forum{
        margin-bottom: 2.5rem;
    }
     .lp-layout .app-box{
         height: 720px;
         background-position-y: -50px;
         justify-content: end;
         
    }
    .lp-layout .app-box .show-box {
        width: 560px;
    }
    
}

@media (min-width: 1024px) {
    
    .lp-layout .cnt__inner{
        max-width: 1500px;
    }
    
    .lp-layout .primary-first{
        width: 1008px;
        margin: auto;
    }
    
        .hero-title h1{
        font-size: 60px;
    }
    .hero-title h1 small{
        font-size: 48px;
        margin-top: 1.5rem;
    }
    
    .feature-box{
    gap: 20px;
    }
    
    .feature h2{
     font-size: 28px;
        margin-bottom: 2rem;
    }
    
     .lp-layout .lp-app{
        margin-bottom: 5rem;
    }
    .lp-layout .app-box .lp-btn{
    text-align: center;
    width: 370px;
    margin: auto;
}
    .lp-layout .app-box{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background-image: url("/assets/img/application/activities/analysis/lp-img/2026/pc/btn_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
        background-position-y: -10px;
        width: 1008px;
        height: 340px;
        margin: auto;
}
    
    .lp-layout .app-box .app-show-btn{
        display: flex;
        flex-direction: column;
    }
    .lp-layout .app-box .show-box {
        margin: 0;
    }
    .lp-layout .app-box .show-box .show{
        color: #1253a4;
    }
    .lp-layout .app-box .lp-btn .btn-block{
        width: 370px;
    }
}



.lp-layout .title-img .title-object-pc{
    display: none;
}
.lp-layout .hero-img .hero-object-pc{
    display: none;
}
.lp-layout .hero-img-lead .hero-lead-object-pc{
    display: none;
}
.lp-layout .from-part .from-part-object-pc{
    display: none;
}
.lp-layout .form-info .form-info-object-pc{
    display: none;
}
.lp-layout .form-info .form-info-object-pc2{
    display: none;
}
.lp-layout .form-info .form-info-object-pc3{
    display: none;
}
.lp-layout .forem-easy .forem-easy-object-pc{
    display: none;
}
.lp-layout .app-forum .app-forum-object-pc{
    display: none;
}
.lp-layout .hero-img .hero-object-sp{
	margin-bottom: 6rem;
}
.lp-layout .hero-img-lead .hero-lead-object-sp{
	display: block;
	width: 318px;
	margin: 0 auto 4rem auto;
	
}
.lp-layout .from-part .from-part-object-sp{
	margin: 0 auto 4rem auto;
}
.lp-layout .form-info .form-info-object-sp{
	margin: 0 auto 4rem auto;
}
.lp-layout .forem-easy .forem-easy-object-sp{
	margin: 0 auto 4rem auto;
}

@media (min-width: 1024px) {
.lp-layout .title-img .title-object-pc{
width: 1500px;
height: 165px;
    object-fit: cover;
    display: block;
}   
.lp-layout .title-img .title-object-sp{
        display: none;
    }
    .lp-layout .hero-img .hero-object-pc{
    width: 1500px;
height: auto;
    object-fit: contain;
    display: block;
		margin-bottom: 6rem;
}
     .lp-layout .hero-img .hero-object-sp{
         display: none;
}
    .lp-layout .hero-img-lead .hero-lead-object-pc{
    width: 750px;
height: auto;
    object-fit: contain;
    display: block;
		margin:0 auto 6rem auto;
}
    .lp-layout .hero-img-lead .hero-lead-object-sp{
        display: none;
    }
    .lp-layout .from-part .from-part-object-pc{
      width: 1000px;
height: auto;
    object-fit: contain;
    display: block;
		margin:0 auto 6rem auto;
}
    .lp-layout .from-part .from-part-object-sp{
        display: none;
    }
.lp-layout .form-info .form-info-object-pc{
width: 1000px;
height: auto;
    object-fit: contain;
    display: block;
	margin:0 auto 6rem auto;
}
    .lp-layout .form-info .form-info-object-sp{
        display: none;
    }
    .lp-layout .form-info .form-info-object-pc2{
  width: 1500px;
height: 308px;
    object-fit: cover;
    display: block;
}
    .lp-layout .form-info .form-info-object-sp2{
        display: none;
    }
    .lp-layout .form-info .form-info-object-pc3{
     width: 1500px;
height: 98px;
    object-fit: cover;
    display: block;   
    }
     .lp-layout .form-info .form-info-object-sp3{
        display: none;
    }
    .lp-layout .forem-easy .forem-easy-object-pc{
    width: 1000px;
height: auto;
    object-fit: contain;
    display: block;
		margin:0 auto 6rem auto;
}
    .lp-layout .forem-easy .forem-easy-object-sp{
        display: none;
    }
    .lp-layout .app-forum .app-forum-object-pc{
        width: 1500px;
height: 265px;
    object-fit: cover;
    display: block;   
}
    .lp-layout .app-forum .app-forum-object-sp{
        display: none
    }
}
