@charset "UTF_8";

/* 見出し共通css */
.heading,
.section-title {
  margin: 30px auto 0;
  max-width: 1100px;
}

.heading h2 {
  padding: 0.5em;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
  text-align: left;
}

.section-title h2 {
  position: relative;
  padding: 0em 0 0.2em 1em;
  border-bottom: 3px solid #d05825;
  color: #333333;
  text-align: left;
  font-size: 26px;
  line-height: 100%;
}

.section-title h2 {
  background-image: url(../img/orange_circle.png);
  background-repeat: no-repeat;
  background-size: 25px;
}
/* 見出し共通css */

.wrapper-s img {
  width: 100%;
}

ol {
  display: block;
  list-style-type: none;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.wrapper-s {
  max-width: 848px;
  padding: 0 24px;
  margin: 0 auto;
}

.wrapper-s .title {
  margin-bottom: 5px;
  text-align: left;
}

.wrapper-s .title .no {
  color: #ddd;
  display: block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-right: 24px;
}

.howto_pack_step ul{
  padding-bottom: 64px;
}

.howto_pack_step .wrapper-s_flex{
  display: flex;
  align-items: center;
  padding-left: 3%;
}

.howto_pack_step .wrapper-s li {
  border: solid 1px #ddd;
  padding: 25px;
  margin-bottom: 24px;
}

.howto_pack_step_imgwrap{
  width: 45%;
}

.howto_pack_step .wrapper-s .detail {
  width: 50%;
}

.howto_pack_step .wrapper-s .detail p {
  font-size: 18px;
  line-height: 1.8;
  margin-left: 10px;
}

.howto_pack_step .wrapper-s .detail .hotcase_txt {
  font-size: 13px;
  margin-bottom: 0;
}

.howto_pack_step .wrapper-s .detail .hotcase_flex{
  display: flex;
  margin-top: 18px;
  margin-left: 28px;
}

.howto_pack_step .wrapper-s .detail .hotcase_flex .hotcase_small {
    margin-right: 25px;
}

.howto_pack_step .wrapper-s .detail .hotcase_flex p{
  font-size: 13px;
  margin-left: 0;
  padding-left: 0;
}

.howto_pack_step .pp_step_img{
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}

.howto_pack_step .pp_step_img img{
  max-width: 100%;
  height: auto;
  display: block;
}

.howto_pack_step .pp_txt{
  margin-top: 20px;
}



@media screen and (max-width: 768px) {
  .howto_pack_info,
  .howto_pack_step {
    padding: 0 16px;
  }

  .howto_pack_info h1 {
    font-size: 20px;
    padding: 0.6em;
  }


  .howto_pack_info ul,
  .howto_pack_step ul {
    padding-left: 16px;
    padding-right: 16px;
  }

  .howto_pack_info li,
  .howto_pack_step li {
    font-size: 16px;
    line-height: 1.6;
    word-break: break-word;
    list-style: none;
  }

  .howto_pack_info a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.8;
    text-decoration: underline;
    word-break: break-word;
  }

}


@media screen and (max-width: 768px) {
  .howto_pack_step .wrapper-s {
    padding: 0 16px;
  }

  .howto_pack_step .wrapper-s_flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0; /* 横方向パディング解除 */
  }

  .howto_pack_step_imgwrap,
  .howto_pack_step .wrapper-s .detail {
    width: 100%;
  }

  .howto_pack_step .wrapper-s .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 16px;
  }

  .howto_pack_step .wrapper-s .detail p {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  /* 見出し共通css */
  .heading,
  .section-title {
    padding: 0 20px;
  }

  .heading h2  {
   font-size: 23px;
   margin-bottom: 16px;
 }
  .section-title h2 {
    font-size: 20px;
    margin-bottom: 16px;
    padding-left: 30px;
    line-height: 135%;
  }
  /* 見出し共通css */

  li {
    list-style: none;
  }

  .howto_pack_step .pp_step_img{
    justify-content: flex-start;
  }

  .howto_pack_step .pp_step_img li {
    width: 160px;
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .howto_pack_step .pp_step_img li:nth-child(2n) {
    margin-right: 0;
  }
}
