@charset "UTF-8";
/*!
Theme Name: Kanou
Author: ACYP
Description: Kanou Theme
Text Domain: kanou

Kanou is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
------------------------------------------------------------------------------------- */
/* Header
-------------------------------------------------------------- */
body {
  padding-top: 58px;
  /* headerの高さ */
}

@media (min-width: 768px) {
  body {
    padding-top: 55px;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 68px;
  }
}

.header {
  width: 100%;
  height: 58px;
  position: fixed;
  top: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 999;
}

.header.nav_hide {
  -webkit-transform: translateY(-58px);
  -ms-transform: translateY(-58px);
  transform: translateY(-58px);
}

@media (min-width: 768px) {
  .header {
    height: 55px;
  }
  .header.nav_hide {
    -webkit-transform: translateY(-58px);
    -ms-transform: translateY(-58px);
    transform: translateY(-58px);
  }
}

@media (min-width: 992px) {
  .header {
    height: 68px;
  }
  .header.nav_hide {
    -webkit-transform: translateY(-68px);
    -ms-transform: translateY(-68px);
    transform: translateY(-68px);
  }
}

.logged-in .header {
  top: 40px;
}

@media (min-width: 768px) {
  .logged-in .header {
    top: 30px;
  }
}

/* Navbar */
@media (max-width: 991.98px) {
  .navbar {
    padding: 0.5rem .625rem;
  }
}

.navbar-brand {
  line-height: 1;
  width: 200px;
  margin: 0;
}

@media (min-width: 768px) {
  .navbar-brand {
    width: 180px;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    width: 260px;
  }
}

.navbar-expand-md .navbar-nav .nav-link {
  position: relative;
}

@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-nav .nav-link {
    border-bottom: 1px solid #8598c5;
    padding: 1rem;
  }
  .navbar-expand-md .navbar-nav .nav-link::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e907";
    color: #003894;
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    margin-top: -0.5em;
  }
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav a::after {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 5px;
    background-color: #ee8583;
    bottom: 0;
    left: 5px;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .navbar-expand-md .navbar-nav a:hover::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav a::after {
    width: calc(100% - 24px);
    left: 12px;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md .active a,
  .tax-products_cat .navbar-expand-md li:nth-child(3) a,
  .single-products .navbar-expand-md li:nth-child(3) a,
  .category .navbar-expand-md li:nth-child(5) a,
  .single-post .navbar-expand-md li:nth-child(5) a {
    color: #ee8583;
    background-color: rgba(0, 56, 148, 0.1);
  }
  .navbar-expand-md .active .nav-link::after,
  .tax-products_cat .navbar-expand-md li:nth-child(3) .nav-link::after,
  .single-products .navbar-expand-md li:nth-child(3) .nav-link::after,
  .category .navbar-expand-md li:nth-child(5) .nav-link::after,
  .single-post .navbar-expand-md li:nth-child(5) .nav-link::after {
    color: rgba(0, 56, 148, 0.5);
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .active,
  .tax-products_cat .navbar-expand-md li:nth-child(3),
  .single-products .navbar-expand-md li:nth-child(3),
  .category .navbar-expand-md li:nth-child(5),
  .single-post .navbar-expand-md li:nth-child(5) {
    position: relative;
  }
  .navbar-expand-md .active::after,
  .tax-products_cat .navbar-expand-md li:nth-child(3)::after,
  .single-products .navbar-expand-md li:nth-child(3)::after,
  .category .navbar-expand-md li:nth-child(5)::after,
  .single-post .navbar-expand-md li:nth-child(5)::after {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 5px;
    background-color: #ee8583;
    bottom: 0;
    left: 5px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-md .active::after,
  .tax-products_cat .navbar-expand-md li:nth-child(3)::after,
  .single-products .navbar-expand-md li:nth-child(3)::after,
  .category .navbar-expand-md li:nth-child(5)::after,
  .single-post .navbar-expand-md li:nth-child(5)::after {
    width: calc(100% - 24px);
    left: 12px;
  }
}

.navbar-expand-md .number {
  color: #FFF;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #003894;
  border-bottom: none;
  border-radius: 2em;
  padding: .5rem 1rem .5rem 2.6rem;
  position: relative;
}

.navbar-expand-md .number:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -0.4em;
}

.navbar-expand-md .number::after {
  content: "";
}

.navbar-expand-md .number a {
  color: #FFF;
}

@media (min-width: 768px) {
  .navbar-expand-md .number {
    font-size: 16px;
    font-size: 1rem;
    padding: .5rem 1rem .5rem 2rem;
    margin: 0 0 0 .5rem;
  }
  .navbar-expand-md .number:before {
    left: .75rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-md .number {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* Navbar Offcanvas */
html,
body {
  overflow-x: hidden;
  /* 狭いデバイスでのスクロールを防止 */
}

@media (max-width: 767.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -250px;
    width: 100%;
    max-width: 250px;
    z-index: 1000;
    overflow-y: auto;
    background-color: #FFF;
    transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .navbar-toggler {
    background-color: transparent;
    padding: 20px 6px;
    border: none;
    border-radius: 0;
    z-index: 1010;
  }
}

.icon-bar {
  position: relative;
  display: block;
  width: 1.5em;
  height: 2px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #898989;
}

.icon-bar::before, .icon-bar::after {
  width: 1.5em;
  height: 2px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #898989;
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
}

.icon-bar::after {
  top: 10px;
}

.navbar-toggler.active .icon-bar {
  background-color: transparent;
}

.navbar-toggler.active .icon-bar::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #898989;
}

.navbar-toggler.active .icon-bar::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #898989;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 990;
}

/* Image
-------------------------------------------------------------- */
.hero {
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(img/common/diagonal_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 60px;
  z-index: 1;
}

@media (min-width: 576px) {
  .hero::after {
    background-size: 100% 100px;
  }
}

@media (min-width: 992px) {
  .hero::after {
    background-size: 100% 120px;
  }
}

.hero .slide {
  width: 100%;
  height: 90vh;
  max-height: 800px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 1200px) {
  .hero .slide {
    height: 800px;
  }
}

.hero .copy {
  text-align: center;
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
  z-index: 2;
}

@media (min-width: 768px) {
  .hero .copy {
    top: 25%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider Customize */
.slick-loading .slick-list {
  background: #fff url("img/hero/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: rgba(255, 255, 255, 0);
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.4;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFF;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    height: 44px;
    width: 44px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.slick-prev {
  z-index: 1;
  left: 0px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}

.slick-prev:before {
  content: "\e901";
  opacity: .5;
}

[dir="rtl"] .slick-prev:before {
  content: "\e901";
}

.slick-next {
  right: 0px;
}

[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}

.slick-next:before {
  content: "\e902";
  opacity: .5;
}

[dir="rtl"] .slick-next:before {
  content: "\e902";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #003894;
  opacity: 0.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #003894;
  opacity: 0.9;
}

/* lazyLoad ロード時に一瞬縦並びになる対策*/
.slider {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.slider.slick-initialized {
  opacity: 1;
}

/* Chrome UI */
.slick-slider * {
  outline: none !important;
}

/* Page Entry Title / Page Title */
.ttl {
  position: relative;
}

.ttl .entry-header {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .ttl .entry-header {
    top: 70px;
  }
}

.ttl .col-lg-9 {
  position: static;
}

.page-header {
  text-align: center;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .page-header {
    padding-top: 70px;
  }
}

.ttl_container {
  background-image: url("img/ttl/ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 200px;
  position: relative;
}

@media (min-width: 768px) {
  .ttl_container {
    background-size: 100% auto;
    height: 300px;
  }
}

.ttl_container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(img/common/diagonal_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 60px;
  z-index: 1;
}

@media (min-width: 576px) {
  .ttl_container::after {
    background-size: 100% 100px;
  }
}

@media (min-width: 992px) {
  .ttl_container::after {
    background-size: 100% 120px;
  }
}

.company .ttl_container {
  background-image: url("img/hero/top_img_01.jpg");
}

.post-type-archive-products .ttl_container,
.tax-products_cat .ttl_container,
.single-products .ttl_container {
  background-image: url("img/ttl/ttl_products.jpg");
}

.contact .ttl_container,
.thanks .ttl_container {
  background-image: url("img/hero/top_img_02.jpg");
}

.search .ttl_container,
.error404 .ttl_container {
  background-image: url("img/ttl/ttl_other.jpg");
}

.entry-title_field {
  border-bottom: 1px solid #777;
  display: inline-block;
  padding-bottom: .2rem;
}

/* Content
-------------------------------------------------------------- */
/* Typography ------------------- */
.copy p {
  color: #FFF;
  letter-spacing: .005em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: .5em .5em 0 .5em;
}

@media (max-width: 359.98px) {
  .copy p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 576px) {
  .copy p {
    padding: 1em;
  }
}

.copy p span {
  display: block;
  border-top: 2px solid #FFF;
  padding-top: 1rem;
  margin-top: 1rem;
}

#content h2 {
  letter-spacing: .05em;
  text-align: center;
  position: relative;
}

.home #content h2 {
  color: #003894;
  margin-bottom: 2rem;
}

.home #content h2 span {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 250%;
  color: #221815;
  display: block;
}

@media (min-width: 992px) {
  .home #content h2 span {
    font-size: 300%;
  }
}

#content .bg_triangle {
  padding-top: .5em;
  margin-bottom: 3rem;
}

#content .bg_triangle::before {
  content: "";
  background-image: url(img/common/h2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6em;
  height: 3em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

#content h3.advantage {
  font-size: 180%;
  margin-bottom: 0;
}

#content h3.advantage span {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 240%;
  padding-right: .75rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #content h3.advantage {
    font-size: 145%;
  }
  #content h3.advantage span {
    font-size: 220%;
  }
}

@media (min-width: 992px) {
  #content h3.advantage + p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#content .products_box h3 {
  position: relative;
}

#content .products_box h3::after {
  content: "";
  width: 2.5rem;
  height: 4px;
  background: #eb6c6d;
  position: absolute;
  bottom: -.5rem;
  left: 0;
}

#content .products_box:hover h3 {
  color: #003894;
}

#content .products_box:hover h3::after {
  width: 5rem;
  background: #003894;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#content .products_box p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: .5rem;
}

#content .products_box p.date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #898989;
}

#content .blog_box h3 {
  color: #003894;
  clear: none;
  margin: 0 0 .25rem 0;
}

#content .blog_box p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

#content .blog_box p.cat_label {
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #6a2c07;
  display: inline-block;
  padding: .2em .75em;
  margin-bottom: .2em;
}

#content .blog_box p.date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #898989;
}

#content .blog_box p.excerpt {
  clear: both;
}

@media (min-width: 576px) {
  #content .blog_box p.excerpt {
    clear: none;
  }
}

#content .ribbon h3 {
  color: #FFF;
  text-align: center;
  margin: 0;
}

#content h3.blue_line {
  border: 1px solid #003894;
  padding: 10px 1rem 12px 1rem;
}

#content .text_indent {
  text-indent: 1em;
  margin-bottom: 0;
}

#content p.number {
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  padding-left: 1.5em;
  position: relative;
}

#content p.number:before {
  color: #003894;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  position: absolute;
  top: 50%;
  left: .25em;
  margin-top: -0.4em;
}

#content p.number a:link {
  text-decoration: none;
}

#content .privacy_box p,
#content .privacy_box li {
  font-size: 14px;
  font-size: 0.875rem;
}

/* List ------------------- */
ul.circle, .entry-content ul {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

ul.circle li, .entry-content ul li {
  margin-bottom: .4em;
}

ul.circle li::before, .entry-content ul li::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  color: #003894;
  margin-right: 0.2em;
  vertical-align: -0.1em;
}

.table_company ul.circle, .table_company .entry-content ul, .entry-content .table_company ul {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: .5em;
  margin-bottom: 0;
}

.table_company ul.circle li::before, .table_company .entry-content ul li::before, .entry-content .table_company ul li::before {
  color: #898989;
}

ul.sitemap {
  margin-bottom: 0;
}

ul.sitemap li {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: .5rem;
}

ul.sitemap li a {
  background-color: #FFF;
  display: block;
  border: 1px solid #898989;
  padding: .5em 1.25em .5em .8em;
  position: relative;
}

ul.sitemap li a:hover {
  background-color: rgba(23, 61, 77, 0.1);
}

ul.sitemap li a::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #003894;
  font-size: 140%;
  position: absolute;
  top: 50%;
  right: .5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul.sitemap li span {
  background-color: #FFF;
  display: block;
  border: 1px solid #898989;
  padding: .5em 1.25em .5em .8em;
}

@media (min-width: 992px) {
  ul.sitemap li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

ul.sitemap li ul {
  margin-top: .75rem;
  margin-bottom: 1rem;
}

ul.sitemap li ul li {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: .25rem;
}

ul.sitemap li ul li a {
  background-color: transparent;
  border: none;
  padding: .25em 0 .25em .8em;
}

ul.sitemap li ul li a:hover {
  background-color: transparent;
}

ul.sitemap li ul li a::after {
  content: "";
}

ul.sitemap li ul li a::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  color: #003894;
  margin-right: 0.2em;
  vertical-align: -0.15em;
}

@media (min-width: 768px) {
  ul.sitemap li ul li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* Table ------------------- */
table th,
table td {
  padding: 10px;
}

table th {
  font-weight: 500;
  white-space: nowrap;
}

table a {
  color: #ee8583;
}

table a:hover {
  text-decoration: underline;
}

/* normal */
.table_normal th,
.table_normal td {
  border-top: 1px solid #DDD;
  padding: 10px 5px;
}

.table_normal tr:last-child th,
.table_normal tr:last-child td {
  border-bottom: 1px solid #DDD;
}

@media (min-width: 768px) {
  .table_normal th,
  .table_normal td {
    padding: 10px;
  }
}

@media (min-width: 1200px) {
  .table_normal {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.table_list th::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 8px;
  font-size: 0.5rem;
  color: rgba(23, 61, 77, 0.5);
  vertical-align: 2px;
  margin-right: .4rem;
}

/* vertical */
.table_vertical th, table#mfp_confirm_table th {
  font-weight: 500;
  display: block;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #DDD;
  background-color: #f8f8f8;
}

.table_vertical td, table#mfp_confirm_table td {
  display: block;
}

.table_vertical tr:last-child td, table#mfp_confirm_table tr:last-child td {
  border-bottom: 1px solid #DDD;
}

@media (min-width: 768px) {
  .table_vertical th, table#mfp_confirm_table th, .table_vertical td, table#mfp_confirm_table td {
    display: table-cell;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 10px 20px;
    background-color: transparent;
  }
  .table_vertical tr:nth-child(odd), table#mfp_confirm_table tr:nth-child(odd) {
    background-color: #f8f8f8;
  }
}

/* vertical horizontal line */
.table_vertical_horizontal_line {
  background-color: #FFF;
}

.table_vertical_horizontal_line th {
  display: block;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.table_vertical_horizontal_line td {
  display: block;
}

.table_vertical_horizontal_line tr:last-child td {
  border-bottom: 1px solid #DDD;
}

@media (min-width: 768px) {
  .table_vertical_horizontal_line th,
  .table_vertical_horizontal_line td {
    display: table-cell;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 10px;
  }
  .table_vertical_horizontal_line th {
    border-left: 1px solid #DDD;
  }
  .table_vertical_horizontal_line td {
    border-right: 1px solid #DDD;
  }
  .table_vertical_horizontal_line tr:first-child th,
  .table_vertical_horizontal_line tr:first-child td {
    border-top: 1px solid #DDD;
  }
  .table_vertical_horizontal_line tr:last-child th,
  .table_vertical_horizontal_line tr:last-child td {
    border-bottom: 1px solid #DDD;
  }
}

@media (min-width: 768px) {
  .company .table_vertical_horizontal_line th {
    width: 8em;
  }
}

@media (min-width: 768px) {
  .table_company tr th {
    width: 5em;
  }
}

/* mfp */
@media (min-width: 768px) {
  table#mfp_confirm_table tr th {
    width: 25%;
  }
}

/* Button ------------------- */
.home .btn-primary {
  border: none;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  position: relative;
}

.home .btn-primary:before {
  background-color: #ee8583;
}

.home .btn-primary::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.45em;
}

.contact .btn-primary {
  border-color: #003894;
  position: relative;
}

.contact .btn-primary::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.45em;
}

@media (max-width: 359.98px) {
  .contact .btn-primary::after {
    right: .5rem;
  }
}

/* Image ------------------- */
figure img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

figure figcaption {
  font-size: 1rem;
  color: #777;
  text-align: center;
}

.max_width {
  max-width: 320px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .max_width {
    max-width: none;
  }
}

.max_width_float {
  max-width: 320px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .max_width_float {
    max-width: 280px;
  }
}

@media (min-width: 992px) {
  .max_width_float {
    max-width: 380px;
  }
}

.max_width_vertical {
  max-width: 260px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .max_width_vertical {
    max-width: none;
  }
}

.max_width_vertical_float {
  max-width: 260px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .max_width_vertical_float {
    max-width: 210px;
  }
}

@media (min-width: 992px) {
  .max_width_vertical_float {
    max-width: 280px;
  }
}

.lazyload {
  opacity: 0;
  -webkit-transition: opacity .8s ease-out;
  -o-transition: opacity .8s ease-out;
  transition: opacity .8s ease-out;
}

.lazyloaded {
  opacity: 1;
}

/* Animation ------------------- */
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* FadeOut */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeout1 {
  opacity: 1;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.fadeout2 {
  opacity: 1;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.fadeout3 {
  opacity: 1;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* Delighter */
.delighter.right {
  -webkit-transform: translate(-30px);
  -ms-transform: translate(-30px);
  transform: translate(-30px);
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(30px);
  -ms-transform: translate(30px);
  transform: translate(30px);
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  -webkit-transform: translatey(20px);
  -ms-transform: translatey(20px);
  transform: translatey(20px);
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.bottom.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.bottom_slow {
  -webkit-transform: translatey(30px);
  -ms-transform: translatey(30px);
  transform: translatey(30px);
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.delighter.bottom_slow.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

/* Content etc. ------------------- */
.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section .container p:last-child {
  margin-bottom: 0;
}

.diagonal_top {
  width: 100%;
  height: 60px;
  background: #faebdb;
  background-image: url(img/common/diagonal_top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 60px;
}

@media (min-width: 576px) {
  .diagonal_top {
    background-size: 100% 100px;
    height: 100px;
  }
}

@media (min-width: 992px) {
  .diagonal_top {
    background-size: 100% 120px;
    height: 120px;
  }
}

.diagonal_bottom {
  width: 100%;
  height: 60px;
  background: #faebdb;
  background-image: url(img/common/diagonal_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 60px;
}

@media (min-width: 576px) {
  .diagonal_bottom {
    background-size: 100% 100px;
    height: 100px;
  }
}

@media (min-width: 992px) {
  .diagonal_bottom {
    background-size: 100% 120px;
    height: 120px;
  }
}

.bg_diagonal {
  background-color: #faebdb;
}

@media (min-width: 576px) {
  .bg_diagonal {
    padding-top: 0;
  }
}

.diagonal_x {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #faebdb), color-stop(50.5%, #FFF)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom left, #faebdb 50%, #FFF 50.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(bottom left, #faebdb 50%, #FFF 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top right, #faebdb 50%, #FFF 50.5%) no-repeat top left/100% 100%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #faebdb), color-stop(50.5%, #FFF)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(top left, #faebdb 50%, #FFF 50.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(top left, #faebdb 50%, #FFF 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, #faebdb 50%, #FFF 50.5%) no-repeat top left/100% 100%;
}

@media (min-width: 768px) {
  .greeting_box {
    background-image: url(img/content/kanou.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 60% auto;
    padding-top: 50px;
    padding-left: 30%;
  }
  .greeting_box .greeting {
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem 0 2rem 2rem;
  }
}

@media (min-width: 992px) {
  .greeting_box {
    padding-top: 100px;
  }
}

.border_box {
  border: 2px solid #003894;
  padding: 15px;
  margin-bottom: 2rem;
}

.border_box p:last-child,
.border_box ul:last-child,
.border_box figure {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .border_box {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .border_box {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .border_box {
    padding: 30px;
  }
}

.ribbon_box {
  border: 1px solid #ee8583;
  padding-top: 45px;
  margin-right: 8px;
  position: relative;
}

@media (min-width: 768px) {
  .ribbon_box {
    padding-top: 20px;
    padding-left: 170px;
  }
}

.ribbon_box .ribbon {
  position: absolute;
  top: -10px;
  left: -12px;
  width: 160px;
  padding: .5rem .5rem .75rem 0;
  background: #ee8583;
}

.ribbon_box .ribbon::before {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  content: '';
  border: 6px solid transparent;
  border-top: 6px solid #cb716f;
  border-right: 6px solid #cb716f;
}

.contact .ribbon_box {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.link_box {
  position: relative;
}

.link_box a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.link_box a:hover {
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .mt120 {
    margin-top: 120px;
  }
}

.advantage1,
.advantage2,
.advantage3 {
  padding: 200px 1rem 0 1rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.advantage1 ::before,
.advantage2 ::before,
.advantage3 ::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(img/top/advantage1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 260px;
  z-index: -2;
}

.advantage1 ::after,
.advantage2 ::after,
.advantage3 ::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.3) 100%);
  width: 100%;
  height: 260px;
  z-index: -1;
}

@media (min-width: 768px) {
  .advantage1,
  .advantage2,
  .advantage3 {
    padding-top: 315px;
  }
  .advantage1 ::before,
  .advantage1 ::after,
  .advantage2 ::before,
  .advantage2 ::after,
  .advantage3 ::before,
  .advantage3 ::after {
    height: 360px;
  }
}

@media (min-width: 992px) {
  .advantage1,
  .advantage2,
  .advantage3 {
    padding-top: 300px;
  }
}

.advantage2 ::before {
  background-image: url(img/top/advantage2.jpg);
}

@media (min-width: 768px) {
  .advantage2 {
    margin-top: -80px;
  }
}

.advantage3 ::before {
  background-image: url(img/top/advantage3.jpg);
}

@media (min-width: 768px) {
  .advantage3 {
    margin-top: 50px;
  }
}

.products_box {
  max-width: 300px;
  display: block;
  margin: 0 auto 30px auto;
}

@media (min-width: 768px) {
  .products_box {
    max-width: none;
  }
}

.products_box a:hover {
  background-color: transparent;
}

.products_box figure {
  border: 1px solid #DDD;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.products_box figure img {
  margin-bottom: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.products_box figcaption {
  font-size: 80%;
  color: #FFF;
  background: #eb6c6d;
  padding: .25em .5em;
  margin: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}

.products_box:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}

.blog_box {
  border-top: 1px solid #DDD;
  padding: 15px 0;
}

@media (min-width: 576px) {
  .blog_box {
    border: 1px solid #DDD;
    padding: 15px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .blog_box {
    padding: 20px;
  }
}

.blog_box::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-size: 30px;
  font-size: 1.875rem;
  color: #003894;
  position: absolute;
  bottom: 5px;
  right: 20px;
  z-index: 1;
}

.blog_box:hover::before {
  color: #ee8583;
}

.blog_box figure {
  border: 1px solid #DDD;
  width: 100px;
  float: left;
  margin: 0 10px 8px 0;
  overflow: hidden;
}

@media (min-width: 576px) {
  .blog_box figure {
    width: 130px;
    margin: 0 15px 0 0;
  }
}

@media (min-width: 992px) {
  .blog_box figure {
    width: 150px;
  }
}

.blog_box figure img {
  margin-bottom: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.blog_box:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.row .col-lg-6:last-child .blog_box {
  border-bottom: 1px solid #DDD;
  margin-bottom: 1rem;
}

#content {
  margin-bottom: 2rem;
}

#searchform {
  max-width: 400px;
}

/* Form
-------------------------------------------------------------- */
@media (min-width: 768px) {
  .form_box {
    padding: 30px 15px;
    border: 1px solid #DDD;
    background-color: #FFF;
  }
}

@media (min-width: 992px) {
  .form_box {
    padding: 50px 20px;
  }
}

@media (min-width: 1200px) {
  .form_box {
    padding: 50px 30px;
  }
}

.form_box .row {
  margin-right: -5px;
  margin-left: -5px;
}

.form_box .row > .col,
.form_box .row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form_box .modal-header {
  border-bottom: none;
}

.contact body {
  overflow-x: hidden;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

div#mfp_thanks {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px 0px;
}

div#mfp_thanks strong {
  color: #dc3545;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  div#mfp_thanks strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* base */
.must {
  color: #FFF !important;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  background-color: #ee8583;
  padding: .125rem .3rem .15rem .3rem;
  margin-left: .4rem;
}

/* label */
form#mailformpro label.mfp_checked {
  padding: 3px;
  border: solid 1px #CCC;
  background-color: #E8EEF9;
  -webkit-box-shadow: 0px 1px 3px #CCC inset;
  box-shadow: 0px 1px 3px #CCC inset;
}

form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: solid 1px #EEE;
}

/* Confirm（確認画面）#mfp_confirm_table は、Tableに記述 */
/* Confirm flat */
div#mfp_phase_confirm {
  clear: both;
}

div#mfp_phase_confirm h4 {
  text-align: center;
}

/* Confirm Overlay */
div#mfp_overlay {
  display: none;
}

div#mfp_overlay_background {
  display: none;
}

/* Loading */
div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}

/* Error  */
div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #df0615;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
}

.mfp_parent_error {
  border: solid 2px #df0615;
}

.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #df0615;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  font-size: 1.125rem;
  color: #dc3545;
}

/* Warning */
div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #df0615;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  font-size: 1.125rem;
  color: #df0615;
}

/* Price */
div#mfp_price {
  color: #C00;
  font-size: 36px;
  font-size: 2.25rem;
  padding: 10px;
  font-weight: bolder;
}

div#mfp_price span {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}

/* Button */
div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
}

.imagebutton {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
}

/* Prefcode 郵便番号からの住所入力 */
div.prefcodeWrapper {
  position: relative;
}

div.prefcodeResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px #CCC;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.prefcodeResult div {
  cursor: pointer;
}

div.prefcodeResult div:hover {
  background-color: #C9EBFB;
}

div.prefcodeResult div.prefcodeNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

/* animated */
.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

/* OperationCheck.js　動作チェック */
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
  display: none;
}

div#mfp_OperationCheck strong {
  background: #090;
  display: block;
  color: #222;
  text-align: center;
  border-radius: 3px;
}

div#mfp_OperationCheck * {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  font-size: 0.75rem;
}

div#mfp_OperationCheck p {
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
  font-size: 0.75rem;
}

div#mfp_OperationCheck p a {
  color: #0C0;
  text-decoration: none;
}

div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
  text-decoration: underline;
}

div#mfp_OperationCheck p button {
  border: none;
  background: none;
  color: #0C0;
  cursor: pointer;
}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
  line-height: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  list-style: none;
  vertical-align: middle;
}

div#mfp_OperationCheck ul li {
  padding: 5px 10px;
}

div#mfp_OperationCheck ul li label {
  text-decoration: underline;
}

/* submit block */
button.mfp_submit_enable {
  background: none;
  background: #000090;
}

button.mfp_submit_disable {
  background: none;
  background: #FD8282;
}

/* tips */
span.mfp_tips {
  background-color: #FCC;
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin: 2px;
  -webkit-box-shadow: 0px 2px 10px #999;
  box-shadow: 0px 2px 10px #999;
}

span.mfp_tips strong {
  color: #800040;
}

span.mfp_tips span {
  display: block;
  padding: 10px;
  color: #008080;
}

span.mfp_tips em {
  font-style: normal;
  color: #090;
  font-weight: bold;
}

/* page_top
-------------------------------------------------------------- */
.page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: rgba(137, 137, 137, 0.7);
  border-radius: 50%;
  z-index: 100;
}

@media (min-width: 992px) {
  .page_top {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 40px;
  }
}

.page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.page_top a::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 992px) {
  .page_top a {
    width: 60px;
    height: 60px;
  }
}

/* Footer
-------------------------------------------------------------- */
.footer_container {
  color: #FFF;
  background-color: #898989;
  padding: 1rem 0;
}

.footer_container p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.footer_container .copyright {
  font-size: 12px;
  font-size: 0.75rem;
}

.footer_container .copyright a {
  color: #FFF;
}

.footer_container a {
  color: #FFF !important;
}

.footer_nav {
  text-align: center;
}

.footer_nav li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  display: inline-block;
}

.footer_nav li:after {
  color: #FFF;
  content: "|";
  margin-right: .3rem;
  margin-left: .5rem;
}

.footer_nav li:last-child:after {
  content: "";
}

.footer_nav li a:hover {
  text-decoration: underline;
}

.diagonal_footer {
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #898989), color-stop(50.5%, #FFF)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom left, #898989 50%, #FFF 50.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(bottom left, #898989 50%, #FFF 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top right, #898989 50%, #FFF 50.5%) no-repeat top left/100% 100%;
}

@media (min-width: 576px) {
  .diagonal_footer {
    height: 100px;
  }
}

@media (min-width: 992px) {
  .diagonal_footer {
    height: 120px;
  }
}

/* WP
-------------------------------------------------------------- */
/* Post */
.page .entry-title,
.single .page-title,
.archive .page-title,
.blog .page-title,
.not-found .page-title {
  color: #FFF;
  letter-spacing: .05em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: .25em 1em .3em 1em;
  margin: 0;
}

.post .entry-title,
.search .entry-title {
  text-align: left !important;
  border-bottom: solid 3px #faebdb;
  padding-bottom: .25em;
  margin-bottom: 1rem;
  position: relative;
}

.post .entry-title::after,
.search .entry-title::after {
  position: absolute;
  bottom: -3px;
  content: " ";
  display: block;
  width: 20%;
  border-bottom: solid 3px #ee8583;
}

.search .entry-title::after {
  border-bottom: solid 3px #6a2c07;
}

.single-products .entry-header {
  position: relative;
}

.single-products .entry-title {
  border: 1px solid #003894;
  padding: 10px 1rem 12px 1rem;
}

.single-products .entry-title + p {
  color: #FFF;
  line-height: 1;
  background-color: #003894;
  padding: 6px .5rem 7px .5rem;
  position: absolute;
  top: -28px;
  left: 0;
}

.blog .hentry,
.search .hentry,
.category .hentry,
.tag .hentry,
.single-post .hentry {
  border: 1px solid #003894;
  padding: 20px;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .blog .hentry,
  .search .hentry,
  .category .hentry,
  .tag .hentry,
  .single-post .hentry {
    padding: 30px;
    margin-bottom: 4rem;
  }
}

.single .hentry {
  margin-bottom: 60px;
}

.search .hentry {
  padding: 20px;
  margin-bottom: 20px;
}

.search .hentry .entry-title,
.search .hentry p {
  margin: 0px !important;
}

.search .entry-summary {
  margin-top: 10px;
}

.post-type-archive-products .hentry {
  width: 100%;
}

.entry-date {
  color: #898989;
  margin-bottom: 10px !important;
}

.cat-links,
.tags-links {
  color: #666;
  font-size: 90%;
  margin-right: 1rem;
}

.entry-content h3 {
  border-left: 5px solid #ee8583;
  padding-left: .5rem;
}

.entry-content h4 {
  background-color: #faebdb;
  padding: .4rem .8rem .5rem .8rem;
}

.entry-content p a {
  text-decoration: underline;
}

.entry-content p a:hover {
  text-decoration: none;
}

.entry-content ul {
  text-indent: -.2rem;
  padding-left: 1.5rem;
}

.entry-content ul li::before {
  content: "";
}

.entry-footer {
  clear: both;
  margin: 20px 0;
}

.entry-footer .edit-link {
  border: 1px solid #DDD;
  padding: 10px;
}

/* Widget */
.widget-area {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .widget-area {
    margin-bottom: 4rem;
  }
}

.widget {
  margin-bottom: 4rem;
}

.widget h4 {
  border: 1px solid #003894;
  padding: .4rem .8rem .5rem .8rem;
}

.widget ul {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.widget ul li {
  margin-bottom: .75em;
}

.widget ul li::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  color: #003894;
  margin-right: 0.2em;
  vertical-align: -0.1em;
}

/* image alignment */
.entry-content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.entry-content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.entry-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.entry-content img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

.entry-content img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.entry-content img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.entry-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.entry-content .wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.entry-content .wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

.entry-content .wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
}

.scf_img {
  margin: 0 0 1.5rem;
}

.scf_img figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}

.post-thumbnail {
  margin-top: 1rem;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 575.98px) {
  .single .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

/*  */
.post-navigation {
  margin: 4rem 0;
}

.post-navigation a:hover {
  text-decoration: none;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  font-size: 90%;
  text-align: left;
  border-top: 1px dashed #DDD;
  border-bottom: 1px dashed #DDD;
  width: 100%;
  padding: 10px 0;
}

.post-navigation .nav-previous + .nav-next {
  border-top: none;
}

.post-navigation .meta-nav {
  color: #666;
  display: block;
}

.post-navigation .nav-previous .meta-nav:before {
  font-family: 'icomoon';
  content: '\e905';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003894;
  margin-right: 0.3em;
  vertical-align: -1px;
}

.post-navigation .nav-next .meta-nav:after {
  font-family: 'icomoon';
  content: '\e906';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003894;
  margin-left: 0.3em;
  vertical-align: -1px;
}

@media (min-width: 768px) {
  .post-navigation {
    margin: 100px 0;
  }
  .post-navigation .nav-next {
    text-align: right;
  }
}
