@charset "UTF-8";

/* contents ------------------------------------- */
body #contents li > *,
body #contents .docSet .apply > div {
    margin-top:10px;
}


#contents .section  ol li {
    margin-left: 1.5em;
    text-indent: unset;
}
#contents .section  ul li {
    margin-left: 0;
    text-indent: unset;
}
#contents .section  .parenNumA_pg  li {
    margin-left: 3em;
}

/*ドキュメントボタン*/
body #contents .docSet .apply {
    box-sizing: border-box;
    width: auto;
    justify-content: flex-start;
}
#contents .docSet.resetLeft li { 
    margin-bottom: 1em;
}
body #contents .docSet .apply .docName {
    margin-top: 0;
    width: 13%;
    max-width: 150px;
}
#contents .docSet .apply > .specification {
    width: 40%;
    max-width: 250px;
}
#contents .docSet .apply > .specification:not(:last-of-type) {
    margin-right: 5%;
}
#contents .docSet .apply .specification>div {
    padding: 0;
    max-width: 250px;
    min-width: unset;
    width: 100%;
}
#contents .docSet .apply .specification>div a {
    padding: 1em;
    display: block;
    width: 100%;
}

/* ---------------------------------------
 レスポンシブ
 --------------------------------------- */
/* SP */
@media screen and (max-width: 470px) {
    body #contents .docSet .apply > *,
    body #contents .docSet .apply > .specification,
    body #contents .docSet .apply .docName{
       width: 100%;
       margin-right: 0px !important;
       max-width: unset;
    }    
    #contents .docSet .apply .specification>div {
        margin: 0;
        max-width: 100%;
    }
}

@media screen and (min-width: 470px) and (max-width: 767px) {
    body #contents .docSet .apply .docName {
        width: 100%;
        max-width: unset;
    }

    #contents .docSet .apply > .specification {
        width: 45%;
        max-width: 230px;
    }
}

/* SP & TB */
@media screen and (min-width: 470px) and (max-width: 1025px) {
 }

/* TB */
@media screen and (min-width: 768px) {
}

/* PC */
@media screen and (min-width: 1025px) {
}

@media screen and (min-width: 1400px) {

}