h2{
font-family: dnp-shuei-anti-std, sans-serif;
font-style: normal;
font-weight: 600;
}

ol.yohaku{
 width:100%;
}
ol.yohaku li{
  padding-top: 30px;
  padding-bottom: 30px;
}


/* ブログ記事詳細ページ */
.single-post #side_col {
    display: none;
}
.single-post #main_col {
    width: 900px;
    margin: 0 auto;
}
.single-post #main_contents:after {
    width: 0px;
}

/* 企業情報カスタム投稿タイプ詳細ページ */
.single-company #side_col {
    display: none;
}
.single-company #main_col {
    width: 900px;
    margin: 0 auto;
}
.single-company #main_contents:after {
    width: 0px;
}

/* サービスカスタム投稿タイプ詳細ページ */
.single-service #side_col {
    display: none;
}

.single-service #main_col {
    width: 900px;
    margin: 0 auto;
}
.single-service #main_contents:after {
    width: 0px;
}

/*プロジェクトカスタム投稿タイプ詳細ページ*/
.single-project #side_col {
    display: none;
}

.single-project #main_col {
    width: 900px;
    margin: 0 auto;
}
.single-project #main_contents:after {
    width: 0px;
}

@media only screen and (max-width: 900px){
.post_content .mobile_table {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 24px;
}
}



/* テーブルを横スクロール可能にする */
.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* スムーズスクロール */
}

/* テーブルのスタイル */
.table-wrapper table {
    border-collapse: collapse; /* セルの隙間をなくす */
    width: 100%;
    min-width: 600px; /* 必要に応じて調整 */
    white-space: nowrap; /* テキストを折り返さない */
}

/* セルのスタイル */
.table-wrapper th,
.table-wrapper td {
    border: 1px solid #ccc; /* セルの枠線 */
    padding: 8px; /* セル内余白 */
    text-align: left; /* テキストの位置 */
}




/* 横並び */

.flex {
  display: flex; /*横並び*/
}
.flex .image {
  width: 640px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex .right {
  margin: 0 0 0 20px;
  padding: 0;
}
.flex .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
}
.flex .text {
  margin: 10px 0 0;
  padding: 0;
}

/* 画像を天地中央表示 */

.flex .image {
  overflow: hidden;
  position: relative;
}
.flex .image::before {
  content: "";
  display: block;
  padding-top: 58%;
}
.flex .image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pc body.use_header_fix #header:after, .pc body.use_header_fix #header:hover:after {
    background: rgba(37,69,247,0.4);
}


ul li {
    margin-bottom: 5px; /* 各リスト項目の間隔を調整 */
    line-height: 1.2; /* 行間の調整 */
}

p { line-height:1.8 !important; }


.ufaqsw-default-title {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 2em !important;   /* ← ここが追加部分 */
  margin-bottom: 0.5em;
}

svg.svg-inline--fa.fa-plus,
svg.svg-inline--fa.fa-minus {
  display: none !important;
}