@charset "UTF-8";
.breadcrumbs {
  margin-bottom: 0;
  padding: 10px 0;
}

.breadcrumbs li {
  line-height: 1;
  font-size: 1.1rem;
  color: #999;
}

.breadcrumbs li:not(:last-child):after {
  content: ">";
  margin: 0 0.75rem;
  position: relative;
  opacity: 1;
}

.breadcrumbs a {
  font-size: inherit;
  color: #999;
}

@media only screen and (max-width: 736px) {
  .breadcrumbs {
    display: none;
  }
}

#PAGE_TOP_AREA {
  margin-top: -28px;
}

@media only screen and (max-width: 736px) {
  #PAGE_TOP_AREA {
    margin-top: 0;
  }
}

.contents-oil .page-lead p {
  padding: 40px 0 50px 70px;
  font-size: 1.125em;
  line-height: 1.8;
  margin: 0;
}

@media only screen and (max-width: 736px) {
  .contents-oil .page-lead p {
    padding: 1em 10px;
    font-size: 1em;
    margin: 0;
  }
}

.contents-oil .section-hero h1 {
  height: 370px;
  text-align: center;
  position: relative;
}

.contents-oil .section-hero h1:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 7px solid #fff;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-hero h1:before {
    display: none;
  }
}

.contents-oil .section-hero h1:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ededed;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-hero h1:after {
    display: none;
  }
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-hero h1 {
    height: auto;
  }
  .contents-oil .section-hero h1 img {
    width: 100%;
    height: auto;
  }
}

.contents-oil .section-hero .lead,
.contents-oil .section-hero .text {
  padding: 40px 0 50px;
  font-size: 1.125em;
  text-align: center;
  line-height: 1.8;
  margin: 0;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-hero .lead,
  .contents-oil .section-hero .text {
    padding: 1em 10px;
    font-size: 1em;
    margin: 0;
  }
}

.contents-oil .section-article {
  padding: 40px 0;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-article {
    padding: 20px 0;
  }
}

.contents-oil .section-article p {
  padding: 10px 0 20px;
  line-height: 1.8;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-article p {
    padding: 1em 10px;
    font-size: 1em;
    margin: 0;
  }
}

.contents-oil .section-article .block {
  text-align: center;
  margin-bottom: 5em;
}

.contents-oil .section-article .block:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-article .block {
    margin-bottom: 2.5em;
  }
}

.contents-oil .section-article .block h2 {
  margin-bottom: 1em;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-article .block .img img {
    width: 100%;
    height: auto;
  }
}

.contents-oil .section-banner {
  background-image: url(../img/mat-manual.png);
  padding: 30px 0 80px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-banner {
    padding: 20px 10px;
  }
}

.contents-oil .bnr-list {
  margin: 0 -15px;
}

.contents-oil .bnr-list li {
  float: left;
  padding: 15px;
}

.contents-oil .bnr-list li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 736px) {
  .contents-oil .bnr-list li {
    padding: 5px 0;
    float: none;
  }
}

.contents-oil .bnr-list a {
  display: block;
  text-align: center;
  height: 190px;
  width: 306px;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 736px) {
  .contents-oil .bnr-list a {
    transition-duration: 0s;
  }
}

.contents-oil .bnr-list a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.contents-oil .bnr-list a:hover p {
  background-position: 24px center;
}

@media only screen and (max-width: 736px) {
  .contents-oil .bnr-list a:hover p {
    background-position: right 10px center;
  }
}

@media only screen and (max-width: 736px) {
  .contents-oil .bnr-list a:hover {
    background-color: #fff;
  }
}

@media only screen and (max-width: 736px) {
  .contents-oil .bnr-list a {
    height: auto;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 15px;
    padding-top: 0;
    background-size: auto 100%;
  }
}

.contents-oil .bnr-list .img {
  height: 130px;
  overflow: hidden;
}

@media only screen and (max-width: 736px) {
  .contents-oil .bnr-list .img {
    height: auto;
  }
}

.contents-oil .bnr-list .img img {
  position: relative;
  top: -10px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .bnr-list .img img {
    position: static;
  }
}

.contents-oil .bnr-list .label {
  display: table;
  text-align: center;
  width: 100%;
  height: 60px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .bnr-list .label {
    display: block;
    height: auto;
    width: 52%;
    text-align: left;
  }
}

.contents-oil .bnr-list .label .small {
  font-size: 87.5%;
}

.contents-oil .bnr-list p {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-image: url(../img/nav-arrow.png);
}

@media only screen and (max-width: 736px) {
  .contents-oil .bnr-list p {
    font-size: 1em;
    padding-left: 10px;
    display: block;
    background-position: right 10px center;
    background-size: 20px auto;
  }
}

@media only screen and (max-width: 736px) {
  .contents-oil .bnr-list {
    margin: 0;
  }
  .contents-oil .bnr-list .img {
    width: 48%;
  }
  .contents-oil .bnr-list img {
    width: 100%;
  }
}

.contents-oil .page-back {
  max-width: 450px;
  margin: 0 auto;
}

@media only screen and (max-width: 736px) {
  .contents-oil .page-back {
    max-width: initial;
    margin: 20px 10px 20px;
  }
}

.contents-oil .page-back a {
  display: block;
  text-align: center;
  padding: 1em 0;
  border: 1px solid #ccc;
  border-radius: 2em;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 736px) {
  .contents-oil .page-back a {
    background-size: 17px auto;
  }
}

.contents-oil .pagination {
  padding: 60px 0 80px;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .contents-oil .pagination {
    padding: 0px 0px;
  }
}

@media only screen and (max-width: 736px) {
  .contents-oil .pagination ul {
    padding: 0 5px;
  }
}

.contents-oil .pagination li {
  font-size: 1.6rem;
  padding: 0 10px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .pagination li {
    padding: 5px;
    width: 50%;
  }
}

.contents-oil .pagination a {
  border-radius: 2em;
  overflow: hidden;
  border: 1px solid #ccc;
  display: block;
  width: 450px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .pagination a {
    width: auto;
    font-size: 1.2rem;
  }
}

.contents-oil .pagination a span {
  display: block;
  text-align: center;
  padding: 1em 0;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 736px) {
  .contents-oil .pagination a span {
    background-size: 17px auto;
  }
}

.contents-oil .pagination .back-to-index {
  text-align: center;
  margin: 80px 0 40px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .pagination .back-to-index {
    display: none;
  }
}

.contents-oil .pagination .back-to-index a {
  background: none;
  border: 1px solid #ccc;
  margin: 0 auto;
}

.contents-oil .pagination .back-to-index a span {
  background-position: 20px center;
  background-image: url(../img/nav-arrow-left.png);
}

@media only screen and (max-width: 736px) {
  .contents-oil .pagination .back-to-index a span {
    background-position: 10px center;
  }
}

.contents-oil .pagination .back-to-index a:hover span {
  background-position: 25px center;
}

@media only screen and (max-width: 736px) {
  .contents-oil .pagination .back-to-index a:hover span {
    background-position: 10px center;
  }
}

.contents-oil .pagination .next a span {
  background-position: right 20px center;
  background-image: url(../img/nav-arrow.png);
}

@media only screen and (max-width: 736px) {
  .contents-oil .pagination .next a span {
    background-position: right 10px center;
  }
}

.contents-oil .pagination .next a:hover span {
  background-position: right 25px center;
}

@media only screen and (max-width: 736px) {
  .contents-oil .pagination .next a:hover span {
    background-position: right 10px center;
  }
}

.contents-oil .pagination .prev a span {
  background-position: 20px center;
  background-image: url(../img/nav-arrow-left.png);
}

@media only screen and (max-width: 736px) {
  .contents-oil .pagination .prev a span {
    background-position: 10px center;
  }
}

.contents-oil .pagination .prev a:hover span {
  background-position: 25px center;
}

@media only screen and (max-width: 736px) {
  .contents-oil .pagination .prev a:hover span {
    background-position: 10px center;
  }
}

.contents-oil .page-next {
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .contents-oil .page-next {
    max-width: none;
    margin: 20px 10px 20px;
  }
}

.contents-oil .page-next li {
  font-size: initial;
  margin: 0 10px;
}

.contents-oil .page-next a {
  border-radius: 2em;
  overflow: hidden;
  border: 1px solid #ccc;
  display: block;
  width: 450px;
}

.contents-oil .page-next a span {
  display: block;
  text-align: center;
  padding: 1em 0;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-image: url(../img/nav-arrow.png);
}

@media only screen and (max-width: 736px) {
  .contents-oil .page-next a span {
    background-position: right 17px center;
    background-size: 20px auto;
  }
}

.contents-oil .page-next a:hover span {
  background-position: right 25px center;
}

@media only screen and (max-width: 736px) {
  .contents-oil .page-next a:hover span {
    background-position: right 17px center;
  }
}

.contents-oil .page-back a {
  background-image: url(../img/nav-arrow-left.png);
  background-position: 10px center;
}

.contents-oil .titlebar {
  background-color: #97DBEA;
  background-image: url(../../../common/img/mat-nutrition.png);
  height: 110px;
}

.contents-oil .titlebar .breadcrumbs {
  padding-bottom: 0;
}

.contents-oil .titlebar .breadcrumbs li {
  color: #1c637e;
}

.contents-oil .titlebar .breadcrumbs li a {
  color: #1c637e;
}

@media only screen and (max-width: 736px) {
  .contents-oil .titlebar {
    height: auto;
    padding: 0 20px;
  }
}

.contents-oil .titlebar h1,
.contents-oil .titlebar .title-en {
  display: inline-block;
}

.contents-oil .titlebar h1 {
  font-size: 2em;
  padding: 18px 0 18px 26px;
  margin-left: -6px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/ico-page-title.png);
}

@media only screen and (max-width: 736px) {
  .contents-oil .titlebar h1 {
    margin: 0;
    font-size: 1.6rem;
    background-size: auto 35px;
  }
}

.contents-oil .titlebar .title-en {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.375em;
  font-style: italic;
  margin-left: 1em;
  position: relative;
}

@media only screen and (max-width: 736px) {
  .contents-oil .titlebar .title-en {
    font-size: 1.1rem;
  }
}
