@charset "UTF-8";
/* コンテンツ */

.squ {
    color:#f08b00;
}

.da_doc ul {
    margin-bottom: -1em;
}
.da_doc ul li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    line-height: 1.7;
    margin-bottom: 1em;
}
.da_doc ul li strong {
    color:#f08b00;
}

.pay1 {
    margin-top: 0.5em;
}
.pay1 ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -0.5em;
}
.pay1 ul li {
    box-sizing: border-box;
    background-color: #fdf3e5;
    line-height: 2.5em;
    padding: 0 1em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    border: 1px solid #f08b00;
}
.pay1 ul li:last-child {
    background-color: transparent;
    border-width: 0;
    font-size: 0.84em;
    line-height: 1.5;
    margin-right: 0;
    padding-right: 0;
    text-indent:-1em;
}

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


}


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


}

