@charset "UTF-8";
/*====================================================================

style.scss

======================================================================*/
.page-title h2 {
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .flex-wrap .column {
    width: calc(100% / 3) !important;
  }
}

#table-page table a {
  text-decoration: underline;
}

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

.btn-wrap {
  text-align: center;
  padding-top: 1.5rem;
}

@media (min-width: 481px) {
  .btn-wrap {
    max-width: 200px;
    margin: auto;
    padding: 2rem 0;
  }
}

.btn {
  font-weight: normal;
  line-height: 1.4;
  position: relative;
  display: block;
  padding: 12px 2%;
  padding: 20px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  border-radius: 0;
  border: 2px solid #616161;
  color: #616161;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn::before {
  content: "\e00d";
  left: 77%;
  top: 20px;
  position: absolute;
  font-family: icomoon,Verdana,Arial,sans-serif;
  font-size: 15px;
  -webkit-transition: all,.5s;
  transition: all,.5s;
}
.reverse .btn::before {
  left: 20px;
  transform: rotate(180deg);
}
.btn-wrap a.btn {
  text-decoration: none;
  padding: 10px 20px;
}

.btn-wrap a.btn::before {
  top: 10px;
}

.btn-wrap a.btn:hover {
  background: #2A2A2A;
  color: #fff;
}

.btn-wrap a.btn:focus {
  background: #2A2A2A;
  color: #fff;
}

.btn-wrap a.btn:active {
  background: #2A2A2A;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn-wrap .btn {
    background: none;
    width: auto;
    height: auto;
    cursor: pointer;
    z-index: 10;
    top: 0;
    right: 0;
  }
}

/* blog */
#blog h2 {
  text-align: center;
  padding-top: 25px;
  border-bottom: 2px solid;
  font-family: Knockout27JuniorBantamwt,Verdana,Arial,sans-serif;
  color: #ff0718;
  letter-spacing: 5px;
  font-size: 25px;
  margin: auto;
  display: inline-block;
}

@media only screen and (min-width: 769px) {
  #blog h2 {
    font-size: 45px;
    color: #ff0718;
    text-align: center;
    margin: auto;
    font-family: Knockout27JuniorBantamwt,Verdana,Arial,sans-serif;
    font-weight: 400;
    border-bottom: 2px solid #ff0718;
    width: auto;
    letter-spacing: 5px;
    padding-top: 40px;
  }
  #blog h2::before {
    content: '';
    display: block;
    margin: 0 auto;
    background-position: -1553px 0;
    height: 129px;
    width: 128px;
    background-image: url(../img/common/all-icon-2.png);
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 769px) {
  #blog .blog-select-boxes .community-rss {
    padding: 0;
  }
}

#blog .list-news .news-bottom .grey-mask .news-button:hover {
  background: #fff;
  color: #616161;
  border: 2px solid #7e7e7e;
}

#blog .list-news .news-bottom .white-mask .news-button:hover {
  background: #616161;
  color: #fff;
  border: 2px solid #7e7e7e;
}

#blog .list-news .news-bottom .red-mask .news-button:hover {
  background: #fff;
  color: #ff0718;
  border: 2px solid #ff0718;
}

/* blogここまで */
/* faq */
@media (min-width: 769px) {
  #faq {
    padding-bottom: 60px;
  }
}

#faq #section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#faq .category-box-inner {
  padding: 0 2.9%;
}

@media (min-width: 769px) {
  #faq.index section .category-box {
    width: calc(100% /3);
    padding: 0;
    display: block;
  }
}

/* faqここまで */
/* history */
#history .column {
  height: auto;
}

/* historyここまで */
/* sustainability */
#sus-top .sus-content .content {
  width: 100%;
}

@media (max-width: 768px) {
  #sustainability .low-impact .img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #sustainability .goal .content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #sustainability .sus-belief .flex-wrap {
    display: block;
  }
}

@media (min-width: 769px) {
  #sustainability .sus-belief .flex-wrap .belief-box {
    float: none;
    width: calc(100% / 3);
  }
}

.footer-copyright .inner {
    box-sizing: border-box;
    outline: none;
}

/* sustainabilityここまで */
/* お問い合わせ */
form.wpcf7-form {
  font-size: 13px;
}

form.wpcf7-form dl {
  margin: 15px 0;
  font-size: 13px;
  letter-spacing: -0.5em;
}

form.wpcf7-form .birth span,
form.wpcf7-form .sex label {
  margin-right: 10px;
}

form.wpcf7-form dd,
form.wpcf7-form dt {
  display: inline-block;
  letter-spacing: normal;
}

form.wpcf7-form dt {
  width: 23%;
  vertical-align: top;
}

form.wpcf7-form dd {
  width: 77%;
  padding-bottom: 3px;
}

form.wpcf7-form input[type=tel] {
  width: 15%;
}

form.wpcf7-form input[type=password] {
  width: 50%;
}

form.wpcf7-form .birth select {
  width: 17%;
  margin-top: 2px;
}

form.wpcf7-form .birth select.year {
  width: 23%;
}

form.wpcf7-form .post span,
form.wpcf7-form .tel span {
  margin: 0 7px;
}

form.wpcf7-form .post .btn-auto-address {
  display: inline-block;
  width: 150px;
  margin-left: 10px;
  line-height: 1.5;
}

form.wpcf7-form .address select {
  display: block;
  margin-top: 0;
  width: 30%;
}

form.wpcf7-form .address input[type=text] {
  margin-top: 10px;
}

form.wpcf7-form .terms .text-box {
  width: 95%;
  height: 150px;
  padding: 5px 2%;
  overflow: auto;
  border: 1px solid #ccc;
  font-size: 10px;
}

form.wpcf7-form > .b-note {
  text-align: right;
}

form.wpcf7-form .check .b-note {
  float: right;
  margin-left: 10px;
}

form.wpcf7-form .check label {
  font-size: 0.9em;
}

form.wpcf7-form .check a {
  text-decoration: underline;
}

form.wpcf7-form button {
  font-size: 16px;
}

/* お問い合わせここまで */
.blog-content p {
  line-height: 2;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  main#blog-detail {
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */