@charset "UTF-8";
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, strong, 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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

.parallax {
  opacity: 0;
}
img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

html,
body,
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  line-height: 2;
  letter-spacing: .02em;
  font-feature-settings: "palt" 1;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
button {
  -webkit-appearance: none;
  border-radius: 0;
}

input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input::-webkit-input-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}

input[type="submit"] {
  -webkit-appearance: none;
}

button {
  font-family: Arial, "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
button:focus {
  outline: 0;
}

select {
  border-radius: 0;
}
select:focus {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 10px;
}

sub {
  vertical-align: sub;
  font-size: 10px;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
html,
body,
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  font-family: Arial, "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.67;
}

body {
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

#stage {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 320px;
}

a,
.btn {
  color: #000;
  transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  /* ie */
  text-decoration: none;
}
a img,
.btn img {
  transition: opacity .25s ease-in;
  -ms-transition: opacity .25s ease-in;
  /* ie */
  border: none;
}
a:before, a:after,
.btn:before,
.btn:after {
  transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  /* ie */
}

.wow {
  visibility: hidden;
}

.header {
  padding-left: 3.33%;
  padding-right: 3.33%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.header .logo {
  width: 89.29%;
}
.header .menu {
  width: 10.71%;
  padding-top: 4.29%;
}
.header .tel {
  display: none;
}

.spnav {
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  display: none;
}
.spnav ul {
  border-top: 1px solid #707070;
}
.spnav a {
  display: block;
  border-bottom: 1px solid #707070;
  text-align: center;
  font-size: 15px;
  line-height: 3;
}

.nav {
  display: none;
}

.column {
  width: 93.33%;
  margin: 0 auto 25px;
}
.column--main {
  margin-bottom: 50px;
}
.column--side {
  padding: 15px 8px;
}

.breadcrumbs {
  width: 93.33%;
  margin: 0 auto 10px;
}
.breadcrumbs span.green,
.breadcrumbs a.green {
  color: #2f9f04;
}

.footer {
  background: url(../images/common/bg_footer.png) 0 0 repeat;
  position: relative;
}
.footer--totop {
  display: none;
}
.footer--nav {
  margin-bottom: 30px;
  padding-left: 3.33%;
  padding-right: 3.33%;
}
.footer--nav--link {
  margin-bottom: 25px;
}
.footer--nav--link li {
  border-bottom: 1px solid #bebebe;
}
.footer--nav--link a {
  display: block;
  padding: 10px 3px;
  position: relative;
  font-size: 16px;
}
.footer--nav--link a:before {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/common/icon_nav.png) center center/contain no-repeat;
  display: inline-block;
  margin-right: 5px;
}
.footer--nav--link a.parent:after {
  content: '';
  width: 7px;
  height: 7px;
  background: url(../images/common/icon_plus_sp.png) 0 0/contain no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.footer--nav--link a.parent.is_open:after {
  background: url(../images/common/icon_minus_sp.png) center center/contain no-repeat;
}
.footer--nav--link .childlen {
  padding-left: 30px;
  display: none;
}
.footer--nav--link .childlen a {
  border-bottom: none;
  padding: 7px 0;
  white-space: nowrap;
}
.footer--nav--link .childlen a:before, .footer--nav--link .childlen a:after {
  content: none;
}
.footer--nav--relation h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.footer--nav--relation a {
  padding: 3px 0;
  display: inline-block;
}
.footer--nav--relation a:before {
  content: '';
  background: url(../images/common/icon_relation.png) center center/5px auto no-repeat;
  width: 5px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
}
.footer--box {
  border-top: 1px solid #bebebe;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 3.33%;
  margin-right: 3.33%;
}
.footer--box--logo {
  margin-bottom: 10px;
}
.footer--box--info--tel {
  font-size: 15px;
  font-weight: bold;
}
.footer--box--info--mail {
  font-size: 10px;
}
.footer--box--info--mail img {
  margin-right: 7px;
}
.footer--box--right {
  display: none;
}
.footer--btm {
  background-color: #fff;
  padding-left: 3.33%;
  padding-right: 3.33%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.footer--btm--nav {
  margin-bottom: 5px;
}
.footer--btm--nav a {
  position: relative;
  padding-left: 18px;
}
.footer--btm--nav a:before {
  content: '';
  background: url(../images/common/icon_footerlink.png) 0 0/13px 13px no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.footer--copyright {
  font-size: 9px;
  line-height: 1.5;
}

.side {
  background-color: #f6f6f6;
  font-size: 15px;
}
.side--searcharea {
  background-color: #fff;
  padding: 4px;
  margin-bottom: 40px;
}
.side--searcharea #searchform > div:before {
  content: '';
  background: url(../images/common/icon_search.png) 0 0/contain no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.side--searcharea input[type="text"] {
  border: none;
  width: calc(100% - 93px);
}
.side--searcharea input[type="submit"] {
  width: 58px;
  background-color: #2f9f04;
  color: #fff;
  border: none;
  border-radius: 3px;
}
.side--latest {
  margin-bottom: 40px;
}
.side--latest--items {
  border-top: 1px solid #000;
}
.side--latest--item {
  border-bottom: 1px solid #000;
  display: block;
  padding: 5px 0;
}
.side--latest--item--text {
  color: #2f9f04;
}
.side--category {
  margin-bottom: 40px;
}
.side--category--items .cat-item {
  margin-bottom: 5px;
}
.side--category--item {
  background-color: #bbeabb;
  display: block;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5px;
}
.side--category--item--lbl {
  color: #2f9f04;
  padding-left: 15px;
  font-size: 18px;
}
.side--category--item--num {
  background-color: #2f9f04;
  color: #fff;
  border-radius: 3px;
  padding: 3px 15px;
}
.side--archives .month {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.side--archives .month a {
  width: 22%;
  background-color: #bbeabb;
  color: #2f9f04;
  text-align: center;
  padding: 3px 0;
  margin: 0 5px 5px 0;
}

@keyframes arrowMov {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
a.btn,
input[type="submit"].btn,
button.btn {
  background: url(../images/common/bg_green.png) 0 0 repeat;
  border: none;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  display: block;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  margin: 0 auto;
}
a.btn img,
input[type="submit"].btn img,
button.btn img {
  width: 19px;
  vertical-align: middle;
  -ms-transform: translateY(-1px);
      transform: translateY(-1px);
  margin-right: 5px;
}
a.btn.big,
input[type="submit"].btn.big,
button.btn.big {
  font-size: 22px;
  padding: 10px 0;
}
a.btn.big img,
input[type="submit"].btn.big img,
button.btn.big img {
  width: 36px;
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
}
a.btn.pink,
input[type="submit"].btn.pink,
button.btn.pink {
  background-image: url(../images/common/bg_pink.png);
}
a.btn.blue,
input[type="submit"].btn.blue,
button.btn.blue {
  background-image: url(../images/common/bg_blue.png);
}
a.btn.orange,
input[type="submit"].btn.orange,
button.btn.orange {
  background-image: url(../images/common/bg_orange.png);
}
a.btn.purple,
input[type="submit"].btn.purple,
button.btn.purple {
  background-image: url(../images/common/bg_purple.png);
}
a.btn.lime,
input[type="submit"].btn.lime,
button.btn.lime {
  background-image: url(../images/common/bg_lime.png);
}
a.btn.violet,
input[type="submit"].btn.violet,
button.btn.violet {
  background-image: url(../images/common/bg_violet.png);
}
a.btn.yellow,
input[type="submit"].btn.yellow,
button.btn.yellow {
  background-image: url(../images/common/bg_yellow.png);
}

.headline {
  padding-top: 35px;
  text-align: center;
  font-size: 24px;
  line-height: 1.15;
  position: relative;
  margin-bottom: 10px;
}
.headline::before {
  content: '';
  background-color: #2f9f04;
  display: block;
  width: 2px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.subhead {
  font-size: 28px;
  margin-bottom: 5px;
}
body.error404 .notfound {
  width: 93.33%;
  margin: 0 auto 150px;
}
body.error404 .lade {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
body.error404 p {
  margin-bottom: 40px;
  text-align: center;
}
body.error404 .btnarea a {
  line-height: 50px;
  font-size: 18px;
}

body.home .contents {
  padding-bottom: 15px;
}
body.home .kv {
  margin-bottom: 10px;
  position: relative;
}
body.home .kv--text {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
}
body.home .kv--decoration {
  display: none;
}
body.home .kv .swiper-pagination {
  bottom: 40px;
}
body.home .kv .swiper-pagination-bullet {
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
body.home .kv .swiper-pagination-bullet-active {
  background: #2f9f04;
}
body.home .kv .swiper-button-prev, body.home .kv .swiper-button-next {
  width: 22px;
  height: 22px;
  background: center center / contain no-repeat;
  margin-top: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
body.home .kv .swiper-button-prev {
  background-image: url(../images/common/slidenav_left.png);
  left: 0;
}
body.home .kv .swiper-button-next {
  background-image: url(../images/common/slidenav_right.png);
  right: 0;
}
body.home .telbtn {
  background: url(../images/common/bg_green.png) 0 0 repeat;
  color: #fff;
  margin: 0 3.33%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
  border-radius: 3px;
  margin-bottom: 18px;
}
body.home .telbtn--icon {
  width: 37px;
  margin-right: 7px;
}
body.home .telbtn--num {
  font-size: 26px;
  font-weight: bold;
}
body.home .about {
  margin: 0 3.33% 40px;
}
body.home .about--content {
  font-size: 14px;
  line-height: 1.75;
  color: #323232;
}
body.home .information {
  margin: 0 3.33%;
}
body.home .information--items {
  border-top: 1px solid #bebebe;
  margin-bottom: 13px;
}
body.home .information--item {
  border-bottom: 1px solid #bebebe;
  padding: 10px 0;
}
body.home .information--item--time {
  float: left;
  margin-right: 10px;
  display: block;
  padding: 2px 0;
  margin-bottom: 3px;
}
body.home .information--item--category {
  width: 99px;
  float: left;
}
body.home .information--item--category span {
  background: #2f9f04;
  color: #fff;
  font-size: 11px;
  text-align: center;
  display: block;
  padding: 2px 0;
  margin-bottom: 3px;
}
body.home .information--item--category span.news, body.home .information--item--category span.pink {
  background: #ffa8c6;
}
body.home .information--item--category span.activity, body.home .information--item--category span.blue {
  background: #77d7ff;
}
body.home .information--item--category span.study, body.home .information--item--category span.orange {
  background: #ffca6d;
}
body.home .information--item--category span.download, body.home .information--item--category span.purple {
  background: #e6befa;
}
body.home .information--item--content {
  clear: both;
}
body.home .information--links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 7px;
}
body.home .information--link {
  width: 49.29%;
  padding-bottom: 1.42%;
}
body.home .information--link a {
  text-align: left;
  padding-left: 15px;
  padding: 8px 15px;
}
body.home .information .grayback {
  border-top: 1px solid #bebebe;
  padding-top: 13px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (49.29%)[2];
      grid-template-columns: repeat(2, 49.29%);
  gap: 1.4vw 1.4200000000000017%;
}
body.home .information .grayback a {
  margin: 0;
  padding: 8px 15px;
  text-align: left;
}
body.home .information .grayback a.btn.violet .box img {
  width: 16px;
  height: 16px;
}

body.page-about .sections {
  width: 93.33%;
  margin: 0 auto 73px;
}
body.page-about .sections#sec2 {
  margin-bottom: 18px;
}
body.page-about .sections--text {
  margin-bottom: 12px;
}
body.page-about .sections--item {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  margin-bottom: 7px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 3.86% 20px 7%;
}
body.page-about .sections--item--no {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
}
body.page-about .sections--item--icon {
  width: 15%;
  margin: 0;
}
body.page-about .sections--item--text {
  width: 82%;
  margin-left: 3%;
}
body.page-about .sections--item--lade {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.32;
  margin-bottom: 7px;
}
body.page-about .sections--item--discription {
  font-size: 9px;
  line-height: 1.44;
}
body.page-about .centerinfo {
  width: 93.33%;
  margin: 0 auto 20px;
}
body.page-about .centerinfo--img {
  width: 54.43%;
  margin: 0 auto 18px;
}
body.page-about .centerinfo--date--list {
  margin-bottom: 5px;
}
body.page-about .centerinfo--date--list dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-about .centerinfo--date--list dt, body.page-about .centerinfo--date--list dd {
  padding: 3px 0;
}
body.page-about .centerinfo--date--list dt {
  background-color: #2f9f04;
  color: #fff;
  text-align: center;
  width: 30%;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 7px;
}
body.page-about .centerinfo--date--list dd {
  width: 67.57%;
  margin-bottom: 5px;
  font-size: 10px;
}
body.page-about .centerinfo--date--contact {
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
body.page-about .centerinfo--date--contact--add {
  font-size: 10px;
}
body.page-about .centerinfo--date--contact--tel {
  font-size: 15px;
}
body.page-about .centerinfo--date--text {
  font-size: 9px;
}

body.post-type-archive-office .office {
  width: 93.33%;
  margin: 0 auto;
}
body.post-type-archive-office .office ul {
  margin-bottom: 75px;
}
body.post-type-archive-office .office > ul ul ul {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;
}
body.post-type-archive-office .office > ul ul ul li a:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_nav.png) center center/contain no-repeat;
  display: inline-block;
  margin-right: 5px;
}
body.post-type-archive-office .office--lbl {
  background-color: #2f9f04;
  color: #fff;
  display: block;
  border-radius: 2px;
  font-size: 18px;
  padding: 10px 32px;
  margin-bottom: 35px;
  position: relative;
}
body.post-type-archive-office .office--lbl:after {
  content: '';
  background: url(../images/common/icon_plus_w_sp.png) 0 0/contain no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
body.post-type-archive-office .office--lbl.is_open:after {
  background-image: url(../images/common/icon_minus_w_sp.png);
}
body.post-type-archive-office .office--lists {
  display: none;
}
body.post-type-archive-office .office--lists a {
  font-size: 18px;
}
body.post-type-archive-office .office--lists a:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background-color: #2f9f04;
  vertical-align: middle;
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
  margin-right: 10px;
}
body.post-type-archive-office .office--contactsheet {
  border-top: 1px solid #bebebe;
  padding: 10px 0;
  font-size: 18px;
}
body.post-type-archive-office .office--contactsheet a {
  color: #339d19;
  text-decoration: underline;
}

body.tax-medicalform .office--items {
  width: 93.33%;
  margin: 0 auto 100px;
}
body.tax-medicalform .office--items.multiple {
  margin-bottom: 30px;
}
body.tax-medicalform .office--item {
  border: 1px solid #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5px 5px 5px 10px;
  margin-bottom: 5px;
}
body.tax-medicalform .office--item--info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
body.tax-medicalform .office--item--info--name {
  font-size: 15px;
}
body.tax-medicalform .office--item--info--category span {
  font-size: 9px;
  color: #2f9f04;
  background-color: #d5ebcc;
  display: inline-block;
  border-radius: 3px;
  margin-right: 3px;
  padding: 2px 5px;
}
body.tax-medicalform .office--item--btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background-color: #2f9f04;
  color: #fff;
  font-size: 13px;
  width: 45px;
  min-height: 45px;
  border-radius: 4px;
  margin-left: auto;
}
body.tax-medicalform .office--item.in_visit {
  padding: 0 0 0 10px;
  -ms-flex-align: stretch;
      align-items: stretch;
}
body.tax-medicalform .office--item.in_visit .office--item--btn {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}
body.tax-medicalform .office--item.in_visit .visit {
  text-align: center;
  border-left: 1px solid #000;
}
body.tax-medicalform .office--item.in_visit .visit--lbl {
  padding: 1px 5px;
  border-bottom: 1px solid #000;
  font-size: 9px;
}
body.tax-medicalform .office--item.in_visit .visit--check {
  padding-top: 8px;
}

body.tax-area .office--area {
  width: 93.33%;
  border: 1px solid #000;
  padding: 6px;
  margin: 0 auto 50px;
}
body.tax-area .acf-map {
  width: 100%;
  height: 400px;
}
body.tax-area .acf-map img {
  max-width: inherit !important;
}
body.tax-area .marker {
  display: none;
}

body.single-office .detailed {
  width: 93.33%;
  margin: 0 auto 25px;
  border: 1px solid #000;
}
body.single-office .detailed i.fas {
  color: #2f9f04;
}
body.single-office .detailed--lbl {
  border-bottom: 1px solid #000;
  padding: 7px 10px;
  font-size: 15px;
  background-color: rgba(47, 159, 4, 0.2);
}
body.single-office .detailed--add, body.single-office .detailed--information, body.single-office .detailed--athome {
  border-bottom: 1px solid #000;
  padding: 7px 10px;
}
body.single-office .detailed--item {
  font-size: 12px;
}
body.single-office .detailed--content {
  font-size: 10px;
}
body.single-office .detailed--athome span {
  color: #2f9f04;
  background-color: #d5ebcc;
  display: inline-block;
  border-radius: 3px;
  margin-right: 3px;
  padding: 2px 5px;
}
body.single-office .detailed--map {
  padding: 8px;
}
body.single-office .acf-map {
  width: 100%;
  height: 400px;
}
body.single-office .acf-map img {
  max-width: inherit !important;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin: 0 2px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: #2f9f04;
  color: #fff;
  line-height: 32px;
  padding: 0 7px;
  border-radius: 3px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  width: 32px;
  line-height: 32px;
  border-radius: 3px;
}
.wp-pagenavi .page {
  background-color: #2f9f04;
  color: #fff;
}
.wp-pagenavi .current {
  background-color: #e0e0e0;
  color: #fff;
}

.headerpager {
  margin-bottom: 25px;
}

.footerpager {
  margin-top: 25px;
}

body.post-type-archive-information .column--main,
body.tax-information_cat .column--main {
  margin-bottom: 0;
}
body.post-type-archive-information .results,
body.tax-information_cat .results {
  text-align: right;
  margin-bottom: 10px;
}
body.post-type-archive-information .information--items,
body.tax-information_cat .information--items {
  border-top: 1px solid #000;
}
body.post-type-archive-information .information--item,
body.tax-information_cat .information--item {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
body.post-type-archive-information .information--item--header,
body.tax-information_cat .information--item--header {
  margin-bottom: 10px;
}
body.post-type-archive-information .information--item--lbl,
body.tax-information_cat .information--item--lbl {
  font-size: 15px;
}
body.post-type-archive-information .information--item--time,
body.tax-information_cat .information--item--time {
  font-size: 8px;
}
body.post-type-archive-information .information--item--time img,
body.tax-information_cat .information--item--time img {
  width: 14px;
  height: 14px;
}
body.post-type-archive-information .information--item--thumb,
body.tax-information_cat .information--item--thumb {
  margin-bottom: 13px;
  background-color: #d5ead8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
body.post-type-archive-information .information--item--category,
body.tax-information_cat .information--item--category {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  padding: 10px 0;
  margin-bottom: 5px;
  font-size: 8px;
}
body.post-type-archive-information .information--item--category span,
body.tax-information_cat .information--item--category span {
  display: inline-block;
  background: #d5ebcc;
  color: #2f9f04;
  padding: 0 8px;
  line-height: 15px;
  border-radius: 7px;
  margin-left: 3px;
}
body.post-type-archive-information .information--item--text,
body.tax-information_cat .information--item--text {
  font-size: 10px;
}
body.post-type-archive-information .information--item--link,
body.tax-information_cat .information--item--link {
  text-align: right;
}
body.post-type-archive-information .information--item--link a,
body.tax-information_cat .information--item--link a {
  font-size: 10px;
  color: #2f9f04;
}

body.single-information .information--item {
  border-top: 1px solid #000;
  padding: 10px 0;
}
body.single-information .information--item--header {
  margin-bottom: 10px;
}
body.single-information .information--item--lbl {
  font-size: 15px;
}
body.single-information .information--item--time {
  font-size: 8px;
}
body.single-information .information--item--time img {
  width: 14px;
  height: 14px;
}
body.single-information .information--item--thumb {
  margin-bottom: 13px;
}
body.single-information .information--item--thumb img {
  max-width: 100%;
  height: auto;
}
body.single-information .information--item--category {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  padding: 10px 0;
  margin-bottom: 5px;
  font-size: 8px;
}
body.single-information .information--item--category span {
  display: inline-block;
  background: #d5ebcc;
  color: #2f9f04;
  padding: 0 8px;
  line-height: 15px;
  border-radius: 7px;
  margin-left: 3px;
}
body.single-information .information--item--text {
  font-size: 10px;
}
body.single-information .information--item--text a {
  text-decoration: underline;
}
body.single-information .information--item--link {
  text-align: right;
}
body.single-information .information--item--link a {
  font-size: 10px;
  color: #2f9f04;
}

body.page-privacypolicy .privacypolicy {
  width: 93.33%;
  margin: 0 auto;
}
body.page-privacypolicy .privacypolicy dl {
  margin-bottom: 60px;
}
body.page-privacypolicy .privacypolicy dt {
  font-size: 15px;
}
body.page-privacypolicy .privacypolicy dd {
  font-size: 10px;
  margin-bottom: 30px;
}

body.page-contact .contact,
body.page-confirm .contact,
body.page-complete .contact {
  width: 93.33%;
  margin: 0 auto 50px;
}
body.page-contact .lade,
body.page-confirm .lade,
body.page-complete .lade {
  text-align: center;
}
body.page-contact .contactinfo,
body.page-confirm .contactinfo,
body.page-complete .contactinfo {
  background-color: #d5ebcc;
  padding: 10px 15px;
  text-align: center;
  margin: 0 auto 15px;
}
body.page-contact .contactinfo--lbl,
body.page-confirm .contactinfo--lbl,
body.page-complete .contactinfo--lbl {
  font-size: 10px;
}
body.page-contact .contactinfo--tel,
body.page-confirm .contactinfo--tel,
body.page-complete .contactinfo--tel {
  font-size: 15px;
}
body.page-contact .contact--item,
body.page-confirm .contact--item,
body.page-complete .contact--item {
  margin-bottom: 5px;
}
body.page-contact .contact--item.required,
body.page-confirm .contact--item.required,
body.page-complete .contact--item.required {
  position: relative;
}
body.page-contact .contact--item.required:before,
body.page-confirm .contact--item.required:before,
body.page-complete .contact--item.required:before {
  content: '必須';
  display: inline-block;
  background-color: #ff9960;
  color: #fff;
  padding: 0 8px;
  margin-right: 5px;
}
body.page-contact .contact--content,
body.page-confirm .contact--content,
body.page-complete .contact--content {
  margin-bottom: 10px;
}

body.page-contact input[type="text"],
body.page-contact textarea {
  border: none;
  background-color: #eee;
  width: 100%;
  padding: 8px 10px;
}
body.page-contact .btnarea {
  text-align: center;
}
body.page-contact .btnarea .submit {
  position: relative;
}
body.page-contact .btnarea .submit::before {
  content: '';
  background: url(../images/common/icon_link_sp.png) 0 0/contain no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  margin-left: -9em;
  z-index: 2;
}
body.page-contact .btnarea .submit input {
  width: 100%;
  font-size: 16px;
  line-height: 50px;
}

body.page-confirm .btnarea {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.page-confirm .btnarea input[type="submit"] {
  width: 100%;
  font-size: 16px;
  line-height: 50px;
}
body.page-confirm .btnarea .back,
body.page-confirm .btnarea .submit {
  position: relative;
  width: 49%;
}
body.page-confirm .btnarea .back::before,
body.page-confirm .btnarea .submit::before {
  content: '';
  background: url(../images/common/icon_link_sp.png) 0 0/contain no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 2;
}
body.page-confirm .btnarea .back::before {
  margin-left: -4.3em;
}
body.page-confirm .btnarea .submit::before {
  margin-left: -5.5em;
}

body.page-complete .complete--box {
  background-color: #fbeed9;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 10px;
}
body.page-complete .complete--lbl {
  color: #e68f00;
  font-size: 18px;
  margin-bottom: 5px;
}
body.page-complete .complete--content {
  font-size: 12px;
}
body.page-complete .complete--text {
  font-size: 9px;
  text-align: center;
}
@media (max-width: 767px){
  .pc{
    display: none;
  }
  body.post-type-archive-office .office--lists li:not(:last-of-type){
    margin-bottom: 15px;
  }
}
@media (min-width: 768px){
  .sp{
    display: none;
  }
  img{
    max-width: initial;
  }
  html,
  body,
  input:not([type="checkbox"]):not([type="radio"]),
  textarea,
  select{
    line-height: 2;
  }
  html,
  body,
  input:not([type="checkbox"]):not([type="radio"]),
  textarea,
  select{
    font-size: 17px;
    line-height: 1.76;
  }
  #stage{
    min-width: 1000px;
  }
  a:hover,
  .btn:hover{
    opacity: .7;
    cursor: pointer;
  }
  a.nonhover:hover,
  .btn.nonhover:hover{
    opacity: 1;
  }
  .header{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .header .logo{
    width: 690px;
  }
  .header .menu{
    display: none;
  }
  .header .tel{
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
  }
  .spnav{
    display: none !important;
  }
  .nav{
    display: block;
    width: 1006px;
    display: -ms-flexbox;
    display: flex;
  }
  body.home .nav{
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  body:not(.home) .nav{
    margin: 0 auto 10px;
  }
  .nav a{
    position: relative;
    opacity: 1;
  }
  .nav a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    bottom: 3px;
  }
  .nav a:first-of-type:after{
    border-radius: 4px 0 0 4px;
    left: 3px;
  }
  .nav a:hover:after{
    background-color: rgba(255, 255, 255, 0.4);
  }
  .contents{
    background: #fff url(../images/common/bg_contentbottom.png) center bottom no-repeat;
  }
  body:not(.home) .contents{
    padding-bottom: 110px;
  }
  .column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
  }
  .column--main{
    padding-left: 20px;
    width: 680px;
  }
  .column--side{
    width: 300px;
    padding: 30px 20px;
  }
  .breadcrumbs{
    font-size: 14px;
    width: 1000px;
    margin-bottom: 45px;
  }
  .footer--totop{
    display: block;
    position: absolute;
    left: 50%;
    top: -45px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer--nav{
    width: 1000px;
    margin: 0 auto;
    padding: 45px 0 30px;
  }
  .footer--nav--link{
    margin-bottom: 0;
  }
  .footer--nav--link ul{
    display: -ms-flexbox;
    display: flex;
  }
  .footer--nav--link li{
    border: none;
    -ms-flex: auto;
    flex: auto;
  }
  .footer--nav--link li.top{
    display: none;
  }
  .footer--nav--link a:before{
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: middle;
  }
  .footer--nav--link a.parent:after{
    content: none;
  }
  .footer--nav--link .childlen{
    display: block;
  }
  .footer--nav--link .childlen.colmun{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 280px;
  }
  .footer--nav--link .childlen.colmun a:nth-of-type(odd){
    width: 170px;
  }
  .footer--nav--link .childlen.colmun a:nth-of-type(even){
    width: calc(100% - 170px);
  }
  .footer--nav--link .childlen a{
    padding: 0;
  }
  .footer--nav--link .childlen a:before{
    content: '';
    background: url(../images/common/icon_relation_pc.png) 0 0/contain no-repeat;
    width: 7px;
    height: 10px;
    display: inline-block;
    margin-right: 7px;
  }
  .footer--nav--relation{
    display: none;
  }
  .footer--box{
    width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer--box--info--tel{
    font-size: 24px;
  }
  .footer--box--info--mail{
    font-size: 16px;
  }
  .footer--box--info--add{
    font-size: 18px;
  }
  .footer--box--left{
    width: 660px;
  }
  .footer--box--right{
    display: block;
    width: 300px;
    border-left: 5px solid #2f9f04;
    padding-left: 30px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .footer--box--right h2{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .footer--box--right a:before{
    content: '';
    background: url(../images/common/icon_relation.png) center center/contain no-repeat;
    width: 10px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
  }
  .footer--btm{
    padding-left: 0;
    padding-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer--btm--nav{
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
    width: 160px;
  }
  .footer--btm--nav a{
    font-size: 12px;
  }
  .footer--copyright{
    -ms-flex-order: 1;
    order: 1;
    font-size: 12px;
    width: 800px;
  }
  .headline{
    padding-top: 78px;
    font-size: 30px;
    margin-bottom: 40px;
  }
  .headline::before{
    width: 3px;
    height: 50px;
  }
  a img{
    transition: all .5s ease-in;
  }
  a.scale{
    display: block;
    overflow: hidden;
  }
  a.scale img{
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  a.scale:hover img{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  a.opacity{
    display: block;
  }
  a.opacity:hover{
    opacity: .5;
  }
  a.border{
    position: relative;
    display: block;
  }
  a.border:after{
    content: '';
    position: absolute;
    z-index: 2;
    border: 0 solid rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  a.border:hover:after{
    border-width: 10px;
  }
  a.bg{
    display: block;
  }
  a.bg:hover{
    background-color: #f5efe2;
  }
  body.error404 .notfound{
    width: 960px;
  }
  body.error404 .btnarea{
    width: 250px;
    margin: 0 auto;
  }
  body.home .contents{
    padding-bottom: 115px;
  }
  body.home .kv{
    background: url(../images/home/mv_decoration.png) center top no-repeat;
    margin-bottom: 95px;
  }
  body.home .kv--box{
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  body.home .kv--text{
    width: auto;
  }
  body.home .kv--decoration{
    position: absolute;
    left: 50%;
    top: 0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
  }
  body.home .kv .swiper-pagination-bullet{
    width: 45px;
    height: 5px;
  }
  body.home .kv .swiper-button-prev, body.home .kv .swiper-button-next{
    width: 45px;
    height: 45%;
    z-index: 10;
  }
  body.home .kv .swiper-button-prev{
    left: 50%;
    margin-left: -545px;
  }
  body.home .kv .swiper-button-next{
    right: 50%;
    margin-right: -545px;
  }
  body.home .telbtn{
    display: none;
  }
  body.home .about{
    width: 960px;
    margin: 0 auto 60px;
  }
  body.home .about--content{
    font-size: 18px;
  }
  body.home .about--btn{
    margin-left: auto;
    width: 250px;
  }
  body.home .about--btn a{
    font-size: 16px;
  }
  body.home .about--btn img{
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }
  body.home .information{
    width: 960px;
    margin: 0 auto;
  }
  body.home .information--items{
    margin-bottom: 19px;
  }
  body.home .information--item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 6px 0;
  }
  body.home .information--item--time{
    width: 170px;
    padding: 0;
    padding-left: 10px;
    line-height: 40px;
    margin-bottom: 0;
  }
  body.home .information--item--category{
    width: 148px;
  }
  body.home .information--item--category span{
    margin-bottom: 0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  body.home .information--item--content{
    padding-left: 20px;
    line-height: 40px;
  }
  body.home .information--links{
    padding-bottom: 28px;
  }
  body.home .information--link{
    width: 230px;
    padding-bottom: 0;
  }
  body.home .information--link a{
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
  }
  body.home .information--link a img{
    width: 26px;
    height: 26px;
  }
  body.home .information--link.kusyojohou{
    width: 262px;
    margin: 0 auto;
  }
  body.home .information .grayback{
    background: #f1f1f1;
    border: none;
    padding: 26px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
  body.home .information .grayback a{
    width: 280px;
    height: 63px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  body.home .information .grayback a .box{
    font-size: 16px;
    line-height: 1;
  }
  body.home .information .grayback a .box span{
    font-size: 12px;
  }
  body.home .information .grayback a.btn.violet .box{
    position: relative;
    padding-left: 31px;
    padding-top: 5px;
  }
  body.home .information .grayback a.btn.violet .box img{
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
  }
  body.page-about .sections{
    width: 1000px;
    margin-bottom: 100px;
  }
  body.page-about .sections#sec2{
    margin-bottom: 65px;
  }
  body.page-about .sections--text{
    margin-bottom: 20px;
  }
  body.page-about .sections--items{
    width: 965px;
  }
  body.page-about .sections--item{
    margin-bottom: 10px;
    padding: 50px 70px 50px 105px;
  }
  body.page-about .sections--item--no{
    width: 82px;
  }
  body.page-about .sections--item--no img{
    max-width: 100%;
    height: auto;
  }
  body.page-about .sections--item--icon{
    width: 106px;
    text-align: center;
  }
  body.page-about .sections--item--icon img{
    max-width: 100%;
    height: auto;
  }
  body.page-about .sections--item--text{
    margin-left: 67px;
    width: 670px;
  }
  body.page-about .sections--item--lade{
    font-size: 22px;
    line-height: 1.36;
  }
  body.page-about .sections--item--discription{
    font-size: 16px;
    line-height: 1.5;
  }
  body.page-about .centerinfo{
    width: 965px;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.page-about .centerinfo--img{
    width: 351px;
    margin: 0;
  }
  body.page-about .centerinfo--date{
    width: 585px;
    margin: 0;
    margin-right: 15px;
  }
  body.page-about .centerinfo--date--list dt{
    font-size: 16px;
  }
  body.page-about .centerinfo--date--list dd{
    font-size: 16px;
  }
  body.page-about .centerinfo--date--contact--add{
    font-size: 16px;
  }
  body.page-about .centerinfo--date--contact--tel{
    font-size: 24px;
  }
  body.page-about .centerinfo--date--text{
    font-size: 16px;
  }
  body.post-type-archive-office .office{
    width: 965px;
  }
  body.post-type-archive-office .office ul{
    margin-bottom: 35px;
  }
  body.post-type-archive-office .office > ul{
    display: -ms-flexbox;
    display: flex;
  }
  body.post-type-archive-office .office > ul > li{
    -ms-flex: 1;
    flex: 1;
  }
  body.post-type-archive-office .office > ul > li:last-of-type{
    margin-left: 20px;
  }
  body.post-type-archive-office .office > ul > li.is_current .office--lbl{
    background-color: #2f9f04;
    color: #fff;
  }
  body.post-type-archive-office .office > ul > li.is_current .office--lbl:after{
    content: '';
    border: 22px solid transparent;
    border-top-color: #2f9f04;
    background: none;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 35px);
    transform: translate(-50%, 35px);
  }
  body.post-type-archive-office .office > ul > li.is_current .office--lists{
    display: block;
  }
  body.post-type-archive-office .office--lbl{
    background-color: #e5e5e5;
    color: #2f9f04;
    margin-bottom: 60px;
    text-align: center;
    font-size: 24px;
    padding: 14px;
    border-radius: 5px;
    transition: all .25s ease-in;
  }
  body.post-type-archive-office .office--lbl:after{
    content: none;
  }
  body.post-type-archive-office .office--lists li{
    margin-bottom: 20px;
  }
  body.post-type-archive-office .office--lists a{
    font-size: 24px;
  }
  body.post-type-archive-office .office--lists a:before{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-right: 13px;
  }
  body.tax-medicalform .office--items{
    width: 965px;
  }
  body.tax-medicalform .office--item{
    margin-bottom: 9px;
    padding: 8px 13px 8px 15px;
    -ms-flex-align: center;
    align-items: center;
  }
  body.tax-medicalform .office--item--info{
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 78px);
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.tax-medicalform .office--item--info--name{
    font-size: 24px;
  }
  body.tax-medicalform .office--item--info--category span{
    font-size: 18px;
    padding: 8px 24px;
    line-height: 1;
    margin-right: 10px;
  }
  body.tax-medicalform .office--item--btn{
    font-size: 20px;
    width: 78px;
    min-height: 0;
  }
  body.tax-medicalform .office--item.in_visit .office--item--btn{
    margin: 13px 17px 13px auto;
  }
  body.tax-medicalform .office--item.in_visit .visit{
    display: -ms-flexbox;
    display: flex;
    width: 265px;
  }
  body.tax-medicalform .office--item.in_visit .visit *{
    -ms-flex: 1;
    flex: 1;
  }
  body.tax-medicalform .office--item.in_visit .visit--lbl{
    border-bottom: none;
    border-right: 1px solid #000;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }
  body.tax-medicalform .office--item.in_visit .visit--check{
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
  }
  body.tax-area .office--area{
    width: 965px;
    margin: 0 auto;
    padding: 17px 19px;
  }
  body.tax-area .acf-map{
    height: 660px;
  }
  body.single-office .detailed{
    width: 965px;
  }
  body.single-office .detailed--lbl{
    font-size: 24px;
    padding: 12px 15px;
  }
  body.single-office .detailed--add, body.single-office .detailed--information, body.single-office .detailed--athome{
    padding: 12px 15px;
    display: -ms-flexbox;
    display: flex;
  }
  body.single-office .detailed--item{
    width: 110px;
    font-size: 18px;
    border-right: 1px solid #000;
    margin-right: 32px;
  }
  body.single-office .detailed--content{
    font-size: 18px;
  }
  body.single-office .detailed--athome .detailed--item{
    width: auto;
    padding-right: 25px;
    border-right: none;
    margin-right: 0;
  }
  body.single-office .detailed--athome span{
    font-size: 18px;
    padding: 8px 24px;
    line-height: 1;
    margin-right: 10px;
  }
  body.single-office .detailed--map{
    padding: 20px 25px;
  }
  body.single-office .acf-map{
    height: 550px;
  }
  body.post-type-archive-information .information--item--lbl,
  body.tax-information_cat .information--item--lbl{
    font-size: 24px;
  }
  body.post-type-archive-information .information--item--time,
  body.tax-information_cat .information--item--time{
    font-size: 14px;
  }
  body.post-type-archive-information .information--item--content,
  body.tax-information_cat .information--item--content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.post-type-archive-information .information--item--thumb,
  body.tax-information_cat .information--item--thumb{
    width: 250px;
    height: 250px;
    position: relative;
  }
  body.post-type-archive-information .information--item--thumb a:hover,
  body.tax-information_cat .information--item--thumb a:hover{
    opacity: 1;
  }
  body.post-type-archive-information .information--item--box,
  body.tax-information_cat .information--item--box{
    width: 390px;
  }
  body.post-type-archive-information .information--item--category,
  body.tax-information_cat .information--item--category{
    font-size: 16px;
    margin-bottom: 10px;
  }
  body.post-type-archive-information .information--item--category span,
  body.tax-information_cat .information--item--category span{
    line-height: 30px;
    border-radius: 15px;
  }
  body.post-type-archive-information .information--item--text,
  body.tax-information_cat .information--item--text{
    font-size: 16px;
  }
  body.post-type-archive-information .information--item--link a,
  body.tax-information_cat .information--item--link a{
    font-size: 16px;
  }
  body.single-information .information--item--lbl{
    font-size: 24px;
  }
  body.single-information .information--item--time{
    font-size: 14px;
  }
  body.single-information .information--item--thumb{
    background-color: #d5ead8;
    text-align: center;
  }
  body.single-information .information--item--category{
    font-size: 16px;
    margin-bottom: 10px;
  }
  body.single-information .information--item--category span{
    line-height: 30px;
    border-radius: 15px;
  }
  body.single-information .information--item--text{
    font-size: 16px;
  }
  body.single-information .information--item--link a{
    font-size: 16px;
  }
  body.page-privacypolicy .privacypolicy{
    width: 960px;
  }
  body.page-privacypolicy .privacypolicy dt{
    font-size: 24px;
  }
  body.page-privacypolicy .privacypolicy dd{
    font-size: 17px;
  }
  body.page-contact .contact,
  body.page-confirm .contact,
  body.page-complete .contact{
    width: 960px;
  }
  body.page-contact .lade,
  body.page-confirm .lade,
  body.page-complete .lade{
    margin-bottom: 55px;
  }
  body.page-contact .contactinfo,
  body.page-confirm .contactinfo,
  body.page-complete .contactinfo{
    width: 640px;
    margin-bottom: 87px;
  }
  body.page-contact .contactinfo--lbl,
  body.page-confirm .contactinfo--lbl,
  body.page-complete .contactinfo--lbl{
    font-size: 17px;
  }
  body.page-contact .contactinfo--tel,
  body.page-confirm .contactinfo--tel,
  body.page-complete .contactinfo--tel{
    font-size: 24px;
  }
  body.page-contact .contact--item,
  body.page-confirm .contact--item,
  body.page-complete .contact--item{
    margin-bottom: 10px;
  }
  body.page-contact .contact--content,
  body.page-confirm .contact--content,
  body.page-complete .contact--content{
    margin-bottom: 40px;
  }
  body.page-contact .btnarea{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body.page-contact .btnarea .submit::before{
    margin-left: -6.5em;
  }
  body.page-contact .btnarea .submit{
    width: 250px;
  }
  body.page-confirm .btnarea{
    -ms-flex-pack: center;
    justify-content: center;
  }
  body.page-confirm .btnarea .back,
  body.page-confirm .btnarea .submit{
    width: 250px;
    margin: 0 10px;
  }
  body.page-confirm .btnarea .back::before{
    margin-left: -2.5em;
  }
  body.page-confirm .btnarea .submit::before{
    margin-left: -3.3em;
  }
  body.page-complete .complete--box{
    margin-bottom: 30px;
    padding: 40px;
  }
  body.page-complete .complete--lbl{
    font-size: 30px;
    margin-bottom: 10px;
  }
  body.page-complete .complete--content{
    font-size: 18px;
  }
  body.page-complete .complete--text{
    font-size: 18px;
  }
}
@media (min-width: 768px) and (min-width: 768px){
  body.home .information .grayback a .box img{
    width: 26px;
    height: 26px;
  }
}
