@charset "utf-8";

.case {
  padding: 0 0 106px;
  background: url(../images/common/hexa_gray.svg) -32px 660px no-repeat, url(../images/common/hexa_gray.svg) calc(100% + 122px) 394px no-repeat, url(../images/common/hexa_gray.svg) -142px 1350px no-repeat, url(../images/common/hexa_gray.svg) calc(100% + 222px) 991px no-repeat;
  background-color: #f6f6f6;
  background-size: 637px 295px
}

.case .main_ttl {
  margin-bottom: 63px;
  background: #f39800 url(../images/case/main_ttl.jpg) center 0 no-repeat
}

.case_head {
  margin-bottom: 50px;
  text-align: center
}

.case_head_txt {
  display: inline;
  padding: 0 21px 0 25px;
  background: -o-linear-gradient(bottom, #ffe57f 17px, transparent 0);
  background: linear-gradient(0deg, #ffe57f 17px, transparent 0);
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5
}

.case_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px
}

.case_row .case_col {
  margin: 0 15px 30px;
  padding: 30px;
  border-radius: 30px;
  background: #fff
}

.case_row .case_col_full {
  width: 100%
}

.case_row .case_col_half {
  width: calc(50% - 30px)
}

.case_infor {
  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
}

.case_infor .infor_content {
  width: 460px;
  padding-top: 5px;
  padding-left: 20px
}

.case_infor figure {
  width: 406px;
  padding-right: 6px
}

.case_infor figure img {
  width: 100%
}

.case_infor .case_ttl {
  margin-bottom: 23px
}

.case_infor .infor_sub {
  margin-bottom: 3px;
  padding-left: 5px
}

.case_infor .infor_lst {
  background: url(../images/case/dots.png) repeat-x left top
}

.case_infor .infor_lst li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0 6px 5px;
  background: url(../images/case/dots.png) repeat-x left bottom;
  font-size: 1.6rem
}

.case_infor .infor_lst li p {
  line-height: 26px
}

.case_infor .infor_lst li .first {
  width: 113px;
  font-weight: 700
}

.case_infor .infor_lst li .last {
  width: calc(100% - 113px)
}

.case_ttl {
  margin-bottom: 15px;
  padding-left: 5px;
  font-size: 2.5rem;
  font-weight: 700
}

.case .case_next {
  position: relative
}

.case .case_next:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -52px;
  width: 68px;
  height: 49px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/case/step.svg) no-repeat;
  content: ''
}

.case .content {
  clear: both
}

.case .content figure {
  width: 202px;
  margin-right: 27px;
  padding-top: 10px;
  float: left
}

.case .content p {
  line-height: 1.6rem;
  line-height: 2
}

.case .case_lst li {
  padding-left: 34px;
  background: url(../images/case/icon.png) no-repeat top 6px left 3px;
  background-size: 25px 20px;
  line-height: 32.5px
}