@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=PT+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@24,400,1,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;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 63, ../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 74, ../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 87, ../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 97, ../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 107, ../sass/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 116, ../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 126, ../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 137, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 236, ../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 246, ../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 257, ../sass/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 268, ../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 280, ../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 294, ../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 308, ../sass/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 326, ../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 336, ../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 346, ../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 355, ../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 365, ../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 378, ../sass/_normalize.scss */
details,
menu {
  display: block;
}

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

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

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

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 417, ../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: left;
  font-size: 100%;
  color: #222;
  background: #1866b3;
  font-family: "Noto Sans JP","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 */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: bold;
}

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

/* line 33, ../sass/style.scss */
a:hover {
  color: #3c7cbe;
}

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

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

/* line 43, ../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 49, ../sass/style.scss */
header img, section img {
  width: 100%;
  height: auto;
}

/* line 53, ../sass/style.scss */
main {
  background: #d8edff;
}

/* アニメーション */
@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?1758695372') 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 6, ../sass/_header.scss */
#page-index #header nav ul, #page-index #header.smallhead nav ul, #page-entry #header nav ul, #page-entry #header.smallhead nav ul {
  top: 85px;
}

/* line 12, ../sass/_header.scss */
#header {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  transition: .4s;
}
/* line 20, ../sass/_header.scss */
#header .logo {
  width: 260px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: .4s;
}
/* line 27, ../sass/_header.scss */
#header .logo a {
  background: #fff;
  padding: 10px;
  display: block;
}
/* line 34, ../sass/_header.scss */
#header nav ul {
  position: absolute;
  height: 50px;
  right: 0;
  top: 45px;
  padding: 10px 10px 0  10px;
  transition: .4s;
}
/* line 42, ../sass/_header.scss */
#header nav li {
  display: inline-block;
  padding: 0 10px;
}
/* line 45, ../sass/_header.scss */
#header nav li a {
  display: block;
  line-height: 1.3;
  position: relative;
  padding: 5px 0;
  font-weight: bold;
}
/* line 51, ../sass/_header.scss */
#header nav li a:after {
  position: absolute;
  height: 3px;
  border-radius: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background: #83afdb;
  opacity: 0;
  transition: .4s;
}
/* line 64, ../sass/_header.scss */
#header nav li a:hover:after {
  opacity: 100;
  bottom: 0;
}
/* line 70, ../sass/_header.scss */
#header nav .c_2, #header nav .nactel, #header nav .navct1, #header nav .navct2 {
  display: none;
}
/* line 74, ../sass/_header.scss */
#header nav .reserv a {
  background: #77abdf;
}
/* line 78, ../sass/_header.scss */
#header nav .sub-menu {
  display: none;
}

/* line 83, ../sass/_header.scss */
.cvbtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  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;
  justify-content: flex-end;
  transition: .4s;
}
@media screen and (max-width: 640px) {
  /* line 83, ../sass/_header.scss */
  .cvbtn {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 92, ../sass/_header.scss */
.cvbtn li {
  padding-left: 1px;
}
/* line 94, ../sass/_header.scss */
.cvbtn li a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  font-weight: bold;
  pointer-events: none;
}
/* line 100, ../sass/_header.scss */
.cvbtn li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 105, ../sass/_header.scss */
.cvbtn .navct1 a {
  pointer-events: auto;
  background: #888;
  color: #fff;
}
/* line 110, ../sass/_header.scss */
.cvbtn .navct2 a {
  pointer-events: auto;
  background: #1866b3;
  color: #fff;
}

/* line 117, ../sass/_header.scss */
#header.smallhead .logo {
  width: 200px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
/* line 120, ../sass/_header.scss */
#header.smallhead .logo a {
  padding: 7px;
}
/* line 125, ../sass/_header.scss */
#header.smallhead nav ul {
  width: 200px;
  height: auto;
  top: 105px !important;
  right: auto;
  left: 0;
  padding: 0;
}
/* line 133, ../sass/_header.scss */
#header.smallhead nav li {
  display: block;
  padding: 0;
}
/* line 136, ../sass/_header.scss */
#header.smallhead nav li a {
  padding: 13px 15px;
}
/* line 138, ../sass/_header.scss */
#header.smallhead nav li a:after {
  display: none;
}
/* line 141, ../sass/_header.scss */
#header.smallhead nav li a:hover {
  background: #c6def5;
}
/* line 146, ../sass/_header.scss */
#header.smallhead nav .sub-menu {
  display: none;
}
/* line 149, ../sass/_header.scss */
#header.smallhead nav .c_2, #header.smallhead nav .nactel, #header.smallhead nav .navct1, #header.smallhead nav .navct2 {
  display: none;
}
@media screen and (max-width: 1300px) {
  /* line 155, ../sass/_header.scss */
  #header.smallhead nav ul {
    background: rgba(24, 102, 179, 0.85);
    top: 0 !important;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    width: auto;
    height: 50px;
    right: 0;
    left: auto;
    top: 0;
    padding: 10px 10px 0  10px;
  }
  /* line 166, ../sass/_header.scss */
  #header.smallhead nav li {
    display: inline-block;
    padding: 0 10px;
  }
  /* line 169, ../sass/_header.scss */
  #header.smallhead nav li a {
    padding: 5px 0;
    color: #fff;
  }
  /* line 172, ../sass/_header.scss */
  #header.smallhead nav li a:after {
    display: block;
  }
  /* line 175, ../sass/_header.scss */
  #header.smallhead nav li a:hover {
    background: none;
  }
}
/* line 182, ../sass/_header.scss */
#header.smallhead .cvbtn {
  top: -50px;
}

/* line 187, ../sass/_header.scss */
.cvpedodontics .navct2 a {
  background: #1fa16a;
}

@media screen and (max-width: 820px) {
  /* line 195, ../sass/_header.scss */
  #page-index #header .logo, #page-index #header.smallhead .logo, #page-entry #header .logo, #page-entry #header.smallhead .logo {
    width: 200px;
  }
  /* line 197, ../sass/_header.scss */
  #page-index #header .logo a, #page-index #header.smallhead .logo a, #page-entry #header .logo a, #page-entry #header.smallhead .logo a {
    padding: 7px;
  }

  /* line 204, ../sass/_header.scss */
  #header .cvbtn, #header.smallhead .cvbtn {
    right: 65px;
    top: 0;
    justify-content: center;
    display: block;
  }
  /* line 209, ../sass/_header.scss */
  #header .cvbtn li, #header.smallhead .cvbtn li {
    padding-top: 10px;
  }
  /* line 211, ../sass/_header.scss */
  #header .cvbtn li a, #header.smallhead .cvbtn li a {
    pointer-events: auto;
    display: block;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    position: relative;
    width: 40px;
    height: 40px;
  }
  /* line 221, ../sass/_header.scss */
  #header .cvbtn li a:after, #header.smallhead .cvbtn li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: 'Material Symbols Sharp';
    content: '\e315';
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 30;
    font-size: 30px;
    margin-top: -15px;
    color: #1866b3;
    line-height: 30px;
    transition: .4s;
    left: 50%;
    content: '\e0b0';
    margin-left: -15px;
  }
  /* line 227, ../sass/_header.scss */
  #header .cvbtn li a span, #header.smallhead .cvbtn li a span {
    display: none;
  }
  /* line 232, ../sass/_header.scss */
  #header .cvbtn .c_2, #header .cvbtn .nactel, #header .cvbtn .navct1, #header .cvbtn .navct2, #header.smallhead .cvbtn .c_2, #header.smallhead .cvbtn .nactel, #header.smallhead .cvbtn .navct1, #header.smallhead .cvbtn .navct2 {
    display: none;
  }

  /* line 237, ../sass/_header.scss */
  #header nav .navCont {
    position: absolute;
    z-index: -1;
    width: 0;
    background: #1866b3;
    opacity: 0;
    transition: .4s;
    text-align: center;
  }
  /* line 245, ../sass/_header.scss */
  #header nav .navCont ul {
    background: none;
    padding: 0;
    right: 0;
    left: 0;
    top: 0;
    height: auto;
    box-shadow: none;
  }
  /* line 254, ../sass/_header.scss */
  #header nav .navCont li {
    opacity: 0;
    padding: 0;
  }
  /* line 257, ../sass/_header.scss */
  #header nav .navCont li a {
    padding: 0;
    font-size: 22px;
    font-size: 1.35rem;
    font-weight: 900;
    color: #fff;
  }
  /* line 262, ../sass/_header.scss */
  #header nav .navCont li a:after {
    display: none;
  }
  /* line 265, ../sass/_header.scss */
  #header nav .navCont li a:active {
    transform: scale(0.9);
  }
  /* line 270, ../sass/_header.scss */
  #header nav .navCont .pc-menu {
    display: none;
  }
  /* line 273, ../sass/_header.scss */
  #header nav .navCont .sub-menu {
    display: block;
  }
  /* line 276, ../sass/_header.scss */
  #header nav .navCont .c_2, #header nav .navCont .nactel, #header nav .navCont .navct1, #header nav .navCont .navct2 {
    display: block;
  }
  @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);
    }
  }
  /* sub-menu icon */
  /* line 290, ../sass/_header.scss */
  .sub-menu-head {
    position: relative !important;
    padding: 0 20px !important;
  }

  /* line 294, ../sass/_header.scss */
  .sub-menu-head:before {
    content: "^";
    position: absolute;
    line-height: 10px;
    font-size: 30px;
    color: #a1c1e1;
    font-family: "PT Sans","Noto Sans JP",serif;
    letter-spacing: 0;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    margin: auto;
    vertical-align: middle;
    width: 14px !important;
    opacity: 100 !important;
    height: 2px !important;
    background: none !important;
    display: block !important;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* line 316, ../sass/_header.scss */
  .navCont .is-active .sub-menu-head:before {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* sub-menu */
  /* line 322, ../sass/_header.scss */
  .navCont .sub-menu-nav {
    display: none;
    padding: 10px 0 0 !important;
    position: relative !important;
    transform: none !important;
  }

  /* line 328, ../sass/_header.scss */
  .navCont .sub-menu-nav li {
    width: auto !important;
    padding: 0px !important;
    margin: 0 10px !important;
  }

  /* line 333, ../sass/_header.scss */
  .navCont .sub-menu-nav li a {
    font-size: 16px !important;
    padding: 10px 0 !important;
    color: #d8edff !important;
  }

  /* line 343, ../sass/_header.scss */
  .nav-open {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    background: #1866b3;
  }
  /* line 353, ../sass/_header.scss */
  .nav-open i {
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    margin-left: 17px;
  }
  /* line 361, ../sass/_header.scss */
  .nav-open i:nth-child(1) {
    margin-top: 20px;
  }
  /* line 364, ../sass/_header.scss */
  .nav-open i:nth-child(2) {
    margin-top: 6px;
    opacity: 1;
  }
  /* line 368, ../sass/_header.scss */
  .nav-open i:nth-child(3) {
    margin-top: 6px;
  }
}
/* line 373, ../sass/_header.scss */
#nav:checked + .nav-open {
  transform: rotate(45deg);
  position: fixed;
  background: none;
}

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

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

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

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

/* line 391, ../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 401, ../sass/_header.scss */
#nav:checked ~ .navCont ul {
  transition: none;
  top: 0 !important;
  padding: 0;
}
/* line 406, ../sass/_header.scss */
#nav:checked ~ .navCont li {
  margin: 0;
  opacity: 1;
  width: 100%;
  padding-top: 25px;
}
/* line 411, ../sass/_header.scss */
#nav:checked ~ .navCont li a {
  line-height: 1.2;
  display: inline-block;
}
/* line 416, ../sass/_header.scss */
#nav:checked ~ .navCont .c_2 {
  width: auto;
  padding: 10px 5px 0;
  display: inline-block;
}
/* line 420, ../sass/_header.scss */
#nav:checked ~ .navCont .c_2 a {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 2px solid #83afdb;
}
/* line 426, ../sass/_header.scss */
#nav:checked ~ .navCont .nactel a {
  background: #1866b3;
  padding: 13px 0;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 40px;
  border: 2px solid #fff;
}
/* line 437, ../sass/_header.scss */
#nav:checked ~ .navCont .navct1 {
  padding-top: 20px;
}
/* line 439, ../sass/_header.scss */
#nav:checked ~ .navCont .navct1 a {
  background: #fff;
  padding: 13px 0;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  color: #1866b3;
  border-radius: 40px;
}
/* line 449, ../sass/_header.scss */
#nav:checked ~ .navCont .navct2 {
  padding-top: 20px;
}
/* line 451, ../sass/_header.scss */
#nav:checked ~ .navCont .navct2 a {
  background: #77abdf;
  padding: 13px 0;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
}

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

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

/* line 470, ../sass/_header.scss */
.navpedodontics .nav-open {
  background: #1fa16a;
}

/* line 477, ../sass/_header.scss */
#header .cvpedodontics .nav-open, #header.smallhead .cvpedodontics .nav-open {
  background: #1fa16a;
}
/* line 481, ../sass/_header.scss */
#header .cvpedodontics li a:after, #header.smallhead .cvpedodontics li a:after {
  color: #1fa16a;
}

@media screen and (max-width: 640px) {
  /* line 489, ../sass/_header.scss */
  #header, #header.smallhead {
    position: absolute;
  }
  /* line 491, ../sass/_header.scss */
  #header .logo, #header.smallhead .logo {
    width: 180px;
    position: relative;
  }
  /* line 494, ../sass/_header.scss */
  #header .logo a, #header.smallhead .logo a {
    padding: 7px;
  }
  /* line 498, ../sass/_header.scss */
  #header .nav-open, #header .cvbtn, #header.smallhead .nav-open, #header.smallhead .cvbtn {
    position: fixed;
  }
}
/* TOP SLIDER */
/* line 3, ../sass/_topslider.scss */
.topimage {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* line 7, ../sass/_topslider.scss */
.topimage .mainlogo {
  width: 340px;
  bottom: 50px;
  left: 40px;
  position: absolute;
  margin: 0;
}
/* line 14, ../sass/_topslider.scss */
.topimage .maintxt {
  position: absolute;
  bottom: 50px;
  left: 40px;
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0;
  font-weight: bold;
  color: #1866b3;
  line-height: 1.75em;
}
@media screen and (max-width: 820px) {
  /* line 14, ../sass/_topslider.scss */
  .topimage .maintxt {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 23, ../sass/_topslider.scss */
.topimage .maintxt span {
  background: rgba(255, 255, 255, 0.8);
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 .3em .15em;
}

/* line 32, ../sass/_topslider.scss */
.topimage.acms-admin-module-edit-wrapper .acms-admin-module-edit {
  top: 100px;
}

/* line 37, ../sass/_topslider.scss */
.main .mainpic {
  width: 100%;
  height: auto;
  aspect-ratio: 162 / 100;
  object-fit: cover;
}

@media screen and (max-width: 820px) {
  /* line 47, ../sass/_topslider.scss */
  .topimage .mainlogo {
    width: 280px;
  }

  /* line 52, ../sass/_topslider.scss */
  .main .mainpic {
    aspect-ratio: 1414 / 1000;
  }
}
@media screen and (max-width: 640px) {
  /* line 59, ../sass/_topslider.scss */
  .topimage .mainlogo {
    width: 240px;
    bottom: 20px;
    left: 20px;
  }
  /* line 64, ../sass/_topslider.scss */
  .topimage .maintxt {
    bottom: 20px;
    left: 20px;
  }

  /* line 70, ../sass/_topslider.scss */
  .main .mainpic {
    aspect-ratio: 1000 / 1333;
  }
}
/* FOOTER */
/* line 3, ../sass/_footer.scss */
#footer {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
  width: 100%;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #e8e8e8;
}
@media screen and (max-width: 1300px) {
  /* line 3, ../sass/_footer.scss */
  #footer {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 3, ../sass/_footer.scss */
  #footer {
    padding: 40px 4%;
  }
}
@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 */
.footlogo {
  margin: 0 0 20px;
  text-align: left;
}
/* line 15, ../sass/_footer.scss */
.footlogo a {
  width: 260px;
  display: block;
  margin-bottom: 20px;
}
/* line 20, ../sass/_footer.scss */
.footlogo .foottel {
  margin-top: 10px;
  font-size: 22px;
  font-size: 1.35rem;
}

/* line 25, ../sass/_footer.scss */
.footnav {
  flex: 1;
  max-width: 600px;
  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 5%;
}
@media screen and (max-width: 640px) {
  /* line 25, ../sass/_footer.scss */
  .footnav {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 32, ../sass/_footer.scss */
.footnav ul {
  flex-basis: 50%;
}
/* line 35, ../sass/_footer.scss */
.footnav li {
  padding-bottom: 20px;
  line-height: 1;
}
/* line 38, ../sass/_footer.scss */
.footnav li a {
  line-height: 1.2;
  color: #333;
}
/* line 41, ../sass/_footer.scss */
.footnav li a:hover {
  color: #666;
}
/* line 47, ../sass/_footer.scss */
.footnav .sub a {
  padding: 0 0 0 20px;
}

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

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

/* line 63, ../sass/_footer.scss */
#pageTop {
  bottom: 25px;
  right: 25px;
  display: block;
  position: fixed;
  z-index: 50;
}
/* line 69, ../sass/_footer.scss */
#pageTop a {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 40px;
  background: rgba(24, 102, 179, 0.7);
  position: relative;
  overflow: hidden;
}
/* line 77, ../sass/_footer.scss */
#pageTop a:hover {
  background: rgba(24, 102, 179, 0.5);
}
/* line 79, ../sass/_footer.scss */
#pageTop a:hover:after {
  margin-top: 0px;
}
/* line 83, ../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 98, ../sass/_footer.scss */
#pageTop a:active {
  transform: scale(0.96);
  transition: all 0.05s ease;
}
/* line 101, ../sass/_footer.scss */
#pageTop a:active:after {
  margin-top: 4px;
}

@media screen and (max-width: 820px) {
  /* line 108, ../sass/_footer.scss */
  .footlogo {
    flex-basis: 300px;
  }
  /* line 110, ../sass/_footer.scss */
  .footlogo a {
    width: 300px;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../sass/_footer.scss */
  #footer {
    padding-top: 40px;
  }

  /* line 120, ../sass/_footer.scss */
  .footlogo {
    flex-basis: 100%;
  }
  /* line 122, ../sass/_footer.scss */
  .footlogo a {
    width: 220px;
  }

  /* line 126, ../sass/_footer.scss */
  .footnav {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
  }
  /* line 132, ../sass/_footer.scss */
  .footnav ul {
    flex-basis: 50%;
  }

  /* line 136, ../sass/_footer.scss */
  .spbtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 70;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    padding: 10px 15px 0;
    background: rgba(216, 237, 255, 0.6);
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  /* line 136, ../sass/_footer.scss */
  .spbtn {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
@media screen and (max-width: 640px) {
  /* line 148, ../sass/_footer.scss */
  .spbtn li {
    margin: 0;
    flex-basis: 48.5%;
  }
  /* line 151, ../sass/_footer.scss */
  .spbtn li a {
    height: 50px;
    background: #8e969d;
    font-weight: bold;
    line-height: 50px;
    display: block;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
  }
  /* line 162, ../sass/_footer.scss */
  .spbtn li:nth-child(2) a {
    background: #1866b3;
  }

  /* line 168, ../sass/_footer.scss */
  #pageTop {
    width: 100%;
    position: static;
    background: #e8e8e8;
    padding: 0 5% 90px;
  }
  /* line 173, ../sass/_footer.scss */
  #pageTop a {
    background: #77abdf;
    width: 100%;
    height: 60px;
    border-radius: 0;
  }

  /* line 180, ../sass/_footer.scss */
  .sppedodontics {
    background: rgba(221, 247, 232, 0.6);
  }
  /* line 184, ../sass/_footer.scss */
  .sppedodontics li:nth-child(2) a {
    background: #1fa16a;
  }
}
/* A-BLOG CMS */
/* line 4, ../sass/_acmcustom.scss */
.acms-container {
  text-align: left;
}

/* line 7, ../sass/_acmcustom.scss */
.acms-entry-unit-full [class*="acms-col-"] {
  width: 100%;
}

/* line 10, ../sass/_acmcustom.scss */
#js-edit_inplace-control {
  text-align: left;
}

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

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

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

/* line 28, ../sass/_acmcustom.scss */
.acms-topicpath {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
  padding-top: 30px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  /* line 28, ../sass/_acmcustom.scss */
  .acms-topicpath {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 28, ../sass/_acmcustom.scss */
  .acms-topicpath {
    padding: 40px 4%;
  }
}
/* line 34, ../sass/_acmcustom.scss */
.acms-topicpath li {
  padding-bottom: 0 !important;
  line-height: 1.2;
}
/* line 38, ../sass/_acmcustom.scss */
.acms-topicpath li a:hover {
  text-decoration: none;
}
/* line 43, ../sass/_acmcustom.scss */
.acms-topicpath li:last-child a {
  color: #999 !important;
}
/* line 45, ../sass/_acmcustom.scss */
.acms-topicpath li:last-child a:hover {
  color: #999;
}

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

/*.acms-entry [class*=acms-col-] {
	padding-right: 0!important;
	padding-left: 0!important;
}*/
/* line 59, ../sass/_acmcustom.scss */
.acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin-top: 0;
  padding-bottom: 0;
}

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

/* line 71, ../sass/_acmcustom.scss */
.acms-entry .column-media-left {
  float: left !important;
  padding-right: 2.5% !important;
  margin-bottom: 30px !important;
}
/* line 75, ../sass/_acmcustom.scss */
.acms-entry .column-media-left [class*=acms-col-] {
  width: 100% !important;
}

/* line 79, ../sass/_acmcustom.scss */
.acms-entry .column-media-right {
  clear: both;
  float: right !important;
  padding-left: 2.5% !important;
  margin-bottom: 30px !important;
}
/* line 84, ../sass/_acmcustom.scss */
.acms-entry .column-media-right [class*=acms-col-] {
  width: 100% !important;
}

/* line 88, ../sass/_acmcustom.scss */
.column-media:has(.acms-col-sm-6) {
  width: 50% !important;
}

/* line 91, ../sass/_acmcustom.scss */
.column-media:has(.acms-col-sm-4) {
  width: 33% !important;
}

/* line 94, ../sass/_acmcustom.scss */
.column-media-left:has(.acms-col-sm-4) {
  padding-right: 0 !important;
}

/* line 97, ../sass/_acmcustom.scss */
.column-media-right:has(.acms-col-sm-4) {
  padding-left: 0 !important;
}

/* line 100, ../sass/_acmcustom.scss */
.acms-entry .column-media-center {
  clear: both;
  width: 100% !important;
  margin-bottom: 30px !important;
}
/* line 104, ../sass/_acmcustom.scss */
.acms-entry .column-media-center [class*=acms-col-] {
  float: none !important;
  margin: auto;
}

/* line 109, ../sass/_acmcustom.scss */
.acms-entry .column-one {
  clear: both !important;
}

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

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

/* line 122, ../sass/_acmcustom.scss */
.acms-entry [class*=column-eximage-] .caption, .acms-entry [class*=column-image-] .caption, .acms-entry [class*=column-media-] .caption {
  text-align: center;
  font-size: 13px;
  font-size: .8rem;
}

/* line 126, ../sass/_acmcustom.scss */
.acms-entry [class*=column-map] {
  border: none;
  margin-top: 0 !important;
}
/* line 129, ../sass/_acmcustom.scss */
.acms-entry [class*=column-map] [class*=acms-col-] {
  width: 100%;
}

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

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

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

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

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

/* line 162, ../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 170, ../sass/_acmcustom.scss */
.acms-summary-body {
  display: table-cell;
  vertical-align: middle;
}
/* line 173, ../sass/_acmcustom.scss */
.acms-summary-body p {
  line-height: 1.5;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}

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

/* TITLE */
/* line 185, ../sass/_acmcustom.scss */
#page-entry main, #page-index main {
  padding-top: 138px;
}

/* line 190, ../sass/_acmcustom.scss */
.pagetitle, .pagetitle2 {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
/* line 196, ../sass/_acmcustom.scss */
.pagetitle img, .pagetitle2 img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 205, ../sass/_acmcustom.scss */
.pagetitle:before, .pagetitle2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.3);
  z-index: 2;
}
/* line 215, ../sass/_acmcustom.scss */
.pagetitle .titlein, .pagetitle2 .titlein {
  position: absolute;
  text-align: left;
  top: 55%;
  left: 3%;
  width: 95%;
  transform: translateY(-50%);
  z-index: 100;
}
/* line 223, ../sass/_acmcustom.scss */
.pagetitle .titlein .mainttl, .pagetitle2 .titlein .mainttl {
  margin: 0;
  padding: 0 !important;
  font-size: 50px;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  /* line 223, ../sass/_acmcustom.scss */
  .pagetitle .titlein .mainttl, .pagetitle2 .titlein .mainttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* line 231, ../sass/_acmcustom.scss */
.pagetitle .titlein .subttl, .pagetitle2 .titlein .subttl {
  font-family: "PT Sans","Noto Sans JP",serif;
  letter-spacing: 0;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #1866b3;
  text-stroke: 1px #1866b3;
  font-weight: bold;
  padding-top: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 820px) {
  /* line 231, ../sass/_acmcustom.scss */
  .pagetitle .titlein .subttl, .pagetitle2 .titlein .subttl {
    font-size: 32px;
    font-size: 2rem;
  }
}

/* ENTRY */
/* line 247, ../sass/_acmcustom.scss */
.entryCont, .entryList {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
  padding-top: 30px;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  /* line 247, ../sass/_acmcustom.scss */
  .entryCont, .entryList {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 247, ../sass/_acmcustom.scss */
  .entryCont, .entryList {
    padding: 40px 4%;
  }
}
/* line 251, ../sass/_acmcustom.scss */
.entryCont .entrytitle, .entryList .entrytitle {
  margin: 0 0 40px;
}
/* line 253, ../sass/_acmcustom.scss */
.entryCont .entrytitle h1, .entryCont .entrytitle h2, .entryList .entrytitle h1, .entryList .entrytitle h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 820px) {
  /* line 253, ../sass/_acmcustom.scss */
  .entryCont .entrytitle h1, .entryCont .entrytitle h2, .entryList .entrytitle h1, .entryList .entrytitle h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 258, ../sass/_acmcustom.scss */
.entryCont .entrytitle h1 a, .entryCont .entrytitle h2 a, .entryList .entrytitle h1 a, .entryList .entrytitle h2 a {
  color: #222;
  text-decoration: none;
}
/* line 263, ../sass/_acmcustom.scss */
.entryCont .entrytitle p, .entryList .entrytitle p {
  font-weight: bold;
  display: block;
  font-family: "PT Sans","Noto Sans JP",serif;
  letter-spacing: 0;
  font-size: 32px;
  font-size: 2rem;
  color: #77abdf;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 5px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 820px) {
  /* line 263, ../sass/_acmcustom.scss */
  .entryCont .entrytitle p, .entryList .entrytitle p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* line 277, ../sass/_acmcustom.scss */
.entryCont .news h1, .entryList .news h1 {
  text-align: left;
  padding: 0;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  /* line 277, ../sass/_acmcustom.scss */
  .entryCont .news h1, .entryList .news h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* line 283, ../sass/_acmcustom.scss */
.entryCont .news h1 a, .entryList .news h1 a {
  color: #222;
}
/* line 286, ../sass/_acmcustom.scss */
.entryCont .news h1:after, .entryList .news h1:after {
  display: none;
}
/* line 290, ../sass/_acmcustom.scss */
.entryCont .news header time, .entryList .news header time {
  display: block;
  color: #666;
}
/* line 295, ../sass/_acmcustom.scss */
.entryCont nav, .entryList nav {
  width: 100%;
}

/* line 299, ../sass/_acmcustom.scss */
.entryList {
  padding-bottom: 0;
}
/* line 301, ../sass/_acmcustom.scss */
.entryList .entrytitle {
  margin-bottom: 30px;
}

/* line 305, ../sass/_acmcustom.scss */
.entry-column {
  text-align: left;
  margin: 0 auto;
  border-left: none;
}
/* line 309, ../sass/_acmcustom.scss */
.entry-column .clearHidden {
  display: none;
}
/* line 312, ../sass/_acmcustom.scss */
.entry-column > *:first-child, .entry-column .acms-grid > *:first-child {
  margin-top: 0;
}
/* line 315, ../sass/_acmcustom.scss */
.entry-column [class*=acms-col-] > *:nth-child(-n+2) {
  margin-top: 0;
}
/* line 318, ../sass/_acmcustom.scss */
.entry-column h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #1866b3;
  margin: 60px 0 30px;
  padding: 20px 25px;
  border-left: none;
  clear: both;
  background: #edf2f6;
}
@media screen and (max-width: 820px) {
  /* line 318, ../sass/_acmcustom.scss */
  .entry-column h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* line 328, ../sass/_acmcustom.scss */
.entry-column h2.ttlbg, .entry-column h2.ttlbg-center {
  background: #1866b3;
  color: #fff;
}
/* line 332, ../sass/_acmcustom.scss */
.entry-column h2.ttlbg-center, .entry-column h3.ttlbg-center, .entry-column h4.ttlbg-center {
  text-align: center;
}
/* line 335, ../sass/_acmcustom.scss */
.entry-column h2 + .clearHidden + h3, .entry-column h3 + .clearHidden + h4 {
  margin-top: 0;
}
/* line 338, ../sass/_acmcustom.scss */
.entry-column h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3c7cbe;
  padding: 0 0 4px 15px !important;
  margin: 30px 0 20px;
  background: none;
  border: none;
  position: relative;
}
/* line 347, ../sass/_acmcustom.scss */
.entry-column h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background: #a1c1e1;
  border-radius: 2px;
}
/* line 358, ../sass/_acmcustom.scss */
.entry-column h3.txt-center {
  text-align: center;
}
/* line 360, ../sass/_acmcustom.scss */
.entry-column h3.txt-center:before {
  display: none;
}
/* line 364, ../sass/_acmcustom.scss */
.entry-column h3.ttlbg, .entry-column h3.ttlbg-center {
  padding: 20px !important;
  clear: both;
  background: #3c7cbe;
  color: #fff;
}
/* line 369, ../sass/_acmcustom.scss */
.entry-column h3.ttlbg:before, .entry-column h3.ttlbg-center:before {
  display: none;
}
/* line 373, ../sass/_acmcustom.scss */
.entry-column h4 {
  clear: both;
  font-size: 22px;
  font-size: 1.35rem;
  font-weight: bold;
  color: #5b778f;
  margin: 20px 0 15px;
  padding: 15px 20px;
  background: #eee;
}
/* line 382, ../sass/_acmcustom.scss */
.entry-column h4.ttlbg, .entry-column h4.ttlbg-center {
  background: #5b778f;
  color: #fff;
  padding: 20px;
  border: none;
  clear: both;
}
/* line 389, ../sass/_acmcustom.scss */
.entry-column h5 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1866b3;
  margin: 30px 0 10px;
  padding: 10px 0;
}
/* line 395, ../sass/_acmcustom.scss */
.entry-column h5.ttlbg {
  background: #edf2f6;
  padding: 20px;
  border: none;
  clear: both;
}
/* line 401, ../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 {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 405, ../sass/_acmcustom.scss */
.entry-column h2.ttlbreak, .entry-column h3.ttlbreak, .entry-column h4.ttlbreak {
  line-height: 1.75;
  border: none;
  color: #fff;
  background: #1866b3;
  display: inline;
  padding: 0;
  border-radius: 0;
}
/* line 414, ../sass/_acmcustom.scss */
.entry-column h4.ttlbreak {
  background: #aaa;
  display: inline;
}
/* line 418, ../sass/_acmcustom.scss */
.entry-column p {
  margin: 0 0 20px;
  line-height: 1.7;
}
/* line 421, ../sass/_acmcustom.scss */
.entry-column p a, .entry-column p a:hover, .entry-column p a:visited {
  text-decoration: underline;
  position: relative;
  z-index: 50;
}
/* line 427, ../sass/_acmcustom.scss */
.entry-column em {
  font-style: normal;
  color: #ab1400;
}
/* line 431, ../sass/_acmcustom.scss */
.entry-column strong {
  font-weight: bold;
}
/* line 434, ../sass/_acmcustom.scss */
.entry-column .txt-center {
  text-align: center;
  border: none;
}
/* line 438, ../sass/_acmcustom.scss */
.entry-column .color-red {
  color: #ab1400;
}
/* line 441, ../sass/_acmcustom.scss */
.entry-column .txt-big {
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 444, ../sass/_acmcustom.scss */
.entry-column .entry-danger-text {
  background: #ffd4cf;
  color: #ab1400;
  padding: 20px;
}
/* line 449, ../sass/_acmcustom.scss */
.entry-column .line {
  display: inline;
  background: linear-gradient(transparent 75%, #f7f45e 0);
}
/* line 453, ../sass/_acmcustom.scss */
.entry-column .entryFormColumnBody em, .entry-column .entryFormColumnBody em, .entry-column .entry em {
  background: red;
  color: #fff;
}
/* line 457, ../sass/_acmcustom.scss */
.entry-column dt {
  color: #1866b3;
}
/* line 460, ../sass/_acmcustom.scss */
.entry-column dd {
  margin-bottom: 20px;
}
/* line 463, ../sass/_acmcustom.scss */
.entry-column ul {
  list-style: disc;
  margin-top: 1em;
  padding-left: 2em;
  margin-bottom: 2em;
}
/* line 468, ../sass/_acmcustom.scss */
.entry-column ul a, .entry-column ul a:hover, .entry-column ul a:visited {
  text-decoration: underline !important;
}
/* line 472, ../sass/_acmcustom.scss */
.entry-column ul.ulcheck {
  list-style: none;
  margin: 30px 0;
  padding: 0 0 0 43px;
}
/* line 476, ../sass/_acmcustom.scss */
.entry-column ul.ulcheck li {
  position: relative;
  z-index: 10;
  margin-bottom: 1.5em;
}
/* line 480, ../sass/_acmcustom.scss */
.entry-column 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 492, ../sass/_acmcustom.scss */
.entry-column ol {
  margin-top: 1em;
}
/* line 495, ../sass/_acmcustom.scss */
.entry-column ul li, .entry-column ol li {
  margin-bottom: 1em;
}
/* line 498, ../sass/_acmcustom.scss */
.entry-column .entry-container {
  margin: 0 0 2em;
}
/* line 501, ../sass/_acmcustom.scss */
.entry-column blockquote {
  border-left: 4px solid #83afdb;
  background: #edf2f6;
  padding: 20px;
}
/* line 505, ../sass/_acmcustom.scss */
.entry-column blockquote p {
  margin-bottom: 0;
}
/* line 509, ../sass/_acmcustom.scss */
.entry-column table {
  border-collapse: collapse;
  margin: 0 0 30px;
  width: auto;
  background: #fff;
  border-bottom: 1px solid #aaa;
}
/* line 515, ../sass/_acmcustom.scss */
.entry-column table a, .entry-column table a:hover, .entry-column table a:visited {
  text-decoration: underline !important;
}
/* line 518, ../sass/_acmcustom.scss */
.entry-column table th, .entry-column table td {
  display: table-cell;
  border-top: 1px solid #aaa;
  padding: 15px;
}
/* line 523, ../sass/_acmcustom.scss */
.entry-column table th {
  font-weight: bold;
  background: #ccc;
}
/* line 527, ../sass/_acmcustom.scss */
.entry-column table tr:nth-child(odd) {
  background: #f1f1f1;
}
/* line 531, ../sass/_acmcustom.scss */
.entry-column .oltate {
  width: auto;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  padding: 0;
  flex-direction: row-reverse;
}
/* line 538, ../sass/_acmcustom.scss */
.entry-column .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 546, ../sass/_acmcustom.scss */
.entry-column .oltate li::before {
  margin-bottom: 10px;
}
/* line 551, ../sass/_acmcustom.scss */
.entry-column .oltate li {
  list-style: none;
}
/* line 552, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(1)::before {
  content: "１";
}
/* line 553, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(2)::before {
  content: "２";
}
/* line 554, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(3)::before {
  content: "３";
}
/* line 555, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(4)::before {
  content: "４";
}
/* line 556, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(5)::before {
  content: "５";
}
/* line 557, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(6)::before {
  content: "６";
}
/* line 558, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(7)::before {
  content: "７";
}
/* line 559, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(8)::before {
  content: "８";
}
/* line 560, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(9)::before {
  content: "９";
}
/* line 561, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(10)::before {
  content: "１０";
}
/* line 562, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(11)::before {
  content: "１１";
}
/* line 563, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(12)::before {
  content: "１２";
}

/* PAGE CUSTOM */
/* line 567, ../sass/_acmcustom.scss */
[class*=ug-bg-] {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
  width: 117.6%;
  margin: 60px -8.8% 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e8e8e8;
}
@media screen and (max-width: 1300px) {
  /* line 567, ../sass/_acmcustom.scss */
  [class*=ug-bg-] {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 567, ../sass/_acmcustom.scss */
  [class*=ug-bg-] {
    padding: 40px 4%;
  }
}
/* line 574, ../sass/_acmcustom.scss */
[class*=ug-bg-]:after {
  display: block;
  clear: both;
  content: "";
}
/* line 579, ../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 583, ../sass/_acmcustom.scss */
[class*=ug-bg-] > *:first-of-type {
  margin-top: 0;
}
/* line 586, ../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: #222 !important;
}
/* line 589, ../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 567, ../sass/_acmcustom.scss */
  [class*=ug-bg-] {
    padding: 40px 7.5%;
  }
  /* line 595, ../sass/_acmcustom.scss */
  [class*=ug-bg-] h2.ttlbg, [class*=ug-bg-] .ttlbg-center {
    margin-left: -4.2%;
    margin-right: -4.2%;
  }
}

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

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

/* line 608, ../sass/_acmcustom.scss */
.acms-entry-unit-full.ug-bg-image {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #222;
}
/* line 613, ../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 622, ../sass/_acmcustom.scss */
.acms-entry-unit-full.ug-bg-image .bgimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
/* line 629, ../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 634, ../sass/_acmcustom.scss */
#bg-light, .ug-bg-light {
  background: #fff;
}

/* line 637, ../sass/_acmcustom.scss */
#bg-main, .ug-bg-main {
  background: #3c7cbe;
}

/* line 640, ../sass/_acmcustom.scss */
#bg-sub, .ug-bg-sub {
  background: #8e969d;
}

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

/* line 646, ../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 648, ../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 651, ../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: #222;
}

/* line 656, ../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: #3c7cbe;
}
/* line 660, ../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%, #3c7cbe 0%);
}

/* line 666, ../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 671, ../sass/_acmcustom.scss */
#bg-sub h2, .ug-bg-sub h2, [id*=bg-] .ug-bg-sub h2 {
  border-bottom: 2px solid #3c7cbe;
}
/* line 674, ../sass/_acmcustom.scss */
#bg-sub h2.ttlbg, #bg-sub h2.ttlbg-center, #bg-sub h2.ttlbreak, .ug-bg-sub h2.ttlbg, .ug-bg-sub h2.ttlbg-center, .ug-bg-sub h2.ttlbreak, [id*=bg-] .ug-bg-sub h2.ttlbg, [id*=bg-] .ug-bg-sub h2.ttlbg-center, [id*=bg-] .ug-bg-sub h2.ttlbreak {
  border: none !important;
}
/* line 677, ../sass/_acmcustom.scss */
#bg-sub blockquote, .ug-bg-sub blockquote, [id*=bg-] .ug-bg-sub blockquote {
  background: #fff;
  border: 2px solid #83afdb;
}

/* BTN */
/* line 684, ../sass/_acmcustom.scss */
.entry-btn, .entry-btn-attention, .entry-btn-yellow, .entry-btn-orange {
  display: inline-block;
  margin-right: 1em !important;
}
/* line 687, ../sass/_acmcustom.scss */
.entry-btn a, .entry-btn-attention a, .entry-btn-yellow a, .entry-btn-orange a {
  color: #222 !important;
  background: #ccc;
  display: block;
  line-height: 1.3;
  text-decoration: none !important;
  font-weight: bold;
  padding: 20px 35px 20px 20px;
  text-align: center;
  position: relative;
}
/* line 697, ../sass/_acmcustom.scss */
.entry-btn a:before, .entry-btn-attention a:before, .entry-btn-yellow a:before, .entry-btn-orange a:before {
  position: absolute;
  margin-top: -5px;
  content: "";
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 710, ../sass/_acmcustom.scss */
.entry-btn a:hover, .entry-btn-attention a:hover, .entry-btn-yellow a:hover, .entry-btn-orange a:hover {
  background: #aaa;
}

/* line 716, ../sass/_acmcustom.scss */
.entry-btn-attention a {
  background: #a1c1e1;
}
/* line 718, ../sass/_acmcustom.scss */
.entry-btn-attention a:hover {
  background: #83afdb;
}

/* line 724, ../sass/_acmcustom.scss */
.entry-btn-yellow a {
  background: #ede54e;
}
/* line 726, ../sass/_acmcustom.scss */
.entry-btn-yellow a:hover {
  background: #ede54e;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 733, ../sass/_acmcustom.scss */
.entry-btn-orange a {
  background: #fca44c;
}
/* line 735, ../sass/_acmcustom.scss */
.entry-btn-orange a:hover {
  background: #fca44c;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 742, ../sass/_acmcustom.scss */
.acms-entry [class*=acms-col-] .entry-btn, .acms-entry [class*=acms-col-] .entry-btn-attention, .acms-entry [class*=acms-col-] .entry-btn-yellow, .acms-entry [class*=acms-col-] .entry-btn-orange {
  display: block;
}

/* INDEX */
/* line 748, ../sass/_acmcustom.scss */
.indlist {
  width: 100%;
  overflow: visible;
  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: 30px;
}
@media screen and (max-width: 640px) {
  /* line 748, ../sass/_acmcustom.scss */
  .indlist {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 754, ../sass/_acmcustom.scss */
.indlist:after {
  content: "";
  display: block;
  width: 31%;
}
/* line 759, ../sass/_acmcustom.scss */
.indlist li {
  flex-basis: 31%;
  text-align: left;
  padding-bottom: 40px;
}
/* line 765, ../sass/_acmcustom.scss */
.indlist li a:hover p {
  background: #ccc;
}
/* line 770, ../sass/_acmcustom.scss */
.indlist li img {
  aspect-ratio: 1414 / 1000;
  object-fit: cover;
  margin: 0;
  display: block;
}
/* line 776, ../sass/_acmcustom.scss */
.indlist li p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #222;
  font-weight: bold;
  background: #eee;
  display: inline-block;
  padding: 15px 30px 15px 20px;
  margin: -25px auto 0 0 !important;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
  transition: .4s;
  min-width: 10em;
}
/* line 789, ../sass/_acmcustom.scss */
.indlist li p:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Sharp';
  content: '\e315';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 30;
  font-size: 30px;
  line-height: 30px;
  margin-top: -15px;
  color: #222;
}

/* line 811, ../sass/_acmcustom.scss */
.newsindex 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: 30px 40px 30px 30px;
  position: relative;
  color: #222;
  background: #eee;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  /* line 811, ../sass/_acmcustom.scss */
  .newsindex article a {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 818, ../sass/_acmcustom.scss */
.newsindex article a time {
  color: #666;
  padding-top: 0.1em;
  display: block;
  flex-basis: 8em;
}
/* line 824, ../sass/_acmcustom.scss */
.newsindex article a h2 {
  flex: 1;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}
/* line 830, ../sass/_acmcustom.scss */
.newsindex article a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 30px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  content: "";
}
/* line 841, ../sass/_acmcustom.scss */
.newsindex article a:hover {
  background: #ccc;
}

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

/* PAGER */
/* line 854, ../sass/_acmcustom.scss */
ul.serial-nav {
  margin: 0 auto;
  max-width: 1140px;
}
/* line 858, ../sass/_acmcustom.scss */
ul.serial-nav .serial-nav-item-prev .material-icons, ul.serial-nav .serial-nav-item-prev .material-icons-sharp {
  left: 5px;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
  position: absolute;
}
/* line 867, ../sass/_acmcustom.scss */
ul.serial-nav .serial-nav-item-next .material-icons, ul.serial-nav .serial-nav-item-next .material-icons-sharp {
  right: 5px;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
  position: absolute;
}
/* line 875, ../sass/_acmcustom.scss */
ul.serial-nav a {
  color: #222 !important;
  background: #ccc;
  min-width: 20em;
  text-align: center;
  padding: 1.5em 1em;
  display: inline-block;
  text-decoration: none;
  position: relative;
  line-height: 1.3;
}
/* line 885, ../sass/_acmcustom.scss */
ul.serial-nav a i {
  vertical-align: middle;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 28px;
}
/* line 893, ../sass/_acmcustom.scss */
ul.serial-nav a:hover {
  background: #aaa;
  text-decoration: none;
}

/* line 900, ../sass/_acmcustom.scss */
ul.pager li.cur {
  background: #ccc;
  color: #222;
}
/* line 904, ../sass/_acmcustom.scss */
ul.pager a {
  background: #d8edff;
}
/* line 906, ../sass/_acmcustom.scss */
ul.pager a:hover {
  color: #1866b3;
  background: #d8edff;
}

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

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

/* BLOG */
/* line 920, ../sass/_acmcustom.scss */
#blog {
  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 920, ../sass/_acmcustom.scss */
  #blog {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 922, ../sass/_acmcustom.scss */
#blog .blogL {
  width: 71%;
}
/* line 925, ../sass/_acmcustom.scss */
#blog .blogL header h1, #blog .blogL header h2 {
  padding: 0;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  /* line 925, ../sass/_acmcustom.scss */
  #blog .blogL header h1, #blog .blogL header h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* line 930, ../sass/_acmcustom.scss */
#blog .blogL header h1 a, #blog .blogL header h2 a {
  color: #1866b3;
}
/* line 934, ../sass/_acmcustom.scss */
#blog .blogL header time {
  display: inline-block;
  color: #666;
}
/* line 938, ../sass/_acmcustom.scss */
#blog .blogL header p {
  display: inline-block;
}
/* line 940, ../sass/_acmcustom.scss */
#blog .blogL header p a {
  display: block;
  padding: 5px 20px;
  margin-left: 5px;
  border: 1px solid #3c7cbe;
  background: #fff;
  border-radius: 30px;
  color: #3c7cbe;
  font-size: 13px;
  font-size: .8rem;
  line-height: 1.3;
}
/* line 950, ../sass/_acmcustom.scss */
#blog .blogL header p a:hover {
  background: #3c7cbe;
  color: #fff;
}
/* line 957, ../sass/_acmcustom.scss */
#blog .blogL article {
  margin-bottom: 80px;
}
/* line 961, ../sass/_acmcustom.scss */
#blog .blogR {
  width: 25%;
  position: sticky;
  top: 60px;
}
/* line 965, ../sass/_acmcustom.scss */
#blog .blogR h2 {
  font-size: 22px;
  font-size: 1.35rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
}
/* line 972, ../sass/_acmcustom.scss */
#blog .blogR ul li {
  margin-bottom: .75em;
  line-height: 1.5;
}
/* line 977, ../sass/_acmcustom.scss */
#blog .blogR .entry-list, #blog .blogR .category-list {
  margin-bottom: 30px;
  background: #e8e8e8;
  padding: 20px 20px 10px;
}
/* line 982, ../sass/_acmcustom.scss */
#blog .blogR .entry-list-date {
  font-size: 13px;
  font-size: .8rem;
  color: #666;
}
/* line 987, ../sass/_acmcustom.scss */
#blog:after {
  content: "";
  clear: both;
  display: block;
}

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

/* line 1001, ../sass/_acmcustom.scss */
#contact {
  margin: 0 auto;
  text-align: left;
  padding: 0 0 40px;
}
/* line 1005, ../sass/_acmcustom.scss */
#contact .contactIn {
  margin-top: 2em;
}
/* line 1008, ../sass/_acmcustom.scss */
#contact dl {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 0;
}
/* line 1013, ../sass/_acmcustom.scss */
#contact dt {
  width: 14em;
  float: left;
  font-weight: bold;
  padding: 20px 10px 0;
  line-height: 1.3;
  margin: 0;
}
/* line 1020, ../sass/_acmcustom.scss */
#contact dt span {
  background: #ab1400;
  font-weight: bold;
  margin: 3px 0 0;
  padding: 2px 4px;
  color: #fff;
  font-size: 12px;
  display: block;
  float: right;
  border-radius: 3px;
}
/* line 1032, ../sass/_acmcustom.scss */
#contact dd {
  padding: 20px 0 20px 14.5em;
  margin: 0;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
}
/* line 1037, ../sass/_acmcustom.scss */
#contact dd .acms-admin-text-error {
  margin-bottom: 0;
  color: #ab1400 !important;
}
/* line 1043, ../sass/_acmcustom.scss */
#contact small a {
  text-decoration: underline;
}
/* line 1047, ../sass/_acmcustom.scss */
#contact .acms-admin-form-checkbox, #contact .acms-admin-form-radio {
  display: inline-block !important;
  padding: 0.1em 2em 0.1em 0;
}

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

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

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

/* line 1067, ../sass/_acmcustom.scss */
.btnSend input {
  width: 100%;
  background: #1866b3;
  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;
}
/* line 1081, ../sass/_acmcustom.scss */
.btnSend input:hover {
  background: #1866b3;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=70)";
}

/* line 1088, ../sass/_acmcustom.scss */
#btnToInput {
  border: 2px solid #222 !important;
  background: #fff !important;
  color: #222 !important;
  transition: .4s;
}
/* line 1093, ../sass/_acmcustom.scss */
#btnToInput:hover {
  border: 2px solid #222 !important;
  background: #eee !important;
}

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

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

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

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

  /* line 1119, ../sass/_acmcustom.scss */
  #page-entry main, #page-index main {
    padding-top: 80px;
  }

  /* line 1123, ../sass/_acmcustom.scss */
  ul.serial-nav {
    margin: 0 0 20px;
  }
  /* line 1125, ../sass/_acmcustom.scss */
  ul.serial-nav a {
    min-width: inherit;
  }
  /* line 1128, ../sass/_acmcustom.scss */
  ul.serial-nav .serial-nav-item-prev {
    float: left;
    display: inline;
  }
  /* line 1132, ../sass/_acmcustom.scss */
  ul.serial-nav .serial-nav-item-next {
    float: right;
    display: inline;
  }

  /* line 1137, ../sass/_acmcustom.scss */
  .indlist {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 1142, ../sass/_acmcustom.scss */
  .acms-entry .column-media-left {
    float: none !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }

  /* line 1147, ../sass/_acmcustom.scss */
  .acms-entry .column-media-right {
    float: none !important;
    padding-left: 0 !important;
    margin-bottom: 20px !important;
  }

  /* line 1152, ../sass/_acmcustom.scss */
  .acms-entry .column-media-center {
    margin-bottom: 20px !important;
  }

  /* line 1155, ../sass/_acmcustom.scss */
  .column-media:has(.acms-col-sm-6) {
    width: 100% !important;
  }

  /* line 1158, ../sass/_acmcustom.scss */
  .column-media:has(.acms-col-sm-4) {
    width: 50% !important;
  }

  /* line 1161, ../sass/_acmcustom.scss */
  .column-media-left:has(.acms-col-sm-4) {
    padding-right: 20px !important;
    float: left !important;
  }

  /* line 1165, ../sass/_acmcustom.scss */
  .column-media-right:has(.acms-col-sm-4) {
    padding-left: 20px !important;
    float: right !important;
  }

  /* line 1169, ../sass/_acmcustom.scss */
  .acms-admin-col-6 {
    width: 100% !important;
  }

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

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

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

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

  /* SP TITLE */
  /* line 1189, ../sass/_acmcustom.scss */
  .pagetitle, .pagetitle2 {
    height: 180px;
  }
  /* line 1191, ../sass/_acmcustom.scss */
  .pagetitle .titlein, .pagetitle2 .titlein {
    left: 5%;
    width: 94%;
  }
  /* line 1194, ../sass/_acmcustom.scss */
  .pagetitle .titlein .mainttl, .pagetitle2 .titlein .mainttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 820px) {
  /* line 1194, ../sass/_acmcustom.scss */
  .pagetitle .titlein .mainttl, .pagetitle2 .titlein .mainttl {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 1197, ../sass/_acmcustom.scss */
  .pagetitle .titlein .subttl, .pagetitle2 .titlein .subttl {
    padding-top: 10px;
  }

  /* SP ENTRY */
  /* line 1204, ../sass/_acmcustom.scss */
  .entryCont .entrytitle, .entryList .entrytitle {
    margin-bottom: 20px;
  }
  /* line 1206, ../sass/_acmcustom.scss */
  .entryCont .entrytitle h1, .entryCont .entrytitle h2, .entryList .entrytitle h1, .entryList .entrytitle h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* line 1211, ../sass/_acmcustom.scss */
  .entryCont .news h1, .entryList .news h1 {
    margin-bottom: 20px;
    margin-top: 5px;
  }

  /* line 1218, ../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 1224, ../sass/_acmcustom.scss */
  .entryCont .entry-column .entry-container .table-chu, .entryList .entry-column .entry-container .table-chu {
    white-space: nowrap;
  }
  /* line 1228, ../sass/_acmcustom.scss */
  .entryCont .entry-column ul, .entryList .entry-column ul {
    clear: both;
  }

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

  /* line 1236, ../sass/_acmcustom.scss */
  .entry-column h2 {
    margin: 30px 0 20px;
    padding: 15px 20px;
    font-size: 22px;
    font-size: 1.35rem;
  }
  /* line 1241, ../sass/_acmcustom.scss */
  .entry-column h3 {
    margin: 25px 0 18px;
  }
  /* line 1245, ../sass/_acmcustom.scss */
  .entry-column h4 {
    margin: 20px 0 15px;
  }
  /* line 1248, ../sass/_acmcustom.scss */
  .entry-column h5 {
    margin: 20px 0 15px;
  }
  /* line 1251, ../sass/_acmcustom.scss */
  .entry-column p {
    line-height: 1.5;
    margin: 0 0 15px;
  }
  /* line 1255, ../sass/_acmcustom.scss */
  .entry-column .oltate {
    margin: 20px auto;
  }
  /* line 1257, ../sass/_acmcustom.scss */
  .entry-column .oltate li {
    padding: 0 20px;
  }
  /* line 1261, ../sass/_acmcustom.scss */
  .entry-column table {
    width: 100%;
  }

  /* SP INDEX */
  /* line 1266, ../sass/_acmcustom.scss */
  .indlist {
    padding-bottom: 10px;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 1270, ../sass/_acmcustom.scss */
  .indlist li {
    flex-basis: 48%;
    padding-bottom: 30px;
  }
  /* line 1273, ../sass/_acmcustom.scss */
  .indlist li img {
    aspect-ratio: 1732 / 1000;
    margin-bottom: 10px;
  }
  /* line 1277, ../sass/_acmcustom.scss */
  .indlist li p {
    padding: 15px 25px 17px 15px;
    letter-spacing: 0;
    line-height: 1.15;
    text-align: left;
    min-width: 6em;
  }

  /* line 1288, ../sass/_acmcustom.scss */
  .newsindex article a {
    padding: 20px 40px 20px 20px;
  }
  /* line 1290, ../sass/_acmcustom.scss */
  .newsindex article a time {
    flex-basis: unset;
    padding: 0 0 5px;
  }
  /* line 1294, ../sass/_acmcustom.scss */
  .newsindex article a h2 {
    font-size: 16px;
    font-size: 1rem;
  }

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

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

  /* SP BLOG */
  /* line 1328, ../sass/_acmcustom.scss */
  #blog h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* line 1331, ../sass/_acmcustom.scss */
  #blog .blogL {
    width: 100%;
    float: none;
  }
  /* line 1335, ../sass/_acmcustom.scss */
  #blog .blogR {
    display: none;
  }

  /* SP CONTACT */
  /* line 1341, ../sass/_acmcustom.scss */
  #contact dt {
    float: none;
    width: auto;
    padding: .75em 0 0.75em;
  }
  /* line 1345, ../sass/_acmcustom.scss */
  #contact dt br {
    display: none;
  }
  /* line 1349, ../sass/_acmcustom.scss */
  #contact dd {
    padding: 0 0 .75em;
  }

  /* SP UNIT GROUP */
  /* line 1357, ../sass/_acmcustom.scss */
  .entry-style .acms-grid .acms-g-cols-2 {
    --acms-columns: 1;
  }
  /* line 1360, ../sass/_acmcustom.scss */
  .entry-style .acms-grid .acms-g-cols-3 {
    --acms-columns: 1;
  }
  /* line 1363, ../sass/_acmcustom.scss */
  .entry-style .acms-grid .acms-g-cols-4 {
    --acms-columns: 2;
  }
  /* line 1366, ../sass/_acmcustom.scss */
  .entry-style .acms-grid .acms-g-cols-5 {
    --acms-columns: 2;
  }
  /* line 1369, ../sass/_acmcustom.scss */
  .entry-style .acms-grid .acms-g-cols-6 {
    --acms-columns: 2;
  }
}
/* TOP */
/* line 66, ../sass/style.scss */
#adminBox {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
}
@media screen and (max-width: 1300px) {
  /* line 66, ../sass/style.scss */
  #adminBox {
    width: 100%;
    margin: 0;
  }
}

/* line 75, ../sass/style.scss */
#top-page main {
  overflow: hidden;
}

/* line 81, ../sass/style.scss */
.topban ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
  padding-left: 3px;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  /* line 81, ../sass/style.scss */
  .topban ul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
@media screen and (max-width: 1300px) {
  /* line 81, ../sass/style.scss */
  .topban ul {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 81, ../sass/style.scss */
  .topban ul {
    padding: 40px 4%;
  }
}
/* line 87, ../sass/style.scss */
.topban li {
  flex-basis: 25%;
  padding-right: 3px;
}
/* line 90, ../sass/style.scss */
.topban li a {
  display: block;
  position: relative;
}
/* line 93, ../sass/style.scss */
.topban li a .bantxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}
/* line 101, ../sass/style.scss */
.topban li a .bantxt p {
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.35rem;
}
/* line 107, ../sass/style.scss */
.topban li a .bantxt .banen {
  font-size: 32px;
  font-size: 2rem;
  font-family: "PT Sans","Noto Sans JP",serif;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  /* line 107, ../sass/style.scss */
  .topban li a .bantxt .banen {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* line 112, ../sass/style.scss */
.topban li a img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
/* line 118, ../sass/style.scss */
.topban li a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: rgba(34, 34, 34, 0.2);
  z-index: 1;
}

/* line 133, ../sass/style.scss */
.main-news {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
  padding-top: 0;
  padding-bottom: 1px;
}
@media screen and (max-width: 1300px) {
  /* line 133, ../sass/style.scss */
  .main-news {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 133, ../sass/style.scss */
  .main-news {
    padding: 40px 4%;
  }
}
/* line 137, ../sass/style.scss */
.main-news article {
  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;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: -1px;
}
@media screen and (max-width: 640px) {
  /* line 137, ../sass/style.scss */
  .main-news article {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 145, ../sass/style.scss */
.main-news time {
  display: block;
  padding-right: 2em;
  line-height: 1.9;
  font-size: 13px;
  font-size: .8rem;
}
/* line 151, ../sass/style.scss */
.main-news h3 {
  flex: 1;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}
/* line 157, ../sass/style.scss */
.main-news h3 a {
  font-weight: normal;
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
/* line 162, ../sass/style.scss */
.main-news h3 a:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Sharp';
  content: '\e315';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 30;
  font-size: 30px;
  margin-top: -15px;
  color: #1866b3;
  line-height: 30px;
  transition: .4s;
  right: -5px;
  color: #3c7cbe;
}
/* line 167, ../sass/style.scss */
.main-news h3 a:hover {
  color: #3c7cbe;
}
/* line 169, ../sass/style.scss */
.main-news h3 a:hover:after {
  color: #77abdf;
  right: -10px;
}

/* line 178, ../sass/style.scss */
.topconce {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
  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: 1300px) {
  /* line 178, ../sass/style.scss */
  .topconce {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 178, ../sass/style.scss */
  .topconce {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 640px) {
  /* line 178, ../sass/style.scss */
  .topconce {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 182, ../sass/style.scss */
.topconce h2 {
  flex-basis: 100%;
  font-family: "PT Sans","Noto Sans JP",serif;
  letter-spacing: 0;
  font-size: 100px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #1866b3;
  text-stroke: 1px #1866b3;
  margin-bottom: -30px;
  position: relative;
  z-index: 20;
}
/* line 194, ../sass/style.scss */
.topconce .acms-col-sm-4, .topconce .acms-col-sm-6 {
  float: none;
  width: 100%;
}
/* line 198, ../sass/style.scss */
.topconce h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #3c7cbe;
  margin-bottom: 20px;
}
/* line 203, ../sass/style.scss */
.topconce p {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 207, ../sass/style.scss */
.concepic {
  flex-basis: 50%;
  position: relative;
}
/* line 210, ../sass/style.scss */
.concepic img {
  position: relative;
  z-index: 10;
}
/* line 214, ../sass/style.scss */
.concepic:after {
  position: absolute;
  top: 70px;
  left: 100px;
  right: -100px;
  bottom: -70px;
  content: "";
  display: block;
  background: #edf2f6;
  z-index: 0;
}
/* line 225, ../sass/style.scss */
.concepic .column-media {
  width: 100% !important;
}

/* line 229, ../sass/style.scss */
.concetxt {
  flex-basis: 45%;
  position: relative;
  padding-top: 100px;
  z-index: 20;
}

/* TOP ACCORDION */
/* line 237, ../sass/style.scss */
.opentxt {
  width: 100%;
  padding-top: 20px;
  position: relative;
  z-index: 20;
}
/* line 242, ../sass/style.scss */
.opentxt .clearHidden {
  display: none;
}
/* line 245, ../sass/style.scss */
.opentxt h3 {
  margin-top: 40px;
}

/* line 249, ../sass/style.scss */
.openbtn {
  width: 100%;
  display: none;
  flex-basis: 100%;
  margin: 60px 0 0;
  position: relative;
  z-index: 20;
}
/* line 256, ../sass/style.scss */
.openbtn p {
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  color: #222;
  background: #eee;
  display: block;
  padding: 20px 40px;
  margin: 0 auto !important;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: .4s;
}
/* line 272, ../sass/style.scss */
.openbtn p:hover {
  background: #ccc;
}
/* line 274, ../sass/style.scss */
.openbtn p:hover em, .openbtn p:hover strong {
  position: relative;
  z-index: 10;
}

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

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

/* line 291, ../sass/style.scss */
.openbtn p em {
  display: none;
  font-style: normal;
}
/* line 295, ../sass/style.scss */
.openbtn p strong {
  display: block;
}

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

/*cookierule*/
/* line 310, ../sass/style.scss */
.secondrule4 .openbtn {
  display: block;
}
/* line 313, ../sass/style.scss */
.secondrule4 .opentxt {
  display: none;
}

/* line 318, ../sass/style.scss */
.btntop, .btntop2 {
  margin-top: 30px;
  width: 100%;
}
/* line 321, ../sass/style.scss */
.btntop a, .btntop2 a {
  max-width: 280px;
  color: #222;
  font-weight: bold;
  background: #eee;
  display: block;
  padding: 20px 40px;
  margin: 0 auto !important;
  line-height: 1.3;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* line 333, ../sass/style.scss */
.btntop a:before, .btntop2 a:before {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Sharp';
  content: '\e315';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 30;
  font-size: 30px;
  margin-top: -15px;
  color: #1866b3;
  line-height: 30px;
  transition: .4s;
  color: #333;
}
/* line 337, ../sass/style.scss */
.btntop a:hover, .btntop2 a:hover {
  background: #ccc;
}
/* line 339, ../sass/style.scss */
.btntop a:hover:before, .btntop2 a:hover:before {
  right: -5px;
}

/* line 346, ../sass/style.scss */
.btntop2 a {
  background: #1866b3;
  color: #fff;
}
/* line 349, ../sass/style.scss */
.btntop2 a:before {
  color: #fff;
}
/* line 352, ../sass/style.scss */
.btntop2 a:hover {
  background: #3c7cbe;
}

/* line 358, ../sass/style.scss */
.topfeat {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 0;
}
@media screen and (max-width: 1300px) {
  /* line 358, ../sass/style.scss */
  .topfeat {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 358, ../sass/style.scss */
  .topfeat {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 640px) {
  /* line 358, ../sass/style.scss */
  .topfeat {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 362, ../sass/style.scss */
.topfeat h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 auto 40px;
  padding-top: 50px;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  /* line 362, ../sass/style.scss */
  .topfeat h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 100, ../sass/_snippet.scss */
.topfeat h2 em {
  font-family: "PT Sans","Noto Sans JP",serif;
  letter-spacing: 0;
  font-size: 22px;
  font-size: 1.35rem;
  letter-spacing: 0;
  color: #77abdf;
  display: block;
  font-style: normal;
  padding-top: 5px;
}
/* line 109, ../sass/_snippet.scss */
.topfeat h2:after {
  position: absolute;
  width: 120px;
  height: 5px;
  top: 0;
  left: -5%;
  display: block;
  content: "";
  background: #77abdf;
}
@media screen and (max-width: 640px) {
  /* line 362, ../sass/style.scss */
  .topfeat h2 {
    font-size: 32px;
    font-size: 2rem;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) and (max-width: 820px) {
  /* line 362, ../sass/style.scss */
  .topfeat h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 123, ../sass/_snippet.scss */
  .topfeat h2 em {
    font-size: 18px;
    font-size: 1.125rem;
  }
  /* line 126, ../sass/_snippet.scss */
  .topfeat h2:after {
    width: 80px;
    height: 3px;
  }
}
/* line 366, ../sass/style.scss */
.topfeat:after {
  content: "";
  display: block;
  width: 30%;
}

/* line 372, ../sass/style.scss */
.featin {
  flex-basis: 30%;
  padding-top: 50px;
}

/* line 376, ../sass/style.scss */
.feattn {
  position: relative;
  margin-bottom: 15px;
}
/* line 379, ../sass/style.scss */
.feattn .column-media:has(.acms-col-sm-4) {
  width: 100% !important;
}
/* line 382, ../sass/style.scss */
.feattn .acms-col-sm-4 {
  float: none;
  width: 100%;
}
/* line 386, ../sass/style.scss */
.feattn img {
  aspect-ratio: 1414 / 1000;
  object-fit: cover;
}
/* line 390, ../sass/style.scss */
.feattn p {
  position: absolute;
  top: -10px;
  left: 5px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: #77abdf;
  font-family: "PT Sans","Noto Sans JP",serif;
  letter-spacing: 0;
  font-size: 32px;
  font-size: 2rem;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  border-radius: 25px;
}
@media screen and (max-width: 820px) {
  /* line 390, ../sass/style.scss */
  .feattn p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* line 407, ../sass/style.scss */
.feattxt h3 {
  font-size: 22px;
  font-size: 1.35rem;
  margin-bottom: 10px;
}

/* line 412, ../sass/style.scss */
.btnfeat {
  padding-top: 8px;
}
/* line 414, ../sass/style.scss */
.btnfeat a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
/* line 418, ../sass/style.scss */
.btnfeat a:before {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Sharp';
  content: '\e315';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 30;
  font-size: 30px;
  margin-top: -15px;
  color: #1866b3;
  line-height: 30px;
  transition: .4s;
}
/* line 422, ../sass/style.scss */
.btnfeat a:hover:before {
  right: -5px;
}

/* line 429, ../sass/style.scss */
.topslide {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  /* line 429, ../sass/style.scss */
  .topslide {
    width: 100%;
    margin: 0;
  }
}
/* line 437, ../sass/style.scss */
.topslide img {
  aspect-ratio: 1414 / 1000;
  object-fit: cover;
}

/* line 443, ../sass/style.scss */
.topcheck {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  /* line 443, ../sass/style.scss */
  .topcheck {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 443, ../sass/style.scss */
  .topcheck {
    padding: 40px 4%;
  }
}
/* line 445, ../sass/style.scss */
.topcheck .checkin {
  max-width: 600px;
  margin: auto;
  background: #e89395;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
  position: relative;
}
/* line 457, ../sass/style.scss */
.topcheck .checkin:after {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  display: block;
  border: 1px solid #fff;
  z-index: 0;
}
/* line 468, ../sass/style.scss */
.topcheck .checkin:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 473, ../sass/style.scss */
.checktn {
  flex-basis: 42%;
  margin: 15px 0 -20px -30px;
}
/* line 476, ../sass/style.scss */
.checktn img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 300px;
}

/* line 482, ../sass/style.scss */
.checktxt {
  flex: 1;
  padding: 30px 20px 30px 10px;
  text-align: center;
}
/* line 486, ../sass/style.scss */
.checktxt h2 {
  color: #fff;
  margin-bottom: 5px;
}
/* line 489, ../sass/style.scss */
.checktxt h2 em {
  font-family: "PT Sans","Noto Sans JP",serif;
  letter-spacing: 0;
  font-size: 22px;
  font-size: 1.35rem;
  letter-spacing: 0;
  color: #e89395;
  display: inline-block;
  font-style: normal;
  background: #fff;
  padding: 5px 20px;
  margin-bottom: 10px;
  border-radius: 30px;
}
/* line 502, ../sass/style.scss */
.checktxt p {
  color: #fff;
}

/* line 507, ../sass/style.scss */
.topcase {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
@media screen and (max-width: 1300px) {
  /* line 507, ../sass/style.scss */
  .topcase {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 507, ../sass/style.scss */
  .topcase {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 640px) {
  /* line 507, ../sass/style.scss */
  .topcase {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 513, ../sass/style.scss */
.topcase h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 auto 40px;
  padding-top: 50px;
  width: 100%;
  position: relative;
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (max-width: 820px) {
  /* line 513, ../sass/style.scss */
  .topcase h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 100, ../sass/_snippet.scss */
.topcase h2 em {
  font-family: "PT Sans","Noto Sans JP",serif;
  letter-spacing: 0;
  font-size: 22px;
  font-size: 1.35rem;
  letter-spacing: 0;
  color: #77abdf;
  display: block;
  font-style: normal;
  padding-top: 5px;
}
/* line 109, ../sass/_snippet.scss */
.topcase h2:after {
  position: absolute;
  width: 120px;
  height: 5px;
  top: 0;
  left: -5%;
  display: block;
  content: "";
  background: #77abdf;
}
@media screen and (max-width: 640px) {
  /* line 513, ../sass/style.scss */
  .topcase h2 {
    font-size: 32px;
    font-size: 2rem;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) and (max-width: 820px) {
  /* line 513, ../sass/style.scss */
  .topcase h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 123, ../sass/_snippet.scss */
  .topcase h2 em {
    font-size: 18px;
    font-size: 1.125rem;
  }
  /* line 126, ../sass/_snippet.scss */
  .topcase h2:after {
    width: 80px;
    height: 3px;
  }
}
/* line 517, ../sass/style.scss */
.topcase h2:after {
  left: 0;
}

/* line 522, ../sass/style.scss */
.casein {
  background: #edf2f6;
  flex-basis: 32%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  /* line 522, ../sass/style.scss */
  .casein {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 527, ../sass/style.scss */
.casein 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;
  flex-basis: 100%;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  /* line 527, ../sass/style.scss */
  .casein ul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 534, ../sass/style.scss */
.casein li a {
  display: block;
  padding: 8px 15px;
  margin: 8px 3px 0;
  background: #fff;
  border-radius: 30px;
  line-height: 1.3;
  font-weight: bold;
}
/* line 542, ../sass/style.scss */
.casein li a:hover {
  background: #d8edff;
}

/* line 548, ../sass/style.scss */
.casetxt {
  flex-basis: 50%;
}
/* line 550, ../sass/style.scss */
.casetxt h3 {
  background: #77abdf;
  color: #fff;
  text-align: center;
  padding: 3px 5px;
  line-height: 1.5;
  margin-bottom: 5px;
}
/* line 558, ../sass/style.scss */
.casetxt p {
  line-height: 1.4;
}

/* line 562, ../sass/style.scss */
.casetn {
  flex-basis: 47%;
  margin-top: -40px;
}

/* line 567, ../sass/style.scss */
.toporth {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #8e969d;
}
@media screen and (max-width: 1300px) {
  /* line 567, ../sass/style.scss */
  .toporth {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 567, ../sass/style.scss */
  .toporth {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 640px) {
  /* line 567, ../sass/style.scss */
  .toporth {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 571, ../sass/style.scss */
.toporth h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 auto 40px;
  padding-top: 50px;
  width: 100%;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 820px) {
  /* line 571, ../sass/style.scss */
  .toporth h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 100, ../sass/_snippet.scss */
.toporth h2 em {
  font-family: "PT Sans","Noto Sans JP",serif;
  letter-spacing: 0;
  font-size: 22px;
  font-size: 1.35rem;
  letter-spacing: 0;
  color: #77abdf;
  display: block;
  font-style: normal;
  padding-top: 5px;
}
/* line 109, ../sass/_snippet.scss */
.toporth h2:after {
  position: absolute;
  width: 120px;
  height: 5px;
  top: 0;
  left: -5%;
  display: block;
  content: "";
  background: #77abdf;
}
@media screen and (max-width: 640px) {
  /* line 571, ../sass/style.scss */
  .toporth h2 {
    font-size: 32px;
    font-size: 2rem;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) and (max-width: 820px) {
  /* line 571, ../sass/style.scss */
  .toporth h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 123, ../sass/_snippet.scss */
  .toporth h2 em {
    font-size: 18px;
    font-size: 1.125rem;
  }
  /* line 126, ../sass/_snippet.scss */
  .toporth h2:after {
    width: 80px;
    height: 3px;
  }
}
/* line 574, ../sass/style.scss */
.toporth h2 em {
  color: #a1c1e1;
}

/* line 579, ../sass/style.scss */
.orthtn {
  flex-basis: 50%;
}

/* line 582, ../sass/style.scss */
.orthtxt {
  flex-basis: 45%;
}
/* line 584, ../sass/style.scss */
.orthtxt p {
  color: #fff;
  font-size: 22px;
  font-size: 1.35rem;
  font-weight: bold;
}
/* line 589, ../sass/style.scss */
.orthtxt 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 589, ../sass/style.scss */
  .orthtxt ul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 592, ../sass/style.scss */
.orthtxt li {
  flex-basis: 48.5%;
  padding-top: 15px;
}
/* line 595, ../sass/style.scss */
.orthtxt li a {
  font-weight: bold;
  background: #fff;
  display: block;
  padding: 15px 20px;
  line-height: 1.3;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* line 604, ../sass/style.scss */
.orthtxt li a:before {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Sharp';
  content: '\e315';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 30;
  font-size: 30px;
  margin-top: -15px;
  color: #1866b3;
  line-height: 30px;
  transition: .4s;
}
/* line 607, ../sass/style.scss */
.orthtxt li a:hover {
  background: #d8edff;
}
/* line 609, ../sass/style.scss */
.orthtxt li a:hover:before {
  right: -5px;
}

/* line 617, ../sass/style.scss */
.topfaci {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  /* line 617, ../sass/style.scss */
  .topfaci {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 617, ../sass/style.scss */
  .topfaci {
    padding: 40px 4%;
  }
}
/* line 623, ../sass/style.scss */
.topfaci h2 {
  font-size: 22px;
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 0 auto 40px;
  width: 100%;
  color: #666;
  padding-left: 4%;
}
/* line 138, ../sass/_snippet.scss */
.topfaci h2 em {
  font-family: "PT Sans","Noto Sans JP",serif;
  letter-spacing: 0;
  font-size: 50px;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #1866b3;
  text-stroke: 1px #1866b3;
  display: block;
  font-style: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  /* line 138, ../sass/_snippet.scss */
  .topfaci h2 em {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 623, ../sass/style.scss */
  .topfaci h2 {
    margin-bottom: 20px;
  }
}
/* line 627, ../sass/style.scss */
.topfaci ul {
  position: relative;
  padding-bottom: 50px;
}
/* line 630, ../sass/style.scss */
.topfaci ul:after {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: url("../images/bg_faci.jpg") center center;
  background-size: cover;
  z-index: 0;
}
/* line 643, ../sass/style.scss */
.topfaci .slick-list {
  position: relative;
  z-index: 10;
}
/* line 648, ../sass/style.scss */
.topfaci li h3 {
  font-size: 22px;
  font-size: 1.35rem;
  margin: 10px 0 5px;
  color: #fff;
  transition: .4s;
}
/* line 654, ../sass/style.scss */
.topfaci li p {
  color: #fff;
  font-weight: bold;
  transition: .4s;
}
/* line 659, ../sass/style.scss */
.topfaci li a {
  display: block;
}
/* line 661, ../sass/style.scss */
.topfaci li a img {
  aspect-ratio: 1414 / 1000;
  object-fit: cover;
}
/* line 666, ../sass/style.scss */
.topfaci li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 674, ../sass/style.scss */
.topfaci .slick-slider img {
  height: auto;
  filter: contrast(50%);
  transform: scale(0.8);
  transition: opacity .5s, transform .5s;
  width: 100%;
}
/* line 681, ../sass/style.scss */
.topfaci .slick-slider h3, .topfaci .slick-slider p {
  opacity: .7;
  padding: 0 10%;
}
/* line 687, ../sass/style.scss */
.topfaci .slick-slider .slick-center img {
  filter: contrast(100%);
  transform: scale(1);
}
/* line 691, ../sass/style.scss */
.topfaci .slick-slider .slick-center h3, .topfaci .slick-slider .slick-center p {
  opacity: 1;
  padding: 0;
}
/* line 696, ../sass/style.scss */
.topfaci .slick-prev,
.topfaci .slick-next {
  height: 30px !important;
  width: 30px !important;
  z-index: 20 !important;
  background: #1866b3;
  border-radius: 17px;
}
/* line 704, ../sass/style.scss */
.topfaci .slick-prev:before,
.topfaci .slick-next:before {
  font-size: 24px !important;
  color: #fff;
  font-family: 'Material Symbols Sharp';
  content: '\e314';
  font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
  transition: .4s;
}
/* line 717, ../sass/style.scss */
.topfaci .slick-next:before {
  content: '\e315';
}
/* line 720, ../sass/style.scss */
.topfaci .slick-next {
  right: 0.35% !important;
}
/* line 723, ../sass/style.scss */
.topfaci .slick-prev {
  left: 0.35% !important;
}
/* line 726, ../sass/style.scss */
.topfaci .slick-prev:hover,
.topfaci .slick-next:hover {
  background: #77abdf;
}

/* line 732, ../sass/style.scss */
.topblog {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  /* line 732, ../sass/style.scss */
  .topblog {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 732, ../sass/style.scss */
  .topblog {
    padding: 40px 4%;
  }
}
/* line 734, ../sass/style.scss */
.topblog h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 auto 40px;
  padding-top: 50px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 820px) {
  /* line 734, ../sass/style.scss */
  .topblog h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 100, ../sass/_snippet.scss */
.topblog h2 em {
  font-family: "PT Sans","Noto Sans JP",serif;
  letter-spacing: 0;
  font-size: 22px;
  font-size: 1.35rem;
  letter-spacing: 0;
  color: #77abdf;
  display: block;
  font-style: normal;
  padding-top: 5px;
}
/* line 109, ../sass/_snippet.scss */
.topblog h2:after {
  position: absolute;
  width: 120px;
  height: 5px;
  top: 0;
  left: -5%;
  display: block;
  content: "";
  background: #77abdf;
}
@media screen and (max-width: 640px) {
  /* line 734, ../sass/style.scss */
  .topblog h2 {
    font-size: 32px;
    font-size: 2rem;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) and (max-width: 820px) {
  /* line 734, ../sass/style.scss */
  .topblog h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 123, ../sass/_snippet.scss */
  .topblog h2 em {
    font-size: 18px;
    font-size: 1.125rem;
  }
  /* line 126, ../sass/_snippet.scss */
  .topblog h2:after {
    width: 80px;
    height: 3px;
  }
}
/* line 737, ../sass/style.scss */
.topblog article {
  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;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  margin-bottom: -1px;
}
@media screen and (max-width: 640px) {
  /* line 737, ../sass/style.scss */
  .topblog article {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 745, ../sass/style.scss */
.topblog time {
  display: block;
  flex-basis: 8em;
  line-height: 1.7;
}
/* line 750, ../sass/style.scss */
.topblog h3 {
  flex: 1;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
/* line 755, ../sass/style.scss */
.topblog h3 a {
  font-weight: normal;
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
/* line 760, ../sass/style.scss */
.topblog h3 a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 12px;
  transition: .4s;
}
/* line 773, ../sass/style.scss */
.topblog h3 a:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Sharp';
  content: '\e315';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 30;
  font-size: 30px;
  margin-top: -15px;
  color: #1866b3;
  line-height: 30px;
  transition: .4s;
  content: '\e315';
  right: -2px;
  color: #1866b3;
}
/* line 779, ../sass/style.scss */
.topblog h3 a:hover {
  color: #3c7cbe;
}
/* line 781, ../sass/style.scss */
.topblog h3 a:hover:before {
  right: -5px;
}
/* line 784, ../sass/style.scss */
.topblog h3 a:hover:after {
  right: -8px;
}

/* line 792, ../sass/style.scss */
.topaccess {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #edf2f6;
  padding-bottom: 0;
}
@media screen and (max-width: 1300px) {
  /* line 792, ../sass/style.scss */
  .topaccess {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 792, ../sass/style.scss */
  .topaccess {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 640px) {
  /* line 792, ../sass/style.scss */
  .topaccess {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 797, ../sass/style.scss */
.topaccess h2 {
  font-size: 22px;
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 0 auto 40px;
  width: 100%;
  color: #666;
}
/* line 138, ../sass/_snippet.scss */
.topaccess h2 em {
  font-family: "PT Sans","Noto Sans JP",serif;
  letter-spacing: 0;
  font-size: 50px;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #1866b3;
  text-stroke: 1px #1866b3;
  display: block;
  font-style: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  /* line 138, ../sass/_snippet.scss */
  .topaccess h2 em {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 797, ../sass/style.scss */
  .topaccess h2 {
    margin-bottom: 20px;
  }
}
/* line 800, ../sass/style.scss */
.topaccess h3 {
  font-size: 22px;
  font-size: 1.35rem;
  color: #1866b3;
  margin-bottom: 10px;
}
/* line 805, ../sass/style.scss */
.topaccess [class*=acms-col] {
  padding: 0;
  margin: 0;
}
/* line 809, ../sass/style.scss */
.topaccess .accemap {
  flex-basis: 47.5%;
}
/* line 811, ../sass/style.scss */
.topaccess .accemap [class*=column-map] {
  margin-top: 0 !important;
  border: none;
}
/* line 814, ../sass/style.scss */
.topaccess .accemap [class*=column-map] [class*=acms-col-] {
  width: 100%;
}
/* line 818, ../sass/style.scss */
.topaccess .accemap .js-open-street-map {
  aspect-ratio: 1444/1000 !important;
  margin: 0 !important;
}
/* line 822, ../sass/style.scss */
.topaccess .accemap p {
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 826, ../sass/style.scss */
.topaccess .accemap .btntop {
  margin-bottom: 0;
}
/* line 828, ../sass/style.scss */
.topaccess .accemap .btntop a {
  background: #8e969d;
  color: #fff;
}
/* line 831, ../sass/style.scss */
.topaccess .accemap .btntop a:before {
  left: 15px;
  right: auto;
  content: '\f6ea';
  color: #fff;
}
/* line 837, ../sass/style.scss */
.topaccess .accemap .btntop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 843, ../sass/style.scss */
.topaccess .accetime {
  flex-basis: 47.5%;
}
/* line 845, ../sass/style.scss */
.topaccess .accetime ul {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 2em;
}
/* line 850, ../sass/style.scss */
.topaccess .accetime .scroll-hint {
  overflow: visible !important;
}
/* line 853, ../sass/style.scss */
.topaccess .accetime table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 100%;
  background: #fff;
}
/* line 858, ../sass/style.scss */
.topaccess .accetime table th, .topaccess .accetime table td {
  display: table-cell;
  border: solid 1px #ccc;
  padding: 10px 2px;
  line-height: 1.3;
  text-align: center;
}
/* line 865, ../sass/style.scss */
.topaccess .accetime table th {
  background: #e8e8e8;
  font-weight: normal;
}
/* line 870, ../sass/style.scss */
.topaccess .accetime .accetel {
  color: #1866b3;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 820px) {
  /* line 870, ../sass/style.scss */
  .topaccess .accetime .accetel {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* line 876, ../sass/style.scss */
.topaccess .accetime .btntop a {
  background: #1866b3;
  color: #fff;
}
/* line 879, ../sass/style.scss */
.topaccess .accetime .btntop a:before {
  left: 15px;
  right: auto;
  content: '\ebcc';
  color: #fff;
}
/* line 885, ../sass/style.scss */
.topaccess .accetime .btntop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 891, ../sass/style.scss */
.topaccess .accepic {
  flex-basis: 110%;
  padding-top: 40px;
  margin: 40px -5% 0;
}
/* line 895, ../sass/style.scss */
.topaccess .accepic .column-media {
  width: 100% !important;
}
/* line 898, ../sass/style.scss */
.topaccess .accepic [class*=acms-col] {
  width: 100%;
  float: none;
}

/* line 905, ../sass/style.scss */
.topsubj {
  width: calc(100% - 200px);
  margin: 0 0 0 200px;
  padding: 80px 4%;
  text-align: left;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 905, ../sass/style.scss */
  .topsubj {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  /* line 905, ../sass/style.scss */
  .topsubj {
    padding: 40px 4%;
  }
}
/* line 908, ../sass/style.scss */
.topsubj h2 {
  font-size: 22px;
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 0 auto 40px;
  width: 100%;
  color: #666;
  z-index: 20;
  position: relative;
  color: #fff;
}
/* line 138, ../sass/_snippet.scss */
.topsubj h2 em {
  font-family: "PT Sans","Noto Sans JP",serif;
  letter-spacing: 0;
  font-size: 50px;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #1866b3;
  text-stroke: 1px #1866b3;
  display: block;
  font-style: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  /* line 138, ../sass/_snippet.scss */
  .topsubj h2 em {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 908, ../sass/style.scss */
  .topsubj h2 {
    margin-bottom: 20px;
  }
}
/* line 913, ../sass/style.scss */
.topsubj h2 em {
  -webkit-text-stroke: 1px #d8edff;
  text-stroke: 1px #d8edff;
}
/* line 918, ../sass/style.scss */
.topsubj ul {
  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;
  z-index: 20;
  position: relative;
  margin-top: -10px;
}
@media screen and (max-width: 640px) {
  /* line 918, ../sass/style.scss */
  .topsubj ul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 924, ../sass/style.scss */
.topsubj ul:before, .topsubj ul:after {
  content: '';
  width: 24%;
  display: block;
  order: 1;
}
/* line 931, ../sass/style.scss */
.topsubj li {
  flex-basis: 24%;
  padding-top: 10px;
}
/* line 934, ../sass/style.scss */
.topsubj li a {
  height: 100%;
  font-weight: bold;
  background: #fff;
  display: block;
  padding: 15px 20px;
  line-height: 1.3;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* line 944, ../sass/style.scss */
.topsubj li a:before {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Sharp';
  content: '\e315';
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 30;
  font-size: 30px;
  margin-top: -15px;
  color: #1866b3;
  line-height: 30px;
  transition: .4s;
}
/* line 947, ../sass/style.scss */
.topsubj li a:hover {
  background: #d8edff;
}
/* line 949, ../sass/style.scss */
.topsubj li a:hover:before {
  right: -5px;
}
/* line 955, ../sass/style.scss */
.topsubj:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: rgba(34, 34, 34, 0.4);
  z-index: 10;
}

/* line 967, ../sass/style.scss */
.subjbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* line 974, ../sass/style.scss */
.subjbg img {
  height: 100%;
  object-fit: cover;
}

/* line 980, ../sass/style.scss */
.medical {
  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 980, ../sass/style.scss */
  .medical {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 982, ../sass/style.scss */
.medical article {
  width: 72%;
  padding-bottom: 40px;
}
/* line 986, ../sass/style.scss */
.medical .mediside {
  width: 25%;
  position: sticky;
  top: 60px;
}
/* line 991, ../sass/style.scss */
.medical .mediside .category-list h2 {
  font-size: 22px;
  font-size: 1.35rem;
  line-height: 1;
  padding: 20px 15px;
  background: #77abdf;
  color: #fff;
}
/* line 1000, ../sass/style.scss */
.medical .mediside .category-list ul li a {
  display: block;
  padding: 12px 15px;
  line-height: 1.4;
  background: #e8e8e8;
  border-bottom: 1px solid #fff;
}
/* line 1006, ../sass/style.scss */
.medical .mediside .category-list ul li a:hover {
  background: #edf2f6;
}

/* line 1015, ../sass/style.scss */
#pedodontics {
  background: #ddf7e8;
}
/* line 1017, ../sass/style.scss */
#pedodontics .pagetitle .titlein .subttl, #pedodontics .pagetitle2 .titlein .subttl {
  -webkit-text-stroke: 1px #1fa16a;
  text-stroke: 1px #1fa16a;
}
/* line 1021, ../sass/style.scss */
#pedodontics .acms-topicpath a {
  color: #1fa16a;
}
/* line 1029, ../sass/style.scss */
#pedodontics .indlist li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 1033, ../sass/style.scss */
#pedodontics .indlist li p {
  color: #fff;
  background: #1fa16a;
}
/* line 1036, ../sass/style.scss */
#pedodontics .indlist li p:before {
  color: #fff;
}
/* line 1042, ../sass/style.scss */
#pedodontics .entryCont .entrytitle p {
  color: #73c9a5;
}
/* line 1046, ../sass/style.scss */
#pedodontics .entry-column h2 {
  color: #1fa16a;
  background: #f1f1f1;
}
/* line 1050, ../sass/style.scss */
#pedodontics .entry-column h2.ttlbg, #pedodontics .entry-column h2.ttlbg-center {
  background: #1fa16a;
  color: #fff;
}
/* line 1054, ../sass/style.scss */
#pedodontics .entry-column h3 {
  color: #1fa16a;
}
/* line 1056, ../sass/style.scss */
#pedodontics .entry-column h3:before {
  background: #73c9a5;
}
/* line 1060, ../sass/style.scss */
#pedodontics .entry-column h3.ttlbg, #pedodontics .entry-column h3.ttlbg-center {
  background: #1fa16a;
  color: #fff;
}
/* line 1064, ../sass/style.scss */
#pedodontics .entry-column h4.ttlbg, #pedodontics .entry-column h4.ttlbg-center {
  background: #ddf7e8;
  color: #1fa16a;
}
/* line 1068, ../sass/style.scss */
#pedodontics .entry-column h5 {
  color: #73c9a5;
}
/* line 1074, ../sass/style.scss */
#pedodontics .mediside .category-list h2 {
  background: #73c9a5;
}
/* line 1079, ../sass/style.scss */
#pedodontics .mediside .category-list ul li a {
  color: #1fa16a;
}
/* line 1081, ../sass/style.scss */
#pedodontics .mediside .category-list ul li a:hover {
  background: #ddf7e8;
}
/* line 1090, ../sass/style.scss */
#pedodontics .entry-btn-attention a {
  background: #73c9a5;
}
/* line 1092, ../sass/style.scss */
#pedodontics .entry-btn-attention a:hover {
  background: #1fa16a;
}

/* line 1099, ../sass/style.scss */
.pedodontics.entrytitle p {
  color: #73c9a5;
}

/* line 1107, ../sass/style.scss */
.pedodontics.indlist li a:hover p {
  background: #73c9a5;
}
/* line 1112, ../sass/style.scss */
.pedodontics.indlist li p {
  background: #ddf7e8;
}
/* line 1114, ../sass/style.scss */
.pedodontics.indlist li p:before {
  color: #1fa16a;
}

@media screen and (max-width: 820px) {
  /* line 1121, ../sass/style.scss */
  .topcase {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  /* line 1127, ../sass/style.scss */
  .topcase h2 {
    margin-bottom: 0;
  }

  /* line 1131, ../sass/style.scss */
  .casein {
    margin-top: 40px;
  }

  /* line 1134, ../sass/style.scss */
  .casetxt {
    flex-basis: 68%;
  }

  /* line 1137, ../sass/style.scss */
  .casetn {
    flex-basis: 29%;
  }
}
@media screen and (max-width: 640px) {
  /* line 1144, ../sass/style.scss */
  .btntop, .btntop2 {
    margin-top: 30px;
  }

  /* line 1148, ../sass/style.scss */
  .topban ul {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1154, ../sass/style.scss */
  .topban li {
    flex-basis: 49.5%;
    padding-right: 0;
    padding-bottom: 4px;
  }
  /* line 1160, ../sass/style.scss */
  .topban li a .bantxt p {
    font-size: 16px;
    font-size: 1rem;
  }

  /* line 1167, ../sass/style.scss */
  .main-news {
    padding-top: 0;
    padding-bottom: 1;
  }
  /* line 1170, ../sass/style.scss */
  .main-news article {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 1176, ../sass/style.scss */
  .main-news time {
    padding-right: 1em;
  }

  /* line 1181, ../sass/style.scss */
  .topconce h2 {
    font-size: 60px;
    margin-bottom: -20px;
  }

  /* line 1186, ../sass/style.scss */
  .concepic {
    margin-left: -5%;
    margin-right: 5%;
  }
  /* line 1189, ../sass/style.scss */
  .concepic:after {
    left: 5%;
    bottom: -60px;
  }

  /* line 1194, ../sass/style.scss */
  .concetxt {
    padding-top: 12px;
  }
  /* line 1196, ../sass/style.scss */
  .concetxt h3 {
    padding-left: 3%;
    margin-bottom: 40px;
  }

  /* line 1201, ../sass/style.scss */
  .opentxt {
    padding-top: 30px;
  }

  /* line 1204, ../sass/style.scss */
  .openbtn {
    margin: 30px 0 0;
  }
  /* line 1206, ../sass/style.scss */
  .openbtn p {
    max-width: 100%;
  }

  /* line 1210, ../sass/style.scss */
  .topfeat {
    padding-top: 0;
  }
  /* line 1212, ../sass/style.scss */
  .topfeat h2 {
    margin-bottom: -10px;
  }

  /* line 1216, ../sass/style.scss */
  .featin {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 30px;
  }

  /* line 1225, ../sass/style.scss */
  .feattn {
    flex-basis: 42%;
    margin-bottom: 0;
  }
  /* line 1228, ../sass/style.scss */
  .feattn img {
    aspect-ratio: 1618 / 1000;
  }

  /* line 1232, ../sass/style.scss */
  .feattxt {
    flex-basis: 54%;
  }
  /* line 1234, ../sass/style.scss */
  .feattxt h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  /* line 1238, ../sass/style.scss */
  .btnfeat {
    padding-top: 8px;
  }
  /* line 1240, ../sass/style.scss */
  .btnfeat a {
    position: relative;
    display: inline-block;
    padding-right: 30px;
  }
  /* line 1244, ../sass/style.scss */
  .btnfeat a:before {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: 'Material Symbols Sharp';
    content: '\e315';
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 30;
    font-size: 30px;
    margin-top: -15px;
    color: #1866b3;
    line-height: 30px;
    transition: .4s;
  }
  /* line 1248, ../sass/style.scss */
  .btnfeat a:hover:before {
    right: -5px;
  }

  /* line 1255, ../sass/style.scss */
  .topcase h2 {
    margin-bottom: -20px;
  }

  /* line 1259, ../sass/style.scss */
  .casein {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 1262, ../sass/style.scss */
  .casein ul {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 1267, ../sass/style.scss */
  .casetxt {
    flex-basis: 50%;
  }

  /* line 1270, ../sass/style.scss */
  .casetn {
    flex-basis: 47%;
  }

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

  /* line 1276, ../sass/style.scss */
  .orthtxt {
    padding-top: 20px;
  }
  /* line 1278, ../sass/style.scss */
  .orthtxt ul {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 1283, ../sass/style.scss */
  .topfaci {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  /* line 1287, ../sass/style.scss */
  .topfaci ul {
    padding-bottom: 30px;
    margin: 0 -320px;
  }
  /* line 1290, ../sass/style.scss */
  .topfaci ul:after {
    left: 320px;
    right: 320px;
  }
  /* line 1295, ../sass/style.scss */
  .topfaci .slick-next {
    right: 321px !important;
  }
  /* line 1298, ../sass/style.scss */
  .topfaci .slick-prev {
    left: 321px !important;
  }

  /* line 1303, ../sass/style.scss */
  .topblog article {
    padding: 10px 0;
  }
  /* line 1306, ../sass/style.scss */
  .topblog time {
    flex-basis: 100%;
  }

  /* line 1310, ../sass/style.scss */
  .topaccess {
    padding-bottom: 0;
  }
  /* line 1312, ../sass/style.scss */
  .topaccess .accemap {
    width: 100%;
  }
  /* line 1314, ../sass/style.scss */
  .topaccess .accemap p {
    margin-bottom: 20px;
  }
  /* line 1318, ../sass/style.scss */
  .topaccess .accetime {
    width: 100%;
    padding-top: 30px;
  }
  /* line 1322, ../sass/style.scss */
  .topaccess .accepic {
    padding-top: 40px;
    margin-top: 0;
  }

  /* line 1328, ../sass/style.scss */
  .topsubj ul {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 1332, ../sass/style.scss */
  .topsubj li {
    flex-basis: 49%;
  }

  /* line 1336, ../sass/style.scss */
  .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 1341, ../sass/style.scss */
  .opentxt.acms-entry-unit-full:not(.acms-unit-size-inherit) .acms-col-sm-4 p {
    margin-bottom: 0 !important;
  }

  /* line 1345, ../sass/style.scss */
  .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 1349, ../sass/style.scss */
  .opentxt.acms-entry-unit-full:not(.acms-unit-size-inherit) .acms-col-sm-6 p {
    margin-bottom: 0 !important;
  }

  /* line 1354, ../sass/style.scss */
  .medical article {
    width: 100%;
  }
  /* line 1357, ../sass/style.scss */
  .medical .mediside {
    width: 100%;
    position: static;
  }
}
