#for_you .title_box .f_left {
  width: 24.17%;
}
#for_you .title_box .f_right {
  width: 57.83%;
}

#for_you .bg_wrap {
  position: relative;
}
#for_you .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-size: 19px;
  line-height: 1.7;
  font-weight: bold;
  position: relative;
  z-index: 999;
}
#for_you .box h3 {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 32px;
}
#for_you .box h3 > span {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: bold;
}
#for_you .box p {
  font-weight: bold;
}
#for_you .box p .small {
  font-size: 50%;
  font-weight: bold;
}
#for_you .box p.indet {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
#for_you .box.box01 .f_left {
  width: 54.3%;
}
#for_you .box.box01 .f_right {
  width: 43%;
  margin-top: -20px;
}
#for_you .box.box02 {
  align-items: flex-end;
  flex-direction: row;
  margin-bottom: 106px;
}
#for_you .box.box02 .f_left {
  width: 51.7%;
}
#for_you .box.box02 .f_right {
  width: 45.5%;
}
#for_you .box.box03 .f_left {
  width: 52%;
}
#for_you .box.box03 .f_right {
  margin-top: -20px;
  width: 44.4%;
}
#for_you .box.box04 {
  max-width: 860px;
  margin-left: auto;
  flex-direction: row;
  margin-bottom: 80px;
  align-items: flex-end;
}
#for_you .box.box04 > div:first-child {
  width: 100%;
}
#for_you .box.box04 .f_left {
  width: 54.07%;
}
#for_you .box.box04 .f_right {
  margin-top: -20px;
  width: 41.28%;
  margin-left: -12%;
}
#for_you .box.box04 .btn a {
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 25px;
  background: #8fc31f;
  padding: 15px 15px;
  font-weight: bold;
  border-radius: 16px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.05em;
  padding-right: 75px;
}
#for_you .box.box04 .btn a::before {
  content: "";
  display: block;
  background: url("../image/product/btn01.png") no-repeat center center;
  width: 60px;
  height: 25px;
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #for_you .box {
    font-size: 17px;
  }
  #for_you .box h3 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  #for_you .box.box04 .btn a {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #for_you .box {
    display: block;
    font-size: 13px;
  }
  #for_you .box h3 {
    text-align: center;
    font-size: 21px;
    margin-top: 0;
  }
  #for_you .box .f_left {
    width: auto !important;
    margin-right: -34px;
    margin-left: -34px;
    margin-bottom: 20px;
  }
  #for_you .box .f_right {
    margin-left: auto !important;
    width: auto !important;
  }
  #for_you .box.box04 .btn a {
    font-size: 22px;
    padding-right: 35px;
  }
  #for_you .box.box04 .btn a::before {
    background: url(../image/for_you/btn01_sp.png) no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
}