@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@1,900&family=Zen+Antique&family=Roboto+Condensed:wght@700&display=swap');

/* common */
#rjContents {
  font-size: 1.5vw;
  line-height: 1.3;
}
.rj-wrap {
  width: 83.3333vw;
  max-width: 1200px;
  margin: auto;
  padding: 0;
}
.rj-wrap.rj-bl {
  padding-bottom: 2em;
  border-bottom: #000 1px solid;
}
.rj-sec {
  padding: 2.1666vw 0;
}
.rj-h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic; /*追加*/
  font-size: 3.8vw;
  color: #002561;
  line-height: 1;
  letter-spacing: -0.03em;
}
.rj-h2 a {
  display: inline-block;
  margin: 0 0 0.15em 0.2em;
}
.h2-flex {
	display: flex;
  align-items: end;
  margin-bottom: 1em;
  border-bottom: #000 1px solid;
}
.h2-flex .rj-h2 {
  margin-right: 0.3em;
}
.h2-flex a img {
  display: inline-block;
  margin: 0 0.15em 0.2em;
  height: 2em;
  width: auto;
  border-radius: 50%;
}
.h2-flex .__icn {
  margin-left: auto;
}
.h2-sns img{
	max-width: 50px;
}
.rj-h3 {
  margin-bottom: 0.7em;
  padding-left: 0.3em;
  font-size: 2.5vw;
  font-weight: bold;
  color: #900;
  line-height: 1.1em;
  border-left: #000 0.2em solid;
}
.rj-btn {
  display: block;
  width: 20em;
  margin: 1em auto;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff!important;
  text-align: center;
  line-height: 2;
  text-decoration: none!important;
  background: #900;
  border-radius: 0.3em;
  border: 0.1em outset #c00;
}
.rj-btn:hover {
  filter: brightness(1.20);
}
.rj-btn2 {
  display: block;
  width: 20em;
  margin: 1em auto;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff!important;
  text-align: center;
  line-height: 2;
  text-decoration: none!important;
  background: linear-gradient(90deg, rgba(7,0,102,1.00) 0%, rgba(4,0,66,1.00) 100%);
  border-radius: 0.3em;
  border: 0.1em outset #0008AB;
}
.rj-btn2:hover {
  filter: brightness(1.20);
}
#rjContents a {
  color: #a11217;
  font-weight: bold;
  text-decoration: underline;
}
#rjContents .rj-btn-more {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding: 0 5.2em 0 1.2em;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  z-index: 1;
}
#rjContents .rj-btn-more i {
  position: absolute;
  top: -0.1em;
  left: 0.3em;
  font-size: 1.5em;
  line-height: 1;
  color: #a11217;
  filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
}
#rjContents .rj-btn-more::before {
  content: '';
  position: absolute;
  top: -0.3em;
  left: 0;
  width: 10em;
  box-sizing: border-box;
  border-bottom: 1.8em solid #a11217;
  border-right: 1.8em solid transparent;
  filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
  z-index: -1;
}
@media screen and (min-width: 1201px){
  .rj-sec {
    padding: 26px 0;
  }
  #rjContents{
    font-size: 21px;
  }
  .rj-h2 {
    font-size: 64px;
  }
  #rjContents.v--top {
    font-size: 18px;
  }
  #rjContents.v--top .rj-h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px){
  #contents {
    padding-bottom: 0;
  }
  #rjContents{
    font-size: 3vw;
  }
  .rj-wrap {
    width: 94vw;
  }
  .rj-sec {
    padding: 4vw 0;
  }
  .rj-h2 {
    font-size: 5.5vw;
  }
  .h2-sns img{
    max-width: 20px;
  }
  .rj-h3 {
    font-size: 4vw;
  }
  #rjContents .rj-btn-more {
    margin-top: 1em;
    padding: 0 5.2em 0 1.2em;
    font-size: 1.0em;
  }
  #rjContents .rj-btn-more i {
    filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
  }
  #rjContents .rj-btn-more::before {
    content: '';
    position: absolute;
    top: -0.3em;
    left: 0;
    width: 10em;
    box-sizing: border-box;
    border-bottom: 1.8em solid #a11217;
    border-right: 1.8em solid transparent;
    filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
    z-index: -1;
  }
  .only-pc {
    display: none;
  }
  .block-sp {
    display: block!important;
  }
}

/* rjSecHeader */
#rjSecHeader {
 width: 100%;
 background: rgb(204,0,0);
 background: linear-gradient(90deg, rgba(204,0,0,1) 0%, rgba(102,0,0,1) 100%);

}
#rjSecHeader .rj-wrap {
  display: flex;
  justify-content: space-between;
}
#rjSecHeader h1 img {
  margin: 0.8vw 0 0.375vw;
  width: 24vw;
  height: auto;
}
#rjSecHeader .__logo img {
  width: 11.4vw;
  height: auto;
  margin: 0.5833vw 0 0.375vw;
}
#rjSecHeader .title_sp {
  display: none;
}
@media screen and (max-width: 767px){
  #rjSecHeader h1 img {
    margin: 1vw 0 1vw;
    width: 50vw;
  }
  #rjSecHeader .__logo img {
    width: 24.5vw;
  }
}

/* rjSecSlick */
.rj-slick img {
  width: 100%;
  height: auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 4.5vw;
  margin-bottom: 4vw;
}
.slick-dots {
  bottom: -2.5vw;
}
.slick-dots li {
  width: 1.2vw;
  height: 1.2vw;
  margin: 0 0.8vw;
}
.slick-dots li button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2vw;
  height: 1.2vw;
  opacity: .25;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slide {
  filter: brightness(0.6);
  transition: all 0.5s;
}
.slick-slide.slick-active {
  filter: brightness(1);
}
@media screen and (max-width: 767px){
  .slick-dotted.slick-slider {
    margin-bottom: 8vw;
  }
  .slick-dots {
    bottom: -5vw;
  }
  .slick-dots li {
    width: 3vw;
    height: 3vw;
    margin: 0 2vw;
  }
  .slick-dots li button::before {
    width: 3vw;
    height: 3vw;
  }
}

/* rjSecLead */
#rjSecLead p {
  padding: 1em 0.5em;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(90deg, rgba(204,0,0,1) 0%, rgba(102,0,0,1) 100%);
}
@media screen and (max-width: 767px){
  #rjSecLead p {
    text-align: left;
  }
  #rjSecLead p br {
    display: none;
  }
}

.rj-sec-bl {
  border-bottom: #000 1px solid;
}

/* rjSecNews */
#rjSecNews {
  width: 100%;
}

/* rjSecContents */
#rjSecContents {
  width: 100%;
}
#rjSecContents ul {
  display: flex;
  justify-content: space-between;
}
#rjSecContents ul li {
  width: 31%;
}
#rjSecContents ul li a {
  text-decoration: none;
}
#rjSecContents ul li a:hover {
  opacity: 0.85;
}
#rjSecContents .__btn {
  margin-top: 0.3em;
  padding: 0.2em 0;
  width: 100%;
  font-size: 1.3em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #002561;
  border-radius:0.4em;
}
#rjSecContents .h2-flex {
  margin-bottom: 0.3em;
}
#rjSecContents .v--sns .h2-flex {
  justify-content: space-between;
}
#rjSecContents .v--sns .h2-flex .rj-h2 {
  color: #069;
}
#rjSecContents .v--sns .__btn {
  background: #069;
}
#rjSecContents .v--rally .h2-flex .rj-h2 {
  color: #a11217;
}
#rjSecContents .v--rally .__btn {
  background: #a11217;
}
@media screen and (max-width: 767px) {
  #rjSecContents .v--sns .h2-flex {
   display: flex;
  }
  #rjSecContents .v--sns .h2-flex img {
   width: 20px;
   height: 20px;
  }
  #rjSecContents .__btn {
    font-size: 1.2em;
  }
}

/* rjSecBnr */
#rjSecBnr {
  width: 100%;
  padding-top: 0;
  text-align: center;
}
#rjSecBnr img {
  width: 100%;
  height: auto;
}
#rjSecBnr p {
  font-size: 0.9em;
}
#rjSecBnr .__sp {
  display: none;
}
@media screen and (max-width: 767px) {

  #rjSecBnr .__sp {
    display: block;
  }

}

/* rjSecTopColumns */
#rjSecTopColumns {
  width: 100%;
  margin-bottom: 0;
}
#rjSecTopColumns .column-wrap {
  margin-bottom: 2em;
  padding: 0.7em 1em 1em;
  background: #002561;
}
#rjSecTopColumns h3 {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 5.3vw;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}
#rjSecTopColumns h3 .__rj {
  margin-left: 0.3em;
  font-style: italic; /*追加*/
}
#rjSecTopColumns h3 .__f8 {
  font-style: italic; /*追加*/
}
#rjSecTopColumns h3 small {
  margin: 0 0 0.4em 0.6em;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3vw;
  letter-spacing: 0em;
}
#rjSecTopColumns .rj-ul-col a {
  color: #fff!important;
}
#rjSecTopColumns .rj-ul-col a strong {
  font-weight: bold;
}

#rjSecTopColumns .column-col2 {
  display: flex;
  justify-content: space-between;
}
#rjSecTopColumns .column-col2 .column-wrap {
  width: 45%;
}
#rjSecTopColumns .column-col2 h3 .__rj {
  order: 2;
}
#rjSecTopColumns .column-col2 h3 .__rj {
  order: 2;
  margin: -0.15em 0 0 0;
}
#rjSecTopColumns .column-col2 h3 small {
  order: 1;
}

#rjSecTopColumns .rj-ul-col.col1 li {
  width: 100%;
}
#rjSecTopColumns .rj-ul-col.col1 li a {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
}
#rjSecTopColumns .rj-ul-col.col1 li a .__pht {
  width: 42%;
}
#rjSecTopColumns .rj-ul-col.col1 li a .__txt {
  width: 55%;
}

@media screen and (min-width: 1456px){/* 1201px */
  #rjSecTopColumns h3 {
    font-size: 76px;
  }
  #rjSecTopColumns h3 small {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px){
  #rjSecTopColumns .column-wrap {
    margin-bottom: 1.5em;
    padding: 0.4em 0.6em 0.6em;
  }
  #rjSecTopColumns h3 {
    margin-bottom: 0.1em;
    font-size: 12.3vw;
  }
  #rjSecTopColumns h3 .__rj {
    order: 2;
    margin-left: 0;
  }
  #rjSecTopColumns h3 small {
    order: 1;
    font-size: 3.2vw;
  }
  #rjSecTopColumns .column-col2 {
    display: block;
  }
  #rjSecTopColumns .column-col2 .column-wrap {
    width: auto;
  }
  #rjSecTopColumns .rj-ul-col li {
    width: calc(50% - 1.6666vw);
  }
}

/* rjSecRally22 */
#rjSecRally22 {
  width: 100%;
  background: #fde5e7;
}
.br_sp{
	display: none;
}
.br_sp2{
	display: block;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em;
  width: 100%;
  background: #fff;
  border-radius: 0.5em
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1em;
  border: 1em solid transparent;
  border-top: 1em solid #fff;
}

.balloon1 p {
  margin: 0;
  padding: 1em;
}

/* rjSecRally */
#rjSecRally {
  width: 100%;
  color: #000;
  background: #fff;
}
#rjSecRally .rj-h2 {
  color: #a11217
}

/* rjSecXX */
#rjSecXX {
  width: 100%;
}
#rjSecXX.v--xx {
  color: #000;
  background: #fff;
}
#rjSecXX.v--xx .rj-h2{
  color: #002561;
}


/* rjSecNav */
.rjSecNav {
  text-align: center;
  background: #900;
}
.rjSecNav ul {
  display: flex;
  justify-content: center;
}
.rjSecNav ul li:first-child a {
  border-left: rgba(255,255,255,0.5) 1px solid; 
}
.rjSecNav a {
  display: inline-block;
  padding: 0.5em 2em;
  font-weight: bold;
  color: #fff!important;
  text-decoration: none!important;
  text-shadow: #000 1px 1px 1px;
  border-right: rgba(255,255,255,0.5) 1px solid; 
}
@media screen and (max-width: 767px) {
  .rjSecNav .rj-wrap {
    width: 100%;
  }
  .rjSecNav ul {
    flex-wrap: wrap;
  }
  .rjSecNav ul li {
    width: 33%;
    border-right: rgba(255,255,255,0.5) 1px solid; 
  }
  .rjSecNav ul li:last-child {
    border-right: none;
  }
  .rjSecNav ul li a {
    width: 100%;
    padding: 0.5em 0;
    border: none;
  }
  .rjSecNav ul li:first-child {
    width: 100%;
    border-right: none;
    border-bottom: rgba(255,255,255,0.5) 1px solid; 
  }
  .rjSecNav ul li:first-child a {
    border: none;
  }

}

/* rj-ul-col */
.rj-ul-col {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1vw;
  margin-left: -2vw;
  margin-bottom: 1em;
}
.rj-ul-col img {
  width: 100%;
  height: auto;
}
.rj-ul-col li {
  display: flex;
  flex-direction: column;
  margin: 2vw 0 0 2vw;
  width: calc(33.33% - 2vw);
}
.rj-ul-col.col1 li {
  width: 100%;
  font-size: 1.1em;
}
.rj-ul-col.col1 li a {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.rj-ul-col.col1 li a .__pht {
  order: 1;
  width: 49%;
}
.rj-ul-col.col1 li a .__txt {
  width: 49%;
}
.rj-ul-col.col1 li a .__txt strong {
  font-weight: bold;;
}
.rj-ul-col.col2 li {
  width: calc(50% - 2vw);
}
.rj-ul-col.col3 li {
  width: calc(33.33% - 2vw);
}
.rj-ul-col.col3-2 li {
  width: calc(33.33% - 2vw);
}
.rj-ul-col.col4 li {
  width: calc(25% - 2vw);
}
.rj-ul-col .__pht {
  background: #fff;
}
.rj-ul-col .__date {
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
}
.rj-ul-col .__txt {
  margin: 0.4em 0 0;
  font-size: 0.65em;
}
.rj-ul-col a {
  color: #000!important;
  text-decoration: none!important;
}
.rj-ul-col.col-w a {
  color: #fff!important;
}
.rj-ul-col li.col-large {
  width: calc(50% - 2vw);
}
.rj-ul-col li.col-large a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.rj-ul-col li.col-large .__pht {
  width: 70%;
}
.rj-ul-col li.col-large .__txt {
  width: 29%;
}
.rj-ul-col.col1 .__date {
  font-size: 1em;
}
@media screen and (min-width: 1201px){
  .rj-ul-col {
    margin-top: -12px;
    margin-left: -24px;
  }
  .rj-ul-col li {
    margin: 24px 0 0 24px;
    width: calc(33.33% - 24px);
  }
  .rj-ul-col.col2 li {
    width: calc(50% - 24px);
  }
  .rj-ul-col.col3 li {
    width: calc(33.33% - 24px);
  }
  .rj-ul-col.col3-2 li {
    width: calc(33.33% - 24px);
  }
  .rj-ul-col.col4 li {
    width: calc(25% - 24px);
  }
  .rj-ul-col li.col-large {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 960px){
  .rj-ul-col .__txt {
    line-height: 1rem;
  }
}
@media screen and (max-width: 767px){
  .rj-ul-col {
    margin-bottom: 0.5em;
  }
  .rj-ul-col li {
    margin: 2vw 0 0 1.6666vw;
    width: calc(50% - 1.6666vw);
  }
  .rj-ul-col.col1 li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
  }
  .rj-ul-col.col1 li a .__pht {
    order: 0;
    width: 100%;
  }
  .rj-ul-col.col1 li a .__txt {
    width: 100%;
  }
  .rj-ul-col.col3 li,
  .rj-ul-col.col4 li {
    width: calc(50% - 1.6666vw);
  }
  .rj-ul-col.col3-2 li:first-child{
	display: block;
    width: 100%;
  }
  .rj-ul-col.col3-2 li{
    width: calc(50% - 1.6666vw);
  }
  .rj-ul-col li.col-large {
    width: 100%;
  }
  .rj-ul-col li.col-large a {
    display: block;
  }
  .rj-ul-col li.col-large .__pht {
    width: auto;
  }
  .rj-ul-col li.col-large .__txt {
    width: auto;
  }
  .br_sp{
      display: block;
  }
  .br_sp2{
      display: none;
  }
}


/* rjSecBanner */
#rjSecBanner img {
  width: 100%;
  height: auto;
}
#rjSecBanner .__col2 {
  display: flex;
  justify-content: space-between;
  margin-top: 1.3vw;
}
#rjSecBanner .__col2 a {
  width: 49%;
}

/* rjSecArea */
#rjSecArea {
  margin-top: -1%;
  font-size: 1.4em;
  color: #fff;
  background: linear-gradient(90deg, rgba(204,0,0,1) 0%, rgba(102,0,0,1) 100%);
}
#rjSecArea.rj-sns {
  display: block;
}
#rjSecArea.rj-sns.rj-sec{
  padding: 1vw 0;
}
#rjSecArea h3 {
  margin: 0 0 0.2em;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
}
#rjSecArea img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 0.3em;
}
#rjSecArea a {
  color: #fff;
  text-decoration: none;
}
#rjSecArea .rj-ul-area {
  display: flex;
  flex-wrap: wrap;
}
#rjSecArea.rj-sns .rj-ul-area {
  justify-content: space-between;
}
#rjSecArea .rj-ul-area li {
  margin: 1% 1% 0;
  width: 31%;
  text-align: center;
}
#rjSecArea.rj-sns .rj-ul-area li {
  margin: 1% 0 0;
  width: 32%;
}

/* rjSecPickup */
#rjSecPickup a {
  color: #000;
  text-decoration: none;
}
#rjSecPickup a:hover {
  text-decoration: underline;
}
.rj-ul-pickup {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.2vw;
  margin-left: -2.4vw;
}
.rj-ul-pickup img {
  width: 100%;
  height: auto;
}
.rj-ul-pickup li {
  display: flex;
  flex-direction: column;
  margin: 1.6666vw 0 0 2.4vw;
  width: calc(50% - 2.4vw);
  background: #fff;
}
.rj-ul-pickup .__txt {
  margin-top: 0.4em;
  padding: 0 0 0 0.5em;
  border-left: 0.8333vw #a11217 solid;
}
.rj-ul-pickup h3 {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .rj-ul-pickup {
    display: block;
    margin-top: -3vw;
    margin-left: 0;
  }
  .rj-ul-pickup li {
    margin: 1.5em 0 0;
    width: 100%;
  }
}

.dl-news dt {
  font-weight: bold;
  font-size: 1.1em;
}
.dl-news dd {
  margin: -1.4em 0 1em;
  padding: 0 0 1em 9em;
  font-size: 0.9em;
  line-height: 1.4;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px){
  .dl-news dd {
    margin: 0.2em 0 1em;
    padding: 0 0 1em 0;
  }
}

/* rjSecFootlink */
#rjSecFootlink {
  margin: 0vw 2.5vw 2vw;
}
#rjSecFootlink ul {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#rjSecFootlink .__ul-logo-btn {
  margin-bottom: -1.3333vw;
  padding-bottom: 3.3333vw;
}
#rjSecFootlink .__ul-logo-btn li {
  margin: 2vw 3vw;
  padding: 0.5vw 0;
}
#rjSecFootlink .__ul-logo-btn li:hover {
  opacity: 0.8;
}
#rjSecFootlink .__ul-logo-btn li.__rj {
  width: 14vw;
}
#rjSecFootlink .__ul-logo-btn li.__wrc {
  width: 14vw;
  padding-bottom: 1vw;
}
#rjSecFootlink .__ul-logo-btn li.__jsports {
  width: 17vw;
}
#rjSecFootlink .__ul-logo-btn li.__san-ei {
  width: 17vw;
  padding-bottom: 1.5vw;
}
#rjSecFootlink .__ul-logo-btn li.__ktoyota {
  width: 16vw;
  padding-bottom: 1.5vw;
}
@media screen and (min-width: 1201px) {
  #rjSecFootlink {
    margin: 0vw 30px 24px;
  }
  #rjSecFootlink .__ul-logo-btn {
    margin-bottom: -100px;
    padding-bottom: 120px;
  }
  #rjSecFootlink .__ul-logo-btn li {
    margin: 24px 36px;
    padding: 6px 0;
  }
  #rjSecFootlink .__ul-logo-btn li:hover {
    opacity: 0.8;
  }
  #rjSecFootlink .__ul-logo-btn li.__rj {
    width: 160px;
  }
  #rjSecFootlink .__ul-logo-btn li.__wrc {
    width: 160px;
    padding-bottom: 12px;
  }
  #rjSecFootlink .__ul-logo-btn li.__jsports {
    width: 200px;
  }
  #rjSecFootlink .__ul-logo-btn li.__san-ei {
    width: 200px;
    padding-bottom: 18px;
  }
  #rjSecFootlink .__ul-logo-btn li.__ktoyota {
    width: 190px;
    padding-bottom: 18px;
  }

}
/* c-clm */
.c-clm {
  display: flex;
  width: 100%;
  margin: 0 auto 16px;
  font-size: 18px;
}
.c-clm:last-child {
  margin-bottom: 0;
}
.c-clm p {
  line-height: 1.4;
}
.c-clm img {
  width: 100%;
  height: auto;
}
.c-clm .c-2 {
  width: 24%;
  margin: 0 0.5%;
}
.c-clm .c-3 {
  width: 32%;
  margin: 0 0.5%;
}
.c-clm .c-3:nth-child(2) {
  margin: 0 0.75%;
}
.c-clm .c-4 {
  width: 39%;
  margin: 0 0.5%;
}
.c-clm .c-5 {
  width: 49%;
  margin: 0 0.5%;
}
.c-clm .c-6 {
  width: 59%;
  margin: 0 0.5%;
}
.c-clm .c-10 {
  width: 99%;
  margin: 0 0.5%;
}
.c-clm .c-h3 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.25;
}
.news_title{
	font-size: 24px;
	line-height: 2rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px) {
  .c-clm {
    flex-wrap: wrap;
    margin-bottom: 1vw;
	font-size: 16px;
  }
  .c-clm .c-2 {
    width: 49%;
    margin: 0 0.5% 1vw;
  }
  .c-clm .c-3,
  .c-clm .c-4,
  .c-clm .c-5,
  .c-clm .c-6 {
    width: 99%;
    margin-bottom: 1vw;
  }
  .c-clm .c-3:nth-child(2) {
    margin: 0 0.5% 1vw;
  }
  .c-clm .c-h3 {
    font-size: 1.1em;
  }
  .news_title{
      font-size: 18px;
	  line-height: 1.5rem;
      font-weight: bold;
	  text-align: center;
  }
}
/* /c-clm */

/* I Love Rally */
#rjContents.v--ilr {
  background: url('../images/ilr_bg.png');
  background-size: 28vw 28vw;
}
#rjIlrSecHeader {
  width: 100%;
}

.rj-slick-iloverally .slick-slide {
  width: 10vw;
  position: relative;
  overflow: hidden;
}
.rj-slick-iloverally .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.rj-slick-iloverally .slick-slide {
  filter: brightness(1);
}
#rjIlrColumn .__bnum{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.3vw 0;
  font-size: 2vw;
  font-weight: bold;
}
#rjIlrColumn .__bnum p {
  font-weight: bold;
}
#rjIlrColumn .__bnum a {
  display: block;
  padding: 0.5em 2em;
  color: #fff;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  background: #002561;
  border-radius: 1em;
}
#rjIlrColumn .__bnum a i {
  padding-right: 0.3em;
  vertical-align: 0;
}
.__ul-iloverally li {
  margin-bottom: 2em;
  filter: drop-shadow(0 0.4em 0.4em rgba(0,0,0,0.5));
}
.__ul-iloverally li .__h2 {
  padding: 0.5em 0.9em 0.2em;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  background: #002561;
  border-radius: 1em 1em 0 0;
}
.__ul-iloverally li .__clm {
  padding: 0.5em 1.2em 0.75em;
  background: #fff;
  border-radius: 0 0 1em 1em;
}
.__ul-iloverally li .__date {
  margin-bottom: 0.4em;
  font-size: 1.1em;
  font-weight: bold;
}

.__ul-iloverally li .__fb {
  margin-top: 0.5em;
}
.__ul-iloverally li .__fb img {
  width: 1.4em;
  height: auto;
  margin-right: 0.3em;
}
.__ul-iloverally li .__fb a {
  font-weight: bold;
  color: #000!important;
}
.__ul-iloverally li .__fb a i {
  padding: 0 0.1em;
  color: #F00!important;
  text-decoration: underline;
  vertical-align: 0;
}

@media screen and (max-width: 767px) {
  #rjContents.v--ilr {
    background-size: 64vw 64vw;
  }
  .rj-slick-iloverally .slick-slide {
    width: 18vw;
  }
  #rjIlrColumn .__bnum {
    display: block;
    font-size: 3.6vw;
  }
  #rjIlrColumn .__bnum p {
    margin-bottom: 0.5em;
    text-align: center;
  }
  #rjIlrColumn .__bnum a {
    width: 12em;
    margin: auto;
  }
  .__ul-iloverally li .__h2 {
    padding: 0.5em 1em 0.2em;
    font-size: 1.2em;
    border-radius: 1em 1em 0 0;
  }
}

/* /I Love Rally */
