#contentsWrapper .contArea {
    max-width: 100%;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media screen and (max-width: 979px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.au-breadcrumb.aem-GridColumn.aem-GridColumn--default--12 {
    background: #FFF;
    padding: 10px 0px;
}

ol.breadcrumb {
    max-width: 980px !important;
    margin: 0px auto !important;
}

.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
    float: none !important;
}

.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
    float: none !important;
}

.headerPopup .popupCloser {
    display: none !important;
}


/* CSSは下記より記述をスタートしてください。　*/

#contents {
    background-color: #f2e8e4;
    margin: 0 auto;
}

#contents_inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 110px;
    max-width: 980px;
    width: 100%;
}

#contents_title {
    background-image: url("../img/download/bg_blackline.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 10px 0 8px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#contents_title img {
    max-width: 640px;
    width: 100%;
}

#thumbnails {
    display: flex;
    justify-content: space-between;
    margin: 38px auto 80px;
    padding: 0;
}

#thumbnails li {
    display: block;
    max-width: 264px;
    width: 30%;
}

#thumbnails li dl {
    display: block;
    width: 100%;
}

#thumbnails li dl dt {
    color: #756f46;
    display: block;
    font-size: 18px;
    margin: 0 auto 14px;
    text-align: center;
    width: 100%;
}

#thumbnails li dl dd {
    display: block;
    text-align: center;
    width: 100%;
}

#thumbnails li dl dd img {
    width: 100%;
}

#thumbnails li dl dd.thumb {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
}

#thumbnails li dl dd.btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.title_howto {
    background-image: url("../img/download/bg_blackline.png");
    background-repeat: repeat-x;
    height: 22px;
    line-height: 1;
    margin: 0 auto 30px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.title_howto img {
    width: 576px;
}

#steps {
    margin: 32px auto;
    padding: 0;
    width: 100%;
}

.step {
    display: table;
    margin: 0 auto 30px;
    width: 100%;
}

.step dl {
    display: table-row;
    width: 100%;
}

.step dl dt {
    box-sizing: border-box;
    display: table-cell;
    width: 103px;
}

.step dl dd {
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    padding-left: 27px;
    padding-top: 18px;
    vertical-align: top;
}

.step dl dd span {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    padding-left: 12px;
    text-indent: -12px;
}

#references {
    border-bottom: solid 1px #c2bab6;
    border-top: solid 1px #c2bab6;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24px 0;
}

.title_reference {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    margin: 0 auto;
    width: 100%;
}

.fyi {
    font-size: 14px;
    line-height: 2;
    padding-left: 14px;
    text-indent: -14px;
}

.fyi img {
    width: 14px;
}

#thumbnails  li dl dd.notice {
    display: none;
}

    .pc_only {
        display: inline-block;
    }
    .sp_only {
        display:none;
    }

@media screen and (max-width: 480px) {
    #contents {
        margin-left: auto;
        margin-right: auto;
        padding: 10px 1% 40px;
    }

    #contents_inner {
        box-sizing: border-box;
        margin: 0 auto;
        padding-bottom: 6rem; 
        width: 95%;
    }
    /*
    #contents_title {
        background-image: url("../img/download/bg_blackline.png");
        background-repeat: repeat-x;
        background-position: center bottom;
        padding: 10px 0 8px;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    */
    #contents_title img {
        width: 100%;
    }
    #thumbnails {
        display: block;
        margin: 2rem auto 3rem;
        padding: 0;
        width: 69%;
    }
    #thumbnails li {
        display: block;
        margin: 1rem auto 2rem;
        width: 100%;
    }
    #thumbnails li dl {
        display: block;
        width: 100%;
    }
    #thumbnails li dl dt {
        color: #756f46;
        display: block;
        font-size: 1rem;
        margin: 0 auto 0.5rem;
        text-align: center;
        width: 100%;
    }
    #thumbnails li dl dd {
        display: block;
        text-align: center;
        width: 100%;
    }
    #thumbnails li dl dd img {
        width: 100%;
    }
    #thumbnails li dl dd.thumb {
        display: block;
        margin: 0 auto 1rem;
        text-align: center;
        width: 100%;
    }
    #thumbnails li dl dd.btn {
        display: none;
    }

    #thumbnails  li dl dd.notice {
        display: block;
        font-size: 0.8rem;
        line-height: 1.5;
        margin: 0 auto;
        text-align: left;
        width: 100%;
    }
    .title_howto {
        background-image: none;
        background-repeat: repeat-x;
        height: 1rem;
        line-height: 1;
        margin: 0 auto 30px;
        padding: 0;
        text-align: left;
        width: 100%;
    }
    .title_howto img {
        width: 100%;
    }
    #steps {
        margin: 1rem auto;
        padding: 0;
        width: 100%;
    }
    .step {
        display: table;
        margin: 0 auto 1rem;
        width: 100%;
    }
    .step dl {
        display: table-row;
        width: 100%;
    }
    .step dl dt {
        box-sizing: border-box;
        display: table-cell;
        width: 26%;
    }
    .step dl dt img {
        width: 100%;
    }
    .step dl dd {
        display: table-cell;
        font-size: 0.95rem;
        font-weight: bold;
        line-height: 1.6;
        padding-left: 1rem;
        padding-top: 0;
        vertical-align: top;
    }
    .step dl dd span {
        display: inline-block;
        font-size: 0.8rem;
        font-weight: normal;
        padding-left: 0.8rem;
        text-indent: -0.8rem;
    }
    #references {
        border-bottom: solid 1px #c2bab6;
        border-top: solid 1px #c2bab6;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 1.5rem 0;
    }
    .title_reference {
       /*  font-size: 1rem;*/
        font-weight: bold;
        line-height: 1.6;
        margin: 0 auto;
        width: 100%;
    }
    .fyi {
        font-size: 0.8rem;
        line-height: 2;
        padding-left: 1rem;
        text-indent: -1rem;
    }
    .fyi img {
        width: 1rem;
    }

    .pc_only {
        display: none;
    }
    .sp_only {
        display: inline-block;
    }
}



@media screen and (min-width: 481px) {
    .save_pc {
    font-size: 0.8rem;
    margin-bottom: 66px;
    margin-top: -30px;
　}
}

@media screen and (max-width: 480px) {
    .save_pc {
    display: none;
　}
}