.p-pickup {
  padding: 30px 0 80px 0;
}
.p-pickup__wrap {
  align-items: stretch;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  margin: 0 auto 30px auto;
  flex-wrap: wrap;
}
.p-pickup__box {
  width: 31%;
  padding-bottom: 20px;
  margin-right: 42px;
}
ul.p-pickup__wrap li:nth-child(3n){
  margin-right: 0;
}
.p-pickup__ttl {
  color: hsl(200deg 8% 36%);
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 10px auto 0 auto;
}
.p-pickup_boxsec {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 0 50px 0;
}
.p-pickup_boxttl {
  width: 25%;
  background: #eeeeee;
  padding: 35px 30px;
  box-sizing: border-box;
  color: #666666;
  font-size: 22px;
  font-weight: 600;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
}
.pickup_box_rsec {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f6;
  padding: 29px 30px;
}
.pickup_box_selectwrap {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 15px;
  text-align: left;
  box-sizing: border-box;
}
.pickup_box_selectwrap label {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  font-size: 14px;
  color: #666666;
  font-weight: 600;
}
.pickup_box_selectsec {
  border: 2px solid #9a9a9a;
  border-radius: 5px;
  width: 71%;
  padding: 12px;
  font-size: 15px;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  color: #666666;
  font-weight: 600;
  background: url(/images/icn_selectarw.webp) top 17px right 16px no-repeat #fff;
}
@media screen and (max-width: 600px){
  .p-pickup__wrap {
    display: block;
    width: 90%;
  }
  .p-pickup__box {
    width: 100%;
  }
  .p-pickup_boxsec {
    margin: 0 0 30px 0;
    flex-wrap: wrap;
  }
  .p-pickup_boxttl {
    width: 100%;
    padding: 8px 10px;
    font-size: 19px;
  }
  .pickup_box_rsec {
    width: 100%;
    padding: 20px 20px;
    flex-wrap: wrap;
  }
  .pickup_box_selectwrap {
    width: 100%;
    gap: 0;
    flex-wrap: wrap;
    margin: 0 0 18px 0;
  }
  .pickup_box_selectwrap label {
    font-size: 16px;
    width: 100%;
  }
  .pickup_box_selectwrap label br {
    display: none;
  }
  .pickup_box_selectsec {
    width: 100%;
    font-size: 16px;
    margin: 5px 0 0;
  }
}
