body {
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro";
}

@media (min-width: 768px) {
  body {
    padding-top: 0px;
  }

  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

section#icons {
  background: #e50011;
  padding: 0px 0;
}

section#icons .col-6,
section#icons .col-md-2 {
  text-align: center;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}

section#icons .col-6:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

section#partners {
  padding: 45px 0;
  border-top: 1px solid #de0010;
}

section#report {
  border-top: 1px solid #d9d9d9;
}

section#access,
section#contact,
section#charter,
section#bank,
section#insurance,
section#coachinfo {
  padding: 45px 0;
}

section#news {
  padding: 15px 0 60px;
}

section#principle {
  padding: 80px 0px;
}

@media (max-width: 480px) {
  section#principle {
    padding: 0px 0px;
  }
}

h2.section-header {
  font-family: "HelveticaNeue-LightItalic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro";
  font-size: 2.5rem;
  color: #868686;
}

h2.section-header:after {
  font-family: FontAwesome;
  content: "\f111";
  margin-right: 5px;
  font-size: 0.4rem;
  color: #d81617;
  position: relative;
  top: 27px;
  left: -54px;
}

.container {
  max-width: 1160px;
  width: 94%;
}

.container selection {
  max-width: 1025px;
  width: 70%;
}

h6 {
  font-size: 1.6rem;
  font-style: italic;
  color: #868686;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 200;
  padding: 0;
  background: none;
  border-radius: none;
}

ul {
  list-style: none;
}

@media (min-width: 768px) {
  .page-cover {
    display: table;
    width: 100%;
  }

  .main-column {
    display: table-cell;
    width: 70%;
  }

  .side-column {
    display: table-cell;
    width: 30%;
  }
}

.accordion-box {
  position: relative;
}

.accordion-box label {
  height: 0px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.accordion-box input:checked+label {
  background: inherit;
  /* 開いた時には背景グラデーションを消す */
}

.accordion-box label:after {
  content: "MORE";
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 3.7rem;
  position: absolute;
  bottom: -80px;
  /* 赤い丸が上下 */
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  background-color: #c71d1d;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}

.accordion-box label:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
  transition: 0.5s;
}

.accordion-box input {
  display: none;
  /* 閉じるボタンは要らないとき */
}

.accordion-box .accordion-container {
  overflow: hidden;
  height: 0px;
  /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/*.accordion-box input:checked + label {
     display: none ;
}*/
.accordion-box input:checked+label:after {
  content: "CLOSE";
  line-height: 3.5rem;
  color: #c71d1d;
  background-color: #fff;
  border: 1.3px solid #c71d1d;
}

/*.accordion-box input:checked + label:before {
    content: "↑";
}*/
.accordion-box input:checked~.accordion-container {
  height: auto;

  padding-bottom: 0px;
  /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

#icons img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .partner_btn a {
    background: #d81617;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    float: left;
    height: 50px;
    line-height: 50px;
    width: 50%;
    margin-bottom: 40px;
  }

  .partner_btn-2 a {
    background: #000;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    float: left;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-bottom: 15px;
  }

  .partner_btn_line {
    border-right: 1px solid #afafaf;
  }
}

@media (max-width: 767px) {
  .partner_btn a {
    background: #d81617;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
  }
}

.partner_btn a:hover {
  filter: alpha(opacity=60);
  opacity: 0.8;
}

.head_top img {
  width: 100%;
}

#lightbox .lb-container {
  padding: 3px;
}

.youtube iframe {
  width: 100%;
}


/*============================
  header
============================*/

header {
  background: #2d2d2d;
  /* background: url(../css/images/menu_back2.png) no-repeat; */
  background-blend-mode: multiply;
  padding: 8px 0 7px 0;
  border-bottom: 1px solid #de0010;
}

@media (max-width: 1200px) {
  header {
    background-blend-mode: multiply;
    background: #2d2d2d;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #de0010;
  }
}

.main-logo {
  padding: 10px 0 0 40px;
  max-width: 95%;
  height: auto;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .main-logo {
    padding: 5px 0px 0px 0px;
    max-width: 90%;
    height: auto;
  }

  .logo_pc {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .main-logo {
    padding: 5px 0px 0px 0px;
    max-width: 75%;
    height: auto;
  }

  .logo_pc {
    display: none;
  }
}

header .container {
  padding: 10px 0 10px 0;
  margin: 0 auto;
  /* max-width: 95%;
  margin: 5px 10px 10px; */
  height: auto;
}

header .row {
  float: right;
}

.navbar {
  padding: 0 0 5px 0;
}

.navbar-nav {
  margin-top: 5px;
  margin-left: 0px;
}

.navbar-toggler {
  margin-top: 10px;
}

.nav-link {
  font-size: 0.8rem;
  color: #fff !important;
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1200px) {
  .nav-link {
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
    font-size: 15px;
  }

  .logo_sp {
    display: none;
  }

  .jsaf_logo {
    margin: 45px 30px 0 0;
  }
}

.nav-link:hover {
  color: #a1a1a1 !important;
  transition: 0.3s;
  text-decoration: none;
}

.dropdown-menu {
  color: 868686 !important;
  padding: 15px 15px 18px;
  border-top: 3px solid #c71d1d;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-radius: 2px !important;
  margin-top: 0px;
  box-shadow: 2px 2px 2px #9fa0a0;
}

@media (min-width: 768px) {
  .dropdown-menu {
    min-width: 12rem;
  }

  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

.dropdown-menu a {
  font-weight: 500;
  color: #292b2c;
  text-decoration: none;
}

.dropdown-menu a:hover {
  font-weight: 500;
  color: #c71d1d;
  transition: 0.3s;
  text-decoration: none;
}

.dropdown-menu li {
  font-size: 0.75rem;
  font-weight: 400;
  color: #868686;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
}

.dropdown-menu .pl {
  padding-left: 7px;
}

.hero img {
  width: 100%;
}

.hero_link img:hover {
  filter: alpha(opacity=60);
  opacity: 0.8;
}

.hero-filter img {
  width: 100%;
  background: linear-gradient(-45deg,
      rgba(246, 255, 0, 0.8),
      rgba(255, 0, 161, 0.8)) fixed,
    url(http://www.webcreatorbox.com/sample/images/bg-cherrybrossam.jpg) fixed;
  background-size: cover;
}

.repot_top {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .repot_top {
    position: relative;
    width: 100%;
    margin: 20px 0 0 0;
  }
}


.date {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  border-bottom: solid 1px #fff;
}

.logo {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding-right: 20px;
}

.countdown {
  color: #2a9ac0;
  font-weight: 400;
  /*   margin-right: 30px; */
}

.countdown-header {
  margin-right: 10px;
}

.countdown div {
  float: left;
}

.countdown .column {
  width: 50px;
  height: 25px;
  border-left: 1px solid;
}

.countdown .column div {
  text-align: center;
  width: 100%;
  font-size: 0.5rem;
}

.countdown .column .count {
  font-size: 1rem;
  font-weight: 600;
}

.custom-toggler.navbar-toggler {
  border-color: rgba(255, 255, 255, 1);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.clock-h9m0.icon {
  color: #fff;
  display: inline-block;
  position: relative;
  margin-left: 2px;
  margin-top: 2px;
  margin-bottom: -3px;
  margin-right: 2px;
  width: 13px;
  height: 13px;
  border: solid 1.3px currentColor;
  border-radius: 8px;
}

.clock-h9m0.icon:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 5px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.clock-h9m0.icon:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 1px;
  height: 6px;
  background-color: currentColor;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/*============================
  slick-slider
============================*/
.slick-slider {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/*============================
  news
============================*/

#news {
  background: #fff;
}

#news article {
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.a-line {
  border-top: 1px solid #c0c5cc;
  padding: 10px;
}

#news .entry-title a {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35rem;
  text-align: left;
  display: block;
  margin-top: 3px;
  text-align: justify;
}

#news .topics {
  color: #4e4e4e;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
  line-height: 1.65rem;
  text-align: left;
  margin-top: 3px;
  position: absolute;
  top: 4%;
  left: 0%;
  margin: 0;
  padding: 0;
  border-right: gray;
}

#news .cat {
  line-height: 1;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  background-color: #de0010;
  color: #fff;
  padding: 5px 5px;
  margin: 0px 0px 5px 6px;
}

/*
#news .topics{
    color: #4e4e4e;
    font-weight: 400;
	font-size: 20px;
	font-style: italic;
    line-height: 1.55rem;
    text-align: left;
    margin-top: 3px;
    position: absolute;
    top: 4%;
	left: 6%;
	margin:0;
	padding:0;
}
*/

#news .topics:hover {
  color: #de0010 !important;
  transition: 0.3s;
  text-decoration: none;
}

#news .topics_frame {
  border: #de0010 solid 1px;
  margin: 0px 10px 10px 18px;
  padding: 5px 10px;
}

#news .news_more_btn {
  cursor: pointer;
  width: auto;
  height: auto;
}

#news .news_more_btn img {
  max-width: 320px;
  height: auto;
  /* padding: 5px 0px 0px 20px; */
}

#news .news_more_btn img:hover {
  opacity: .5;
}

#news .camp_more_btn {
  width: auto;
  height: auto;
}

#news .camp_more_btn:hover {
  transition: 0.2s;
  opacity: .5;
}

#news .topics_btn {
  max-width: 250px;
  height: auto;
}

#news .topics_btn:hover {
  transition: 0.2s;
  opacity: .5;
}

#news .topics_info {
  color: #4e4e4e;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

#news .topics_info:hover {
  color: #de0010 !important;
  transition: 0.3s;
  text-decoration: none;
}

#news .topics_text {
  position: relative;
  margin-left: 15px;
}

#news .published {
  color: #d81617;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  #news .published {
    color: #d81617;
    font-size: 1rem;
    font-weight: 500;
    padding: 0px 0px 0px 25px;
  }
}

#news .entry-meta a {
  font-size: 18px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  #news .entry-title a {
    width: auto;
    height: auto;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    margin-top: 5px;
    text-align: justify;
  }

  #news .published {
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 14px;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
  }
}

@media screen and (min-width: 320px) {
  #news .container-2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  #news .page-cover {
    display: table;
    width: 100%;
    padding: 50px 0px 0px 0px;
  }

  #news .main-column {
    display: table-cell;
    width: 70%;
    border-right: 1px solid #de0010;
  }

  #news .side-column {
    display: table-cell;
    width: 30%;
    padding: 0px 20px 0px 0px;
  }
}

#news .button_row {
  max-width: 305px;
  padding: 0 0 0px;
  margin: 0 auto;
}

#news .news_title {
  position: absolute;
  display: inline-block;
}

#news .news_title img {
  width: 90%;
}

#news img {
  width: 304.5px;
}

#news .kyokapartner_btn {
  background-image: linear-gradient(to right, #08124E 0%, #A20202 100%);
  border: #fff solid 1px;
  width: 94%;
  margin: 0 auto;
}

#news .kyokapartner_btn a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border: #fff solid 1px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  display: block;
  box-sizing: border-box;
  line-height: 18px;
  width: 100%;
  padding: 20px 0 25px;
}

#news .kyokapartner_btn a:hover {
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  border: #A20202 solid 1px;
  color: #A20202;
}

.partner_btn_line {
  border-right: 1px solid rgb(91, 60, 128);
}

.partner_btn_right {
  border-right: 1px solid #fff;
}


@media screen and (min-width: 1025px) {
  #news h1 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #d81617;
    padding: 20px 0 0 37px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #news h1 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #d81617;
    padding: 20px 0 0 15px;
  }

  #news .kyokapartner_btn a {
    font-size: 13px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  #news h1 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #d81617;
    padding: 20px 0 0 15px;
  }

  #news .kyokapartner_btn,
  .kyokapartner_btn :hover {
    margin-top: 50px;
  }
}

/*============================
  report
============================*/
.back {
  position: relative;
}

.back img {
  width: 100%;
  height: auto;
}

.back p {
  position: absolute;
  top: 45px;
  left: 50%;
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(-50%, 0%);
  margin: 0;
  /*余計な隙間を除く*/
  font-size: 15px;
  line-height: 1;
  /*行高は1に*/
}

#report img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

#report .row {
  max-width: 1025px;
  padding: 0 0 50px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #report div {
    max-width: 100%;
  }
}

@media (min-width: 320px) {
  #report div {
    max-width: 100%;
    height: auto;
    padding: 0px 8px 0px 8px;
  }
}

#report article {
  background: #fff;
  margin-bottom: 3rem;
}

#report .news-image img {
  width: 100%;
  max-height: 0 auto;
}

#report .news-body {
  /*
  max-width: 100%;
  height: auto;
*/
  padding: 15px;
}

#report .news-body p {
  position: absolute;
  bottom: 0;
}

.cardshadow {
  box-shadow: 1px 1px 20px #dddddd;
}

#report .card {
  background: #fff;
  position: relative;
  max-width: 100%;
  height: 400px;
  box-shadow: 0 1px 4px #e0e0f3;
  max-width: 100%;
  border-bottom: 2px solid #de0010;
  padding: 0px;
}

@media (min-width: 360px) and (max-width: 768px) {
  #report .card {
    background: #fff;
    position: relative;
    max-width: 100%;
    height: 530px;
    box-shadow: 0 1px 4px #e0e0f3;
    max-width: 100%;
    border-bottom: 2px solid #de0010;
  }
}

@media (min-width: 320px) and (max-width: 359px) {
  #report .card {
    background: #fff;
    position: relative;
    max-width: 100%;
    height: 450px;
    box-shadow: 0 1px 4px #e0e0f3;
    max-width: 100%;
    border-bottom: 2px solid #de0010;
  }
}

#report .card a {
  position: absolute;
  width: 100%;
  height: 100%;
}

#report .card:hover {
  filter: alpha(opacity=60);
  opacity: 0.8;
  transition: 0.5s;
}

#report .card img {
  max-width: 100%;
  height: auto;
}

#report .entry-title-1 {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.5rem;
}

#report .entry-title-2 {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1rem;
}

#report .entry-title {
  font-size: 0.85rem;
  font-weight: 400;
  text-align: left;
  padding: 0px 13px 5px 0px;
  margin-bottom: 5px;
  line-height: 1.2rem;
  text-align: justify;
}

#report .date {
  font-size: 0.85rem;
  font-weight: 500;
  color: #de0010;
  text-align: left;
}

#report .entry-title a {
  position: absolute;
  width: 100%;
  padding: 0px 10px;
  color: #f01717;
  line-height: 1.3rem;
}

#report .entry-title a:hover {
  /*    	color: #e4007e; */
  transition: 0.3s;
  text-decoration: none;
}

#report .card-2 {
  background: #fff;
}

#report .card-2 img {
  max-width: 100%;
  height: auto;
}

#report .entry-meta {
  text-align: right;
  border-right: 2px solid #c71d1d;
  height: 25px;
}

#report .entry-meta a {
  font-size: 18px;
}

#report .published:before {
  font-family: FontAwesome;
  font-size: 13px;
  content: "\f111";
  margin-right: 5px;
  color: #d81617;
}

.newstop {
  width: 100%;
  text-align: center;
  padding: 70px 0 0 0;
  line-height: 80%;
}

.newstop p {
  color: #de0010;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.newstop a {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  #report .entry-title a {
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 16px;
    padding: 0 4%;
  }

  #report .published {
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 14px;
    padding: 0 10%;
  }

  .newstop {
    font-size: 2vw;
    margin: 10px 0 0 0;
    padding: 10px 10px 0 10px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .report_btn_all a {
    background: url(../css/images/menu_back2.png) no-repeat;
    position: absolute;
    z-index: 1;
    bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #afafaf;
    text-align: center;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    float: left;
    height: 45px;
    line-height: 45px;
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .report_btn_all a {
    display: none
  }
}

@media (min-width: 768px) {
  .report_btn a {
    background: url(../css/images/menu_back2.png) no-repeat;
    position: absolute;
    z-index: 1;
    bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #afafaf;
    text-align: center;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    float: left;
    height: 55px;
    line-height: 55px;
    width: 90%;
  }
}

@media (min-width: 768px) {
  .result_btn a {
    background: url(../css/images/menu_back2.png) no-repeat;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #afafaf;
    text-align: center;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    height: 55px;
    line-height: 55px;
    width: 10%;
  }
}

@media (max-width: 767px) {

  .report_btn a,
  .result_btn a {
    display: none;
    /*
    background: #111928;
    z-index: 1;
    bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #afafaf;
    text-align: center;
    text-decoration: none;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
*/
  }
}

@media (max-width: 767px) {

  .report_btn_none a,
  .result_btn_none a {
    display: none;
  }
}

@media (min-width: 768px) {
  .report_btn_line {
    border-right: 1px solid #3a3d42;
  }
}

.report_btn_all a:hover,
.report_btn a:hover,
.result_btn a:hover {
  filter: alpha(opacity=60);
  opacity: 0.8;
}


/*--------------------------------------------------------*/

#report .body .html .main {
  /* important */
  width: 100%;
  height: 100%;
}

.cd-main-content {
  height: 100%;
  position: relative;
  z-index: 1;
}

.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }
}

h2.cd-fixed-title {
  /*
	position: absolute;
	top: 45px;
	left: 50%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(-50%,0%);
	margin: 0;
	font-size: 15px;
	line-height: 1:
    width: 100%;
	max-width: 1025px; */
  padding: 40px 0 0;
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("../svg/world_map.svg");
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url("../css/images/Top-b.png");
}

.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  /*box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);*/
  z-index: 2;
}

.cd-scrolling-bg .cd-color {
  background-color: #fff;
  color: #868686;
}

@media only screen and (min-width: 320px) {
  .cd-scrolling-bg {
    color: #868686;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 1rem 0 5rem;
  }
}

.coming-soon-2 {
  color: #868686;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 150px 0 150px;
  margin: 15rem 0 15rem;
}

.cd-container {
  width: 100%;
  max-width: 1025px;
  margin: 0 auto;
}

.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}


*,
*:before,
*:after {
  box-sizing: border-box;
}

.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3>div {
  width: 33.33333%;
  padding: 5px;
}

@media screen and (max-width: 960px) {
  .col_3>div {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .col_3>div {
    width: 100%;
  }
}


/*============================
  photos
============================*/

#photo {
  background: #eff0f1;
}

@media (min-width: 768px) {
  #photo div {
    margin: 0;
    padding: 0;
  }
}

#photo img {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  margin-bottom: 0.5rem;
  display: block;
}

#photo .row {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

#photo .figure img {
  -webkit-filter: brightness(0.6);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.6);
  -ms-filter: brightness(0.6);
  filter: brightness(0.6);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

#photo .figure:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

#photo .message {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

#photo .message .caption {
  font-size: 110%;
  color: #fff;
  padding-top: 10px;
  padding-left: 20px;
}

#photo .message .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#photo .message:hover .mask {
  opacity: 0;
  padding-left: 120px;
}

/*============================
  sponsors
============================*/

#sponsors {
  background: #fff;
  margin: 0 auto;
  padding-top: 50px;
}

#sponsors .row {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 40px;
}

#sponsors img {
  padding: 15px;
}

.coming-soon {
  color: #868686;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  margin: 3rem 0 5rem;
}

#sponsors .line {
  padding: 20px 0 0 0;
  border-top: 1px solid #d9d9d9;
}


#sponsors .youtube-wrap {
  width: 768px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 50px;
}

#sponsors .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#sponsors .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  #sponsors .youtube-wrap {
    width: 90%;
    height: auto;
    padding-bottom: 30px;
  }
}

/*============================
  footer
============================*/

footer h4.footer-text-header {
  color: #fff;
}

.footer-large-link {
  font-family: "HelveticaNeue-ThinItalic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro";
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 2.5rem;
  background: #d81617;
  padding: 12px 0;
  width: 100%;
  display: block;
}

.footer-large-link:hover {
  background: #c42121;
  transition: 0.7s;
}

.footer-large-link div {
  text-align: center;
  margin-right: 10px;
  color: #fff;
}

.footer-adress {
  color: #fff;
}

.footer-wrapper {
  background: #2d2d2d;
  /*     background: url('images/SWC_footer-bg-pattern.png') repeat; */
}

.footer-sp-logo {
  text-align: center;
}

footer .container {
  margin: 0 auto;
  padding: 45px 0 0 0;
}

footer .row {
  width: 1025px;
  margin: 0 auto;
}

footer .col-2,
footer .col-3,
footer .col {
  padding: 0;
}

footer .border-right {
  border-right: 1px solid #fff;
}

footer .border-top {
  border-top: 1px solid #626262;
  margin: 0 15px;
}

footer a {
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}

footer a:hover {
  color: #e50011;
  transition: 0.3s;
  text-decoration: none;
}

footer h4 {
  font-size: 0.7rem;
  font-weight: bold;
  background: none;
  margin-bottom: 5px;
  padding: 0;
}

footer ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

footer ul li {
  margin: 0;
  line-height: 1rem;
}

footer .copy {
  background: #202020;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  border-top: 1.5px solid #de0010;
}

footer .copy p {
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin: 0;
}

.scrolloff {
  pointer-events: none;
}

.read-more {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #d61617;
  display: block;
  margin: 0 auto;
  clear: both;
}

.read-more span {
  font-size: 0.6rem;
  color: #fff;
  margin-top: 14px;
  margin-left: 5px;
  display: inline-block;
  font-weight: bold;
}

.red-circle {
  width: 78px;
  height: 78px;
  border-radius: 39px;
  border: 1px solid #d61617;
  display: table-cell;
  vertical-align: middle;
}

.red-circle div {
  color: #d61617;
  font-size: 1rem;
  text-align: center;
}

.arrow-right {
  width: 15px;
  height: 11px;
  display: inline-block;
  background: url("../svg/arrow_right.svg") no-repeat;
  margin-right: 5px;
}

.arrow-right-thin {
  width: 35px;
  height: 25px;
  display: inline-block;
  background: url("..svg/arrow_right-2.svg") no-repeat;
  margin-left: 10px;
}

/*============================
  olympic player
============================*/

#globalWrapper {
  overflow: hidden;
}

#contentsWrapper {
  width: 100%;
  position: relative;
}

#contentsWrapper .contents {
  width: 980px;
  margin: 0 auto;
}

#olympic {
  background: #eff0f1;
}

#olympic .container {
  max-width: 940px;
  width: 100%;
  margin-top: -8px;
}

#olympic .backgroud {
  background: #fff;
  margin-top: -60px;
  margin-bottom: 80px;
  padding: 70px 70px 70px 70px;
}

#olympic .row {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #olympic .backgroud {
    background: #fff;
    margin-top: -50px;
    margin-bottom: 50px;
    padding: 30px 20px 50px 20px;
  }

  #olympic .row {
    max-width: 100%;
    height: auto;
  }
}


#olympic img {
  max-width: 100%;
  height: auto;
  float: right;
}

#olympic .icon {
  margin: -3px 5px 0 0px;
  text-align: left;
  float: none;
}

#olympic article {
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

#olympic .line {
  border-bottom: 1px solid #d9d9d9;
}

/* PC */
@media (min-width: 768px) {
  #olympic h1 {
    font-size: 48px;
    line-height: 25px;
    font-weight: 800;
    line-height: 3rem;
  }

  #olympic h2 {
    font-size: 1.6rem;
    color: #141414;
    line-height: 1.6rem;
    text-align: left;
    font-weight: 600;
    margin: 10px 0 5px 10px;
  }

  #olympic h3 {
    font-size: 1rem;
    color: #141414;
    text-align: left;
    margin: 0 0 20px 10px;
    font-weight: 600;
  }

  #olympic p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #151e2c;
    margin: 0 0 0 10px;
  }

  #olympic .title {
    font-size: 26px;
    line-height: 1.5rem;
    color: #151e2c;
    padding: 0 0 10px 0;
    display: inline-block;
  }

  #olympic .class {
    position: absolute;
    padding: 30px 20px;
    font-style: italic;
  }

  #olympic .profile {
    display: table-cell;
    border-right: 2px solid #de0010;
    padding: 0px 0px 0px 0px;
  }

  #olympic .space {
    padding-bottom: 20px;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  #olympic h1 {
    font-size: 30px;
    line-height: 25px;
    font-weight: 800;
    line-height: 2.4rem;
  }

  #olympic h2 {
    font-size: 1.6rem;
    color: #141414;
    line-height: 1.6rem;
    text-align: left;
    font-weight: 600;
    margin: 20px 0 5px 0px;
  }

  #olympic h3 {
    font-size: 1rem;
    color: #141414;
    text-align: left;
    margin: 0 0 20px 0px;
    font-weight: 600;
  }

  #olympic p {
    font-size: 15px;
    line-height: 1.5rem;
    color: #151e2c;
  }

  #olympic .class {
    position: absolute;
    padding: 15px 15px;
    font-style: italic;
  }
}


#olympic a {
  color: #4c4b4b;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  /*   display: block; */
}

#olympic .published {
  font-size: 12px;
  font-weight: 400;
  color: #484848;
}

#olympic .date {
  font-size: 12px;
  font-weight: 600;
  color: #c4000e;
}

#olympic .pagetop {
  position: absolute;
  right: 40px;
  bottom: 700px;
}

#olympic .pagetop a {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url(../css/images/btn_gotop.png) center top no-repeat;
  opacity: 1;
  display: table-cell;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

#olympic .pagetop a:hover {
  opacity: 0.5;
}

/*============================
  asiagames player
============================*/

#asiagames .container {
  max-width: 940px;
  width: 100%;
  padding: 20px 0 0 0;
}

#asiagames .row {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

#asiagames .past_list {
  font-size: 0.95rem;
  line-height: 1.8rem;
  color: #141414;
  text-align: justify;
  font-weight: 400;
}

#asiagames .list_tab-box {
  border: 1px solid #ddd;
  border-top: 0;
}

#asiagames ul li {
  width: 100%;
}

#asiagames table {
  width: 100%;
  font-size: 14px;
}

#asiagames table thead tr th {
  background-color: #cd1616;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #fff;
  padding: 5px 0;
}

#asiagames tbody tr th {
  background-color: #606060;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #fff;
  padding: 0 20px;
}

#asiagames tbody td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: none;
  border-left: none;
}

#asiagames .td_r {
  border-right: 1px solid #cccccc;
}

#asiagames .border_all {
  border: 1px solid #cccccc;
}

#asiagames article {
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

#asiagames.line {
  border-bottom: 1px solid #d9d9d9;
}

/* PC */
@media (min-width: 768px) {
  #asiagames .wrapper {
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
    padding: 150px 20px 0;
  }

  #asiagames .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #4c4b4b !important;
    padding: 10px 15px 5px;
  }

  #asiagames h1 {
    font-size: 30px;
    color: #545454;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 1.6rem;
  }

  #asiagames h2 {
    font-size: 1.6rem;
    color: #151e2c;
    line-height: 1.6rem;
    text-align: left;
    font-weight: 600;
    margin: 10px 0 5px 10px;
  }

  #asiagames h3 {
    font-size: 1rem;
    color: #151e2c;
    text-align: left;
    margin: 0 0 20px 10px;
    font-weight: 600;
  }

  #asiagames p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #151e2c;
    margin: 0 0 0 10px;
  }

  #asiagames a {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  #asiagames.title {
    font-size: 26px;
    line-height: 1.5rem;
    color: #151e2c;
    padding: 0 0 10px 0;
    display: inline-block;
  }

  #asiagames .profile {
    display: table-cell;
    border-right: 2px solid #de0010;
    padding: 0;
  }

  #asiagames .class {
    position: absolute;
    padding: 60px 30px;
    font-size: 28px;
    font-style: italic;
    line-height: 1.8rem;
  }

  #asiagames .class .class-position {
    font-size: 20px;
  }

  #asiagames .space {
    margin: 20px 15px 50px 20px;
  }

  #asiagames img {
    width: 100%;
    height: auto;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  #asiagames .wrapper {
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px 0;
  }

  #asiagames .nav-link {
    font-size: 0.5em;
    color: #4c4b4b !important;
  }

  #asiagames div.scroll {
    width: 100%;
    overflow: auto;
  }

  #asiagames h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4rem;
    margin: 10px 0 10px 0;
  }

  #asiagames h2 {
    font-size: 1.4rem;
    color: #151e2c;
    line-height: 1.6rem;
    text-align: left;
    font-weight: 600;
    margin: 15px 0 5px 0px;
  }

  #asiagames h3 {
    font-size: .8rem;
    color: #151e2c;
    text-align: left;
    margin: 0 0 10px 0px;
    font-weight: 600;
  }

  #asiagames p {
    font-size: 13px;
    color: #151e2c;
    text-align: justify;
    margin: 0;
  }

  #asiagames p.position {
    margin: 10px 0 0 0;
  }

  #asiagames .class {
    position: absolute;
    padding: 40px 30px;
    font-size: 18px;
    font-style: italic;
    line-height: 1.1rem;
  }

  #asiagames .class .class-position {
    font-size: 13px;
  }

  #asiagames .space {
    margin: 10px 0 30px 0;
  }

  #asiagames img {
    width: 100%;
    height: auto;
    margin: 15px 0 0 0;
  }
}



#asiagames .published {
  font-size: 12px;
  font-weight: 400;
  color: #484848;
}

#asiagames .date {
  font-size: 12px;
  font-weight: 600;
  color: #c4000e;
}

#asiagames .pagetop {
  position: absolute;
  right: 40px;
  bottom: 700px;
}

#asiagames .pagetop a {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url(../css/images/btn_gotop.png) center top no-repeat;
  opacity: 1;
  display: table-cell;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

#asiagames .pagetop a:hover {
  opacity: 0.5;
}

/*============================
  report contents
============================*/

#reportcontents .container {
  max-width: 1025px;
  width: 100%;
}

#reportcontents .row {
  max-width: 940px;
  width: 100%;
  padding: 50px 50px 50px 50px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #reportcontents .row {
    max-width: 100%;
    height: auto;
    padding: 20px 5px 20px 5px;
  }
}

#reportcontents img {
  max-width: 100%;
  height: auto;
}

#reportcontents .img850 img {
  width: 850px;
  height: auto;
}

#reportcontents figcaption {
  font-size: 14px;
  margin: 5px 0px 5px 0px;
  color: #363636;
}

#reportcontents a {
  color: #4c4b4b;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  /*   display: block; */
}

#reportcontents .sokatsu {
  color: #151e2c;
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  font-style: italic;
}

#reportcontents .rank {
  color: #b40713;
}

#reportcontents p {
  font-size: 15px;
  line-height: 1.75rem;
  color: #151e2c;
  margin: 0 auto;
  text-align: justify;
}

#reportcontents .credit {
  font-size: 12px;
  color: #151e2c;
  font-style: italic;
  text-align: right;
}

#reportcontents .comment {
  font-size: 15px;
  color: #151e2c;
  font-style: italic;
}

#reportcontents .maintitle {
  font-size: 26px;
  text-align: center;
  font-style: italic;
  padding-bottom: 30px;
  padding-top: 30px;
}

#reportcontents .p-title {
  font-size: 26px;
  padding-bottom: 20px;
  padding-top: 60px;
}

#reportcontents .p-text {
  padding-left: 50px;
}

#reportcontents .p-class-h {
  padding-left: 18px;
  padding-right: 10px;
}

#reportcontents .p-class-l {
  padding-left: 10px;
  padding-right: 10px;
}

#reportcontents .p-class {
  padding-left: 60px;
  padding-top: 15px;
}

@media (max-width: 768px) {

  #reportcontents .p-text,
  #reportcontents .p-class {
    padding-left: 0px;
  }
}

#reportcontents .link {
  color: #4c4b4b;
  text-align: right;
  font-size: 0.85rem;
  font-weight: 600;
  display: block;
}

#reportcontents .link_l {
  color: #4c4b4b;
  text-align: left;
  font-size: 0.85rem;
  font-weight: 600;
  display: block;
}

#reportcontents .link_in {
  color: #4c4b4b;
  font-size: 0.85rem;
  font-weight: 600;
}

#reportcontents .link img,
#reportcontents .link_l img,
#reportcontents .link_in img {
  margin: 0px 4px 4px 0px;
}

#reportcontents img {
  max-width: 100%;
  height: auto;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4c4b4b;
}

#reportcontents .line {
  border-bottom: #d9d9d9 solid 1px;
  margin: 40px 0px 40px 0px;
}

#reportcontents .nav-link {
  font-size: 12px;
  font-weight: 600;
  color: #4c4b4b !important;
}

@media (min-width: 320px) {
  #reportcontents .nav-link {
    font-size: 0.5em;
    font-weight: 600;
    /*     padding: 10px 15px 5px; */
  }
}

@media (min-width: 768px) {
  #reportcontents .nav-link {
    font-size: 12px;
    padding: 10px 15px 5px;
  }
}

.tab-box {
  margin-bottom: 100px;
  border: 1px solid #ddd;
  border-top: 0;
}

.tab-box>h3 {
  margin: 20px 0;
  font-style: italic;
}

.tab-box>p {
  font-size: 14px;
  line-height: 2rem;
  color: #919191;
}

#reportcontents .jsc_text {
  text-align: center;
  width: 800px;
  height: auto;
  margin: 0 auto;
}

#reportcontents .jsc_logo {
  text-align: center;
  width: 250px;
  height: auto;
  margin: 0 auto;
}

#reportcontents .fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

#reportcontents .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

#reportcontents .plan img {
  max-width: 100%;
  height: auto;
}

#reportcontents .album img {
  width: 100%;
  height: 173px;
  object-fit: cover;
}

.center-bottom {
  object-position: 100% 0
}

@media (max-width: 320px) {
  #reportcontents .album img {
    width: 100%;
    height: 136px;
    object-fit: cover;
  }

  .center-bottom {
    object-position: 100% 0
  }
}

@media (max-width: 960px) {
  #reportcontents .album img {
    width: 100%;
    height: 260px;
    object-fit: cover;
  }

  .center-bottom {
    object-position: 100% 0
  }
}

#reportcontents .text-center p {
  text-align: center;
}

#reportcontents .ph-p img {
  padding-bottom: 30px;
}

#reportcontents .ph {
  text-align: center;
}

#reportcontents .ph p {
  float: left;
}

/*============================
  Race/Camp report
============================*/

#rc-report .wrapper {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px 0 15px;
}

#rc-report .container {
  max-width: 940px;
  width: 100%;
  padding: 20px 0 0 0;
}

#rc-report .row {
  max-width: 940px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

/* #rc-report .no-gutters {
  margin:0;
  padding:0;
}
#rc-report .no-gutters　> .col,
#rc-report .no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
} */
#rc-report h1 {
  font-size: 24px;
  font-weight: bold;
  color: #151e2c;
  line-height: 1.75rem;
}

#rc-report h2 {
  font-size: 17px;
  font-weight: bold;
  color: #151e2c;
  line-height: 1.75rem;
}

#rc-report p {
  font-size: 15px;
  line-height: 1.75rem;
  color: #151e2c;
  margin: 0 auto;
  text-align: justify;
}

#rc-report a {
  color: #4c4b4b;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

#rc-report img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

/* #reportcontents .img850 img {
  width: 850px;
  height: auto;
} */
#rc-report figcaption {
  font-size: 14px;
  margin: 5px 0px 20px 0px;
  color: #363636;
}

#rc-report .credit {
  font-size: 12px;
  color: #151e2c;
  font-style: italic;
  text-align: right;
}

#rc-report .nav-link {
  font-size: 12px;
  font-weight: 600;
  color: #4c4b4b !important;
}

#rc-report .fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

#rc-report .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 767px) {
  #rc-report .wrapper {
    max-width: 100%;
    height: auto;
    padding: 20px 10px 20px 10px;
  }
}

@media (min-width: 320px) {
  #rc-report .nav-link {
    font-size: 0.5em;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  #rc-report .nav-link {
    font-size: 12px;
    padding: 10px 15px 5px;
  }
}

#rc-report .list-link ul {
  padding: 25px 0;
}

#rc-report .list-link li {
  padding: 5px 0;
}

#rc-report .link_l {
  color: #4c4b4b;
  text-align: left;
  font-size: 0.85rem;
  font-weight: 600;
  /* display: block; */
  line-height: 1.5rem;
  word-wrap: break-word;
}

#rc-report .link_l img {
  margin: 0px 4px 4px 0px;
}

#rc-report table {
  font-size: 0.85rem;
  border: 1px solid #cccccc;
}

#rc-report table th,
table td {
  border: 1px solid #cccccc;
  padding: 8px 10px;
  text-align: center;
}

#rc-report table th {
  background-color: #eeeeee;
  text-align: center;
}

@media (max-width: 480px) {

  #rc-report table th,
  table td {
    font-size: 0.65rem;
    border: 1px solid #cccccc;
    padding: 4px 4px;
  }
}

/* #reportcontents .rank {
  color: #b40713;
} */
/* #reportcontents .comment {
  font-size: 15px;
  color: #151e2c;
  font-style: italic;
} */
/* #reportcontents .p-class-h {
  padding-left: 18px;
  padding-right: 10px;
} */
/* #reportcontents .p-class-l {
  padding-left: 10px;
  padding-right: 10px;
} */
/* @media (max-width: 768px) {
  #reportcontents .p-text,
  #reportcontents .p-class {
    padding-left: 0px;
  }
} */

/*============================
  NoR
============================*/

#nor {
  background: #eff0f1;
}

#nor .container {
  max-width: 940px;
  width: 100%;
}

#nor .backgroud {
  background: #fff;
  margin-top: -60px;
  margin-bottom: 80px;
  padding: 70px 70px 70px 70px;
}

@media (max-width: 768px) {
  #nor .backgroud {
    background: #fff;
    margin-top: -50px;
    margin-bottom: 50px;
    padding: 30px 20px 50px 20px;
  }
}

#nor .line {
  border-bottom: 1px solid #d9d9d9;
}

#nor .line_dash {
  border-bottom: 1px dashed #d9d9d9;
}

#nor h1 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 200;
}

#nor a {
  font-size: 15px;
  font-weight: 600;
  color: #484848;
  text-align: left;
}

#nor p {
  font-size: 15px;
  line-height: 1.5rem;
  color: #151e2c;
  margin: 0 auto;
  text-align: justify;
}

#nor .indentback {
  text-indent: -15px;
  padding-left: 15px;
}

#nor .indentback_18 {
  text-indent: -1.8em;
  padding-left: 1.8em;
}

#nor .published {
  font-size: 12px;
  font-weight: 400;
  color: #484848;
}

#nor .published-4 {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #484848;
}

#nor .date {
  font-size: 12px;
  font-weight: 600;
  color: #c4000e;
}

#nor .entry {
  font-size: 15px;
  font-weight: 600;
  color: #c4000e;
}

#nor .noricon {
  margin: 0px 5px 3px 0px;
  text-align: left;
}

#nor .button_row {
  max-width: 305px;
  padding: 0 0 0px;
  margin: 0 auto;
}

#nor .button {
  background: url("../svg/nor_button-2.svg")no-repeat;
  background-size: contain;
  visibility: visible;
}

#nor .button_form {
  background: url("../svg/form_button-2.svg")no-repeat;
  background-size: contain;
  visibility: visible;
}

#nor .button_seed_self {
  background: url("../svg/seed_self-rec_button-2.svg")no-repeat;
  background-size: contain;
  visibility: visible;
}

#nor .button a,
.button_seed_self a {
  display: block;
}

#nor .button img,
.button_seed_self img {
  border: none;
  text-align: center;
  max-width: 100%;
}

#nor .button a:hover,
.button_seed_self a:hover {
  background: none;
}

#nor .button a:hover img,
.button_seed_self a:hover img {
  visibility: hidden;
  opacity: 0.2;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/*
#nor .button_form a:hover img {
  visibility: hidden;
  opacity: 0.2;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
*/


#nor .news-body {
  padding: 15px;
}

#nor .button_info {
  background: url("../svg/info_button-2.svg")no-repeat;
  background-size: contain;
  visibility: visible;
}

#nor .button_info a {
  display: block;
}

#nor .button_info img {
  border: none;
  text-align: center;
  max-width: 100%;
}

#nor .button_info a:hover {
  background: none;
}

#nor .button_info a:hover img {
  visibility: hidden;
  opacity: 0.2;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#nor table {
  font-size: 0.85rem;
  border: 1px solid #cccccc;
}

#nor table th,
table td {
  border: 1px solid #cccccc;
  padding: 8px 10px;
  text-align: center;
}

#nor table th {
  background-color: #eeeeee;
  text-align: center;
}

@media (max-width: 480px) {

  #nor table th,
  table td {
    font-size: 0.65rem;
    border: 1px solid #cccccc;
    padding: 4px 4px;
  }
}

#nor article {
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

#nor .day {
  margin: 0em 0em 0em 7.1em;
  text-indent: -7.1em;
}

/*============================
  principle
============================*/

#principle h1 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #545454;
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
  padding: 110px 0 15px 0;
  line-height: 2.6rem;
}

#principle h2 {
  font-size: 1rem;
  color: #141414;
  line-height: 1.6rem;
  text-align: left;
  margin-top: 25px;
  font-weight: 600;
}

#principle h3 {
  font-size: .9rem;
  color: #141414;
  line-height: 1.6rem;
  text-align: left;
  /*   margin-top: 25px; */
  font-weight: 600;
}

#principle p {
  font-size: 0.95rem;
  line-height: 1.8rem;
  color: #141414;
  text-align: justify;
  font-weight: 400;
}

#principle .text_red {
  font-weight: 700;
  color: #c4000e;
}

#principle a {
  font-size: 0.95rem;
  line-height: 1.8rem;
  color: #141414;
  text-align: justify;
  font-weight: 400;
}

#principle .indentback {
  text-indent: -15px;
  padding-left: 35px;
}

#principle .indentback_15 {
  text-indent: -15px;
  padding-left: 15px;
}

#principle .indentback_25 {
  text-indent: -25px;
  padding-left: 25px;
}

#principle .indentback_40 {
  text-indent: -40px;
  padding-left: 40px;
}

#principle .description ul {
  font-size: 0.95rem;
  line-height: 1.625rem;
  text-indent: -2.5rem;
  color: #141414;
  font-weight: 400;
  margin: 0px;
  list-style: none;
}

#principle .description .caution {
  font-size: 0.5rem;
}

#principle .caution li {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #141414;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

#principle table {
  font-size: 0.85rem;
  border: 1px solid #cccccc;
}

#principle table th,
table td {
  border: 1px solid #cccccc;
  padding: 8px 10px;
  text-align: center;
}

#principle table th {
  background-color: #eeeeee;
  text-align: center;
}

@media (max-width: 480px) {

  #principle table th,
  table td {
    font-size: 0.65rem;
    border: 1px solid #cccccc;
    padding: 4px 4px;
  }
}

#principle article {
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

#principle .entry-title a {
  color: #4e4e4e;
  font-size: 0.95rem;
  line-height: 1.35rem;
  text-align: left;
  display: block;
  margin-top: 4px;
  margin-right: 15px;
  text-align: justify;
}

#principle .entry-title-2 a {
  color: #4e4e4e;
  font-size: 0.95rem;
  line-height: 1.35rem;
  text-align: left;
  display: block;
  margin: 4px 10px 0px 15px;
  text-align: justify;
}

#principle .entry-title-3 a {
  color: #4e4e4e;
  font-size: 0.95rem;
  line-height: 1.35rem;
  text-align: left;
  display: block;
  margin: 4px 10px 0px -30px;
  text-align: justify;
}

#principle .published {
  color: #d81617;
  font-size: 1rem;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin-left: -15px;
}

#principle .published-2 {
  color: #d81617;
  font-size: 1rem;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
}

#principle .published-3 {
  font-size: 12px;
  font-weight: 400;
  color: #484848;
}

#principle .published-4 {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #484848;
}

#principle .date {
  font-size: 12px;
  font-weight: 600;
  color: #c4000e;
}

#principle .entry-meta a {
  font-size: 18px;
}

#principle .indentback {
  text-indent: -15px;
  padding-left: 15px;
}

#principle .indentback_18 {
  text-indent: -1.8em;
  padding-left: 1.8em;
}

@media screen and (min-width: 320px) and (max-width: 768px) {

  #principle .entry-title a,
  #principle .entry-title-3 a {
    width: auto;
    height: auto;
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
    margin: 6px 5px 0px -10px;
    text-align: justify;
  }

  #principle .entry-title-2 a {
    width: auto;
    height: auto;
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
    margin: 6px 15px 0px -8px;
    text-align: justify;
  }

  #principle .published {
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 14px;
    white-space: nowrap;
    padding: 0px 0px 0px 7px;
  }

  #principle .published-2 {
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 14px;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  #principle .entry-title a {
    width: auto;
    height: auto;
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
    margin: 7px 20px 0px 20px;
    text-align: justify;
  }

  #principle .entry-title-2 a {
    width: auto;
    height: auto;
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
    margin: 7px 30px 0px 30px;
    text-align: justify;
  }

  #principle .published {
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 14px;
    white-space: nowrap;
    padding: 0px 0px 0px 7px;
  }

  #principle .published-2 {
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 14px;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
  }
}

@media screen and (min-width: 320px) {
  #principle .container-2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  #principle .page-cover {
    display: table;
    width: 100%;
  }

  #principle .main-column50 {
    display: table-cell;
    width: 50%;
  }

  #principle .side-column50 {
    display: table-cell;
    width: 50%;
    padding: 0px 20px 0px 20px;
  }

  #principle .side-column-2 {
    display: table-cell;
    width: 50%;
    padding: 0px 20px 0px 20px;
    border-left: 1px solid #ededed;
  }

  /*
#principle .make_border-1{
	width:1px;
	height:600px;
	background: #ededed;
	margin: 70px 0px 0px -15px;
	float: left;
	}
*/
}

#principle .plan img {
  max-width: 100%;
  height: auto;
}

#principle .download a {
  font-weight: bold;
}

#principle .list-0 {
  background: #cd1616;
  color: #fff;
  text-align: left;
  padding: 10px 120px 10px 10px;
}

#principle .list-1 {
  background: #eeeeee;
}

#principle .list-2 {
  padding: 5px 50px 5px 50px;
}

#principle .scroll {
  white-space: nowrap;
  width: 0 auto;
  height: auto;
  overflow: scroll;
}

#principle .red-base {
  width: 50px;
  height: 10px;
  background: #fadce2;
  display: inline-block;
}

#principle .blue-base {
  width: 50px;
  height: 10px;
  background: #d0e8ff;
  display: inline-block;
}

#principle .red-base-2 {
  background: #fadce2;
  display: inline-block;
  width: 80px;
  height: 0 auto;
}

#principle .blue-base-2 {
  background: #d0e8ff;
  display: inline-block;
  width: 80px;
  height: 0 auto;
}

#principle .red-text {
  color: #cd1616;
  font-weight: 600;
}

#principle .blue-text {
  color: #1f8aee;
  font-weight: 600;
}

#principle .noricon {
  margin: 0px 5px 3px 0px;
  text-align: left;
}

/*============================
  Player List
============================*/

#playerlist .wrapper {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 20px 0;
}

#playerlist .container {
  max-width: 940px;
  width: 100%;
  padding: 20px 0 0 0;
}

#playerlist .row {
  max-width: 1020px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

#playerlist h1 {
  font-size: 30px;
  color: #545454;
  padding: 40px 0 0;
  line-height: 2.6rem;
}

#playerlist h2 {
  font-size: 17px;
  font-weight: bold;
  color: #151e2c;
  line-height: 1.75rem;
}

#playerlist p {
  font-size: 12px;
  line-height: 1.25rem;
  color: #151e2c;
}

#playerlist a {
  color: #4c4b4b;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

#playerlist .past_list {
  font-size: 0.95rem;
  line-height: 1.8rem;
  color: #141414;
  text-align: justify;
  font-weight: 400;
}

#playerlist .icon {
  margin: 0px 5px 3px 0px;
  text-align: left;
}

#playerlist img {
  max-width: 100%;
  height: auto;
}

#playerlist .list_tab-box {
  border: 1px solid #ddd;
  border-top: 0;
}

#playerlist .nav-link {
  font-size: 12px;
  font-weight: 600;
  color: #4c4b4b !important;
}

#playerlist ul li {
  width: 100%;
}

#playerlist table {
  width: 100%;
  font-size: 14px;
}

#playerlist table thead tr th {
  background-color: #cd1616;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #fff;
  padding: 5px 0;
}

#playerlist tbody tr th {
  background-color: #606060;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #fff;
  padding: 0 20px;
}

#playerlist tbody td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: none;
  border-left: none;
}

#playerlist .td_r {
  border-right: 1px solid #cccccc;
}

#playerlist .border_all {
  border: 1px solid #cccccc;
}

@media (max-width: 767px) {
  #playerlist .wrapper {
    max-width: 100%;
    height: auto;
    padding: 20px 10px 20px 10px;
  }
}

@media (min-width: 320px) {
  #playerlist .nav-link {
    font-size: 0.5em;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  #playerlist .nav-link {
    font-size: 14px;
    padding: 10px 15px 5px;
  }
}

/*============================
  Class
============================*/

#class {
  background: #eff0f1;
}

#class .container {
  max-width: 940px;
  width: 100%;
}

#class .backgroud {
  background: #fff;
  margin-top: -60px;
  margin-bottom: 80px;
  padding: 70px 70px 70px 70px;
}

@media (max-width: 768px) {
  #class .backgroud {
    background: #fff;
    margin-top: -50px;
    margin-bottom: 50px;
    padding: 30px 20px 50px 20px;
  }
}

#class .line {
  border-bottom: 1px solid #d9d9d9;
}

#class h1 {
  font-size: 48px;
  line-height: 25px;
  font-weight: 800;
  line-height: 3rem;
}

@media (max-width: 480px) {
  #class h1 {
    font-size: 30px;
    line-height: 25px;
    font-weight: 800;
    line-height: 2.4rem;
  }
}


#class a {
  font-size: 15px;
  font-weight: 600;
  color: #484848;
  text-align: left;
}

#class p {
  font-size: 15px;
  line-height: 1.5rem;
  color: #151e2c;
  margin: 0 auto;
  text-align: justify;
}

#class .published {
  font-size: 12px;
  font-weight: 400;
  color: #484848;
}

#class .date {
  font-size: 12px;
  font-weight: 600;
  color: #c4000e;
}

#class .entry {
  font-size: 15px;
  font-weight: 600;
  color: #c4000e;
}

#class .noricon {
  margin: 0px 5px 3px 0px;
  text-align: left;
}

#class table {
  font-size: 0.85rem;
  border: 1px solid #cccccc;
}

#class table th,
table td {
  border: 1px solid #cccccc;
  padding: 8px 10px;
  text-align: center;
}

#class table th {
  background-color: #eeeeee;
  text-align: center;
}

@media (max-width: 480px) {

  #class table th,
  table td {
    font-size: 0.65rem;
    border: 1px solid #cccccc;
    padding: 4px 4px;
  }
}

#class article {
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

/*============================
  social
============================*/
.social {
  text-align: center;
}

.social [class*="fa fa-"]:first-child {
  margin-right: 5px;
}

.social [class*="fa fa-"] {
  background-color: #e74191;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  height: 37px;
  line-height: 39px;
  margin: 0 auto;
  width: 37px;
  font-size: 18px;
}

/*============================
  instagram
============================*/
#instafeed a {
  margin: 0 5px;
  float: left;
}

#instafeed a img {
  width: 80px;
}


/*============================
  content
============================*/

#content h1,
#training_top h1 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #d81617;
  padding: 20px 0 0 55px;
}


@media (max-width: 1024px) {

  #content h1,
  #training_top h1 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #d81617;
    padding: 20px 0 0 37px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {

  #content h1,
  #training_top h1 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #d81617;
    padding: 20px 0 0 15px;
  }
}

@media (min-width: 320px) {
  #content h1 #training_top h1 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #d81617;
    padding: 20px 0 0 5px;
  }
}

@media screen and (min-width: 1025px) {
  #content .row {
    max-width: 1025px;
    padding: 10px 0px 0px 60px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #content .row {
    max-width: 1025px;
    padding: 10px 0px 0px 30px;
    margin: 0 auto;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #content .row {
    max-width: 100%;
    padding: 0px 10px 0px 10px;
    margin: 0 auto;
  }
}

@media (min-width: 320px) {
  #content div {
    max-width: 100%;
    height: auto;
    padding: 0px 5px 0px 5px;
  }
}


#content .news-body {
  background: #de0010;
}

#content .news-body p {
  position: absolute;
  bottom: 0;
}

#content img {
  width: 100%;
  height: auto;
}

#content .card-frame {
  max-width: 100%;
  height: auto;
  position: absolute;
  margin-bottom: 15px;
}

#content .card {
  background: #fff;
  position: relative;
  max-width: 100%;
  height: auto;
  box-shadow: 0 1px 4px #e0e0f3;
  padding: 0px;
  text-decoration: none;
  transition: all 0.6s ease 0s;
}

#content .card p {
  font-size: 16px;
  font-weight: 600;
  color: #4e4e4e;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin: 15px;
  position: relative;
  line-height: 22px;
}

.imgWrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.imgWrap_etc {
  overflow: hidden;
  width: 100%;
  height: 160px;
}

.imgWrap img,
.imgWrap_etc img {
  display: block;
  transition-duration: .5s;
  overflow: hidden;
}

.imgWrap img:hover,
.imgWrap_etc img:hover {
  transform: scale(1.08);
  transition-duration: .5s;
}

#content .info_jp p {
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: white;
  margin: 15px;
  bottom: 0px;
  text-align: left;
}

#content .info_en {
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
  display: inline-block;
  padding-top: 5px;
}

#content .card img {
  max-width: 100%;
  height: auto;
}

#content .back {
  position: relative;
}

#content .back img {
  width: 100%;
  height: auto;
}

#content .back p {
  position: absolute;
  top: 45px;
  left: 50%;
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(-50%, 0%);
  margin: 0;
  /*余計な隙間を除く*/
  /*文字を白に*/
  font-size: 15px;
  line-height: 1;
  /*行高は1に*/
}

#content article {
  background: #fff;
  margin-bottom: 3rem;
}

#content .news-image img {
  width: 100%;
  max-height: 0 auto;
}

.cardshadow {
  box-shadow: 1px 1px 20px #dddddd;
}

#content .date {
  font-size: 0.85rem;
  font-weight: 500;
  color: #de0010;
  text-align: left;
}

#content .entry-title a:hover {
  /*    	color: #e4007e; */
  transition: 0.3s;
  text-decoration: none;
}

#content .card-2 {
  background: #fff;
}

#content .card-2 img {
  max-width: 100%;
  height: auto;
}

#content .entry-meta a {
  font-size: 18px;
}

#content .published:before {
  font-family: FontAwesome;
  font-size: 13px;
  content: "\f111";
  margin-right: 5px;
  color: #d81617;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  #content .entry-title a {
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 16px;
    padding: 0 4%;
  }

  #content .published {
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 14px;
    padding: 0 10%;
  }
}

#content .body .html .main {
  /* important */
  width: 100%;
  height: 100%;
}

.cd-main-content {
  height: 100%;
  position: relative;
  z-index: 1;
}

h2.cd-fixed-title {
  padding: 40px 0 0;
}

.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  /*box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);*/
  z-index: 2;
}

.cd-scrolling-bg .cd-color {
  background-color: #fff;
  color: #868686;
}

@media only screen and (min-width: 320px) {
  .cd-scrolling-bg {
    color: #868686;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 1rem 0 5rem;
  }
}

.coming-soon-2 {
  color: #868686;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 150px 0 150px;
  margin: 15rem 0 15rem;
}

.cd-container {
  width: 100%;
  max-width: 1025px;
  margin: 0 auto;
}

.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}


*,
*:before,
*:after {
  box-sizing: border-box;
}

.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3>div {
  width: 33.33333%;
  padding: 5px;
}

.col_6 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_6>div {
  width: 50%;
  padding: 5px;
}

@media screen and (max-width: 960px) {
  .col_3>div .col_6>div {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .col_3>div .col_6>div {
    width: 100%;
  }
}

.info_title {
  background: url("../svg/tokyo2020_info_title.svg");
  background-repeat: no-repeat;
  max-width: 100%;
  height: auto;
}

/*============================
  racereport
============================*/
#racereport {
  background: none;
}

#racereport article {
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  #racereport h1 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #d81617;
    padding: 30px 0 0px 10px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #racereport h1 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #d81617;
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  #racereport .line {
    border-top: 1px solid #c0c5cc;
    margin: 0px 25px 10px 25px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #racereport .line {
    border-top: 1px solid #c0c5cc;
    margin: 0px 15px 20px 15px;
  }
}

#racereport .entry-title a {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.35rem;
  display: block;
  margin-top: 3px;
  text-align: justify;
}

#racereport .topics {
  color: #4e4e4e;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
  line-height: 1.65rem;
  text-align: left;
  margin-top: 3px;
  position: absolute;
  top: 4%;
  left: 0%;
  margin: 0;
  padding: 0;
  border-right: gray;
}

#racereport .cat {
  line-height: 1;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  background-color: #de0010;
  color: #fff;
  padding: 5px 5px;
  margin: 0px 0px 5px 6px;
}

#racereport .topics:hover {
  color: #de0010 !important;
  transition: 0.3s;
  text-decoration: none;
}

#racereport .topics_frame {
  border: #de0010 solid 1px;
  margin: 0px 10px 10px 18px;
  padding: 5px 10px;
}

#racereport .news_more_btn {
  cursor: pointer;
  width: auto;
  height: auto;
}

#racereport .news_more_btn img {
  max-width: 320px;
  height: auto;
  padding: 5px 0px 0px 20px;
}

#racereport .topics_btn {
  max-width: 250px;
  height: auto;
}

#racereport .topics_btn:hover {
  transition: 0.2s;
  opacity: .5;
}


#racereport .topics_info {
  color: #4e4e4e;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

#racereport .topics_info:hover {
  color: #de0010 !important;
  transition: 0.3s;
  text-decoration: none;
}

#racereport .topics_text {
  position: relative;
  margin-left: 15px;
}

#racereport .published {
  color: #d81617;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  #racereport .published {
    color: #d81617;
    font-size: 1rem;
    font-weight: 500;
    padding: 0px 25px 0px 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #racereport .published {
    color: #d81617;
    font-size: 1rem;
    font-weight: 500;
    padding: 0px 25px 0px 25px;
  }
}

#racereport .entry-meta a {
  font-size: 18px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  #racereport .entry-title a {
    width: auto;
    height: auto;
    font-size: 15px;
    font-weight: 200;
    line-height: 19px;
    margin-top: 6px;
    text-align: justify;
  }

  #racereport .published {
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 14px;
    white-space: normal;
    padding: 0px 0px 0px 15px;
  }
}

@media screen and (min-width: 320px) {
  #racereport .container-2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  #racereport .page-cover {
    display: table;
    width: 100%;
  }

  #racereport .main-column {
    display: table-cell;
    width: 70%;
    border-right: 1px solid #de0010;
    padding: 0px 0px 0px 0px;
  }

  #racereport .side-column {
    display: table-cell;
    width: 30%;
    padding: 0px 20px 0px 0px;
  }
}

#racereport .button_row {
  max-width: 305px;
  padding: 0 0 0px;
  margin: 0 auto;
}

#racereport .report_more_btn .report_info {
  cursor: pointer;
  width: auto;
  height: auto;
}

#racereport .report_more_btn img {
  max-width: 100%;
  height: auto;
  padding: 10px 10px 0px 10px;
}

#racereport .report_more_btn img:hover {
  transition: 0.2s;
  opacity: .5;
}

#racereport .report_info img {
  max-width: 100%;
  height: auto;
  padding: 0px 10px 0px 10px;
}

#racereport .report_info img:hover {
  transition: 0.4s;
  opacity: .8;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  #racereport .report_info img {
    max-width: 100%;
    height: auto;
    padding: 20px 0 20px 0;
  }
}



/*============================
  training top
============================*/

#training_top .row {
  max-width: 1025px;
  padding: 0px 8px 30px 55px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #training_top .row {
    max-width: 100%;
    padding: 0px 8px 30px 35px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #training_top .row {
    max-width: 100%;
    padding: 0px 15px 30px 15px;
    margin: 0 auto;
  }
}


@media (min-width: 320px) {
  #training_top div {
    max-width: 100%;
    height: auto;
    padding: 0px;
  }
}

#training_top .card-frame {
  max-width: 100%;
  height: auto;
  position: absolute;
  margin-bottom: 15px;
}

#training_top .card {
  background: #fff;
  position: relative;
  max-width: 100%;
  height: auto;
  padding: 0px;
  text-decoration: none;
  transition: all 0.6s ease 0s;
  border: none;
  border-radius: 0;
}

#training_top .card p {
  font-size: 16px;
  font-weight: 600;
  color: #4e4e4e;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin: 15px;
  position: relative;
  line-height: 22px;
}

#training_top .imgWrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

#training_top .imgWrap_etc {
  overflow: hidden;
  width: 100%;
  height: 160px;
}

#training_top .imgWrap img,
.imgWrap_etc img {
  display: block;
  transition-duration: .5s;
}

#training_top .imgWrap img:hover,
.imgWrap_etc img:hover {
  transform: scale(1.08);
  transition-duration: .5s;
}

#training_top .info_jp p {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: white;
  margin: 15px;
  bottom: 0px;
  text-align: left;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  #training_top .info_jp p {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: white;
    margin: 10px;
    bottom: 0px;
    text-align: left;
  }
}

#training_top .info_en {
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
  display: inline-block;
  padding-top: 5px;
}

#training_top .card img {
  max-width: 100%;
  height: auto;
}


/*============================
  training
============================*/

#training {
  background: #eff0f1;
}

#training .container {
  max-width: 940px;
  width: 100%;
}

#training .backgroud {
  background: #fff;
  margin-top: -60px;
  margin-bottom: 80px;
  padding: 70px 70px 70px 70px;
}

@media (max-width: 768px) {
  #training .backgroud {
    background: #fff;
    margin-top: -50px;
    margin-bottom: 50px;
    padding: 30px 20px 50px 20px;
  }
}

#training .line {
  border-bottom: 1px solid #d9d9d9;
}

#training h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
}

@media screen and (min-width: 320px)and (max-width: 991px) {
  #training h1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
  }
}

#training h2 {
  font-size: 17px;
  line-height: 34px;
  font-weight: 800;
  text-align: center;
}

@media screen and (min-width: 320px)and (max-width: 991px) {
  #training h2 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
  }
}

#training a {
  font-size: 15px;
  font-weight: 800;
  color: #484848;
  text-align: left;
}

#training p {
  font-size: 15px;
  line-height: 1.5rem;
  color: #151e2c;
  margin: 0 auto;
  text-align: justify;
  background: white;
}

@media (min-width: 768px) {
  #training .report {
    font-size: 15px;
    line-height: 2rem;
    color: #151e2c;
    margin: 0 auto;
    text-align: justify;
    padding: 0px 100px 30px 100px;
  }
}

@media (min-width: 768px) {
  #training .traning_text {
    font-size: 15px;
    line-height: 1.75rem;
    color: #151e2c;
    margin: 0 auto;
    text-align: justify;
    padding: 0px 100px 30px 100px;
  }
}

@media screen and (min-width: 320px)and (max-width: 767px) {

  #training .report,
  #training .traning_text {
    font-size: 15px;
    line-height: 2rem;
    color: #151e2c;
    margin: 0 auto;
    text-align: justify;
  }
}

#training img {
  max-width: 100%;
  height: auto;
}

#training .img850 img {
  width: 850px;
  height: auto;
}

#training .img600 img {
  width: 100%;
  height: auto;
  background: white;
  padding: 0px 100px 15px 100px;
}

#training figcaption {
  font-size: 14px;
  margin: 5px 0px 5px 0px;
  color: #363636;
}

#training .published {
  font-size: 12px;
  font-weight: 400;
  color: #484848;
}

#training .date {
  font-size: 12px;
  font-weight: 600;
  color: #c4000e;
}

#training .entry {
  font-size: 15px;
  font-weight: 600;
  color: #c4000e;
}

#training .noricon {
  margin: 0px 5px 3px 0px;
  text-align: left;
}

#training table {
  font-size: 0.85rem;
  border: 1px solid #cccccc;
}

#training table th,
table td {
  border: 1px solid #cccccc;
  padding: 8px 10px;
  text-align: center;
}

#training table th {
  background-color: #eeeeee;
  text-align: center;
}

@media (max-width: 480px) {

  #training table th,
  table td {
    font-size: 0.65rem;
    border: 1px solid #cccccc;
    padding: 4px 4px;
  }
}

#training article {
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

#training .button {
  display: inline-block;
  width: 100%;
  height: 60px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  line-height: 54px;
  outline: none;
  background-color: #de0010;
  border: 2px solid #de0010;
  color: #fff;
}

#training .button:hover {
  background-color: #fff;
  border-color: #de0010;
  color: #de0010;
}

#training .button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

#training .button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#training .button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #de0010;
}


/*============================
  utils
============================*/

.mt0 {
  margin-top: 0px;
}

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt34 {
  margin-top: 34px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb200 {
  margin-bottom: 200px;
}

.ml0 {
  margin-left: 0px;
}

.ml1 {
  margin-left: 1px;
}

.ml2 {
  margin-left: 2px;
}

.ml3 {
  margin-left: 3px;
}

.ml4 {
  margin-left: 4px;
}

.ml5 {
  margin-left: 5px;
}

.ml6 {
  margin-left: 6px;
}

.ml7 {
  margin-left: 7px;
}

.ml8 {
  margin-left: 8px;
}

.ml9 {
  margin-left: 9px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml18 {
  margin-left: 18px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.mr0 {
  margin-right: 0px;
}

.mr1 {
  margin-right: 1px;
}

.mr2 {
  margin-right: 2px;
}

.mr3 {
  margin-right: 3px;
}

.mr4 {
  margin-right: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr7 {
  margin-right: 7px;
}

.mr8 {
  margin-right: 8px;
}

.mr9 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr12 {
  margin-right: 12px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.pt0 {
  padding-top: 0px;
}

.pt1 {
  padding-top: 1px;
}

.pt2 {
  padding-top: 2px;
}

.pt3 {
  padding-top: 3px;
}

.pt4 {
  padding-top: 4px;
}

.pt5 {
  padding-top: 5px;
}

.pt6 {
  padding-top: 6px;
}

.pt7 {
  padding-top: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pt9 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt105 {
  padding-top: 105px;
}

.pt110 {
  padding-top: 110px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb1 {
  padding-bottom: 1px;
}

.pb2 {
  padding-bottom: 2px;
}

.pb3 {
  padding-bottom: 3px;
}

.pb4 {
  padding-bottom: 4px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb6 {
  padding-bottom: 6px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb9 {
  padding-bottom: 9px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb300 {
  padding-bottom: 300px;
}

.pl0 {
  padding-left: 0px;
}

.pl1 {
  padding-left: 1px;
}

.pl2 {
  padding-left: 2px;
}

.pl3 {
  padding-left: 3px;
}

.pl4 {
  padding-left: 4px;
}

.pl5 {
  padding-left: 5px;
}

.pl6 {
  padding-left: 6px;
}

.pl7 {
  padding-left: 7px;
}

.pl8 {
  padding-left: 8px;
}

.pl9 {
  padding-left: 9px;
}

.pl10 {
  padding-left: 10px;
}

.pl12 {
  padding-left: 12px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl23 {
  padding-left: 23px;
}

.pl25 {
  padding-left: 25px;
}

.pl28 {
  padding-left: 28px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl42 {
  padding-left: 42px;
}

.pl45 {
  padding-left: 45px;
}

.pl47 {
  padding-left: 47px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl56 {
  padding-left: 56px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pl105 {
  padding-left: 105px;
}

.pl110 {
  padding-left: 110px;
}

.pl115 {
  padding-left: 115px;
}

.pl120 {
  padding-left: 120px;
}

.pl130 {
  padding-left: 130px;
}

.pl140 {
  padding-left: 140px;
}

.pl150 {
  padding-left: 150px;
}

.pl155 {
  padding-left: 155px;
}

.pl200 {
  padding-left: 200px;
}

.pr0 {
  padding-right: 0px;
}

.pr1 {
  padding-right: 1px;
}

.pr2 {
  padding-right: 2px;
}

.pr3 {
  padding-right: 3px;
}

.pr4 {
  padding-right: 4px;
}

.pr5 {
  padding-right: 5px;
}

.pr6 {
  padding-right: 6px;
}

.pr7 {
  padding-right: 7px;
}

.pr8 {
  padding-right: 8px;
}

.pr9 {
  padding-right: 9px;
}

.pr10 {
  padding-right: 10px;
}

.pr12 {
  padding-right: 12px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.color_red {
  color: #de0010 !important;
}


.f-size8 {
  font-size: 8px !important;
}

.f-size10 {
  font-size: 10px !important;
}

.f-size12 {
  font-size: 12px !important;
}

.f-size14 {
  font-size: 14px !important;
}

.f-size16 {
  font-size: 16px !important;
}

.f-size18 {
  font-size: 18px !important;
}

.f-size20 {
  font-size: 20px !important;
}

.f-size22 {
  font-size: 22px !important;
}

.f-size24 {
  font-size: 24px !important;
}

.f-size26 {
  font-size: 26px !important;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}

@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}

.disable-menu {
  /*   color: #fff !important; */
  pointer-events: none;
}

.disable {
  color: #787b86;
  pointer-events: none;
}

.disable-2 {
  color: #fff;
  pointer-events: none;
}