@charset "UTF-8";
/*
Theme Name:ekubox大阪
Theme URI:
Description:
Author:oksho
Author URI:
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.wp-pagenavi {
  text-align: center;
  margin: 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-weight: bold;
}

.wp-pagenavi a:hover {
  color: #0080cc;
}

.wp-pagenavi .pages {
  width: auto;
  padding: 0 5px;
}

.wp-pagenavi .current {
  background: #0080cc;
  color: #fff;
}

.wp-pagenavi .last, .wp-pagenavi .first {
  width: auto;
  padding: 0 5px;
}

@media screen and (max-width: 899px) {
  .wp-pagenavi {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 899px) {
  .wp-pagenavi a.smaller,
  .wp-pagenavi a.larger,
  .wp-pagenavi span.extend {
    display: none;
  }
}

.-wppostlink {
  display: flex;
  justify-content: center;
  align-items: center;
}

.-wppostlink > div {
  padding: 0 10px;
}

.-wppostlink > div a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  background: #231815;
  font-size: 0.9em;
  border-radius: 30px;
}

@media screen and (max-width: 899px) {
  .-wppostlink > div {
    padding: 0 5px;
  }
  .-wppostlink > div a {
    padding: 10px 5px;
    font-size: 0.8em;
    border-radius: 10px;
  }
}

.-wpcontent {
  font-size: 16px;
  line-height: 1.8;
  color: #1e1e1e;
}

.-wpcontent .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.-wpcontent .alignleft {
  float: left;
}

.-wpcontent .alignright {
  float: right;
}

.-wpcontent a {
  text-decoration: underline;
  color: #0068c8;
}

.-wpcontent a:hover {
  text-decoration: none;
}

.-wpcontent img {
  max-width: 100%;
  height: auto;
  padding: 5px;
}

.-wpcontent p {
  margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
  .-wpcontent p {
    margin-bottom: 10px;
  }
}

.-wpcontent h1 {
  font-size: 2.44em;
}

@media screen and (max-width: 899px) {
  .-wpcontent h1 {
    font-size: 2.14em;
  }
}

.-wpcontent h2 {
  font-size: 1.95em;
}

@media screen and (max-width: 899px) {
  .-wpcontent h2 {
    font-size: 1.65em;
  }
}

.-wpcontent h3 {
  font-size: 1.56em;
}

@media screen and (max-width: 899px) {
  .-wpcontent h3 {
    font-size: 1.26em;
  }
}

.-wpcontent h4 {
  font-size: 1.25em;
}

@media screen and (max-width: 899px) {
  .-wpcontent h4 {
    font-size: 1.1em;
  }
}

.-wpcontent h5 {
  font-size: 1em;
}

.-wpcontent h6 {
  font-size: 0.8em;
}

.-wpcontent h1,
.-wpcontent h2,
.-wpcontent h3 {
  line-height: 1.4;
}

.-wpcontent h4 {
  line-height: 1.5;
}

.-wpcontent h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.-wpcontent h2 {
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

.-wpcontent h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.-wpcontent h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.-wpcontent h5 {
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}

.-wpcontent h6 {
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}

.-wpcontent h1,
.-wpcontent h2,
.-wpcontent h3,
.-wpcontent h4,
.-wpcontent h5,
.-wpcontent h6 {
  color: inherit;
  font-weight: bold;
}

@media screen and (max-width: 899px) {
  .-wpcontent h1,
  .-wpcontent h2,
  .-wpcontent h3,
  .-wpcontent h4,
  .-wpcontent h5,
  .-wpcontent h6 {
    margin: 1em 0 !important;
  }
}

.-wpcontent p {
  font-size: inherit;
  line-height: inherit;
}

.-wpcontent ul,
.-wpcontent ol {
  margin-bottom: 28px;
  padding-left: 1.3em;
  margin-left: 1.3em;
}

.-wpcontent ul ul,
.-wpcontent ul ol,
.-wpcontent ol ul,
.-wpcontent ol ol {
  margin-bottom: 0;
}

.-wpcontent ul li,
.-wpcontent ol li {
  margin-bottom: initial;
}

.-wpcontent ul {
  list-style-type: disc;
}

.-wpcontent ol {
  list-style-type: decimal;
}

.-wpcontent ul ul,
.-wpcontent ol ul {
  list-style-type: circle;
}

.-wpcontent code,
.-wpcontent kbd {
  padding: 0;
  margin: 0;
  background: inherit;
  font-size: inherit;
  font-family: monospace;
}

/* ==========================================================================
layout
============================================================================*/
.l-section__base {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 100px;
}

@media screen and (max-width: 899px) {
  .l-section__base {
    margin: 0 auto;
    padding: 0 20px 50px;
  }
}

/* ==========================================================================
component
============================================================================*/
.c-breadcrumbs {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 60px;
  font-size: 12px;
}

.c-breadcrumbs .home {
  position: relative;
  padding-left: 20px;
}

.c-breadcrumbs .home::before {
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  background: url(assets/img/icon--home.png) no-repeat center;
  content: '';
}

@media screen and (max-width: 899px) {
  .c-breadcrumbs {
    padding: 10px 10px 20px;
    font-size: 12px;
  }
}

.c-headline--h1 {
  background: #caf3ff;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.c-headline--h1 h1 {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(to right, #0097c9 25%, #0068b7 75%);
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (max-width: 899px) {
  .c-headline--h1 {
    height: 130px;
  }
  .c-headline--h1 h1 {
    font-size: 24px;
  }
}

.form .wpcf7-list-item, .form .mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 !important;
}

.form label {
  margin-right: 10px;
  display: inline-block;
}

.form .screen-reader-response, .form .wpcf7-not-valid-tip, .form .wpcf7-response-output {
  color: red;
}

.form .submit input {
  margin: 5px;
}

/* ==========================================================================
news
============================================================================*/
.p-news__sec1__list > ul > li {
  border: 2px dotted #1aa6cf;
  border-radius: 5px;
  padding: 50px 70px;
}

.p-news__sec1__list > ul > li + li {
  margin-top: 80px;
}

.p-news__sec1__list > ul > li .-date {
  color: #ff7a22;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}

.p-news__sec1__list > ul > li .-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
  .p-news__sec1__list > ul > li {
    padding: 10px;
  }
  .p-news__sec1__list > ul > li + li {
    margin-top: 20px;
  }
  .p-news__sec1__list > ul > li .-date {
    font-size: 12px;
    margin-bottom: 0;
  }
  .p-news__sec1__list > ul > li .-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* =============================================================================
	制作事例
   ========================================================================== */
.case .keyimages {
  background: url(https://ekubox-osaka.com/img/case/bgCase.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.case .keyimages h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 141px 0;
}

.case .keyimages h2 span.box {
  background: rgba(30, 30, 35, 0.6);
  padding: 5px 30px;
}

.case #caseSec .case-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.case #caseSec .case-wrap li {
  border-bottom: 3px dotted #009cc9;
  padding-bottom: 75px;
  padding-top: 75px;
}

.case #caseSec .case-wrap li:first-child {
  padding-top: 0;
}

.case #caseSec .case-wrap li .img {
  border: 1px solid #a0a0a0;
  height: 200px;
}

.case #caseSec .case-wrap li .txt .case-set1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.case #caseSec .case-wrap li .txt .case-set1 .date {
  font-size: 15px;
  color: #ff7a22;
  font-weight: bold;
  padding-right: 20px;
}

.case #caseSec .case-wrap li .txt .case-set1 .cat {
  padding: 5px 10px;
  color: #fff;
  background: #0080cc;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}

.case #caseSec .case-wrap li .txt .ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.case #caseSec .case-wrap li .txt .moreBtn {
  text-align: right;
  padding-right: 43px;
}

.case #caseSec .case-wrap li .txt .moreBtn span {
  font-size: 15px;
  position: relative;
  font-weight: bold;
}

.case #caseSec .case-wrap li .txt .moreBtn span::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 7px;
  top: 7px;
  right: -35px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: skew(45deg);
}

.case #caseSec .nav-links {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 60px 0;
}

.case #caseSec .nav-links span.current {
  color: #fff;
  background: #0080cc;
  border-radius: 50%;
  padding: 15px 20px;
  display: inline-block;
}

.case #caseSec .nav-links a {
  display: inline-block;
  padding: 15px 20px;
}

.case #caseSec .nav-links .prev {
  padding-right: 60px;
}

.case #caseSec .nav-links .next {
  padding-left: 60px;
}

@media screen and (min-width: 768px) {
  .case #caseSec .case-wrap li .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .case #caseSec .case-wrap li .img {
    width: 30%;
  }
  .case #caseSec .case-wrap li .txt {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  /*.case h2 img {
	height: 25px;
}*/
  .case .keyimages {
    height: 200px;
  }
  .case .keyimages h2 {
    font-size: 21px;
    padding: 81px 0;
  }
  #point01 h2 {
    font-size: 18px;
    text-align: center;
  }
  #caseSec .img {
    height: calc(100vw / 1.7) !important;
    margin-bottom: 20px;
  }
  #caseSec .img img {
    width: 100%;
  }
  #caseSec .txt .ttl {
    font-size: 16px !important;
  }
  #caseSec .txt p {
    font-size: 13px;
  }
  .case #caseSec .case-wrap li {
    padding-bottom: 45px;
    padding-top: 45px;
  }
}

/* =============================================================================
	制作事例　詳細ページ
   ========================================================================== */
#caseSec {
  padding-bottom: 100px;
}

#caseSec .case-cont {
  border-bottom: 3px dotted #009cc9;
  margin-bottom: 55px;
}

#caseSec .case-cont .date-cont {
  font-size: 15px;
  font-weight: bold;
  border-top: 2px solid #0097c9;
  border-bottom: 2px solid #0097c9;
  padding: 10px 75px;
  margin-bottom: 80px;
}

#caseSec .case-cont .date-cont .date {
  display: inline-block;
  padding-right: 30px;
}

#caseSec .case-cont .date-cont .cat {
  background: #0080cc;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
}

#caseSec .case-cont .main-img {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 40px;
}

#caseSec .case-cont .main-img img {
  border: 1px solid #a0a0a0;
}

#caseSec .case-cont .ttl {
  max-width: 695px;
  margin: 0 auto;
  margin-bottom: 55px;
}

#caseSec .case-cont .ttl dt {
  background: #0097c9;
  background: -webkit-linear-gradient(left, #0097c9 0%, #0068b7 100%);
  background: -o-linear-gradient(left, #0097c9 0%, #0068b7 100%);
  background: linear-gradient(to right, #0097c9 0%, #0068b7 100%);
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 15px;
}

#caseSec .case-cont .ttl dd {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border-bottom: 1px solid #a0a0a0;
}

#caseSec .case-cont .ttl dd span {
  letter-spacing: 0.05em;
  display: inline-block;
  width: 110px;
  text-align-last: justify;
}

#caseSec .case-cont2 {
  max-width: 970px;
  margin: 0 auto;
}

#caseSec .case-cont2 .img {
  margin-bottom: 45px;
}

#caseSec .case-cont2 .txt {
  margin-bottom: 80px;
}

#caseSec .prevnext {
  position: relative;
  width: 630px;
  margin: 80px auto 0;
  text-align: center;
  font-weight: bold;
}

#caseSec .prevnext > div .prevlink {
  position: absolute;
  left: 0;
  top: 0;
}

#caseSec .prevnext .act-btn {
  display: inline-block;
  padding: 10px 0px;
  width: 217px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: none;
  background: #555558;
}

#caseSec .prevnext a .small {
  width: 166px;
  background: #0097c9;
  background: -webkit-linear-gradient(left, #0097c9 0%, #0068b7 100%);
  background: -o-linear-gradient(left, #0097c9 0%, #0068b7 100%);
  background: linear-gradient(to right, #0097c9 0%, #0068b7 100%);
  color: #fff;
}

#caseSec .prevnext a .small:hover {
  background-color: #ffb911;
  transition: all .5s ease;
}

#caseSec .prevnext .nextlink {
  position: absolute;
  right: 0;
  top: 0;
}

#caseSec .prevnext .left span, #caseSec .prevnext #caseSec .prevnext .right span {
  position: relative;
}

#caseSec .prevnext .left span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -55px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 28px;
  height: 7px;
  background: url(https://ekubox-osaka.com/img/case/prev-arrow.png) no-repeat 0 100%;
  background-size: cover;
  z-index: 1;
}

#caseSec .prevnext .right span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -55px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 28px;
  height: 7px;
  background: url(https://ekubox-osaka.com/img/case/next-arrow.png) no-repeat 0 100%;
  background-size: cover;
  z-index: 1;
}

#caseSec .prevnext .double {
  position: relative;
}

#caseSec .prevnext .double::before {
  position: absolute;
  content: '';
  right: 15px;
  width: 14px;
  height: 11px;
  background: url(https://ekubox-osaka.com/images/news/double-arrow.png) no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  #caseSec {
    padding-bottom: 50px;
  }
  #caseSec .case-cont .date-cont {
    margin-bottom: 40px;
    padding: 10px;
  }
  #caseSec .case-cont .date-cont .date {
    padding-right: 20px;
  }
  #caseSec .case-cont .ttl {
    margin-bottom: 40px;
  }
  #caseSec .case-cont .ttl dt {
    padding: 10px 0;
    font-size: 20px;
  }
  #caseSec .case-cont .ttl dd {
    font-size: 16px;
  }
  #caseSec .case-cont .ttl dd span {
    width: 90px;
  }
  #caseSec .case-cont2 .img {
    padding-bottom: 0;
  }
  #caseSec .case-cont2 .txt {
    margin-bottom: 40px;
  }
  #caseSec .prevnext {
    width: 100%;
  }
  #caseSec .prevnext > div .prevlink {
    position: relative !important;
  }
  #caseSec .prevnext > div .nextlink {
    position: relative !important;
  }
  #caseSec .prevnext > div {
    margin-bottom: 10px;
  }
}

/* =============================================================================
	作りたいツールを検索する
   ========================================================================== */
.tool .keyimages {
  background: url(https://ekubox-osaka.com/img/tool/bgTool.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.tool .keyimages h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 141px 0;
}

.tool .keyimages h2 span.box {
  background: rgba(30, 30, 35, 0.6);
  padding: 5px 30px;
}

.tool #toolSec .search-cont {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .tool #toolSec .search-cont {
    margin-bottom: 50px;
  }
}

.tool #toolSec .search-cont .searchBox {
  max-width: 740px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}

.tool #toolSec .search-cont .searchBox > div {
  width: calc(50% - 20px);
  border: 2px dotted #069ecb;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.tool #toolSec .search-cont .searchBox > div > div {
  display: flex;
  align-items: center;
}

.tool #toolSec .search-cont .searchBox > div > div:first-child {
  width: 100px;
  border-right: 1px solid #069ecb;
  text-align: center;
  color: #069ecb;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

.tool #toolSec .search-cont .searchBox > div > div + div {
  padding: 0 0 0 20px;
  flex: 1;
}

.tool #toolSec .search-cont .searchBox > div > div + div select {
  width: 100%;
  border: none;
  outline: 0;
}

@media screen and (max-width: 767px) {
  .tool #toolSec .search-cont .searchBox {
    margin: 0 auto 20px;
    font-size: 0.9em;
    flex-wrap: wrap;
  }
  .tool #toolSec .search-cont .searchBox > div {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
    flex-wrap: wrap;
  }
  .tool #toolSec .search-cont .searchBox > div > div {
    flex-wrap: wrap;
    width: 100% !important;
    flex: none !important;
  }
  .tool #toolSec .search-cont .searchBox > div > div:first-child {
    border: 0;
    border-bottom: 1px solid #069ecb;
  }
  .tool #toolSec .search-cont .searchBox > div > div + div {
    padding: 5px 0 0 0;
  }
}

.tool #toolSec .search-cont .searchBtn {
  text-align: center;
}

.tool #toolSec .search-cont .searchBtn a, .tool #toolSec .search-cont .searchBtn button {
  display: inline-block;
  padding: 10px 0px;
  width: 234px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  background: #ffb911;
  font-weight: bold;
  padding-left: 15px;
  border: none;
  cursor: pointer;
}

.tool #toolSec .search-cont .searchBtn a::before, .tool #toolSec .search-cont .searchBtn button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 29px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url(https://ekubox-osaka.com/img/tool/icon-search.png) no-repeat 0 100%;
  background-size: cover;
  z-index: 1;
}

.tool #toolSec .cat-cont {
  font-size: 15px;
  font-weight: bold;
  border-top: 2px solid #0097c9;
  border-bottom: 2px solid #0097c9;
  padding: 10px 75px;
  margin-bottom: 80px;
}

.tool #toolSec .cat-cont > span {
  margin-top: 2px;
  margin-bottom: 2px;
}

.tool #toolSec .cat-cont .search {
  display: inline-block;
}

.tool #toolSec .cat-cont .cat {
  background: #0080cc;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
  margin-left: 20px;
}

.tool #toolSec .tool-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.tool #toolSec .tool-wrap li {
  border: 1px solid #aaaab0;
  padding: 15px;
  margin-bottom: 80px;
}

.tool #toolSec .tool-wrap li .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}

.tool #toolSec .tool-wrap li .cat::before {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #aaaab0;
  content: '';
}

.tool #toolSec .tool-wrap li .cat span {
  background: #0080cc;
  padding: 5px 0;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
  width: 47%;
  text-align: center;
}

.tool #toolSec .tool-wrap li .img {
  margin-bottom: 20px;
}

.tool #toolSec .tool-wrap li .txt-cont {
  padding-bottom: 5px;
}

.tool #toolSec .tool-wrap li .txt-cont .date {
  font-size: 11px;
  color: #ff7a22;
  font-weight: bold;
}

.tool #toolSec .tool-wrap li .txt-cont h3 {
  font-size: 15px;
  font-weight: bold;
}

.tool #toolSec .tool-wrap li .txt-cont p {
  font-size: 13px;
}

.tool #toolSec .tool-wrap li .txt-cont .moreBtn {
  text-align: right;
  padding-right: 43px;
}

.tool #toolSec .tool-wrap li .txt-cont .moreBtn a, .tool #toolSec .tool-wrap li .txt-cont .moreBtn span {
  font-size: 13px;
  position: relative;
  font-weight: bold;
}

.tool #toolSec .tool-wrap li .txt-cont .moreBtn a::after, .tool #toolSec .tool-wrap li .txt-cont .moreBtn span::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 7px;
  top: 7px;
  right: -35px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: skew(45deg);
}

.tool #toolSec .nav-links {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 60px 0;
}

.tool #toolSec .nav-links span.current {
  color: #fff;
  background: #0080cc;
  border-radius: 50%;
  padding: 15px 20px;
  display: inline-block;
}

.tool #toolSec .nav-links a {
  display: inline-block;
  padding: 15px 20px;
}

.tool #toolSec .nav-links .prev {
  padding-right: 60px;
}

.tool #toolSec .nav-links .next {
  padding-left: 60px;
}

@media screen and (min-width: 768px) {
  .tool #toolSec .tool-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .tool #toolSec .tool-wrap li {
    width: calc(calc(100% / 3) - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .tool #toolSec .tool-wrap li .img {
    width: 100%;
    height: 198px;
  }
}

@media screen and (max-width: 767px) {
  .tool #toolSec .tool-wrap li .img {
    height: calc(100vw / 1.4);
  }
}

@media screen and (max-width: 767px) {
  .tool .keyimages {
    height: 200px;
  }
  .tool .keyimages h2 {
    font-size: 21px;
    padding: 81px 0;
  }
  .tool #toolSec .search-cont {
    margin-bottom: 50px;
  }
  .tool #toolSec .cat-cont {
    padding: 10px;
    margin-bottom: 40px;
  }
  .tool #toolSec .tool-wrap li {
    padding: 15px;
    margin-bottom: 30px;
  }
}

/* =============================================================================
	ツール　詳細ページ
   ========================================================================== */
#toolSec {
  padding-bottom: 100px;
}

@media screen and (max-width: 950px) {
  #toolSec {
    padding-bottom: 50px;
  }
}

#toolSec .tool-cont {
  margin-bottom: 55px;
}

@media screen and (max-width: 950px) {
  #toolSec .tool-cont {
    margin-bottom: 10px;
  }
}

#toolSec .tool-cont .-slider {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

#toolSec .tool-cont .-slider--main li {
  border: 1px solid #a0a0a0;
  background: #f8f8f8;
  padding: 30px;
  height: 580px;
  position: relative;
}

#toolSec .tool-cont .-slider--main li img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 950px) {
  #toolSec .tool-cont .-slider--main li {
    padding: 10px;
    height: calc(100vw / 1.5);
  }
}

#toolSec .tool-cont .-slider--pager {
  max-width: 950px;
  width: 100%;
  margin: 20px auto 0;
  display: flex;
}

#toolSec .tool-cont .-slider--pager li {
  height: 210px;
  width: calc(calc(100% / 4) - 10px);
}

#toolSec .tool-cont .-slider--pager li + li {
  margin-left: 20px;
}

@media screen and (max-width: 950px) {
  #toolSec .tool-cont .-slider--pager li {
    width: calc(calc(100% / 4) - 5px);
    height: calc(100vw / 4.6);
  }
  #toolSec .tool-cont .-slider--pager li + li {
    margin-left: 10px;
  }
}

@media screen and (max-width: 950px) {
  #toolSec .tool-cont .-slider .bx-viewport {
    height: calc(100vw / 1.5) !important;
  }
}

#toolSec .tool-cont .cat-cont {
  font-size: 15px;
  font-weight: bold;
  border-top: 2px solid #0097c9;
  border-bottom: 2px solid #0097c9;
  padding: 10px 75px;
  margin-bottom: 80px;
}

#toolSec .tool-cont .cat-cont .date {
  display: inline-block;
  padding-right: 30px;
}

#toolSec .tool-cont .cat-cont .cat {
  background: #0080cc;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
}

#toolSec .tool-cont .ttl {
  max-width: 613px;
  margin: 0 auto;
  text-align: center;
}

#toolSec .tool-cont .ttl h3 {
  background: #0097c9;
  background: -webkit-linear-gradient(left, #0097c9 0%, #0068b7 100%);
  background: -o-linear-gradient(left, #0097c9 0%, #0068b7 100%);
  background: linear-gradient(to right, #0097c9 0%, #0068b7 100%);
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

#toolSec .tool-cont .ttl p {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
}

#toolSec .tool-cont .zoom {
  text-align: right;
  font-size: 13px;
  max-width: 950px;
  width: 100%;
  margin: 20px auto 5px;
}

#detailSec {
  position: relative;
  background: #f7f7f7;
  padding: 100px 0;
}

#detailSec::after {
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto;
  content: "";
  vertical-align: top;
  width: 366px;
  height: 52px;
  margin-left: -183px;
  background: url(https://ekubox-osaka.com/img/tool/bg-arrow.png) no-repeat 0 100%;
  background-size: cover;
  z-index: 1;
}

#detailSec ul {
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#detailSec ul li {
  border: 3px dotted #aaaab0;
  border-radius: 5px;
  padding: 30px 50px;
  position: relative;
  margin-bottom: 35px;
  font-size: 15px;
  min-height: 140px;
}

#detailSec ul li::after {
  background: #aaaab0;
  width: 1px;
  height: calc(100% - 60px);
  position: absolute;
  left: 240px;
  top: 30px;
  content: '';
}

#detailSec ul li.spec:before {
  position: absolute;
  top: 31px;
  left: -29px;
  content: "";
  vertical-align: middle;
  width: 202px;
  height: 87px;
  background: url(https://ekubox-osaka.com/img/tool/ttl-spec.png) no-repeat 0 100%;
  background-size: cover;
  z-index: 1;
}

#detailSec ul li.commit:before {
  position: absolute;
  top: 31px;
  left: -29px;
  content: "";
  vertical-align: middle;
  width: 202px;
  height: 87px;
  background: url(https://ekubox-osaka.com/img/tool/ttl-commit.png) no-repeat 0 100%;
  background-size: cover;
  z-index: 1;
}

#detailSec ul li.cost:before {
  position: absolute;
  top: 31px;
  left: -29px;
  content: "";
  vertical-align: middle;
  width: 202px;
  height: 87px;
  background: url(https://ekubox-osaka.com/img/tool/ttl-cost.png) no-repeat 0 100%;
  background-size: cover;
  z-index: 1;
}

#detailSec .prevnext {
  position: relative;
  width: 630px;
  margin: 40px auto 0;
  text-align: center;
  font-weight: bold;
}

#detailSec .prevnext > div .prevlink {
  position: absolute;
  left: 0;
  top: 0;
}

#detailSec .prevnext .act-btn {
  display: inline-block;
  padding: 10px 0px;
  width: 217px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: none;
  background: #555558;
}

#detailSec .prevnext a .small {
  width: 166px;
  background: #0097c9;
  background: -webkit-linear-gradient(left, #0097c9 0%, #0068b7 100%);
  background: -o-linear-gradient(left, #0097c9 0%, #0068b7 100%);
  background: linear-gradient(to right, #0097c9 0%, #0068b7 100%);
  color: #fff;
}

#detailSec .prevnext a .small:hover {
  background-color: #ffb911;
  transition: all .5s ease;
}

#detailSec .prevnext .nextlink {
  position: absolute;
  right: 0;
  top: 0;
}

#detailSec .prevnext .right span {
  position: relative;
}

#detailSec .prevnext .right span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -55px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 28px;
  height: 7px;
  background: url(https://ekubox-osaka.com/img/case/next-arrow.png) no-repeat 0 100%;
  background-size: cover;
  z-index: 1;
}

#detailSec .prevnext .left span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -55px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 28px;
  height: 7px;
  background: url(https://ekubox-osaka.com/img/case/prev-arrow.png) no-repeat 0 100%;
  background-size: cover;
  z-index: 1;
}

#detailSec .prevnext .double {
  position: relative;
}

#detailSec .prevnext .double::before {
  position: absolute;
  content: '';
  right: 15px;
  width: 14px;
  height: 11px;
  background: url(https://ekubox-osaka.com/images/news/double-arrow.png) no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (min-width: 768px) {
  #detailSec ul li p {
    padding-left: 240px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #toolSec {
    padding-bottom: 50px;
  }
  #toolSec .tool-cont .cat-cont {
    margin-bottom: 40px;
    padding: 10px;
    display: flex;
  }
  #toolSec .tool-cont .cat-cont .date {
    padding-right: 0;
  }
  #toolSec .tool-cont .ttl h3 {
    font-size: 20px;
  }
  #detailSec ul li {
    padding: 20px;
  }
  #detailSec ul li::after {
    display: none;
  }
  #detailSec ul li h3 {
    font-size: 20px;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #detailSec ul li.spec h3 {
    background: #0097c9;
    background: -webkit-linear-gradient(to right, #0097c9 0%, #0068b7 100%);
    background: -o-linear-gradient(to right, #0097c9 0%, #0068b7 100%);
    background: linear-gradient(to right, #0097c9 0%, #0068b7 100%);
  }
  #detailSec ul li.commit h3 {
    background: #88d76d;
    background: linear-gradient(to right, #88d76d 0%, #4caa55 100%);
    background: -webkit-linear-gradient(to right, #88d76d 0%, #4caa55 100%);
    background: -o-linear-gradient(to right, #88d76d 0%, #4caa55 100%);
  }
  #detailSec ul li.cost h3 {
    background: #eadf5f;
    background: linear-gradient(to right, #eadf5f 0%, #e4bf2d 100%);
    background: -webkit-linear-gradient(to right, #eadf5f 0%, #e4bf2d 100%);
    background: -o-linear-gradient(to right, #eadf5f 0%, #e4bf2d 100%);
  }
  #detailSec ul li:before {
    display: none;
  }
  #toolSec .tool-cont .ttl {
    margin-bottom: 40px;
  }
  #toolSec .tool-cont .ttl dt {
    padding: 10px 0;
    font-size: 20px;
  }
  #toolSec .tool-cont .ttl dd {
    font-size: 16px;
  }
  #toolSec .tool-cont .ttl dd span {
    width: 90px;
  }
  #toolSec .tool-cont2 .img {
    padding-bottom: 0;
  }
  #toolSec .tool-cont2 .txt {
    margin-bottom: 40px;
  }
  #detailSec .prevnext {
    width: 100%;
  }
  #detailSec .prevnext > div .prevlink {
    position: relative !important;
  }
  #detailSec .prevnext > div .nextlink {
    position: relative !important;
  }
  #detailSec .prevnext > div {
    margin-bottom: 10px;
  }
}

/* =============================================================================

   ========================================================================== */
/* =============================================================================

   ========================================================================== */
.fit__img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
