#strong i {
  font-style: normal;
  margin-right: 0.3em;
}

.sect02 div {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.b_box {
  padding: 5%;
  box-sizing: border-box;
  background: #2580b5;
  color: #fff;
}

.sect02 img {
  width: 50%;
}

.sect02 .b_box:nth-child(1) {
  order: unset;
}

.sect02 div:nth-child(2) {
  flex-direction: row-reverse;
}

@media (min-width: 1025px) {
  .b_box {
    width: 50%;
  }

  .sect02 img {
    width: 50%;
    object-fit: cover;
  }
}
/***********************************************************************/

/* --- レスポンシブ切替 Mobile--- */
@media screen and (max-width: 480px) {
  #strong {
    /*padding: 5% 0 10% 0 !important;*/
  }
  .sect02 img {
    width: 100%;
  }
  .sub h3 {
    font-size: 1.2em;
    margin-bottom: 10%;
    line-height: 140%;
    font-weight: bold;
  }
  .pan {
    padding: 2% 5% 15% 5%;
  }
}
