@charset "UTF-8";

.layout_sub-contents-area.one-column {
  width: auto;
  float: none;
  margin: 0;
}

body {
  display: table;
  overflow: hidden;
  width: 100%;
}

.layout_sub-contents-area-inner {
  padding: 45px 0;
}

.layout_sub-contents-area-inner.first {
  padding: 0 0 45px;
}

.layout_footer-service-navi {
  border-top: 1px solid #c8d8e3;
}

/* ----------------
 CASE
---------------- */

ul.layout-case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout-case-box {
  width: calc(33.3% - 20px);
  background-color: #f4f4f4;
}

.layout-case-list {
  overflow: hidden;
}

.layout-case-box a {
  display: block;
}

.layout-case-box a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  text-decoration: none;
}

.layout-case-box img {
  width: 100%;
  height: auto;
}

.layout-case-logo {
  padding: 10px 0 0;
  text-align: center;
  background-color: #fff;
}

.layout-case-logo img {
  max-width: 200px;
  max-height: 40px;
  height: auto;
  width: auto;
}

.layout-case-name {
  padding: 5px 15px 10px;
  line-height: 1.4;
  color: #2d333d;
  text-align: center;
  background-color: #fff;
}

.layout-case-text {
  color: #3385bf;
  font-size: 13px;
  padding: 12px 15px;
}

/* ----------------
 Case list
---------------- */

.case-content-title {
  color: #58a466;
  font-size: 26px;
  text-align: center;
  padding: 0 0 25px;
}

.layout_case-category-list {
  background-color: #58a466;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 65px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 80px;
}

.layout_case-category-list li {
  display: block;
  -webkit-flex: 1;
  flex: 1;
}

.layout_case-category-list li.col-1 {
  -webkit-flex: 1.2;
  flex: 1.2;
}

.layout_case-category-list li.col-2, .layout_case-category-list li.col-4 {
  -webkit-flex: 0.8;
  flex: 0.8;
}

.layout_case-category-list li.col-3, .layout_case-category-list li.col-5 {
  -webkit-flex: 0.9;
  flex: 0.9;
}

.layout_case-category-list li a {
  color: #fff;
  padding: 12px 15px 12px 0;
  display: block;
  width: 100%;
}

.layout_case-category-list > li a::before {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  margin: 5px 0 0 -15px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}

/* ----------------
  Custmer List
 ---------------- */

.layout_customer-list h4 {
  font-size: 21px;
  position: relative;
  text-align: center;
  color: #58a466;
}

.layout_customer-list h4 span {
  background-color: #f3f4f6;
  padding: 0 10px;
  position: relative;
  z-index: 5;
}

.layout_customer-list h4::before {
  content: '';
  display: block;
  border-top: solid 1px #989f9d;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.layout_customer-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customer-list-last {
  margin-bottom: 50px;
}

.layout_customer-list ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.layout_customer-list ul::after {
  content: "";
  display: block;
  width: 23%;
}

.layout_customer-list li {
  width: 220px;
  margin: 25px 0 5px;
}

.layout_customer-list figure {
  border: 1px solid #dfdfe1;
  background-color: #fff;
  height: 85px;
  text-align: center;
}

.layout_customer-list a figure:hover {
  opacity: 0.7;
}

.layout_customer-list figure img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
}

.layout_customer-list h5 {
  color: #58a466;
  margin: 10px 0;
  line-height: 125%;
  font-size: 15px;
}

.layout_customer-list li p {
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 10px;
}

.layout_customer-list li span {
  background-color: #58a466;
  padding: 5px 15px;
  color: #fff;
  font-size: 11px;
  margin-bottom: 10px;
}

.case_link {
  display: block;
  text-align: right;
}

.case_link::after {
  content: url("../images/bg_btn_out_link.png");
  padding: 0 5px;
}

.customer_text-comments {
  text-align: right;
  font-size: 12px;
}


/* ----------------
 case-btn
---------------- */

.layout_case-btn {
  padding: 25px 0 0;
}

.btn_case {
  text-align: center;
}

.layout_case-btn .btn_case a {
  position: relative;
  display: inline-block;
  padding: 18px;
  width: 350px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  color: #515963;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  border: solid 1px #515963;
}

.layout_case-btn .btn_case a:hover {
  background: #e5e5e5;
}

.layout_case-btn .btn_case a::after {
  display: block;
  content: "";
  position: absolute;
  top: 45%;
  right: 16px;
  width: 14px;
  height: 14px;
  margin: -4px 0 0 0;
  background: url("../images/bg_btn_out_link-1-2x.jpg") no-repeat;
}

@media only screen and (max-width: 779px) {
  .case-content-title {
    font-size: 18px;
    padding: 0 0 20px;
  }

  .layout_sub-contents-body {
    width: auto;
    margin: 0;
    padding: 30px 0 0;
  }

  .layout_customer-list ul {
    margin-bottom: 30px;
  }

  .layout_customer-list h4 {
    font-size: 18px;
  }

  .layout-case-list {
    width: auto;
    margin: 0 15px;
    background: #fff;
    overflow: visible;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .layout-case-list li:nth-of-type(1n+3) {
    display: none;
  }

  .layout-case-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .layout-case-img img {
    width: 100%;
    height: auto;
  }

  .layout-case-logo {
    padding: 5px 0;
  }

  .layout-case-logo img {
    margin: 0 auto;
  }

  .layout-case-name {
    border-top: none;
    padding-bottom: 10px;
    font-size: 14px;
    background-color: #fff;
  }

  .layout-case-text {
    font-size: 14px;
    line-height: 1.2;
  }

  .layout_case-category-list {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
  }

  .layout_case-category-list {
    padding-left: 0;
  }

  .layout_case-category-list li {
    width: 100%;
    border-bottom: solid 1px #989f9d;
  }

  .layout_case-category-list li a {
    padding: 8px 0 8px 30px;
    color: #58a466;
  }

  .layout_case-category-list > li a::before {
    margin: 5px 0 0 -15px;
    border-bottom: solid 2px #58a466;
    border-right: solid 2px #58a466;
  }

  .layout_customer-list li {
    width: calc(50% - 10px);
    margin-top: 15px;
  }

  .layout_customer-list figure {
    height: 70px;
    padding: 5px 10px;
  }

  .layout_case-btn .btn_case a {
    width: 78%;
    font-size: 14px;
  }

  .layout_sub-contents-area-inner {
    padding: 0;
  }

  .layout_sub-contents-area-inner, .layout_sub-contents-area-inner.even {
    padding: 30px 0 20px;
  }

  .layout_sub-contents-area-inner.first {
    padding: 0 0 25px;
  }

  .layout_footer-service-navi {
    border-top: 1px solid #000;
  }

  .layout_customer-list h5 {
    font-size: 14px;
  }

  .case_link {
    font-size: 12px;
  }
}