/* outline */
#mainContent { padding-top: 40px; }
#downloadSingle #mainContent{background-color: white!important;}
#downloadHome #mainPanel li .panelContent dd .iconNew{top: 166px;}

.downloadContent input,.downloadContent textarea{background-image: none; background-color: white; border: none!important; }
.downloadContent input:focus{
    outline: none;
}
.downloadContent img{max-width: 100%;}
.downloadContentInner{
    display: flex;
    position: relative;
}
.dlCntText{
    width: calc(56% - 20px);
    margin-right: 40px;
}
.dlCntForm{
    width: calc(44% - 20px);
}
/* outline */


/* start 詳細コンテンツ */
.dlCntText_ttl{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 28px;
}
.dlCntText_img{
    position: relative;
    margin-bottom: 48px;
}
.dlCntText_img img{
    width: 100%;
    object-fit: contain;
}
.dlCntText_list{
    padding-left: 63px;
    padding-top: 53px;
    padding-bottom: 42px;
    margin-bottom: 48px;
    border-top: 2px dashed #00a384;
    border-bottom: 2px dashed #00a384;
}
.dlCntText_list li{
    position: relative;
    line-height: 1.5;
    font-size: 18px;
    padding-left: 32px;
    margin-bottom: 14px;
}
.dlCntText_list li::before{
    position: absolute;
    top: 14px;
    transform: translateY(-50%);
    left: 0px;
    content: '';
    display: block;
    width: 22px;
    height: 20px;
    background-image: url('../images/check_bm.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/*ul ネストのクラス*/
.dlCntText_list .list2 li{
    padding-left: 0;
    line-height: 1.3;
}
.dlCntText_list .list2 li:first-child{
    margin-top: 10px;
}
.dlCntText_list .list2 li::before{
    content: none;
}
/*ul ネストのクラス*/

.dlCntText_listTtl{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-left: 11px;
}
.dlCntText_listTtl::before{
    position: absolute;
    content: '';
    background-image: url('../images/light.svg');
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 42px;
}
.dlCntText_textarea h2{
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 18px;
}
.dlCntText_textarea h3{
    font-weight: 700;
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 14px;
}
.dlCntText_textarea h4{
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 12px;
}
.dlCntText_textarea p{
    font-size: 16px;
    margin-bottom: 10px;
}

/* end 詳細コンテンツ */


.dlCntFormInner{
    padding: 28px 30px;
    background-color: #F6F6F6;
}



.dlCntForm .ss_form_title,
.dlCntForm .ss_enquete_title{
    display: inline-block;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    margin-bottom: 8px;
}
.dlCntForm .ss_form_title::before,
.dlCntForm .ss_enquete_title::before{
    position: relative;
    content: '任意';
    color: #00a384;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 7px;
    border: 1px solid #00a384;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 7px;
}
.dlCntForm #ss_company_name .ss_form_title::before,
.dlCntForm #ss_division .ss_form_title::before,
.dlCntForm #ss_position .ss_form_title::before,
.dlCntForm #ss_name .ss_form_title::before,
.dlCntForm #ss_email .ss_form_title::before,
.dlCntForm #ss_email_conf .ss_form_title::before,
.dlCntForm #ss_tel .ss_form_title::before,
.dlCntForm .ss_field.ss_required_field .ss_form_title::before,
.dlCntForm .ss_enquete_field.ss_required_field .ss_enquete_title::before {
    content: '必須' !important;
    color: white !important;
    background-color: #00a384 !important;
}
.dlCntForm .ss_input{
    width: 100%;
    margin-bottom: 24px;
}
.dlCntForm .ss_input input,.dlCntForm .ss_input textarea{
    border-radius: 8px;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
}
.dlCntForm .ss_input input[type=checkbox],
.dlCntForm .ss_input input[type="radio"]{
    font-size: 14px;
    width: unset;
}
.dlCntForm .ss_bottomComment,.dlCntForm .ss_upComment{
    font-weight: 700;
    font-size: 13px;
    margin-top: 6px;
}
.dlCntForm #ss_name .ss_grid{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.dlCntForm #ss_name .ss_input{
    width: calc(50% - 9px);
}
.dlCntForm .ss_required_field .ss_upComment a{
    color: #0086AF;
}
.dlCntForm .ss_required_field input{
    margin-right: 8px;
}
.dlCntForm .ss_required_field .ss_input{
    font-size: 14px;
    font-weight: 700;
}
.dlCntForm .ss_btnArea {
    width: 100%;
    max-width: 240px;
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 2px;
    position: relative;
}
.dlCntForm .ss_btnArea p{
    display: flex;
    width: 100%;
    border-radius: 100px;
}
.dlCntForm .ss_btnArea input{
    background-color: #00a384;
    color: #fff;
    border-radius: 50px;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.dlCntForm .ss_btnArea::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    display: block;
    content: '';
    background-image: url('../images/arrow_bm.svg');
    background-repeat: no-repeat;
    width: 8px;
    height: 14px;
    background-size: contain;
}
.dlCntForm .ss_required_field .ss_upComment {
    margin-bottom: 8px;
}

@media only screen and (max-width: 640px){
    .downloadContentInner{
        flex-direction: column;
    }
    .dlCntText,.dlCntForm{
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
    .dlCntForm{}

    .dlCntText_ttl{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .dlCntText_list{
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .dlCntText_listTtl{
        font-size: 18px;
        padding-left: 0;
        margin-bottom: 12px;
    }
    .dlCntText_listTtl::before {
        top: 40%;
        width: 24px;
        height: 30px;
    }
    .dlCntText_list li{
        font-size: 14px;
        padding-left: 21px;
        margin-bottom: 10px;
    }
    .dlCntText_list li::before{
        top: 11px;
        width: 16px;
        height: 14px;
    }

    .dlCntFormInner{
        padding: 20px 15px;
    }


    .dlCntText_textarea h2{
        font-size: 16px;
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .dlCntText_textarea h3{
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 10px;
    }
    .dlCntText_textarea h4{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .dlCntText_textarea p{
        font-size: 14px;
        margin-bottom: 10px;
        text-align: justify;
    }
    .dlCntForm .ss_form_title{
        margin-bottom: 6px;
    }
    .dlCntForm .ss_input {
        margin-bottom: 14px;
    }
    #download #mainContent {
        padding-top: 0;
    }
    #download #mainPanel {
        margin-top: 0;
    }
    .downloadSingle #mainContent {
        padding-bottom: 0;
    }
    .downloadSingle #mainContent {
        padding-top: 24px !important;
    }
}


#downloadCategory #mainPanel {
    width: 100%;
}

#download #mainPanel li .panelContent {
    width: 100%;
    margin: 0 0 40px;
}

#download #mainPanel .tab_menu {
    display: flex;
    width: 100%;
    margin: 0 0 1em;
}

#download #mainPanel .tab_menu li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0 8px;
    margin: 0 1px 0 0;
    list-style: none;
    cursor: pointer;
    color: #cdcdcd;
    background: #a8a8a8;
    font-size: 125%;
}

#download #mainPanel .tab_menu li:last-child {
    margin-right: 0;
}

#download #mainPanel .tab_menu li.selected {
    background: #3E3A39;
    color: #fff;
}

#download #mainPanel .tab_panel {
    overflow: hidden;
    height: 0;
    opacity: 0;
}

#download #mainPanel .tab_panel.is-show {
    overflow: visible;
    height: auto;
    opacity: 1;
    transition: opacity .4s ease-in-out;
}

#contactArea {
    padding: 0 0 100px !important;
    display: flex;
}
.downloadCategory #contactArea {
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 640px) {
    #download #mainPanel li.panelLink {
        width: 100%;
    }

    #download #mainContent #narrowedWrap {
        padding: 0;
    }

    #download #mainPanel ul {
        justify-content: space-around;
        margin: 9.375% auto 0;
        row-gap: 1.5em;
    }
}