/*軽作業代行でよくあるお悩みを解決します*/
.service-solution {
  padding: 40px 20px;
}

.service-solution h2 {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 30px;
}

.solution-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.solution-card {
  background: #fff;
  border-left: 5px solid #007BFF;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  padding: 20px;
  transition: 0.3s;
}

.solution-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.problem {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #333;
}

.answer {
  color: #555;
  font-size: 0.95em;
  line-height: 1.6;
}

/* タブレット・スマホ対応 */
@media screen and (min-width: 768px) {
  .solution-list {
    grid-template-columns: 1fr 1fr;
  }
}
/*軽作業代行でよくあるお悩みを解決します*/

/*手作業による軽作業で高品質な物流加工代行サービスをご提供致します！*/
.improved-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
}

.improved-layout .text-content {
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.7;
}

.improved-layout .image-content {
  max-width: 100%;
  flex-shrink: 0;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.highlight {
  font-weight: bold;
  color: #c0392b;
}

@media screen and (min-width: 768px) {
  .improved-layout {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .improved-layout .text-content {
    width: 60%;
  }
  .improved-layout .image-content {
    width: 35%;
  }
}
/*手作業による軽作業で高品質な物流加工代行サービスをご提供致します！*/

/*選ばれる3つ理由*/
.reasons-section {
  padding: 2.5rem 1rem;
  text-align: center;
}

.reasons-section h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #333;
}

.reasons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.reason-item {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  text-align: center;
}

.reason-icon {
  margin-bottom: 1rem;
}

.reason-item h3 {
  font-size: 1.2rem;
  color: #1a73e8;
  margin-bottom: 0.5rem;
}

.reason-item p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .reasons-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .reason-item {
    width: 30%;
  }
}
/*選ばれる3つ理由*/

/*軽作業代行とは*/
.work-intro {
  padding: 2em 1em;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
  margin-bottom: 2em;
}

.image-gallery figure {
  flex: 1 1 200px;
  max-width: 300px;
  text-align: center;
}

.image-gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.image-gallery figcaption {
  margin-top: 0.5em;
  font-size: 0.95em;
  color: #555;
}

.work-description p {
  font-size: 1.05em;
  line-height: 1.8;
  margin-bottom: 1.2em;
}

.work-description strong {
  font-weight: bold;
  color: #222;
  background: linear-gradient(transparent 70%, #fff176 70%);
}

@media screen and (max-width: 768px) {
  .image-gallery {
    flex-direction: column;
    align-items: center;
  }

  .image-gallery figure {
    width: 100%;
    max-width: 100%;
  }

  .work-description p {
    font-size: 1em;
  }
}

/*軽作業代行とは*/



/*軽作業の方法*/
.work-flow {
  padding: 3em 1em;
  border-top: 1px solid #ddd;
}

.section-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.5em;
  text-align: center;
}

.workflow-image {
  text-align: center;
  margin-bottom: 2em;
}

.workflow-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.workflow-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.workflow-steps li {
  background-color: #f8f8f8;
  border-left: 6px solid #ff9800;
  border-radius: 5px;
  padding: 1.5em;
  margin-bottom: 1.5em;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.workflow-steps h4 {
  font-size: 1.3em;
  margin-bottom: 0.8em;
  color: #444;
}

.workflow-steps h4 span {
  display: inline-block;
  background-color: #ff9800;
  color: #fff;
  padding: 0.2em 0.6em;
  border-radius: 3px;
  margin-right: 0.5em;
  font-size: 0.9em;
}

.workflow-steps p {
  font-size: 1em;
  line-height: 1.8;
  color: #555;
}

@media screen and (max-width: 768px) {
  .workflow-steps h4 {
    font-size: 1.2em;
  }

  .workflow-steps p {
    font-size: 0.95em;
  }
}

/*軽作業の方法*/

/*作業事例*/
.work-case {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 32px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.05);
}

.work-case__title {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 3px solid #007acc;
  padding-bottom: 8px;
  margin-bottom: 16px;
  color: #007acc;
}

.work-case__content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.work-case__image {
  flex: 1 1 280px;
  max-width: 280px;
  margin: 0;
}

.work-case__image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

.work-case__text {
  flex: 2 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.work-case__text p {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #333;
}

.page_main .x_bt .work-case a{
  display: inline-block;
  padding: 12px 28px;
  background-color: #007acc;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.3s ease;
  user-select: none;
}

.page_main .x_bt .work-case a:hover,
.btn:focus {
  background-color: #005fa3;
  outline: none;
}

@media (max-width: 768px) {
  .work-case__content {
    flex-direction: column;
  }
  .work-case__image,
  .work-case__text {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .page_main .x_bt .work-case a {
    width: 100%;
    padding: 14px 0;
  }
}
/*作業事例*/

/*注文方法*/
/* === ご注文に関するご案内セクション全体 === */
#list3.content-box2 {
  background-color: #f9f9f9;
  padding: 40px 20px;
  border-radius: 12px;
  margin-top: 40px;
}

/* === セクション見出し（h2） === */
#list3 h2 {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 24px;
  border-left: 6px solid #1a73e8;
  padding-left: 12px;
  font-weight: 700;
}

/* === 各項目の小見出し（h3） === */
#list3 h3 {
  font-size: 1.4rem;
  color: #1a73e8;
  margin-bottom: 12px;
  border-bottom: 2px solid #1a73e8;
  padding-bottom: 6px;
  font-weight: 600;
}

/* === 各段落 === */
#list3 p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 12px;
}

/* === 段落内の強調 === */
#list3 p strong {
  font-weight: bold;
  color: #d6336c; /* ピンク強調カラー */
}

/* === .mt-40と.sinの共通調整（既存利用前提） === */
#list3 .mt-40 {
  margin-top: 40px;
}
#list3 .sin {
  padding-left: 0;
  padding-right: 0;
}

/* === モバイル対応（レスポンシブ） === */
@media screen and (max-width: 768px) {
  #list3.content-box2 {
    padding: 30px 16px;
  }
  #list3 h2 {
    font-size: 1.5rem;
  }
  #list3 h3 {
    font-size: 1.2rem;
  }
  #list3 p {
    font-size: 0.95rem;
  }
}
/*注文方法*/


/*お悩み色*/
.cornflowerblue {
 color:cornflowerblue;
}