@charset "utf-8";

.single_head {
    margin-top: 40px;
    margin-bottom: 50px;
}
.single_head .date-cat_w {
    margin-bottom: 20px;
}
.single_head h1 {
    font-size: 25px;
    line-height: 1.5;
}
.single_head .event_period {
    background-color: #F9F8F9;
    padding: 10px;
    margin-bottom: 30px;
}

#single_contents_w h1 {
    font-size: 25px;
}
#single_contents_w h2 {
    border-bottom:1px solid #C2C2C2;
    padding-bottom:10px;
    margin-bottom:15px;
}
#single_contents_w p + h2,
#single_contents_w a + h2,
#single_contents_w ul + h2,
#single_contents_w ol + h2,
#single_contents_w figure + h2 {
    margin-top: 70px;
}
#single_contents_w h3 {
    border-left: 5px solid #808080;
    padding-left: .5rem;
    margin: 45px 0 20px 0;
}
#single_contents_w h4 {
    margin: 30px 0 10px 0;
}
#single_contents_w .btn1_w {
    margin-top: 0;
}
.wp-block-table {
    overflow-x: inherit !important;
}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    width: 100% !important;
    display: block;
}
#single_contents_w table {
    width: 100% !important;
}
#single_contents_w table th {
    width: 30%;
    background-color: #F9F8F9;
    vertical-align: top;
}
#single_contents_w table th,
#single_contents_w table td {
    border: 1px solid #C2C2C2;
    color: #444444;
    padding: 10px;
}
#single_contents_w table th:first-child,
#single_contents_w table td:first-child {
    background-color: #F9F8F9;
    border-right: none;
    font-weight: bold;
}
#single_contents_w table td:nth-of-type(1) {
    text-align: left;
    width: 20%;
}
#single_contents_w table td:nth-of-type(2) {
    text-align: left;
    width: 20%;
}
#single_contents_w table td:nth-of-type(3) {
    text-align: left;
    width: 20%;
}
#single_contents_w table td:nth-of-type(4) {
    text-align: left;
    width: 20%;
}
#single_contents_w table td:nth-of-type(5) {
    width: 20%;
}
a {
    color:#B50005;
    text-decoration:underline;
}
a:hover {
    color:#B50005;
    opacity:0.8;
    text-decoration:none;
}
a[target="_blank"]:after {
    margin-left: 5px;
    margin-right: 5px;
    content: url(./images/icon_blank.png);
    display: inline-block;
    vertical-align: -1px;
}
a[href $='.pdf']:after {
    margin-left: 5px;
    margin-right: 5px;
    content: url(./images/icon_pdf.png);
    display: inline-block;
    vertical-align: -1px;
}
ul,ol {
    padding-left: 1.5em;
}
.bdt_c2 {
    border-top: 1px solid #C2C2C2;
}
.bdb_c2 {
    border-bottom: 1px solid #C2C2C2;
}

@media screen and (max-width: 768px) {
    .single_head {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    #single_contents_w h1,
    .single_head h1 {
        font-size: 23px;
    }
    #single_contents_w table th,
    #single_contents_w table td {
        padding: 10px 8px;
    }
}