/* Scss Document */
/*------------------------------------------*/
#read ul li {
  text-indent: -1em;
  padding-left: 1em;
}

/*------------------------------------------*/
.case_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .case_frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case_frame .case_block {
  position: relative;
  width: calc(50% - 8px);
  border: 1px solid #ccc;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.case_frame .case_block:hover {
  background: #fafafa;
}
.case_frame .case_block:hover h3.sub {
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .case_frame .case_block {
    width: 100%;
  }
}
.case_frame .case_block a.link_block {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.case_frame .case_block h3.sub_smart {
  background: #0799c4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.case_frame .case_block h3.sub_smart span {
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 8px 16px;
  border-bottom: 1px solid #e6f5f9;
}
.case_frame .case_block h3.sub_global {
  background: #7f5690;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.case_frame .case_block h3.sub_global span {
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 8px 16px;
  border-bottom: 1px solid #F2EFFB;
}
.case_frame .case_block h3.sub_service {
  background: #e87f20;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.case_frame .case_block h3.sub_service span {
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 8px 16px;
  border-bottom: 1px solid #F8E6E0;
}
.case_frame .case_block h3.sub_admin {
  background: #3e9f6e;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.case_frame .case_block h3.sub_admin span {
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 8px 16px;
  border-bottom: 1px solid #E0F8EC;
}
.case_frame .case_block .case_contents .case_inner {
  padding: 24px 16px;
}
.case_frame .case_block .case_contents .case_inner h4 {
  font-size: 17px;
  font-weight: bold;
}
.case_frame .case_block .case_contents .case_inner p {
  margin: 4px 0 8px;
}
.case_frame .case_block .case_contents .case_inner .case_txt {
  min-height: 47px;
}
@media screen and (max-width: 767px) {
  .case_frame .case_block .case_contents .case_inner .case_txt {
    min-height: auto;
  }
}
.case_frame .case_block .case_contents .case_inner .case_img {
  margin-bottom: 8px;
  text-align: center;
}

/*------------------------------------------*/
.pagetitle_cases {
  background: url(../images/pagetitle_bg_default2.jpg) no-repeat center center/cover;
  min-height: 180px;
  height: 180px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .pagetitle_cases {
    margin: 0 -16px 20px;
    min-height: 125px;
    height: 125px;
    padding: 16px 16px;
    background-image: url(../images/cases/pagetitle_bg_cases_sp.jpg);
  }
}
.inner .pagetitle_cases {
  background: url(../images/cases/pagetitle_bg_cases.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .inner .pagetitle_cases {
    background-image: url(../images/cases/pagetitle_bg_cases_sp.jpg);
  }
}
.pagetitle_cases > div span {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pagetitle_cases > div span {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
}
.pagetitle_cases > div h1 {
  /*font-size:2.5rem;*/
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  display: block;
}
.pagetitle_cases > div h1.small {
  /*font-size:2.125rem;*/
  font-size: 34px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pagetitle_cases > div h1 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .pagetitle_cases > div h1.small {
    font-size: 1.125rem;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/