@charset "UTF-8";
/* @content */
#rice #page_header {
  background-image: url(../images/rice/underlayer-main@2x.jpg);
}

#rice .vertical-outline {
  color: #A09C00;
  margin-top: 120px;
}
#rice .vertical-outline p:after {
  background-image: url(../images/rice/inaho@2x.png);
  width: 280px;
  height: 176px;
  left: -310px;
  bottom: -30px;
}
#rice #section10 {
  text-align: center;
}
#rice #section20 {
  margin: 90px auto 30px;
  background-image: url(../images/rice/bg01@2x.png);
  background-position: right 40vw bottom 30px;
  background-size: 1147px;
}
#rice #section20 .wrapper {
  display: flex;
  justify-content: center;
}
#rice #section20 .section20_img {
  margin-right: 140px;
}
#rice #section20 .white_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 360px;
  max-width: 460px;
}
#rice #section20 .white_box span {
  color: #FF8D8D;
}
#rice #section30 {
  margin: 30px auto 90px;
  padding-top: 60px;
  background-image: url(../images/rice/bg02@2x.png);
  background-position: center top;
  background-size: 1920px;
  text-align: center;
}
#rice #section30 .section30_flex {
  padding: 0 60px; 
  display: flex;
  justify-content: space-between;
}
#rice #section30 .section30_flex > div {
  padding-top: 30px;
}
#rice #section30 .section30_flex h3 {
  font-size: 28px;
  margin: 10px 0;
}
#rice #section30 .section30_flex p {
  font-size: 18px;
  margin: 10px 0 0;
}
@media screen and (min-width: 1920px) {
  #rice #section20 {
    background-position: left 0 bottom 30px;
    background-size: 60vw;
  }
  #rice #section30 {
    background-size: 100%;
  }
}
@media screen and (max-width: 1400px) {
  #rice #section30 .section30_flex {
    padding: 0; 
  }
  #rice #section30 .section30_flex > div {
    padding-top: 30px;
  }
  #rice #section30 .section30_flex h3 {
    font-size: 24px;
  }
  #rice #section30 .section30_flex p {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #rice #section20 .section20_img {
    margin-right: 50px;
  }
  #rice #section30 .section30_flex > div {
    width: 30%;
  }
  #rice #section30 .section30_flex img {
    max-width: 90%;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #rice #section20 {
    margin: 60px auto 20px;
  }
  #rice #section20 .wrapper {
    flex-direction: column;
    align-items: center;
  }
  #rice #section20 .section20_img {
    margin-right: 0;
  }
  #rice #section20 .white_box {
    margin-top: 30px;
  }
  #rice #section30 {
    margin: 20px auto 30px;
    padding-top: 45px;
  }
  #rice #section30 .section30_flex h3 {
    font-size: 20px;
  }
  #rice #section30 .section30_flex p {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #rice .vertical-outline {
    margin-top: 100px;
  }
  #rice #section20 {
    margin: 30px auto 20px;
  }
  #rice #section30 {
    margin: 20px auto 30px;
    padding-top: 30px;
  }
  #rice #section30 .section30_flex {
    flex-direction: column;
  }
  #rice #section30 .section30_flex > div {
    width: 100%;
  }
  #rice #section30 .section30_flex p {
    font-size: 16px;
  }
  #rice .vertical-outline p {
    padding-bottom: 120px;
  }
  #rice #section01.vertical-outline .vertical-outline_inner p::after {
    width: 180px;
    height: 135px;
    left: 30px;
    bottom: -20px;
  }
}