@charset "UTF-8";
/*
Theme Name: 株式会社リライズ
Theme URI:
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

  Reset Style

---------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*-----------------------------------------------------------

  Common

---------------------------------------------------------- */
/* style
-------------------------------------- */
body {
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #444;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* text */
strong.marker.yellow {
  background: linear-gradient(transparent 40%, #ff9 40%);
}

.text-center {
  text-align: center;
}

p {
  line-height: 1.7;
}

.red {
  color: #dc1a1a;
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #bbbbbb;
}

a:active, a:focus {
  outline: 0;
}

/* image */
a img {
  transition: 0.1s linear;
}

a img:hover {
  opacity: 0.6;
}

img.max {
  max-width: 100%;
  height: auto;
}

/* font */
.gosic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.wf {
  font-family: "Sawarabi Mincho";
}

/* float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* text */
.taC {
  text-align: center;
}

/* btn */
.btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 400px;
  }
}

.btn-orange {
  background-color: #FFB031;
  border-bottom: 4px solid #CC8D28;
}

/* clearfix */
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* margin */
.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

/* border */
.bdrTop {
  border-top: 1px solid #d8d7d7;
}

.bdrBottom {
  border-bottom: 1px solid #b8b8b8;
}

/* display */
.pc-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.iframeWrap {
  position: relative;
}
.iframeWrap video {
  width: 100%;
  height: auto;
  background-color: #000;
}
.iframeWrap iframe {
  width: 100% !important;
}

/* btn */
.btn-border {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  padding: 16px;
  border: 1px solid #F22474;
  background-color: #F22474;
  text-align: center;
  color: #fff;
  font-size: 16;
  transition: 0.1s;
  text-decoration: none !important;
}
.btn-border::after {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: "dashicons";
  content: "\f344";
}
.btn-border:hover {
  background-color: #fff;
  color: #F22474;
}
@media screen and (min-width: 768px) {
  .btn-border {
    width: 360px;
    margin: 0 auto 40px;
  }
  .btn-border::after {
    right: 20px;
  }
}

/* pager */
.pager {
  text-align: center;
  margin: 20px 0 10px;
}

a.page-numbers,
.pager .current {
  display: inline-block;
  background: #eee;
  padding: 8px 14px;
  margin: 0 2px 15px;
  text-align: center;
  font-size: 14px;
}

.pager .current {
  background: #8EBD2D;
  color: rgb(255, 255, 255);
}

.pager a:hover {
  background-color: #8EBD2D;
  color: #FFF;
}

/*-----------------------------------------------------------

  header

---------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 10001;
  background-color: #fff;
}
#header .logo {
  padding: 18px 20px;
}
#header .logo img {
  width: 190px;
  height: auto;
}
#header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}
#header .overlay .overlay-contents {
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}
#header .overlay .overlay-contents p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
#header .overlay .overlay-contents .text-message {
  margin-bottom: 40px;
  line-height: 2;
}
#header .overlay .overlay-contents .btn-tel a {
  box-sizing: border-box;
  display: block;
  padding: 14px;
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #56b730;
  font-size: 24px;
  color: #fff;
}
#header .overlay .overlay-contents .text-tel {
  margin-bottom: 20px;
  font-size: 14px;
}
#header .overlay .overlay-contents .text-tel span {
  font-size: 26px;
}
#header .overlay .overlay-contents .btn-close {
  text-decoration: underline;
  font-size: 16px;
}
#header .overlay.is-open {
  opacity: 1;
  visibility: visible;
}
#header .contact-sp .tel {
  position: absolute;
  top: 26px;
  right: 114px;
  font-size: 50px;
}
#header .contact-sp .tel span {
  font-size: 30px;
  color: #F22474;
}
#header .contact-sp .email {
  position: absolute;
  top: 26px;
  right: 74px;
}
#header .contact-sp .email span {
  font-size: 30px;
  color: #F22474;
}
#header .nav-toggle {
  position: absolute;
  z-index: 10002;
  right: 20px;
  top: 30px;
  width: 28px;
  height: 36px;
  cursor: pointer;
}
#header .nav-toggle div {
  position: relative;
}
#header .nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #f22474;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#header .nav-toggle span:nth-child(1) {
  top: 0;
}
#header .nav-toggle span:nth-child(2) {
  top: 9px;
}
#header .nav-toggle span:nth-child(3) {
  top: 18px;
}
#header.open .nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
#header.open .nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#header.open .nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
#header .nav-sp {
  display: none;
}
#header .nav-sp ul {
  background-color: #f22474;
  padding: 20px 0;
}
#header .nav-sp ul li {
  text-align: center;
}
#header .nav-sp ul li a {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
#header .nav-sp ul li a span {
  font-size: 12px;
  display: block;
}

@media screen and (min-width: 768px) {
  #header .inner {
    position: relative;
    width: 1100px;
    height: 70px;
    margin: 0 auto;
  }
  #header .inner .globalnav {
    width: 700px;
    position: absolute;
    top: 18px;
    right: 180px;
  }
  #header .inner .globalnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .inner .globalnav ul li a {
    color: #646464;
    font-size: 14px;
  }
  #header .inner .globalnav ul li a:hover {
    opacity: 0.4;
    color: #F22474;
  }
  #header .inner .globalnav ul li.contact a {
    position: relative;
    padding: 8px 22px 10px 22px;
    background-color: #f22474;
    color: #fff;
    font-size: 12px;
  }
  #header .inner .area-contact {
    position: absolute;
    top: 16px;
    right: 0;
  }
  #header .inner .area-contact img {
    width: 160px;
    height: auto;
  }
  #header .logo {
    position: absolute;
    top: 12px;
    left: 0;
    padding: 0;
  }
  #header .logo img {
    width: 180px;
  }
}
/*-----------------------------------------------------------

  contents

---------------------------------------------------------- */
/* common
-------------------------------------- */
.section {
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 768px) {
  .section {
    width: 1100px;
    margin: 0 auto 80px;
  }
}

.section-full {
  width: 100%;
  margin: 0 auto 30px;
}
.section-full .section-inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .section-full {
    margin: 0 auto 60px;
  }
  .section-full .section-inner {
    width: 1100px;
  }
}

/* title */
.ttl-level-02 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
}
.ttl-level-02 span {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
  color: #f22474;
}
@media screen and (min-width: 768px) {
  .ttl-level-02 {
    margin-bottom: 60px;
    font-size: 24px;
  }
  .ttl-level-02 span {
    font-size: 34px;
    position: relative;
    margin-bottom: 0;
  }
}

.ttl-level-03 {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.ttl-level-03 span {
  display: inline-block;
  padding-bottom: 14px;
  border-bottom: 4px solid #F22474;
}
.ttl-level-03::after {
  content: "";
  display: block;
  border-bottom: 1px solid #F22474;
}
@media screen and (min-width: 768px) {
  .ttl-level-03 {
    margin-bottom: 40px;
    text-align: left;
    font-size: 24px;
  }
}

.common-news-area .news-list .news {
  width: 48%;
  height: 260px;
  float: left;
  margin-bottom: 30px;
}
.common-news-area .news-list .news:nth-of-type(even) {
  float: right;
}
.common-news-area .news-list .news .photo img {
  max-width: 100%;
  height: auto;
}
.common-news-area .news-list .news .date {
  margin: 5px 0;
}
.common-news-area .news-list .news .title {
  margin-bottom: 10px;
}
.common-news-area .news-list .news .ex {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .common-news-area .news-list .news {
    width: 216px;
    margin-left: 40px;
  }
  .common-news-area .news-list .news:first-of-type {
    margin-left: 0;
  }
  .common-news-area .news-list .news:nth-of-type(even) {
    float: left;
  }
}
.common-news-area .news .header .meta {
  padding: 15px 20px;
}
.common-news-area .news .header .title {
  color: #7c6954;
  margin-bottom: 30px;
  padding: 15px 20px;
  border-top: 1px solid #b8b7b7;
  border-bottom: 1px solid #b8b7b7;
}
.common-news-area .news .contents {
  padding: 0 20px;
}
.common-news-area .news .contents p {
  margin-bottom: 20px;
}
.common-news-area .news .contents img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .common-news-area .news .header .meta {
    padding: 20px 30px;
  }
  .common-news-area .news .header .title {
    padding: 20px 30px;
  }
  .common-news-area .news .contents {
    padding: 0 30px;
  }
}

.article-pager {
  text-align: center;
}
.article-pager li {
  display: inline-block;
  vertical-align: top;
}
.article-pager .home {
  margin: 0 30px;
}
.article-pager .home a {
  display: block;
  text-align: center;
  padding: 6px 24px;
  border: 1px solid #a8a8a8;
}
@media screen and (min-width: 768px) {
  .article-pager .home {
    margin: 0 100px;
  }
}

/* パンくず */
#breadcrumb {
  width: 90%;
  margin: 0 auto 30px;
}
#breadcrumb ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #breadcrumb ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 1100px;
    margin: 0 auto 60px;
  }
}

/* ページャー */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 50px 0 30px;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) { /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* top
-------------------------------------- */
.page-top .slideshow {
  margin-bottom: 40px;
  text-align: center;
}
.page-top .slideshow img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .slideshow {
    margin-bottom: 60px;
  }
  .page-top .slideshow img {
    width: 1600px;
  }
}
.page-top .sec-company .area-company .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-top .sec-company .area-company .photo img {
  width: 80%;
  height: auto;
}
.page-top .sec-company .area-company .detail h3 {
  margin-bottom: 14px;
  font-size: 18px;
}
.page-top .sec-company .area-company .detail p {
  margin-bottom: 20px;
}
.page-top .sec-company .area-company .detail p a {
  text-decoration: underline;
  color: #f22474;
}
@media screen and (min-width: 768px) {
  .page-top .sec-company .area-company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-top .sec-company .area-company .photo {
    width: 400px;
  }
  .page-top .sec-company .area-company .photo img {
    width: auto;
  }
  .page-top .sec-company .area-company .detail {
    width: 600px;
  }
  .page-top .sec-company .area-company .detail h3 {
    font-size: 24px;
  }
}
.page-top .sec-business .ttl-type {
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}
.page-top .sec-business .ttl-type span {
  border: 2px solid #F22474;
  padding: 8px 14px;
  color: #F22474;
}
@media screen and (min-width: 768px) {
  .page-top .sec-business .ttl-type {
    text-align: left;
    font-size: 22px;
  }
}
.page-top .sec-business .area-business-list {
  margin-bottom: 40px;
}
.page-top .sec-business .area-business-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-top .sec-business .area-business-list ul li {
  width: 48%;
  margin-bottom: 40px;
}
.page-top .sec-business .area-business-list ul li .photo {
  margin-bottom: 14px;
}
.page-top .sec-business .area-business-list ul li .photo img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-business .area-business-list ul li .detail {
  position: relative;
}
.page-top .sec-business .area-business-list ul li .detail .no {
  position: absolute;
  top: -70px;
  right: 10px;
  font-size: 48px;
  font-style: italic;
  color: #eee;
}
.page-top .sec-business .area-business-list ul li .detail h4 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.page-top .sec-business .area-business-list ul li .detail p {
  box-sizing: border-box;
  padding: 14px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-business .area-business-list ul li {
    width: 260px;
  }
  .page-top .sec-business .area-business-list ul li .photo {
    margin-bottom: 24px;
  }
  .page-top .sec-business .area-business-list ul li .detail h4 {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .page-top .sec-business .area-business-list ul li .detail p {
    min-height: 200px;
    font-size: 16px;
  }
}
.page-top .sec-news .area-news {
  margin-bottom: 40px;
}
.page-top .sec-news .area-news .news {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.page-top .sec-news .area-news .news .cat .label {
  font-size: 12px;
  border: 1px solid #7b7b7b;
  padding: 4px 12px 5px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news .news .cat .label {
    font-size: 16px;
  }
}
.page-top .sec-news .area-news .news .cat .cat-important {
  background-color: #dd1717;
  border: 1px solid #dd1717;
  color: #fff;
}
.page-top .sec-news .area-news .news h1 {
  width: 100%;
  margin-top: 10px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news .news {
    padding: 20px 0;
  }
  .page-top .sec-news .area-news .news .date {
    width: 100px;
    text-align: center;
    margin-top: 4px;
  }
  .page-top .sec-news .area-news .news .cat {
    width: 150px;
  }
  .page-top .sec-news .area-news .news .cat .label {
    display: block;
    text-align: center;
  }
  .page-top .sec-news .area-news .news h1 {
    width: 740px;
    margin-top: 4px;
  }
}

/* page
-------------------------------------- */
.page .header {
  margin-bottom: 20px;
  height: 140px;
  background-color: #F22474;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page .header .inner {
  width: 90%;
  margin: 0 auto;
}
.page .header .inner .page-title {
  padding-top: 52px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 8px #333;
}
.page .header .inner .page-title span {
  display: block;
  position: relative;
  top: -10px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page .header {
    height: 210px;
  }
  .page .header .inner {
    width: 1100px;
  }
  .page .header .inner .page-title {
    padding-top: 80px;
    font-size: 36px;
  }
  .page .header .inner .page-title span {
    font-size: 20px;
    font-weight: normal;
  }
}
.page .cmn-pagenav {
  width: 90%;
  margin: 0 auto 40px;
}
.page .cmn-pagenav ul li {
  padding: 20px 0;
  border-top: 1px solid #eee;
  text-align: center;
}
.page .cmn-pagenav ul li a {
  font-weight: bold;
}
.page .cmn-pagenav ul li:last-child {
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .page .cmn-pagenav {
    width: 940px;
  }
  .page .cmn-pagenav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px;
  }
  .page .cmn-pagenav ul li {
    margin: 0 20px;
    border-top: none;
  }
  .page .cmn-pagenav ul li:last-child {
    border-bottom: none;
  }
}

.page-news .header {
  background-image: url(images/contents/news/header.jpg);
}
.page-news .sec-news .area-news {
  margin-bottom: 40px;
}
.page-news .sec-news .area-news .news {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.page-news .sec-news .area-news .news .cat .label {
  font-size: 12px;
  border: 1px solid #7b7b7b;
  padding: 4px 12px 5px;
  color: #666;
}
.page-news .sec-news .area-news .news .cat .cat-important {
  background-color: #dd1717;
  border: 1px solid #dd1717;
  color: #fff;
}
.page-news .sec-news .area-news .news h1 {
  width: 100%;
  margin-top: 10px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news .news {
    padding: 20px 0;
  }
  .page-news .sec-news .area-news .news .date {
    width: 100px;
    text-align: center;
    margin-top: 4px;
  }
  .page-news .sec-news .area-news .news .cat {
    width: 110px;
  }
  .page-news .sec-news .area-news .news .cat .label {
    display: block;
    text-align: center;
  }
  .page-news .sec-news .area-news .news h1 {
    width: 680px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .area-article {
    width: 640px;
    float: left;
  }
}
.page-news .area-article .article {
  margin-bottom: 40px;
}
.page-news .area-article .article .article-header {
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-news .area-article .article .article-header .title {
  margin-bottom: 10px;
  font-size: 16px;
}
.page-news .area-article .article .article-header .date {
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .page-news .area-article .article .article-header .title {
    font-size: 20px;
  }
}
.page-news .area-article .article .article-content h1 {
  margin: 40px 0 20px;
  font-size: 24px;
}
.page-news .area-article .article .article-content h2 {
  margin: 40px 0 20px;
  font-size: 18px;
}
.page-news .area-article .article .article-content h3 {
  margin: 40px 0 20px;
  font-size: 16px;
}
.page-news .area-article .article .article-content p {
  margin: 20px 0;
}
.page-news .area-article .article .article-content img {
  max-width: 100%;
  height: auto;
}
.page-news .sidebar .area-side {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-news .sidebar .area-side .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-news .sidebar .area-side ul li {
  margin-bottom: 4px;
}
.page-news .sidebar .area-side ul li::before {
  content: "- ";
}
@media screen and (min-width: 768px) {
  .page-news .sidebar {
    width: 240px;
    float: right;
  }
}

.page-business .sec-business .business {
  margin-bottom: 60px;
}
.page-business .sec-business .business .area-exp {
  margin-bottom: 40px;
}
.page-business .sec-business .business .area-exp .photo {
  text-align: center;
  margin-bottom: 20px;
}
.page-business .sec-business .business .area-exp .photo img {
  max-width: 100%;
  height: auto;
}
.page-business .sec-business .business .area-exp .photo .mainimg {
  margin-bottom: 10px;
}
.page-business .sec-business .business .area-exp .photo .thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-business .sec-business .business .area-exp .photo .thumbnail div {
  margin: 0 4px;
  width: 20%;
}
.page-business .sec-business .business .area-exp .photo .thumbnail div img:hover {
  opacity: 0.6;
  cursor: pointer;
}
.page-business .sec-business .business .area-exp .detail h4 {
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-exp .detail h4 {
    font-size: 18px;
  }
}
.page-business .sec-business .business .area-exp .detail p {
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-exp .detail p {
    font-size: 18px;
  }
}
.page-business .sec-business .business .area-exp .detail p a {
  text-decoration: underline;
  color: #F22374;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-exp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-business .sec-business .business .area-exp .photo {
    width: 400px;
  }
  .page-business .sec-business .business .area-exp .detail {
    width: 650px;
  }
}
.page-business .sec-business .business .area-flow {
  margin-bottom: 40px;
  text-align: center;
}
.page-business .sec-business .business .area-flow img {
  max-width: 100%;
  height: auto;
}
.page-business .sec-business .business .area-flow .flow {
  box-sizing: border-box;
  margin-bottom: 40px;
}
.page-business .sec-business .business .area-flow .flow li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.page-business .sec-business .business .area-flow .flow li .photo {
  position: relative;
}
.page-business .sec-business .business .area-flow .flow li .photo img {
  max-width: 100%;
  height: auto;
}
.page-business .sec-business .business .area-flow .flow li .detail p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-flow .flow li {
    padding: 10px 60px;
    margin-bottom: 50px;
  }
  .page-business .sec-business .business .area-flow .flow li .detail p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.page-business .sec-business .business .area-flow .flow .arrow {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #E49C00;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-flow .flow .arrow {
    bottom: -60px;
    font-size: 52px !important;
  }
}
.page-business .sec-business .business .area-feature {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fdfceb;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-feature {
    padding: 60px;
  }
}
.page-business .sec-business .business .area-feature h4 {
  margin-bottom: 20px;
  padding: 4px 10px;
  border-left: 4px solid #e49c00;
  font-size: 16px;
  color: #5e4206;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-feature h4 {
    margin-bottom: 40px;
    font-size: 26px;
  }
}
.page-business .sec-business .business .area-feature ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-feature ul li {
    margin-bottom: 30px;
  }
}
.page-business .sec-business .business .area-feature ul li .ttl {
  position: relative;
  margin-left: 4px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}
.page-business .sec-business .business .area-feature ul li .ttl::before {
  position: relative;
  content: "✓";
  left: -10px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-feature ul li .ttl {
    font-size: 22px;
  }
}
.page-business .sec-business .business .area-feature ul li .ex {
  margin-left: 18px;
}
.page-business .sec-business .business .area-feature ul li a {
  text-decoration: underline;
}
.page-business .sec-business .business .area-feature ul li .rentalyouki {
  margin: 30px 0;
  background-color: #fff;
  border: 1px solid #e7e6cf;
}
.page-business .sec-business .business .area-feature ul li .rentalyouki .youki {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e7e6cf;
}
.page-business .sec-business .business .area-feature ul li .rentalyouki .youki .photo {
  box-sizing: border-box;
  width: 30%;
  padding: 10px 0 10px 10px;
}
.page-business .sec-business .business .area-feature ul li .rentalyouki .youki .photo img {
  max-width: 100%;
  height: auto;
}
.page-business .sec-business .business .area-feature ul li .rentalyouki .youki .detail {
  box-sizing: border-box;
  width: 64%;
  padding: 10px 10px 10px 0;
}
.page-business .sec-business .business .area-feature ul li .rentalyouki .youki .detail p {
  font-size: 12px;
}
.page-business .sec-business .business .area-feature ul li .rentalyouki .youki .detail .name {
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-feature ul li .rentalyouki .youki .photo {
    width: 20%;
    padding: 20px 0 20px 10px;
    text-align: right;
  }
  .page-business .sec-business .business .area-feature ul li .rentalyouki .youki .detail {
    width: 74%;
    padding: 20px 20px 20px 0;
  }
  .page-business .sec-business .business .area-feature ul li .rentalyouki .youki .detail p {
    font-size: 18px;
  }
}
.page-business .sec-business .business .area-other .other {
  margin-bottom: 40px;
}
.page-business .sec-business .business .area-other .other .photos .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-business .sec-business .business .area-other .other .photos .photo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-other .other .photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-business .sec-business .business .area-other .other .photos .photo {
    width: 400px;
    margin: 0 20px;
  }
}
.page-business .sec-business .business .area-other .other .detail p {
  margin-bottom: 20px;
}
.page-business .sec-business .business .area-other .other h4 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #444;
}
.page-business .sec-business .business .area-other .other h4 span {
  position: relative;
  bottom: -12px;
  padding: 4px 16px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-other .other h4 {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .page-business .sec-business .business .area-other .other h4 span {
    bottom: -15px;
  }
}
.page-business .sec-business .business .area-other .about ul li {
  margin-bottom: 10px;
}
.page-business .sec-business .business .area-other .about .ttl {
  font-weight: bold;
  font-size: 18px;
}
.page-business .sec-business .business .area-other .dashikata h3 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #067130;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-other .dashikata h3 {
    font-size: 20px;
  }
}
.page-business .sec-business .business .area-other .dashikata .explain {
  margin-bottom: 40px;
}
.page-business .sec-business .business .area-other .dashikata .explain p {
  font-size: 16px;
}
.page-business .sec-business .business .area-other .dashikata .explain .important {
  text-align: center;
  color: red;
  font-weight: bold;
}
.page-business .sec-business .business .area-other .dashikata .list-dashikata {
  margin-bottom: 60px;
}
.page-business .sec-business .business .area-other .dashikata .list-dashikata li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.page-business .sec-business .business .area-other .dashikata .list-dashikata li .hantei {
  width: 16%;
  margin-bottom: 20px;
}
.page-business .sec-business .business .area-other .dashikata .list-dashikata li .hantei p {
  text-align: right;
  font-size: 48px;
  font-weight: bold;
}
.page-business .sec-business .business .area-other .dashikata .list-dashikata li .hantei p.maru {
  color: red;
}
.page-business .sec-business .business .area-other .dashikata .list-dashikata li .hantei p.batsu {
  color: blue;
}
.page-business .sec-business .business .area-other .dashikata .list-dashikata li .photo {
  position: relative;
  width: 74%;
  margin-bottom: 10px;
}
.page-business .sec-business .business .area-other .dashikata .list-dashikata li .photo img {
  max-width: 100%;
  height: auto;
}
.page-business .sec-business .business .area-other .dashikata .list-dashikata li .photo .ex {
  margin-bottom: 4px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-other .dashikata .list-dashikata {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 780px;
    margin: 0 auto 20px;
  }
  .page-business .sec-business .business .area-other .dashikata .list-dashikata li {
    width: 370px;
  }
  .page-business .sec-business .business .area-other .dashikata .list-dashikata li .hantei p {
    font-size: 62px;
  }
  .page-business .sec-business .business .area-other .dashikata .list-dashikata li .photo {
    width: 78%;
  }
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-other h4 {
    margin-bottom: 40px;
  }
}
.page-business .sec-business .business .area-contact {
  box-sizing: border-box;
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  border: 1px solid #333;
}
.page-business .sec-business .business .area-contact .tel span {
  font-size: 16px;
  font-weight: bold;
}
.page-business .sec-business .business .area-contact .link a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business .area-contact {
    width: 800px;
    margin: 0 auto;
  }
  .page-business .sec-business .business .area-contact .tel {
    font-size: 16px;
  }
  .page-business .sec-business .business .area-contact .tel span {
    font-size: 20px;
  }
  .page-business .sec-business .business .area-contact .link {
    font-size: 16px;
  }
}

.page-business-for-company .header {
  background-image: url(images/contents/company/header.jpg);
}

.page-business-for-general .header {
  background-image: url(images/contents/company/header.jpg);
}

.page-company .header {
  background-image: url(images/contents/company/header.jpg);
}
.page-company .sec-company .area-message {
  box-sizing: border-box;
  margin-bottom: 40px;
}
.page-company .sec-company .area-message .message {
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-message .message {
    font-size: 42px;
  }
}
.page-company .sec-company .area-message .col {
  margin-bottom: 40px;
}
.page-company .sec-company .area-message .col .text {
  margin-bottom: 20px;
}
.page-company .sec-company .area-message .col .text p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-message .col .text {
    margin-bottom: 30px;
  }
  .page-company .sec-company .area-message .col .text p {
    font-size: 16px;
  }
}
.page-company .sec-company .area-message .col .photo {
  margin-bottom: 20px;
}
.page-company .sec-company .area-message .col .photo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-message .col1 .photo {
    width: 400px;
    float: left;
  }
  .page-company .sec-company .area-message .col1 .text {
    width: 640px;
    float: right;
    margin-top: 60px;
    margin-bottom: 0;
  }
  .page-company .sec-company .area-message .col1 .text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-message .col2 .photo {
    width: 380px;
    float: right;
  }
  .page-company .sec-company .area-message .col2 .text {
    width: 620px;
    float: left;
  }
  .page-company .sec-company .area-message .col2 .text p {
    margin-top: 30px;
    font-size: 18px;
  }
}
.page-company .sec-company .row {
  margin-bottom: 60px;
}
.page-company .sec-company .row .col {
  margin-bottom: 40px;
}
.page-company .sec-company .row .col .content {
  margin-bottom: 60px;
}
.page-company .sec-company .row .map iframe {
  width: 100%;
  height: 300px;
}
.page-company .sec-company .row .map p {
  margin-top: 15px;
}
.page-company .sec-company .row .map p a {
  text-decoration: underline;
}
.page-company .sec-company .row h2 {
  width: 100%;
  color: #F22474;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}
.page-company .sec-company .row img {
  max-width: 100%;
  height: auto;
}
.page-company .sec-company ul li {
  margin-bottom: 8px;
}
.page-company .sec-company table th {
  display: block;
  text-align: left;
}
.page-company .sec-company table td {
  display: block;
  padding-bottom: 20px;
}
.page-company .sec-company .timeline {
  list-style: none;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .timeline {
    font-size: 16px;
  }
}
.page-company .sec-company .timeline > li {
  margin-bottom: 40px;
}
.page-company .sec-company .timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.page-company .sec-company .timeline-date {
  width: 100px;
  float: left;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .timeline-date {
    width: 130px;
  }
}
.page-company .sec-company .timeline-content {
  width: 57%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
  padding-top: 19px;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .timeline-content {
    width: 67%;
  }
}
.page-company .sec-company .timeline-content:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #6fc173;
  position: absolute;
  left: 96px;
  top: 24px;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .timeline-content:before {
    left: 126px;
  }
}
.page-company .sec-company .area-ninsyou ul li {
  display: inline-block;
  background-color: #F3F4F5;
  padding: 8px 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page-company .sec-company .area-ninsyou ul li::before {
  content: "✓ ";
  color: #EA602B;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-company .sec-company .row .col {
    width: 520px;
  }
  .page-company .sec-company .row .col-full {
    width: 1100px;
  }
  .page-company .sec-company .row .company-table th {
    width: 80px;
  }
  .page-company .sec-company .row .map iframe {
    height: 400px;
  }
}

.page-recruit .header {
  background-image: url(images/contents/recruit/header.jpg);
}
@media screen and (min-width: 768px) {
  .page-recruit .header {
    background-position: top center;
  }
}
.page-recruit .sec-recruit h3 {
  color: #8BB63B;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}
.page-recruit .sec-recruit table {
  margin-bottom: 30px;
}
.page-recruit .sec-recruit table tr {
  border-bottom: 1px solid #eee;
}
.page-recruit .sec-recruit table th {
  width: 80px;
  text-align: left;
  padding: 10px;
}
.page-recruit .sec-recruit table td {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit table {
    margin-bottom: 40px;
  }
  .page-recruit .sec-recruit table th {
    width: 160px;
    padding: 20px;
  }
  .page-recruit .sec-recruit table td {
    padding: 20px;
  }
}
.page-recruit .sec-recruit .txt {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .txt {
    margin-bottom: 40px;
  }
}

.page-request .header {
  background-image: url(images/contents/request/header.jpg);
}
.page-request .sec-contact p {
  text-align: center;
}

.page-privacypolicy .header {
  background-image: url(images/contents/privacypolicy/header.jpg);
}
.page-privacypolicy .sec-privacypolicy .intro {
  margin-bottom: 40px;
  text-align: center;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy .row {
  margin-bottom: 40px;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy .row h3 {
  margin-bottom: 10px;
  font-size: 16px;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy .row p {
  margin-bottom: 10px;
}

.page-qa .header {
  background-image: url(images/contents/contact/header.jpg);
}
.page-qa .sec-qa .ex {
  margin-bottom: 30px;
  text-align: center;
}
.page-qa .sec-qa .area-qa h3 {
  margin-bottom: 20px;
  font-size: 16px;
}
.page-qa .sec-qa .area-qa .qa {
  margin-bottom: 40px;
}
.page-qa .sec-qa .area-qa .qa dt {
  position: relative;
  margin-bottom: 10px;
  padding: 14px 14px 14px 50px;
  background-color: #F2F5F7;
  font-weight: bold;
}
.page-qa .sec-qa .area-qa .qa dt::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 10px;
  left: 12px;
  width: 30px;
  height: 30px;
  background-image: url(images/contents/qa/icon-q.png);
  background-repeat: no-repeat;
}
.page-qa .sec-qa .area-qa .qa dt:hover {
  cursor: pointer;
}
.page-qa .sec-qa .area-qa .qa dd {
  position: relative;
  display: none;
  padding: 14px 14px 14px 50px;
  margin-bottom: 30px;
  background-color: #FDF1F1;
}
.page-qa .sec-qa .area-qa .qa dd span.bold {
  font-weight: bold;
}
.page-qa .sec-qa .area-qa .qa dd::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 10px;
  left: 12px;
  width: 30px;
  height: 30px;
  background-image: url(images/contents/qa/icon-a.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page-qa .sec-qa .area-qa .qa {
    margin-bottom: 60px;
  }
  .page-qa .sec-qa .area-qa .qa dt {
    padding: 20px 20px 20px 70px;
    font-size: 16px;
  }
  .page-qa .sec-qa .area-qa .qa dt::before {
    top: 16px;
    left: 24px;
  }
  .page-qa .sec-qa .area-qa .qa dd {
    padding: 20px 20px 20px 70px;
    line-height: 1.8;
  }
  .page-qa .sec-qa .area-qa .qa dd::before {
    top: 16px;
    left: 24px;
  }
}

.page-wastecookingoilrecycling .header {
  background-image: url(images/contents/company/header.jpg);
}
.page-wastecookingoilrecycling .sec-nav {
  margin: 30px auto 40px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-nav {
    width: 940px;
    margin: 60px auto;
  }
}
.page-wastecookingoilrecycling .sec-nav .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-wastecookingoilrecycling .sec-nav .nav a {
  position: relative;
  display: block;
  width: 48%;
  text-align: center;
  color: #F22374;
  border: 1px solid #F22374;
  padding: 14px 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.page-wastecookingoilrecycling .sec-nav .nav a::after {
  position: absolute;
  content: "↓";
  left: 10px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-nav .nav a {
    font-size: 20px;
  }
  .page-wastecookingoilrecycling .sec-nav .nav a:hover {
    background-color: #F22374;
    color: #fff;
  }
}
.page-wastecookingoilrecycling .sec-business {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business {
    margin-bottom: 120px;
  }
}
.page-wastecookingoilrecycling .sec-business .business {
  margin-bottom: 60px;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp {
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .photo {
  text-align: center;
  margin-bottom: 20px;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .photo .mainimg {
  margin-bottom: 10px;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .photo .thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .photo .thumbnail div {
  margin: 0 4px;
  width: 20%;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .photo .thumbnail div img:hover {
  opacity: 0.6;
  cursor: pointer;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .detail h4 {
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-exp .detail h4 {
    font-size: 18px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .detail p {
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-exp .detail p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-exp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-exp .photo {
    width: 400px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-exp .detail {
    width: 650px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-2col-link {
  margin: 20px auto 40px;
}
.page-wastecookingoilrecycling .sec-business .business .area-2col-link div {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-2col-link {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 60px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-2col-link div {
    width: 360px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-flows {
  text-align: center;
}
.page-wastecookingoilrecycling .sec-business .business .area-flows img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow {
  margin-bottom: 40px;
  text-align: center;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow {
  box-sizing: border-box;
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow li .photo {
  position: relative;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow li .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow li .photo .fukidashi {
  position: absolute;
  width: 60px;
  height: auto;
  top: 52px;
  left: -14px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-flow .flow li .photo .fukidashi {
    width: 200px;
    top: 80px;
    left: -50px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow li .detail p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-flow .flow li {
    padding: 10px 60px;
    margin-bottom: 50px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-flow .flow li .detail p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow .arrow {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #E49C00;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-flow .flow .arrow {
    bottom: -60px;
    font-size: 52px !important;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-feature {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fdfceb;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-feature {
    padding: 60px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-feature h4 {
  margin-bottom: 20px;
  padding: 4px 10px;
  border-left: 4px solid #e49c00;
  font-size: 16px;
  color: #5e4206;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-feature h4 {
    margin-bottom: 40px;
    font-size: 26px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-feature ul li {
    margin-bottom: 30px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .ttl {
  position: relative;
  margin-left: 4px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .ttl::before {
  position: relative;
  content: "✓";
  left: -10px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-feature ul li .ttl {
    font-size: 22px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .ex {
  margin-left: 18px;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li a {
  text-decoration: underline;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki {
  margin: 30px 0;
  background-color: #fff;
  border: 1px solid #e7e6cf;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e7e6cf;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .photo {
  box-sizing: border-box;
  width: 30%;
  padding: 10px 0 10px 10px;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .detail {
  box-sizing: border-box;
  width: 64%;
  padding: 10px 10px 10px 0;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .detail p {
  font-size: 12px;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .detail .name {
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .photo {
    width: 20%;
    padding: 20px 0 20px 10px;
    text-align: right;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .detail {
    width: 74%;
    padding: 20px 20px 20px 0;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .detail p {
    font-size: 18px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-other .other {
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .other .photos .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .other .photos .photo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-other .other .photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-other .other .photos .photo {
    width: 400px;
    margin: 0 20px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-other .other .detail p {
  margin-bottom: 20px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .other h4 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #444;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .other h4 span {
  position: relative;
  bottom: -12px;
  padding: 4px 16px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-other .other h4 {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-other .other h4 span {
    bottom: -15px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-other .about ul li {
  margin-bottom: 10px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .about .ttl {
  font-weight: bold;
  font-size: 18px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata h3 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #067130;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-other .dashikata h3 {
    font-size: 20px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .explain {
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .explain p {
  font-size: 16px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .explain .important {
  text-align: center;
  color: red;
  font-weight: bold;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata {
  margin-bottom: 60px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .hantei {
  width: 16%;
  margin-bottom: 20px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .hantei p {
  text-align: right;
  font-size: 48px;
  font-weight: bold;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .hantei p.maru {
  color: red;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .hantei p.batsu {
  color: blue;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .photo {
  position: relative;
  width: 74%;
  margin-bottom: 10px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .photo .ex {
  margin-bottom: 4px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 780px;
    margin: 0 auto 20px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li {
    width: 370px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .hantei p {
    font-size: 62px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .photo {
    width: 78%;
  }
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-other h4 {
    margin-bottom: 40px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-contact {
  box-sizing: border-box;
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  border: 1px solid #333;
}
.page-wastecookingoilrecycling .sec-business .business .area-contact .tel span {
  font-size: 16px;
  font-weight: bold;
}
.page-wastecookingoilrecycling .sec-business .business .area-contact .link a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-contact {
    width: 800px;
    margin: 0 auto;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-contact .tel {
    font-size: 16px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-contact .tel span {
    font-size: 20px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-contact .link {
    font-size: 16px;
  }
}
.page-wastecookingoilrecycling .sec-about .area-flyer {
  text-align: center;
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-about .area-flyer img {
  max-width: 80%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-about .area-flyer img {
    width: 600px;
  }
}
.page-wastecookingoilrecycling .sec-about .area-about .flow {
  text-align: center;
  margin-bottom: 30px;
}
.page-wastecookingoilrecycling .sec-about .area-about .flow img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-about .area-about .detail p {
    text-align: center;
  }
}
.page-wastecookingoilrecycling .sec-flow .flow {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fbebf1;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .flow {
    padding: 30px;
  }
}
.page-wastecookingoilrecycling .sec-flow .flow li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}
.page-wastecookingoilrecycling .sec-flow .flow li .photo {
  position: relative;
}
.page-wastecookingoilrecycling .sec-flow .flow li .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-flow .flow li .photo .fukidashi {
  position: absolute;
  width: 60px;
  height: auto;
  top: 25px;
  left: -25px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .flow li .photo .fukidashi {
    width: 200px;
    top: 80px;
    left: -100px;
  }
}
.page-wastecookingoilrecycling .sec-flow .flow li .detail p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .flow li {
    padding: 40px 60px;
  }
  .page-wastecookingoilrecycling .sec-flow .flow li .detail p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.page-wastecookingoilrecycling .sec-flow .flow .arrow {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #F22374;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .flow .arrow {
    bottom: -45px;
    left: -16px;
    font-size: 52px !important;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-feature {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fdfceb;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-feature {
    padding: 60px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-feature h4 {
  margin-bottom: 20px;
  padding: 4px 10px;
  border-left: 4px solid #e49c00;
  font-size: 16px;
  color: #5e4206;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-feature h4 {
    margin-bottom: 40px;
    font-size: 26px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-feature ul li {
    margin-bottom: 30px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .ttl {
  position: relative;
  margin-left: 4px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .ttl::before {
  position: relative;
  content: "✓";
  left: -10px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-feature ul li .ttl {
    font-size: 22px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .ex {
  margin-left: 18px;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li a {
  text-decoration: underline;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki {
  margin: 30px 0;
  background-color: #fff;
  border: 1px solid #e7e6cf;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e7e6cf;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .photo {
  box-sizing: border-box;
  width: 30%;
  padding: 10px 0 10px 10px;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .detail {
  box-sizing: border-box;
  width: 64%;
  padding: 10px 10px 10px 0;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .detail p {
  font-size: 12px;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .detail .name {
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .photo {
    width: 20%;
    padding: 20px 0 20px 10px;
    text-align: right;
  }
  .page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .detail {
    width: 74%;
    padding: 20px 20px 20px 0;
  }
  .page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .detail p {
    font-size: 18px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-other .other {
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .other .photos .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-wastecookingoilrecycling .sec-flow .area-other .other .photos .photo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-other .other .photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-wastecookingoilrecycling .sec-flow .area-other .other .photos .photo {
    width: 400px;
    margin: 0 20px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-other .other .detail p {
  margin-bottom: 20px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .other h4 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #444;
}
.page-wastecookingoilrecycling .sec-flow .area-other .other h4 span {
  position: relative;
  bottom: -12px;
  padding: 4px 16px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-other .other h4 {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .page-wastecookingoilrecycling .sec-flow .area-other .other h4 span {
    bottom: -15px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-other .about ul li {
  margin-bottom: 10px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .about .ttl {
  font-weight: bold;
  font-size: 18px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata h3 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #067130;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-other .dashikata h3 {
    font-size: 20px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .explain {
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .explain p {
  font-size: 16px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .explain .important {
  text-align: center;
  color: red;
  font-weight: bold;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata {
  margin-bottom: 60px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .hantei {
  width: 16%;
  margin-bottom: 20px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .hantei p {
  text-align: right;
  font-size: 48px;
  font-weight: bold;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .hantei p.maru {
  color: red;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .hantei p.batsu {
  color: blue;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .photo {
  position: relative;
  width: 74%;
  margin-bottom: 10px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .photo .ex {
  margin-bottom: 4px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 780px;
    margin: 0 auto 20px;
  }
  .page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li {
    width: 370px;
  }
  .page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .hantei p {
    font-size: 62px;
  }
  .page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .photo {
    width: 78%;
  }
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-other h4 {
    margin-bottom: 40px;
  }
}

.page-res {
  background-color: #040b1c;
  color: #f7f8f8;
  font-family: "Noto Sans JP";
  margin: 0 auto -80px;
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .page-res {
    margin: 0 auto -100px;
  }
}
.page-res .sec-title {
  margin-bottom: 30px;
  text-align: center;
}
.page-res .sec-title span {
  box-shadow: 0 0 40px #02ab7d;
  border: 1px solid #02ab7d;
  border-radius: 24px;
  padding: 6px 20px 7px;
  background-color: #072823;
  color: hsl(163, 100%, 59%);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-res .sec-title {
    margin-bottom: 40px;
  }
  .page-res .sec-title span {
    padding: 6px 40px 9px;
    font-size: 26px;
    border-radius: 42px;
  }
}
.page-res .icatch {
  margin-bottom: 40px;
}
.page-res .icatch img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-res .icatch {
    margin-bottom: 60px;
  }
}
.page-res .sec-ex {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-res .sec-ex {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.page-res .page-header {
  margin-bottom: 60px;
}
.page-res .page-header .photo {
  margin-bottom: 20px;
}
.page-res .page-header .photo img {
  max-width: 100%;
  height: auto;
}
.page-res .page-header .detail {
  width: 90%;
  margin: 0 auto;
}
.page-res .page-header .detail .ex1 {
  margin-bottom: 10px;
  color: #00c28a;
  line-height: 1.2;
  font-size: 12px;
}
.page-res .page-header .detail .ex2 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 2px;
}
.page-res .page-header .detail .ex2 span {
  background: linear-gradient(90deg, #00c9b7, #0081ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
}
.page-res .page-header .detail .page-title {
  font-size: 18px;
  color: #e2e8f0;
}
.page-res .page-header .detail .ex3 {
  color: #91a2b8;
}
.page-res .page-header .detail .ex3 span {
  color: #00c28a;
}
@media screen and (min-width: 768px) {
  .page-res .page-header {
    width: 1200px;
    margin: 0 auto 60px;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-res .page-header .photo {
    width: 60%;
    order: 2;
  }
  .page-res .page-header .detail {
    width: 40%;
    order: 1;
  }
  .page-res .page-header .detail .ex1 {
    font-size: 16px;
  }
  .page-res .page-header .detail .ex2 {
    font-size: 48px;
  }
  .page-res .page-header .detail .ex2 span {
    font-size: 3rem;
  }
  .page-res .page-header .detail .page-title {
    font-size: 24px;
  }
}
.page-res .sec-point .list-point .point {
  box-sizing: border-box;
  border: 1px solid #2a3951;
  background-color: #0e1b33;
  padding: 30px 20px;
  border-radius: 24px;
  margin-bottom: 20px;
}
.page-res .sec-point .list-point .point .icon {
  margin-bottom: 10px;
  text-align: center;
}
.page-res .sec-point .list-point .point .icon img {
  width: 48px;
  height: auto;
}
.page-res .sec-point .list-point .point h3 {
  text-align: center;
  margin-bottom: 10px;
}
.page-res .sec-point .list-point .point p {
  font-size: 14px;
  color: #a2b4cc;
}
@media screen and (min-width: 768px) {
  .page-res .sec-point .list-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-res .sec-point .list-point .point {
    width: 350px;
    padding: 40px 30px;
  }
}
.page-res .sec-special .list-special {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-res .sec-special .list-special .special {
  box-sizing: border-box;
  width: 48%;
  border: 1px solid #2a3951;
  background-color: #0e1b33;
  padding: 20px 10px;
  border-radius: 24px;
  margin-bottom: 20px;
}
.page-res .sec-special .list-special .special .icon {
  margin-bottom: 10px;
  text-align: center;
}
.page-res .sec-special .list-special .special .icon img {
  width: 30px;
  height: auto;
}
.page-res .sec-special .list-special .special h3 {
  text-align: center;
  margin-bottom: 10px;
}
.page-res .sec-special .list-special .special p {
  font-size: 12px;
  color: #a2b4cc;
}
@media screen and (min-width: 768px) {
  .page-res .sec-special .list-special .special {
    width: 260px;
    padding: 30px 20px;
  }
  .page-res .sec-special .list-special .special p {
    font-size: 14px;
  }
  .page-res .sec-special .list-special .last {
    width: 260px;
  }
}
.page-res .sec-recommend .recommend-list li {
  box-sizing: border-box;
  border: 1px solid #2a3951;
  background-color: #0e1b33;
  padding: 10px 20px;
  border-radius: 24px;
  margin-bottom: 10px;
}
.page-res .sec-contact {
  box-sizing: border-box;
  border: 1px solid #2a3951;
  background-color: #0e1b33;
  padding: 10px 20px;
  border-radius: 24px;
}

.page-contact .header {
  background-image: url(images/contents/contact/header.jpg);
}

.area-contactform .contact-form {
  margin: 40px 0 0;
}
.area-contactform .contact-form caption {
  margin-bottom: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th {
  display: block;
  text-align: left;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th .hissu {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-weight: normal;
  padding: 1px 6px 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #D40000;
}
.area-contactform .contact-form th .ninni {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-weight: normal;
  padding: 1px 6px 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #bbb;
}
.area-contactform .contact-form th .bikou {
  display: block;
  font-size: 12px;
  color: #666;
}
.area-contactform .contact-form td {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.area-contactform .contact-form td .ttl {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 4px;
}
.area-contactform .contact-form td .text-form {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-short {
  width: 24%;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-middle {
  width: 74%;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-area {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0 0 2px 0;
}
.area-contactform .contact-form td .wpcf7-list-item-label {
  color: #666;
  font-size: 12px;
}
.area-contactform .contact-form td .wpcf7-date {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .checkbox-346 {
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form {
    margin-bottom: 50px;
  }
  .area-contactform .contact-form tr {
    border-bottom: 2px solid #fff;
  }
  .area-contactform .contact-form th {
    width: 300px;
    display: table-cell;
    position: relative;
    padding: 20px;
    vertical-align: middle;
    background-color: #F3F3F3;
  }
  .area-contactform .contact-form td {
    display: table-cell;
    padding: 20px;
    background-color: #FBFBFB;
  }
  .area-contactform .contact-form td .wpcf7-list-item-label {
    font-size: 14px;
  }
  .area-contactform .contact-form td .checkbox-346 {
    padding-bottom: 0;
  }
  .area-contactform .contact-form td .text-form {
    background-color: #fff;
  }
  .area-contactform .contact-form td .text-area {
    background-color: #fff;
  }
}
.area-contactform .wpcf7-submit {
  display: block;
  width: 80%;
  padding: 20px;
  margin: 40px auto 20px;
  border: none;
  background-color: #52B921;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  color: #fff;
}
.area-contactform .wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .area-contactform {
    margin-top: 50px;
  }
  .area-contactform .wpcf7-submit {
    width: 400px;
  }
}

/*-----------------------------------------------------------

  side

---------------------------------------------------------- */
/*-----------------------------------------------------------

  footer

---------------------------------------------------------- */
#footer {
  margin-top: 80px;
  /*リンクを右下に固定*/
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 100px;
  }
}
#footer #page-top a {
  display: flex;
  transition: all 0.3s;
}
#footer #page-top a img {
  width: 60px;
  height: 60px;
}
#footer #page-top a:hover {
  opacity: 0.6;
}
#footer #page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}
#footer #page-top.UpMove {
  animation: ToTopUpAnime 0.5s forwards;
}
@keyframes ToTopUpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#footer #page-top.DownMove {
  animation: ToTopDownAnime 0.5s forwards;
}
@keyframes ToTopDownAnime {
  from {
    opacity: 1;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(400px);
  }
}
#footer .area-contact {
  padding: 30px 0 30px;
  background-color: #f4f4f4;
}
#footer .area-contact .inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #fff;
}
#footer .area-contact .inner .text {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
#footer .area-contact .inner .text .ttl {
  margin-bottom: 10px;
  font-size: 20px;
}
#footer .area-contact .inner .contact {
  text-align: center;
}
#footer .area-contact .inner .contact .tel {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
}
#footer .area-contact .inner .contact .link a {
  text-decoration: underline;
  color: #f22474;
}
@media screen and (min-width: 768px) {
  #footer .area-contact {
    padding: 40px 0;
  }
  #footer .area-contact .inner {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .area-contact .inner .text {
    width: 300px;
    border-right: 1px solid #eee;
    border-bottom: none;
    padding: 20px 40px;
    margin-bottom: 0;
  }
  #footer .area-contact .inner .text .ttl::after {
    content: "";
    width: 60px;
    display: block;
    border-bottom: 1px solid #f22474;
    margin: 0 auto 20px;
    padding-bottom: 10px;
  }
  #footer .area-contact .inner .contact {
    width: 300px;
    padding: 20px 40px;
  }
  #footer .area-contact .inner .contact .tel {
    font-size: 32px;
  }
}
#footer .area-info {
  background-color: #000;
  color: #f1f1f1;
}
#footer .area-info .inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
#footer .area-info .inner .company {
  margin-bottom: 20px;
}
#footer .area-info .inner .company .logo {
  font-size: 18px;
}
#footer .area-info .inner .company .logo img {
  position: relative;
  top: -4px;
}
#footer .area-info .inner .nav ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
}
#footer .area-info .inner .nav ul li a {
  color: #f1f1f1;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #footer .area-info .inner {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
  }
  #footer .area-info .inner .company {
    width: 400px;
    margin-bottom: 0;
  }
  #footer .area-info .inner .company .logo {
    font-size: 24px;
  }
  #footer .area-info .inner .nav {
    width: 800px;
  }
  #footer .area-info .inner .nav ul {
    text-align: right;
  }
  #footer .area-info .inner .nav ul li {
    margin-left: 20px;
    margin-right: 0;
  }
}
#footer .copyright {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  color: #444;
}