@charset "UTF-8";
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.c-post-head__sup:after, .c-sidebar__content__item:after, .p-post-item.is-horizon, .p-post-item.is-line, .p-profile-box, .clearfix, .u-clearfix {
  zoom: 1;
}

.p-post-item.is-horizon:before, .p-post-item.is-line:before, .p-profile-box:before, .clearfix:before, .u-clearfix:before, .c-post-head__sup:after, .c-sidebar__content__item:after, .p-post-item.is-horizon:after, .p-post-item.is-line:after, .p-profile-box:after, .clearfix:after, .u-clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.c-post-head__sup:after, .c-sidebar__content__item:after, .p-post-item.is-horizon:after, .p-post-item.is-line:after, .p-profile-box:after, .clearfix:after, .u-clearfix:after {
  clear: both;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
html {
  font-size: 16px;
  font-family: "Noto Sans Japanese", "YuGothic", "游ゴシック", sans-serif;
  color: #333333;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  html {
    font-family: sans-serif;
  }
}

* {
  box-sizing: border-box;
}

/**
 * Remove default margin. */
body {
  margin: 0;
  line-height: 1.7;
}

/* HTML5 display definitions
 * ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden],
template {
  display: none;
}

/* Links
 * ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10. */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome. */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers. */
small, .c-dropdown__list li a {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10. */
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
 * ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari. */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers. */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers. */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
 * ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others. */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
  font-weight: bold;
}

/* Tables
 * ========================================================================== */
/**
 * Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* dl
 * ========================================================================== */
/**
 * Remove most spacing between dl, dd. */
dl, dd {
  margin: 0;
}

/* ul
 * ========================================================================== */
/**
 * Remove most spacing between ul, li. */
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
}

.heading {
  margin-top: 1em;
  margin-bottom: 1em;
}

.heading small, .heading .c-dropdown__list li a, .c-dropdown__list li .heading a {
  font-size: 0.80em;
}

.heading.is-xlg {
  font-size: 1.5rem;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  padding-left: 30px;
  position: relative;
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #fff;
  font-weight: bold;
  background: #563B14;
  position: relative;
  background: #563B14;
}

.heading.is-xlg:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 14px;
  left: 16px;
  width: 4px;
  margin-left: auto;
  margin-right: auto;
  height: 29px;
  display: block;
  background: #FFF;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .heading.is-xlg {
    font-size: 1.0625rem;
    line-height: 1.4;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.heading.is-lg, #tinymce.post-type-post h2,
#tinymce.post-type-page h2,
.l-post-content h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333;
  border: 1px solid #9C8553;
  background-image: url(../images/bg-heading-lg.png);
  background-repeat: no-repeat !important;
  background-position: left center;
  border-radius: 3px;
  padding: 5px 24px;
  letter-spacing: 1.6px;
  line-height: 1.2857;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 30px;
}

.heading.is-lg i.fa, #tinymce.post-type-post h2 i.fa, #tinymce.post-type-page h2 i.fa, .l-post-content h2 i.fa {
  margin-right: 12px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .heading.is-lg, #tinymce.post-type-post h2,
  #tinymce.post-type-page h2,
  .l-post-content h2 {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}

.heading.is-md, #tinymce.post-type-post h3,
#tinymce.post-type-page h3,
.l-post-content h3 {
  position: relative;
  color: #333;
  padding-left: 24px;
  margin-top: 30px;
  margin-bottom: 12px;
  letter-spacing: 2.4px;
  margin-bottom: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1;
  position: relative;
  font-size: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .heading.is-md, #tinymce.post-type-post h3,
  #tinymce.post-type-page h3,
  .l-post-content h3 {
    letter-spacing: 1.2px;
  }
}

.heading.is-md:before, #tinymce.post-type-post h3:before,
#tinymce.post-type-page h3:before,
.l-post-content h3:before {
  content: "";
  display: block;
  width: 4px;
  position: absolute;
  height: 100%;
  background: #9C8553;
  left: 0;
  top: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .heading.is-md, #tinymce.post-type-post h3,
  #tinymce.post-type-page h3,
  .l-post-content h3 {
    font-size: 1rem;
  }
}

.heading.is-sm, #tinymce.post-type-post h4,
#tinymce.post-type-page h4,
.l-post-content h4 {
  font-size: 1.125rem;
  color: #000;
  border-radius: 4px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: bold;
}

.heading.is-sm.is-border-left, #tinymce.post-type-post h4.is-border-left,
#tinymce.post-type-page h4.is-border-left,
.l-post-content h4.is-border-left {
  padding-left: 16px;
  border-radius: 0px;
  font-size: 1.25rem;
  margin-bottom: 24px;
  color: #563B14;
  border-left: 4px solid #563B14;
}

.heading.is-sm i.fa, #tinymce.post-type-post h4 i.fa, #tinymce.post-type-page h4 i.fa, .l-post-content h4 i.fa {
  margin-right: 8px;
}

.heading.is-xs, #tinymce.post-type-post h5,
#tinymce.post-type-page h5,
.l-post-content h5 {
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 28px;
  margin-top: 4px;
  margin-bottom: 8px;
  color: #222222;
  position: relative;
}

.heading.is-xs:before, #tinymce.post-type-post h5:before,
#tinymce.post-type-page h5:before,
.l-post-content h5:before {
  content: "▶";
  color: #9C8553;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.heading__more {
  float: right;
  font-size: 0.875rem;
  text-decoration: underline;
  margin-top: 8px;
}

.heading.is-border {
  text-align: center;
  border-top: 2px solid #7B572A;
  border-bottom: 2px solid #7B572A;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #7B572A;
  font-size: 1.25rem;
}

.heading.is-border i.fa {
  color: #EB6100;
  margin-right: 8px;
}

.heading.is-circle {
  position: relative;
  padding-left: 16px;
  margin-top: 30px;
  margin-bottom: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.2;
  font-size: 1.5rem;
  color: #333;
  border-left: 4px solid #9C8553;
}

.heading.is-circle img {
  position: absolute;
  left: -6px;
  top: -20px;
}

.heading.is-circletitle {
  background: #7B572A;
  position: relative;
  padding-left: 100px;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.heading.is-circletitle img {
  position: absolute;
  left: -6px;
  top: -20px;
}

.heading.is-sp {
  color: #563B14;
  position: relative;
  padding-left: 72px;
  line-height: 1.2;
  margin-top: 42px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .heading.is-sp {
    overflow: hidden;
    padding-top: 8px;
    padding-left: 64px;
  }
}

.heading.is-sp.is-merit:before {
  background: url(../images/heading-xlg-merit.png);
  background-size: cover;
}

.heading.is-sp.is-voice:before {
  background: url(../images/heading-xlg-voice.png);
  background-size: cover;
}

.heading.is-sp.is-note:before {
  background: url(../images/heading-xlg-note.png);
  background-size: cover;
}

.heading.is-sp.is-noicon {
  padding-left: 0;
}

.heading.is-sp.is-noicon:after {
  width: 100%;
}

.heading.is-sp.is-noicon:before {
  display: none !important;
}

.heading.is-sp:before {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  display: block;
  background: url(../images/icon-heading-xlg-icon.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  bottom: 0px;
  z-index: 10;
  left: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .heading.is-sp:before {
    background-size: contain !important;
  }
}

.heading.is-sp:after {
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  display: block;
  background: #563B14;
  bottom: 12px;
  z-index: -1;
  box-sizing: border-box;
}

.heading.is-sp .title {
  display: block;
  font-size: 1.75rem;
  letter-spacing: 2.8px;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .heading.is-sp .title {
    letter-spacing: 1px;
    font-size: 1.375rem;
  }
}

.heading.is-sp .deco {
  color: #9C8553;
  letter-spacing: 2.8px;
  font-style: italic;
  display: inline-block;
  background: #fff;
  padding-right: 24px;
  font-size: 0.875rem;
}

.heading.is-sp .deco.is-white {
  background: none;
}

.heading.is-icon {
  font-size: 1.25rem;
  vertical-align: middle;
  color: #563B14;
}

.heading.is-icon img {
  vertical-align: middle;
  margin-right: 16px;
  max-width: 52px;
}

.heading.is-line {
  font-size: 1.75rem;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #9c8553;
  color: #563b14;
}

.heading.is-xxlg {
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 6px;
  color: #563B14;
  border-bottom: 4px dotted #563B14;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .heading.is-xxlg {
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 1.375rem;
  }
}

.heading.is-step {
  background: url(../images/bg-heading-step.jpg);
  color: #fff;
  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  padding: 2px 24px;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 4.8px;
  min-height: 32px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.heading.is-step.is-mt {
  margin-top: 42px;
}

.heading.is-step span {
  display: inline-block;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="tel"] {
  font-size: 16px;
  line-height: 1.8;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 8px;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active {
  outline: none;
  border-color: #563B14;
  box-shadow: inset 0 0 0px 3px #563B14;
}

textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 100%;
  font-size: 16px;
  width: 100%;
  padding: 4px 8px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

textarea:focus, textarea:active {
  outline: none;
  border-color: #563B14;
  box-shadow: inset 0 0 0px 3px #563B14;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

select {
  text-transform: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

p,
.text-normal {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.575em;
  letter-spacing: 0.05em;
}

small, .c-dropdown__list li a,
.text-small {
  font-size: 0.85em;
}

strong,
.text-strong {
  font-weight: bold;
  color: #EB6100;
}

del,
.text-del {
  text-decoration: line-through;
}

a,
.text-link {
  color: #7B572A;
}

a:hover,
.text-link.text-link--hover {
  color: #7f571e;
}

a:active,
.text-link.text-link--active {
  color: #2d1f0a;
}

hr, .hr {
  border-width: 1px;
  border-top: none;
  margin-top: 16px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px;
  border-bottom: 1px solid #3786c7;
}

hr.u-gray-border {
  border-color: #cccccc;
}

.inline-list {
  list-style: none;
  padding-left: 0;
}

.inline-list li {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

blockquote {
  border-left: 3px solid #563B14;
  padding-left: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  background: #EFF0F1;
  color: #242424;
  margin-left: 0;
  position: relative;
  padding-left: 38px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  font-weight: 500;
  width: 100%;
}

blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  left: 12px;
  top: 8px;
  position: absolute;
}

blockquote p {
  color: #242424;
}

blockquote cite {
  display: block;
  text-align: right;
}

.c-about-card {
  margin-bottom: 36px;
  text-decoration: none;
  display: block;
}

.c-about-card:hover .c-about-card__thumbnail {
  opacity: 0.8;
}

.c-about-card__thumbnail {
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.c-about-card__text {
  font-size: 1.125rem;
  color: #563B14;
  padding-top: 11px;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-about-card__text {
    font-size: 0.875rem;
  }
}

.c-about-card__text:before {
  margin-right: 8px;
  content: "\f0a9";
  font-family: FontAwesome;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-about-card__text:before {
    margin-right: 4px;
  }
}

.c-about-nav {
  overflow: hidden;
  margin-top: 40px;
}

.c-about-nav .c-about-nav-item {
  margin-bottom: 16px;
  max-width: 408px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  min-height: 110px;
  font-weight: bold;
  color: #563B14;
  float: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding-top: 25px;
  border: 1px solid #563B14;
  display: block;
  width: 100%;
  position: relative;
}

.c-about-nav .c-about-nav-item .fa {
  font-size: 24px;
  margin-bottom: 15px;
}

.c-about-nav .c-about-nav-item span {
  display: block;
  text-align: center;
}

.c-about-nav .c-about-nav-item:nth-child(1), .c-about-nav .c-about-nav-item:nth-child(3) {
  margin-right: 24px;
}

.c-about-nav .c-about-nav-item:hover {
  background: #563B14;
  color: #fff;
}

.c-about-nav .c-about-nav-item:after {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  bottom: 9px;
}

.c-aboutbox {
  background: #fff;
  padding: 14px 25px;
  position: relative;
  border: 3px solid #563B14;
  border-radius: 3px;
}

.c-aboutbox__thumbnail {
  position: relative;
  margin-bottom: 16px;
}

.c-aboutbox__message {
  position: absolute;
  height: 100px;
  color: #fff;
  padding: 18px 32px;
  font-size: 1.1875rem;
  background: rgba(0, 0, 0, 0.8);
  width: 389px;
  top: 100px;
  right: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutbox__message {
    font-size: 1rem;
    position: static;
    height: auto;
    width: 100%;
    padding: 8px;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutbox {
    background-repeat: repeat;
    padding: 16px 12px;
  }
  .c-aboutbox p {
    font-size: 0.875rem;
  }
}

.c-aboutbox__lead {
  background: #fff;
  border-bottom: 2px dotted #7B572A;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: bold;
  color: #563B14;
  line-height: 1.45;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 26px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutbox__lead {
    font-size: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .c-aboutbox__lead br {
    display: none;
  }
}

.c-aboutbox__sign {
  position: absolute;
  right: 25px;
  bottom: 23px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutbox__sign {
    position: static;
    text-align: right;
  }
}

.c-aboutbox__text {
  font-weight: bold;
  font-size: 18px;
}

.c-kasugai-panel {
  background: #fff;
  padding: 24px 26px;
  position: relative;
  background: url(../images/bg-grid-border.jpg) center top;
  border: 3px solid #563B14;
  border-radius: 3px;
}

.c-kasugai-panel .heading {
  margin-top: 0;
  font-size: 1.25rem;
}

.c-aboutintro {
  margin-top: 16px;
  padding-top: 0px;
  background: rgba(0, 120, 150, 0.1);
  position: relative;
}

.c-aboutintro.is-service {
  padding-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutintro {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.c-aboutintro__content {
  padding: 16px;
}

.c-aboutintro__title {
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  color: #fff;
  background: #007896;
  font-size: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutintro__title {
    width: auto;
    background: #4743b9;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutintro {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-aboutintro hr {
  border-width: 1px;
  border-top: none;
  margin-top: 16px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px;
}

.c-aboutintro p {
  line-height: 1.5;
}

.c-aboutintro__item {
  overflow: hidden;
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dotted #563B14;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutintro__item {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.c-aboutintro__item.is-tokuyaku {
  position: relative;
}

.c-aboutintro__item.is-tokuyaku .c-aboutintro__tokuyakuwoman {
  position: absolute;
  right: 0;
  bottom: 0;
}

.c-aboutintro__item.is-tokuyaku .c-aboutintro__text {
  float: none;
  min-height: 200px;
  width: auto;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutintro__item.is-tokuyaku .c-aboutintro__text p {
    font-size: 0.875rem;
  }
}

.c-aboutintro__item.is-tokuyaku .c-aboutintro__text h4 {
  padding-left: 0;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutintro__item.is-tokuyaku .c-aboutintro__text h4 {
    font-size: 0.9375rem;
  }
}

.c-aboutintro__item.is-tokuyaku .c-aboutintro__text h4 i.fa {
  margin-right: 8px;
}

.c-aboutintro__item.is-tokuyaku .c-aboutintro__text h4:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #EB6100;
  bottom: -2px;
  top: initial;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: absolute;
  left: 0;
}

.c-aboutintro__item:last-child {
  border-bottom: none;
}

.c-aboutintro__icon {
  float: left;
  width: 72px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutintro__icon {
    width: 40px;
  }
}

.c-aboutintro__text {
  width: 662px;
  float: right;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutintro__text {
    width: 80%;
  }
}

.c-aboutintro__text p {
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutintro__text p {
    font-size: 0.875rem;
  }
}

.c-aboutintro__text h4 {
  margin-top: 0;
  color: #563B14;
  margin-bottom: 8px;
  font-size: 1.125rem;
  padding-left: 32px;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutintro__text h4 {
    font-size: 0.9375rem;
    padding-left: 24px;
  }
}

.c-aboutintro__text h4:after {
  content: "\f046";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-accordion__title {
  background: #333333;
  color: #fff;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.c-accordion__title:hover {
  cursor: pointer;
  opacity: 0.8;
}

.c-accordion__title:after {
  content: "\f103";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-accordion__content {
  padding: 16px 32px;
  border-radius: 0 0 3px 3px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: none;
  overflow: hidden;
}

.c-accordion.is-danger .c-accordion__title {
  background: #cc2919;
}

.c-accordion.is-warning .c-accordion__title {
  background: #cc9e12;
}

.c-accordion.is-success .c-accordion__title {
  background: #13a83a;
}

.c-accordion.is-info .c-accordion__title {
  background: #378da3;
}

.c-accordion.is-faq .c-accordion__title {
  position: relative;
  padding-left: 4.25rem;
}

.c-accordion.is-faq .c-accordion__title:before {
  content: "Q";
  left: 1.5rem;
  top: 0.875rem;
  font-size: 1.125rem;
  background: #EB6100;
  text-align: center;
  border-radius: 62.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  padding-top: 0.125rem;
  margin-right: 0.5rem;
  position: absolute;
}

.c-archive-block {
  display: table;
  border-bottom: 1px solid #CFD9D9;
  padding: 24px 0 24px 0;
  width: 100%;
  color: #000;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.c-archive-block:hover {
  background: rgba(207, 217, 217, 0.2);
  color: #000;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-archive-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.c-archive-block__image {
  width: 260px;
  display: table-cell;
  margin-right: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-archive-block__image {
    width: 30%;
  }
}

.c-archive-block__image img {
  width: 100%;
  height: auto;
}

.c-archive-block__tags {
  margin-top: 16px;
  color: #666666;
}

.c-archive-block__tags i {
  color: #666666;
  margin-right: 12px;
}

.c-archive-block__tags a {
  color: #666666;
  text-decoration: none;
}

.c-archive-block__text {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  display: table-cell;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-archive-block__text {
    padding-left: 12px;
    padding-right: 12px;
    width: 70%;
  }
}

.c-archive-block__text.is-post .c-archive-block__text {
  display: none;
}

.c-archive-block__category {
  display: inline-block;
  margin-right: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-archive-block__category {
    margin-right: 8px;
  }
}

.c-archive-block__category a {
  text-decoration: none;
}

.c-archive-block__category .c-label {
  background: #9C8553;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.7px;
  margin-right: 7px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-archive-block__category .c-label {
    min-width: 0px;
    font-size: 0.75rem;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.c-archive-block__category ul {
  display: inline-block;
}

.c-archive-block__category ul li {
  display: inline-block;
}

.c-archive-block .c-archive-block__date {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 30px;
  vertical-align: middle;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-archive-block .c-archive-block__date {
    margin-right: 5px;
    margin-right: 4px;
  }
}

.c-archive-block .heading {
  margin-top: 0.625rem;
  margin-bottom: 0.5rem;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 1.6px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-archive-block .heading {
    font-size: 0.875rem;
    margin-top: 4px;
    letter-spacing: 0.4px;
  }
}

.c-archive-block .heading a {
  text-decoration: none;
}

.c-archive-block p {
  color: #333333;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-archive-block p {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.c-aside-area {
  margin-top: 30px;
  border: 1px solid #000;
}

.c-aside-area__title {
  text-align: center;
  color: #fff;
  background: #7B572A;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
}

.c-aside-area__content {
  padding-left: 4px;
  border-top: 1px dotted #333;
  padding-top: 4px;
  padding-right: 4px;
}

.c-aside-area__content h3 {
  line-height: 1.3;
  font-size: 0.6875rem;
  margin-top: 0;
  margin-bottom: 0;
}

.c-aside-area__content p {
  line-height: 1.2;
  font-size: 0.6875rem;
}

.c-aside-area__thumbnail {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.c-aside-banner {
  margin-bottom: 16px;
}

.c-aside-banner.is-shadow {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aside-banner {
    display: none;
  }
}

.c-aside-banner__item {
  margin-bottom: 12px;
}

.c-aside-contact {
  background: url(../images/side-contact-bg.png) no-repeat center top;
  background-size: contain;
  height: 477px;
  padding-top: 162px;
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aside-contact {
    display: none;
  }
}

.c-aside-contact__tel {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 152px;
}

.c-aside-contact__tel img {
  max-width: 100%;
}

.c-aside-contact__toform {
  margin-bottom: 16px;
  display: block;
  margin-left: 14px;
  margin-right: 14px;
}

.c-aside-contact__toexpense {
  display: block;
  padding-left: 14px;
  padding-right: 15px;
}

.c-aside-list {
  border: 1px solid #563B14;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.c-aside-list__title {
  background: #563B14;
  text-align: center;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 7px;
  border-radius: 4px 4px 0 0;
  color: #fff;
}

.c-aside-list ul {
  background: #fff;
}

.c-aside-list ul li {
  padding-left: 6px;
  padding-right: 6px;
}

.c-aside-list ul li:hover {
  background: #563B14;
}

.c-aside-list ul li:last-child a {
  border-bottom: none;
}

.c-aside-list ul li a {
  font-weight: bold;
  border-bottom: 1px dashed #666;
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  text-decoration: none;
  padding-left: 4px;
  position: relative;
}

.c-aside-list ul li a:hover {
  background: #563B14;
  color: #fff;
}

.c-aside-list ul li a:after {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-aside-map {
  margin-bottom: 12px;
  border: 1px solid #cccccc;
  background: #fff;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aside-map {
    display: none;
  }
}

.c-aside-map.is-kasugai .c-aside-map__title {
  background: #9C8553;
}

.c-aside-map__title {
  color: #fff;
  background: #563B14;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.c-aside-map__content {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.c-aside-map__button {
  margin-top: 8px;
  display: block;
}

.c-aside-menu {
  margin-bottom: 16px;
}

.c-aside-menu a img {
  margin-bottom: 8px;
}

.c-aside-menu__title {
  background: #563B14;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

.c-aside-menu li a {
  display: block;
  background: -webkit-linear-gradient(0deg, white 0%, #e8edf3 100%);
  background: -webkit-gradient(linear, -120.24% 550%, -89.29% 550%, color-stop(0, white), color-stop(1, #e8edf3));
  background: -webkit-linear-gradient(top, white 0%, #e8edf3 100%);
  background: linear-gradient(180deg, white 0%, #e8edf3 100%);
  border-radius: 5px;
  height: 65px;
  text-decoration: none;
  padding-left: 40px;
  padding-top: 18px;
  border: 1px solid #563B14;
  margin-top: 6px;
  margin-bottom: 6px;
  color: #563B14;
  position: relative;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.c-aside-menu li a:hover {
  opacity: 0.6;
}

.c-aside-menu li a:before {
  content: "\f05d";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.c-aside-menu li a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.c-aside-menu li a.is-faq:before {
  content: "\f0e6";
}

.c-aside-menu li a.is-voice:before {
  content: "\f007";
}

.c-aside-menu li a.is-case:before {
  content: "\f24e";
}

.c-aside-menu li a.is-columns:before {
  content: "\f0e3";
}

.c-aside-menu li a.is-words:before {
  content: "\f02d";
}

.c-aside-search {
  position: relative;
}

.c-aside-search .heading.is-sm, .c-aside-search #tinymce.post-type-post h4, #tinymce.post-type-post .c-aside-search h4,
.c-aside-search #tinymce.post-type-page h4, #tinymce.post-type-page .c-aside-search h4,
.c-aside-search .l-post-content h4, .l-post-content .c-aside-search h4 {
  margin-bottom: 8px;
}

.c-aside-search button {
  position: absolute;
  right: 0;
  width: 50px;
  color: #fff;
  border: none;
  background: #563B14;
  height: 35px;
}

.c-aside-search input {
  height: 35px;
  margin-bottom: 24px;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
}

.c-aside-ulist {
  margin-bottom: 32px;
}

.c-aside-ulist__title {
  background: #563B14;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}

.c-aside-ulist ul li a {
  display: block;
  background: rgba(86, 59, 20, 0.2);
  color: #563B14;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 0.9375rem;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  border: 1px solid #563B14;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
}

.c-aside-ulist ul li a:after {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-baseintro-card {
  border: 4px solid #563B14;
  border-radius: 4px;
  background: #fff;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
  display: block;
  text-decoration: none;
}

.c-baseintro-card:hover {
  background: rgba(123, 87, 42, 0.1);
}

.c-baseintro-card__thumbnail {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 16px;
}

.c-baseintro-card__thumbnail img {
  max-width: 80px;
}

.c-baseintro-card__content {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 110px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-baseintro-card__content {
    min-height: 0;
  }
}

.c-baseintro-card__text {
  color: #222;
  font-size: 0.9375rem;
  text-align: left;
  min-height: 400px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-baseintro-card__text {
    min-height: 0;
    color: #000;
  }
}

.c-baseintro-card__title {
  font-weight: bold;
  background: #563B14;
  color: #fff;
  font-size: 1.125rem;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-baseintro-card__text {
    text-align: left;
  }
  .c-baseintro-card__thumbnail {
    width: 40%;
    overflow: hidden;
    float: left;
  }
  .c-baseintro-card__thumbnail img {
    width: auto;
  }
  .c-baseintro-card__content {
    width: 100%;
    font-size: 14px;
  }
  .c-baseintro-card__content p {
    font-size: 14px;
  }
  .c-baseintro-card__content p a {
    overflow: hidden;
  }
  .c-baseintro-card__title {
    text-align: center;
    line-height: 1.3;
  }
  .c-baseintro-card__text {
    line-height: 1.4;
    font-size: 14px;
    margin-top: 4px;
  }
  .c-baseintro-card__text br {
    display: none;
  }
}

.c-borderbox {
  padding: 24px;
  background: rgba(86, 59, 20, 0.1);
}

.c-breadcrumb {
  margin-top: 0;
  margin-bottom: 0.25rem;
  text-align: left;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.c-breadcrumb ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.c-breadcrumb ul li {
  display: inline-block;
}

.c-breadcrumb span,
.c-breadcrumb a {
  display: inline-block;
  padding-right: 2px;
  font-size: 0.8125rem;
  color: #333;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-breadcrumb span,
  .c-breadcrumb a {
    font-size: 0.75rem;
  }
}

.c-breadcrumb span a,
.c-breadcrumb a a {
  color: #333;
}

.c-button {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: -webkit-linear-gradient(#9c8553 0%, #563b14 100%);
  background: linear-gradient(#9c8553 0%, #563b14 100%);
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 1rem;
  position: relative;
  font-size: 0.9375rem;
  max-width: 264px;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(#9c8553 0%, #563b14 100%);
  text-align: center;
  color: #fff;
  border-radius: 2px;
  position: relative;
}

.c-button:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-button__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -12px;
  font-size: 1.5rem;
}

.c-button:hover {
  opacity: 0.8;
  color: #fff;
  cursor: pointer;
}

.c-button:disabled {
  cursor: not-allowed;
}

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

.c-button:active {
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
  outline: none;
  color: #fff;
}

.c-button.is-xlg {
  max-width: 408px;
  width: 100%;
  background: #563B14;
  border-radius: 2px;
  font-weight: bold;
  background: -webkit-linear-gradient(#9c8553 0%, #563b14 100%);
  background: linear-gradient(#9c8553 0%, #563b14 100%);
  font-size: 1rem;
  letter-spacing: 1px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.c-button.is-accent {
  background: #5A6464;
  border-radius: 0px;
  box-shadow: none;
  position: relative;
  padding-right: 32px;
  width: 100%;
}

.c-button.is-accent:after {
  content: "\f105";
  padding-top: 7px;
  font-family: FontAwesome;
  display: block;
  width: 28px;
  height: 97%;
  background: #1A1A1A center no-repeat;
  position: absolute;
  right: 0;
  box-sizing: border-box;
}

.c-button.is-md {
  padding-top: 8px;
  max-width: 200px;
  padding-bottom: 8px;
}

.c-button.is-lg {
  font-size: 1rem;
  padding: 1rem 4rem;
}

.c-button.is-sm {
  font-size: 0.8125rem;
  padding: 0.25rem 1rem;
}

.c-button.is-xs {
  font-size: 0.8rem;
  padding: 0.125rem 0.8rem;
}

.c-button.is-secondary {
  background: #7B572A;
}

.c-button.is-tertiary {
  background: #eb6e4b;
}

.c-button.is-danger {
  background: #cc2919;
}

.c-button.is-warning {
  background: #cc9e12;
}

.c-button.is-info {
  background: #378da3;
}

.c-button.is-success {
  background: #13a83a;
}

.c-button.is-round {
  border-radius: 1000px;
}

.c-button.is-outline {
  background: transparent;
  border: 3px solid #EB6100;
  color: #EB6100;
  font-weight: bold;
  margin-left: auto;
  display: block;
  margin-right: auto;
}

.c-button.is-expand {
  width: 100%;
  max-width: 90%;
  text-align: center;
  margin-bottom: 8px;
}

.c-capsule-nav.is-three ul {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-capsule-nav.is-three ul {
    margin-left: -5px;
    margin-right: -5px;
    width: auto;
  }
}

.c-capsule-nav.is-three ul li {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-capsule-nav.is-three ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-capsule-nav.is-three ul li a {
  width: 100%;
  font-weight: bold;
  border: 2px solid #C17900;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-capsule-nav.is-three ul li a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px !important;
  }
}

.c-capsule-nav.is-three ul li a:after {
  content: "\f107";
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-capsule-nav.is-three ul li a:after {
    display: none;
  }
}

.c-capsule-nav.is-boxshadow ul {
  display: block;
  margin-left: -12px;
  overflow: hidden;
  margin-right: -12px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-capsule-nav.is-boxshadow ul {
    margin-left: 0;
    margin-right: 0;
  }
}

.c-capsule-nav.is-boxshadow ul li {
  max-width: 256px;
  width: 100%;
  float: left;
  margin-left: 12px;
  margin-right: 12px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-capsule-nav.is-boxshadow ul li {
    max-width: 48.6%;
    margin-left: 0;
    margin-right: 0px;
    display: block;
  }
  .c-capsule-nav.is-boxshadow ul li:nth-child(2n) {
    margin-right: 0;
    margin-left: 6px;
  }
}

.c-capsule-nav.is-boxshadow ul li a {
  display: inline-block;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 12px;
  padding-left: 16px;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  margin-bottom: 16px;
  background: #563B14;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), inset 0 0 0px 3px rgba(255, 255, 255, 0.2);
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-capsule-nav.is-boxshadow ul li a {
    font-size: 0.75rem;
  }
}

.c-capsule-nav.is-boxshadow ul li a i.fa {
  margin-right: 8px;
}

.c-capsule-nav.is-boxshadow ul li a:hover {
  box-shadow: none;
}

.c-capsule-nav.is-boxshadow ul li a.is-green {
  background: -webkit-linear-gradient(0deg, #2fa8ad 0%, #008789 100%);
  background: -webkit-gradient(linear, -236.93% -713.39%, -215.72% -713.39%, color-stop(0, #2fa8ad), color-stop(1, #008789));
  background: -ms-linear-gradient(0deg, #2fa8ad 0%, #008789 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2FA8AD', endColorstr='#008789' ,GradientType=0)";
  background: -webkit-linear-gradient(top, #2fa8ad 0%, #008789 100%);
  background: linear-gradient(180deg, #2fa8ad 0%, #008789 100%);
}

.c-capsule-nav.is-boxshadow ul li a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-capsule-nav > ul {
  display: table;
  width: 100%;
}

.c-capsule-nav > ul > li {
  display: table-cell;
  padding-left: 4px;
  padding-right: 4px;
}

.c-capsule-nav > ul > li > a.c-button {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 0.875rem;
  max-width: 100%;
}

.c-card {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 2rem;
}

.c-card__image {
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 1rem;
}

.c-card__title {
  color: #333333;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.c-card__text {
  position: relative;
  color: #333333;
  z-index: 1;
}

.c-case-item {
  border: 1px solid #cccccc;
  padding: 16px 24px;
  border-radius: 0px;
  margin-bottom: 24px;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-case-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-case-item__title {
  font-weight: bold;
  color: #563b14;
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
  position: relative;
  line-height: 1.5;
  font-size: 1.25rem;
  letter-spacing: 1px;
  text-decoration: none;
  padding-left: 32px;
}

.c-case-item__title a {
  color: #563b14;
  text-decoration: none;
}

.c-case-item__title:after {
  content: "\f2be";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  font-size: 1.5rem;
  color: #9C8553;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-case-item__thumbnail {
  float: left;
  margin-right: 16px;
}

.c-case-item__tags {
  padding-top: 8px;
  padding-bottom: 8px;
}

.c-case-item__tags a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #9C8553;
  padding-left: 24px;
  margin-right: 8px;
  padding-right: 24px;
  border-radius: 100px;
  font-size: 0.875rem;
  color: #fff;
}

.c-case-item__tags.is-secondary {
  background: #7B572A;
}

.c-case-item__tags.is-light-green {
  background: #009e96;
}

.c-case-item__tags.is-green {
  background: #49835b;
}

.c-case-joukyo dl {
  overflow: hidden;
}

.c-case-joukyo dl dt {
  background: #7B572A;
  width: 20%;
  text-align: center;
  float: left;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px 0px 0px 3px;
  border: 2px solid #7B572A;
  font-weight: bold;
}

.c-case-joukyo dl dt i.fa {
  margin-right: 8px;
}

.c-case-joukyo dl dd {
  padding-left: 8px;
  border-radius: 0 3px 3px 0;
  width: 80%;
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #7B572A;
  background: #fff;
}

.c-case-panel {
  border: 2px solid #CCCCCC;
  padding: 14px 18px;
}

.c-case-panel__title {
  padding-bottom: 8px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #563B14;
  border-bottom: 1px solid #7B572A;
  margin-bottom: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-case-panel__title {
    font-size: 1.125rem;
  }
}

.c-case-panel__title i.fa {
  margin-right: 8px;
  color: #9C8553;
}

.c-case-panel__priceup {
  margin-top: 24px;
  border: 2px solid #563B14;
  font-size: 1rem;
  color: #eb6100;
  border-radius: 3px;
  margin-bottom: 16px;
  font-weight: bold;
  padding-left: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 28px;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-case-panel__priceup {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.c-case-panel__priceup:before {
  content: "結果";
  width: 80px;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  left: 0;
  top: 0;
  background: #563B14;
  color: #fff;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-case-panel__priceup {
    padding-left: 88px;
    background-size: 60px auto;
    font-size: 0.875rem;
  }
}

.c-case-panel__priceup > div {
  display: inline-block;
  position: relative;
}

.c-case-panel__priceup > div:first-child {
  position: relative;
}

.c-case-panel__voice__tags {
  padding-top: 8px;
  padding-bottom: 8px;
}

.c-case-panel__voice__tags ul li {
  display: inline-block;
  margin-right: 8px;
}

.c-case-panel__voice__tags ul li a {
  color: #fff;
  text-decoration: none;
  background: #9C8553;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 100px;
  font-size: 0.875rem;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 2px;
  margin-right: 2px;
}

.c-case-panel__voice__tags ul li.is-secondary a {
  background: #7B572A;
}

.c-case-panel__voice__tags ul li.is-light-green a {
  background: #009e96;
}

.c-case-panel__voice__tags ul li.is-green a {
  background: #49835b;
}

.c-case-panel__voice__tags ul li a {
  background: #9C8553;
}

.c-case-panel__voice {
  overflow: hidden;
}

.c-case-panel__voice__image {
  float: left;
  margin-right: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-case-panel__voice__image {
    max-width: 60px;
  }
}

.c-case-panel__voice__content strong {
  color: #333333;
}

.c-case-panel__voice__content p {
  margin-bottom: 4px;
}

.c-case-panel__voice__content h3 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 6px;
}

.c-case-search {
  background: rgba(123, 87, 42, 0.1);
  padding: 16px;
  margin-bottom: 24px;
}

.c-case-search__title {
  font-weight: bold;
  font-size: 1.125rem;
  color: #7B572A;
  margin-bottom: 12px;
}

.c-case-search__title i.fa {
  margin-right: 8px;
}

.c-case-search__keyword {
  position: relative;
  border-bottom: 1px dotted #7B572A;
  padding-bottom: 24px;
  margin-bottom: 20px;
}

.c-case-search__keyword input[type="search"] {
  width: 100%;
  box-sizing: border-box;
}

.c-case-search__keyword button {
  background: none;
  border: none;
  -webkit-appearance: none;
  position: absolute;
  right: 8px;
  top: 44px;
}

.c-case-search__tags .c-form__checkbox {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 16px;
}

.c-case-search__submit {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.c-casebox .c-casebox-slider .owl-nav .owl-prev,
.c-casebox .c-casebox-slider .owl-nav .owl-next {
  position: absolute;
  top: 130px;
  height: 100px;
  background: #EB6100;
  padding-top: 40px;
}

.c-casebox .c-casebox-slider .owl-nav .owl-next {
  right: -28px;
}

.c-casebox .c-casebox-slider .owl-nav .owl-prev {
  left: -28px;
}

.c-casebox {
  padding-left: 32px;
  padding-right: 32px;
}

.c-casebox-item {
  width: 380px;
  float: left;
  border: 2px solid #563B14;
  border-radius: 4px;
  vertical-align: top;
  padding: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  max-height: 232px;
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.c-casebox-item:hover {
  background: rgba(123, 87, 42, 0.1);
  color: #000;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-casebox-item {
    float: none;
    margin-bottom: 8px;
    width: 100%;
    padding: 10px;
  }
}

.c-casebox-item:nth-child(2n) {
  float: right;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-casebox-item:nth-child(2n) {
    float: none;
  }
}

.c-casebox-item__thumbnail {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center bottom;
  float: right;
  background-size: contain;
  padding-top: 4px;
}

.c-casebox-item__thumbnail span {
  font-weight: bold;
  display: inline-block;
  margin-left: 24px;
  font-size: 1.5rem;
  color: #e60012;
  text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-casebox-item__thumbnail {
    width: 100px;
    height: 100px;
    background-size: contain;
    float: left;
    margin-left: 8px;
    margin-bottom: 0;
  }
}

.c-casebox-item__content {
  width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-casebox-item__content {
    width: auto;
    float: none;
  }
}

.c-casebox-item__title {
  font-size: 1rem;
  font-weight: bold;
  color: #563B14;
  margin-bottom: 8px;
  position: relative;
  padding-left: 32px;
  border-bottom: 2px dotted #563B14;
}

.c-casebox-item__title:after {
  content: "\f2be";
  font-family: FontAwesome;
  color: #EB6100;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-casebox-item__title {
    font-size: 1rem;
  }
}

.c-casebox-item__text {
  font-size: 0.9375rem;
  float: left;
  line-height: 1.5;
  width: calc(100% - 116px);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-casebox-item__text {
    font-size: 0.875rem;
    width: calc(100% - 112px);
  }
}

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

.c-check-list, .c-linebox__checklist, .c-service-about__panel ul, .c-serviceintro-item__title .list ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-check-list > li, .c-linebox__checklist > li, .c-service-about__panel ul > li, .c-serviceintro-item__title .list ul > li {
  position: relative;
  padding-left: 24px;
}

.c-check-list > li:after, .c-linebox__checklist > li:after, .c-service-about__panel ul > li:after, .c-serviceintro-item__title .list ul > li:after {
  content: "\f05d";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 14px;
  font-size: 1.25rem;
  color: #563B14;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-square-list {
  margin-top: 0px;
  margin-bottom: 0px;
}

.c-square-list > li {
  position: relative;
  padding-left: 24px;
}

.c-square-list > li:after {
  content: "●";
  position: absolute;
  left: 0px;
  top: 14px;
  font-size: 1.25rem;
  color: #ffbe00;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-square-list > li:after {
    font-size: 14px;
  }
}

.c-checklistbox {
  border: 2px solid #c9e7e5;
  padding: 12px 20px;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-checklistbox {
    padding: 8px 16px;
  }
}

.c-checklistbox.is-flow {
  position: relative;
  z-index: 10;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}

.c-checklistbox.is-flow:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -20px;
  border-left: 20px solid transparent;
  border-bottom: none;
  border-top: 26px solid #c9e7e5;
  border-right: 20px solid transparent;
  display: block;
  z-index: 0;
  -webkit-backface-visibility: visible;
}

.c-checklistbox__item {
  width: 50%;
  float: left;
  margin-bottom: 4px;
  margin-top: 4px;
  position: relative;
  padding-left: 28px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 0.875rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-checklistbox__item {
    width: 100%;
    float: none;
  }
}

.c-checklistbox__item:before {
  color: #563B14;
  content: "\f05d";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 1.25rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.page-id-1521 .c-columns-search {
  display: none;
}

.c-columns-search {
  padding-top: 64px;
  padding-bottom: 64px;
  margin-top: 80px;
  background-color: #F1F2E9;
}

.c-columns-search__inner {
  background: #000;
  background-image: url(../images/bg-searchform.png);
  background-repeat: no-repeat;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: -webkit-box;
  display: flex;
  padding: 13px 32px;
  padding-left: 102px;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-columns-search__inner {
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    background: #675444;
    padding: 14px 20px;
  }
}

.c-columns-search__title {
  color: #fff;
  font-weight: bold;
  padding-right: 20px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-columns-search__title {
    padding-right: 0;
    text-align: center;
    margin-bottom: 4px;
  }
  .c-columns-search__title br {
    display: none;
  }
  .c-columns-search__title:before {
    content: "\f002";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 4px;
  }
}

.c-columns-search__category {
  flex-basis: 18.5185%;
  margin-left: 32px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-columns-search__category {
    width: calc(50% + 32px);
    flex-basis: calc(50% + 32px);
    margin-bottom: 0px;
    margin-left: 0;
  }
}

.c-columns-search__category select {
  width: 100%;
  height: 44px;
}

.c-columns-search__input {
  flex-basis: 44.4444%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-columns-search__input {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 8px;
  }
}

.c-columns-search__input input {
  width: 100%;
  height: 44px;
}

.c-columns-search__submit {
  padding-left: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-columns-search__submit {
    width: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
    padding-left: 0px;
    margin-top: 0px;
    margin-left: 8px;
  }
}

.c-columns-search__submit button {
  padding-left: 16px;
  padding-right: 16px;
  background: #9C8553;
  color: #fff;
  border: none;
  height: 44px;
  border-radius: 3px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-columns-search__submit button {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 15px;
    width: 100%;
    display: block;
    text-align: center;
  }
}

.l-content table.c-contact-table {
  margin-top: 40px;
  margin-bottom: 40px;
  border: none;
}

.l-content table.c-contact-table tbody tr th {
  width: 200px;
}

.l-content table.c-contact-table tbody tr th,
.l-content table.c-contact-table tbody tr td {
  background: none;
  border-left: none;
  border-right: none;
  text-align: left;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-content table.c-contact-table tbody tr th,
  .l-content table.c-contact-table tbody tr td {
    display: block;
    width: 100%;
  }
}

.l-content table.c-contact-table tbody tr th input[type="radio"],
.l-content table.c-contact-table tbody tr th input[type="checkbox"],
.l-content table.c-contact-table tbody tr td input[type="radio"],
.l-content table.c-contact-table tbody tr td input[type="checkbox"] {
  margin-right: 6px;
}

.l-content table.c-contact-table tbody tr th dl dt,
.l-content table.c-contact-table tbody tr td dl dt {
  font-weight: bold;
  margin-top: 16px;
}

.l-content table.c-contact-table #cntZip {
  max-width: 200px;
}

.l-content table.c-contact-table #cntMail,
.l-content table.c-contact-table input[type="text"],
.l-content table.c-contact-table select,
.l-content table.c-contact-table #cntTel {
  max-width: 300px;
}

.l-content table.c-contact-table input[type="text"] {
  margin-top: 8px;
}

.c-downloadbanner {
  display: block;
  margin-top: 24px;
}

.c-dropdown {
  position: relative;
  text-align: center;
}

.c-dropdown__list {
  padding-left: 0;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  list-style: none;
  max-width: 240px;
  border-radius: 1.5px;
  position: absolute;
  left: 50%;
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: -102px;
  display: none;
  opacity: 0;
  z-index: 10000000;
}

.c-dropdown__list li {
  border-bottom: 1px solid #f2f2f2;
}

.c-dropdown__list li:last-child {
  border-radius: 0 0 1.5px 1.5px;
}

.c-dropdown__list li a {
  text-decoration: none;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.c-dropdown__list li a:hover {
  background: #563B14;
  color: #fff;
}

.c-dropdown__trigger:hover {
  cursor: pointer;
}

.c-dropdown__trigger:hover .c-dropdown__list {
  display: block;
  opacity: 1;
}

.wp-embed {
  border-top: 2px solid #9C8553;
  border-left: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  padding: 16px 24px;
}

.wp-embed-heading {
  border-bottom: 2px solid #ccc;
  padding-bottom: 16px;
}

.wp-embed-heading a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  vertical-align: middle;
}

.wp-embed-heading .c-label {
  margin-right: 12px;
  vertical-align: middle;
}

.c-template-embed__text {
  font-size: 16px;
}

.c-template-embed__buttons {
  margin-bottom: 0;
}

.c-template-embed__button {
  max-width: 270px;
  width: 100%;
}

.c-template-embed__button.is-detail a.c-button {
  background: #5A6464;
  border-radius: 0px;
  box-shadow: none;
  position: relative;
  padding-right: 32px;
  width: 100%;
}

.c-template-embed__button.is-detail a.c-button:after {
  content: "\f105";
  padding-top: 14px;
  font-family: FontAwesome;
  display: block;
  width: 28px;
  height: 99%;
  background: #1A1A1A center no-repeat;
  position: absolute;
  right: 0;
  box-sizing: border-box;
}

.c-template-embed__button.is-download {
  max-width: 270px;
  width: 100%;
}

.c-template-embed__button.is-download a.c-button {
  background: #9C8553;
  border-radius: 0px;
  box-shadow: none;
  padding-right: 32px;
  max-width: 270px;
  width: 100%;
  position: relative;
}

.c-template-embed__button.is-download a.c-button:after {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  width: 28px;
  padding-top: 14px;
  height: 99%;
  background: #563B14 center no-repeat;
  position: absolute;
  right: 0;
  box-sizing: border-box;
}

.p-form-generate__menseki {
  max-height: 200px;
  overflow: auto;
  padding: 20px;
  background: #F5F5F5;
}

.p-form-generate__menseki h4 {
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
}

.p-form-generate__menseki p {
  font-size: 12px;
}

.wp-embed {
  display: -webkit-box;
  display: flex;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .wp-embed {
    display: block;
  }
}

.wp-embed-featured-image {
  flex-basis: 220px;
}

.wp-embed-featured-image + .wp-embed-content {
  flex-basis: calc(100% - 220px);
}

.p-form-generate__privacy {
  text-align: center;
  margin-top: 12px;
}

.p-form-generate__privacy .small-9 {
  width: 100%;
  float: none;
}

.p-form-generate {
  text-align: left;
}

.p-form-generate .small-3 label {
  font-weight: bold;
}

.p-form-generate .small-9 {
  text-align: left;
}

.p-form-generate .radio {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 12px;
}

.p-form-generate .radio input[type="radio"] {
  margin-right: 4px;
}

.p-form-generate .row {
  margin-left: 0;
  margin-right: 0;
}

blockquote.wp-embedded-content {
  display: none;
}

.wp-embed-featured-image img {
  max-width: 200px;
}

.wp-embed.hentry {
  margin-bottom: 16px;
}

.c-faqsearch {
  position: relative;
}

.c-faqsearch input {
  max-width: 70%;
  box-sizing: border-box;
  height: 50px;
  vertical-align: top;
}

.c-faqsearch button {
  background: #ccc;
  color: #fff;
  border: none;
  width: 100px;
  text-align: center;
  height: 50px;
  margin-left: -8px;
  vertical-align: top;
  background: #7B572A;
}

.c-faqsearchlist {
  margin-top: 40px;
}

.c-faqbox__content {
  overflow: hidden;
}

.c-faqcat ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.c-faqcat ul li {
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-faqcat ul li {
    max-width: 50%;
    width: 100%;
  }
}

.c-faqcat ul li a {
  white-space: nowrap;
  max-width: unset !important;
  margin-bottom: 12px;
  padding-right: 32px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-faqcat ul li a {
    white-space: normal;
    font-size: 0.6875rem;
    min-height: 0px !important;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-faqcat a.c-button.is-md:after {
    right: 8px;
  }
  .c-faqcat a.c-button.is-md {
    font-size: 12px;
    padding-right: 26px;
    text-align: left;
    vertical-align: middle;
  }
  .c-faqcat .u-mbs {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .c-faqcat .c-button {
    position: relative;
    min-height: 0px !important;
  }
}

.c-faqintro {
  background: url(../images/bg-grid-border.jpg) center top;
  margin-top: 60px;
  border: 3px solid #9C8553;
}

.c-faqintro__title {
  background: #9C8553;
  font-weight: bold;
  padding-left: 120px;
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 49px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-faqintro__title {
    padding-left: 82px;
    font-size: 1.125rem;
    padding-right: 8px;
    margin-bottom: 24px;
  }
}

.c-faqintro__title > img {
  position: absolute;
  left: -10px;
  top: -40px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-faqintro__title > img {
    max-width: 80px;
    top: -20px;
  }
}

.c-faqintro-item {
  margin-left: 32px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  margin-right: 32px;
  border-bottom: 2px dotted #9C8553;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-faqintro-item {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.c-faqintro-item:last-child {
  border-bottom: none;
}

.c-faqintro-item__title {
  font-weight: bold;
  color: #7B572A;
  margin-bottom: 8px;
  position: relative;
  padding-left: 56px;
}

.c-faqintro-item__title img {
  top: -4px;
  position: absolute;
  left: 0;
}

.c-faqintro-item__text {
  position: relative;
  padding-left: 56px;
}

.c-faqintro-item__text img {
  top: -4px;
  position: absolute;
  left: 0;
}

.c-flexgallery {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-flexgallery .item {
  flex-basis: 50%;
  margin-bottom: 16px;
}

.c-flexgallery .item img {
  margin-bottom: 8px;
}

.c-flexgallery .item p {
  font-size: 0.875rem;
}

.c-flexgallery .item:nth-child(2n-1) {
  padding-right: 8px;
}

.c-flexgallery .item:nth-child(2n) {
  padding-left: 8px;
}

.c-fm {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-fm__item {
  padding-top: 16px;
  margin-bottom: 16px;
  width: calc(50% - 16px);
  border: 1px solid #563B14;
  padding: 12px 26px 16px;
  border-radius: 4px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-fm__item {
    width: 100%;
    padding: 8px 12px;
  }
}

.c-fm__item:nth-child(2n) {
  margin-left: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-fm__item:nth-child(2n) {
    margin-left: 0;
  }
}

.c-fm__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.c-fm__title__accent {
  margin-top: 6px;
  border-right: 3px solid #563B14;
  padding-right: 18px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-fm__title__accent {
    text-align: center;
    padding-right: 8px;
    border-right-width: 2px;
  }
}

.c-fm__title__accent span {
  color: #563B14;
  display: block;
  line-height: 1;
}

.c-fm__title__accent span:first-child {
  font-size: 2.5rem;
  font-weight: bold;
  font-style: italic;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-fm__title__accent span:first-child {
    font-size: 1.375rem;
  }
}

.c-fm__title__accent span:last-child {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 1px;
  font-style: italic;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-fm__title__accent span:last-child {
    font-size: 0.625rem;
  }
}

.c-fm__title__text {
  font-weight: bold;
  padding-left: 16px;
  font-size: 1.25rem;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 2px;
  color: #563B14;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-fm__title__text {
    font-size: 1.125rem;
    margin-top: 8px;
    margin-bottom: 12px;
    line-height: 1.4;
    letter-spacing: 0px;
    padding-left: 8px;
  }
}

.c-fm__content {
  padding-left: 86px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-fm__content {
    padding-left: 0;
    margin-top: 8px;
  }
}

.c-fm__content p {
  font-size: 1rem;
  letter-spacing: 0.1px;
  line-height: 1.7;
  margin-bottom: 0;
  line-height: 1.5;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-fm__content p {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
}

.c-contactform {
  border-top: 1px solid #B9BDBE;
  border-bottom: 1px solid #B9BDBE;
  padding-top: 48px;
  padding-bottom: 48px;
}

.c-form-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.c-form-block__title {
  padding-left: 80px;
  font-weight: bold;
  position: relative;
}

.c-form-block__title .c-label {
  margin-top: 6px;
  margin-top: -2px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-form-block__title .c-label {
    margin-left: 0;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-form-block__title {
    margin-bottom: 20px;
    padding-left: 50px;
    width: 100%;
    float: none;
  }
}

.c-form-block textarea {
  min-height: 200px;
}

.c-form-block label {
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}

.c-form-block__box {
  width: 60%;
  float: left;
}

.c-form-block__box p {
  margin-top: 8px;
  font-size: 0.9em;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-form-block__box {
    width: 100%;
    float: none;
  }
}

.c-form-block__radio label {
  display: inline-block;
  margin-right: 32px;
}

.c-form-block__radio label input {
  margin-right: 8px;
}

.p-privacy {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 32px;
  background: #EEF1F1;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-privacy h4 {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 16px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.c-frontintro {
  background: url(../images/bg-frontintro.png) no-repeat center top;
  padding: 32px;
  height: 546px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-frontintro {
    background: #40a3a9;
    height: auto;
    padding-top: 40px;
  }
}

.c-frontintro__list {
  margin-top: 60px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-frontintro__list {
    margin-top: 24px;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-frontintro .c-check-list, .c-frontintro .c-linebox__checklist, .c-frontintro .c-service-about__panel ul, .c-service-about__panel .c-frontintro ul, .c-frontintro .c-serviceintro-item__title .list ul, .c-serviceintro-item__title .list .c-frontintro ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.c-frontintro .c-check-list li, .c-frontintro .c-linebox__checklist li, .c-frontintro .c-service-about__panel ul li, .c-service-about__panel .c-frontintro ul li, .c-frontintro .c-serviceintro-item__title .list ul li, .c-serviceintro-item__title .list .c-frontintro ul li {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.125rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-frontintro .c-check-list li, .c-frontintro .c-linebox__checklist li, .c-frontintro .c-service-about__panel ul li, .c-service-about__panel .c-frontintro ul li, .c-frontintro .c-serviceintro-item__title .list ul li, .c-serviceintro-item__title .list .c-frontintro ul li {
    font-size: 0.9375rem;
  }
}

.c-frontintro .c-check-list li:after, .c-frontintro .c-linebox__checklist li:after, .c-frontintro .c-service-about__panel ul li:after, .c-service-about__panel .c-frontintro ul li:after, .c-frontintro .c-serviceintro-item__title .list ul li:after, .c-serviceintro-item__title .list .c-frontintro ul li:after {
  color: #ffbe00;
}

.c-frontintro__title {
  font-size: 40px;
  line-height: 30.5px;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 32px;
  color: #376394;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-frontintro__title {
    margin-bottom: 0;
    margin-top: 16px;
  }
}

.c-frontintro__image {
  padding-left: 21px;
  padding-right: 21px;
}

.c-frontintro__text {
  color: #fff;
  margin-top: 16px;
  padding-left: 24px;
  border: none;
  border-radius: 6px;
  font-size: 20px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-frontintro__text {
    padding-left: 0;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-bottom: 16px;
  }
}

.c-frontintro__text strong {
  color: #ffbe00;
}

.c-index-banner a {
  display: block;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.c-index-banner a:hover {
  box-shadow: none;
  opacity: 0.7;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-index-banner a {
    box-shadow: none;
  }
}

.c-frontrecentnews {
  background: url(../images/bg-recentnews.png) no-repeat center center;
  color: #fff;
  margin-top: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-frontrecentnews {
    display: none;
  }
}

.c-frontrecentnews__title {
  display: inline-block;
  min-width: 157px;
}

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

.c-frontrecentnews__post span {
  margin-right: 16px;
}

body.contact .l-container,
body.confirm .l-container,
body.complete .l-container {
  max-width: 840px;
  min-width: 840px;
}

body.contact .l-footer__contact,
body.contact .l-header__contact,
body.confirm .l-footer__contact,
body.confirm .l-header__contact,
body.complete .l-footer__contact,
body.complete .l-header__contact {
  max-width: 234px;
}

body.contact .l-main,
body.confirm .l-main,
body.complete .l-main {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

body.contact .l-header__toform,
body.contact .l-aside,
body.contact .c-offer,
body.contact .l-global-nav,
body.contact .l-footer__form,
body.contact .l-footer__bottom,
body.confirm .l-header__toform,
body.confirm .l-aside,
body.confirm .c-offer,
body.confirm .l-global-nav,
body.confirm .l-footer__form,
body.confirm .l-footer__bottom,
body.complete .l-header__toform,
body.complete .l-aside,
body.complete .c-offer,
body.complete .l-global-nav,
body.complete .l-footer__form,
body.complete .l-footer__bottom {
  display: none;
}

.c-generateform {
  background: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 42px;
  padding-right: 42px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-generateform {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.c-generateform h6 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 1.125rem;
  padding-left: 18px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-generateform h6 {
    font-size: 1rem;
  }
}

.c-generateform__item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  display: table;
  width: 100%;
  margin-bottom: -1px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-generateform__item {
    display: block;
  }
}

.c-generateform__title {
  display: table-cell;
  font-weight: bold;
  width: 240px;
  font-size: 0.9375rem;
  text-align: right;
  padding-left: 68px;
  padding-right: 4px;
  vertical-align: top;
  position: relative;
}

.c-generateform__title .c-label.is-danger {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 10px;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-generateform__title {
    display: block;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px;
  }
}

.c-generateform__input {
  display: table-cell;
  padding-left: 16px;
  padding-right: 16px;
}

.c-generateform__input > div {
  position: relative;
}

.c-generateform__input input[name="c_zip"] {
  max-width: 200px;
}

.c-generateform__input select {
  height: 46px;
}

.c-generateform__input select,
.c-generateform__input textarea {
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid #727171;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-generateform__input {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-generateform__input #zipauto {
  margin-left: 8px;
}

.c-generateform__input input[type="radio"] {
  margin-right: 8px;
  vertical-align: middle;
}

.c-generateform__input select {
  max-width: 200px;
}

.c-generateform__input input[type="text"] {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid #727171;
  border-radius: 0px;
}

.c-generateform__input input[type="text"]:focus, .c-generateform__input input[type="text"]:active, .c-generateform__input input[type="text"]:hover {
  border: 2px solid #563B14;
  box-shadow: none;
}

.c-generateform__input input[type="text"].is-short {
  width: 92px;
  margin-right: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-generateform__input input[type="text"].is-short {
    width: 70px;
  }
}

.c-generateform__input input[type="text"].is-short + span {
  margin-right: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-generateform__input input[type="text"].is-short + span {
    margin-right: 4px;
  }
}

.c-generateform__input input[type="text"].is-middle {
  width: 252px;
  margin-right: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-generateform__input input[type="text"].is-middle {
    width: 120px;
  }
}

.c-generateform__input input[type="text"].is-middle + span {
  margin-right: 44px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-generateform__input input[type="text"].is-middle + span {
    margin-right: 20px;
  }
}

.c-generateform__input textarea {
  margin-top: 8px;
}

.c-generateform__input textarea:focus, .c-generateform__input textarea:active, .c-generateform__input textarea:hover {
  border: 2px solid #563B14;
  box-shadow: none;
}

.c-generateform__kiyaku {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

.c-generateform__privacy {
  margin-top: 40px;
  text-align: center;
  background: #fff;
  padding: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-generateform__privacy {
    padding: 12px;
  }
}

.c-generateform__privacy h4 {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-generateform__privacy h4 {
    margin-bottom: 4px;
    font-size: 0.875rem;
  }
}

.c-generateform__privacy p {
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-generateform__privacy p {
    margin-bottom: 4px;
    font-size: 0.8125rem;
  }
}

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

.page-id-1422 .l-footer__servicebanner {
  display: none;
}

.c-button:disabled {
  background: #666;
}

.modal__title {
  text-align: left;
  width: 100%;
}

.p-form-generate p {
  text-align: left;
}

.p-form-generate .required sup {
  color: #ff0000;
  font-size: 1.125rem;
  top: 0;
}

.p-form-generate .row {
  width: 100%;
}

.container, .l-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

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

.row {
  margin-left: -12px;
  margin-right: -12px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

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

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.small-1 {
  box-sizing: border-box;
  width: 8.3333%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-1 {
  margin-left: 8.3333%;
}

.small-2 {
  box-sizing: border-box;
  width: 16.6667%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-2 {
  margin-left: 16.6667%;
}

.small-3 {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-3 {
  margin-left: 25%;
}

.small-4 {
  box-sizing: border-box;
  width: 33.3333%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-4 {
  margin-left: 33.3333%;
}

.small-5 {
  box-sizing: border-box;
  width: 41.6667%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-5 {
  margin-left: 41.6667%;
}

.small-6 {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-6 {
  margin-left: 50%;
}

.small-7 {
  box-sizing: border-box;
  width: 58.3333%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-7 {
  margin-left: 58.3333%;
}

.small-8 {
  box-sizing: border-box;
  width: 66.6667%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-8 {
  margin-left: 66.6667%;
}

.small-9 {
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-9 {
  margin-left: 75%;
}

.small-10 {
  box-sizing: border-box;
  width: 83.3333%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-10 {
  margin-left: 83.3333%;
}

.small-11 {
  box-sizing: border-box;
  width: 91.6667%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-11 {
  margin-left: 91.6667%;
}

.small-12 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-12 {
  margin-left: 100%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-1 {
    box-sizing: border-box;
    width: 8.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-1 {
    margin-left: 8.3333%;
  }
  .medium-2 {
    box-sizing: border-box;
    width: 16.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-2 {
    margin-left: 16.6667%;
  }
  .medium-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-3 {
    margin-left: 25%;
  }
  .medium-4 {
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-4 {
    margin-left: 33.3333%;
  }
  .medium-5 {
    box-sizing: border-box;
    width: 41.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-5 {
    margin-left: 41.6667%;
  }
  .medium-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-6 {
    margin-left: 50%;
  }
  .medium-7 {
    box-sizing: border-box;
    width: 58.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-7 {
    margin-left: 58.3333%;
  }
  .medium-8 {
    box-sizing: border-box;
    width: 66.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-8 {
    margin-left: 66.6667%;
  }
  .medium-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-9 {
    margin-left: 75%;
  }
  .medium-10 {
    box-sizing: border-box;
    width: 83.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-10 {
    margin-left: 83.3333%;
  }
  .medium-11 {
    box-sizing: border-box;
    width: 91.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-11 {
    margin-left: 91.6667%;
  }
  .medium-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 40em) {
  .large-1 {
    box-sizing: border-box;
    width: 8.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    float: none;
  }
  .is-push-lg-1 {
    margin-left: 8.3333%;
  }
  .large-2 {
    box-sizing: border-box;
    width: 16.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    float: none;
  }
  .is-push-lg-2 {
    margin-left: 16.6667%;
  }
  .large-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    float: none;
  }
  .is-push-lg-3 {
    margin-left: 25%;
  }
  .large-4 {
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    float: none;
  }
  .is-push-lg-4 {
    margin-left: 33.3333%;
  }
  .large-5 {
    box-sizing: border-box;
    width: 41.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    float: none;
  }
  .is-push-lg-5 {
    margin-left: 41.6667%;
  }
  .large-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    float: none;
  }
  .is-push-lg-6 {
    margin-left: 50%;
  }
  .large-7 {
    box-sizing: border-box;
    width: 58.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    float: none;
  }
  .is-push-lg-7 {
    margin-left: 58.3333%;
  }
  .large-8 {
    box-sizing: border-box;
    width: 66.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    float: none;
  }
  .is-push-lg-8 {
    margin-left: 66.6667%;
  }
  .large-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    float: none;
  }
  .is-push-lg-9 {
    margin-left: 75%;
  }
  .large-10 {
    box-sizing: border-box;
    width: 83.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    float: none;
  }
  .is-push-lg-10 {
    margin-left: 83.3333%;
  }
  .large-11 {
    box-sizing: border-box;
    width: 91.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    float: none;
  }
  .is-push-lg-11 {
    margin-left: 91.6667%;
  }
  .large-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    float: none;
  }
  .is-push-lg-12 {
    margin-left: 100%;
  }
}

.c-index-flow__items {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-index-flow__items {
    display: block;
  }
}

.c-index-flow__item {
  border-radius: 3px;
  border: 4px solid #563B14;
  padding-top: 16px;
  padding-bottom: 0px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-index-flow__item {
    margin-bottom: 16px;
  }
}

.c-index-flow__item:nth-child(2), .c-index-flow__item:first-child {
  position: relative;
  margin-right: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-index-flow__item:nth-child(2), .c-index-flow__item:first-child {
    margin-right: 0;
  }
}

.c-index-flow__item:nth-child(2):after, .c-index-flow__item:first-child:after {
  content: "";
  display: block;
  width: 16px;
  height: 80px;
  background: url('data:image/svg+xml,<svg width="16px" height="80px" viewBox="0 0 16 80" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><polygon fill="#8FC31F" points="0 0 0 80 16 40.001"></polygon></g></svg>') no-repeat center top;
  position: absolute;
  right: -24px;
  top: 100px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-index-flow__item:nth-child(2):after, .c-index-flow__item:first-child:after {
    display: none;
  }
}

.c-index-flow__item > img {
  margin-left: 57px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-index-flow__item > img {
    max-height: 59px;
    margin-left: 16px;
    float: left;
    margin-right: 16px;
  }
}

.c-index-flow__item > h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #563B14;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-index-flow__item > h3 {
    margin-top: 0;
    font-size: 1.125rem;
    text-align: left;
    padding-left: 16px;
  }
}

.c-index-flow__item > p {
  padding-left: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  margin-bottom: 0;
}

.c-flowintro__content {
  border-left: 2px solid rgba(0, 120, 150, 0.55);
  border-right: 2px solid rgba(0, 120, 150, 0.55);
  border-bottom: 2px solid rgba(0, 120, 150, 0.55);
  padding: 16px;
  text-align: center;
  margin-bottom: 40px;
}

.c-flowintro__content p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-flowintro__content p:last-of-type {
    text-align: center;
  }
}

.c-flowintro__heading {
  overflow: hidden;
  background: rgba(0, 141, 150, 0.1);
  border-radius: 4px 4px 0 0;
  border: 2px solid rgba(0, 120, 150, 0.55);
  border-bottom: 2px dotted rgba(0, 120, 150, 0.55);
  padding: 12px;
}

.c-flowintro__heading > img {
  float: left;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-flowintro__heading > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90px;
    float: none;
  }
}

.c-flowintro__heading > div {
  float: left;
  margin-left: 14px;
  max-width: 656px;
  padding-top: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-flowintro__heading > div {
    float: none;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
  }
}

.c-flowintro__heading > div > span:first-child {
  font-size: 1.125rem;
  font-weight: bold;
  color: #7B572A;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-flowintro__heading > div > span:first-child {
    font-size: 0.9375rem;
  }
}

.c-flowintro__heading > div > span:nth-last-child {
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-flowintro__heading > div > span:nth-last-child {
    font-size: 0.9375rem;
  }
}

.c-flowintro__heading > div > h3 {
  color: #7B572A;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-flowintro__heading > div > h3 {
    font-size: 1.5625rem;
  }
}

.c-inline-list {
  list-style: disc;
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
  list-style-position: outside;
}

.c-inline-list li {
  float: left;
  margin-left: 2rem;
  margin-right: 0.5rem;
}

.c-kokopointbox {
  position: relative;
  background: rgba(123, 87, 42, 0.1);
  padding-top: 60px;
  padding-left: 52px;
  padding-right: 40px;
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-radius: 4px;
}

.c-kokopointbox:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 202px;
  height: 48px;
  background: url(../images/bg-kokopointbox.png) no-repeat center top;
}

.c-kokopointbox ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 32px;
  font-weight: bold;
}

.c-kokopointbox ul li p {
  font-weight: normal;
}

.c-kokopointbox ul li:after {
  color: #563B14;
  font-size: 1.5rem;
  content: "\f05d";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: -8px;
}

.c-checkbox {
  border: 2px solid #7B572A;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.c-checkbox .c-check-list > li:after, .c-checkbox .c-linebox__checklist > li:after, .c-checkbox .c-service-about__panel ul > li:after, .c-service-about__panel .c-checkbox ul > li:after, .c-checkbox .c-serviceintro-item__title .list ul > li:after, .c-serviceintro-item__title .list .c-checkbox ul > li:after {
  color: #563B14;
}

.c-label {
  background: #563B14;
  color: #fff;
  font-size: 12.8px;
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  font-size: 0.75rem;
  font-size: 0.75rem;
  padding: 3px 17px;
  background: #7B572A;
  text-align: center;
  min-width: 100px;
}

.c-label > a {
  color: #fff;
  text-decoration: none;
}

.c-label.is-lg {
  font-size: 1rem;
}

.c-label.is-sm {
  font-size: 0.64rem;
}

.c-label.is-secondary {
  background: #7B572A;
}

.c-label.is-tertiary {
  background: #eb6e4b;
}

.c-label.is-danger {
  background: #cc2919;
}

.c-label.is-warning {
  background: #cc9e12;
}

.c-label.is-info {
  background: #ded7c5;
  color: #000;
}

.c-label.is-success {
  background: #13a83a;
}

.c-lead {
  font-size: 1.125rem;
  font-weight: bold;
}

.c-lead.is-primary {
  color: #563B14;
}

.c-lead.is-lg {
  margin-bottom: 24px;
  color: #7B572A;
  font-weight: bold;
  font-size: 1rem;
}

.c-lg-list ul.ul-list {
  padding-left: 32px;
  margin-top: 12px;
}

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

.c-lg-list li {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  margin-bottom: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-lg-list li {
    font-size: 1.125rem;
  }
}

.c-lg-list li span {
  color: #563B14;
}

.c-lg-list li ul {
  margin-bottom: 24px;
}

.c-lg-list li ul li {
  font-size: 0.9375rem;
  font-weight: normal;
}

ul.ul-list {
  padding-left: 32px;
  margin-top: 12px;
}

ul.ul-list li {
  list-style: disc;
}

.c-linebox {
  border: 3px solid #563B14;
  padding: 20px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-linebox {
    padding: 12px;
    margin-bottom: 24px;
  }
}

.c-linebox.is-gray {
  border: 3px solid #5f5f5f;
}

.c-linebox.is-gray .c-linebox__title {
  color: #5f5f5f;
}

.c-linebox__title {
  text-align: center;
  font-weight: bold;
  color: #563B14;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 2px dotted #cccccc;
  font-size: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-linebox__title {
    font-size: 1.125rem;
  }
}

.c-linebox__checklist {
  border-bottom: 2px dotted #cccccc;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.c-linebox__checklist li {
  font-weight: bold;
  margin-bottom: 9px;
}

.c-linebox__checklist li:after {
  color: #563B14;
}

.c-linebox__lead {
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  color: #ffb400;
  line-height: 1.2;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-linebox__lead {
    font-size: 1.125rem;
  }
}

.c-mainvisual {
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-mainvisual {
    margin-top: 55px;
  }
}

.c-mainvisual__bg {
  background-size: cover;
  min-height: 380px;
  width: 100%;
  display: block;
  background-position: center center;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-mainvisual__bg {
    min-height: 200px;
    background-position: left -130px top;
  }
}

.c-mainvisual__bg img {
  max-height: 380px;
  visibility: hidden;
}

.c-mainvisual .owl-next,
.c-mainvisual .owl-prev {
  display: none;
}

.c-mainvisual__search {
  margin-top: -120px;
  position: relative;
  z-index: 1000;
  margin-bottom: -60px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-mainvisual__search {
    margin-top: -70px;
  }
}

.c-mainvisual__search .c-columns-search {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}

.c-media > img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.c-media > figcaption {
  margin-top: 0;
  background: #eb6e4b;
  text-align: center;
  padding: 0.5rem 1rem;
}

.c-menu {
  padding-left: 0;
  margin-left: 0;
  border-top: 1px solid #eb6e4b;
  border-left: 1px solid #eb6e4b;
  border-right: 1px solid #eb6e4b;
}

.c-menu > li {
  list-style: none;
}

.c-menu > li > a {
  display: block;
  border-bottom: 1px solid #eb6e4b;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
}

.c-menu > li > a:hover, .c-menu > li > a.is-active {
  background: #563B14;
  color: #fff;
}

ul.c-meritbox {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

ul.c-meritbox li {
  width: 50%;
  margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  ul.c-meritbox li {
    width: 100%;
    margin-bottom: 0px;
  }
  ul.c-meritbox li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  ul.c-meritbox li:nth-child(2) {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  ul.c-meritbox li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  ul.c-meritbox li:nth-child(4) {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  ul.c-meritbox li:nth-child(5) {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  ul.c-meritbox li:nth-child(6) {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  ul.c-meritbox li:nth-child(7) {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  ul.c-meritbox li:nth-child(8) {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  ul.c-meritbox li:nth-child(9) {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
}

ul.c-meritbox li > span {
  position: relative;
  display: inline-block;
}

ul.c-meritbox li > span:after {
  content: "";
  height: 10px;
  background: rgba(243, 152, 0, 0.1);
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
}

ul.c-meritbox li > span > span:first-child {
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: 4px;
  color: #563B14;
  font-family: serif;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  ul.c-meritbox li > span > span:first-child {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

ul.c-meritbox li > span > span:last-child {
  color: #675444;
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  ul.c-meritbox li > span > span:last-child {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.c-merititem {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-merititem {
    display: block;
    margin-bottom: 16px;
  }
}

.c-merititem__image {
  max-width: 344px;
  width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-merititem__image {
    width: 30%;
    margin-bottom: 16px;
    float: left;
    margin-right: 16px;
    margin-top: 6px;
  }
}

.c-merititem__content {
  width: calc(100% - 360px);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-merititem__content {
    width: 100%;
    display: inline;
  }
  .c-merititem__content p {
    margin-bottom: 4px;
  }
}

.c-merititem__content h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 2px;
  color: #563B14;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-merititem__content h4 {
    margin-bottom: 5px;
    line-height: 1.4;
  }
}

.c-merit-onayami {
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-left: 30px;
  padding-bottom: 100px;
  padding-right: 300px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-merit-onayami {
    padding: 0;
    padding: 12px;
    background-size: cover;
    font-size: 14px;
    background: #ddecf1 !important;
    border-radius: 4px;
  }
}

.c-merit-case__item {
  margin-bottom: 40px;
}

.c-merit-case__item__upper {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 24px;
  padding-top: 18px;
}

.c-merit-case__item__upper__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  color: #563B14;
  padding-bottom: 12px;
  border-bottom: 2px dashed #563B14;
  margin-bottom: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-merit-case__item__upper__title {
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 8px;
    letter-spacing: 0px;
  }
}

.c-merit-case__item__upper__label {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  background: #675444;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 50px;
  color: #fff;
  width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-merit-case__item__upper__label {
    font-size: 14px;
  }
}

.c-merit-case__item__upper__label.is-after {
  background: #563B14;
}

.c-merit-case__item__upper__img {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}

.c-merit-case__item__upper__img img {
  max-height: 133px;
  width: auto;
}

.c-merit-case__item__upper__list {
  text-align: center;
  color: #675444;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
}

.c-merit-case__item__upper__list.is-after {
  color: #563B14;
}

.c-merit-case__item__upper__list p {
  margin-bottom: 8px;
}

.c-merit-case__item__upper__list .c-circle-text {
  display: inline-block;
  margin-right: 4px;
}

.c-merit-case__item__before {
  background: #675444;
  padding: 24px;
  overflow: hidden;
  padding-top: 40px;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-merit-case__item__before {
    padding-top: 26px;
  }
}

.c-merit-case__item__before:before {
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  display: block;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: 50%;
  top: -16px;
}

.c-merit-case__item__before__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-merit-case__item__before__title {
    font-size: 15px;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-merit-case__item__before__content {
    font-size: 13px;
  }
}

.c-merit-case__item__after {
  background: #563B14;
  padding: 24px;
  padding-top: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.c-merit-case__item__after:before {
  content: "";
  width: 32px;
  height: 32px;
  background: #675444;
  display: block;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: 50%;
  top: -10px;
}

.c-merit-case__item__after__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-merit-case__item__after__title {
    font-size: 15px;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-merit-case__item__after__content {
    font-size: 13px;
  }
}

.c-message {
  padding: 1rem;
  background: #eb6e4b;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  margin-bottom: 16px;
}

.c-message .c-message__icon {
  margin-right: 0.375rem;
}

.c-message .c-message__icon.is-right {
  float: right;
  margin-top: 0.25rem;
}

.c-message > p {
  margin-bottom: 0;
}

.c-message.is-primary {
  background: #563B14;
  border: 1px solid #4a3211;
}

.c-message.is-primary > p {
  color: #fff;
}

.c-message.is-secondary {
  background: #7B572A;
  border: 1px solid #704f26;
}

.c-message.is-secondary > p {
  color: #fff;
}

.c-message.is-danger {
  background: #cc2919;
  border: 1px solid #be2617;
}

.c-message.is-danger > * {
  color: #fff;
}

.c-message.is-warning {
  background: rgba(86, 59, 20, 0.1);
  border: none;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.c-message.is-warning strong {
  font-size: 1.1em;
}

.c-message.is-warning > p {
  margin-bottom: 0;
}

.c-message.is-info {
  background: #378da3;
  border: 1px solid #338398;
}

.c-message.is-info > p {
  color: #fff;
}

.c-message.is-success {
  background: #13a83a;
  border: 1px solid #119a35;
}

.c-message.is-success > p {
  color: #fff;
}

.wp-embed .c-message {
  background: #f3ecdd;
  border: 2px solid #9C8553;
}

.wp-embed .c-message h3 {
  margin-top: 0;
  padding-left: 0;
  letter-spacing: 0.5px;
  font-size: 0.875rem;
  margin-bottom: 4px;
}

.wp-embed .c-message h3:before {
  display: none;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 10000000000000000;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 700px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  padding: 4px 12px;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  display: inline-block;
  display: block;
}

.modal__btn.c-button {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.modal__btn button,
.modal__btn input {
  background: transparent;
  padding-left: 0;
  padding: 0;
  margin: 0;
  border: none;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.wp-embed a.c-button {
  color: #fff;
}

.wp-embed a.c-button:hover {
  text-decoration: none;
}

.c-template-embed__button {
  max-width: 50%;
}

.c-template-embed__button .c-message {
  padding: 4px 12px;
}

.c-template-embed__button .c-message p {
  font-size: 11px;
}

.c-template-embed__button .c-message h3 {
  font-size: 16px;
  margin-bottom: 4px;
}

.p-form-generate input[type="text"],
.p-form-generate input[type="email"],
.p-form-generate input[type="url"],
.p-form-generate input[type="password"],
.p-form-generate input[type="search"],
.p-form-generate input[type="number"],
.p-form-generate input[type="tel"],
.p-form-generate input[type="range"],
.p-form-generate input[type="date"],
.p-form-generate input[type="month"],
.p-form-generate input[type="week"],
.p-form-generate input[type="time"],
.p-form-generate input[type="datetime"],
.p-form-generate input[type="datetime-local"],
.p-form-generate input[type="color"],
.p-form-generate textarea {
  padding: 6px 12px;
}

.p-form-generate__item {
  padding-top: 6px;
}

.p-form-generate__item > .row > .small-9 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.p-form-generate__item__desc {
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 4px 8px;
  background: #e8e8e8;
  text-align: left;
}

.modal__footer {
  text-align: center;
}

.home .hentry {
  border: 1px solid #ccc;
  padding: 12px 24px;
  margin-bottom: 24px;
}

.c-navs-list > li {
  display: inline-block;
}

.c-navs-list > li > a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #eb6e4b;
  text-decoration: none;
  border-radius: 3px;
}

.c-navs-list > li > a:hover, .c-navs-list > li > a.is-active {
  background: #563B14;
  color: #fff;
}

.c-navs-list.is-expand > li > a {
  padding: 0.5rem 2rem;
}

.c-offer {
  background-color: #fff;
  border: 1px solid #563B14;
  position: relative;
  margin-top: 120px;
  margin-bottom: 24px;
  padding: 16px;
  background-image: url(../images/bg-offer.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  border: 2px solid #563B14;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-offer {
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .c-offer .small-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-offer a {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.c-offer a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-offer {
    background-image: none;
    overflow: hidden;
    padding-bottom: 12px;
  }
}

.c-offer__header {
  padding: 16px 20px;
  background: #563B14;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-offer__header {
    padding: 8px 10px;
  }
}

.c-offer__title {
  margin-top: 0;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.3;
  color: #563B14;
  margin-bottom: 8px;
  border-bottom: 2px dotted #563B14;
  padding-bottom: 16px;
  margin-bottom: 26px;
  position: relative;
  margin-right: 160px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-offer__title svg {
    width: 100%;
  }
}

.c-offer__title strong {
  font-size: 2.125rem;
  color: #2169b3;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-offer__title strong {
    font-size: 1.5625rem;
  }
}

.c-offer__title:after {
  content: "";
  background: url(../images/bg-offer.png) no-repeat center center;
  width: 134px;
  height: 134px;
  display: block;
  position: absolute;
  right: 10px;
  top: -10px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-offer__title:after {
    display: none;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-offer__title {
    line-height: 1.7;
    background: none;
    font-size: 1.25rem;
  }
}

.c-offer__subtitle {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  margin-top: 8px;
  letter-spacing: 0.9px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-offer__subtitle {
    font-size: 0.8125rem;
    text-align: left;
  }
  .c-offer__subtitle br {
    display: none;
  }
}

.c-offer__text {
  font-weight: bold;
  color: #fff;
  max-width: 560px;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-offer__text {
    font-size: 0.75rem;
    text-align: left;
  }
}

.c-offer__content {
  padding: 16px 12px;
  overflow: hidden;
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-offer__content {
    padding: 10px 6px;
  }
}

.c-offer__toform {
  vertical-align: top;
  display: block;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-offer__toform {
    margin-top: 8px;
  }
}

.c-offer__tel {
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  max-width: 366px;
  width: 100%;
}

.c-offer__toform {
  margin-bottom: 10px;
}

.c-offer__cta {
  max-width: 252px;
  width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-offer__cta {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

.c-offer__buttons {
  display: -webkit-box;
  display: flex;
  max-width: 626px;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-offer__buttons {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    text-align: center;
  }
}

.c-offer__button {
  max-width: 100%;
}

.c-offer__button .c-offer__button__line .c-button {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #8FC31F;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.c-offer__toconsultation i.fa {
  margin-left: 8px;
}

.c-page-header {
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  min-height: 164px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-page-header {
    padding-top: 0px;
    background-size: cover;
    padding-bottom: 0px;
    min-height: 0px;
    margin-bottom: 12px;
  }
}

.c-page-header__title {
  color: #EB6100;
  text-align: left;
  padding-top: 16px;
  margin-top: 0;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-page-header__title {
    font-size: 1.25rem !important;
    padding-top: 4px;
    padding-top-padding-bottom: 4px;
  }
}

.c-page-header__bg {
  padding-top: 0;
  padding-bottom: 0.75rem;
  min-height: 164px;
  background-size: cover;
  background-position: center top;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-page-header__bg {
    min-height: 80px;
    background-size: cover;
  }
}

.c-page-header__sub {
  text-align: left;
  font-weight: normal;
  margin-top: 0;
  color: #563B14;
  font-size: 1rem;
  width: 1080px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #333;
  text-shadow: 0px 0px 2px white, 0px 0px 2px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 3px white;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-page-header__sub {
    line-height: 1;
    width: 100%;
    letter-spacing: 0;
    font-size: 0.625rem;
    margin-top: 0;
    margin-bottom: 0px;
  }
}

.c-page-header__sub span {
  font-size: 1.875rem;
  color: #EB6100;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-page-header__sub span {
    font-size: 1.125rem;
    text-align: left;
  }
}

.c-page-header.is-left {
  text-align: left;
}

.c-page-header.is-right {
  text-align: right;
}

.c-page-header__title {
  font-size: 2rem;
}

.c-page-header__subtitle {
  font-size: 1rem;
}

.c-pagination > ul {
  text-align: left;
  list-style: none;
}

.c-pagination > ul > li {
  display: inline-block;
}

.c-pagination > ul > li.is-active span {
  background: #7B572A;
  color: #fff;
}

.c-pagination > ul > li > span,
.c-pagination > ul > li > a {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
  border: 1px solid #666666;
  background: #fff;
}

.c-pagination > ul > li > a:hover {
  background: #7B572A;
  color: #fff;
}

.c-pagination > ul > li > a.is-active {
  background: #7B572A;
  color: #fff;
}

.c-pagination__next, .c-pagination__prev {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  background: #563B14;
  color: #7B572A;
}

.c-pagination__prev {
  margin-right: 2rem;
}

.c-pagination__next {
  margin-left: 2rem;
}

.c-panel {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-panel {
    margin-bottom: 16px;
  }
}

.c-panel__title {
  background: #7B572A;
  color: #fff;
  padding: 6px 32px;
  margin-bottom: 0;
  font-size: 1.125rem;
  border-radius: 3px 3px 0 0;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-panel__title {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-panel__title .fa {
  margin-right: 8px;
}

.c-panel__content {
  padding: 16px 32px;
  text-align: left;
  border-radius: 0 0 3px 3px;
  background: rgba(0, 120, 150, 0.2);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-panel__content {
    min-height: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-panel__content ul {
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-panel__content ul {
    font-size: 0.875rem;
  }
}

.c-panel__content p {
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-panel__content p {
    font-size: 0.875rem;
  }
}

.c-panel__content img {
  max-height: 60px;
}

.c-panel__content h4 {
  margin-top: 0;
  font-size: 1.125rem;
  border-bottom: 1px dotted #563B14;
  text-align: center;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.c-panel.is-danger .c-panel__title {
  background: #cc2919;
}

.c-panel.is-warning .c-panel__title {
  background: #cc9e12;
}

.c-panel.is-success .c-panel__title {
  background: #13a83a;
}

.c-panel.is-info .c-panel__title {
  background: #378da3;
}

.c-percentage-card {
  margin-bottom: 16px;
  text-decoration: none;
  display: block;
  border: 2px solid #7B572A;
  padding: 10px;
  border-radius: 4px;
}

.c-percentage-card.js-accordion .c-percentage-card__title {
  overflow: hidden;
  border-bottom: none;
  margin-bottom: -10px;
}

.c-percentage-card.js-accordion .c-percentage-card__title:after {
  content: "\f0ab";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}

.c-percentage-card.js-accordion .c-percentage-card__content {
  margin-top: 20px;
  border-top: 2px dotted #7B572A;
}

.c-percentage-card.is-tokuyaku {
  padding-left: 16px;
  padding-right: 16px;
}

.c-percentage-card.is-tokuyaku .c-percentage-card__title {
  overflow: hidden;
  border-bottom: none;
  margin-bottom: -10px;
}

.c-percentage-card.is-tokuyaku .c-percentage-card__content {
  padding-top: 16px;
}

.c-percentage-card.is-noicon .c-percentage-card__title {
  font-size: 1.125rem;
}

.c-percentage-card.is-noicon .c-percentage-card__title:before {
  display: none;
}

.c-percentage-card__title {
  color: #7B572A;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
  border-bottom: 2px dotted #7B572A;
  padding-bottom: 8px;
  position: relative;
}

.c-percentage-card__title i.fa {
  margin-right: 8px;
  font-size: 1.25rem;
}

.c-percentage-card__title:before {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-right: 8px;
}

.c-percentage-card__image {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 4px;
  vertical-align: middle;
  min-height: 160px;
}

.c-percentage-card__content {
  font-size: 0.9375rem;
}

.c-percentage-card__content .heading.is-sm, .c-percentage-card__content #tinymce.post-type-post h4, #tinymce.post-type-post .c-percentage-card__content h4,
.c-percentage-card__content #tinymce.post-type-page h4, #tinymce.post-type-page .c-percentage-card__content h4,
.c-percentage-card__content .l-post-content h4, .l-post-content .c-percentage-card__content h4 {
  font-size: 1.125rem;
}

.c-percentage-items {
  margin-bottom: 24px;
  border-bottom: 2px solid #666;
}

.c-percentage-item {
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 2px dotted #7B572A;
}

.c-percentage-item__title {
  background: #7B572A;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  color: #fff;
  position: relative;
}

.c-percentage-item__title:before {
  content: "\f1b9";
  font-family: FontAwesome;
  margin-right: 16px;
  color: #EB6100;
}

.c-pickup {
  margin-bottom: 32px;
}

.c-pickup__title {
  margin-bottom: 0;
  margin-top: 0;
}

.c-pointintro-wrap {
  display: inline-block;
  margin-left: -12px;
  margin-right: -12px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-pointintro-wrap {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

.c-pointinto-item {
  border-radius: 5px;
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
  color: #222;
  background: #fff;
  width: 100%;
  max-width: 264px;
  float: left;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-pointinto-item {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-pointinto-item__image {
    max-width: 40%;
    float: left;
    margin-right: 8px;
  }
}

.c-pointinto-item__content {
  padding: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-pointinto-item__content {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
  }
}

.c-pointinto-item__title {
  font-size: 1.125rem;
  color: #563B14;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-pointinto-item__title {
    margin-top: 0;
    font-size: 0.9375rem;
    text-align: left;
  }
}

.c-pointinto-item__text {
  margin-bottom: 8px;
  line-height: 1.5;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-pointinto-item__text {
    font-size: 0.75rem;
    min-height: 0px !important;
  }
}

.c-pointinto-item__link a {
  color: #563B14;
  text-decoration: none;
  font-weight: bold;
  background: url(../images/bg-link.svg) no-repeat left bottom;
  display: inline-block;
  width: 100%;
  padding-bottom: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-pointinto-item__link a {
    font-size: 0.875rem;
  }
}

.c-pointinto-item__link a:hover {
  opacity: 0.8;
}

.c-pointinto-item__link a .fa {
  margin-left: 8px;
}

.c-policy {
  margin-bottom: 34px;
}

.c-policy-item {
  overflow: hidden;
  margin-bottom: 24px;
}

.c-policy-item__thumbnail {
  max-width: 336px;
  float: left;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-policy-item__thumbnail {
    max-width: 40%;
    margin-right: 8px;
  }
}

.c-policy-item__content {
  max-width: 480px;
  float: right;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-policy-item__content {
    float: none;
  }
}

.c-policy-item:nth-child(2) .c-policy-item__thumbnail {
  float: right;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-policy-item:nth-child(2) .c-policy-item__thumbnail {
    float: left;
  }
}

.c-policy-item:nth-child(2) .c-policy-item__content {
  float: left;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-policy-item:nth-child(2) .c-policy-item__content {
    float: none;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-policy-item__icon {
    max-height: 50px;
  }
  .c-policy-item__icon img {
    height: 30px;
  }
}

.c-policy-item__lead {
  font-weight: bold;
  color: #563B14;
  margin-bottom: 8px;
  margin-top: 13px;
  font-size: 1.125rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-policy-item__text {
    font-size: 0.875rem;
  }
}

.c-post-image {
  position: relative;
}

.c-post-image .c-post-image__bg {
  min-height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-image .c-post-image__bg {
    min-height: 180px;
  }
}

.c-post-head .heading a {
  color: #000;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-head__title {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 1.125rem;
    padding-bottom: 12px;
  }
}

.c-post-head__sup {
  padding-bottom: 1.875rem;
}

.c-post-head__sup.is-heading-top {
  padding-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-head__sup * {
    font-size: 0.75rem;
  }
}

.c-post-head__sup .c-post__date {
  display: inline-block;
  margin-right: 0.625rem;
}

.c-post-head__sup .c-post__category {
  display: inline-block;
}

.c-post-head__sup ul {
  display: inline-block;
}

.c-post-head__sup ul li {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.c-post-head__sup .c-label {
  font-size: 0.9375rem;
  padding: 0px 20px;
  margin-top: -5px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-head__sup .c-label {
    font-size: 0.75rem;
  }
}

.c-post-head__sup .c-post-head__name {
  display: inline-block;
  float: right;
  color: #333333;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-head__sup .c-post-head__name {
    font-size: 0.75rem;
  }
}

.c-post-head__sup .c-post-head__name i {
  color: #563B14;
}

.c-post-lgitem {
  display: block;
  color: #333333;
  position: relative;
  color: #fff;
}

.c-post-lgitem:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.c-post-lgitem:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.c-post-lgitem:hover:after {
  opacity: 1;
}

.c-post-lgitem .c-post-head {
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  margin-top: 24px;
  bottom: 0;
  position: absolute;
  /* Rectangle: */
  /* Rectangle: */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  width: 100%;
  height: 60%;
  padding: 16px 24px 0px;
  padding-top: 80px;
  z-index: 20;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-lgitem .c-post-head {
    padding-bottom: 8px;
    padding-top: 30px;
  }
}

.c-post-lgitem .c-post-head .heading {
  margin-top: 8px;
  color: #fff;
}

.c-post-list {
  margin-top: 30px;
  padding: 16px;
  background: rgba(0, 120, 150, 0.1);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-list {
    padding: 8px;
  }
}

.c-post-listbox {
  margin-bottom: 24px;
}

.c-post-listbox:last-child {
  margin-bottom: 0;
}

.c-post-listbox.is-faq .c-post-listbox__title {
  background: #008d96;
}

.c-post-listbox.is-faq .c-post-listbox__content {
  border-bottom: 2px solid #008d96;
}

.c-post-listbox.is-faq .c-post-listbox__content a {
  color: #008d96;
}

.c-post-listbox.is-columns .c-post-listbox__title {
  background: #007896;
}

.c-post-listbox.is-columns .c-post-listbox__content {
  border-bottom: 2px solid #007896;
}

.c-post-listbox.is-columns .c-post-listbox__content a {
  color: #007896;
}

.c-post-listbox.is-news .c-post-listbox__title {
  background: #666666;
}

.c-post-listbox.is-news .c-post-listbox__content {
  border-bottom: 2px solid #666666;
}

.c-post-listbox.is-news .c-post-listbox__content a {
  color: #666666;
}

.c-post-listbox__title {
  font-weight: bold;
  border-radius: 4px;
  font-size: 1rem;
  overflow: hidden;
  padding-left: 8px;
  margin-bottom: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 1px;
  color: #fff;
}

.c-post-listbox__title > .fa {
  margin-right: 8px;
}

.c-post-listbox__more {
  font-size: 0.875rem;
  float: right;
  margin-top: 2px;
}

.c-post-listbox__more a {
  color: #fff;
  text-decoration: none;
}

.c-post-listbox__more a .fa {
  margin-right: 8px;
}

.c-post-listbox__content {
  max-height: 300px;
  overflow: auto;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-listbox__content {
    max-height: 200px;
    overflow: auto;
  }
}

.c-post-listbox__item {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-listbox__item {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.c-post-listbox__item__title {
  font-size: 0.875rem;
  font-weight: bold;
}

.c-post-listbox__item__date {
  font-size: 0.875rem;
}

.c-post-listbox__item__text {
  font-size: 0.875rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-listbox__item__text {
    display: none;
  }
}

.c-post-listbox__item__thumbnail {
  float: left;
  margin-right: 8px;
}

.c-post-listbox__item__more {
  display: block;
  text-align: right;
  font-size: 0.875rem;
  margin-top: 4px;
  float: right;
  margin-top: -20px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-listbox__item__more {
    display: none;
  }
}

.c-post-navs {
  margin-top: 60px;
}

.c-post-navs ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: table;
  width: 100%;
}

.c-post-navs ul > li {
  display: table-cell;
  vertical-align: top;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-navs ul > li {
    display: block;
    margin-bottom: 8px;
    text-align: center;
  }
}

.c-post-navs__center {
  text-align: center;
  vertical-align: top;
}

.c-post-navs__center a {
  width: 276px;
  background: #563B14;
  color: #fff;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 0px;
  position: relative;
  border: 1px solid #563B14;
}

.c-post-navs__center a:hover {
  background: #fff0f0;
  color: #563B14;
}

.c-post-navs__center a i.fa {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-navs__center a {
    width: 100%;
  }
}

.c-post-navs__prev a {
  position: relative;
}

.c-post-navs__prev a:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}

.c-post-navs__next a {
  position: relative;
}

.c-post-navs__next a:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}

.c-post-navs__prev a, .c-post-navs__next a {
  width: 200px;
  background: #fff;
  color: #9C8553;
  border: 1px solid #9C8553;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 0px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-navs__prev a, .c-post-navs__next a {
    width: 100%;
  }
}

.c-post-navs__prev a:hover, .c-post-navs__next a:hover {
  background: #9C8553;
  color: #fff;
}

.c-post-navs__prev {
  float: left;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-navs__prev {
    float: none;
  }
}

.c-post-navs__next {
  float: right;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-navs__next {
    float: none;
  }
}

.c-post-relation {
  display: block;
  color: #000;
  background: #fff;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-relation {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    min-height: 0px !important;
  }
}

.c-post-relation__image {
  display: block;
  position: relative;
  max-height: 168px;
  overflow: hidden;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-relation__image {
    flex-basis: 140px;
  }
}

.c-post-relation__image img {
  margin-bottom: 0;
  vertical-align: top;
}

.c-post-relation__category {
  position: absolute;
  bottom: 0;
  background: rgba(156, 133, 83, 0.5);
  width: 100%;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 16px;
  display: block;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-relation__category {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .c-post-relation__category ul {
    display: inline;
    line-height: 1.4;
  }
}

.c-post-relation__category i.fa {
  color: #fff;
  vertical-align: middle;
  margin-right: 4px;
}

.c-post-relation__category .c-label {
  margin: 0;
  text-align: left;
  display: inline-block;
  background: none;
  padding: 0;
  min-width: 0px;
  margin-right: 12px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-relation__category .c-label {
    min-width: 0px;
  }
}

.c-post-relation img {
  width: 100%;
}

.c-post-relation__content {
  background: #F1F2E9;
  padding: 8px 12px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-relation__content {
    min-height: 0px !important;
    flex-basis: calc(100% - 140px);
  }
}

.c-post-relation__content a {
  text-decoration: none;
  color: #333333;
}

.c-post-relation__date {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
}

.c-post-relation__date i {
  margin-right: 6px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-relation__category {
    line-height: 1.3;
  }
}

.c-post-relation__category ul {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-relation__category ul {
    display: inline;
    line-height: 1.3;
  }
}

.c-post-relation__category ul li {
  display: inline-block;
}

.c-post-relation .heading {
  margin-top: 0.625rem;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-relation .heading {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
    margin-bottom: 0;
    padding-bottom: 0.375rem;
    letter-spacing: 0px;
  }
}

.c-pricebox-header {
  border: 3px solid #5e605f;
  border-radius: 2px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #563B14;
  position: relative;
  margin-top: 100px;
  margin-bottom: 40px;
}

.c-pricebox-header:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -20px;
  border-left: 20px solid transparent;
  border-bottom: none;
  border-top: 26px solid #5e605f;
  border-right: 20px solid transparent;
  display: block;
  z-index: 0;
  -webkit-backface-visibility: visible;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-pricebox-header {
    font-size: 1.0625rem;
  }
}

.c-pricebox-header:after {
  content: "";
  display: block;
  width: 112px;
  height: 112px;
  background: url(../images/img-price01.png) no-repeat center top;
  position: absolute;
  top: -58px;
  left: 30px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-pricebox-header:after {
    width: 56px;
    height: 56px;
    background-size: contain;
    left: 0px;
    top: -50px;
  }
}

.c-pricebox-content {
  background: #f7f7f7;
  padding: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-pricebox-content {
    padding: 10px;
  }
}

.c-pricebox-content__title {
  font-weight: bold;
  font-size: 1.375rem;
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-pricebox-content__title {
    font-size: 1.0625rem;
  }
  .c-pricebox-content__title br {
    display: none;
  }
}

.c-pricebox-content__lead {
  text-align: center;
  font-size: 1.375rem;
  color: #EB6100;
  font-weight: bold;
  margin-bottom: 0;
}

.c-priceboxes {
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-priceboxes {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.c-priceboxes__item {
  width: 33%;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.c-pricetexthr {
  border-bottom: 1px solid #acacac;
}

.c-pricetext {
  font-size: 1rem;
  letter-spacing: 0.8px;
}

.c-pricetext strong {
  font-weight: normal;
}

.c-pricetext strong.is-black {
  color: #000;
  font-weight: bold;
}

.c-pricetext strong.is-gray {
  color: #333333;
  font-weight: bold;
}

.c-profilebox {
  padding: 18px 0px;
  background: #fff;
  margin-bottom: 18px;
  border-radius: 0px;
  border-bottom: 1px dashed #7B572A;
}

.c-profilebox .c-accordion__title {
  background: #7B572A;
  border-bottom: 3px solid #ccc;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-profilebox {
    padding: 10px;
  }
}

.c-profilebox-upper {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.c-profilebox.is-first .c-profilebox__title {
  padding-top: 38px;
}

.c-profilebox__position {
  font-size: 0.9375rem;
  float: right;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-profilebox__position {
    font-size: 0.75rem;
    float: none;
    text-align: right;
    display: block;
  }
}

.c-profilebox__profile h4 {
  border-left: 0;
  text-align: center;
  max-width: 120px;
  font-size: 0.875rem;
  color: #fff;
  background: #563B14;
  margin-bottom: 8px;
}

.c-profilebox__profile > span {
  background: #5e605f;
  width: 120px;
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 0.875rem;
}

.c-profilebox__profile > span p {
  font-size: 1rem;
}

.c-profilebox__image {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-profilebox__image {
    max-width: 100px;
    margin-left: 16px;
  }
}

.c-profilebox__title {
  font-size: 1.125rem;
  position: absolute;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  width: 408px;
  height: 148px;
  background: #333;
  color: #fff;
  line-height: 1.5;
  padding-left: 70px;
  text-align: left;
  right: 0px;
  bottom: 40px;
  padding-top: 44px;
}

.c-profilebox__title.has-position {
  padding-top: 36px;
}

.c-profilebox__title.has-position p {
  font-size: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-profilebox__title {
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.5;
  }
}

.c-promisebox {
  border-radius: 4px;
}

.c-promisebox__image {
  flex-basis: 248px;
  margin-top: 12px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox__image {
    width: 100%;
    max-width: 100px;
    margin-left: 12px;
    float: right;
    margin-top: 0;
  }
}

.c-promisebox__content {
  flex-basis: calc(100% - 272px);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox__content {
    width: 100%;
    width: 100%;
  }
}

.c-promisebox__item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox__item {
    flex-wrap: wrap;
    overflow: hidden;
    display: block;
  }
}

.c-promisebox__item:nth-child(2n) .c-promisebox__image {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox__item:nth-child(2n) .c-promisebox__image {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.c-promisebox__item:nth-child(2n) .c-promisebox__content {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox__item:nth-child(2n) .c-promisebox__content {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.c-promisebox__item:last-child {
  margin-bottom: 0;
}

.c-promisebox .c-promisebox__content .heading.is-sm, .c-promisebox .c-promisebox__content #tinymce.post-type-post h4, #tinymce.post-type-post .c-promisebox .c-promisebox__content h4,
.c-promisebox .c-promisebox__content #tinymce.post-type-page h4, #tinymce.post-type-page .c-promisebox .c-promisebox__content h4,
.c-promisebox .c-promisebox__content .l-post-content h4, .l-post-content .c-promisebox .c-promisebox__content h4 {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 12px;
  border: none;
}

.c-promisebox .c-promisebox__content .heading.is-sm span:first-child, .c-promisebox .c-promisebox__content #tinymce.post-type-post h4 span:first-child, #tinymce.post-type-post .c-promisebox .c-promisebox__content h4 span:first-child, .c-promisebox .c-promisebox__content #tinymce.post-type-page h4 span:first-child, #tinymce.post-type-page .c-promisebox .c-promisebox__content h4 span:first-child, .c-promisebox .c-promisebox__content .l-post-content h4 span:first-child, .l-post-content .c-promisebox .c-promisebox__content h4 span:first-child {
  font-size: 2rem;
  display: inline-block;
  margin-right: 12px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  color: #8fc31f;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox .c-promisebox__content .heading.is-sm span:first-child, .c-promisebox .c-promisebox__content #tinymce.post-type-post h4 span:first-child, #tinymce.post-type-post .c-promisebox .c-promisebox__content h4 span:first-child, .c-promisebox .c-promisebox__content #tinymce.post-type-page h4 span:first-child, #tinymce.post-type-page .c-promisebox .c-promisebox__content h4 span:first-child, .c-promisebox .c-promisebox__content .l-post-content h4 span:first-child, .l-post-content .c-promisebox .c-promisebox__content h4 span:first-child {
    font-size: 1.5rem;
  }
}

.c-promisebox .c-promisebox__lead {
  font-weight: bold;
  font-size: 1.125rem;
  border-bottom: 1px solid #7B572A;
  color: #7B572A;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox .c-promisebox__lead {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox .c-promisebox__image {
    text-align: center;
    margin-bottom: 8px;
  }
}

.c-promiseintro {
  border: 3px solid #563B14;
  border-radius: 4px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 0;
  border: 3px solid #7B572A;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promiseintro {
    background-repeat: repeat;
  }
}

.c-promiseintro__title {
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background: #7B572A;
  color: #fff;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
}

.c-promiseintro__items {
  overflow: hidden;
}

.c-promiseintro__item {
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  width: 50%;
  float: left;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promiseintro__item {
    overflow: visible;
    display: inline-block;
    width: 100%;
  }
}

.c-promiseintro__item:nth-child(3), .c-promiseintro__item:nth-child(2) {
  background: rgba(0, 141, 150, 0.1);
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promiseintro__item:nth-child(3), .c-promiseintro__item:nth-child(2) {
    background: #fff;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promiseintro__item:nth-child(2n) {
    background: rgba(0, 141, 150, 0.1);
  }
}

.c-promiseintro__item__title {
  width: 98px;
  float: left;
}

.c-promiseintro__item__title > img {
  width: 98px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promiseintro__item__title {
    width: 100px;
    margin-top: -8px;
  }
}

.c-promiseintro__item__content {
  float: left;
  margin-left: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promiseintro__item__content {
    width: calc(100% - 114px);
    border-left: none;
    margin-left: 12px;
  }
}

.c-promiseintro__item__content h3 {
  padding-bottom: 8px;
  color: #007896;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promiseintro__item__content h3 {
    font-size: 1.0625rem;
  }
}

.c-promiseintro__item__content h3 a {
  float: right;
  font-size: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promiseintro__item__content h3 a {
    font-size: 0.9375rem;
    display: block;
    text-align: right;
    padding-right: 12px;
    float: none;
  }
}

.c-promiseintro__item__content p {
  margin-bottom: 0;
}

.c-promiseintro__item__content p strong {
  color: #000;
}

.c-promiseintro__item__content ul {
  margin-bottom: 4px;
}

.c-promiseintro__item__content ul li {
  position: relative;
  font-weight: bold;
  padding-left: 24px;
  font-size: 1.0625rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promiseintro__item__content ul li {
    font-size: 0.875rem;
  }
}

.c-promiseintro__item__content ul li:after {
  content: "\f046";
  font-family: FontAwesome;
  color: #EB6100;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-service-about {
  margin-top: 40px;
}

.c-service-about__panel {
  display: block;
  background: rgba(86, 59, 20, 0.1);
  padding: 32px 24px 16px;
  position: relative;
  margin-top: 32px;
  border: 1px solid #EB6100;
  border-radius: 4px;
}

.c-service-about__panel:before {
  content: "";
  width: 180px;
  height: 32px;
  display: block;
  position: absolute;
  left: -1px;
  top: -16px;
  background: url(../images/img-point-title.svg) no-repeat center top;
}

.c-service-about__panel ul {
  margin-top: 0;
  margin-bottom: 0;
}

.c-service-about__panel ul li {
  font-weight: bold;
  font-size: 1.125rem;
}

.c-service-about__panel ul li:after {
  font-size: 1.125rem;
  color: #7B572A !important;
}

.c-service-lead__title {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-align: center;
  color: #563b14;
  padding-bottom: 16px;
  position: relative;
  color: #563B14;
  padding-top: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/border-dot.png);
  background-position: bottom center;
  padding-bottom: 24px;
  margin-bottom: 100px;
}

.c-service-lead__title.is-first:before {
  content: "";
  width: 84px;
  height: 85px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 10%;
  z-index: -1;
  top: 10px;
}

.c-service-lead__title.is-arrow:after {
  content: "";
  width: 200px;
  height: 48px;
  display: block;
  background-image: url(../images/icon-service-arrow-bottom.png);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-service-lead__title > span {
  font-size: 0.7em;
}

.c-service-lead__title.is-accent {
  border-top: 2px solid #EB6100;
  background: #EB6100;
}

.c-service-lead__title.is-accent:after {
  background: #EB6100;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-lead__title {
    font-size: 0.9375rem;
  }
}

.c-service-lead__list {
  margin-top: 24px;
  padding-bottom: 32px;
  position: relative;
  z-index: 10;
}

.c-service-lead__list ul li {
  color: #000000;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  padding-left: 36px;
  position: relative;
  margin-bottom: 8px;
  border-bottom: 1px dashed #9C8553;
  padding-top: 12px;
  padding-bottom: 16px;
}

.c-service-lead__list ul li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 28px;
  background-image: url(../images/icon-service-checklist.svg);
  left: 0;
  top: 22px;
  color: #9C8553;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-service-navs__list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-navs__list ul {
    margin-left: -6px;
    margin-right: -6px;
  }
}

.c-service-navs__list ul li {
  padding-left: 12px;
  padding-right: 12px;
  width: 33.333%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-navs__list ul li {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.c-service-navs__list ul li a {
  font-weight: bold;
  background: #9c8553;
  color: #fff;
  margin-bottom: 16px;
  display: block;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #7b6941;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-navs__list ul li a {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.75rem;
  }
}

.c-service-navs__list ul li a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 13px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-navs__list ul li a:after {
    right: 4px;
  }
}

.c-service-others .large-4 {
  padding-bottom: 24px;
}

.c-service-others__item {
  display: block;
  text-decoration: none;
  margin-bottom: 16px;
  height: 100%;
}

.c-service-others__item__title {
  background: #563B14;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.555555556;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 6px;
  font-weight: bold;
  min-height: 78px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
}

.c-service-others__item__text {
  display: block;
  border: 1px solid #CCCCCC;
  padding: 20px 16px;
  font-size: 0.9375rem;
  color: #242424;
  height: calc(100% - 78px);
  position: relative;
}

.c-service-others__item__text:after {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  bottom: 8px;
  right: 16px;
  color: #563B14;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  body > div.slidebar-container.js-slidebar-container > div > div > div.l-main > div.l-page-content > div > div.c-service-point.is-objection > div.c-service-point__image > img {
    display: none;
  }
}

.c-service-point {
  background: #fff;
}

.c-service-point.is-work .c-service-point__title {
  font-weight: bold;
  color: #563B14;
  text-align: left;
  margin-top: 12px;
  padding-bottom: 16px;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 4px;
  background-repeat: no-repeat;
  background-image: url(../images/border-dot.png);
  background-position: bottom center;
  padding-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-point.is-work .c-service-point__title {
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    font-size: 1.125rem;
  }
}

.c-service-point.is-work .c-service-point__image {
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-point.is-work .c-service-point__image img {
    display: none;
  }
}

.c-service-point.is-work .c-service-point__image p {
  position: absolute;
  left: 0;
  width: 480px;
  margin-left: 16px;
  text-align: center;
  margin-top: 220px;
  font-weight: bold;
  color: #563B14;
  font-size: 1.125rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-point.is-work .c-service-point__image p {
    margin-left: auto;
    text-align: left;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
    font-size: 1rem;
    width: 100%;
    margin-top: 24px;
  }
  .c-service-point.is-work .c-service-point__image p br {
    display: none;
  }
}

.c-service-point.is-work .c-service-point__image p strong {
  color: #563B14;
  display: inline-block;
  margin-top: 0px;
  font-size: 1.5rem;
}

.c-service-point__lead {
  font-weight: bold;
  color: #563B14;
  text-align: left;
  margin-top: 12px;
  padding-bottom: 16px;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 4px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-point__lead {
    font-size: 1rem;
    text-align: left;
  }
}

.c-service-point__lead strong {
  color: #EB6100;
}

.c-service-point__image {
  text-align: center;
  margin-top: -120px;
  margin-bottom: 40px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-point__image {
    margin-top: 0;
  }
}

.c-service-point__voice h4 {
  font-size: 1.75rem;
  letter-spacing: 2.8px;
  color: #563B14;
  font-weight: bold;
  background-image: url(../images/bg-service-heading-md.png);
  background-repeat: no-repeat;
  padding-top: 32px;
  padding-bottom: 16px;
  border: none;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-point__voice h4 {
    background: #563B14;
    letter-spacing: 1.4px;
    font-size: 1.25rem;
    padding: 8px 16px;
    color: #fff;
  }
}

.c-service-point__voice ul {
  margin-bottom: 24px;
}

.c-service-point__voice ul li {
  position: relative;
  padding-left: 66px;
  font-weight: bold;
  color: #563B14;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #9C8553;
}

.c-service-point__voice ul li:after {
  content: "";
  background-image: url(../images/icon-service-voicelist.png);
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  color: #EB6100;
  font-size: 1.5rem;
  position: absolute;
  left: 0px;
  top: 10px;
}

.c-servicetype-item {
  margin-bottom: 40px;
}

.c-servicetype-item__title {
  background: #ccc;
  position: relative;
  padding-left: 100px;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(0, 141, 150, 0.1);
  font-size: 1.5rem;
  color: #563B14;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-servicetype-item__title {
    font-size: 1.25rem;
    padding-left: 60px;
  }
}

.c-servicetype-item__title img {
  position: absolute;
  left: -6px;
  top: -20px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-servicetype-item__title img {
    max-width: 60px;
    top: -5px;
  }
}

.c-servicetype-item__title a {
  font-size: 1rem;
  float: right;
  padding-right: 16px;
  margin-top: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-servicetype-item__title a {
    font-size: 0.875rem;
  }
}

.c-servicetype-item__content {
  padding-left: 100px;
  margin-top: -40px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-servicetype-item__content {
    padding-left: 0;
    margin-top: -20px;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.c-serviceintro-item {
  max-width: 408px;
  width: 100%;
  float: left;
  background: #fff;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid #808080;
  position: relative;
}

.c-serviceintro-item:hover {
  border: 1px solid #1ba6e5;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-item {
    margin-bottom: 40px;
  }
}

.c-serviceintro-item.is-works02 .c-serviceintro-item__title {
  background-size: contain;
  position: relative;
}

.c-serviceintro-item.is-works02 .c-serviceintro-item__title:after {
  background: #7B572A;
}

.c-serviceintro-item__title {
  text-align: center;
  background: rgba(0, 141, 150, 0.8);
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 15px;
  position: relative;
  background-size: contain;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-item__title {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.c-serviceintro-item__title a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.c-serviceintro-item__title a:hover {
  text-decoration: underline;
}

.c-serviceintro-item__title:hover .title:after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.c-serviceintro-item__title:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 13px;
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.400000006"><polygon id="img" fill="#FFFFFF" points="18 18 0 0 18 0"></polygon></g></svg>');
}

.c-serviceintro-item__title .title {
  overflow: hidden;
  border-bottom: 1px dashed #fff;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
}

.c-serviceintro-item__title .title:after {
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 6px;
  top: 17px;
  font-size: 30px;
}

.c-serviceintro-item__title .title > .icon {
  float: left;
  text-align: left;
}

.c-serviceintro-item__title .title > .text {
  padding-left: 16px;
  line-height: 1.4;
  float: left;
  text-align: left;
}

.c-serviceintro-item__title .title > .text > span:first-child {
  font-size: 1.5rem;
}

.c-serviceintro-item__title .title > .text .sub {
  margin-top: 0;
}

.c-serviceintro-item__title .list ul {
  margin-top: 8px;
  margin-bottom: 0px;
}

.c-serviceintro-item__title .list ul li {
  text-align: left;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
}

.c-serviceintro-item__title .list ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-item__title .list ul li {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-item__title {
    margin-bottom: 0;
  }
}

.c-serviceintro-item__title span {
  display: block;
}

.c-serviceintro-item__title span:nth-child(2) {
  margin-top: 24px;
  font-weight: normal;
  font-size: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-item__title span:nth-child(2) {
    font-size: 0.875rem;
    margin-top: 12px;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-item__title {
    font-weight: bold;
    font-size: 1rem;
  }
}

.c-serviceintro-item__arrow {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
  left: 50%;
  margin-left: -20px;
  padding-top: 3px;
  font-size: 2rem;
  background: #fff;
  position: absolute;
  bottom: -20px;
  color: #563B14;
  border: 1px solid #563B14;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.c-serviceintro-item__arrow:hover {
  cursor: pointer;
}

.c-serviceintro-item__arrow.is-active {
  bottom: -30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-serviceintro-item__content {
  background: #fff;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-item__content {
    display: none;
  }
}

.c-serviceintro-item__content ul li:last-child a {
  border-bottom: none;
}

.c-serviceintro-item__content ul li a {
  display: block;
  font-weight: bold;
  color: #000000;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  padding-left: 24px;
  border-bottom: 1px dashed #808080;
  position: relative;
}

.c-serviceintro-item__content ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-item__content ul li a {
    padding-left: 7px;
  }
}

.c-serviceintro-item__content ul li a:after {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #563B14;
}

.c-serviceintro-item__content ul li a:hover {
  color: #563B14;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-item__content {
    padding: 10px;
  }
}

.c-serviceintro-item__image {
  margin-bottom: 0px;
  max-width: 100px;
  float: right;
  margin-top: -28px;
}

.c-serviceintro-item__lead {
  max-width: 256px;
  color: #563B14;
  font-weight: bold;
  font-size: 1rem;
  float: left;
  margin-bottom: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-item__lead {
    max-width: 62%;
    font-size: 0.875rem;
  }
}

.c-serviceintro-item__text {
  max-width: 256px;
  color: #222;
  font-size: 1rem;
  margin-bottom: 24px;
  line-height: 1.5;
  float: left;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-item__text {
    font-size: 0.8125rem;
    margin-bottom: 8px;
    max-width: 61%;
  }
}

.c-serviceintro-item__button {
  text-align: center;
  margin-bottom: 24px;
}

.c-serviceintro-item__link {
  border-top: 1px dashed #563B14;
  padding-top: 18px;
}

.c-serviceintro-item__link a {
  font-weight: bold;
}

.c-serviceintro-item__link a .fa {
  margin-left: 8px;
}

.c-serviceintro-card-wrap {
  display: inline-block;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-card-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.c-serviceintro-card__item {
  display: block;
  text-decoration: none;
  color: #222;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background: #fff;
  width: 100%;
  max-width: 264px;
  float: left;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-serviceintro-card__item {
    max-width: auto;
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-serviceintro-card__item:hover {
  outline: 4px solid #1ba6e5;
}

.c-serviceintro-card__content {
  padding: 18px 12px 18px;
  min-height: 164px;
}

.c-serviceintro-card__title {
  color: #563B14;
  font-weight: bold;
  margin-bottom: 6px;
}

.c-serviceintro-card__text {
  line-height: 1.5;
}

.c-sf {
  display: -webkit-box;
  display: flex;
  margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-sf {
    display: block;
  }
}

.c-sf__item {
  flex-basis: 84px;
  margin-right: 24px;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-sf__item {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.c-sf__item:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-green-arrow.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 51%;
  right: -24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-sf__item:after {
    bottom: -22px;
    top: auto;
    top: initial;
    right: 50%;
    margin-right: -10px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

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

.c-sf__item__title {
  background: #9C8553;
  font-size: 0.75rem;
  font-weight: bold;
  height: 48px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding-left: 4px;
  padding-right: 4px;
  letter-spacing: -0.3px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-sf__item__title {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.9375rem;
  }
}

.c-sf__item__content {
  background: rgba(86, 59, 20, 0.1);
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  display: block;
  padding-top: 10px;
  width: 100%;
  line-height: 1.2;
  padding-left: 10px;
  padding-right: 10px;
  height: 190px;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-sf__item__content {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    display: block;
    height: auto;
    padding-bottom: 10px;
  }
}

.c-sf__item__text {
  flex-basis: 100%;
}

.c-sf__item__subtitle {
  flex-basis: 100%;
  font-weight: bold;
  color: #EB6100;
}

.c-sidebar__bnr {
  margin-bottom: 1.5rem;
}

.c-sidebar__bnr:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.c-sidebar__content {
  margin-bottom: 2rem;
}

.c-sidebar__content__title {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  padding: 0.5rem;
}

.c-sidebar__content__title a {
  text-decoration: none;
  color: #333;
}

.c-sidebar__content__item {
  border-bottom: 1px solid #CFD9D9;
  border-left: 1px solid #CFD9D9;
  border-right: 1px solid #CFD9D9;
  padding: 1rem;
  overflow: hidden;
}

.c-sidebar__content__item:hover {
  background: #F5F5F5;
}

.c-sidebar__content__item .c-sidebar__item__image {
  width: 64px;
  float: left;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-sidebar__content__item .c-sidebar__item__image {
    width: 24%;
  }
}

.c-sidebar__content__item .c-sidebar__item__image img {
  width: 100%;
}

.c-sidebar__content__item .c-sidebar__text {
  float: right;
  width: 146px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-sidebar__content__item .c-sidebar__text {
    width: 70%;
  }
}

.c-sidebar__content__item .c-label {
  font-size: 0.75rem;
  padding: 1px 17px;
  margin-top: -8px;
  border-radius: 100px;
  background: #9C8553;
  text-align: center;
}

.c-sidebar__content__item .c-sidebar__title {
  font-size: 0.875rem;
}

.c-sidebar__block .c-sidebar__menu-main {
  border-bottom: 1px solid #CFD9D9;
  border-left: 1px solid #CFD9D9;
  border-right: 1px solid #CFD9D9;
  padding: 0.5rem 0.875rem;
  position: relative;
  color: #333333;
}

.c-sidebar__block .c-sidebar__menu-main i {
  position: absolute;
  top: 14px;
  right: 16px;
  color: #563B14;
}

.c-sidebar__block .c-sidebar__menu-main a {
  color: #000;
}

.c-sidebar__block .c-sidebar__menu-sub {
  display: none;
}

.c-sidebar__block .c-sidebar__menu-sub ul li {
  border-bottom: 1px solid #CFD9D9;
  border-left: 1px solid #CFD9D9;
  border-right: 1px solid #CFD9D9;
  background-color: rgba(207, 217, 217, 0.2);
  padding: 0.5rem 0.875rem;
  position: relative;
}

.c-sidebar__block .c-sidebar__menu-sub ul li a {
  color: #333333;
  text-decoration: none;
}

.c-sidebar__block .c-sidebar__menu-sub ul li i {
  position: absolute;
  top: 14px;
  right: 16px;
}

.c-sidebar__block i.open {
  display: none;
}

.c-sidebar__block.is-open i.open {
  display: block;
}

.c-sidebar__block.is-open i.close {
  display: none;
}

.c-sidebar__text .c-label {
  width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-sidebar__title a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.c-simple-checkbox {
  margin-bottom: 20px;
}

.c-simple-checkbox li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0px;
}

.c-simple-checkbox li li:after {
  content: "\f10c";
}

.c-simple-checkbox li:after {
  content: "\f046";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  color: #EB6100;
  top: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-simple-circle {
  margin-bottom: 20px;
}

.c-simple-circle li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0px;
}

.c-simple-circle li:after {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  color: #EB6100;
  top: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (min-width: 40em) {
  .slidebar-button {
    display: none !important;
  }
  .slidebar-menu {
    display: none !important;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .slidebar-button {
    position: fixed;
    z-index: 1000000010;
    right: 0px;
    top: 0px;
    text-align: center;
    font-size: 1.75rem;
    text-decoration: none;
    background: #333333;
    line-height: 1;
    color: #fff;
  }
  .slidebar-button > img:last-child {
    display: none;
  }
  .slidebar-button > span {
    display: block;
    text-align: center;
    font-size: 0.5625rem;
  }
  .is-slidebar-active .slidebar-button img:last-child {
    display: block;
  }
  .is-slidebar-active .slidebar-button img:first-child {
    display: none;
  }
  .slidebar-menu {
    height: 100%;
    position: fixed;
    z-index: 100000;
    background: #333333;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translate3d(0px, -100%, 0px);
    right: 0;
    top: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .slidebar-menu > ul > li a {
    display: block;
    padding-left: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 0.5rem;
    text-decoration: none;
    color: #fff;
  }
  .slidebar-menu > ul > li.js-accordion > a {
    background-image: url(../images/icon-slide-plus.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
  }
  .slidebar-menu > ul > li.js-accordion.is-open > a {
    background-image: url(../images/icon-slide-minus.svg);
  }
  .slidebar-menu > ul > li ul li a {
    padding-left: 32px;
    background: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    position: relative;
  }
  .slidebar-menu > ul > li ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .slidebar-container {
    height: 100%;
  }
  .slidebar-container:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    display: none;
  }
  .slidebar-container {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .is-slidebar-active {
    cursor: pointer;
  }
  .is-slidebar-active .slidebar-container:after {
    content: "";
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    top: 0;
    left: 0;
  }
  .is-slidebar-active .slidebar-menu {
    -webkit-transform: translateY(0);
    transform: translate3d(0, 0, 0);
  }
}

.l-section.is-sm.is-front {
  padding-top: 80px;
  background: #F1F2E9;
}

.c-voicecarousel .owl-dots {
  display: none;
}

.c-voicecarousel button {
  background: none;
  padding: 0;
  border: none;
}

.c-voicecarousel.owl-theme .owl-nav [class*='owl-'] {
  background: none;
  padding: 0;
  border: none;
}

.c-column-slider.owl-theme .owl-nav {
  position: relative;
  -webkit-transform: translateY(-219px);
      -ms-transform: translateY(-219px);
          transform: translateY(-219px);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-column-slider.owl-theme .owl-nav {
    -webkit-transform: translateY(-105px);
        -ms-transform: translateY(-105px);
            transform: translateY(-105px);
  }
}

.c-column-slider.owl-theme .owl-nav [class*='owl-'] {
  background: none;
  padding: 0;
  border: none;
}

.c-column-slider.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -32px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-column-slider.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
}

.c-column-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -32px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-column-slider.owl-theme .owl-nav .owl-next {
    right: 0;
  }
}

.c-mainvisual {
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-mainvisual {
    margin-bottom: 70px;
  }
}

.c-mainvisual__buttons {
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-540px);
      -ms-transform: translateX(-540px);
          transform: translateX(-540px);
}

.c-mainvisual__buttons .c-button {
  max-width: 270px;
  margin-right: 12px;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-radius: 40px;
}

.c-mainvisual__buttons .c-button:after {
  content: "\f138";
  right: 12px;
  font-size: 0.875rem;
}

.c-mainvisual__buttons .c-button.is-first {
  background: #9c8553;
}

.c-mainvisual__buttons .c-button.is-second {
  background: #563B14;
}

.c-mainvisual__buttons .c-button.is-third {
  background: #EB6100;
}

.c-mainvisual__icons {
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  z-index: 120;
  margin-top: -65px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-mainvisual__icons {
    overflow: hidden;
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.c-mainvisual__icon {
  width: 25%;
  float: left;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-mainvisual__icon {
    width: 25%;
  }
}

.c-mainvisual__icon:hover {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.c-mainvisual__banner {
  background: url(../images/bg-mainvisual-banner01.png) no-repeat center top;
  width: 318px;
  height: 366px;
  position: absolute;
  right: 50%;
  margin-right: -540px;
  background-size: contain;
  z-index: 100;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 182px;
  top: 40px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-mainvisual__banner {
    padding-top: 20px;
    display: none;
  }
}

.c-mainvisual__banner a.c-button {
  margin-bottom: 8px;
  box-shadow: none;
  color: #007896;
  border: 2px solid #007896;
}

.c-mainvisual__banner a.c-button:after {
  content: "\f0a9";
}

.c-slider {
  overflow: hidden;
  position: relative;
  padding-top: 0;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 23.75rem;
}

.c-slider .owl-item {
  width: 100vw !important;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-slider {
    min-height: 200px;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-slider img {
  max-width: auto;
  max-width: initial;
  min-height: 23.75rem;
  display: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-slider img {
    min-height: 0px;
    width: 100% !important;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-slider {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 12px;
  }
}

.c-slider .owl-stage {
  padding-top: 0px;
  padding-bottom: 0px;
}

.c-slider.owl-carousel .owl-nav .owl-next,
.c-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  height: 67px;
  width: 34px;
  text-indent: 9999px;
  top: 42%;
}

.c-slider.owl-carousel .owl-nav .owl-next {
  right: 50%;
  margin-right: -590px;
  background: url(../images/icon-slider-next.svg) no-repeat center top;
}

.c-slider.owl-carousel .owl-nav .owl-next:hover {
  background: url(../images/icon-slider-next.svg) no-repeat center top;
}

.c-slider.owl-carousel .owl-nav .owl-prev {
  left: 50%;
  margin-left: -590px;
  background: url(../images/icon-slider-prev.svg) no-repeat center top;
}

.c-slider.owl-carousel .owl-nav .owl-prev:hover {
  background: url(../images/icon-slider-prev.svg) no-repeat center top;
}

.owl-carousel {
  display: none;
  width: 100%;
  max-width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  user-select: none;
  background-size: contain;
}

.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.c-slider .owl-dots {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  bottom: 50px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-slider .owl-dots {
    bottom: -17px;
  }
}

.c-slider .owl-dots button {
  background: none;
  -webkit-appearance: none;
  border: none;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: left;
  max-width: 1080px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .owl-theme .owl-dots {
    text-align: right;
    padding-right: 8px;
    bottom: -2px !important;
  }
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  width: 26px;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@media (min-width: 640px) and (max-width: 1100px) {
  .c-slider .item {
    max-width: 980px;
  }
}

.is-detail .c-stepbox__content {
  padding-left: 60px;
  background: url(../images/img-flow-arrow.png) no-repeat left top;
  background-size: contain;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .is-detail .c-stepbox__content {
    padding-left: 24px;
  }
  .is-detail .c-stepbox__content p br {
    display: none;
  }
}

.is-last.is-detail .c-stepbox__content {
  background: none;
}

.c-step-lead {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 28px;
  letter-spacing: 1px;
  color: #F39800;
  margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-step-lead {
    font-size: 1.125rem;
  }
}

.c-step-label {
  margin-bottom: 16px;
}

.c-step-label span {
  display: inline-block;
  font-size: 0.875rem;
  min-width: 130px;
  text-align: center;
  background: #eb6100;
  padding-top: 3px;
  line-height: 1.3;
  padding-bottom: 3px;
  border-radius: 100px;
  color: #fff;
}

.l-content .c-table, .l-content #tinymce.post-type-post table, #tinymce.post-type-post .l-content table,
.l-content .l-post-content table, .l-post-content .l-content table,
.c-table,
#tinymce.post-type-post table,
.l-post-content table {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.l-content .c-table > thead > tr, .l-content #tinymce.post-type-post table > thead > tr, #tinymce.post-type-post .l-content table > thead > tr, .l-content .l-post-content table > thead > tr, .l-post-content .l-content table > thead > tr,
.c-table > thead > tr,
#tinymce.post-type-post table > thead > tr,
.l-post-content table > thead > tr {
  background: #563B14;
}

.l-content .c-table > thead > tr > th, .l-content #tinymce.post-type-post table > thead > tr > th, #tinymce.post-type-post .l-content table > thead > tr > th, .l-content .l-post-content table > thead > tr > th, .l-post-content .l-content table > thead > tr > th,
.c-table > thead > tr > th,
#tinymce.post-type-post table > thead > tr > th,
.l-post-content table > thead > tr > th {
  color: #fff;
  padding: 0.5rem;
  border: 1px solid #acacac;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-content .c-table > thead > tr > th, .l-content #tinymce.post-type-post table > thead > tr > th, #tinymce.post-type-post .l-content table > thead > tr > th, .l-content .l-post-content table > thead > tr > th, .l-post-content .l-content table > thead > tr > th,
  .c-table > thead > tr > th,
  #tinymce.post-type-post table > thead > tr > th,
  .l-post-content table > thead > tr > th {
    width: auto;
    padding: 6px;
    font-size: 0.75rem;
  }
}

.l-content .c-table > tbody > tr > td, .l-content #tinymce.post-type-post table > tbody > tr > td, #tinymce.post-type-post .l-content table > tbody > tr > td, .l-content .l-post-content table > tbody > tr > td, .l-post-content .l-content table > tbody > tr > td,
.c-table > tbody > tr > td,
#tinymce.post-type-post table > tbody > tr > td,
.l-post-content table > tbody > tr > td {
  border: 1px solid #acacac;
  background: #fff;
  padding: 1.5rem;
  font-size: 0.9375rem;
}

.l-content .c-table > tbody > tr > td.is-header, .l-content #tinymce.post-type-post table > tbody > tr > td.is-header, #tinymce.post-type-post .l-content table > tbody > tr > td.is-header, .l-content .l-post-content table > tbody > tr > td.is-header, .l-post-content .l-content table > tbody > tr > td.is-header,
.c-table > tbody > tr > td.is-header,
#tinymce.post-type-post table > tbody > tr > td.is-header,
.l-post-content table > tbody > tr > td.is-header {
  background: rgba(86, 59, 20, 0.2);
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-content .c-table > tbody > tr > td, .l-content #tinymce.post-type-post table > tbody > tr > td, #tinymce.post-type-post .l-content table > tbody > tr > td, .l-content .l-post-content table > tbody > tr > td, .l-post-content .l-content table > tbody > tr > td,
  .c-table > tbody > tr > td,
  #tinymce.post-type-post table > tbody > tr > td,
  .l-post-content table > tbody > tr > td {
    padding: 6px;
    font-size: 0.75rem;
  }
}

.l-content .c-table > tbody > tr > th, .l-content #tinymce.post-type-post table > tbody > tr > th, #tinymce.post-type-post .l-content table > tbody > tr > th, .l-content .l-post-content table > tbody > tr > th, .l-post-content .l-content table > tbody > tr > th,
.c-table > tbody > tr > th,
#tinymce.post-type-post table > tbody > tr > th,
.l-post-content table > tbody > tr > th {
  font-size: 0.9375rem;
  background: rgba(0, 0, 0, 0.1);
  color: #484848;
  padding: 0.5rem;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #acacac;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-content .c-table > tbody > tr > th, .l-content #tinymce.post-type-post table > tbody > tr > th, #tinymce.post-type-post .l-content table > tbody > tr > th, .l-content .l-post-content table > tbody > tr > th, .l-post-content .l-content table > tbody > tr > th,
  .c-table > tbody > tr > th,
  #tinymce.post-type-post table > tbody > tr > th,
  .l-post-content table > tbody > tr > th {
    width: auto;
    padding: 6px;
    font-size: 0.75rem;
  }
}

.l-content .c-table.is-simple > tbody > tr > td, .l-content #tinymce.post-type-post table.is-simple > tbody > tr > td, #tinymce.post-type-post .l-content table.is-simple > tbody > tr > td, .l-content .l-post-content table.is-simple > tbody > tr > td, .l-post-content .l-content table.is-simple > tbody > tr > td,
.l-content .c-table.is-simple > tbody > tr > th,
.l-content #tinymce.post-type-post table.is-simple > tbody > tr > th,
#tinymce.post-type-post .l-content table.is-simple > tbody > tr > th,
.l-content .l-post-content table.is-simple > tbody > tr > th,
.l-post-content .l-content table.is-simple > tbody > tr > th,
.c-table.is-simple > tbody > tr > td,
#tinymce.post-type-post table.is-simple > tbody > tr > td,
.l-post-content table.is-simple > tbody > tr > td,
.c-table.is-simple > tbody > tr > th,
#tinymce.post-type-post table.is-simple > tbody > tr > th,
.l-post-content table.is-simple > tbody > tr > th {
  background: none;
  color: #333333;
  border-left: none;
  border-right: none;
  padding-top: 16px;
  padding-bottom: 16px;
}


.l-content .c-table.is-simple > tbody > tr > th,
.l-content #tinymce.post-type-post table.is-simple > tbody > tr > th,
#tinymce.post-type-post .l-content table.is-simple > tbody > tr > th,
.l-content .l-post-content table.is-simple > tbody > tr > th,
.l-post-content .l-content table.is-simple > tbody > tr > th,
.c-table.is-simple > tbody > tr > th,
#tinymce.post-type-post table.is-simple > tbody > tr > th,
.l-post-content table.is-simple > tbody > tr > th {
  padding-left: 0;
  font-weight: bold;
  text-align: left;
  border-left: none;
  border-right: none;
}

.c-tabs__navs {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.c-tabs__navs > li {
  display: inline-block;
}

.c-tabs__navs > li > a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #eb6e4b;
  text-decoration: none;
  border-radius: 3px 3px 0 0;
}

.c-tabs__navs > li > a:hover, .c-tabs__navs > li > a.is-active {
  background: #563B14;
  color: #fff;
}

.c-tabs__navs.is-expand > li > a {
  padding: 0.5rem 2rem;
}

.c-tabs__content {
  border: 1px solid #eb6e4b;
  padding: 8px;
  background: #fff;
  display: none;
}

.c-tabs__content.is-active {
  display: block;
}

.c-tabs__content p {
  margin-top: 0;
}

#toc_container {
  width: 100% !important;
  border: 2px solid #563B14;
  background: #FFF;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 4px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #toc_container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#toc_container .toc_title {
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
  color: #563B14;
}

#toc_container .toc_title .toc_toggle {
  margin-left: 8px;
}

#toc_container ul ul {
  margin-left: 24px;
}

#toc_container ul li {
  font-size: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #toc_container ul li {
    font-size: 0.875rem;
  }
}

#toc_container ul li a {
  color: #358fe0;
}

#toc_container ul li a:hover {
  text-decoration: underline;
  color: #358fe0;
}

#toc_container ul li:before {
  display: none;
}

.c-tokuyaku-banner a:hover {
  opacity: 0.7;
}

.c-tokuyakupoint {
  border: 2px solid #7B572A;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 24px;
  overflow: hidden;
}

.c-tokuyakupoint:nth-child(2) .c-tokuyakupoint__thumbnail {
  padding-top: 24px;
}

.c-tokuyakupoint:nth-child(3) .c-tokuyakupoint__thumbnail {
  padding-top: 48px;
}

.c-tokuyakupoint__thumbnail {
  width: 260px;
  text-align: center;
  float: left;
}

.c-tokuyakupoint__thumbnail span {
  margin-top: 16px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #7B572A;
}

.c-tokuyakupoint__content {
  padding-left: 24px;
  border-left: 2px solid #7B572A;
  width: calc(100% - 270px);
  float: right;
}

.c-treatment-button {
  display: block;
  border: 2px solid #7B572A;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.c-treatment-button:hover {
  color: #fff;
  background: #7B572A;
}

.c-treatment-button:after {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-treatment-button__icon {
  float: left;
  margin-right: 24px;
}

.c-treatment-button__text {
  width: 210px;
  position: absolute;
  text-align: center;
  left: 150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-treatment-position {
  background: url(../images/bg-treatment-position.png) no-repeat center top;
}

.c-treatment-position {
  overflow: hidden;
  height: 600px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
}

.c-treatment-position__left, .c-treatment-position__right {
  float: left;
  width: 50%;
}

.c-treatment-position__right {
  padding-left: 90px;
}

.c-treatment-position__item {
  display: block;
  border: 2px solid #7B572A;
  border-radius: 4px;
  background: #fff;
  width: 264px;
  height: 96px;
  margin-bottom: 16px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}

.c-treatment-position__item__text {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-treatment-position__item__icon {
  position: absolute;
  width: 100px;
  text-align: center;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-voicedetail {
  border: 2px solid #7B572A;
  border-radius: 4px;
  padding: 16px;
}

.c-voicedetail__header {
  display: inline-block;
  width: 100%;
}

.c-voicedetail__title {
  font-weight: bold;
  font-size: 1.25rem;
  border-bottom: 2px dotted #7B572A;
  color: #7B572A;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.c-voicedetail__icon {
  margin-right: 16px;
  float: left;
  -webkit-transform: translateY(-4px) translateX(-4px);
      -ms-transform: translateY(-4px) translateX(-4px);
          transform: translateY(-4px) translateX(-4px);
}

.c-voicedetail__content {
  overflow: hidden;
  margin-bottom: 16px;
}

.c-voicedetail__thumbnail {
  float: left;
}

.c-voicedetail__comment__title {
  font-weight: bold;
  font-size: 1.25rem;
  border-bottom: 2px dotted #7B572A;
  color: #7B572A;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.c-voicedetail__comment__text {
  margin-bottom: 16px;
}

.c-voicedetail__tags ul li {
  display: inline-block;
  margin-right: 8px;
}

.c-voicedetail__tags ul li a {
  color: #fff;
  text-decoration: none;
  background: #9C8553;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 100px;
  font-size: 0.875rem;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 2px;
  margin-right: 2px;
}

.c-voicedetail__tags ul li.is-secondary a {
  background: #7B572A;
}

.c-voicedetail__tags ul li.is-light-green a {
  background: #009e96;
}

.c-voicedetail__tags ul li.is-green a {
  background: #49835b;
}

.c-voicedetail__tags a {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
  text-decoration: none;
}

.c-voiceintro {
  margin-bottom: 24px;
}

.c-voicecarousel {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-voicecarousel {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-voicecarousel .owl-prev {
  text-indent: -9999px;
  width: 35px;
  height: 68px;
  background: url(../images/img-arrow-left.png) no-repeat center top;
  position: absolute;
  left: -40px;
  top: 154px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-voicecarousel .owl-prev {
    left: 0;
  }
}

.c-voicecarousel .owl-next {
  text-indent: -9999px;
  width: 35px;
  height: 68px;
  background: url(../images/img-arrow-right.png) no-repeat center top;
  position: absolute;
  right: -40px;
  top: 154px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-voicecarousel .owl-next {
    right: 0;
  }
}

.c-voice-item {
  max-width: 360px;
  padding: 16px 0px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-voice-item {
    width: 100%;
    max-width: 320px;
  }
}

.c-voice-item__link {
  text-align: left;
  margin-top: 4px;
  color: #7B572A;
  font-size: 14px;
}

.c-voice-item__title {
  font-weight: bold;
  color: #7B572A;
  padding-bottom: 4px;
  border-bottom: 2px dotted #7B572A;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-voice-item__title {
    font-size: 14px;
  }
}

.c-voice-item__text {
  white-space: normal;
  word-break: break-all;
  margin-top: 6px;
  font-size: 0.875rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-voice-item__text {
    font-size: 0.75rem;
  }
}

.c-voice-item__content {
  background: url(../images/bg-voiceitem.svg) no-repeat center top;
  padding: 20px;
  padding-top: 48px;
  background-size: 100% 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-voice-item__content {
    background-size: contain;
  }
}

.c-voice-item__thumbnail {
  min-height: 200px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: auto 155px;
  background-position: center center;
  margin-bottom: 6px;
  display: block;
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-voice-item__thumbnail {
    min-height: 180px;
  }
}

.l-content .ulE li {
  overflow: hidden;
  margin-bottom: 16px;
}

.l-content .ulE li img {
  float: left;
  margin-right: 18px;
}

.l-content .ulE li p a {
  font-weight: bold;
  font-size: 1.0625rem;
}

.c-warningbox {
  padding: 8px;
  background: rgba(156, 133, 83, 0.1);
  margin-top: 24px;
  border-radius: 4px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-warningbox {
    font-size: 0.875rem;
  }
}

.c-wordbox {
  border: 2px solid #563B14;
  border-radius: 3px;
  padding: 13px 20px 5px;
  margin-bottom: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-wordbox {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-wordbox.is-open .c-wordbox__title:after {
  content: "\f106";
}

.c-wordbox__title {
  font-weight: bold;
  color: #563B14;
  font-size: 1.125rem;
  padding-bottom: 10px;
  position: relative;
  padding-left: 31px;
  position: relative;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-wordbox__title {
    padding-left: 48px;
    font-size: 1rem;
  }
}

.c-wordbox__title:after {
  content: "\f0ab";
  font-family: FontAwesome;
  position: absolute;
  right: 4px;
  font-size: 1.25rem;
  top: 0px;
  color: #563B14;
}

.c-wordbox__title:before {
  content: "\f02c";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: FontAwesome;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  padding-top: 3px;
  color: #563B14;
  top: -3px;
  left: 0px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-wordbox__title:before {
    padding-top: 1px;
    width: 30px;
    height: 30px;
  }
}

.c-wordbox__content {
  border-top: 1px dotted #563B14;
  padding-top: 16px;
  padding-left: 16px;
  margin-bottom: 12px;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-wordbox__content {
    padding-left: 48px;
  }
}

.c-worksbanner {
  margin-top: 26px;
  margin-bottom: 26px;
}

.c-worksbanner-item {
  background: #fff;
  position: relative;
  border: 3px solid #563B14;
  padding: 16px 20px;
  padding-top: 8px;
  margin-bottom: 16px;
}

.c-worksbanner-item.is-green {
  border-color: #009e96;
}

.c-worksbanner-item.is-green .c-worksbanner-item__lead,
.c-worksbanner-item.is-green .c-worksbanner-item__title,
.c-worksbanner-item.is-green .c-worksbanner-item__message p {
  color: #009e96;
}

.c-worksbanner-item.is-green .c-worksbanner-item__title {
  background-image: url(../images/bg-heading-worksbanner-green.png);
}

.c-worksbanner-item__content {
  max-width: 552px;
}

.c-worksbanner-item__title {
  margin-top: 0;
  margin-bottom: 12px;
  position: relative;
  margin-top: 0px;
}

.c-worksbanner-item__title:before {
  content: "\f058";
  margin-right: 5px;
  font-family: FontAwesome;
}

.c-worksbanner-item__lead {
  font-weight: bold;
  color: #563B14;
}

.c-worksbanner-item__checklist {
  margin-bottom: 8px;
}

.c-worksbanner-item__checklist li {
  position: relative;
}

.c-worksbanner-item__checklist li:before {
  content: "\f046";
  font-family: FontAwesome;
  color: #ffb400;
  margin-right: 8px;
}

.c-worksbanner-item__message {
  border: 1px solid #ccc;
  padding: 12px 16px;
}

.c-worksbanner-item__message h4 {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 8px;
  border: none;
}

.c-worksbanner-item__message p {
  color: #563B14;
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 1rem;
}

.c-worksbanner-item__image {
  position: absolute;
  right: 20px;
  top: 32px;
  max-width: 192px;
}

.c-worksbanner-item__more {
  max-width: 192px;
  position: absolute;
  right: 20px;
  bottom: 32px;
}

.c-workspanel {
  margin-bottom: 1.25rem;
}

.c-workspanel-header {
  background: url(../images/bg-workspanel-header.png) no-repeat center top;
  text-align: center;
  font-size: 1.375rem;
  color: #EB6100;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: bold;
  border: 4px solid #5e605f;
  margin-bottom: 50px;
  z-index: 100;
  position: relative;
}

.c-workspanel-header:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -20px;
  border-left: 20px solid transparent;
  border-bottom: none;
  border-top: 26px solid #5e605f;
  border-right: 20px solid transparent;
  display: block;
  z-index: 0;
  -webkit-backface-visibility: visible;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-workspanel-header {
    font-size: 1rem;
    background-repeat: repeat;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.5;
  }
}

.c-workspanel-content {
  margin-top: -48px;
  background: #f7f7f7;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 28px;
  padding-bottom: 24px;
  position: relative;
  position: relative;
}

.c-workspanel-content:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -20px;
  border-left: 20px solid transparent;
  border-bottom: none;
  border-top: 26px solid #f7f7f7;
  border-right: 20px solid transparent;
  display: block;
  z-index: 0;
  -webkit-backface-visibility: visible;
}

.c-workspanel-content:after {
  content: "";
  width: 192px;
  height: 331px;
  position: absolute;
  top: -40px;
  right: 12px;
  background: url(../images/img-workspanel01.png) no-repeat center top;
  z-index: 1000;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-workspanel-content:after {
    display: none;
  }
}

.c-workspanel-content__title {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.c-workspanel-content__list {
  max-width: 530px;
}

.c-workspanel-content__list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 0px;
}

.c-workspanel-content__list li:after {
  content: "\f05d";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 14px;
  font-size: 1.25rem;
  color: #EB6100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-workspanel-contact {
  text-align: center;
  background: #009e96;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-workspanel-contact {
    padding-top: 31px;
    padding-bottom: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.c-workspanel-contact__inner {
  border: 2px solid #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 1.375rem;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-workspanel-contact__inner {
    font-size: 0.875rem;
  }
}

.c-workspanel-contact__inner:after {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 6px;
  right: 6px;
  border-left: 20px solid transparent;
  border-bottom: none;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  display: block;
  z-index: 0;
  -webkit-backface-visibility: visible;
}

.c-workspanel-contact__inner .tel {
  font-size: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-workspanel-contact__inner .tel {
    font-size: 1.25rem;
  }
  .c-workspanel-contact__inner .tel:before {
    content: "";
    display: block;
  }
}

.c-workspanel-contact__inner a {
  color: #ffb400;
}

.p-contact {
  max-width: 680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  background: #fff;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  box-shadow: 0 4px 24px 4px rgba(0, 0, 0, 0.1);
}

.p-contact__button {
  margin-top: 24px;
}

.p-contact__tel {
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-top: 24px;
}

.p-contact__tel i.fa {
  margin-right: 8px;
}

.c-faqbox {
  border-bottom: 4px solid #9c8553;
  padding: 23px 30px 5px;
  margin-bottom: 16px;
  background: #f1f2e9;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-faqbox {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-faqbox.is-open .c-faqbox__title:after {
  content: "\f106";
}

.c-faqbox__title {
  font-weight: bold;
  color: #000;
  font-size: 1.125rem;
  padding-bottom: 18px;
  position: relative;
  padding-left: 68px;
  position: relative;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-faqbox__title {
    padding-left: 48px;
    font-size: 1rem;
  }
}

.c-faqbox__title:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 4px;
  top: 50%;
  color: #563B14;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-81%);
      transform: translateY(-81%);
}

.c-faqbox__title:before {
  content: "Q";
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  background: #9c8553;
  position: absolute;
  text-align: center;
  padding-top: 5px;
  color: #fff;
  top: -3px;
  left: 0px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-faqbox__title:before {
    padding-top: 1px;
    width: 30px;
    height: 30px;
  }
}

.c-faqbox__content {
  border-top: 1px solid #ccc;
  padding-top: 16px;
  padding-left: 68px;
  margin-bottom: 12px;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-faqbox__content {
    padding-left: 48px;
  }
}

.c-faqbox__content:after {
  content: "A";
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.125rem;
  width: 36px;
  height: 36px;
  border-radius: 5000px;
  color: #563B14;
  position: absolute;
  text-align: center;
  padding-top: 3px;
  background: #f2f2f2;
  top: 15px;
  left: 0px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-faqbox__content:after {
    padding-top: 1px;
    width: 30px;
    height: 30px;
  }
}

.c-faqbox__title {
  padding-right: 60px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-faqbox__title {
    padding-right: 32px;
  }
}

.c-faqbox__content {
  position: relative;
  padding-bottom: 60px;
}

.c-faqbox__content .c-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-landing-block {
  display: table;
  margin-bottom: 3rem;
}

.p-landing-block__thumbnail {
  display: table-cell;
  width: 50%;
  background-position: center;
  background-repeat: no-repet;
}

.p-landing-block__content {
  display: table-cell;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-post-item.is-horizon {
  display: block;
  text-decoration: none;
  border: 2px solid #007896;
  padding: 16px;
  background: #fff;
  border-radius: 3px;
  display: -webkit-box;
  display: flex;
}

.p-post-item.is-horizon .p-post-item__content {
  flex-basis: 80%;
}

.p-post-item.is-horizon .p-post-item__content .c-button.is-more {
  background: #EB6100;
}

.p-post-item.is-horizon .p-post-item__thumbnail {
  margin-right: 16px;
  margin-bottom: 0;
  flex-basis: 20%;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.p-post-item.is-horizon .p-post-item__detail {
  color: #333;
}

.p-post-item.is-line {
  border-bottom: 1px solid #cccccc;
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  margin-bottom: 0;
}

.p-post-item.is-line .p-post-item__thumbnail {
  float: left;
  margin-right: 16px;
  margin-bottom: 0;
}

.p-post-item.is-line .p-post-item__thumbnail > img {
  max-height: 1.5rem;
  width: auto;
}

.p-post-item.is-line .p-post-item__date,
.p-post-item.is-line .p-post-item__category {
  margin-right: 16px;
  float: left;
  font-size: 0.875rem;
  color: #333333;
}

.p-post-item.is-line .p-post-item__category {
  background: #3c4549;
  color: #fff;
  width: 100px;
  text-align: center;
  font-size: 0.75rem;
}

.p-post-item.is-line .p-post-item__title {
  float: left;
  color: #333333;
  margin-right: 16px;
  margin-bottom: 0;
  font-size: 0.875rem;
  margin-top: 0.1875rem;
  margin-right: 16px;
}

.p-post-item {
  margin-bottom: 1rem;
}

.p-post-item__title {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.p-post-item__title > a {
  color: #563B14;
}

.p-post-item__title > a:hover {
  text-decoration: none;
}

.p-post-item .c-voicedetail__tags {
  margin-top: 8px;
  margin-bottom: 8px;
}

.p-post-item .c-voicedetail__tags a.c-label {
  font-size: 14px;
}

.p-post-item .c-voicedetail__tags li:nth-child(1) a {
  background: #00a0c8;
}

.p-post-item .c-voicedetail__tags li:nth-child(2) a {
  background: #2169b3;
}

.p-post-item .c-voicedetail__tags li:nth-child(3) a {
  background: #009e96;
}

.p-post-item .c-voicedetail__tags li:nth-child(4) a {
  background: #49835b;
}

.p-post-item .c-voicedetail__tags a {
  margin-right: 8px;
}

.p-post-item .c-voicedetail__tags a:hover {
  opacity: 0.7;
}

.p-post-item a.c-button {
  float: right;
  width: auto;
  padding-top: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  background: -webkit-linear-gradient(0deg, #563B14 0%, #4a3211 100%);
  background: -webkit-gradient(linear, 40.62% 50%, 69.79% 50%, color-stop(0, #563B14), color-stop(1, #4a3211));
  background: -webkit-linear-gradient(top, #563B14 0%, #4a3211 100%);
  background: linear-gradient(180deg, #563B14 0%, #4a3211 100%);
}

.p-post__title {
  font-size: 1.75rem;
  color: #563B14;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .p-post__title {
    font-size: 1.25rem;
    margin-top: 32px;
  }
}

.p-post__meta {
  padding-bottom: 16px;
  border-bottom: 1px solid #9C8553;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .p-post__meta {
    padding-bottom: 8px;
  }
}

.p-post__category {
  display: inline-block;
}

.p-post__category ul {
  display: inline-block;
}

.p-post__category ul li {
  display: inline-block;
}

.p-post__category ul li .c-label {
  margin-bottom: 8px;
}

.p-post__sns {
  margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .p-post__sns {
    margin-bottom: 12px;
  }
}

.p-post__tags {
  margin-top: 16px;
  color: #666666;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .p-post__tags {
    margin-top: 8px;
  }
}

.p-post__tags i {
  color: #666666;
  margin-right: 12px;
}

.p-post__tags a {
  color: #666666;
  text-decoration: none;
}

.p-post__warninglink {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
}

.p-post__warninglink a {
  text-decoration: none;
  background: none !important;
  color: #563B14 !important;
  padding: 0 !important;
}

.p-post__warninglink a:hover {
  text-decoration: underline !important;
}

.p-post__date {
  display: inline-block;
  font-size: 0.875rem;
}

.p-post h1,
.p-post h2,
.p-post h3,
.p-post h4,
.p-post h5,
.p-post h6,
.p-post p {
  margin-top: 0;
}

.p-post__meta {
  margin-bottom: 24px;
}

.p-post__meta li {
  display: inline-block;
  margin-right: 16px;
}

.p-post__meta li a {
  text-decoration: none;
  border-radius: 20px;
  padding-left: 12px;
  padding-right: 12px;
}

#tinymce.post-type-post .yarpp-related a,
#tinymce.post-type-page .yarpp-related a,
.l-post-content .yarpp-related a {
  color: #333333;
}

#tinymce.post-type-post a,
#tinymce.post-type-page a,
.l-post-content a {
  color: #358fe0;
}

#tinymce.post-type-post h2,
#tinymce.post-type-page h2,
.l-post-content h2 {
  margin-top: 42px;
}

#tinymce.post-type-post h6,
#tinymce.post-type-page h6,
.l-post-content h6 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75;
  color: #563B14;
}

#tinymce.post-type-post table,
#tinymce.post-type-page table,
.l-post-content table {
  min-width: 560px;
  margin-bottom: 32px;
  width: 100% !important;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #tinymce.post-type-post table,
  #tinymce.post-type-page table,
  .l-post-content table {
    width: 100% !important;
  }
}

#tinymce.post-type-post table thead,
#tinymce.post-type-page table thead,
.l-post-content table thead {
  background: #484848;
}

#tinymce.post-type-post table thead tr th,
#tinymce.post-type-page table thead tr th,
.l-post-content table thead tr th {
  color: #fff;
  padding-top: 8px;
  font-size: 0.9375rem;
  padding-bottom: 8px;
  border: 1px solid #acacac;
  text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #tinymce.post-type-post table thead tr th,
  #tinymce.post-type-page table thead tr th,
  .l-post-content table thead tr th {
    font-size: 0.875rem;
    width: auto !important;
  }
}

#tinymce.post-type-post table tbody tr td,
#tinymce.post-type-page table tbody tr td,
.l-post-content table tbody tr td {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #acacac;
}

#tinymce.post-type-post table tbody tr td p,
#tinymce.post-type-page table tbody tr td p,
.l-post-content table tbody tr td p {
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #tinymce.post-type-post table tbody tr td,
  #tinymce.post-type-page table tbody tr td,
  .l-post-content table tbody tr td {
    font-size: 0.8125rem;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

#tinymce.post-type-post table tbody tr th,
#tinymce.post-type-page table tbody tr th,
.l-post-content table tbody tr th {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #acacac;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #tinymce.post-type-post table tbody tr th,
  #tinymce.post-type-page table tbody tr th,
  .l-post-content table tbody tr th {
    font-size: 0.8125rem;
    padding-top: 4px;
    width: initial !important;
    padding-bottom: 4px;
  }
}

#tinymce.post-type-post ol li,
#tinymce.post-type-page ol li,
.l-post-content ol li {
  list-style: decimal;
}

#tinymce.post-type-post ol.olB,
#tinymce.post-type-page ol.olB,
.l-post-content ol.olB {
  padding-left: 0;
  margin-left: 0;
}

#tinymce.post-type-post ol.olB li:last-child .dlA:before,
#tinymce.post-type-page ol.olB li:last-child .dlA:before,
.l-post-content ol.olB li:last-child .dlA:before {
  display: none;
}

#tinymce.post-type-post ol.olB .dlA,
#tinymce.post-type-page ol.olB .dlA,
.l-post-content ol.olB .dlA {
  border: 1px solid #EB6100;
  margin-bottom: 44px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#tinymce.post-type-post ol.olB .dlA:before,
#tinymce.post-type-page ol.olB .dlA:before,
.l-post-content ol.olB .dlA:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -20px;
  border-left: 20px solid transparent;
  border-bottom: none;
  border-top: 26px solid #EB6100;
  border-right: 20px solid transparent;
  display: block;
  z-index: 0;
  -webkit-backface-visibility: visible;
}

#tinymce.post-type-post ol.olB .dlA dt,
#tinymce.post-type-page ol.olB .dlA dt,
.l-post-content ol.olB .dlA dt {
  background: #EB6100;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

#tinymce.post-type-post ol.olB .dlA dt p,
#tinymce.post-type-page ol.olB .dlA dt p,
.l-post-content ol.olB .dlA dt p {
  margin-bottom: 0;
}

#tinymce.post-type-post ol.olB .dlA dd,
#tinymce.post-type-page ol.olB .dlA dd,
.l-post-content ol.olB .dlA dd {
  padding: 12px;
}

#tinymce.post-type-post ol.olB .dlA dd p,
#tinymce.post-type-page ol.olB .dlA dd p,
.l-post-content ol.olB .dlA dd p {
  line-height: 1.5;
  margin-bottom: 4px;
}

.p-post__download {
  text-align: center;
  width: 100%;
}

.p-post__download__form__title {
  margin-bottom: 8px;
}

.yarpp-related .heading.is-icon {
  font-weight: bold;
}

.yarpp-related .c-post-relation__category ul {
  margin-top: 0;
  margin-bottom: 0;
}

.yarpp-related .c-post-relation__category ul li {
  padding-left: 0;
}

.yarpp-related .c-post-relation__category ul li:before {
  display: none;
}

.p-profile-box {
  border: 1px solid #eb6e4b;
  padding: 16px;
}

.p-profile-box__thumbnail {
  float: left;
  text-align: center;
  margin-right: 16px;
}

.p-profile-box__authorname {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 8px;
}

.p-sitemap {
  margin-bottom: 3rem;
}

.p-sitemap__title {
  font-size: 1.125rem;
  color: #333333;
  margin-bottom: 1.5rem;
}

.p-sitemap > ul > li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 0.5rem;
}

.p-sitemap > ul > li a {
  text-decoration: none;
}

.p-sitemap > ul > li a:hover {
  text-decoration: underline;
}

.page-id-622 .l-aside {
  margin-top: -350px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .page-id-622 .l-aside {
    margin-top: 0;
  }
}

.l-aside {
  width: 252px;
  padding-top: 80px;
  float: right;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-aside {
    padding-top: 20px;
    width: 100%;
    float: none;
  }
}

#tinymce {
  font-family: "Noto Sans Japanese", "YuGothic", "游ゴシック", sans-serif;
  max-width: 840px;
  min-width: 840px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

#tinymce.post-type-post img.right,
.l-post-content img.right {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}

#tinymce.post-type-post h3,
.l-post-content h3 {
  clear: both;
}

#tinymce.post-type-post ul,
.l-post-content ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

#tinymce.post-type-post ul li,
.l-post-content ul li {
  position: relative;
  padding-left: 30px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #tinymce.post-type-post ul li,
  .l-post-content ul li {
    padding-left: 18px;
  }
}

#tinymce.post-type-post ul li:before,
.l-post-content ul li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #9C8553;
  content: "■";
  margin-right: 4px;
}

#tinymce.post-type-post table > tbody > tr > td,
.l-post-content table > tbody > tr > td {
  text-align: left;
}

#tinymce.post-type-post table > tbody > tr > td ul li,
.l-post-content table > tbody > tr > td ul li {
  list-style: disc;
}

#tinymce.post-type-post table > tbody > tr > td ol li,
.l-post-content table > tbody > tr > td ol li {
  list-style: decimal;
}

#tinymce.post-type-post table > tbody > tr > th,
.l-post-content table > tbody > tr > th {
  background: #484848;
  color: #fff;
  padding-top: 8px;
  font-size: 0.9375rem;
  padding-bottom: 8px;
  border: 1px solid #acacac;
  text-align: center;
}

#tinymce.post-type-post table > tbody > tr > th p,
.l-post-content table > tbody > tr > th p {
  margin-bottom: 0;
}

.c-post-qa {
  padding: 16px 24px;
  border: 1px solid #ccc;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-qa {
    padding: 12px 16px;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-qa .p-post__title {
    margin-top: 0;
  }
}

.c-post-qa .p-post__title:before {
  content: "Q";
  background: #9C8553;
  color: #fff;
  display: inline-block;
  margin-right: 12px;
  text-align: center;
  padding-top: 0px;
  line-height: 1.4;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-post-qa .p-post__title:before {
    height: 30px;
  }
}

.page-id-1602 .l-post-content table > tbody > tr > td {
  padding: 8px;
}

.page-id-1602 .l-post-content table > tbody > tr > td p {
  margin-bottom: 0;
}

.c-pagetop {
  position: relative;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.c-pagetop a.js-anchor {
  position: absolute;
  right: -80px;
  top: 20px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-pagetop a.js-anchor {
    right: 0;
    max-width: 50px;
  }
}

.l-footer {
  border-top: 3px solid #563B14;
  padding-top: 1.5rem;
  margin-top: 5rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-footer {
    margin-top: 60px;
    padding-top: 16px;
    text-align: center;
  }
}

.l-footer__upper {
  overflow: hidden;
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: 1px dashed #563B14;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-footer__upper {
    padding-top: 0;
    padding-bottom: 12px;
  }
}

.l-footer__bottom {
  padding-bottom: 28px;
  padding-top: 28px;
}

.l-footer__logo {
  max-width: 360px;
  width: 100%;
  float: left;
}

.l-footer__logo a {
  text-decoration: none;
  color: #563B14;
  font-weight: bold;
}

.l-footer__logo__desc {
  font-size: 0.75rem;
  margin-bottom: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-footer__logo__desc {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-footer__logo {
    max-width: 303px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: none;
    margin-bottom: 16px;
  }
}

.l-footer__contact {
  max-width: 504px;
  float: right;
  width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-footer__contact {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-footer__company {
  text-align: right;
  padding-bottom: 24px;
}

.l-footer__company a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

.l-footer__tel {
  font-size: 1.625rem;
  font-weight: bold;
  float: left;
  vertical-align: top;
  color: #563B14;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-footer__tel {
    float: none;
    text-align: center;
    display: block;
    margin-bottom: 16px;
  }
}

.l-footer__tel a {
  text-decoration: none;
  color: #563B14;
}

.l-footer__tel i.fa {
  color: #563B14;
  margin-right: 10px;
  font-size: 1.625rem;
  margin-left: 5px;
}

.l-footer__tel span {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: right;
}

.l-footer__form {
  float: right;
  max-width: 264px;
  width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-footer__form {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.l-footer__form a:first-child {
  display: block;
  font-size: 0.9375rem;
  max-width: 264px;
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: #EB6100;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  position: relative;
  box-shadow: none;
  display: block;
  font-size: 0.9375rem;
  max-width: 272px;
  width: 100%;
  background: #EB6100;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #EB6100;
  position: relative;
  margin-bottom: 8px;
}

.l-footer__form a:first-child:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.l-footer__form a:first-child:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.l-footer__bottom {
  display: table;
  width: 100%;
  border-bottom: 1px dashed #563B14;
}

.l-footer__bottom.is-fixed {
  table-layout: fixed;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-footer__bottom {
    display: block;
    padding-top: 0;
  }
}

.l-footer__menu {
  display: table-cell;
}

.l-footer__menu__title {
  font-weight: bold;
  color: #000;
  text-align: center;
  border: 2px solid #000000;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-footer__menu {
    display: block;
    text-align: left;
  }
}

.l-footer__menu li {
  margin-bottom: 8px;
}

.l-footer__menu li a {
  color: #000;
  text-decoration: none;
  font-size: 0.8125rem;
  position: relative;
  margin-bottom: 2px;
  display: inline-block;
}

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

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-footer__menu li a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    padding-left: 8px;
    margin-bottom: 0;
  }
}

.l-footer__menu li a:before {
  content: "●";
  font-size: 0.75rem;
  margin-right: 6px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-footer__menu li a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 8px;
  }
}

.l-footer__menu li.sub a {
  padding-left: 18px;
}

.l-footer__menu li.sub a:before {
  display: none;
}

.l-footer__menu li.sub2 a {
  padding-left: 36px;
}

.l-footer__menu li.sub2 a:before {
  display: none;
}

.l-footer__address {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-footer__address {
    text-align: left;
  }
}

.l-footer__address h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.l-footer__address p {
  font-size: 0.8125rem;
}

.l-footer__copyright {
  background: #333;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
}

.l-footer__service {
  overflow: hidden;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 6px;
}

.l-footer__service .service-banner {
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: 6px;
  max-width: 252px;
  float: left;
  margin-left: 12px;
  margin-right: 12px;
}

.l-footer__service .service-banner > div {
  width: 100%;
}

.l-footer__servicebanner__title {
  text-align: center;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #563B14;
  border: 2px solid #563B14;
  margin-top: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-footer__contact {
    display: none;
  }
}

.c-columns-search + .l-footer {
  margin-top: 0;
}

.l-global-nav {
  position: relative;
  background: #fff;
  margin-bottom: 0;
  margin-top: 0.875rem;
  padding-top: 0;
  background: #fff;
  border-bottom: 4px solid #563B14;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-global-nav {
    display: none;
  }
}

.l-global-nav > div > ul {
  width: 100%;
  padding: 0;
  display: table;
  margin-bottom: 0px;
  table-layout: fixed;
}

.l-global-nav > div > ul > li {
  display: table-cell;
  border-left: 1px solid #CCCCCC;
  vertical-align: middle;
  position: relative;
}

.l-global-nav > div > ul > li:hover .l-global-nav__submenu {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: block;
}

.l-global-nav > div > ul > li:last-child {
  border-right: 1px solid #CCCCCC;
}

.l-global-nav > div > ul > li > a {
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.3;
  color: #333333;
  font-size: 0.875rem;
  padding-top: 6px;
  padding-bottom: 10px;
  background: #fff;
  position: relative;
  position: relative;
}

.l-global-nav > div > ul > li > a:after {
  content: "";
  width: 100%;
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  bottom: -4px;
  background: #EB6100;
  opacity: 0;
}

.l-global-nav > div > ul > li > a i.fa {
  margin-right: 8px;
}

.l-global-nav > div > ul > li > a:hover {
  color: #EB6100;
}

.l-global-nav > div > ul > li > a:hover:after {
  opacity: 1;
}

.l-global-nav > div > ul > li > a.is-current {
  color: #EB6100;
}

.l-global-nav > div > ul > li > a.is-current:after {
  opacity: 1;
}

.l-global-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
}

.l-global-nav__submenu {
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  transform: matrix3d(1, 0, 0, 0.01, 0, 0, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0.01, 0, 0, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
  position: absolute;
  background: #fff;
  display: none;
  left: 0;
  top: 56px;
  min-width: 100%;
  z-index: 1000000;
}

.l-global-nav__submenu ul {
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.l-global-nav__submenu ul li {
  display: inline-block;
  margin-right: 0px;
  flex-basis: 100%;
}

.l-global-nav__submenu ul li a {
  color: #563B14;
  padding-right: 16px;
  text-decoration: none;
  display: block;
  position: relative;
  font-weight: normal;
  padding-left: 8px;
  white-space: nowrap;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.6px;
  border-bottom: 2px solid #563B14;
}

.l-global-nav__submenu ul li a:hover {
  opacity: 1;
  background: #563B14;
  color: #fff;
}

.l-global-nav__submenu ul li a:hover:before {
  color: #563B14;
}

.l-global-nav__submenu ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 11px;
  top: 0px;
  left: 8px;
  color: #563B14;
}

.l-header {
  padding-top: 0;
  padding-bottom: 1rem;
  background: #fff;
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-header {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    height: 55px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
    z-index: 1000000000;
  }
}

.l-header__logo {
  max-width: 542px;
  float: left;
  margin-top: 0.375rem;
  text-decoration: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-header__logo {
    margin-top: 3px;
    max-width: 298px;
    padding-bottom: 8px;
  }
}

.l-header__logo a {
  text-decoration: none;
}

.l-header__logo__desc {
  color: #333333;
  display: block;
  font-size: 0.75rem;
  margin-top: 12px;
  line-height: 1.2;
  margin-bottom: 23px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-header__logo__desc {
    margin-top: 0;
    display: none;
    margin-bottom: 6px;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 0.5625rem;
  }
  .l-header__logo__desc br {
    display: none;
  }
}

.l-header__logo__text {
  color: #563B14;
  font-weight: bold;
  margin-bottom: 4px;
  display: block;
  font-size: 1rem;
  letter-spacing: 1.6px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-header__logo__text {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
}

.l-header__logo img {
  max-width: 395px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-header__logo img {
    max-width: 270px;
    vertical-align: top;
  }
}

.l-header__company {
  text-align: right;
  padding-top: 12px;
  padding-bottom: 12px;
}

.l-header__company a {
  text-decoration: none;
  color: #333333;
}

.l-header__contact {
  max-width: 484px;
  margin-top: 0.4375rem;
  width: 100%;
  float: right;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-header__contact {
    display: none;
  }
}

.l-header__tel {
  font-size: 1.625rem;
  font-weight: bold;
  float: left;
  vertical-align: top;
  color: #7B572A;
  margin-top: 15px;
  line-height: 1;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-header__tel {
    display: none;
  }
}

.l-header__tel i.fa {
  color: #7B572A;
  margin-right: 10px;
  font-size: 1.625rem;
  margin-left: 5px;
}

.l-header__tel span {
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #333333;
  text-align: right;
  margin-top: 5px;
}

.l-header__toform {
  float: right;
  max-width: 252px;
  width: 100%;
  margin-top: 10px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-header__toform {
    display: none;
  }
}

.l-header__toform .c-button.is-contact {
  box-shadow: 0px 4px 0px 0px #ccc;
  display: block;
  font-size: 1rem;
  max-width: 252px;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #EB6100;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 1.6px;
  background: #EB6100;
  position: relative;
}

.l-header__toform .c-button.is-contact:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (min-width: 40em) {
  .l-container {
    min-width: 1080px;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.l-wrap.is-onecolumn .l-main {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.l-wrap.is-onecolumn .l-aside {
  display: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-wrap {
    padding-top: 55px;
  }
}

@media screen and (min-width: 40em) {
  body,
  .l-container {
    min-width: 980px;
  }
}

.l-main {
  width: 804px;
  float: left;
  padding-top: 25px;
}

.l-main.is-onecolumns {
  width: 100%;
  float: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-main {
    width: 100%;
    float: none;
    padding-top: 0px;
  }
}

.l-main.is-two-columns {
  width: calc(100% - rem-calc(320));
  float: left;
}

.l-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.l-section.is-lg {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.l-section.is-md {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.l-section.is-sm {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.l-section.is-xs {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.l-section.is-bottom {
  padding-top: 0 !important;
}

.l-section.is-top {
  padding-bottom: 0 !important;
}

.l-wrap.is-onecolumn .l-main {
  width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .l-wrap {
    padding-top: 0px;
  }
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.u-animated.is-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.u-display-block {
  display: block !important;
}

.u-display-none {
  display: none !important;
}

.u-display-inlineblock {
  display: inline-block !important;
}

.u-display-inline {
  display: inline !important;
}

.u-mbs {
  margin-top: 16px;
  margin-bottom: 16px;
}

.u-mbs.is-xlg {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-mbs.is-lg {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-mbs.is-sm {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.u-mbs.is-top {
  margin-bottom: 0 !important;
}

.u-mbs.is-bottom {
  margin-top: 0 !important;
}

.u-f-left {
  float: left !important;
}

.u-f-right {
  float: right !important;
}

.u-f-none {
  float: none !important;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .u-hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .u-hidden-lg {
    display: none !important;
  }
}

.u-visible-sm,
.u-visible-md,
.u-visible-lg {
  display: none !important;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .u-visible-sm {
    display: block !important;
  }
  .u-visible-sm.is-inlineblock {
    display: inline-block !important;
  }
}

@media screen and (min-width: 40em) {
  .u-visible-lg {
    display: block !important;
  }
  .u-visible-lg.is-inlineblock {
    display: inline-block !important;
  }
}

.u-text-black {
  color: #333;
}

.u-text-danger {
  color: #cc2919;
}

.u-text-info {
  color: #378da3;
}

.u-text-success {
  color: #378da3;
}

.u-text-accent {
  color: #EB6100;
}

.u-text-primary {
  color: #563B14;
}

.u-text-secondary {
  color: #7B572A;
}

.page-id-622 .l-main {
  margin-top: 0;
  padding-top: 20px;
}

.page-id-12119 .l-content h4 {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #563B14;
  background: url(../images/bg-border.png) repeat center top;
}

.page-id-21 .gallery.gallery-columns-2 img {
  width: auto;
  max-width: 408px;
}

.c-archive-more {
  margin-top: 16px;
  font-weight: bold;
}

.c-archive-more a {
  text-decoration: none;
  position: relative;
}

.c-archive-more a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 8px;
}

.page-id-25 .l-aside {
  display: none;
}

.page-id-25 .l-main {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.l-case-content > .heading.is-circle:first-child,
.l-archive-content > .heading.is-circle:first-child,
.l-page-content > .heading.is-circle:first-child {
  margin-top: 0;
}

.l-case-content > .heading.is-lg:first-child, #tinymce.post-type-post .l-case-content > h2:first-child,
#tinymce.post-type-page .l-case-content > h2:first-child,
.l-post-content .l-case-content > h2:first-child,
.l-archive-content > .heading.is-lg:first-child,
#tinymce.post-type-post .l-archive-content > h2:first-child,
#tinymce.post-type-page .l-archive-content > h2:first-child,
.l-post-content .l-archive-content > h2:first-child,
.l-page-content > .heading.is-lg:first-child,
#tinymce.post-type-post .l-page-content > h2:first-child,
#tinymce.post-type-page .l-page-content > h2:first-child,
.l-post-content .l-page-content > h2:first-child {
  margin-top: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  body > div.slidebar-container.js-slidebar-container > div > div > div.l-main > div.l-page-content > div.c-aboutbox > div.row > div.large-4.small-12 {
    text-align: center;
  }
  .c-aboutbox img {
    float: none !important;
  }
}

.c-front-posts {
  margin-bottom: 42px;
}

.c-front-posts__item {
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  height: 100%;
  padding: 14px;
  margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-front-posts__item {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
  }
}

.c-front-posts__item__image {
  display: block;
  text-align: center;
  margin-bottom: 16px;
  min-height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-front-posts__item__image {
    float: left;
    margin-right: 12px;
    max-width: 120px;
    margin-bottom: 8px;
    min-height: 70px;
    width: 100%;
  }
}

.c-front-posts__item__image.is-service {
  min-height: 152px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-front-posts__item__image.is-service {
    min-height: 70px;
  }
}

.c-front-posts__item__image img {
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.c-front-posts__item__title {
  font-weight: bold;
  color: #563B14;
  display: block;
  font-size: 18px;
  position: relative;
  margin-bottom: 4px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-front-posts__item__title {
    line-height: 1.3;
    position: static;
  }
}

.c-front-posts__item__title:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #563B14;
  right: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-front-posts__item__title:after {
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-front-posts__item__text {
  color: #333;
  display: block;
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-front-posts__item__text {
    font-size: 0.8125rem;
    padding-right: 18px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .page-id-1524 .l-section.is-sm.is-front {
    padding-top: 24px;
  }
}

#flowsvg {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

#flowsvg svg g[id^="item"]:hover path[id*=bg] {
  fill: #f39800;
  opacity: 1;
}

#flowsvg svg g[id^="item"]:hover g[id*=text] .cls-8 {
  fill: #ffffff;
  opacity: 1;
}

#flowsvg svg g[id^="item"]:hover g[id*=icon] .cls-4 {
  fill: #ffffff;
  opacity: 1;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-front-tetsuzuki {
    margin-top: 16px;
  }
}

body.category-column > div.slidebar-container.js-slidebar-container > div.l-wrap.is-twocolumn > div > div.l-main > div:nth-child(2) > h3 {
  margin-top: 0;
}
