h3 {
  font-size: 1.6em;
    line-height: 1.6em;
    border-bottom: none !important;
    margin-top: 40px;
}
.problem-img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 38px;
}

.problem-img img {
  margin-bottom: 0 !important;
  width: 158px;
  height: auto;
  margin-left: 37px !important;
}
@media screen and (max-width: 767px) {
  .problem-img img {
    width: 102px !important;
  }
}

.solution-img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 124px;
}
@media screen and (max-width: 767px) {
  .solution-img {
    margin-top: 40px !important;
  }
}

.solution-img img {
  margin-bottom: 0 !important;
  width: 228.95px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .solution-img img {
    width: 102px;
    margin-bottom: 20px;
    margin-top: 120px !important;
  }
}


  .problem-title {
    font-size: 32px;
    font-weight: bold;
    margin: auto 0;
    display: flex;
    align-items: center;
    margin-top: 85px !important;
    margin-left: 35px;
}


.solution-title {
  font-size: 32px !important;
  font-weight: bold !important;
  color: #DE398C !important;
  /* margin: auto 18% auto auto; */
}
@media screen and (max-width: 767px) {
  .problem-title {
    font-size: 18px;
    margin-left: 35px !important;
    margin-top: 20px !important;
  }
  .solution-title {
    font-size: 24px !important;
   
    margin-top: 20px !important;
  }
}

.solution-text {
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .solution-text {
    font-size: 15px !important;
    margin-bottom: 0px !important;
  }
}

.problem-list {
  list-style-image: url(/images/custom/list_probrem.svg) !important;
  padding: 0;
  margin: 0 !important;
  border: 2px solid #1A1411;
  background-color: #F4F4F4;
  /* padding: 1em; */
  padding: 48px 93px !important;
  font-size: 20px !important;
}
@media screen and (max-width: 767px) {
  .problem-list {
    padding: 24px 24px 24px 54px !important;
    font-size: 16px !important;
  }
}
.problem-list li {
   line-height: 1.6em;
   margin-bottom: 20px;
   padding-left: 24px;
}
.solution-list {
  list-style-image: url(/images/custom/list_solution.svg) !important;
  padding: 0;
  margin: 0 !important;
  border: 2px solid #DE398C;
  /* padding: 1em; */
  padding: 48px 93px !important;
  font-size: 20px !important;
}
@media screen and (max-width: 767px) {
  .solution-list {
    padding: 24px 24px 24px 54px !important;
    font-size: 16px !important;
  }
}
.solution-list li {
  line-height: 1.6em;
  margin-bottom: 24px;
  padding-left: 24px;
}


/* .sec-text {
  margin: auto auto auto 8%;
} */

.midashi-pink {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #DE398C !important;
  font-size: 160%;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.midashi3 {
  font-weight: bolder;
  color: #DE398C;
  margin-bottom: 3px;
  background-color: #fff !important;
  font-size: 120% !important;
  margin-top: 0 !important;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.gray-bg {
  background-color: #F4F4F4 !important;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 53px;
  margin: 30px 0;
}
.grid-item {
  border: 3px solid #DE398C;
  padding: 0 20px 0px 20px;
  border-radius: 8px;
  height: auto;
}
.grid-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
  top: -34px;
  left: -50px;

}
.grid-item h4 {
  font-size: 16px !important;
  color: #DE398C !important;
  position: relative;
  top: -54px;
}
.grid-item p {
  font-size: 16px !important;
  font-size: 16px !important;
  position: relative;
  top: -61px;
}
.small-text {
  font-size: 12px !important;
  color: #1A1411 !important;
}

.kakomi {
  display: flex; 
  flex-wrap: wrap;
  }
  .kakomi-box4 {
    margin: 2em auto;
   padding: 1em;
   width: 23%;
  text-align:center;
   color: #666; /* 文字色 */
   background-color: #f7f7f7; /* 背景色 */
   border: 2px solid #ccc; /* 枠線 */
  }
  .kakomi-box4 img {
  width: 70%;
  }
@media screen and (max-width: 767px) {
  .grid-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 40px;
    margin: 30px 0;
  }
  .grid-item {
    width: 96%;
    max-height: 140px;
  }
  .kakomi {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .kakomi-box4 {
    width: 60.6% !important;
    margin: 4px auto;
    padding: 1em;
    text-align: center;
    color: #666;
    background-color: #f7f7f7;
    border: 2px solid #ccc;
  }
  .kakomi-box4 img {
    width: 90%;
    height: auto;
    margin-bottom: 5px;  
}
}
h5 {
  font-size: 24px !important;
  color: #DE398C !important;
  margin-top: 20px !important;
  margin-bottom: 100px !important;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
h5::before {
  content: url('/images/custom/idea.svg');
  color: #DE398C !important;
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
.dot-list {
  list-style-type: disc !important;
    margin-left: 2em;
}