.no-bottom  {
  margin-bottom: 0px;
}

.pt-s  {
  padding-top: 15px;
}

.w-80pct{
  width: 80%;
}

.mar-0{
  margin: 0px;
}

.pt-m  {
  padding-top: 30px;
}

.visual-limit {
  max-width: 1280px;
}

.bc-c1 {
 background-color: #F7FAFF !important;
}

.bc-c2 {
  background-color: #b5b5b5;
}

.bg-img {
  background-image: url(/nw/img/nw_kv_03.jpg);
  background-size: cover;
}

.bdf-blr {
  backdrop-filter: blur(10px);
}

.gallery {
  clear: both;
  display: inline-block;
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom: 35px;
  padding-top: 0px;
  margin-top: -5px;
  margin-bottom: 0px;
}
.thumbnail {
  width: 31%;
  height: 280px;
  text-align: center;
  float: left;
  margin-top: 35px;
  background-color: #F7FAFF;
  padding-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  border-radius: 3px;
  padding-top: 20px;
  border-bottom: 4px solid #003399;
}
.gallery .thumbnail h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #52BAD5;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.gallery .thumbnail img {
  width: 90%;
  border-radius: 10px;
}
.gallery .thumbnail p {
  margin: 0;
  color: #B3B3B3;
  text-align: left;
  padding-left: 20px;
}

.text_suggest{
  float: none;          /* ←これが重要 */
  width: 100%;          /* 幅いっぱい */
  box-sizing: border-box;
  text-align: left;     /* 左寄せは維持 */
  padding: 0 20px;      /* 必要なら左右余白はこれで */
  font-weight: lighter;
  line-height: 25px;
  color: #A3A3A3;
}

.feature-header-border {
    border: thick double #003399;
    border-radius: 10px;
    
}

.feature-header-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    padding: 5px;
}

.feature-header-group p {
    text-transform: capitalize;
    background: #003399;
    color: #ffffff;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 2rem;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-header-group  h3 {
    font-size: 2.2rem;
    line-height: 1.7;
    letter-spacing: 1.8px;
}

.under-line {
    border-bottom: solid #003399;
}
