@charset "utf-8";
/*------------------------------------------------------------
	ダウンロード用ページのCSS
------------------------------------------------------------*/

.araxis_merge_download_container {
	background: #fff;
	width: 1100px;
	margin: 140px auto 60px;
	padding: 90px 90px;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
}

.araxis_merge_download_container .header_frame {
	margin: 50px 0 20px;
    display: flex;
}

.araxis_merge_download_container .header_frame .header_img {
    margin-right: 10px;
    flex-basis: 10%;
    align-self: center;
}

.araxis_merge_download_container .header_frame .header_txt {
    font-size:3.9rem;
    flex-basis: 90%;
}

.araxis_merge_download_container .header_frame .header_txt_col {
    color: #1a46a7;
}

.araxis_merge_download_container .header_frame .header_txt_sub {
    color: #C00000;
    font-size: 77%;
    font-weight: 300;
    text-shadow: 1px 1px 2px #F3D1D0;
}

.araxis_merge_download_container .banner_top {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.araxis_merge_download_container .benner_img_1 {
    height: 200px;
    background: url(/preemptive/img/preemptive/PreEmptive_Introduction_top_banner_1.png) left no-repeat;
    background-size: cover;
}

.araxis_merge_download_container .benner_img_2 {
    height: 200px;
    background: url(/preemptive/img/preemptive/PreEmptive_Introduction_top_banner_2.png) left no-repeat;
    background-size: cover;
}

.araxis_merge_download_container .banner_info {
    padding: 0px 75px;
    opacity: 1;
}

.araxis_merge_download_container .banner_info p {
    margin-bottom: 0px;
    font-size: 2.0rem;
    line-height: 1.75;
    color: #003244;
}

.araxis_merge_download_container .banner_info .p_form {
    margin-bottom: 0px;
    font-size: 2.0rem;
    line-height: 1.75;
    color: #200e68;
}

.araxis_merge_download_container .header_note {
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 400;
    padding: 40px 0px 40px 165px;
    background-color: #f1f1f1;
}

.araxis_merge_download_container .header_note img {
    margin-bottom: 20px;
}

.araxis_merge_download_container .header_note .up {
    margin-bottom: 20px;
}

.araxis_merge_download_container .header_note .down {
    width: 88%;
    font-size: 1.6rem;
    color: #285ACB;
}

.araxis_merge_download_container .docs_list {
    margin-top: 60px;
    border-top: 1px solid #F1F1F1;
    box-sizing: border-box;
    list-style: none;
}

.araxis_merge_download_container .docs_list .docs_frame {
    padding: 45px 20px;
    position: relative;
    font-size: 1.7rem;
    border-bottom: 1px solid #F1F1F1;
    background-size: 7px auto;
    justify-content: space-between;
    display: flex;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_img {
    width: 30%;
    text-align: center;
}

.araxis_merge_download_container .docs_list .docs_frame img {
    margin-top: 10px;
    border: solid 1px #b3b3b3;
}

.araxis_merge_download_container .docs_list .docs_frame .guide_size {
    width: 80%;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_img .p_supplement {
    font-size: 2.0rem;
    font-weight: 400;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_img .p_supplement_2 {
    font-size: 1.6rem;
    margin-left: -5px;
    color: #ff0000;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_overview {
    margin-left: 40px;
    width: 70%;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_overview .doc_title {
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-weight: 800;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_overview .doc_title a img {
    width: 60px;
    height: auto;
    margin: 13px 0 0 5px;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_overview .doc_title a span {
    font-size: 1.55rem;
    font-weight: 500;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_overview p {
    margin-bottom: 20px;
    font-weight: 400;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_overview .comBtn {
    width: 290px;
    margin: 50px auto 30px;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_overview .comBtn a {
    padding: 14px 20px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    border-radius: 100px;
    color: #FFF;
    border: 2px solid #1a46a7;
    background: #1a46a7;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_overview .comBtn a:hover {
    color: #1a46a7;
    background-color: #fff;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_overview .comBtn a:after {
    background-color: transparent;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_img_overview {
    flex-basis: 35%;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_img_overview img {
    margin: 10px 0 10px 0;
    border: solid 1px #b3b3b3;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_img_overview .img_guide {
    width: 70%;
    margin: 0 auto;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_img_overview .img_up:hover {
    transition: max-width .2s ease-out .4s;
    max-width: 1000px;
    box-shadow: 0 0px 0px 3px #fff;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_img_overview p {
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_img_overview .p_supplement {
    margin: 5px 0;
    text-align: center;
    font-size: 2.0rem;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_img_overview .p_supplement_2 {
    margin: 15px auto;
    padding-bottom: 20px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #C00000;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_img_overview .p_supplement_2 p {
    font-size: 1.6rem;
    font-weight: 600;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_download_form {
    flex-basis: 62%;
    text-align: center;
    font-size: 1.8rem;
}

.araxis_merge_download_container .docs_list .docs_frame .docs_download_form .docs_download_info {
    color: red;
    font-size: 1.6rem;
    line-height: 3;
}

.araxis_merge_download_container .docs_list .docs_info {
    margin: 30px 0 10px;
    text-align: center;
    color: #1a46a7;
}

.araxis_merge_download_container .bownow_frame {
    margin-top: 25px;
    padding: 40px 75px 45px ;
    background: #fff;
    box-shadow: 0px 3px 30px rgb(0 0 0 / 16%);
}

.araxis_merge_download_container .personal_info {
    width: 58%;
    margin: 70px auto 60px;
    padding: 40px 30px 30px 70px;
    background-color: #F5F5F5;
}

.araxis_merge_download_container .personal_info h2 {
    font-size:1.8rem;
    margin-bottom: 20px;
}

.araxis_merge_download_container .personal_info p {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 20px;
}

.araxis_merge_download_container .logo_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.araxis_merge_download_container .logo_box img{
    margin: 0 10px 30px;
}

.araxis_merge_download_container .complement {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    margin-top: -50px;
}

/* レスポンシブ対応（スマホ表示）*/

@media screen and (max-width: 767px) {
    .araxis_merge_download_container {
        background: #fff;
        box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
        box-sizing: border-box;
        padding: 20px 22px 30px 32px;
        margin: 100px 10px 0;
        width: calc(100% - 20px);
    }

    .araxis_merge_download_container .header_frame {
        margin: 20px -5px 15px -10px;
        display: block;
    }
    
    .araxis_merge_download_container .header_frame .header_img {
        margin: 0 5px 15px 10px;
        width: 55px;
        }

    .araxis_merge_download_container .header_frame img {
        height: 50px;
    }
        
    .araxis_merge_download_container .header_frame .header_txt {
        max-width: calc(100% - 10px);
        font-size:2.0rem;
        margin-left: 10px;
    }

    .araxis_merge_download_container .header_frame .header_txt_sub {
        font-size: 81%;
    }

    .araxis_merge_download_container .benner_img {
        height: 350px;
    }

    .araxis_merge_download_container .banner_info {
        width: 140%;
    }

    .araxis_merge_download_container .banner_info p {
        margin-bottom: 0px;
        font-size: 2.0rem;
        line-height: 1.75;
    }   

    .araxis_merge_download_container .header_note {
        font-size: 1.7rem;
        line-height: 1.7;
        font-weight: 400;
        padding: 20px 15px;
        background-color: #f1f1f1;
    }
    
    .araxis_merge_download_container .header_note .down {
        font-size: 1.65rem;
        width: 100%;
    }
    
    .araxis_merge_download_container .docs_list {
        margin-top: 30px;
    }
    
    .araxis_merge_download_container .docs_list .docs_frame {
        display: block;
        padding: 22px 0;
    }

    .araxis_merge_download_container .docs_list .docs_frame .docs_img {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .araxis_merge_download_container .docs_list .docs_frame .docs_img .p_supplement {
        font-size: 1.9rem;
        margin-left: 0px;
    }
    
    .araxis_merge_download_container .docs_list .docs_frame .docs_img .p_supplement_2 {
        font-size: 1.55rem;
        margin-left: 5px;
    }

    .araxis_merge_download_container .docs_list .docs_frame .docs_overview {
        margin-left: 10px;
        width: 100%;
    }
    
    .araxis_merge_download_container .docs_list .docs_frame .docs_overview .doc_title {
        font-size: 2.0rem;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .araxis_merge_download_container .docs_list .docs_frame .docs_overview .doc_title a img {
        margin: 8px 0 0 5px;
    }

    .araxis_merge_download_container .docs_list .docs_frame .docs_overview .comBtn {
        width: 275px;
        margin: 30px auto;
    }

    .araxis_merge_download_container .docs_list .docs_frame .docs_overview .comBtn a {
        font-size: 1.6rem;
    }

    .araxis_merge_download_container .docs_list .docs_frame .docs_img_overview {
        width: 100%;
        border-bottom: 1px solid #F1F1F1;
    }
    
    .araxis_merge_download_container .docs_list .docs_frame .docs_img_overview div {
        text-align: center;
    }
    
    .araxis_merge_download_container .docs_list .docs_frame .docs_img_overview img {
        margin: 10px 0;
        width: 100%;
        }

    .araxis_merge_download_container .docs_list .docs_frame .docs_img_overview .img_guide {
        width: 100%;
    }

    .araxis_merge_download_container .docs_list .docs_frame .docs_img_overview p {
        margin: 15px 0px 15px 0px;
        font-size: 1.65rem;
        font-weight: 400;
        line-height: 1.7;
    }
    
    .araxis_merge_download_container .docs_list .docs_frame .docs_img_overview .p_supplement {
        font-size: 1.8rem;
        margin: 0 0 10px -10px;
    }
    
    .araxis_merge_download_container .docs_list .docs_frame .docs_img_overview .p_supplement_2 {
        margin: 15px 0 25px;
    }

    .araxis_merge_download_container .docs_list .docs_frame .docs_img_overview .p_supplement_2 p {
        font-size: 1.5rem;
    }

    .araxis_merge_download_container .docs_list .docs_frame .docs_download_form {
        width: 100%;
        font-size: 1.65rem;
        text-align: left;
    }

    .araxis_merge_download_container .docs_list .docs_frame .docs_download_form p {
        margin: 25px 0px 15px 0px;
    }

    .araxis_merge_download_container .docs_list .docs_frame .docs_download_form .docs_download_info {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .araxis_merge_download_container .docs_list .docs_info {
        margin-left: 3px;
        text-align: left;
        font-size: 1.5rem;
    }

    .araxis_merge_download_container .bownow_frame {
        margin-top: 20px;
        padding: 10px;
        background: #fff;
        box-shadow: 0px 3px 30px rgb(0 0 0 / 16%);
    }
    
    .araxis_merge_download_container .personal_info {
        box-sizing: border-box;
        width: 100%;
        margin: 40px 0px 20px;
        padding: 15px 15px 5px;
        background-color: #F5F5F5;
    }

    .araxis_merge_download_container .logo_box {
        display: block;
        text-align: center;
    }
}

/*------------------------------------------------------------
	TOPバナーのCSS
------------------------------------------------------------*/

.araxis_merge_download_container .banner_download {
    margin-top: 30px;
    height: 200px;
    position: relative;
}

.araxis_merge_download_container .banner_download img {
    width: 100%;
    height: 100%;
}

.araxis_merge_download_container .banner_download p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90.5%;
    font-size: 2.1rem;
    line-height: 1.75;
    color: #ffffff;
    text-shadow: 1px 1px 2px #797979;
}

.araxis_merge_download_container .banner_download p span {
    font-size: 92%;
}

.araxis_merge_download_container .banner_download p .thanks {
    font-size: 93%;
}

/* レスポンシブ対応（スマホ表示）*/

@media all and (max-width: 767px) {
    .araxis_merge_download_container .banner_download {
        margin-top: 35px;
        height: 380px;
    }

    .araxis_merge_download_container .banner_download p {
        font-size: 1.7rem;
    }

    .araxis_merge_download_container .banner_download p span {
        font-size: 94%;
        display: block;
        margin-top: 10px;
    }

    .araxis_merge_download_container .banner_download p .thanks {
        font-size: 95%;
        display: block;
        margin-top: 10px;
    }
}

/*------------------------------------------------------------
	コンバージョンポイントのCSS
------------------------------------------------------------*/

.araxis_merge_download_conversion {
    margin: 0 auto 120px;
    padding: 20px 20px 30px;
    position: relative;
    font-size: 1.7rem;
    border-bottom: 1px solid #F1F1F1;
    background-size: 7px auto;
    max-width: 1200px;
    border-width: 3px;
    border-style: solid;
    border-color: #55508c;;
    background-color: #fff;
    justify-content: space-between;
    display: flex;
}

.araxis_merge_download_conversion_2 {
    margin: 40px auto 65px;
    padding: 20px 20px;
    text-align: center;
    position: relative;
    font-size: 1.7rem;
 /*    border-bottom: 1px solid #F1F1F1; */
    background-size: 7px auto;
    max-width: 1100px;
    border-width: 3px;
/*     border-style: solid;
    border-color: #55508c;;
    background-color: #fff; */
    background-color: #ffc3c3;
}

.araxis_merge_download_conversion_2 .click {
    width: 60px;
    height: auto;
    margin: 8px 0 0 5px;
}

.araxis_merge_download_conversion_2 .header_txt_sub {
    color: #d30d0d;
    font-size: 2.0rem;
    font-weight: 300;
    text-shadow: 1px 1px 2px #F3D1D0;
}

.araxis_merge_download_conversion .docs_img {
    width: 30%;
    text-align: center;
}

.araxis_merge_download_conversion img {
    border: solid 1px #b3b3b3;
}

.araxis_merge_download_conversion .guide_size {
    width: 80%;
}

.araxis_merge_download_conversion .docs_img .p_supplement {
    margin: 20px;
    font-size: 2.0rem;
    font-weight: 400;
}

.araxis_merge_download_conversion .docs_img .p_supplement_2 {
    font-size: 1.6rem;
    margin-left: -5px;
    color: #ff0000;
}

.araxis_merge_download_conversion .docs_overview {
    margin-left: 40px;
    width: 70%;
}

.araxis_merge_download_conversion .docs_overview .doc_title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 800;
}

.araxis_merge_download_conversion .docs_overview .doc_title .header_txt_sub {
    color: #d30d0d;
    font-size: 77%;
    font-weight: 300;
    text-shadow: 1px 1px 2px #F3D1D0;
}

.araxis_merge_download_conversion .docs_overview .doc_title .header_txt_sub_2 {
    color: #d30d0d;
    font-size: 77%;
    font-weight: 300;
    text-shadow: 1px 1px 2px #F3D1D0;
}

.araxis_merge_download_conversion .docs_overview .doc_title a img {
    width: 60px;
    height: auto;
    margin: 13px 0 0 5px;
}

.araxis_merge_download_conversion .docs_overview .doc_title a span {
    font-size: 1.55rem;
    font-weight: 500;
}

.araxis_merge_download_conversion .docs_overview p {
    margin-bottom: 20px;
    font-weight: 400;
}

.araxis_merge_download_conversion .docs_overview .comBtn {
    width: 290px;
    margin: 30px auto 0;
}

.araxis_merge_download_conversion .docs_overview .comBtn a {
    padding: 14px 20px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    border-radius: 100px;
    color: #FFF;
    border: 2px solid #55508c;
    background: #55508c;
}

.araxis_merge_download_conversion .docs_overview .comBtn a:hover {
    color: #55508c;
    background-color: #fff;
}

.araxis_merge_download_conversion .docs_overview .comBtn a:after {
    background-color: transparent;
}

.araxis_merge_download_conversion .docs_overview .p_complement_cv {
        margin-top: 8px;
        font-size: 1.6rem;
        text-align: center;
        color: #d30d0d;
}

/* レスポンシブ対応（スマホ表示）*/

@media all and (max-width: 767px) {
    .araxis_merge_download_conversion {
        display: block;
        margin: 0 10px 70px;
        padding: 20px 0;
    }

    .araxis_merge_download_conversion_2 {
        margin: 0 45px 40px;
        padding: 20px 7px;
    }
    
    .araxis_merge_download_conversion_2 .click {
        width: 70px;
        margin: 6px 0 0 5px;
    }
    
    .araxis_merge_download_conversion_2 .header_txt_sub {
        font-size: 1.8rem;
    }
    

    .araxis_merge_download_conversion .docs_img {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .araxis_merge_download_conversion img {
        width: 95%;
    }

    .araxis_merge_download_conversion .docs_img .p_supplement {
        font-size: 1.9rem;
        margin-left: 0px;
    }
    
    .araxis_merge_download_conversion .docs_img .p_supplement_2 {
        font-size: 1.55rem;
        margin-left: 5px;
    }

    .araxis_merge_download_conversion .docs_overview {
        margin-left: 15px;
        padding-right: 25px;
        width: 100%;
    }
    
    .araxis_merge_download_conversion .docs_overview .doc_title {
        font-size: 2.1rem;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .araxis_merge_download_conversion .docs_overview .doc_title .header_txt_sub {
        font-size: 79%;
    }

    .araxis_merge_download_conversion .docs_overview .doc_title .header_txt_sub_2 {
        font-size: 67%;
    }

    .araxis_merge_download_conversion .docs_overview .doc_title a img {
        margin: 8px 0 0 5px;
    }

    .araxis_merge_download_conversion .docs_overview .comBtn {
        width: 275px;
        margin: 30px 0 0 2px;
    }

    .araxis_merge_download_conversion .docs_overview .comBtn a {
        font-size: 1.6rem;
    }

}

/*--------------------------------------------
    ダウンロード申し込みページ兼LPのCSS
--------------------------------------------*/

/* 共通ユーティリティ */
#pg_merge_dl {
    color: #334155;
    line-height: 1.73;
    font-size: 1.7rem;
    overflow-x: hidden;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
}

#pg_merge_dl p {
    margin: 0;
    font-weight: 400 !important;
    color: #334155;
}

#pg_merge_dl .pc-only {
    display: block;
}

#pg_merge_dl .sp-only {
    display: none;
}

#pg_merge_dl .one-line-nowrap {
    white-space: nowrap !important;
    display: inline-block;
}

/* ヒーローセクション（FV） */
#pg_merge_dl .fv-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    background: #fff;
    overflow: hidden;
}

#pg_merge_dl .fv-bg-container {
    position: absolute;
    inset: 0;
    z-index: 0;
}

#pg_merge_dl .fv-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#pg_merge_dl .fv-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
}

#pg_merge_dl .fv-content-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 10;
}

#pg_merge_dl .fv-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#pg_merge_dl .fv-left {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#pg_merge_dl .fv-text-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}

#pg_merge_dl .fv-tagline {
    font-size: 1.4rem;
    font-weight: 700 !important;
    letter-spacing: 0.2em;
    color: #1a46a7;
}

#pg_merge_dl .fv-title {
    font-size: 1.65rem;
    font-weight: 700 !important;
    line-height: 1.4;
    color: #000;
}

#pg_merge_dl .fv-description {
    font-size: 1.6rem;
    color: #334155;
    font-weight: 500 !important;
}

#pg_merge_dl .fv-accent {
    color: #1a46a7;
    font-weight: 700 !important;
}

#pg_merge_dl .fv-visual-stack {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin-top: 40px;
}

#pg_merge_dl .img-screenshot-bg {
    width: 92%;
    margin-left: 8%;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
    border-radius: 4px;
    border: 1px solid #eee;
    background: #fff;
}

#pg_merge_dl .img-screenshot-bg img {
    width: 100%;
    height: auto;
    display: block;
}

#pg_merge_dl .img-doc-front {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 52%;
    z-index: 10;
    filter: drop-shadow(0 25px 40px rgba(0,0,0,0.4));
    transform: rotate(-2.5deg);
}

#pg_merge_dl .img-doc-front img {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    display: block;
}

#pg_merge_dl .fv-right-form {
    width: 100%;
    padding-top: 50px;
}

#pg_merge_dl .instruction-box {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 15px;
}

#pg_merge_dl .inst-text-main {
    font-size: 1.5rem;
    font-weight: 700 !important;
    color: #000;
    line-height: 1.3;
}

#pg_merge_dl .inst-text-sub {
    font-size: 1.3rem;
    color: #dc2626;
    font-weight: 700 !important;
    margin-top: 7.5px;
}

#pg_merge_dl .form-wrapper {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 10px;
    border: 1px solid #f1f5f9;
}

/* メインコンテンツラップ */
#pg_merge_dl .main-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 15px;
}

#pg_merge_dl .content-section {
    margin-bottom: 60px;
}

#pg_merge_dl .section-title {
    font-size: 2.0rem;
    font-weight: 700 !important;
    text-align: center;
    color: #1e293b;
    margin-bottom: 20px;
}

/* 3ステップ */
#pg_merge_dl .step-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
}

#pg_merge_dl .step-box {
    position: relative;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 4.5rem 2.5rem 3.5rem;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

#pg_merge_dl .step-number {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: #1a46a7;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700 !important;
    font-size: 1.8rem;
    border: 2px solid #fff;
}

#pg_merge_dl .step-text {
    font-size: 1.6rem;
    font-weight: 700 !important;
    color: #334155;
    margin: 0;
}

/* レポートセクション */
#pg_merge_dl .border-title {
    font-size: 1.8rem;
    font-weight: 700 !important;
    border-left: 8px solid #1a46a7;
    padding-left: 10px;
    margin-bottom: 30px;
    color: #0f172a;
}

#pg_merge_dl .report-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#pg_merge_dl .report-text-side p {
    font-size: 1.6rem;
    color: #334155;
    margin-bottom: 15px;
    line-height: 1.8;
}

#pg_merge_dl .inline-link {
    color: #1a46a7;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 400 !important;
}

#pg_merge_dl .report-visual-side {
    position: relative;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    height: fit-content;
    align-self: center;
}

#pg_merge_dl .report-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: zoom-in;
}

#pg_merge_dl .report-image-wrapper img {
    width: 100%;
    display: block;
}

#pg_merge_dl .report-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #ffffff 0%, transparent 40px);
    pointer-events: none;
    z-index: 10;
}

/* セキュリティカード */
#pg_merge_dl .security-card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 60px;
    border: 1px solid #f1f5f9;
}

#pg_merge_dl .security-title {
    font-size: 1.8rem;
    font-weight: 700 !important;
    color: #1a46a7;
    text-align: center;
    margin-bottom: 25px;
}

#pg_merge_dl .security-inner {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

#pg_merge_dl .security-desc {
    text-align: center;
}

#pg_merge_dl .security-feature-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
    align-items: flex-start;
    text-align: left;
    margin: 0 auto;
    width: fit-content;
}

#pg_merge_dl .feature-item {
    display: flex;
    gap: 12.5px;
}

#pg_merge_dl .feature-icon {
    color: #1a46a7;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

#pg_merge_dl .feature-text {
    font-weight: 700 !important;
    color: #1e293b;
    font-size: 1.4rem;
}

#pg_merge_dl .security-footer {
    text-align: center;
}

/* フッターCTA */
#pg_merge_dl .footer-cta {
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #f1f5f9;
}

#pg_merge_dl .footer-desc-box {
    border: 1px solid #e2e8f0;
    padding: 25px 20px;
    max-width: 520px;
    margin: 40px auto 40px;
    border-radius: 8px;
}

#pg_merge_dl .footer-desc-text {
    font-size: 1.5rem;
    color: #64748b;
}

#pg_merge_dl .footer-form-area {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

/* モーダル */
#pg_merge_dl .araxis-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}

#pg_merge_dl .modal-img-content {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 8px;
    cursor: default;
}

#pg_merge_dl .modal-close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* スマホ表示専用設定 */
@media (max-width: 767px) {
    #pg_merge_dl .pc-only {
        display: none !important;
    }

    #pg_merge_dl .sp-only {
        display: inline !important;
    }

    #pg_merge_dl .main-content-wrapper {
        padding: 40px 25px;
    }

    #pg_merge_dl .step-number {
        left: -10px;
    }

    #pg_merge_dl .instruction-box br.sp-only {
        display: block !important;
        content: "";
        margin-bottom: 0px;
    }

    #pg_merge_dl .security-desc,
    #pg_merge_dl .security-footer {
        font-size: 1.4rem !important;
    }

    #pg_merge_dl .cta-message {
        font-size: 1.5rem !important;
    }

    #pg_merge_dl .footer-desc-text {
        font-size: 1.4rem !important;
    }

    #pg_merge_dl .cta-message br,
    #pg_merge_dl .footer-desc-text br {
        display: none !important;
    }
}

/* PC・タブレット表示用設定 */
@media (min-width: 768px) {
    #pg_merge_dl .fv-section {
        padding-top: 180px;
        padding-bottom: 80px;
    }

    #pg_merge_dl .fv-grid {
        gap: 120px;
    }

    #pg_merge_dl .fv-text-group {
        gap: 20px;
    }

    #pg_merge_dl .fv-tagline {
        font-size: 1.6rem;
    }

    #pg_merge_dl .fv-title {
        font-size: 3.35rem;
    }

    #pg_merge_dl .fv-description {
        font-size: 1.8rem;
    }

    #pg_merge_dl .fv-right-form {
        padding-top: 0;
    }

    #pg_merge_dl .instruction-box {
        margin-bottom: 25px;
        text-align: center !important;
    }

    #pg_merge_dl .inst-text-main {
        font-size: 1.8rem;
    }

    #pg_merge_dl .inst-text-sub {
        font-size: 1.4rem;
    }

    #pg_merge_dl .form-wrapper {
        padding: 20px;
    }

    #pg_merge_dl .main-content-wrapper {
        padding: 60px 15px;
    }

    #pg_merge_dl .content-section {
        margin-bottom: 90px;
    }

    #pg_merge_dl .section-title {
        font-size: 2.4rem;
        margin-bottom: 40px;
    }

    #pg_merge_dl .step-grid {
        flex-direction: row;
        gap: 30px;
    }

    #pg_merge_dl .report-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
        align-items: center;
    }

    #pg_merge_dl .report-visual-side {
        margin-bottom: 0;
    }

    #pg_merge_dl .border-title {
        font-size: 2.2rem;
        padding-left: 15px;
    }

    #pg_merge_dl .security-card {
        border-radius: 30px;
        padding: 40px;
    }

    #pg_merge_dl .security-title {
        font-size: 2.2rem;
    }

    #pg_merge_dl .security-feature-grid {
        flex-direction: row;
        gap: 20px;
        padding: 20px 0;
    }

    #pg_merge_dl .feature-text {
        font-size: 1.6rem;
    }

    #pg_merge_dl .feature-icon {
        width: 32px;
        height: 32px;
    }
}

/* デスクトップ表示用詳細設定 */
@media (min-width: 1024px) {
    #pg_merge_dl .fv-grid {
        display: grid;
        grid-template-columns: 1fr 600px;
        gap: 120px;
    }

    #pg_merge_dl .fv-right-form {
        width: 600px;
    }

    #pg_merge_dl .report-grid {
        gap: 40px;
    }
}