/* Scss Document */
/* Scss Document */
#key {
  background: url(../img/know_how/key_bg.jpg) no-repeat center/cover; }

h4 {
  color: #2f2f2f;
  font-size: 30px;
  font-family: pier_B;
  margin-bottom: 34px;
  position: relative; }
  h4:before {
    content: "";
    background: #47321e;
    width: 2px;
    height: 120%;
    top: -9px;
    left: 34px;
    position: absolute;
    transform: rotate(45deg); }
  h4 span {
    color: #979797;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 28px 0 0 40px; }

h5 {
  font-size: 24px;
  font-family: kozuka_M;
  color: #181818;
  margin-bottom: 10px; }

.knowInfo {
  width: 45%;
  font-size: 13px; }

.know_img {
  width: 50.4%; }
  .know_img img {
    width: 100%; }

#know1 {
  margin-bottom: 100px; }

#know2 {
  padding-bottom: 70px; }
  #know2 dt {
    border: 1px solid #9b9b9b;
    display: inline-block;
    margin: 15px 0 5px 0;
    font-size: 14px;
    font-family: kozuka_B;
    padding: 0 18px;
    line-height: 22px; }

@media only screen and (max-width: 768px) {
  h4 {
    margin-bottom: 20px; }

  .knowInfo, .know_img {
    width: 100%;
    float: none; }

  .knowInfo {
    margin-bottom: 30px; } }
