@charset "UTF-8";
  h1.entry-title {
color: #fff;
background-color: #076baf;
margin: 2rem auto;
padding: 0.5em;
font-size: clamp(1.625rem, 1.563rem + 0.31vw, 1.75rem);
border-radius: 10px;
}
h2 {
font-size: clamp(1.5rem, 1.438rem + 0.31vw, 1.625rem);
color: #0071bc;
background-color: transparent;
text-align: center;
line-height: 140%;
margin: 2rem auto;
border-bottom: 2px solid;
padding: 0.5rem;
}
h3 {
font-size: clamp(1.188rem, 1.094rem + 0.47vw, 1.375rem);
margin: 3rem auto 1.5rem;
color: #0071bc;
padding: 0.5rem;
padding-left: 35px;
position: relative;
z-index: 0;
}
h3:before, h3:after {
content: "";
display: block;
width: 20px;
height: 20px;
position: absolute;
box-sizing: border-box;
}
h3:before {
background: #076baf;
z-index: 2;
top: 5px;
left: 0;
}
h3:after {
border: 2px solid #076baf;
top: 15px;
left: 10px;
z-index: 1;
}
h4 {
width: -moz-fit-content;
width: fit-content;
margin-left: 0;
padding: 5px;
position: relative;
background: #076baf;
color: #fff;
}
h5 {
font-size: clamp(1rem, 0.938rem + 0.31vw, 1.125rem);
position: relative;
padding-left: 20px;
}
h5:before {
content: "●";
display: flex;
position: absolute;
left: 0;
top: 0;
bottom: 0;
align-items: center;
}
p.affiliate {
font-size: 14px;
margin: 1em auto 1.5em;
padding: 5px 10px;
background: #efefef;
text-align: center;
}
#toc_container {
margin: 30px auto;
}
span.word-links {
display: inline-block;
border-bottom: 1px solid #ddd;
cursor: pointer;
line-height: 1.2;
transition: border-bottom-color 0.1s ease-out;
}
.scroll-table {
overflow-x: auto;
}
table {
border-collapse: collapse;
width: 100%;
}
table th {
padding: 5px;
white-space: nowrap;
color: #fff;
background-color: #0098ff;
border: 1px solid #b9b9b9;
}
table td {
padding: 5px;
border: 1px solid #b9b9b9;
}
.hikaku-table {
overflow-x: auto;
}
.hikaku-table table td {
text-align: center;
}
.hikaku-table table td i.fa-solid.fa-o {
color: #e75500;
font-size: 1.5em;
}
.hikaku-table table td i.fas.fa-bullseye.fa-lg {
color: #bf0000;
font-size: 1.4em;
}
.hikaku-table table td i.fa-solid.fa-xmark {
font-size: 1.4em;
}
.hikaku-table table td i.fa-solid.fa-play {
transform: rotate(-90deg);
font-size: 1.2em;
color: #000054;
}
ul.waku,
ol.waku {
border: 1px dashed;
border-radius: 4px;
padding-left: 1em;
}
.related-entries {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-bottom: 30px;
}
.related-entries .entries {
width: calc(33.3% - 20px);
box-shadow: 0 0 5px #ababab;
padding: 5px;
box-sizing: border-box;
border-radius: 6px;
background: #fff;
}
.related-entries .entries .column_img img {
aspect-ratio: 16/9;
}
.related-entries .entries p {
margin: 0;
}
@media only screen and (max-width: 768px) {
.related-entries .entries {
width: calc(50% - 15px);
}
} .article-ec-consulting-bnr {
margin-top: 50px;
} span.underline {
border-bottom: 2px solid #000;
} .border_box {
border: 1px solid;
padding: 10px;
}
.border_box_2px {
border: 2px solid;
padding: 10px;
}
.m0 {
margin: 0;
}
.single-post table th {
white-space: nowrap;
}