.fs-c-productList{
display:none
}

  h1.fs-c-heading--page{
    text-align:left;
    border-bottom:none;
    color: rgba(5, 41, 158, 0.7);
    font-size:1.6rem;
    padding-bottom:0;

  }

  .contents_article{
    margin-bottom:60px;
  }
  
	section.contents_section:not(:first-of-type) {
		margin-top: 16%;
	}

    .contents_article .contents_section p{
      font-size:1rem;
      line-height:2;
      letter-spacing:0.1em;
    }
.contents_section p{margin-bottom: 50px;}

    .contents_article .contents_section p strong{
      color: #05299E;
      background: linear-gradient(transparent 50%, rgba(120, 255, 00, 0.3) 50%);
    }

    .contents_article .contents_section h2{
      color: rgba(5, 41, 158, 0.7);
      border-left: solid;
      border-top: 1px solid #717171;
      border-bottom: 1px solid #717171;
      border-right: 1px solid #717171;
      margin-bottom: 20px;
      padding: 8px;
      font-size:1.5rem;
line-height:2.5rem;
    }

    .contents_article .contents_section h3{
      color: rgba(5, 41, 158, 0.7);
      border-left: solid;
      padding: 8px;
      width: 100%;
      font-size:1.3rem;
      margin-bottom:10px;
      margin-top:30px;/*20260712MaeshimaAdd　記事のバランス調整*/
    }

    .contents_article .contents_section h4{
      color: rgba(5, 41, 158, 0.7);
      line-height:1.8;
      margin:0;
      font-size:1.1rem;
      margin-bottom:10px;
line-height:2.5rem;
    }

    .messagecard{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-evenly;
    }

  .messagecard li{
      width:45%;
      margin-bottom:40px;
    }

.contents_link {
  text-align: right;
  margin-bottom: 60px;
}

.contents_link a {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: 12px 24px;
  border: 1px solid #0066cc;
  border-radius: 4px;
  color: #0066cc;
  background: #fff;
  font-size: 0.95rem;
  line-height: 1.4;
}



/****************************

もくじ

*****************************/

.toc-002 {
    margin-bottom: 30px;
    border: 2px solid #2589d0;
    border-radius: 3px;
}

.toc-002 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc-002 div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.toc-002 ol {
    list-style-type: decimal;
    margin: 0;
    overflow: hidden;
}

.toc-002 > ol {
    padding: 1em 1em 1em 3em;
}

.toc-002 ol ul {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc-002 li {
    padding: 5px 0;
    font-weight: 600;
}

.toc-002 ol ul li {
    font-weight: 500;
    font-size: .9em;
}

.toc-002 a {
    color: #333;
    text-decoration: none;
}






/****************************

このコラムを簡単いまとめるとボックス

*****************************/
.matome-box {
    background-color: #f8fafd;
    border: 2px solid #dbe6f2;
    border-radius: 12px;
    padding: 28px 24px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(107, 140, 184, 0.05); 
}

/* タイトル部分 */
.matome-title {
    font-size: 1.25rem;
    color: #6b86b8;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 2px solid #dbe6f2; 
    display: inline-block;     
}

.matome-box ul{
  padding-left:40px;
}

/* 本文テキスト */
.matome-box ul li {
    font-size: 0.95rem;
    color: #4a4a4a;           
    line-height: 1.8;          
    margin-bottom: 14px;
    list-style-type: disc;
}




.messagecard li{
width:95%;
margin-bottom:15px;
}

.matome-box ul{
  padding-left:20px;
}

        
}