@charset "UTF-8";

/* メイン
============================================================== */
.banner {
  margin-top: 110px;
}

.banner .container {
  width: 100%;
  background: url(../img/bg_gray.jpg) repeat left top;
  border-bottom: 1px solid #eeeeee;
}

.banner .container-inner {
  max-width: 1180px;
  height: 300px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  background: url(../../images/support/support_main.png) no-repeat right bottom -20px;
  background-size: auto 300px;
}

.main-copy {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 0;
}

.main-copy h1 {
  margin-bottom: 15px;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  color: #32bec0;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
}

.main-copy h1 span {
  display: inline-block;
}

.main-copy p {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .banner {
    margin-top: 80px;
  }

  .banner .container-inner {
    height: 250px;
    background: url(../../images/support/support_main.png) no-repeat right center;
    background-size: auto 150px;
  }

  .main-copy {
    left: 20px;
    right: 20px;
  }

  .main-copy h1 {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}

/* サポートTOP
============================================================== */
.support-menu {
  list-style: none;
}

.support-menu>div {
  width: calc((100% / 3) - 40px);
  margin: 0 20px 40px 20px;
  padding: 30px;
  box-sizing: border-box;
  float: left;
  background: #f9f9f9;
}

.support-menu>div div {
  margin-bottom: 10px;
  text-align: center;
}

.support-menu>div div img {
  width: auto;
  height: 84px;
}

.support-menu h2 {
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  color: #32bec0;
  text-align: center;
}

.support-menu p {
  margin-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.support-menu ul {
  list-style: none;
}

.support-menu li {
  margin-bottom: 1px;
  position: relative;
  padding-left: 18px;
}

.support-menu li::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-left: solid 3px #5bc0de;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.support-menu li a {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #111111;
  text-decoration: none;
}

.support-menu li a:hover {
  color: #111111;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .support-menu>div {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    box-sizing: border-box;
    float: none;
  }
}

/* 実績詳細
============================================================== */
h4 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #111111;
}

.cases-detail .banner .container-inner {
  height: 300px;
  background: none;
}

.cases-detail .banner .container-inner {
  height: 150px;
}

.cases-detail .main-copy {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
}

.cases-result .container {
  background: #f8f8f5;
}

@media screen and (max-width: 767px) {
  .cases-result .container-inner {
    padding: 0;
  }

  .news-body {
    font-size: 0.875rem;
  }

  .news-body h3 {
    font-size: 1.125rem;
  }
}

/*# sourceMappingURL=case.css.map */
