@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&family=Oswald:wght@200..700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone);
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
}

.material-icons {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 1.2em;
}

.is-hidden {
  display: none;
}

.pc-hidden {
  display: none;
}

.sp-hidden {
  display: block;
}

@media only screen and (max-width: 640px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
/* inview
---------------------------------------------------------------------------*/
.fade-mv {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-mv.mv {
  opacity: 1;
  transform: translateY(0px);
}

.fade-mv_x {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}
@media only screen and (max-width: 640px) {
  .fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}

.mv_x {
  opacity: 1;
  transform: translateX(0px);
}
@media only screen and (max-width: 640px) {
  .mv_x {
    transform: translateY(0px);
  }
}

li:nth-child(2n).fade-mv_x {
  transform: translateX(100px);
}
@media only screen and (max-width: 640px) {
  li:nth-child(2n).fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
li:nth-child(2n).mv_x {
  opacity: 1;
  transform: translateX(0px);
}

.color-red {
  color: #b51a28;
}

.text-link {
  color: #081F5C;
  text-decoration: underline;
}
.text-link:hover {
  opacity: 0.8;
}

body, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-block: 0;
  padding-inline: 0;
}

#gridgecup_contents {
  padding-top: 87px;
}
@media only screen and (max-width: 640px) {
  #gridgecup_contents {
    padding-top: 75px;
  }
}

/*TOP*/
.contents {
  margin: 0 auto;
}

.contents_news {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.contents_title {
  font-size: 35px;
  color: #040b2d;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 10px;
  line-height: 1.2;
  position: relative;
  text-align: center;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 10px;
}

/* リード */
.lead_text {
  /*font-size: 16px;*/
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .lead_text {
    font-size: 14px;
  }
}
/* ページタイトル */
.page_title {
  font-size: 40px;
  /*color: #a48c56;*/
  color: #FFF;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 10px;
  line-height: 1.2;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
  background: #040b2d;
}

.page_title .en {
  /*font-family: 'Girassol', sans-serif;*/
  font-family: sans-serif;
  letter-spacing: 0.2em;
}

.page_title .jp {
  font-size: 22px;
  letter-spacing: 2px;
  display: block;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .page_title {
    font-size: 40px;
    padding: 30px 0;
  }
  .page_title .jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .contents_title {
    font-size: 30px;
  }
}
#wrapper .contents_title .jp {
  font-size: 18px;
  letter-spacing: 2px;
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  #wrapper .contents_title .jp {
    font-size: 14px;
  }
}
.contents_title::before {
  content: "";
  display: block;
  background: #a48c56;
  width: 80px;
  height: 3px;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
}

.contents_title::after {
  content: "";
  display: block;
  background: #2e4e4e;
  width: 70px;
  height: 3px;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .contents_title::before {
    width: 60px;
  }
  .contents_title::after {
    width: 50px;
  }
}
#wrapper .contents_title .en {
  font-family: "Girassol", sans-serif;
  letter-spacing: 0.2em;
}

#wrapper .contents ul {
  margin-left: 10px;
  margin-bottom: 30px;
}

#wrapper .contents li {
  margin: 0 0 20px 0;
}

.news__date {
  font-size: 0.9em;
  margin: 7px 0 15px;
}

#wrapper .news__date span {
  /*border-bottom: dotted 2px #87CEFA;*/
  margin-right: 15px;
}

/* パラタイトル */
.p_title {
  margin: 20px auto;
  font-size: 1.3em;
  font-weight: bold;
  padding: 1rem 2rem;
  background: #081F5C;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .p_title {
    padding: 0.5em 5px;
    line-height: 25px;
  }
}
/* テキスト */
.text_block {
  margin: 0 auto 50px;
}

.text_block .lead_text {
  padding: 0 20px;
}

.text_block .cap {
  padding: 0 20px;
  font-size: 12px;
  line-height: 1.5;
}

.text_block .text_list {
  padding: 0 20px;
  display: block;
}

.text_block .text_list li + li {
  margin-top: 10px;
}

/* list_indent */
.list_indent li {
  text-indent: -1em;
  padding-left: 1em;
}

/*KV*/
.slider {
  width: 100%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

.slick-dotted.slick-slider.slick-slider {
  margin-bottom: 60px;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li {
  width: 100px;
  height: 5px;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .slick-dots li {
    width: 60px;
    height: 8px;
  }
}
.slick-dots li button {
  width: 100px;
  height: 5px;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .slick-dots li button {
    width: 60px;
    height: 8px;
  }
}
.slick-dots li button::before {
  content: "";
  font-family: "slick";
  font-size: 6px;
  line-height: 5px;
  width: 100px;
  height: 5px;
  opacity: 0.5;
  color: #2e4e4e;
  background: #2e4e4e;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 480px) {
  .slick-dots li button::before {
    width: 60px;
    height: 8px;
  }
}
.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  background: #040b2d;
}

.sliderAll {
  position: relative;
  z-index: 99;
}

.sliderAll a {
  transition: opacity 0.3s ease-in-out;
}

.sliderAll a:hover {
  opacity: 0.7;
}

.sliderAll .prev,
.sliderAll .next {
  position: absolute;
  top: 50%;
  bottom: 50%;
  color: #fff;
  display: block;
  font-size: 16px;
  z-index: 9999;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .sliderAll .prev,
  .sliderAll .next {
    font-size: 13px;
  }
}
.sliderAll .prev:hover,
.sliderAll .next:hover {
  opacity: 0.7;
}

.sliderAll .prev i,
.sliderAll .next i {
  margin: 0 auto;
  padding: 20px;
  background: #040b2d;
}

@media screen and (max-width: 480px) {
  .sliderAll .prev i,
  .sliderAll .next i {
    padding: 10px;
  }
}
.sliderAll .prev {
  left: 0;
}

.sliderAll .next {
  right: 0;
}

header,
.contents {
  margin: 0 auto;
  text-align: center;
}

header img,
.contents img {
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  header img,
  .contents img {
    width: 100%;
  }
}
header {
  /*height: 87px;*/
}

.pc-hidden {
  display: none;
}

.sp-hidden {
  display: block;
}

@media screen and (max-width: 480px) {
  header {
    height: auto;
  }
  .pc-hidden {
    display: block;
  }
  .sp-hidden {
    display: none;
  }
}
.page_header {
  position: relative;
}

.page_header_photo {
  display: block;
}

.page_header_photo img {
  width: 100%;
}

.page_header_photo_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .page_header_photo {
    display: none;
  }
  .page_header_photo img {
    width: 100%;
  }
  .page_header_photo_sp {
    display: block;
  }
  .page_header_photo_sp img {
    width: 100%;
    height: auto;
  }
}
.page_header_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 2em;
  font-family: "Damion", cursive;
}

#wrapper .page_header_title p {
  color: #fff;
  font-size: 0.6em;
  letter-spacing: -0.5px;
  font-weight: bold;
}

/* tears */
.terms_area {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media only screen and (max-width: 767px) {
  .terms_area {
    width: 95%;
  }
}
.terms__discription {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.7em;
}

.terms_cintents_title_l {
  margin-top: 30px;
  font-size: 1.3em;
  border-bottom: solid 3px #ccc;
  padding-bottom: 8px;
}

.terms_cintents_title_m {
  margin: 30px 5px 10px;
  font-size: 1.1em;
}

#wrapper .terms_contents ol li {
  font-size: 1em;
  line-height: 1.7em;
  letter-spacing: -0.4px;
  text-indent: -1em;
  margin: 0 0 0.8em 1em;
}

#wrapper .terms_contents table th {
  font-weight: bold;
  background: #efefef;
}

#wrapper .terms_contents table th,
#wrapper .terms_contents table td {
  border: 2px solid #ccc;
  font-size: 1em;
  line-height: 1em;
  padding: 0.4em 2em;
}

/* ブロック指定
--------------------------------*/
.contents_block {
  padding: 3em 0;
  width: 100%;
  background: #fff;
}

.contents_block:nth-of-type(odd) {
  background: #f4f4f4;
}

.contents_block article {
  max-width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .contents_block {
    padding: 3em 0;
    margin: 0 auto;
  }
  .contents_block article {
    max-width: 98%;
    margin: 0 auto;
  }
}
/* #topBanner
--------------------------------*/
#topBanner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

#topBanner ul li {
  width: calc(50% - 20px);
}

#topBanner ul li a,
#topBanner ul li a img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}

#topBanner ul li a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  #topBanner ul {
    display: block;
  }
  #topBanner ul li {
    width: 100%;
  }
  #topBanner ul li + li {
    margin-top: 20px;
  }
}
/* #event_outline
--------------------------------*/
/* #event_outline{
  padding: 5em 0;
  width: 100%;
  background: #f4f4f4;
  } */
/* #topSchedule
--------------------------------*/
#topSchedule table {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#topSchedule table thead th {
  background: #2e4e4e;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#topSchedule table tbody td {
  text-align: center;
  padding: 15px;
  background: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#topSchedule table tbody td a {
  color: #2e4e4e;
  padding: 5px 10px;
  background: #00e3ae;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
  border-radius: 5px;
}

#topSchedule table tbody td a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  #topSchedule table thead th {
    padding: 10px 0;
  }
  #topSchedule table tbody td {
    padding: 10px 0;
  }
  #topSchedule table tbody td a {
    padding: 3px 8px;
  }
}
/* #snsArea
--------------------------------*/
#snsArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

#snsArea ul li {
  width: calc(25% - 10px);
  margin-right: 10px;
}

#snsArea ul li:nth-child(4n) {
  margin-right: 0;
}

#snsArea ul li iframe {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  #snsArea ul li {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  #snsArea ul li:nth-child(2n) {
    margin-right: 0;
  }
}
/* about */
.rule_header_title {
  margin-top: 90px;
  margin-bottom: 40px;
  text-align: center;
}

.rule_header_title img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .rule_header_title img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .rule_header_title {
    font-size: 1.3em;
    margin-top: 50px;
  }
}
.rule_header_title span {
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 100vh;
  background-image: linear-gradient(to left, #313131 0%, #313131 100%);
  letter-spacing: 0.3em;
  font-family: "Osaka", sans-serif;
}

.rule_header_photo {
  text-align: center;
}

.rule_header_photo_area {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .header_photo {
    width: 44%;
  }
}
.header_photo {
  margin: 0 10px;
}

.header_photo img {
  width: 100%;
}

.header_photo img:hover {
  width: 105%;
}

.about_point_header {
  margin: 20px 0;
  font-size: 1.3em;
  font-weight: bold;
  padding: 1rem 2rem;
  background: #040b2d;
  color: #FFF;
  font-family: "Osaka", sans-serif;
}

.about_point_header span {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .about_point_header {
    padding: 0.5em 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .about_point_header {
    line-height: 25px;
  }
}
.about_point_area {
  display: flex;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .about_point_area {
    display: block;
    margin: 0 10px;
  }
}
.about_point_area_l {
  display: flex;
  width: 95%;
  margin-top: 40px;
  background: url(/event/compe/img/2020/top/tournament_bg_pc.png) 50% 0 no-repeat;
}

@media only screen and (max-width: 767px) {
  .about_point_area_l {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
}
.about_point_title {
  margin-bottom: 0.8em;
  margin-left: 0.6em;
  font-size: 1.2em;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .about_point_title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about_point_title {
    line-height: 25px;
  }
}
.about_point_title span {
  background: linear-gradient(transparent 50%, #F8FA54 50%);
  font-family: "Osaka", sans-serif;
}

.about_point_contents {
  line-height: 28px;
  font-size: 1.1em;
  /*font-weight: 200;*/
  margin: 10px;
}

.about_point_contents2 {
  line-height: 28px;
  font-size: 1em;
  font-weight: 200;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 3em;
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .about_point_contents {
    line-height: 25px;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.about_point_photo {
  width: 38%;
}

@media only screen and (max-width: 767px) {
  .about_point_photo {
    width: 100%;
    margin-bottom: 15px;
  }
}
.about_point_photo img {
  width: 100%;
}

.about_point3_photo {
  width: 30%;
  text-align: end;
  margin: 5px;
}

@media only screen and (max-width: 767px) {
  .about_point3_photo {
    width: 95%;
    text-align: center;
    margin: 5px;
  }
}
.about_point3_photo img {
  width: 100%;
}

#wrapper .four_ball table {
  max-width: 980px;
  width: 85%;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

#wrapper .four_ball table thead tr th {
  background: #040b2d;
  color: #fff;
}

#wrapper .four_ball table tr th,
#wrapper .four_ball table tr td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 0.8em 0.3em;
  vertical-align: middle;
  font-size: 0.55em;
  font-weight: bold;
  white-space: nowrap;
  background: #fff;
}

#wrapper .four_ball table tbody tr:nth-child(1) th {
  background: #eee;
}

#wrapper .four_ball table tbody tr:nth-child(2) th {
  background: #D8F1FC;
}

#wrapper .four_ball table tbody tr:nth-child(3) th {
  background: #FDF1DC;
}

#wrapper .four_ball table tr td.bg {
  background: #FFF799;
  color: #900;
}

#wrapper .category h3 .h3_en {
  display: inline-block;
  font-family: "Damion", cursive;
  font-size: 2.7em;
  line-height: 0.7em;
  font-weight: normal;
  padding: 0 3px;
  color: #2e4e4e;
  background: linear-gradient(transparent 72%, #F8FA54 72%);
}

#wrapper .category h3 .h3_jp {
  display: block;
  font-size: 1em;
  padding-top: 0.9em;
  margin-bottom: 20px;
}

#wrapper .category .about_point_photo table {
  width: 350px;
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  #wrapper .category .about_point_photo table {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
#wrapper .category .about_point_photo table caption {
  background: #040b2d;
  color: #fff;
  font-size: 0.85em;
  padding: 0.5em 0;
  text-align: center;
  font-weight: bold;
}

#wrapper .category .about_point_photo table tr th {
  background: #eee;
  text-align: center;
  font-weight: bold;
}

#wrapper .category .about_point_photo table tr th,
#wrapper .category .about_point_photo table tr td {
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  vertical-align: middle;
  font-size: 0.85em;
  white-space: nowrap;
  background: #fff;
}

.category_images {
  margin-left: 25px;
  margin-top: 25px;
}

.category_images img {
  width: 100%;
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .category_images img {
    margin-left: 0;
  }
}
.images_f {
  background: #d4e0bb;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .images_f {
    background: #d4e0bb;
    width: 100%;
  }
}
.images_s {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .images_s {
    width: 100%;
  }
}
.images_f:before {
  content: "";
  border-left: 45px solid #d4e0bb;
  border-top: 150px solid transparent;
  border-bottom: 150px solid transparent;
  position: absolute;
  left: 50%;
}

@media only screen and (max-width: 767px) {
  .images_f:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .images_f:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7vw 50vw 1vh 50vw;
    border-color: #d4e0bb transparent transparent transparent;
    position: absolute;
  }
}
#wrapper .category .category_images .images_f img {
  width: 360px;
  margin-top: 15px;
  margin-left: 6%;
}

@media only screen and (max-width: 767px) {
  #wrapper .category .category_images .images_f img {
    width: 85%;
    margin-top: 15px;
    margin-left: 6%;
  }
}
#wrapper .category .category_images .images_s img {
  height: 250px;
  width: auto;
  margin-left: 110px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  #wrapper .category .category_images .images_s img {
    display: block;
    height: auto;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
  }
}
.p4 {
  width: 98%;
}

.s3 {
  width: 30%;
}

.s75 {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .s3 {
    width: 98%;
  }
  .s75 {
    width: 98%;
  }
}
#wrapper .schedule_table table td .schedule_category {
  width: 100px;
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  .tournament_images img {
    width: 98%;
  }
}
.rule,
.about_area_point {
  font-family: Roboto, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, Osaka, "MS PGothic", sans-serif;
}

.pc_only {
  display: flex;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
#wrapper .contents_news table {
  margin-left: auto;
  margin-right: auto;
  border-spacing: 20px;
  border-collapse: inherit;
}

#wrapper .contents_news table td a:hover {
  color: blue;
}

.four_ball,
.category,
.about_area_point {
  margin-bottom: 40px;
}

.no_opt {
  opacity: 1;
}

.bottun_area {
  margin-top: -2.5em;
}

.bottun_area div {
  display: block;
  width: 30%;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 1em;
  letter-spacing: -0.5px;
  height: 3.2em;
  line-height: 3.2em;
  box-shadow: 1px 1px 3px #ccc;
  position: relative;
  z-index: 1;
}

.bottun_area span {
  display: block;
  width: 30%;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 1em;
  letter-spacing: -0.5px;
  height: 3.2em;
  line-height: 3.2em;
  position: relative;
  z-index: 1;
}

.bottun_area div a {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 31;
}

.bottun_area div:before {
  content: "";
  bottom: 0.1em;
  right: 0.1em;
  border-top: 0.5em solid transparent;
  border-right: 0.5em solid #fff;
  position: absolute;
  z-index: 100;
}

.popup {
  font-size: 1em;
  height: 0.6em;
  width: 0.4em;
  display: inline-block;
  position: relative;
}

.popup:before {
  content: "";
  display: block;
  position: absolute;
  height: 0.5em;
  width: 0.6em;
  top: -2px;
  left: 5px;
  background: #fff;
}

.popup:after {
  content: "";
  display: block;
  position: absolute;
  height: 0.4em;
  width: 0.4em;
  top: 1px;
  left: 2px;
  border-left: 2px #fff solid;
  border-bottom: 2px #fff solid;
}

.reserve,
.closed {
  background: #808080;
}

.accept {
  background: #00c25a;
}

.pairing {
  background: #22ac38;
}

.result {
  background: #e4007f;
}

.report {
  background: #FFF;
}

.detail {
  background: #eb6100;
}

#wrapper .accept a:hover {
  opacity: 0.2;
  background-color: #fff;
}

#wrapper .pairing a:hover {
  opacity: 0.2;
  background-color: #fff;
}

#wrapper .result a:hover {
  opacity: 0.2;
  background-color: #fff;
}

#wrapper .report a:hover {
  opacity: 0.2;
  background-color: #fff;
}

.update {
  line-height: 23px;
  margin-top: 20px;
}

/* Schedule */
.schedule {
  text-align: center;
  /*background: #c7cfcf;
  background: url(/event/compe/img/2020/top/tournament_bg_pc.png) 50% 0 repeat;*/
  background: #FFF;
  padding: 2em 0;
}

#wrapper .schedule table {
  /*max-width: 980px;*/
  max-width: 1200px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

#wrapper .schedule table th {
  font-weight: bold;
  border-style: solid;
  background: #081F5C;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-size: 0.85em;
  line-height: 1.2em;
  padding: 1.2em 0.3em;
  vertical-align: middle;
  border: 1px solid #ccc;
}

#wrapper .schedule table td {
  border-style: solid;
  background: #fff;
  color: #000;
  font-size: 0.85em;
  line-height: 1.2em;
  padding: 1.2em 0.5em;
  vertical-align: middle;
  border: 1px dotted #ccc;
}

#wrapper .schedule table td.cnt a {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #wrapper .schedule table td {
    padding: 6px 3px;
    line-height: 15px;
  }
}
#wrapper .schedule table td a:hover {
  color: blue;
}

.tmt_option {
  display: block;
  font-size: 0.8em;
  margin-top: 4px;
}

.cnt {
  text-align: center;
}

.top_btn {
  padding: 10px 0;
  border-radius: 0.3em;
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .top_btn {
    margin: 3px;
    white-space: nowrap;
  }
}
span[class^=hokkaido] {
  border-bottom: 3px solid #ef52bb;
  padding-bottom: 3px;
}

span[class^=tohoku] {
  border-bottom: 3px solid #00479d;
  padding-bottom: 3px;
}

span[class^=kanto_] {
  border-bottom: 3px solid #eb6100;
  padding-bottom: 3px;
}

span[class^=kitakanto] {
  border-bottom: 3px solid #e8dc00;
  padding-bottom: 3px;
}

span[class^=gotenba] {
  border-bottom: 3px solid #ea9c00;
  padding-bottom: 3px;
}

span[class^=karuizawa] {
  border-bottom: 3px solid #e8dc00;
  padding-bottom: 3px;
}
span[class^=hokushinetsu_] {
  border-bottom: 3px solid #edc0fd;
  padding-bottom: 3px;
}
span[class^=shikoku_] {
  border-bottom: 3px solid #aaea0f;
  padding-bottom: 3px;
}

span[class^=tokai_] {
  border-bottom: 3px solid #8fc31f;
  padding-bottom: 3px;
}

span[class^=kansai_] {
  border-bottom: 3px solid #009e96;
  padding-bottom: 3px;
}

span[class^=chugoku] {
  border-bottom: 3px solid #e23d23;
  padding-bottom: 3px;
}

span[class^=kyusyu] {
  border-bottom: 3px solid #601986;
  padding-bottom: 3px;
}

span[class^=final] {
  border-bottom: 3px solid #ffd700;
  padding-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  span[class^=hokkaido] {
    font-size: 10px;
    padding-bottom: 0px;
  }
  span[class^=tohoku_] {
    font-size: 10px;
    padding-bottom: 0px;
  }
  span[class^=kanto_] {
    font-size: 10px;
    padding-bottom: 0px;
  }
  span[class^=gotenba] {
    font-size: 10px;
    padding-bottom: 0px;
  }
  span[class^=karuizawa] {
    font-size: 10px;
    padding-bottom: 0px;
  }
  span[class^=hokushinetsu] {
    font-size: 10px;
    padding-bottom: 0px;
  }
  span[class^=shikoku] {
    font-size: 10px;
    padding-bottom: 0px;
  }
  span[class^=chubu_] {
    font-size: 10px;
    padding-bottom: 0px;
  }
  span[class^=kansai_] {
    font-size: 10px;
    padding-bottom: 0px;
  }
  span[class^=chugoku] {
    font-size: 10px;
    padding-bottom: 0px;
  }
  span[class^=kyusyu] {
    font-size: 10px;
    padding-bottom: 0px;
  }
  span[class^=final] {
    font-size: 10px;
    padding-bottom: 0px;
  }
}
.cource_image {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cource_image img {
    width: 100%;
  }
}
#outline .lead_text a {
  color: #641943;
  font-weight: bold;
  text-decoration: underline;
}

#outline .lead_text a:hover {
  text-decoration: underline;
  color: blue;
}

#top_Schedule .schedule table a {
  color: #641943;
  font-weight: bold;
  text-decoration: underline;
}

#top_Schedule .schedule table a:hover {
  text-decoration: underline;
  color: blue;
}

.lead_title {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .lead_title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.banner_area {
  padding: 1em 0;
}

.banner_points {
  width: 980px;
  display: flex;
  margin: 0 auto;
}

.banner_points img {
  width: 95%;
}

@media only screen and (max-width: 767px) {
  .banner_points {
    width: 100%;
    display: block;
  }
  .banner_points img {
    width: 90%;
  }
  .banner_01,
  .banner_02 {
    text-align: center;
    margin-bottom: 5px;
  }
}
.new_entry {
  width: 980px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

#contents .new_entry .howto_entry a {
  text-decoration: underline;
  color: #641943;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .new_entry {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  #contents .new_entry .howto_entry a {
    text-decoration: underline;
    color: #641943;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .howto_entry figure img {
    width: 100%;
  }
}
.about_point_area_r .about_photo img {
  width: 100%;
}

.about_photo {
  display: flex;
}

#contents .about_point_area_r p {
  margin-left: 20px;
  line-height: 25px;
}

@media only screen and (max-width: 767px) {
  .about_photo {
    display: block;
  }
  .about_photo img {
    width: 100%;
  }
  #contents .about_point_area_l p {
    margin-left: 20px;
    line-height: 25px;
  }
}
.kv_photo img {
  width: 90%;
  margin-left: 20px;
} 
.gridge-cup-2026 {
  background: #fff;
  overflow: hidden;
  padding-top: 87px;
}
.gridge-cup-2026 .section-title {
  text-align: center;
  font-size: 8vw;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-style: italic;
  border-bottom: 1px solid #081F5C;
  padding-bottom: 8px;
}
@media only screen and (min-width: 640px) {
  .gridge-cup-2026 .section-title {
    font-size: 40px;
    padding-bottom: 16px;
  }
}
.gridge-cup-2026 .section-title .sub-badge {
  background: #081F5C;
  color: #fff;
  font-size: 12px;
  padding: 4px 15px;
  border-radius: 4px;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gridge-cup-2026 .section-lead {
  font-size: 5vw;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 640px) {
  .gridge-cup-2026 .section-lead {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.gridge-cup-2026 .container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
}
@media only screen and (min-width: 640px) {
  .gridge-cup-2026 .container {
    max-width: 1180px;
    padding: 0;
  }
}
.gridge-cup-2026 .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  transition: opacity 0.3s;
  box-sizing: border-box;
  cursor: pointer;
}
.gridge-cup-2026 .btn:hover {
  opacity: 0.8;
}
.gridge-cup-2026 .btn.btn-outline {
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
}
.gridge-cup-2026 .btn.btn-navy {
  background: #081F5C;
  color: #fff;
}
.gridge-cup-2026 .btn.btn-line {
  background: #00c25a;
  color: #fff;
  border: none;
  gap: 4px;
  line-height: 1;
  font-size: 3.5vw;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .gridge-cup-2026 .btn.btn-line {
    font-size: 18px;
  }
}
.gridge-cup-2026 .btn.btn-line.foot {
  gap: 8px;
  padding: 0 20px;
}
.gridge-cup-2026 .btn.btn-line.foot::before {
  width: 24px;
  height: 24px;
}
.gridge-cup-2026 .btn.btn-line::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../../img/2026/line_brand_icon.png") no-repeat center/contain;
  flex: 0 0 auto;
}
.gridge-cup-2026 .btn.btn-line .material-icons {
  font-size: 18px;
}
.gridge-cup-2026 .btn.btn-black {
  background: #000;
  color: #fff;
  width: 100%;
  max-width: 300px;
  height: 50px;
}
.gridge-cup-2026 .btn.btn-line-large {
  background: #00c25a;
  color: #fff;
  width: 100%;
  height: 60px;
  font-size: 18px;
  border-radius: 8px;
  gap: 8px;
  margin: 0 auto;
}
.gridge-cup-2026 .btn.btn-line-large::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../../img/2026/line_brand_icon.png") no-repeat center/contain;
  flex: 0 0 auto;
}
@media only screen and (min-width: 640px) {
  .gridge-cup-2026 .btn.btn-line-large {
    font-size: 20px;
    height: 80px;
    min-width: 360px;
    border-radius: 12px;
    gap: 16px;
  }
  .gridge-cup-2026 .btn.btn-line-large::before {
    width: 40px;
    height: 40px;
  }
}

#head_wrap .logo {
  margin: 0;
  text-align: left !important;
}
#head_wrap .logo img {
  width: 30%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  #head_wrap .logo img {
    width: 20% !important;
    margin-top: 10px;
  }
}

.header .logo {
  margin: 0 auto !important;
}
.header .logo img {
  width: 180px !important;
  height: auto;
  margin-top: 25px;
}
@media only screen and (min-width: 767px) {
  .header .logo img {
    max-width: 30%;
  }
}

.hero-section {
  width: 100%;
}
.hero-section .hero-img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 640px) {
  .hero-section {
    max-width: 1180px;
    margin: 0 auto;
  }
}

.intro-section {
  padding: 40px 0;
  text-align: center;
}
.intro-section .intro-lead {
  font-size: 5vw;
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  .intro-section {
    padding: 60px 0 40px;
  }
  .intro-section .intro-lead {
    font-size: 32px;
  }
}

@media only screen and (min-width: 640px) {
  .classes-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
  }
}
.classes-section .class-card {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: auto;
  height: auto;
}
@media only screen and (min-width: 640px) {
  .classes-section .class-card {
    width: calc(50% - 160px);
    padding: 40px 80px;
    margin: 0 auto;
    max-height: 100%;
    min-height: 500px;
  }
}
.classes-section .class-card.is-enjoy {
  background-image: linear-gradient(rgba(8, 31, 92, 0.3), rgba(8, 31, 92, 0.3)), url("../../img/2026/top/bg_enjoy.png");
  background-color: #fcf8f3;
}
.classes-section .class-card.is-advance {
  background-image: linear-gradient(rgba(8, 31, 92, 0.3), rgba(8, 31, 92, 0.3)), url("../../img/2026/top/bg_advance.png");
  background-color: #f0f4fc;
}
.classes-section .class-card.is-singles {
  background-image: linear-gradient(rgba(8, 31, 92, 0.3), rgba(8, 31, 92, 0.3)), url("../../img/2026/top/bg_singles.png");
  background-color: #fcf8f3;
}
.classes-section .class-card.is-doubles {
  background-image: linear-gradient(rgba(8, 31, 92, 0.3), rgba(8, 31, 92, 0.3)), url("../../img/2026/top/bg_doubles.png");
  background-color: #f0f4fc;
}
.classes-section .class-card .class-title {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}
.classes-section .class-card .class-title .ja {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5px;
}
@media only screen and (min-width: 640px) {
  .classes-section .class-card .class-title {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .classes-section .class-card .class-title .ja {
    font-size: 20px;
  }
}
.classes-section .class-card .class-detail {
  margin-top: 20px;
}
.classes-section .class-card .class-detail dt {
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.classes-section .class-card .class-detail dd {
  margin: 0 0 20px 0;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
}
.classes-section .class-card .class-detail dd ul {
  list-style: none;
  padding: 0;
}
.classes-section .class-card .class-detail dd ul li {
  position: relative;
  padding-left: 15px;
}
.classes-section .class-card .class-detail dd ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fff;
}
.classes-section .class-card .class-detail dd small {
  display: block;
  color: #eee;
  margin-top: 4px;
}

.features-section {
  padding: 40px 0;
  background: #fff;
}
.features-section .feature-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
@media only screen and (min-width: 640px) {
  .features-section .feature-title {
    font-size: 24px;
  }
}
.features-section .feature-list {
  list-style: none;
  padding: 0;
}
.features-section .feature-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.features-section .feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #219F6B;
  font-style: normal;
}
.features-section .feature-list li span {
  background: linear-gradient(transparent 90%, #7CECBD 80%);
}
@media only screen and (min-width: 640px) {
  .features-section .feature-list li {
    font-size: 18px;
    margin-left: 15px;
  }
}

.schedule-section {
  padding: 40px 0;
  background: #f9f9f9;
}
@media only screen and (min-width: 640px) {
  .schedule-section .container {
    max-width: 880px;
    margin: 0 auto;
  }
}
.schedule-section .schedule-table-header {
  background: #081F5C;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}
.schedule-section .schedule-list {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  list-style: none;
}
.schedule-section .schedule-item-header {
  padding: 16px 20px;
  background: #eef1f7;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  position: relative;
}
.schedule-section .schedule-item-header::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
.schedule-section .schedule-item-header.is-open::after {
  content: "-";
}
.schedule-section .accordion-content {
  display: none;
}
.schedule-section .schedule-item {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.schedule-section .schedule-item:last-child {
  border-bottom: none;
}
.schedule-section .schedule-item .sched-meta {
  margin-bottom: 5px;
  font-size: 14px;
}
.schedule-section .schedule-item .sched-meta .sched-date {
  margin-right: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  .schedule-section .schedule-item .sched-meta {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.schedule-section .schedule-item .sched-place {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (min-width: 640px) {
  .schedule-section .schedule-item .sched-place {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.schedule-section .schedule-item .sched-price {
  font-size: 14px;
  margin-bottom: 15px;
  color: #b51a28;
  font-weight: bold;
}
.schedule-section .schedule-item .sched-price .label {
  background: #666;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  margin-right: 5px;
}
@media only screen and (min-width: 640px) {
  .schedule-section .schedule-item .sched-price {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.schedule-section .schedule-item .sched-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.gallery-section {
  padding: 60px 0;
  text-align: center;
}
.gallery .gallery-section {
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 640px) {
  .gallery .gallery-section {
    padding: 60px 0;
  }
}
.gallery-section .section-desc {
  text-align: left;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.8;
}
.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 640px) {
  .gallery-section .gallery-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .gallery .gallery-section .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gallery-section .gallery-grid .gallery-item {
  background: #eee;
  aspect-ratio: 4/3;
}
.gallery-section .gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery-section .gallery-grid .gallery-item {
  aspect-ratio: 4/3;
}
.gallery-section .caption-right {
  text-align: right;
  font-size: 12px;
  color: #666;
  margin-bottom: 30px;
}
.gallery-section .btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.courses-section {
  padding: 40px 0;
  background: #f4f4f4;
}
.courses-section .course-card {
  background: #fff;
  padding: 0 0 30px 0;
  margin-bottom: 40px;
}
.courses-section .course-card .course-name {
  text-align: center;
  font-size: 18px;
  padding: 20px;
  margin: 0;
}
.courses-section .course-card .course-name span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
}
@media only screen and (min-width: 640px) {
  .courses-section .course-card .course-name {
    font-size: 24px;
    padding: 40px;
  }
  .courses-section .course-card .course-name span {
    font-size: 16px;
  }
}
.courses-section .course-card .course-img {
  width: 100%;
  height: auto;
  background: #ddd;
}
.courses-section .course-card .course-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 640px) {
  .courses-section .course-card .course-img {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .courses-section .course-card .course-img img {
    width: 50%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.courses-section .course-card .course-desc {
  padding: 20px;
  font-size: 14px;
  text-align: left;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .courses-section .course-card .course-desc {
    font-size: 16px;
    padding: 40px 56px;
  }
}
.courses-section .course-card .text-link-area {
  text-align: center;
}
.courses-section .course-card .text-link-area .text-link {
  color: #081F5C;
  text-decoration: underline;
  font-size: 14px;
  padding: 0 0 0 0.5em;
  transition: all 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.courses-section .course-card .text-link-area .text-link:hover {
  opacity: 0.8;
}
.courses-section .course-card .text-link-area .text-link::before {
  font-family: "Material Icons";
  content: "arrow_forward";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  font-size: 16px;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
  .courses-section .course-card .text-link-area .text-link {
    font-size: 16px;
  }
}
.courses-section .course-card .text-link-area .text-link::before {
  font-size: 18px;
}

.pro-event-section {
  padding: 60px 0;
}
.pro-event-section .pro-card {
  margin-bottom: 40px;
}
.pro-event-section .pro-card .pro-card-title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 640px) {
  .pro-event-section .pro-card .pro-card-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.pro-event-section .pro-card .pro-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 15px;
}
.pro-event-section .pro-card .pro-img-grid.single {
  grid-template-columns: 1fr;
}
.pro-event-section .pro-card .pro-img-grid img {
  width: 100%;
  background: #eee;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-event-section .pro-card .pro-desc {
  font-size: 14px;
}
@media only screen and (min-width: 640px) {
  .pro-event-section .pro-card .pro-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.pro-event-section .teaser-box {
  background: linear-gradient(180deg, #7CECBD 0%, #219F6B 100%);
  color: #fff;
  padding: 24px;
  text-align: center;
  border-radius: 8px;
}
.pro-event-section .teaser-box p {
  font-size: 20px;
  font-weight: bold;
}
.pro-event-section .teaser-box p span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

.entry-guide-section {
  padding: 40px 0;
  background: #f4f4f4;
}
.entry-guide-section .plain-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.entry-guide-section .text-block {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}
.entry-guide-section .text-block img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}
@media only screen and (min-width: 640px) {
  .entry-guide-section .text-block {
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
  }
  .entry-guide-section .text-block img {
    max-width: 50%;
    margin: 40px auto 40px 120px;
  }
}

.partners-section {
  padding: 40px 5% 26px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .partners-section {
    padding: 60px 0;
  }
}
.partners-section .partners-grid {
  gap: 8px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.partners-section .partners-grid .partner-logo {
  border: 1px solid #eee;
  background: #fff;
  aspect-ratio: 3/1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 8px);
}
.partners-section .partners-grid .partner-logo img {
  max-width: 80%;
}
@media only screen and (min-width: 640px) {
  .partners-section .partners-grid {
    width: 880px;
    margin: 0 auto;
  }
  .partners-section .partners-grid .partner-logo {
    width: calc(50% - 16px);
  }
  .partners-section .partners-grid .partner-logo:nth-last-child(-n+3) {
    width: calc(33.3333333333% - 16px);
  }
}
.partners-section .bottom-cta {
  padding: 0 20px;
}

.floating_banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.floating_banner li {
  list-style: none;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: -40px !important;
}
@media only screen and (min-width: 640px) {
  .floating_banner li {
    width: auto !important;
  }
}
.floating_banner li::marker {
  display: none;
}
.floating_banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  min-width: 240px;
}
.floating_banner .entry,
.floating_banner .line {
  min-height: 50px;
}
.floating_banner .line img {
  display: block;
  height: 50px;
  width: auto;
}
.floating_banner .entry {
  padding: 0 0 0 1.5em !important;
  max-height: 49px !important;
}
@media only screen and (min-width: 640px) {
  .floating_banner ul li:first-child {
    margin-left: 40px !important;
    text-align: center;
    max-width: 500px !important;
  }
}

#footer {
  background: #081F5C;
  color: #fff;
  padding: 20px 5%;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
#footer li {
  list-style: none;
}
#footer li::marker {
  display: none;
}
#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer img {
  width: 50% !important;
  height: auto;
}
@media only screen and (max-width: 640px) {
  #footer img {
    max-width: 50% !important;
  }
}
@media only screen and (min-width: 640px) {
  #footer img {
    max-width: 30%;
  }
}
@media only screen and (min-width: 640px) {
  #footer {
    padding: 40px 0 0;
  }
  #footer ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }
  #footer ul li {
    width: calc(25% - 16px);
  }
  #footer #footer_ft {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }
  #footer .copyright {
    display: block;
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=style.css.map */