/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html {
  font-size: 10px;
  font-size: 62.5%; /* 1rem = 10px (16px x 0.625) */
}
body {
  padding-top: 60px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
hr {
  border-color: #ddd;
  border-width: 3px;
  max-width: 50px;
  margin-left: 0;
  text-align: left;
}
.hr-brand {
  border-color: #13266b;
}
.hr-primary {
  border-color: #3498db;
}
.hr-info {
  border-color: #fd9a28;
}
.hr-light {
  border-color: white;
}
.hr-center {
  margin-left: auto;
  text-align: center;
}
.hr-interview {
  margin-top: 40px;
  margin-bottom: 40px;
}
a {
  color: #3498db;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: underline;
}
nav a,
footer a,
.news-list a {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fd9a28;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #111;
}
p {
  line-height: 2.0;
  margin-bottom: 30px;
}
p.margin0 {
  margin-bottom: 0;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
.bg-brand {
  background-color: #151f41;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.bg-light-gray {
  background-color: #f8f8f8;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.text-muted {
  color: #777;
}
.text-brand {
  color: #13266b;
}
.text-primary {
  color: #3498db;
}
.text-info {
  color: #fd9a28;
}
.text-danger {
  color: #cc0000;
}

.text-white {
  color: white;
}
.no-padding {
  padding: 0;
}
.nowrap {
  white-space: nowrap;
}
.indent {
  padding-left: 1.5em;
}

/*--------------------
  button
--------------------*/
.btn {
  border: none;
  border-radius: 300px;
  padding: 10px 16px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.0;
  text-transform: uppercase;
  text-decoration: none;
}
.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-lg {
  padding: 14px 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0;
}
.btn-default {
  color: white;
  background-color: #13266b;
  border-color: #13266b;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:hover:active,
.btn-default:active:focus {
  color: white;
  background-color: #fd9a28;
  border-color: #fd9a28;
}
.btn-primary {
  color: white;
  background-color: #3498db;
  border-color: #3498db;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover:active,
.btn-primary:active:focus {
  color: white;
  background-color: #fd9a28;
  border-color: #fd9a28;
}
.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube:hover:active,
.btn-youtube:active:focus {
  color: white;
  background-color: #cd201f;
  border-color: #cd201f;
}
.btn-outline-default {
  color: #13266b;
  background-color: white;
  border: #13266b 1px solid;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default:active,
.btn-outline-default:hover:active,
.btn-outline-default:active:focus {
  color: #13266b;
  background-color: white;
  border: #13266b 1px solid;
}
.btn-outline-primary {
  color: #3498db;
  background-color: white;
  border: #3498db 1px solid;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover:active,
.btn-outline-primary:active:focus {
  color: #3498db;
  background-color: white;
  border: #3498db 1px solid;
}

div.btn {
  cursor: auto;
}

.btn .glyphicon-menu-down {
  font-size: 10px;
  font-size: 1.0rem;
  margin-left: 5px;
}
.btn .glyphicon-menu-left {
  font-size: 10px;
  font-size: 1.0rem;
  margin-right: 5px;
}
.btn .glyphicon-menu-right {
  font-size: 10px;
  font-size: 1.0rem;
  margin-left: 5px;
}
.btn .fa-angle-double-down {
  margin-right: 5px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}


/*--------------------
  panel
--------------------*/
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
  border-color: #ddd;
  background-color: transparent;
}
.panel-brand {
  border-color: #13266b;
}
.panel-primary {
  border-color: #3498db;
}
.panel-body {
  padding: 30px;
}

/*--------------------
  label
--------------------*/
.label-primary {
  background-color: #3498db;
}
.label-brand {
  background-color: #13266b;
}

/*--------------------
  table
--------------------*/
.table {
  margin-bottom: 30px;
  text-align: left;
  border-bottom: #ddd 1px solid;
}
.table>tbody>tr>th,
.table>tbody>tr>td {
  padding: 15px 5px;
  line-height: 1.8;
}
.table th {
  white-space: nowrap;
}

/*--------------------
  ul, ol, li
--------------------*/
ul.list, ol.list {
  margin-bottom: 30px;
  line-height: 1.6;
}
ul.list,
ol.list {
  padding-left: 25px;
}
ul.list li {
  padding: 5px 0 5px 10px;
}
ol.list li {
  padding: 5px 0 5px 15px;
}


/*--------------------
  dl, dt, dd
--------------------*/
dl {
  margin-bottom: 30px;
}
dt,
dd {
  padding: 10px 0;
  line-height: 1.6;
}
dt {
  white-space: nowrap;
  padding-bottom: 2px;
  border-bottom: 3px solid;
  border-color: #ddd;
}
.dt-brand {
  border-color: #13266b;
}
.dt-primary {
  border-color: #3498db;
}


/*--------------------
  navbar
--------------------*/
.navbar-brand {
  height: 60px;
}
.navbar-brand img {
  height: 24px;
  margin-top: 3px;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  color: #13266b;
  text-transform: uppercase;
  margin-top: 10px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: white;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  color: #13266b;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-right: 1px;
  padding-left: 1px;
  border-bottom: 3px solid;
  border-color: rgba(19, 41, 107, 0);
  margin: 0 15px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #13266b;
  border-color: rgba(19, 41, 107, 1.0);
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #13266b !important;
  background-color: transparent;
  border-color: #13266b;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #13266b;
  border-color: #13266b;
  background-color: transparent;
}
.navbar-default .navbar-nav .glyphicon {
  display: block;
  float: right;
  font-size: 10px;
  font-size: 1.0rem;
  margin-left: 5px;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-default {
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #13266b;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover,
  .navbar-default.affix .nav > li > a.active {
    color: #13266b;
  }
  .navbar-default .navbar-nav .glyphicon {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
.dropdown-menu {
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px 0;
}
.dropdown-menu li {
  margin: 5px 0;
}
.dropdown-menu li a,
.dropdown-menu li a:focus {
  font-weight: 600;
  color: #13266b;
}
.dropdown-menu li a:hover,
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover {
  background: #13266b;
  color: white;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #13266b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>li.active>a:hover {
    background: #13266b;
    color: white;
  }
}

/*--------------------
  header
--------------------*/
header {
  width: 100%;
  height: 425px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
}
.header-top {
  background-image: url('../img2/header-home.jpg');
}
.header-news {
  background-image: url('../img2/header-news.jpg');
}
.header-activity-rugbyclub {
  background-image: url('../img2/header-activity-rugbyclub.jpg');
}
.header-activity-sportsintelligence {
  background-image: url('../img2/header-activity-sportsintelligence.jpg');
}
.header-activity-coarching {
  background-image: url('../img2/header-activity-coarching.jpg');
}
.header-activity-scixcup {
  background-image: url('../img2/header-activity-scixcup.jpg');
}
.header-activity-tohoku {
  background-image: url('../img2/header-activity-tohoku.jpg');
}
.header-activity-spaceball {
  background-image: url('../img2/header-activity-spaceball.jpg');
}
.header-interview-hirao {
  background-image: url('../img2/header-interview-hirao.jpg');
}
.header-interview-coach {
  background-image: url('../img2/header-interview-coach.jpg');
}
.header-interview-special {
  background-image: url('../img2/header-interview-special.jpg');
}
.header-interview-20th {
  background-image: url('../img2/header-interview-20th.jpg');
}

.header-about-outline {
  background-image: url('../img2/header-about-outline.jpg');
}
.header-about-organization {
  background-image: url('../img2/header-about-organization.jpg');
}
.header-about-history {
  background-image: url('../img2/header-about-history.jpg');
}
.header-about-privacy {
  background-image: url('../img2/header-about-privacy.jpg');
}

header .container {
  position: relative;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
.header-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  padding: 20px 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(52, 152, 219, 0.7);
  border-radius: 6px;
}
.header-content h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  color: white;
  /*text-transform: uppercase;*/
}
.header-content h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-transform: uppercase;
}
/*-- トップページのみ --*/
.header-top .header-content h1 {
  margin-bottom: 10px;
}
.header-top .header-content h2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  header .container {
    margin-left: auto;
    margin-right: auto;
  }
  .header-content {
    width: auto;
    top: auto;
    bottom: 60px;
    left: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
  }
  .header-content h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .header-top .header-content h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .header-top .header-content {
    bottom: 50px;
    padding: 20px 40px;
  }
  .header-top .header-content h1 .paragraph {
    display: block;
  }
}

/*--------------------
  footer
--------------------*/
footer {
  padding: 60px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
footer .brand-logo {
  width: 275px;
}
footer .social-buttons {
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .social-buttons li a {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 40px;
  text-align: center;
  outline: none;
  background-color: #fff;
  color: #13266b;
}
footer .social-buttons li a.facebook:hover,
footer .social-buttons li a.facebook:focus,
footer .social-buttons li a.facebook:active {
  background-color: #3b5998;
  color: white;
}
footer .social-buttons li a.twitter:hover,
footer .social-buttons li a.twitter:focus,
footer .social-buttons li a.twitter:active {
  background-color: #55acee;
  color: white;
}
footer .social-buttons li a.youtube:hover,
footer .social-buttons li a.youtube:focus,
footer .social-buttons li a.youtube:active {
  background-color: #cd201f;
  color: white;
}
.footer-nav {
  margin-bottom: 30px;
}
.footer-nav-heading {
  margin-bottom: 20px;
}
.footer-nav-heading span {
  padding-bottom: 5px;
  border-bottom: 3px solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.footer-nav li {
  margin-bottom: 10px;
}
.footer-nav .glyphicon {
  font-size: 10px;
  font-size: 1.0rem;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.3);
}
.footer-nav a {
  color: #fff;
}
.footer-nav a:hover,
.footer-nav a:focus {
  color: #3498db;
}
.copyright {
  margin-top: 30px;
  margin-bottom: 0;
}

/*--------------------
  section, 見出し
--------------------*/
section {
  padding: 60px 0;
}
.section-header {
  margin-bottom: 30px;
}
.section-header h2 {
  margin-top: 0;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.section-header small {
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 10px;
}

.headline-box {
  margin-bottom: 60px;
}
.headline-photo {
  max-width: 400px;
  margin: 0 auto;
}
.headline-1 {
  margin-bottom: 30px;
}
.headline-1 h2 {
  margin-top: 0;
  line-height: 1.6;
  font-size: 26px;
  font-size: 2.6rem;
}
.headline-1 h4 {
  margin-top: 0;
  line-height: 1.6;
}

.headline-2 {
  margin-bottom: 30px;
  border-bottom: 1px dotted #ddd;
}
.headline-2 h3 {
  margin-bottom: -1px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 3px solid #3498db;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.6;
}
.headline-2 h3.brand {
  border-bottom: 3px solid #13266b;
}
.headline-3 {
  margin-bottom: 40px;
}
.headline-3 h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  /* line-height: 1.6; */
}
.headline-circle {
  background: #13266b;
  width: 145px;
  height: 145px;
  margin: auto auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: auto auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.headline-3 .indent {
  padding-left: 0;
}

@media (min-width: 768px) {
  .headline-circle {
    width: 145px;
    height: 145px;
  }
  .headline-3 .indent {
    padding-left: 1.5em;
  }
}
@media (min-width: 992px) {
  .headline-circle {
    width: 152px;
    height: 152px;
  }
}

/*--------------------
  トップページ
--------------------*/
/*-- Special 特別企画 --*/
.special-box {
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.topic-box {
  /*max-width: 460px;*/
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.table-topic>tbody>tr>td {
  padding: 10px 5px;
  line-height: 1.6;
  font-size: 15px;
  font-size: 1.5rem;
}

.special-box h3,
.topic-box h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: 0;
}
.topic-box h4 {
  line-height: 1.4;
}

.special-photo {
  max-width: 460px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .special-box,
  .topic-box {
    max-width: none;
    text-align: left;
    margin-bottom: 0;
  }
  .special-box h3,
  .topic-box {
    margin-top: 30px;
  }
}

/*-- Activity 活動内容 --*/
section#section-activity {
  padding-bottom: 0;
}
.activity-box {
  max-width: 400px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.activity-box h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
}
.activity-box p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  section#section-activity {
    padding-bottom: 20px;
  }
  .activity-box {
    text-align: left;
    margin-bottom: 40px;
  }
}

section#section-interview {
  padding-bottom: 0;
}
.interview-box {
  max-width: 460px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.interview-box h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
}
.interview-box p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  section#section-interview {
    padding-bottom: 20px;
  }
  .interview-box {
    text-align: left;
    margin-bottom: 40px;
  }
}

/*-- News お知らせ --*/
.news-box {
  text-align: center;
  margin-bottom: 60px;
}
.news-list {
  margin-bottom: 20px;
}
.news-list th,
.news-list td {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.news-list tr td:first-child {
  padding-right: 15px;
}
.news-list .fa {
  margin-left: 6px;
}
@media (min-width: 768px) {
  .news-list .news-date {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .news-box {
    text-align: left;
    margin-bottom: 0;
  }
}
.news-photo {
  margin: 0 auto 40px auto;
}
.news-photo-w {
  max-width: 400px;
}
.news-photo-l {
  max-width: 300px;
}

/*-- totoバナー --*/
.banner-box {
  background-color: #f8f8f8;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  max-width: 240px;
}
.banner-toto {
  max-width: 100%;
}
.banner-text {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
  padding-bottom: 5px;
}
.banner-box a {
  text-decoration: none;
  color: #222;
}
@media (min-width: 992px) {
  .banner-box {
    margin: 0 0 0 auto;
  }
}

/*--------------------
  Special 特別企画
--------------------*/
dl.special-entry {
  margin-bottom: 0;
}
.special-entry dd {
  word-break: break-all;
}
.special-entry p {
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (min-width: 768px){
  .special-entry dt {
    text-align: left;
    width: 90px;
  }
  .special-entry dd {
    margin-left: 120px;
  }
}


/*--------------------
  News お知らせ
--------------------*/
.btn.news-toggle {
  margin-bottom: 20px;
}
.btn-box {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.btn-box p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

/*--------------------
  Activity 活動内容
--------------------*/
dl.activity-entry {
  margin-bottom: 0;
}
.activity-entry dd {
  word-break: break-all;
}
.activity-entry p {
  line-height: 1.6;
  margin-bottom: 10px;
}
.activity-entry-btn {
  text-align: center;
}
@media (min-width: 768px){
  .activity-entry dt {
    text-align: left;
    width: 90px;
  }
  .activity-entry dd {
    margin-left: 120px;
  }
  .activity-entry-btn {
    text-align: left;
  }
}

dl.activity-entry2 {
  margin-bottom: 0;
}
.activity-entry2 dd {
  word-break: break-all;
}
.activity-entry2 p {
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (min-width: 768px){
  .activity-entry2 dt {
    text-align: left;
    width: 140px;
  }
  .activity-entry2 dd {
    margin-left: 170px;
  }
}
.activity-entry2 ol {
  padding-left: 30px;
}
.activity-entry2 ol li {
  padding-left: 10px;
  margin-bottom: 10px;
}

ul.activity-link li {
  margin-bottom: 15px;
  margin-right: 15px;
}
ul.activity-link .glyphicon {
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 8px;
  color: #ccc;
}

/*-- SCIXラグビークラブ --*/
ol.activity-outline li {
  margin-bottom: 10px;
}
ul.activity-rfc-memberlink li {
  margin-bottom: 15px;
  margin-right: 15px;
}
ul.activity-rfc-memberlink .glyphicon {
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 8px;
  color: #ccc;
}
dl.activity-recruit dt {
  text-align: left;
}
table.activity-rfc-fee {
  margin-bottom: 10px;
}
table.activity-rfc-fee tr:nth-child(even) {
  background-color: #fff;
}

.table.activity-rfc-fee>tbody>tr>th {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  vertical-align: middle;
  white-space: normal;
  padding: 5px;
}
.table.activity-rfc-fee>tbody>tr>td {
  text-align: right;
  vertical-align: middle;
  padding: 10px;
}
@media (min-width: 768px){
  dl.activity-recruit dt {
    text-align: left;
    width: 90px;
  }
  dl.activity-recruit dd {
    margin-left: 120px;
  }
}
/*-- SCIXスポーツインテリジェンス講座 --*/
.course-box {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: #ddd 1px solid;
}
.course-box h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}
.course-box p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}
/*.course-title {
  margin-top: 15px;
  margin-bottom: 15px;
}*/
.course-image {
  margin-top: 15px;
  text-align: center;
}
.course-image img {
  margin: auto;
}
@media (min-width: 768px){
  .course-image {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*-- スポーツ・コーチングセミナー --*/
.coaching-photo {
  max-width: 300px;
  margin: 0 auto;
}
.coaching-photo .caption {
  margin: 5px 5px 15px 5px;
  line-height: 1.3;
}

/*-- SCIXカップ --*/
.movie-scixcup iframe{
  width: 100%;
  height: 250px;
}

/*--------------------
  Interview 対談＆インタビュー
--------------------*/
/*-- HIRAO meet & talk --*/
.hirao-box {
  margin: 0 auto 40px auto;
  padding: 25px;
  background-color: white;
  border-radius: 6px;
}
.hirao-box .guest-title {
  font-size: 14px;
  font-size: 1.4rem;
}
.hirao-box h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.hirao-box h4 {
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hirao-box img {
  float: right;
  width: 140px;
  height: 140px;
  margin-left: 15px;
  margin-bottom: 20px;
}
.hirao-box p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 15px;
  padding: 0;
  clear: both;
}
.hirao-box .btn {
  margin: 4px 6px 4px 0;
}

/*-- Interview SCIXコーチインタビュー --*/
.coach-box {
  max-width: 460px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.coach-box h5 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
}
.coach-box h3 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
}
.coach-box h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}
.coach-box p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .coach-box {
    text-align: left;
    margin-bottom: 40px;
  }
}

.coach-header {
  margin-bottom: 30px;
}
.coach-header p {
  margin-bottom: 10px;
}
.coach-header h2 {
  margin-top: 10px;
}
.coach-header h2 small {
  color: #111;
  margin-left: 20px;
  font-size: 24px;
  font-size: 2.4rem;
}

.coach-article h3 {
  margin-bottom: 40px;
}
.coach-question {
  margin-bottom: 10px;
}
.coach-answer dt {
  border: 0;
  font-weight: normal;
}
.coach-answer p {
  margin: 0;
  padding: 0;
}

.coach-profile {
  margin-top: 20px;
}
.coach-profile h4 {
  margin-bottom: 20px;
}
.coach-profile p {
  line-height: 1.8;
  margin-bottom: 0;
}

@media (min-width: 768px){
  .coach-answer dt {
    width: 80px;
  }
  .coach-answer dd {
    margin-left: 90px;
  }
}

/*-- Interview SCIX Special Interview --*/
.spinterview-box {
  margin: 0 auto;
  text-align: center;
}
.spinterview-box h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: 0;
}
.spinterview-box h4 {
  margin-top: 30px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .spinterview-box {
    max-width: none;
    text-align: left;
    margin-bottom: 0;
  }
  .spinterview-box h3 {
  }
  .spinterview-box h4 {
    margin-top: 0;
  }
}

.interview-lead {
}
.interview-article h3 {
  margin-bottom: 40px;
}
.interview-question {
  margin-bottom: 10px;
}
.interview-answer dt {
  border: 0;
  font-weight: normal;
}
.interview-answer p {
  margin: 0;
  padding: 0;
}
.interview-photo {
  max-width: 400px;
  margin: 0 auto 20px auto;
}
.interview-profile {
  margin-top: 20px;
}
.interview-profile h4 {
  margin-bottom: 20px;
}
.interview-profile p {
  line-height: 1.8;
  margin-bottom: 0;
}
.profile-photo {
  max-width: 300px;
  margin: 20px auto 0 auto;
}

@media (min-width: 768px){
  .interview-answer dt {
    width: 80px;
  }
  .interview-answer dd {
    margin-left: 90px;
  }
}
@media (min-width: 992px) {
  .profile-photo {
    margin-top: 0;
  }
}

/*-- Interview SCIX 20th Anniversary --*/
.annivinterview-box {
  margin: 0 auto;
  text-align: center;
}
.annivinterview-box h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 40px;
  margin-top: 20px;
}
.annivinterview-box h4 {
  margin-top: 30px;
  line-height: 1.6;
}
.annivinterview-box hr {
  margin-left: auto;
}
.anniv-box h3 {
  margin-top: 20px;
}
.anniv-box p.intro {
  line-height: 1.4;
  margin-bottom: 10px;
}
.annivinterview-photos {
  text-align: center;
}
.annivinterview-photos img {
  margin: 0 auto 30px auto;
}
@media (min-width: 992px) {
  .annivinterview-box {
    text-align: left;
    margin-bottom: 0;
  }
  .annivinterview-box h3 {
  }
  .annivinterview-box h4 {
    margin-top: 0;
  }
  .annivinterview-box hr {
    margin-left: 0;
  }  
}

/*--------------------
  About 団体概要
--------------------*/
/*-- SCIXの概要 --*/
ol.about-thought li {
  margin-bottom: 10px;
}
dl.about-outline dd {
  margin-bottom: 10px;
}
dl.about-outline ol.list {
  margin-bottom: 0;
}
dl.about-outline p {
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  dl.about-outline dt {
    text-align: left;
    width: 120px;
  }
  dl.about-outline dd {
    /*padding-left: 30px;*/
    margin-left: 150px;

  }
  dl.about-outline .paragraph {
    display: block;
  }
}
/*-- 役員・組織 --*/
.table.about-officer tr td:nth-child(2) {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
/* 組織図 */
.about-chart {
  width: 100%;
}
@media (min-width: 768px) {
  .about-chart {
    width: 760px;
  }
}

/*-- 沿革 --*/
.table.about-history th {
  line-height: 1.0;
  padding: 6px 10px;
  background-color: #151f41;
  color: white;
}
.table.about-history td {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.table.about-history tr td:first-child {
  white-space: nowrap;
  text-align: right;
  padding-right: 10px;
}
.table.about-history tr td:last-child {
  vertical-align: middle;
}
.table.about-history p {
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}

/*-- 個人情報保護方針 --*/
.privacy h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 10px 20px;
  background: #f8f8f8;
  color: #000;
  margin-top: 40px;
  margin-bottom: 15px;
}
.privacy p,
.privacy ul li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.privacy ul {
  padding-left: 25px;
}
.privacy li {
  padding: 0 0 5px 10px;
}

.privacy .update {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 40px;
}


/*--------------------
  Contact お問い合わせ
--------------------*/
.form-contact {
  margin: 40px 0;
  border-top: #eee 1px solid;
}
.form-contact .form-group {
  border-bottom: #eee 1px solid;
  padding: 20px 0 10px 0;
  margin-bottom: 0;
}
.form-contact .form-btn {
  margin-top: 20px;
}
.form-contact .form-group label {
  padding-right: 10px;
  margin-bottom: 10px;
}
.form-contact .form-group input,
.form-contact .form-group textarea {
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;

}
.form-contact .form-group input.form-control {
  height: auto;
}
.form-contact .form-group textarea.form-control {
  height: 10em;
}
.form-contact .form-control:focus {
  border-color: #3498db;
  box-shadow: none;
}
.form-contact ::-webkit-input-placeholder {
  color: #ddd;
}
.form-contact :-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}
.form-contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}
.form-contact :-ms-input-placeholder {
  color: #ddd;
}
.form-contact .text-danger {
  color: #e74c3c;
}
.form-contact .help-block {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.form-contact .help-block ul {
  padding-left: 25px;
}

@media (min-width: 768px) {
  .form-contact .form-group label {
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
  }
}

/*--------------------
  Download 写真ダウンロード
--------------------*/
.download-note p {
    line-height: 1.5;
    margin-bottom: 15px;
}
.download-box {
  /*max-width: 460px;*/
  margin: 30px auto 60px auto;
  text-align: center;
}
.download-box img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .download-box {
    text-align: left;
    margin-bottom: 30px;
  }
}




/*--------------------
  その他
--------------------*/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
body {
  webkit-tap-highlight-color: rgba(0,0,0,0);
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-12 {
  padding-right: 20px;
  padding-left: 20px;
}
