.modSideArticleList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.modSideArticleList li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.modSideArticleLink {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #111111;
}

.modSideArticleLinkText {
  margin-left: 10px;
  flex-grow: 1;
}

.modSideArticleLinkTitle {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  color: #111111;
}

.dCategory {
  font-size: 1.2rem;
  color: #666666;
}

.modSideArticleLinkImg {
  width: 100px;
  height: 66px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modSideArticleLinkImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.modSideArticleLink {
  align-items: flex-start;
}

.modSideArticleLinkText {
  margin-top: 0;
  margin-left: 10px;
  flex-grow: 1;
}

.modMainInnerListImg img {
  width: 240px;
  height: 160px;
  object-fit: cover; /* 画像をトリミングして中央寄せ */
  object-position: center;
}
.is-style-custom-paragraph {
  background-color: #e0e0e0;
  padding: 15px;
  border-radius: 5px;
}

/* 見出し1 */
/* 見出し1 */
.is-style-heading-1 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
  margin-bottom: 24px !important;
  padding-bottom: 8px !important;
  color: #B31312 !important;
  font-size: 2.8rem !important;
  font-weight: bold !important;
  border-bottom: 2px solid #B31312 !important;
}

/* 見出し2 */
.is-style-heading-2 {
  margin-bottom: 20px !important;
  color: #2B2B4C !important;
  font-size: 2.4rem !important;
  font-weight: bold !important;
  border: none !important;
}

/* 見出し3 */
.is-style-heading-3 {
  margin-bottom: 20px !important;
  color: rgba(17, 17, 17, 0.7) !important;
  font-size: 2rem !important;
  font-weight: bold !important;
  border: none !important;
}
.modBasicSec.dBackNavy, .modBasicSec.dBackRed {
  margin: -90px -100px !important;
  padding: 90px 100px 80px !important;
  background-repeat: no-repeat;
}

.pSearchBox.mdMenu{
  color: white;
}

.modMainInnerSec p{
margin-bottom:28px;
}