@charset "UTF-8";
.layout_sub-contents-area.one-column {
  width: auto;
  float: none;
  margin: 0;
}
/* ----------------
 SUB CONTENTS AREAで画面100%の背景がある場合
---------------- */
body {
  display: table;
  overflow: hidden;
  width: 100%;
}

/* ----------------
 CASE LIST BOX
---------------- */
.layout_case-list-box {
  width:305px;
  float:left;
  border-bottom: 1px solid #8B8B8B;
  border-right: 1px solid #E3E3E3;
  margin: 0 20px 0 0;
}
.layout_case-list-box.end {
  margin: 0 0 0 0;
}

.layout_case-list-box-header {
  background: #58a466;
  background: -webkit-linear-gradient(top, #7db564 0%, #65ab72 100%);
  background: linear-gradient(to top, #7db564 0%, #65ab72 100%);
  padding:8px 12px;
}

.layout_case-list-num {
  font-size: 12px;
  display: inline-block;
  color: #579E64;
  background: #fff;
  padding:1px 10px;
  text-align: center;
  margin: 0 0 5px 0;
}

.layout_case-list-title {
  font-size: 16px;
  line-height: 1.2;
  padding: 5px 0;
  color: #fff;
  text-shadow: 1px 1px 1px #549C61;
}

.layout_case-list-box-body {
  text-align: center;
}

.layout_case-list-img {
  width: 305px;
  padding: 20px 0 0 0;
  vertical-align: bottom;
  display: table-cell;
}

.layout_case-list-img a:hover {
  opacity: 0.75;
}

.layout_case-list-img img {
  width: 266px;
}

.layout_case-list-btn {
  text-align: center;
  padding: 17px 0 12px 0;
}
a.btn_case-detail {
  width: auto;
  position: relative;
  display: inline-block;
  padding: 12px 55px 12px 50px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  background: #fff;
  color: #2D333D;
  border: 1px solid #515963;
}

a.btn_case-detail:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #515963;
  border-right: solid 2px #515963;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}

a.btn_case-detail:hover {
  background: #E5E5E5;
}
@media (min-width: 780px) {
.layout_case-list-box.mr0{
  margin-right: 0;
}
}

.layout_btn_case{
  text-align: center;
  margin-top: 40px;
}

.layout_btn_case > a{
  width: 255px;
  position: relative;
  display: inline-block;
  padding: 15px 23px 15px 23px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  background: #fff;
  color: #2D333D;
  border: 1px solid #2d333d;
}

.layout_btn_case > a:hover {
  background: #e5e5e5;
}