@charset "UTF-8";
/* Slider */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
}

.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;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/**
 * Base
 */
button,
input[type="button"],
input[type="checkbox"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}

button,
input,
select,
textarea {
  vertical-align: top;
}

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

input[type="text"],
textarea {
  color: inherit;
  font-family: inherit;
}

button {
  margin: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

img {
  vertical-align: top;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

@media screen and (max-width: 640px) {
  body {
    min-width: 0;
  }
}

a, button, .button {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  text-decoration: none;
}

a img, button img, .button img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover, button:hover, .button:hover {
  opacity: 0.8;
  text-decoration: none;
}

a:hover img, button:hover img, .button:hover img {
  opacity: 0.8;
}

header, body {
  min-width: 1100px;
}

@media screen and (max-width: 640px) {
  header, body {
    min-width: 0;
  }
}

/**
 * Header
 */
.l-header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  background-color: #fff;
}

.l-header a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  letter-spacing: 2px;
}

.l-header a:hover {
  opacity: 0.8;
}

.l-header__inner {
  margin: 0 auto;
  height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

@media only screen and (min-width: 500px) and (max-width: 1200px) {
  .l-header__inner {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .l-header__inner {
    border-bottom: 2px solid #dddddd;
  }
}

.l-header__inner::after {
  content: "";
  display: block;
  clear: both;
}

.l-header h1 {
  display: inline-block;
}

.l-header .logo {
  -webkit-transition: padding .3s;
  transition: padding .3s;
  padding: 22px 0 22px 40px;
  display: inline-block;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .l-header .logo {
    display: none;
  }
}

.l-header .logo_sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .l-header .logo_sp {
    display: block;
  }
  .l-header .logo_sp img {
    width: 230px;
  }
}

.l-header .sub-nav {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: right;
  display: flex;
}

@media screen and (max-width: 640px) {
  .l-header .sub-nav {
    display: none;
  }
}

.l-header .sub-nav .cont {
  margin: 15px 0 15px 10px;
  padding-left: 50px;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 500;
}

@media only screen and (min-width: 500px) and (max-width: 1200px) {
  .l-header .sub-nav .cont {
    margin: 0;
    font-size: 1.2rem;
  }
}

.l-header .sub-nav span {
  font-size: 22px;
  font-weight: bold;
}

.l-header .sub-nav .mail {
  position: relative;
}

.l-header .sub-nav .mail:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 25px;
  background-image: url(../images/mail_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 6px;
  top: 21%;
}

.l-header .sub-nav .tel {
  position: relative;
  line-height: 2.5rem;
}

.l-header .sub-nav .tel:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 30px;
  background-image: url(../images/tel_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 16px;
  top: 20%;
}

.l-header .sub-nav .contact {
  margin-left: 30px;
}

.l-header .sub-nav .contact .btn {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #333;
  height: 89px;
  background-color: #ffe04d;
  padding: 0 75px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header .sub-nav .contact .btn:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow.png);
  left: 30px;
  top: 40%;
}

.l-header .sub-nav .contact .btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 107px;
  height: 90px;
  background-image: url(../images/contact_point.png);
  right: 0;
  top: 0;
}

.l-header .sub-nav .contact .btn .text {
  color: #333;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.l-header .navArea {
  background: -webkit-linear-gradient(0deg, #009b69, #11b287);
}

@media all and (-ms-high-contrast: none) {
  .l-header .navArea {
    background: -ms-linear-gradient(0deg, #009b69, #12b68a);
    /* IE */
  }
}

.l-header.is-scrolled .navArea {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.l-header .globalNav {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: padding .3s;
  transition: padding .3s;
}

@media screen and (max-width: 640px) {
  .l-header .globalNav {
    width: 100%;
  }
}

.l-header .globalNav a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(1100px/6);
  vertical-align: top;
  position: relative;
}

@-moz-document url-prefix() {
  .l-header .globalNav a {
    line-height: 1.7rem;
  }
}

@media screen and (max-width: 640px) {
  .l-header .globalNav a {
    width: auto;
  }
}

.l-header .globalNav ul {
  width: 1100px;
  height: auto;
  margin-top: 0px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .l-header .globalNav ul {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .l-header .globalNav ul {
    width: 100%;
    display: inline-block;
  }
}

.l-header .globalNav .lv1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 0 30px 0;
  -ms-flex-item-align: normal;
  align-self: normal;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.l-header .globalNav .lv1:hover {
  background: rgba(0, 74, 50, 0.5);
}

.l-header .globalNav .lv1::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/arrow_menu.png);
  background-repeat: no-repeat;
  left: 47%;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  .l-header .globalNav .lv1::after {
    background-image: url(../images/common/arrow_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    top: 37%;
    right: -35%;
  }
}

.l-header .globalNav .lv1:first-child a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 2px;
  /*下線の幅*/
  height: 40px;
  /*下線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #fff;
  /*下線の色*/
}

@media screen and (max-width: 640px) {
  .l-header .globalNav .lv1:first-child a:before {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .l-header .globalNav .lv1:first-child a {
    border-left: 0;
  }
}

.l-header .globalNav .lv1 a {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
}

.l-header .globalNav .lv1 a:hover {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .l-header .globalNav .lv1 a {
    border-right: 0;
  }
}

.l-header .globalNav .lv1 a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 2px;
  /*下線の幅*/
  height: 40px;
  /*下線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #fff;
  /*下線の色*/
}

@media screen and (max-width: 640px) {
  .l-header .globalNav .lv1 a:after {
    display: none;
  }
}

.l-header .globalNav .lv1 > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 30px;
  border: 1px solid #ccc;
  background-color: #FFF;
}

.l-header .globalNav .lv1 > ul:before, .l-header .globalNav .lv1 > ul:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

.l-header .globalNav .lv1 > ul:before {
  z-index: 0;
  top: -24px;
  left: calc(50% - 12px);
  border: 12px solid;
  border-color: transparent transparent #fff transparent;
}

.l-header .globalNav .lv1 > ul:after {
  content: '';
  z-index: -1;
  top: -28px;
  left: calc(50% - 14px);
  border: 14px solid;
  border-color: transparent transparent #ccc transparent;
}

.l-header .globalNav .lv1.pickupLink {
  margin: 0 0 0 38px;
  background-color: #237BBE;
}

.l-header .globalNav .lv1.pickupLink:before {
  display: none;
}

.l-header .globalNav .lv1.pickupLink a {
  display: block;
  padding: 10px 16px;
  font-size: 1.4rem;
  color: #fff;
}

.l-header .globalNav .lv2 > a {
  display: block;
  border-top: 1px solid #ccc;
  padding: 10px 15px;
  color: #fff;
  white-space: nowrap;
}

.l-header .globalNav .lv2:first-child a {
  border-top: none;
}

.l-header .spMenuBtn {
  display: none;
}

body.pg-top .l-header {
  background-color: transparent;
  color: #fff;
}

body.pg-top .l-header a {
  color: #fff;
}

body.pg-top .l-header.is-sp a {
  color: #fff;
}

@media screen and (min-width: 650px) {
  .l-header .head_banner_float {
    display: none !important;
  }
}

.l-header.is-sp {
  height: 90px;
  position: fixed;
}

.l-header.is-sp a {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .l-header.is-sp .logo {
    -webkit-transition: none;
    transition: none;
  }
}

.l-header.is-sp .navArea {
  display: none;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  background-color: #FFF;
}

.l-header.is-sp .globalNav {
  margin: 0;
}

.l-header.is-sp .globalNav a {
  display: block;
  position: relative;
}

.l-header.is-sp .globalNav .lv1 {
  display: block;
  margin: 0;
  padding: 0;
}

.l-header.is-sp .globalNav .lv1 > a {
  border-bottom: 1px solid #fff;
  margin: 0 20px;
  padding: 20px 0 0 0;
  text-align: left;
}

.l-header.is-sp .globalNav .lv1:last-child > a {
  border-bottom: 0;
}

.l-header.is-sp .globalNav .lv1 > ul {
  display: block;
  position: static;
  margin: 0;
  border: none;
  padding: 0;
}

.l-header.is-sp .globalNav .lv1 > ul:before, .l-header.is-sp .globalNav .lv1 > ul:after {
  content: none;
}

.l-header.is-sp .globalNav .lv1:first-child a {
  border-top: none;
}

.l-header.is-sp .globalNav .lv1 ~ .lv1 {
  margin-left: 0;
}

.l-header.is-sp .globalNav .lv1 ~ .lv1:before {
  content: none;
}

.l-header.is-sp .globalNav .lv1.pickupLink {
  margin-top: 0;
}

.l-header.is-sp .globalNav .lv1.pickupLink a {
  border-top: 1px solid #ccc;
  font-size: 1.6em;
  color: #fff;
}

.l-header.is-sp .globalNav .lv2 > a {
  padding: 8px 4% 8px 30px;
  background-color: #eee;
  font-size: 1.4rem;
  color: #fff;
  white-space: normal;
}

.l-header.is-sp .globalNav .lv2:first-child a {
  border-top: 1px solid #ccc;
}

.l-header.is-sp .head_banner_float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 8px 16px;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
}

.l-header.is-sp .head_banner_float ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.l-header.is-sp .head_banner_float ul li {
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  width: 47%;
}

@media only screen and (max-width: 350px) {
  .l-header.is-sp .head_banner_float ul li {
    width: 48%;
  }
}

.l-header.is-sp .head_banner_float ul .tel_btn {
  background: -webkit-linear-gradient(0deg, #08a777, #12b68a);
}

@media all and (-ms-high-contrast: none) {
  .l-header.is-sp .head_banner_float ul .tel_btn {
    background: -ms-linear-gradient(0deg, #08a777, #12b68a);
    /* IE */
  }
}

.l-header.is-sp .head_banner_float ul .tel_btn a {
  display: inline-block;
  padding: 10px 12px 5px 27px;
}

.l-header.is-sp .head_banner_float ul .tel_btn span {
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.l-header.is-sp .head_banner_float ul .tel_btn span a {
  letter-spacing: 1px;
}

.l-header.is-sp .head_banner_float ul .tel_btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 30px;
  background-image: url(../images/tel_icon_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 36%;
  left: 10px;
}

.l-header.is-sp .head_banner_float ul .form_btn {
  background: -webkit-linear-gradient(0deg, #ee9e05, #f8c11b);
  font-size: 1.4rem;
  line-height: 20px;
}

@media all and (-ms-high-contrast: none) {
  .l-header.is-sp .head_banner_float ul .form_btn {
    background: -ms-linear-gradient(0deg, #ee9e05, #f8c11b);
    /* IE */
  }
}

.l-header.is-sp .head_banner_float ul .form_btn a {
  display: inline-block;
  padding: 10px 27px 9px 36px;
}

.l-header.is-sp .head_banner_float ul .form_btn:before, .l-header.is-sp .head_banner_float ul .form_btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-header.is-sp .head_banner_float ul .form_btn:before {
  width: 18px;
  height: 30px;
  background-image: url(../images/mail_icon_w.png);
  top: 40%;
  left: 9px;
}

.l-header.is-sp .head_banner_float ul .form_btn:after {
  background-image: url(../images/arrow_l.png);
  width: 17px;
  height: 30px;
  top: 40%;
  right: 10px;
}

.l-header.is-sp .spMenuBtn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 80px !important;
  height: 90px;
}

.l-header.is-sp .spMenuBtn .hamburgerIcon {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 25px;
  height: 19px;
  text-align: center;
}

.l-header.is-sp .spMenuBtn .hamburgerIcon span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: #08a777;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-header.is-sp .spMenuBtn .hamburgerIcon span:before, .l-header.is-sp .spMenuBtn .hamburgerIcon span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08a777;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-header.is-sp .spMenuBtn .hamburgerIcon span:before {
  top: -8px;
}

.l-header.is-sp .spMenuBtn .hamburgerIcon span:after {
  bottom: -8px;
}

.l-header.is-sp .spMenuBtn.is-active .hamburgerIcon span {
  background-color: transparent;
}

.l-header.is-sp .spMenuBtn.is-active .hamburgerIcon span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header.is-sp .spMenuBtn.is-active .hamburgerIcon span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.pg-top .l-header.is-sp {
  background-color: transparent;
}

body.pg-top .l-header.is-sp .globalNav .lv1 > ul {
  background-color: transparent;
}

html.is-spMenuActive body.pg-top .l-header.is-sp, body.pg-top .l-header.is-sp.is-scrolled {
  background-color: #FFF;
}

html.is-spMenuActive body.pg-top .l-header.is-sp .navArea, body.pg-top .l-header.is-sp.is-scrolled .navArea {
  -webkit-overflow-scrolling: touch;
}

.spMenuBg {
  display: none;
}

@media screen and (max-width: 640px) {
  .spMenuBg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

/**
 * Footer
 */
.l-footer {
  background: #def7ea;
  background: -webkit-linear-gradient(0deg, #def7ea, #f4fef0);
}

.l-footer .pageTopBtn {
  position: fixed;
  right: 30px;
  bottom: 10px;
  background-color: #ddd;
}

.l-footer .pageTopBtn img {
  width: 60px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .l-footer .pageTopBtn {
    right: 10px;
    bottom: 90px;
  }
  .l-footer .pageTopBtn img {
    width: 40px;
    height: auto;
  }
}

.l-footer .credit {
  padding: 33px 4%;
  font-size: 1.4rem;
  color: #333;
}

@media screen and (max-width: 640px) {
  .l-footer .credit {
    padding: 25px 4%;
  }
}

.l-footer .copyright {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .l-footer .copyright {
    font-size: 1.1rem;
  }
}

/**
 * Wrapper
 */
.l-wrapper {
  overflow: hidden;
}

/**
 * Contents
 */
.l-contents {
  padding-top: 120px;
}

body.pg-top .l-contents {
  padding-top: 0;
}

.l-contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-contents .sectLg {
  padding-top: 100px;
}

.l-contents .sectLg--bgImg, .l-contents .sectLg--bgColor {
  margin-top: 0;
}

.l-contents .sectLg--pgHeader {
  padding: 2vw 4%;
}

.l-contents .sectLg--bgImg, .l-contents .sectLg--bgColor {
  padding-bottom: 100px;
}

.l-contents .sectLg--bgImg__inner {
  margin: 0 auto;
  padding: 0 4%;
  max-width: calc(1200px + 4%);
}

.l-contents .sectLg--bgColor--green {
  background: -webkit-linear-gradient(0deg, #def7ea, #f4fef0);
}

@media all and (-ms-high-contrast: none) {
  .l-contents .sectLg--bgColor--green {
    background: -ms-linear-gradient(0deg, #def7ea, #f4fef0);
    /* IE */
  }
}

.l-contents .sectLg .c-hdg:first-child {
  margin-top: 0;
}

.l-contents .sectLg .c-hdg:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .l-contents {
    padding-top: 40px;
  }
  .l-contents .sectLg {
    margin: 0 0 4em;
    padding-top: 60px;
  }
  .l-contents .sectLg--bgImg .c-container {
    padding: 4vw;
  }
  .l-contents .sectLg--bgImg, .l-contents .sectLg--bgColor {
    margin: 0;
    padding: 60px 0;
  }
  .l-contents .focusContents {
    margin: 0;
  }
  .l-contents .introduce {
    margin-bottom: 0;
  }
}

/**
 * Page
 */
/* トップページ */
.pg-top {
  /* 電話・メール */
}

.pg-top .pickupArea {
  display: block;
  text-align: center;
  background: #fff;
  padding: 5px 0 10px 0;
  margin-top: 85px;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  color: #333;
}

@media screen and (max-width: 640px) {
  .pg-top .pickupArea {
    padding: 10px 0;
    margin-top: 90px;
  }
}

.pg-top .pickupArea p {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin-left: -20px;
}

@media screen and (max-width: 640px) {
  .pg-top .pickupArea p {
    font-size: 1.1rem;
  }
}

.pg-top .pickupArea p .g-txt {
  color: #04875d;
}

.pg-top .pickupArea p .b, .pg-top .pickupArea p .main-txt {
  font-size: 2.1rem;
}

@media screen and (max-width: 640px) {
  .pg-top .pickupArea p .b, .pg-top .pickupArea p .main-txt {
    font-size: 1.3rem;
  }
}

.pg-top .pickupArea p .main-txt {
  background-image: -webkit-gradient(linear, left top, right top, from(#f6c70d), to(#f8e9a0));
  background-image: linear-gradient(to right, #f6c70d, #f8e9a0);
  background-image: -ms-linear-gradient(to right, #f6c70d, #f8e9a0);
  /* IE */
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: bottom;
}

@media screen and (max-width: 640px) {
  .pg-top .pickupArea p .main-txt {
    background-size: 100% 35%;
  }
}

.pg-top .pickupArea p .pc {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .pg-top .pickupArea p .pc {
    display: none;
  }
}

.pg-top .pickupArea p::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(../images/arrow_pickup.png);
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

@media screen and (max-width: 640px) {
  .pg-top .pickupArea p::after {
    width: 17px;
    height: 17px;
    background-size: contain;
    right: -10%;
  }
}

.pg-top .mainVisual {
  position: relative;
  margin-top: 85px;
  background-image: url(../images/bk.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.pg-top .mainVisual__inner {
  width: 100%;
  overflow: hidden;
}

.pg-top .mainVisual__contents {
  width: 100%;
}

.pg-top .mainVisual__contents .sub-title {
  font-size: 3.0rem;
  font-weight: bold;
  color: #074333;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__contents .sub-title {
    margin-top: 23px;
  }
}

.pg-top .mainVisual__contents .sub-title > div {
  display: inline-block;
  margin: 40px 0 10px 0;
  position: relative;
}

.pg-top .mainVisual__contents .sub-title > div span {
  font-size: 3.6rem;
  color: #04875d;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6c70d), to(#f8e9a0));
  background-image: linear-gradient(to right, #f6c70d, #f8e9a0);
  background-image: -ms-linear-gradient(to right, #f6c70d, #f8e9a0);
  /* IE */
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__contents .sub-title > div {
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 0 4%;
    margin: 10px 0 24px 0;
  }
  .pg-top .mainVisual__contents .sub-title > div span {
    font-size: 2.0rem;
  }
  @-moz-document url-prefix() {
    .pg-top .mainVisual__contents .sub-title > div {
      line-height: 1.5rem;
    }
  }
}

.pg-top .mainVisual__contents .sub-title > div:before, .pg-top .mainVisual__contents .sub-title > div:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 4px;
  background: #074333;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

html.is-IE11 .pg-top .mainVisual__contents .sub-title > div:before, html.is-IE11 .pg-top .mainVisual__contents .sub-title > div:after {
  margin-top: -10px;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__contents .sub-title > div:before, .pg-top .mainVisual__contents .sub-title > div:after {
    width: 15px;
    height: 2px;
  }
}

.pg-top .mainVisual__contents .sub-title > div:before {
  right: 100%;
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__contents .sub-title > div:before {
    margin-right: 0;
    top: 50%;
  }
}

.pg-top .mainVisual__contents .sub-title > div:after {
  left: 100%;
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__contents .sub-title > div:after {
    margin-left: 0;
    top: 50%;
  }
}

.pg-top .mainVisual__contents .title {
  margin: 0 auto;
  text-align: center;
}

.pg-top .mainVisual__contents .title > div {
  display: inline-block;
  position: relative;
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__contents .title > div {
    padding-top: 0;
  }
}

.pg-top .mainVisual__contents .title > div img {
  width: 88px;
  margin: 7px 10px 0 0;
}

@media all and (-ms-high-contrast: none) {
  .pg-top .mainVisual__contents .title > div img {
    margin: -5px 10px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__contents .title > div img {
    width: 32px;
    margin: 6px 0 0 0;
  }
}

.pg-top .mainVisual__contents .title > div .pc {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__contents .title > div .pc {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__contents .title > div .sp {
    display: inline-block;
  }
}

@media all and (-ms-high-contrast: none) {
  .pg-top .mainVisual__contents .title > div .sp {
    margin: 2px 5px 0 0 !important;
  }
}

.pg-top .mainVisual__contents .title > div .txt {
  display: inline-block;
  color: #08a777;
  background-image: -webkit-linear-gradient(0deg, #04865c, #11b287);
  color: -ms-linear-gradient(top, #04865c, #11b287);
  /* IE */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.0rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__contents .title > div .txt {
    font-size: 2.6rem;
  }
}

.pg-top .mainVisual__contents .title > div:before, .pg-top .mainVisual__contents .title > div:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__contents .title > div:before, .pg-top .mainVisual__contents .title > div:after {
    width: 14px;
    height: 52px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

html.is-IE11 .pg-top .mainVisual__contents .title > div:before, html.is-IE11 .pg-top .mainVisual__contents .title > div:after {
  margin-top: -12px;
}

@media screen and (max-width: 640px) {
  html.is-IE11 .pg-top .mainVisual__contents .title > div:before, html.is-IE11 .pg-top .mainVisual__contents .title > div:after {
    width: 20px;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

.pg-top .mainVisual__contents .title > div:before {
  background-image: url(../images/line_left.png);
  right: 100%;
  margin-right: 24px;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__contents .title > div:before {
    margin-right: -1%;
  }
}

.pg-top .mainVisual__contents .title > div:after {
  background-image: url(../images/line_right.png);
  left: 100%;
  margin-left: 24px;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__contents .title > div:after {
    margin-left: -1%;
  }
}

.pg-top .mainVisual__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6.0rem;
  margin-bottom: 8.0rem;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point {
    font-size: 2.8rem;
    margin: 0 auto;
    margin-top: 6rem;
    max-width: 365px;
  }
}

.pg-top .mainVisual__point li {
  margin-right: 40px;
  background-size: contain;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pg-top .mainVisual__point li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point li {
    width: 107px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .pg-top .mainVisual__point li:first-child {
    width: 140px;
  }
  .pg-top .mainVisual__point li:nth-child(even) {
    margin-left: 9px;
  }
  .pg-top .mainVisual__point li:nth-child(3) {
    margin-left: 10px;
  }
  .pg-top .mainVisual__point li:last-child {
    margin-left: 30px;
  }
}

.pg-top .mainVisual__point_l {
  width: 255px;
  height: 255px;
  background-image: url(../images/mv_round_l.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_l {
    height: 135px;
  }
}

.pg-top .mainVisual__point .roud {
  display: inline-block;
  text-align: center;
  line-height: 8.0rem;
  color: #074333;
  font-weight: bold;
  font-size: 1.8rem;
}

.pg-top .mainVisual__point_m {
  width: 192px;
  height: 192px;
  background-image: url(../images/mv_round_m.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_m {
    height: 112px;
  }
}

.pg-top .mainVisual__point .bubble-yel {
  width: 146px;
  height: 84px;
  background-image: url(../images/bubble_y.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -40px;
  top: -20px;
}

.pg-top .mainVisual__point .bubble-yel p {
  position: absolute;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  left: 20%;
  top: 10%;
  line-height: 2.6rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pg-top .mainVisual__point .bubble-yel p {
    line-height: 2.0rem;
  }
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point .bubble-yel {
    top: -40px;
    width: 120px;
    height: 84px;
    left: 3px;
  }
  .pg-top .mainVisual__point .bubble-yel p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    top: 6%;
  }
}

@media all and (-ms-high-contrast: none) {
  .pg-top .mainVisual__point .bubble-yel p {
    top: 15%;
  }
}

.pg-top .mainVisual__point .bubble-gre {
  width: 175px;
  height: 80px;
  background-image: url(../images/bubble_g.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -14%;
  left: 15%;
}

.pg-top .mainVisual__point .bubble-gre p {
  position: absolute;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2.9rem;
  color: #fff;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-34%) translateY(-60%);
  transform: translateX(-34%) translateY(-60%);
}

.pg-top .mainVisual__point .bubble-gre p .y {
  color: #ffe04d;
}

.pg-top .mainVisual__point .bubble-gre p .b {
  font-size: 2.6rem;
  line-height: 1.8rem;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point .bubble-gre {
    width: 126px;
    height: 58px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -29%;
  }
  .pg-top .mainVisual__point .bubble-gre p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .pg-top .mainVisual__point .bubble-gre p .b {
    font-size: 1.6rem;
    line-height: 1.0rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pg-top .mainVisual__point .bubble-gre p {
    line-height: 2.2rem;
  }
}

.pg-top .mainVisual__point_l .roud {
  font-size: 3.3rem;
  line-height: 5.0rem;
  margin-top: 8px;
  -ms-flex-item-align: center;
  align-self: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pg-top .mainVisual__point_l .roud {
    line-height: 3.8rem;
  }
}

.pg-top .mainVisual__point_l .roud span {
  font-size: 5.1rem;
  color: #ee9e05;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_l .roud span {
    font-size: 2.4rem;
  }
}

.pg-top .mainVisual__point_l .roud .tax-text {
  font-size: 2.4rem;
  color: #074333;
  display: grid;
  line-height: 3.6rem;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_l .roud .tax-text {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .pg-top .mainVisual__point_l .roud .tax-text {
    line-height: 1.0rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pg-top .mainVisual__point_l .roud .tax-text {
    line-height: 1.9rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .pg-top .mainVisual__point_l .roud {
    margin-top: 15px;
  }
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_l .roud {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

.pg-top .mainVisual__point_m .roud {
  line-height: 3.8rem;
  font-size: 2.8rem;
  -ms-flex-item-align: center;
  align-self: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .pg-top .mainVisual__point_m .roud {
    line-height: 3.0rem;
  }
}

.pg-top .mainVisual__point_m .roud span {
  font-size: 3.9rem;
  color: #08a777;
  margin-left: 3px;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_m .roud span {
    font-size: 2.4rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .pg-top .mainVisual__point_m .roud {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_m .roud {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

.pg-top .mainVisual__point_basic .roud {
  line-height: 2.6rem;
  font-size: 2.0rem;
  position: absolute;
  top: 16%;
}

@media all and (-ms-high-contrast: none) {
  .pg-top .mainVisual__point_basic .roud {
    line-height: 2.5rem;
    left: 22%;
    margin-top: 3px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .pg-top .mainVisual__point_basic .roud {
    line-height: 2.0rem;
  }
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_basic .roud {
    font-size: 1.2rem;
    line-height: 1.6rem;
    top: 20px;
  }
}

.pg-top .mainVisual__point_basic .roud span {
  font-size: 2.4rem;
  color: #cc1010;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_basic .roud span {
    font-size: 1.4rem;
  }
}

.pg-top .mainVisual__point_basic .roud > .b {
  font-size: 3.0rem;
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_basic .roud > .b {
    font-size: 1.8rem;
  }
}

.pg-top .mainVisual__point_basic .roud > .s {
  font-size: 2.0rem;
  color: #074333;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_basic .roud > .s {
    font-size: 1.2rem;
  }
}

.pg-top .mainVisual__point_basic .roud > .s-sub {
  font-size: 2.0rem;
  color: #074333;
  display: grid;
  line-height: 0.9;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_basic .roud > .s-sub {
    font-size: 1.2rem;
  }
}

.pg-top .mainVisual__point_basic .roud_center {
  font-size: 2.4rem;
  line-height: 3.6rem;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pg-top .mainVisual__point_basic .roud_center > .b {
  font-size: 3.4rem !important;
  line-height: 1.1;
}

@media all and (-ms-high-contrast: none) {
  .pg-top .mainVisual__point_basic .roud_center > .b {
    line-height: 1;
  }
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_basic .roud_center {
    font-size: 1.4rem !important;
    line-height: 1.8rem !important;
    top: 44%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .pg-top .mainVisual__point_basic .roud_center > .b {
    font-size: 1.6rem !important;
  }
}

@media all and (-ms-high-contrast: none) {
  .pg-top .mainVisual__point_basic .roud_center {
    width: 100%;
    line-height: 3.0rem;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .pg-top .mainVisual__point_basic .roud_center {
    line-height: 3.0rem;
  }
}

.pg-top .mainVisual__point_basic img {
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 640px) {
  .pg-top .mainVisual__point_basic img {
    width: 30%;
    top: 53%;
  }
}

@media all and (-ms-high-contrast: none) {
  .pg-top .mainVisual__point_basic img {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@media all and (-ms-high-contrast: none) {
  .pg-top .mainVisual__point_basic:last-child .roud {
    left: 25%;
  }
}

.pg-top .contact-area {
  background: -webkit-linear-gradient(0deg, rgba(0, 155, 105, 0.9), rgba(17, 178, 135, 0.9));
  padding: 40px;
}

@media all and (-ms-high-contrast: none) {
  .pg-top .contact-area {
    background: -ms-linear-gradient(0deg, rgba(0, 155, 105, 0.9), rgba(17, 178, 135, 0.9));
    /* IE */
  }
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area {
    padding: 2.0rem;
  }
}

.pg-top .contact-area .contW {
  background-color: #fff;
  width: 1100px;
  margin: 0 auto;
  padding: 30px 40px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area .contW {
    width: 100%;
    padding: 2.0rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pg-top .contact-area .contW {
    width: 100%;
  }
}

.pg-top .contact-area-title {
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
}

.pg-top .contact-area-title span {
  font-size: 3.6rem;
  color: #08a777;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6c70d), to(#f8e9a0));
  background-image: linear-gradient(to right, #f6c70d, #f8e9a0);
  background-image: -ms-linear-gradient(to right, #f6c70d, #f8e9a0);
  /* IE */
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area-title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .pg-top .contact-area-title span {
    font-size: 1.8rem;
  }
}

.pg-top .contact-area-title:before, .pg-top .contact-area-title:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
}

.pg-top .contact-area-title:before {
  border-left: 3px solid #333;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  width: 20px;
  height: 30px;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area-title:before {
    position: absolute;
    top: 6px;
    width: 50px;
    height: 30px;
    left: -23px;
    border-left: 2px solid #333;
  }
}

.pg-top .contact-area-title:after {
  border-left: 3px solid #333;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 2px;
  height: 29px;
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area-title:after {
    position: absolute;
    top: 31px;
    width: 50px;
    height: 30px;
    right: -64px;
    border-left: 2px solid #333;
  }
}

.pg-top .contact-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 2px;
}

.pg-top .contact-area ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 40px;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li {
    width: 100%;
    padding-left: 0;
  }
}

.pg-top .contact-area ul li:first-child {
  position: relative;
  padding-right: 40px;
  padding-left: 0;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li:first-child {
    padding-right: 0;
  }
}

.pg-top .contact-area ul li:first-child:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #dddddd;
  width: 2px;
  height: 100%;
  margin-left: 40px;
  top: 0;
  right: 0;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li:first-child:after {
    display: none;
  }
}

.pg-top .contact-area ul li .tel-area {
  padding-right: 30px;
}

.pg-top .contact-area ul li .tel-area-heading {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.pg-top .contact-area ul li .tel-area-heading:before {
  content: "";
  display: inline-block;
  background-image: url(../images/tel_icon_black.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li .tel-area-heading {
    font-size: 1.6rem;
    margin-bottom: 1.0rem;
  }
  .pg-top .contact-area ul li .tel-area-heading:before {
    width: 15px;
    height: 15px;
  }
}

.pg-top .contact-area ul li .tel-area-number {
  border: 4px solid #08a777;
  padding: 5px 0 20px 0;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li .tel-area-number {
    border: 3px solid #08a777;
  }
}

.pg-top .contact-area ul li .tel-area-number span {
  font-size: 3.6rem;
  color: #08a777;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li .tel-area-number span {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 751px) {
  .pg-top .contact-area ul li .tel-area-number span {
    pointer-events: none;
    cursor: default;
  }
}

.pg-top .contact-area ul li .tel-area-number p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.1rem;
  color: #074333;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li .tel-area-number p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li .tel-area-number {
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
    padding: 0 0 1.0rem;
    margin-bottom: 2.0rem;
  }
}

.pg-top .contact-area ul li .mail-area {
  padding-right: 30px;
}

.pg-top .contact-area ul li .mail-area-heading {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.pg-top .contact-area ul li .mail-area-heading:before {
  content: "";
  display: inline-block;
  background-image: url(../images/mail_icon_black.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li .mail-area-heading {
    margin-bottom: 1.0rem;
    font-size: 1.6rem;
  }
  .pg-top .contact-area ul li .mail-area-heading:before {
    margin-left: 2px;
    width: 15px;
    height: 10px;
  }
}

.pg-top .contact-area ul li .btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#ee9e05), to(#f8c11b));
  background-image: linear-gradient(to right, #ee9e05, #f8c11b);
  background-image: -ms-linear-gradient(to right, #ee9e05, #f8c11b);
  /* IE */
  padding: 20px 0 0 20px;
  height: 103px;
  position: relative;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li .btn {
    padding: 1.2rem 0;
    height: auto;
  }
}

.pg-top .contact-area ul li .btn span {
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  line-height: 35.5px;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li .btn span {
    font-size: 1.8rem;
    line-height: 22px;
  }
}

.pg-top .contact-area ul li .btn .sub-txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li .btn .sub-txt {
    font-size: 1.2rem;
  }
}

.pg-top .contact-area ul li .btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/free.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  left: 4%;
  top: 23%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pg-top .contact-area ul li .btn:before {
    width: 50px;
    height: 50px;
    top: 30%;
  }
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li .btn:before {
    width: 35px;
    top: 30%;
    left: 10px;
  }
}

.pg-top .contact-area ul li .btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url(../images/arrow_l.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 35%;
  right: 28px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pg-top .contact-area ul li .btn:after {
    right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .pg-top .contact-area ul li .btn:after {
    width: 20px;
    right: 13px;
  }
}

.pg-top .contact-area ul li .btn:hover {
  opacity: 0.8;
}

.pg-top .fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 1s;
  transition: 1s;
}

/* 汎用詳細 */
/* フォーム確認・完了画面 */
.pg-form .sectLg {
  margin: 0 0 100px 0;
}

@media screen and (max-width: 640px) {
  .pg-form .sectLg {
    margin: 60px 0;
  }
}

@media screen and (max-width: 640px) {
  .pg-form .l-header {
    border-bottom: 2px solid #ccc;
  }
  .pg-form .l-contents .sectLg {
    padding-top: 0;
  }
  .pg-form .c-hdg--sub-heading {
    font-size: 1.4rem;
  }
  .pg-form .c-hdg--xl {
    margin: 10px 0 0;
    font-size: 2.1rem;
  }
}

.pg-form--confirm .form__reserve__row .text {
  margin-right: 40px;
  margin-bottom: 0 !important;
}

.pg-form--confirm .form__reserve__row .two-col-time p {
  margin: 0 0 0 40px;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .pg-form--confirm .form table {
    width: 100%;
  }
  .pg-form--confirm .form td {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .pg-form--confirm .form td p {
    font-size: 1.2rem;
  }
  .pg-form--confirm .form__name td {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pg-form--confirm .form__name .two-col {
    width: auto;
  }
  .pg-form--confirm .form__name .two-col + .two-col {
    margin-left: 1em;
  }
  .pg-form--confirm .form__reserve__row .text {
    margin-right: 40px;
    margin-bottom: 0 !important;
  }
  .pg-form--confirm .form__reserve__row span:last-child {
    margin-bottom: 0;
  }
  .pg-form--confirm .form__reserve__row .two-col-time p {
    margin: 0 0 0 20px;
  }
}

.pg-form .form .tableArea {
  padding: 0 4.0rem !important;
}

@media screen and (max-width: 640px) {
  .pg-form .form .tableArea th, .pg-form .form .tableArea td {
    width: 100%;
  }
  .pg-form .form .tableArea span, .pg-form .form .tableArea .label {
    margin-bottom: 1.0rem;
  }
}

@media screen and (max-width: 640px) {
  .pg-form .form .tableArea {
    padding: 0 1.5rem !important;
  }
}

@media screen and (max-width: 640px) {
  .pg-form .form {
    width: 100%;
  }
}

.pg-form--finish h3 {
  margin-top: 20px;
  font-size: 2.4rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .pg-form--finish h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .pg-form--finish .btnList {
    margin-top: 30px;
  }
}

.pg-form .c-bgBox-finish {
  background-color: #e7faf0;
  max-width: 488px;
  margin: 40px auto;
  padding: 40px 0;
}

@media screen and (max-width: 640px) {
  .pg-form .c-bgBox-finish {
    padding: 30px 0;
  }
}

.pg-form .c-bgBox-finish ul {
  text-align: center;
  display: inline-block;
}

.pg-form .c-bgBox-finish ul > li {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: left;
  line-height: 4.0rem;
}

.pg-form .c-bgBox-finish ul > li:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 15px;
  background: url(../images/icon_check.png) no-repeat;
  margin-right: 5px;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .pg-form .c-bgBox-finish ul > li {
    font-size: 1.6rem;
  }
  .pg-form .c-bgBox-finish ul > li:before {
    width: 15px;
    height: 10px;
  }
}

.pg-form .c-bgBox-finish .caption {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3.0rem;
}

@media screen and (max-width: 640px) {
  .pg-form .c-bgBox-finish .caption {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .pg-form .c-bgBox-finish {
    margin-bottom: 0;
  }
}

/**
 * Component
 */
.l-header a {
  color: #fff;
}

.c-container {
  margin: 0 auto;
  max-width: 1100px;
  width: auto;
  text-align: center;
}

.c-container > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .c-container {
    width: auto;
    padding: 0 4%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .c-container {
    padding: 0 4%;
  }
}

.c-bgBox {
  padding: 50px 50px 20px 50px;
  background-color: #ebebeb;
  margin-bottom: 100px;
}

.c-bgBox + * {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .c-bgBox {
    padding: 20px;
    margin-bottom: 60px;
  }
}

.c-bgBox .c-hdg--xl {
  font-size: 3.0rem;
  margin-bottom: 45px;
}

@media screen and (max-width: 640px) {
  .c-bgBox .c-hdg--xl {
    font-size: 2.0rem;
  }
}

.c-bgBox .c-hdg--lg:before,
.c-bgBox .c-hdg--md:before,
.c-bgBox .c-hdg--sm:before {
  background-color: #E1E0CF;
}

h4 {
  font-size: 2.4rem;
  font-weight: bold;
}

p {
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  p {
    font-size: 1.5rem;
  }
}

/* mv */
.c-pageHeader__hdg {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .c-pageHeader__hdg {
    font-size: 3rem;
  }
}

/* サブメニュー */
.c-pageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

.c-pageNav__item {
  display: inline-block;
}

.c-pageNav__item:after {
  content: '/';
  display: inline-block;
  padding: 0 1em;
}

.c-pageNav__item:last-child:after {
  display: none;
}

.c-pageNav__item a {
  color: #707070;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-pageNav__item a:hover {
  opacity: 0.8;
}

/* 見出し */
.c-hdg {
  margin: 10px auto 1.0em;
}

.c-hdg + *[class^="c-"] {
  margin-top: 0;
}

.c-hdg--sub-heading {
  text-align: center;
  font-size: 2.0rem;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #18bf99;
}

.c-hdg--sub-heading:before, .c-hdg--sub-heading:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #08a777;
  vertical-align: middle;
  background: #11b287;
  background: -webkit-linear-gradient(0deg, #074333, #11b287);
}

@media all and (-ms-high-contrast: none) {
  .c-hdg--sub-heading:before, .c-hdg--sub-heading:after {
    background: -ms-linear-gradient(0deg, #074333, #11b287);
    /* IE */
  }
}

.c-hdg--sub-heading:before {
  margin-right: 15px;
}

.c-hdg--sub-heading:after {
  margin-left: 15px;
}

.c-hdg--xl {
  position: relative;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
}

.c-hdg--xl--simulation {
  margin-top: 10px;
}

.c-hdg--xl span {
  font-size: 4.8rem;
  color: #08a777;
}

.c-hdg--xl .point {
  padding-top: .2em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.0em .3em;
  background-image: radial-gradient(0.1em 0.1em at center center, #08a777, #08a777 80%, transparent);
  background-image: -ms-linear-gradient(0.1em 0.1em at center center, #08a777, #08a777 80%, transparent);
  /* IE */
}

@media screen and (max-width: 640px) {
  .c-hdg--xl {
    font-size: 2.1rem;
  }
  .c-hdg--xl span {
    font-size: 2.8rem;
  }
}

.c-hdg--point {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .c-hdg--point {
    margin-top: 2.0rem;
  }
}

.c-hdg--lg {
  font-size: 3.2rem;
}

.c-hdg--lg:before {
  width: 15px;
  background-color: #237BBE;
}

@media screen and (max-width: 640px) {
  .c-hdg--lg {
    font-size: 2.7rem;
  }
}

.c-hdg--md {
  font-size: 2.4rem;
}

.c-hdg--md:before {
  width: 10px;
  background-color: #4E95CA;
}

@media screen and (max-width: 640px) {
  .c-hdg--md {
    font-size: 1.8rem;
  }
}

.c-hdg--sm {
  font-size: 2rem;
}

.c-hdg--sm:before {
  width: 8px;
  background-color: #7AAFD7;
}

@media screen and (max-width: 640px) {
  .c-hdg--sm {
    font-size: 1.8rem;
  }
}

.c-hdg--mn {
  font-size: 1.8rem;
  font-weight: bold;
  color: #237BBE;
}

/* コンポーネント共通 */
.c-txt,
.c-wyswyg,
.c-separetor,
.c-image,
.c-gallery,
.c-linklist,
.c-linkBtn,
.c-table,
.c-yt,
.c-topicsList,
.c-accordion,
.p-slider {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .c-txt,
  .c-wyswyg,
  .c-separetor,
  .c-image,
  .c-gallery,
  .c-linklist,
  .c-linkBtn,
  .c-table,
  .c-yt,
  .c-topicsList,
  .c-accordion,
  .p-slider {
    font-size: 1.4rem;
  }
}

/* テキスト */
.c-txt p,
.c-txt ul,
.c-txt ol,
.c-txt dl,
.c-image__txt p,
.c-image__txt ul,
.c-image__txt ol,
.c-image__txt dl {
  margin-top: 1em;
  text-align: left;
}

.c-txt p:first-child,
.c-txt ul:first-child,
.c-txt ol:first-child,
.c-txt dl:first-child,
.c-image__txt p:first-child,
.c-image__txt ul:first-child,
.c-image__txt ol:first-child,
.c-image__txt dl:first-child {
  margin-top: 0;
}

.caption {
  max-width: 800px;
  font-weight: 500;
  margin: 0 auto;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .caption {
    font-size: 1.4rem;
  }
}

/* wyswyg */
.c-wyswyg p,
.c-wyswyg ul,
.c-wyswyg ol,
.c-wyswyg dl {
  margin-top: 1em;
}

.c-wyswyg p:first-child,
.c-wyswyg ul:first-child,
.c-wyswyg ol:first-child,
.c-wyswyg dl:first-child {
  margin-top: 0;
}

.c-wyswyg p,
.c-wyswyg ol {
  text-align: left;
  font-size: 1.6rem;
}

.c-wyswyg ol {
  font-weight: 500;
}

.c-wyswyg a {
  color: #68BDDC;
}

.c-wyswyg a:hover {
  text-decoration: none;
}

.c-wyswyg a[href^="#"]:after, .c-wyswyg a[target="_blank"]:after, .c-wyswyg a[href$=".pdf"]:after, .c-wyswyg a[href$=".doc"]:after, .c-wyswyg a[href$=".xls"]:after, .c-wyswyg a[href$=".ppt"]:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-right: 1em;
  margin-left: 0.5em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

.c-wyswyg a[href^="#"]:after {
  background-image: url(../images/common/icon_arw_gr.png);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-wyswyg a[target="_blank"]:after {
  width: 20px;
  height: 16px;
  background-image: url(../images/common/icon_external_gr.png);
}

.c-wyswyg a[href$=".pdf"]:after, .c-wyswyg a[href$=".doc"]:after, .c-wyswyg a[href$=".xls"]:after, .c-wyswyg a[href$=".ppt"]:after {
  width: 14px;
  height: 17px;
  background-image: url(../images/common/icon_file_gr.png);
}

.c-wyswyg strong {
  font-weight: bold;
}

.c-wyswyg em {
  font-style: italic;
}

.c-wyswyg del {
  text-decoration: line-through;
}

.c-wyswyg ul,
.c-wyswyg ol {
  padding-left: 1em;
}

.c-wyswyg ul > li,
.c-wyswyg ol > li {
  padding-left: 1em;
}

.c-wyswyg ul > li > ul:last-of-type,
.c-wyswyg ul > li > ol:last-of-type,
.c-wyswyg ol > li > ul:last-of-type,
.c-wyswyg ol > li > ol:last-of-type {
  margin-bottom: 0.9em;
}

@media screen and (max-width: 640px) {
  .c-wyswyg ul,
  .c-wyswyg ol {
    padding-left: 2.0rem;
  }
}

.c-wyswyg ul > li {
  list-style: disc;
}

.c-wyswyg ol > li {
  list-style: decimal;
  margin-bottom: 40px;
  line-height: 2.8rem;
}

@media screen and (max-width: 640px) {
  .c-wyswyg ol > li {
    margin-bottom: 20px;
  }
}

.c-wyswyg hr {
  margin-top: 2em;
  border-top: 1px solid #efefef;
}

/* セパレーター */
.c-separetor {
  width: 100%;
  height: 0;
  border-top: 1px solid #ccc;
}

/* 画像とテキスト */
.c-image__images {
  max-width: 100%;
}

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

.c-image__caption {
  margin-top: 0.5em;
  font-size: 1.4rem;
}

.c-image__txt {
  margin-top: 1em;
}

.c-image__txt > *:first-child {
  margin-top: 0;
}

.c-image--center .c-image__images {
  margin: 0 auto;
}

.c-image--left::after, .c-image--right::after {
  content: "";
  display: block;
  clear: both;
}

.c-image--left .c-image__txt, .c-image--right .c-image__txt {
  overflow: auto;
}

@media screen and (max-width: 640px) {
  .c-image--left .c-image__txt, .c-image--right .c-image__txt {
    overflow: inherit;
  }
}

.c-image--left .c-gmap,
.c-image--left .c-image__images, .c-image--right .c-gmap,
.c-image--right .c-image__images {
  max-width: 50%;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .c-image--left .c-gmap,
  .c-image--left .c-image__images, .c-image--right .c-gmap,
  .c-image--right .c-image__images {
    max-width: 100% !important;
  }
}

.c-image--left .c-gmap,
.c-image--left .c-image__images {
  float: left;
  clear: both;
  margin: 0.3em 4.5% 10px 0;
}

.c-image--right .c-gmap,
.c-image--right .c-image__images {
  float: right;
  clear: both;
  margin: 0.3em 0 10px 2.5%;
}

.c-image .c-gmap {
  position: relative;
  overflow: hidden;
  padding-bottom: 38.04348%;
}

@media screen and (max-width: 640px) {
  .c-image .c-gmap {
    padding-bottom: 66.66667%;
    margin-bottom: 30px;
  }
}

.c-image .c-gmap iframe,
.c-image .c-gmap object,
.c-image .c-gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-image .c-gmap#noIconGMap iframe,
.c-image .c-gmap#noIconGMap object,
.c-image .c-gmap#noIconGMap embed {
  width: calc(100% + 4px);
  height: calc(100% + 300px);
  margin: -150px -2px;
}

@media screen and (max-width: 640px) {
  .c-image__image--spFull img {
    width: 100%;
  }
}

/* カラム */
.c-inlineBlockList {
  font-size: 0;
}

.c-inlineBlockList__item {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 1.6rem;
}

.c-inlineBlockList__item .c-image {
  margin-top: 0;
}

.c-inlineBlockList--2col {
  margin: -2.5% 0 0 -2.5%;
}

.c-inlineBlockList--2col .c-inlineBlockList__item {
  padding: 2.5% 0 0 2.5%;
  width: 50%;
}

.c-inlineBlockList--3col {
  margin: -2.5% 0 0 -2.5%;
}

.c-inlineBlockList--3col .c-inlineBlockList__item {
  padding: 2.5% 0 0 2.5%;
  width: 33.333%;
}

.c-inlineBlockList--4col {
  margin: -2.5% 0 0 -2.5%;
}

.c-inlineBlockList--4col .c-inlineBlockList__item {
  padding: 2.5% 0 0 2.5%;
  width: 25%;
}

@media screen and (max-width: 640px) {
  .c-inlineBlockList--4col .c-inlineBlockList__item {
    width: 50%;
  }
}

.c-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-tile__item > *:first-child {
  margin-top: 0;
}

.c-tile__item .c-image__images img {
  width: 100%;
  height: auto;
}

.c-tile__item .c-image__caption {
  padding: 0 0.5em;
}

/* リンク */
.c-linkTxt {
  margin-top: 1em;
  display: inline-block;
  position: relative;
  color: #68BDDC;
}

.c-linkTxt:hover {
  text-decoration: none;
}

.c-linkTxt:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-right: 1em;
  margin-left: 0.5em;
  background-image: url(../images/common/icon_arw_gr.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

.c-linkTxt[href^="#"]:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-linkTxt[target="_blank"]:after {
  width: 20px;
  height: 16px;
  background-image: url(../images/common/icon_external_gr.png);
}

.c-linkTxt[href$=".pdf"]:after, .c-linkTxt[href$=".doc"]:after, .c-linkTxt[href$=".xls"]:after, .c-linkTxt[href$=".ppt"]:after {
  width: 14px;
  height: 17px;
  background-image: url(../images/common/icon_file_gr.png);
}

/* リンクボタン */
.c-linkBtn {
  display: inline-block;
}

.c-linkBtn a {
  display: inline-block;
  position: relative;
  padding: 1em 3em 1em 2em;
  min-width: 240px;
  background-color: #237BBE;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-linkBtn a:after {
  content: '';
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  width: 10px;
  height: 16px;
  background-image: url(../images/common/icon_arw_wh.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

.c-linkBtn a:hover {
  opacity: .8;
}

.c-linkBtn a[href^="#"]:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-linkBtn a[target="_blank"]:after {
  width: 20px;
  height: 16px;
  background-image: url(../images/common/icon_external_wh.png);
}

.c-linkBtn a[href$=".pdf"]:after, .c-linkBtn a[href$=".doc"]:after, .c-linkBtn a[href$=".xls"]:after, .c-linkBtn a[href$=".ppt"]:after {
  width: 14px;
  height: 17px;
  background-image: url(../images/common/icon_file_wh.png);
}

@media screen and (max-width: 640px) {
  .c-linkBtn a:hover {
    opacity: 1;
  }
}

.c-linkBtnList {
  margin-top: -2.5%;
  margin-left: -2.5%;
  font-size: 0;
}

.c-linkBtnList__item {
  display: inline-block;
  padding-top: 2.5%;
  padding-left: 2.5%;
}

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

.c-linkBtnList__wrapper--right {
  text-align: right;
}

/* テーブル */
.c-table {
  margin-bottom: 20px;
}

.c-table table {
  width: 800px;
  border-collapse: collapse !important;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .c-table table {
    width: 100%;
  }
}

.c-table th,
.c-table td {
  vertical-align: top;
  border: 2px solid #ccc;
  padding: 1.0rem;
  font-size: 20px;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .c-table th,
  .c-table td {
    vertical-align: middle;
    font-size: 1.4rem;
  }
}

.c-table th {
  font-weight: bold;
  background-color: #def7ea;
}

.c-table thead th,
.c-table thead td {
  background-color: #def7ea;
}

.c-table tbody th {
  min-width: 28.3333333%;
  background-color: #def7ea;
  white-space: nowrap;
}

.c-table tbody td {
  background-color: #fff;
  font-weight: 500;
}

.c-table tfoot th,
.c-table tfoot td {
  background-color: #ddd;
}

@media screen and (max-width: 640px) {
  .c-table th,
  .c-table td {
    padding: 0.5em 0.8em;
  }
}

/* アコーディオン */
.c-accordion__head {
  display: block;
  position: relative;
  padding: 15px 30px;
  background-color: #237BBE;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-accordion__head:hover {
  opacity: 0.8;
}

.c-accordion__icon {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.c-accordion__icon:before, .c-accordion__icon:after {
  content: '';
  position: absolute;
  background-color: #fff;
}

.c-accordion__icon:before {
  top: 0;
  left: 9px;
  width: 3px;
  height: 20px;
}

.c-accordion__icon:after {
  width: 20px;
  height: 3px;
  top: 9px;
  left: 0;
}

.c-accordion__body {
  display: none;
  border: 10px solid #eee;
  padding: 2.5%;
}

.c-accordion.is-open .c-accordion__icon:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 640px) {
  .c-accordion__head:hover {
    opacity: 1;
  }
  .c-accordion__body {
    padding: 6%;
  }
}

.orange-area {
  letter-spacing: 2px;
  position: relative;
  background-color: #ee9e05;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

.orange-area p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}

.orange-area p span {
  font-size: 3.0rem;
}

.orange-area:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 48%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ee9e05 transparent transparent transparent;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .orange-area {
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
  }
  .orange-area p {
    display: inline-block;
    font-size: 1.6rem;
    text-align: left;
  }
  .orange-area p span {
    font-size: 1.8rem;
  }
  .orange-area:after {
    border-width: 10px 10px 0 10px;
    bottom: -10px;
  }
}

/* よくあるお悩みチェックポイント */
.problems-box {
  text-align: center;
  width: 1100px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .problems-box {
    width: 100%;
  }
}

.problems-box h3 {
  font-size: 3.0rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  background-color: #08a777;
  padding: 10px 20px 10px 70px;
  display: inline-block;
  position: relative;
  margin-bottom: -50px;
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .problems-box h3 {
    font-size: 1.5rem;
    padding: 10px 10px 10px 40px;
  }
}

.problems-box h3:before, .problems-box h3:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.problems-box h3:before {
  width: 32px;
  height: 26px;
  background-image: url(../images/checkbox.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 27px;
  top: 27px;
}

@media screen and (max-width: 640px) {
  .problems-box h3:before {
    width: 20px;
    left: 17px;
    top: 15px;
  }
}

.problems-box h3:after {
  bottom: -18px;
  left: 48%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #08a777 transparent transparent transparent;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .problems-box h3:after {
    bottom: -10px;
    border-width: 12px 12px 0 12px;
  }
}

.problems-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1080px;
  border: 5px solid #08a777;
  -webkit-box-shadow: 20px 20px 0 0 #08a777;
  box-shadow: 20px 20px 0 0 #08a777;
  padding: 60px 50px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .problems-box ul {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 640px) {
  .problems-box ul {
    border: 3px solid #08a777;
    padding: 20px !important;
  }
}

@media only screen and (max-width: 350px) {
  .problems-box ul {
    padding: 20px 10px !important;
  }
}

.problems-box ul > li {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 50px;
  margin-bottom: 40px;
  border-left: 4px solid #ddd;
}

@media screen and (max-width: 640px) {
  .problems-box ul > li {
    margin-bottom: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .problems-box ul > li {
    padding: 0 0 0 36px;
  }
}

.problems-box ul > li img {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .problems-box ul > li h4 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 350px) {
  .problems-box ul > li h4 {
    font-size: 1.5rem;
  }
}

.problems-box ul > li:nth-child(even) {
  padding: 0 56px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .problems-box ul > li:nth-child(even) {
    padding: 0 36px;
  }
}

.problems-box ul > li:nth-child(4), .problems-box ul > li:nth-child(5) {
  margin-bottom: 0;
}

.problems-box ul > li:nth-child(3) .problems-text, .problems-box ul > li:nth-child(5) .problems-text {
  margin-left: 10%;
}

@media screen and (max-width: 640px) {
  .problems-box ul > li:nth-child(3) .problems-text, .problems-box ul > li:nth-child(5) .problems-text {
    margin-left: 0;
  }
}

.problems-box ul > li .problems-text {
  position: relative;
  margin-top: 20px;
  padding-left: 60px;
  display: inline-block;
}

.problems-box ul > li .problems-text .pc {
  display: inline;
}

@media screen and (max-width: 640px) {
  .problems-box ul > li .problems-text .pc {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .problems-box ul > li .problems-text .sp {
    display: inline;
  }
}

.problems-box ul > li .problems-text:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 26px;
  background-image: url(../images/checkbox.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 10px;
  top: 25px;
}

@media screen and (max-width: 640px) {
  .problems-box ul > li .problems-text:before {
    width: 15px;
    top: 40%;
  }
}

@media screen and (max-width: 640px) {
  .problems-box ul > li .problems-text {
    padding-left: 30px;
    width: 150%;
    margin-top: 10px;
    left: -10px;
  }
}

.problems-box ul > li:first-child {
  border-left: none;
  margin-right: 50px;
  padding-left: 0;
  height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .problems-box ul > li:first-child _::-webkit-full-page-media, .problems-box ul > li:first-child _:future, .problems-box ul > li:first-child :root {
    margin-bottom: 30PX !important;
  }
}

@media only screen and (max-width: 350px) {
  .problems-box ul > li:first-child {
    margin-right: 39px;
  }
}

.problems-box ul > li:first-child:before {
  content: "";
  display: none;
}

.problems-box ul > li:first-child .problems-text {
  left: 10px;
}

.problems-box ul > li:first-child .problems-text:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 26px;
  background-image: url(../images/checkbox.png);
  left: 10px;
  top: 25px;
}

@media screen and (max-width: 640px) {
  .problems-box ul > li:first-child .problems-text:before {
    width: 15px;
    top: 50%;
  }
}

@media screen and (max-width: 640px) {
  .problems-box ul > li:first-child .problems-text {
    left: 0;
  }
}

.problems-box ul > li:nth-child(4) {
  border-left: none;
}

.problems-box ul > li:nth-child(4) .problems-text:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 26px;
  background-image: url(../images/checkbox.png);
  left: 10px;
  top: 25px;
}

@media screen and (max-width: 640px) {
  .problems-box ul > li:nth-child(4) .problems-text:before {
    width: 15px;
    top: 50%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .problems-box ul > li:nth-child(4) ::i-block-chrome {
    border-left: none;
  }
}

@media screen and (max-width: 640px) {
  .problems-box ul > li:nth-child(3) .problems-text {
    margin-top: 23px;
  }
}

@media screen and (max-width: 640px) {
  .problems-box ul > li {
    border-left: none;
    padding: 0;
    width: 40%;
    margin-left: 0;
  }
  .problems-box ul > li img {
    width: 100%;
    display: inline-block;
  }
  .problems-box ul > li:nth-child(even) {
    padding: 0;
    margin-left: 0;
  }
  .problems-box ul > li:nth-child(3) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .problems-box ul {
    padding: 40px 40px 20px 20px;
    -webkit-box-shadow: 10px 10px 0 0 #08a777;
    box-shadow: 10px 10px 0 0 #08a777;
  }
}

@media screen and (max-width: 640px) {
  .problems-box {
    margin: 0 5px;
    width: auto;
  }
}

/* 完全サポート */
.focusContents {
  letter-spacing: 2px;
  text-align: center;
  background: -webkit-linear-gradient(0deg, #009b69, #08a777);
  position: relative;
  padding-top: 0 !important;
  margin-top: 100px;
}

@media all and (-ms-high-contrast: none) {
  .focusContents {
    background: -ms-linear-gradient(0deg, #009b69, #08a777);
    /* IE */
  }
}

.focusContents:before {
  content: "";
  position: absolute;
  left: 49%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .focusContents:before {
    border-width: 15px 15px 0 15px;
  }
}

.focusContents p {
  padding: 50px 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}

.focusContents p span {
  font-size: 3.6rem;
}

.focusContents p .point {
  color: #ffe04d;
}

@media screen and (max-width: 640px) {
  .focusContents p {
    font-size: 1.5rem;
    padding: 25px 0;
  }
  .focusContents p span {
    font-size: 2.1rem;
  }
}

/* 神戸相続税申告センターの強み */
.strength {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-size: contain;
  background: -webkit-gradient(linear, left bottom, left top, from(#def7ea), to(#f4fef0));
  background: linear-gradient(0deg, #def7ea, #f4fef0);
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .strength {
    background: -ms-linear-gradient(0deg, #def7ea, #f4fef0);
  }
}

.strength .strength-bg {
  width: 796px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  -webkit-transform: skewX(-28deg);
  transform: skewX(-28deg);
  z-index: -5;
  top: 0;
  margin-left: 130px;
}

@media screen and (max-width: 640px) {
  .strength .strength-bg {
    width: 760px;
    margin-left: -48%;
  }
}

@media screen and (max-width: 640px) {
  .strength .c-container {
    width: 100% !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .strength .c-container {
    width: auto !important;
    padding: 0;
  }
}

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

.strength-box .orange-area {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .strength-box .orange-area {
    margin-bottom: 30px;
  }
}

.strength-box .txt span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ee9e05;
}

@media screen and (max-width: 640px) {
  .strength-box .txt span {
    font-size: 1.8rem;
  }
}

.strength-box .txt + .txt {
  margin: 8px 0;
}

.strength-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.strength-box ul li {
  letter-spacing: 2px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  border: 2px solid #08a777;
  background-color: #fff;
  width: calc(33.333% - 27px);
  height: 120px;
  margin: 70px 0 0 40px;
  position: relative;
}

.strength-box ul li:first-child, .strength-box ul li:nth-child(4), .strength-box ul li:nth-child(7) {
  margin-left: 0;
}

.strength-box ul li::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background: #fff;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .strength-box ul li::before {
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .strength-box ul li {
    width: calc(54% - 34px);
    margin: 40px 0 0 20px;
    height: 70px;
  }
  .strength-box ul li:first-child, .strength-box ul li:nth-child(4), .strength-box ul li:nth-child(7) {
    margin-left: 20px;
  }
  .strength-box ul li:nth-child(odd) {
    margin-left: 0;
  }
}

.strength-box ul li h4 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #08a777;
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.strength-box ul li h4::before {
  content: "事例";
  position: absolute;
  width: 100%;
  font-size: 1.6rem;
  color: #08a777;
  top: -15px;
  left: 3px;
}

@media screen and (max-width: 640px) {
  .strength-box ul li h4 {
    font-size: 1.9rem;
    top: -19px;
  }
  .strength-box ul li h4::before {
    font-size: 1.1rem;
    top: -12px;
    left: 0;
  }
}

.strength-box ul li p {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-top: 4px;
}

@media screen and (max-width: 640px) {
  .strength-box ul li p {
    font-size: 1.3rem;
  }
}

/* 相続税申告報酬シミュレーション */
.simulation {
  padding-top: 100px;
  background-image: url(../images/simulation_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.simulation .c-container {
  padding: 0;
}

.simulation-box {
  max-width: 800px;
  margin: 0 auto;
}

.simulation .c-table {
  margin-top: 60px;
  letter-spacing: 2px;
}

.simulation .c-table td,
.simulation .c-table th {
  vertical-align: middle;
}

.simulation .c-table th {
  width: 180px;
}

.simulation .c-table td.price {
  width: 180px;
}

.simulation .c-table tr:last-of-type th {
  background-color: #f6dc9e;
}

.simulation .c-table .select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.simulation .c-table .select-area__head {
  width: 40%;
  text-align: left;
}

.simulation .c-table .selectorWrapeer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 60%;
}

.simulation .c-table .selectorWrapeer .text {
  margin-left: 12px;
}

.simulation .c-table .simulation__calc__price {
  width: 180px;
}

.simulation .c-table .simulation__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #f6dc9e;
  font-size: 2.4rem;
  font-weight: bold;
}

.simulation .c-table .simulation__result .resultPrice {
  display: inline-block;
  margin-left: 32px;
  border: 2px solid #ccc;
  width: 250px;
  height: 40px;
  background-color: #fff;
}

.simulation .c-table .simulation__result .resultPrice + .text {
  margin-left: 22px;
}

.simulation .c-table .cp_ipselect {
  overflow: hidden;
  text-align: center;
  display: inline-block;
}

.simulation .c-table .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.simulation .c-table .cp_ipselect select::-ms-expand {
  display: none;
}

.simulation .c-table .cp_sl01 {
  position: relative;
  border: 2px solid #bbbbbb;
  background: #ffffff;
}

.simulation .c-table .cp_sl01:before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #333;
  pointer-events: none;
}

.simulation .c-table .cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.simulation-last {
  letter-spacing: 2px;
  border: 3px solid #08a777;
  background-color: #fff;
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  .simulation-last {
    padding: 20px 10px;
  }
}

.simulation-last .sub {
  font-size: 2.6rem;
  color: #08a777;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .simulation-last .sub {
    font-size: 2.0rem;
    margin-bottom: 1.0rem;
  }
}

.simulation-last .sub:before, .simulation-last .sub:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
  border-left: 3px solid #08a777;
}

.simulation-last .sub:before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  width: 20px;
  height: 30px;
}

@media screen and (max-width: 640px) {
  .simulation-last .sub:before {
    height: 20px;
  }
}

.simulation-last .sub:after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 4px;
  height: 26px;
  margin-left: 16px;
}

@media screen and (max-width: 640px) {
  .simulation-last .sub:after {
    height: 20px;
    margin-bottom: -5px;
  }
}

.simulation-last .txt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
}

.simulation-last .txt span {
  font-size: 3.0rem;
  color: #ee9e05;
}

.simulation-last .txt .border-txt {
  font-size: 2.4rem;
  color: #08a777;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6c70d), to(#f8e9a0));
  background-image: linear-gradient(to right, #f6c70d, #f8e9a0);
  background-size: 100% 30%;
  background-position: bottom;
}

@media screen and (max-width: 640px) {
  .simulation-last .txt {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .simulation-last .txt span {
    font-size: 1.8rem;
  }
  .simulation-last .txt .border-txt {
    font-size: 1.5rem;
  }
}

.simulation-last--caption {
  margin-top: 10px;
}

.simulation-last--caption p {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .simulation-last--caption p {
    font-size: 1.2rem;
  }
}

/* 税理士紹介 */
.introduce {
  letter-spacing: 2px;
  width: 1100px !important;
  max-width: auto !important;
  padding: 0 15px;
}

@media screen and (max-width: 640px) {
  .introduce {
    width: 100% !important;
  }
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 20px 20px 0px 0 #def7ea;
  box-shadow: 20px 20px 0px 0 #def7ea;
  padding: 30px 40px 30px 0px;
}

@media screen and (max-width: 640px) {
  .intro {
    display: block;
    margin: 0 1rem;
    padding: 2.0rem;
    padding-left: 0rem;
    -webkit-box-shadow: 12px 12px 0px 0 #def7ea;
    box-shadow: 12px 12px 0px 0 #def7ea;
  }
}

.intro-img {
  margin: 12px 40px 0 0;
}

@media screen and (max-width: 640px) {
  .intro-img {
    margin: 12px -20px 2.5rem 0;
  }
  .intro-img img {
    width: 200px;
  }
}

.intro p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 3.5rem;
}

@media screen and (max-width: 640px) {
  .intro p {
    margin-bottom: 2.0rem;
    line-height: 2.8rem;
  }
}

.intro-contents {
  position: relative;
}

.intro-contents h4 {
  position: relative;
  text-align: left;
  border-bottom: 2px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 2.6rem;
}

@media screen and (max-width: 640px) {
  .intro-contents h4 {
    font-size: 2.0rem;
  }
  .intro-contents h4 img {
    padding: 0;
    width: 30px;
    height: 30px;
    margin-left: 9px;
    top: 1px;
    position: absolute;
  }
}

.intro-contents .snsSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 7px;
  left: 33%;
}

@media screen and (max-width: 640px) {
  .intro-contents .snsSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -3px;
    left: auto;
    right: 0;
  }
  .intro-contents .snsSet li {
    float: left;
  }
}

.intro-contents .snsSet img {
  display: inline-block;
}

.intro-contents .snsSet .line_btn {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #06c755;
  padding: 5px 30px 5px 8px;
  border-radius: 3px;
  margin-left: 15px;
  letter-spacing: 0.1rem;
  position: relative;
}

.intro-contents .snsSet .line_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../images/arrow_sns.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none) {
  .intro-contents .snsSet .line_btn {
    padding: 5px 30px 2px 5px !important;
  }
}

@media screen and (max-width: 640px) {
  .intro-contents .snsSet .line_btn {
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: left;
    padding: 5px 20px 5px 5px;
    margin-left: 8px;
    letter-spacing: 0.09rem;
  }
  .intro-contents .snsSet .line_btn::after {
    width: 10px;
    height: 10px;
    right: 4px;
  }
}

.intro-contents .snsSet _::-webkit-full-page-media,
.intro-contents .snsSet _:future,
.intro-contents .snsSet :root .line_btn {
  line-height: 0.8rem;
}

.intro-contents .intro-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .intro-contents .intro-contents-wrap {
    display: block;
  }
}

.intro-contents-text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  .intro-contents-text {
    margin-bottom: 20px;
  }
}

.intro-contents-text dl dt,
.intro-contents-text dl dd {
  line-height: 2.5rem;
  margin-bottom: 10px;
}

.intro-contents-text dl dt {
  float: left;
}

.intro-contents-text dl dd {
  margin-left: 85px;
}

.intro-contents-point {
  margin-left: 40px;
  text-align: left;
  background-color: #ebebeb;
  font-size: 1.8rem;
  line-height: 3.9rem;
  width: 408px;
  padding: 12px 20px;
}

.intro-contents-point p {
  font-size: 1.8rem;
  line-height: 3.0rem;
}

@media screen and (max-width: 640px) {
  .intro-contents-point {
    margin-left: 0;
    width: 100%;
    padding: 1.5rem;
  }
  .intro-contents-point p {
    line-height: 3.0rem;
    margin-bottom: 0;
  }
}

/* 料金プラン */
.plan {
  letter-spacing: 2px;
}

.plan-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #08a777;
  margin: 30px 0 20px;
}

.plan-title-last {
  margin: 60px 0 30px 0;
}

.plan-point {
  background-color: #ebebeb;
  max-width: 800px;
  margin-top: 60px !important;
  margin: 0 auto;
  padding: 40px 0 50px 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .plan-point {
    padding: 2.5rem 1.2rem;
    margin-bottom: 60px;
  }
}

.plan-point .star {
  position: relative;
}

.plan-point .star::before {
  content: "★";
  position: absolute;
  font-size: 1.8rem;
  left: -18px !important;
}

@media screen and (max-width: 640px) {
  .plan-point .star::before {
    font-size: 1.6rem;
    top: -2px;
  }
}

.plan-point-title {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6c70d), to(#f8e9a0));
  background-image: linear-gradient(to right, #f6c70d, #f8e9a0);
  background-image: -ms-linear-gradient(to right, #f6c70d, #f8e9a0);
  /* IE */
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: bottom;
  display: inline-block;
  position: relative;
  margin: 0 0 30px 55px;
}

@media screen and (max-width: 640px) {
  .plan-point-title {
    font-size: 1.5rem;
    margin-left: 3.5rem;
    display: inline;
    padding: 0;
  }
}

.plan-point-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/plan_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 30px;
  right: 100%;
  margin-right: 8px;
  top: 10%;
}

@media screen and (max-width: 640px) {
  .plan-point-title:before {
    width: 25px;
    margin-left: -30px;
  }
}

.plan-point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: bold;
}

.plan-point ul li {
  width: calc(880px /4);
  background-color: #ffffff;
  padding: 20px;
  margin: 0 20px 0 0;
  position: relative;
}

.plan-point ul li:nth-child(3n) {
  margin-right: 0;
}

.plan-point ul li:nth-child(n+4) {
  margin-top: 20px;
}

.plan-point ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #08a777;
  left: 0;
  top: 0;
}

.plan-point ul li .star {
  margin-left: 20px;
}

.plan-point ul li .star::before {
  left: -20px;
}

@media screen and (max-width: 640px) {
  .plan-point ul li .star::before {
    left: -7px;
  }
}

@media screen and (max-width: 640px) {
  .plan-point ul li {
    width: calc(100% /3.3);
    font-size: 1.5rem;
    padding: 8px;
    margin: 0 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 640px) {
  .plan-point ul {
    margin-top: 1.5rem;
  }
}

.plan-point .caption {
  max-width: 700px;
  padding-left: 0;
  margin: 0 auto;
  margin-top: 10px;
  text-align: right;
}

.plan-point .caption p {
  display: inline-block;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .plan-point .caption {
    margin-left: 25px;
    padding-left: 0;
    text-indent: 0.1rem;
  }
  .plan-point .caption p {
    text-align: left;
  }
}

/* よくあるご質問 */
.c-faq {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 40px;
  text-align: left;
  padding: 20px 30px;
}

.c-faq:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .c-faq {
    padding: 20px;
  }
}

.c-faq span {
  font-size: 4.0rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .c-faq span {
    font-size: 2.4rem;
    margin-right: 6px;
  }
}

.c-faq .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.0rem;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  padding-bottom: 12px;
}

.c-faq .q span {
  color: #08a777;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .c-faq .q {
    font-size: 1.5rem;
  }
}

.c-faq .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1.0rem;
}

.c-faq .a span {
  color: #cc1010;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .c-faq .a {
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .c-faq .q,
  .c-faq .a {
    line-height: 2.4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

/* 相続税申告の流れ */
.c-flow {
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .c-flow {
    padding-right: 15%;
  }
}

.c-flow-datail {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.c-flow-datail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  text-align: left;
  margin-bottom: 40px;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .c-flow-datail ul {
    margin-bottom: 30px;
    padding: 15px 20px;
    display: -webkit-box;
  }
}

.c-flow-datail ul li {
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 640px) {
  .c-flow-datail ul li {
    display: inline-block;
  }
}

.c-flow-datail ul li .sub {
  font-size: 2.0rem;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
}

@media screen and (max-width: 640px) {
  .c-flow-datail ul li .sub {
    font-size: 1.4rem;
  }
}

.c-flow-datail ul li .heading {
  font-size: 2.4rem;
  font-weight: bold;
  width: 210px;
  line-height: 3.2rem;
}

@media screen and (max-width: 640px) {
  .c-flow-datail ul li .heading {
    font-size: 1.6rem;
    display: inline;
  }
}

.c-flow-datail ul li:nth-child(2) {
  border-right: 2px solid #40dcaa;
}

@media screen and (max-width: 640px) {
  .c-flow-datail ul li:nth-child(2) {
    border-right: 0;
    margin-left: 10px;
  }
}

.c-flow-datail ul img {
  margin-right: 40px;
  width: 56px;
}

@media screen and (max-width: 640px) {
  .c-flow-datail ul img {
    width: 30px;
    margin-top: -43%;
  }
  .c-flow-datail ul img:first-child {
    margin-right: 13px;
    margin-top: -25px;
    width: 40px;
  }
}

.c-flow-datail ul p {
  font-size: 2.0rem;
  padding-left: 30px;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .c-flow-datail ul p {
    width: 100%;
    font-size: 1.6rem !important;
    border-left: none;
    border-top: 1px solid #40dcaa;
    padding: 15px 0 0 0;
    margin: 1.5rem 0 1.5rem;
  }
}

.c-flow-datail ul:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 48.5%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .c-flow-datail ul:after {
    bottom: -14px;
    border-width: 15px 15px 0 15px;
    left: 46%;
  }
}

.c-flow-datail .arrow {
  position: absolute !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 132px;
  height: 679px;
  position: relative;
  top: 22%;
  right: -21%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .c-flow-datail .arrow {
    right: -18%;
  }
}

.c-flow-datail .arrow .txt {
  position: absolute;
  color: #08a777;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  top: 40%;
  left: -6px;
  line-height: 3.2rem;
}

@media screen and (max-width: 640px) {
  .c-flow-datail .arrow .txt {
    font-size: 1.6rem;
    line-height: 2.0rem;
    left: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .c-flow-datail .arrow .txt {
    line-height: 2.2rem;
  }
}

.c-flow-datail .arrow .txt span {
  font-size: 2.0rem;
}

@media screen and (max-width: 640px) {
  .c-flow-datail .arrow .txt span {
    font-size: 1.2rem;
  }
}

.c-flow-datail .arrow .txt .deco:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 24px;
  background-image: url(../images/line_wave.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 56%;
  left: 45%;
}

@media screen and (max-width: 640px) {
  .c-flow-datail .arrow .txt .deco:before {
    top: 56%;
    height: 15px;
  }
}

.c-flow-datail .arrow-pc {
  display: block;
  background-image: url(../images/flow_arrow.png);
}

@media screen and (max-width: 640px) {
  .c-flow-datail .arrow-pc {
    display: none !important;
  }
}

.c-flow-datail .arrow-sp {
  display: none;
  background-image: url(../images/flow_arrow_sp.png);
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .c-flow-datail .arrow-sp {
    display: block;
    height: 78%;
    right: -136px;
    top: 22%;
  }
  .c-flow-datail .arrow-sp .txt {
    top: 45%;
    left: -34px;
  }
}

.c-flow-01 {
  background: #53cda6;
}

.c-flow-01:after {
  border-color: #53cda6 transparent transparent transparent;
}

.c-flow-01 img {
  width: 75px !important;
  margin-right: 22px !important;
}

@media screen and (max-width: 640px) {
  .c-flow-01 img {
    width: 45px !important;
    margin-top: -33% !important;
    margin-right: 15px !important;
  }
}

.c-flow-02 {
  background: #26c290;
}

.c-flow-02:after {
  border-color: #26c290 transparent transparent transparent;
}

.c-flow-03 {
  background: #04b87e;
}

.c-flow-03:after {
  border-color: #04b87e transparent transparent transparent;
}

.c-flow-04 {
  background: #03a06e;
}

.c-flow-04:after {
  border-color: #03a06e transparent transparent transparent;
}

@media screen and (max-width: 640px) {
  .c-flow-04 img {
    width: 35px !important;
  }
}

.c-flow-05 {
  background: #00885c;
  margin-bottom: 0px !important;
}

.c-flow-05:after {
  display: none;
}

.c-flow-04, .c-flow-05 {
  padding: 20px 40px !important;
}

@media screen and (max-width: 640px) {
  .c-flow-04, .c-flow-05 {
    padding: 15px 20px !important;
    display: -webkit-box;
  }
}

/* お問い合わせ */
.contactCorner .c-container p {
  font-weight: 500;
}

.contactCorner-last {
  border: 3px solid #08a777;
  background-color: #fff;
  padding: 15px 50px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactCorner-last .sub {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: left;
  padding-right: 2.5rem;
  border-right: 2px solid #bbbbbb;
}

.contactCorner-last .tel-area {
  margin-left: 25px;
}

.contactCorner-last .tel-area-number a {
  font-size: 4.0rem;
  color: #08a777;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  margin-left: 50px;
}

.contactCorner-last .tel-area-number a:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/tel_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 30px;
  left: -33px;
  top: 16px;
}

@media screen and (min-width: 751px) {
  .contactCorner-last .tel-area-number a {
    pointer-events: none;
    cursor: default;
  }
}

.contactCorner-last .tel-area-number p {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .contactCorner-last .tel-area {
    margin-left: 0px;
  }
}

@media screen and (max-width: 640px) {
  .contactCorner-last {
    padding: 20px 20px 20px 30px;
  }
  .contactCorner-last .sub {
    font-size: 1.4rem;
    border-right: none;
    text-align: center;
    padding-right: 0;
  }
  .contactCorner-last .tel-area-number a {
    font-size: 2.5rem;
    margin-left: 0;
  }
  .contactCorner-last .tel-area-number a:before {
    left: -14%;
    top: 7px;
    width: 10%;
  }
}

/* アクセス */
.access .c-image {
  padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .access .c-image {
    padding-bottom: 30px;
  }
}

.access .c-image:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 640px) {
  .access .c-image:last-child {
    padding-bottom: 0;
  }
}

.access .c-image__txt .c-txt {
  font-size: 1.8rem;
  line-height: 28.8px;
  font-weight: 500;
}

.access .c-image__txt ul {
  font-size: 1.8rem;
  margin-top: 4.0rem;
  font-weight: 500;
}

.access .c-image__txt ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 20px;
}

.access .c-image__txt ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #08a777;
  margin-right: 1.0rem;
}

@media screen and (max-width: 640px) {
  .access .c-image__txt ul li {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .access .c-image__txt ul li:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 640px) {
  .access .c-image__txt ul {
    margin-top: 2.0rem;
  }
}

/* 安心保証制度 */
@media screen and (max-width: 640px) {
  #warrnty .orange-area p {
    font-size: 1.5rem;
  }
}

.sectLg--bgColor--square {
  background-image: url(../images/bg_square.jpg);
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .sectLg--bgColor--square {
    background-size: cover;
  }
}

.c-warrnty--box {
  position: relative;
  margin: 40px auto 50px;
  max-width: 800px;
  padding: 40px;
  border: 2px solid #08a777;
  background-color: #fff;
}

.c-warrnty--box::before {
  content: "";
  width: 270px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .c-warrnty--box::before {
    width: 200px;
  }
}

@media screen and (max-width: 640px) {
  .c-warrnty--box {
    padding: 20px 20px 5px 20px;
    margin: 30px auto 30px;
  }
}

.c-warrnty--box h3 {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px;
  font-size: 2.4rem;
  color: #08a777;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .c-warrnty--box h3 {
    top: -19px;
    padding: 5px;
    min-width: 200px;
    font-size: 1.8rem;
  }
}

.c-warrnty--box .c-warrnty--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .c-warrnty--box .c-warrnty--list {
    display: block;
  }
}

.c-warrnty--box .c-warrnty--list ul {
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .c-warrnty--box .c-warrnty--list ul {
    width: 100%;
  }
}

.c-warrnty--box .c-warrnty--list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .c-warrnty--box .c-warrnty--list ul li {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}

.c-warrnty--box .c-warrnty--list ul li:nth-child(4n) {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .c-warrnty--box .c-warrnty--list ul li:nth-child(4n) {
    margin-bottom: 15px;
  }
}

.c-warrnty--box .c-warrnty--list ul li .num {
  color: #08a777;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .c-warrnty--box .c-warrnty--list ul li .num {
    margin-right: 5px;
  }
}

.c-warrnty--box .c-warrnty--list ul li .small {
  display: block;
  margin-top: -2px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .c-warrnty--box .c-warrnty--list ul li .small {
    font-size: 1.2rem;
  }
}

.c-warrnty--txt p {
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .c-warrnty--txt p {
    font-size: 1.6rem;
  }
}

.c-warrnty--txt p .green {
  color: #08a777;
  font-size: 3.8rem;
  padding: 0 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6c70d), to(#f8e9a0));
  background-image: linear-gradient(to right, #f6c70d, #f8e9a0);
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: bottom;
}

@media screen and (max-width: 640px) {
  .c-warrnty--txt p .green {
    font-size: 2.1rem;
  }
}

.c-warrnty--txt p .green .small {
  font-size: 2.8rem;
}

@media screen and (max-width: 640px) {
  .c-warrnty--txt p .green .small {
    font-size: 1.6rem;
  }
}

.c-warrnty--caption {
  margin-top: 15px;
}

.c-warrnty--caption p {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .c-warrnty--caption p {
    font-size: 1.2rem;
  }
}

.c-declaration--box {
  position: relative;
  margin: 55px auto 40px;
  max-width: 800px;
  padding: 35px 70px;
  border: 2px solid #08a777;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .c-declaration--box {
    padding: 13px 15px;
    margin: 38px auto 25px;
  }
}

@media screen and (max-width: 640px) {
  .c-declaration--box .c-declaration--list {
    display: block;
  }
}

.c-declaration--box .c-declaration--list ul {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 70px;
  column-gap: 70px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .c-declaration--box .c-declaration--list ul {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

.c-declaration--box .c-declaration--list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 12px;
  padding-left: 10px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.c-declaration--box .c-declaration--list ul li:nth-child(5n) {
  padding-bottom: 0;
}

@media screen and (max-width: 640px) {
  .c-declaration--box .c-declaration--list ul li:nth-child(5n) {
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 640px) {
  .c-declaration--box .c-declaration--list ul li {
    padding-bottom: 8px;
    font-size: 1.4rem;
  }
  .c-declaration--box .c-declaration--list ul li:nth-child(7n) {
    padding-bottom: 0;
  }
}

.c-declaration--box .c-declaration--list ul li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0.5lh;
  left: 0px;
  translate: 0 -50%;
  background-color: #08a777;
  border-radius: 50%;
}

.c-declaration--box .c-declaration--list ul li .txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-declaration--box .c-declaration--list ul li .num {
  color: #08a777;
  margin-left: auto;
}

.c-declaration--box .c-declaration--list ul li .small {
  display: block;
  margin-top: -2px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .c-declaration--box .c-declaration--list ul li .small {
    font-size: 1.2rem;
  }
}

.c-declaration--txt p {
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .c-declaration--txt p {
    font-size: 1.6rem;
  }
}

.c-declaration--txt p .green {
  color: #08a777;
  font-size: 3.8rem;
  padding: 0 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6c70d), to(#f8e9a0));
  background-image: linear-gradient(to right, #f6c70d, #f8e9a0);
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: bottom;
}

@media screen and (max-width: 640px) {
  .c-declaration--txt p .green {
    font-size: 2.1rem;
  }
}

.c-declaration--txt p .green .small {
  font-size: 2.8rem;
}

@media screen and (max-width: 640px) {
  .c-declaration--txt p .green .small {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  #recruit {
    padding-top: 20px;
  }
}

#recruit .c-recruit-information {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
  max-width: 800px;
  background-color: #ebebeb;
}

@media screen and (max-width: 640px) {
  #recruit .c-recruit-information {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

#recruit .c-recruit-information ul {
  padding: 50px;
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  #recruit .c-recruit-information ul {
    padding: 25px;
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
}

#recruit .c-recruit-information ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
}

@media screen and (max-width: 640px) {
  #recruit .c-recruit-information ul li {
    margin-bottom: 12px;
  }
}

#recruit .c-recruit-information ul li .ttl {
  width: calc(20% - 60px);
  margin-right: 60px;
  text-align: left;
  color: #08a777;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #recruit .c-recruit-information ul li .ttl {
    width: calc(26% - 20px);
    margin-right: 20px;
  }
}

#recruit .c-recruit-information ul li .txt {
  width: 80%;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #recruit .c-recruit-information ul li .txt {
    width: 74%;
  }
}

/**
 * Project
 */
/* サブナビ */
.p-pageSubMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2em;
  padding: 18px 4%;
  background-color: #eee;
}

/* フッターナビ */
.p-footMenu {
  padding: 20px 4%;
  background-color: #072F6D;
  color: #fff;
}

.p-footMenu .c-pageNav__item a {
  color: #fff;
}

/* スライダー */
.p-slider {
  position: relative;
}

.p-slider__item {
  padding: 0 5px;
  outline: none;
}

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

.p-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -60px;
  width: 84px;
  height: 74px;
  background-color: #FFF;
}

.p-slider .slick-arrow > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.p-slider .slick-arrow > span::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  border-bottom: 5px solid #858585;
  width: 20px;
  height: 20px;
}

.p-slider .slick-prev {
  left: 0;
}

.p-slider .slick-prev > span::before {
  margin-left: -10px;
  left: 50%;
  border-left: 5px solid #858585;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-slider .slick-next {
  right: 0;
}

.p-slider .slick-next > span::before {
  margin-right: -10px;
  right: 50%;
  border-right: 5px solid #858585;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-slider .slick-dots {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
}

.p-slider .slick-dots li {
  display: inline-block;
  margin: 0 7px;
  vertical-align: top;
}

.p-slider .slick-dots button {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #858585;
  font-size: 0;
}

.p-slider .slick-dots .slick-active button {
  background-color: #E2E2E2;
}

@media screen and (max-width: 640px) {
  .p-slider__item {
    padding: 0 1px;
  }
  .p-slider .slick-arrow {
    margin-top: -15px;
    width: 20px;
    height: 18px;
  }
  .p-slider .slick-arrow > span::before {
    margin-top: -4px;
    border-bottom-width: 2px;
    width: 6px;
    height: 6px;
  }
  .p-slider .slick-prev > span::before {
    margin-left: -3px;
    border-left-width: 2px;
  }
  .p-slider .slick-next {
    right: 0;
  }
  .p-slider .slick-next > span::before {
    margin-right: -3px;
    border-right-width: 2px;
  }
  .p-slider .slick-dots {
    margin-top: 6px;
  }
  .p-slider .slick-dots li {
    margin: 0 2.5px;
  }
  .p-slider .slick-dots button {
    width: 6px;
    height: 6px;
  }
}

/* 報酬シミュレータ */
.p-simulator {
  margin-top: 60px;
  margin-bottom: 80px;
  border: 2px solid #ccc;
  font-size: 1.8rem;
}

.p-simulator .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px 30px;
}

.p-simulator__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-simulator__row + .p-simulator__row {
  border-top: 2px solid #ccc;
}

.p-simulator__row__head {
  border-right: 2px solid #ccc;
  width: 22.5%;
  background-color: #def7ea;
  font-weight: bold;
}

.p-simulator__row__body {
  width: 77.5%;
  background-color: #fff;
}

.p-simulator__row .cell p {
  font-weight: bold;
}

.p-simulator__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.p-simulator__calc + .p-simulator__calc {
  border-top: 2px solid #ccc;
}

.p-simulator__calc .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 2px solid #ccc;
  width: 70%;
}

.p-simulator__calc .input .text,
.p-simulator__calc .input .selectorWrapeer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.p-simulator__calc .input .text {
  width: 40%;
  font-weight: 500;
}

.p-simulator__calc .input .selectorWrapeer {
  width: 60%;
}

.p-simulator__calc .input .select {
  position: relative;
}

.p-simulator__calc .input .select:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
}

.p-simulator__calc .input .select select {
  margin-right: 12px;
  border: 2px solid #ccc;
  padding: 0 12px;
  height: 40px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-simulator__calc .input .select select option {
  background-color: #fff;
  color: #333;
}

.p-simulator__calc .input .select select::-ms-expand {
  display: none;
}

.p-simulator__calc .input .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #ccc;
}

.p-simulator__calc .result {
  width: 30%;
  font-weight: 500;
}

@media all and (-ms-high-contrast: none) {
  .p-simulator__calc .result .text {
    margin-top: 7px;
  }
}

.p-simulator__calc--price select {
  width: 200px;
}

.p-simulator__calc--heir select, .p-simulator__calc--land select {
  width: 76px;
}

.p-simulator__result {
  border-top: 2px solid #ccc;
  background-color: #f6dc9e;
  padding: 30px 10px !important;
}

.p-simulator__result p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
}

.p-simulator__result p .tax-text {
  font-size: 2.0rem;
}

@media screen and (max-width: 640px) {
  .p-simulator__result p .tax-text {
    font-size: 1.5rem;
  }
}

.p-simulator .resultPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 22px 0 32px;
  border: 2px solid #ccc;
  width: 250px;
  height: 40px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .p-simulator {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 1.2rem;
  }
  .p-simulator .cell {
    padding: 14px 12px;
  }
  .p-simulator__row__head {
    border-right: none;
    width: 100%;
  }
  .p-simulator__row__body {
    border-top: 2px solid #ccc;
    width: 100%;
  }
  .p-simulator__calc .input {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 74%;
  }
  .p-simulator__calc .input .text {
    width: 26%;
  }
  .p-simulator__calc .input .selectorWrapeer {
    width: 73%;
  }
  .p-simulator__calc .input .select:after {
    top: 14px;
    right: 23px;
    border-width: 6px 3px 0 3px;
  }
  .p-simulator__calc .input .select select {
    margin-right: 6px;
    height: 32px;
  }
  .p-simulator__calc .result {
    width: 26%;
  }
  .p-simulator__calc--price .selectorWrapeer {
    width: 70%;
  }
  .p-simulator__calc--price select {
    width: 148px;
  }
  .p-simulator__calc--heir .input .text, .p-simulator__calc--land .input .text {
    width: auto;
  }
  .p-simulator__calc--heir .input .selectorWrapeer, .p-simulator__calc--land .input .selectorWrapeer {
    width: 43%;
  }
  .p-simulator__calc--heir .input select, .p-simulator__calc--land .input select {
    width: 50px;
  }
  .p-simulator__result {
    font-size: 1.5rem;
  }
  .p-simulator__result p {
    font-size: 1.5rem;
  }
  .p-simulator .resultPrice {
    margin: 0 10px;
    width: 46%;
    height: 32px;
  }
}

/**
 * Other
 */
body.is-fixed {
  overflow: hidden;
}

/**
 * Utility
 */
.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/**
 * keyframes
 */
/**
 * フォーム
 */
/* フロー説明 */
.p-contactFlow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.p-contactFlow ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 180px;
  height: 50px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #08a777;
  font-size: 1.4rem;
  border: 2px solid #08a777;
  padding: 30px 20px;
  margin-left: 70px;
}

.p-contactFlow ol li:after {
  content: "";
  position: absolute;
  right: -28%;
  top: 30%;
  width: 0;
  height: 0;
  border-left: 20px solid #08a777;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

@media screen and (max-width: 640px) {
  .p-contactFlow ol li:after {
    border-left: 15px solid #08a777;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -23px;
    top: 30%;
  }
}

.p-contactFlow ol li:first-child {
  color: #fff;
  background-color: #08a777;
  margin-left: 0;
}

.p-contactFlow ol li:last-child:after {
  content: "";
  display: none;
}

@media screen and (max-width: 640px) {
  .p-contactFlow ol li {
    width: 26.666666667vw;
    height: 40px;
    font-size: 1.3rem;
    margin-left: 37px;
  }
  .p-contactFlow ol li:after {
    right: -28px;
  }
}

.p-contactFlow ol .num {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 20px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 640px) {
  .p-contactFlow ol .num {
    margin-right: 0;
    font-size: 1.2rem;
    display: inline-block;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1200px) {
  .p-contactFlow ol .num {
    font-family: "Open Sans", sans-serif;
  }
}

.p-contactFlow ol .text {
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 640px) {
  .p-contactFlow ol .text {
    margin-right: 0;
    font-size: 1.5rem;
    display: inline-block;
  }
}

@media screen and (max-width: 640px) {
  .p-contactFlow {
    margin: 25px 0 34px;
  }
}

.form {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

.form .tableArea {
  padding: 0 4.0rem;
  background-color: #fff;
}

.form table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.form tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}

.form tr + tr {
  border-top: 2px solid #ddd;
}

.form th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
  width: calc(100% - 500px);
  text-align: left;
  vertical-align: middle;
  font-size: 1.5rem;
}

.form th > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form th > div .label {
  padding: 0 6px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #cc1010;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}

.form th > div .text {
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form td {
  font-size: 1.8rem;
  width: 500px;
  word-break: break-all;
}

.form td .text {
  font-size: 1.8rem;
}

.form td input {
  padding: 0 20px;
  height: 40px;
  border: 2px solid #cccccc;
  font-size: 1.8rem;
}

.form td input ::-webkit-input-placeholder {
  color: #333;
  font-size: 1.8rem;
}

.form td input ::-ms-input-placeholder {
  color: #333;
  font-size: 1.8rem;
}

.form td input ::placeholder {
  color: #333;
  font-size: 1.8rem;
}

.form td input:focus {
  border-color: #005fcc;
  outline: none;
}

.form td input.small {
  width: 200px;
}

.form td select {
  border: 2px solid #ccc;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form td select option {
  background-color: #fff;
  color: #333;
}

.form td select::-ms-expand {
  display: none;
}

.form td select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #ccc;
}

.form td .selectWrapper {
  position: relative;
}

.form td .selectWrapper:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
}

.form td textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px 15px 29px;
  height: 240px;
  width: 500px;
  border: 2px solid #cccccc;
}

.form td textarea:focus {
  border-color: #005fcc;
  outline: none;
}

.form td .point {
  color: #cc1010;
  font-size: 1.4rem;
  font-weight: normal;
}

.form td .two-cal input {
  width: 182px;
}

.form .error {
  padding-bottom: 17px;
}

.form .error th {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
}

.form .error input {
  background-color: #f7caca;
}

.form .error .errorText {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #cc1010;
}

.form .error .errorText::before {
  content: '※';
}

.form__date .selectWrapper {
  width: 40%;
}

.form__date input {
  width: 100%;
}

.form__price td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__price .text {
  margin-left: 10px;
}

.form__price .text:first-child {
  margin-left: 0;
}

.form__price .selectWrapper {
  width: 40%;
}

.form__price select {
  width: 100%;
}

.form__tel input, .form__mail input {
  width: 100%;
}

.form__name td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__name .two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 46%;
}

.form__name input {
  width: 79%;
}

.form__reserve__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__reserve__row + .form__reserve__row {
  margin-top: 20px;
}

.form__reserve .selectWrapper {
  margin-left: 6%;
  width: 37.6%;
}

.form__reserve .selectWrapper input {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .form {
    width: 100%;
  }
  .form .tableArea {
    padding: 0 20px;
  }
  .form tbody {
    width: 100%;
  }
  .form tr {
    display: block;
    padding: 30px 0;
    width: 100%;
  }
  .form th {
    padding-right: 0;
    width: 100%;
    font-size: 1.4rem;
  }
  .form th > div .label {
    padding: 3px 6px;
    font-size: 1.2rem;
    line-height: 1.35;
  }
  .form th > div .text {
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .form td {
    display: table;
    margin-top: 10px;
    width: 100%;
    font-size: 1.6rem;
  }
  .form td .text {
    font-size: 1.2rem;
  }
  .form td input, .form td textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 100%;
    background-color: #fff;
  }
  .form td input {
    padding: 0 10px;
    height: 35px;
    -webkit-appearance: none;
  }
  .form td input.small {
    width: 110px;
  }
  .form td input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .form td input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
  }
  .form td select {
    padding: 0 10px;
    height: 35px;
  }
  .form td .selectWrapper {
    display: inline-block;
  }
  .form td .selectWrapper:after {
    top: 15px;
    right: 10px;
    border-width: 6px 3.5px 0 3.5px;
  }
  .form td .selectWrapper + .text {
    margin-left: 10px;
  }
  .form td textarea {
    height: 180px;
    width: 100%;
  }
  .form td .two-cal input {
    width: 110px;
  }
  .form .error {
    padding-bottom: 10px;
  }
  .form .error th {
    padding-top: 0px;
  }
  .form .error .errorText {
    margin-top: 9px;
    font-size: 1.2rem;
  }
  .form__date .selectWrapper {
    width: 47.457627119%;
  }
  .form__price .selectWrapper {
    width: 60%;
  }
  .form__price .text {
    margin-left: 0;
  }
  .form__name td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form__name .two-col {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 49%;
  }
  .form__name .two-col + .two-col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .form__name .two-col .text {
    margin-right: 9px;
  }
  .form__name input {
    width: 74.576271186%;
  }
  .form__reserve th > div {
    width: 100%;
  }
  .form__reserve__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form__reserve__row + .form__reserve__row {
    margin-top: 20px;
  }
  .form__reserve .text {
    display: block;
    width: 52px;
  }
  .form__reserve .selectWrapper {
    margin-left: 0;
    width: 47.457627119%;
  }
  .form__reserve .selectWrapper input {
    width: 100%;
  }
  .form__reserve .selectWrapper + .selectWrapper {
    margin: 10px 0 0 52px;
  }
}

.btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .btnList {
    margin-top: 30px;
  }
  .btnList a {
    width: 100%;
  }
}

.btnList .c-textBtn {
  padding-top: 16px;
  padding-bottom: 17px;
  font-size: 2.0rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 30px 85px;
  min-width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  background: -webkit-linear-gradient(0deg, #009b69, #12b68a);
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}

@media all and (-ms-high-contrast: none) {
  .btnList .c-textBtn {
    background: -ms-linear-gradient(0deg, #009b69, #12b68a);
    /* IE */
  }
}

.btnList .c-textBtn a {
  color: #fff;
}

.btnList .c-textBtn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow_g.png);
  background-repeat: no-repeat;
  top: 35%;
  right: 20px;
}

@media screen and (max-width: 640px) {
  .btnList .c-textBtn {
    padding: 15px;
    width: 100%;
    font-size: 1.6rem;
  }
  .btnList .c-textBtn:after {
    width: 17px;
    height: 17px;
    background-size: contain;
  }
  .btnList .c-textBtn a {
    text-align: center;
  }
}

.btnList .gray {
  background: -webkit-linear-gradient(0deg, #a4a4a4, #c5cbca);
  margin-right: 60px;
}

@media all and (-ms-high-contrast: none) {
  .btnList .gray {
    background: -ms-linear-gradient(0deg, #a4a4a4, #c5cbca);
    /* IE */
  }
}

.btnList .gray:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow_gla.png);
  background-repeat: no-repeat;
  top: 35%;
  left: 20px;
}

@media screen and (max-width: 640px) {
  .btnList .gray {
    margin: 0 0 20px 0;
  }
  .btnList .gray:after {
    width: 17px;
    height: 17px;
    background-size: contain;
  }
}

.l-header.is-sp .l-header__inner {
  padding: 15px 20px;
}

.l-header.is-sp .l-header__inner h1 {
  margin-bottom: 8px;
}

.l-header.is-sp .logo {
  padding: 0 0 10px 0;
}

.l-header.is-sp .logo img {
  width: 200px;
}

.l-header.is-sp .mail {
  color: #333;
  font-size: 1.2rem;
  position: relative;
  margin-left: 25px;
}

.l-header.is-sp .mail:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 30px;
  background-image: url(../images/mail_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -24px;
  top: 20%;
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.tablet {
  display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tablet {
    display: block;
  }
}
