@charset "UTF-8";
/* CSS Document */
/*
===============================================================================
 #case
=============================================================================== */
#case section.sec_case {
  margin-bottom: 70px;
}
#case section.sec_case .inner {
  margin: 50px auto 0;
  padding: 0 20px;
}
#case .page_heading {
  margin-bottom: 50px;
}
#case .pageTop_img {
  max-width: 100%;
  margin: 0 auto;
}
#case .pageTop_img img {
  width: 100%;
  height: auto;
}
#case .case-block {
  position: relative;
}
#case .case-block:not(:first-child) {
  margin-top: 30px;
}
#case .case-block .case-block--item {
  margin-top: 15px;
  padding: 20px;
}
#case .case-block .case-block--item .badge {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: inherit;
  background-color: #737375;
  border-radius: 5px;
  padding: 4px 15px 5px;
}
#case .case-block .case-block--item h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.68;
  margin: 10px 0;
}
#case .case-block .case-block--item .textBox {
  background-color: #FFFFFF;
}
#case .case-block .case-block--item .textBox .textBox_top {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  background-color: #FFD800;
  padding: 8px 10px 9px;
}
#case .case-block .case-block--item .textBox p {
  margin: 0;
  padding: 20px;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 2;
}
#case .arrow_box {
  position: relative;
  width: 83px;
  height: 30px;
  background: #FFFFFF;
  padding: 6px;
  text-align: center;
  border: 2px solid #46484B;
  color: #46484B;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1;
  top: 0;
  left: 0;
}
#case .arrow_box span {
  font-size: 13px;
  letter-spacing: .1em;
  margin-left: 4px;
}
#case .arrow_box:after, #case .arrow_box:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
#case .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 4.5px;
  border-right-width: 4.5px;
  margin-left: -4.5px;
  border-top-color: #FFFFFF;
}
#case .arrow_box:before {
  border-color: rgba(70, 72, 75, 0);
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-left: -6px;
  margin-top: 2px;
  border-top-color: #46484B;
}

@media screen and (min-width: 768px) {
  #case section.sec_case {
    margin-bottom: 170px;
  }
  #case section.sec_case .inner {
    margin: 100px auto 0;
  }
  #case .page_heading {
    margin-bottom: 100px;
  }
  #case .pageTop_img {
    max-width: 1140px;
  }
  #case .case-block:not(:first-child) {
    margin-top: 50px;
  }
  #case .case-block .case-block--item {
    margin-top: 20px;
    padding: 30px;
  }
  #case .case-block .case-block--item .badge {
    font-size: 14px;
    padding: 5px 15px 6px;
  }
  #case .case-block .case-block--item h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2;
    margin: 0 0 0 16px;
    display: inline-block;
  }
  #case .case-block .case-block--item .textBox {
    margin-top: 30px;
  }
  #case .case-block .case-block--item .textBox .textBox_top {
    font-size: 16px;
    padding: 10px 10px 9px;
  }
  #case .case-block .case-block--item .textBox p {
    padding: 25px 30px 36px;
    font-size: 16px;
  }
  #case .arrow_box {
    width: 120px;
    height: 44px;
    padding: 10px;
    font-size: 15px;
  }
  #case .arrow_box span {
    font-size: 21px;
    margin-left: 7px;
  }
  #case .arrow_box:after {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 7.5px;
    border-right-width: 7.5px;
    margin-left: -7.5px;
  }
  #case .arrow_box:before {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 9px;
    border-right-width: 9px;
    margin-left: -9px;
    margin-top: 2px;
  }
}


