@charset "utf-8";
/* ===============================================
CIPについてTOP
=============================================== */
#about .cmn_topicpath {
  margin-bottom: 25px;
}
#about .cmn_btn_back {
  margin-top: 0;
}
@media screen and (max-width :768px) {
  #about .cmn_topicpath {
    margin-bottom: 11px;
  }
  #about .cmn_btn_back {
    margin-top: 35px;
  }
    #about .cmn_scroll_area .width_190 {
    width: 190%;
  }
}
/* ===============================================
リンク
=============================================== */
#about .cmn_link_list li a:hover {
    background-color: #fcf9ea;
    opacity: 1;
  -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}