@charset "UTF-8";
/*汎用*/
ul{
    padding-left: 0;
}
li{
    list-style: none;
}
.txt_big{
    font-size: 1.25rem;
}
.txt_center{
    text-align: center;
}
.txt_blue {
    color: #1d2088;
    font-weight: 800;
}
.mt_20{
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .txt_big{
        font-size: 1rem;
    }
}
.wplink_btn{
    background-color: #218F59;
    margin: 0 1.5em;
    padding: 0 1.5em;
    display: flex;
    align-items: center;
    height: 65px;
}
.wplink_btn a{
    position: relative;
    color: #fff;
    margin-left: 24px;
}
.wplink_btn :before {
    position: absolute;
    content :url(../img/wp.png);
    display: block;
    width: 19px;
    height: 20px;
    top: 3px;
    margin-left: -24px;
}

/*ホワイトペーパーダウンロードページ*/
.ttl_bg{
    position: relative;
    background-image: linear-gradient(60deg, #c8e8f6, #f2fafc);
    height: 210px;
}
.ttl_txt_area{
    max-width: 1080px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color:#1D2088;
}
.ttl_img{
    position: absolute;
    max-width: 50%;
    right: 0;
    top: 0;
}
.wpDL_container{
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}
.wpDL_left, .wpDL_right{
    width: 49%;
}
.wpDL_ttl{
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color:#1D2088;
}
.wpDL_ttl:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    display: inline-block;
    width: 120px;
    height: 2px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    background-color: #1D2088;
}
.wpDL_sampleImg{
    text-align: center;
}
.wpDL_caption_box{
    background-color: #E8EEF2;
    padding: 20px;
}
.formmailer-embed{
    position: sticky;
    top: 10px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 1px 1px 10px -2px #cccccc;
}
@media screen and (max-width: 767px) {
    .ttl_bg{
        height: 100px;
    }
    .ttl_txt_area{
        font-size: 28px;
        margin-left: 3%;
    }
    .ttl_img{
        width: 35%;
        height: 100px;
        top: 0;
    }
    .ttl_img img{
        height: 100px;
        object-fit: cover;
    }
    .wpDL_container{
        display: block;
    }
    .wpDL_left, .wpDL_right{
        width: 94%;
        padding: 0 3%;
    }
    .wpDL_sampleImg img{
        max-width: 96%;
        margin: 0 auto;
    }
    .contents_area{
        text-align: center;
    }
    .contents_area img{
        max-width: 98%;
    }
}
/*サンクスページ*/
.wpDL_thx_ttl{
    font-size: 28px;
    font-weight: 600;
    color:#1D2088;
    padding-top: 40px;
}
.wpDL_thx_caption_box{
    width: 100%;
}
.DLbtn{
    width: 280px;
    background-color: #1D2088;
    border-radius: 10px;
    padding: .8rem 0;
    margin: 20px 0;
}
.DLbtn a{
    color: #fff;
    text-align: center;
    padding: 0 4.5rem;
}
@media screen and (max-width: 767px) {
    .wpDL_thanks{
        width: 96%;
        margin: 0 auto;
    }
    .DLbtn{
        margin: 20px auto;
    }
    .DLbtn a{
        padding: 0 5rem;
    }
}