.table-container {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.no-border {
  border: none !important;
}

.no-bg {
  background-color: transparent !important;
}

.pale-blue-box {
  background-color: #e0f7fa;
  border: 2px solid #e0f7fa;
  padding: 10px;
  border-radius: 5px;
}

.speech-bubble {
  position: relative;
  padding: 0.5em;
  background: #DEEBF7;
  margin-top: 40px;
  max-width: 500px;
  font-weight: 400;
}

.speech-bubble:after {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-bottom: 20px solid #DEEBF7;
  width: 0;
  height: 0;
}

@media (max-width: 400px) {
  .line1 {
    font-size: 12px;
  }
}

.mt003table {
  border-collapse: collapse;
  width: 800px;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.mt003table th, .mt003table td {
  border: 2px solid #15317E;
  padding: 10px;
  text-align: left;
}

.mt003highlight {
  position: relative;
  padding-bottom: 10px;
}

.mt003highlight::after {
  content: "";
  display: block;
  width: 15ch;
  height: 10px;
  background: #b0e0e6;
  position: absolute;
  left: 10px;
  bottom: 15px;
  transform: rotate(-2deg);
  z-index: -1;
}

.container_frame6 {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  gap: 50px;
  transform-origin: top left;
}

@media (max-width: 1200px) {
  .container_frame6 {
    transform: scale(0.9);
  }
}

@media (max-width: 1000px) {
  .container_frame6 {
    transform: scale(0.8);
  }
}

@media (max-width: 800px) {
  .container_frame6 {
    transform: scale(0.7);
  }
}

@media (max-width: 600px) {
  .container_frame6 {
    transform: scale(0.6);
  }
}

.ttl_frame6 {
  font-weight: bold;
  padding: 0 2em;
  border-left: 7px dotted #4c9ac0;
  background-color: #fff;
  outline: 3px solid #4c9ac0;
  outline-offset: 0.5em;
  position: relative;
  width: 400px;
}

.ttl_frame6::after {
  content: '';
  position: absolute;
  right: calc(-0.5em - 3px);
  top: calc(-0.5em - 3px);
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #4c9ac0 #fff #4c9ac0;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.line1, .line2 {
  width: 100%;
  box-sizing: border-box;
  max-width: 500px;
}

.line1 {
  position: relative;
  padding: 15px 20px 15px 50px;
  background: #233b6c;
  line-height: 2px;
  border-bottom: solid 3px #9DC3E6;
  color: white;
  font-weight: bold;
}

.line1::before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 80px transparent;
}

.line1::after {
  position: absolute;
  content: '';
  right: -2px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 80px white;
}

.line2 {
  padding: 5px 40px 5px 40px;
  background-color: white;
  color: black;
  text-align: right;
  overflow: visible;
}

@media screen and (max-width: 450px) {
  .line1,
  .line2 {
    font-size: 0.8em; /* フォントサイズを90%にする */
  }
}

@media screen and (max-width: 380px) {
  .line1,
  .line2 {
    font-size: 0.7em; /* フォントサイズを70%にする */
  }
}

@media screen and (max-width: 332px) {
  .line1,
  .line2 {
    font-size: 0.6em; /* フォントサイズを60%にする */
  }
}


.musashi-channel.biggerlink {
  display: inline-block;
}

.musashi-channel.biggerlink img {
  width: 200px;
  height: 200px;
  transition: transform 0.3s ease;
}

.musashi-channel.biggerlink:hover img {
  transform: scale(1.1);
}

.case-product {
  margin: 0px;
}

.musashi-channel {
  margin: 0px;
}

.table_design12 {
  table-layout: fixed; /* テーブルのレイアウトを固定 */
  width: 100%; /* テーブルの幅を100%に設定 */
  min-width: 700px; /* テーブルの最小幅を700pxに設定 */
  font-weight: bold; /* テキストを太字にする */
  text-align: center; /* テキストを中央揃えにする */
  border-collapse: collapse; /* セルのボーダーを重ねて表示 */
  vertical-align: top; /* テキストを上寄せにする */
}


.table_design12 thead th {
  padding: 1em .8em; /* ヘッダーセルの内側の余白を設定 */
  border-right: 2px solid #fff; /* ヘッダーセルの右側に2pxの白いボーダーを追加 */
  border-bottom: 2px solid #d2e8f1; /* ヘッダーセルの下側に2pxのボーダーを追加 */
}

.table_design12 thead th:not(:first-child) {
  background: #4d9bc1; /* 最初のヘッダーセル以外の背景色を設定 */
  color: #fff; /* テキスト色を白に設定 */
  font-size: 1.5rem; /* フォントサイズを1.5remに設定 */
  border-radius: 15px 15px 0 0; /* ヘッダーセルの上部を丸くする */
  padding: 1.0em; /* ヘッダーセルの内側の余白を設定 */
}

/* 2行目以降のth要素にborder-leftを追加 */
.table_design12 tbody tr th {
  border-left: 2px solid #d2e8f1;
}

/* 9行目のth要素にbottomボーダーを追加 */
.table_design12 tbody tr:nth-child(8) th {
  border-bottom: 2px solid #d2e8f1;
}

/* 8行目のtd要素にbottomボーダーを追加 */
.table_design12 tbody tr:nth-child(8) td {
  border-bottom: 2px solid #d2e8f1;
  text-align: left; /* フォントを左寄せにする */
}

/* 5列目のtd要素にrightボーダーを追加 */
.table_design12 tbody tr td:nth-child(6) {
  border-right: 2px solid #d2e8f1;
}

.table_design12 tbody tr {
  background-color: #e6f1f6; /* テーブルの行の背景色を設定 */
}

.table_design12 tbody tr:nth-child(odd) {
  background-color: #fff; /* 奇数行の背景色を白に設定 */
}

.table_design12 td {
  border-left: 2px solid #d2e8f1; /* 左側に2pxのボーダーを追加 */
  border-right: 2px solid #d2e8f1;
  color: #4d9bc1; /* テキスト色を設定 */
  padding: 1em; /* セルの内側の余白を設定 */
  text-align: center; /* テキストを中央揃えにする */
  position: relative; /* セルの位置を相対的に設定 */
}

/* 3列目の右側に太い枠線を追加 */
#table_design12 tbody tr td:nth-child(3) {
  border-right: 2px solid #d2e8f1; /* 3列目の右側に2pxのボーダーを追加 */
}



/* 空のセルのスタイルを設定 */
.empty-cell {
  border: none !important; /* 全てのボーダーを削除 */
  padding: 0 !important; /* パディングも0に */
  box-shadow: none !important; /* 影も削除 */
}

/* tbody内の空のセルの背景色を白に設定 */
.table_design12 tbody tr td.empty-cell {
  background-color: #fff !important;
}

/* 小さい画面の場合にのみスクロールを表示 */
@media (max-width: 700px) {
  .table-scroll {
    overflow-x: auto;
  }
}

.table_design12 th,
.table_design12 td {
  vertical-align: middle; /* thとtdセルの内容を真ん中寄せ */
}

.table_design12 img {
  width: 100px; /* 幅を100pxに固定 */
  height: 100px; /* 高さを100pxに固定 */
}

.table-scroll {
  overflow-x: auto;
}
.table_design10 {
  border-collapse: collapse;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
}
.table_design10 th, .table_design10 td {
  padding: .5em 1em;
  border: 2px solid #4d9bc1;
}
.table_design10 th {
  background: #4d9bc1;
  color: #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #4d9bc1;
}
.table_design10 th:last-of-type {
  border-right: 2px solid #4d9bc1;
}
.table-scroll .table_design10 td img {
  width: 200px !important;
  height: auto !important;
  margin: 5px auto !important;
}

ol.waku{
  counter-reset:list;
  list-style-type:none;
  padding: 0px;
  border: solid 1px #4d9bc1;
  width: 500px;
}
  
ol.waku li{
  position:relative;
  line-height: 30px;
  margin: 7px 0 7px 40px;
  padding-left: 10px;
  font-weight: bold;
  font-size:14px;
}
  
ol.waku li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -35px;
  width: 30px;
  height: 30px;
  background: #4d9bc1;
  text-align: center;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul.waku2 {
  list-style-type: none;
  padding: 0px;
}

ul.waku2 li {
  position: relative;
  line-height: 30px;
  margin: 7px 0;
  padding-left: 10px;
  font-weight: bold;
}

ul.waku2 li::first-letter {
  background: #4d9bc1;
  color: #fff;
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 1.2em;
}

/* 画面幅が700px以下の場合のスタイル */
@media (max-width: 700px) {
  ol.waku {
    width: 100%;  /* 幅を100％に設定して画面にフィットさせる */
    box-sizing: border-box;  /* パディングとボーダーを含めた幅を計算 */
  }
}

@media (max-width: 700px) {
  ul.waku2 {
    width: 100%;  /* 幅を100％に設定して画面にフィットさせる */
    box-sizing: border-box;  /* パディングとボーダーを含めた幅を計算 */
  }
}
    

.image-flex {
  display: flex;
  justify-content: center; /* 画像を中央に配置 */
  gap: 10px; /* 画像間の間隔を調整 */
  flex-wrap: wrap; /* 画像が画面幅に収まるように折り返す */
}

.image-flex img {
  max-width: 100%; /* 画像の最大幅を親要素の幅に制限 */
  height: auto; /* 画像のアスペクト比を維持 */
}

.flex-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 20px auto;
  max-width: 100%;
  width: 700px;
  box-sizing: border-box;  /* ボックスの幅を正しく計算するために追加 */
}

.box-design15 {
  flex: 1;
  margin: 20px;
  box-sizing: border-box;  /* ボックスの幅を正しく計算するために追加 */
}

.box-design15-ttl {
  background-color: #4c9ac0;
  color: #fff;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.box-design15-txt {
  padding: 10px 20px;
  border: 2px solid #4c9ac0;
}

/* 画面幅が700px以下の場合のスタイル */
@media (max-width: 700px) {
  .flex-container {
      flex-direction: column;
      align-items: center;  /* コンテナ内の要素を中央揃え */
      width: 50%;  /* 幅を100%にしてコンテナが画面幅に適応するように */
  }
  .box-design15 {
      width: 100%;  /* 幅を100%にする */
      max-width: 300px;  /* 最大幅を300pxに設定 */
      margin: 10px 0;  /* 縦並びの際に適切なマージンを設定 */
  }
  .box-design15 img {
      width: 100%;  /* 画像の幅を100%にして画面幅に適応するように */
      height: auto;  /* 画像の高さを自動調整 */
  }
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box26 {
  position: relative;
  margin: 1em;
  padding: 0.5em 1em;
  border: solid 3px #4c9ac0;
  border-radius: 8px;
  width: 100%;
  max-width: 350px;  /* 最大幅を350pxに設定 */
  box-sizing: border-box;
  flex: 1 1 auto;
}

.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #4c9ac0;
  font-weight: bold;
}

.box26 p {
  margin: 0;
  padding: 0;
}

.under-yellow {
  background: linear-gradient(transparent 70%, #fbff00 70%);
}

.food3d {
  border: solid 2px #ffb03f;
  padding: 1em; /* 枠のpaddingを少し大きく調整 */
  position: relative;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px; /* 横幅を最大400pxに制限 */
}
.food3d li {
  line-height: 1.5;
  padding: 0.6em 0 0.6em 1.5em; /* 内側の余白を調整 */
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
.food3d li:last-of-type {
  border-bottom: none;
}
.food3d li:before {
  /*リスト内のアイコン*/
  font-family: "Font Awesome 5 Free";
  content: "\f138"; /* アイコン種類 */
  position: absolute;
  left: 0.5em; /* 左端からのアイコンまで */
  color: #ffb03f; /* アイコン色 */
}
.food3d li:after {
  /* タイトルタブ */
  background: #ffb03f;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 2px 10px; /* タブのpaddingを少し大きく調整 */
  content: "社会的なニーズ"; /* タブの文字 */
  font-size: 1.2em; /* フォントサイズを1.2倍に拡大 */
  letter-spacing: 0.05em; /* 字間 */
}

.mucha-red-box {
  border: 2px solid red;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
}

.mucha-red-box br {
  display: block;
  margin-bottom: 10px;
}

.container.Summation1 {
    background-color: #e0efff;
    border-radius: 8px;
    padding: 20px;
    max-width: 600px;
    margin: auto;
}

.Summation1 h1:after {
    /* タブ */
    position: absolute;
    font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
    font-weight: 900;
    content: '\f00c Check';
    background: #2196F3;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 3px 7px 1px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
}

.feature-list.Summation1 {
    list-style-type: none;
    padding: 0;
}

.feature-list.Summation1 li {
    padding: 0px;
    font-size: 1.5em; /* 18pxの2倍 */
    color: navy; /* 紺色 */
    font-weight: bold; /* 太字 */
}

.number {
    font-size: 30px; /* 36pxの1.5倍 */
    color: black; /* 黒色 */
    font-family: 'Times New Roman', serif; /* フォントスタイルを変更 */
    text-decoration: none; /* 下線を削除 */
}

.containerSummation2 {
    display: flex;                  /* Flexboxを使用 */
    justify-content: center; /* 横並びに分配 */
    gap: 20px;                      /* 各要素の間隔を調整 */
}

.Summation {
    box-sizing: border-box;
    max-width: 400px;              /* 最大幅を指定 */
    width: 100%;                    /* 幅を100%に設定 */
    padding: 10px 20px;             /* パディングを設定 */
    background: #FFFFFF;            /* 背景色 */
    border: 3px solid #141387;      /* 枠の色 */
    color: #141387;                 /* フォントカラー */
    text-align: center;             /* テキストを中央寄せ */
}

.custom-wrapper {
    margin-bottom: 0 !important; /* 必要に応じて調整 */
}

.warning-box {
    border: #dcdcdc solid 3px;
    font-size: 100%;
    padding: 20px; /* 必要に応じて調整 */
    margin-bottom: 0; /* 下のマージンをリセット */
}

.arrow {
    text-align: center;
    margin: 5px 0; /* 上下のマージンを小さくする */
    font-size: 24pt;
    color: #999999;
}

/* メディアクエリで画面サイズが600px未満の時に縦並びに変更 */
@media (max-width: 600px) {
    .containerSummation2 {
        flex-direction: column;     /* 縦並びにする */
        align-items: center;        /* 中央揃え */
        .line-break {
        display: none; /* 縦並びの時に非表示にする */
    }
    }

    .Summation {
        max-width: 100%;           /* スクリーンサイズが小さい時は最大幅を100%に変更 */
    }
}

/* 2025/11/11追加 */
section {
  padding: 20px 0;
}
section:first-child {
  padding: 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 0;
  }
}
.border-box {
  width: 100%;
  padding:20px;
  box-sizing: border-box;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .border-box {
    width: 100%;
    padding:10px;
    margin: 20px auto;
  }
}
.border-box.gray {
  border: 2px solid #ccc;
}
.border-box.blue {
  border: 2px solid #141A80;
}
.border-box.gray li {
  color: #333;
  font-weight: bold;
}
.border-box.blue li {
  color: #141A80;
  font-weight: bold;
}
.scope_blog article#main .border-box.gray ul:not([class]) li::before {
  background: #333;
}
.Summation3 {
  background-color: #e0efff;
  padding: 25px;
  margin: 20px auto;
}
.large-txt {
  color: #0A2F86;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left!important;
}
.large-txt-bk {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .Summation3 {
    padding: 15px;
    margin: 15px auto;
  }
  .large-txt,.large-txt-bk {
    font-size: 16px;
    margin-top: 10px;
  }
}
.figure-illust {
  text-align: center;
  margin: 50px auto 10px;
}
.figure-illust p {
  font-size: 20px;
  font-weight: bold;
}
.figure-illust img {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .figure-illust {
    margin: 30px auto 0;
  }
  .figure-illust p {
    font-size: 16px;
  }
  .figure-illust img {
    margin-bottom: 20px;
  }
}
.tips-box {
  position: relative;
  border: 2px solid #141A80;
  background: #fff;
  border-radius: 10px;
  padding: 40px 25px 25px;
  overflow: hidden;
  margin: 40px auto;
}
.tips-box .box-label {
  position: absolute;
  top: 0;
  left: 0;
  background: #141A80;
  color: #fff;
  line-height: 1;
  padding: 5px 20px 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
  font-size: 16px;
}
.box-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.box-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
  color: #0A2F86;
}
.box-image {
  flex: 0 0 42%;
}
.box-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .tips-box {
    padding: 20px 15px 5px;
    overflow: hidden;
    margin: 20px auto;
  }
  .box-content {
    flex-direction: column;
  }
  .tips-box .box-label {
    font-size: 14px;
  }
  .box-text {
    padding-top: 25px;
    font-size: 14px;
  }
  .box-image {
    width: 100%;
  }
}
.point-heading {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #0A2F86;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 50px;
}
.point-heading img {
  margin-left: 0!important;
  margin-right: 0!important;
}
.point-heading .icon {
  width: 70px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .point-heading {
    font-size: 16px;
    margin-top: 30px;
  }
}
.bold{
  font-weight: bold;
}
.h_ttl {
  height: 128px;
}
.h_ttl2 {
  height: 168px;
}
@media screen and (max-width: 767px) {
  .h_ttl {
    height: 82px;
  }
  .h_ttl2 {
    height: 108px;
  }
}
.case-product__cap {
  margin-top: 15px;
  border-top: 2px solid #0A2F86;
  padding-top: 8px;
  line-height: 1.6;
  cursor: default!important;
}
.case-product__cap span {
  color: #0A2F86;
  font-weight: bold;
}
.catalog .ttl-bar {
  margin-top: 0px;
}
.catalog h2 + h3 {
  margin-top: 80px;
}
.catalog a {
  color: #fff!important;
}
.row-1 {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}
#dcms_layoutPageBlock a[id] {
    padding-top: 110px;
    margin-top: -110px;
}
@media screen and (max-width: 767px) {
  .catalog .ttl-bar {
    margin-top: 20px;
  }
  .catalog .row-gap-20>[class*=col] {
      padding: 0 20px;
  }
  .catalog .index-catalog__lang {
    margin-top: 0;
  }
}