@charset "UTF-8";
/* reset */
#rice {
  color: #000;
  text-align: left;
}
#rice img {
  height: auto;
  vertical-align: top;
}
#rice a {
  text-decoration: none;
}
/* contents */
.contents_bg_inner {
  width: 100%;
  margin: auto;
}
.mv-area {
  width: 100%;
  margin: auto;
}
.mv-area ul li {
  margin: 0 0 6px 0;
}
.pu-area {
  width: 100%;
  margin: auto;
}
.pu-area p {
  display: flex;
  justify-content: start;
  align-items: start;
  font-size: calc(28 * (100vw / 750));
  margin: calc(15 * (100vw / 750)) 0 calc(15 * (100vw / 750)) calc(20 * (100vw / 750));
  line-height: 1.6;
}
.pu-area span.pu-tit {
  width: calc(130 * (100vw / 750));
  font-size: calc(24 * (100vw / 750));
  color: #fff;
  text-align: center;
  margin: 0 calc(15 * (100vw / 750)) 0 0;
  padding: 2px 0 0;
  background: #000;
}
.pu-area p a {
  color: #007b69;
  text-decoration: underline !important;
  /*pointer-events: none;*/
}
.pu-area p a:hover {
  text-decoration: none !important;
}
.mv-navi {
  margin: calc(20 * (100vw / 750)) calc(8 * (100vw / 750)) calc(15 * (100vw / 750));
}
.mv-navi ul {
  display: flex;
  /*justify-content: center;
    align-items: center;*/
  width: 80%;
  margin: auto;
}
.mv-navi ul li {
  margin: calc(12 * (100vw / 750));
}
.mv-navi ul li p {
  font-size: calc(25 * (100vw / 750));
}
.open-area {
  padding: 0 0 calc(100 * (100vw / 750));
  background: #fcfaf5;
}
.open-txt {
  margin: 0 calc(20 * (100vw / 750));
  background: #fff url(../../../img/event/rice/sp_open-txt_bg.png) no-repeat center bottom;
  background-size: calc(243 * (100vw / 750)) auto;
}
.open-txt p {
  font-size: calc(29 * (100vw / 750));
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  padding: calc(70 * (100vw / 750)) 5px calc(310 * (100vw / 750));
}
.navi-area h2 {
  width: calc(396 * (100vw / 750));
  text-align: center;
  margin: calc(50 * (100vw / 750)) auto calc(35 * (100vw / 750));
}
ul.navi-btn {
  margin: auto;
}
ul.navi-btn li {
  margin: 0 calc(18 * (100vw / 750)) calc(18 * (100vw / 750));
}
ul.navi-btn li img {
  width: 100%;
}

.qa-area h2 {
  width: calc(526 * (100vw / 750));
  text-align: center;
  margin: calc(120 * (100vw / 750)) auto calc(35 * (100vw / 750));
}
.qa-box {
  padding: calc(265 * (100vw / 750)) 0 calc(90 * (100vw / 750));
  background: #fcfaf5 url(../../../img/event/rice/sp_qa_image.png) no-repeat center calc(50 * (100vw / 750));
  background-size: contain;
}
dl.qa-txt {
  min-height: 500px;
  margin: 0 calc(18 * (100vw / 750));
  padding: calc(90 * (100vw / 750)) 0 calc(60 * (100vw / 750));
  background: #fff;
}
dl.qa-txt dt {
  font-size: calc(30 * (100vw / 750));
  font-weight: 600;
  line-height: 1.5;
  width: calc(552 * (100vw / 750));
  height: calc(64 * (100vw / 750));
  margin: 0 auto;
  padding: 0 0 0 calc(80 * (100vw / 750));
  background: url(../../../img/event/rice/sp_qa-qtxt_bg.png) no-repeat center top;
  background-size: contain;
}
dl.qa-txt dd {
  font-size: calc(24 * (100vw / 750));
  line-height: 1.5;
  width: calc(40 * (100vw / 750));
  height: auto;
  margin: calc(40 * (100vw / 750)) calc(65 * (100vw / 750)) calc(55 * (100vw / 750)) calc(55 * (100vw / 750));
  padding: 0 calc(25 * (100vw / 750)) 0 calc(90 * (100vw / 750));
  background: url(../../../img/event/rice/sp_qa-atxt.png) no-repeat left top;
  background-size: calc(40 * (100vw / 750)) auto;
}
dl.qa-txt dd:last-of-type {
  margin: calc(40 * (100vw / 750)) calc(65 * (100vw / 750)) 0 calc(55 * (100vw / 750));
}
dl.qa-txt dd p {
    position:relative;
    width:calc(438 * (100vw / 750));
    height:auto;
    background:#fff;
    padding:calc(15 * (100vw / 750)) calc(20 * (100vw / 750));
    text-align:left;
    border:3px solid #f6edd0;
    border-radius:5px;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
}
dl.qa-txt dd p a {
  color: #007b69;
  text-decoration: underline !important;
}
dl.qa-txt dd p a:hover {
  text-decoration: none;
}
dl.qa-txt dd p:after,dl.qa-txt dd p:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:20px;
}
dl.qa-txt dd p:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:17px;
    border-right-width:17px;
    margin-top: -5px;
    border-right-color:#fff;
}
dl.qa-txt dd p:before{
    border-color: rgba(30, 144, 255, 0);
    border-top-width:7px;
    border-bottom-width:7px;
    border-left-width:23px;
    border-right-width:23px;
    margin-top: -7px;
    margin-right: 2px;
    border-right-color:#f6edd0;
}

.choose-area h2 {
  width: calc(502 * (100vw / 750));
  text-align: center;
  margin: calc(140 * (100vw / 750)) auto calc(35 * (100vw / 750));
}
.choose-box {
  padding: calc(40 * (100vw / 750)) 0 calc(70 * (100vw / 750));
  background: #fcfaf5 url(../../../img/event/rice/sp_choose_bg.png) no-repeat center calc(650 * (100vw / 750));
  background-size: contain;
}

ul.choose-list {
  margin: 0 calc(18 * (100vw / 750));
}
ul.choose-list li {
  text-align: center;
  margin: 0 auto calc(25 * (100vw / 750));
  background: #fff;
}
ul.choose-list li dl {
  padding: calc(25 * (100vw / 750)) 0;
}
ul.choose-list li dl:after, ul.search-list li dl:before {
  content: "";
  clear: both;
  display: block;
}
ul.choose-list li dl dt {
  font-size: calc(36 * (100vw / 750));
  font-weight: 600;
  margin: 0 calc(10 * (100vw / 750)) calc(25 * (100vw / 750));
}
ul.choose-list li dl dd {
  width: calc((100% / 2) - calc(4 * (100vw / 750)));
  margin: 0 calc(2 * (100vw / 750));
  float: left;
}
ul.choose-list li dl dd a {
  position: relative;
  font-size: calc(30 * (100vw / 750));
  font-weight: 600;
  line-height: 2.2;
  text-align: left;
  height: calc(68 * (100vw / 750));
  margin: 0 calc(9 * (100vw / 750)) calc(15 * (100vw / 750));
  padding: 0 0 0 calc(15 * (100vw / 750));
  border: 1px solid #000;
  display: block;
}
ul.choose-list li dl dd a:before {
  position: absolute;
  top: 40%;
  right: 8px;
  content: '';
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ul.choose-list02 {
  margin: 0 calc(18 * (100vw / 750));
}
ul.choose-list02 li {
  background: #fff;
}
ul.choose-list02 li dl {
  padding: 35px 23px 23px;
  content:"";
  display:table
}
ul.choose-list02 li dl dt {
  margin: 0 0 25px;
  text-align: center;
}
ul.choose-list02 li dl dd {
  position: relative;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 20px 0;
  padding: 0 0 0 calc(30 * (100vw / 750));
  font-size: calc(30 * (100vw / 750));
}
ul.choose-list02 li dl dd:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.choose-list02 li dl dd a {
  color: #007b69;
  text-decoration: underline;
}
ul.choose-list02 li dl dd a:hover {
  text-decoration: none;
}

.chart-area h2 {
  width: calc(544 * (100vw / 750));
  text-align: center;
  margin: calc(140 * (100vw / 750)) auto calc(35 * (100vw / 750));
}
.chart-box {
  padding: calc(50 * (100vw / 750)) 0 calc(35 * (100vw / 750));
  background: #fcfaf5;
}

.chart-box dl {
  background-color: #fff;
  margin: 30px calc(18 * (100vw / 750));
  padding: calc(25 * (100vw / 750)) calc(25 * (100vw / 750));
}
.chart-box dl::after {
  content: "";
  clear: both;
  display: block;
}
.chart-box dt {
  position: relative;
  font-size: calc(36 * (100vw / 750));
  font-weight: 600;
  padding: 0 0 10px calc(30 * (100vw / 750));
}
.chart-box dt:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: '';
  width: calc(18 * (100vw / 750));
  height: calc(31 * (100vw / 750));
  background: #fcfaf5 url(../../../img/event/rice/choose_icon.png) no-repeat center top;
  background-size: calc(18 * (100vw / 750)) calc(31 * (100vw / 750));
}
.chart-box dd a {
  padding: 8px;
  margin: 5px;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  float: left;
  color: #fff;
}

.storage-list {
  text-align: center;
  margin: calc(40 * (100vw / 750)) calc(18 * (100vw / 750)) 0;
  padding: calc(60 * (100vw / 750)) 0;
  background: #fff;
}
.storage-list h3 {
  margin: 0 0 calc(20 * (100vw / 750));
}
.storage-list h3 span {
  position: relative;
  font-size: calc(36 * (100vw / 750));
  font-weight: 600;
  padding: 0 0 0 calc(30 * (100vw / 750));
}
.storage-list h3 span:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  width: calc(18 * (100vw / 750));
  height: calc(31 * (100vw / 750));
  background: #fcfaf5 url(../../../img/event/rice/choose_icon.png) no-repeat center top;
  background-size: calc(18 * (100vw / 750)) calc(31 * (100vw / 750));
}
.storage-list p {
  font-size: calc(28 * (100vw / 750));
  font-weight: 500;
  text-align: left;
  margin: 0 calc(10 * (100vw / 750)) calc(40 * (100vw / 750));
}
ul.storage-table {
  margin: 0 calc(20 * (100vw / 750));
}
ul.storage-table li {
  margin: 0 auto calc(60 * (100vw / 750));
}
ul.storage-table li:last-of-type {
  margin: 0 auto;
}
.search-area h2 {
  width: calc(548 * (100vw / 750));
  text-align: center;
  margin: calc(65 * (100vw / 750)) auto calc(35 * (100vw / 750));
}
.search-box {
  padding: calc(50 * (100vw / 750)) 0 calc(35 * (100vw / 750));
  background: #fcfaf5;
}
ul.search-list {
  margin: 0 calc(18 * (100vw / 750));
}
ul.search-list li {
  text-align: center;
  margin: 0 auto calc(25 * (100vw / 750));
  background: #fff;
}
ul.search-list li dl {
  padding: calc(25 * (100vw / 750)) 0;
}
ul.search-list li dl:after, ul.search-list li dl:before {
  content: "";
  clear: both;
  display: block;
}
ul.search-list li dl dt {
  font-size: calc(36 * (100vw / 750));
  font-weight: 600;
  margin: 0 calc(10 * (100vw / 750)) calc(25 * (100vw / 750));
}
ul.search-list li dl dd {
  width: calc((100% / 2) - calc(4 * (100vw / 750)));
  margin: 0 calc(2 * (100vw / 750));
  float: left;
}
ul.search-list li dl dd a {
  position: relative;
  font-size: calc(30 * (100vw / 750));
  font-weight: 600;
  line-height: 2.2;
  text-align: left;
  height: calc(68 * (100vw / 750));
  margin: 0 calc(9 * (100vw / 750)) calc(15 * (100vw / 750));
  padding: 0 0 0 calc(15 * (100vw / 750));
  border: 1px solid #000;
  display: block;
}
ul.search-list li dl dd a:before {
  position: absolute;
  top: 40%;
  right: 8px;
  content: '';
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-remarks {
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  font-size: calc(20 * (100vw / 750));
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  padding: 0 0 calc(30 * (100vw / 750));
  clear: both;
}
span.search-remarks--icon {
  position: relative;
  padding: 0 0 0 calc(45 * (100vw / 750));
}
span.search-remarks--icon:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '';
  width: calc(34 * (100vw / 750));
  height: calc(34 * (100vw / 750));
  background: #fcfaf5 url(../../../img/event/rice/search-ri_icon.png) no-repeat center top;
  background-size: calc(34 * (100vw / 750));
}
.with-area h2 {
  width: calc(684 * (100vw / 750));
  text-align: center;
  margin: calc(100 * (100vw / 750)) auto calc(35 * (100vw / 750));
}
.with-box {
  padding: calc(440 * (100vw / 750)) 0 calc(60 * (100vw / 750));
  background: #fcfaf5 url(../../../img/event/rice/sp_with_image.png) no-repeat center calc(40 * (100vw / 750));
  background-size: calc(641 * (100vw / 750));
}
ul.with-list {
  display: flex;
  justify-content: start;
  /*align-items: center;*/
  flex-wrap: wrap;
  width: calc(714 * (100vw / 750));
  margin: auto;
}
ul.with-list li {
  width: calc(335 * (100vw / 750));
  margin: 0 calc(10 * (100vw / 750)) calc(20 * (100vw / 750));
}
ul.with-list li p a {
  position: relative;
  font-size: calc(30 * (100vw / 750));
  font-weight: 500;
  line-height: 2.3;
  text-align: left;
  width: calc(100% - calc(40 * (100vw / 750)));
  height: calc(68 * (100vw / 750));
  margin: calc(20 * (100vw / 750)) 0 0;
  padding: 0 0 0 calc(40 * (100vw / 750));
  border: 1px solid #000;
  background: #fff;
  display: block;
}
ul.with-list li p a:before {
  position: absolute;
  top: 40%;
  left: calc(14 * (100vw / 750));
  content: '';
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* banner */
a.bnr_link {
  text-align: center;
  margin: calc(100 * (100vw / 750)) calc(60 * (100vw / 750)) calc(60 * (100vw / 750));
  display: block;
}
a.bnr_link img {
  height: auto;
  margin: 0 0 8px;
}

/* other */
.jimiben_img {
  width: calc(80 * (100vw / 750));
  height: calc(80 * (100vw / 750));
}

/*-----------システム上書き-----------*/
div.event_ {
	margin: 0 auto;
}


.new-area h2 {
  width: calc(334 * (100vw / 750));
  text-align: center;
  margin: calc(100 * (100vw / 750)) auto calc(35 * (100vw / 750));
}
.new-box {
  padding: 0 calc(55 * (100vw / 750)) calc(75 * (100vw / 750));
  background: #fcfaf5 url(../../../img/event/rice/sp_new_bg.png) no-repeat center bottom;
  background-size: contain;
  padding: 1rem 0;
}
ul.new-list {
  padding: calc(70 * (100vw / 750)) 2rem 0;
  text-align: center;
}
ul.new-list li img {
  margin: 0 auto calc(65 * (100vw / 750));
  width: calc(350 * (100vw / 750));
}
ul.new-list li p {
  font-size: calc(26 * (100vw / 750));
  font-weight: 500;
  line-height: 1.8;
  margin: 0 auto calc(55 * (100vw / 750));
  display: table;
  text-align: left;
}
a.new-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(30 * (100vw / 750));
  margin: 0 auto;
  width: calc(561 * (100vw / 750));
  height: calc(73 * (100vw / 750));
  background: #fcfaf5 url(../../../img/event/rice/new-btn_bg.png) no-repeat center center;
  background-size: contain;
}

.new-box h3 {
  text-align: center;
  padding: 20px 0 0 10px;
}

.new2022 {
  position: relative;
  z-index: 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.new2022:before {
  position: absolute;
  top: 10px;
  left: -20px;
  content: '';
  width: 18px;
  height: 31px;
  background: url(../../../img/event/rice/new_icon_sp.png) no-repeat center top;
}

  .new2022:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 16px;
    margin: 0 auto;
    z-index: -1;
    background: #f3edcf;
}

.new-icon {
  font-size: 0.93rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin: 0 auto 0;
  padding: 0 4px 2px 5px;
  border-radius: 5px;
  position: relative;
  top: 10px;
  left: 0;
  color: #3266b2;
  border: 2px solid #3266b2;
  display: table;
  text-align: center;
}

.new-about {
  display: table;
  margin: 0 auto 20px;
  padding: 8px 15px 10px;
  font-size: calc(32 * (100vw / 750));
  font-weight: 600;
  line-height: 1.5;
  background: #f3edcf;
}

.new-point {
  padding: 2px 0 5px 45px;
  margin: 0 0 15px 2rem;
  color: #a4935d;
  font-weight: 600;
  text-align: left;
  font-size: calc(32 * (100vw / 750));
}

.point01 {
  background: url(../../../img/event/rice/point-icon01_sp.png) no-repeat;
}
.point02 {
  background: url(../../../img/event/rice/point-icon02_sp.png) no-repeat;
}
.point03 {
  background: url(../../../img/event/rice/point-icon03_sp.png) no-repeat;
}

.inner-box {
  margin: 1rem calc(18 * (100vw / 750));
  background: #fff url(../../../img/event/rice/new_bg.png) no-repeat 20px 300px;
  padding-bottom: 2rem;
}

.inner-box-s-all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.inner-box-s {
  width: 96%;
  margin: 0 auto 30px;
  background: #fff;
  background-image: none;
}
ul.new-list-s {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0;
  justify-content: space-between;
  flex-direction: column;
}
ul.new-list-s li {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}
ul.new-list-s li img {
  /* margin: 0 50px 0 0; */
}
ul.new-list-s li p {
  margin: 20px 0 0;
  text-align: justify;
  font-size: calc(25 * (100vw / 750));
  font-weight: 500;
  line-height: 1.8;
}
ul.new-list-s li:first-child {
  width: 35%;
}
ul.new-list-s li:last-child {
  width: 90%;
  margin-top: 20px;
}

.new-icon-s {
  font-size: 0.98rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  padding: 0 4px 2px 5px;
  border-radius: 5px;
  position: relative;
  top: 9px;
  height: 100%;
  margin-left: 1rem;
}

.touhoku_chart {
  color: #fff;
  background: #3266b2;
}
.kanto_chart {
  color: #fff;
  background: #bc367c;
}
.tokai_chart {
  color: #fff;
  background: #4ab168;
}
.kinki_chart {
  color: #fff;
  background: #ea4f27;
}
.shikoku_chart {
  color: #fff;
  background: #47bcc9;
}
.kyusyu_chart {
  color: #fff;
  background: #ed7c9c;
}



.touhoku {
  color: #3266b2;
  border: 2px solid #3266b2;
}
.kanto {
  color: #bc367c;
  border: 2px solid #bc367c;
}
.tokai {
  color: #4ab168;
  border: 2px solid #4ab168;
}
.kinki {
  color: #ea4f27;
  border: 2px solid #ea4f27;
}
.shikoku {
  color: #47bcc9;
  border: 2px solid #47bcc9;
}
.kyusyu {
  color: #ed7c9c;
  border: 2px solid #ed7c9c;
}

.item-btn {
  display: table;
  border: 4px double;
  padding: 5px 10px 8px;
  text-align: center;
  margin: 20px auto 30px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 1.1rem;
}

.new-name {
  position: relative;
  z-index: 0;
  display: table;
  font-size: 1.7rem;
  font-weight: 600;
}

.new-name:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 16px;
  margin: 0 auto;
  z-index: -1;
  background: #f3edcf;
}

.name-box {
  display: flex;
  justify-content: center;
}

.new-other {
  margin: 20px auto 0;
}

.year {
  background: #a4935d;
  color: #fff;
  margin: 30px auto 20px;
  display: table;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

.txt-s {
  font-size: 0.9rem;
}