@charset "UTF-8";



/***20251111*****/

ul.column_list li {
    margin-bottom: 8px;
    display: flex;
}

ol.column_list li {
    margin-bottom: 8px;
}


ul.column_list li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #0C9;
    display: block;
    margin-right: 5px;
    margin-top: 8px;
}

ul.column_list li p, ol.column_list li p {
    margin: 0;
}

h4.column_h4 {
    margin-bottom: 10px;
    background: #f5f5f5;
    color: #452b12;
    padding: 5px 8px;
    margin-top: 20px;
}

ul.column_list, ol.column_list {
    margin-bottom: 25px;
}

.column_endArea {
    border-top: 1px dotted #ccc;
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
    margin-top: 40px;
}

.column_subTtl {
    border-left: 5px solid #0CC;
    padding-left: 5px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 25px;
}

table.column_table {
    border-top: 1px solid #eee;
}

table.column_table tr {
    border-bottom: 1px solid #eee;
}

table.column_table th {
    background: #f5f5f5;
    border: none;
}

.column_mainTtl {
    background: #0CC;
    color: #fff;
    padding: 5px 8px;
    margin-bottom: 15px;
}

.column_name {
    font-size: 1.5rem;
}

.column_name span {
    font-size: 1rem;
    display: block;
    line-height: 130%;
}

.flexArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item-center{
    align-items: center;
}

.column_name {
    width: calc(100% - 150px);
}

.column_Img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
}

.column_Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
    border-radius: 50%;
}

.txt_link{
    color: #C93;
    text-decoration: underline;
}
/* --- コラム本文内の画像を崩さず表示（共通） --- */
#knowledge article img:not(.column_Img img) {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 16px auto;
}

/* もし .ph1 を使っているなら（幅を揃えたい場合） */
#knowledge article img.ph1 {
    width: 380px;      /* PCで基準幅 */
    max-width: 100%;   /* 画面が狭い時は縮む */
    height: auto;
}


@media(max-width:540px){
.column_Img {
    width: 90px;
    height: 90px;
}

.column_name {
    width: calc(100% - 110px);
}

.column_name {
    font-size: 16px;
}

.column_name span {
    font-size: 14px;
}

.column_mainTtl {
    margin-bottom: 10px;
    font-size: 14px;
}

.column_subTtl {
    border-left: 3px solid #0CC;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
}

table.column_table th, table.column_table td{
    display: block;
    width: 100%;
    font-size: 13px;
}
}

#knowledge .maincontents article h2,
#knowledge .maincontents article h3{
    display:block !important;
    width:100% !important;
    box-sizing:border-box !important;
    clear:both !important;
    border-top:0 !important;
    border-right:0 !important;
    border-left:0 !important;
    border-bottom:0 !important;
    box-shadow:none !important;
    background:none !important;
    background-image:none !important;
}

#knowledge .maincontents article h2{
    padding-bottom:12px;
    background:linear-gradient(#0CC,#0CC) 0 100%/100% 3px no-repeat !important;
}

#knowledge .maincontents article h3{
    padding-bottom:10px;
    background:linear-gradient(#0CC,#0CC) 0 100%/100% 3px no-repeat !important;
}

#knowledge .maincontents article h2::before,
#knowledge .maincontents article h2::after,
#knowledge .maincontents article h3::before,
#knowledge .maincontents article h3::after{
    content:none !important;
}
#knowledge .maincontents article h2,
#knowledge .maincontents article h3{
  border-top:0 !important;
  border-right:0 !important;
  border-left:0 !important;
  border-bottom:0 !important;
  box-shadow:none !important;
  background:none !important;
  background-image:none !important;
}

#knowledge .maincontents article h2 *,
#knowledge .maincontents article h3 *{
  border-top:0 !important;
  border-right:0 !important;
  border-left:0 !important;
  border-bottom:0 !important;
  box-shadow:none !important;
  background:none !important;
  background-image:none !important;
}

/* “線の元”になりがちな疑似要素を完全停止（PCで残る原因の本丸） */
#knowledge .maincontents article h2::before,
#knowledge .maincontents article h2::after,
#knowledge .maincontents article h3::before,
#knowledge .maincontents article h3::after{
  content: "" !important;
  display: none !important;
}

/* 下線はこれだけ（1本） */
#knowledge .maincontents article h2{
  padding-bottom:12px !important;
  background:linear-gradient(#0CC,#0CC) 0 100%/100% 3px no-repeat !important;
}
#knowledge .maincontents article h3{
  padding-bottom:10px !important;
  background:linear-gradient(#0CC,#0CC) 0 100%/100% 3px no-repeat !important;
}
