@charset "utf-8";

.content-box {
    padding: 5px 20px;
}
.content-box img {
    width: 100%;
}

.todokede-news {
    background-color: #F8CBAD;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 20px 30px 0 30px;
    box-shadow: 0px 8px 16px -2px rgba(0, 0, 0, 0.1), 0px 0px 24px 1px rgba(10, 10, 10, 0.02);
    text-align: center;
}
.todokede-news p {
    text-align: center;
}

.totdokede-news-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.tekiseikanri-img, .koushin-img {
    display: flex;
    justify-content: space-between;
}
.tekiseikanri-img-left {
    width: 37%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tekiseikanri-img-right {
    width: 60%;
}
.tekiseikanri-img img {
    width: 100%;
}

.tekiseikanri-img a, .koushin-img-box a {
    width: 100%;
    display: block;
}

.tekiseikanri-img-left::after {
    content: none;
}

.koushin-img-box {
    width: 47%;
}

.bg-blue {
    background-color: #eaf6fc;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.notification-bnr {
    display: block;
}

.bg-blue img {
    width: 100%;
    background-color: #ffffff;
}

.bg-blue ul li::before {
    content: none;
}

.content-box ul li::before {
    content: none;
}

.article .todokede-list {
    padding: 0 20px;
}

.article .todokede-list li {
    padding-left: 0;
    list-style-type: disc;

}

.article .kanri-subtitle {
    font-size: 110%;
    color: #333333;
    font-weight: normal;
    position: relative;
    padding: 5px 0px 3px 0px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: none;
}

/**届出の種類***/

.article table.todokede-table {
    border: none;
    font-size: 100%;
   margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 5px;
   
}

.article table.todokede-table th {
    background-color: #ededed;
    border: none;
    padding: 0;
    margin: 0;
    color: #333333;
    width: 17%;
}

.article table.todokede-table td {
    background-color: #ededed;
    border: none;
    padding: 0;
    margin: 0;
    color: #333333;
}

.bg-yellow-block {
    background-color: yellow;
    display: block;
    margin-left: 0.9rem;
}

.bg-yellow {
    background-color: yellow;
}
.bg-asterisk {
    display: block;
    margin-left: 0.9rem;
}

.kakomi-gray {
    background-color: #ededed;
    color: #333333;
    border-radius: 5px;
    margin-bottom: 20px;
    border: none;
    padding: 15px 18px;
    display: block;
    clear: both;
}

/***********届出の更新ページ********************/

.koushin-contact-table>tbody>tr {
    display: block;
    width: 100%;
}

.article .koushin-contact-table {
    /*margin: 60px auto;*/
    background-color: #ffffff;
    color: #333333;
    border-radius: 5px;
    padding: 15px 20px;
    display: block;
    border: dashed 3px #999;
    border-radius: 10px;
    width: 100%;
}

.article .koushin-contact-table th {
    background-color: #ffffff;
    color: #333333;
    font-size: 1.0rem;
    font-weight: bold;
    border: none;
    padding: 0 0 15px 0;
}

.article .koushin-contact-table>tbody>tr>td
 {
    display: flex;
    border: none;
    font-size: 1.0rem;
    padding: 1px 16px;
    width: 100%;
}

/*tbody無効化*/

.article .koushin-contact-table>tbody,
.article .koushin-contact-table>tr {
    display: block;
    width: 100%;
}