@charset "UTF-8";
[class*=animation] {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.animation-opacity {
  opacity: 0;
}

.animation-from-bottom {
  transform: translate(0, -30px);
}

.animation-delay3 {
  transition-delay: 0.3s;
}

.animation-delay4 {
  transition-delay: 0.4s;
}

.animation-delay8 {
  transition-delay: 0.8s;
}

.animation-opacity.active {
  opacity: 1;
}

.animation-from-bottom.active {
  transform: translate(0, 0);
}

/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
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.
 */
pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  font-family: inherit;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
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.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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.
 */
legend {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type=search] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.styleBanner {
  max-width: 500px;
  margin-bottom: 20px;
  padding: 15px 30px;
  background-color: #4A4A4A;
  border-radius: 3px;
}
.styleBanner .icon {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.styleBanner .arrow {
  float: right;
}

.styleBanner a:link, .styleBanner a:hover, .styleBanner a:visited,
.gtm_cv_download:link,
.gtm_cv_download:hover,
.gtm_cv_download:visited {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.buttonTd a {
  display: inline-block;
}
.buttonTd a:first-child {
  margin-right: 10px;
}

.sectionTitle {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 22px;
  color: #D14213;
  font-weight: normal;
}
@media print {
  .sectionTitle {
    font-size: 22px;
  }
}
.sectionTitle a {
  position: relative;
}
.sectionTitle a:hover, .sectionTitle a:link, .sectionTitle a:visited {
  color: #D14213;
  text-decoration: none;
}
.sectionTitle a:before {
  position: absolute;
  top: -5px;
  left: -25px;
  display: block;
  color: rgba(196, 45, 17, 0.3);
  content: "#";
}

.sectionTitle2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 18px;
  color: #888;
}
@media print {
  .sectionTitle2 {
    font-size: 18px;
  }
}

/*----------------
スタイルガイド
----------------*/
/* グリッドを視覚化 */
#grid .panel,
#a-grid .panel {
  padding: 10px 15px;
  font-size: 16px;
  word-wrap: break-word;
  background-color: #ffbfbf;
  border: solid 1px #ff4d4d;
}

#grid .panel_nest {
  padding: 10px 15px;
  font-size: 16px;
  word-wrap: break-word;
  background-color: #bfcfff;
  border: solid 1px #4d4dff;
}

/* スタイルガイドの間隔調整 */
.styleguideWrapper p {
  margin-bottom: 5px;
}

.styleguideWrapper .acms-dl {
  margin-bottom: 30px;
}

.styleguideWrapper .prettyprinted {
  margin: 20px 0 30px;
}

.styleguideWrapper .sectionBox,
.styleguideWrapper .acms-form,
.styleguideWrapper .acms-table {
  margin-bottom: 40px;
}

.styleguideWrapper a[class*=acms-btn-] {
  border: 1px solid #a7a7aa;
}

.styleguideWrapper .acms-td-edit .acms-btn-group {
  display: none;
}

#grid .acms-grid,
#grid .acms-grid-r {
  margin-bottom: 10px;
}

.styleguide #categoryList {
  margin-bottom: 0;
}

body {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  line-height: 1.5;
  background: #FFF;
  font-size: 14px;
}
@media print {
  body {
    font-size: 14px;
  }
}

a:-moz-any-link {
  color: #006dd9;
}

a:any-link {
  color: #006dd9;
}

.sectionBox {
  margin-top: -60px;
  padding-top: 60px;
}

.main {
  padding: 0 15px;
}

.acms-container {
  max-width: 70rem;
  padding-right: 15px;
  padding-left: 15px;
}

.flex-item-menu {
  display: none;
}

@media screen and (min-width: 1200px) {
  .flex-item-menu {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .main {
    padding: 0 0 0 30px;
  }

  .flex-grid {
    display: flex;
    width: 100%;
  }

  .flex-item-main {
    flex: 1;
    order: 2;
    padding: 0 30px;
    overflow: auto;
  }

  .flex-item-menu {
    flex: none;
    order: 3;
    width: 250px;
  }

  .flex-item-sub {
    flex: none;
    order: 1;
    width: 250px;
  }
}
.content-container {
  max-width: 45rem;
  margin: 0 auto;
}

.content-container.is-large {
  max-width: 70rem;
  margin: 0 auto;
}

.document-container.acms-container,
.header-container.acms-container {
  max-width: none;
}

.js-pretty-scroll-sidebar1 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.js-pretty-scroll-sidebar2 {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-main {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-left {
  height: calc(100vh - 70px);
  overflow: auto;
}

.sidelist-right {
  height: calc(100vh - 70px);
  overflow: auto;
}

.js-acms-offcanvas-active .js-pretty-scroll-sidebar1 {
  border-right: none;
}
.js-acms-offcanvas-active .js-pretty-scroll-sidebar2 {
  border-left: none;
}

@media screen and (max-width: 991.98px) {
  .js-pretty-scroll-sidebar2 {
    display: none;
  }

  .sidebar-left {
    height: 100vh;
    overflow: visible;
  }

  .acms-container {
    padding-top: 20px;
  }

  .acms-sp-hide {
    display: none;
  }
}
.acms-col-center {
  float: none;
  margin: 0 auto;
}

.is-locked {
  overflow: hidden;
}

body.blog {
  background-color: #f5f5f5;
}

.js-anchor {
  margin-top: -50px;
  padding-top: 50px;
}

.zsiq_floatmain {
  display: none !important;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube-wrap iframe, .youtube-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.heading {
  margin: 40px 10px 20px 10px;
  color: #d14213;
  font-weight: 400;
  font-size: 24px;
}

.btn {
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
}

.btn-large {
  display: block;
  padding: 9px 15px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

@media screen and (max-width: 991.98px) {
  .btn-large {
    padding: 15px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 479.98px) {
  .btn-large.is-block {
    display: block;
    width: 100%;
  }
}
.btn-primary {
  color: #C42D11;
  background-color: #FFFFFF;
}
.btn-primary:-moz-any-link {
  color: #C42D11;
}
.btn-primary:any-link {
  color: #C42D11;
}

.btn-tweet {
  color: #FFF;
  background-color: #55acee;
}
.btn-tweet:-moz-any-link {
  color: #FFF;
}
.btn-tweet:any-link {
  color: #FFF;
}

.btn-hero {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 15px 10px;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #FFF;
  border-radius: 4px;
  transition: background 0.2s;
}
.btn-hero:-moz-any-link {
  color: #FFF;
}
.btn-hero:any-link {
  color: #FFF;
}
.btn-hero:hover {
  color: #333;
  background: #FFF;
}

@media screen and (max-width: 991.98px) {
  .btn-hero {
    font-size: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .btn-hero {
    font-size: 16px;
  }
}
.btn-ghost {
  display: inline-block;
  padding: 10px 20px;
  color: #333;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: 1px solid #999;
  transition: background-color 0.2s;
}

.btn-ghost-primary {
  display: inline-block;
  padding: 10px 20px;
  color: #c42d11;
  text-align: center;
  text-decoration: none;
  border: 1px solid #c42d11;
  transition: background-color 0.2s;
}
.btn-ghost-primary:-moz-any-link {
  color: #c42d11;
}
.btn-ghost-primary:any-link {
  color: #c42d11;
}

.btn-ghost-attention {
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #c42d11;
  border: 1px solid #c42d11;
  transition: background-color 0.2s;
}
.btn-ghost-attention:-moz-any-link {
  color: #FFF;
}
.btn-ghost-attention:any-link {
  color: #FFF;
}

.btn-bookmark {
  display: flex;
  align-items: center;
  float: right;
  margin: 45px 0 0 5px;
  padding: 5px 10px 5px 10px;
  color: #888;
  font-size: 14px;
  line-height: 1;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 3px;
}
.btn-bookmark:before {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  vertical-align: middle;
  transform: translateY(2px);
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMi41MyAyNi4xMSI+PHRpdGxlPuODluODg+OCr+ODnuODvOOCr++8iOODqeOCpOODs++8iTwvdGl0bGU+PGc+PGc+PHBvbHlnb24gcG9pbnRzPSIxIDEgMSAyNS4xMSAxMS4zIDIwLjI5IDIxLjUzIDI1LjExIDIxLjUzIDEgMSAxIiBmaWxsPSJub25lIiBzdHJva2U9IiNjNDJkMTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBvbHlnb24gcG9pbnRzPSIxMS4zNCA2LjIzIDEyLjgyIDkuMjMgMTYuMTQgOS43MSAxMy43NCAxMi4wNSAxNC4zMSAxNS4zNSAxMS4zNCAxMy43OSA4LjM4IDE1LjM1IDguOTUgMTIuMDUgNi41NSA5LjcxIDkuODYgOS4yMyAxMS4zNCA2LjIzIiBmaWxsPSIjYzQyZDExIiBzdHJva2U9IiNjNDJkMTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvZz48L2c+PC9zdmc+);
}
.btn-bookmark.-done:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMi41MyAyNi4xMSI+PHRpdGxlPuODluODg+OCr+ODnuODvOOCrzwvdGl0bGU+PGc+PGc+PHBvbHlnb24gcG9pbnRzPSIxIDEgMSAyNS4xMSAxMS4zIDIwLjI5IDIxLjUzIDI1LjExIDIxLjUzIDEgMSAxIiBmaWxsPSIjYzQyZDExIiBzdHJva2U9IiNjNDJkMTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBvbHlnb24gcG9pbnRzPSIxMS4zNCA2LjIzIDEyLjgyIDkuMjMgMTYuMTQgOS43MSAxMy43NCAxMi4wNSAxNC4zMSAxNS4zNSAxMS4zNCAxMy43OSA4LjM4IDE1LjM1IDguOTUgMTIuMDUgNi41NSA5LjcxIDkuODYgOS4yMyAxMS4zNCA2LjIzIiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvZz48L2c+PC9zdmc+);
}
.btn-bookmark:-moz-any-link {
  color: #888;
}
.btn-bookmark:any-link {
  color: #888;
}

@media screen and (max-width: 991.98px) {
  .btn-bookmark {
    float: none;
  }
}
@media screen and (min-width: 992px) {
  .btn-ghost:hover {
    color: #FFF;
    background-color: #999;
  }

  .btn-ghost-primary:hover {
    color: #FFF;
    background-color: #eb3d1d;
  }

  .btn-ghost-attention:hover {
    color: #FFF;
    background: #eb3d1d;
  }
}
.card {
  position: relative;
  padding-bottom: 38px;
  color: #2a2a2a;
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-radius: 2px;
  box-shadow: 0 1px 5px gainsboro;
  transition: opacity 0.2s ease-in-out;
}

.trim {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.trim .card-img {
  width: 100%;
  transition: transform 0.3s linear;
}

.trim time {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  display: block;
  width: 80px;
  height: 50px;
  padding: 10px 0;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  background: #c40f32;
  opacity: 0.8;
}

.trim time span {
  display: block;
  padding: 3px 0 0;
  font-size: 13px;
}

.card-title-wrap {
  margin: 0 0 30px 0;
  padding: 30px 0 0 0;
  border-bottom: 1px solid #CCC;
}
.card-title-wrap.-has-time {
  margin-bottom: 40px;
  border-bottom: 1px solid #EEE;
}
.card-title-wrap.-has-time .entry-title {
  margin-bottom: 10px;
}
.card-title-wrap.-has-time .entry-time {
  margin: 0 0 20px 0;
  color: #888;
  font-size: 14px;
}

@media screen and (max-width: 991.98px) {
  .card-title-wrap {
    margin: 0 0 30px 0;
  }
}
.card-title-footer {
  display: flex;
  margin: 0 0 40px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #CCC;
}

.card-title-footer-list-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.card-title-footer-list-item {
  display: inline-block;
}

.card .card-inner {
  padding: 0 15px;
}

.card-title {
  margin: 30px 0 0 0;
}
.card-title a {
  color: #c42d11;
  text-decoration: none;
}

.card-inner {
  position: relative;
}

.card-inner-readmore .after:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff 75%);
  content: "";
}

.card-readmore-wrap {
  position: absolute;
  right: 10px;
  bottom: 60px;
  z-index: 1000;
}

.card-readmore {
  display: inline-block;
  float: right;
  padding: 2px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  transition: 0.3s;
}
.card-readmore:link, .card-readmore:hover, .card-readmore:visited {
  color: #333333;
  text-decoration: none;
}
.card-readmore:hover {
  background-color: #ddd;
}

.card-footer {
  position: absolute;
  bottom: 0;
  width: 90%;
  margin-top: 5px;
  padding: 5px 20px 0;
  border-top: 1px solid #e8e8e8;
}

.entry-body .card-footer {
  position: static;
  width: auto;
  padding: 5px 0;
}

.card-user {
  display: flex;
  margin: 0 0 0 auto;
  font-size: 12px;
}
.card-user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.card-user p {
  float: right;
  margin-top: 5px;
  margin-left: 8px;
}

.card-tag a {
  padding: 5px;
  text-decoration: none;
}
.card-tag a:hover {
  background-color: #b2b2b2;
}

@media screen and (max-width: 991.98px) {
  .card-inner.entry-body {
    padding: 0;
  }

  .card-wrap {
    margin-bottom: 20px;
  }
}
.card-sm {
  padding: 0;
}
.card-sm .trim {
  height: 150px;
}
.card-sm .card-inner {
  padding: 0 10px;
}
.card-sm .card-title {
  margin: 20px 0 0 0;
  font-size: 20px;
  line-height: 1.3;
}
.card-sm .card-readmore-wrap {
  bottom: 15px;
}

@media screen and (max-width: 991.98px) {
  .card-sm .trim {
    height: auto;
  }
  .card-sm .after {
    display: none;
  }
  .card-sm .card-title {
    margin-top: 5px;
    font-size: 16px;
  }
  .card-sm .card-readmore-wrap {
    position: static;
    margin: 0 5px 5px 0;
  }
}
.card-icon-group {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.card-icon-item {
  display: flex;
}
.card-icon-item.is-half {
  width: 50%;
}
.card-icon-item.is-one-third {
  width: 33%;
}

.card-icon {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 75px 50px;
  border: 1px solid #E8E8E8;
}
.card-icon.is-small {
  padding: 50px 40px;
}

a.card-icon:link, a.card-icon:visited, a.card-icon:active, a.card-icon:focus {
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s;
}
a.card-icon:hover {
  background: #f9f9f9;
}

.card-icon-inner {
  max-width: 360px;
  margin: 0 auto;
}

.card-icon-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin: 0 auto 20px 0;
}

.card-icon-image.is-main {
  width: auto;
  height: 64px;
  margin: 0 0 20px 0;
}
.card-icon-image.is-side {
  width: 48px;
  height: auto;
}

.card-icon-title {
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
}

.card-icon-desc {
  margin: 0 0 25px 0;
  color: #666666;
  line-height: 1.7;
}
.card-icon-desc:last-child {
  margin: 0;
}

@media screen and (max-width: 991.98px) {
  .card-icon-group {
    gap: 20px;
  }

  .card-icon {
    padding: 40px 30px;
  }
  .card-icon.is-small {
    padding: 30px 20px;
  }

  .card-icon-image-wrap {
    height: auto;
    min-height: 28px;
    margin: 0 auto 10px 0;
  }

  .card-icon-title {
    margin: 0 0 10px 0;
  }

  .card-icon-image.is-main {
    width: auto;
    height: 48px;
  }
  .card-icon-image.is-side {
    width: 28px;
    height: auto;
  }
}
@media screen and (max-width: 479.98px) {
  .card-icon-group {
    flex-direction: column;
    gap: 20px;
  }

  .card-icon-item {
    width: 100%;
  }
  .card-icon-item.is-half, .card-icon-item.is-one-third {
    width: 100%;
  }
}
/* ------------------------------
   カード（データ表示するための一覧性に優れたもの）
------------------------------ */
.card-data__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.card-data__list-item {
  display: block;
  border-top: 1px solid #CCC;
}
.card-data__list-item:last-child {
  border-bottom: 1px solid #CCC;
}

.card-data {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 15px 10px;
  text-decoration: none;
}
.card-data:-moz-any-link {
  color: #333;
}
.card-data:any-link {
  color: #333;
}
@media (hover: hover) {
  .card-data:hover {
    background: #f8f8f8;
  }
}

.card-data__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.card-data__title {
  margin: 0;
  color: #D14213;
  font-size: 16px;
  font-weight: normal;
}
@media print {
  .card-data__title {
    font-size: 16px;
  }
}

.card-data__body {
  font-size: 14px;
}
@media print {
  .card-data__body {
    font-size: 14px;
  }
}

.card-data__desctiption {
  margin: 0;
}

.card-data__footer {
  display: flex;
  color: #666;
  font-size: 12px;
}
@media print {
  .card-data__footer {
    font-size: 12px;
  }
}

.card-data__footer-list-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.card-data__footer-list-item {
  display: inline-block;
}

.card-data__action {
  flex: 1 0 auto;
  margin-left: auto;
}

.card-data__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #C41134;
  border-right: 2px solid #C41134;
  transform: rotate(45deg);
}

@media screen and (max-width: 479.98px) {
  .card-data {
    gap: 10px;
  }

  .card-data__footer-list-group {
    gap: 10px;
  }

  .card-data__arrow {
    width: 6px;
    height: 6px;
  }
}
/* ------------------------------
　　コメント
------------------------------ */
.comment-body {
  margin: 0 -15px;
  padding: 25px 10px;
  background: #F8F8F8;
}

@media screen and (min-width: 480px) {
  .comment-body {
    padding: 25px 15px;
  }
}
@media screen and (min-width: 768px) {
  .comment-body {
    margin: 0;
    padding: 50px 25px;
  }
}
.comment-title {
  margin: 0 0 20px 0;
  padding: 10px 15px;
  color: #FFF;
  font-weight: normal;
  font-size: 14px;
  background: #525252;
}

/* コメント */
.comment__item-inner {
  display: flex;
  margin: 0 0 20px 0;
}

.comment__item-user {
  position: relative;
  flex: 0 1 45px;
  padding: 0 10px 0 0;
}

.comment__item-img {
  border-radius: 50%;
}

.comment__item .comment__item {
  margin: 0 0 0 55px;
}

.comment > .comment__item > .comment__item-inner:last-child {
  margin-bottom: 0;
}

.comment__item-body {
  width: 100%;
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}

.comment__item-title {
  margin: 0;
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px solid #E6E6E6;
}

.comment__item-detail {
  padding: 20px;
}

.comment__item-text {
  margin: 0 0 25px 0;
  line-height: 1.7;
}

.comment__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment__info-list-item {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 10px;
  color: #6C6C6C;
  font-size: 13px;
  border-right: 1px solid #C7C7C7;
}
.comment__info-list-item:first-child {
  padding-left: 0;
}
.comment__info-list-item:last-child {
  border: 0;
}

/* 優先度アイコン */
.comment-priority-icon {
  position: absolute;
  top: 25px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  color: #333;
  font-size: 12px;
  background: #CCC;
  border-radius: 50%;
}
.comment-priority-icon.--high {
  color: #9C0808;
  background: #F9C6C6;
}
.comment-priority-icon.--middle {
  color: #715E1A;
  background: #FFDA6C;
}
.comment-priority-icon.--low {
  color: #044BB1;
  background: #BFD7F9;
}

/* コメント送信画面 */
.comment-form {
  margin: 30px 0 0 0;
}

.comment-form-group {
  display: flex;
  margin: 0 0 15px 0;
}
.comment-form-group.--column {
  flex-direction: column;
}
.comment-form-group.--row {
  place-items: center;
}

.comment-form__label {
  color: #6c6c6c;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}
@media print {
  .comment-form__label {
    font-size: 13px;
  }
}

.comment-form-group.--column .comment-form__label {
  margin: 0 0 10px 0;
}
.comment-form-group.--row .comment-form__label {
  margin: 0 15px 0 0;
}
.comment-form-group.--row-item {
  margin: 0 30px 0 0;
}

/* テーブル（確認画面） */
.comment-table {
  width: 100%;
  margin: 0 0 30px 0;
  color: #666666;
  border-top: 1px solid #EAEAEA;
  border-collapse: collapse;
}
.comment-table th {
  box-sizing: border-box;
  width: 140px;
  padding: 20px 10px;
  white-space: nowrap;
  text-align: left;
  border-bottom: 1px solid #EAEAEA;
}
.comment-table td {
  padding: 20px 10px;
  border-bottom: 1px solid #EAEAEA;
}

.comment-form-message {
  margin: 40px 0 20px;
  color: #666;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
.comment-form-message.is-danger {
  color: #9C0808;
}

.comment-form-btn-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px;
}

.event-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.event-list.is-column {
  flex-direction: column;
  gap: 10px;
}
.event-list.is-row {
  flex-wrap: wrap;
  gap: 20px 40px;
}

.event-item {
  position: relative;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  transition: background-color 0.5s ease;
}
.event-item.is-col-3 {
  width: calc((100% - 80px) / 3);
}
.event-item h3 {
  font-size: 14px;
}
.event-item .img {
  position: relative;
  float: left;
  width: 33%;
  padding: 0;
}
.event-item .img img {
  width: 100%;
  vertical-align: top;
}
.event-item .img .pref {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 8px;
  color: #fff;
  font-size: 10px;
  background: #787778;
  border-radius: 0 0 0 6px;
}
.event-item a {
  color: #c42d11;
  text-decoration: none;
}
.event-item .data {
  float: left;
  box-sizing: border-box;
  width: 67%;
  padding-top: 10px;
  padding-left: 10px;
}
.event-item .event-item-date {
  display: inline-block;
  margin: 0 10px 5px 0;
  color: #000000;
  font-size: 16px;
}
.event-item .event-item-date span {
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  padding: 3px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #000;
  border-radius: 50%;
}
.event-item:hover {
  background-color: #eee;
}

@media screen and (max-width: 991.98px) {
  .event-list.is-row {
    gap: 10px;
  }

  .event-item {
    height: auto;
  }
  .event-item .img {
    float: none;
    width: 100%;
    max-width: 120px;
  }
  .event-item .data {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
  .event-item.is-col-2-md {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 479.98px) {
  .event-list.is-row {
    flex-direction: column;
  }

  .event-item.is-col-1-sm {
    width: 100%;
  }
}
.event-item-inner {
  padding: 15px 20px;
}

.event-item-title {
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

.acms-form select.is-large {
  padding: 7px 30px 7px 15px;
  font-size: 16px;
  border-radius: 4px;
}

@media screen and (max-width: 991.98px) {
  .acms-form select.is-large {
    padding: 13px 30px 13px 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 479.98px) {
  .acms-form select.is-large {
    display: block;
    width: 100%;
  }
}
.form-group {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 479.98px) {
  .form-group {
    flex-direction: column;
  }
}
.forum-container {
  position: relative;
  width: 100%;
  height: 740px;
}

.forum-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero {
  margin-top: 29px;
  margin-bottom: -110px;
}

.hero-inner {
  display: -ms-grid;
  display: grid;
}

.hero-info-wrap {
  padding: 40px 10px 160px;
  background-image: url(/themes/developer/dest/assets/hero-img1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.hero-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  font-weight: normal;
  font-size: 24px;
  font-family: RodinPro-L, sans-serif;
  line-height: 1.2;
}

.hero-text {
  margin: 0 0 40px 0;
  color: #ffffff;
  font-size: 14px;
  font-family: RodinPro-L, sans-serif;
  line-height: 1.5;
}

.hero-btn-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.hero-movie-container {
  padding: 0 10px;
}
.hero-movie-container video {
  width: 100%;
}

.hero-movie-frame {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 33px 5px 18px 5px;
  background: #cfd8dc;
  border-radius: 10px;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.7);
  transform: translateY(-120px);
}
.hero-movie-frame:before {
  position: absolute;
  top: 10px;
  left: 16px;
  z-index: 1;
  width: 13px;
  height: 13px;
  background: #ff5d51;
  border-radius: 10px;
  box-shadow: 20px 0 0 #ffbe02, 40px 0 0 #14cb37;
  content: "";
}

.hero-movie-inner {
  width: 100%;
  aspect-ratio: 1230/656;
}

@media screen and (min-width: 480px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-text {
    margin-bottom: 90px;
    font-size: 20px;
  }

  .hero-btn-list {
    font-size: 19px;
  }

  .hero-info-wrap {
    padding: 80px 10px 160px;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    margin-top: 0;
    margin-bottom: 0;
    padding: 120px 40px 80px;
    background-image: url(/themes/developer/dest/assets/hero-img1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .hero-inner {
    -ms-grid-columns: 2fr 40px 3fr;
    grid-template-columns: 2fr 3fr;
    gap: 40px;
    align-content: end;
    max-width: 1275px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-info-wrap {
    padding: 0;
    background-image: none;
  }

  .hero-btn-list {
    gap: 20px;
    justify-content: start;
    width: 370px;
    margin-bottom: 0;
  }

  .hero-movie-frame {
    transform: translateY(0);
  }
}
code.hljs {
  position: relative;
  padding: 25px;
  font-size: 14px;
  font-family: "Roboto Mono", Monaco, courier, monospace;
  line-height: 1.3;
  background-color: #f8f8f8;
  border: none;
  border-radius: 2px;
  box-shadow: none !important;
}

code.hljs.html:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 15px;
  padding: 5px 10px 0;
  color: #ccc;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 15px;
  text-align: right;
}

code.hljs.javascript:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 15px;
  padding: 5px 10px 0;
  color: #ccc;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 15px;
  text-align: right;
}

code.hljs.php:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 15px;
  padding: 5px 10px 0;
  color: #ccc;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 15px;
  text-align: right;
}

code.hljs.css:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 15px;
  padding: 5px 10px 0;
  color: #ccc;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 15px;
  text-align: right;
}

code.hljs .hljs-keyword {
  color: #e96900;
  font-weight: normal;
}

code.hljs .hljs-string {
  color: #42b983;
  font-weight: normal;
}

code.hljs .hljs-number {
  color: #ae81ff;
  font-weight: normal;
}

code.hljs-tag .hljs-name {
  color: #63a35c;
}

code.hljs-tag .hljs-attr {
  color: #795da3;
}

code.hljs-tag .hljs-string {
  color: #183691;
}

.labels {
  display: flex;
  gap: 6px;
}

.label {
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid currentColor;
}

.label-primary {
  color: #C42D11;
}

.label-deprecated {
  color: #333;
  background: #E0E0E0;
  border: 0;
}

.learn-box {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 30px 20px;
  background-color: #FAFAFA;
}

.learn-box__title {
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 20px;
}
.learn-box__title span {
  margin-right: 10px;
  vertical-align: middle;
}

.learn-box__text {
  font-size: 16px;
  line-height: 1.5;
}

.learn-box__list {
  max-width: 500px;
  margin: 25px 0 0 0;
  padding-left: 0;
  font-size: 16px;
  list-style-type: none;
}
.learn-box__list:before, .learn-box__list:after {
  display: table;
  content: " ";
}
.learn-box__list:after {
  clear: both;
}
.learn-box__list li {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 50%;
}
.learn-box__list a {
  padding-left: 25px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAAAXNSR0IArs4c6QAAAHlJREFUGBljeJrsvfx/AwMTAy7wNMXn738HBxZc8gxPU7x//w8NZcOp4Emyz8//CQ4ceBR4f3+W5suFUwHQDV9BjmTGpqLYSI3t60c1Uwy5p8k+s58le6Vgk5j1LMknFUPiSYr3zGcp3mkkSCR7zwDakY6hAySAL1QAcjkx/M/yVxsAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: left center;
}
.learn-box__list.is-full li {
  width: 100%;
}

.learn-box__link {
  position: relative;
  display: block;
  padding: 5px 0;
}
.learn-box__link:link, .learn-box__link:hover, .learn-box__link:visited {
  color: #888;
  text-decoration: none;
}
.learn-box__link:hover {
  color: #000;
}
.learn-box__link.stay {
  font-weight: bold;
}
.learn-box__link.stay:before {
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #d14213;
  content: "";
}

@media screen and (max-width: 991.98px) {
  .learn-box__list li {
    width: 100%;
  }
}
.lp-entry {
  /* ボタン */
  /* ユニットグループ */
}
.lp-entry .entry-title {
  margin-right: 10px;
  margin-left: 10px;
}
.lp-entry a:link {
  text-decoration: underline;
}
.lp-entry h3 {
  color: #333;
  font-size: 20px;
}
@media print {
  .lp-entry h3 {
    font-size: 20px;
  }
}
.lp-entry h4 {
  color: #848181;
  font-size: 18px;
}
@media print {
  .lp-entry h4 {
    font-size: 18px;
  }
}
.lp-entry p.notes {
  color: #999;
  font-size: 14px;
}
@media print {
  .lp-entry p.notes {
    font-size: 14px;
  }
}
.lp-entry .entry-btn a {
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
  text-decoration: none;
  background: #c42d11;
  border-radius: 5px;
  font-size: 16px;
}
@media print {
  .lp-entry .entry-btn a {
    font-size: 16px;
  }
}
.lp-entry .entry-btn a:hover, .lp-entry .entry-btn a:visited {
  color: #fff;
  text-decoration: none;
}
.lp-entry .entry-btn a:active, .lp-entry .entry-btn a:focus {
  color: #fff;
  background: #eb3d1d;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.lp-entry .entry-btn a:hover {
  background: #eb3d1d;
}
.lp-entry .entry-btn-lg a {
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  text-decoration: none;
  background: #c42d11;
  border-radius: 5px;
  font-size: 18px;
}
@media print {
  .lp-entry .entry-btn-lg a {
    font-size: 18px;
  }
}
.lp-entry .entry-btn-lg a:hover, .lp-entry .entry-btn-lg a:visited {
  color: #fff;
  text-decoration: none;
}
.lp-entry .entry-btn-lg a:active, .lp-entry .entry-btn-lg a:focus {
  color: #fff;
  background: #eb3d1d;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.lp-entry .entry-btn-lg a:hover {
  background: #eb3d1d;
}
.lp-entry .ug-gray {
  margin: 0 0 20px 0;
  padding: 15px 15px 0 15px;
  background: #EEE;
  border-radius: 10px;
}
.lp-entry .ug-gray:before, .lp-entry .ug-gray:after {
  display: table;
  content: " ";
}
.lp-entry .ug-gray:after {
  clear: both;
}
.lp-entry .ug-gray h3 {
  color: #777;
}
.lp-entry .ug-blue {
  margin: 0 0 20px 0;
  padding: 15px 15px 0 15px;
  background: #e1f2ff;
  border-radius: 10px;
}
.lp-entry .ug-blue:before, .lp-entry .ug-blue:after {
  display: table;
  content: " ";
}
.lp-entry .ug-blue:after {
  clear: both;
}
.lp-entry .ug-blue h3 {
  color: #296ebf;
}
.lp-entry .ug-red {
  margin: 0 0 20px 0;
  padding: 15px 15px 0 15px;
  background: #fbd1d3;
  border-radius: 10px;
}
.lp-entry .ug-red:before, .lp-entry .ug-red:after {
  display: table;
  content: " ";
}
.lp-entry .ug-red:after {
  clear: both;
}
.lp-entry .ug-red h3 {
  color: #c42d11;
}

.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 0.3s;
  transition-property: all;
}
.overlay-menu.active {
  display: block;
}
.overlay-menu.is-opened {
  opacity: 1;
}

.hiraku-open-btn-line {
  background-color: #333;
}
.hiraku-open-btn-line:before, .hiraku-open-btn-line:after {
  background-color: #333;
}

.overlay-menu-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.overlay-menu-list {
  display: table-cell;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: RodinPro-L, sans-serif;
  text-align: center;
  vertical-align: middle;
}
.overlay-menu-list li {
  list-style-type: none;
  transform: translate(0, -5px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.3s;
}
.overlay-menu-list a {
  display: block;
  padding: 7.5px 0;
  color: #333;
}
.overlay-menu-list a:link, .overlay-menu-list a:hover, .overlay-menu-list a:visited {
  color: #333;
  text-decoration: none;
}
.overlay-menu-list a[href*="https://"]::after {
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2018%2016%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2018%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23C6C6C6%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1456_1_%22%20class%3D%22st0%22%20d%3D%22M18%2C0.8v4c0%2C0.2-0.1%2C0.4-0.2%2C0.5c-0.1%2C0.1-0.3%2C0.2-0.5%2C0.2c-0.2%2C0-0.4-0.1-0.5-0.2%20l-1.1-1.1L8%2C11.8C7.9%2C11.9%2C7.7%2C12%2C7.5%2C12c-0.2%2C0-0.4-0.1-0.5-0.2l-0.7-0.7C6.1%2C10.9%2C6%2C10.7%2C6%2C10.5c0-0.2%2C0.1-0.4%2C0.2-0.5l7.6-7.6%20l-1.1-1.1c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2%2C0.1-0.4%2C0.2-0.5C12.9%2C0.1%2C13.1%2C0%2C13.3%2C0h4c0.2%2C0%2C0.4%2C0.1%2C0.5%2C0.2C17.9%2C0.4%2C18%2C0.6%2C18%2C0.8z%20M12.7%2C8.5c0.1-0.2%2C0.3-0.2%2C0.5-0.2c0.2%2C0%2C0.4%2C0.1%2C0.5%2C0.2C13.9%2C8.6%2C14%2C8.8%2C14%2C9v5.5c0%2C0.4-0.2%2C0.8-0.4%2C1.1%20c-0.3%2C0.3-0.7%2C0.4-1.1%2C0.4h-11c-0.4%2C0-0.8-0.2-1.1-0.4C0.2%2C15.3%2C0%2C14.9%2C0%2C14.5v-11c0-0.4%2C0.2-0.8%2C0.4-1.1C0.7%2C2.2%2C1.1%2C2%2C1.5%2C2h9.2%20c0.2%2C0%2C0.4%2C0.1%2C0.5%2C0.2c0.1%2C0.1%2C0.2%2C0.3%2C0.2%2C0.5c0%2C0.2-0.1%2C0.4-0.2%2C0.5l-0.5%2C0.5C10.6%2C3.9%2C10.4%2C4%2C10.3%2C4H2v10h10V9.5%20c0-0.2%2C0.1-0.4%2C0.2-0.5L12.7%2C8.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.overlay-menu-list a[href*="https://developer.a-blogcms.lab"]::after, .overlay-menu-list a[href*="https://developer.a-blogcms.jp"]::after, .overlay-menu-list a[href*="https://www.a-blogcms.jp"]::after, .overlay-menu-list a[href*="https://mypage.a-blogcms.jp"]::after {
  content: none;
}
.overlay-menu-list i {
  display: none;
}
.overlay-menu-list .has-child {
  display: none;
}
.overlay-menu-list .overlay-menu-list {
  display: block;
}

.is-opened li {
  transform: translate(0);
  opacity: 1;
}

.pager {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #eaeaea;
}
.pager li {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
}
.pager li:last-child {
  margin-right: 0;
}
.pager li.cur {
  color: #c42d11;
  font-weight: bold;
}
.pager li:hover {
  color: #c42d11;
}
.pager a {
  color: #555;
  text-decoration: none;
}

.pager-wrap {
  max-width: 600px;
  margin: 50px auto 0 auto;
}

.page-title {
  margin: 30px auto;
  font-size: 30px;
  font-weight: normal;
}
@media print {
  .page-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 991.98px) {
  .page-title {
    font-size: 24px;
  }
}
.page-title-leading {
  margin: 0 0 40px 0;
  font-size: 16px;
  line-height: 1.7;
}
.page-title-leading a:hover {
  text-decoration: none;
}

@media screen and (max-width: 991.98px) {
  .page-title-leading {
    margin: 0 0 30px 0;
  }
}
/* ------------------------------
　　検索フォーム
------------------------------ */
.search-box-wrap {
  padding: 5px;
}

.search-box {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.search-box:focus-within {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.search-box-input {
  display: flex;
  width: 100%;
  padding: 14px 10px;
  font-size: 16px;
  border: 1px solid #CCCCCC;
  border-right: 0;
  border-radius: 3px 0 0 3px;
}
.search-box-input:focus {
  outline: none;
}

.search-box-btn-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  vertical-align: top;
  border-collapse: separate;
}

.search-box-btn {
  display: inline-block;
  height: 100%;
  padding: 0 15px 0 0;
  color: #333;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #CCCCCC;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

@media (min-width: 768px) {
  .search-box-input {
    padding: 7px 10px;
  }
}
/* ------------------------------
　　検索結果
------------------------------ */
.google-search {
  margin-bottom: 30px;
}
.google-search h2 {
  clear: both;
  margin-bottom: 5px;
  font-size: 18px;
}
.google-search h2 a {
  color: #c42d11;
  text-decoration: none;
}
.google-search h2 a:hover {
  text-decoration: underline;
}
.google-search p {
  margin: 0;
}
.google-search .link {
  margin-bottom: 5px;
  color: #006621;
  font-size: 14px;
}
.google-search .search-item {
  margin-bottom: 30px;
}
.google-search .search-pager {
  margin-top: 50px;
  text-align: center;
  list-style: none;
}
.google-search .search-pager .link-item {
  display: inline-block;
}
.google-search .search-pager .link-item .btn {
  color: #C42D11;
  background-color: #FFFFFF;
  border: 1px solid #C42D11;
  transition: 0.3s;
}
.google-search .search-pager .link-item .btn:hover {
  color: #FFF;
  background-color: #C42D11;
}
.google-search .search-pager .link-item:first-child {
  margin-right: 40px;
}

.section-round {
  margin: 50px 0;
  padding: 80px 50px 50px;
  background: #F7F7F7;
  border-radius: 20px;
}
.section-round .heading-2 {
  margin-top: 0;
}

@media screen and (max-width: 991.98px) {
  .section-round {
    margin: 30px 0;
    padding: 40px 20px 30px;
    border-radius: 10px;
  }
}
.section {
  margin: 0 0 80px 0;
}

.section__header {
  margin: 0 0 30px 0;
}

.section__title {
  margin: 0 0 15px 0;
  color: #C42D11;
  font-size: 26px;
  font-weight: normal;
}
@media print {
  .section__title {
    font-size: 26px;
  }
}

.section__lead {
  font-size: 16px;
}
@media print {
  .section__lead {
    font-size: 16px;
  }
}

.serial-nav {
  margin: -25px 0 60px 0;
  padding: 10px 0 0 0;
  list-style: none;
  border-top: 1px solid #eaeaea;
}

.serial-nav .serial-nav-item {
  display: block;
  float: none;
}

.serial-nav .serial-nav-item-prev {
  text-align: left;
}

.serial-nav .serial-nav-item-next {
  text-align: right;
}

.serial-nav a {
  display: block;
  padding: 25px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #E5E5E5;
}

.serial-nav a:hover,
.serial-nav a:visited,
.serial-nav a:focus,
.serial-nav a:active {
  color: inherit;
  text-decoration: none;
}

.serial-nav a:hover {
  background: #E5E5E5;
}

@media screen and (min-width: 768px) {
  .serial-nav {
    margin: 0 0 60px 0;
  }

  .serial-nav .serial-nav-item-prev {
    float: left;
  }

  .serial-nav .serial-nav-item-next {
    float: right;
  }

  .serial-nav a {
    display: inline;
    border: 0;
  }

  .serial-nav a:hover {
    text-decoration: underline;
    background: 0;
  }
}
.sidelist {
  margin: 0 0 30px 0;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  list-style-type: none;
}
.sidelist.-tag li {
  display: inline-block;
}

.sidelist-item {
  position: relative;
  display: block;
  padding: 5px 0;
}
.sidelist-item:link, .sidelist-item:hover, .sidelist-item:visited {
  color: #888;
  text-decoration: none;
}
.sidelist-item:hover {
  color: #000;
}
.sidelist-item.stay {
  font-weight: bold;
}
.sidelist-item.stay:before {
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #d14213;
  content: "";
}

.sidelist-item a {
  color: #888;
  text-decoration: none;
}
.sidelist-item a:hover {
  color: #000;
}

.sidelist .active > a:before {
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #d14213;
  content: "";
}

.active > .sidelist-item,
.stay > .slidelist-item {
  color: #000;
  font-weight: bold;
}

.sidelist ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 12px;
  list-style-type: none;
  border-left: 2px solid #C42D11;
}
.sidelist ul .sidelist-item {
  padding: 5px 0 5px 20px;
}

.sidelist-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 5px;
  color: #c42d11;
  font-weight: bold;
  font-size: 14px;
}

.sidelist-title a {
  color: #c42d11;
}

.js-acms-offcanvas-active .offcanvas-bar {
  background-color: #FFF;
}

.sidelist-item-star svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
}

/* トグルサイドバー */
.sidelist-title-toggle-wrap {
  padding: 0 0 10px 10px;
}
.sidelist-title-toggle-wrap .sidelist .active > a:before {
  left: -30px;
}
.sidelist-title-toggle-wrap .sidelist {
  margin: 0 0 10px 0;
}
.sidelist-title-toggle-wrap .sidelist-item.stay:before {
  left: -30px;
}

.sidelist-title-toggle {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 5px;
  color: #c42d11;
  font-weight: bold;
  font-size: 14px;
}

.sidelist-title-toggle a {
  color: #888;
  text-decoration: none;
}
.sidelist-title-toggle a:hover {
  color: #c42d11;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.3) translate3d(0, 0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
  80% {
    transform: scale(0.89);
    opacity: 1;
  }
  100% {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
.sidelist-item-star {
  margin-right: 7px;
  transform: translateY(-2px);
}

.slidelist-favorite {
  padding-right: 10px;
  padding-left: 10px;
}

.sidelist-item-star .star {
  fill: #EEE;
  stroke: #D6D6D6;
  stroke-miterlimit: 10;
}

.sidelist-item-star.active .star {
  transform-origin: center bottom;
  animation-name: bounceIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  fill: #c42d11;
  stroke: #c42d11;
}

/* ------------------------------
　　アラート
------------------------------ */
.sticky-info {
  z-index: 1;
  display: flex;
  margin: 20px 0 0 0;
  padding: 10px 15px;
  color: #FFF;
  font-size: 13px;
  line-height: 1.3;
  background: #777;
  border-radius: 4px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
  animation: drop 0.5s ease-out;
}
.sticky-info a {
  margin: 0 5px;
  color: #FFF;
}

.sticky-info-icon-before {
  margin: 7px 10px 0 0;
  transform: scale(1.2);
}

@keyframes drop {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .sticky-info {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.6;
  }

  .sticky-info-icon-before {
    -ms-grid-row-align: center;
        align-self: center;
    margin: 0 15px 0 0;
    transform: scale(1.5);
  }
}
.tab-nav {
  display: flex;
  margin: 0;
  padding: 0;
  overflow: scroll;
  list-style: none;
  scroll-behavior: smooth;
}

.tab-nav-item {
  box-sizing: border-box;
  width: 14.2857142857%;
  min-width: 5em;
  white-space: nowrap;
  border-left: 1px solid #FFF;
}
.tab-nav-item:first-child {
  border: 0;
}

.tab-nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 60px;
  padding: 15px 20px 13px;
  color: #424242;
  text-decoration: none;
  background: #F7F7F7;
  border-bottom: 2px solid transparent;
  transition: background-color 0.2s;
}
.tab-nav-link.js-acms_tab-active {
  color: #C42D11;
  font-weight: bold;
  background: #FFF;
  border-bottom: 2px solid #C42D11;
}
.tab-nav-link:-moz-any-link {
  color: #333;
}
.tab-nav-link:any-link {
  color: #333;
}
.tab-nav-link:hover {
  font-weight: bold;
  background: #EEE;
}

.tab-panel {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #E8E8E8;
}

.tab-contents-list-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-contents-list-item {
  padding: 25px 15px;
  border-top: 1px solid #E8E8E8;
}
.tab-contents-list-item:first-child {
  border: 0;
}

.tab-contents-list-content {
  display: flex;
}

.tab-contents-list-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.tab-contents-list-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.tab-contents-list-desc {
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
}

.tab-contents-list-action {
  display: flex;
  align-items: center;
  margin-left: auto;
  white-space: nowrap;
}

@media screen and (max-width: 991.98px) {
  .tab-nav {
    margin: 0;
  }

  .tab-nav-link {
    height: 48px;
  }

  .tab-panel {
    padding: 10px;
  }

  .tab-contents-list-item {
    padding: 15px 5px;
  }

  .tab-contents-list-content {
    flex-direction: column;
    gap: 15px;
  }

  .tab-contents-list-action {
    margin: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .plugins-list-table-wrap {
    overflow-x: auto;
  }

  .plugins-list-table td {
    white-space: nowrap;
  }
}
.plugins-list-table td {
  vertical-align: middle;
}

.plugins-list-btn-wrap,
.plugins-list-howto-wrap {
  white-space: nowrap;
}

.plugins-item-img {
  display: block;
  margin: auto;
}

.favorite-table-row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #DDD;
}

.favorite-table-handle,
.favorite-table-title,
.favorite-table-action {
  padding: 10px 10px;
}

.favorite-table-action {
  width: 90px;
  text-align: center;
}

.favorite-table-handle {
  width: 50px;
  text-align: center;
}

.favorite-table-title {
  flex: 1;
}
.favorite-table-title a {
  color: #c42d11;
}

.favorite-list {
  margin-bottom: 20px;
}

.favorite-list-row {
  display: flex;
  width: 100%;
}

.favorite-list-handle,
.favorite-list-title,
.favorite-list-action {
  padding: 7px;
}

.favorite-list-action {
  width: 15px;
  text-align: center;
}

.favorite-list-handle {
  width: 15px;
  text-align: center;
}

.favorite-list-title {
  flex: 1;
}
.favorite-list-title a {
  color: #888;
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath-scroll {
  width: 100%;
  overflow: auto;
}

.topicpath {
  display: inline-table;
  margin: 0;
  padding: 0;
  overflow: auto;
  font-size: 0;
  white-space: nowrap;
  list-style: none;
}
.topicpath li {
  display: inline-block;
}
.topicpath a {
  position: relative;
  display: block;
  float: left;
  padding: 6px 12px 6px 24px;
  color: #C41134;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.topicpath a:after {
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 3;
  display: block;
  width: 19px;
  height: 19px;
  margin-top: -10px;
  margin-left: -10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  content: " ";
}
.topicpath li:first-child a {
  padding: 6px 6px 6px 10px;
  border-left: 1px solid #ccc;
}
.topicpath li:last-child a {
  padding: 6px 18px 6px 24px;
}

.heading-1 {
  margin: 130px 0 30px 0;
  color: #C42D11;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.5;
}
.heading-1.is-center {
  text-align: center;
}

@media screen and (max-width: 991.98px) {
  .heading-1 {
    margin: 60px 0 30px 0;
    font-size: 26px;
  }
}
.heading-2 {
  margin: 100px 0 30px 0;
  color: #C42D11;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.5;
}
.heading-2.is-center {
  text-align: center;
}

@media screen and (max-width: 991.98px) {
  .heading-2 {
    margin: 40px 0 30px 0;
    font-size: 20px;
  }
}
.text-desc {
  margin: 0;
  color: #424242;
  font-size: 14px;
  line-height: 1.7;
}
.text-desc.is-center {
  max-width: 45em;
  margin: 0 auto;
  text-align: center;
}
.text-desc.is-margin-md {
  margin-bottom: 35px;
}
.text-desc.is-margin-sm {
  margin-bottom: 20px;
}
.text-desc.is-margin-none {
  margin-bottom: 0;
}

@media screen and (max-width: 479.98px) {
  .text-desc.is-left-sm {
    max-width: inherit;
    text-align: left;
  }
}
/* ------------------------------
　　エントリー
------------------------------ */
.entry-page-header {
  max-width: 45rem;
  margin: 0 auto 20px auto;
}

.entry-body .acms-admin-alert {
  position: relative;
  padding: 20px 20px 20px 60px;
  color: #ffffff;
  font-weight: bold;
  background-color: #737373;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
  animation: anime1 0.5s ease 1 alternate;
}
.entry-body .acms-admin-alert a,
.entry-body .acms-admin-alert a:link,
.entry-body .acms-admin-alert a:visited,
.entry-body .acms-admin-alert a:active,
.entry-body .acms-admin-alert a:focus {
  color: #FFF;
  text-decoration: underline;
}
.entry-body .acms-admin-alert a:hover {
  color: #FFF;
  text-decoration: none;
}
.entry-body .acms-admin-alert:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -15px;
  font-size: 30px;
  font-family: "FontAwesome", sans-serif;
  content: "\f058";
}
.entry-body .acms-admin-alert.acms-admin-alert-danger {
  background-color: #ef6148;
}
.entry-body .acms-admin-alert.acms-admin-alert-danger:before {
  content: "\f06a";
}
.entry-body .acms-admin-alert.acms-admin-alert-info {
  background-color: #7096cd;
}
.entry-body .acms-admin-alert.acms-admin-alert-info:before {
  content: "\f05a";
}

.entry {
  max-width: 45rem;
  margin: 0 auto 25px;
}
.entry p {
  line-height: 1.7;
  word-wrap: break-word;
}
.entry p.acms-alert {
  line-height: 1.4;
}
.entry p > code {
  padding: 3px 5px;
  color: #d14213;
  font-weight: normal;
  font-size: 13px;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.entry .sns {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}
.entry .sns li a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
  vertical-align: middle;
}
.entry .sns li [class^=icon-], .entry .sns li [class*=" icon-"] {
  font-weight: normal;
  font-family: "icomoon", sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry .sns li.facebook-btn {
  display: table-cell;
  color: #FFF;
  color: #3c5a99;
  text-align: center;
  font-size: 14px;
  border: 1px solid #3c5a99;
}
@media print {
  .entry .sns li.facebook-btn {
    font-size: 14px;
  }
}
.entry .sns li.facebook-btn:before {
  vertical-align: middle;
}
.entry .sns li.facebook-btn:hover {
  display: table-cell;
  color: #FFF;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media print {
  .entry .sns li.facebook-btn:hover {
    font-size: 14px;
  }
}
.entry .sns li.facebook-btn:hover:before {
  vertical-align: middle;
}
.entry .sns li.facebook-btn:hover a {
  color: #3c5a99;
}
.entry .sns li.twitter-btn {
  display: table-cell;
  color: #FFF;
  color: #55acee;
  text-align: center;
  font-size: 14px;
  border: 1px solid #55acee;
}
@media print {
  .entry .sns li.twitter-btn {
    font-size: 14px;
  }
}
.entry .sns li.twitter-btn:before {
  vertical-align: middle;
}
.entry .sns li.twitter-btn:hover {
  display: table-cell;
  color: #FFF;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media print {
  .entry .sns li.twitter-btn:hover {
    font-size: 14px;
  }
}
.entry .sns li.twitter-btn:hover:before {
  vertical-align: middle;
}
.entry .sns li.twitter-btn:hover a {
  color: #55acee;
}
.entry .sns li.hatena-btn {
  display: table-cell;
  color: #FFF;
  color: #3c7dd1;
  text-align: center;
  font-size: 14px;
  border: 1px solid #3c7dd1;
}
@media print {
  .entry .sns li.hatena-btn {
    font-size: 14px;
  }
}
.entry .sns li.hatena-btn:before {
  vertical-align: middle;
}
.entry .sns li.hatena-btn:hover {
  display: table-cell;
  color: #FFF;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media print {
  .entry .sns li.hatena-btn:hover {
    font-size: 14px;
  }
}
.entry .sns li.hatena-btn:hover:before {
  vertical-align: middle;
}
.entry .sns li.hatena-btn:hover a {
  color: #3c7dd1;
}
.entry .sns li.feedly-btn {
  display: table-cell;
  color: #FFF;
  color: #2bb24c;
  text-align: center;
  font-size: 14px;
  border: 1px solid #2bb24c;
}
@media print {
  .entry .sns li.feedly-btn {
    font-size: 14px;
  }
}
.entry .sns li.feedly-btn:before {
  vertical-align: middle;
}
.entry .sns li.feedly-btn:hover {
  display: table-cell;
  color: #FFF;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media print {
  .entry .sns li.feedly-btn:hover {
    font-size: 14px;
  }
}
.entry .sns li.feedly-btn:hover:before {
  vertical-align: middle;
}
.entry .sns li.feedly-btn:hover a {
  color: #2bb24c;
}
.entry .sns li.pocket-btn {
  display: table-cell;
  color: #FFF;
  color: #ee4257;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ee4257;
}
@media print {
  .entry .sns li.pocket-btn {
    font-size: 14px;
  }
}
.entry .sns li.pocket-btn:before {
  vertical-align: middle;
}
.entry .sns li.pocket-btn:hover {
  display: table-cell;
  color: #FFF;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media print {
  .entry .sns li.pocket-btn:hover {
    font-size: 14px;
  }
}
.entry .sns li.pocket-btn:hover:before {
  vertical-align: middle;
}
.entry .sns li.pocket-btn:hover a {
  color: #ee4257;
}
@media screen and (min-width: 992px) {
  .entry .sns li .icon-facebook::after {
    content: "シェア";
  }
  .entry .sns li .icon-twitter::after {
    content: " ツイート";
  }
  .entry .sns li .icon-hatena::after {
    content: " 追加";
  }
  .entry .sns li .icon-feedly::after {
    content: " フォロー";
  }
  .entry .sns li .icon-pocket::after {
    content: " あとで";
  }
}
.entry .card-link:hover .card-img {
  transform: scale(1.2);
}

.tag-filter {
  margin: 0 0 10px 0;
}
.tag-filter a {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 12px;
  white-space: nowrap;
  text-decoration: none;
}
.tag-filter .acms-label:hover {
  background-color: #b2b2b2;
}

.entry-info {
  margin-top: 0;
  font-size: 14px;
}
@media print {
  .entry-info {
    font-size: 14px;
  }
}

/* カテゴリーと新着ラベル */
.entry-category,
.entry-new {
  font-size: 14px;
}
@media print {
  .entry-category,
.entry-new {
    font-size: 14px;
  }
}

/* タイトル */
.entry-title {
  margin: 40px auto 30px;
  color: #d14213;
  font-weight: normal;
  font-size: 30px;
}
@media print {
  .entry-title {
    font-size: 30px;
  }
}
.entry-title a {
  color: #d14213 !important;
  text-decoration: none;
}
.entry-title.sub-entry-title {
  margin-top: 0;
  font-size: 22px;
}
.acms-entry h2 .entry-title {
  padding: 0;
}
.entry-title .fa-search {
  margin-right: 10px;
  color: #888888;
}

@media screen and (max-width: 991.98px) {
  .entry-title {
    margin: 40px auto 20px;
    font-size: 24px;
  }
}
.entry-leading {
  font-size: 16px;
  line-height: 1.7;
}
.entry-leading a:hover {
  text-decoration: none;
}

/* エントリーのスタイル */
.entry-column {
  color: #333;
}
.entry-column h2 {
  margin: 0 10px 25px 10px;
  font-size: 24px;
  color: #444;
  font-weight: normal;
  border-top: 50px solid transparent;
}
@media print {
  .entry-column h2 {
    font-size: 24px;
  }
}
.entry-column h2.module-heading {
  margin: 0;
  padding: 0;
  border: 0;
}
.entry-column h2.heading-quiet {
  color: #666;
}
.entry-column h2 a {
  position: relative;
}
.entry-column h2 a:hover, .entry-column h2 a:link, .entry-column h2 a:visited {
  color: #444;
  text-decoration: none;
}
.entry-column h2 a:before {
  position: absolute;
  top: -5px;
  left: -25px;
  display: block;
  color: rgba(0, 0, 0, 0.3);
  content: "#";
}
@media screen and (max-width: 991.98px) {
  .entry-column h2 {
    font-size: 22px;
  }
}
.entry-column h3 {
  margin: 40px 10px 20px 10px;
  padding-bottom: 15px;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #888;
}
@media print {
  .entry-column h3 {
    font-size: 18px;
  }
}
.entry-column h4 {
  margin-bottom: 15px;
  padding-left: 20px;
  color: #666;
  font-size: 16px;
  border-left: 2px solid #666;
}
@media print {
  .entry-column h4 {
    font-size: 16px;
  }
}
.entry-column h5 {
  margin: 0 10px 15px 10px;
  padding: 0;
  font-size: 15px;
  color: #777;
  font-weight: bold;
}
@media print {
  .entry-column h5 {
    font-size: 15px;
  }
}
.entry-column a:link {
  color: #006dd9;
  text-decoration: none;
}
.entry-column a:hover, .entry-column a:focus, .entry-column a:active {
  text-decoration: underline;
}
.entry-column a:visited {
  color: #7f5ad7;
  text-decoration: none;
}
.entry-column .btn-ghost:link, .entry-column .btn-ghost:hover, .entry-column .btn-ghost:visited, .entry-column .btn-ghost:active, .entry-column .btn-ghost:focus {
  color: #333;
  text-decoration: none;
}
.entry-column .btn-ghost:hover {
  color: #FFF;
}
.entry-column .btn-ghost-attention:link, .entry-column .btn-ghost-attention:hover, .entry-column .btn-ghost-attention:visited, .entry-column .btn-ghost-attention:active, .entry-column .btn-ghost-attention:focus {
  color: #FFF;
  text-decoration: none;
}
.entry-column blockquote {
  word-wrap: break-word;
}

/* 本文 */
.entry-column p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
}
@media print {
  .entry-column p {
    font-size: 16px;
  }
}

/* エントリー内ボタン */
.entry-column p.entry-btn {
  margin-bottom: 10px;
}
.entry-column p.entry-btn a {
  background: #999;
  color: #FFF;
  font-weight: bold;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
}
.entry-column p.entry-btn a:hover, .entry-column p.entry-btn a:visited {
  color: #FFF;
  text-decoration: none;
}
.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, 0.5);
}
.entry-column p.entry-btn a:hover {
  color: #FFF;
  background-color: #999;
  background-image: linear-gradient(to bottom, #C1C1C1, #999);
}
.entry-column p.entry-btn a:active, .entry-column p.entry-btn a:focus {
  background: #878787;
}

/* 色付きボタン */
.entry-column p.entry-btn-attention a {
  background: #FF9A00;
  color: #FFF;
  font-weight: bold;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
}
.entry-column p.entry-btn-attention a:hover, .entry-column p.entry-btn-attention a:visited {
  color: #FFF;
  text-decoration: none;
}
.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, 0.5);
}
.entry-column p.entry-btn-attention a:hover {
  color: #FFF;
  background-color: #FF9A00;
  background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
}
.entry-column p.entry-btn-attention a:active, .entry-column p.entry-btn-attention a:focus {
  background: #EDA800;
}
.entry-column p.summary-title {
  margin: 0 0 10px 0;
}
.entry-column p.summary-detail {
  margin: 0 0 10px 0;
  font-size: 14px;
}
@media print {
  .entry-column p.summary-detail {
    font-size: 14px;
  }
}

/* 灰色背景 */
.entry-column span.bg-gray {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  background-color: #EFEFEF;
}

/* エントリー内コンテナー */
.entry-container {
  margin: 0 10px;
  overflow-x: auto;
}

/* テーブル */
.entry-column table {
  width: 100%;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #979797;
  border-collapse: collapse;
}
.entry-column .scroll-hint.is-scrollable {
  margin-bottom: 30px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.entry-column .scroll-hint.is-scrollable table {
  margin: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
}
.entry-column table.scroll {
  white-space: nowrap;
}
.entry-column th,
.entry-column td {
  display: block;
  padding: 10px 20px;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #979797;
  font-size: 14px;
}
@media print {
  .entry-column th,
.entry-column td {
    font-size: 14px;
  }
}
.entry-column th.table-cell-min-400,
.entry-column td.table-cell-min-400 {
  min-width: 400px;
}
.entry-column .acms-table-responsive {
  margin-bottom: 30px;
}
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}
.entry-column .acms-table-responsive table {
  margin: 0;
}
.entry-column th {
  background: #f5f5f5;
}
.entry-column .table-icon-desc {
  float: right;
}

/* リスト */
.entry-column ul {
  margin: 0 10px 25px 10px;
  padding: 0 0 0 20px;
}
.entry-column ul li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
}
@media print {
  .entry-column ul li {
    font-size: 16px;
  }
}
.entry-column ul.btn-list-inline {
  margin: 0 15px 15px 15px;
  padding: 0;
}
.entry-column ul.btn-list-inline li {
  display: inline-block;
  margin: 0 0 20px 0;
  padding-right: 10px;
}

/* 番号付きリスト */
.entry-column ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 2.5em;
}
.entry-column ol li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
}
@media print {
  .entry-column ol li {
    font-size: 16px;
  }
}

/* 定義リスト */
.entry-column dl {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}
@media print {
  .entry-column dl {
    font-size: 16px;
  }
}
.entry-column dt {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
@media print {
  .entry-column dt {
    font-size: 16px;
  }
}
.entry-column dd {
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 1.5;
  font-size: 16px;
}
@media print {
  .entry-column dd {
    font-size: 16px;
  }
}

/* 定義リスト（赤枠） */
.entry-column dl.-red {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #C42D11;
  border-radius: 5px;
}
@media print {
  .entry-column dl.-red {
    font-size: 16px;
  }
}
.entry-column dl.-red dt {
  display: inline-block;
  min-width: 150px;
  margin: 0 -1px 10px 0;
  padding: 3px 10px;
  color: #FFF;
  font-weight: 600;
  font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  line-height: 1.2;
  text-align: center;
  background-color: #C42D11;
  border-radius: 5px 0 5px 0;
  transform: translateX(-1px);
  font-size: 16px;
}
@media print {
  .entry-column dl.-red dt {
    font-size: 16px;
  }
}
.entry-column dl.-red dd {
  margin: 0 10px 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media print {
  .entry-column dl.-red dd {
    font-size: 16px;
  }
}

/* 引用 */
.entry-column blockquote {
  box-sizing: border-box;
  margin: 0 10px 30px;
  padding: 15px 20px 15px 16px;
  line-height: 1.5;
  background: #efefef;
  border-left: 4px solid #bfbfbf;
  font-size: 16px;
}
@media print {
  .entry-column blockquote {
    font-size: 16px;
  }
}

/* ソースコード */
.entry-column pre {
  margin: 0 10px 30px 10px;
}
.entry-column pre ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}
.entry-column pre ol li {
  line-height: 1.5;
}

/* 区切り線 */
.entry-column hr {
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}

/* ユニット */
.entry-column .caption {
  margin: 0 0 20px 0;
  font-size: 13px;
}
@media print {
  .entry-column .caption {
    font-size: 13px;
  }
}

.column-file-auto + .caption {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .entry-column th,
.entry-column td {
    display: table-cell;
    padding: 10px 20px;
    text-align: left;
    font-size: 14px;
    border-top: 1px solid #979797;
  }
  .entry-column th {
    background: #f2f2f2;
  }
}
/* カスタムユニット:Before＆After画像 */
.entry-column .before-after__box {
  margin: 0 10px 30px;
}
.entry-column .before-after__caption {
  margin: 0 0 5px;
  padding: 20px 10px;
  line-height: 1;
  text-align: center;
  background-color: #EFEFEF;
  border-radius: 5px;
  font-size: 16px;
}
@media print {
  .entry-column .before-after__caption {
    font-size: 16px;
  }
}
.entry-column .before-after__img-wrap {
  text-align: center;
  background-color: #EFEFEF;
}
.entry-column .before-after__img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  border: 10px solid #efefef;
}

/* カスタムフィールド */
.entry-column .entry-side-box {
  margin: 0 0 30px 0;
}
.entry-column .entry-side-box p.entry-side-text {
  margin: 0 10px 10px 10px;
}
.entry-column p.entry-side-text {
  margin: 0 10px 25px 10px;
  font-size: 14px;
  line-height: 1.4;
}

/* ユニットグループ */
.entry-column .ug-bg-gray {
  margin: 0 0 30px 0;
  padding: 30px 25px 1px 25px;
  background: #fbfbfb;
  border-left: 2px solid #777;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.entry-column .ug-bg-gray h1:first-child,
.entry-column .ug-bg-gray h2:first-child,
.entry-column .ug-bg-gray .js-anchor:first-child + h2,
.entry-column .ug-bg-gray h3:first-child,
.entry-column .ug-bg-gray h4:first-child,
.entry-column .ug-bg-gray h5:first-child {
  margin-top: 0;
}
.entry-column .ug-bg-gray h2, .entry-column .ug-bg-gray h3, .entry-column .ug-bg-gray h4, .entry-column .ug-bg-gray h5 {
  color: #333;
}
.entry-column .ug-danger {
  position: relative;
  margin: 0 10px 30px 10px;
  padding: 20px 25px 1px 50px;
  background: #fbfbfb;
  border-left: 2px solid #C41C1C;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.entry-column .ug-danger h1:first-child,
.entry-column .ug-danger h2:first-child,
.entry-column .ug-danger .js-anchor:first-child + h2,
.entry-column .ug-danger h3:first-child,
.entry-column .ug-danger h4:first-child,
.entry-column .ug-danger h5:first-child {
  margin-top: 0;
}
.entry-column .ug-danger h2, .entry-column .ug-danger h3, .entry-column .ug-danger h4, .entry-column .ug-danger h5 {
  color: #333;
}
.entry-column .ug-danger:before {
  position: absolute;
  top: 20px;
  left: 25px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyOC4yMjQiIHZpZXdCb3g9IjAgMCAzMCAyOC4yMjQiPgogIDxwYXRoIGlkPSJhY21zLWFkbWluLWljb24tYXR0ZW50aW9uIiBkPSJNMjkuNzUxLDExLjIzMywxNi4wNzgtMTQuMThBMS4yNjksMS4yNjksMCwwLDAsMTQuOTk1LTE1YTEuMjY5LDEuMjY5LDAsMCwwLTEuMDgzLjgyTC4yMzksMTEuMjMzYTEuMzY2LDEuMzY2LDAsMCwwLS4wODgsMS40MDUsMS4zNzYsMS4zNzYsMCwwLDAsMS4yODguNTg2SDI4LjU1YTEuMzc2LDEuMzc2LDAsMCwwLDEuMjg4LS41ODZBMS4zNjYsMS4zNjYsMCwwLDAsMjkuNzUxLDExLjIzM1ptLTEyLjYxOS0uNTI3SDEyLjg1OFY2LjRoNC4yNzVabTAtNi40NDFIMTIuODU4TDExLjc3NC01LjM2OGg2LjQ0MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDA1IDE1KSIgZmlsbD0iI2M0MWMxYyIvPgo8L3N2Zz4K) no-repeat;
  background-size: contain;
  content: "";
}
.entry-column .ug-warning {
  position: relative;
  margin: 0 10px 30px 10px;
  padding: 20px 25px 1px 50px;
  background: #fbfbfb;
  border-left: 2px solid #AA8F00;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.entry-column .ug-warning h1:first-child,
.entry-column .ug-warning h2:first-child,
.entry-column .ug-warning .js-anchor:first-child + h2,
.entry-column .ug-warning h3:first-child,
.entry-column .ug-warning h4:first-child,
.entry-column .ug-warning h5:first-child {
  margin-top: 0;
}
.entry-column .ug-warning h2, .entry-column .ug-warning h3, .entry-column .ug-warning h4, .entry-column .ug-warning h5 {
  color: #333;
}
.entry-column .ug-warning:before {
  position: absolute;
  top: 20px;
  left: 25px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAuMDY1IiBoZWlnaHQ9IjMwIiB2aWV3Qm94PSIwIDAgMjAuMDY1IDMwIj4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3QgaWQ9IumVt+aWueW9ol8zMTUiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDMxNSIgd2lkdGg9IjIwLjA2NSIgaGVpZ2h0PSIzMCIgZmlsbD0iI2FhOGYwMCIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IuOCsOODq+ODvOODl18zMSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMzEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTYpIj4KICAgIDxnIGlkPSLjgrDjg6vjg7zjg5dfMzAiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDMwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDYpIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+CiAgICAgIDxwYXRoIGlkPSLjg5HjgrlfNiIgZGF0YS1uYW1lPSLjg5HjgrkgNiIgZD0iTTE4Ljk0NywwLDYuMi4xMzRBMS44NjksMS44NjksMCwwLDAsNC40OTQsMS40TC4xNjYsMTUuMzg5QTEuMjM0LDEuMjM0LDAsMCwwLC4zNDQsMTYuNTNhMS4yMzQsMS4yMzQsMCwwLDAsMS4wNjUuNDQ5bDUuODcxLS4zMzFMLjIyLDI4LjY4MmMtLjMwNS41Mi0uMjk0LjkxNC4wMzMsMS4xNzFzLjcxMi4xNzUsMS4xNDYtLjI0NGwxNy44Ny0xNy4yODJhMS41NTQsMS41NTQsMCwwLDAsLjExOC0uMTI3LDEuMDI3LDEuMDI3LDAsMCwwLC4yMzEtLjk4MSwxLjA3NiwxLjA3NiwwLDAsMC0uOTI4LS43bC01LjI3NC0uNzkxLDYuMzYyLTguMDM1QTEuMDQ0LDEuMDQ0LDAsMCwwLDE5Ljk3Mi41NDcsMS4wNDUsMS4wNDUsMCwwLDAsMTguOTQ3LDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9IiNhYThmMDAiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat;
  background-size: contain;
  content: "";
}
.entry-column .ug-info {
  position: relative;
  margin: 0 10px 30px 10px;
  padding: 20px 25px 1px 50px;
  background: #fbfbfb;
  border-left: 2px solid #044BB1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.entry-column .ug-info h1:first-child,
.entry-column .ug-info h2:first-child,
.entry-column .ug-info .js-anchor:first-child + h2,
.entry-column .ug-info h3:first-child,
.entry-column .ug-info h4:first-child,
.entry-column .ug-info h5:first-child {
  margin-top: 0;
}
.entry-column .ug-info h2, .entry-column .ug-info h3, .entry-column .ug-info h4, .entry-column .ug-info h5 {
  color: #333;
}
.entry-column .ug-info:before {
  position: absolute;
  top: 20px;
  left: 25px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4zMjYiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyOS4zMjYgMzAiPgogIDxwYXRoIGlkPSJhY21zLWFkbWluLWljb24tZmxhZyIgZD0iTTEwLjQ3Ny0xMi44NjFhMi4wNTgsMi4wNTgsMCwwLDAtLjYzLTEuNTA5QTIuMDU4LDIuMDU4LDAsMCwwLDguMzM4LTE1YTIuMDkyLDIuMDkyLDAsMCwwLTEuNTM4LjYzLDIuMDU4LDIuMDU4LDAsMCwwLS42MywxLjUwOUExLjk2NiwxLjk2NiwwLDAsMCw2LjM2LTEyYTIuNDk0LDIuNDk0LDAsMCwwLC40ODMuNjg4TC4yODEsMTVIMi40Mkw4Ljg2NS0xMC43ODFhMi4wODgsMi4wODgsMCwwLDAsMS4xNTctLjc0N0EyLjA4LDIuMDgsMCwwLDAsMTAuNDc3LTEyLjg2MVpNMjQuOTItOC41ODRhNS40LDUuNCwwLDAsMS0zLjQtMS4wODRsLTEuNDA2LTEuMDg0LTEuNDIxLTEuMDU1YTUuNTY2LDUuNTY2LDAsMCwwLTMuNDEzLTEuMDU1LDguMjgxLDguMjgxLDAsMCwwLTMuNC42M3EtMS40MDYuNjMtMS40MDYsMS41MDlMNi4yODcsNS45NDdBMy4wMDksMy4wMDksMCwwLDEsNy45NzIsNC43NjEsOC43LDguNywwLDAsMSwxMSw0LjI3N2E1LjUxMyw1LjUxMywwLDAsMSwzLjQxMywxLjA2OWwxLjQyMSwxLjA2OUwxNy4yNDQsNy41YTUuNCw1LjQsMCwwLDAsMy40LDEuMDg0LDguMzg2LDguMzg2LDAsMCwwLDMuNDEzLS42M3ExLjQyMS0uNjMsMS40MjEtMS41MzhMMjkuNjA3LTEwLjJhMi45LDIuOSwwLDAsMS0xLjY4NSwxLjE1N0E5LjExNCw5LjExNCwwLDAsMSwyNC45Mi04LjU4NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI4MSAxNSkiIGZpbGw9IiMxYTY2ZDUiLz4KPC9zdmc+Cg==) no-repeat;
  background-size: contain;
  content: "";
}

.column-block-editor .media-image-block img {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.column-block-editor table p {
  margin: 0;
}
.column-block-editor .link-button-block a {
  display: inline-block;
  padding: 10px 20px;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: 1px solid #999;
  transition: background-color 0.2s;
}
.column-block-editor .link-button-block a:-moz-any-link {
  color: #333;
}
.column-block-editor .link-button-block a:any-link {
  color: #333;
}
.column-block-editor .link-button-block a:hover {
  background: #eee;
}

.agreement-contents {
  position: relative;
  height: 300px;
  padding: 15px;
  overflow: auto;
  border: 1px solid #CCC;
}
.agreement-contents h2 {
  margin-bottom: 15px;
  font-size: 16px;
}
.agreement-contents h3 {
  margin-bottom: 10px;
  font-size: 14px;
}
.agreement-contents p {
  margin-bottom: 10px;
  font-size: 12px;
}
.agreement-contents ol li {
  font-size: 12px;
}
.agreement-contents ul li {
  font-size: 12px;
}

/* エントリーフッター */
.entry-footer {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 10px 0;
}

/* タグ */
.entry-tag {
  margin: 0 0 5px 0;
}

.entry-tag-icon {
  display: inline-block;
  color: #999;
}

.entry-tag-item {
  display: inline-block;
  margin: 0 0 0 10px;
}

/* SNSシェア */
.share-wrapper {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  text-align: center;
}

.share-text {
  display: flex;
  align-items: center;
  float: left;
  margin: 0;
}

/* SNSシェアボタン */
.share-list {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-item {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
}
.share-item a {
  color: #999;
  text-decoration: none;
}
.share-item [class*=acms-icon] {
  font-size: 26px;
  vertical-align: middle;
}
@media print {
  .share-item [class*=acms-icon] {
    font-size: 26px;
  }
}
.share-item .share-item-facebook {
  /* Facebook */
  display: table-cell;
  color: #FFF;
  color: #3B5999;
  text-align: center;
  font-size: 14px;
}
@media print {
  .share-item .share-item-facebook {
    font-size: 14px;
  }
}
.share-item .share-item-facebook:before {
  vertical-align: middle;
}
.share-item .share-item-twitter {
  /* Twitter */
  display: table-cell;
  color: #FFF;
  color: #55acee;
  text-align: center;
  font-size: 14px;
}
@media print {
  .share-item .share-item-twitter {
    font-size: 14px;
  }
}
.share-item .share-item-twitter:before {
  vertical-align: middle;
}

@media screen and (max-width: 991.98px) {
  .entry-footer {
    flex-direction: column;
  }

  .share-wrapper {
    display: flex;
    margin: 10px 0 0 0;
    text-align: left;
  }

  .share-item [class*=acms-icon] {
    font-size: 30px;
  }
}
/* 続きを読むボタン */
.continue-link {
  margin: 0;
  font-size: 16px;
}
@media print {
  .continue-link {
    font-size: 16px;
  }
}

.continue-link a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  background: #999;
  border-radius: 3px;
}
.continue-link a [class*=acms-icon] {
  margin: 0 10px 0 0;
}
.continue-link a:link, .continue-link a:visited {
  color: #fff;
}
.continue-link a:hover, .continue-link a:focus, .continue-link a:active {
  color: #fff;
  text-decoration: none;
  background: #aaa;
}

.entry-link-btn {
  text-align: center;
}

.entry-link-btn a {
  display: inline-block;
  padding: 10px 30px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #C42D11;
  border-radius: 20px;
}
.entry-link-btn a:hover, .entry-link-btn a:link, .entry-link-btn a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.entry-questionair {
  padding: 20px 10px;
  font-size: 16px;
  text-align: center;
  background-color: #EFEFF0;
}

.entry-questionair-yes-btn,
.entry-questionair-no-btn {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  border: none;
}

.entry-questionair-yes-btn {
  background-color: #94C541;
}

.entry-questionair-no-btn {
  background-color: #DD7776;
}

.entry-related-section {
  max-width: 45rem;
  margin: 0 auto;
}

.entry-related-title {
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 18px;
  background-color: #5F666C;
}

.entry-related-list {
  padding-left: 30px;
  color: #006DD9;
  list-style: none;
}

.entry-related-list li {
  position: relative;
}
.entry-related-list li::before {
  position: absolute;
  top: 5px;
  left: -20px;
  display: block;
  color: rgba(196, 45, 17, 0.3);
  content: "#";
}

.entry-related-list a {
  position: relative;
  display: block;
  padding: 5px 0;
}
.entry-related-list a:link, .entry-related-list a:hover, .entry-related-list a:visited {
  color: #888;
  text-decoration: none;
}
.entry-related-list a:hover {
  color: #000;
}
.entry-related-list a.stay {
  font-weight: bold;
}
.entry-related-list a.stay:before {
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #d14213;
  content: "";
}

.entry-tag-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.entry-tag {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
}
@media screen and (max-width: 991.98px) {
  .entry-tag .scroll {
    width: 140px;
    overflow: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .entry-tag .scroll {
    width: 150px;
  }
}

.entry-tag-item {
  margin: 0 5px 5px 0;
}

.card-user {
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  /* タグ */
  .entry-tag {
    margin: 0;
  }

  /* 続きを読むボタン */
  .continue-link a {
    padding: 5px 10px;
    font-weight: normal;
  }
}
@media screen and (max-width: 991.98px) {
  .entry-column h2 a:before {
    display: none;
  }
  .entry-column table th, .entry-column table td {
    display: table-cell;
    width: auto;
  }

  .entry-tag-item {
    margin: 0 0 5px 5px;
  }

  .acms-inline-space {
    margin-right: 0;
  }
}
/* 画像の枠線 */
.columnImage-frame {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 2px solid #e6e6e6;
}

/* ------------------------------
　　ヘッダー
------------------------------ */
/* サイト名 */
.site-name {
  font-size: 24px;
  max-width: 180px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
@media print {
  .site-name {
    font-size: 24px;
  }
}
.header-stack .site-name {
  margin: 30px 0 20px;
}
.site-name a {
  text-decoration: none;
}
.site-name a:hover, .site-name a:focus, .site-name a:active, .site-name a:visited {
  color: #C41134;
}

.site-logo {
  display: inline-block;
  width: 160px;
  height: auto;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.site-logo-sp-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.site-logo-sp {
  width: 150px;
  height: auto;
  margin-top: 10px;
}

.site-logo-top {
  width: 320px;
}

.site-name-text {
  display: block;
  color: #898989;
  font-weight: normal;
  font-size: 16px;
  font-family: "Open Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  text-align: right;
  text-decoration: none;
  vertical-align: middle;
}
.site-name-text:link, .site-name-text:hover, .site-name-text:visited {
  color: #898989;
  text-decoration: none;
}

.edit-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
@media print {
  .edit-link {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .site-name {
    font-size: 24px;
  }
}
@media print and (min-width: 992px) {
  .site-name {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .header-stack .site-name {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .header {
    display: table;
    width: 100%;
  }
  .header-stack .header {
    display: block;
  }
}
@media (min-width: 992px) {
  .header-logo {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .header-stack .header-logo {
    display: block;
  }
}
@media (min-width: 992px) {
  .header-label {
    font-size: 14px;
    margin-left: 8px;
    padding: 3px 4px;
    border-radius: 5px;
  }
}
@media print and (min-width: 992px) {
  .header-label {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .header-label__link {
    transition: opacity 0.2s ease-out;
  }
  .header-label__link:hover {
    opacity: 0.6;
  }
}
@media (min-width: 992px) {
  .header-nav {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .header-stack .header-nav {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media (min-width: 992px) {
  .header-logo {
    display: table-cell;
    width: 20%;
  }
  .header-stack .header-logo {
    display: block;
    width: 100%;
  }

  .header-nav {
    display: table-cell;
    width: 80%;
  }
  .header-stack .header-nav {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }

  .header-label {
    font-size: 12px;
    margin-left: 8px;
    padding: 2px 4px;
    border-radius: 5px;
  }
}
@media print and (min-width: 992px) {
  .header-label {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .header-label__link {
    position: absolute;
    top: -23px;
    left: 140px;
    transition: opacity 0.2s ease-out;
  }
  .header-label__link:hover {
    opacity: 0.6;
  }
}
/* ------------------------------
　　ナビゲーション
------------------------------ */
.header-logo {
  /* 固定したときの高さを保つ */
  padding: 48px 0 0 0;
}

.header-wrapper {
  margin-bottom: 25px;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}

.header-info {
  margin: 0;
  padding: 10px;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  background-color: #ff5a3c;
}
.header-info a {
  color: #FFF;
}

.header-wrapper-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: none;
}

.header-fixed {
  position: fixed;
  top: -100px;
  z-index: 1000;
  width: 100%;
  background-color: #ffffff;
  transition: top ease-out 0.3s;
}

.header-fixed .site-logo {
  width: 150px;
}

.header-fixed.is-fixed {
  top: 0;
}

.header-fixed .header {
  height: 50px;
}

@media screen and (max-width: 991.98px) {
  .header-wrapper.header-fixed, .header-info {
    display: none;
  }
}
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 5px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.is-locked .site-header {
  border-bottom: none;
}

.is-locked #nav-open-btn {
  display: none;
}

/* モバイル時ナビゲーションボタン */
.nav-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  padding: 10px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-size: 20px;
}
@media print {
  .nav-menu-btn {
    font-size: 20px;
  }
}
a .nav-menu-btn {
  color: #333;
}
.nav-menu-btn:-moz-any-link {
  color: #333;
}
.nav-menu-btn:any-link {
  color: #333;
}
.nav-menu-btn:hover {
  color: #333;
  text-decoration: none;
}
.nav-menu-btn .acms-icon-sort {
  display: inline-block;
}
.nav-menu-btn.is-site-nav {
  margin-left: auto;
}

.nav-menu-btn-text {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
  font-size: 11px;
}
@media print {
  .nav-menu-btn-text {
    font-size: 11px;
  }
}

/* モバイル時ヘッダー アイコン */
.nav-menu-action {
  display: table;
  float: right;
  margin: 0;
  padding: 0;
}

.nav-menu-action-item {
  display: table-cell;
  width: 44px;
  height: 44px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}
@media print {
  .nav-menu-action-item {
    font-size: 20px;
  }
}

.nav-menu-action-link {
  color: #333;
}
.nav-menu-action-link:hover, .nav-menu-action-link:active, .nav-menu-action-link:visited, .nav-menu-action-link:focus {
  color: #333;
  text-decoration: none;
}

.navbar {
  display: none;
  width: 100%;
}
.navbar.acms-admin-module-edit-wrapper {
  z-index: 1;
}
.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar li a {
  display: block;
  padding: 10px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
@media print {
  .navbar li a {
    font-size: 16px;
  }
}
.navbar li a:hover, .navbar li a:focus, .navbar li a:active {
  color: #fff;
  text-decoration: none;
}
.navbar li a[href*="https://"]::after {
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-left: 5px;
  vertical-align: top;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2018%2016%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2018%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23C6C6C6%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1456_1_%22%20class%3D%22st0%22%20d%3D%22M18%2C0.8v4c0%2C0.2-0.1%2C0.4-0.2%2C0.5c-0.1%2C0.1-0.3%2C0.2-0.5%2C0.2c-0.2%2C0-0.4-0.1-0.5-0.2%20l-1.1-1.1L8%2C11.8C7.9%2C11.9%2C7.7%2C12%2C7.5%2C12c-0.2%2C0-0.4-0.1-0.5-0.2l-0.7-0.7C6.1%2C10.9%2C6%2C10.7%2C6%2C10.5c0-0.2%2C0.1-0.4%2C0.2-0.5l7.6-7.6%20l-1.1-1.1c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2%2C0.1-0.4%2C0.2-0.5C12.9%2C0.1%2C13.1%2C0%2C13.3%2C0h4c0.2%2C0%2C0.4%2C0.1%2C0.5%2C0.2C17.9%2C0.4%2C18%2C0.6%2C18%2C0.8z%20M12.7%2C8.5c0.1-0.2%2C0.3-0.2%2C0.5-0.2c0.2%2C0%2C0.4%2C0.1%2C0.5%2C0.2C13.9%2C8.6%2C14%2C8.8%2C14%2C9v5.5c0%2C0.4-0.2%2C0.8-0.4%2C1.1%20c-0.3%2C0.3-0.7%2C0.4-1.1%2C0.4h-11c-0.4%2C0-0.8-0.2-1.1-0.4C0.2%2C15.3%2C0%2C14.9%2C0%2C14.5v-11c0-0.4%2C0.2-0.8%2C0.4-1.1C0.7%2C2.2%2C1.1%2C2%2C1.5%2C2h9.2%20c0.2%2C0%2C0.4%2C0.1%2C0.5%2C0.2c0.1%2C0.1%2C0.2%2C0.3%2C0.2%2C0.5c0%2C0.2-0.1%2C0.4-0.2%2C0.5l-0.5%2C0.5C10.6%2C3.9%2C10.4%2C4%2C10.3%2C4H2v10h10V9.5%20c0-0.2%2C0.1-0.4%2C0.2-0.5L12.7%2C8.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.navbar li a[href*="https://developer.a-blogcms.org"]::after, .navbar li a[href*="https://developer.a-blogcms.jp"]::after, .navbar li a[href*="https://www.a-blogcms.jp"]::after, .navbar li a[href*="https://mypage.a-blogcms.jp"]::after {
  content: none;
}

@media (min-width: 992px) {
  .header {
    height: 60px;
  }

  .header-top {
    height: 100px;
  }

  .navbar {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    padding: 0;
    list-style: none;
  }
  .header-stack .navbar > ul {
    display: table;
    float: none;
    width: 100%;
    table-layout: fixed;
    border-right: 1px solid #eee;
  }
  .navbar li {
    position: relative;
    float: left;
    margin: 0 10px;
    text-align: center;
    vertical-align: middle;
  }
  .header-stack .navbar li.navbar-btn {
    padding: 0 10px;
  }
  .header-stack .navbar li {
    display: table-cell;
    float: none;
    border-left: 1px solid #eee;
  }
  .navbar li.btn-attention-wrap {
    margin-left: 25px;
  }
  .navbar li.btn-download-wrap {
    margin-left: 0;
  }
  .navbar li ul {
    /* 二階層目 */
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
    min-width: 200px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .navbar li li {
    margin: 0;
  }
  .header-stack .navbar li li {
    display: block;
    border: 0;
  }
  .navbar li a {
    /* 一階層目のリンクのみ */
    position: relative;
    padding: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: border 0.25s ease-out;
  }
  .navbar li a:hover, .navbar li a:focus, .navbar li a:active {
    color: #333;
    background: transparent;
  }
  .navbar li a.stay:before {
    position: absolute;
    bottom: -22px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #C41134;
    content: "";
  }
  .navbar li a.has-child:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 2px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAPFJREFUKBVjYBgG4IwUA9cRbYHG/wwMzLi8c1hHwOGoDr8bSJ7xiI7gTgZGBrf/DP/X2Fz+EMHIwPAXWSNIMZC/g5GR8e+/f79Nmf7//9vP8P//L0YGxpAjugIrgDYxwTQc0eF3hSpmBxq4zfbql5tAAxkYDmvzeTAyMm1kYGRkY2D4v9T68oc4oBOcgfytQEewItsO1gDTxMDEtBloEwtQwWugmBCQDfTX/01AA4JgToVbb3v10w7GfwzBQMV/gApFYYp/X/4QDFMMMhhuA4gDAsAQ8/vPxLAWKLENpNiRgeEPRAYPeURL0HY/AwMLNiUAZSRUIboor4cAAAAASUVORK5CYII=");
    content: "";
  }
  .header-stack .navbar li a {
    display: block;
    padding: 10px;
    font-size: 16px;
  }
}
@media print and (min-width: 992px) {
  .header-stack .navbar li a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .navbar li.stay a {
    /* 一階層目のリンクのみ */
  }
  .navbar li.stay a.btn-attention {
    border: 0;
  }
}
@media (min-width: 992px) {
  .navbar li.is-hovered ul {
    /* 二階層目 */
    z-index: 10000;
    display: block;
    padding: 0;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .navbar li.is-hovered a {
    /* 一階層目のリンクのみ */
  }
  .navbar li.is-hovered a.btn-attention {
    border: 0;
  }
  .navbar li.is-hovered li a {
    border: 0;
  }
}
@media (min-width: 992px) {
  .navbar li.is-active ul {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .navbar li li {
    /* 二階層目以降 */
    display: block;
    float: none;
    text-align: left;
    border: 0;
  }
  .navbar li li:first-child {
    border: 0;
  }
  .navbar li li a {
    margin: 0;
    padding: 10px 20px;
    color: #333;
    font-weight: normal;
    border: 0;
  }
  .navbar li li a:hover {
    color: #333;
    font-weight: bold;
    background-color: #F5F5F5;
    border: 0;
  }
  .navbar li li a.stay:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar a i {
    margin-right: 5px;
  }
  .navbar a.btn-attention {
    /* ボタン（色付き） */
    background: #c42d11;
    color: #FFF;
    font-weight: bold;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    border: 0;
  }
  .navbar a.btn-attention:hover, .navbar a.btn-attention:visited {
    color: #FFF;
    text-decoration: none;
  }
  .navbar a.btn-attention:focus, .navbar a.btn-attention:active {
    color: #FFF;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  }
  .navbar a.btn-attention:hover {
    background: #eb3d1d;
    border: 0;
  }
  .navbar a.btn-attention:active, .navbar a.btn-attention:focus {
    background: #eb3d1d;
  }
  .navbar a.btn-download {
    /* ボタン（色付き） */
    background: #F4F4F4;
    color: #333 !important;
    font-weight: bold;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    border: 0;
  }
  .navbar a.btn-download:hover, .navbar a.btn-download:visited {
    color: #FFF;
    text-decoration: none;
  }
  .navbar a.btn-download:focus, .navbar a.btn-download:active {
    color: #333 !important;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  }
  .navbar a.btn-download:hover {
    background: #e6e6e6;
    border: 0;
  }
  .navbar a.btn-download:active, .navbar a.btn-download:focus {
    background: #e6e6e6;
  }
}
.is-fixed .navbar a.stay:before {
  bottom: -18px;
}

.header-nav-top .navbar li a {
  color: #fff;
}
.header-nav-top .navbar li a:hover {
  color: #fff;
}

@media (min-width: 992px) {
  .header-logo {
    padding: 0;
  }

  .navbar ul li a {
    font-size: 14px;
  }
}
@media print and (min-width: 992px) {
  .navbar ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .header-nav-top ul li a {
    font-size: 16px;
  }
}
@media print and (min-width: 1440px) {
  .header-nav-top ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1120px) {
  .header-logo {
    width: 15%;
  }
  .header-logo .site-name-text {
    font-size: 12px;
  }

  .header-nav {
    width: 85%;
  }
  .header-nav ul li a {
    font-size: 12px;
  }
  .header-nav .navbar li {
    margin: 0 10px;
  }
  .header-nav .navbar li.btn-attention-wrap {
    margin-right: 0;
    margin-left: 10px;
  }
  .header-nav .navbar li.btn-download-wrap {
    margin-left: 6px;
  }
}
.header-hide-tablet {
  display: none;
}

.header-hide-sp {
  display: none;
}

@media (max-width: 991.98px) {
  .header {
    height: 0;
  }

  .header-hide-tablet {
    display: block;
  }
}
@media (min-width: 992px) {
  .header-hide-sp {
    display: block;
  }
}
/* オフキャンバス */
.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

#offcanvas:target .close-btn {
  display: block;
}

#offcanvas .close-btn {
  position: absolute;
  top: -3.75em;
  left: 1.875em;
}

.js-acms-offcanvas-open #offcanvas .close-btn {
  display: block;
  opacity: 0.7;
}

.sidebar-left {
  padding-right: 10px;
}

@media (max-width: 991.98px) {
  .sidebar-left {
    padding-right: 0;
  }

  #nav {
    box-sizing: border-box;
    padding: 10px 15px 100px 15px;
  }

  .offcanvas-nav {
    /* グローバルナビゲーション */
    margin: 0 0 20px 0;
  }
  .offcanvas-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .offcanvas-nav li {
    display: block;
    padding: 10px;
    font-size: 16px;
    border-top: 1px solid #ccc;
  }

  /* オフキャンバス内のパーツ */
}
@media print and (max-width: 991.98px) {
  .offcanvas-nav li {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-nav li.navbarBtn {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-nav li.stay {
    background: #555;
  }
  .no-js .offcanvas-nav li.stay {
    background: #E5E5E5;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-nav li:first-child {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-nav li ul {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-nav a {
    display: block;
    margin: -10px;
    padding: 10px;
    color: #e8ede3;
  }
  .offcanvas-nav a:hover {
    text-decoration: none;
  }
  .offcanvas-nav a.btn-attention {
    font-weight: normal;
    border-top: 0;
    border-radius: 0;
  }
  .offcanvas-nav a.btn-attention:hover {
    background: #FF9A00;
  }
  .no-js .offcanvas-nav a {
    color: #333;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-bar {
    padding: 10px 15px 100px 15px;
  }
  .offcanvas-bar .module-header {
    color: #fff;
    border-bottom: 2px solid #fff;
  }
  .no-js .offcanvas-bar .module-header {
    /* IE8対応 */
    color: #333;
    border-bottom: 2px solid #333;
  }
  .offcanvas-bar .side-list-link {
    color: #fff;
  }
  .no-js .offcanvas-bar .side-list-link {
    /* IE8対応 */
    color: #333;
  }
  .offcanvas-bar .side-list-link:hover, .offcanvas-bar .side-list-link:visited, .offcanvas-bar .side-list-link:focus, .offcanvas-bar .side-list-link:active {
    color: #fff;
    background: 0;
  }
  .no-js .offcanvas-bar .side-list-link:hover, .no-js .offcanvas-bar .side-list-link:visited, .no-js .offcanvas-bar .side-list-link:focus, .no-js .offcanvas-bar .side-list-link:active {
    /* IE8対応 */
    color: #333;
  }
  .offcanvas-bar .pickup-title {
    margin: 0;
    color: #fff;
    font-size: 16px;
  }
}
@media print and (max-width: 991.98px) {
  .offcanvas-bar .pickup-title {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-bar .pickup-title a {
    color: inherit;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-bar .btn-search {
    background: #999;
    border: 1px solid #666;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-bar .sns-list {
    margin: 0 -5px;
  }
}
/* ------------------------------
　　フッター
------------------------------ */
/* お問い合わせ誘導エリア */
.suggest-box {
  background: #ddd;
}

.suggest-inner {
  display: table;
  width: 100%;
  padding: 15px 0;
}

.suggest-item {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.suggest-text {
  margin: 0 0 10px 0;
  line-height: 1.5;
  font-size: 14px;
}
@media print {
  .suggest-text {
    font-size: 14px;
  }
}

.suggest-tel {
  margin: 0 0 10px 0;
  color: #666;
  font-weight: bold;
  font-size: 24px;
}
@media print {
  .suggest-tel {
    font-size: 24px;
  }
}
.suggest-tel a {
  color: inherit;
}

.suggest-btn {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .suggest-inner {
    padding: 0;
  }

  .suggest-item {
    padding: 30px 10px;
  }

  .suggest-tel {
    margin: 0;
  }

  .suggest-half {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
/* フッター内会社情報 */
.foot-wrapper {
  margin-top: 80px;
  padding: 45px 0 30px 0;
  background: #222;
}

.company-about {
  margin: 0 0 30px 0;
  color: #fff;
}

.company-name {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 20px;
  font-style: normal;
}
@media print {
  .company-name {
    font-size: 20px;
  }
}

.company-detail {
  margin: 0 0 5px 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
}
@media print {
  .company-detail {
    font-size: 14px;
  }
}
.company-detail a {
  color: #fff;
}
.company-detail a:hover {
  text-decoration: underline;
}

/* フッターナビゲーション */
.footer-nav {
  max-width: 70rem;
  margin: 0 auto;
}

.footer-nav-item {
  display: block;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  padding: 0 10px;
  vertical-align: top;
}

.footer-nav-title {
  margin: 0 0 15px 0;
  color: #999999;
  font-weight: normal;
  font-size: 16px;
}
@media print {
  .footer-nav-title {
    font-size: 16px;
  }
}

.footer-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav-list li {
  line-height: 1.7;
}
.footer-nav-list a {
  display: block;
  padding: 7.5px 0;
  color: #fff;
  text-decoration: none;
}

.footer-top {
  padding: 30px 0 80px 0;
  text-align: center;
  background-color: #ffffff;
}

@media screen and (max-width: 991.98px) {
  .footer-nav {
    display: none;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ページの上に戻るボタン */
.page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: none;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAllBMVEUAAADx8fH09PQAAAD09PT09PTw8PDz8/P09PT09PT19fXz8/P19fX09PT19fX19fX09PT09PT19fXz8/P09PT19fX19ekzMzPp9fUzM21aMzNDdanC5fW02e1PMzMzM0/15cepdUPx2bRtMzORdU/t3cwzQ5jt2bSYTzPM2e3C5fFPdZEzdakzM2T17e3x9fX19fHt7fUOmBhvAAAAFXRSTlMAOEQBv+4ig+fZrW38pfOZwpDDmvIULFodAAABJElEQVR4XpXV15KDMAwFUJluQgug1O29l///uS2a3YngEuz7fIaRbCPRIKFJy8hWvY3K1IR0LEGd8UGyOpikpuFRGgNpkjNMnoAKYp5IPKplUfBkioW2Sz6apfouz+Tg20Exh4v/upOYZxMnJMnZIblYw06R22ndcPvbHTsmIKLOFddEYQbA7SPAWQjbu9qdn8IWU2DP1mukUyqhhbqkCFmsI7LIYm2pQhbrinpkse51Gfc7Uc83SFvV4OpBzH6zuhR9t1ENqqO7uBbLLHr7pI8uZa3Fit6eDC7F8EC/fFvRr9qyGT2kt/c/8PE5ekhUs2Nq38dPjZttvH5Yn1HgNWR8xpfPYPQZuZ7D3H9N+C8giQEjsjU0laDTS7MLNMDruILr+Avko32SUqNo0QAAAABJRU5ErkJggg==) no-repeat center;
  transform: translateZ(0);
  transition: opacity 0.2s ease-out;
}

.page-top-btn-appear {
  display: block;
  animation: show 0.3s ease-in 0s;
}

@media screen and (max-width: 991.98px) {
  .page-top-btn {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .page-top-btn:hover {
    opacity: 0.8;
    transition: opacity 0.25s linear;
  }
}
/* フッター内各SNSアカウントのリンク集 */
.sns-list {
  margin: 0 -5px 30px 15px;
  padding: 0;
  list-style: none;
}

.sns-list-item {
  float: left;
  margin: 0 5px;
}
.sns-list-item a:hover, .sns-list-item a:visited, .sns-list-item a:active, .sns-list-item a:focus {
  text-decoration: none;
}

/* 各種SNSボタン */
.sns-list-item .sns-list-facebook {
  /* Facebook */
  display: block;
  width: 30px;
  height: 30px;
  color: #FFF;
  line-height: 1.5;
  text-align: center;
  background: #3B5999;
  border-radius: 4px;
  font-size: 19px;
}
@media print {
  .sns-list-item .sns-list-facebook {
    font-size: 19px;
  }
}
.sns-list-item .sns-list-facebook:before {
  vertical-align: middle;
}
.sns-list-item .sns-list-twitter {
  /* Twitter */
  display: block;
  width: 30px;
  height: 30px;
  color: #FFF;
  line-height: 1.5;
  text-align: center;
  background: #55acee;
  border-radius: 4px;
  font-size: 19px;
}
@media print {
  .sns-list-item .sns-list-twitter {
    font-size: 19px;
  }
}
.sns-list-item .sns-list-twitter:before {
  vertical-align: middle;
}
.sns-list-item .sns-list-youtube {
  /* YouTube */
  display: block;
  width: 30px;
  height: 30px;
  color: #FFF;
  line-height: 1.5;
  text-align: center;
  background: #e52d27;
  border-radius: 4px;
  font-size: 19px;
}
@media print {
  .sns-list-item .sns-list-youtube {
    font-size: 19px;
  }
}
.sns-list-item .sns-list-youtube:before {
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  .sns-list {
    float: right;
    margin: 0 -10px;
  }

  .sns-list-item {
    margin: 10px;
  }
  .sns-list-item a:hover {
    opacity: 0.8;
    transition: opacity 0.25s linear;
  }
}
/* 著作権表示 */
.copyright {
  margin: 0;
  color: #fff;
}

.copyright-text {
  margin: 0 auto;
  font-family: "Open Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
}

.copyright-text a {
  color: #fff;
  text-decoration: none;
}

.footer-top .copyright-text a {
  color: #333;
}

.copryright-logo {
  vertical-align: middle;
}

@media screen and (max-width: 991.98px) {
  .footer-top {
    padding-bottom: 30px;
  }
}
/* ------------------------------
　　トップページで使用
------------------------------ */
.top-section1 {
  padding-top: 30px;
  padding-bottom: 50px;
}

.top-section-banner a {
  display: block;
  margin-bottom: 15px;
  transition: opacity 0.3s ease-out;
}

.top-section-banner-container {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.top-section-banner a:link:hover {
  opacity: 0.7;
}

.top-section-title {
  margin: 0 0 35px 0;
  font-weight: normal;
  font-size: 34px;
  font-family: RodinPro-L, sans-serif;
  text-align: center;
}

.top-section-title-white {
  color: #FFFFFF;
}

.top-section-text {
  max-width: 630px;
  margin: 0 auto 0 auto;
  font-size: 16px;
  text-align: center;
}

.top-section-text1 {
  margin-bottom: 80px;
}

.top-section-text2 {
  margin-bottom: 30px;
}

.top-section-img {
  width: 100%;
  height: auto;
}

.top-section-user-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
}

.top-section-banner {
  padding-top: 70px;
}

.top-section2 {
  padding-top: 20px;
  padding-bottom: 5px;
  color: #FFFFFF;
  background-color: #4A4A4A;
}

.top-section3 {
  padding-top: 70px;
  padding-bottom: 30px;
}

.top-card-list {
  padding-top: 50px;
}

.top-card-container {
  max-width: 1140px;
  margin: 0 auto;
}

.top-card {
  margin-bottom: 20px;
  padding: 10px 30px 10px;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  transition: transform 0.3s;
}
.top-card:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  transform: translate(0, -3px);
}

.top-card-wrap {
  transform: translate(0, -5px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top-card-wrap.active {
  transform: translate(0);
  opacity: 1;
}

.top-card-delay1 {
  transition-delay: 0s;
}

.top-card-delay2 {
  transition-delay: 0.2s;
}

.top-card-delay3 {
  transition-delay: 0.4s;
}

.top-card-title {
  color: #444;
  font-weight: normal;
  font-family: RodinPro-L, sans-serif;
}
.top-card-title a {
  color: #444;
  text-decoration: none;
}
.top-card-title span {
  margin-right: 10px;
}

.top-card-text {
  font-family: RodinPro-L, sans-serif;
}

/*機能一覧*/
.top-features {
  padding-top: 60px;
  padding-bottom: 20px;
  color: #9B9B9B;
  background-color: #4A4A4A;
}

.top-features-first {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
}

.top-features-item {
  display: block;
  padding: 10px;
  opacity: 1;
}

.top-features-link {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  padding: 0 10px;
  text-align: right;
}
.top-features-link a {
  color: #FFFFFF;
  text-decoration: none;
}
.top-features-link .fa {
  display: inline-block;
  margin-left: 20px;
  transform: translateX(-10px);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.top-features-item:hover .fa {
  transform: translateX(0);
}

.top-features-first {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: none;
}
.top-features-first .top-features-item {
  position: relative;
  display: table-cell;
  width: 33.33333333%;
  padding-top: 0;
  padding-bottom: 0;
  border-right: 1px solid #333333;
  border-left: 1px solid #9B9B9B;
}
.top-features-first .top-features-item:last-child {
  border-right: none;
}
.top-features-first .top-features-item:first-child {
  border-left: none;
}

.top-features-title {
  color: #FFFFFF !important;
  font-size: 16px;
  font-family: RodinPro-L, sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0px -1px 0px rgba(0, 0, 0, 0.5);
}

.top-features-text {
  font-size: 14px;
  line-height: 1.5;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}

.top-features-title > span {
  margin-right: 10px;
  font-size: 26px;
  vertical-align: middle;
}

.top-features-title {
  vertical-align: middle;
}

.top-features-index-btn-wrap {
  margin: 0 0 30px 0;
}

.top-features-index-btn {
  display: block;
  box-sizing: border-box;
  width: 304px;
  margin: 0 auto;
  padding: 15px 10px;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #FFF;
  border-radius: 4px;
  transition: background 0.2s;
}
.top-features-index-btn:-moz-any-link {
  color: #FFF;
}
.top-features-index-btn:any-link {
  color: #FFF;
}
.top-features-index-btn:hover {
  color: #333;
  background: #FFF;
}

.js-animation .top-features-col [class*=acms-icon-] {
  transform: scale(0.3);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.js-animation .top-features-col:first-child [class*=acms-icon-] {
  transition-delay: 0.3s;
}
.js-animation .top-features-col:nth-child(2) [class*=acms-icon-] {
  transition-delay: 0.4s;
}
.js-animation .top-features-col:nth-child(3) [class*=acms-icon-] {
  transition-delay: 0.5s;
}
.js-animation .top-features-col:nth-child(4) [class*=acms-icon-] {
  transition-delay: 0.6s;
}
.js-animation .top-features-col:nth-child(5) [class*=acms-icon-] {
  transition-delay: 0.7s;
}
.js-animation .top-features-col:nth-child(6) [class*=acms-icon-] {
  transition-delay: 0.8s;
}
.js-animation .top-features-col:nth-child(7) [class*=acms-icon-] {
  transition-delay: 0.9s;
}
.js-animation .top-features-col:nth-child(8) [class*=acms-icon-] {
  transition-delay: 1s;
}
.js-animation.active .top-features-col [class*=acms-icon-] {
  transform: translate(0);
  opacity: 1;
}

.top-intro-title {
  margin: 0 0 40px 0;
  font-weight: normal;
  font-size: 34px;
  font-family: RodinPro-L, sans-serif;
  line-height: 1.2;
}

.top-intro {
  display: table;
  width: 100%;
}

.top-intro-col {
  display: table-cell;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  vertical-align: middle;
}

.top-intro-img {
  margin: 0 auto;
}

.top-intro-text {
  margin: 0 0 35px 0;
  font-size: 16px;
  line-height: 1.5;
}
.top-intro-text:last-child {
  margin: 0;
}

/* ビギナーコンテンツ */
.top-beginner {
  padding-top: 60px;
  padding-bottom: 45px;
  border-bottom: 1px solid #D1D1D1;
}

.top-beginner-title {
  margin: 0 0 30px 0;
  font-weight: normal;
  font-size: 34px;
  font-family: RodinPro-L, sans-serif;
  line-height: 1.5;
  text-align: center;
}

.top-beginner-desc {
  max-width: 565px;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.top-beginner-row {
  padding: 0;
  list-style: none;
}

.top-beginner-img-wrap {
  text-align: center;
}

.top-beginner-item-title {
  font-weight: normal;
  font-size: 20px;
  font-family: RodinPro-L, sans-serif;
  line-height: 1.3;
  text-align: center;
}
.top-beginner-item-title a {
  color: inherit;
  text-decoration: none;
}

.top-beginner-item-desc {
  font-size: 14px;
  line-height: 1.7;
}

.top-beginner-col {
  max-width: 400px;
  margin: 0 auto;
}

.js-animation .top-beginner-col {
  transform: translate(0, -10px);
  opacity: 0;
  transition: all 1s;
}
.js-animation .top-beginner-col:nth-child(1) {
  transition-delay: 0.6s;
}
.js-animation .top-beginner-col:nth-child(2) {
  transition-delay: 0.8s;
}
.js-animation .top-beginner-col:nth-child(3) {
  transition-delay: 1s;
}
.js-animation.active .top-beginner-col {
  transform: translate(0);
  opacity: 1;
}

.top-beginner-btn-wrap {
  margin: 0 0 30px 0;
}

.top-beginner-btn {
  display: block;
  box-sizing: border-box;
  width: 220px;
  margin: 0 auto;
  padding: 12px 10px;
  color: #C71A49;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #C71A49;
  border-radius: 4px;
  transition: background 0.2s;
}
.top-beginner-btn:-moz-any-link {
  color: #c71a49;
}
.top-beginner-btn:any-link {
  color: #c71a49;
}
.top-beginner-btn:hover {
  color: #FFF;
  background: #C71A49;
}

/* サポート */
.top-support {
  padding-top: 60px;
  padding-bottom: 45px;
}

.top-support-title {
  margin: 0 0 50px 0;
  font-weight: normal;
  font-size: 34px;
  font-family: RodinPro-L, sans-serif;
  line-height: 1.5;
  text-align: center;
}

.top-support-desc {
  max-width: 565px;
  margin: 0 auto 25px;
  font-size: 16px;
  line-height: 1.5;
}

.top-support-row {
  padding: 0;
  list-style: none;
}

.top-support-img-wrap {
  margin: 0;
  border-radius: 3px;
}

.top-support-item-title {
  font-size: 20px;
  font-family: RodinPro-L, sans-serif;
  line-height: 1.3;
}
.top-support-item-title a {
  color: inherit;
  text-decoration: none;
}

.top-support-item-desc {
  font-size: 14px;
  line-height: 1.7;
}

.js-animation .top-support-col {
  transform: translate(0, -10px);
  opacity: 0;
  transition: all 1s;
}
.js-animation .top-support-col:nth-child(1) {
  transition-delay: 0.6s;
}
.js-animation .top-support-col:nth-child(2) {
  transition-delay: 0.8s;
}
.js-animation .top-support-col:nth-child(3) {
  transition-delay: 1s;
}
.js-animation.active .top-support-col {
  transform: translate(0);
  opacity: 1;
}

/* 制作事例 */
.top-usecase {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #4A4A4A;
}

.top-usecase-container {
  max-width: 1396px;
  margin: 0 auto;
}

.top-usecase-title {
  margin: 0 0 50px 0;
  color: #fff;
  font-weight: normal;
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
}
.top-usecase-title__num {
  font-size: 40px;
}
@media print {
  .top-usecase-title__num {
    font-size: 40px;
  }
}

.top-usecase-row {
  display: -ms-grid;
  display: grid;
  max-width: 452px;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .top-usecase-row {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: none;
  }
}
.top-usecase-link {
  display: block;
  text-decoration: none;
}
.top-usecase-link .top-usecase-img-frame {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
  transform: translate(0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top-usecase-link:hover .top-usecase-img-frame {
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.4);
  transform: translate(0, -10px);
}

.top-usecase-img-frame {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 33px 5px 5px 5px;
  background: #CFD8DC;
  border-radius: 10px 10px 0 0;
}
.top-usecase-img-frame:before, .top-usecase-img-frame:after {
  display: table;
  content: " ";
}
.top-usecase-img-frame:after {
  clear: both;
}
.top-usecase-img-frame:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 13px;
  height: 13px;
  background: #FF5D51;
  border-radius: 10px;
  box-shadow: 20px 0 0 #FFBE02, 40px 0 0 #14CB37;
  content: "";
}

.top-usecase-item-title {
  margin: 15px 0;
  color: #FFF;
  font-size: 20px;
  text-align: center;
}

.top-usecase-index-btn-wrap {
  margin: 35px 0 0 0;
}

.top-usecase-index-btn {
  display: block;
  box-sizing: border-box;
  width: 304px;
  margin: 0 auto;
  padding: 15px 10px;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #FFF;
  border-radius: 4px;
  transition: background 0.2s;
}
.top-usecase-index-btn:-moz-any-link {
  color: #FFF;
}
.top-usecase-index-btn:any-link {
  color: #FFF;
}
.top-usecase-index-btn:hover {
  color: #333;
  background: #FFF;
}

.js-animation .top-usecase-col {
  transform: translate(0, -10px);
  opacity: 0;
  transition: all 1s;
}
.js-animation .top-usecase-col:nth-child(1) {
  transition-delay: 0.2s;
}
.js-animation .top-usecase-col:nth-child(2) {
  transition-delay: 0.4s;
}
.js-animation .top-usecase-col:nth-child(3) {
  transition-delay: 0.6s;
}
.js-animation.active .top-usecase-col {
  transform: translate(0);
  opacity: 1;
}

/* ソーシャル */
.top-social {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #f2f2f2;
}

.top-social-title {
  margin: 0 0 55px 0;
  font-weight: normal;
  font-size: 34px;
  font-family: RodinPro-L, sans-serif;
  text-align: center;
}

.top-partner-title {
  margin: 0 0 30px 0;
  font-weight: normal;
  font-size: 34px;
  font-family: RodinPro-L, sans-serif;
  text-align: center;
}

.top-partner-text {
  max-width: 565px;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.top-partner-list {
  margin: 0 -10px;
  padding: 0 10px;
  overflow: hidden;
  text-align: center;
  list-style: none;
}

.top-partner-list-item {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 10px;
  vertical-align: middle;
}

.top-partner-list a {
  display: block;
  text-decoration: none;
}

.top-partner-list img {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.js-animation .top-partner-list {
  transform: translate(0, 20px);
  opacity: 0;
  transition: all 1s 0.4s;
}
.js-animation.active .top-partner-list {
  transform: translate(0);
  opacity: 1;
}

.top-social-list {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  list-style-type: none;
}

.top-social-list li {
  display: inline-block;
}

.top-social-list li {
  margin-right: 50px;
}

.top-social-list li:last-child {
  margin-right: 0;
}

.top-social-icon {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  color: #ffffff;
  font-size: 34px;
  text-decoration: none !important;
  border-radius: 50%;
}
.top-social-icon [class*=acms-icon] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
}
.top-social-icon.top-social-icon-facebook {
  background-color: #3B5999;
}
.top-social-icon.top-social-icon-twitter {
  background-color: #55acee;
}
.top-social-icon.top-social-icon-youtube {
  background-color: #e52d27;
}
.top-social-icon.top-social-icon-github {
  background-color: #e52d27;
}

/*文章構造を意識した*/
.top-outline {
  display: table;
}

.top-outline-item {
  display: table-cell;
  width: 50%;
  padding: 0 20px 0 80px;
  vertical-align: middle;
}

.top-outline-text {
  font-size: 16px;
  line-height: 1.5;
}

.top-outline-img-wrap {
  padding: 0 0 0 60px;
  transform: translateX(50px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top-outline-img-wrap.active {
  transform: translateX(0);
  opacity: 1;
}

.top-outline-img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.18), 0 20px 40px 0 rgba(0, 0, 0, 0.21);
}

@media screen and (max-width: 991.98px) {
  .top-outline-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .top-section-title,
.top-intro-title,
.top-support-title,
.top-partner-title {
    margin: 0 0 30px 0;
    font-size: 26px;
  }

  .top-usecase-index-btn-wrap {
    margin: 20px 0 0 0;
  }

  .top-community-block {
    padding: 30px 15px;
  }

  .top-section1 {
    padding-top: 0;
  }

  .top-section3 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .top-intro {
    margin-bottom: 20px;
  }

  .top-intro-title {
    margin-bottom: 20px;
  }

  .top-intro-text {
    margin-bottom: 20px;
  }
  .top-intro-text:last-child {
    margin-bottom: 20px;
  }

  .top-features-item {
    padding: 0;
  }

  .top-partner-list {
    margin: 0 -5px;
  }

  .top-partner-list-item {
    width: 20%;
    padding: 0 5px;
    text-align: center;
    background: #FFF;
  }

  .top-intro-footer {
    display: table-footer-group;
  }

  .top-intro-header {
    display: table-header-group;
  }

  .top-support-col {
    max-width: 370px;
    margin: 0 auto;
  }

  .top-usecase-title {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .top-usecase-inner {
    display: block;
  }

  .top-usecase-col {
    display: block;
    width: auto;
    max-width: 452px;
    margin: 0 auto;
  }

  .top-usecase-item-title {
    margin: 5px 0 15px 0;
    font-size: 14px;
  }

  .top-usecase-link:hover .top-usecase-img-frame {
    box-shadow: none;
    transform: translate(0);
  }

  .top-features-first .top-features-item {
    display: block;
    width: auto;
    border-top: 1px solid #9B9B9B;
    border-right: none;
    border-bottom: 1px solid #333333;
    border-left: none;
  }
  .top-features-first .top-features-item:first-child {
    border-top: none;
  }
  .top-features-first .top-features-item:last-child {
    border-bottom: none;
  }

  .top-outeline {
    display: block;
  }

  .top-outline-img-wrap {
    transform: translateX(0);
  }

  .top-outline-item {
    display: block;
    width: auto;
  }
}
.fukidashi {
  margin: 30px 10px 30px 10px;
  overflow: hidden;
}
.fukidashi .bubble .guest p, .fukidashi .bubble .staff p {
  margin-bottom: 0;
  padding: 10px;
}
.fukidashi .bubble .staff {
  position: relative;
  display: block;
  min-height: 60px;
  margin: 0 0 0 88px;
  padding: -10px 20px 15px;
  background-color: #FFE4E6;
  border-radius: 20px;
}
.fukidashi .bubble .staff:before {
  position: absolute;
  right: -16px;
  display: inline-block;
  margin-top: 20px;
  margin-left: -26px;
  border: 8px solid transparent;
  border-left-color: #FFE4E6;
  content: "";
}
.fukidashi .bubble .staff_photo {
  position: relative;
  float: right;
  width: 80px;
  height: 80px;
  margin: 0;
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.9;
  text-align: center;
  background: #CCC;
  border-radius: 40px;
}
.fukidashi .bubble .guest {
  position: relative;
  display: block;
  min-height: 60px;
  margin: 0 0 0 88px;
  padding: -10px 20px 15px;
  background-color: #DEF7FF;
  border-radius: 20px;
}
.fukidashi .bubble .guest:before {
  position: absolute;
  display: inline-block;
  margin-top: 20px;
  margin-left: -26px;
  border: 8px solid transparent;
  border-right-color: #DEF7FF;
  content: "";
}
.fukidashi .bubble .guest_photo {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  margin: 0;
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  background: #CCC no-repeat;
  border-radius: 40px;
}
.fukidashi .bubble .guest_photo_name {
  position: absolute;
  top: 50px;
  right: 12px;
  text-shadow: 1px 1px 1px #000;
}

.interview-edit {
  display: inline-block;
  width: 88%;
}

/* ------------------------------
　　チュートリアル
------------------------------ */
/*　一覧ページ
------------------------------ */
.p-tutorial-top-title {
  margin-bottom: 40px;
}

.p-tutorial-top-container {
  max-width: 960px;
  margin: 0 auto 90px;
}

.p-tutorial-top-img {
  margin-bottom: 30px;
}

.p-tutorial-top-text {
  font-size: 16px;
}

.p-tutorial-list {
  max-width: 960px;
  margin: 0 auto;
}

.p-tutorial-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-tutorial-category-item {
  margin: 0 0 80px;
}
.p-tutorial-category-item__title-outer {
  margin-bottom: 40px;
}
.p-tutorial-category-item__title {
  margin: 0 0 30px;
  color: #c42d11;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}
.p-tutorial-category-item__text {
  font-size: 16px;
}

.p-tutorial-entry-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-tutorial-entry-item {
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
}
.p-tutorial-entry-item__link {
  position: relative;
  display: flex;
  transition: background 0.3s;
}
.p-tutorial-entry-item__link:link, .p-tutorial-entry-item__link:visited, .p-tutorial-entry-item__link:focus, .p-tutorial-entry-item__link:hover, .p-tutorial-entry-item__link:active {
  color: #333;
  text-decoration: none;
}
.p-tutorial-entry-item__link:hover {
  background-color: #F4F4F4;
}
.p-tutorial-entry-item__type {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  width: 87px;
  margin: 0;
  padding: 30px 12px 30px 10px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  line-height: 1;
  text-align: right;
  border-right: 2px solid #c42d11;
}
.p-tutorial-entry-item__type::after {
  position: absolute;
  top: calc(50% - 6px);
  right: -6px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #c42d11;
  border-radius: 50%;
  content: "";
}
.p-tutorial-entry-item__title {
  flex: 1;
  margin: 0 0 0 -6px;
  padding: 30px 10px 30px 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 768px) {
  .p-tutorial-entry-item__link::after {
    position: absolute;
    top: calc(50% - 7px);
    right: 25px;
    color: #808080;
    font-size: 14px;
    font-family: "acms-fonts", sans-serif;
    line-height: 1;
    content: "\e97a";
  }
  .p-tutorial-entry-item__type {
    width: 100px;
    padding-right: 14px;
  }
  .p-tutorial-entry-item__title {
    padding-right: 37px;
  }
}
/*　エントリー
------------------------------ */
.p-tutorial-title-side-type {
  display: inline-block;
  margin-right: 10px;
  padding: 11px 10px;
  color: #c42d11;
  font-weight: bold;
  line-height: 1;
  vertical-align: top;
  border: 1px solid #c42d11;
  font-size: 18px;
}
@media print {
  .p-tutorial-title-side-type {
    font-size: 18px;
  }
}

.p-tutorial-tag-wrap {
  margin-bottom: 30px;
}

.p-tutorial-tag {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 10px 20px;
  line-height: 1;
  text-align: center;
  background-color: #EFEFEF;
  border-radius: 5px;
  font-size: 14px;
}
@media print {
  .p-tutorial-tag {
    font-size: 14px;
  }
}

.p-tutorial-header {
  margin-bottom: 50px;
}

.p-torial-article-bottom {
  padding: 20px 0 0;
  border-top: 1px solid #eaeaea;
}

.p-torial-comment {
  margin: 0 auto 10px;
  color: #D14213;
  font-size: 18px;
  text-align: center;
}

.p-tutorial-serial-nav {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.p-tutorial-serial-nav .p-tutorial-serial-nav__next {
  margin: 0 0 10px;
  text-align: center;
}
.p-tutorial-serial-nav .p-tutorial-serial-nav__next a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  background-color: #c42d11;
  border-radius: 5px;
  transition: opacity 0.25s;
}
.p-tutorial-serial-nav .p-tutorial-serial-nav__next a:link, .p-tutorial-serial-nav .p-tutorial-serial-nav__next a:visited, .p-tutorial-serial-nav .p-tutorial-serial-nav__next a:focus, .p-tutorial-serial-nav .p-tutorial-serial-nav__next a:hover, .p-tutorial-serial-nav .p-tutorial-serial-nav__next a:active {
  color: #FFF;
  text-decoration: none;
}
.p-tutorial-serial-nav .p-tutorial-serial-nav__next a:hover {
  opacity: 0.7;
}
.p-tutorial-serial-nav .p-tutorial-serial-nav__prev {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .p-tutorial-serial-nav .p-tutorial-serial-nav__next,
.p-tutorial-serial-nav .p-tutorial-serial-nav__prev {
    float: none;
  }

  .p-tutorial-tag {
    margin-right: 15px;
  }

  .p-torial-article-bottom {
    padding-top: 50px;
  }

  .p-torial-comment {
    margin-bottom: 27px;
    font-size: 22px;
  }

  .p-tutorial-serial-nav .p-tutorial-serial-nav__next {
    margin-bottom: 30px;
  }
  .p-tutorial-serial-nav .p-tutorial-serial-nav__next a {
    width: auto;
    min-width: 460px;
  }
  .p-tutorial-serial-nav .p-tutorial-serial-nav__prev {
    padding: 10px 0;
  }
}
@media (max-width: 767.98px) {
  .p-tutorial-serial-nav .p-tutorial-serial-nav__prev a {
    padding: 5px 0;
    border-bottom: none;
  }
}
.entry-column {
  /* 目次ユニット */
}
.entry-column h2 {
  border-top: 40px solid transparent;
}
.entry-column h3 {
  margin: 40px 10px 20px;
}
.entry-column h3:first-child {
  margin-top: 0;
}
.entry-column .outline {
  margin: 0 10px 30px;
  padding: 15px;
  background: #f7dede1a;
  border: 2px solid #C41134;
}
.entry-column .outline ol {
  counter-reset: section;
}
.entry-column .outline ol li {
  list-style: none;
}
.entry-column .outline-title {
  margin: 0 0 20px 0;
  color: #C41134;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.entry-column .outline-title a:before {
  content: "";
}
.entry-column .outline-list-wrap > .outline-list {
  padding-left: -5px;
}
.entry-column .outline-list-wrap > .outline-list > .outline-item:first-child {
  margin-top: 15px;
}
.entry-column .outline-list {
  margin: 0;
  padding: 0 0 0 20px;
}
.entry-column .outline-list.level-1 > .outline-item {
  font-weight: bold;
}
.entry-column .outline-item {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 12px;
}
.entry-column .outline-item::before {
  content: none;
}
.entry-column .outline-item a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border: none;
}
.entry-column .outline-item a:link, .entry-column .outline-item a:visited {
  color: #666;
}
.entry-column .outline-item a:hover {
  color: #d14213;
  cursor: pointer;
}
.entry-column .outline-item a::before {
  padding-right: 10px;
  font-weight: bold;
  white-space: nowrap;
  counter-increment: section;
  content: counters(section, "-") ". ";
}
@media screen and (min-width: 992px) {
  .entry-column .outline-title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .entry-column .outline-item {
    font-size: 14px;
  }
}
