@charset "UTF-8";

.entry-content {
margin-bottom: 64px;
}
.eye_catch_area {
margin-top: 0;
margin-bottom: 24px;
}

.entry-content h2 {
font-size: 24px;
font-family: 'Roboto', 'Noto Sans JP', sans-serif !important;
font-weight: 400 !important;
line-height: 1.5;
padding: 9px 7px 9px 7px;
background: var(--color-key);
margin: 30px 5px 19px 5px;
color: var(--color-white);
border: solid 1px white;
box-shadow: 0px 0px 0px 5px var(--color-key);
}

.entry-content h3 {
width: 100%;
background: var(--color-key-light);
color: var(--color-key-dark);
font-size: 22px;
font-family: 'Roboto', 'Noto Sans JP', sans-serif !important;  
font-weight: 400!important;
line-height: 1.8!important;
border-bottom: none;
padding: 12px 10px 12px 10px; 
margin: 24px 0px 14px 0;
border-left:solid 6px var(--color-key-30);
}
.entry-content h4 {
background: #EAEAEA;
width: 100%;
color: var(--color-key-dark);
font-size: 20px;
font-weight: bold!important;
line-height: 20px;
letter-spacing: 0.5px;
border-left: none;
border-radius: 0;  
padding: 12px 8px 12px 18px;
margin: 0 auto 16px;
position: relative;
}
.entry-content h4:before{
content: '';
width: 10px;
height: 15px;
background: var(--color-key-30);
display: block;
position: absolute;
top: 0;
bottom: -15px;
margin: auto;
left: 0;  
}
.entry-content h4:after {
content: '';
width: 10px;
height: 15px;
background: var(--color-key);
display: block;
position: absolute;
top: -15px;
bottom: 0;
margin: auto;
left: 0;  
}
.entry-content p {
/* font-weight: 100; */
padding: 0 10px;
margin-bottom: 24px;
/* 字切りをカツカツにする記述↓ */
word-break: break-all;
overflow-wrap: normal;
text-align: justify;
}
.entry-content p > a {
display: inline;
}
.entry-content ul {
width: calc(100% - 0px);
margin-bottom: 24px;
padding: 0 10px;
/* font-weight: 100; */
list-style: none;
}

.entry-content ol {
width: calc(100% - 0px);
margin-bottom: 24px;
padding: 0 10px;
/* font-weight: 100; */
list-style: none;
}

.entry-content table {
width: calc(100% - 0px);
margin: 0 auto 24px;
padding: 0 24px;
}
.entry-content table th {
background: var(--color-key2-light)!important;
text-align: center;
}
table tbody tr:hover th{
background: var(--color-key2-light)!important;
}
.entry-content table td {
background: var(--color-white);
/*   font-weight: 100 !important; */

}
.entry-content table td, .entry-content table th {
padding: 14px 14px;
border: 1px solid var(--color-gray-bb);
font-size: 16px;
}

td.table_color {
background: #ff0000 !important;
}

@media screen and (max-width: 680px) {
.entry-content {
margin-bottom: 0;
}
.eye_catch_area {
margin-bottom: 16px;
}
.entry-content table td, .entry-content table th {
padding: 11px 6px;
font-size: 13px;
}
}
