@charset "UTF-8";
/* CSS Document */
main {
  margin: auto;
  line-height: 1.5;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
  width: 1104px;
  color: #3e3a39;
}
#quadcept_CAD .top  h1 {
  font-size: 38px;
}
#quadcept_CAD h2 {
  font-size: 26px;
  margin: 5px 0px;
}
#quadcept_CAD h3 {
  font-size: 21px;
  margin: auto;
}
#quadcept_CAD h4 {
  font-size: 21px;
}
#quadcept_CAD a {
  text-decoration: none;
}
#quadcept_CAD .mb15 {
  margin-bottom: 15px;
}
#quadcept_CAD .top {
  background: #0094ed;
  color: #fff;
  font-size: 17px;
  height: 300px;
}
#quadcept_CAD .top .h1 {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: auto;
  padding-top: 25px;
}
#quadcept_CAD .top .description {
  width: 900px;
  margin: auto;
  padding-bottom: 25px;
  padding-top: 10px;
}
#quadcept_CAD section {
  display: flex;
  justify-content: space-between;
padding: 50px 0px;
}
#quadcept_CAD section div{
  width: 650px;
}
#quadcept_CAD .content{
  padding: 10px 0;
}
#quadcept_CAD .cv{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#quadcept_CAD .cv p{
  font-size: 30px;
  font-weight: bold;
}
#quadcept_CAD .cv span{
  font-size: 50px;
  font-weight: bold;
}
#quadcept_CAD .CV {
  background: #cc0000;
  text-align: center;
  font-weight: bold;
  font-size: 16px !important;
  height: 60px;
  margin-top: 40px;
}
#quadcept_CAD .CV:hover {
  background: rgba(204, 0, 0, .5);
}
#quadcept_CAD .CV a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1.2rem 2rem;
}
#quadcept_CAD .pt40 {
  padding-top:40px;
}