@charset 'UTF-8';
/* 初期設定系382行目まで */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #1750f5;
  border: 0;
  background: transparent;
}

a:hover {
  opacity: 0.8;
}

ins {
  text-decoration: none;
  color: #474747;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #474747;
  background-color: #ff9;
}


del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #474747;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

ol li,
ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

section {
  padding: 0% 0;
}

@media screen and (max-width: 767px){
  section {
    padding: 0% 0;
  }
}

.inner {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .inner {
    overflow: hidden;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 3%;
  }
}

figure {
  width: 100%;
}

img {
  width: 100%;
  vertical-align: bottom;
}

p {
  font-size: 19px;
  font-size: 2.4rem;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0px;
}

h1 {
  font-size: 19px;
  font-size: 3.5rem;
  line-height: 1.4em;
  font-weight: 900;
  letter-spacing: -2px;
}

h2 {
  font-size: 19px;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 900;
  letter-spacing: -2px;
}

h3 {
  font-size: 19px;
  font-size: 2.7rem;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0px;
}

h4 {
  font-size: 19px;
  font-size: 2.3rem;
  line-height: 1.6em;
  font-weight: bold;
  letter-spacing: 0px;
}

h5 {
  font-size: 19px;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: -0.2px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 19px;
    font-size: 6rem;
    line-height: 1.4em;
    font-weight: 900;
    letter-spacing: -2px;
  }
  h2 {
    font-size: 19px;
    font-size: 5rem;
    line-height: 1.4em;
    font-weight: 900;
    letter-spacing: -2px;
  }
  h5 {
    font-size: 19px;
    font-size: 3.3rem;
    line-height: 1.6em;
    font-weight: 500;
    letter-spacing: -0.2px;
  }
  h3 {
    font-size: 19px;
    font-size: 3.7rem;
    line-height: 1.6em;
    font-weight: 500;
    letter-spacing: -0.2px;
  }
  h4 {
    font-size: 19px;
    font-size: 4.3rem;
    line-height: 1.6em;
    font-weight: bold;
    letter-spacing: 0px;
  }
}


@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }

  .pc_only {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 40px;
    font-size: 3.8rem;
    line-height: 1.5em;
  }
  figure {
    margin: 0 auto;
  }
  #header .inner{
    padding:0;
  }
  #header #logo {
    max-width: 400px;
 }

  section .inner {
    margin: 0 auto;
  }

  figure img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic";
  max-width: 1920x;
  color: #000;
  -webkit-text-size-adjust: 100%;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

/* 初期設定終わり */

.fv {
  background: #000;
  padding-bottom: 2%;
}

.fv picture {
  position: relative;
  z-index: 1;
}

.btn_posi {
  -webkit-transform: translate3d(0,-25px,0);
  transform: translate3d(0,-25px,0);
}

.btn {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.race_date h1 {
  color: #fbfb30;
  font-size: 40px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 1%;
}

.race_date ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.race_date ul li {
  background: #fff;
  width: 47%;
  border-radius: 5px;
  padding: 1%;
}

.race_date ul li img {
  display: block;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 3%;
}

.tixyuusixyaku {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-top: 1%
}

@media screen and (max-width: 767px) {
  .fv {
    padding-bottom: 4%;
  }
  .btn_posi {
    -webkit-transform: translate3d(0,-8px,0);
    transform: translate3d(0,-8px,0);
  }
  .race_date h1 {
    font-size: 4.7vw;
    letter-spacing: 1px;
    margin-bottom: 1%;
  }
  .race_date ul {
    width: 100%;
  }
  .race_date ul li {
    width: 49%;
    border-radius: 3px;
    padding: 1%;
  }
  .tixyuusixyaku {
    font-size: 12px;
    margin-top: 2%
  }
}

.sec_02 {
  background: #fbfb30;
  position: relative;
  z-index: 0;
}

.sec_02 .inner {
  padding: 5% 0 2%;
}

.sec_02_bg {
  display: flex;
  justify-content: center;
} 

.sec_02_bg img {
  position: absolute;
  z-index: -1;
  top: 3%;
  display: block;
}

.sec_02_top {
  position: relative;
  z-index: 10;
}

.sec_02 h1 {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  table figure {
    width: 100px;
  }
}

.menuWrap table {
  margin: 3% auto 0;
  width: 100%;
  text-align: center;
}

.menuWrap table , .menuWrap td, .menuWrap th {
	border: 1px solid #fbfb30;
}
.menuWrap td, .menuWrap th {
	padding: 3px;
	width: 30px;
	height: 25px;
}

.menuWrap td {
  background: #fff;
  font-weight: bold;
  width: 250px;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 10px;
  line-height: 1.3;
}

.menuWrap th {
	background: #000;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px;
  width: 197px;
}

.menuWrap .table_site_name figure img {
  margin-bottom: 10px;
  margin-top: 5px;
}

.menuWrap .table_site_name span {
  display: block;
}

.menuWrap .table_site_name img {
  vertical-align: bottom;
  width: 100px;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 40%);
}

.menuWrap .table_last .table_last_th {
  background: #004b85;
  color: #fff;
  font-weight: 500;
}
.menuWrap .table_last td {
  padding: 0px 8px;
  background: #328bcf;
}

.menuWrap .waribiki {
  background: #fefe60;
  color: #003159;
  font-weight: bold;
  padding: 5px 5px;
  width: 95%;
  margin: 0 auto 3px;
  border-radius: 5px;
  position: relative;
  margin-top: 12px;
  box-shadow: 2px 2px 1px #2276b8;
  font-size: 12px;
}

.menuWrap .waribiki::before{
  content: "";
    position: absolute;
    top: -18%;
    left: 41%;
    transform: translateY(-50%);
    border: 15px solid transparent;
    border-bottom: 16px solid #fefe60;
}

.menuWrap .font_s14 {
  font-size: 18px;
}

.menuWrap .font_c_red {
  color: #ed4214;
}

.borde_y {
  background:linear-gradient(transparent 60%, #fefe60 60%);
}

.menuWrap .borde_y {
  line-height: 1.6;
  background:linear-gradient(transparent 60%, #fefe60 60%);
}

.span1 {
  position: relative;
}
.span1::after {
  content: '';
  transform: rotate(-4deg);
  width: 100%;
  border-top: 1px solid #f00;
  position: absolute;
  top: 50%;
  left: 0;
}

.menuWrap .tixyuusixyaku {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .menuWrap .tixyuusixyaku {
    font-size: 12px;
    width: 92%;
    margin: 3% auto 7%;
    }
    .menuWrap .font_s14 {
      font-size: 14px;
    }
    .span1 {
      position: relative;
      font-size: 13px;
    }
    .menuWrap th {
      background: #000;
      color: #fff;
      font-weight: 500;
      vertical-align: middle;
      font-size: 11px;
      padding: 10px 3px;
      position: sticky;
      left: 0;
      z-index: 100;
    }
    .menuWrap .table_last .table_last_th {
      position: sticky;
      z-index: 100;
    }

    .menuWrap td {
      width: 150px;
      font-size: 11px;
      letter-spacing: 0.05em;
      padding: 7px 8px;
    }
    .menuWrap .font_s20 {
      font-size: 17px;
      letter-spacing: 0px;
    }
    .menuWrap .font_s20_2 {
      font-size: 22px;
      letter-spacing: 0px;
    }
    .menuWrap .table_site_name td figure img {
      width: 90%;
      margin: 2% auto 5%;
    }
    .menuWrap th {
    font-size: 11px;
    }
}

.saishin {
  background: #004b85;
  color: #ff9;
  width: 76%;
  padding: 2px 5px;
  font-size: 10px; 
  margin-bottom: 3px;
  margin-bottom: 4px;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .menuWrap table {
    width: 713px;
  }
  .font_s14 {
    font-size: 11px;
  }
  .wari_f_s {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
/*  .menuWrap .table_site_name th:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border: 2px solid #fbfb30;*/
/*    top: -3px;*/
/*    left: -2px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
}

.menuWrap td .table_logo {
  width: 20%;
  height: 78%;
  padding-top: 5px;
}

.menuWrap h3 {
  font-size: 1em;
  margin: 5% 0 0%;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 1001px) {
  .lead_btn {
    position: absolute;
    bottom: -8%;
    right: 1%;
    z-index: 100;
    width: 22%;
    display: none;
  }
  .lead_btn a:hover {
    opacity: .95;
  }
  .lead_btn_02 {
    width: 70%;
    margin: 0 auto 3%;
  }  
  .lead_btn_03 {
    width: 70%;
    margin: 0 auto 1%;
  }  
  .menuWrap h3 {
    font-size: 1.5vw;
    margin: 1% 0 1%;
    font-weight: bold;
  }
}

.star {
  width: 70%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  margin-top: 3px;
}

.icon {
  width: 15%;
  margin: 0 auto;
  display: block;
  margin-bottom: 5px;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .sec_02 .inner {
    padding: 5% 3% 2%;
  }
  .sec_02 h1 {
    width: 100%;
    margin: 0 auto;
  }
  .sec_02 h2 {
    text-align: center;
    font-size: 1em;
    margin: 5% 0 0%;
    font-weight: bold;
    color: #000;
  }
  .menuWrap {
    overflow-x: scroll;
  }
  .sec_02_bg img {
    top: 1.2%;
  }
}

.sec_03 {
  background: #000;
  padding: 6% 0;
}

.recomend_point {
  border: 5px solid #fff;
  padding: 40px 40px 15px;
  position: relative;
  margin-top: 7%;
}

.recomend_point h2 {
  display: flex;
  justify-content: center;
}

.recomend_point h2 img{
  position: absolute;
  top: -8%;
  background: #000;
  width: 50%;
}

.recomend_point ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

.recomend_point ul li figure {
  width: 1.5%;
}

.recomend_point ul li h3 {
  width: 97%;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

.dash_line {
  width: 100%;
  border-bottom: 2px dashed #fff;
}

.under_red {
  border-bottom: 3px solid #ec2929;
}

.faq_c_01 {
  display: block;
  margin: 5% 0 3%;
  /* overflow: hidden; */
  border-radius: 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .faq_c_q {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.faq_c_q {
  padding: 20px 30px;
  position: relative;
  border-radius: 10px;
  background: #1faee9;
  border: 3px solid #0f80ae;
  border-collapse: collapse;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-bottom: 4%;
  box-shadow: 0px 7px 0px #0c4f6b;
}

.faq_c_a {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  margin-top: 30px;
}

.faq_c_a p {
  font-size: 20px;
  line-height: 1.8;
}

.acc-ttl+.acc-content{
  display: none;
}

.detile_btn {
  background: #fff;
  border-radius: 100px;
  padding: 9px 64px;
  color: #1faee9;
  font-weight: bold;
  font-size: 27px;
  line-height: 1;
}

.site_about {
  color: #fff;
  font-size: 32px;
}

.site_about a {
  color: #fff;
}

.f_red {
  color: #ec2929;
  font-weight: bold;
}

.detile h4 {
  font-size: 30px;
  margin-bottom: 7px;
}

.font_bottom {
  margin-bottom: 7px;
}

.cta {
  margin-top: 60px;
}

.cta p {
  color: #fbfb30;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 30px;
}

.site {
  margin-bottom: 150px;
}

.site:nth-child(5) {
  margin-bottom: 0;
}

.footer {
  background: #fbfb30;
}

.footer .inner {
  padding: 5% 0;
  text-align: center;
}

.footer a {
  color: #000;
  font-size: 18px;
  display: block;
  font-weight: bold;
  line-height: 1.6;
}
.acc_feature_in{
  margin-top: 4%;
  margin-bottom: 5%;
}

.orange{
  color: rgb(255, 140, 0);
  font-weight: bold;
}
.yellow{
  color: #fbfb30;
}
@media screen and (max-width: 767px) {
  .sec_03 .inner {
    padding: 0;
  }
  .sec_03 {
    padding: 9% 0;
  }
  .recomend_point {
    border: 2px solid #fff;
    padding: 5% 3% 2%;
    position: relative;
    margin: 9% 3% 0;
  }
  .recomend_point ul li figure {
    width: 2%;
  }

  .recomend_point ul li figure img {
    vertical-align: baseline;
  }
  
  .recomend_point ul li h3 {
    width: 92%;
    font-size: 16px;
  }
  .under_red {
    border-bottom: 2px solid #ec2929;
  }
  .recomend_point ul li {
    margin: 12px 0;
  }
  .dash_line {
    border-bottom: 1px dashed #fff;
  }
  .recomend_point h2 img{
    top: -5%;
    width: 67%;
    padding: 1%;
  }
  .faq_c_01 {
    display: block;
    margin: 5% 4% 3%;
    border-radius: 10px;
    position: relative;
  }
  .acc_feature{
    display: block;
    margin: 5% 4% 3%;
    border-radius: 10px;
    position: relative;
  }
  .site_about {
    text-align: center;
    margin: 0 auto 2%;
    font-size: 18px;
    display: block;
  }
  .faq_c_q {
    padding: 10px 19% 13px;
    border-radius: 10px;
    border: 2px solid #0f80ae;
    
  }
  .detile_btn {
    padding: 5px 0px;
    color: #1faee9;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    border-radius: 3px;
  }
  .faq_c_a {
    padding: 5%;
    border-radius: 5px;
    margin-top: 15px;
  }
  .faq_c_a p {
    font-size: 16px;
  }
  .detile h4 {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .cta p {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .cta {
    margin-top: 30px;
  }
  .site {
    margin-bottom: 50px;
  }
  .footer a {
    color: #000;
    font-size: 12px;
    display: block;
    font-weight: bold;
    line-height: 1.6;
  }
  .footer .inner {
    padding: 10% 0;
    text-align: center;
  }
}

.btn img {
  animation: anime1 2s infinite;
  transform-origin:center;
}
@keyframes anime1 {
  0% {
    transform: scale(0.95,0.95);
  }
  16% {
    transform: scale(1,1);
  }
  32% {
    transform: scale(0.95,0.95);
  }
  48% {
    transform: scale(1,1);
  }
  64% {
    transform: scale(0.95,0.95);
  }
  80% {
    transform: scale(0.95,0.95);
  }
  100% {
    transform: scale(0.95,0.95);
  }
}

#footer {
  transition: 0.5s;
}

.pagetop {
	position: fixed;
	bottom: 5px;
	right: 10px;
	text-align: center;
	padding: 1% 0 1%;
    z-index: 100;
    transition: 0.5s;
}

.pagetop div {
  width: 56%;
  margin: 0 auto;
}


.pagetop a {
	color: #fff;
	text-decoration: none;
  width: 300px;
  float: right;
}

@media screen and (max-width: 767px) {
    .pagetop div {
      width: 96%;
      margin: 0 auto;
    }
    .pagetop {
	  padding: 2% 0;
	  width: 100%;
	  right: 0px;
    }
    .pagetop .tel_b {
      width: 47%;
    }
    .pagetop .line_b, .pagetop .web_b {
      width: 26%;
    }
    .pagetop a {
      padding: 0 1%;
      width: 62%;
    }
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

.pagetop.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

.pagetop.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(200px);
  }
}

.pagetop_02 {
  position: fixed;
  bottom: 15%;
  left: 2%;
  width: 1%;
  z-index: 100;
  display: none;
}

@media screen and (max-width: 767px) {
  .pagetop_02 {
    position: fixed;
    bottom: 11%;
    left: 2%;
    width: 4%;
    z-index: 100;
  }
}
.fsl {
    font-size:22px;
}
@media screen and (max-width: 767px) {
 .fsl {
    font-size:18px;
}   
}