
/*------------
25.10.17 DC追記
--------------*/
.container .list1 {
    list-style: none;
}
.container .list1 li {
    margin-bottom: 30px;
}
.container .ttl1 {
    padding: 10px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background-color: #009cff;
    text-align: left;
    margin: 3% 0 2%;
}
.container .ttl2 {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-left: #009cff 4px solid;
    text-align: left;
    margin: 2% 0 1.5%;
}
div.float.clear::after{
    content: '';
    display: block;
    clear: both;
}
div.float p.floatr {
    float: right;
    width: 45%;
    margin: 0 0 10px 10px;
}
div.float p.floatl {
    float: left;
    width: 45%;
    margin: 0 10px 10px 0;
}
p.floatr img,
p.floatl img {
    width: 100%;
    object-fit: cover;
}
p.read_txt {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}
p.btn1 {
    width: fit-content;
    margin: 10px auto;
}
p.btn1 a {
    display: block;
    width: 250px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #009cff;
    border: #009cff solid 1px;
    transition: all .3s;
}
p.btn1 a:hover {
    background: #fff;
    color: #009cff;
}
.table1,
.table2 {
    width: 100%;
    margin: 2% 0;
}
.table1 th {
    border: #009cff solid 1px;
    background: #009cff;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: calc(100% / 3);
}
.table1 th:nth-child(1),
.table1 th:nth-child(2) {
    border-right: #fff 1px solid;
}
.table1 td {
    border: #009cff solid 1px;
    padding: 10px;
}
.table2 th {
    border: #009cff solid 1px;
    background: #009cff;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 50%;
}
.table2 th:nth-child(1) {
    border-right: #fff 1px solid;
}
.table2 td {
    border: #009cff solid 1px;
    padding: 10px;
}
.list2 {
    list-style: none;
    padding: 10px;
}
.list2 li {
    margin-bottom: 10px;
}
.list2 li:last-of-type {
    margin-bottom: 0px;
}
.list2 li span {
    color: #009cff;
    margin-right: 10px;
}
.container .dc_btn {
    text-align: left;
    white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
#main-title .container .title-area h2 span.ib {
    display: inline-block;
    color: #009cff;
    font-weight: bold;
    line-height: 2.5em;
}

@media  screen and (max-width:700px) {
    div.float p.floatr,
    div.float p.floatl {
        float: unset;
        width: 100%;
        margin:0 0 10px;
    }
}
/*-------------------
25.11.06 DC追記
----------------------*/
.dc_width {
    padding-bottom: 0px;
}
.dc_column {
    margin: 3% auto;
    max-width: 1000px;
    width: 90%;
}
.dc_ttl1 {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.dc_list1 {
    max-height: 180px;
    overflow-y: scroll;
    margin: 3% 0;
}
.dc_list1 li {
    border-bottom: #009cff dashed 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.dc_list1 a {
    text-decoration: none;
    color: #000;
    transition: all .3s;
}
.dc_list1 a:hover {
    opacity: .8;
}
.dc_ttl2 {
    padding: 0;
    margin: 5px 0;
    border: none;
    white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
    color: #009cff;
    font-size: 18px;
}
.dc_read_txt {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
    line-height: normal;
    margin: 0 !important;
}
.dc_column_link {
    text-align: right !important;
}
.dc_column_link a {
    text-decoration: none;
    color: #000;
    transition: all .3s;
}
.dc_column_link a:hover {
    color: #009cff;
    opacity: .8;
}
@media screen and (max-width:700px) {
    .dc_ttl1 {
        font-size: 20px;
    }
}