@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Rajdhani");
/*
font-family: 'Rajdhani', sans-serif;
font-weght: 600;
*/
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.sp-only {
  display: none; }

#driver01, #driver02 {
  margin-top: -100px;
  padding-top: 100px; }

.page-header {
  width: 1162px;
  margin: 0 auto;
  font-family: 'Rajdhani', sans-serif; }
  .page-header h2 {
    color: #fff;
    float: left;
    font-size: 28px;
    width: 150px;
    font-weight: 800; }

.page-header-bk {
  background-color: #9f9f9f;
  border-bottom: solid 5px #3649BF; }

.content-box {
  height: 800px;
  position: relative;
  z-index: 0; }

.main-wrapbox {
  width: 1150px;
  margin: 0 auto; }

.name-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 280px;
  background-image: url("../img/parts-namebar.png");
  background-repeat-y: no-repeat;
  background-position: center bottom;
  z-index: 20; }

.driver-01, .driver-02 {
  width: 49%;
  padding-top: 70px;
  text-align: center;
  float: left;
  color: #fff;
  font-style: italic; }
  .driver-01 h3, .driver-01 h4, .driver-01 p, .driver-02 h3, .driver-02 h4, .driver-02 p {
    font-family: 'Rajdhani', sans-serif; }
  .driver-01 h2, .driver-02 h2 {
    font-size: 36px; }
    .driver-01 h2 a, .driver-02 h2 a {
      color: #fff; }
    .driver-01 h2 a:hover, .driver-02 h2 a:hover {
      color: #90163f; }
  .driver-01 h3, .driver-02 h3 {
    font-size: 24px; }
  .driver-01 h4, .driver-02 h4 {
    font-size: 18px; }
  .driver-01 p, .driver-02 p {
    font-size: 18px;
    margin-top: 15px; }

.team-name {
  float: left;
  padding-top: 7px; }
  .team-name li {
    font-size: 18px;
    float: left;
    margin-right: 20px; }
    .team-name li a {
      color: #fff; }
    .team-name li a:hover {
      color: #90163f; }
  .team-name li::before {
    vertical-align: middle;
    content: url("../img/name-arw.png"); }
  .team-name .now a {
    color: #90163f !important;
    pointer-events: none; }

@media screen and (max-width: 600px) {
  .pc-only {
    display: none; }

  .main-wrapbox {
    width: 100%; }

  .content-box {
    height: auto; }

  .page-header-bk {
    background-color: #fff; }

  .name-box {
    height: auto; }

  .driver-01, .driver-02 {
    padding-top: 15px; }
    .driver-01 h2, .driver-02 h2 {
      font-size: 18px; }
    .driver-01 h3, .driver-02 h3 {
      font-size: 14px; }
    .driver-01 h4, .driver-02 h4 {
      font-size: 12px; }
    .driver-01 p, .driver-02 p {
      font-size: 14px;
      margin-top: 10px; }

  .team-name-sp {
    height: 36px;
    overflow: hidden;
    transition: all 0.5s ease; }
    .team-name-sp li h2, .team-name-sp li a {
      display: block;
      box-sizing: border-box;
      background-color: #9f9f9f;
      padding: 2px 10px;
      padding-top: 8px;
      color: #fff;
      width: 100%;
      height: 36px;
      margin-bottom: 1px; }
    .team-name-sp li a {
      font-size: 14px; } }
.open {
  transition: all 0.5s ease;
  height: 110px;
  overflow: visible; }

.arw-cl:after, .arw-op:after {
  position: absolute;
  right: 10px; }

.arw-cl:after {
  content: url("../img/menu-arw-cl.png"); }

.arw-op:after {
  content: url("../img/menu-arw-op.png"); }

.driver-box1 {
  height: 850px;
  background: #666666;
  background: -moz-linear-gradient(left, #666666 0%, #333333 100%);
  background: -webkit-linear-gradient(left, #666666 0%, #333333 100%);
  background: linear-gradient(to right, #666666 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=1 ); }

.driver-box2 {
  height: 850px;
  background: #555555;
  background: -moz-linear-gradient(left, #555555 0%, #111111 100%);
  background: -webkit-linear-gradient(left, #555555 0%, #111111 100%);
  background: linear-gradient(to right, #555555 0%, #111111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#111111',GradientType=1 ); }

.dri-pic {
  width: 49%;
  text-align: right;
  float: right;
  margin-top: 50px;
}

.dri-txt {
  width: 40%;
  color: #fff;
  width: 40%;
  float: left;
  padding-top: 50px; }
  .dri-txt h2 {
    font-size: 32px; }
  .dri-txt h3 {
    font-size: 16px;
    font-weight: normal;
    font-style: italic; }
  .dri-txt p {
    margin-top: 30px;
    font-size: 12px;
    line-height: 2rem; }

@media screen and (max-width: 600px) {
  .driver-box1, .driver-box2 {
    height: auto; }

  .dri-pic {
    width: 100%;
    float: none;
    margin-top: 0;
  }

  .dri-txt {
    box-sizing: border-box;
    width: 100%;
    float: none;
    padding: 20px; }
    .dri-txt h3 {
      margin-bottom: 10px; }
    .dri-txt p {
      margin-top: 0px;
      margin-bottom: 20px;
      line-height: 1.5rem; } }
.team01-bk, .team02-bk, .team03-bk, .team04-bk {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; }

.team01-bk {
  background-image: url("../img/rally-top01-bk.jpg"); }

.team02-bk {
  background-image: url("../img/rally-top02-bk.jpg"); }

.team03-bk {
  background-image: url("../img/rally-top03-bk.jpg"); }
.team04-bk {
  background-image: url("../img/rally-top04-bk.jpg"); }

/*# sourceMappingURL=rally-driver.css.map */

.driver-link{
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+0,555555+100 */
background: #999999; /* Old browsers */
background: -moz-linear-gradient(top,  #999999 0%, #555555 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #999999 0%,#555555 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #999999 0%,#555555 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
}
.team-li{
  width: 770px;
  margin: 0 auto;
}
.team-li li{
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.btn-rep , .btn-gel{
  display: block;
  width: 50%;
  float: left;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 600;
  font-size: 30px;
  color: #fff !important;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.btn-rep:hover , .btn-gel:hover{
  background-color: #aaa;
  color: 666;
  }
.btn-rep{background-color: #008330;box-sizing:border-box;border-right: 1px solid #000;}
.btn-gel{background-color: #008330;}

@media screen and (max-width: 600px)  {
  .team-li{width: 100%;}
  .team-li li{margin-bottom: 20px;}
  .btn-rep , .btn-gel{font-size: 24px;}
  }