.l-content__body{
  margin-top: 0;
}
.plan_image{
  margin-bottom: 2rem;
}
.plan_image img{
  display: block;
  width: 40%;
  margin: auto;
  @media screen and (min-width:1000px) {
    width: 15%;
  }
}
.not_ss .plan_image img{
  width: 80%;
  @media screen and (min-width:1000px) {
    width: 30%;
  }
}
.plan_fv > div{
  text-align: left;
  @media screen and (min-width:1000px) {
    text-align: center;
  }
}
.service_fv_point{
  padding-bottom: 0;
  @media screen and (min-width:1000px) {
    margin-top: 1rem;
  }
}
.plan_feature_lead{
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-template-rows: auto 1fr;
  }
}
.plan_feature_lead li:nth-child(2){
  @media screen and (min-width:1000px) {
    grid-row: span 2 / span 2;
  }
}
.plan_feature_lead li:first-child,
.plan_feature_lead li:last-child{
  @media screen and (min-width:1000px) {
    padding-right: 3rem;
  }
}
.plan_feature_point{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.plan_feature_point li{
  background-color: #f3f3f3;
  padding: 1rem;
  border-radius: 1rem;
}
.plan_feature_point li h3{
  font-size: 1.2rem;
  color: #2282c5;
  text-align: center;
}
.volume_guideline{
  background-color: #FFF;
  padding: 1rem;
  margin-top: 2rem;
  border-radius: 1rem;
  @media screen and (min-width:1000px) {
    padding: 2rem;
  }
}
.volume_guideline h3{
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.s_volume_guideline h3{
  color: #2282c5;
  font-size: 1.5rem;
  margin: 1rem auto;
  @media screen and (min-width:1000px) {
    text-align: left;
    margin-top: 0;
  }
}
.s_volume_guideline h3:nth-child(4){
  @media screen and (min-width:1000px) {
    margin-top: 1rem;
  }
}
.volume_guideline > ul{
  display: grid;
  gap: 0;
  font-size: 1.3rem;
  @media screen and (min-width:1000px) {
    gap: 1rem;
    grid-template-columns: 60% 1fr;
    grid-template-rows: auto 1fr;
  }
}
.s_volume_guideline > ul{
  @media screen and (min-width:1000px) {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.s_volume_guideline > ul > li{
  margin-bottom: 0 !important;
}
.volume_guideline > ul > li:first-child{
  text-align: center;
  font-weight: 900;
}
.volume_guideline > ul > li:nth-child(2){
  @media screen and (min-width:1000px) {
    grid-row: span 2 / span 2;
  }
}
.volume_guideline > ul > li:last-child{
  font-size: 1rem;
  @media screen and (min-width:1000px) {
    font-size: 1.3rem;
  }
}
.volume_guideline > ul > li ul{
  list-style: disc;
  text-align: left;
  padding-left: 2rem;
}
.x_scroll{
  margin-top: 2rem;
}
.service_diff_highlight{
  background-color: #faffe1 !important;
}
.service_diff table tr td:nth-child(2){
  color: inherit;
}
.service_diff_s_m_l table tr td:nth-child(2){
  color: #2282c5;
}
.service_price_ss img{
  width: 50%;
  display: block;
  margin: auto;
  @media screen and (min-width:1000px) {
    width: 20%;
  }
}
.service_price_not_ss img{
  width: 80%;
  display: block;
  margin: auto;
  @media screen and (min-width:1000px) {
    width: 30%;
  }
}
.collect_list > div{
  text-align: left;
  @media screen and (min-width:1000px) {
    text-align: center;
  }
}
.gray_bg .service_price_recycling h3 span{
  background-color: #f5f5f5;
}
.suggest_plan{
  border: solid 1px #2282c5;
  padding: 1rem;
  border-radius: 1rem;
  margin-top: 1rem;
  @media screen and (min-width:1000px) {
    padding: 3rem;
  }
}
.suggest_plan > h3{
  font-size: 1.5rem;
  color: #2282c5;
  text-align: center;
}
.suggest_plan ul:nth-child(2){
  list-style: disc;
  padding-left: 1.5rem;
  margin: 1.5rem auto;
}
.suggest_plan ul:nth-child(3){
  display: grid;
  gap: 1rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.suggest_plan ul:nth-child(3) li{
  border: solid 1px #2282c5;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
}
.suggest_plan ul:nth-child(3) h3{
  color: #2282c5;
  font-size: 1.2rem;
}
.suggest_plan ul:nth-child(3) li strong{
  font-size: 1.2rem;
}
.suggest_plan ul:nth-child(3) a{
  display: block;
  width: 80%;
  color: #FFF;
  font-weight: 900;
  background-color: #2282c5;
  margin: 0.5rem auto;
  position: relative;
  border-radius: 10rem;
  text-decoration: none;
  padding: 0.2rem;
}
.suggest_plan ul:nth-child(3) a::after{
  content: '';
  width: 1rem;
  height: 1rem;
  background-image: url(https://trashup.co.jp/wp-content/themes/arkhe_child/img/service/service_more_bt_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service_price_box p:nth-child(2){
  line-height: normal;
}
.plan_capacity > div:nth-child(2){
  margin-bottom: 2rem;
  @media screen and (min-width:1000px) {
    text-align: center;
  }
}
.plan_capacity h3{
  color: #2282c5;
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5rem auto;
}
.plan_capacity ul:nth-child(3){
  display: grid;
  gap: 1rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}