/* まとめ------------------------------------------------------------------------ */

.column_matome {
    position: relative;
    margin: 2em 0;
    padding: 2.5em;
    border: solid 3px #0C3387;
    font-weight: bold;
}

.column_matome br {
    display: none;
}

.column_matome .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 30px;
    padding: 0 10px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #0C3387;
}

.column_matome ul {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    margin: 0 !important;
    padding: 0 !important;
}

.column_matome li {
    margin-left: 1.4em;
    text-indent: -1.4em;
}

.column_matome li::before {
    content: "◆";
    margin-right: 5px;
    color: #0C3387;
}

/* まとめ------------------------------------------------------------------------ */



/* 下線-------------------------------------------------------------------------- */

.marker {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #ffeb00a6);
}

/* 下線-------------------------------------------------------------------------- */



/* リンク------------------------------------------------------------------------- */

.c-link {
    color: #2976c6;
}

.c-link:hover {
    text-decoration: underline;
}

/* リンク------------------------------------------------------------------------- */



/* 表--------------------------------------------------------------------------- */

.column_table-scroll {
    overflow-x: auto;
}

.column_table-scroll>br {
    display: none;
}

.column_table_design10 {
    border-collapse: collapse;
    min-width: 700px;
    font-weight: bold;
    text-align: center;
    color: #383838;
    line-height: 1.5;
}

.column_table_design10 th,
.column_table_design10 td {
    padding: .5em 1em;
    border: 2px solid #dddddd;
    text-align: center;
    vertical-align: middle;
}

.column_table_design10 th {
    background: #dddddd;
    border-right: 2px solid #fff;
    border-top: 2px solid #dddddd;
}

.column_table_design10 th:last-of-type {
    border-right: 2px solid #dddddd;
}

.column_table_design10.vertical th {
    border-bottom: 2px solid #fff;
}

.column_table_design10.vertical tr:last-of-type th {
    border-bottom: 2px solid #dddddd;
}

/* 表--------------------------------------------------------------------------- */



/* ノベルティのお問い合わせ---------------------------------------------------------- */

.ctabtn01 {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #0C3387;
    border-radius: 8px;
    transition: 0.3s;
}

.ctabtn01:hover {
    color: #0C3387;
    background: #ffffff;
    outline: 1px solid #0C3387;
    transition: 0.3s;
}

/* ノベルティのお問い合わせ---------------------------------------------------------- */