@charset "UTF-8";
/* Scss Document */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 160%;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.tooltip-inner {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fa-solid-900.woff") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"); }
/* -----------------------
汎用
----------------------- */
html, body {
  color: #000000;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

i {
  margin-right: 8px; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clearfix {
  min-height: 1px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.left {
  float: left; }

.right {
  float: right; }

.inline {
  display: inline; }

.display_table {
  display: table; }

.display_table_full {
  display: table;
  width: 100%; }

.display_table-cell {
  display: table-cell;
  vertical-align: middle; }

*:focus {
  outline: none; }

a:focus, a:hover {
  outline: none;
  transition-property: "opacity,color,background-color";
  -webkit-transition-property: "opacity,color,background-color";
  -moz-transition-property: "opacity,color,background-color";
  -o-transition-property: "opacity,color,background-color";
  -ms-transition-property: "opacity,color,background-color";
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s; }
  a:focus.img_thumb, a:hover.img_thumb {
    opacity: 0.8;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -ms-transition-duration: 0.15s; }

.img_thumb,
.img_thumb_unfill {
  width: 100%;
  height: 100%;
  padding: 100% 0 0 0;
  display: none; }

/* ラジオボタン*/
[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }
[type="radio"]:checked + span, [type="radio"]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 28px;
  color: #555555; }
  [type="radio"]:checked + span:before, [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 2px solid #b6b6b6;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; }
  [type="radio"]:checked + span:after, [type="radio"]:not(:checked) + span:after {
    position: absolute;
    top: 8px;
    left: 6px;
    content: '';
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s; }
[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0); }
[type="radio"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1); }

/* チェックボックス*/
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }
[type="checkbox"]:checked + span, [type="checkbox"]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  color: #646464;
  line-height: 30px;
  cursor: pointer; }
  [type="checkbox"]:checked + span:before, [type="checkbox"]:not(:checked) + span:before {
    position: absolute;
    left: 2px;
    top: 6px;
    width: 18px;
    height: 18px;
    content: '';
    background: #ffffff;
    border: 2px solid #b6b6b6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px; }
  [type="checkbox"]:checked + span:after, [type="checkbox"]:not(:checked) + span:after {
    position: absolute;
    left: 2px;
    top: 6px;
    width: 18px;
    color: #ffffff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    text-align: center;
    background: #000000;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s; }
[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0); }
[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1); }

/*テーブル*/
table tr td {
  vertical-align: middle !important; }
  table tr td label {
    margin-bottom: 0;
    font-weight: normal; }

/*ぱんくず*/
.breadcrumb {
  padding: 15px 0 0 15px;
  font-size: 11px;
  background: #ffffff; }

/*ページング*/
ul.paging {
  margin: 30px auto 0;
  text-align: center; }
  ul.paging li {
    float: left; }
    ul.paging li.disabled a {
      border: none;
      pointer-events: none; }
    ul.paging li a {
      display: block;
      width: 30px;
      margin: 5px;
      height: 30px;
      line-height: 30px; }
      ul.paging li a:hover {
        cursor: pointer;
        text-decoration: none; }
      ul.paging li a i {
        line-height: 28px;
        margin: 0; }
    ul.paging li.on a {
      color: #ffffff; }

.form-control.small {
  width: 100px; }
.form-control.medium {
  width: 180px; }
.form-control.large {
  width: 365px; }

select {
  padding: 0 24px 0 6px !important;
  background: #ffffff url(../img/select.png) no-repeat;
  background-position: right 8px center;
  background-size: 7px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }
  select:focus {
    color: #333333;
    background: #ffffff url(../img/select.png) no-repeat;
    background-position: right 8px center;
    background-size: 7px; }
  select::-ms-expand {
    display: none; }

textarea {
  width: 100%; }

:focus {
  outline: none !important; }

body {
  position: relative; }

a:hover img {
  opacity: 0.8; }

.container {
  max-width: 1160px; }

h2.title {
  background: url("../images/arrow.svg") no-repeat left top;
  background-size: 40px;
  padding-left: 50px; }
  h2.title p {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 900;
    font-size: 20px;
    padding-top: 4px; }
  @media screen and (max-width: 576px) {
    h2.title {
      background-size: 20px;
      padding-left: 25px; }
      h2.title p {
        font-size: 12px;
        padding-top: 0; } }

h3.title {
  background: url("../images/arrow.svg") no-repeat left top;
  background-size: 28px;
  padding-left: 35px; }

.color-gray {
  color: #838383; }

div#fancy_outer {
  box-sizing: content-box !important; }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  z-index: 99; }
  #page-top a {
    color: #0b318f;
    text-decoration: none; }
  @media screen and (max-width: 992px) {
    #page-top {
      display: none; } }

#header, #footer {
  background: #0b318f;
  color: #ffffff; }
  #header .container, #footer .container {
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 8px; }
    #header .container .logo, #footer .container .logo {
      height: 40px; }
    #header .container ul, #footer .container ul {
      display: flex;
      align-items: center; }
      #header .container ul li, #footer .container ul li {
        margin-left: 24px; }
        #header .container ul li:first-child, #footer .container ul li:first-child {
          margin: 0; }
        #header .container ul li img, #footer .container ul li img {
          width: 32px; }
  @media screen and (max-width: 992px) {
    #header .container h1, #footer .container h1 {
      margin: 0 auto; }
    #header .container .logo, #footer .container .logo {
      width: 100%;
      max-width: 440px;
      height: auto; }
    #header .container ul, #footer .container ul {
      display: none; } }
  @media screen and (max-width: 576px) {
    #header .container .logo, #footer .container .logo {
      max-width: 270px; } }

#footer {
  padding: 80px 0; }
  #footer .container {
    padding: 0; }
  #footer .container.copy {
    border-top: #ffffff 1px solid;
    margin-top: 16px;
    padding-top: 16px; }
    #footer .container.copy a {
      margin-right: 16px; }
    #footer .container.copy img {
      height: 32px; }
  #footer a {
    color: #ffffff; }
  @media screen and (max-width: 992px) {
    #footer .container {
      flex-wrap: wrap; }
      #footer .container h1 {
        width: 100%;
        text-align: center; }
      #footer .container ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: 0;
        text-align: center; }
        #footer .container ul li {
          margin: 0; }
          #footer .container ul li:first-child {
            width: 100%;
            margin: 40px 0;
            font-size: 24px;
            font-weight: 400;
            font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
          #footer .container ul li:not(:first-child) {
            width: 33%; }
            #footer .container ul li:not(:first-child) img {
              height: 80px;
              width: auto; }
    #footer .container.copy {
      border: none;
      justify-content: center; }
      #footer .container.copy a {
        width: 33%;
        margin: 0 16px; }
        #footer .container.copy a.privacy {
          display: none; }
        #footer .container.copy a img {
          width: 100%;
          height: auto; }
      #footer .container.copy .copy {
        width: 100%;
        text-align: center;
        margin-top: 32px;
        font-size: 16px; } }
  @media screen and (max-width: 576px) {
    #footer {
      padding: 60px 0; }
      #footer .container ul li {
        margin: 0; }
        #footer .container ul li:first-child {
          margin: 20px 0;
          font-size: 16px; }
        #footer .container ul li:not(:first-child) img {
          height: 50px; }
      #footer .container.copy .copy {
        font-size: 14px; } }

#nav {
  background: #13157C; }
  #nav ul {
    display: flex; }
    #nav ul li {
      flex: 1;
      border-left: #ffffff 1px solid; }
      #nav ul li:last-child {
        border-right: #ffffff 1px solid; }
      #nav ul li a {
        display: block;
        padding-top: 12px;
        text-align: center; }
        #nav ul li a span {
          display: inline-block;
          padding-bottom: 12px; }
          #nav ul li a span img {
            height: 16px; }
        #nav ul li a:hover, #nav ul li a.on {
          background: #00003E; }
          #nav ul li a:hover span, #nav ul li a.on span {
            padding-bottom: 8px;
            border-bottom: #FFFF00 4px solid; }
            #nav ul li a:hover span img, #nav ul li a.on span img {
              opacity: 1; }
  @media screen and (max-width: 576px) {
    #nav .container {
      padding: 0; }
    #nav ul li:first-child {
      border: none; }
    #nav ul li:last-child {
      border-right: none; }
    #nav ul li a {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center; }
      #nav ul li a span {
        border: none !important;
        margin: 0 auto; }
      #nav ul li a:hover, #nav ul li a.on {
        border-bottom: #FFFF00 4px solid; }
    #nav ul li:not(:first-child) a span img {
      height: 32px; } }

#slide .flex-control-paging {
  display: flex; }
  #slide .flex-control-paging li:first-child {
    margin-left: auto; }
  #slide .flex-control-paging li a {
    border-radius: 0;
    width: 43px;
    height: 10px;
    background: #999A9A; }
    #slide .flex-control-paging li a.flex-active {
      background: #0b318f; }
#slide .sp_top img {
  width: 100%; }
@media screen and (max-width: 768px) {
  #slide {
    padding: 0 !important; }
    #slide .container {
      padding: 0 !important; } }

#info {
  background: url("../images/bg_g.jpg") no-repeat;
  background-size: cover;
  padding: 50px 0; }
  #info h2 img {
    height: 42px; }
  #info .table {
    font-size: 18px; }
    #info .table thead th {
      background: #0b318f;
      color: #ffffff;
      text-align: center;
      border: #727171 1px solid; }
    #info .table thead td {
      border: none; }
    #info .table tbody {
      background: #ffffff; }
      #info .table tbody tr:nth-child(odd) th, #info .table tbody tr:nth-child(odd) td {
        background: rgba(11, 49, 143, 0.08); }
      #info .table tbody th, #info .table tbody td {
        border: #727171 1px solid; }
      #info .table tbody th {
        color: #ac1126;
        text-align: center;
        vertical-align: middle; }
      #info .table tbody td a {
        color: #0b318f; }
  @media screen and (max-width: 992px) {
    #info {
      padding: 80px 30px; } }
  @media screen and (max-width: 576px) {
    #info {
      padding: 50px 16px; }
      #info h2 img {
        width: 100%;
        height: auto; }
      #info .table {
        font-size: 14px; } }

#youtube {
  padding: 100px 30px; }
  #youtube h2 img {
    height: 82px; }
  #youtube .movie {
    max-width: 880px;
    margin: 0 auto; }
  @media screen and (max-width: 576px) {
    #youtube {
      padding: 50px 16px; }
      #youtube h2 img {
        width: 100%;
        height: auto; } }

#introduction {
  background: url("../images/bg_g.jpg") no-repeat;
  background-size: cover;
  padding: 50px 0; }
  #introduction h2 {
    background-position: left center; }
    #introduction h2 img {
      height: 42px; }
  #introduction ul {
    display: flex;
    justify-content: space-between;
    padding: 16px 0; }
    #introduction ul li {
      width: 30%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }
      #introduction ul li img {
        width: 100%; }
  @media screen and (max-width: 576px) {
    #introduction {
      padding: 20px 0; }
      #introduction h2 {
        margin-bottom: 0 !important; }
        #introduction h2 img {
          height: 24px; } }

.team {
  padding: 80px 0; }
  .team img {
    width: 100%;
    max-width: 100%; }
  .team#cerumo {
    border-top: #e84709 10px solid;
    background: rgba(232, 71, 9, 0.1); }
    .team#cerumo .btn {
      color: #ffffff;
      background: url("../images/arrow2.svg") no-repeat right 10px center/10px, -moz-linear-gradient(top, #e84709, #BA3907);
      background: url("../images/arrow2.svg") no-repeat right 10px center/10px, -webkit-linear-gradient(top, #e84709, #BA3907);
      background: url("../images/arrow2.svg") no-repeat right 10px center/10px, linear-gradient(to bottom, #e84709, #BA3907); }
      @media screen and (max-width: 992px) {
        .team#cerumo .btn {
          background: -moz-linear-gradient(top, #e84709, #BA3907);
          background: -webkit-linear-gradient(top, #e84709, #BA3907);
          background: linear-gradient(to bottom, #e84709, #BA3907); } }

  .team#r_d_sport {
    border-top: #0b318f 10px solid;
    background: rgba(11, 49, 143, 0.1); }
    .team#r_d_sport .btn {
      color: #ffffff;
      background: url("../images/arrow2.svg") no-repeat right 10px center/10px, -moz-linear-gradient(top, #0055B5, #004491);
      background: url("../images/arrow2.svg") no-repeat right 10px center/10px, -webkit-linear-gradient(top, #0055B5, #004491);
      background: url("../images/arrow2.svg") no-repeat right 10px center/10px, linear-gradient(to bottom, #0055B5, #004491); }
      @media screen and (max-width: 992px) {
        .team#r_d_sport .btn {
          background: -moz-linear-gradient(top, #0055B5, #004491);
          background: -webkit-linear-gradient(top, #0055B5, #004491);
          background: linear-gradient(to bottom, #0055B5, #004491); } }
  .team#kunimitsu {
    border-top: #ac1126 10px solid;
    background: rgba(172, 17, 38, 0.1); }
    .team#kunimitsu .btn {
      color: #ffffff;
      background: url("../images/arrow2.svg") no-repeat right 10px center/10px, -moz-linear-gradient(top, #ac1126, #8A0E1E);
      background: url("../images/arrow2.svg") no-repeat right 10px center/10px, -webkit-linear-gradient(top, #ac1126, #8A0E1E);
      background: url("../images/arrow2.svg") no-repeat right 10px center/10px, linear-gradient(to bottom, #ac1126, #8A0E1E); }
      @media screen and (max-width: 992px) {
        .team#kunimitsu .btn {
          background: -moz-linear-gradient(top, #ac1126, #8A0E1E);
          background: -webkit-linear-gradient(top, #ac1126, #8A0E1E);
          background: linear-gradient(to bottom, #ac1126, #8A0E1E); } }
  .team .team_detail_area {
    margin-top: 16px; }
    .team .team_detail_area .team_detail {
      flex: 1; }
      .team .team_detail_area .team_detail h3 {
        border-bottom: #000000 1px solid;
        padding-bottom: 6px; }
        .team .team_detail_area .team_detail h3 img {
          width: auto;
          height: 25px; }
      .team .team_detail_area .team_detail table {
        margin-top: 8px; }
        .team .team_detail_area .team_detail table th, .team .team_detail_area .team_detail table td {
          border: none;
          padding-top: 0; }
          .team .team_detail_area .team_detail table th p, .team .team_detail_area .team_detail table td p {
            position: relative;
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 2px, transparent 2px);
            background-size: 6px 2px;
            background-repeat: repeat-x;
            background-position: left bottom;
            padding-bottom: 4px; }
        .team .team_detail_area .team_detail table th p:after {
          content: '';
          position: absolute;
          right: -7px;
          width: 6px;
          height: 100%;
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px);
          background-size: 2px 6px;
          background-repeat: repeat-y;
          background-position: right top; }
      .team .team_detail_area .team_detail .driver {
        width: 48%;
        margin-top: 16px;
        font-size: 16px;
        font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
        .team .team_detail_area .team_detail .driver .driver_image {
          width: 120px;
          margin-right: 16px; }
        .team .team_detail_area .team_detail .driver .driver_detail {
          flex: 1; }
          .team .team_detail_area .team_detail .driver .driver_detail .name {
            margin-bottom: 12px;
            font-size: 20px;
            font-weight: 500; }
            .team .team_detail_area .team_detail .driver .driver_detail .name span {
              font-size: 14px;
              margin-left: 8px;
              font-weight: normal; }
        .team .team_detail_area .team_detail .driver .btn {
          position: relative;
          font-size: 16px;
          font-weight: 500; }
    .team .team_detail_area .team_img {
      width: 490px;
      margin-left: 30px; }
  @media screen and (max-width: 992px) {
    .team {
      padding-top: 0;
      font-size: 20px; }
      .team .container {
        padding: 0; }
      .team .team_detail_area {
        flex-wrap: wrap; }
        .team .team_detail_area .team_detail, .team .team_detail_area .team_img {
          width: 100%;
          padding: 30px 15% 0;
          margin: 0; }
        .team .team_detail_area .team_detail .driver {
          width: 43%; }
          .team .team_detail_area .team_detail .driver > .d-flex {
            flex-wrap: wrap; }
            .team .team_detail_area .team_detail .driver > .d-flex .driver_image, .team .team_detail_area .team_detail .driver > .d-flex .driver_detail {
              width: 100%;
              margin: 0 0 8px;
              font-size: 20px; }
          .team .team_detail_area .team_detail .driver .driver_detail .name {
            font-size: 28px;
            padding-bottom: 8px;
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 2px, transparent 2px);
            background-size: 6px 2px;
            background-repeat: repeat-x;
            background-position: left bottom; }
            .team .team_detail_area .team_detail .driver .driver_detail .name span {
              font-size: 16px; }
          .team .team_detail_area .team_detail .driver .btn {
            width: 100% !important; }
        .team .team_detail_area .team_img .movie {
          border-top: #000000 1px solid;
          padding-top: 45px; } }
  @media screen and (max-width: 576px) {
    .team {
      font-size: 14px; }
      .team .team_detail_area .team_detail, .team .team_detail_area .team_img {
        padding: 16px 30px 0;
        margin: 0; }
      .team .team_detail_area .team_detail h3 {
        background-size: 22px; }
        .team .team_detail_area .team_detail h3 img {
          height: 20px; }
      .team .team_detail_area .team_detail .driver {
        width: 45%; }
        .team .team_detail_area .team_detail .driver .driver_detail {
          font-size: 16px !important; }
          .team .team_detail_area .team_detail .driver .driver_detail .name {
            font-size: 20px;
            padding-bottom: 8px; }
            .team .team_detail_area .team_detail .driver .driver_detail .name span {
              font-size: 14px; }
        .team .team_detail_area .team_detail .driver .btn {
          font-size: 13px !important; } }

#result, #gallery {
  background: #e9e9e9; }
  #result .container, #gallery .container {
    background: #ffffff;
    padding: 60px 15px 100px; }
    #result .container .side, #gallery .container .side {
      width: 211px; }
      #result .container .side .title, #gallery .container .side .title {
        background: #0b318f;
        padding: 0 6px; }
        #result .container .side .title > p, #gallery .container .side .title > p {
          border-left: #FFFF00 4px solid;
          padding: 8px 6px; }
          #result .container .side .title > p img, #gallery .container .side .title > p img {
            height: 18px; }
      #result .container .side .schedule, #gallery .container .side .schedule {
        border: 1px solid #d0d0d0; }
        #result .container .side .schedule ul, #gallery .container .side .schedule ul {
          border-left: 8px solid #f0f2f8;
          border-right: 8px solid #f0f2f8;
          width: 100%;
          margin: 0;
          overflow: hidden;
          font-size: 12px; }
          #result .container .side .schedule ul li, #gallery .container .side .schedule ul li {
            border: 1px solid #d0d0d0;
            border-bottom: none;
            list-style: none;
            padding: 10px 0 10px 10px;
            font-weight: bold; }
            #result .container .side .schedule ul li.current a, #gallery .container .side .schedule ul li.current a {
              color: #ac1126; }
            #result .container .side .schedule ul li a, #gallery .container .side .schedule ul li a {
              color: #727171;
              text-decoration: none; }
              #result .container .side .schedule ul li a:hover, #gallery .container .side .schedule ul li a:hover {
                color: #ac1126; }
        #result .container .side .schedule .yearTitle, #gallery .container .side .schedule .yearTitle {
          padding: 10px;
          font-size: 14px;
          font-weight: bold;
          color: #000000;
          border-top: 1px solid #CBC9D4;
          background: #f0f2f8;
          border-left: 4px solid #f0f2f8;
          border-right: 4px solid #f0f2f8; }
        #result .container .side .schedule .yearlist, #gallery .container .side .schedule .yearlist {
          padding-bottom: 0 !important;
          display: none; }
    #result .container .content, #gallery .container .content {
      flex: 1;
      margin-left: 30px; }
      #result .container .content .title, #gallery .container .content .title {
        font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        background: url("../images/arrow.svg") no-repeat left center;
        background-size: 25px;
        padding-left: 35px;
        margin-bottom: 16px; }
        #result .container .content .title span, #gallery .container .content .title span {
          font-size: 24px !important;
          font-weight: 600 !important; }
      #result .container .content .post img, #gallery .container .content .post img {
        max-width: 100% !important;
        height: auto !important; }
  @media screen and (max-width: 992px) {
    #result .container, #gallery .container {
      flex-wrap: wrap; }
      #result .container .side, #result .container .content, #gallery .container .side, #gallery .container .content {
        width: 100%; }
      #result .container .content, #gallery .container .content {
        order: 1;
        padding-bottom: 80px;
        margin: 0; }
        #result .container .content .title, #gallery .container .content .title {
          background-size: 20px;
          padding-left: 30px; }
          #result .container .content .title span, #gallery .container .content .title span {
            font-size: 20px !important; }
      #result .container .side, #gallery .container .side {
        order: 2; } }

#result .content .post img {
  margin-bottom: 16px; }

#gallery h2.title img {
  height: 42px; }
#gallery .list-pic .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: left; }
  #gallery .list-pic .gallery dl {
    width: 33.3%;
    padding: 15px 6px;
    border-right: 1px dotted #b2b4b6;
    border-bottom: 1px dotted #b2b4b6; }
    #gallery .list-pic .gallery dl:nth-child(3n) {
      border-right: none; }
    #gallery .list-pic .gallery dl dt {
      background: #e1e9f7;
      padding: 10px; }
    #gallery .list-pic .gallery dl img {
      width: 100%;
      height: auto; }
@media screen and (max-width: 576px) {
  #gallery h2.title {
    background-size: 20px !important;
    padding-left: 25px !important; }
    #gallery h2.title img {
      height: 24px; }
  #gallery .list-pic .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: left; }
    #gallery .list-pic .gallery dl {
      width: 50%; }
      #gallery .list-pic .gallery dl:nth-child(3n) {
        border-right: 1px dotted #b2b4b6; }
      #gallery .list-pic .gallery dl:nth-child(even) {
        border-right: none; } }

/*# sourceMappingURL=style.css.map */
