@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@500;900&display=swap");
@import url(https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,300,0,0);
/* line 1, ../sass/_reset.scss */
html {
  overflow: hidden;
  overflow-y: scroll;
}

/* line 5, ../sass/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 11, ../sass/_reset.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
  }
}
/* line 15, ../sass/_reset.scss */
figure {
  margin: 0;
  padding: 0;
}

/* line 19, ../sass/_reset.scss */
p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 30, ../sass/_reset.scss */
small {
  font-size: 12px;
}

@media (max-width: 1000px) {
  /* line 34, ../sass/_reset.scss */
  p,
  li,
  dl,
  table {
    line-height: 1.75;
  }
}
@media (max-width: 768px) {
  /* line 42, ../sass/_reset.scss */
  p,
  li,
  dl,
  table {
    line-height: 1.6;
  }
}
/* line 49, ../sass/_reset.scss */
tr {
  word-break: break-all;
}

/* line 52, ../sass/_reset.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 57, ../sass/_reset.scss */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 62, ../sass/_reset.scss */
dd {
  margin-left: 0;
}

/* line 65, ../sass/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 70, ../sass/_reset.scss */
select option {
  padding: 0px 5px;
}

/* line 73, ../sass/_reset.scss */
form label {
  cursor: pointer;
}

/* line 76, ../sass/_reset.scss */
input:placeholder {
  color: #999;
}

/* line 79, ../sass/_reset.scss */
input:-ms-input-placeholder {
  color: #999;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, ../sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 25, ../sass/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 39, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 52, ../sass/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 62, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 71, ../sass/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 82, ../sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 95, ../sass/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 105, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 115, ../sass/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 124, ../sass/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 134, ../sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 145, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 153, ../sass/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 162, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 179, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 183, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 194, ../sass/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 203, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 212, ../sass/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 220, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
/* line 231, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 244, ../sass/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 254, ../sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 265, ../sass/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 276, ../sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 288, ../sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 302, ../sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 316, ../sass/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 325, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 334, ../sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 344, ../sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 354, ../sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 363, ../sass/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 373, ../sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 386, ../sass/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 395, ../sass/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 406, ../sass/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 414, ../sass/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 425, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* VARIABLE COLOR */
/* ×××× */
/* ×××× */
/* VARIABLE FONT */
/* VARIABLE MEDIA */
/* MIXIN */
/* line 8, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.1rem;
  color: #48423a;
  background: #48423a;
  font-family: "Noto Sans JP","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  font-optical-sizing: auto;
  letter-spacing: .07em;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 22, ../sass/style.scss */
html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

/* line 27, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

/* LINK */
/* line 32, ../sass/style.scss */
a, a:link, a:visited, a img {
  color: #504940;
  text-decoration: none;
  transition: .4s;
}

/* line 37, ../sass/style.scss */
a:hover {
  color: #a39c94;
}

/* line 40, ../sass/style.scss */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 43, ../sass/style.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 47, ../sass/style.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 53, ../sass/style.scss */
header img, section img {
  width: 100%;
  height: auto;
}

/* line 57, ../sass/style.scss */
main {
  background: #fff;
  overflow: hidden;
}

/* アニメーション */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* ------------------------------
　　ボタン
------------------------------ */
/* line 45, ../sass/_acmunit.scss */
.btn {
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  border: 0;
  border: 0;
  border-radius: 3px;
  background: #666;
}

/* line 57, ../sass/_acmunit.scss */
.btn:hover,
.btn:visited {
  text-decoration: none;
  color: #fff;
}

/* line 64, ../sass/_acmunit.scss */
.btn:focus,
.btn:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

/* line 70, ../sass/_acmunit.scss */
.btn:hover {
  color: #fff;
  background-color: #444;
  background-image: linear-gradient(to bottom, #666, #444);
}

/* line 76, ../sass/_acmunit.scss */
.btn:active,
.btn:focus {
  background: #444;
}

/* ボタン　色付き */
/* line 83, ../sass/_acmunit.scss */
.btn-attention {
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  border: 0;
  border: 0;
  border-radius: 3px;
  background: #c41134;
}

/* line 95, ../sass/_acmunit.scss */
.btn-attention:hover,
.btn-attention:visited {
  text-decoration: none;
  color: #fff;
}

/* line 102, ../sass/_acmunit.scss */
.btn-attention:focus,
.btn-attention:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

/* line 108, ../sass/_acmunit.scss */
.btn-attention:hover {
  color: #fff;
  background-color: #910021;
  background-image: linear-gradient(to bottom, #c41134, #910021);
}

/* line 114, ../sass/_acmunit.scss */
.btn-attention:active,
.btn-attention:focus {
  background: #910021;
}

/* ボタンサイズ大 */
/* line 121, ../sass/_acmunit.scss */
.btn-large {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 20px;
  transition: background-color .25s linear;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #666;
}

/* line 136, ../sass/_acmunit.scss */
.btn-large:hover,
.btn-large:visited {
  text-decoration: none;
  color: #fff;
}

/* line 143, ../sass/_acmunit.scss */
.btn-large:focus,
.btn-large:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

/* line 149, ../sass/_acmunit.scss */
.btn-large:hover {
  background: #444;
}

/* line 153, ../sass/_acmunit.scss */
.btn-large:active,
.btn-large:focus {
  background: #444;
}

/* ボタンサイズ大 色付き */
/* line 160, ../sass/_acmunit.scss */
.btn-attention-large {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 20px;
  transition: background-color .25s linear;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #c41134;
}

/* line 175, ../sass/_acmunit.scss */
.btn-attention-large:hover,
.btn-attention-large:visited {
  text-decoration: none;
  color: #fff;
}

/* line 182, ../sass/_acmunit.scss */
.btn-attention-large:focus,
.btn-attention-large:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

/* line 188, ../sass/_acmunit.scss */
.btn-attention-large:hover {
  background: #910021;
}

/* line 192, ../sass/_acmunit.scss */
.btn-attention-large:active,
.btn-attention-large:focus {
  background: #910021;
}

/* デスクトップ：最大360pxボタン */
/* line 199, ../sass/_acmunit.scss */
.btn-block-large {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
  transition: background-color .25s linear;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #666;
}

/* line 215, ../sass/_acmunit.scss */
.btn-block-large:hover,
.btn-block-large:visited {
  text-decoration: none;
  color: #fff;
}

/* line 222, ../sass/_acmunit.scss */
.btn-block-large:focus,
.btn-block-large:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

/* line 228, ../sass/_acmunit.scss */
.btn-block-large:hover {
  background: #444;
}

/* line 232, ../sass/_acmunit.scss */
.btn-block-large:active,
.btn-block-large:focus {
  background: #444;
}

/* デスクトップ：最大360pxボタン 色付き */
/* line 239, ../sass/_acmunit.scss */
.btn-attention-block-large {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
  transition: background-color .25s linear;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #c41134;
}

/* line 256, ../sass/_acmunit.scss */
.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
  text-decoration: none;
  color: #fff;
}

/* line 262, ../sass/_acmunit.scss */
.btn-attention-block-large:focus,
.btn-attention-block-large:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

/* line 268, ../sass/_acmunit.scss */
.btn-attention-block-large:hover {
  background: #910021;
}

/* line 272, ../sass/_acmunit.scss */
.btn-attention-block-large:active,
.btn-attention-block-large:focus {
  background: #910021;
}

@media (min-width: 768px) {
  /* line 280, ../sass/_acmunit.scss */
  .btn-block-large {
    max-width: 360px;
  }

  /* line 284, ../sass/_acmunit.scss */
  .btn-attention-block-large {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  /* line 292, ../sass/_acmunit.scss */
  .btn-search-block {
    font-size: 20px;
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 15px 20px;
  }
}
/* ボーダーボタン */
/* line 304, ../sass/_acmunit.scss */
.home-btn {
  margin: 20px 0 10px;
}

/* line 309, ../sass/_acmunit.scss */
.btn-border {
  font-size: 16px;
  display: inline-block;
  padding: 7px 10px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 318, ../sass/_acmunit.scss */
.btn-border [class*='acms-icon-'] {
  font-size: 14px;
  color: #ccc;
}

/* line 323, ../sass/_acmunit.scss */
.btn-border:hover {
  text-decoration: none;
}

/* ------------------------------
　　ラベル
------------------------------ */
/* line 331, ../sass/_acmunit.scss */
.label-new {
  background: #c41134;
}

/* line 336, ../sass/_acmunit.scss */
.label-category {
  background: #666;
}

/* ------------------------------
　　ページタイトル
------------------------------ */
/* line 344, ../sass/_acmunit.scss */
.page-title-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100px;
  color: #fff;
  background: url("../images/bg_other.jpg") #333 no-repeat center;
  background-size: cover;
}

/* line 355, ../sass/_acmunit.scss */
.page-title-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* line 365, ../sass/_acmunit.scss */
.page-title-inner {
  position: relative;
  display: table-cell;
  padding: 15px 10px;
  vertical-align: middle;
}

/* line 373, ../sass/_acmunit.scss */
.page-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px 0;
}

/* line 380, ../sass/_acmunit.scss */
.page-title a {
  color: #fff;
}

/* line 385, ../sass/_acmunit.scss */
.page-description {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
}

@media (min-width: 768px) {
  /* line 394, ../sass/_acmunit.scss */
  .page-title-wrapper {
    height: 270px;
  }
}
/* ------------------------------
　　ページャー
------------------------------ */
/* line 403, ../sass/_acmunit.scss */
.pager {
  margin: 0 -5px 50px -5px;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 410, ../sass/_acmunit.scss */
.pager li {
  display: inline-block;
  margin: 0 5px;
}

/* line 415, ../sass/_acmunit.scss */
.pager li.cur {
  /* 現在いる位置 */
  padding: 5px 20px;
  color: #fff;
  border-radius: 3px;
  background: #767676;
}

/* line 424, ../sass/_acmunit.scss */
.pager-link {
  display: block;
  padding: 5px 20px;
  color: #333;
  border-radius: 3px;
  background: #e5e5e5;
}

/* line 432, ../sass/_acmunit.scss */
.pager-link:visited,
.pager-link:focus,
.pager-link:active {
  color: #333;
}

/* line 438, ../sass/_acmunit.scss */
.pager-link:hover {
  text-decoration: none;
  color: #fff;
  background: #333;
}

/* line 445, ../sass/_acmunit.scss */
.pager-link-forward {
  float: right;
}

/* line 450, ../sass/_acmunit.scss */
.pager-link-prev {
  float: left;
}

@media screen and (min-width: 768px) {
  /* line 457, ../sass/_acmunit.scss */
  .pager-link {
    padding: 5px 10px;
  }

  /* line 461, ../sass/_acmunit.scss */
  .pager li.cur {
    /* 現在いる位置 */
    padding: 5px 10px;
  }
}
/* 前後リンク */
/* line 469, ../sass/_acmunit.scss */
.serial-nav {
  margin: -25px 0 60px 0;
  padding: 0;
  list-style: none;
}

/* line 476, ../sass/_acmunit.scss */
.serial-nav .serial-nav-item {
  display: block;
  float: none;
}

/* line 481, ../sass/_acmunit.scss */
.serial-nav .serial-nav-item-prev {
  text-align: left;
}

/* line 485, ../sass/_acmunit.scss */
.serial-nav .serial-nav-item-next {
  text-align: right;
}

/* line 489, ../sass/_acmunit.scss */
.serial-nav a {
  display: block;
  padding: 25px 0;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/* line 496, ../sass/_acmunit.scss */
.serial-nav a:hover,
.serial-nav a:visited,
.serial-nav a:focus,
.serial-nav a:active {
  text-decoration: none;
  color: inherit;
}

/* line 504, ../sass/_acmunit.scss */
.serial-nav a:hover {
  background: #e5e5e5;
}

@media screen and (min-width: 768px) {
  /* line 511, ../sass/_acmunit.scss */
  .serial-nav {
    margin: 0 0 60px 0;
    border: 0;
  }

  /* line 516, ../sass/_acmunit.scss */
  .serial-nav .serial-nav-item-prev {
    float: left;
  }

  /* line 520, ../sass/_acmunit.scss */
  .serial-nav .serial-nav-item-next {
    float: right;
  }

  /* line 524, ../sass/_acmunit.scss */
  .serial-nav a {
    display: inline;
    border: 0;
  }

  /* line 529, ../sass/_acmunit.scss */
  .serial-nav a:hover {
    text-decoration: underline;
    background: 0;
  }
}
/* ------------------------------
　　トピックパス
------------------------------ */
/* line 539, ../sass/_acmunit.scss */
.topicpath {
  margin-bottom: 30px;
  padding: 10px 0;
  background: #f5f5f5;
}

/* line 546, ../sass/_acmunit.scss */
.topicpath-list {
  margin: 0 auto;
  list-style: none;
}

/* line 552, ../sass/_acmunit.scss */
.topicpath-item {
  float: left;
  padding: 0 10px 0 23px;
  background: url("../images/marker/icon_arrow.png") no-repeat left center;
}

/* line 558, ../sass/_acmunit.scss */
.topicpath-item:first-child {
  padding: 0 10px 0 0;
  background: 0;
}

/* line 564, ../sass/_acmunit.scss */
.topicpath-link {
  font-size: 14px;
  color: #666;
}

/* line 569, ../sass/_acmunit.scss */
.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
  color: #666;
}

/* ------------------------------
　　サマリー
------------------------------ */
/* line 580, ../sass/_acmunit.scss */
.summary-default {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

/* line 589, ../sass/_acmunit.scss */
.summary-default-entry {
  float: left;
  box-sizing: border-box;
  padding: 10px;
  transition: background-color .25s ease-out;
  color: #333;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* line 600, ../sass/_acmunit.scss */
.summary-default-entry.bl-hover {
  background: #f1f1f1;
}

/* line 604, ../sass/_acmunit.scss */
.acms-entry .summary-default-entry {
  padding: 10px;
}

/* line 609, ../sass/_acmunit.scss */
.summary-title {
  font-size: 16px;
  margin: 0 0 10px 0;
}

/* line 616, ../sass/_acmunit.scss */
.summary-detail {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 767px) {
  /* line 625, ../sass/_acmunit.scss */
  .summary-default-entry-image-wrap img {
    width: 60px;
    height: auto;
  }
}
@media screen and (min-width: 480px) {
  /* line 634, ../sass/_acmunit.scss */
  .summary-default {
    margin: 0 0 20px 0;
  }
}
/* エントリーのスタイル */
/* line 641, ../sass/_acmunit.scss */
.entry-column {
  word-wrap: break-word;
  color: #333;
}

/* line 646, ../sass/_acmunit.scss */
.entry-column h2 {
  font-size: 18px;
  margin: 0 10px 25px 10px;
  padding: 5px 10px;
  color: #666;
  border-left: 4px solid #666;
}

/* line 654, ../sass/_acmunit.scss */
.entry-column h2.module-heading {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 660, ../sass/_acmunit.scss */
.entry-column h3 {
  font-size: 16px;
  margin: 0 10px 20px 10px;
  padding: 5px 10px;
  color: #333;
  background: #e5e5e5;
}

/* line 668, ../sass/_acmunit.scss */
.entry-column a:link {
  text-decoration: none;
}

/* line 672, ../sass/_acmunit.scss */
.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
  text-decoration: underline;
}

/* line 678, ../sass/_acmunit.scss */
.entry-column a:visited {
  text-decoration: none;
}

/* 本文 */
/*.entry-column p
{
	font-size: 16px;
	line-height: 1.7; 
	margin-top: 0;
	margin-bottom: 30px;
}*/
/* エントリー内ボタン */
/*.entry-column p.entry-btn {
	margin-bottom: 10px;
}
.entry-column p.entry-btn a
{
	font-weight: bold;
	line-height: 1.2;

	display: inline-block;

	padding: 8px 15px;

	color: #fff;
	border: 0;
	border-radius: 3px; 
	background: #666;
}
.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn a:visited
{
	text-decoration: none; 
	color: #fff;
}
.entry-column p.entry-btn a:focus,
.entry-column p.entry-btn a:active
{
	color: #fff;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn a:hover
{
	color: #fff; 
	background-color: #444;
	background-image: linear-gradient(to bottom, #666, #444);
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus
{
	background: #444;
}*/
/* 色付きボタン */
/*.entry-column p.entry-btn-attention a
{
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	padding: 8px 15px;
	color: #fff;
	border: 0;
	border-radius: 3px; 
	background: #c41134;
}
.entry-column p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention a:visited
{
	text-decoration: none; 
	color: #fff;
}
.entry-column p.entry-btn-attention a:focus,
.entry-column p.entry-btn-attention a:active
{
	color: #fff;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn-attention a:hover
{
	color: #fff; 
	background-color: #910021;
	background-image: linear-gradient(to bottom, #c41134, #910021);
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus
{
	background: #910021;
}*/
/* line 769, ../sass/_acmunit.scss */
.entry-column p.summary-title {
  margin: 0 0 10px 0;
}

/* line 773, ../sass/_acmunit.scss */
.entry-column p.summary-detail {
  font-size: 14px;
  margin: 0 0 10px 0;
}

/* エントリー内コンテナー */
/* line 780, ../sass/_acmunit.scss */
.entry-container {
  margin: 0 5px;
}

/* テーブル */
/* line 786, ../sass/_acmunit.scss */
.entry-column table {
  width: 100%;
  margin: 0 0 30px 0;
}

/* line 791, ../sass/_acmunit.scss */
.entry-column table.table-history {
  table-layout: fixed;
}

/* line 796, ../sass/_acmunit.scss */
.entry-column th,
.entry-column td {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
  color: #333;
  border-top: 1px solid #dfdfdf;
}

/* line 809, ../sass/_acmunit.scss */
.entry-column .acms-table-responsive {
  margin-bottom: 30px;
}

/* line 813, ../sass/_acmunit.scss */
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}

/* line 819, ../sass/_acmunit.scss */
.entry-column .acms-table-responsive table {
  margin: 0;
}

/* line 824, ../sass/_acmunit.scss */
.entry-column th {
  background: #f5f5f5;
}

/* 沿革用テーブル */
/* line 830, ../sass/_acmunit.scss */
.entry-column table.table-history tr {
  background: #fff;
}

/* line 835, ../sass/_acmunit.scss */
.entry-column table.table-history th,
.entry-column table.table-history td {
  display: block;
}

/* line 841, ../sass/_acmunit.scss */
.entry-column table.table-history th {
  padding: 10px;
}

/* line 846, ../sass/_acmunit.scss */
.entry-column table.table-history td {
  padding: 10px 0;
}

/* line 851, ../sass/_acmunit.scss */
.entry-column table.table-history .table-history-img {
  display: block;
  padding: 0 10px 10px 10px;
  background: #fff;
}

/* リスト */
/* line 859, ../sass/_acmunit.scss */
.entry-column ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 2em;
}

/* line 864, ../sass/_acmunit.scss */
.entry-column ul li {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 5px 0;
}

/* line 870, ../sass/_acmunit.scss */
.entry-column ul.summary-default {
  padding: 0;
}

/* line 874, ../sass/_acmunit.scss */
.entry-column ul.summary-default li {
  margin: 0;
}

/* 番号付きリスト */
/* line 880, ../sass/_acmunit.scss */
.entry-column ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 2.5em;
}

/* line 885, ../sass/_acmunit.scss */
.entry-column ol li {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 5px 0;
}

/* 定義リスト */
/* line 893, ../sass/_acmunit.scss */
.entry-column dl {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 30px;
}

/* line 902, ../sass/_acmunit.scss */
.entry-column dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 5px 0;
}

/* line 910, ../sass/_acmunit.scss */
.entry-column dd {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-left: 0;
}

/* 引用 */
/* line 919, ../sass/_acmunit.scss */
.entry-column blockquote {
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20px 15px 16px;
  border-left: 4px solid #bfbfbf;
  background: #efefef;
}

/* ソースコード */
/* line 933, ../sass/_acmunit.scss */
.entry-column pre {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 30px 0;
}

/* line 939, ../sass/_acmunit.scss */
.entry-column pre ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}

/* line 944, ../sass/_acmunit.scss */
.entry-column pre ol li {
  line-height: 1.5;
}

/* 区切り線 */
/* line 950, ../sass/_acmunit.scss */
.entry-column hr {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* ユニット */
/* line 957, ../sass/_acmunit.scss */
.entry-column .caption {
  /*font-size: 13px; 
  margin: 0 0 20px 0;*/
}

/* line 963, ../sass/_acmunit.scss */
.column-file-auto + .caption {
  margin-left: 10px;
}

@media screen and (min-width: 480px) {
  /* line 970, ../sass/_acmunit.scss */
  .entry-column .table-history-img {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  /* line 978, ../sass/_acmunit.scss */
  .entry-column th,
  .entry-column td {
    font-size: 16px;
    display: table-cell;
    padding: 15px 20px;
    text-align: left;
    border-top: 1px solid #dfdfdf;
  }

  /* line 987, ../sass/_acmunit.scss */
  .entry-column th {
    background: inherit;
  }

  /* line 991, ../sass/_acmunit.scss */
  .entry-column tr:nth-child(odd) {
    background: #f5f5f5;
  }
}
/* エントリーフッター */
/* line 998, ../sass/_acmunit.scss */
.entry-footer {
  margin: 0 0 20px 0;
  padding: 10px;
  background: #f5f5f5;
}

/* タグ */
/* line 1006, ../sass/_acmunit.scss */
.entry-tag {
  margin: 0 0 5px 0;
}

/* line 1011, ../sass/_acmunit.scss */
.entry-tag-icon {
  float: left;
  color: #707070;
}

/* line 1017, ../sass/_acmunit.scss */
.entry-tag-item {
  float: left;
  margin: 0 0 0 10px;
}

/* 続きを読むボタン */
/* line 1024, ../sass/_acmunit.scss */
.continue-link {
  font-size: 16px;
  margin: 0;
}

/* line 1030, ../sass/_acmunit.scss */
.continue-link a {
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  background: #767676;
}

/* line 1040, ../sass/_acmunit.scss */
.continue-link a [class*='acms-icon'] {
  margin: 0 10px 0 0;
}

/* line 1044, ../sass/_acmunit.scss */
.continue-link a:link,
.continue-link a:visited {
  color: #fff;
}

/* line 1049, ../sass/_acmunit.scss */
.continue-link a:hover,
.continue-link a:focus,
.continue-link a:active {
  text-decoration: none;
  color: #fff;
  background: #aaa;
}

@media screen and (min-width: 768px) {
  /* タグ */
  /* line 1061, ../sass/_acmunit.scss */
  .entry-tag {
    margin: 0;
  }

  /* 続きを読むボタン */
  /* line 1066, ../sass/_acmunit.scss */
  .continue-link a {
    font-weight: normal;
    padding: 5px 10px;
  }
}
/* ------------------------------
　　編集ページ
------------------------------ */
/* line 1076, ../sass/_acmunit.scss */
.field-title {
  padding: 0 10px;
}

/* line 1081, ../sass/_acmunit.scss */
.field-title:first-child {
  margin: 0 0 10px 0;
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
/* line 1089, ../sass/_acmunit.scss */
.contact-box p.message {
  font-weight: bold;
  margin: 0 0 35px 0;
  padding: 0 10px;
  color: #c41134;
}

/* line 1098, ../sass/_acmunit.scss */
.contact-box p.contact-no {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #333;
}

/* line 1105, ../sass/_acmunit.scss */
.contact-box p.contact-no a {
  color: inherit;
}

/* line 1110, ../sass/_acmunit.scss */
.contact-box p.error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: #c41134;
}

/* line 1117, ../sass/_acmunit.scss */
.contact-box table.contact-form {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

/* line 1123, ../sass/_acmunit.scss */
.contact-box table.contact-form tr {
  background: #fff;
}

@media screen and (min-width: 480px) {
  /* line 1130, ../sass/_acmunit.scss */
  .contact-box th,
  .contact-box td {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  /* line 1139, ../sass/_acmunit.scss */
  .contact-box th {
    width: 260px;
  }
}
/* ステップ 
------------------------------ */
/* line 1147, ../sass/_acmunit.scss */
.contact-box .mail-step {
  margin: 0 10px 35px 10px;
  padding: 0 10px;
  /* カウンターの設定 */
  counter-reset: mailStep;
  background: #e5e5e5;
}

/* line 1157, ../sass/_acmunit.scss */
.contact-box .mail-step-item {
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin: 0 10px;
  padding: 18px 0 14px;
  list-style: none;
  color: #999;
  border-bottom: 4px solid transparent;
}

/* line 1168, ../sass/_acmunit.scss */
.contact-box .mail-step-item:before {
  content: counter(mailStep) ".";
  /* カウンターの設定 */
  counter-increment: mailStep;
}

/* line 1175, ../sass/_acmunit.scss */
.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
  /* line 1183, ../sass/_acmunit.scss */
  .contact-box .mail-step {
    height: 60px;
  }
}
/* 送信ボタン
------------------------------ */
/* line 1191, ../sass/_acmunit.scss */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center;
}

/* line 1198, ../sass/_acmunit.scss */
.form-btn {
  display: inline-block;
}

/* line 1203, ../sass/_acmunit.scss */
.form-btn-return {
  float: left;
}

/* line 1208, ../sass/_acmunit.scss */
.form-btn-send {
  float: right;
}

@media screen and (min-width: 768px) {
  /* line 1215, ../sass/_acmunit.scss */
  .form-btn-return {
    float: none;
  }

  /* line 1219, ../sass/_acmunit.scss */
  .form-btn-send {
    float: none;
    width: 100%;
    max-width: 360px;
  }
}
/* ラベル 
------------------------------ */
/* line 1229, ../sass/_acmunit.scss */
.label-required {
  font-size: 12px;
  margin: 0 5px;
  padding: 2px 8px;
  color: #fff;
  border-radius: 3px;
  background: #c41134;
}

@media screen and (min-width: 768px) {
  /* line 1241, ../sass/_acmunit.scss */
  .label-required {
    float: right;
  }
}
/* フォーム要素
------------------------------ */
/* line 1249, ../sass/_acmunit.scss */
.contact-box select[required]:required {
  border: 1px solid #c49511;
}

/* line 1254, ../sass/_acmunit.scss */
.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}

/* line 1259, ../sass/_acmunit.scss */
.contact-box select[required]:valid {
  border: 1px solid #a7a7aa;
}

/* line 1264, ../sass/_acmunit.scss */
.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #fffdeb;
}

/* line 1270, ../sass/_acmunit.scss */
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #ffebee;
}

/* line 1276, ../sass/_acmunit.scss */
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #fff;
}

/* バリデーター
------------------------------ */
/* line 1284, ../sass/_acmunit.scss */
.valid-mark {
  display: none;
}

/* line 1289, ../sass/_acmunit.scss */
.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

/* line 1297, ../sass/_acmunit.scss */
.invalid {
  background: #ffebee !important;
}

/* Slider */
/* line 45, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif?1754032788') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

/* line 17, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* HEADER */
/* line 3, ../sass/_header.scss */
#header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  transition: .4s;
}
/* line 11, ../sass/_header.scss */
#header .logo {
  width: 240px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  transition: .4s;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  transition: .4s;
}
/* line 22, ../sass/_header.scss */
#header .logo img {
  display: block;
  margin-bottom: 3px;
  transition: .4s;
}
/* line 27, ../sass/_header.scss */
#header .logo .logoblk {
  display: none;
}
/* line 30, ../sass/_header.scss */
#header .logo a {
  color: #fff;
}
/* line 34, ../sass/_header.scss */
#header .navCont {
  position: static;
}
/* line 38, ../sass/_header.scss */
#header nav ul {
  position: absolute;
  right: 10px;
  top: 20px;
  transition: .4s;
  padding: 5px 0;
}
/* line 45, ../sass/_header.scss */
#header nav li {
  display: inline-block;
  margin: 0 6px;
  position: relative;
}
/* line 49, ../sass/_header.scss */
#header nav li a {
  position: relative;
  display: block;
  line-height: 1.3;
  padding: 7px 0;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  font-size: 14px;
  font-size: .9rem;
}
/* line 59, ../sass/_header.scss */
#header nav li a:after {
  position: absolute;
  height: 4px;
  border-radius: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background: #d10e0c;
  opacity: 0;
  transition: .4s;
}
/* line 72, ../sass/_header.scss */
#header nav li a:hover:after {
  opacity: 100;
  bottom: 0;
}
/* line 78, ../sass/_header.scss */
#header nav .stay {
  display: none;
}
/* line 81, ../sass/_header.scss */
#header nav .knbtn, #header nav .insbtn, #header nav .telbtn {
  display: none;
}
/* line 85, ../sass/_header.scss */
#header .cvbtn1, #header .cvbtn2 {
  margin: 0 4px;
}
/* line 87, ../sass/_header.scss */
#header .cvbtn1 a, #header .cvbtn2 a {
  border-radius: 5px;
  color: #48423a !important;
  line-height: 1;
  padding: 15px;
  background: -webkit-gradient(#ffe53a 35%, #e9b500);
  background: linear-gradient(#ffe53a 35%, #e9b500);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
/* line 95, ../sass/_header.scss */
#header .cvbtn1 a:hover, #header .cvbtn2 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 97, ../sass/_header.scss */
#header .cvbtn1 a:hover:after, #header .cvbtn2 a:hover:after {
  display: none;
}
/* line 104, ../sass/_header.scss */
#header .cvbtn2 a {
  background: -webkit-gradient(#14e369 35%, #00b048);
  background: linear-gradient(#14e369 35%, #00b048);
}

/* line 110, ../sass/_header.scss */
#header.smallhead {
  height: 75px;
  background: rgba(72, 66, 58, 0.8);
  border-bottom: 1px solid rgba(72, 66, 58, 0.9);
}
/* line 114, ../sass/_header.scss */
#header.smallhead .logo {
  width: 160px;
  top: 10px;
  font-size: 13px;
}
/* line 118, ../sass/_header.scss */
#header.smallhead .logo img {
  margin-bottom: 2px;
}
/* line 123, ../sass/_header.scss */
#header.smallhead nav ul {
  top: 10px;
}
/* line 125, ../sass/_header.scss */
#header.smallhead nav ul ul {
  top: 29px;
}

/* sub-menu */
/* line 135, ../sass/_header.scss */
#header nav ul {
  /* Display sub menu by hover & focus */
}
/* line 137, ../sass/_header.scss */
#header nav ul li ul {
  position: absolute;
  width: 240px;
  margin-left: -120px;
  padding: 0;
  background: #877762;
  top: 29px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  text-align: left;
}
/* line 150, ../sass/_header.scss */
#header nav ul li ul li {
  margin: 0;
  display: block;
}
/* line 154, ../sass/_header.scss */
#header nav ul li ul li a {
  color: #fff;
  padding: 10px;
  display: block;
}
/* line 158, ../sass/_header.scss */
#header nav ul li ul li a:after {
  display: none;
}
/* line 162, ../sass/_header.scss */
#header nav ul li ul li a:hover {
  color: #fff;
}
/* line 167, ../sass/_header.scss */
#header nav ul .submenu:hover ul,
#header nav ul .submenu ul.focused {
  opacity: 1;
  visibility: visible;
}
/* line 172, ../sass/_header.scss */
#header nav ul li.submenu li a:hover,
#header nav ul li.submenu li a:focus {
  background: #d10e0c;
}

@media screen and (max-width: 820px) {
  /* line 181, ../sass/_header.scss */
  #header {
    height: 90px;
  }
  /* line 183, ../sass/_header.scss */
  #header .logo {
    width: 180px;
    top: 17px;
    left: 20px;
    font-size: 13px;
  }
  /* line 188, ../sass/_header.scss */
  #header .logo img {
    margin-bottom: 2px;
  }

  /* line 193, ../sass/_header.scss */
  #header.smallhead {
    height: 70px;
  }
  /* line 195, ../sass/_header.scss */
  #header.smallhead .logo {
    width: 160px;
    top: 7px;
    left: 10px;
  }

  /* line 201, ../sass/_header.scss */
  .cvbtn {
    display: none;
  }

  /* line 204, ../sass/_header.scss */
  #header nav .navCont {
    position: absolute;
    z-index: -1;
    width: 0;
    background: #d6cfc6;
    opacity: 0;
    transition: .4s;
  }
  /* line 211, ../sass/_header.scss */
  #header nav .navCont ul {
    background: none;
    padding: 0;
    right: 2%;
    left: 5%;
    top: 0;
    overflow: hidden;
  }
  /* line 219, ../sass/_header.scss */
  #header nav .navCont li {
    width: 100%;
    padding: 2rem 0 0;
    margin: 0 !important;
    opacity: 0;
    text-align: left;
  }
  /* line 225, ../sass/_header.scss */
  #header nav .navCont li a {
    padding: 0 0 0 16px;
    height: auto;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    position: relative;
  }
  /* line 232, ../sass/_header.scss */
  #header nav .navCont li a:after {
    display: none;
  }
  /* line 235, ../sass/_header.scss */
  #header nav .navCont li a:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    font-family: 'Material Symbols Outlined';
    content: '\e5e1';
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 12;
    font-size: 12px;
    line-height: 12px;
    margin-top: -6px;
    color: #877762;
    transition: .4s;
  }
  /* line 255, ../sass/_header.scss */
  #header nav .navCont .submenu, #header nav .navCont .menuharf {
    width: 49%;
  }
  /* line 258, ../sass/_header.scss */
  #header nav .navCont .nactel {
    display: block;
  }
  /* line 261, ../sass/_header.scss */
  #header nav .navCont .knbtn {
    display: block;
  }
  /* line 263, ../sass/_header.scss */
  #header nav .navCont .knbtn a {
    padding-left: 40px;
  }
  /* line 265, ../sass/_header.scss */
  #header nav .navCont .knbtn a:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    font-family: 'Material Symbols Outlined';
    content: '\ea19';
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 36;
    margin-top: -18px;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #877762;
  }
  /* line 285, ../sass/_header.scss */
  #header nav .navCont .insbtn {
    display: block;
  }
  /* line 287, ../sass/_header.scss */
  #header nav .navCont .insbtn a {
    padding-left: 40px;
    position: relative;
  }
  /* line 290, ../sass/_header.scss */
  #header nav .navCont .insbtn a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url(../images/instagram.png) center no-repeat;
    background-size: cover;
  }
  /* line 303, ../sass/_header.scss */
  #header nav .navCont .telbtn {
    display: block;
  }
  /* line 305, ../sass/_header.scss */
  #header nav .navCont .telbtn a {
    padding-left: 40px;
    position: relative;
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* line 309, ../sass/_header.scss */
  #header nav .navCont .telbtn a:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    font-family: 'Material Symbols Outlined';
    content: '\e0b0';
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 36;
    margin-top: -18px;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #504940;
  }
  /* line 330, ../sass/_header.scss */
  #header nav .navCont .reserv a {
    padding: 20px 40px;
    border: 1px solid #fff;
  }
  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.07), 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 40px rgba(255, 255, 255, 0.07);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 30px rgba(255, 255, 255, 0.07), 0 0 0 42px rgba(255, 255, 255, 0);
    }
  }
  /* line 344, ../sass/_header.scss */
  .nav-open {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 9999;
  }
  /* line 353, ../sass/_header.scss */
  .nav-open i {
    display: block;
    width: 26px;
    height: 3px;
    background: #fff;
    margin-left: 22px;
  }
  /* line 360, ../sass/_header.scss */
  .nav-open i:nth-child(1) {
    margin-top: 24px;
  }
  /* line 363, ../sass/_header.scss */
  .nav-open i:nth-child(2) {
    margin-top: 7px;
    opacity: 1;
  }
  /* line 367, ../sass/_header.scss */
  .nav-open i:nth-child(3) {
    margin-top: 7px;
  }

  /* sub-menu */
  /* line 377, ../sass/_header.scss */
  #header nav ul li ul {
    display: none;
  }
}
/* line 385, ../sass/_header.scss */
#nav:checked + .nav-open {
  transform: rotate(45deg);
  position: fixed;
}

/* line 389, ../sass/_header.scss */
#nav:checked + .nav-open i {
  transition: transform 0.2s ease;
}

/* line 392, ../sass/_header.scss */
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}

/* line 395, ../sass/_header.scss */
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}

/* line 398, ../sass/_header.scss */
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
  margin-top: -1px;
}

/* line 402, ../sass/_header.scss */
#nav:checked ~ .navCont {
  overflow-y: scroll;
  display: block;
  z-index: 9990;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
/* line 412, ../sass/_header.scss */
#nav:checked ~ .navCont ul {
  transition: none;
  transform: translateY(-50%);
  top: 50%;
  padding: 0 0 40px;
}
/* line 418, ../sass/_header.scss */
#nav:checked ~ .navCont li {
  margin: 0;
  opacity: 1;
}
/* line 421, ../sass/_header.scss */
#nav:checked ~ .navCont li a {
  line-height: 1.2;
  color: #48423a;
}
/* line 426, ../sass/_header.scss */
#nav:checked ~ .navCont .cvbtn1, #nav:checked ~ .navCont .cvbtn2 {
  display: none;
}

/* line 430, ../sass/_header.scss */
.no-scroll {
  height: 100%;
  overflow: hidden;
}

/* line 434, ../sass/_header.scss */
.hidden {
  display: none;
}

/* TOP SLIDER */
/* line 3, ../sass/_topslider.scss */
.topimage {
  position: relative;
}
/* line 5, ../sass/_topslider.scss */
.topimage .acms-admin-module-edit {
  top: 100px !important;
}
/* line 8, ../sass/_topslider.scss */
.topimage:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(72, 66, 58, 0.4), rgba(72, 66, 58, 0));
  height: 30%;
  z-index: 5;
  transition: .4s;
}

/* line 21, ../sass/_topslider.scss */
.main-slider-image {
  width: 100%;
  height: 100vh;
  max-height: 800px;
}
/* line 25, ../sass/_topslider.scss */
.main-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 31, ../sass/_topslider.scss */
.topcatch {
  position: absolute;
  bottom: 140px;
  left: 0;
  z-index: 10;
  text-align: left;
}
/* line 37, ../sass/_topslider.scss */
.topcatch p {
  font-size: 50px;
  font-size: 3rem;
  font-weight: bold;
  color: #48423a;
  background: #fff;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 .3em .15em;
  line-height: 1.55em;
}
@media screen and (max-width: 820px) {
  /* line 37, ../sass/_topslider.scss */
  .topcatch p {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* line 47, ../sass/_topslider.scss */
.topcatch p strong {
  background: linear-gradient(to bottom, transparent 0% 90%, #fbe213 90% 100%);
  padding-top: 10px;
}

/* line 53, ../sass/_topslider.scss */
.main-news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(72, 66, 58, 0.6);
  color: #fff;
  z-index: 9;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: left;
  padding: 25px 20px;
}
@media screen and (max-width: 640px) {
  /* line 53, ../sass/_topslider.scss */
  .main-news {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 64, ../sass/_topslider.scss */
.main-news .acms-admin-module-edit {
  top: 0 !important;
}
/* line 67, ../sass/_topslider.scss */
.main-news time {
  width: 6.5em;
  line-height: 1.3;
}
/* line 71, ../sass/_topslider.scss */
.main-news h3 {
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
/* line 75, ../sass/_topslider.scss */
.main-news h3 a {
  color: #fff;
  padding-right: 30px;
  position: relative;
  display: inline-block;
}
/* line 80, ../sass/_topslider.scss */
.main-news h3 a:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Outlined';
  content: '\e5c8';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  font-size: 24px;
  line-height: 24px;
  margin-top: -12px;
  color: #fff;
  transition: .4s;
}
/* line 98, ../sass/_topslider.scss */
.main-news h3 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 100, ../sass/_topslider.scss */
.main-news h3 a:hover:after {
  right: -10px;
}

@media screen and (max-width: 640px) {
  /* line 109, ../sass/_topslider.scss */
  .main-slider-image {
    max-height: 560px;
  }

  /* line 112, ../sass/_topslider.scss */
  .topcatch {
    bottom: 110px;
  }
  /* line 114, ../sass/_topslider.scss */
  .topcatch p {
    font-size: 32px;
    font-size: 2rem;
  }

  /* line 118, ../sass/_topslider.scss */
  .main-news {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
/* FOOTER */
/* line 3, ../sass/_footer.scss */
#footer {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  padding-bottom: 0;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #f2f0eb;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  /* line 3, ../sass/_footer.scss */
  #footer {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 3, ../sass/_footer.scss */
  #footer {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 12, ../sass/_footer.scss */
#footer:after {
  position: absolute;
  content: '';
  bottom: -10px;
  right: 5%;
  width: 270px;
  height: 282px;
  background: url(../images/adviser.png) center no-repeat;
  background-size: cover;
}

/* line 23, ../sass/_footer.scss */
.footlogo {
  width: 240px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
/* line 28, ../sass/_footer.scss */
.footlogo img {
  display: block;
  margin-bottom: 3px;
  transition: .4s;
}

/* line 34, ../sass/_footer.scss */
.footnav {
  flex: 1;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: start;
  padding: 10px 0 20px 30px;
}
@media screen and (max-width: 640px) {
  /* line 34, ../sass/_footer.scss */
  .footnav {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 40, ../sass/_footer.scss */
.footnav ul {
  flex-basis: 31.3333%;
  padding-right: 2%;
}
/* line 44, ../sass/_footer.scss */
.footnav li {
  padding-bottom: 20px;
  line-height: 1.2;
}
/* line 47, ../sass/_footer.scss */
.footnav li a {
  color: #504940;
  font-size: 13px;
  font-size: .8rem;
}
/* line 50, ../sass/_footer.scss */
.footnav li a:hover {
  color: #48423a;
}

/* line 56, ../sass/_footer.scss */
.footcatch {
  width: 13em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
}
/* line 61, ../sass/_footer.scss */
.footcatch strong {
  color: #d10e0c;
}

/* line 65, ../sass/_footer.scss */
.spbtn {
  display: none;
}

/* line 68, ../sass/_footer.scss */
.copy {
  flex-basis: 100%;
  width: 100%;
  font-size: 13px;
  font-size: .8rem;
  color: #877762;
  padding: 40px 0 20px;
  text-align: center;
  letter-spacing: 0;
}

/* line 77, ../sass/_footer.scss */
#pageTop {
  bottom: 25px;
  right: 25px;
  display: block;
  position: fixed;
  z-index: 999;
}
/* line 83, ../sass/_footer.scss */
#pageTop a {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 40px;
  background: rgba(80, 73, 64, 0.7);
  position: relative;
  overflow: hidden;
}
/* line 91, ../sass/_footer.scss */
#pageTop a:hover {
  background: rgba(80, 73, 64, 0.5);
}
/* line 93, ../sass/_footer.scss */
#pageTop a:hover:after {
  margin-top: 0px;
}
/* line 97, ../sass/_footer.scss */
#pageTop a:after {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -7px;
  transform: rotate(-45deg);
  transition: .4s;
}
/* line 112, ../sass/_footer.scss */
#pageTop a:active {
  transform: scale(0.96);
  transition: all 0.05s ease;
}
/* line 115, ../sass/_footer.scss */
#pageTop a:active:after {
  margin-top: 4px;
}

/* line 121, ../sass/_footer.scss */
#navfoot {
  display: none;
}

@media screen and (max-width: 820px) {
  /* line 126, ../sass/_footer.scss */
  #footer {
    padding-bottom: 20px;
  }
  /* line 128, ../sass/_footer.scss */
  #footer:after {
    width: 200px;
    height: 209px;
  }

  /* line 133, ../sass/_footer.scss */
  .footlogo {
    width: 160px;
  }

  /* line 136, ../sass/_footer.scss */
  .footcatch {
    width: 100%;
    padding: 60px 0;
  }

  /* line 140, ../sass/_footer.scss */
  .copy {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  /* line 147, ../sass/_footer.scss */
  #footer:after {
    right: -30px;
    width: 120px;
    height: 125px;
  }

  /* line 153, ../sass/_footer.scss */
  .footcatch {
    padding: 0;
    font-size: 22px;
    font-size: 1.35rem;
  }

  /* line 157, ../sass/_footer.scss */
  .footlogo {
    margin: 0 auto 30px;
  }

  /* line 160, ../sass/_footer.scss */
  .footnav {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    padding-left: 0;
    width: 100%;
  }
  /* line 165, ../sass/_footer.scss */
  .footnav ul {
    flex-basis: 50%;
    margin-bottom: 20px;
  }
  /* line 169, ../sass/_footer.scss */
  .footnav li {
    padding-bottom: 10px;
  }

  /* line 173, ../sass/_footer.scss */
  .copy {
    width: 90%;
    padding: 20px 0 0;
  }

  /* line 177, ../sass/_footer.scss */
  #navfoot {
    position: fixed;
    z-index: 990;
    width: 100%;
    bottom: 0;
    left: 0;
    display: block;
  }
  /* line 184, ../sass/_footer.scss */
  #navfoot ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px 14px;
  }
  /* line 191, ../sass/_footer.scss */
  #navfoot li {
    flex-basis: 48.5%;
  }
  /* line 193, ../sass/_footer.scss */
  #navfoot li a {
    display: block;
    border-radius: 5px;
    color: #48423a;
    line-height: 1;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    background: -webkit-gradient(#ffe53a 35%, #e9b500);
    background: linear-gradient(#ffe53a 35%, #e9b500);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  }
  /* line 204, ../sass/_footer.scss */
  #navfoot li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  /* line 209, ../sass/_footer.scss */
  #navfoot li:nth-child(2) a {
    background: -webkit-gradient(#14e369 35%, #00b048);
    background: linear-gradient(#14e369 35%, #00b048);
  }

  /* line 216, ../sass/_footer.scss */
  #pageTop {
    width: 100%;
    position: static;
    background: #f2f0eb;
    padding: 20px 5% 80px;
  }
  /* line 221, ../sass/_footer.scss */
  #pageTop a {
    width: 100%;
    height: 60px;
    background: #504940;
  }
  /* line 225, ../sass/_footer.scss */
  #pageTop a:hover {
    background: rgba(135, 119, 98, 0.5);
  }
}
/* A-BLOG CMS */
/* line 4, ../sass/_acmcustom.scss */
.acms-container {
  text-align: left;
}

/* line 7, ../sass/_acmcustom.scss */
#adminBox {
  margin-bottom: 0 !important;
  text-align: left;
  position: relative;
  z-index: 50;
}
/* line 12, ../sass/_acmcustom.scss */
#adminBox a {
  text-decoration: none;
}

/* line 16, ../sass/_acmcustom.scss */
.acms-admin-btn-admin, .formEntryActionUnit .btn {
  font-size: 13px;
  font-size: .8rem;
}

/* line 19, ../sass/_acmcustom.scss */
.acms-admin-modal, .select2-results__option {
  text-align: left;
}

/* line 22, ../sass/_acmcustom.scss */
.acms-topicpath {
  width: 100%;
  margin: 0 auto !important;
  padding: 30px 7.5% 0 !important;
}
/* line 26, ../sass/_acmcustom.scss */
.acms-topicpath li {
  font-size: 13px;
  font-size: .8rem;
  padding-bottom: 0 !important;
  line-height: 1.2;
}
/* line 30, ../sass/_acmcustom.scss */
.acms-topicpath li a {
  font-size: 13px;
  font-size: .8rem;
  color: #877762;
}
/* line 33, ../sass/_acmcustom.scss */
.acms-topicpath li a:hover {
  color: #676561;
  text-decoration: none;
}
/* line 39, ../sass/_acmcustom.scss */
.acms-topicpath li:last-child a {
  color: #877762;
}
/* line 41, ../sass/_acmcustom.scss */
.acms-topicpath li:last-child a:hover {
  color: #48423a;
}

/* line 48, ../sass/_acmcustom.scss */
.acms-box-medium {
  width: 100%;
  position: relative;
}

/* line 52, ../sass/_acmcustom.scss */
.acms-entry [class*=acms-col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

/* line 56, ../sass/_acmcustom.scss */
.acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin-top: .25em;
  padding-bottom: 1em;
}

/* line 60, ../sass/_acmcustom.scss */
.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  text-align: center;
  padding-left: 2.5% !important;
  padding-right: 2.5% !important;
}
/* line 64, ../sass/_acmcustom.scss */
.acms-entry [class*=column-eximage-] img, .acms-entry [class*=column-image-] img, .acms-entry [class*=column-media-] img {
  width: 100%;
}

/* line 68, ../sass/_acmcustom.scss */
.acms-entry .acms-col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 72, ../sass/_acmcustom.scss */
.acms-entry .acms-wide {
  width: auto;
  padding: 0 !important;
  margin: 0 -5.6% !important;
}

/* line 77, ../sass/_acmcustom.scss */
.acms-entry [class*=column-eximage-] .caption, .acms-entry [class*=column-image-] .caption, .acms-entry [class*=column-media-] .caption {
  text-align: center;
}

/* line 80, ../sass/_acmcustom.scss */
.acms-entry .column-youtube, .acms-entry .column-iframe {
  padding-bottom: 51.4% !important;
}

/* line 83, ../sass/_acmcustom.scss */
.acms-entry [class*=column-map] {
  border: none;
}

/* line 86, ../sass/_acmcustom.scss */
.js-open-street-map {
  width: 100% !important;
  margin-bottom: 20px;
  z-index: 10;
}

/* line 91, ../sass/_acmcustom.scss */
.acms-label-success {
  color: #48423a !important;
  background: none !important;
  padding: 0 !important;
}
/* line 95, ../sass/_acmcustom.scss */
.acms-label-success a {
  padding: 10px 13px !important;
  border: 1px solid #c8c7bb;
  border-radius: 30px;
  display: block;
}

/* line 102, ../sass/_acmcustom.scss */
.acms-list-inline li {
  padding-right: 5px !important;
}

/* line 105, ../sass/_acmcustom.scss */
.acms-grid, .acms-grid-r {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 109, ../sass/_acmcustom.scss */
.acms-summary-image {
  width: 30%;
  position: relative;
  padding-top: 30%;
  overflow: hidden;
}

/* line 115, ../sass/_acmcustom.scss */
.acms-summary-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 123, ../sass/_acmcustom.scss */
.acms-summary-body {
  display: table-cell;
  vertical-align: middle;
}
/* line 126, ../sass/_acmcustom.scss */
.acms-summary-body p {
  line-height: 1.5;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}

/* line 132, ../sass/_acmcustom.scss */
div.pp_overlay {
  z-index: 9999 !important;
}

/* line 135, ../sass/_acmcustom.scss */
.acms-entry-unit-full:not(.acms-unit-size-inherit) .acms-col-sm-4 {
  width: 33.33333% !important;
}

/* line 138, ../sass/_acmcustom.scss */
.acms-entry-unit-full:not(.acms-unit-size-inherit) .acms-col-sm-6 {
  width: 50% !important;
}

/* line 141, ../sass/_acmcustom.scss */
.acms-entry-unit-full:not(.acms-unit-size-inherit) .column-media-center {
  margin-left: auto;
  margin-right: auto;
}

/* TITLE */
/* line 147, ../sass/_acmcustom.scss */
.pagetitle, .pagetitle2 {
  width: 100%;
  height: 500px;
  text-align: left;
  background: #48423a;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
/* line 155, ../sass/_acmcustom.scss */
.pagetitle:after, .pagetitle2:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  width: 355px;
  height: 600px;
  margin-top: -300px;
  background-image: url(../images/title_bg.png);
  background-size: cover;
  z-index: 2;
}
/* line 167, ../sass/_acmcustom.scss */
.pagetitle p, .pagetitle2 p {
  position: absolute;
  top: 220px;
  left: 5%;
  width: calc(100% - 500px);
  font-weight: bold;
  margin: 0;
  z-index: 100;
  line-height: 1.2;
  font-size: 32px;
  font-size: 2rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #fe8282;
  padding-bottom: 10px;
  text-transform: capitalize;
}
/* line 182, ../sass/_acmcustom.scss */
.pagetitle h1, .pagetitle .newsttl, .pagetitle2 h1, .pagetitle2 .newsttl {
  position: absolute;
  top: 270px;
  left: 5%;
  width: calc(100% - 500px);
  font-weight: bold;
  margin: 0;
  z-index: 100;
  line-height: 1.2;
  font-size: 50px;
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 820px) {
  /* line 182, ../sass/_acmcustom.scss */
  .pagetitle h1, .pagetitle .newsttl, .pagetitle2 h1, .pagetitle2 .newsttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/* ENTRY */
/* line 197, ../sass/_acmcustom.scss */
.entryCont, .entryList {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 60px 7.5%;
  overflow: hidden;
}
/* line 203, ../sass/_acmcustom.scss */
.entryCont h1, .entryList h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #48423a;
  margin: 0 0 60px;
  flex-basis: 100%;
}
@media screen and (max-width: 820px) {
  /* line 203, ../sass/_acmcustom.scss */
  .entryCont h1, .entryList h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 209, ../sass/_acmcustom.scss */
.entryCont h1 em, .entryList h1 em {
  font-size: 24px;
  font-size: 1.5rem;
  color: #9d8361;
  font-style: normal;
  letter-spacing: 0;
  display: block;
  margin-top: 10px;
  padding-left: 40px;
  position: relative;
  text-transform: capitalize;
}
/* line 219, ../sass/_acmcustom.scss */
.entryCont h1 em:after, .entryList h1 em:after {
  position: absolute;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  background: #9d8361;
}
/* line 230, ../sass/_acmcustom.scss */
.entryCont h1 a, .entryList h1 a {
  color: #48423a;
  text-decoration: none;
}
/* line 236, ../sass/_acmcustom.scss */
.entryCont .news h1, .entryList .news h1 {
  text-align: left;
  padding: 0;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 820px) {
  /* line 236, ../sass/_acmcustom.scss */
  .entryCont .news h1, .entryList .news h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 240, ../sass/_acmcustom.scss */
.entryCont .news h1 a, .entryList .news h1 a {
  color: #48423a;
}
/* line 243, ../sass/_acmcustom.scss */
.entryCont .news h1:after, .entryList .news h1:after {
  display: none;
}
/* line 247, ../sass/_acmcustom.scss */
.entryCont .news header time, .entryList .news header time {
  display: block;
  color: #a39c94;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 255, ../sass/_acmcustom.scss */
.entry-column, .entry-style {
  text-align: left;
  margin: 0 auto;
  border-left: none;
}
/* line 259, ../sass/_acmcustom.scss */
.entry-column > *:first-child, .entry-column .acms-grid > *:first-child, .entry-style > *:first-child, .entry-style .acms-grid > *:first-child {
  margin-top: 0;
}
/* line 262, ../sass/_acmcustom.scss */
.entry-column [class*=acms-col-] > *:nth-child(-n+2), .entry-style [class*=acms-col-] > *:nth-child(-n+2) {
  margin-top: 0;
}
/* line 265, ../sass/_acmcustom.scss */
.entry-column h2, .entry-style h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #48423a;
  margin: 60px 0 30px;
  padding: 15px 5px 15px 2rem;
  border-left: none;
  clear: both;
  position: relative;
  background: #f2f0eb;
  border-radius: 8px;
}
/* line 275, ../sass/_acmcustom.scss */
.entry-column h2:before, .entry-style h2:before {
  position: absolute;
  top: 1rem;
  left: 12px;
  content: "";
  background-color: #d10e0c;
  width: 6px;
  height: calc(100% - 32px);
}
/* line 285, ../sass/_acmcustom.scss */
.entry-column h2.ttlbg, .entry-column h2.ttlbg-center, .entry-style h2.ttlbg, .entry-style h2.ttlbg-center {
  background: #504940;
  color: #fff;
  padding: 25px 20px;
  border: none;
  border-radius: 0;
}
/* line 291, ../sass/_acmcustom.scss */
.entry-column h2.ttlbg:before, .entry-column h2.ttlbg-center:before, .entry-style h2.ttlbg:before, .entry-style h2.ttlbg-center:before {
  display: none;
}
/* line 295, ../sass/_acmcustom.scss */
.entry-column h2.ttlbg-center, .entry-column h3.ttlbg-center, .entry-column h4.ttlbg-center, .entry-style h2.ttlbg-center, .entry-style h3.ttlbg-center, .entry-style h4.ttlbg-center {
  text-align: center;
}
/* line 297, ../sass/_acmcustom.scss */
.entry-column h2.ttlbg-center:before, .entry-column h3.ttlbg-center:before, .entry-column h4.ttlbg-center:before, .entry-style h2.ttlbg-center:before, .entry-style h3.ttlbg-center:before, .entry-style h4.ttlbg-center:before {
  display: none;
}
/* line 301, ../sass/_acmcustom.scss */
.entry-column h2 + .clearHidden + h3, .entry-column h3 + .clearHidden + h4, .entry-style h2 + .clearHidden + h3, .entry-style h3 + .clearHidden + h4 {
  margin-top: 0;
}
/* line 304, ../sass/_acmcustom.scss */
.entry-column h3, .entry-style h3 {
  font-size: 22px;
  font-size: 1.35rem;
  color: #504940;
  padding: 0;
  margin: 50px 0 20px;
  background: none;
}
/* line 311, ../sass/_acmcustom.scss */
.entry-column h3.ttlbg, .entry-column h3.ttlbg-center, .entry-style h3.ttlbg, .entry-style h3.ttlbg-center {
  background: #877762;
  color: #fff;
  padding: 20px;
  border: none;
  border-radius: 0;
  clear: both;
}
/* line 319, ../sass/_acmcustom.scss */
.entry-column h4, .entry-style h4 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #504940;
  margin: 40px 0 10px;
  padding: 0;
}
/* line 325, ../sass/_acmcustom.scss */
.entry-column h5, .entry-style h5 {
  font-size: 16px;
  font-size: 1rem;
  color: #877762;
  margin: 30px 0 10px;
  padding: 10px 0;
}
/* line 331, ../sass/_acmcustom.scss */
.entry-column h4.ttlbg, .entry-column h4.ttlbg-center, .entry-column h5.ttlbg, .entry-style h4.ttlbg, .entry-style h4.ttlbg-center, .entry-style h5.ttlbg {
  background: #a39c94;
  color: #fff;
  padding: 20px;
  border: none;
  border-radius: 0;
  clear: both;
}
/* line 339, ../sass/_acmcustom.scss */
.entry-column h2.txt-center, .entry-column h3.txt-center, .entry-column h4.txt-center, .entry-column h2.ttlbg-center, .entry-column h3.ttlbg-center, .entry-column h4.ttlbg-center, .entry-style h2.txt-center, .entry-style h3.txt-center, .entry-style h4.txt-center, .entry-style h2.ttlbg-center, .entry-style h3.ttlbg-center, .entry-style h4.ttlbg-center {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 342, ../sass/_acmcustom.scss */
.entry-column h2.txt-center span, .entry-column h3.txt-center span, .entry-column h4.txt-center span, .entry-column h2.ttlbg-center span, .entry-column h3.ttlbg-center span, .entry-column h4.ttlbg-center span, .entry-style h2.txt-center span, .entry-style h3.txt-center span, .entry-style h4.txt-center span, .entry-style h2.ttlbg-center span, .entry-style h3.ttlbg-center span, .entry-style h4.ttlbg-center span {
  position: relative;
  display: inline-block;
}
/* line 345, ../sass/_acmcustom.scss */
.entry-column h2.txt-center span:after, .entry-column h3.txt-center span:after, .entry-column h4.txt-center span:after, .entry-column h2.ttlbg-center span:after, .entry-column h3.ttlbg-center span:after, .entry-column h4.ttlbg-center span:after, .entry-style h2.txt-center span:after, .entry-style h3.txt-center span:after, .entry-style h4.txt-center span:after, .entry-style h2.ttlbg-center span:after, .entry-style h3.ttlbg-center span:after, .entry-style h4.ttlbg-center span:after {
  position: absolute;
  display: block;
  height: 4px;
  bottom: -5px;
  left: 0;
  right: 0;
  content: "";
  background: #fbe213;
}
/* line 359, ../sass/_acmcustom.scss */
.entry-column h4.txt-center span:after, .entry-column h4.ttlbg-center span:after, .entry-style h4.txt-center span:after, .entry-style h4.ttlbg-center span:after {
  background: #fbe213;
}
/* line 366, ../sass/_acmcustom.scss */
.entry-column h2.ttlbg-center span:after, .entry-column h3.ttlbg-center span:after, .entry-column h4.ttlbg-center span:after, .entry-style h2.ttlbg-center span:after, .entry-style h3.ttlbg-center span:after, .entry-style h4.ttlbg-center span:after {
  background: #fbe213;
}
/* line 371, ../sass/_acmcustom.scss */
.entry-column h2.ttlbreak, .entry-column h3.ttlbreak, .entry-column h4.ttlbreak, .entry-style h2.ttlbreak, .entry-style h3.ttlbreak, .entry-style h4.ttlbreak {
  line-height: 2.75;
  border: none;
  color: #fff;
}
/* line 375, ../sass/_acmcustom.scss */
.entry-column h2.ttlbreak span, .entry-column h3.ttlbreak span, .entry-column h4.ttlbreak span, .entry-style h2.ttlbreak span, .entry-style h3.ttlbreak span, .entry-style h4.ttlbreak span {
  display: inline;
  background: linear-gradient(transparent 0%, #48423a 0%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 10px 15px;
}
/* line 384, ../sass/_acmcustom.scss */
.entry-column h4.ttlbreak span, .entry-style h4.ttlbreak span {
  background: linear-gradient(transparent 0%, #48423a 0%);
}
/* line 388, ../sass/_acmcustom.scss */
.entry-column p, .entry-style p {
  margin: 0 0 2em;
  line-height: 1.7;
}
/* line 391, ../sass/_acmcustom.scss */
.entry-column p a, .entry-column p a:hover, .entry-column p a:visited, .entry-style p a, .entry-style p a:hover, .entry-style p a:visited {
  text-decoration: underline;
  position: relative;
  z-index: 50;
}
/* line 397, ../sass/_acmcustom.scss */
.entry-column em, .entry-style em {
  font-style: normal;
  font-weight: bold;
}
/* line 401, ../sass/_acmcustom.scss */
.entry-column .txt-center, .entry-style .txt-center {
  text-align: center;
  border: none;
}
/* line 405, ../sass/_acmcustom.scss */
.entry-column .color-red, .entry-style .color-red {
  color: #d51817;
}
/* line 408, ../sass/_acmcustom.scss */
.entry-column .txt-big, .entry-style .txt-big {
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 411, ../sass/_acmcustom.scss */
.entry-column .entry-danger-text, .entry-style .entry-danger-text {
  background: #d51817;
  padding: 20px;
  color: #fff !important;
}
/* line 416, ../sass/_acmcustom.scss */
.entry-column .line, .entry-style .line {
  display: inline;
  background: linear-gradient(transparent 75%, #f7f45e 0);
}
/* line 420, ../sass/_acmcustom.scss */
.entry-column .entryFormColumnBody em, .entry-column .entryFormColumnBody em, .entry-column .entry em, .entry-style .entryFormColumnBody em, .entry-style .entryFormColumnBody em, .entry-style .entry em {
  background: red;
  color: #fff;
}
/* line 424, ../sass/_acmcustom.scss */
.entry-column ul, .entry-style ul {
  list-style: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 2em;
  display: inline-block;
}
/* line 430, ../sass/_acmcustom.scss */
.entry-column ul a, .entry-column ul a:hover, .entry-column ul a:visited, .entry-style ul a, .entry-style ul a:hover, .entry-style ul a:visited {
  text-decoration: underline !important;
}
/* line 434, ../sass/_acmcustom.scss */
.entry-column ul.ulcheck, .entry-style ul.ulcheck {
  list-style: none;
  margin: 30px 0;
  padding: 0 0 0 43px;
}
/* line 438, ../sass/_acmcustom.scss */
.entry-column ul.ulcheck li, .entry-style ul.ulcheck li {
  position: relative;
  z-index: 10;
  margin-bottom: 1.5em;
}
/* line 442, ../sass/_acmcustom.scss */
.entry-column ul.ulcheck li:after, .entry-style ul.ulcheck li:after {
  position: absolute;
  content: '';
  top: -2px;
  left: -38px;
  width: 34px;
  height: 28px;
  background: url(../images/check.png) center no-repeat;
  background-size: cover;
}
/* line 454, ../sass/_acmcustom.scss */
.entry-column ol, .entry-style ol {
  margin-top: 1em;
  display: inline-block;
}
/* line 458, ../sass/_acmcustom.scss */
.entry-column ul li, .entry-column ol li, .entry-style ul li, .entry-style ol li {
  margin-bottom: 1em;
  line-height: 1.4;
}
/* line 462, ../sass/_acmcustom.scss */
.entry-column .entry-container, .entry-style .entry-container {
  margin: 0 0 2em;
}
/* line 465, ../sass/_acmcustom.scss */
.entry-column blockquote, .entry-style blockquote {
  border: 2px solid #f8f6d4;
  background: none;
  padding: 20px;
}
/* line 470, ../sass/_acmcustom.scss */
.entry-column table, .entry-style table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  background: #fff;
}
/* line 475, ../sass/_acmcustom.scss */
.entry-column table a, .entry-column table a:hover, .entry-column table a:visited, .entry-style table a, .entry-style table a:hover, .entry-style table a:visited {
  text-decoration: underline !important;
}
/* line 478, ../sass/_acmcustom.scss */
.entry-column table th, .entry-column table td, .entry-style table th, .entry-style table td {
  display: table-cell;
  border: 1px solid #a39c94;
  padding: 15px 10px;
  line-height: 1.2;
}
/* line 484, ../sass/_acmcustom.scss */
.entry-column table th, .entry-style table th {
  color: #504940;
  background: #d6cfc6;
  min-width: 5.6rem;
}
/* line 489, ../sass/_acmcustom.scss */
.entry-column table tr:nth-child(odd), .entry-style table tr:nth-child(odd) {
  background: #f2f0eb;
}
/* line 493, ../sass/_acmcustom.scss */
.entry-column .oltate, .entry-style .oltate {
  width: auto;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  padding: 0;
  flex-direction: row-reverse;
}
/* line 500, ../sass/_acmcustom.scss */
.entry-column .oltate li, .entry-style .oltate li {
  padding: 0 30px;
  font-size: 22px;
  font-size: 1.35rem;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}
/* line 508, ../sass/_acmcustom.scss */
.entry-column .oltate li::before, .entry-style .oltate li::before {
  margin-bottom: 10px;
}
/* line 513, ../sass/_acmcustom.scss */
.entry-column .oltate li, .entry-style .oltate li {
  list-style: none;
}
/* line 514, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(1)::before, .entry-style .oltate li:nth-child(1)::before {
  content: "１";
}
/* line 515, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(2)::before, .entry-style .oltate li:nth-child(2)::before {
  content: "２";
}
/* line 516, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(3)::before, .entry-style .oltate li:nth-child(3)::before {
  content: "３";
}
/* line 517, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(4)::before, .entry-style .oltate li:nth-child(4)::before {
  content: "４";
}
/* line 518, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(5)::before, .entry-style .oltate li:nth-child(5)::before {
  content: "５";
}
/* line 519, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(6)::before, .entry-style .oltate li:nth-child(6)::before {
  content: "６";
}
/* line 520, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(7)::before, .entry-style .oltate li:nth-child(7)::before {
  content: "７";
}
/* line 521, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(8)::before, .entry-style .oltate li:nth-child(8)::before {
  content: "８";
}
/* line 522, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(9)::before, .entry-style .oltate li:nth-child(9)::before {
  content: "９";
}
/* line 523, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(10)::before, .entry-style .oltate li:nth-child(10)::before {
  content: "１０";
}
/* line 524, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(11)::before, .entry-style .oltate li:nth-child(11)::before {
  content: "１１";
}
/* line 525, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(12)::before, .entry-style .oltate li:nth-child(12)::before {
  content: "１２";
}

/* line 529, ../sass/_acmcustom.scss */
#toppage .entry-column h2, #toppage .entry-style h2 {
  background: none;
}
/* line 531, ../sass/_acmcustom.scss */
#toppage .entry-column h2:before, #toppage .entry-style h2:before {
  display: none;
}

/* PAGE CUSTOM */
/* line 538, ../sass/_acmcustom.scss */
[class*=ug-bg-] {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  width: 117.6%;
  margin: 60px -8.8% 30px;
  padding: 60px 9%;
  background: #e1e0dd;
}
@media screen and (max-width: 820px) {
  /* line 538, ../sass/_acmcustom.scss */
  [class*=ug-bg-] {
    padding: 50px 5%;
  }
}
/* line 544, ../sass/_acmcustom.scss */
[class*=ug-bg-]:after {
  display: block;
  clear: both;
  content: "";
}
/* line 549, ../sass/_acmcustom.scss */
[class*=ug-bg-] > h2.ttlbg:first-child, [class*=ug-bg-] > h2.ttlbg-center:first-child, [class*=ug-bg-] > h3.ttlbg:first-child, [class*=ug-bg-] > h3.ttlbg-center:first-child {
  margin-top: -60px;
  margin-bottom: 60px;
}
/* line 553, ../sass/_acmcustom.scss */
[class*=ug-bg-] > *:first-of-type {
  margin-top: 0;
}
/* line 556, ../sass/_acmcustom.scss */
[class*=ug-bg-] h2, [class*=ug-bg-] h3, [class*=ug-bg-] h4, [class*=ug-bg-] h5, [class*=ug-bg-] p, [class*=ug-bg-] li, [class*=ug-bg-] dt, [class*=ug-bg-] dd, [class*=ug-bg-] blockquote {
  color: #48423a !important;
}
/* line 559, ../sass/_acmcustom.scss */
[class*=ug-bg-] h2.ttlbg, [class*=ug-bg-] .ttlbg-center {
  margin-left: -7.4%;
  margin-right: -7.4%;
}
@media screen and (max-width: 820px) {
  /* line 538, ../sass/_acmcustom.scss */
  [class*=ug-bg-] {
    padding: 40px 7.5%;
  }
  /* line 565, ../sass/_acmcustom.scss */
  [class*=ug-bg-] h2.ttlbg, [class*=ug-bg-] .ttlbg-center {
    margin-left: -4.2%;
    margin-right: -4.2%;
  }
}

/* line 571, ../sass/_acmcustom.scss */
[class*=ug-bg-] + [class*=ug-bg-] {
  margin-top: -30px;
}

/* line 574, ../sass/_acmcustom.scss */
.ug-bg-color {
  background: #e1e0dd;
}

/* PAGE ORIJINAL */
/* line 578, ../sass/_acmcustom.scss */
.ug-mokuji, .ug-faq {
  border: 8px solid #f3b6b6;
  padding: 15px 2.5% 0;
  border-radius: 16px;
  clear: both !important;
}
/* line 583, ../sass/_acmcustom.scss */
.ug-mokuji h2, .ug-faq h2 {
  margin: 0;
  background: none;
  font-size: 22px;
  font-size: 1.35rem;
  padding-left: 2.5rem;
  color: #504940;
}
/* line 589, ../sass/_acmcustom.scss */
.ug-mokuji h2:before, .ug-faq h2:before {
  display: none;
}
/* line 592, ../sass/_acmcustom.scss */
.ug-mokuji h2:after, .ug-faq h2:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  font-family: 'Material Symbols Outlined';
  content: '\e86c';
  font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 36;
  font-size: 36px;
  line-height: 36px;
  margin-top: -18px;
  color: #d10e0c;
  font-weight: normal;
  transition: .4s;
}
/* line 612, ../sass/_acmcustom.scss */
.ug-mokuji:after, .ug-faq:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

/* line 619, ../sass/_acmcustom.scss */
.ug-faq {
  border: none;
  background: #f8f6d4;
  margin-top: 60px;
}
/* line 623, ../sass/_acmcustom.scss */
.ug-faq h2 {
  font-size: 32px;
  font-size: 2rem;
}
/* line 625, ../sass/_acmcustom.scss */
.ug-faq h2:after {
  content: '\eb8b';
  color: #e3a600;
}
/* line 630, ../sass/_acmcustom.scss */
.ug-faq dl {
  margin: 0;
  padding: 15px 0;
}
/* line 634, ../sass/_acmcustom.scss */
.ug-faq dt, .ug-faq dd {
  line-height: 1.4;
}
/* line 636, ../sass/_acmcustom.scss */
.ug-faq dt:after, .ug-faq dd:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #2478ce;
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
/* line 648, ../sass/_acmcustom.scss */
.ug-faq dd:after {
  background: #fe8282;
}
/* line 652, ../sass/_acmcustom.scss */
.ug-faq dt {
  padding: 6px 0 8px 45px;
  font-weight: bold;
  position: relative;
}
/* line 656, ../sass/_acmcustom.scss */
.ug-faq dt:before {
  width: 36px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 36px;
  content: 'Q';
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  z-index: 10;
}
/* line 671, ../sass/_acmcustom.scss */
.ug-faq dd {
  text-align: left;
  padding: 6px 0 20px 45px;
  position: relative;
}
/* line 675, ../sass/_acmcustom.scss */
.ug-faq dd:before {
  width: 36px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 36px;
  content: 'A';
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  z-index: 10;
}

/* line 690, ../sass/_acmcustom.scss */
.entry-column .ug-bg-cta {
  background: #504940;
  text-align: center;
  position: relative;
}
/* line 694, ../sass/_acmcustom.scss */
.entry-column .ug-bg-cta h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0 0 30px;
  flex-basis: 100%;
  color: #877762;
  color: #fff !important;
  padding: 0;
  border-left: none;
  clear: both;
  background: none;
  position: relative;
  z-index: 10;
}
/* line 110, ../sass/_snippet.scss */
.entry-column .ug-bg-cta h2 em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #a39c94;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  /* line 694, ../sass/_acmcustom.scss */
  .entry-column .ug-bg-cta h2 {
    margin-bottom: 20px;
  }
}
/* line 703, ../sass/_acmcustom.scss */
.entry-column .ug-bg-cta h2:before {
  display: none;
}
/* line 707, ../sass/_acmcustom.scss */
.entry-column .ug-bg-cta p {
  color: #fff !important;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.35rem;
  position: relative;
  z-index: 10;
}
/* line 714, ../sass/_acmcustom.scss */
.entry-column .ug-bg-cta .acms-admin-module-edit {
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
}
/* line 719, ../sass/_acmcustom.scss */
.entry-column .ug-bg-cta .column-module {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10;
}
/* line 724, ../sass/_acmcustom.scss */
.entry-column .ug-bg-cta .column-module ul {
  padding: 0;
  margin: 0;
}
/* line 729, ../sass/_acmcustom.scss */
.entry-column .ug-bg-cta ul {
  list-style: none;
}
/* line 732, ../sass/_acmcustom.scss */
.entry-column .ug-bg-cta .entrycv {
  background: none;
}

/* line 737, ../sass/_acmcustom.scss */
.ug-talk1, .ug-talk2, .ug-talk3 {
  margin-left: 85px;
  margin-bottom: 30px;
  float: left;
  clear: both !important;
  position: relative;
  background: #f2f0eb;
  border-radius: 20px;
  padding: 20px 20px 0;
}
/* line 746, ../sass/_acmcustom.scss */
.ug-talk1 p, .ug-talk2 p, .ug-talk3 p {
  margin-bottom: 20px;
}
/* line 749, ../sass/_acmcustom.scss */
.ug-talk1:before, .ug-talk2:before, .ug-talk3:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -85px;
  content: '';
  background-size: cover;
  background-color: #f2f0eb;
  width: 70px;
  height: 70px;
  border-radius: 35px;
}
/* line 761, ../sass/_acmcustom.scss */
.ug-talk1:after, .ug-talk2:after, .ug-talk3:after {
  position: absolute;
  z-index: 1;
  top: 26px;
  left: -6px;
  content: '';
  background: #f2f0eb;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg) skew(calc((70deg - 30deg) / 2), calc((70deg - 30deg) / 2));
}

/* line 778, ../sass/_acmcustom.scss */
.ug-talk2 {
  background: #eee;
}
/* line 780, ../sass/_acmcustom.scss */
.ug-talk2:before {
  background-image: url(../images/adviser_s.jpg);
}
/* line 783, ../sass/_acmcustom.scss */
.ug-talk2:after {
  background: #eee;
}

/* line 787, ../sass/_acmcustom.scss */
.ug-talk3 {
  margin-right: 85px;
  clear: both !important;
}
/* line 790, ../sass/_acmcustom.scss */
.ug-talk3:before {
  left: auto;
  right: -85px;
}
/* line 794, ../sass/_acmcustom.scss */
.ug-talk3:after {
  left: auto;
  right: -6px;
}

/* line 800, ../sass/_acmcustom.scss */
.faq .ug-faq {
  margin-bottom: 30px;
}
/* line 803, ../sass/_acmcustom.scss */
.faq .ug-talk2 {
  margin-bottom: 60px;
}

/* PAGE TEMP */
/* line 809, ../sass/_acmcustom.scss */
.acms-entry-unit-full.ug-bg-image {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #111;
}
/* line 814, ../sass/_acmcustom.scss */
.acms-entry-unit-full.ug-bg-image .bgimage {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
  margin: 0;
}
/* line 823, ../sass/_acmcustom.scss */
.acms-entry-unit-full.ug-bg-image .bgimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
/* line 830, ../sass/_acmcustom.scss */
.acms-entry-unit-full.ug-bg-image h2, .acms-entry-unit-full.ug-bg-image h3, .acms-entry-unit-full.ug-bg-image h4, .acms-entry-unit-full.ug-bg-image h5, .acms-entry-unit-full.ug-bg-image h6, .acms-entry-unit-full.ug-bg-image p, .acms-entry-unit-full.ug-bg-image li {
  color: #fff;
}

/* line 835, ../sass/_acmcustom.scss */
#bg-light, .ug-bg-light {
  background: #fff;
}

/* line 838, ../sass/_acmcustom.scss */
#bg-main, .ug-bg-main {
  background: #fe8282;
}

/* line 841, ../sass/_acmcustom.scss */
#bg-sub, .ug-bg-sub {
  background: #d6cfc6;
}

/* line 844, ../sass/_acmcustom.scss */
#bg-black, .ug-bg-black {
  background: #111;
}

/* line 847, ../sass/_acmcustom.scss */
#bg-black, .ug-bg-black, [id*=bg-] .ug-bg-black, #bg-main, .ug-bg-main, [id*=bg-].ug-bg-main {
  color: #fff;
}
/* line 849, ../sass/_acmcustom.scss */
#bg-black h1, #bg-black h1 a, #bg-black h2, #bg-black h3, #bg-black h4, #bg-black h5, #bg-black p, #bg-black li, #bg-black dt, #bg-black dd, #bg-black blockquote, #bg-black .acms-topicpath a, #bg-black time, .ug-bg-black h1, .ug-bg-black h1 a, .ug-bg-black h2, .ug-bg-black h3, .ug-bg-black h4, .ug-bg-black h5, .ug-bg-black p, .ug-bg-black li, .ug-bg-black dt, .ug-bg-black dd, .ug-bg-black blockquote, .ug-bg-black .acms-topicpath a, .ug-bg-black time, [id*=bg-] .ug-bg-black h1, [id*=bg-] .ug-bg-black h1 a, [id*=bg-] .ug-bg-black h2, [id*=bg-] .ug-bg-black h3, [id*=bg-] .ug-bg-black h4, [id*=bg-] .ug-bg-black h5, [id*=bg-] .ug-bg-black p, [id*=bg-] .ug-bg-black li, [id*=bg-] .ug-bg-black dt, [id*=bg-] .ug-bg-black dd, [id*=bg-] .ug-bg-black blockquote, [id*=bg-] .ug-bg-black .acms-topicpath a, [id*=bg-] .ug-bg-black time, #bg-main h1, #bg-main h1 a, #bg-main h2, #bg-main h3, #bg-main h4, #bg-main h5, #bg-main p, #bg-main li, #bg-main dt, #bg-main dd, #bg-main blockquote, #bg-main .acms-topicpath a, #bg-main time, .ug-bg-main h1, .ug-bg-main h1 a, .ug-bg-main h2, .ug-bg-main h3, .ug-bg-main h4, .ug-bg-main h5, .ug-bg-main p, .ug-bg-main li, .ug-bg-main dt, .ug-bg-main dd, .ug-bg-main blockquote, .ug-bg-main .acms-topicpath a, .ug-bg-main time, [id*=bg-].ug-bg-main h1, [id*=bg-].ug-bg-main h1 a, [id*=bg-].ug-bg-main h2, [id*=bg-].ug-bg-main h3, [id*=bg-].ug-bg-main h4, [id*=bg-].ug-bg-main h5, [id*=bg-].ug-bg-main p, [id*=bg-].ug-bg-main li, [id*=bg-].ug-bg-main dt, [id*=bg-].ug-bg-main dd, [id*=bg-].ug-bg-main blockquote, [id*=bg-].ug-bg-main .acms-topicpath a, [id*=bg-].ug-bg-main time {
  color: #fff;
}
/* line 852, ../sass/_acmcustom.scss */
#bg-black h2.ttlbg, #bg-black h2.ttlbg-center, .ug-bg-black h2.ttlbg, .ug-bg-black h2.ttlbg-center, [id*=bg-] .ug-bg-black h2.ttlbg, [id*=bg-] .ug-bg-black h2.ttlbg-center, #bg-main h2.ttlbg, #bg-main h2.ttlbg-center, .ug-bg-main h2.ttlbg, .ug-bg-main h2.ttlbg-center, [id*=bg-].ug-bg-main h2.ttlbg, [id*=bg-].ug-bg-main h2.ttlbg-center {
  background: #48423a;
}

/* line 857, ../sass/_acmcustom.scss */
#bg-black h2.ttlbg, #bg-black h2.ttlbg-center, .ug-bg-black h2.ttlbg, .ug-bg-black h2.ttlbg-center, [id*=bg-] .ug-bg-black h2.ttlbg, [id*=bg-] .ug-bg-black h2.ttlbg-center {
  background: #9d8361;
}
/* line 861, ../sass/_acmcustom.scss */
#bg-black h2.ttlbreak span, #bg-black h3.ttlbreak span, #bg-black h4.ttlbreak span, .ug-bg-black h2.ttlbreak span, .ug-bg-black h3.ttlbreak span, .ug-bg-black h4.ttlbreak span, [id*=bg-] .ug-bg-black h2.ttlbreak span, [id*=bg-] .ug-bg-black h3.ttlbreak span, [id*=bg-] .ug-bg-black h4.ttlbreak span {
  background: linear-gradient(transparent 0%, #7b5941 0%);
}

/* line 867, ../sass/_acmcustom.scss */
[id*=bg-] .ug-bg-color h2.ttlbg, [id*=bg-] .ug-bg-color h2.ttlbg-center, [id*=bg-] .ug-bg-color h3.ttlbg, [id*=bg-] .ug-bg-color h3.ttlbg-center, [id*=bg-] .ug-bg-color h4.ttlbg, [id*=bg-] .ug-bg-color h4.ttlbg-center, [id*=bg-] .ug-bg-color h5.ttlbg, [id*=bg-] .ug-bg-light h2.ttlbg, [id*=bg-] .ug-bg-light h2.ttlbg-center, [id*=bg-] .ug-bg-light h3.ttlbg, [id*=bg-] .ug-bg-light h3.ttlbg-center, [id*=bg-] .ug-bg-light h4.ttlbg, [id*=bg-] .ug-bg-light h4.ttlbg-center, [id*=bg-] .ug-bg-light h5.ttlbg, [id*=bg-] .ug-bg-sub h2.ttlbg, [id*=bg-] .ug-bg-sub h2.ttlbg-center, [id*=bg-] .ug-bg-sub h3.ttlbg, [id*=bg-] .ug-bg-sub h3.ttlbg-center, [id*=bg-] .ug-bg-sub h4.ttlbg, [id*=bg-] .ug-bg-sub h4.ttlbg-center, [id*=bg-] .ug-bg-sub h5.ttlbg {
  color: #fff !important;
}

/* line 872, ../sass/_acmcustom.scss */
#bg-sub blockquote, .ug-bg-sub blockquote, [id*=bg-] .ug-bg-sub blockquote {
  background: #fff;
  border: 2px solid #fbe213;
}

/* BTN */
/* line 879, ../sass/_acmcustom.scss */
.entry-btn, .entry-btn-attention {
  display: inline-block;
  margin-right: 1em !important;
}
/* line 882, ../sass/_acmcustom.scss */
.entry-btn a, .entry-btn-attention a {
  display: block;
  line-height: 1.2;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: bold;
  padding: 20px 30px;
  background: #48423a;
  text-align: center;
  position: relative;
  border-radius: 40px;
}
/* line 893, ../sass/_acmcustom.scss */
.entry-btn a:after, .entry-btn-attention a:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8px;
  font-family: 'Material Symbols Outlined';
  content: '\e5c8';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-top: -12px;
  transition: .4s;
}
/* line 911, ../sass/_acmcustom.scss */
.entry-btn a:hover, .entry-btn-attention a:hover {
  background: #877762;
}
/* line 913, ../sass/_acmcustom.scss */
.entry-btn a:hover:after, .entry-btn-attention a:hover:after {
  right: 3px;
}

/* line 920, ../sass/_acmcustom.scss */
.entry-btn-attention a {
  background: #d10e0c;
  color: #fff !important;
}
/* line 923, ../sass/_acmcustom.scss */
.entry-btn-attention a:hover {
  background: #fe8282;
}

/* line 928, ../sass/_acmcustom.scss */
.acms-entry [class*=acms-col-] .entry-btn, .acms-entry [class*=acms-col-] .entry-btn-attention {
  margin-right: 0 !important;
}

/* line 931, ../sass/_acmcustom.scss */
.acms-entry .acms-col-sm-4 .entry-btn, .acms-entry .acms-col-sm-4 .entry-btn-attention {
  display: block;
}

/* INDEX */
/* line 937, ../sass/_acmcustom.scss */
.indTtl {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 40px;
  padding: 0;
  border: none;
  flex-basis: 100%;
}
@media screen and (max-width: 820px) {
  /* line 937, ../sass/_acmcustom.scss */
  .indTtl {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 92, ../sass/_snippet.scss */
.indTtl em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #d10e0c;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  /* line 937, ../sass/_acmcustom.scss */
  .indTtl {
    margin-bottom: 30px;
  }
}

/* line 940, ../sass/_acmcustom.scss */
.indlist {
  overflow: visible;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  /* line 940, ../sass/_acmcustom.scss */
  .indlist {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 946, ../sass/_acmcustom.scss */
.indlist:after {
  width: 30%;
  height: 0;
  content: '';
}
/* line 951, ../sass/_acmcustom.scss */
.indlist li {
  flex-basis: 30%;
  text-align: center;
  padding-bottom: 40px;
}
/* line 955, ../sass/_acmcustom.scss */
.indlist li img {
  max-width: 400px;
  overflow: hidden;
  margin: 0 auto 15px;
  display: block;
  border-radius: 10px;
}
/* line 963, ../sass/_acmcustom.scss */
.indlist li a p, .indlist li a h2 {
  font-weight: bold;
  line-height: 1.3;
  padding-right: 47px;
  position: relative;
  text-align: left;
}
/* line 969, ../sass/_acmcustom.scss */
.indlist li a p:after, .indlist li a h2:after {
  position: absolute;
  z-index: 2;
  top: 11px;
  right: 10px;
  font-family: 'Material Symbols Outlined';
  content: '\e5c8';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  transition: .4s;
}
/* line 986, ../sass/_acmcustom.scss */
.indlist li a p:before, .indlist li a h2:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  content: '';
  background: #48423a;
  border-radius: 24px;
  transition: .4s;
}
/* line 1001, ../sass/_acmcustom.scss */
.indlist li a:hover p:after, .indlist li a:hover h2:after {
  right: 0px;
}
/* line 1004, ../sass/_acmcustom.scss */
.indlist li a:hover p:before, .indlist li a:hover h2:before {
  right: -10px;
}

/* line 1015, ../sass/_acmcustom.scss */
.myhome .indlist.example li {
  flex-basis: 23%;
}
/* line 1021, ../sass/_acmcustom.scss */
.myhome .indlist li h2 {
  padding-top: 10px;
  font-size: 22px;
  font-size: 1.35rem;
  line-height: 1.2;
}
/* line 1027, ../sass/_acmcustom.scss */
.myhome .indlist .example {
  display: none;
}

/* line 1035, ../sass/_acmcustom.scss */
.newsindex article a, .newsindex li a {
  display: block;
  padding: 30px 35px 30px 2.5%;
  position: relative;
  color: #48423a;
  margin-bottom: 10px;
  border-top: 1px solid #d6cfc6;
  border-bottom: 1px solid #d6cfc6;
  margin-bottom: -1px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.3;
}
/* line 1047, ../sass/_acmcustom.scss */
.newsindex article a time, .newsindex li a time {
  color: #877762;
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
  font-size: .8rem;
}
/* line 1053, ../sass/_acmcustom.scss */
.newsindex article a h2, .newsindex li a h2 {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.3;
}
/* line 1057, ../sass/_acmcustom.scss */
.newsindex article a:after, .newsindex li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #a39c94;
  border-right: 2px solid #a39c94;
  content: "";
  transition: .4s;
}
/* line 1069, ../sass/_acmcustom.scss */
.newsindex article a:hover, .newsindex li a:hover {
  background: #f2f0eb;
}
/* line 1071, ../sass/_acmcustom.scss */
.newsindex article a:hover:after, .newsindex li a:hover:after {
  right: 10px;
}

/* line 1078, ../sass/_acmcustom.scss */
.clearHidden {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

/* PAGER */
/* line 1085, ../sass/_acmcustom.scss */
ul.serial-nav {
  margin: 0;
}
/* line 1088, ../sass/_acmcustom.scss */
ul.serial-nav .serial-nav-item-prev a {
  padding-right: 1.5em;
}
/* line 1091, ../sass/_acmcustom.scss */
ul.serial-nav .serial-nav-item-prev .material-icons, ul.serial-nav .serial-nav-item-prev .material-icons-outlined {
  left: 5px;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
  position: absolute;
}
/* line 1100, ../sass/_acmcustom.scss */
ul.serial-nav .serial-nav-item-next a {
  padding-left: 1.5em;
}
/* line 1103, ../sass/_acmcustom.scss */
ul.serial-nav .serial-nav-item-next .material-icons, ul.serial-nav .serial-nav-item-next .material-icons-outlined {
  right: 5px;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
  position: absolute;
}
/* line 1111, ../sass/_acmcustom.scss */
ul.serial-nav a {
  min-width: 20em;
  background: #877762;
  border-radius: 40px;
  color: #fff !important;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: inline-block;
  text-decoration: none;
  position: relative;
  line-height: 1.3;
}
/* line 1123, ../sass/_acmcustom.scss */
ul.serial-nav a i {
  vertical-align: middle;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-right: 5px;
  margin-left: 5px;
}
/* line 1130, ../sass/_acmcustom.scss */
ul.serial-nav a:hover {
  background: #a39c94;
  color: #fff !important;
  text-decoration: none;
}
/* line 1134, ../sass/_acmcustom.scss */
ul.serial-nav a:hover .material-icons, ul.serial-nav a:hover .material-icons-outlined {
  color: #fff;
}

/* line 1141, ../sass/_acmcustom.scss */
ul.pager li.cur {
  background: #c8b499;
}
/* line 1144, ../sass/_acmcustom.scss */
ul.pager a {
  background: #e1e0dd;
}
/* line 1146, ../sass/_acmcustom.scss */
ul.pager a:hover {
  background: #fe8282;
}

/* line 1151, ../sass/_acmcustom.scss */
.acms-admin-form-width-3quarters, .acms-admin-form-width-half, .acms-admin-form-width-full {
  font-size: 14px !important;
}

/* line 1154, ../sass/_acmcustom.scss */
#js-edit_inplace-holder {
  position: relative;
  z-index: 50;
}

/*
　目次ユニット
------------------------------ */
/* line 1162, ../sass/_acmcustom.scss */
.entry-column .entry-outline {
  margin: 0 auto 3rem;
  padding: 1rem;
  background: #f4f3ed;
  border-radius: 8px;
}

/* line 1168, ../sass/_acmcustom.scss */
.entry-column .entry-outline-title {
  margin: 0 0 1rem;
  padding: 0 0 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  border-bottom: 2px solid #c8c39e;
  font-size: 22px;
  font-size: 1.35rem;
}

/* line 1176, ../sass/_acmcustom.scss */
.entry-column .entry-outline-list-wrap .outline-list {
  margin: 0;
  padding: 0 0 0 1.5rem;
  counter-reset: a;
}

/* line 1181, ../sass/_acmcustom.scss */
.entry-column .entry-outline-list-wrap .outline-list.level-1 {
  padding: 0;
}

/* line 1184, ../sass/_acmcustom.scss */
.entry-column .entry-outline-list-wrap .outline-item {
  list-style: none;
}

/* line 1187, ../sass/_acmcustom.scss */
.entry-column .entry-outline-list-wrap .outline-item::marker {
  content: none;
}

/* line 1190, ../sass/_acmcustom.scss */
.entry-column .entry-outline-list-wrap .outline-item a {
  display: block;
  margin: 0 0 1rem 0.25rem;
  text-decoration: none;
}

/* line 1195, ../sass/_acmcustom.scss */
.entry-column .entry-outline-list-wrap .outline-item a:hover {
  text-decoration: underline;
}

/* line 1198, ../sass/_acmcustom.scss */
.entry-column .entry-outline-list-wrap .outline-item a::before {
  display: inline-block;
  padding-right: 0.5rem;
  font-weight: 700;
  white-space: nowrap;
  content: counters(a,"-") ". ";
  counter-increment: a;
}

/* BLOG */
/* line 1208, ../sass/_acmcustom.scss */
.blogL {
  width: 71%;
  float: left;
}
/* line 1211, ../sass/_acmcustom.scss */
.blogL [class*=ug-bg-] {
  width: 100%;
  margin: 60px 0 30px;
  padding: 60px 20px;
  overflow: hidden;
}
/* line 1216, ../sass/_acmcustom.scss */
.blogL [class*=ug-bg-] .entrycv {
  padding: 0;
}
/* line 1219, ../sass/_acmcustom.scss */
.blogL [class*=ug-bg-] h2.ttlbg, .blogL [class*=ug-bg-] .ttlbg-center {
  margin-left: 0;
  margin-right: 0;
  color: #fff !important;
}

/* line 1226, ../sass/_acmcustom.scss */
.blogR {
  width: 25%;
  float: right;
  text-align: left;
}
/* line 1230, ../sass/_acmcustom.scss */
.blogR h2 {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
/* line 1235, ../sass/_acmcustom.scss */
.blogR ul {
  border: none;
}
/* line 1237, ../sass/_acmcustom.scss */
.blogR ul li {
  margin-bottom: 1em;
  line-height: 1.3;
}
/* line 1240, ../sass/_acmcustom.scss */
.blogR ul li a {
  padding-left: 16px;
  display: block;
  position: relative;
}
/* line 1244, ../sass/_acmcustom.scss */
.blogR ul li a:after {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: -1px;
  font-family: 'Material Symbols Outlined';
  content: '\e5e1';
  font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 12;
  font-size: 12px;
  line-height: 12px;
  color: #877762;
  transition: .4s;
}
/* line 1262, ../sass/_acmcustom.scss */
.blogR ul li a:hover:after {
  left: 4px;
}
/* line 1269, ../sass/_acmcustom.scss */
.blogR .entry-list, .blogR .category-list {
  margin-bottom: 30px;
  background: #f2f0eb;
  border-radius: 8px;
  padding: 20px 20px 10px;
}
/* line 1275, ../sass/_acmcustom.scss */
.blogR .entry-list-date {
  font-size: 13px;
  font-size: .8rem;
  color: #877762;
}

/* CONTACT */
/* line 1283, ../sass/_acmcustom.scss */
#contactform .entry-btn-attention a {
  text-decoration: none;
}

/* line 1288, ../sass/_acmcustom.scss */
#contact {
  margin: 0 auto;
  text-align: left;
  padding: 0 0 40px;
}
/* line 1292, ../sass/_acmcustom.scss */
#contact .contactIn {
  margin-top: 2em;
}
/* line 1295, ../sass/_acmcustom.scss */
#contact dl {
  width: 100%;
  border-top: 1px solid #a39c94;
  margin-bottom: 0;
  background: #f2f0eb;
}
/* line 1301, ../sass/_acmcustom.scss */
#contact dt {
  width: 14em;
  float: left;
  font-weight: bold;
  padding: 1em .75em 0;
  line-height: 1.5;
  margin: 0;
}
/* line 1308, ../sass/_acmcustom.scss */
#contact dt span {
  background: #d51817;
  font-weight: bold;
  margin: 3px 0 0;
  padding: 2px 4px;
  color: #fff;
  font-size: 12px;
  display: block;
  float: right;
  border-radius: 3px;
}
/* line 1320, ../sass/_acmcustom.scss */
#contact dd {
  padding: .75em .75em 1em 14.5em;
  margin: 0;
  line-height: 1.5;
  border-bottom: 1px solid #a39c94;
}
/* line 1325, ../sass/_acmcustom.scss */
#contact dd .acms-admin-text-error {
  margin-bottom: 0;
  color: #d51817 !important;
}
/* line 1331, ../sass/_acmcustom.scss */
#contact small a {
  text-decoration: underline;
}
/* line 1335, ../sass/_acmcustom.scss */
#contact .acms-admin-form-checkbox {
  display: block;
}

/* line 1339, ../sass/_acmcustom.scss */
.inpAge {
  width: 4em !important;
}

/* line 1342, ../sass/_acmcustom.scss */
.form-btn {
  width: 40%;
  max-width: 360px;
  margin: 0 2.5%;
  display: inline-block;
}

/* line 1348, ../sass/_acmcustom.scss */
.btnSend {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  overflow: hidden;
}

/* line 1354, ../sass/_acmcustom.scss */
.btnSend input {
  width: 100%;
  background: #48423a;
  color: #fff;
  font-weight: bold;
  transition: .4s;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
  padding: 21px 20px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 40px;
}
/* line 1369, ../sass/_acmcustom.scss */
.btnSend input:hover {
  background: #826e42;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=70)";
}

/* line 1376, ../sass/_acmcustom.scss */
#btnToInput {
  border: 2px solid #48423a !important;
  background: #fff !important;
  color: #48423a !important;
  transition: .4s;
}
/* line 1381, ../sass/_acmcustom.scss */
#btnToInput:hover {
  border: 2px solid #48423a !important;
  background: #f4f3ed !important;
}

/* line 1386, ../sass/_acmcustom.scss */
#btnConfirm {
  max-width: 260px;
  width: 80%;
  margin: 0 auto;
}

/* line 1391, ../sass/_acmcustom.scss */
.slide-photo {
  overflow: visible !important;
}
/* line 1393, ../sass/_acmcustom.scss */
.slide-photo .slick-list {
  overflow: visible !important;
}

/* line 1397, ../sass/_acmcustom.scss */
.js-datepicker2 {
  width: 7em;
}

@media screen and (max-width: 820px) {
  /* line 1402, ../sass/_acmcustom.scss */
  .acms-col-sm-3 {
    width: 50% !important;
    margin-bottom: 10px !important;
  }

  /* line 1406, ../sass/_acmcustom.scss */
  .summary-default-entry-image-wrap img {
    width: 100%;
  }

  /* line 1409, ../sass/_acmcustom.scss */
  .pagetitle, .pagetitle2 {
    height: 360px;
  }
  /* line 1411, ../sass/_acmcustom.scss */
  .pagetitle p, .pagetitle2 p {
    top: 180px;
    width: 93%;
  }
  /* line 1415, ../sass/_acmcustom.scss */
  .pagetitle h1, .pagetitle .newsttl, .pagetitle2 h1, .pagetitle2 .newsttl {
    top: 230px;
    width: 93%;
  }
  /* line 1419, ../sass/_acmcustom.scss */
  .pagetitle:after, .pagetitle2:after {
    width: 237px;
    height: 400px;
    margin-top: -180px;
  }

  /* line 1425, ../sass/_acmcustom.scss */
  .entryCont, .entryList {
    padding: 40px 5%;
  }
  /* line 1427, ../sass/_acmcustom.scss */
  .entryCont h1, .entryList h1 {
    margin: 0 0 40px;
    padding-bottom: 15px;
  }
  /* line 1430, ../sass/_acmcustom.scss */
  .entryCont h1 strong, .entryList h1 strong {
    padding-top: 5px;
    font-size: 18px;
    font-size: 1.2rem;
  }

  /* line 1436, ../sass/_acmcustom.scss */
  .indlist {
    padding-bottom: 30px;
  }

  /* line 1440, ../sass/_acmcustom.scss */
  ul.serial-nav a {
    min-width: inherit;
  }
  /* line 1443, ../sass/_acmcustom.scss */
  ul.serial-nav .serial-nav-item-prev {
    float: left;
    display: inline;
  }
  /* line 1447, ../sass/_acmcustom.scss */
  ul.serial-nav .serial-nav-item-next {
    float: right;
    display: inline;
  }

  /* BLOG */
  /* line 1453, ../sass/_acmcustom.scss */
  .blogL {
    width: 100%;
    float: none;
  }
  /* line 1456, ../sass/_acmcustom.scss */
  .blogL [class*=ug-bg-] {
    width: 117.6%;
    margin: 30px -8.8% 30px;
    padding: 30px 9%;
  }

  /* line 1462, ../sass/_acmcustom.scss */
  .blogR {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  /* line 1467, ../sass/_acmcustom.scss */
  .acms-admin-col-6 {
    width: 100%;
  }

  /* line 1470, ../sass/_acmcustom.scss */
  .acms-col-sm-6 {
    float: none;
    width: 100%;
  }

  /* line 1474, ../sass/_acmcustom.scss */
  .acms-entry .acms-col-sm-4 {
    float: none;
    width: 100%;
    padding: 0 !important;
  }

  /* line 1479, ../sass/_acmcustom.scss */
  .acms-form input[type=text] {
    width: auto !important;
  }

  /* SP TITLE */
  /* line 1483, ../sass/_acmcustom.scss */
  .pagetitle, .pagetitle2 {
    height: 240px;
  }
  /* line 1485, ../sass/_acmcustom.scss */
  .pagetitle p, .pagetitle2 p {
    top: 110px;
    font-size: 22px;
    font-size: 1.35rem;
  }
  /* line 1489, ../sass/_acmcustom.scss */
  .pagetitle h1, .pagetitle .newsttl, .pagetitle2 h1, .pagetitle2 .newsttl {
    top: 140px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* line 1493, ../sass/_acmcustom.scss */
  .pagetitle:after, .pagetitle2:after {
    width: 143px;
    height: 240px;
    margin-top: -120px;
  }

  /* SP ENTRY */
  /* line 1501, ../sass/_acmcustom.scss */
  .entryCont h1, .entryList h1 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 1505, ../sass/_acmcustom.scss */
  .entryCont h1 em, .entryList h1 em {
    font-size: 18px;
    font-size: 1.2rem;
  }
  /* line 1510, ../sass/_acmcustom.scss */
  .entryCont .news h1, .entryList .news h1 {
    margin-bottom: 20px;
    margin-top: 5px;
  }

  /* line 1517, ../sass/_acmcustom.scss */
  .entryCont .entry-column .entry-container, .entryList .entry-column .entry-container {
    margin-bottom: 1.5em;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #eee;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1523, ../sass/_acmcustom.scss */
  .entryCont .entry-column .entry-container .table-chu, .entryList .entry-column .entry-container .table-chu {
    white-space: nowrap;
  }
  /* line 1527, ../sass/_acmcustom.scss */
  .entryCont .entry-column ul, .entryList .entry-column ul {
    clear: both;
  }

  /* line 1531, ../sass/_acmcustom.scss */
  .entryCont, .entryList {
    padding: 30px 5%;
  }

  /* line 1535, ../sass/_acmcustom.scss */
  .entry-column h2, .entry-style h2 {
    font-size: 22px;
    font-size: 1.35rem;
    margin: 30px 0 15px;
  }
  /* line 1539, ../sass/_acmcustom.scss */
  .entry-column h3, .entry-style h3 {
    margin: 30px 0 15px;
  }
  /* line 1542, ../sass/_acmcustom.scss */
  .entry-column h4, .entry-style h4 {
    margin: 20px 0 10px;
  }
  /* line 1545, ../sass/_acmcustom.scss */
  .entry-column h5, .entry-style h5 {
    margin: 20px 0 10px;
  }
  /* line 1548, ../sass/_acmcustom.scss */
  .entry-column p, .entry-style p {
    line-height: 1.5;
    margin: 0 0 1em;
  }
  /* line 1552, ../sass/_acmcustom.scss */
  .entry-column .oltate, .entry-style .oltate {
    margin: 20px auto;
  }
  /* line 1554, ../sass/_acmcustom.scss */
  .entry-column .oltate li, .entry-style .oltate li {
    padding: 0 20px;
  }
  /* line 1558, ../sass/_acmcustom.scss */
  .entry-column .entry-btn, .entry-column .entry-btn-attention, .entry-style .entry-btn, .entry-style .entry-btn-attention {
    margin-right: 5px !important;
    margin-bottom: 10px;
  }
  /* line 1562, ../sass/_acmcustom.scss */
  .entry-column .entry-btn a:after, .entry-column .entry-btn-attention a:after, .entry-style .entry-btn a:after, .entry-style .entry-btn-attention a:after {
    right: 5px;
  }

  /* SP CUSTAM */
  /* line 1569, ../sass/_acmcustom.scss */
  .ug-mokuji, .ug-faq {
    padding-top: 10px;
  }
  /* line 1571, ../sass/_acmcustom.scss */
  .ug-mokuji h2, .ug-faq h2 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 1576, ../sass/_acmcustom.scss */
  .ug-mokuji dl, .ug-faq dl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 1580, ../sass/_acmcustom.scss */
  .ug-mokuji ul, .ug-faq ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  /* line 1585, ../sass/_acmcustom.scss */
  .ug-faq {
    margin-top: 30px;
  }

  /* line 1588, ../sass/_acmcustom.scss */
  .entry-column .ug-bg-cta {
    margin-top: 30px;
  }

  /* line 1591, ../sass/_acmcustom.scss */
  .ug-talk1, .ug-talk2, .ug-talk3 {
    margin-bottom: 20px;
    padding: 15px 15px 0;
  }
  /* line 1594, ../sass/_acmcustom.scss */
  .ug-talk1:before, .ug-talk2:before, .ug-talk3:before {
    top: -8px;
  }
  /* line 1597, ../sass/_acmcustom.scss */
  .ug-talk1:after, .ug-talk2:after, .ug-talk3:after {
    top: 20px;
  }

  /* line 1602, ../sass/_acmcustom.scss */
  .faq .ug-faq {
    margin-bottom: 20px;
  }
  /* line 1605, ../sass/_acmcustom.scss */
  .faq .ug-talk2 {
    margin-bottom: 30px;
  }

  /* SP INDEX */
  /* line 1610, ../sass/_acmcustom.scss */
  .indlist {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    padding-bottom: 10px;
  }
  /* line 1614, ../sass/_acmcustom.scss */
  .indlist li {
    flex-basis: 47%;
    padding-bottom: 30px;
  }

  /* line 1621, ../sass/_acmcustom.scss */
  .newsindex article a {
    padding: 20px 40px 20px 20px;
  }
  /* line 1623, ../sass/_acmcustom.scss */
  .newsindex article a h2 {
    font-size: 16px;
    font-size: 1rem;
  }

  /* line 1631, ../sass/_acmcustom.scss */
  .myhome .indlist.example li {
    flex-basis: 47%;
  }
  /* line 1637, ../sass/_acmcustom.scss */
  .myhome .indlist li h2 {
    padding-top: 0;
    font-size: 18px;
    font-size: 1.2rem;
  }

  /* SP PAGER */
  /* line 1646, ../sass/_acmcustom.scss */
  ul.serial-nav li {
    width: 48%;
  }
  /* line 1649, ../sass/_acmcustom.scss */
  ul.serial-nav a {
    display: block;
    min-width: inherit;
    font-size: 13px;
    font-size: .8rem;
    letter-spacing: 0;
    padding: 1.5em 0;
  }
  /* line 1657, ../sass/_acmcustom.scss */
  ul.serial-nav .serial-nav-item-prev [class*=material-] {
    margin-left: 0;
  }
  /* line 1662, ../sass/_acmcustom.scss */
  ul.serial-nav .serial-nav-item-next [class*=material-] {
    margin-right: 0;
  }

  /* line 1667, ../sass/_acmcustom.scss */
  .acms-topicpath {
    padding: 30px 5% 0 !important;
  }

  /* SP CONTACT */
  /* line 1672, ../sass/_acmcustom.scss */
  #contact dt {
    float: none;
    width: auto;
    padding: 1em .75em 0;
  }
  /* line 1676, ../sass/_acmcustom.scss */
  #contact dt br {
    display: none;
  }
  /* line 1680, ../sass/_acmcustom.scss */
  #contact dd {
    padding: 0 .75em .5em;
  }
}
/* TOP */
/* line 72, ../sass/style.scss */
.topadv [class*=column-eximage], .topadv [class*=column-file], .topadv [class*=column-image], .topadv [class*=column-map], .topadv [class*=column-media], .topadv [class*=column-module], .topadv [class*=column-quote], .topadv [class*=column-street-view], .topadv [class*=column-video], .topadv [class*=column-yolp], .topadv [class*=column-youtube], .topfaqpic [class*=column-eximage], .topfaqpic [class*=column-file], .topfaqpic [class*=column-image], .topfaqpic [class*=column-map], .topfaqpic [class*=column-media], .topfaqpic [class*=column-module], .topfaqpic [class*=column-quote], .topfaqpic [class*=column-street-view], .topfaqpic [class*=column-video], .topfaqpic [class*=column-yolp], .topfaqpic [class*=column-youtube], .toprefpic [class*=column-eximage], .toprefpic [class*=column-file], .toprefpic [class*=column-image], .toprefpic [class*=column-map], .toprefpic [class*=column-media], .toprefpic [class*=column-module], .toprefpic [class*=column-quote], .toprefpic [class*=column-street-view], .toprefpic [class*=column-video], .toprefpic [class*=column-yolp], .toprefpic [class*=column-youtube], .topaccess [class*=column-eximage], .topaccess [class*=column-file], .topaccess [class*=column-image], .topaccess [class*=column-map], .topaccess [class*=column-media], .topaccess [class*=column-module], .topaccess [class*=column-quote], .topaccess [class*=column-street-view], .topaccess [class*=column-video], .topaccess [class*=column-yolp], .topaccess [class*=column-youtube] {
  margin: 0;
  padding: 0;
}
/* line 75, ../sass/style.scss */
.topadv [class*=column-eximage] img, .topadv [class*=column-file] img, .topadv [class*=column-image] img, .topadv [class*=column-map] img, .topadv [class*=column-media] img, .topadv [class*=column-module] img, .topadv [class*=column-quote] img, .topadv [class*=column-street-view] img, .topadv [class*=column-video] img, .topadv [class*=column-yolp] img, .topadv [class*=column-youtube] img, .topfaqpic [class*=column-eximage] img, .topfaqpic [class*=column-file] img, .topfaqpic [class*=column-image] img, .topfaqpic [class*=column-map] img, .topfaqpic [class*=column-media] img, .topfaqpic [class*=column-module] img, .topfaqpic [class*=column-quote] img, .topfaqpic [class*=column-street-view] img, .topfaqpic [class*=column-video] img, .topfaqpic [class*=column-yolp] img, .topfaqpic [class*=column-youtube] img, .toprefpic [class*=column-eximage] img, .toprefpic [class*=column-file] img, .toprefpic [class*=column-image] img, .toprefpic [class*=column-map] img, .toprefpic [class*=column-media] img, .toprefpic [class*=column-module] img, .toprefpic [class*=column-quote] img, .toprefpic [class*=column-street-view] img, .toprefpic [class*=column-video] img, .toprefpic [class*=column-yolp] img, .toprefpic [class*=column-youtube] img, .topaccess [class*=column-eximage] img, .topaccess [class*=column-file] img, .topaccess [class*=column-image] img, .topaccess [class*=column-map] img, .topaccess [class*=column-media] img, .topaccess [class*=column-module] img, .topaccess [class*=column-quote] img, .topaccess [class*=column-street-view] img, .topaccess [class*=column-video] img, .topaccess [class*=column-yolp] img, .topaccess [class*=column-youtube] img {
  width: 100%;
}

/* line 80, ../sass/style.scss */
.topadv {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #f2f0eb;
}
@media screen and (max-width: 820px) {
  /* line 80, ../sass/style.scss */
  .topadv {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 80, ../sass/style.scss */
  .topadv {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 84, ../sass/style.scss */
.topadv h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 40px;
  padding: 0;
  border: none;
  flex-basis: 100%;
}
@media screen and (max-width: 820px) {
  /* line 84, ../sass/style.scss */
  .topadv h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 92, ../sass/_snippet.scss */
.topadv h2 em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #d10e0c;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  /* line 84, ../sass/style.scss */
  .topadv h2 {
    margin-bottom: 30px;
  }
}
/* line 87, ../sass/style.scss */
.topadv h3 {
  font-size: 22px;
  font-size: 1.35rem;
  margin-bottom: 20px;
}
/* line 90, ../sass/style.scss */
.topadv h3:first-child {
  margin-top: 0;
}
/* line 94, ../sass/style.scss */
.topadv .advpic {
  width: 100%;
  flex-basis: 50%;
  background: #e1e0dd;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 20px 0 0 3%;
}
/* line 102, ../sass/style.scss */
.topadv .advpic .advisor {
  max-width: 60%;
  min-width: 220px;
  float: right;
  margin-right: -20px;
  margin-left: -60px;
}
/* line 109, ../sass/style.scss */
.topadv .advpic dl {
  padding-top: 60px;
}
/* line 112, ../sass/style.scss */
.topadv .advpic dt {
  font-weight: bold;
  color: #676561;
  margin-bottom: 5px;
  line-height: 1.4;
}
/* line 118, ../sass/style.scss */
.topadv .advpic dd {
  font-weight: bold;
}
/* line 120, ../sass/style.scss */
.topadv .advpic dd strong {
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 125, ../sass/style.scss */
.topadv .advtxt {
  flex-basis: 45%;
}

/* TOP ACCORDION */
/* line 130, ../sass/style.scss */
.topadv .opentxt {
  width: 100%;
  flex-basis: 100%;
  display: none;
  padding-top: 40px;
}

/* line 136, ../sass/style.scss */
.openbtn {
  width: 100%;
  flex-basis: 100%;
  margin: 40px 0 0;
  position: relative;
}
/* line 141, ../sass/style.scss */
.openbtn p {
  cursor: pointer;
  width: 90%;
  max-width: 16em;
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  background: #d10e0c;
  border-radius: 40px;
  display: block;
  padding: 22px 40px;
  max-width: 280px;
  margin: 0 auto !important;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
/* line 157, ../sass/style.scss */
.openbtn p:hover:before {
  color: #fff;
}

/* line 163, ../sass/style.scss */
.openbtn p::before {
  content: "－";
  position: absolute;
  z-index: 10;
  right: 20px;
}

/* line 169, ../sass/style.scss */
.openbtn.active p::before {
  content: "＋";
}

/* line 173, ../sass/style.scss */
.openbtn p em {
  display: none;
  font-style: normal;
  font-weight: bold;
}
/* line 178, ../sass/style.scss */
.openbtn p strong {
  display: block;
}

/* line 183, ../sass/style.scss */
.openbtn.active p em {
  display: block;
}
/* line 186, ../sass/style.scss */
.openbtn.active p strong {
  display: none;
}

/* line 191, ../sass/style.scss */
.opentxt [class*=column-eximage-], .opentxt [class*=column-image-], .opentxt [class*=column-media-] {
  text-align: center;
  padding-left: 2.5% !important;
  padding-right: 2.5% !important;
}
/* line 195, ../sass/style.scss */
.opentxt [class*=column-eximage-] img, .opentxt [class*=column-image-] img, .opentxt [class*=column-media-] img {
  width: 100%;
  border-radius: 10px;
}

/*cookierule*/
/* line 204, ../sass/style.scss */
.secondrule .openbtn {
  display: none;
}
/* line 207, ../sass/style.scss */
.secondrule .opentxt {
  display: block;
}

/* line 212, ../sass/style.scss */
.secondrule4 .openbtn {
  display: block;
}
/* line 215, ../sass/style.scss */
.secondrule4 .opentxt {
  display: none;
}

/* BTN */
/* line 221, ../sass/style.scss */
.btntop, .btntop2 {
  margin-top: 40px;
  width: 100%;
}
/* line 224, ../sass/style.scss */
.btntop a, .btntop2 a {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  background: #504940;
  font-weight: bold;
  display: block;
  padding: 22px 40px;
  max-width: 280px;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
  position: relative;
  border-radius: 35px;
  text-decoration: none;
}
/* line 238, ../sass/style.scss */
.btntop a:after, .btntop2 a:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  font-family: 'Material Symbols Outlined';
  content: '\e5c8';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  font-size: 24px;
  line-height: 24px;
  margin-top: -12px;
  color: #fff;
  font-weight: normal;
  transition: .4s;
}
/* line 257, ../sass/style.scss */
.btntop a:hover, .btntop2 a:hover {
  background: #877762;
}
/* line 259, ../sass/style.scss */
.btntop a:hover:after, .btntop2 a:hover:after {
  right: 10px;
}

/* line 266, ../sass/style.scss */
.btntop2 a {
  background: #504940;
  border: 2px solid #504940;
}
/* line 269, ../sass/style.scss */
.btntop2 a:hover {
  color: #504940;
}
/* line 271, ../sass/style.scss */
.btntop2 a:hover:before {
  color: #504940;
}

/* line 277, ../sass/style.scss */
.btntop3 {
  margin-top: 20px;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: right;
}
/* line 282, ../sass/style.scss */
.btntop3 a {
  font-weight: bold;
  display: inline-block;
  line-height: 1.3;
  position: relative;
  padding: 0 33px 6px 0;
  text-decoration: none !important;
}
/* line 289, ../sass/style.scss */
.btntop3 a:after {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 4px;
  font-family: 'Material Symbols Outlined';
  content: '\e5c8';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  transition: .4s;
}
/* line 306, ../sass/style.scss */
.btntop3 a:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  content: '';
  background: #d10e0c;
  border-radius: 15px;
  transition: .4s;
}
/* line 319, ../sass/style.scss */
.btntop3 a:hover:after {
  right: -1px;
}
/* line 322, ../sass/style.scss */
.btntop3 a:hover:before {
  right: -5px;
}

/* line 329, ../sass/style.scss */
.topcv, .entrycv {
  width: 100%;
  margin: 0 auto;
  padding: 80px 7.5%;
  text-align: left;
  background: #504940;
  text-align: center;
}
@media screen and (max-width: 820px) {
  /* line 329, ../sass/style.scss */
  .topcv, .entrycv {
    padding: 30px 5%;
  }
}
/* line 333, ../sass/style.scss */
.topcv h2, .entrycv h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0 0 30px;
  flex-basis: 100%;
  color: #877762;
  color: #fff;
}
/* line 110, ../sass/_snippet.scss */
.topcv h2 em, .entrycv h2 em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #a39c94;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  /* line 333, ../sass/style.scss */
  .topcv h2, .entrycv h2 {
    margin-bottom: 20px;
  }
}
/* line 337, ../sass/style.scss */
.topcv p, .entrycv p {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.35rem;
}
/* line 342, ../sass/style.scss */
.topcv .acms-admin-module-edit, .entrycv .acms-admin-module-edit {
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}
/* line 346, ../sass/style.scss */
.topcv ul, .entrycv ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  /* line 346, ../sass/style.scss */
  .topcv ul, .entrycv ul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 350, ../sass/style.scss */
.topcv li, .entrycv li {
  width: 100%;
  flex-basis: 31.5%;
  margin-bottom: 0 !important;
}
/* line 354, ../sass/style.scss */
.topcv li a, .entrycv li a {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 40px;
  display: block;
  padding: 22px 50px;
  line-height: 1.3;
  text-align: center;
  position: relative;
  text-decoration: none !important;
}
/* line 365, ../sass/style.scss */
.topcv li a:before, .entrycv li a:before {
  transition: .4s;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 32;
  font-size: 32px;
  line-height: 32px;
  margin-top: -16px;
  font-weight: normal;
}
/* line 382, ../sass/style.scss */
.topcv li a:hover, .entrycv li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none !important;
}
/* line 385, ../sass/style.scss */
.topcv li a:hover:before, .entrycv li a:hover:before {
  right: 10px;
}
/* line 391, ../sass/style.scss */
.topcv .topcv1, .entrycv .topcv1 {
  padding-bottom: 20px;
}
/* line 393, ../sass/style.scss */
.topcv .topcv1 a, .entrycv .topcv1 a {
  background: #2478ce;
}
/* line 395, ../sass/style.scss */
.topcv .topcv1 a:before, .entrycv .topcv1 a:before {
  content: '\f562';
}
/* line 400, ../sass/style.scss */
.topcv .topcv2, .entrycv .topcv2 {
  padding-bottom: 20px;
}
/* line 402, ../sass/style.scss */
.topcv .topcv2 a, .entrycv .topcv2 a {
  background: #877762;
}
/* line 404, ../sass/style.scss */
.topcv .topcv2 a:before, .entrycv .topcv2 a:before {
  content: '\e158';
}
/* line 409, ../sass/style.scss */
.topcv .topcv3, .entrycv .topcv3 {
  padding-bottom: 20px;
}
/* line 411, ../sass/style.scss */
.topcv .topcv3 a, .entrycv .topcv3 a {
  background: #00b048;
}
/* line 413, ../sass/style.scss */
.topcv .topcv3 a:before, .entrycv .topcv3 a:before {
  content: '\e0bf';
}
/* line 418, ../sass/style.scss */
.topcv .topcv4, .entrycv .topcv4 {
  flex-basis: 100%;
  padding-top: 0;
  text-align: center;
  margin: 0;
}
/* line 423, ../sass/style.scss */
.topcv .topcv4 a, .entrycv .topcv4 a {
  font-size: 32px;
  font-size: 2rem;
  padding: 0;
}
/* line 426, ../sass/style.scss */
.topcv .topcv4 a:before, .entrycv .topcv4 a:before {
  display: none;
}

/* line 432, ../sass/style.scss */
.entrycv {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 436, ../sass/style.scss */
.topbuild2 {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  /* line 436, ../sass/style.scss */
  .topbuild2 {
    padding: 50px 5%;
  }
}
/* line 439, ../sass/style.scss */
.topbuild2 h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 40px;
  padding: 0;
  border: none;
  flex-basis: 100%;
}
@media screen and (max-width: 820px) {
  /* line 439, ../sass/style.scss */
  .topbuild2 h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 92, ../sass/_snippet.scss */
.topbuild2 h2 em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #d10e0c;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  /* line 439, ../sass/style.scss */
  .topbuild2 h2 {
    margin-bottom: 30px;
  }
}
/* line 442, ../sass/style.scss */
.topbuild2 .ban-build {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 640px) {
  /* line 442, ../sass/style.scss */
  .topbuild2 .ban-build {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 444, ../sass/style.scss */
.topbuild2 .ban-build li {
  width: 100%;
  flex-basis: 48%;
  margin-bottom: 40px;
}
/* line 448, ../sass/style.scss */
.topbuild2 .ban-build li a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 330px;
  color: #fff;
}
/* line 455, ../sass/style.scss */
.topbuild2 .ban-build li a img {
  position: absolute;
  object-fit: cover;
  z-index: 0;
  height: 100%;
}
/* line 461, ../sass/style.scss */
.topbuild2 .ban-build li a h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 20px;
  flex-basis: 100%;
  color: #fff;
  position: relative;
  z-index: 10;
  top: 25px;
  left: 20px;
  width: calc(100% - 30px);
}
/* line 128, ../sass/_snippet.scss */
.topbuild2 .ban-build li a h3 em {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #fe8282;
  display: block;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  /* line 461, ../sass/style.scss */
  .topbuild2 .ban-build li a h3 {
    margin-bottom: 20px;
  }
}
/* line 469, ../sass/style.scss */
.topbuild2 .ban-build li a p {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 90px);
  line-height: 1.4;
}
/* line 476, ../sass/style.scss */
.topbuild2 .ban-build li a p:after {
  position: absolute;
  z-index: 2;
  bottom: 13px;
  right: -38px;
  font-family: 'Material Symbols Outlined';
  content: '\e5c8';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
/* line 492, ../sass/style.scss */
.topbuild2 .ban-build li a p:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -48px;
  width: 48px;
  height: 48px;
  content: '';
  background: #504940;
  border-radius: 24px;
}
/* line 504, ../sass/style.scss */
.topbuild2 .ban-build li a:before, .topbuild2 .ban-build li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0));
  height: 60%;
  z-index: 5;
  transition: .4s;
}
/* line 516, ../sass/style.scss */
.topbuild2 .ban-build li a:after {
  top: auto;
  bottom: 0;
  background: linear-gradient(to top, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0));
  height: 30%;
}
/* line 523, ../sass/style.scss */
.topbuild2 .ban-build li a:hover img {
  opacity: 1;
}
/* line 526, ../sass/style.scss */
.topbuild2 .ban-build li a:hover:before {
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0));
  height: 80%;
}
/* line 530, ../sass/style.scss */
.topbuild2 .ban-build li a:hover:after {
  height: 40%;
}
/* line 535, ../sass/style.scss */
.topbuild2 .ban-build li:nth-child(n+3) {
  flex-basis: 31%;
  margin-bottom: 0;
}
/* line 538, ../sass/style.scss */
.topbuild2 .ban-build li:nth-child(n+3) a {
  height: 220px;
}

/* line 545, ../sass/style.scss */
.topbuild {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  /* line 545, ../sass/style.scss */
  .topbuild {
    padding: 50px 5%;
  }
}
/* line 548, ../sass/style.scss */
.topbuild h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0 0 30px;
  flex-basis: 100%;
  color: #877762;
}
/* line 110, ../sass/_snippet.scss */
.topbuild h3 em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #a39c94;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  /* line 548, ../sass/style.scss */
  .topbuild h3 {
    margin-bottom: 20px;
  }
}
/* line 551, ../sass/style.scss */
.topbuild .slide-build {
  margin: 0 -20px;
}
/* line 553, ../sass/style.scss */
.topbuild .slide-build li {
  margin: 0 20px;
}
/* line 555, ../sass/style.scss */
.topbuild .slide-build li a {
  display: block;
  color: #504940;
}
/* line 559, ../sass/style.scss */
.topbuild .slide-build li img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
}
/* line 564, ../sass/style.scss */
.topbuild .slide-build li h4 {
  font-size: 18px;
  font-size: 1.2rem;
  padding: 15px 0 5px;
  line-height: 1.3;
}
/* line 571, ../sass/style.scss */
.topbuild .slick-prev,
.topbuild .slick-next {
  height: 30px !important;
  width: 30px !important;
  z-index: 10 !important;
  border: 2px solid #877762;
  background: #877762;
  border-radius: 17px;
}
/* line 580, ../sass/style.scss */
.topbuild .slick-prev:before,
.topbuild .slick-next:before {
  font-size: 24px !important;
  color: #fff;
  font-family: 'Material Symbols Outlined';
  content: '\e5c4';
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  transition: .4s;
}
/* line 593, ../sass/style.scss */
.topbuild .slick-next:before {
  content: '\e5c8';
}
/* line 596, ../sass/style.scss */
.topbuild .slick-next {
  right: -33px !important;
}
/* line 599, ../sass/style.scss */
.topbuild .slick-prev {
  left: -33px !important;
}
/* line 602, ../sass/style.scss */
.topbuild .slick-prev:hover,
.topbuild .slick-next:hover {
  background: #fff;
}
/* line 606, ../sass/style.scss */
.topbuild .slick-prev:hover:before,
.topbuild .slick-next:hover:before {
  color: #877762;
}

/* line 612, ../sass/style.scss */
.topknow, .topknowest {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: stretch;
  background: #f2f0eb;
}
@media screen and (max-width: 820px) {
  /* line 612, ../sass/style.scss */
  .topknow, .topknowest {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 612, ../sass/style.scss */
  .topknow, .topknowest {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 617, ../sass/style.scss */
.topknow h2, .topknowest h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0 0 30px;
  flex-basis: 100%;
  color: #877762;
  position: relative;
  padding: 40px 0 40px 140px;
}
/* line 110, ../sass/_snippet.scss */
.topknow h2 em, .topknowest h2 em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #a39c94;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  /* line 617, ../sass/style.scss */
  .topknow h2, .topknowest h2 {
    margin-bottom: 20px;
  }
}
/* line 621, ../sass/style.scss */
.topknow h2 br, .topknowest h2 br {
  display: none;
}
/* line 624, ../sass/style.scss */
.topknow h2:after, .topknowest h2:after {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: 'Material Symbols Outlined';
  content: '\f368';
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 140;
  font-size: 140px;
  line-height: 140px;
  color: #c8c7bb;
  margin-top: -70px;
  font-weight: normal;
}
/* line 642, ../sass/style.scss */
.topknow article, .topknowest article {
  flex-basis: 31%;
}
/* line 644, ../sass/style.scss */
.topknow article a, .topknowest article a {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px 0;
  border-top: 3px dashed #d6cfc6;
  border-bottom: 3px dashed #d6cfc6;
  position: relative;
  color: #48423a;
  height: 100%;
}
@media screen and (max-width: 640px) {
  /* line 644, ../sass/style.scss */
  .topknow article a, .topknowest article a {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 652, ../sass/style.scss */
.topknow article a img, .topknowest article a img {
  width: 38%;
  border-radius: 5px;
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
}
/* line 658, ../sass/style.scss */
.topknow article a .knowtxt, .topknowest article a .knowtxt {
  flex-basis: 58%;
}
/* line 661, ../sass/style.scss */
.topknow article a h3, .topknowest article a h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 7px;
  transition: .4s;
}
/* line 667, ../sass/style.scss */
.topknow article a p, .topknowest article a p {
  line-height: 1.4;
  transition: .4s;
}
/* line 671, ../sass/style.scss */
.topknow article a .more, .topknowest article a .more {
  margin-top: 10px;
  text-align: right;
  position: relative;
  padding-right: 32px;
}
/* line 676, ../sass/style.scss */
.topknow article a .more:after, .topknowest article a .more:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Outlined';
  content: '\e5c8';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 32;
  margin-top: -16px;
  font-size: 32px;
  line-height: 32px;
  color: #877762;
  transition: .4s;
  font-weight: normal;
}
/* line 697, ../sass/style.scss */
.topknow article a:hover h3, .topknow article a:hover p, .topknowest article a:hover h3, .topknowest article a:hover p {
  color: #877762;
}
/* line 703, ../sass/style.scss */
.topknow article a:hover .more:after, .topknowest article a:hover .more:after {
  color: #a39c94;
}

/* line 712, ../sass/style.scss */
.topknowest {
  background: #ffe8e8;
}
/* line 714, ../sass/style.scss */
.topknowest h2 {
  color: #676561;
}
/* line 716, ../sass/style.scss */
.topknowest h2:after {
  color: #f3b6b6;
  content: '\ea19';
}
/* line 722, ../sass/style.scss */
.topknowest article a {
  border-top: 3px dashed #f3b6b6;
  border-bottom: 3px dashed #f3b6b6;
}
/* line 726, ../sass/style.scss */
.topknowest article a .more:after {
  color: #fe8282;
}
/* line 732, ../sass/style.scss */
.topknowest article a:hover .more:after {
  color: #f3b6b6;
}

/* line 741, ../sass/style.scss */
.toptochi {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  background: #d10e0c;
  border-top-right-radius: 60px;
  margin-top: 100px;
}
@media screen and (max-width: 820px) {
  /* line 741, ../sass/style.scss */
  .toptochi {
    padding: 50px 5%;
  }
}
/* line 746, ../sass/style.scss */
.toptochi h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 40px;
  padding: 0;
  border: none;
  flex-basis: 100%;
  color: #fff;
}
@media screen and (max-width: 820px) {
  /* line 746, ../sass/style.scss */
  .toptochi h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 92, ../sass/_snippet.scss */
.toptochi h2 em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #d10e0c;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  /* line 746, ../sass/style.scss */
  .toptochi h2 {
    margin-bottom: 30px;
  }
}
/* line 749, ../sass/style.scss */
.toptochi h2 em {
  color: #fe8282;
}
/* line 753, ../sass/style.scss */
.toptochi ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 640px) {
  /* line 753, ../sass/style.scss */
  .toptochi ul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 756, ../sass/style.scss */
.toptochi li {
  width: 100%;
  flex-basis: 31%;
}
/* line 759, ../sass/style.scss */
.toptochi li a {
  display: block;
  color: #fff;
  position: relative;
}
/* line 763, ../sass/style.scss */
.toptochi li a p {
  line-height: 1.4;
  padding-right: 50px;
}
/* line 767, ../sass/style.scss */
.toptochi li a:after {
  position: absolute;
  z-index: 2;
  bottom: 13px;
  right: 10px;
  font-family: 'Material Symbols Outlined';
  content: '\e5c8';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  transition: .4s;
}
/* line 784, ../sass/style.scss */
.toptochi li a:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  content: '';
  background: #d10e0c;
  border-radius: 24px;
  border: 1px solid #fff;
  transition: .4s;
}
/* line 798, ../sass/style.scss */
.toptochi li a:hover:after {
  right: 0px;
}
/* line 801, ../sass/style.scss */
.toptochi li a:hover:before {
  right: -10px;
}
/* line 806, ../sass/style.scss */
.toptochi li .tntochi {
  position: relative;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 812, ../sass/style.scss */
.toptochi li .tntochi img {
  position: absolute;
  object-fit: cover;
  z-index: 0;
  height: 100%;
}
/* line 818, ../sass/style.scss */
.toptochi li .tntochi h2 {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 20px;
  flex-basis: 100%;
  color: #fff;
  padding-top: 80px;
  z-index: 5;
}
/* line 128, ../sass/_snippet.scss */
.toptochi li .tntochi h2 em {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #fe8282;
  display: block;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  /* line 818, ../sass/style.scss */
  .toptochi li .tntochi h2 {
    margin-bottom: 20px;
  }
}
/* line 825, ../sass/style.scss */
.toptochi li .tntochi:after {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(80, 73, 64, 0.3);
}

/* line 839, ../sass/style.scss */
.topreform, .topdemon, .topmoving {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
}
@media screen and (max-width: 820px) {
  /* line 839, ../sass/style.scss */
  .topreform, .topdemon, .topmoving {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 839, ../sass/style.scss */
  .topreform, .topdemon, .topmoving {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

/* line 844, ../sass/style.scss */
.topreftxt {
  width: 100%;
  flex-basis: 50%;
}
/* line 847, ../sass/style.scss */
.topreftxt h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 40px;
  padding: 0;
  border: none;
  flex-basis: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  /* line 847, ../sass/style.scss */
  .topreftxt h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 92, ../sass/_snippet.scss */
.topreftxt h2 em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #d10e0c;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  /* line 847, ../sass/style.scss */
  .topreftxt h2 {
    margin-bottom: 30px;
  }
}

/* line 852, ../sass/style.scss */
.toprefpic {
  flex-basis: 45%;
}

/* line 855, ../sass/style.scss */
.topdemon {
  background: #f2f0eb;
}

/* line 859, ../sass/style.scss */
.topservice {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  background: #f8f6d4;
}
@media screen and (max-width: 820px) {
  /* line 859, ../sass/style.scss */
  .topservice {
    padding: 50px 5%;
  }
}
/* line 862, ../sass/style.scss */
.topservice h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 40px;
  padding: 0;
  border: none;
  flex-basis: 100%;
}
@media screen and (max-width: 820px) {
  /* line 862, ../sass/style.scss */
  .topservice h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 92, ../sass/_snippet.scss */
.topservice h2 em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #d10e0c;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  /* line 862, ../sass/style.scss */
  .topservice h2 {
    margin-bottom: 30px;
  }
}
/* line 864, ../sass/style.scss */
.topservice h2 em {
  color: #e3a600;
}
/* line 868, ../sass/style.scss */
.topservice ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -5px;
}
@media screen and (max-width: 640px) {
  /* line 868, ../sass/style.scss */
  .topservice ul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 875, ../sass/style.scss */
.topservice li a {
  display: block;
  line-height: 1.3;
  padding: 10px 25px;
  margin: 0 5px 10px;
  background: #fff;
  border: 1px solid #e1e0dd;
  border-radius: 30px;
}
/* line 883, ../sass/style.scss */
.topservice li a:hover {
  color: #48423a;
  background: #e1e0dd;
}

/* line 890, ../sass/style.scss */
.acms-topicpath.service {
  background: #f8f6d4;
  margin-bottom: -50px !important;
  position: relative;
  z-index: 1;
}

/* line 896, ../sass/style.scss */
.topfaq, .toprecom, .topdiff {
  background: #f2f0eb;
  padding-bottom: 100px;
}

/* line 900, ../sass/style.scss */
.topfaqpic {
  width: 100%;
  overflow: hidden;
}
/* line 903, ../sass/style.scss */
.topfaqpic img {
  height: 500px;
  object-fit: cover;
}

/* line 908, ../sass/style.scss */
.topfaqtxt {
  width: 100%;
  margin: 0 auto;
  padding: 80px 7.5%;
  text-align: left;
  margin: -100px 0 0 7.5%;
  width: 92.5%;
  position: relative;
  background: #fff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media screen and (max-width: 820px) {
  /* line 908, ../sass/style.scss */
  .topfaqtxt {
    padding: 30px 5%;
  }
}
/* line 916, ../sass/style.scss */
.topfaqtxt h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 40px;
  padding: 0;
  border: none;
  flex-basis: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  /* line 916, ../sass/style.scss */
  .topfaqtxt h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 92, ../sass/_snippet.scss */
.topfaqtxt h2 em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #d10e0c;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  /* line 916, ../sass/style.scss */
  .topfaqtxt h2 {
    margin-bottom: 30px;
  }
}

/* line 921, ../sass/style.scss */
.topaccess {
  width: 100%;
  margin: 0 auto;
  padding: 80px 7.5%;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  /* line 921, ../sass/style.scss */
  .topaccess {
    padding: 30px 5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 921, ../sass/style.scss */
  .topaccess {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 925, ../sass/style.scss */
.topaccess h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 40px;
  padding: 0;
  border: none;
  flex-basis: 100%;
}
@media screen and (max-width: 820px) {
  /* line 925, ../sass/style.scss */
  .topaccess h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 92, ../sass/_snippet.scss */
.topaccess h2 em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #d10e0c;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  /* line 925, ../sass/style.scss */
  .topaccess h2 {
    margin-bottom: 30px;
  }
}

/* line 929, ../sass/style.scss */
.accepic {
  width: 100%;
  flex-basis: 50%;
}

/* line 933, ../sass/style.scss */
.accetxt {
  width: 100%;
  flex-basis: 45%;
  position: relative;
}
/* line 937, ../sass/style.scss */
.accetxt h3 {
  margin-top: 0;
}
/* line 940, ../sass/style.scss */
.accetxt dl {
  border-top: 1px solid #c8c7bb;
  margin-top: 15px;
}
/* line 944, ../sass/style.scss */
.accetxt dt {
  float: left;
  width: 5em;
  font-weight: bold;
  padding: 10px 0;
}
/* line 950, ../sass/style.scss */
.accetxt dd {
  padding: 10px 0 10px 5.5em;
  border-bottom: 1px solid #c8c7bb;
}
/* line 954, ../sass/style.scss */
.accetxt .advisor {
  width: 50% !important;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 75%;
}

/* line 962, ../sass/style.scss */
.accetxt.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-media] {
  width: 50% !important;
}

/* line 966, ../sass/style.scss */
.accemap {
  width: 100%;
  flex-basis: 100%;
  padding-top: 60px;
}
/* line 970, ../sass/style.scss */
.accemap [class*=acms-col] {
  padding: 0;
  margin: 0;
}
/* line 974, ../sass/style.scss */
.accemap .js-open-street-map {
  height: 300px !important;
  margin: 0 !important;
}

/* line 980, ../sass/style.scss */
.topblog {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.5%;
  text-align: left;
  background: #f8f6d4;
}
@media screen and (max-width: 820px) {
  /* line 980, ../sass/style.scss */
  .topblog {
    padding: 50px 5%;
  }
}
/* line 983, ../sass/style.scss */
.topblog h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 40px;
  padding: 0;
  border: none;
  flex-basis: 100%;
}
@media screen and (max-width: 820px) {
  /* line 983, ../sass/style.scss */
  .topblog h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 92, ../sass/_snippet.scss */
.topblog h2 em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  color: #d10e0c;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  /* line 983, ../sass/style.scss */
  .topblog h2 {
    margin-bottom: 30px;
  }
}
/* line 985, ../sass/style.scss */
.topblog h2 em {
  color: #e3a600;
}
/* line 989, ../sass/style.scss */
.topblog article {
  border-top: 3px dashed #c8c7bb;
  border-bottom: 3px dashed #c8c7bb;
  margin-bottom: -3px;
}
/* line 993, ../sass/style.scss */
.topblog article a {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 30px 20px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  /* line 993, ../sass/style.scss */
  .topblog article a {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 999, ../sass/style.scss */
.topblog article a:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Outlined';
  content: '\e5c8';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 32;
  margin-top: -16px;
  font-size: 32px;
  line-height: 32px;
  color: #877762;
  transition: .4s;
  font-weight: normal;
}
/* line 1018, ../sass/style.scss */
.topblog article a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 1022, ../sass/style.scss */
.topblog article time {
  width: 6em;
  padding-top: 0.25em;
}
/* line 1026, ../sass/style.scss */
.topblog article p {
  display: block;
  width: 8em;
  margin: 0 20px;
  background: #c8c7bb;
  border-radius: 30px;
  color: #48423a;
  text-align: center;
}
/* line 1035, ../sass/style.scss */
.topblog article h3 {
  flex: 1;
}

@media screen and (max-width: 820px) {
  /* line 1042, ../sass/style.scss */
  .topadv {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  /* line 1045, ../sass/style.scss */
  .topadv .advpic {
    margin-bottom: 20px;
  }
  /* line 1047, ../sass/style.scss */
  .topadv .advpic .advisor {
    max-width: 50%;
    min-width: 180px;
    margin-right: -30px;
  }
  /* line 1052, ../sass/style.scss */
  .topadv .advpic dl {
    padding-top: 20px;
  }

  /* line 1061, ../sass/style.scss */
  .topbuild2 .ban-build li:nth-child(n+3) a {
    height: 240px;
  }

  /* line 1069, ../sass/style.scss */
  .topbuild .slick-next {
    right: 5px !important;
  }
  /* line 1072, ../sass/style.scss */
  .topbuild .slick-prev {
    left: 5px !important;
  }

  /* line 1076, ../sass/style.scss */
  .topfaq, .toprecom, .topdiff {
    padding-bottom: 60px;
  }

  /* line 1080, ../sass/style.scss */
  .topfaqpic img {
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  /* line 1088, ../sass/style.scss */
  .topadv .advpic .advisor {
    max-width: 35%;
    min-width: 120px;
    margin-right: -30px;
  }
  /* line 1093, ../sass/style.scss */
  .topadv .advpic .acms-entry-unit-full:not(.acms-unit-size-inherit) .acms-col-sm-6 {
    width: 100% !important;
  }
  /* line 1097, ../sass/style.scss */
  .topadv .opentxt.acms-entry-unit-full:not(.acms-unit-size-inherit) .acms-col-sm-4 {
    width: 44% !important;
    float: left;
    margin: 0 3% 20px;
    padding: 0 !important;
  }
  /* line 1102, ../sass/style.scss */
  .topadv .opentxt.acms-entry-unit-full:not(.acms-unit-size-inherit) .acms-col-sm-4 p {
    margin-bottom: 0 !important;
  }
  /* line 1106, ../sass/style.scss */
  .topadv .opentxt.acms-entry-unit-full:not(.acms-unit-size-inherit) .acms-col-sm-6 {
    width: 62% !important;
    margin: 0 auto 20px;
    padding: 0 !important;
  }
  /* line 1110, ../sass/style.scss */
  .topadv .opentxt.acms-entry-unit-full:not(.acms-unit-size-inherit) .acms-col-sm-6 p {
    margin-bottom: 0 !important;
  }
  /* line 1115, ../sass/style.scss */
  .topadv .opentxt p {
    margin-bottom: 30px;
    clear: both;
  }

  /* line 1121, ../sass/style.scss */
  .openbtn {
    margin: 10px 0 0;
  }

  /* line 1124, ../sass/style.scss */
  .topbuild2 {
    padding-bottom: 10px;
  }
  /* line 1127, ../sass/style.scss */
  .topbuild2 .ban-build li {
    margin-bottom: 20px;
  }
  /* line 1129, ../sass/style.scss */
  .topbuild2 .ban-build li a {
    height: 300px;
  }
  /* line 1132, ../sass/style.scss */
  .topbuild2 .ban-build li:nth-child(n+3) {
    margin-bottom: 20px;
  }
  /* line 1134, ../sass/style.scss */
  .topbuild2 .ban-build li:nth-child(n+3) a {
    height: 200px;
  }
  /* line 1138, ../sass/style.scss */
  .topbuild2 .ban-build li:last-child {
    margin-bottom: 0;
  }

  /* line 1144, ../sass/style.scss */
  .topbuild {
    padding-top: 20px;
  }

  /* line 1148, ../sass/style.scss */
  .topknow h2, .topknowest h2 {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0 0 0 140px;
    margin-bottom: 30px;
  }
  /* line 1152, ../sass/style.scss */
  .topknow h2 br, .topknowest h2 br {
    display: block;
  }
  /* line 1156, ../sass/style.scss */
  .topknow article, .topknowest article {
    width: 100%;
  }
  /* line 1159, ../sass/style.scss */
  .topknow article:nth-of-type(n+2) a, .topknowest article:nth-of-type(n+2) a {
    border-top: none;
  }
  /* line 1163, ../sass/style.scss */
  .topknow article a, .topknowest article a {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 1169, ../sass/style.scss */
  .toptochi {
    margin-top: 50px;
  }
  /* line 1171, ../sass/style.scss */
  .toptochi li {
    margin-bottom: 30px;
  }
  /* line 1173, ../sass/style.scss */
  .toptochi li:last-child {
    margin-bottom: 0;
  }

  /* line 1179, ../sass/style.scss */
  .topreftxt h2 {
    width: 65%;
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* line 1182, ../sass/style.scss */
  .topreftxt h2 em {
    font-size: 18px;
    font-size: 1.2rem;
  }

  /* line 1187, ../sass/style.scss */
  .topreform, .topdemon, .topmoving {
    position: relative;
  }

  /* line 1190, ../sass/style.scss */
  .toprefpic {
    position: absolute;
    width: 30%;
    top: 50px;
    right: 5%;
  }

  /* line 1197, ../sass/style.scss */
  .topservice ul {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 1202, ../sass/style.scss */
  .topfaq, .toprecom, .topdiff {
    padding-bottom: 40px;
  }

  /* line 1206, ../sass/style.scss */
  .topfaqpic img {
    height: 240px;
  }

  /* line 1210, ../sass/style.scss */
  .topfaqtxt {
    margin: -60px 0 0 5%;
    width: 95%;
  }
  /* line 1213, ../sass/style.scss */
  .topfaqtxt h2 {
    margin-bottom: 20px;
  }

  /* line 1217, ../sass/style.scss */
  .accetxt {
    padding-top: 30px;
  }
  /* line 1219, ../sass/style.scss */
  .accetxt .advisor {
    left: 65%;
  }

  /* line 1223, ../sass/style.scss */
  .accemap {
    padding-top: 40px;
  }

  /* line 1226, ../sass/style.scss */
  .acms-topicpath.service {
    margin-bottom: -30px !important;
  }

  /* line 1231, ../sass/style.scss */
  .topblog article a {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 1235, ../sass/style.scss */
  .topblog article p {
    margin-right: 0;
  }
  /* line 1238, ../sass/style.scss */
  .topblog article h3 {
    flex-basis: 100%;
    width: 100%;
    padding-top: 5px;
  }
}
