@charset "UTF-8";
/*
2020.01.07 sakai 追記もしくは上書き
*/

@media (min-width: 560px) {}
@media (min-width: 920px) {}

/*
汎用class
*/
.ttl-sub01 {
  background: #fbf4e9;
  border-radius: 10px;
  font-size: 1.6rem;
  padding: 1rem 1rem 1rem 9rem;
  position: relative;
}
.ttl-sub01::before {
  content: 'text';
  background: #f08400;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  margin: auto;
  padding: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.ttl-sub01.point::before {
  content: 'ポイント';
}
@media (min-width: 920px) {
  .ttl-sub01 {
    font-size: 1.8rem;
    padding: 2rem 2rem 2rem 11rem;
  }
  .ttl-sub01::before {
    font-size: 1.6rem;
  }
}

.orange-text {
  color: #f08400;
}

/*
https://toyo-rice.mountandtest.com/about/history/
*/
.page .history_content {
  margin-left: 2rem;
}
@media (min-width: 920px) {
  .page .history_content {
    margin-left: 3.3rem;
  }
}

.page .history_content dl {
  margin-bottom: 3.8rem;
}

.history_content .post_page article p {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}
.history_content .post_page article p:last-of-type {
  margin-bottom: 0;
}

.page .history_content dt {
  margin-right: 2rem;
}
@media (min-width: 920px) {
  .page .history_content dt {
    margin-right: 4rem;
  }
}


/*
https://toyo-rice.mountandtest.com/about/csr/ecofirst/
*/
.page.page-id-608 .list li {
  margin-left: 0;
}

/*
https://toyo-rice.mountandtest.com/brand/kinmemai/takikata/
*/
.postid-1939 {}

.postid-1939 ol li {
  margin-left: 5%;
  width: 90%;
  list-style-type: decimal;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
}


