@charset "UTF-8";

.transaction_wrapper {
    width: 100%;
    margin: 0;
}

.transaction_wrapper .transaction_inner {
    width: 1200px;
    margin: 0 auto;
}

.transaction_wrapper .lead_title {
    margin-top: 35px;
}

.transaction_wrapper h2.common-title {
    margin-top: 60px;
}

.transaction_wrapper ul.note,
.transaction_wrapper ul.note li,
.transaction_wrapper ul.note a {
    margin-top: 1px;
    font-size: 14px;
    color: #666666;
}

/* ※ マーク */
ul > li.-star {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

ul > li.-star::before {
    content: "※";
    position: relative;
    display: inline-block;
    margin: 0;
    width: 1.5em;
    text-indent: 0;
    color: inherit;
}

.transaction_table {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
}

.transaction_table dt {
    width: 300px;
    padding: 16px 20px;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    background-color: #f2f2f2;
    font-weight: bold;
}

.transaction_table dd {
    width: calc(100% - 300px);
    padding: 16px 20px;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
}
