@charset "UTF-8";

.download .inner {
    max-width: 1240px;
}

.hero {
    padding-top: 120px;
}

.hero_cnt {
    background-color: #F5FBFF;
    border-radius: 23px;
    padding: 27px 176px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 170px;
}

.hero_cnt_ttl {
    font-size: 40px;
    font-weight: bold;
    color: #007EDF;
}


.download {
    margin-bottom: 145px;
}

.download .download_head {
    margin-bottom: 46px;
}

.download .line {
    justify-content: left;
}

.download_list {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
}

.download_item {
    padding: 45px 43px 26px;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.download_item_ttl {
    font-size: 16px;
    font-weight: bold;
    color: #007EDF;
    margin-bottom: 27px;
}

.item_img img {
    width: 100%;
    max-width: 280px;
    height: auto;
}

.download_item img {
    margin-bottom: 20px;
    /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); */
}

.download_item_txt {
    font-weight: 500;
    margin-bottom: 20px;
}

.download_list_link {
    color: #fff;
    background-color: #FA529D;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 284px;
    padding: 15px 20px;
}

.download_list_link:hover {
    opacity: 0.8;
}

.download_list_link::after {
    content:'';
    width: 25px;
    height: 25px;
    background-image: url(/img/cmn/icon-download.svg);
    background-size: cover;
    background-repeat: no-repeat;
}


/* download_single */

.download_single {
    padding-bottom: 140px;
}

.download_single .inner {
    max-width: 1240px;
    padding-top: 180px;
}

.download_body {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}

.material_detail_tag {
    color: #fff;
    background-color: #007EDF;
    border-radius: 8px;
    padding: 7px 14px;
    width: fit-content;
    margin-bottom: 10px;
}

.material_detail_ttl {
    color: #007EDF;
    margin-bottom: 20px;
}

.material_detail_head .line {
    justify-content: left;
}

.material_know_ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.matrial_exp .material_know {
    padding: 26px 33px;
    background-color: #F5FBFF;
    border-radius: 10px;
}

.matrial_exp ul  li {
    font-size: 16px;
    font-weight: 500;
}

/* form */

.download_form {
    width: 100%;
    max-width: 600px;
}

.form_tbl {
    padding: 40px 36px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.form_tbl dl {
    margin-bottom: 40px;
}

.form_tbl dl dt {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.form_tbl dl dt.req::after {
    content: '必須';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #FA529D;
    padding: 0 10px;
    border-radius: 4px;
}

.form_tbl dl dd input {
    width: 100%;
    padding: 10px 20px;
    background-color: #F5F5F5;
    border: solid 1px #DDDDDD;
    border-radius: 6px;
}

.agree {
    font-weight: 500;
    text-align: center;
}

.agree a {
    color: #3DC0FF;
    text-decoration: underline;
}

.agree a:hover {
    text-decoration: none;
}

.agree_btn {
    text-align: center;
    margin-bottom: 30px;
}

.agree_btn span {
    font-size: 16px;
    font-weight: bold;
}

.agree_btn input {
    all: revert;
}

.send {
    text-align: center;
}

.send button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #000;
    border: solid 1px #000;
    transition-duration: 0.5s;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
}

.send button:hover {
    cursor: pointer;
    background-color: #fff;
    color: #000;
}

.download_text {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}

.download_btn {
    display: none;
}

.mw_wp_form.mw_wp_form_complete .download_btn {
    display: block;
}

.download_btn a {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #007EDF;
    border: solid 1px #007EDF;
    transition-duration: 0.5s;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
}

.download_btn a:hover {
    cursor: pointer;
    background-color: #fff;
    color: #007EDF;
}


.download_btn.show {
    display: block; /* またはinline-blockなど */
}




@media screen and (max-width:767px) {

    .hero {
        padding-top: 100px;
    }

    .hero_cnt {
        padding: 30px;
        margin-bottom: 50px;
    }

    .hero_cnt_ttl {
        font-size: 20px;
    }

    .hero_cnt img {
        width: 30%;
    }

    .download_list {
        flex-flow: column;
    }


    /* download_single */

    .download_single .inner {
        padding-top: 110px;
    }

    .download_body {
        flex-flow: column;
    }

    .form_tbl {
        padding: 20px;
    }
}