@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

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

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * 基本となるフォント・カラーなど
 */
body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #575b5e; }

a {
  color: #2c66dc;
  cursor: pointer; }

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

/*!
 * グリッドシステム
 */
@media only screen and (max-width: 768px) {
  .first-sp {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-sp {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
/*!
 * コンテナ
 */
@media only screen and (max-width: 1200px) {
  .container-xl {
    max-width: 100%; } }
.l-main {
  margin: 0 auto 0;
  padding: 0;
  width: 100%; }

.l-section {
  padding: 40px 0;
  overflow: auto;
  position: relative; }

.l-aside-content .l-aside-block {
  border: 1px solid #d8dadc; }
.l-aside-content .search-field {
  padding: 5px;
  border: 1px solid #ccc; }
.l-aside-content .search-submit {
  background: #8ebe32;
  color: #fff;
  padding: 5px; }
.l-aside-content .search-form label {
  display: inline; }
.l-aside-content .sidenavi-title {
  padding: 10px; }

@media only screen and (max-width: 1140px) {
  .l-content {
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden; }

  .l-main-content {
    padding-right: .5rem;
    padding-left: .5rem;
    flex-basis: 80%;
    max-width: 80%; }

  .l-aside-content {
    padding-right: .5rem;
    padding-left: .5rem;
    flex-basis: 20%;
    max-width: 20%; } }
@media only screen and (max-width: 768px) {
  .l-content {
    padding-right: 10px;
    padding-left: 10px; }

  .l-content-small {
    padding: 0 10px; }

  .l-main-content {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .l-aside-content {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px !important;
    padding-left: 10px !important;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    .l-aside-content .l-aside-block {
      border: 1px solid #d8dadc; } }
.l-aside-content ul {
  list-style: none !important;
  padding-left: 0rem !important;
  margin: 0; }
  .l-aside-content ul li {
    border-top: 1px solid #d8dadc;
    font-size: 14px; }
    .l-aside-content ul li a {
      text-decoration: none;
      color: #6F7579;
      padding: 10px 20px;
      display: inline-block; }
      .l-aside-content ul li a::before {
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        font-size: 12px;
        margin-right: 0.5em;
        color: #8ebe32; }
      .l-aside-content ul li a:hover {
        text-decoration: underline; }
      .l-aside-content ul li a:hover::before {
        text-decoration: none; }
    .l-aside-content ul li ul {
      list-style: none;
      padding-left: 0rem; }
      .l-aside-content ul li ul li {
        border-top: 1px solid #d8dadc;
        font-size: 14px;
        padding: 0px 0px 0px 20px; }
        .l-aside-content ul li ul li a {
          text-decoration: none;
          color: #6F7579;
          display: inline-block; }
          .l-aside-content ul li ul li a::before {
            display: inline-block;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f105";
            font-size: 50%;
            margin-right: 0.5em;
            color: #8ebe32; }

@media only screen and (max-width: 768px) {
  .l-aside-content {
    display: none; } }
.sidenavi-list {
  list-style: none; }
  .sidenavi-list .list-item {
    border-top: 1px solid #d8dadc;
    padding: 10px 20px; }
    .sidenavi-list .list-item a {
      text-decoration: none;
      color: #6F7579; }
    .sidenavi-list .list-item:hover {
      text-decoration: underline; }
    .sidenavi-list .list-item::before {
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f105";
      font-size: 12px;
      margin-right: 0.5em;
      color: #8ebe32; }
    .sidenavi-list .list-item:hover::before {
      text-decoration: none; }
    .sidenavi-list .list-item:last-child {
      padding-bottom: 10px; }
  .sidenavi-list .is-active {
    font-weight: bolder;
    background: #F4FBFE; }

.sidenavi-title {
  padding: 10px 20px;
  margin: 0;
  background: #f3f4f4; }

/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
.l-header {
  width: 100%;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
  .l-header .tnav .tnav-link {
    color: #424E21;
    margin-left: 1em; }
    .l-header .tnav .tnav-link:hover {
      color: #7f963f;
      text-decoration: none; }
  .l-header #navbarSupportedContent {
    justify-content: flex-end; }
    .l-header #navbarSupportedContent .navbar-nav {
      margin-left: 3em;
      width: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .l-header #navbarSupportedContent .navbar-nav .nav-item .nav-link {
        color: #424E21;
        font-weight: bolder; }
        .l-header #navbarSupportedContent .navbar-nav .nav-item .nav-link:hover {
          color: #7f963f; }
      .l-header #navbarSupportedContent .navbar-nav .nav-item.onlysp {
        display: none; }

@media only screen and (max-width: 1200px) {
  .l-header .navbar-toggler {
    background: #eee; }
  .l-header #navbarSupportedContent .navbar-nav .nav-item .nav-link {
    margin-right: .3rem; } }
@media only screen and (max-width: 990px) {
  .l-header .navbar-toggler {
    background: #eee; }
  .l-header #navbarSupportedContent {
    justify-content: flex-end;
    text-align: center;
    background: #eee;
    padding: 0 0 10px 0; }
    .l-header #navbarSupportedContent .navbar-nav {
      margin-left: 0em; }
      .l-header #navbarSupportedContent .navbar-nav .nav-item .btn-angle {
        display: block;
        width: 200px;
        margin: 0 auto; } }
@media screen and (max-width: 768px) {
  .l-header .catchcopy {
    font-size: 80%;
    padding-left: .5rem; }
  .l-header .tnav {
    display: none; }
  .l-header .navbar-brand {
    max-width: 50%;
    padding-left: .5rem; }
  .l-header .navbar-toggler {
    background: #eee;
    margin-right: .5rem; }
  .l-header .navbar {
    padding: 0; }
  .l-header #navbarSupportedContent {
    justify-content: flex-end;
    text-align: center;
    background: #eee;
    padding: 0 0 10px 0; }
    .l-header #navbarSupportedContent .navbar-nav .nav-item .nav-link {
      margin-right: 0rem;
      padding: .3rem 1rem; }
    .l-header #navbarSupportedContent .navbar-nav .nav-item.onlysp {
      display: block; } }
/*!
 * フッター
 */
.l-footer {
  width: 100%;
  background: #f9fcf3;
  text-align: center;
  padding: 40px 0; }
  .l-footer .copyright {
    text-align: center;
    width: 100%;
    display: block;
    line-height: 20px;
    background: #e4f1cb;
    padding: 40px 0; }

.footer-title {
  font-size: 28px;
  color: #709627;
  margin: 0 0 20px 0;
  line-height: 1;
  font-weight: bolder; }
  .footer-title img {
    max-width: 200px; }
  .footer-title a {
    color: #8ebe32; }

.footer-menu {
  width: 100%;
  display: block;
  list-style: none; }
  .footer-menu .menu-item {
    padding: 0.2em 1em;
    display: inline-block; }
    .footer-menu .menu-item a {
      color: #6F7579;
      text-decoration: none; }
      .footer-menu .menu-item a:hover {
        text-decoration: underline; }

@media only screen and (max-width: 1140px) {
  .l-footer .l-footer-inner {
    padding: 20px 10px;
    overflow: hidden; } }
@media screen and (max-width: 768px) {
  .l-footer {
    width: 100%;
    overflow: hidden; }
    .l-footer .copyright {
      padding: 10px 0; }

  .footer-title {
    margin: 0 0 10px 0; }
    .footer-title img {
      max-width: 80%; }

  .footer-menu {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none;
    padding: 10px 0px;
    margin-left: 0; }
    .footer-menu .menu-item {
      padding: 5px; }
      .footer-menu .menu-item a {
        text-decoration: none;
        font-size: 14px; }
      .footer-menu .menu-item .list {
        margin-left: 1em; } }
.page-top {
  padding: 30px 0;
  text-align: center; }
  .page-top a {
    color: #8ebe32; }

#return-top {
  background-color: #8ebe32;
  border-radius: 50%;
  bottom: 50px;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  outline: 0;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 50px;
  text-decoration: none; }

@media screen and (max-width: 768px) {
  #return-top {
    bottom: 20px;
    right: 10px; } }
.grecaptcha-badge {
  margin: auto;
  margin-bottom: 20px; }

/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * タイトル
 */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  color: inherit; }

.h1, h1 {
  font-size: 36px;
  font-weight: bolder; }

.h2, h2 {
  font-size: 24px;
  font-weight: bolder; }

.h3, h3 {
  font-size: 20px;
  font-weight: bolder; }

.h4, h4 {
  font-size: 14px;
  font-weight: bolder; }

.h5, h5 {
  font-size: 14px;
  font-weight: bolder; }

.h6, h6 {
  font-size: 12px;
  font-weight: bolder; }

.heading-main {
  text-align: center;
  background: url("../img/common/com-main-bg.jpg") no-repeat #44AA31;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #fff;
  margin-bottom: 30px; }
  .heading-main-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 5vh 20px; }
  .heading-main-title {
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
    margin: 0; }

.heading-news {
  background: #cfe7a2; }
  .heading-news:before {
    display: none; }
  .heading-news .heading-main-inner {
    padding: 20px 20px; }
  .heading-news .heading-main-title {
    text-shadow: none;
    font-size: 2rem;
    padding: 10px;
    margin-bottom: 0;
    font-weight: normal; }

@media screen and (max-width: 768px) {
  .heading-main {
    text-align: center;
    margin-bottom: 10px; }
    .heading-main-inner {
      margin: 0 auto;
      position: relative;
      height: auto; }
    .heading-main-title {
      position: static;
      text-align: center;
      transform: translateY(0%);
      line-height: 1.35;
      letter-spacing: 0.12;
      font-size: 1.4rem;
      margin-bottom: 0; } }
.heading-xl {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 10px; }

.heading-l {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 10px; }

.heading-m {
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 10px; }

.heading-s {
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  .heading-xl {
    font-size: 20px; }

  .heading-l {
    font-size: 14px; }

  .heading-m {
    font-size: 14px; }

  .heading-s {
    font-size: 12px; } }
.heading-lead {
  text-align: center; }
  .heading-lead h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #262829; }

@media screen and (max-width: 768px) {
  .heading-lead {
    text-align: center; }
    .heading-lead h2 {
      font-size: 20px;
      margin-bottom: 10px; } }
.heading-center {
  padding: 0;
  margin-bottom: 20px;
  font-size: 36px;
  text-align: center; }
  .heading-center:after {
    display: block;
    margin: 10px auto 0;
    content: '';
    border-bottom: 3px solid #8ebe32;
    width: 10%;
    max-width: 140px;
    height: 1px; }

.heading-underline {
  border-bottom: 2px solid #8ebe32;
  padding: 0 0 5px 0;
  margin-bottom: 10px;
  font-size: 20px; }

.heading-background {
  background: #8ebe32;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff; }
  .heading-background:before {
    width: 7px;
    height: 16px;
    display: inline-block;
    background: #fff;
    content: "";
    vertical-align: middle;
    margin-right: .5em;
    margin-top: -3px; }

@media screen and (max-width: 768px) {
  .heading-background {
    padding: 5px 10px;
    margin: 0 -15px 20px;
    font-size: 20px; }

  form .card .card-title .heading-background {
    margin: 0px; } }
/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * タイトル
 */
.text-xxlarge {
  font-size: 36px !important; }

.text-xlarge {
  font-size: 24px !important; }

.text-large {
  font-size: 20px !important; }

.text-medium {
  font-size: 14px !important; }

.text-small {
  font-size: 14px !important; }

.text-xsmall {
  font-size: 12px !important; }

.text-xxsmall {
  font-size: 10px !important; }

.maker-under {
  background: linear-gradient(transparent 60%, #d8dadc 60%);
  display: inline; }

.maker-full {
  background: linear-gradient(transparent 0%, #d8dadc 0%);
  display: inline; }

.text-link-angle {
  color: #6F7579;
  text-decoration: none; }
  .text-link-angle:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 1em;
    margin: 0 0.5em 0 0;
    color: #8ebe32; }

.wf-mplus1p {
  font-family: "M PLUS 1p";
  font-weight: 900 !important; }

/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/* Form
   ========================================================================== */
.control-label {
  text-align: right;
  font-weight: bolder; }
  .control-label .pull-left {
    text-align: left;
    float: left; }

@media screen and (max-width: 768px) {
  .control-label {
    text-align: left; }
    .control-label .pull-left {
      text-align: left;
      float: none; } }
form {
  /* IE */
  /* Edge */ }
  form .form-control {
    ime-mode: active; }
  form .form-control.ime-disable {
    ime-mode: disabled !important; }
  form input::placeholder {
    color: #ccc !important; }
  form input:-ms-input-placeholder {
    color: #ccc !important; }
  form input::-ms-input-placeholder {
    color: #ccc !important; }

/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * media
 */
.media-thumb {
  padding-left: 0 !important; }
  .media-thumb .media-thumb-list {
    border-bottom: 1px solid #d8dadc;
    padding: 10px 0; }
    .media-thumb .media-thumb-list img {
      width: 200px; }

.media-article {
  border-bottom: 1px solid #d8dadc;
  padding-bottom: 15px; }
  .media-article .media-figure {
    margin-right: 1rem; }
  .media-article .media-body a {
    color: #6F7579;
    text-decoration: none; }
    .media-article .media-body a:hover {
      text-decoration: underline; }

@media only screen and (max-width: 768px) {
  .media-thumb .media-thumb-list {
    padding: 10px 0; }
    .media-thumb .media-thumb-list img {
      width: 100px; } }
/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * ボタン
 */
.btn-base {
  border: none;
  background: #f09a38;
  color: #fff; }

.btn-gray {
  border: none;
  background: #6F7579;
  color: #fff; }
  .btn-gray:hover {
    border: #6F7579 1px solid; }

.btn-blue {
  border: none;
  background: #7BA2D9;
  color: #fff; }
  .btn-blue:hover {
    border: #7BA2D9 1px solid; }

.btn-green {
  border: none;
  background: #71CB7E;
  color: #fff; }
  .btn-green:hover {
    border: #71CB7E 1px solid; }

.btn-red {
  border: 1px solid #D98D7B;
  background: #D98D7B;
  color: #fff; }
  .btn-red:hover {
    border: #D98D7B 1px solid; }

.btn-orange {
  display: inline-block;
  text-decoration: none;
  background: #F4C60D;
  color: #262829;
  border: solid 1px #DBB416;
  box-shadow: 0 4px 0 #DBB416;
  border-radius: 3px;
  transition: color .1s, background .1s, box-shadow .1s, transform 0.1s; }
  .btn-orange:hover {
    text-decoration: none;
    background: #f6d13e;
    box-shadow: 0 2px 0 #DBB416;
    transform: translateY(3px);
    color: black;
    border: none;
    border-top: 2px solid transparent; }
  .btn-orange:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    transition-duration: .1s;
    background: #c4a114;
    box-shadow: 0 2px 0 #ad8e11;
    text-decoration: none !important;
    border: none;
    border-top: 2px solid transparent; }

.btn-white {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  color: #262829;
  border: solid 1px #DBDBDB;
  box-shadow: 0 4px 0 #DBDBDB;
  border-radius: 3px;
  transition: color .1s, background .1s, box-shadow .1s, transform 0.1s; }
  .btn-white:hover {
    text-decoration: none;
    background: #eee;
    box-shadow: 0 2px 0 #DBDBDB;
    transform: translateY(3px);
    color: black;
    border-top: 2px solid transparent; }
  .btn-white:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    transition-duration: .1s;
    background: #eee;
    box-shadow: 0 2px 0 #c2c2c2;
    text-decoration: none !important;
    border-top: 2px solid transparent; }

.btn-angle {
  display: inline-block;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center; }
  .btn-angle:before {
    display: inline;
    content: ""; }
  .btn-angle:after {
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105"; }

.btn-xlarge {
  font-size: 24px;
  padding: 1rem 2rem; }

.btn-large {
  font-size: 20px;
  padding: 0.8rem 1.7rem; }

.btn-medium {
  font-size: 14px;
  padding: 0.6rem 1.4rem; }

.btn-small {
  font-size: 14px;
  padding: 0.4rem 1.2rem; }

.btn-w100 {
  width: 100px; }

.btn-w150 {
  width: 150px; }

.btn-w200 {
  width: 200px; }

.btn-w250 {
  width: 250px; }

.btn-w300 {
  width: 300px; }

.btn-block {
  width: 100%; }

.btn-pdf:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
  font-size: 1em;
  line-height: 1.35;
  margin: 0 0 0 0.3em; }

.btn-word:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c2";
  font-size: 1em;
  line-height: 1.35;
  margin: 0 0 0 0.3em; }

.btn-powerpoint:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c4";
  font-size: 1em;
  line-height: 1.35;
  margin: 0 0 0 0.3em; }

.btn-excel:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c3";
  font-size: 1em;
  line-height: 1.35;
  margin: 0 0 0 0.3em; }

.btn-video:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c8";
  font-size: 1em;
  line-height: 1.35;
  margin: 0 0 0 0.3em; }

.btn-file:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15c";
  font-size: 1em;
  line-height: 1.35;
  margin: 0 0 0 0.3em; }

.linkbutton {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none !important;
  padding-left: 0px !important;
  margin: 0 -1%; }
  .linkbutton .linkbutton-item {
    margin: 1% 1%;
    border: 1px solid #d8dadc;
    border-radius: .25rem;
    overflow: hidden; }
    .linkbutton .linkbutton-item a {
      padding: 15px;
      text-align: center;
      width: 100%;
      display: inline-block;
      background: rgba(255, 255, 255, 0.8); }
      .linkbutton .linkbutton-item a:hover {
        text-decoration: none; }
      .linkbutton .linkbutton-item a:before {
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        font-size: 1em;
        margin: 0 0 0 0.5em;
        float: right; }
  .linkbutton .linkbutton-img {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    .linkbutton .linkbutton-img a {
      padding: 60px 15px;
      color: #fff;
      font-weight: bolder;
      position: relative;
      display: block;
      font-size: 120%;
      background-color: rgba(0, 0, 0, 0.4) !important; }
  .linkbutton .linkbutton-item-1 {
    width: 100%; }
  .linkbutton .linkbutton-item-2 {
    width: 48%; }
  .linkbutton .linkbutton-item-3 {
    width: 31.3333%; }
  .linkbutton .linkbutton-item-4 {
    width: 22%; }
  .linkbutton .linkbutton-item-5 {
    width: 17%; }
  .linkbutton .linkbutton-item-6 {
    width: 14%; }

@media screen and (max-width: 480px) {
  .linkbutton .linkbutton-item a {
    padding: 10px;
    width: 100%; }
  .linkbutton .linkbutton-img a {
    padding: 60px 15px;
    font-size: 120%; }
  .linkbutton .linkbutton-item-1 {
    width: 100%; }
  .linkbutton .linkbutton-item-2 {
    width: 100%; }
  .linkbutton .linkbutton-item-3 {
    width: 100%; }
  .linkbutton .linkbutton-item-4 {
    width: 100%; }
  .linkbutton .linkbutton-item-5 {
    width: 100%; }
  .linkbutton .linkbutton-item-6 {
    width: 100%; } }
/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * タブ追加
 */
/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * カード
 */
.gallery {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%; }
  .gallery .gallery-item {
    width: 30%;
    flex: inherit !important;
    margin: 0 1% 15px; }
    .gallery .gallery-item img {
      width: 100%;
      max-height: 300px;
      object-fit: cover; }
    .gallery .gallery-item .gallery-title {
      margin: 10px 0; }

.gallery-1 {
  width: 100% !important; }

.gallery-2 {
  width: 48% !important; }

.gallery-3 {
  width: 31.333% !important; }

.gallery-4 {
  width: 23% !important; }

.gallery-5 {
  width: 18% !important; }

.gallery-6 {
  width: 14.66% !important; }

@media screen and (max-width: 768px) {
  .gallery-1 {
    width: 100% !important; }

  .gallery-2 {
    width: 47% !important; }

  .gallery-3 {
    width: 30% !important; }

  .gallery-4 {
    width: 30% !important; }

  .gallery-5 {
    width: 30% !important; }

  .gallery-6 {
    width: 30% !important; } }
@media screen and (max-width: 480px) {
  .gallery-item {
    width: 100% !important; }
    .gallery-item img {
      width: 100%;
      height: auto;
      object-fit: cover; } }
.card-feature {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%; }
  .card-feature .card {
    flex: inherit !important;
    margin: 1% 1%;
    overflow: hidden; }
    .card-feature .card .card-title {
      padding: 10px 0px 10px 0px;
      text-align: center;
      border-bottom: 2px solid #d8dadc;
      font-size: 20px;
      font-weight: bolder; }
    .card-feature .card .card-body {
      padding: 20px;
      position: relative; }
    .card-feature .card .card-image {
      margin: 0;
      position: relative;
      width: 100%; }
      .card-feature .card .card-image img {
        vertical-align: bottom;
        width: 100%;
        max-height: 300px;
        object-fit: cover; }
    .card-feature .card .card-image-round {
      margin: 0 auto;
      width: 72px; }
      .card-feature .card .card-image-round img {
        vertical-align: bottom;
        width: 72px;
        height: 72px;
        object-fit: cover; }
    .card-feature .card .card-point {
      width: 70px;
      height: 70px;
      text-align: center;
      background: #72401a;
      color: #fff;
      margin: -55px auto 10px;
      border-radius: 70px;
      padding: 10px 0 0 0; }
      .card-feature .card .card-point .point {
        display: block;
        margin-bottom: 0;
        font-size: 12px; }
      .card-feature .card .card-point .num {
        font-size: 24px;
        display: block;
        line-height: 1; }
    .card-feature .card .card-text {
      display: inline-block;
      float: left;
      margin: 0 0 0 2em;
      font-size: 14px;
      font-weight: bolder;
      line-height: 38px; }
  .card-feature .card-transparent {
    background: transparent;
    border: none; }
  .card-feature .card-white {
    background: #fff; }

.card-featurelink {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%; }
  .card-featurelink .card {
    flex: inherit !important;
    margin: 0 1% 1%;
    overflow: hidden;
    background: none;
    border: none; }
    .card-featurelink .card .card-title {
      padding: 10px 0px 10px 0px;
      text-align: center;
      border-bottom: 2px solid #d8dadc;
      font-size: 20px;
      font-weight: bolder; }
    .card-featurelink .card .card-body {
      padding: 10px;
      position: relative; }
    .card-featurelink .card .card-image-round {
      margin: 0 auto;
      width: 100%; }
      .card-featurelink .card .card-image-round img {
        vertical-align: bottom; }
    .card-featurelink .card .card-text {
      display: inline-block;
      float: left;
      margin: 0 0 0 2em;
      font-size: 14px;
      font-weight: bolder;
      line-height: 38px; }
  .card-featurelink .card-transparent {
    background: transparent;
    border: none; }
  .card-featurelink .card-white {
    background: #fff; }

.card-feature-1 .card {
  width: 100%; }

.card-feature-2 .card {
  width: 47%; }

.card-feature-3 .card {
  width: 30%; }

.card-feature-4 .card {
  width: 22%; }

.card-feature-5 .card {
  width: 17%; }

.card-feature-6 .card {
  width: 14%; }

@media screen and (max-width: 768px) {
  .card-feature-1 .card {
    width: 100%; }

  .card-feature-2 .card {
    width: 47%; }

  .card-feature-3 .card {
    width: 31.333%; }

  .card-feature-4 .card {
    width: 30%; }

  .card-feature-5 .card {
    width: 30%; }

  .card-feature-6 .card {
    width: 30%; } }
@media screen and (max-width: 480px) {
  .card-feature .card {
    width: 100%; }
    .card-feature .card img {
      width: 100%;
      height: auto;
      object-fit: cover; } }
.card-pay .card-body p {
  margin-bottom: 0; }
.card-pay .card-body img {
  padding: 2px;
  display: inline-block; }

.panel-detail {
  background: #fff;
  border: 1px solid #d8dadc;
  position: relative;
  border-radius: 4px; }
  .panel-detail .panel-title {
    position: absolute;
    top: -12px;
    left: 10px;
    padding: 0 20px;
    background: #fff;
    display: inline-block;
    font-weight: bolder;
    font-size: 18px;
    border-bottom: none;
    margin-bottom: 0; }
  .panel-detail .panel-body {
    padding: 30px 20px 20px 20px; }

.panel-plan {
  position: relative;
  background: #fff;
  border: none; }
  .panel-plan .panel-body {
    padding: 40px 40px; }

@media only screen and (max-width: 768px) {
  .panel .panel-body {
    padding: 15px; } }
.picture-array .row {
  margin-bottom: 20px; }
.picture-array .underline {
  border-bottom: 1px solid #d8dadc; }
.picture-array .box-line {
  border: 1px solid #d8dadc;
  padding: 20px 20px 0 20px; }
.picture-array .box-gray {
  padding: 20px 20px 0 20px;
  background: #f3f4f4; }

.card-edition {
  text-align: center;
  border-radius: 0;
  border: none; }
  .card-edition .card-title .card-title-en {
    display: block;
    font-weight: normal; }
  .card-edition .card-title .card-title-name {
    display: block;
    font-size: small; }
  .card-edition .card-header {
    border-radius: 0;
    border-bottom: none;
    color: #262829; }
    .card-edition .card-header:first-child {
      border-radius: 0; }
  .card-edition .edt-light {
    background: #dae4ff;
    border-top: #C0D1FF 5px solid; }
  .card-edition .edt-standard {
    background: #c8f4ce;
    border-top: #88E895 5px solid; }
  .card-edition .edt-network {
    background: #fad8d8;
    border-top: #F4ABAB 5px solid; }
  .card-edition .edt-professional {
    background: #fdecc3;
    border-top: #FBDC92 5px solid; }
  .card-edition .edt-enterprise {
    background: #efe2fe;
    border-top: #C497FD 5px solid; }
  .card-edition .card-body {
    text-align: left; }
  .card-edition .card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    font-weight: bolder;
    color: #262829; }

@media only screen and (max-width: 768px) {
  .card-edition {
    border-radius: 0; }
    .card-edition .card-title {
      margin-bottom: 0; }
      .card-edition .card-title .card-title-en {
        display: block; }
      .card-edition .card-title .card-title-name {
        display: block;
        font-size: small; }
    .card-edition .card-body {
      text-align: left; } }
.card-contact {
  border-radius: 0; }
  .card-contact .card-header {
    border-radius: 0;
    border-bottom: none;
    color: #262829;
    background: #d8dadc;
    text-align: center; }
    .card-contact .card-header:first-child {
      border-radius: 0; }
    .card-contact .card-header .card-title {
      margin: 0; }
  .card-contact .card-footer {
    padding: .1rem 1.25rem .75rem;
    background-color: #fff;
    border-top: none;
    font-weight: bolder;
    color: #262829;
    text-align: center; }

/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * リスト
 */
ul {
  margin-left: 1em; }

.def-list {
  box-sizing: border-box; }
  .def-list dt {
    width: 100%;
    padding: 2% 0 0% 0;
    font-weight: normal;
    font-weight: bolder; }
  .def-list dd {
    padding: 0% 0 2% 0;
    margin: 0;
    border-bottom: 1px solid #d8dadc; }

.def-list-holizon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .def-list-holizon dt {
    border-bottom: 1px solid #d8dadc;
    width: 25%;
    padding: 1% 0 0.5%; }
  .def-list-holizon dd {
    border-bottom: 1px solid #d8dadc;
    padding: 1% 0 0.5%;
    width: 75%;
    margin-bottom: 0rem; }
  .def-list-holizon dt:first-child {
    border-top: 1px solid #d8dadc; }
  .def-list-holizon dt:first-child + dd {
    border-top: 1px solid #d8dadc; }

.def-list.no-border dt {
  border-bottom: none; }
.def-list.no-border dd {
  border-bottom: none; }

.def-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #a3a8ab; }
  .def-news dt {
    border-bottom: 1px solid #d8dadc;
    width: 28%;
    padding: 22px 0;
    font-weight: bolder;
    font-weight: normal; }
  .def-news dd {
    border-bottom: 1px solid #d8dadc;
    padding: 22px 0;
    width: 72%;
    margin: 0; }
  .def-news dt:first-child {
    border-top: none; }
  .def-news dt:first-child + dd {
    border-top: none; }
  .def-news dt:first-child + dd:before {
    content: "NEW　";
    display: inline-block;
    color: #D98D7B; }
  .def-news .date {
    margin-right: 10px; }

@media only screen and (max-width: 768px) {
  .def-list-holizon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .def-list-holizon dt {
      border-bottom: none;
      width: 100%;
      padding: 2% 0 0 0; }
    .def-list-holizon dd {
      border-bottom: 1px solid #d8dadc;
      padding: 0% 0 2%;
      width: 100%; }

  .def-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .def-news dt {
      border-bottom: none;
      width: 100%;
      padding: 2% 0 0 0; }
    .def-news dd {
      border-bottom: 1px solid #d8dadc !important;
      padding: 0% 0 2% !important;
      width: 100%; }
      .def-news dd:first-child {
        border-top: 1px solid #d8dadc !important; }

  .def-list.no-border dt {
    border-bottom: none; }
  .def-list.no-border dd {
    border-bottom: none; } }
.list-decimal {
  list-style: decimal !important; }

.list-circle {
  list-style: circle !important; }

.list-square {
  list-style: square !important; }

.list-disc {
  list-style: disc !important; }

.list-1 li {
  width: 100%; }

.list-2 li {
  width: 50%; }

.list-3 li {
  width: 33%; }

.qa-list {
  margin: 0 0 30px 0; }

.qa-list input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.qa-list .list-item {
  border-bottom: 1px solid #ccc; }

.qa-question {
  position: relative;
  padding: 14px 14px 14px 34px;
  display: block;
  cursor: pointer; }

.qa-answer {
  position: relative;
  background: #EFF8FE;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  display: none; }

.qa-question::before {
  content: 'Q';
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 27px;
  left: 0;
  margin: -13px 0 0 0;
  background: #007FEB;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 30px; }

.qa-answer::before {
  content: 'A';
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 10px;
  background: #7FC4FD;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 30px; }

.qa-list input:checked ~ .qa-answer {
  max-height: 20em;
  margin: 0 0 20px 0;
  padding: 10px 10px 10px 40px;
  display: block; }

/* Icon */
.qa-list .qa-question::after {
  line-height: 3;
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center; }

.qa-list input[type=checkbox] + .qa-question::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  color: #d8dadc; }

.qa-list input[type=checkbox]:checked + .qa-question::after {
  transform: rotateX(180deg); }

.qa-list.no-intend .qa-question {
  position: relative;
  padding: 14px 14px 14px 14px; }
.qa-list.no-intend input:checked ~ .qa-answer {
  padding: 10px 10px 10px 10px; }
.qa-list.no-intend .qa-question::before {
  display: none; }
.qa-list.no-intend .qa-answer::before {
  display: none; }

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px; }
  .post-list .post-list-user {
    margin: 0 20px 0 0;
    padding-bottom: 10px;
    max-width: 110px; }
  .post-list .post-list-body {
    position: relative; }

.post-list.post-list-reverce {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .post-list.post-list-reverce .post-list-user {
    margin: 0 0 0 20px;
    padding-bottom: 10px;
    max-width: 110px; }

.ol-list-parent {
  list-style: none; }
  .ol-list-parent .list-item {
    margin-bottom: 5px;
    text-indent: -1em;
    margin-left: 1em; }

.ol-list-child {
  list-style: none; }
  .ol-list-child .list-item {
    margin-bottom: 5px;
    text-indent: -2.7em;
    margin-left: 2em; }

.list-label {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px !important; }
  .list-label-item {
    width: 18%;
    border: solid 1px #d8dadc;
    padding: 5px;
    text-align: center;
    margin: 0 10px 10px;
    box-sizing: border-box; }

@media only screen and (max-width: 768px) {
  .list-label {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px !important; }
    .list-label-item {
      width: 31.33333%;
      border: solid 1px #d8dadc;
      padding: 1%;
      text-align: center;
      margin: 0 3px 10px;
      box-sizing: border-box; } }
#breadcrumb ul {
  text-align: left;
  padding: 20px 0;
  font-size: 14px;
  margin: 0 auto; }
  #breadcrumb ul li {
    display: inline;
    list-style: none; }
    #breadcrumb ul li:after {
      content: '>';
      padding: 0 3px;
      color: #6F7579; }
    #breadcrumb ul li:last-child:after {
      content: ''; }
    #breadcrumb ul li a {
      text-decoration: none; }
      #breadcrumb ul li a:hover {
        text-decoration: underline; }

@media only screen and (max-width: 1140px) {
  padding: 0 10px;
  overflow: hidden; }
@media only screen and (max-width: 768px) {
  #breadcrumb ul {
    text-align: center;
    padding: 10px 0; } }
/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * ラベル
 */
.label {
  display: inline-block;
  text-align: center;
  padding: 0rem 10px;
  margin: 0 5px 5px 0;
  line-height: 1.5;
  font-size: 12px;
  overflow: hidden;
  color: #6F7579;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #6F7579;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px; }

.label-square {
  border-radius: 0px !important; }

.label-circle {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none; }

.label-large {
  font-size: 14px;
  padding: 0rem 10px; }

.label-medium {
  font-size: 12px;
  padding: 0rem 10px; }

.label-small {
  font-size: 12px;
  padding: 0rem 10px; }

.label-base {
  background: #72401a;
  border: 1px solid #72401a;
  color: #fff; }

.label-blue {
  background: #f2f6fb;
  border: 1px solid #f2f6fb;
  color: #2a5591; }

.label-yellow {
  background: #f0e9ca;
  border: 1px solid #f0e9ca;
  color: #917d2a; }

.label-red {
  background: #f0d1ca;
  border: 1px solid #f0d1ca;
  color: #913e2a; }

.label-green {
  background: #bce6c2;
  border: 1px solid #bce6c2;
  color: #2c7737; }

.label-gray {
  background: #d8dadc;
  border: 1px solid #d8dadc;
  color: #262829; }

.label-edition {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #eee;
  display: inline-block;
  margin-right: .4em;
  text-align: center; }

.label-edition {
  background: #eee;
  border: #a3a8ab; }

.label-light {
  background: #C0D1FF;
  border: #a3a8ab 1px solid; }

.label-standard {
  background: #88E895;
  border: #a3a8ab 1px solid; }

.label-network {
  background: #F4ABAB;
  border: #a3a8ab 1px solid; }

.label-professional {
  background: #FBDC92;
  border: #a3a8ab 1px solid; }

.label-enterprise {
  background: #C497FD;
  border: #a3a8ab 1px solid; }

.label-disable {
  opacity: 0.2; }

.label-example {
  text-align: center;
  font-size: 50%; }
  .label-example .label-edition {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 5px; }

/*!
 * アラート
 */
/*!
 * テーブル
 */
.table p {
  margin: 0; }

.table-bordered tbody th {
  background: #e1f4e4; }

.table-bordered tbody td {
  background: #fff; }

.table-noborder td,
.table-noborder th {
  padding: .5rem 0;
  border-top: none; }

@media only screen and (max-width: 768px) {
  .table-noborder td,
  .table-noborder th {
    padding: .3rem 0;
    font-size: 14px; } }
.table.table-function {
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6; }
  .table.table-function .table-function-brank {
    border: none; }
  .table.table-function .table-function-title {
    border-left: 1px solid #dee2e6;
    background: #E4F4E4; }
  .table.table-function .table-function-tate {
    text-align: center;
    border-left: 1px solid #dee2e6;
    vertical-align: middle;
    background: #E4F4E4; }
  .table.table-function .table-function-yoko {
    border-left: 1px solid #dee2e6;
    vertical-align: middle;
    background: #E4F4E4; }
  .table.table-function .table-function-text {
    border-left: 1px solid #dee2e6;
    background: #fff; }
    .table.table-function .table-function-text .t {
      width: 70%; }
    .table.table-function .table-function-text .l {
      width: 30%;
      text-align: right; }
  .table.table-function tr:nth-child(odd) .table-function-text {
    background: #f3f4f4; }

@media only screen and (max-width: 768px) {
  .table.table-function {
    border-right: 1px solid #dee2e6;
    border-collapse: separate; }
    .table.table-function .table-function-tate {
      display: block;
      width: 100%; }
    .table.table-function .table-function-text {
      display: flex;
      flex-direction: column; }
      .table.table-function .table-function-text .t {
        width: 100%; }
      .table.table-function .table-function-text .l {
        width: 100%;
        text-align: left; } }
/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * ページネーション
 */
.pagination .page-numbers li {
  display: inline-block;
  float: left;
  border: #a3a8ab 1px solid;
  border-radius: 4px;
  margin: 0 5px; }
  .pagination .page-numbers li .page-numbers {
    color: #6F7579;
    text-decoration: none;
    padding: 8px 16px;
    display: inline-block; }
  .pagination .page-numbers li .current {
    background-color: #7BA2D9;
    color: white; }

.pagenation-dot {
  list-style: none;
  text-align: center; }

.pagenation-dot-item {
  display: inline-block;
  margin: 5px; }
  .pagenation-dot-item a {
    display: inline-block;
    color: #6F7579;
    text-decoration: none;
    font-size: 6px;
    line-height: 13px;
    overflow: hidden; }

.pagenation-dot-item.is-active a {
  color: #7BA2D9; }

.pagenation-dot-previous,
.pagenation-dot-forward {
  display: inline-block;
  margin: 0 20px;
  text-align: center; }
  .pagenation-dot-previous a,
  .pagenation-dot-forward a {
    display: inline-block;
    color: #6F7579;
    text-decoration: none;
    font-size: 20px; }

.pagenation-dot-previous.is-active a,
.pagenation-dot-forward.is-active a {
  color: #7BA2D9; }

/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * ツールチップ
 */
/*!
 * モーダル
 */
/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * ナブバー
 */
.nav-anchor {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  list-style: none !important;
  padding-left: 0 !important; }
  .nav-anchor .nav-item {
    background: #8ebe32;
    margin: 0 5px 10px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
    .nav-anchor .nav-item:hover {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      background: #709627; }
    .nav-anchor .nav-item a {
      color: #fff; }
      .nav-anchor .nav-item a:after {
        display: block;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        font-size: .5em;
        line-height: 1.35;
        margin: 0.1em 0 0 0; }

@media only screen and (max-width: 768px) {
  .nav-anchor {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .nav-anchor .nav-item {
      margin: 0 5px 10px;
      text-align: center;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; } }
/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * slick
 */
.slick-next {
  right: 25px !important;
  z-index: 10; }

.slick-prev {
  left: 25px !important;
  z-index: 10; }

/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * 電話お問い合わせ
 */
.contacttel {
  background: #fff;
  border: #cadaf0 5px solid;
  padding: 20px;
  text-align: center; }

/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * 色
 */
.bg-base-dark {
  background: #526d1d; }

.bg-base {
  background: #8ebe32; }

.bg-base-mid {
  background: #709627; }

.bg-base-pale {
  background: #cfe7a2; }

.bg-base-light {
  background: #e4f1cb; }

.bg-base-xlight {
  background: #f7edd6; }

.bg-blue-dark {
  background: #2a5591; }

.bg-blue {
  background: #7BA2D9; }

.bg-blue-mid {
  background: #5386ce; }

.bg-blue-pale {
  background: #cadaf0; }

.bg-blue-light {
  background: #f2f6fb; }

.bg-blue-xlight {
  background: white; }

.bg-green-dark {
  background: #2c7737; }

.bg-green {
  background: #71CB7E; }

.bg-green-mid {
  background: #4cbd5c; }

.bg-green-pale {
  background: #96d9a0; }

.bg-green-light {
  background: #bce6c2; }

.bg-green-xlight {
  background: #e1f4e4; }

.bg-yellow-dark {
  background: #917d2a; }

.bg-yellow {
  background: #D9C77B; }

.bg-yellow-mid {
  background: #ceb653; }

.bg-yellow-pale {
  background: #e4d8a3; }

.bg-yellow-light {
  background: #f0e9ca; }

.bg-yellow-xlight {
  background: #fbf9f2; }

.bg-red-dark {
  background: #913e2a; }

.bg-red {
  background: #D98D7B; }

.bg-red-mid {
  background: #ce6b53; }

.bg-red-pale {
  background: #e4afa3; }

.bg-red-light {
  background: #f0d1ca; }

.bg-red-xlight {
  background: #fbf4f2; }

.bg-gray-dark {
  background: #262829; }

.bg-gray {
  background: #6F7579; }

.bg-gray-mid {
  background: #575b5e; }

.bg-gray-pale {
  background: #a3a8ab; }

.bg-gray-light {
  background: #d8dadc; }

.bg-gray-xlight {
  background: #f3f4f4; }

.bg-white {
  background: #fff; }

.text-base {
  color: #8ebe32; }

.text-blue {
  color: #7BA2D9; }

.text-blue-light {
  color: #f2f6fb; }

.text-green {
  color: #71CB7E; }

.text-green-light {
  color: #bce6c2; }

.text-red {
  color: #D98D7B; }

.text-red-light {
  color: #f0d1ca; }

.text-orange {
  color: #F69C3B; }

.text-gray {
  color: #6F7579; }

.text-gray-light {
  color: #d8dadc; }

.text-white {
  color: #fff; }

/*
 * 汎用クラス
 */
.u-mb-0 {
  margin-bottom: 0px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-mb-70 {
  margin-bottom: 70px !important; }

.u-mb-80 {
  margin-bottom: 80px !important; }

.u-mt-0 {
  margin-top: 0px !important; }

.u-mt-10 {
  margin-top: 10px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

.u-mt-30 {
  margin-top: 30px !important; }

.u-mt-40 {
  margin-top: 40px !important; }

.u-mt-50 {
  margin-top: 50px !important; }

.u-mt-60 {
  margin-top: 60px !important; }

.u-mt-70 {
  margin-top: 70px !important; }

.u-mt-80 {
  margin-top: 80px !important; }

.u-pd-0 {
  padding: 0px !important; }

.u-pd-10 {
  padding: 10px !important; }

.u-pd-20 {
  padding: 20px !important; }

.u-pd-30 {
  padding: 30px !important; }

.u-pd-40 {
  padding: 40px !important; }

.u-pd-50 {
  padding: 50px !important; }

.u-pd-60 {
  padding: 60px !important; }

.u-pd-small {
  padding: 10px !important; }

.u-pd-medium {
  padding: 20px !important; }

.u-pd-large {
  padding: 30px !important; }

.u-pd-xlarge {
  padding: 40px !important; }

@media only screen and (max-width: 480px) {
  .u-pd-small {
    padding: 10px !important; }

  .u-pd-medium {
    padding: 10px !important; }

  .u-pd-large {
    padding: 10px !important; }

  .u-pd-xlarge {
    padding: 10px !important; } }
.u-w-10 {
  width: 10px; }

.u-w-50 {
  width: 50px; }

.u-w-100 {
  width: 100px; }

.u-w-150 {
  width: 150px; }

.u-w-200 {
  width: 200px; }

.u-w-250 {
  width: 250px; }

.u-w-300 {
  width: 300px; }

.aligncenter {
  margin: 0 auto; }

.u-diplay-inline {
  display: inline; }

.u-diplay-inline-block {
  display: inline-block; }

.u-diplay-pc {
  display: block; }

@media only screen and (max-width: 768px) {
  .u-diplay-pc {
    display: none; } }
.u-diplay-sp {
  display: none; }

@media only screen and (max-width: 768px) {
  .u-diplay-sp {
    display: block; } }
.u-border {
  border: 1px solid #f3f4f4; }

.u-border-1 {
  border-width: 1px; }

.u-border-2 {
  border-width: 2px; }

.u-border-3 {
  border-width: 3px; }

.u-border-bottom {
  border-bottom: 1px solid #6F7579; }

.u-border-bottom-light-gray {
  border-bottom: 1px solid #f3f4f4; }

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

.bound {
  animation: bound 3.8s; }

@keyframes bound {
  0% {
    transform: scale(0); }
  5% {
    transform: scale(0); }
  10% {
    transform: scale(0); }
  20% {
    transform: scale(1.5, 1.5); }
  25% {
    transform: scale(0.5, 0.5); }
  30% {
    transform: scale(1.2, 1.2); }
  35% {
    transform: scale(0.9, 0.9); }
  40% {
    transform: scale(1, 1); }
  45% {
    transform: scale(1, 1); } }
/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * トップページCSS
 */
.mainv {
  background: url("../img/common/com-main-bg.jpg") no-repeat #44AA31;
  background-size: cover;
  padding: 20px 0 0px 0;
  margin-bottom: 5rem !important; }
  .mainv .mainv-title {
    line-height: 1.2;
    padding-left: 40px; }
    .mainv .mainv-title .mainv-title-lead {
      color: #F4C60D;
      line-height: 0;
      font-size: 18px; }
    .mainv .mainv-title .mainv-title-btn {
      max-width: 420px; }
    .mainv .mainv-title h1 {
      line-height: 1.2;
      margin-bottom: 20px;
      vertical-align: baseline; }
      .mainv .mainv-title h1 .mainv-title-name {
        font-size: 42px;
        font-weight: bolder;
        display: inline-block;
        vertical-align: baseline; }
      .mainv .mainv-title h1 .mainv-title-num {
        font-size: 55px;
        font-weight: bolder;
        color: #F4C60D;
        display: inline-block;
        vertical-align: baseline; }
      .mainv .mainv-title h1 .mainv-title-sub {
        font-size: 30px;
        font-weight: 400;
        color: #262829; }
  .mainv .mainv-image img {
    margin-bottom: -50px; }

@media only screen and (max-width: 768px) {
  .mainv {
    padding: 20px 10px;
    margin-bottom: 2rem !important; }
    .mainv .mainv-title {
      padding-left: 0px;
      text-align: center;
      padding: 0; }
      .mainv .mainv-title .mainv-title-lead {
        line-height: 1;
        font-size: 14px;
        margin: 0 0 5px 0; }
      .mainv .mainv-title .mainv-title-btn {
        width: 100%;
        margin: 0 auto 10px; }
        .mainv .mainv-title .mainv-title-btn a {
          font-size: 100%; }
      .mainv .mainv-title h1 {
        line-height: .8;
        margin-bottom: 20px;
        vertical-align: baseline; }
        .mainv .mainv-title h1 .mainv-title-name {
          font-size: 28px; }
        .mainv .mainv-title h1 .mainv-title-num {
          font-size: 30px;
          font-weight: bolder; }
        .mainv .mainv-title h1 .mainv-title-sub {
          font-size: 20px; }
    .mainv .mainv-image {
      margin-bottom: 10px;
      text-align: center; }
      .mainv .mainv-image img {
        width: 100%; } }
@media only screen and (max-width: 544px) {
  .mainv .mainv-image img {
    margin-bottom: 0;
    width: 80%; } }
.pickup-news {
  margin: 20px 0 30px; }
  .pickup-news .card-body {
    padding: 1rem 1rem 0 1rem; }

.row-banner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center; }

.banner {
  padding: 0 5px 10px;
  text-align: center; }
  .banner .banner-img {
    margin-bottom: 5px; }
  .banner .banner-title {
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 0; }
  .banner .banner-text {
    padding: 0px;
    margin-bottom: 0;
    font-size: 14px; }

.banner-1 .banner {
  width: 100%; }

.banner-2 .banner {
  width: 50%; }

.banner-3 .banner {
  width: 33.3%; }

.banner-4 .banner {
  width: 25%; }

.banner-5 .banner {
  width: 20%; }

.banner-6 .banner {
  width: 16.666%; }

@media only screen and (max-width: 768px) {
  .row-banner .banner {
    width: 50% !important; } }
@media only screen and (max-width: 544px) {
  .row-banner .banner {
    width: 100% !important; } }
.ctr {
  background: url("../img/common/com-main-bg.jpg") no-repeat #44AA31;
  background-size: cover;
  padding: 40px 0;
  z-index: 1;
  position: relative; }

@media only screen and (max-width: 768px) {
  .row-banner .banner {
    width: 50% !important; } }
/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * staff
 */
.staff-wrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }

.staff {
  display: flex;
  display: -webkit-flex;
  border: 1px solid #eee; }
  .staff .staff-picture {
    width: 30%;
    padding: 0 15px; }
    .staff .staff-picture .staff-pic {
      text-align: center;
      margin-bottom: 20px; }
      .staff .staff-picture .staff-pic img {
        vertical-align: top; }
  .staff .staff-contents {
    padding: 15px;
    width: 50%; }

.staff.larges {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0; }

.staff.mediums {
  width: 50%;
  padding: 20px 10px;
  margin: 0;
  flex-direction: column;
  width: 50%; }
  .staff.mediums .staff-picture {
    width: 100%;
    padding: 0 10px; }
    .staff.mediums .staff-picture .staff-pic {
      text-align: center;
      margin-bottom: 20px; }
      .staff.mediums .staff-picture .staff-pic img {
        vertical-align: top;
        max-width: 300px; }
  .staff.mediums .staff-contents {
    padding: 10px;
    width: 100%; }

.staff.smalls {
  padding: 20px 10px;
  margin: 0;
  flex-direction: column;
  width: 33.333%; }
  .staff.smalls .staff-picture {
    width: 100%;
    padding: 0 10px; }
    .staff.smalls .staff-picture .staff-pic {
      text-align: center;
      margin-bottom: 20px; }
      .staff.smalls .staff-picture .staff-pic img {
        vertical-align: top;
        max-width: 200px; }
  .staff.smalls .staff-contents {
    padding: 10px;
    width: 100%; }

@media only screen and (max-width: 768px) {
  .staff {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column; }
    .staff .staff-picture {
      width: 100%;
      padding: 10px; }
      .staff .staff-picture .staff-pic {
        text-align: center;
        margin-bottom: 10px; }
    .staff .staff-contents {
      padding: 10px;
      width: 100%; }

  .staff.mediums {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }
    .staff.mediums .staff-picture {
      padding: 0px; }
      .staff.mediums .staff-picture .staff-pic {
        margin-bottom: 0px; }

  .staff.smalls {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }
    .staff.smalls .staff-picture {
      padding: 0px; }
      .staff.smalls .staff-picture .staff-pic {
        margin-bottom: 0px; } }
/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * blog
 */
.article-header {
  padding: 0 0 20px 0; }
  .article-header p {
    margin: 0; }

@media (max-width: 767px) {
  #blog-content {
    font-size: 4vw; } }
.related {
  margin: 40px 0; }

.related ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.related li {
  border-bottom: 1px solid #f3f4f4;
  padding: 10px 0; }
  .related li .related-title::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 15px;
    margin-right: 0.1em;
    color: #8ebe32; }

.related li a {
  display: flex;
  color: #6F7579; }

.related a img {
  margin: 0px 10px 0 0;
  max-width: 100px;
  max-height: 100px;
  object-fit: cover; }

.single main blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555; }
.single main blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
  font-weight: 900; }
.single main blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7; }
.single main blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em; }
.single main ul {
  list-style: disc;
  padding-left: 1.5rem; }
.single main ol {
  list-style: decimal;
  padding-left: 1.5rem; }
.single main table {
  letter-spacing: .016em;
  width: 100%;
  margin: 0em 0 2em;
  border-collapse: collapse;
  line-height: 1.5;
  border-top: 1px solid #d8dadc; }
.single main th, .single main td {
  text-align: left;
  vertical-align: top;
  border: 0 none;
  border-bottom: 1px solid #d8dadc;
  background-color: #fff; }
.single main th {
  padding: 0.625em 1em;
  font-weight: bold;
  white-space: nowrap; }
.single main td {
  padding: 0.625em 1em; }
.single main td > ul, .single main td > ol {
  margin-top: 0;
  margin-bottom: 0; }
.single main td > ul > li:first-of-type, .single main td > ol > li:first-of-type {
  margin-top: 0; }
.single main td > ul > li:last-of-type, .single main td > ol > li:last-of-type {
  margin-bottom: 0; }
.single main td > p:first-of-type {
  margin-top: 0; }
.single main td > p:last-of-type {
  margin-bottom: 0; }
.single main tr:nth-child(odd) td, .single main tr:nth-child(odd) th {
  background-color: #fcfcfc; }
.single main thead > tr:nth-child(even) th, .single main thead > tr:nth-child(odd) th {
  background-color: #eee; }
.single main .alignnone {
  margin: 5px 20px 20px 0; }
.single main .aligncenter,
.single main div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }
.single main .alignright {
  float: right;
  margin: 5px 0 20px 20px; }
.single main .alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
.single main a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
.single main a img.alignnone {
  margin: 5px 20px 20px 0; }
.single main a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
.single main a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.single main .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
.single main .wp-caption.alignnone {
  margin: 5px 20px 20px 0; }
.single main .wp-caption.alignleft {
  margin: 5px 20px 20px 0; }
.single main .wp-caption.alignright {
  margin: 5px 0 20px 20px; }
.single main .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }
.single main .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.mce-edit-area blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555; }
.mce-edit-area blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
  font-weight: 900; }
.mce-edit-area blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7; }
.mce-edit-area blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em; }
.mce-edit-area ul {
  list-style: disc;
  padding-left: 1.5rem; }
.mce-edit-area ol {
  list-style: decimal;
  padding-left: 1.5rem; }
.mce-edit-area table {
  letter-spacing: .016em;
  width: 100%;
  margin: 0em 0 2em;
  border-collapse: collapse;
  line-height: 1.5;
  border-top: 1px solid #d8dadc; }
.mce-edit-area th, .mce-edit-area td {
  text-align: left;
  vertical-align: top;
  border: 0 none;
  border-bottom: 1px solid #d8dadc;
  background-color: #fff; }
.mce-edit-area th {
  padding: 0.625em 1em;
  font-weight: bold;
  white-space: nowrap; }
.mce-edit-area td {
  padding: 0.625em 1em; }
.mce-edit-area td > ul, .mce-edit-area td > ol {
  margin-top: 0;
  margin-bottom: 0; }
.mce-edit-area td > ul > li:first-of-type, .mce-edit-area td > ol > li:first-of-type {
  margin-top: 0; }
.mce-edit-area td > ul > li:last-of-type, .mce-edit-area td > ol > li:last-of-type {
  margin-bottom: 0; }
.mce-edit-area td > p:first-of-type {
  margin-top: 0; }
.mce-edit-area td > p:last-of-type {
  margin-bottom: 0; }
.mce-edit-area tr:nth-child(odd) td, .mce-edit-area tr:nth-child(odd) th {
  background-color: #fcfcfc; }
.mce-edit-area thead > tr:nth-child(even) th, .mce-edit-area thead > tr:nth-child(odd) th {
  background-color: #eee; }
.mce-edit-area .alignnone {
  margin: 5px 20px 20px 0; }
.mce-edit-area .aligncenter,
.mce-edit-area div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }
.mce-edit-area .alignright {
  float: right;
  margin: 5px 0 20px 20px; }
.mce-edit-area .alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
.mce-edit-area a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
.mce-edit-area a img.alignnone {
  margin: 5px 20px 20px 0; }
.mce-edit-area a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
.mce-edit-area a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.mce-edit-area .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
.mce-edit-area .wp-caption.alignnone {
  margin: 5px 20px 20px 0; }
.mce-edit-area .wp-caption.alignleft {
  margin: 5px 20px 20px 0; }
.mce-edit-area .wp-caption.alignright {
  margin: 5px 0 20px 20px; }
.mce-edit-area .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }
.mce-edit-area .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * エラーページで使うCSS
 */
.l-error {
  background: white;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .l-error .will {
    max-width: 200px;
    margin: 0 auto 20px; }
    .l-error .will img {
      width: 100%; }

/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * エディター
 */
#tinymce.mce-content-body {
  margin: 10px !important; }

/*!
 * 変数フォントサイズ
 */
/*!
 * 色変数
 */
/*!
 * 2カラム専用CSS
 */
.wrap-2col {
  justify-content: center;
  display: flex;
  flex-wrap: wrap; }
  .wrap-2col .l-header {
    width: 20%; }
  .wrap-2col .l-main {
    width: 80%; }
