@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* SLICK SLIDER
 * ----------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  max-width: 100%;
  min-height: 50px;
}

select::-ms-expand {
  display: none;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

table {
  display: table;
  width: 100%;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Lato", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.44444;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.ipad .trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center!important;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.wrapper {
  min-width: 1024px;
}

.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt30 {
  margin-top: 30px;
}

/* RESPONSIVE
 * ----------------------------------------------- */
.sm,
.sm-inline,
.sm-inline-block {
  display: none !important;
}

@media (max-width: 750px) {
  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  .sm-inline {
    display: inline !important;
  }

  .sm-inline-block {
    display: inline-block !important;
  }

  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  html {
    font-size: 13.33333vw;
  }

  body {
    font-size: 0.28rem;
    color: #4d4d4d;
  }
  body:not(.is-header-sticky) {
    padding-top: 65px !important;
  }
  body.is-header-sticky {
    padding-top: 50px !important;
  }

  a {
    color: #4d4d4d;
  }

  img {
    width: 100%;
  }

  .container {
    width: auto;
    min-width: 320px;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .container-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper {
    width: auto;
    min-width: 320px;
    margin: 0 auto;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.site-header {
  background: #fff;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.site-header.header-service {
  box-shadow: none;
}
.site-header.header-blog .header-logo {
  width: auto;
  padding: 10px 0;
}
.site-header.header-blog .header-logo .slogan {
  display: block;
  font-size: 11px;
  margin-bottom: 7px;
  color: #fff;
}
.site-header.header-blog .navbar-nav .menu a {
  color: white;
}
.site-header.header-blog .header-group-btn .widget {
  margin-bottom: 0;
  padding: 0;
}
.site-header.header-blog .header-group-btn .widget .input-search {
  border-color: white;
  color: white;
}
.site-header.header-blog .header-group-btn .widget .input-submit {
  background: none;
}
.site-header.header-blog {
  box-shadow: none !important;
}

.header-innner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header-logo {
  width: 180px;
}

.navbar-nav {
  margin-left: 30px;
  padding-left: 10px;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex: 1 0 0%;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}
.navbar-nav .menu > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 40px 12px;
}
.navbar-nav .menu a {
  display: block;
  color: #000;
}
.navbar-nav .submenu {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 9990;
  min-width: 712px;
  border-top: 5px solid #8cc323;
  left: -9999px;
  margin-top: 10px;
  padding: 25px;
  -moz-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
  opacity: 0;
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.header-group-btn a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px 5px;
  width: 120px;
  text-align: center;
  color: #fff;
}
.header-group-btn .btn-inquiry {
  background: #8cc323;
  border-color: #8cc323;
}
.header-group-btn .btn-inquiry:hover {
  color: #8cc323;
  background-color: #fff;
}
.header-group-btn .btn-trial {
  margin-left: 15px;
  background: #ff8017;
  border-color: #ff8017;
}
.header-group-btn .btn-trial:hover {
  color: #ff8017;
  background-color: #fff;
}

.btn-hamburger {
  z-index: 9999;
  width: 48px;
  height: 36px;
  cursor: pointer;
  padding: 8px;
  display: none;
  position: absolute;
  top: 50%;
  right: 4.6667%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-hamburger span {
  display: block;
  height: 3px;
  background: #8cc323;
  width: 100%;
  border-radius: 1px;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.btn-hamburger span + span {
  margin-top: 6px;
}

.menu-open .btn-hamburger span:nth-child(1) {
  -moz-transform: translate(0, 9px) rotate(135deg);
  -ms-transform: translate(0, 9px) rotate(135deg);
  -webkit-transform: translate(0, 9px) rotate(135deg);
  transform: translate(0, 9px) rotate(135deg);
}
.menu-open .btn-hamburger span:nth-child(3) {
  -moz-transform: translate(0, -9px) rotate(-135deg);
  -ms-transform: translate(0, -9px) rotate(-135deg);
  -webkit-transform: translate(0, -9px) rotate(-135deg);
  transform: translate(0, -9px) rotate(-135deg);
}
.menu-open .btn-hamburger span:nth-child(2) {
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.header-blog-upper {
  background: #fff;
}
.header-blog-logo {
  text-align: center;
  position: relative;
}
.header-blog-logo .slogan {
  display: block;
  color: #898989;
}
.logo-copyright a {
  font-size: 15px;
  font-weight: 500;
  color: #898989;
}

@media (min-width: 751px) {
  .site-header.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: visible;
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .header-blog-upper {
    padding: 30px 0;
  }
  .header-blog-logo .slogan {
    font-size: 16px;
    margin-top: 6px;
  }
  .logo-copyright {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .site-header.header-blog {
    width: 100%;
    top: 0;
    left: 0;
    padding: 22px 0;
    z-index: 9999;
    visibility: visible;
    background-color: #8CC323;
  }
  .site-header.header-fixed.header-blog {
    animation-name: none;
    -webkit-animation-name: none;
  }
  .header-blog .navbar-nav .menu > li {
    padding: 0;
    margin-right: 40px;
  }
  .header-blog .navbar-nav .menu > li:last-child {
    margin-right: 0;
  }
  .site-header.header-blog .navbar-nav .menu a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .navbar-nav {
    height: auto !important;
    display: inherit !important;
    margin-left: 0;
    padding-left: 0;
  }
  .navbar-nav .menu li:hover .submenu {
    left: 0;
    margin-top: 0;
    opacity: 1;
  }
  .navbar-nav .menu li:hover .submenu.sub-partners {
    left: -150px;
  }
  .navbar-nav .menu > li:hover > a {
    color: #8cc323;
    font-weight: bold;
  }

  .submenu {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .submenu.hidden-md {
    display: none !important;
  }
  .submenu a {
    display: inline-block;
    font-size: 12px;
    color: #656565;
  }
  .submenu a:hover {
    font-weight: bold;
  }
  .submenu .group-menu:first-child {
    width: 205px;
    border-right: 3px solid #f7f7f7;
  }
  .submenu .group-menu:first-child li {
    margin-bottom: 40px;
  }
  .submenu .group-menu:first-child li a:hover {
    font-weight: bold;
  }
  .submenu .group-menu:first-child li:last-child {
    margin-bottom: 0;
  }
  .submenu .group-menu:last-child {
    padding-left: 25px;
  }
  .submenu .group-menu:last-child li {
    margin-bottom: 15px;
  }
  .submenu .group-menu:last-child .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .submenu .group-menu-title {
    font-weight: bold;
    color: #8cc323;
    padding: 30px 0;
  }
  .submenu.sub-partners ul {
    padding: 30px 0;
    width: 100%;
  }
  .submenu.sub-partners ul li {
    width: 48%;
  }
  .submenu.sub-partners ul li a {
    display: inline-block;
    font-weight: bold;
    color: #8cc323;
    font-size: 14px;
  }
  .submenu.sub-partners ul li .desc {
    text-align: left;
    margin-top: 20px;
    line-height: 1.8;
  }

  .grid-sub ul {
    width: 210px;
  }

  .header-service .container {
    width: auto;
  }
  .header-service .header-innner {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 37px 0 38px;
    width: 712px;
    border-bottom: 1px solid #a5a5a5;
  }
  .header-service .navbar-nav {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
  }
}
@media (max-width: 750px) {
  .site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 65px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  }
  .site-header.header-blog {
    height: 50px;
  }
  .header-blog-upper {
    padding: 0 0 10px;
  }
  .header-blog-logo {
    position: static;
  }
  .header-blog-logo>img {
    width: 215px;
  }
  .header-blog-logo .slogan {
    font-size: 10px;
    margin-top: 9px;
  }
  .site-header.header-blog .header-logo {
    width: 240px;
    padding-top: 13px;
  }
  .site-header.header-blog .header-logo .slogan {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .site-header.header-blog .navbar-nav .menu a {
    color: #8CC323;
  }
  .site-header.header-blog .header-group-btn .widget .input-search {
    border-color: #8CC323;
    background: rgba(216, 216, 216, 0.34);
  }
  .header-logo {
    font-size: 14px;
    padding: 22px 0;
    width: 140px;
  }
  .logo-copyright {
    position: fixed;
    top: 17px;
    left: 20px;
    z-index: 999999;
    font-size: 10px;
  }
  .logo-copyright a {
    font-size: 1em;
  }
  .logo-copyright img {
    width: 80px;
    margin-left: 4px;
  }

  .header-innner {
    display: block;
  }

  .btn-hamburger {
    display: block;
  }

  .header-form .btn-hamburger {
    display: none !important;
  }

  .navbar-nav {
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    border-top: 2px solid #8cc323;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
  }
  .navbar-nav .menu > li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #b3b3b3;
  }
  .navbar-nav .menu > li > a {
    font-size: 21px;
    text-align: center;
    padding: 20px 10px;
  }
  .navbar-nav .parent > a {
    position: relative;
  }
  .navbar-nav .parent > a:after, .navbar-nav .parent > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.65rem;
    transform: translateY(-50%);
    background: #000;
  }
  .navbar-nav .parent > a:before {
    width: 2px;
    height: 17px;
    margin-right: 7px;
    transition: height 0.3s;
  }
  .navbar-nav .parent > a:after {
    height: 2px;
    width: 17px;
  }
  .navbar-nav .parent > a.active:before {
    height: 0;
  }
  .navbar-nav .parent > a.active:after {
    background: #fff;
  }

  .header-group-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 25px 0;
  }
  .header-group-btn a {
    padding: 9px 0;
    width: 40.5%;
    font-size: 14px;
    color: #fff !important;
    border-radius: 20px;
  }
  .header-group-btn .btn-trial {
    margin-left: 20px;
    background: #fbae17;
    border-color: #fbae17;
  }
  .header-group-btn .btn-inquiry {
    background: #8cc323;
  }

  .navbar-nav .menu .submenu {
    position: static;
    margin: 0;
    opacity: 1;
    display: none;
    box-shadow: none;
    border-top: 0;
    min-width: 0;
    padding: 20px;
  }
  .navbar-nav .menu .active {
    background: #8cc323;
    color: #fff;
  }

  .submenu .icon {
    display: inline-block;
    width: 20px;
    margin-right: 12px;
  }
  .submenu li {
    margin-bottom: 10px;
  }
  .submenu li:last-child {
    margin-bottom: 0;
  }
  .submenu a {
    font-size: 18px;
  }
  .submenu .group-menu {
    padding-left: 22%;
  }
  .submenu .group-menu li, .submenu .group-menu .group-menu-title {
    margin-bottom: 12px;
  }
  .submenu .group-menu > ul > li > a,
  .submenu .group-menu .group-menu-title {
    color: #000;
    font-weight: bold;
    font-size: 18px;
  }
  .submenu .group-menu ul ul a {
    color: #4d4d4d;
  }
}
.overlay {
  position: fixed;
  z-index: 9990;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.menu-open ~ .overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    transform: translateY(-101%);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    transform: translateY(-101%);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
.site-footer {
  background: #000;
  color: #fff;
}
.site-footer.footer-blog {
  padding-top: 40px;
}
.site-footer.footer-blog .footer-top ul {
  display: flex;
}
.site-footer.footer-blog .footer-top ul li {
  margin-right: 45px;
}
.site-footer a {
  color: #fff;
}

.footer-logo {
  padding: 40px 0;
  margin-bottom: 30px;
}

.footer-inner {
  padding-left: 40px;
  padding-bottom: 25px;
}

.group-foot-menu .block {
  width: 200px;
}
.group-foot-menu .block:last-child {
  width: 110px;
}
.group-foot-menu .lead {
  font-weight: bold;
  margin-bottom: 25px;
}
.group-foot-menu ul li {
  margin-bottom: 2px;
}
.group-foot-menu ul li a {
  display: inline-block;
  font-size: 12px;
}
.group-foot-menu .external-link li {
  margin-top: 12px;
}

.footer-bot {
  font-size: 12px;
}
.footer-bot .policy {
  border-bottom: 1px solid #b0b0b0;
  text-align: right;
  padding-bottom: 8px;
}
.footer-bot .policy a {
  display: inline-block;
  vertical-align: bottom;
}
.footer-bot .copyright {
  padding: 15px 0;
  text-align: center;
}
.footer-bot .icon-fb {
  margin-left: 10px;
}
.footer-bot .icon-fb:hover {
  background: url(../img/common/icon_fb_on.png) no-repeat 0 0;
  background-size: 100% auto;
}
.footer-bot .icon-fb:hover img {
  opacity: 0;
}

@media (min-width: 751px) {
  .site-footer {
    min-width: 960px;
  }

  .group-foot-menu .block .child {
    display: block !important;
  }
  .group-foot-menu ul li a:hover {
    font-weight: bold;
  }

  .footer-bot .policy a:hover {
    font-weight: bold;
  }
}
@media (max-width: 750px) {
  .site-footer.footer-blog {
    padding-top: 20px;
  }
  .site-footer.footer-blog .footer-bot {
    margin-top: 10px;
  }
  .site-footer.footer-blog .footer-top ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .site-footer.footer-blog .footer-top ul li {
    margin: 0;
  }
  .footer-inner {
    padding: 16px 0 0;
    border-bottom: 0;
  }

  .footer-logo {
    padding: 30px 0 0;
    margin-bottom: 0;
    text-align: center;
  }
  .footer-logo a {
    display: inline-block;
    width: 97px;
  }

  .group-foot-menu .block {
    width: auto !important;
    margin-bottom: 8px;
  }
  .group-foot-menu .block .lead {
    border-bottom: 1px solid #707070;
    font-size: 14px;
    padding: 8px 5px;
    margin-bottom: 0;
    background: url(../img/blog/ico_dropdown.png) no-repeat 98% center;
    background-size: 11px auto;
  }
  .group-foot-menu .block .lead.is-open {
    background-image: url(../img/blog/ico_dropup.png);
  }
  .group-foot-menu .block .lead.is-open + .child {
    margin-top: -1px;
  }
  .group-foot-menu .block .child {
    display: none;
    margin-left: -0.35rem;
    margin-right: -0.35rem;
    padding: 0.2rem 0.35rem;
    background: #4d4d4d;
  }
  .group-foot-menu .block .child li {
    margin-bottom: 4px;
  }
  .group-foot-menu .block .external-link li {
    margin-top: 0.12rem;
    width: 20.5%;
  }

  .footer-bot {
    margin-top: 30px;
  }
  .footer-bot .policy {
    text-align: left;
    border-bottom: 0;
  }
  .footer-bot .policy a {
    font-weight: bold;
  }
  .footer-bot .icon-fb {
    width: 10px;
  }
  .footer-bot .copyright {
    padding-top: 10px;
  }

  .footer-service {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 0.35rem 0;
    font-size: 0.24rem;
  }
}
strong {
  font-weight: bold;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.img-bl {
  display: block;
}

.svg-defs {
  display: none;
}

.underline {
  text-decoration: underline;
}

/* COMMON FLEX
 * ----------------------------------------------- */
@media (min-width: 751px) {
  .align-items-md-center {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .justify-content-md-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }

  .flex-md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .d-md-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .align-items-md-end {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .hidden-md {
    display: none !important;
  }
}
.d-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-items-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.justify-content-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-content-end {
  justify-content: flex-end;
}

/* COMMON TITLES
 * ----------------------------------------------- */
.sec-title {
  font-size: 28px;
  font-weight: 500;
  color: #4d4d4d;
  margin-bottom: 45px;
}

.sec-title01 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-title {
  background: #8cc323 url(../img/common/bg_page_ttl.png) no-repeat 0 100.5%;
  background-size: 100% auto;
  text-align: center;
  padding-bottom: 11.3%;
}
.page-title .ttl {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  padding: 60px 0 15px;
  text-transform: uppercase;
}
.page-title .no-uppercase {
  text-transform: none;
}

@media (max-width: 750px) {
  .sec-title {
    font-size: 0.42rem;
    text-align: center;
    margin-bottom: 0.45rem;
  }

  .sec-title01 {
    font-size: 0.36rem;
    margin-bottom: 0.67rem;
  }

  .page-title {
    background-image: url(../img/common/sp/bg_page_ttl.png);
    padding-bottom: 15.3%;
  }
  .page-title .ttl {
    text-transform: none;
    font-size: 20px;
    padding: 0.8rem 0 0;
    line-height: 1;
  }
}
/* COMMON BUTTON
 * ----------------------------------------------- */
.btn-default {
  background: #8cc323;
  color: #fff;
  padding: 5px;
  width: 180px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
}

.btn-primary {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  border: 1px solid #fff;
  color: #fff;
  background: #8cc323;
  padding: 8px 16px;
  border-radius: 20px;
  text-align: center;
}
.btn-primary:hover, .btn-primary.active {
  color: #8cc323;
  background: #fff;
}

@media (max-width: 750px) {
  .btn-default, .btn-primary {
    width: auto !important;
    min-width: 3.86rem;
  }

  .btn-default {
    font-size: 0.28rem;
    padding: 0.2rem 0.1rem;
    border-radius: 0.4rem;
  }
}
/* COMMON BREADCRUMB
 * ----------------------------------------------- */
.breadcrumb {
  margin-top: 10px;
  padding: 10px 0;
}
.breadcrumb li {
  padding-right: 10px;
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #808080;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  display: inline-block;
  color: #808080;
  border-bottom: 1px solid #808080;
}
.breadcrumb li br {
  display: none;
}
.breadcrumb li a:hover {
  border-bottom: 0;
}
.breadcrumb li:after {
  content: ">";
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.breadcrumb-blog {
  padding: 30px 0;
  margin-bottom: 20px;
}
.breadcrumb-blog li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #646464;
}
.breadcrumb-blog li + li:before {
  content: ">";
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb-blog li a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 750px) {
  .breadcrumb-blog {
    padding: 22px 0;
    margin-bottom: 40px;
    background: #e6e6e6;
    overflow-x: scroll;
  }
  .breadcrumb-blog::-webkit-scrollbar {
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
  }
  .breadcrumb-blog::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 2px;
  }
  .breadcrumb-blog li {
    display: inline;
    font-size: 12px;
    color: #4d4d4d;
  }
}
/* COMMON SIDEBAR
 * ----------------------------------------------- */
.sidebar {
  padding: 39px 32px;
}
.sidebar .logo-aside {
  margin-left: 14px;
}
.sidebar .box-aside {
  margin: 85px 0 0 10px;
}
.sidebar .list-category {
  font-size: 13px;
}
.sidebar .list-category .ttl-aside {
  font-weight: bold;
}
.sidebar .list-category .ttl-aside.current {
  color: #8cc323;
}
.sidebar .list-category .ttl-aside.current svg {
  fill: #8cc323;
}
.sidebar .list-category > li {
  margin-bottom: 13px;
}
.desktop .sidebar .list-category > li > a:hover {
  color: #8cc323;
}
.desktop .sidebar .list-category > li > a:hover svg {
  fill: #8cc323;
}
.sidebar .list-category .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 1px 4px 0 0;
}
.sidebar .subnav-category {
  margin: 13px 20px 0;
}
.sidebar .subnav-category li {
  margin-bottom: 14px;
}
.sidebar .subnav-category .txt {
  color: #4d4d4d;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.sidebar .subnav-category .txt:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.sidebar .subnav-category .txt.active {
  font-weight: bold;
}

@media (min-width: 751px) {
  .sidebar {
    min-height: 100%;
    position: relative;
    padding-bottom: 60px;
  }
  .sidebar .copyright {
    position: fixed;
    width: 270px;
    border-top: 1px solid #dddddd;
    background: #f7f7f7;
    text-align: center;
    color: #999999;
    margin-left: -32px;
    padding: 20px 0;
    bottom: 0;
  }

  .container-service {
    overflow: hidden;
    min-width: 1024px;
  }
  .container-service .wrapper-content {
    min-height: 100vh;
  }

  .wrapper-content {
    width: 1024px;
    margin: 0 auto;
    position: relative;
  }
  .wrapper-content:before {
    content: "";
    width: 2000px;
    right: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f7f7f7;
  }

  .content-body {
    padding-left: 280px;
  }
  .content-body .main-content {
    width: 712px;
    padding-bottom: 46px;
  }

  .content-side {
    position: fixed;
    left: auto;
    top: 0;
    width: 270px;
    z-index: 990;
    height: 100%;
    background: #f7f7f7;
    overflow: auto;
  }
  .content-side.side-sticky {
    top: 0;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .content-side {
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .main-content {
    padding-left: 0.19rem;
    padding-right: 0.19rem;
  }
}
/* COMMON PAGINATION
 * ----------------------------------------------- */
.pagination {
  text-align: center;
}
.pagination .page-numbers, .pagination .page-arrows {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 10px;
}
.pagination .page-numbers {
  width: 38px;
  height: 38px;
  border-radius: 19px;
  padding-top: 7px;
  background: #b0b0b0;
  color: #fff;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background: #8cc323;
}
.pagination .prev {
  margin-right: 15px;
}
.pagination .next {
  margin-left: 15px;
}

@media (max-width: 750px) {
  .pagination .page-numbers, .pagination .page-arrows {
    font-size: 0.32rem;
    margin: 0 0.16rem;
  }
  .pagination .page-numbers {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0.35rem;
    padding-top: 0.12rem;
  }
  .pagination .prev {
    margin-right: 0.38rem;
  }
  .pagination .next {
    margin-left: 0.38rem;
  }
}
.dropdown {
  position: relative;
}
.dropdown .dropdown-content {
  display: none;
}
.dropdown .dropdown-content.show {
  display: block;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane.current {
  display: block;
}

/* Animation scroll
 */
.fadeInLeft {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.fadeInRight {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.fadeInUp {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.js-inview {
  opacity: 0;
}
.js-inview.animated {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
}

/* PAGES
 * ----------------------------------------------- */
/* PAGE TOP
 * ----------------------------------------------- */
.main-kv {
  position: relative;
}
.main-kv .intro p {
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 10px;
}
.main-kv .block-news {
  position: absolute;
  z-index: 990;
  width: 100%;
  left: 0;
  bottom: 45px;
}
.main-kv .list-news {
  padding: 0 55px;
}
.main-kv .list-news a {
  color: #fff;
}
.main-kv .list-news .label, .main-kv .list-news .news-ttl {
  display: inline-block;
  vertical-align: middle;
}
.main-kv .list-news .label {
  line-height: 1;
  padding: 2px 12px;
  border-radius: 9px;
  margin-right: 12px;
  background: #8cc323;
  color: #fff;
  font-size : 14px;
}
.main-kv .list-news{
  font-size : 14px;
}

@media (min-width: 751px) {
  .main-kv {
    background: url(../img/top/img_kv.jpg) no-repeat center 0;
    background-size: cover;
  }
  .main-kv:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #4c5563;
    opacity: 0.6;
    mix-blend-mode: multiply;
  }
  .main-kv .list-news .news-ttl:hover {
    text-decoration: underline;
  }
}
.kv {
  position: relative;
  z-index: 990;
  padding-top: 130px;
  height: 500px;
}
.kv .note {
  position: absolute;
  right: 5px;
  top: 100%;
  margin-top: 3px;
  font-size: 12px;
}

.kv-title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.kv-title small {
  color: #8cc323;
}

.box-inline .box-ttl {
  font-size: 32px;
  line-height: 1.8;
}
.box-inline .desc p {
  margin-top: 1.7em;
  line-height: 1.8;
}
.box-inline .desc .small {
  font-size: 0.75em;
}

.about-main-top {
  background: #f7f7f7;
  padding: 130px 0 210px;
}
.about-main-top .btn-default {
  margin-top: 50px;
}
.about-main-top .lines .line {
  transition: all 0.3s;
  transition-delay: 0.5s;
  stroke-dasharray: 100, 200;
  stroke-dashoffset: 100;
}
.about-main-top .lines .line:nth-child(7), .about-main-top .lines .line:nth-child(8) {
  stroke-dashoffset: -100;
}
.about-main-top .icon-folder, .about-main-top .icon-envelope, .about-main-top .icon-desktop, .about-main-top .icon-stacks, .about-main-top .icon-contacts, .about-main-top .icon-global, .about-main-top .icon-lock, .about-main-top .icon-calendar {
  opacity: 0;
  transition: opacity 0.3s;
}
.about-main-top .animated .lines line {
  stroke-dasharray: 100, 0;
}
.about-main-top .animated .icon-folder, .about-main-top .animated .icon-envelope, .about-main-top .animated .icon-desktop, .about-main-top .animated .icon-stacks, .about-main-top .animated .icon-contacts, .about-main-top .animated .icon-global, .about-main-top .animated .icon-lock, .about-main-top .animated .icon-calendar {
  opacity: 1;
}
.about-main-top .animated .icon-folder {
  transition-delay: 0.9s;
}
.about-main-top .animated .icon-envelope {
  transition-delay: 1s;
}
.about-main-top .animated .icon-desktop {
  transition-delay: 1.1s;
}
.about-main-top .animated .icon-stacks {
  transition-delay: 1.2s;
}
.about-main-top .animated .icon-contacts {
  transition-delay: 1.3s;
}
.about-main-top .animated .icon-global {
  transition-delay: 1.4s;
}
.about-main-top .animated .icon-lock {
  transition-delay: 1.5s;
}
.about-main-top .animated .icon-calendar {
  transition-delay: 1.6s;
}

.about-main-bottom {
  background: #fff url(../img/top/bg_rectangle01.png) no-repeat 0 0;
  background-size: 100% auto;
}
.about-main-bottom .about-ttl {
  color: #009ed2;
  font-size: 28px;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  z-index: 9;
  margin-bottom: -50px;
  margin-left: 30px;
}
.about-main-bottom .about-ct {
  padding: 0 20px 20px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: -2px 4px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 4px 10px -2px rgba(0, 0, 0, 0.2);
}
.about-main-bottom .about-ct .thumb {
  width: 105px;
  padding: 0 10px;
}
.about-main-bottom .about-ct .txt {
  -ms-flex: 1 0 0%;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
  line-height: 1.2;
}
.about-main-bottom .box-img li {
  width: 25%;
  text-align: center;
}

.moconavi-trial {
  background: #8cc323 url(../img/top/bg_rectangle02.png) no-repeat 0 0;
  background-size: 100% auto;
  color: #fff;
  margin: 145px 0 0;
  padding-top: 7.85%;
}
.moconavi-trial .d-md-flex {
  padding: 50px 0;
}
.moconavi-trial .ptitle {
  font-size: 24px;
  line-height: 1.6;
}
.moconavi-trial .ptitle strong {
  font-weight: bold;
}
.moconavi-trial .btn-primary {
  width: 160px;
  margin-left: 30px;
}
.moconavi-trial .btn-primary:first-child {
  margin-left: 0;
}
.moconavi-trial .link-txt {
  text-align: center;
  margin-top: 25px;
}
.moconavi-trial .link-txt a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.moconavi-trial .link-txt a:hover {
  text-decoration: underline;
}
.moconavi-trial .link-txt a:last-child {
  margin-left: 100px;
  margin-top: 5px;
}

.sec-news-release {
  background: url(../img/top/bg_rectangle03.png) no-repeat 0 0;
  background-size: 100% auto;
  padding-top: 6%;
}
.sec-news-release .sec-title {
  margin-left: -10px;
}
.sec-news-release .sec-title:after {
  content: "...";
  color: #80892f;
  display: inline-block;
  margin-left: 4px;
}
.sec-news-release .news-container {
  padding: 80px 90px;
}
.sec-news-release .news-item {
  font-size: 12px;
  margin-bottom: 22px;
}
.sec-news-release .news-item .entry-meta {
  font-weight: bold;
  color: #8cc323;
  margin-bottom: 8px;
}
.sec-news-release .news-item a:hover {
  text-decoration: underline;
}
.sec-news-release .txt-link {
  padding-right: 70px;
  padding-top: 20px;
}
.sec-news-release .txt-link a {
  display: inline-block;
  font-size: 12px;
}
.sec-news-release .txt-link a:first-child {
  margin-right: 30px;
  margin-bottom: 8px;
}
.sec-news-release .txt-link a:hover {
  text-decoration: underline;
}

.section-top-contact {
  color: #000;
}
.section-top-contact .contact-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.section-top-contact .contact-ttl strong {
  font-size: 1.125em;
}
.section-top-contact .lead {
  font-size: 17px;
  margin-bottom: 30px;
}
.section-top-contact .contact-tel {
  font-weight: bold;
  background: url('../img/top/ico_tel.svg') no-repeat left center;
}
.section-top-contact .contact-form-btn a {
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  background: #87CB22;
  border: 2px solid #87CB22;
  border-radius: 50px;
  text-align: center;
}

.media-coverage {
  padding: 70px 0 110px;
}
.media-coverage .list-banner li {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 35px 0;
}

@media (min-width: 751px) {
  .about-main-top .box-inline {
    padding: 0 50px;
  }
  .about-main-top .box-txt {
    width: 460px;
  }
  .about-main-top .box-img {
    margin-right: 25px;
  }

  .about-main-bottom .mobile-work .box-txt {
    width: 645px;
    padding-left: 20px;
  }
  .about-main-bottom .mobile-work .box-txt .box-ttl {
    margin-bottom: 45px;
  }
  .about-main-bottom .mobile-work .box-txt .desc {
    margin-bottom: 60px;
  }
  .about-main-bottom .mobile-work .box-txt .btn {
    margin-right: 80px;
  }
  .about-main-bottom .mobile-work .box-img {
    width: 315px;
    padding-left: 50px;
    margin-top: -30px;
  }
  .about-main-bottom .partners {
    padding: 0 35px;
    margin-top: 140px;
  }
  .about-main-bottom .partners .box-txt {
    width: 340px;
    padding-top: 10px;
  }
  .about-main-bottom .partners .box-txt .desc {
    padding-right: 50px;
  }
  .about-main-bottom .partners .box-txt p {
    margin-top: 1em;
    line-height: 1.2;
  }
  .about-main-bottom .partners .box-txt .btn {
    margin-right: 35px;
  }
  .about-main-bottom .partners .box-img {
    width: 537px;
  }
  .about-main-bottom .partners .box-ttl .small {
    font-size: 0.328em;
  }
  .about-main-bottom .partners .btn-default {
    margin-top: 40px;
  }
  .about-main-bottom .about-ct {
    height: 157px;
  }

  .about-grid {
    margin-top: 150px;
  }
  .about-grid .col {
    display: block;
    width: 420px;
    margin: 0 25px;
  }

  .moconavi-trial .ptitle {
    width: 55%;
    padding-left: 75px;
    margin-top: -10px;
  }
  .moconavi-trial .box-link {
    width: 38%;
    text-align: right;
  }

  .news-container .news-featured {
    width: 390px;
    padding-right: 80px;
  }
  .news-container .news-featured .thumb {
    margin-bottom: 10px;
  }
  .news-container .news-featured .thumb img {
    width: 100% !important;
  }
  .news-container .news-ct {
    width: 360px;
  }

  .section-top-contact {
    padding-top: 60px;
    margin-bottom: 40px;
  }
  .section-top-contact .container {
    padding: 40px;
  }
  .section-top-contact .contact-tel {
    background-size: 80px;
    padding: 7px 0 7px 95px;
    min-height: 80px;
  }
  .section-top-contact .tel-number {
    font-size: 40px;
  }
  .section-top-contact .time-work {
    font-size: 18px;
  }
  .section-top-contact .contact-form-btn a {
    font-size: 25px;
    padding: 17px;
    margin-left: 50px;
    width: 270px;
  }
  .section-top-contact .contact-form-btn a:hover {
    background-color: #fff;
    color: #87CB22;
  }

  .media-coverage .sec-title {
    font-size: 24px;
  }
}
@media (max-width: 750px) {
  .main-kv {
    background: none;
  }
  .main-kv .kv {
    padding: 0.75rem 0;
    height: auto;
    background: url(../img/top/img_kv.jpg) no-repeat center 0;
    background-size: cover;
    position: relative;
  }
  .main-kv .kv:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #4c5563;
    opacity: 0.6;
    mix-blend-mode: multiply;
  }
  .main-kv .kv .note {
    right: 0.3rem;
    top: auto;
    margin-top: 0;
    font-size: 9px;
    bottom: 5px;
    color: #fff;
  }
  .main-kv .kv-title {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }
  .main-kv .kv-inner {
    position: relative;
    z-index: 9;
  }
  .main-kv .intro {
    padding: 0 3%;
  }
  .main-kv .intro .thumb {
    width: 12%;
  }
  .main-kv .intro p {
    font-size: 0.21rem;
    letter-spacing: -0.05em;
    width: 88%;
    padding-left: 1%;
  }
  .main-kv .block-news {
    position: static;
  }
  .main-kv .block-news .list-news {
    padding: 4.66667%;
  }
  .main-kv .block-news a {
    color: #000;
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
    align-items: start;
    font-size: 0.24rem;
  }
  .main-kv .block-news .label {
    width: 15%;
    text-align: center;
    margin: 0.08rem 0 0;
    padding: 0.04rem 0;
    border-radius: 0.1rem;
  }
  .main-kv .block-news .news-ttl {
    width: 85%;
    padding-left: 2%;
    line-height: 1.8;
    font-size: 0.24rem;
  }

  .box-inline .box-ttl {
    font-size: 0.42rem;
    margin-bottom: 0.25rem;
  }
  .box-inline .desc p {
    margin-top: 0;
    line-height: 1.8;
  }

  .about-main-top {
    padding: 15% 0 0;
    margin-bottom: -8%;
  }
  .about-main-top .box-img {
    width: 58%;
    margin: 0.1rem auto 0;
  }
  .about-main-top .box-img svg {
    width: 100%;
  }
  .about-main-top .btn-default {
    margin-top: 0.5rem;
  }

  .about-main-bottom {
    background-image: url(../img/top/sp/bg_rectangle01.png);
    padding-top: 39%;
  }
  .about-main-bottom .mobile-work {
    margin-bottom: 1.2rem;
  }
  .about-main-bottom .mobile-work .box-img {
    width: 44%;
    margin: 8% auto;
  }
  .about-main-bottom .about-grid .col {
    display: block;
    margin-bottom: 1.4rem;
  }
  .about-main-bottom .about-grid .about-ttl {
    font-size: 0.42rem;
    margin-bottom: -0.7rem;
    margin-left: 0.5rem;
  }
  .about-main-bottom .about-grid .about-ct {
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.15);
    padding: 1rem 0.25rem 0.4rem;
  }
  .about-main-bottom .about-grid .about-ct .thumb {
    width: 24%;
    padding: 0;
  }
  .about-main-bottom .about-grid .about-ct .txt {
    width: 76%;
    padding-left: 5%;
    line-height: 1.75;
    color: #000;
  }
  .about-main-bottom .partners {
    margin-top: -0.2rem;
  }
  .about-main-bottom .partners .box-txt {
    padding: 0 8%;
    margin-bottom: 0.5rem;
    color: #000;
  }
  .about-main-bottom .partners .box-ttl {
    text-align: center;
  }
  .about-main-bottom .partners .box-img {
    margin-bottom: 0.85rem;
  }

  .moconavi-trial {
    background-image: url(../img/top/sp/bg_rectangle02.png);
    padding-top: 17.85%;
    margin-top: 15%;
  }
  .moconavi-trial .d-md-flex {
    padding: 0.85rem 0 0.35rem;
  }
  .moconavi-trial .ptitle {
    font-size: 0.4rem;
    margin: 0 -0.15rem;
  }
  .moconavi-trial .box-link {
    margin-top: 0.4rem;
  }
  .moconavi-trial .box-link .btn-primary:nth-child(2) {
    margin: 0.3rem 0 0;
  }
  .moconavi-trial .link-txt {
    margin-top: 0.5rem;
  }
  .moconavi-trial .link-txt a {
    font-size: 0.24rem;
  }

  .sec-news-release {
    background-image: url(../img/top/sp/bg_rectangle03.png);
    padding-top: 14%;
    margin-bottom: 14%;
  }
  .sec-news-release .news-container {
    padding: 0.3rem 0 0;
  }
  .sec-news-release .sec-title {
    margin-left: 0;
  }
  .sec-news-release .sec-title:after {
    display: none;
  }
  .sec-news-release .news-item {
    font-size: 0.24rem;
    margin-bottom: 0.5rem;
  }
  .sec-news-release .news-item .thumb {
    margin-bottom: 0.6rem;
  }
  .sec-news-release .news-item .entry-meta {
    margin-bottom: 0.18rem;
  }
  .sec-news-release .txt-link {
    padding-right: 0;
    padding-top: 0.2rem;
  }
  .sec-news-release .txt-link a {
    font-size: 0.24rem;
  }
  .sec-news-release .txt-link a:first-child {
    margin: 0 0.2rem 0 0;
  }

  .section-top-contact {
    padding: 0.8rem .35rem 0;
    margin-bottom: 0;
  }
  .section-top-contact .container {
    padding: 0.4rem;
    min-width: 0;
  }
  .section-top-contact .contact-ttl {
    font-size: .4rem;
    margin-bottom: .4rem;
  }
  .section-top-contact .lead {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .section-top-contact .group-contact {
    text-align: center;
  }
  .section-top-contact .contact-tel {
    display: inline-block;
    background-size: 1rem;
    padding: 0 0 0 1.2rem;
  }
  .section-top-contact .tel-number {
    font-size: 0.56rem;
    line-height: 1.333;
    position: relative;
    top: -0.1em;
  }
  .section-top-contact .contact-form-btn a {
    font-size: 0.4rem;
    padding: 0.25rem 0;
    margin-top: 0.3rem;
  }

  .media-coverage {
    padding: 10% 0 8%;
  }
  .media-coverage .list-banner li {
    margin: 0 0.25rem 0.55rem;
  }
}
/* PAGE SERVICE
 * ----------------------------------------------- */
.sec-service-keyv {
  position: relative;
  border-bottom: 1px solid #a5a5a5;
}
.sec-service-keyv .ttl {
  position: absolute;
  line-height: 1.2;
  font-size: 32px;
  margin: 36px 0 0 40px;
}
.sec-service-keyv .ttl span {
  margin-right: 4px;
  color: #8cc323;
  font-weight: bold;
}

.ttl-service {
  color: #8cc323;
  font-size: 28px;
  line-height: 1.75;
  text-align: center;
}

.sec-service-platform {
  background: url(../img/service/icon_platform.png) no-repeat right 24px top 37px;
  padding-top: 36px;
}
.sec-service-platform .desc {
  margin: 0 0 16px 77px;
  line-height: 1.2;
}
.sec-service-platform .desc .ttl-service {
  margin-bottom: 20px;
}
.sec-service-platform .desc p + p {
  margin-top: 19px;
}
.sec-service-platform .thumb {
  margin-right: -3px;
  text-align: right;
}

.sec-service-security {
  background: url(../img/service/icon_security.png) no-repeat right 44px top 88px;
  padding-top: 22px;
}
.sec-service-security .desc {
  margin: 0 0 52px 54px;
  line-height: 2.21;
}
.sec-service-security .desc .ttl-service {
  margin-bottom: 33px;
}
.sec-service-security .note-evaluate {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 9px;
}

.sec-service-rank {
  background: url(../img/service/icon_chart.png) no-repeat right 30px top 33px;
  margin: 75px 0 101px;
}
.sec-service-rank .ttl-service > * {
  display: inline-block;
}
.sec-service-rank .ttl-service .icon {
  margin-right: 10px;
}
.sec-service-rank .ttl-service .txt {
  width: 62%;
  text-align: left;
}
.sec-service-rank .desc {
  margin: 25px 0 17px 86px;
  line-height: 2.45;
}
.sec-service-rank .btn-default {
  width: 250px;
}

@media (min-width: 751px) {
  .sec-service-rank .text-center {
    margin-left: 86px;
  }
}
.wrap-table-box {
  border: 1px solid #8cc323;
  margin-left: 15px;
}

.table-box thead th {
  padding: 19px 4px 23px;
  background: #8cc323;
  color: #fff;
  border-right: 1px solid #fff;
  text-align: center;
}
.table-box thead th:last-child {
  border-right: none;
}
.table-box thead th.col01 {
  width: 125px;
}
.table-box thead th.col02 {
  width: 92px;
  font-size: 12px;
  padding-top: 29px;
  padding-bottom: 19px;
}
.table-box thead th.col03 {
  border-bottom: 1px solid #fff;
}
.table-box tbody tr:last-child th,
.table-box tbody tr:last-child td {
  border-bottom: none;
}
.table-box tbody th {
  border-bottom: 1px solid #8cc323;
  border-right: 1px solid #8cc323;
  color: #4d4d4d;
  text-align: center;
}
.table-box tbody th .img-bl {
  margin: 20px auto 10px;
}
.table-box tbody td {
  border-bottom: 1px solid #8cc323;
  border-right: 1px solid #8cc323;
  padding: 16px 5px 13px;
  text-align: center;
}
.table-box tbody .mark01 {
  font-size: 24px;
}
.table-box tbody .mark02 {
  font-size: 22px;
}

.panel-heading {
  border-bottom: 1px solid #a5a5a5;
  padding: 35px 40px;
}
.panel-heading .ttl-panel .icon, .panel-heading .ttl-panel .txt {
  display: inline-block;
  vertical-align: middle;
}
.panel-heading .ttl-panel .icon {
  margin-right: 2px;
  width: 40px;
  text-align: center;
}
.panel-heading .ttl-panel .icon svg {
  display: inline-block;
  vertical-align: middle;
}
.panel-heading .ttl-panel .txt {
  font-size: 28px;
  max-width: 95%;
}

.panel-body {
  padding: 59px 0 62px 40px;
}
.panel-body.pb0 {
  padding-bottom: 0;
}
.panel-body .pane-title {
  font-size: 1.143em;
  line-height: 1.25;
  margin-bottom: 15px;
}
.panel-body p, .panel-body ul {
  margin-bottom: 16px;
  line-height: 1.25;
  word-break: break-all;
}
.panel-body p:last-child {
  margin-bottom: 0;
}
.panel-body .pane-ct {
  margin-top: 70px;
}
.panel-body .box-requirement {
  margin-top: 60px;
}
.panel-body .list-links {
  padding: 30px 50px 30px 0;
}
.panel-body .list-links a {
  text-decoration: underline;
  color: #000;
}

.thumb-cloud {
  margin-top: 30px;
}
.thumb-cloud.last {
  margin-bottom: 100px;
}

.card-inline {
  margin-bottom: 30px;
}

.box-app {
  margin: 50px 0 90px;
}
.box-app .ttl {
  font-size: 28px;
  color: #8cc323;
  margin-bottom: 10px;
}
.box-app p {
  line-height: 1.25;
}

.sec-service-content .thumb-mobie {
  margin-top: 32px;
  margin-right: 38px;
}

/* FC adding */

.group-pane {
  margin-bottom: 40px;
}
.section-service-faq .group-pane {
  margin-bottom: 15px;
}
.group-pane .group-ttl {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  position: relative;
  margin-bottom: 35px;
  padding: 2px 0 2px 30px;
}
.group-pane .group-ttl:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  left: 0;
  top: 0;
  background: #89C823;
}

.gpane {
  margin-bottom: 20px;
}

.section-service-faq {
  overflow: hidden;
}
.section-service-faq .breadcrumb a,
.section-service-faq .breadcrumb li {
  color: #000;
}
.section-service-faq .page-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../img/service/bg_page_ttl.png') repeat-x 0 0;
  background-size: auto 100%;
  text-align: center;
}
.section-service-faq .page-heading:before,
.section-service-faq .page-heading:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}
.section-service-faq .page-heading:before {
  background-position: center bottom;
  bottom: 100%;
}
.section-service-faq .page-heading:after {
  background-position: center top;
  top: 100%;
}
.section-service-faq .page-heading .ttl {
  font-weight: bold;
  color: #fff;
}
.section-service-faq .text-ins {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.section-service-faq .faq-nav {
  border-right: 1px solid #ddd;
}
.section-service-faq .faq-nav li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.section-service-faq .faq-nav a {
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  padding: 14px 10px;
}
.section-service-faq .faq-nav a:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #8AC623;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 15px;
}
.list-faq .link-btn {
  text-align: center;
  margin-top: 30px;
}
.list-faq .link-btn a {
  display: inline-block;
  font-size: 19px;
  color: #fff !important;
  background: #8cc323;
  min-width: 230px;
  border-radius: 3px;
  padding: 5px;
  transition: all 0.25s;
}
.list-faq .link-btn a:hover {
  opacity: .7;
}


@media print, (min-width: 751px) {
  .section-service-faq {
    padding: 60px 0 100px;
  }
  .section-service-faq .faq-content {
    padding: 30px 8px 0;
    margin-bottom: 80px;
  }
  .section-service-faq .faq-content + .pane-footer {
    margin-bottom: 80px;
  }
  .section-service-faq .page-heading {
    height: 195px;
    margin-bottom: 30px;
  }
  .section-service-faq .page-heading:before {
    background-image: url('../img/service/bg_page_ttl_before.png');
    height: 60px;
  }
  .section-service-faq .page-heading:after {
    background-image: url('../img/service/bg_page_ttl_after.png');
    height: 48px;
  }
  .section-service-faq .page-heading .ttl {
    font-size: 42px;
  }
  .section-service-faq .faq-nav {
    margin-bottom: 40px;
  }
  .section-service-faq .faq-nav li {
    min-width: 225px;
  }
  .section-service-faq .faq-nav li:last-child {
    flex: 1 0 0%;
  }
  .section-service-faq .group-pane {
    padding: 40px 0;
  }
  .section-service-faq .try-block {
    padding-top: 100px;
  }
  .section-service-faq .content-try {
    width: auto !important;
  }
  .section-service-faq .try-block .item {
    height: auto;
    display: block;
    text-align: center;
  }
  .section-service-faq .try-block .link-try,
  .section-service-faq .try-block .desc {
    display: inline-block;
    vertical-align: middle;
  }
  .section-service-faq .try-block .link-try {
    width: auto;
    margin-top: 0;
  }
  .section-service-faq .try-block .link-try a {
    width: 210px;
    height: 42px;
    font-size: 18px;
  }
  .section-service-faq .try-block .desc {
    font-size: 24px;
    line-height: 2;
    width: auto;
    text-align: left;
    margin-right: 50px;
  }
}

@media print, (min-width: 1521px) {
  .section-service-faq .page-heading:before,
  .section-service-faq .page-heading:after {
    background-size: 100% auto;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-service-faq .faq-nav a {
    padding: 16px 10px 12px;
  }
  .group-pane .group-ttl {
    padding: 4px 0 0 30px;
  }
  .list-faq .label {
    background-size: 21px 12px;
  }
}

.section-service-faq .list-faq {
  border-bottom: 1px solid #ddd;
}
.list-faq .label {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 25px 60px 25px 35px;
  line-height: 1.65;
  cursor: pointer;
  border-top: 1px solid #ddd;
  background: url('../img/common/arrow_down.svg') no-repeat right 25px center;
}
.list-faq .label.is-open {
  background-image: url('../img/common/arrow_up.svg');
}

.list-faq .child {
  padding: 10px 35px 35px;
  line-height: 2;
  display: none;
  font-size: 18px;
}
.list-faq .child p {
  margin: 0;
}
.list-faq .child a {
  color: #8cc323;
  transition: all 0.25s;
}
.list-faq .child a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 750px) {
  .section-service-faq {
    padding-top: 10%;
    color: #000;
  }
  .section-service-faq .page-heading {
    height: 118px;
    margin-bottom: 35px;
  }
  .section-service-faq .page-heading .ttl {
    font-size: 30px;
  }
  .section-service-faq .page-heading:before {
    background-image: url('../img/service/sp/bg_page_ttl_before.png');
    height: 50px;
  }
  .section-service-faq .page-heading:after {
    background-image: url('../img/service/sp/bg_page_ttl_after.png');
    height: 38px;
  }
  .section-service-faq .faq-content {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .section-service-faq .text-ins {
    font-size: 13px;
    margin-bottom: 40px;
  }
  .section-service-faq .faq-nav li {
    border-top: 0;
  }
  .section-service-faq .faq-nav a {
    text-align: left;
    font-size: 15px;
    padding: 12px 15px;
    font-weight: normal;
  }
  .section-service-faq .faq-nav a:after {
    display: none;
  }
  .dropdown-container .dropdown-btn {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid #b5b5b5;
    font-weight: bold;
    position: relative;
    font-size: 15px;
    padding: 15px;
  }
  .dropdown-container {
    position: relative;
  }
  .dropdown-container .dropdown-btn:after {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #8AC623;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
  }
  .dropdown-container .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 990;
  }
  .dropdown-container .dropdown-content.show {
    display: block;
  }
  .section-service-faq .group-pane {
    margin: 20px 0 0;
    padding: 20px 0;
  }
  .group-pane .group-ttl {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 1px 0 1px 16px;
  }
  .group-pane .group-ttl:before {
    width: 10px;
  }
  .list-faq .label {
    font-size: 14px;
    padding: 15px 30px 15px 15px;
    background-position: right 15px center;
    background-size: 12px auto;
  }
  .list-faq .child {
    padding: 10px 0 30px;
    line-height: 1.6;
    font-size: 14px;
  }
  .list-faq .link-btn a {
    font-size: 1em;
    padding: 9px;
  }
}
/* FC end */

.pane-footer {
  padding: 20px 0;
}
.pane-footer .inner {
  display: inline-block;
  text-align: left;
}
.pane-footer .icon, .pane-footer .txt {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.pane-footer .icon {
  width: 100px;
  margin-right: 100px;
}
.pane-footer .icon img {
  width: 100%;
}
.pane-footer .txt {
  font-size: 20px;
}
.pane-footer .txt br {
  display: none;
}
.pane-footer a {
  color: #8cc323;
  text-decoration: underline;
}

.cooperate-mobie .underline {
  text-decoration: underline;
}

.image-lr img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 751px) {
  .card-inline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-inline .card-txt {
    width: 52%;
    letter-spacing: -0.025em;
    padding-right: 20px;
  }
  .card-inline .card-img {
    margin-top: 3px;
    width: 48%;
  }
  .card-inline .card-img img {
    width: 100% !important;
  }

  .box-app .thumb {
    width: 260px;
  }
  .box-app .info {
    width: 412px;
    padding-left: 5px;
  }
}
@media (max-width: 750px) {
  .sec-service-keyv .ttl {
    line-height: 1.75;
    font-size: 0.42rem;
    margin: 0.28rem 0 0 0.1rem;
  }
  .sec-service-keyv .ttl span {
    margin-right: 0.04rem;
  }

  .ttl-service {
    font-size: 0.42rem;
  }

  .sec-service-platform {
    background-position: right 0.14rem top 1.78rem;
    -moz-background-size: auto 2.22rem;
    -o-background-size: auto 2.22rem;
    -webkit-background-size: auto 2.22rem;
    background-size: auto 2.22rem;
    padding-top: 0.46rem;
  }
  .sec-service-platform .desc {
    font-size: 0.28rem;
    margin: 0 0 0.82rem 0.16rem;
    line-height: 1.75;
    color: #4d4d4d;
  }
  .sec-service-platform .desc .ttl-service {
    margin-bottom: 0.6rem;
  }
  .sec-service-platform .desc p + p {
    margin-top: 0.04rem;
  }
  .sec-service-platform .thumb {
    margin: 0 0.13rem;
    text-align: center;
  }

  .sec-service-security {
    background-position: right 0.44rem top 2.3rem;
    -moz-background-size: auto 1.36rem;
    -o-background-size: auto 1.36rem;
    -webkit-background-size: auto 1.36rem;
    background-size: auto 1.36rem;
    padding-top: 0.92rem;
  }
  .sec-service-security .ttl-service {
    letter-spacing: -0.03em;
  }
  .sec-service-security .desc {
    color: #4d4d4d;
    margin: 0 0.15rem 0.88rem;
    font-size: 0.28rem;
    line-height: 1.77;
  }
  .sec-service-security .desc .ttl-service {
    margin-bottom: 0.5rem;
  }
  .sec-service-security .note-evaluate {
    font-size: 0.18rem;
    line-height: 1.2;
    margin: 0.19rem 0.14rem 0 0;
  }

  .sec-service-rank {
    background-position: right 0.3rem top 1.46rem;
    -moz-background-size: auto 1.6rem;
    -o-background-size: auto 1.6rem;
    -webkit-background-size: auto 1.6rem;
    background-size: auto 1.6rem;
    margin: 1.18rem 0 0.79rem;
  }
  .sec-service-rank .ttl-service {
    margin-left: 0.3rem;
    line-height: 1.2;
  }
  .sec-service-rank .ttl-service > * {
    vertical-align: middle;
  }
  .sec-service-rank .ttl-service .icon {
    margin-right: 0.2rem;
    width: 1.62rem;
  }
  .sec-service-rank .ttl-service .txt {
    margin-top: 0.2rem;
    line-height: 1.2;
  }
  .sec-service-rank .ttl-service .dp {
    display: none;
  }
  .sec-service-rank .desc {
    color: #4d4d4d;
    margin: 0.54rem 0 0.7rem 0.14rem;
    font-size: 0.28rem;
    line-height: 1.77;
    letter-spacing: -0.02em;
  }
  .sec-service-rank .btn-default {
    width: 3.86rem;
  }
  .sec-service-rank .note {
    margin-top: 0.15rem;
    color: #4d4d4d;
    font-size: 0.16rem;
  }

  .wrap-table-box {
    margin-left: 0.11rem;
    overflow-x: scroll;
    width: 101%;
  }
  .wrap-table-box::-webkit-scrollbar {
    height: 8px;
    -webkit-appearance: none;
    appearance: none;
  }
  .wrap-table-box::-webkit-scrollbar-thumb {
    background: #e6e6e6;
    border-radius: 4px;
  }
  .wrap-table-box .table-box th,
  .wrap-table-box .table-box td {
    white-space: nowrap;
  }
  .wrap-table-box .table-box thead th {
    padding: 0.36rem 0.1rem 0.44rem;
    font-size: 0.25rem;
  }
  .wrap-table-box .table-box thead th.col01 {
    min-width: 2.3rem;
    width: 2.3rem;
  }
  .wrap-table-box .table-box thead th.col02 {
    min-width: 1.7rem;
    width: 1.7rem;
    font-size: 0.22rem;
    padding-top: 0.48rem;
    padding-bottom: 0.4rem;
  }
  .wrap-table-box .table-box tbody th {
    font-size: 0.25rem;
  }
  .wrap-table-box .table-box tbody th .img-bl {
    margin: 0.32rem auto 0.2rem;
    width: 2rem;
  }
  .wrap-table-box .table-box tbody td {
    padding: 0.26rem 0.04rem 0.28rem;
  }
  .wrap-table-box .table-box tbody .mark01 {
    font-size: 0.44rem;
  }
  .wrap-table-box .table-box tbody .mark02 {
    font-size: 0.4rem;
  }

  .panel-heading {
    border-top: 1px solid #a5a5a5;
    padding: 0.56rem 0.2rem;
  }
  .panel-heading .ttl-panel .icon {
    width: 0.65rem;
    margin-right: 0.1rem;
  }
  .panel-heading .ttl-panel .icon svg {
    width: 100%;
    height: auto;
  }
  .panel-heading .ttl-panel .txt {
    font-size: 0.56rem;
  }

  .panel-body {
    padding: 0.94rem 0.17rem 1.03rem;
  }
  .panel-body .pane-ct {
    margin-top: 0.8rem;
  }
  .panel-body .pane-title {
    font-size: 0.36rem;
    margin-bottom: 1em;
  }
  .panel-body .pane-title.mt30 {
    margin-top: 1rem;
  }
  .panel-body .box-requirement {
    margin-top: 0.6rem;
  }
  .panel-body .list-links {
    padding: 0;
    margin-top: -0.4rem;
    font-size: 0.21rem;
    color: #000;
  }
  .panel-body p, .panel-body ul {
    margin-bottom: 0.49rem;
    line-height: 1.77;
  }

  .card-inline {
    margin-bottom: 0.34rem;
  }
  .card-inline .card-img {
    margin-top: 0.5rem;
  }

  .sec-service-content .thumb-mobie {
    margin-top: 0.32rem;
    margin-right: 0;
  }

  .list-faq .label:before {
    top: 0.2rem;
  }

  .pane-footer {
    padding: 50px 0;
  }
  .pane-footer .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
  }
  .pane-footer .icon {
    width: 67px;
    display: block;
    margin-right: 0;
  }
  .pane-footer .txt {
    display: block;
    line-height: 1.8;
    font-weight: bold;
    font-size: 20px;
    width: calc(100% - 67px);
    padding: 0 14px;
  }

  .box-app {
    margin: 0.7rem 0 1.3rem;
  }
  .box-app .thumb {
    padding: 0 14%;
    margin-bottom: 0.4rem;
  }
  .box-app .ttl {
    font-size: 0.36rem;
    margin-bottom: 0.4rem;
  }

  .gpane {
    margin-bottom: 0.9rem;
  }
  .gpane:last-child {
    margin-bottom: 0;
  }

  .thumb-cloud {
    margin-top: 0.24rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  .thumb-cloud.last {
    margin-bottom: 1.1rem;
  }
}
@media only screen and (max-width: 360px) {
  .pane-footer .txt {
    font-size: 18px;
  }
}
/* PAGE CASESTUDY
 * ----------------------------------------------- */
.title-line-green {
  display: block;
  width: 100%;
  text-align: center;
}
.title-line-green .txt {
  font-size: 32px;
  line-height: 1.2;
  display: inline-block;
  padding: 0 17px;
  border-bottom: 2px solid #8cc323;
}

@media (max-width: 750px) {
  .title-line-green .txt {
    font-size: 0.36rem;
    padding: 0 0.15rem;
    border-width: 0.02rem;
  }
}
/* BANNER
 * ----------------------------------------------- */

.caption-banner {
  position: absolute;
  top: 43%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #4D4D4D;
}

@media (max-width: 750px) {
  .caption-banner {
    padding: 0 0.4rem;
    font-size: 0.56rem;
    text-align: left;
    line-height: 1.2;
  }
}
/* SUPPORT
 * ----------------------------------------------- */
.sec-supports {
  color: #4D4D4D;
}
.title-support {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}

.content-supports {
  margin-top: 80px;
  margin-bottom: 80px;
}

.content-supports .leading {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: inherit;
  margin-bottom: 25px;
}

.desc-suport {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.desc-suport li {
  width: 20%;
}

@media (max-width: 750px) {
  .content-supports {
    margin: 10px 0 50px;
  }
  .content-supports .desc-suport {
    margin-top: 20px;
  }

  .title-support {
    font-size: 1em;
    line-height: 1.75;
    text-align: left;
  }
}
/* SUPPORT
 * ----------------------------------------------- */
.content-post2 {
  float: left!important;
  width: 49%;
  margin: 1%;
}

.content-new-examples {
  margin: 94px auto 0;
  width: 798px;

}
.content-new-examples .title-new-exmaple {
  text-align: left;
}
.content-new-examples .title-new-exmaple .txt {
  font-size: 18px;
  line-height: 1.5;
}

.desc-exmaple {
margin-top: 20px;
  border: 1px solid #EAEAEA;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.desc-exmaple .thumb-people {
  -ms-flex: 200px 0 0;
  -webkit-flex: 200px 0 0;
  flex: 200px 0 0;
}
.ie .desc-exmaple .thumb-people {
  width: 230px;
}
.desc-exmaple .desc {
  width: 100%;
  padding: 1px 10px 10px 52px;
}
.ie .desc-exmaple .desc {
  width: 536px;
}
.desc-exmaple .desc .txt-desc {
  font-size: 21px;
  line-height: 1.6667;
}
.desc-exmaple .readmore {
  margin-top: 10px;
  display: block;
  text-align: right;
}
.desc-exmaple .author {
  margin-top: 11px;
}
.desc-exmaple .author img {
  width: 106px;
}
.ntt-exmaple .thumb-people {
  -ms-flex: 200px 0 0;
  -webkit-flex: 200px 0 0;
  flex: 200px 0 0;
}
.ie .ntt-exmaple .thumb-people {
  width: 258px;
}
.ntt-exmaple .desc {
  width: 100%;
  padding: 1px 10px 10px 52px;
}
.ie .ntt-exmaple .desc {
  width: 536px;
}
.ntt-exmaple .desc .txt-desc {
  font-size: 21px;
  line-height: 1.6667;
}
.ntt-exmaple .readmore {
  margin-top: 10px;
  display: block;
  text-align: right;
}
.ntt-exmaple .author {
  margin-top: 11px;
}
.ntt-exmaple .author img {
  width: 106px;
}
@media (max-width: 750px) {
  .content-new-examples {
    margin: 0.8rem auto 0;
    width: 100%;
  }
  .content-new-examples .title-new-exmaple {
    text-align: left;
  }
  .content-new-examples .title-new-exmaple .txt {
    font-size: 0.28rem;
    line-height: 1.2;
  }

  .desc-exmaple {
    margin: 0.3rem auto 0;
    width: 4.7rem;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .desc-exmaple .thumb-people {
    -ms-flex: 100% 0 0;
    -webkit-flex: 100% 0 0;
    flex: 100% 0 0;
  }
  .desc-exmaple .thumb-people img {
    width: 100%;
  }
  .desc-exmaple .desc {
    padding: 0.1rem 0.15rem;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .desc-exmaple .desc .txt-desc {
    margin-top: 0.5rem;
    width: 100%;
    font-size: 0.36rem;
    line-height: 1.2;
    -webkit-order: 2;
    order: 2;
  }
  .desc-exmaple .author {
    width: 100%;
    margin-top: 0;
    font-size: 0.28rem;
    -webkit-order: 1;
    order: 1;
  }
  .desc-exmaple .author img {
    width: 2.2rem;
  }
  .desc-exmaple .readmore {
    font-size: 0.24rem;
    margin-top: 0.7rem;
    width: 100%;
    -webkit-order: 3;
    order: 3;
  }
.ntt-exmaple {
    margin: 0.3rem auto 0;
    width: 4.7rem;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ntt-exmaple .thumb-people {
    -ms-flex: 100% 0 0;
    -webkit-flex: 100% 0 0;
    flex: 100% 0 0;
  }
  .ntt-exmaple .thumb-people img {
    width: 100%;
  }
  .ntt-exmaple .desc {
    padding: 0.1rem 0.15rem;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ntt-exmaple .desc .txt-desc {
    margin-top: 0.5rem;
    width: 100%;
    font-size: 0.36rem;
    line-height: 1.2;
    -webkit-order: 2;
    order: 2;
  }
  .ntt-exmaple .author {
    width: 100%;
    margin-top: 0;
    font-size: 0.28rem;
    -webkit-order: 1;
    order: 1;
  }
  .ntt-exmaple .author img {
    width: 2.2rem;
  }
  .ntt-exmaple .readmore {
    font-size: 0.24rem;
    margin-top: 0.7rem;
    width: 100%;
    -webkit-order: 3;
    order: 3;
  }
}
/* LIST PARTNER
 * ----------------------------------------------- */
.sec-list-partner {
  width: 100%;
}
.sec-list-partner.others-com .ttl {
  font-size: 20px;
  margin-top: 50px;
}
.sec-list-partner.others-com .desc-list-partner {
  margin-top: 30px;
}

.desc-list-partner {
  margin-top: 60px;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.desc-list-partner .item {
  display: block;
  width: 302px;
  margin-right: 27px;
  margin-bottom: 50px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.desc-list-partner .item .partner-ct {
  padding-bottom: 20px;
}
.desc-list-partner .item:nth-child(3n) {
  margin-right: 0;
}
.desc-list-partner .item .thumb {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.desc-list-partner .item .label-mark {
  display: inline-block;
  min-width: 84px;
  background: #98C800;
  color: #fff;
  padding: 4px 5px;
  font-size: 12px;
  text-align: center;
}
.desc-list-partner .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.desc-list-partner .item .desc {
  margin-top: 10px;
  padding: 0 15px;
  line-height: 1.7;
}
.desc-list-partner .item .logo {
  min-height: 30px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.desc-list-partner .note-partner {
  font-size: 15px;
  font-weight: 600;
  padding: 0 15px;
}

@media (max-width: 750px) {
  .desc-list-partner {
    margin-top: 0.7rem;
    padding: 0 0.4rem;
  }
  .desc-list-partner .item {
    width: 100%;
    margin: 0 0 .8rem;
  }
  .desc-list-partner .item .thumb {
    display: flex;
    align-items: center;
    height: auto;
    min-height: 200px;
  }
  .desc-list-partner .item .thumb>img {
    position: static;
    display: block;
    transform: none;
    width: auto;
    margin: 0 auto;
  }
  .desc-list-partner .item .logo img {
    width: auto;
  }
  .content-supports .leading {
    font-size: 20px;
    text-align: left;
    margin-bottom: 0.6em;
  }
}
/* TRY BLOCk
 * ----------------------------------------------- */
.sec-try {
  margin-top: 46px;
}

.try-block {
  padding: 40px 0 0;
  width: 100%;
  border-top: 1px solid #ddd;
}
.try-block .content-try {
  margin: 0 auto;
  width: 580px;
}
.try-block .item {
  margin-bottom: 23px;
  width: 100%;
  height: 95px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.try-block .item:last-child {
  margin-bottom: 0;
}
.try-block .link-try {
  width: 180px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin-top: 7px;
}
.try-block .link-try a {
  width: 180px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #8cc323;
  background-color: #fff;
  text-align: center;
  display: table;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.try-block .link-try a span {
  display: table-cell;
  vertical-align: middle;
  color: #8cc323;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.try-block .link-try a.current {
  background-color: #8cc323;
}
.try-block .link-try a.current span {
  color: #fff;
}
@media (min-width: 751px) {
  .sec-supports + .sec-try .try-block {
    border-top: 0;
    padding-bottom: 60px;
  }
  .try-block .link-try a:first-child {
    margin-bottom: 20px;
  }
  .try-block .link-try a:hover {
    background-color: #8cc323;
  }
  .try-block .link-try a:hover span {
    color: #fff;
  }
}
.try-block .desc {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  font-size: 21px;
  width: 390px;
}
.try-block .desc .txt-moconavi {
  color: #8cc323;
  font-weight: 600;
}

@media (max-width: 750px) {
  .sec-try {
    margin-top: 0.3rem;
  }

  .try-block {
    border-top-width: 2px;
    padding: .6rem 0.1rem .8rem;
    color: #403D3D;
  }
  .try-block .content-try {
    width: 100%;
  }
  .try-block .item {
    height: auto;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .try-block .desc {
    width: auto;
    font-size: 0.42rem;
  }
  .try-block .desc .txt-moconavi {
    margin-right: 0.1rem;
  }
  .try-block .desc p.ls {
    letter-spacing: -0.08em;
  }
  .try-block .desc p + p {
    margin-top: 0.2rem;
  }
  .try-block .link-try {
    width: 100%;
    text-align: center;
    margin-top: 0.6rem;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .try-block .link-try a {
    margin: 0.18rem 0;
    width: 3.86rem;
    height: 0.8rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
  }
}
.case-detail .case-title {
  font-size: 34px;
  text-align: center;
  margin: 69px 0 79px;
  line-height: 1.4;
}
.case-detail .case-row {
  margin-bottom: 45px;
  padding: 0 70px;
}
.case-detail .case-row.first .label .btn {
  width: 93px;
}
.case-detail .label .btn {
  font-size: 9px;
  width: 84px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.case-detail .col-l {
  width: 71.6%;
}
.case-detail .col-l .anchor-link {
  margin-top: 8px;
}
.case-detail .col-l .desc {
  margin-top: -4px;
}
.case-detail .col-r {
  width: 23.3%;
  margin-top: 8px;
}
.case-detail .col-r p {
  font-size: 12px;
  line-height: 1.4;
  padding-left: 17px;
}
.case-detail .fsz-18 {
  font-size: 18px;
}
.case-detail .desc {
  line-height: 1.4;
}
.desktop .case-detail .anchor-link:hover {
  text-decoration: underline;
}
.case-detail .img-profile {
  width: 115px;
  height: 115px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 11px;
  overflow: hidden;
}
.case-detail .mb15 {
  margin-bottom: 15px;
}
.case-detail .news-detail {
  border-color: #C6C6C6 !important;
  padding-bottom: 50px;
}

.case-entry-content {
  margin-top: 96px;
  padding: 0 70px;
}
.case-entry-content .lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
}
.case-entry-content .graph {
  margin-bottom: 60px;
}
.case-entry-content .graph:last-child {
  margin-bottom: 0;
}
.case-entry-content .graph p {
  line-height: 1.4;
}
.case-entry-content .graph p + p {
  margin-top: 1.2em;
}
.case-entry-content .photo {
  text-align: center;
}

@media (min-width: 751px) {
  .case-detail .case-row.first {
    margin-bottom: 11px;
  }
  .case-detail .case-row.second .label {
    margin-bottom: 13px;
  }
  .case-detail .case-row.second .head {
    margin-bottom: 19px;
  }
  .case-detail .case-row.third .label {
    margin-bottom: 9px;
  }

  .case-entry-content .graph.second .lead {
    margin-bottom: 19px;
  }
}
@media (max-width: 750px) {
  .case-detail .news-detail {
    padding: 0 6.1333%;
  }
  .case-detail .case-row {
    margin-bottom: 0.38rem;
    padding: 0;
  }
  .case-detail .case-row.second {
    margin-bottom: 0.33rem;
  }
  .case-detail .case-title {
    font-size: 0.36rem;
    text-align: left;
    margin: 0.5rem 0 0.72rem;
    word-break: break-all;
    word-wrap: break-word;
  }
  .case-detail .label {
    margin-bottom: 0.18rem;
  }
  .case-detail .label .btn {
    font-size: 0.18rem;
    min-width: 0;
    padding: 0.05rem 0.18rem;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
    line-height: 1.2;
  }
  .case-detail .com-logo {
    width: 1.98rem;
    margin-top: 0.28rem;
    margin-left: 0.06rem;
  }
  .case-detail .com-logo.rakuten {
    width: 3.6rem;
    margin: 0.23rem 0;
  }
  .case-detail .fsz-18 {
    font-size: 0.36rem;
  }
  .case-detail .desc {
    font-size: 0.28rem;
  }
  .case-detail .col-l {
    width: 100%;
  }
  .case-detail .col-l .anchor-link {
    display: block;
    margin-top: 0.3rem;
  }
  .case-detail .col-l .desc {
    margin-top: -0.04rem;
  }
  .case-detail .col-r {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 1.4rem;
    padding-right: 0.32rem;
  }
  .case-detail .col-r .img-profile {
    width: 1.66rem;
    height: 1.66rem;
    margin-bottom: 0;
  }
  .case-detail .col-r p {
    font-size: 0.24rem;
    padding: 0 0 0.18rem 0.42rem;
  }

  .case-entry-content {
    margin-top: 0.8rem;
    padding: 0;
  }
  .case-entry-content .lead {
    margin-bottom: 0.46rem;
    font-size: 0.4rem;
    word-break: break-all;
    word-wrap: break-word;
    letter-spacing: -0.05em;
  }
  .case-entry-content .graph {
    margin-bottom: 0.6rem;
  }
  .case-entry-content .graph p {
    line-height: 1.35;
  }
  .case-entry-content .photo {
    padding: 0 0.64rem;
  }
}
/* PAGE PRIVACY
 * ----------------------------------------------- */
.page-privacy .breadcrumb {
  margin-left: 41px;
  margin-bottom: 19px;
}

.ttl-privacy {
  margin-bottom: 85px;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
.ttl-privacy span {
  display: inline-block;
  position: relative;
  padding: 0 10px 3px;
}
.ttl-privacy span:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #8cc323;
  width: 100%;
  height: 2px;
}

.sec-privacy {
  margin-top: 85px;
  line-height: 1.25;
}
.sec-privacy p {
  margin-bottom: 16px;
}
.sec-privacy .block-personal-info {
  margin-top: 50px;
}

.sec-privacy-concern {
  margin: 92px 0 85px;
  line-height: 1.25;
}
.sec-privacy-concern .ttl-concern {
  font-weight: bold;
}
.sec-privacy-concern .fs {
  font-size: 12px;
}
.sec-privacy-concern .block-concern {
  margin-bottom: 36px;
}
.sec-privacy-concern .grid-concern {
  margin-top: 22px;
  line-height: 1.3;
}
.sec-privacy-concern .grid-concern .col {
  border: 1px solid #4d4d4d;
}
.sec-privacy-concern .grid-concern .ttl-col {
  color: #000;
  font-weight: bold;
}
.sec-privacy-concern .grid-concern .ul-list li {
  border-top: 1px solid #4d4d4d;
  padding: 8px 12px 5px;
}
.sec-privacy-concern .grid-concern .ul-list li:first-child {
  border-top: none;
}
.sec-privacy-concern .grid-concern .ul-list .equal-item {
  display: table-cell;
  vertical-align: middle;
}
.sec-privacy-concern .dl-concern-about {
  margin-top: 17px;
}
.sec-privacy-concern .dl-concern-about .dt {
  line-height: 1.2;
}
.sec-privacy-concern .dl-concern-about .dd {
  margin-bottom: 1px;
}
.sec-privacy-concern .dl-concern-about .dd p {
  text-indent: 29px;
}
.sec-privacy-concern .text {
  margin-bottom: 16px;
}
.sec-privacy-concern .info-send {
  margin: 33px 0 16px;
}
.sec-privacy-concern .info-send .text {
  margin-bottom: 31px;
}
.sec-privacy-concern .info-send .text:last-child {
  margin-bottom: 0;
}

.block-address {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 50px 0 90px;
}
.block-address .add-info {
  width: 73%;
}
.block-address .thumb {
  width: 15%;
}
.block-address dl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 751px) {
  .privacy-inner {
    max-width: 820px;
    margin-left: 62px;
    width: 100%;
  }

  .privacy-policy-inner {
    padding: 0 100px;
  }

  .sec-privacy-concern .ttl-privacy {
    margin-bottom: 88px;
  }
  .sec-privacy-concern .grid-concern {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 764px;
  }
  .sec-privacy-concern .grid-concern .col {
    width: 382px;
  }
  .sec-privacy-concern .grid-concern .col:first-child {
    margin-right: -1px;
  }
}
@media (max-width: 750px) {
  .ttl-privacy {
    margin-bottom: 1.1rem;
    font-size: 0.36rem;
  }
  .ttl-privacy span {
    padding: 0 0.38rem 0.04rem;
  }
  .ttl-privacy span:before {
    height: 1px;
  }

  .sec-privacy {
    margin-top: 1.12rem;
    line-height: 1.78;
    font-size: 0.28rem;
  }
  .sec-privacy p {
    margin-bottom: 0.49rem;
  }
  .sec-privacy .block-personal-info {
    margin-top: 1.47rem;
  }

  .sec-privacy-concern {
    margin: 1.18rem 0 0.86rem;
    font-size: 0.28rem;
    line-height: 1.78;
  }
  .sec-privacy-concern .ttl-privacy {
    margin-bottom: 0.69rem;
  }
  .sec-privacy-concern .fs {
    font-size: 0.28rem;
  }
  .sec-privacy-concern .block-concern {
    margin-bottom: 0.94rem;
  }
  .sec-privacy-concern .grid-concern {
    margin: 0.76rem -0.04rem 0;
    font-size: 0.25rem;
    line-height: 1.3;
  }
  .sec-privacy-concern .grid-concern .col {
    margin-bottom: 0.1rem;
  }
  .sec-privacy-concern .grid-concern .ul-list li {
    display: inline-block;
    width: 100%;
    padding: 0.06rem 0.16rem 0.14rem;
    min-height: 0.88rem;
    line-height: 0.7rem;
  }
  .sec-privacy-concern .grid-concern .ul-list .equal-item {
    display: inline-block;
    height: auto !important;
    line-height: 1.3;
  }
  .sec-privacy-concern .dl-concern-about {
    margin-top: 0.47rem;
  }
  .sec-privacy-concern .dl-concern-about .dt {
    line-height: 1.75;
  }
  .sec-privacy-concern .dl-concern-about .dd p {
    text-indent: 0.54rem;
  }
  .sec-privacy-concern .text {
    margin-bottom: 0.5rem;
  }
  .sec-privacy-concern .info-send {
    margin: 0.48rem 0 16px;
  }
  .sec-privacy-concern .info-send .text {
    margin-bottom: 0.98rem;
  }

  .block-address {
    margin: 1.1rem 0 0.9rem;
    font-size: 0.24rem;
    line-height: 1.3;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .block-address .add-info {
    width: 78%;
  }
}
/* PAGE NEWS
 * ----------------------------------------------- */
.sec-press-news {
  color: #000;
}
.sec-press-news .news-menu li a {
  position: relative;
}
.sec-press-news .news-menu .active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #8AC623;
  bottom: 0;
  left: 0;
}
.sec-press-news .pagination {
  padding-top: 50px;
}

@media (min-width: 751px) {
  .news-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
  }
  .news-wrapper .news-post,
  .news-wrapper .single-news {
    width: 720px;
  }
  .news-wrapper .news-post {
    padding-top: 30px;
  }
  .news-wrapper .news-side {
    width: 155px;
  }
}
.post-item {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.post-item:last-child {
  border-bottom: 1px solid #ddd;
}
.post-item .news-cats span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #8cc323;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: bold;
}
.post-item .news-ttl {
  font-weight: bold;
  margin-bottom: 1.4em;
  line-height: 1.8;
}
.post-item .excerpt {
  font-size: 15px;
  line-height: 1.7;
}

.news-menu {
  padding: 60px 0 80px;
  display: flex;
}
.news-menu li {
  margin-bottom: 15px;
}
.news-menu li a {
  display: inline-block;
}

.news-archive {
  max-width: 155px;
}
.news-archive + .news-archive {
  margin-top: 50px;
}
.news-archive .head {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  border-bottom: 3px solid #707070;
  padding-bottom: 10px;
}
.news-categories.news-archive .head {
  border-bottom-color: #89C823;
}
.news-archive .drop-btn {
  padding: 2px 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #8cc323;
  background: url(../img/news/icon_dropdown.png) no-repeat 95% center;
  background-size: 10px auto;
  text-align: left;
  color: #4d4d4d;
}
.news-archive .archive-menu a {
  display: block;
  background: #fff url(../img/news/icon_dropdown.png) no-repeat right 20px center;
  background-size: 8px auto;
  transition: all .2s;
  color: #000;
  border-bottom: 2px solid #ddd;
  padding: 8px 15px;
  font-size: 13px;
}
.news-archive .archive-menu a:hover {
  background-color: #f0f0f0;
}
.news-archive .archive-menu .is-active a {
  background-color: rgba(138, 198, 35, .3);
}

.single-news .title {
  font-weight: bold;
}
.news-keyvisual {
  position: relative;
  overflow: hidden;
}
.news-keyvisual img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.news-meta .news-cat, .news-meta .date {
  display: inline-block;
  vertical-align: middle;
}
.news-meta .news-cat {
  background: #8AC623;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 3px 10px;
  margin-right: 5px;
}
.news-meta .date {
  font-size: 16px;
  margin-right: 30px;
}

.single-news .summary .tit {
  margin-bottom: 5px;
}
.post-pager {
  border-top: 1px solid #ddd;
}
.post-pager a {
  font-size: 20px;
  margin: 0 35px;
  color: #000;
}

.group-news {
  line-height: 2;
  margin-bottom: 50px;
}
.group-news .tbl-info th, .group-news .tbl-info td {
  padding: 3px 0;
  vertical-align: top;
  text-align: left;
}
.group-news .tbl-info th {
  white-space: nowrap;
}
.single-news .the_content p {
  margin-bottom: 1.75em;
}
.single-news .the_content h2 {
  font-weight: 400;
  position: relative;
  padding: 4px 0 4px 15px;
  line-height: 1.4;
}
.single-news .the_content h2:before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #8AC623;
  border-radius: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-keyvisual img {
    width: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media (min-width: 751px) {
  .news-menu li a:hover {
    color: #8cc323;
  }
  .navbar-tab li a:hover {
    opacity: 0.8;
  }
  .sec-press-news {
    margin: 20px 0 100px;
  }
  .sec-press-news .news-menu {
    padding: 0 30px 20px;
  }
  .sec-press-news .news-menu li {
    margin-right: 50px;
  }
  .sec-press-news .news-menu li:last-child {
    margin-right: 0;
  }
  .sec-press-news .news-menu li a {
    font-size: 21px;
    padding: 5px 10px;
  }
  .post-item a {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    transition: all 0.2s;
  }
  .post-item a:hover {
    background: #f0f0f0;
  }
  .post-item .entry-date {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .post-item .news-ttl {
    font-size: 18px;
  }
  .post-item .news-meta {
    width: 180px;
    padding-left: 30px;
  }
  .post-item .news-info {
    width: calc(100% - 180px);
    padding-right: 30px;
  }

  .single-news .title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .news-keyvisual {
    margin: -20px 0 80px;
    height: 500px;
  }
  .single-news .news-meta {
    margin-bottom: 40px;
  }
  .single-news .news-detail {
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 70px;
  }
  .single-news .the_content h2 {
    margin-top: 2.5em;
    margin-bottom: 1.6em;
  }
  .single-news .the_content h3 {
    font-size: 1.25em;
    margin-bottom: 0.3em;
    margin-top: 2em;
  }
  .single-news .the_content h3 + p {
    margin-top: 0;
  }

  .post-pager {
    padding: 60px 0;
  }
  .post-pager a {
    transition: opacity 0.3s;
  }
  .post-pager a:hover {
    opacity: 0.6;
  }
  .sec-press-news .post-pager {
    padding: 100px 0 0;
  }

}
@media (max-width: 750px) {
  .sec-press-news {
    margin: 30px 0 80px;
  }
  .sec-press-news .pagination {
    padding-top: 10px;
  }
  .news-post .list-posts {
    margin-bottom: 50px;
  }

  .sec-press-news .news-menu {
    margin-bottom: 45px;
    padding: 0 0 5px;
    justify-content: space-between;
    overflow: auto;
    -webkit-overflow-scrolling: auto;
  }
  .sec-press-news .news-menu li {
    margin-bottom: 0;
    white-space: nowrap;
    margin-right: 25px;
  }
  .sec-press-news .news-menu li:last-child {
    margin-right: 0;
  }
  .sec-press-news .news-menu a {
    font-size: 15px;
    padding: 5px 4px;
  }

  .post-item a {
    display: block;
    padding: 15px;
  }
  .post-item .news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
  }
  .post-item .entry-date {
    font-size: 12px;
  }
  .post-item .news-ttl {
    font-size: 15px;
    margin-bottom: 1em;
  }
  .post-item .news-cats span {
    font-size: 10px;
  }
  .post-item .excerpt {
    font-size: 12px;
    line-height: 1.6;
  }

  .news-archive {
    margin-top: 60px;
    max-width: none;
  }
  .news-archive .head {
    font-size: 13px;
  }
  .news-archive .archive-menu a {
    font-size: 12px;
  }
  .news-archive .drop-btn {
    padding: 0.15rem 0;
    background-image: url(../img/news/sp/icon_dropdown.png);
    background-size: 0.36rem auto;
  }

  .news-heading {
    margin-top: -0.8rem;
    height: 2.8rem;
    margin-bottom: 0.5rem;
  }
  .news-heading .title {
    padding-top: 0.5rem;
    font-size: 0.36rem;
    height: 4.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news-heading .news-meta {
    bottom: 0.4rem;
  }
  .news-heading .news-cat {
    font-size: 0.18rem;
    padding: 0.05rem 0.3rem;
  }
  .news-heading .date {
    font-size: 0.18rem;
    margin-left: 1em;
  }

  .single-news .news-detail {
    margin: 0;
    border-bottom: 0;
  }
  .single-news .group-news {
    margin-bottom: 0.6rem;
  }
  .single-news .back-btn {
    color: #fff;
    background: #8cc323;
    display: inline-block;
    padding: 0.15rem 0;
    width: 3.1rem;
    border-radius: 0.26rem;
  }

  .news-keyvisual {
    height: 180px;
    margin: -30px 0 30px;
  }
  .single-news {
    padding-top: 20px;
  }
  .news-keyvisual + .container .single-news {
    padding-top: 0;
  }
  .single-news .news-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .news-meta .date {
    font-size: 12px;
    margin: 0;
  }
  .news-meta .news-cat {
    font-size: 10px;
    margin: 0 0 0 5px;
  }
  .single-news .title {
    font-size: 20px;
    margin-bottom: 1em;
  }
  .single-news .news-detail {
    font-size: 15px;
    line-height: 1.7;
  }
  .single-news .the_content h2 {
    font-size: 18px;
    margin-top: 2em;
    padding: 1px 0 1px 10px;
  }
  .single-news .the_content h2:before {
    width: 5px;
  }
  .single-news .the_content h3 {
    margin-bottom: 0.2em;
  }
  .single-news .the_content h3 + p {
    margin-top: 0;
  }
  .single-news .the_content p {
    margin-bottom: 2em;
  }
  .single-news .the_content p:last-of-type {
    margin-bottom: 0;
  }
  .post-pager {
    padding: 50px 0;
  }
  .post-pager a {
    font-size: 14px;
    margin: 0 30px;
  }
  .sec-press-news .post-pager {
    border-top: 0;
  }
}
/* PAGE BLOG
 * ----------------------------------------------- */
.page-name {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #A8A8A8;
  margin-bottom: 80px;
  padding: 5px 0;
}
.is-header-sticky .main {
  background: #f8f8f8;
}
.blog-pickup {
  padding: 20px 0 0;
}
.blog-pickup .head {
  font-weight: bold;
}
.blog-pick-item {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  color: #fff;
}
.blog-pick-item .title {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-top: 0.6em;
}
.blog-pick-item .entry-meta {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.69) 0%, rgba(0,0,0,0.61) 30%, rgba(0,0,0,0) 100%);
  padding: 15px;
}
.blog-pick-item .img-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-blog .page-name {
  font-weight: 500;
  position: relative;
  border-bottom: 0;
  padding: 0 0 0 20px;
}
.sec-blog .page-name:before {
  content: "";
  width: 8px;
  height: 38px;
  background: #8BC623;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}
.layout-grid .article-item .img a {
  position: relative;
  overflow: hidden;
  display: block;
}
.layout-grid .article-item .img img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cat-description {
  font-size: 15px;
  color: #2b2b2b;
  line-height: 1.8;
  margin-bottom: 40px;
}
.blog-content .img-featured {
  margin-bottom: 50px;
}
@media (min-width: 751px) {
  .wrapper {
    min-width: 1100px;
  }
  .container-blog {
    max-width: 1100px;
    margin: 0 auto;
  }
  .sec-blog {
    padding-bottom: 80px;
    padding-top: 30px;
  }
  .sec-blog .page-name {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .sec-blog.blog-cat .page-name {
    font-size: 28px;
  }
  .sec-blog.blog-cat .page-name:before {
    height: 42px;
  }
  .blog-wrapper {
    position: relative;
  }
  .blog-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .blog-wrapper .blog-content {
    width: 750px;
    float: left;
  }
  .blog-wrapper .blog-side-bar {
    float: right;
    width: 300px;
  }
  .category-post.layout-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .category-post.layout-grid .article-item {
    transition: all 0.26s;
  }
  .category-post.layout-grid .article-item:hover {
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
  }
  .category-post.layout-grid .article-item {
    width: 350px;
  }
  .layout-grid .article-item .entry-meta .date-publish {
    padding: 1px 0;
  }
  .layout-grid .article-item .post-ttl {
    height: 80px;
  }
  .blog-pickup .head {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .blog-pickup-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .blog-pickup-wrapper .col-left {
    width: 630px;
  }
  .blog-pickup-wrapper .col-right {
    width: 440px;
  }
  .col-left .blog-pick-item .title {
    font-size: 22px;
  }
  .col-right .blog-pick-item .title {
    font-size: 18px;
  }
  .col-left .blog-pick-item .entry-meta .title {
    line-height: 1.8;
  }
  .col-left .blog-pick-item .entry-meta {
    padding-bottom: 35px;
  }
  .col-right .blog-pick-item + .blog-pick-item {
    margin-top: 30px;
  }
  .col-left .blog-pick-item {
    height: 460px;
  }
  .col-right .blog-pick-item {
    height: 215px;
  }

  .category-post .article-item .img a {
    height: 190px;
  }
  .layout-list .article-item {
    padding: 50px 0;
  }
  .layout-list .article-item .post-info {
    width: calc(100% - 320px);
    padding-left: 32px;
  }
  .layout-list .article-item .img {
    width: 320px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-pick-item .img-cover,
  .layout-grid .article-item .img img {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.layout-grid .article-item {
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.layout-list .article-item:first-child {
  border-top: 1px solid #ddd;
}
.layout-list .article-item {
  border-bottom: 1px solid #ddd;
}

.article-item .thumb {
  width: 226px;
}
.layout-grid .article-item .post-info {
  padding: 15px 15px 12px;
}
.article-item .entry-meta {
  margin-bottom: 10px;
}
.category-post .article-item .entry-meta {
  overflow: hidden;
}
.category-post .article-item .entry-meta .date-publish {
  float: right;
  font-weight: bold;
  color: #2b2b2b;
  font-size: 13px;
  margin-top: 3px;
}
.category-post .article-item .entry-meta .label-cat {
  float: left;
}
.article-item .entry-meta .label-cat, .article-item .entry-meta .date-publish {
  display: block;
}
.entry-meta .label-cat {
  font-size: 12px;
  border: 1px solid #8cc323;
  background: #8cc323;
  color: #fff;
  border-radius: 5px;
  padding: 2px 15px;
}
.article-item .entry-meta .label-cat:hover {
  background: #fff;
  color: #8cc323;
}
.article-item .entry-meta .date-publish {
  font-weight: bold;
  color: #5a5a5a;
}
.article-item .post-ttl a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: justify;
}
.layout-list .article-item .post-ttl a:hover {
  color: #269ACD;
}
.article-item .txt a {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #2b2b2b;
  text-align: justify;
}
.article-item .txt a:hover {
  text-decoration: underline;
}

.widget {
  margin-bottom: 50px;
}
.widget.widget-tags {
  overflow: hidden;
}

.widget-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 6px;
}

.widget-search {
  padding: 0 20px;
}
.widget-search form {
  position: relative;
}

.input-search {
  display: block;
  height: 0;
  border: 1px solid #707070;
  border-radius: 9px;
  width: 100%;
  font-size: 12px;
  padding: 0 10px;
  height: 26px;
  line-height: normal;
  box-shadow: none;
}

.input-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  height: 16px;
  width: 16px;
  cursor: pointer;
  background: url(../img/blog/btn_search.png) no-repeat 0 0;
  text-indent: -999px;
  overflow: hidden;
}

.blog-side-bar .widget-title {
  font-weight: normal;
  font-size: 22px;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 0;
}
.blog-side-bar .widget-title:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  background: #8ac823;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}

.widget-categories li {
  margin-bottom: 10px;
}
.widget-categories li a {
  display: block;
  font-size: 15px;
}
.new-style-blog .blog-side-bar .widget-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 0;
}
.new-style-blog .blog-side-bar .widget-categories li {
  margin-bottom: 70px;
}
.new-style-blog .blog-side-bar .widget-categories li:last-child {
  margin-bottom: 0;
}
.recent-post {
  counter-reset: recent-post;
}
.recent-post li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.recent-post li:before {
  counter-increment: recent-post;
  content: counter(recent-post);
  width: 32px;
  height: 32px;
  border-radius: 16px;
  padding-top: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -5px;
  left: -10px;
  z-index: 10;
  background: #bfbfbf;
}
.recent-post li:nth-child(1):before,
.recent-post li:nth-child(2):before,
.recent-post li:nth-child(3):before {
  background-color: #8cc323 !important;
}
.recent-post a {
  display: flex;
}
.recent-post a:hover {
  text-decoration: underline;
}
.recent-post li:last-child a {
  border-bottom: 0;
}
.recent-post .thumb {
  width: 75px;
}
.recent-post .thumb img {
  width: 100%;
}
.recent-post .title {
  width: calc(100% - 75px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: -2px;
  height: 50px;
  padding-left: 15px;
  overflow: hidden;
}

.blog-side-bar .tags {
  margin: 0 -10px;
  text-align: center;
}
.blog-side-bar .tags a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #8ac823;
  color: #8ac823;
  font-size: 12px;
  line-height: 1.2;
  padding: 2px 18px;
  margin: 0 10px 20px;
  min-width: 77px;
  text-align: center;
}
.blog-banners a {
  display: block;
  margin-bottom: 40px;
}
.blog-banners a:last-child {
  margin-bottom: 0;
}

.acc-list-cat {
  background: #8ac823;
  position: relative;
}
.acc-list-cat.blog-stylt-new {
  margin-top: 9px;
}
.acc-list-cat .label {
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 11px;
  font-size: 13px;
}
.acc-list-cat .label span {
  display: inline-block;
  background: url(../img/blog/ico_dropdown.png) no-repeat 0 center;
  background-size: 11px auto;
  padding-left: 20px;
}
.acc-list-cat .label.is-open span {
  background-image: url(../img/blog/ico_dropup.png);
}
.acc-list-cat .child {
  padding: 20px 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: rgba(140, 195, 35, 0.95);
  z-index: 90;
  display: none;
}
.acc-list-cat .search-form {
  width: 68%;
  margin: 0 auto;
}
.acc-list-cat .search-form form {
  position: relative;
}
.acc-list-cat .search-form .input-search {
  height: 32px;
  border-color: #fff;
  border-radius: 8px;
  padding: 1px 10px;
  color: #fff;
  font-size: 14px;
  background: rgba(216, 216, 216, 0.34);
}
.acc-list-cat .search-form .input-search::-webkit-input-placeholder {
  color: #fff;
}
.acc-list-cat .search-form .input-search::-moz-placeholder {
  color: #fff;
}
.acc-list-cat .search-form .input-search:-ms-input-placeholder {
  color: #fff;
}
.acc-list-cat .search-form .input-submit {
  width: 21px;
  height: 21px;
  background-image: url(../img/blog/btn_search_o.svg);
}
.acc-list-cat .list-cat {
  padding: 0 9%;
  margin-top: 20px;
}
.acc-list-cat .list-cat a {
  display: block;
  color: #fff;
  font-size: 13px;
  background: url(../img/blog/icon_tag.svg) no-repeat 0 center;
  background-size: 16px auto;
  padding: 10px 0 10px 25px;
}

.post-single.article-item .entry-meta .label-cat {
  display: inline-block;
}
.post-single .post-ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 15px;
}
.post-single .date {
  margin-bottom: 40px;
}
.post-single .table-of-content {
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  max-width: 510px;
  margin: 50px auto;
  padding: 0 40px;
}
.post-single .table-of-content ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.post-single .table-of-content .table-ttl {
  border-bottom: 1px solid #d5d5d5;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 30px;
  text-align: center;
}
.post-single .table-of-content a {
  display: block;
  border-bottom: 1px solid #d5d5d5;
  color: #096FCA;
  font-size: 16px;
  margin-bottom: 30px;
}
.post-single .table-of-content .is-indent {
  padding-left: 1.2em;
}
.post-single .article-panel .panel-ttl {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
.post-single .article-panel .panel-ct {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.post-single .article-panel .panel-ct p + p {
  margin-top: 2.5em;
}

.code.lang-sh {
  text-align: left;
  font-weight: normal;
  padding: 20px;
  margin: 40px 0;
  border: 1px solid #ddd;
  white-space: pre;
  overflow: auto;
  overflow-y: hidden;
  font-size: 15px;
  width: 560px;
  font-family: Monaco, Consolas, Courier New, Courier, monospace, sans-serif;
}

.blog-sns {
  background: #E6F2D8;
}
.blog-sns .label-sns {
  font-weight: bold;
  font-size: 16px;
  margin-right: 20px;
}
.blog-sns ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-right: 15px;
}
.blog-sns ul li > iframe {
  display: block;
}
.document-download .title {
  position: relative;
}
.document-download .title:after {
  content: "";
  width: 50px;
  height: 5px;
  background: #87CE23;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 10px;
}
.document-download .download-content {
  max-width: 690px;
}
.download-content .download-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.download-content .text {
  line-height: 1.7;
}
.download-content .text p {
  margin-bottom: 1em;
}
.download-content .text p:last-child {
  margin-bottom: 0 !important
}
.download-button a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #87CE23;
  border: 3px solid #87CE23;
  transition: all 0.2s;
  width: 280px;
  padding: 8px;
  border-radius: 30px;
}
.post-tags {
  position: relative;
  padding-left: 30px;
}
.post-tags .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.post-tags li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.post-tags a {
  display: block;
  color: #8AC823;
  border: 1px solid #8AC823;
  min-width: 85px;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  padding: 3px 10px;
}

@media print, (min-width: 751px) {
  .blog-sns {
    padding: 33px 30px 27px;
    display: flex;
    margin: 123px 0;
  }
  .blog-sns ul {
    margin-top: 2px;
  }
  .blog-sns .label-sns {
    font-size: 16px;
    margin-right: 20px;
  }
  .document-download .title {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .document-download {
    border: 5px solid #DBDBDB;
    padding: 40px 20px;
    margin: 0 0 70px;
  }
  .document-download:last-child {
    margin-bottom: 110px;
  }
  .document-download .download-content {
    margin: 0 auto;
  }
  .download-content .text {
    font-size: 16px;
  }
  .wrapper-image {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
  }
  .wrapper-image.is-custom {
    justify-content: space-between;
  }
  .download-thumbnail {
    height: 100%;
  }
  .wrapper-image.is-custom.is-modify .content-image:nth-child(2),
  .wrapper-image.is-custom.is-modify .content-image:nth-child(3) {
    position: absolute;
    right: 0;
    height: 45%;
  }
  .wrapper-image.is-custom.is-modify .content-image:nth-child(2) {
    top: 0;
  }
  .wrapper-image.is-custom.is-modify .content-image:nth-child(3) {
    bottom: 0;
  }
  .content-image {
    width: 47%;
  }
  .content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .download-info {
    padding-left: 25px;
  }
  .download-button {
    width: 100%;
    margin-top: 40px;
  }
  .download-button a:hover {
    background-color: #87CE23;
    color: #fff;
  }

  .post-tags {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-tags a {
    padding: 5px 0 1px;
  }
  .blog-sns .label-sns {
    padding-top: 3px;
  }
  .blog-side-bar .tags a {
    padding: 3px 18px 1px;
  }
}

@media only screen and (max-width: 750px) {
  .blog-sns {
    background: #E6F2D8;
    margin: 90px -20px;
    padding: 20px 20px 10px;
    text-align: center;
  }
  .blog-sns .label-sns {
    margin: 0 0 15px;
  }
  .blog-sns ul li {
    margin: 0 10px 20px;
  }
  .document-download .title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.7;
  }
  .document-download .title:after {
    width: 100%;
  }
  .download-content .download-title {
    font-size: 16px;
  }
  .download-content .text {
    margin-bottom: 25px;
  }
  .content-image {
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .document-download .download-content {
    margin-bottom: 1.3rem;
  }
}

.syn-statement {
  color: #d88a17;
}

.syn-constant {
  color: #f66;
}

.syn-special {
  color: #c000c0;
}

.syn-comment {
  color: #4f80e5;
}

.block-link {
  margin: 40px auto;
}

.article-panel {
  border-bottom: 3px solid #C1C1C1;
  margin-bottom: 30px;
  padding-bottom: 50px;
}
.article-panel .sttl {
  font-size: 20px;
  line-height: 1;
  border-left: 2px solid #646464;
  padding-left: 5px;
  margin: 40px 0;
}

.post-pagination {
  overflow: hidden;
}
.post-pagination .post-prev, .post-pagination .post-next {
  width: 290px;
  line-height: 1.8;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post-pagination .post-prev a, .post-pagination .post-next a {
  color: #096FCA;
}
.post-pagination .post-prev a:hover, .post-pagination .post-next a:hover {
  text-decoration: underline;
}
.post-pagination .post-prev {
  float: left;
  background: url(../img/blog/arrow_prev.png) no-repeat 0 0;
  padding-left: 30px;
}
.post-pagination .post-next {
  float: right;
  background: url(../img/blog/arrow_next.png) no-repeat right 0;
  padding-right: 30px;
}

.other-post {
  margin-top: 80px;
}
.other-post .title {
  font-size: 20px;
  margin-bottom: 15px;
}
.other-post .list-post .item {
  display: block;
  width: 190px;
  font-size: 14px;
  margin-bottom: 30px;
}
.other-post .list-post .item .thumb {
  display: block;
  margin-bottom: 15px;
}
.other-post .list-post .item .thumb img {
  width: 100%;
}
.other-post .list-post .item .ttl {
  display: block;
  line-height: 1.6;
}
.other-post .list-post .item:hover {
  text-decoration: underline;
}
.category-post.layout-list {
  margin-bottom: 80px;
}
.about-moconavi .about-title {
  font-weight: bold;
  color: #000;
}
.about-moconavi .txt p {
  line-height: 1.8;
  margin-bottom: 1.2em;
  color: #000;
}

@media (min-width: 751px) {
  .records {
    color: #646464;
    font-size: 16px;
    font-weight: bold;
    margin: -65px 0 40px;
  }
  .category-post.layout-list {
    max-width: 720px;
  }
  .about-moconavi .about-title {
    font-size: 26px;
    margin-bottom: 1.5em;
    padding: 15px 0;
  }
  .about-moconavi {
    margin-bottom: 100px;
  }
  .about-moconavi .txt p {
    font-size: 18px;
  }
  .moconavi-post {
    margin-top: 50px;
  }
  .moconavi-post .article-item {
    display: block;
    width: 330px;
    margin-right: 55px;
    margin-bottom: 70px;
  }
  .moconavi-post .article-item:nth-child(3n) {
    margin-right: 0;
  }
  .moconavi-post .article-item .thumbnail {
    position: relative;
    margin-bottom: 15px;
  }
  .moconavi-post .article-item .label-cat {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
  }
  .moconavi-post .post-title {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }

}
@media (max-width: 750px) {
  .page-name {
    font-size: 20px;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .sec-blog .page-name {
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .sec-blog .page-name:before {
    width: 6px;
    height: 30px;
  }
  .sec-blog.blog-cat .page-name {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .page-name.cat-name {
    margin-bottom: 35px;
    border-left: 3px solid #707070;
    padding: 0 0 0 5px;
    line-height: 1;
  }

  .blog-side-bar {
    margin-top: 100px;
    padding-bottom: 1px;
  }
  .blog-side-bar .widget-title {
    display: block !important;
    font-size: 20px;
    text-align: center;
  }

  .sec-blog {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .layout-grid .article-item {
    margin-bottom: 40px !important;
    border-bottom: 0;
  }
  .layout-grid .article-item .post-info {
    padding-bottom: 17px;
  }
  .layout-grid .article-item .entry-meta {
    margin-bottom: 15px;
  }
  .layout-grid .article-item .img a {
    height: 0;
    padding-bottom: 53.73333%;
  }
  .article-item .txt {
    display: none;
  }
  .article-item .entry-meta {
    margin-bottom: 7px;
  }
  .entry-meta .label-cat {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-item .entry-meta .date-publish {
    font-size: 10px;
  }
  .article-item .post-ttl a {
    font-size: 15px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
  }

  .layout-list .article-item {
    padding: 40px 0;
  }
  .layout-list .article-item .img {
    width: 33.33333%;
  }
  .layout-list .article-item .post-info {
    width: 66.66667%;
    padding-left: 20px;
  }
  .layout-list .article-item .post-ttl a {
    -webkit-line-clamp: 3;
  }

  .post-single.article-item {
    padding-bottom: 5px;
  }
  .post-single.article-item .entry-meta {
    margin-bottom: 5px;
  }
  .post-single.article-item .entry-meta .label-cat {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .post-single .post-ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .post-single .date {
    font-size: 11px;
    color: #727272;
    margin-bottom: 15px;
  }
  .post-tags {
    margin-top: 20px;
  }
  .post-tags li {
    margin-bottom: 5px;
  }
  .post-single .table-of-content a {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .post-single .article-panel {
    border-bottom: 1px solid #707070;
    margin: 0 -0.35rem 0;
    padding: 0 0.35rem 0.4rem;
  }
  .post-single .article-panel .panel-ttl {
    font-size: 16px;
    margin-bottom: 16px;
    border-bottom: 0;
    text-decoration: underline;
  }
  .post-single .article-panel .panel-ct {
    font-size: 14px;
  }
  .post-single .article-panel .panel-ct p + p {
    margin-top: 1em;
  }
  .post-single .article-panel .sttl {
    font-size: 14px;
    line-height: 1.5;
    margin: 25px 0;
  }

  .code.lang-sh {
    font-size: 12px;
    padding: 10px;
    margin: 20px 0;
    width: 100%;
  }

  .block-link {
    margin: 20px auto;
  }

  .post-pagination .post-prev, .post-pagination .post-next {
    float: none;
    width: auto;
    height: 42px;
    font-size: 12px;
    background-image: url(../img/blog/arrow_next.png) !important;
    background-size: 20px auto;
  }
  .post-pagination .post-prev a, .post-pagination .post-next a {
    text-decoration: underline;
  }
  .post-pagination .post-next {
    margin-top: 10px;
    background-position: 0 0;
    padding-right: 0;
    padding-left: 30px;
  }

  .other-post {
    margin-top: 50px;
  }
  .other-post .title {
    font-weight: bold;
    font-size: 14px;
    margin: 0 -0.35rem 0.5rem;
    padding: 0 0.35rem;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
  }
  .other-post .list-post {
    padding: 0 15px;
  }
  .other-post .list-post .item {
    width: 100%;
    font-size: 12px;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: flex;
  }
  .other-post .list-post .item .thumb {
    width: 57px;
    margin: 0;
  }
  .other-post .list-post .item .ttl {
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%;
    padding-left: 10px;
  }

  .blog-pickup .head {
    font-size: 20px;
  }
  .blog-pick-item .entry-meta {
    padding-bottom: 10px;
  }
  .blog-pickup .blog-pick-item {
    margin-top: 20px;
  }
  .col-left .blog-pick-item {
    padding-bottom: 72%;
  }
  .col-right .blog-pick-item {
    padding-bottom: 48%;
  }
  .col-left .blog-pick-item .title {
    font-size: 18px;
  }
  .col-right .blog-pick-item .title {
    font-size: 15px;
  }
  .recent-post {
    padding: 10px;
  }
  .recent-post li:nth-child(n+6) {
    display: none !important;
  }
  .sm .recent-post {
    background-color: transparent;
  }
  .recent-post li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .recent-post a {
    color: #000;
  }
  .about-moconavi .about-title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .about-moconavi .txt {
    margin-bottom: -40px;
  }
  .about-moconavi .txt p {
    font-size: 15px;
    margin-bottom: 2.1em;
  }
  .about-moconavi .txt p:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 360px) {
  .post-single .table-of-content {
    padding: 0 20px;
  }
  .desc-list-partner .item .thumb {
    min-height: 170px;
  }
}
@media (min-width: 751px) {
  .widget-categories li a:hover {
    font-weight: bold;
  }
}
.linkcard .lkc-title {
  margin: 5px;
}
.linkcard .lkc-thumbnail {
  float: right;
  margin-top: 2px;
}

/* PAGE NEWS
 * ----------------------------------------------- */
.sec-partners {
  margin-top: 6px;
}
.sec-partners .text-intro {
  font-size: 20px;
  line-height: 1.7;
}
.sec-partners .text-instruction {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 50px;
}
.sec-partners .text-intro a,
.sec-partners .text-instruction a {
  text-decoration: underline;
  color: #77A122;
}
.sec-partners .text-intro a:hover,
.sec-partners .text-instruction a:hover {
  text-decoration: none;
}
.sec-partners .news-menu {
  padding-bottom: 0;
}
.sec-partners .tab-pane {
  padding-top: 35px;
}
.navbar-tab li {
  width: 25%;
}
.navbar-tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  height: 50px;
  font-size: 19px;
  border: 1px solid #89C722;
  color: #77A122;
  background: #fff;
  transition: background 0.26s;
  position: relative;
}
.navbar-tab li + li a {
  border-left: 0;
}
.navbar-tab li .active {
  background: #89C722;
  color: #fff !important;
  font-weight: 600;
  font-size: 21px;
}
.navbar-tab li a:after {
  content: "";
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed #89C722;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  opacity: 0;
  visibility: hidden;
}
.navbar-tab li .active:after {
  opacity: 1;
  visibility: visible;
}
.pane-title-in {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  padding: 7px 0 7px 30px;
  line-height: 1.2;
}
.pane-title-in:before {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #89C722;
}

.list-partners {
  margin-bottom: 50px;
}
.list-partners .item {
  display: block;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.list-partners .item figcaption {
  position: absolute;
  font-size: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 8px;
  min-height: 45px;
}

.partner-study {
  border-top: 1px solid #ddd;
  margin-top: 100px;
  padding: 60px 0;
}
.partner-study .ttl {
  font-weight: bold;
  margin-bottom: 1.5em;
  font-size: 30px;
}
.course-content .txt, .course-content .btn {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.course-content .btn {
  font-weight: bold;
  text-align: center;
  border: 2px solid #8cc323;
  border-radius: 50px;
  background: #8cc323;
  color: #ffffff;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  padding: 13px 10px;
}
.course-content .btn:hover {
  background-color: #fff;
  color: #8cc323;
}
.course-content .txt {
  line-height: 1.7;
}

@media (min-width: 751px) {
  .course-content .btn {
    font-size: 20px;
    padding: 13px 10px;
    width: 340px;
    margin-left: 50px;
  }
  .course-content .txt {
    width: 410px;
    font-size: 18px;
  }
  .list-partners .item {
    width: 302px;
    margin-right: 27px;
    padding-bottom: 48px;
    transition: box-shadow 0.25s;
  }
  .list-partners .item:nth-child(3n) {
    margin-right: 0;
  }
  .list-partners .item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .navbar-tab li:nth-child(4) .active,
  .navbar-tab li:nth-child(4) a:hover {
    font-size: 19px;
  }
  .navbar-tab li a:hover {
    background: #89C722;
    color: #fff !important;
    font-weight: 600;
    font-size: 21px;
  }
  .pane-title-in sub {
    font-size: 20px;
    font-weight: normal;
  }
}
.tab-title {
  font-size: 21px;
  color: #8cc323;
  margin-bottom: 40px;
}
.tab-title + p {
  margin-bottom: 50px;
}

.partner-detail {
  width: 600px;
  padding: 20px 60px 60px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  display: none;
}
.partner-detail .fancybox-close-small {
  display: none;
}
.partner-detail .logo-partner {
  margin-bottom: 40px;
}
.partner-detail .company-profile p {
  margin-bottom: 20px;
}
.partner-detail .company-profile .icon {
  display: inline-block;
  margin-right: 10px;
}
.partner-detail .company-detail {
  padding-top: 15px;
}
.partner-detail .company-detail th, .partner-detail .company-detail td {
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  padding: 16px 15px;
  background: #c3cae3;
  color: #fff;
}
.partner-detail .company-detail th {
  width: 90px;
  border-right: 1px solid #fff;
}
.partner-detail .company-detail thead th, .partner-detail .company-detail thead td {
  background: #6e7280;
}
.partner-detail .company-detail tbody tr:nth-child(odd) th, .partner-detail .company-detail tbody tr:nth-child(odd) td {
  color: #6e7280;
}
.partner-detail .company-detail tbody tr:nth-child(even) th, .partner-detail .company-detail tbody tr:nth-child(even) td {
  background: #979db0;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.65;
}

@media (max-width: 750px) {
  .sec-partners .text-intro,
  .sec-partners .text-instruction {
    font-size: 1em;
  }
  .sec-partners .text-instruction {
    line-height: 2;
    margin-bottom: 40px;
  }
  .sec-partners .tab-pane .text-intro {
    font-size: 16px;
    text-align: left !important;
  }
  .sec-partners .news-menu {
    padding-top: 35px;
  }
  .pane-title-in {
    font-size: 20px;
    margin-bottom: 25px;
    padding: 3px 0 3px 15px;
  }
  .pane-title-in sub {
    font-size: 15px;
    font-weight: normal;
  }
  .pane-title-in:before {
    width: 10px;
  }
  .sec-partners {
    margin: 0.8rem 0 0.3rem;
  }
  .sec-partners .tab-content {
    padding-left: 0;
  }
  .sec-partners .tab-title + p {
    margin-bottom: 0.45rem;
  }
  .navbar-tab li a {
    font-size: 12px;
  }
  .navbar-tab li .active {
    font-size: 13px !important;
  }
  .sec-partners .tab-pane {
    padding-top: 25px;
  }

  .list-partners {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .list-partners .item {
    width: 47.5%;
    margin-bottom: 25px;
    padding-bottom: 28px;
  }
  .list-partners .item figure>img {
    max-width: 90%;
  }
  .list-partners .item figcaption {
    font-size: 12px;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    min-height: 2.4em;
  }
  .list-partners .item figcaption.align-sm-left {
    text-align: left;
  }
  .partner-study {
    padding: 45px 0;
    margin-top: 55px;
  }
  .partner-study .ttl {
    margin-bottom: 1em;
    font-size: 20px;
  }
  .course-content .txt, .course-content .btn {
    display: block;
  }
  .course-content .btn {
    padding: 15px 10px;
    font-size: 17px;
    margin: 40px auto 0;
    width: 280px;
  }

  .partner-detail {
    width: 90.66667%;
    padding: 0.4rem 0.5rem 0.6rem;
  }
  .partner-detail .logo-partner {
    margin-bottom: 0.4rem;
    width: 50%;
  }
  .partner-detail .company-profile p {
    margin-bottom: 0.15rem;
  }
  .partner-detail .company-profile .icon {
    width: 0.35rem;
    margin-right: 0.15rem;
  }
  .partner-detail .company-detail {
    padding-top: 0.2rem;
  }
  .partner-detail .company-detail th, .partner-detail .company-detail td {
    font-size: 0.28rem;
    padding: 0.1rem 0.2rem;
  }
  .partner-detail .company-detail th {
    width: 30%;
  }
}
@media only screen and (max-width: 374px) {
  .list-partners .item figcaption {
    font-size: 11px;
  }
}
/* FORMS
 * ----------------------------------------------- */
.footer-form .footer-bot {
  text-align: center;
  padding: 32px 0 31px;
}
.footer-form .footer-bot .copyright {
  margin: 0;
}

.inquiry-form {
  padding: 150px 0 160px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.inquiry-form .form-side {
  padding: 30px 0;
}
.inquiry-form.trial .form-side {
  padding: 0 30px;
}
.inquiry-form.trial .form-checkbox-field a {
  color: #1d1d1d;
}
.inquiry-form .box-partners .lead {
  margin-bottom: 20px;
}
.inquiry-form .box-faq span {
  display: inline-block;
  line-height: 1.2;
  padding-left: 12px;
}
.inquiry-form .box-faq a {
  text-decoration: underline;
}
.inquiry-form2 {
  padding: 70px 0 160px;
}
.inquiry-form .form-side {
  padding: 30px 0;
}
.inquiry-form.trial {
  padding: 60px 0;
}
.inquiry-form.trial .form-side {
  padding: 0 30px;
}
.inquiry-form .box-partners .lead {
  margin-bottom: 20px;
}
.inquiry-form .box-faq span {
  display: inline-block;
  line-height: 1.2;
  padding-left: 12px;
}
.inquiry-form .box-faq a {
  text-decoration: underline;
}
.form-heading .stitle {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #8cc323;
}
.form-heading .stitle2 {
  font-size: 36px;
  margin-bottom: 0.6em;
  color: #8cc323;
}
.form-heading .desc {
  font-size: 18px;
  line-height: 2;
}

.form-note {
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 1.8;
  color: #606060;
  padding: 0 20px;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}

.form-body {
  padding: 40px 20px;
  margin-left: 15px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.22);
}

.form-body table {
  width: 100%;
}
.form-body table td, .form-body table th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  vertical-align: top;
  color: #606060;
}
.form-body table th {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.form-body table td {
  font-size: 15px;
}
.form-body textarea {
  width: 100%;
}
.form-body .d-flex .form-element-wrap {
  width: 47.5%;
}
.form-wrapper th .required {
  position: relative;
  top: -1px;
}
.form-wrapper .list-radio li + li {
  margin-top: 5px;
}
.form-wrapper .form-side {
  color: #606060;
  letter-spacing: 0.05em;
}
.trial .form-wrapper .form-side {
  color: #1D1D1D;
}
.form-wrapper .form-side a {
  color: inherit;
}
.trial .form-side .lead {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 50px;
}

@media (min-width: 751px) {
  .header-form {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header-form:not(.header-fixed) {
    background: transparent;
    box-shadow: none;
  }
  .header-form .header-logo {
    padding: 40px 0;
  }
  .header-form.no-fixed {
    position: absolute !important;
  }

  .form-wrapper .form-body {
    max-width: 725px;
    margin: 0 auto;
  }
  .form-wrapper .form-body table th {
    width: 240px;
    padding-right: 15px;
    text-align: right;
  }
  .form-wrapper .form-body table th:not(.nopadding-top) {
    padding-top: 17px;
  }
  .form-body table th .gap {
    display: inline-block;
    width: 23px;
    margin-left: 5px;
  }
  .form-body table th .gap:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .form-body table th input,
  .form-body table th textarea {
    color: #000;
  }
  .form-wrapper .form-side {
    font-size: 19px;
  }
  .trial .form-wrapper .form-body table th,
  .trial .form-wrapper .form-body table td {
    width: 100%;
    text-align: left;
    color: #1D1D1D;
  }
  .trial .form-wrapper .form-body table th {
    padding: 2px 5px;
  }
  .trial .form-wrapper .form-body table td {
    padding: 5px 0 15px;
  }
}
.form-control {
  display: block;
  background-color: #efefef;
  width: 100%;
  line-height: normal;
  font-size: 1em;
  letter-spacing: 0.03em;
  padding: 5px 15px;
  height: 46px;
  border-radius: 8px;
}
select.form-control {
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-image: url('../img/forms/icon_drop.png');
  background-size: 12px auto;
  color: #848484;
}
select.form-control.selected {
  color: #000;
}
textarea.form-control {
  height: auto;
}

.form-radio-field label {
  display: block;
}
.form-radio-field .form-radio-field-text {
  display: inline-block;
  position: relative;
  padding: 4px 0 4px 25px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.form-radio-field .form-radio-field-text .icon {
  width: 14px;
  height: 14px;
  border: 1px solid #212121;
  background: #fff;
  border-radius: 7px;
  position: absolute;
  left: 0;
  top: 5px;
}
.form-radio-field input[type="radio"]:checked + .form-radio-field-text .icon:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  background: #212121;
  left: 3px;
  top: 3px;
}

.form-checkbox-field .form-checkbox-field-text {
  display: inline-block;
  padding: 4px 0 4px 25px;
  background: url(../img/forms/icon_check.png) no-repeat 0 2px;
  background-size: 17px;
  cursor: pointer;
}
.form-checkbox-field .form-checkbox-field-text.form-agree {
  margin-left: 2px;
}
.form-checkbox-field input[type="checkbox"]:checked + .form-checkbox-field-text {
  background-image: url(../img/forms/icon_checked.png);
}
.form-checkbox-field a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  color: #606060;
}

.form-button-input {
  background: #8cc323;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 16px 10px;
  border-radius: 4px;
  width: 240px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  margin-top: 35px;
}

.form-button-input[disabled] {
  cursor: default;
  opacity: 0.5;
}

.full-screen {
  height: calc(100vh - 80px);
  min-height: 480px;
  text-align: center;
}
.full-screen:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.full-screen .inner-ct {
  display: inline-block;
  vertical-align: middle;
}

.trial-kv {
  background: #222c47;
  color: #fff;
  padding: 130px 0 65px;
}
.trial-kv .tit, .trial-kv .hometext {
  padding-left: 60px;
}
.trial-kv .tit {
  font-size: 48px;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  font-weight: bold;
}
.trial-kv .tit strong {
  color: #8cc323;
}
.trial-kv .hometext {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.list-step .step {
  width: 240px;
  margin: 0 30px;
  position: relative;
}
.trial .list-step {
  margin-bottom: 80px;
}
.list-step .step .icon {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.list-step .step .desc {
  font-size: 15px;
  font-weight: bold;
  display: block;
  line-height: 1.6;
}
.list-step .step .num {
  position: absolute;
  font-size: 39px;
  font-weight: bold;
  left: 0;
  top: 0;
  color: #4E4E4E;
}

.document-dl {
  max-width: 768px;
  margin: 0 auto;
}
.document-dl .leading {
  font-size: 20px;
  text-align: center;
  margin-bottom: 100px;
}
.document-dl .btn {
  border-radius: 23px;
  height: 75px;
  width: 303px;
  min-width: 290px;
  padding-top: 25px;
  font-size: 18px;
  font-weight: bold;
}
.document-dl .box-contact {
  border: 1px solid #BABABA;
  padding: 25px 20px;
  margin-top: 105px;
  font-size: 16px;
}
.document-dl .box-contact p {
  margin-bottom: 4px;
}
.document-dl .box-contact .lead {
  margin-bottom: 45px;
}

@media (max-width: 750px) {
  .header-form .header-logo {
    padding: 22px 0;
  }

  .footer-form .footer-bot {
    padding: 0.25rem 0;
    font-size: 0.24rem;
  }

  .inquiry-form {
    padding: 0.9rem 0;
  }
  .inquiry-form .form-side {
    padding: 0.9rem 0 0.2rem;
  }
  .inquiry-form .form-side .box-partners .lead {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.4;
  }
  .inquiry-form.trial {
    padding: 0.7rem 0;
  }
  .inquiry-form.trial .form-side {
    padding: 0;
  }

  .form-heading .stitle {
    font-size: 0.36rem;
    margin-bottom: 0.6em;
  }
  .form-heading .stitle2 {
    font-size: 0.36rem;
    margin-bottom: 0.4em;
    color: #8cc323;
  }
  .form-heading .desc {
    font-size: 0.28rem;
  }

  .form-note {
    font-size: 1em;
    line-height: 1.7;
    padding: 0;
    margin-bottom: 2.5em;
  }

  .form-wrapper .form-body {
    margin-left: 0;
    padding: 0.5rem 0.3rem 0.15rem;
  }
  .form-wrapper .form-body table th, .form-wrapper .form-body table td {
    display: block;
    width: 100%;
    font-size: 0.28rem;
  }
  .form-wrapper .form-body table th {
    padding: 0;
  }
  .form-wrapper .required {
    display: inline-block;
    width: 23px;
  }
  .form-wrapper .form-body table td {
    padding: 0.16rem 0 0.6rem 0.3rem;
  }
  .form-wrapper .form-body table td.f-msg {
    padding-bottom: 0.25rem;
  }
  .form-wrapper .form-body .form-radio-field {
    margin-left: 0;
  }
  .form-wrapper .form-body .d-flex .form-element-wrap {
    width: 48.5%;
  }

  .form-control {
    padding: 0.1rem 0.25rem;
    height: 0.64rem;
    border-radius: 0.12rem;
  }

  .form-radio-field .form-radio-field-text {
    padding: 0.08rem 0 0.08rem 0.35rem;
  }
  .form-radio-field .form-radio-field-text .icon:before {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.1rem;
    top: 0.08rem;
  }

  .f-check .form-checkbox-field {
    display: block;
    text-align: center;
  }
  .f-check .form-checkbox-field .form-agree {
    font-size: 0.21rem;
    margin-left: 0;
  }

  .form-checkbox-field .form-checkbox-field-text {
    padding: 0.08rem 0 0.08rem 0.5rem;
    background-position: 0 0.2em;
    background-size: 0.3rem;
  }

  .form-button-input {
    padding: 0.3rem 0;
    border-radius: 0.4rem;
    font-size: 0.28rem;
    width: 3.86rem;
    margin-top: 0.6rem;
  }

  .full-screen {
    height: calc(100vh - 65px - .8rem);
  }
  .full-screen .inner-ct {
    width: 90.6667%;
  }

  .trial-kv {
    padding: 9.5% 0;
    height: auto;
  }
  .trial-kv .tit, .trial-kv .hometext {
    padding-left: 0;
  }
  .trial-kv .tit {
    font-size: 0.36rem;
    margin-bottom: 1.4em;
    text-align: center;
  }
  .trial-kv .hometext {
    font-size: 1em;
    letter-spacing: 0.01em;
    line-height: 1.8;
  }

  .trial .form-side .lead {
    font-size: 0.36rem;
    margin-bottom: 0.4rem;
  }
  .list-step .step {
    margin: 0 0 12px;
    padding-left: 20px;
    display: flex;
    width: auto;
    align-items: center;
  }
  .list-step .step .icon {
    width: 50px;
  }
  .trial .list-step {
    margin-bottom: 50px;
  }
  .list-step .step .desc {
    width: calc(100% - 50px);
    padding-left: 15px;
    font-size: 1em;
    line-height: 1.7;
    font-weight: normal;
  }
  .list-step .step .num {
    font-size: 16px;
    font-weight: normal;
  }
}

#header-tel{
	margin-bottom : 10px;
}
#header-tel p{
	margin-left : 10px;
	display : inline-block;
	font-size : 15px;
}
.test1{
  width: 48%;
  margin: 1%;
  float: left;
}

.form-modoru{
text-align: center;
background:#8cc323;
width:150px;
height: 40px;
border-radius: 12px;
margin-left: 40%;
margin-top: 10px;
font-size: 16px;
padding-top: 8px;
}

.acutus-logo1{
position: relative;
width: 390px;
height: 133px;
}
.acutus-logo3{
position: relative;
width: 390px;
height: 133px;
}
.shimizu-logo1{
position: relative;
width: 340px;
height: 133px;
margin-left: -16px;
}
.wakayama-logo1{
position: relative;
width: 340px;
height: 133px;
margin-left: -16px;
}
.acutus-logo1 img{
position: absolute;
max-width: 100%;
max-height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: auto;
width: auto;
margin: auto;
}
.wakayama-logo1 img{
position: absolute;
max-width: 100%;
max-height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: auto;
width: auto;
margin: auto;
}
.shimizu-logo1 img{
position: absolute;
max-width: 100%;
max-height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: auto;
width: auto;
margin: auto;
}
.acutus-font{
font-size: 10px;
line-height: 1.6667;
}

.acutus-readmore {
  margin-top: 5px;
  display: block;
  font-size: 8px;
  text-align: right;
}
.acutus-author {
  margin-top: 5px;
  font-size: 10px;
}
.tokyu-author {
  margin-top: 10px;
  font-size: 10px;
}

.acutus-author img {
  width: 75px;
}
.tokyu-author img {
  width: 75px;
}
.shimizu-fight1{
width: 63%;
margin-left: -29%
}
.shimizu-fight2{
margin-left: 9%;
margin-top:-7%;
}
.shimizu-fight3{
margin-top: -16%;
margin-left: 46%;
}
.shimizu-fight4{
margin-left: -21%;
margin-top: 10%;
}
.wakayama-fight1{
width: 80%;
margin-left: -27%;
margin-top: 11%;
}
.wakayama-fight2{
margin-left: 55%;
margin-top:-17%;
}

/*acutus*/
.acutus-example{
position: relative;
border-top: 6px solid #8cc323;
border-bottom: 6px solid #8cc323;
}
.tokyu-example{
position: relative;
border-top: 6px solid #8cc323;
border-bottom: 6px solid #8cc323;
}
.wakayama-example{
position: relative;
border-top: 6px solid #8cc323;
border-bottom: 6px solid #8cc323;
}
.acutus-img{
width: 65%;
margin-left: auto;
}
.shimizu-img{
width: 37%;
margin-left: auto;
}
.wakayama-img{
width: 40%;
margin-left: auto;
}
.wakayama-img img{
width: 100%;
}
.acutus-example h1{
position: absolute;
top: 33%;
left: 5%;
color:#8cc223;
font-size:27px;
font-weight: 600;
}
.acutus-example h2{
position: absolute;
top: 43%;
left: 5%;
color: black;
font-size: 29px;
font-weight: 600;
text-shadow:
    #ffffff 1px 1px 5px, #ffffff -1px 1px 5px,
    #ffffff 1px -1px 5px, #ffffff -1px -1px 5px;
}
.tokyu-example h1{
position: absolute;
top: 33%;
left: 5%;
color:#8cc223;
font-size:27px;
font-weight: 600;
}
.tokyu-example h2{
position: absolute;
top: 43%;
left: 5%;
color: black;
font-size: 29px;
font-weight: 600;
text-shadow:
    #ffffff 1px 1px 5px, #ffffff -1px 1px 5px,
    #ffffff 1px -1px 5px, #ffffff -1px -1px 5px;
}
.wakayama-example h1{
position: absolute;
top: 45%;
left: 2%;
color:#8cc223;
font-size:28px;
font-weight: 600;
}
.wakayama-example h2{
position: absolute;
top: 59%;
left: 2%;
color: black;
font-size: 29px;
font-weight: 600;
text-shadow:
    #ffffff 1px 1px 5px, #ffffff -1px 1px 5px,
    #ffffff 1px -1px 5px, #ffffff -1px -1px 5px;
}
.wakayama-example h3{
position: absolute;
top: 21%;
left: 26%;
color:#8cc223;
font-size: 16px;
font-weight: 600;
}
.wakayama-sakamoto{
margin-top: -18px;
font-size: 18px;
font-weight: 600;
}
.acutus-logo{
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
position: absolute;
top: 0;
left: 85%;
width:14%;
}
.acutus-logo4{
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
position: absolute;
top: 10%;
left: 33%;
width:14%;
}
.shimizu-logo{
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
position: absolute;
top: 26%;
left: 5%;
width:14%;
}
.wakayama-logo{
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
position: absolute;
top: 16%;
left: 2%;
width:22%;
}
.content-acutus1{
float: left;
width: 32%;
margin-top: 72px;
margin-right: 1%;
}
.content-acutus2{
float: right;
width: 66%;
margin-top: 10px;
margin-left: 1%;
}
.content-acutus3{
float: right;
width: 32%;
margin-top: 72px;
margin-left: 1%;
}
.content-acutus4{
float: left;
width: 66%;
margin-top: 10px;
margin-right: 1%;
}
.content-acutus5{
float: left;
width: 32%;
margin-top: 25px;
margin-right: 1%;
}
.content-tokyu4{
float: left;
width: 32%;
margin-top: 72px;
margin-right: 1%;
}
.content-tokyu5{
float: right;
width: 32%;
margin-top: 50px;
margin-left: 1%;
}
.content-tokyu6{
float: left;
width: 32%;
margin-top: 140px;
margin-right: 1%;
}
.content-shimizu{
float: left;
width: 32%;
margin-top: 30px;
margin-right: 1%;
}
.content-shimizu2{
float: right;
width: 32%;
margin-top: 10px;
margin-left: 1%;
}
.content-shimizu3{
float: right;
width: 32%;
margin-top: 10px;
margin-right: 1%;
}
.content-shimizu4{
float: left;
width: 32%;
margin-top: 10px;
margin-right: 1%;
}
.content-shimizu5{
float: left;
width: 32%;
margin-top: 10px;
margin-left: 1%;
}
.content-shimizu6{
float: right;
width: 32%;
margin-top: 10px;
margin-right: 1%;
}
.content-wakayama{
float: left;
width: 32%;
margin-top: 6px;
margin-left: 1%;
margin-right: 2%;
}
.wakayama-bun{
 font-size: 14px;
 }
.wakayama-bun h1{
 color: #362a1f;
 font-size: 14px!important;
 width: 285px;
 margin-left:1%;
 }
.acutus-border{
border-bottom: 1px solid gray;
padding-bottom: 10px;
margin-bottom: 10px;
}
.acutus-box{
background: #8cc323;
  color: #fff;
  padding: 5px;
  width: 27%;
  height: 245px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  position: relative;
}
.tokyu-box{
background: #8cc323;
  color: #fff;
  padding: 5px;
  width: 25%;
  height: 230px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  position: relative;
}
.tokyu-box1{
  background: #8cc323;
  color: #fff;
  padding: 5px;
  width: 25%;
  height: 230px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  position: relative;
}
.shimizu-box{
  background: #8cc323;
  color: #fff;
  padding: 5px;
  width: 25%;
  height: 230px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  position: relative;
}
.shimizu-box1{
  background: #8cc323;
  color: #fff;
  padding: 5px;
  width: 25%;
  height: 230px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  position: relative;
}
.wakayama-box{
  position: relative;
  background: #8cc323;
  color: #fff;
  padding: 5px;
  width: 29%;
  height: 100px;
  margin-bottom: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
}
.acutus-box h1{
position: absolute;
top: 80px;
left: 8%;
font-size: 19px;
}
.acutus-box h2{
position: absolute;
top: 80px;
left: 13%;
font-size: 20px;
}
.tokyu-box h1{
position: absolute;
top: 70px;
left: 16%;
font-size: 17px;
}
.tokyu-box1 h1{
position: absolute;
top: 70px;
left: 21%;
font-size: 18px;
}
.tokyu-box h2{
position: absolute;
top: 70px;
left: 9%;
font-size: 17px;
}
.shimizu-box h1{
position: absolute;
top: 70px;
left: 10%;
font-size: 17px;
}
.shimizu-box1 h1{
position: absolute;
top: 70px;
left: 21%;
font-size: 18px;
}
.wakayama-box h1{
position: absolute;
top: 17px;
left: 19%;
font-size: 17px;
}
.acutus-text{
margin-top: 18px;
color: #f5a21b;
font-size: 17px;
}
.acutus-text2{
margin-top: 10px;
color: #8cc323;
font-size: 19px;
}
.acutus-profile .employee{
width: 48%;
margin: 1%;
float: left;
}
.acutus-profile img{
width: 150px;
float: left;
}
.shimizu-profile .employee{
width: 48%;
margin: 1%;
float: left;
}
.shimizu-profile img{
width: 70px;
float: left;
position: relative;
border-top: 4px solid #939493;
border-bottom: 4px solid #939493;
border-left: 4px solid #939493;
border-right: 4px solid #939493;
}
.wakayama-profile img{
width: 150px;
margin-top: 10px;
position: relative;
border-top: 4px solid #939493;
border-bottom: 4px solid #939493;
border-left: 4px solid #939493;
border-right: 4px solid #939493;
}
.acutus-name1{
margin-left: 10px;
font-size: 18px;
float: left;
width: 200px;
}
.acutus-name2{
margin-top: 5px;
font-size: 23px;
font-weight: 800;
margin-left: 10px;
float:left;
width: 200px;
}
.tokyu-name1{
margin-left: 10px;
font-size: 16px;
float: left;
width: 200px;
color: #8cc323;
}
.tokyu-name2{
font-size: 14px;
margin-left: 10px;
float:left;
width: 200px;
}
.tokyu-name3{
margin-top: 5px;
font-size: 23px;
font-weight: 800;
margin-left: 10px;
float:left;
width: 200px;
}
.shimizu-name3{
margin-top: 5px;
font-size: 23px;
font-weight: 800;
margin-left: 10px;
float:left;
width: 200px;
}
.acutus-information{
background:#8cc323;
margin-top: 10px;
padding: 30px;
padding-top: 5px;
}
.acutus-information .back{
background:#ffffff;
border-radius: 12px;
}
.acutus-information .logo1{
width: 48%;
margin: 1%;
float: left;
}
.acutus-information h3{
color: #ffffff;
font-size: 25px;
text-align: center;
}
.shimizu-information{
background:#8cc323;
margin-top: 10px;
padding: 30px;
padding-top: 5px;
}
.shimizu-information .back{
background:#ffffff;
border-radius: 12px;
}
.shimizu-information .logo1{
width: 48%;
margin: 1%;
float: left;
}
.shimizu-information h3{
color: #ffffff;
font-size: 25px;
text-align: center;
}
.tokyu-information{
background:#8cc323;
margin-top: 10px;
padding: 30px;
padding-top: 5px;
}
.tokyu-information .back{
background:#ffffff;
border-radius: 12px;
}
.tokyu-information .logo1{
width: 48%;
margin: 1%;
float: left;
}
.tokyu-information h3{
color: #ffffff;
font-size: 25px;
text-align: center;
}
.recomot-logo{
width: 240px;
padding-bottom: 10px;
margin-bottom: 10px;
margin-left: 50px;
margin-top: 20px;
}
.acutus-header{
width:50%;
float: left;
}
.acutus-soryu{
color: #8cc323;
text-align: center;
font-size: 17px;
margin-top: 40px;
}
.tokyu-kaiken{
margin-top: 112%;
}
.tokyu-example{
position: relative;
border-top: 3px solid #8cc323;
border-bottom: 3px solid #8cc323;
}
.tokyu-img{
width: 60%;
margin-left: auto;
}
.shimizu_kaiken{
margin-top: 10px;
}
.shimizu_kaiken img{
width: 50%;
}
.selectform {
  -moz-appearance: menulist !important;
  -webkit-appearance: menulist !important;
}
.inquiry-heads{
margin-top: -30px;
}
.inquiry-heads2{
margin-top: -20px;
}
.inquiry-heads3{
margin-top: -13px;
}
.formradio{
  margin-top: -41.5px;
  margin-left: 95px;
  }
@media (max-width: 750px) {
.content-post2 {
  width: 48%;
  margin: 1%;
}
.acutus-example{
position: relative;
border-top: 3px solid #8cc323;
border-bottom: 3px solid #8cc323;
}
.tokyu-example{
position: relative;
border-top: 3px solid #8cc323;
border-bottom: 3px solid #8cc323;
}
.acutus-img{
width: 65%;
margin-left: auto;
}
.tokyu-img{
width: 60%;
margin-left: auto;
}
.acutus-example h1{
position: absolute;
top: 32%;
left: 5%;
color:#8cc223;
font-size:10px;
}
.acutus-example h2{
position: absolute;
top: 43%;
left: 5%;
color: black;
font-size: 10px;
}
.acutus-logo{
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
position: absolute;
top: 0;
left: 85%;
width:14%;
}
.shimizu-logo{
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
position: absolute;
top: 20%;
left: 5%;
width:14%;
}
.acutus-logo4{
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
position: absolute;
top: 10px;
left: 33%;
width:14%;
}

.content-acutus1{
float: left;
width: 32%;
margin-top: 110px;
margin-right: 1%;
}
.content-acutus2{
float: right;
width: 66%;
margin-top: 10px;
margin-left: 1%;
font-size: 9px;
}
.content-acutus3{
float: right;
width: 33%;
margin-top: 110px;
margin-left: 1%;
}
.content-acutus4{
float: left;
width: 66%;
margin-top: 10px;
margin-right: 1%;
font-size: 9px;
}
.content-acutus5{
float: left;
width: 33%;
margin-top: 70px;
margin-right: 1%;
}
.content-shimizu2{
float: right;
width: 32%;
margin-top: 10px;
margin-left: 1%;
font-size: 6px;
}
.content-shimizu3{
float: right;
width: 32%;
margin-top: 10px;
margin-right: 1%;
font-size: 6px;
}
.content-shimizu4{
float: left;
width: 32%;
margin-top: 10px;
margin-right: 1%;
font-size: 6px;
}
.content-shimizu5{
float: left;
width: 32%;
margin-top: 10px;
margin-left: 1%;
font-size: 6px;
}
.content-shimizu6{
float: right;
width: 32%;
margin-top: 10px;
margin-right: 1%;
font-size: 6px;
}
.acutus-border{
border-bottom: 1px solid gray;
padding-bottom: 10px;
margin-bottom: 10px;
}
.acutus-box{
background: #8cc323;
  color: #fff;
  padding: 30px;
  width: 31%;
  height: 140px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  position: relative;
}
.acutus-box h1{
position: absolute;
top: 55px;
left: 8%;
font-size: 8px;
}
.acutus-box h2{
position: absolute;
top: 55px;
left: 13%;
font-size: 8px;
}
.acutus-text{
margin-top: 12px;
color: #f5a21b;
font-size: 12px;
}
.acutus-text2{
margin-top: 9px;
color: #8cc323;
font-size: 12px;
}
.acutus-profile .employee{
width: 48%;
margin: 1%;
float: left;
}
.acutus-profile img{
width: 70px;
float: left;
}
.shimizu-profile .employee{
width: 48%;
margin: 1%;
float: left;
}
.shimizu-profile img{
width: 70px;
float: left;
position: relative;
border-top: 2px solid #939493;
border-bottom: 2px solid #939493;
border-left: 2px solid #939493;
border-right: 2px solid #939493;
}
.acutus-name1{
margin-left: 6px;
font-size: 11px;
float: left;
width: 200px;
}
.acutus-name2{
margin-top: 5px;
font-size: 12px;
font-weight: 800;
margin-left: 6px;
float:left;
width: 200px;
}
.acutus-information{
background:#8cc323;
padding: 30px;
padding-top: 5px;
margin-top: 10px;
position: relative;
}
.acutus-information .back{
background:#ffffff;
border-radius: 12px;
}
.acutus-information .logo1{
width: 48%;
margin: 1%;
float: left;
}
.acutus-information h3{
color: #ffffff;
font-size: 12px;
text-align: center;
}
.acutus-information a{
position: absolute;
display : block;
width: 23%;
margin-top: -11px;
text-align: center;
}
.recomot-logo{
width: 120px;
padding-bottom: 10px;
margin-bottom: 10px;
margin-left: 50px;
margin-top: 20px;
}
.acutus-header{
width:50%;
float: left;
}
.acutus-soryu{
color: #8cc323;
text-align: center;
font-size: 11px;
margin-top: 30PX;
}
.acutus-logo1{
position: relative;
width: 250px;
height: 80px;
}

.shimiz-logo1{
position: relative;
width: 180px;
height: 80px;
}
.wakayma-logo1{
position: relative;
width: 250px;
height: 80px;
}
.acutus-logo1 img{
position: absolute;
max-width: 80%;
max-height: 80%;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: auto;
width: auto;
margin: auto;
}
.shimizu-logo1 img{
position: absolute;
width: 67px;
height: 82px;
margin-top: 20px;
margin-left: 25px
}
.wakayama-logo1 img{
position: absolute;
max-width: 60%;
max-height: 60%;
top: -10px;
bottom: 0;
left: 0;
right: 0;
height: auto;
width: auto;
margin: auto;
}
.acutus-logo3 img{
position: absolute;
max-width: 120%;
max-height: 102%;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: auto;
width: auto;
margin: auto;
}
.test1{
  width: 48%;
  margin: 1%;
  float: left;
}
.acutus-font{
font-size: 10px;
line-height: 1.6667;
}

.acutus-readmore {
  margin-top: 5px;
  display: block;
  font-size: 8px;
  text-align: right;
}
.acutus-author {
  margin-top: 5px;
  font-size: 8px;
}
.tokyu-author {
  margin-top: 0px;
  font-size: 8px;
}
.acutus-author img {
  width: 55px;
}
.tokyu-author img {
  width: 55px;
}
.tokyu-kaiken{
margin-top: 220px;
max-width: 100%;
}
.tokyu-box{
background: #8cc323;
  color: #fff;
  padding: 5px;
  width: 27%;
  height: 140px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  position: relative;
}
.tokyu-box1{
  background: #8cc323;
  color: #fff;
  padding: 5px;
  width: 27%;
  height: 140px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  position: relative;
}
.shimizu-box{
background: #8cc323;
  color: #fff;
  padding: 5px;
  width: 27%;
  height: 110px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  position: relative;
}
.shimizu-box1{
  background: #8cc323;
  color: #fff;
  padding: 5px;
  width: 27%;
  height: 110px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  position: relative;
}
.tokyu-box h1{
position: absolute;
top: 39px;
left: 16%;
font-size: 7px;
}

.tokyu-box1 h1{
position: absolute;
top: 40px;
left: 22%;
font-size: 8px;
}
.tokyu-box h2{
position: absolute;
top: 40px;
left: 11%;
font-size: 7px;
}
.content-tokyu4{
float: left;
width: 32%;
margin-top: 90px;
margin-right: 1%;
}
.content-tokyu5{
float: right;
width: 32%;
margin-top: 120px;
margin-left: 1%;
}
.content-tokyu6{
float: left;
width: 32%;
margin-top: 160px;
margin-right: 1%;
}
.tokyu-name1{
margin-top: -70px;
margin-left: 60px;
font-size: 8px;
float: left;
width: 200px;
color: #8cc323;
}
.tokyu-name2{
margin-top: -60px;
font-size: 7px;
margin-left: 60px;
float:left;
width: 200px;
}
.tokyu-information{
background:#8cc323;
margin-top: 10px;
padding: 30px;
padding-top: 5px;
}
.tokyu-information .back{
background:#ffffff;
border-radius: 12px;
}
.tokyu-information .logo1{
width: 48%;
margin: 1%;
float: left;
}
.tokyu-information h3{
color: #ffffff;
font-size: 12px;
text-align: center;
}
.tokyu-information a{
position: absolute;
display : block;
width: 9%;
margin-top: -13px;
text-align: center;
}
.tokyu-name3{
margin-top: -10px;
font-size: 9px;
font-weight: 800;
margin-left: 60px;
float:left;
width: 200px;
}
.tokyu-example h1{
position: absolute;
top: 27%;
left: 4%;
color:#8cc223;
font-size:8px;
font-weight: 600;
}
.tokyu-example h2{
position: absolute;
top: 34%;
left: 4%;
color: black;
font-size: 9px;
font-weight: 600;
text-shadow:
    #ffffff 1px 1px 5px, #ffffff -1px 1px 5px,
    #ffffff 1px -1px 5px, #ffffff -1px -1px 5px;
    }
.shimizu_kaiken{
margin-top: 40px;
}
.shimizu_kaiken img{
width: 58%;
}
.shimizu-name3{
margin-top: -30px;
font-size: 9px;
font-weight: 800;
margin-left: 60px;
float:left;
width: 200px;
}
.shimizu-box h1{
position: absolute;
top: 40px;
left: 10%;
font-size: 6px;
}
.shimizu-box1 h1{
position: absolute;
top: 30px;
left: 16%;
font-size: 7px;
}
.shimizu-information{
background:#8cc323;
margin-top: 10px;
padding: 30px;
padding-top: 5px;
}
.shimizu-information .back{
background:#ffffff;
border-radius: 12px;
}
.shimizu-information .logo1{
width: 48%;
margin: 1%;
float: left;
}
.shimizu-information h3{
color: #ffffff;
font-size: 25px;
text-align: center;
}
.shimizu-information a{
position: absolute;
display : block;
width: 9%;
margin-top: -12px;
margin-left: 5px;
text-align: center;
}
.formradio{
  margin-top: -13.6%;
  margin-left: 75px!important;
  }
.shimizu-fight1{
width: 41%;
margin-top: -212px;
margin-left:80px;
}
.shimizu-fight2{
margin-left: 80px;
margin-top:-180px;
width: 37%;
}
.shimizu-fight3{
margin-top: -85px;
margin-left: 84px;
font-size: 7px;
}
.shimizu-fight4{
margin-left: 10px;
margin-top: 2px;
}
.wakayama-fight1{
width: 48%;
margin-top: -50px;
margin-left:10px;
}
.wakayama-fight2{
margin-left: 90px;
margin-top:-40px;
font-size: 8px;
}
.wakayama-example h1{
position: absolute;
top: 45%;
left: 2%;
color:#8cc223;
font-size:9px;
font-weight: 600;
}
.wakayama-example h2{
position: absolute;
top: 55%;
left: 2%;
color: black;
font-size: 9px;
font-weight: 600;
text-shadow:
    #ffffff 1px 1px 5px, #ffffff -1px 1px 5px,
    #ffffff 1px -1px 5px, #ffffff -1px -1px 5px;
}
.wakayama-example h3{
position: absolute;
top: 19%;
left: 26%;
color:#8cc223;
font-size: 8px;
font-weight: 600;
}
.wakayama-img img{
width: 100%;
height: 130px;
margin-left: auto;
}
.wakayama-box{
  position: relative;
  background: #8cc323;
  color: #fff;
  padding: 5px;
  width: 29%;
  height: 40px;
  margin-bottom: 4px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
}
.wakayama-box h1{
position: absolute;
top: 7px;
left: 17%;
font-size: 7px;
}
.wakayama-bun{
 font-size: 14px;
 }
.wakayama-bun h1{
 font-size: 6px!important;
 width: 100px;
 margin-left:3%;
 }
.content-wakayama{
float: left;
width: 31%;
margin-top: 6px;
margin-left: 1%;
margin-right: 2%;
}
.wakayama-profile img{
width: 70px;
margin-top: 7px;
position: relative;
border-top: 2px solid #939493;
border-bottom: 2px solid #939493;
border-left: 2px solid #939493;
border-right: 2px solid #939493;
}
.wakayama-sakamoto{
margin-top: -10px;
font-size: 8px;
font-weight: 600;
}
.form-modoru{
text-align: center;
background:#8cc323;
width:150px;
height: 40px;
border-radius: 12px;
margin-left: 40%;
margin-top: 10px;
font-size: 16px;
padding-top: 8px;
}
.shimizu-information h3{
color: #ffffff;
font-size: 16px;
text-align: center;
}
}

/* FC update 02/04 */
.moconavi-guide {
  background: #f7f7f7;
  padding: 60px 0 80px;
}
.moconavi-guide .title {
  text-align: center;
  border-bottom: 3px solid #8ac522;
  font-size: 32px;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 40px;
}
.moconavi-guide .title strong {
  font-size: 1.125em;
  letter-spacing: 0.1em;
  margin-right: 4px;
}
.moconavi-guide .text-intro {
  font-size: 18px;
  margin-bottom: 40px;
}
.moconavi-guide .guide-list {
  margin-bottom: 30px;
}
.guide-list .guide-item {
  display: block;
  padding-bottom: 25px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  transition: opacity 0.2s ease;
}
.guide-list .guide-item:hover {
  opacity: 0.7;
}
.guide-list .guide-item .guide-info {
  padding: 15px 20px;
}
.guide-list .guide-item .arrow-circle {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: url('../img/common/arrow_circle.png') no-repeat 0 0;
  background-size: contain;
}
.guide-item .cats span {
  display: inline-block;
  vertical-align: top;
  background: #87C722;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.guide-list .guide-item .guide-ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.moconavi-guide .link-more {
  font-size: 15px;
}
.moconavi-guide .link-more:hover {
  text-decoration: underline;
}

@media print, (min-width: 751px) {
  .guide-list .guide-item {
    width: 290px;
    margin-right: 45px;
  }
  .guide-list .guide-item:last-child {
    margin-right: 0;
  }
  .guide-list .guide-item .thumbnail {
    position: relative;
    height: 180px;
  }
  .guide-list .guide-item .thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .moconavi-guide .text-intro {
    text-align: center;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .guide-list .guide-item .thumbnail {
    background: #fff;
  }
  .guide-list .guide-item .thumbnail img {
    height: auto;
    top: 50%;
    transform: translateY(-50%)
  }
  .navbar-tab li a {
    padding-top: 3px;
  }
  .article-item .post-ttl a {
    display: block;
    height: 82px;
  }
  .recent-post .thumb,
  .recent-post .title {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .moconavi-guide {
    padding: 40px 0 50px;
  }
  .moconavi-guide .title {
    font-size: 22px;
    border-bottom-width: 5px;
    margin: 0 -0.35rem .4rem;
    padding: 10px 0;
  }
  .moconavi-guide .title strong {
    font-size: 26px;
  }
  .moconavi-guide .text-intro {
    font-size: 1em;
    text-align: left;
  }
  .moconavi-guide .guide-list {
    padding: 0 5px;
  }
  .guide-list .guide-item {
    margin-bottom: 40px;
    box-shadow: none;
  }
  .guide-list .guide-item:last-child {
    margin-bottom: 0;
  }
  .guide-list .guide-item .guide-ttl {
    font-size: 1em;
    margin-top: 5px;
    min-height: 60px;
  }
  .guide-list .guide-item .arrow-circle {
    right: 20px;
    bottom: 13px;
  }
  .moconavi-guide .link-more {
    font-size: 1em;
  }
}

.btn-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: rgba(0,0,0,0.22);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.btn-to-top.is-scrolled {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 750px) {
  .btn-to-top {
    width: 35px;
    height: 35px;
    right: 15px;
    bottom: 15px;
  }
  .btn-to-top img {
    width: 10px;
  }
}

/* FC finish update */

/* FC adding 0225 */
@media screen and (min-width: 750px) {
  .sec-sso .panel-heading {
    padding: 38px 40px 24px;
  }

  .sec-sso,
  .sec-sso-faq  {
    color: #000 !important;
    font-weight: 500;
  }

  .sec-sso .panel-body {
    padding: 47px 5px 30px 38px;
  }

  .sec-sso-faq .panel-body {
    padding: 30px 0 16px 38px;
  }

  .panel-body .cooperation-list .cooperation-content {
    justify-content: center;
  }
}

.sec-sso .sec-title01 {
  line-height: 1.5;
  margin-bottom: 26px;
}

.try-block.has-border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 46px;
}

.panel-heading .ttl-panel .sso-icon {
  width: 88px;
  margin-right: 10px;
}

.panel-body .sso-panel-block {
  padding: 30px 0;
}

.panel-body .block-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 25px;
  margin-bottom: 18px;
  position: relative;
}

.panel-body .block-title:before {
  position: absolute;
  content: '';
  background: #8cc323;
  width: 5px;
  height: 30px;
  top: 2px;
  left: 0;
}

.panel-body .block-text {
  margin-bottom: 40px;
  line-height: 1.5;
}

.panel-body .block-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.panel-body .block-list > li{
  width: 50%;
  padding: 0 10px;
}

.panel-body .block-list .list-title{
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 7px;
  background: #8cc323;
  margin-bottom: 17px;
}

.panel-body .sso-block-logo .block-text {
  margin-bottom: 20px;
}

.panel-body .block-logo-list {
  display: flex;
  flex-wrap: wrap;
  margin: 31px -2px 2px;
}

.panel-body .block-logo-list > li {
  width: 25%;
  padding: 0 2px;
}

.panel-body .block-logo-list > li img {
  height: auto;
}

.panel-body .block-name-text {
  font-weight: bold;
}

.panel-body .block-note {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.7;
}

.panel-body .sso-cooperation-image {
  width: 670px;
  margin-bottom: 35px;
  margin-left: 10px;
}

.panel-body .cooperation-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.panel-body .cooperation-list > li {
  width: 216px;
  margin: 0 6px;
}
.panel-body .cooperation-list .cooperation-content {
  display: flex;
  align-items: center;
  border: 1px solid #98c045;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.5;
  height: 100%;
  padding: 18px 5px;
}

.panel-body .cooperation-list .cooperation-text {
  display: block;
  text-indent: 6px;
  position: relative;
}
.panel-body .cooperation-list .cooperation-text:before {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #000;
}

.panel-body .service-faq-list {
  margin-top: 49px;
  margin-bottom: 12px;
}

.panel-body .faq-title {
  padding-left: 60px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}

.panel-body .faq-title:before {
  position: absolute;
  content: '';
  background: url('https://moconavi.jp/wp-content/themes/fcvanilla/img/service/icon_faq.png') no-repeat center/100% auto;
  width: 42px;
  height: 30px;
  left: 0;
  top: -6px;
}

.panel-body .service-faq-list > li:not(:last-child) {
  margin-bottom: 43px;
}

.panel-body .faq-answer {
  line-height: 1.8;
  font-weight: 500;
}

.service-contact-content {
  display: flex;
  align-items: center;
  padding: 33px 37px;
}

.service-contact-block {
  border-top: 1px solid #ddd;
  color: #000;
}
.service-contact-block .btn-default:hover {
  color: #8cc323;
  background: #fff;
  border: 1px solid #8cc323;
}

.contact-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  max-width: 378px;
  margin-right: 50px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .panel-body .block-title::before {
    top: -1px;
  }

  .panel-body .block-list .list-title {
    padding: 11px 7px 4px;
  }

  .panel-heading .ttl-panel .txt {
    padding-top: 9px;
  }

  .btn-default {
    padding: 7px 5px 3px;
  }

  .panel-body .faq-title::before {
    top: -7px;
  }

  .panel-body .cooperation-list .cooperation-text:before {
    top: 7px;
  }
}

@media screen and (max-width: 750px) {
  .sec-sso .panel-heading {
    padding: .38rem .26rem;
  }

  .sec-sso,
  .sec-sso-faq  {
    color: #333 !important;
  }

  .sec-sso .panel-heading .ttl-panel .txt {
    line-height: 1.0714;
    letter-spacing: -.03em;
  }

  .sec-sso .panel-body {
    padding: .96rem .19rem .08rem;
  }

  .sec-sso .sec-title01 {
    margin-bottom: .36rem;
  }

  .sec-sso-faq .panel-body {
    padding: .44rem 0 .08rem .22rem;
  }
  .try-block.has-border {
    padding-bottom: .64rem;
    color: #000;
  }

  .panel-heading .ttl-panel .sso-icon {
    width: 1.36rem;
    margin-right: .24rem;
  }

  .panel-body .sso-panel-block {
    padding: .4rem 0;
  }

  .panel-body .block-title {
    font-size: .36rem;
    line-height: 1.33;
    padding-left: .4rem;
    margin-bottom: .28rem;
    display: flex;
    align-items: center;
    min-height: .6rem;
  }

  .panel-body .block-title:before {
    width: .1rem;
    height: .7rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: .02rem;
  }

  .panel-body .block-text {
    margin-bottom: .7rem;
    line-height: 1.79;
  }
  .panel-body .block-name-text {
    margin-top: .36rem;
    margin-bottom: .28rem;
  }

  .panel-body .sso-block-logo .block-text {
    margin-bottom: .52rem;
  }

  .panel-body .block-list {
    display: block;
    margin: 0;
  }

  .panel-body .block-list > li{
    width: 100%;
    padding: 0;
  }

  .panel-body .block-list > li:not(:last-child) {
    margin-bottom: .68rem;
  }

  .panel-body .block-list .list-title{
    font-size: .32rem;
    font-weight: 500;
    padding: .02rem .1rem;
    margin-bottom: .32rem;
  }

  .panel-body .block-logo-list {
    margin: -10px -.2rem .14rem 0;
  }

  .panel-body .block-logo-list > li {
    width: calc(100%/3);
    padding: 0 .04rem;
    margin-bottom: .08rem;
  }

  .panel-body .block-note {
    font-size: .24rem;
    line-height: 1.5;
  }

  .panel-body .sso-cooperation-image {
    width: 6.81rem;
    margin-bottom: .82rem;
    margin-left: .02rem;
  }

  .panel-body .sso-cooperation-image img{
    height: auto;
  }

  .panel-body .cooperation-list {
    display: block;
    color: #000 !important;
  }

  .panel-body .cooperation-list > li {
    width: 6.3rem;
    margin: 0 auto .32rem;
  }

  .panel-body .cooperation-list .cooperation-content {
    border-radius: .1rem;
    padding: .36rem .7rem;
    min-height: 1.6rem;
  }

  .panel-body .cooperation-list .cooperation-text {
    text-indent: .12rem;
  }

  .panel-body .cooperation-list .cooperation-text:before {
    top: .18rem;
    width: .1rem;
    height: .1rem;
  }

  .panel-body .service-faq-list {
    margin-top: .38rem;
  }

  .panel-body .faq-title {
    padding-left: .96rem;
    font-size: .32rem;
    margin-bottom: .28rem;
  }

  .panel-body .faq-title:before {
    background: url('https://moconavi.jp/wp-content/themes/fcvanilla/img/service/sp/icon_faq.png') no-repeat center/100% auto;
    width: .76rem;
    height: .54rem;
    left: 0;
    top: 0;
  }

  .panel-body .service-faq-list > li:not(:last-child) {
    margin-bottom: .52rem;
  }

  .service-contact-block {
    color: #333;
  }

  .service-contact-content {
    display: block;
    padding: .68rem .2rem;
    margin-bottom: .32rem;
  }

  .contact-text {
    font-size: .36rem;
    line-height: 1.89;
    margin-bottom: .28rem;
    margin-right: 0;
    max-width: none;
  }
  .service-contact-content .button-wrapper {
    text-align: center;
  }
  .service-contact-content .btn-default {
    min-width: 3.8rem;
  }
}

@media screen and (max-width: 374px) {
  .panel-body .cooperation-list .cooperation-text:before {
    top: .16rem
  }
}

/* FC finish update 0225 */