/*-------------------------------------

資料ダウンロード

--------------------------------------*/

.detailMainvisualDownload01 {
	background-image: url("/assets/img/download/download_mainvisual01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 67px;
}
.detailMainvisualDownload01 .detailMainvisualIn01{
    justify-content: flex-start;
}
.dl-col-left h2{
    color: #0069D3;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.77;
    margin-bottom: 30px;
}
.detailDownloadWrap01{
    padding: 120px 0 100px;
}
.downloadH201{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 60px;
}
.detailDownloadWrap01 .dlimg{
    padding:0 0 30px;
}

.detailDownloadWrap01 .dlimg + p{
    font-size: 16px;
    color: #222222;
    margin-bottom: 30px;
    line-height: 2;
}

.dl-col-left .detail{
background: rgba(245, 245, 245,.92);
padding: 30px 50px;
}

.dl-col-left .detail h3{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #222;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
}
.dl-col-left .detail ul{
    list-style-type: none;

}
.dl-col-left .detail ul li{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
    padding-left: 24px;
    line-height: 1.6;
}
.dl-col-left .detail ul li::before{
    content:"";
    display: block;
    width: 10px;
    height: 5px;
    background: #4295DD;
    position: absolute;
    top: 10px;
    left:0;
    margin-right: 12px;

}
.dl-wrap{
    display: flex;

}
.dl-col-left{
    width: 493px;
    margin-right: 60px;

}
.dl-col-right{
    flex:1;
}
.dl-col-right .form-wrap{
    background: #EDF4FA;
    padding:40px 40px 50px;
}

.dl-col-right .form-wrap p:first-child{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.dl-col-right .form-wrap p.form_confirm{
    margin-bottom: 30px;
}
.dl-col-right .form-wrap form dl{
   margin-bottom: 30px;
}
.dl-col-right .form-wrap form dl dt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;

}
.dl-col-right .form-wrap form input[type="text"]{
    background: #FFFFFF;
    border:none;
    border-radius: 0px;
    width:100%;
    line-height: 50px;
}
.dl-col-right .form-wrap form span.siryou{
    position:relative;
    display:inline-block;
}
.dl-col-right .form-wrap form span.siryou:before{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.dl-col-right .form-wrap form textarea{
    background: #FFFFFF;
    border:none;
    border-radius: 0px;
    width:100%;
}
.dl-col-right .form-wrap form input[type="radio"] label{
    padding-right: 25px;
    padding-left: 14px;
    margin-bottom: 20px;
}
span.req{
    font-size: 12px;
    color: #fff;
    background: #DC4300;
    border-radius: 2px;
    padding: 4px;
    display: inline-block;
    margin-left: 10px;
}
.dl-col-right .form-wrap form p:last-of-type{
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0 0;
    padding:0 0 0 1em;
    text-indent:-1em;
}
.dl-col-right .form-wrap form .privacy_check{
    line-height: 1.6;
}
.dl-col-right .form-wrap form .privacy_check a:link{color:#0069D3;text-decoration:underline;}
.dl-col-right .form-wrap form .privacy_check a:visited{color:#0069D3;text-decoration:underline;}
.dl-col-right .form-wrap form .privacy_check a:hover{color:#0069D3;text-decoration:none;opacity: 0.8;}
.dl-col-right .form-wrap form p:last-of-type a{
    color: #0069D3;
    text-decoration: underline;
}
.dl-col-right .form-wrap form p:last-of-type a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.dl-col-right .form-wrap form input[type="submit"]{
    background: #FAB51A;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    letter-spacing: 0.15em;
    max-width: 275px;
    height: 71px;
    border:1px solid #FAB51A;
    border-radius: 100vh;
    margin: 30px auto 0;

    transition: all .3s ease;


}
.dl-col-right .form-wrap form input[type="submit"]:hover{
    background: #fff;
    color: #FAB51A;
}

.thumb{
    display: flex;
    flex-wrap:wrap;
    padding: 30px 0;

}
.thumb img{
   width:calc(calc(100% - 11px) / 2);
   margin-bottom: 20px;
}
.thumb img:not(:last-child){
    margin-right: 10px;

}


.mw_wp_form_input .form_confirm,
.mw_wp_form_confirm .form_input{
    display:none;
}


.dl-col-right .form-wrap form input.back_btn[type="submit"]{
    background: transparent;
    color: #FAB51A;
    display: block;
    width: 100px;
    max-width: initial;
    height: auto;
    border: none;
    border-radius: 0;
    margin: 0 auto;
    cursor:pointer;
}
.dl-col-right .form-wrap form input.back_btn[type="submit"]:hover{
    text-decoration:underline;
}


.mw_wp_form_complete strong{
    font-weight:700;
}
.mw_wp_form_complete p{
    line-height:1.7;
    margin:0 0 1em;
}

.mw_wp_form_complete p a:link{color:#0069D3;text-decoration:underline;}
.mw_wp_form_complete p a:visited{color:#0069D3;text-decoration:underline;}
.mw_wp_form_complete p a:hover{color:#0069D3;text-decoration:none;opacity: 0.8;}




@media screen and (max-width:768px){
    .dl-wrap{
       flex-wrap:wrap;
    
    }
    .dl-col-left{
        width:100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .dl-col-right{
        width:100%;
    }

    .thumb img{
       width:100%;
       margin-bottom: 20px;
    }
    .thumb img:not(:last-child){
        margin-right: 0px;
    
    }
}

/*-----------------------------------------------

ダウンロード一覧

------------------------------------------------*/
.dl-items-wrap {
    margin-bottom: 60px;
}
.dl-items-wrap h3{
    font-size: 22px;
    font-weight: bold;
    color: #222;
    padding-bottom: 16px;
    border-bottom: 1px solid #222;
    margin-bottom: 30px;
}
.dl-archive .dl-items-inner{
display: flex;
flex-wrap:wrap;

}
.dl-archive .dl-items-inner a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(calc(100% - 44px) / 3);
    margin-bottom: 30px;
    position: relative;
    width: 360px;
    height: 203px;
    overflow: hidden;
    
}
.dl-archive .dl-items-inner a::after{
    content:"";
    display: block;

    min-height: 100%;
    width:auto;
    height: auto;
    aspect-ratio: 350/197;
    position: absolute;
    top: 0;
    left:0;
    z-index:0;
    transition: all .3s ease;

}

.dl-archive .dl-items-inner a p{
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;

}
.dl-archive .dl-items-inner a img{
    position: absolute;
    top: 0;
    height: 0;
    transform: scale(1);
    transition: all .3s ease;
    width:auto;
    height: 100%;

    
}
.dl-archive .dl-items-inner a:hover img{
    transform: scale(1.1);

    
}


.dl-archive .dl-items-inner a:not(:nth-child(3n)){
margin-right: 22px;
}
@media screen and (max-width:768px) {
    .dl-archive .dl-items-inner a{
        width:100%;
    }
    .dl-archive .dl-items-inner a:not(:nth-child(3n)){
     margin-right:0;
    }



.dl-archive .dl-items-inner a::after {
    display:none;
}
}

/*-----------------------------------------------

資料ダウンロード一覧 (2023/11/20)

------------------------------------------------*/

.dl-archive .dl-items-inner-download {
    display: flex;
    flex-wrap: wrap;
}

.dl-archive .dl-items-inner-download a {
    flex-direction: column;
    align-items: center;
    width: calc(calc(100% - 44px) / 3);
    position: relative;
    width: 360px;
    /* 修正事項_240516　*/
    justify-content: space-between;
    display: flex;
    box-sizing: border-box;
}

.dl-items-inner-download .columFlexBox01 .box01{
    position: relative;
    padding: 30px 30px 30px 30px;
    /* 修正事項_240516　*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.dl-archive .dl-items-inner-download a::after {
    content: "";
    display: block;
    width: auto;
    height: auto;
    aspect-ratio: 350/197;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all .3s ease;
}

.dl-archive .dl-items-inner-download .downloadtitle {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    height: 82px; /*65px*/
}

.dl-archive .dl-items-inner-download a img {
    top: 0;
    height: 0;
    transform: scale(1);
    transition: all .3s ease;
    height: 100%;
}

.dl-archive .dl-items-inner-download a:hover img {
    transform: scale(1.1);
}

.dl-archive .dl-items-inner-download a:not(:nth-child(3n)) {
    margin-right: 22px;
}

.dl-archive .columFlexBox01 .img01 {
    position: relative;
    width: 100%;
}

.dl-archive .columFlexBox01 .box01 .columText01 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 修正事項_240516　*/
    height: auto!important;
    margin-bottom: auto;
}

/*----資料ダウンロード一覧 (2024/05/13)-----*/
.dl-archive .columFlexBox01 .box01 .downloadBtn01 {
    text-align: center;
    min-width: 120px;
    height: 55px;
    border: 1px solid #0069D3;
    color: #0069D3;
    display: inline-block;
    border-radius: 50px;
    font-weight: 700;
    /* margin: 0 auto; */
    position: relative;
    line-height: 55px;
    padding: 0 85px 0 75px;
    /* 修正事項_240516　*/
    margin-top: 25px;
}

.dl-archive .columFlexBox01 .box01 .downloadBtn01::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 1px;
    background-color: #0069D3;
    position: absolute;
    right: 15.5px;
    top: 50%;
}

.dl-archive .dl-items-inner-download a:hover .downloadBtn01 {
    background-color: #0069D3;
    color: #fff;
}

.dl-archive .dl-items-inner-download a:hover .downloadBtn01::after {
    background-color: #fff;
}
@media screen and (max-width:768px) {
    .dl-archive .dl-items-inner-download a {
        width: 100%;
    }

    .dl-archive .dl-items-inner-download a:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .dl-archive .dl-items-inner-download a::after {
        display: none;
    }
}

/*----資料ダウンロード一覧 (2024/07/16)-----*/
@media screen and (max-width:820px) {

    .dl-archive .dl-items-inner-download a:not(:nth-child(3n)) {
        margin-right: 0;
    }
}

/*----資料ダウンロード一覧 (2024/07/12)-----*/
@media screen and (max-width: 1024px) {
    .dl-archive .dl-items-inner-download {
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 820px) {
    .dl-archive .dl-items-inner-download {
        justify-content: space-between;
    }
}

/*-------------------------------------

事例紹介ダウンロード

--------------------------------------*/

.detailMainvisualCaseStudyDownload01 {
	background-image: url("/assets/img/download/事例ダウンロードTOP.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 67px;
}
.detailMainvisualCaseStudyDownload01 .detailMainvisualIn01{
    justify-content: flex-start;
}
.dl-col-left h2{
    color: #0069D3;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.77;
    margin-bottom: 30px;
}
.casestudydetailDownloadWrap01{
    padding: 120px 0 100px;
}
.downloadH201{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 60px;
}
.casestudydetailDownloadWrap01 .dlimg{
    padding:0 0 30px;
    text-align: center;
}

.casestudydetailDownloadWrap01 .dlimg + p{
    font-size: 16px;
    color: #222222;
    margin-bottom: 30px;
    line-height: 2;
}

.dl-col-left .detail{
background: rgba(245, 245, 245,.92);
padding: 30px 50px;
}

.dl-col-left .detail h3{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #222;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
}
.dl-col-left .detail ul{
    list-style-type: none;

}
.dl-col-left .detail ul li{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
    padding-left: 24px;
    line-height: 1.6;
}
.casestudydetailDownloadWrap01 .dl-col-left .detail ul li::before{
    content:"";
    display: block;
    width: 15px;
    height: 4px;
    background: #4295DD;
    position: absolute;
    top: 10px;
    left:0;
    margin-right: 12px;

}
.dl-wrap{
    display: flex;

}
.dl-col-left{
    width: 493px;
    margin-right: 60px;

}
.dl-col-right{
    flex:1;
}
.dl-col-right .form-wrap{
    background: #EDF4FA;
    padding:40px 40px 50px;
}

.dl-col-right .form-wrap p:first-child{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.dl-col-right .form-wrap p.form_confirm{
    margin-bottom: 30px;
}
.dl-col-right .form-wrap form dl{
   margin-bottom: 30px;
}
.dl-col-right .form-wrap form dl dt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;

}
.dl-col-right .form-wrap form input[type="text"]{
    background: #FFFFFF;
    border:none;
    border-radius: 0px;
    width:100%;
    line-height: 50px;
}
.dl-col-right .form-wrap form span.siryou{
    position:relative;
    display:inline-block;
}
.dl-col-right .form-wrap form span.siryou:before{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.dl-col-right .form-wrap form textarea{
    background: #FFFFFF;
    border:none;
    border-radius: 0px;
    width:100%;
}
.dl-col-right .form-wrap form input[type="radio"] label{
    padding-right: 25px;
    padding-left: 14px;
    margin-bottom: 20px;
}
span.req{
    font-size: 12px;
    color: #fff;
    background: #DC4300;
    border-radius: 2px;
    padding: 4px;
    display: inline-block;
    margin-left: 10px;
}
.dl-col-right .form-wrap form p:last-of-type{
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0 0;
    padding:0 0 0 1em;
    text-indent:-1em;
}
.dl-col-right .form-wrap form .privacy_check{
    line-height: 1.6;
}
.dl-col-right .form-wrap form .privacy_check a:link{color:#0069D3;text-decoration:underline;}
.dl-col-right .form-wrap form .privacy_check a:visited{color:#0069D3;text-decoration:underline;}
.dl-col-right .form-wrap form .privacy_check a:hover{color:#0069D3;text-decoration:none;opacity: 0.8;}
.dl-col-right .form-wrap form p:last-of-type a{
    color: #0069D3;
    text-decoration: underline;
}
.dl-col-right .form-wrap form p:last-of-type a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.dl-col-right .form-wrap form input[type="submit"]{
    background: #FAB51A;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    letter-spacing: 0.15em;
    max-width: 275px;
    height: 71px;
    border:1px solid #FAB51A;
    border-radius: 100vh;
    margin: 30px auto 0;

    transition: all .3s ease;


}
.dl-col-right .form-wrap form input[type="submit"]:hover{
    background: #fff;
    color: #FAB51A;
}

.thumb{
    display: flex;
    flex-wrap:wrap;
    padding: 30px 0;

}
.thumb img{
   width:calc(calc(100% - 11px) / 2);
   margin-bottom: 20px;
}
.thumb img:not(:last-child){
    margin-right: 10px;

}


.mw_wp_form_input .form_confirm,
.mw_wp_form_confirm .form_input{
    display:none;
}


.dl-col-right .form-wrap form input.back_btn[type="submit"]{
    background: transparent;
    color: #FAB51A;
    display: block;
    width: 100px;
    max-width: initial;
    height: auto;
    border: none;
    border-radius: 0;
    margin: 0 auto;
    cursor:pointer;
}
.dl-col-right .form-wrap form input.back_btn[type="submit"]:hover{
    text-decoration:underline;
}


.mw_wp_form_complete strong{
    font-weight:700;
}
.mw_wp_form_complete p{
    line-height:1.7;
    margin:0 0 1em;
}

.mw_wp_form_complete p a:link{color:#0069D3;text-decoration:underline;}
.mw_wp_form_complete p a:visited{color:#0069D3;text-decoration:underline;}
.mw_wp_form_complete p a:hover{color:#0069D3;text-decoration:none;opacity: 0.8;}




@media screen and (max-width:768px){
    .dl-wrap{
       flex-wrap:wrap;
    
    }
    .dl-col-left{
        width:100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .dl-col-right{
        width:100%;
    }

    .thumb img{
       width:100%;
       margin-bottom: 20px;
    }
    .thumb img:not(:last-child){
        margin-right: 0px;
    
    }
}

/*-------------------------------------
資料ダウンロード一覧ページ_20240516
--------------------------------------*/

@media screen and (max-width:390px) {
    .dl-archive .columFlexBox01 .box01 .downloadBtn01 {
        font-size: 15px;
    }
}

/*-------------------------------------
資料ダウンロード一覧ページ_20250630
--------------------------------------*/
@media screen and (max-width:768px) {
    .dl-archive .dl-items-inner-download .downloadtitle {
        height: auto;
        margin-bottom: 10px;
    }
}