<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-------------------------
  共通スタイル
-------------------------*/

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html body {
  font-size: 1.6rem;
  min-width: unset;
}

body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  overflow-x: hidden;
  color: #474747;
  line-height: 1.2;
}

/* #mymainback p,
#mymainback a,
#mymainback li {
  font-size: 1.6rem !important;
  line-height: normal;
} */

ol,
ul {
  list-style: none;
  padding-left: 0;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

#main_a {
  margin: 0;
  padding: 0;
}

.links_box a:hover img {
  opacity: 0.7;
  transition: 0.5s all;
  box-shadow: none;
}

#mymainback #main_a,
#main {
  margin: 0 !important;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

/* ページトップ */
#page_top {
  margin: 0;
}

/* ヘッダー */
#header {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

#main_header {
  margin: 0;
}

#header #main_header .h1box h1 {
  background: #001E55;
  color: #FFF;
  font-size: 4.2rem;
  text-align: center;
  padding: 3.6rem 1rem;
  text-shadow: none;
}

/* スライド */
.slide_news_wrap {
  display: flex;
  gap: 8rem;
  justify-content: center;
  max-width: 1490px;
  margin: 0 auto 8rem;
  align-items: center;
}

.slide_wrap {
  max-width: 640px;
  width: 100%;
  padding: 0 2rem;
}

.slide_wrap p {
  margin: 0;
}

span.p-main_prev.slick-arrow {
  position: absolute;
  top: calc(50% - 35px);
  left: -30px;
  z-index: 1;
  transform: translateY(-50%);
}

span.p-main_next.slick-arrow {
  position: absolute;
  top: calc(50% - 35px);
  right: -30px;
  z-index: 1;
  transform: translateY(-50%);
}

.slick-list.draggable {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.btn_box {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: center;
  margin-top: 2rem;
}

#tglBtn img {
  vertical-align: bottom;
}

.slick-dots li::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
}

.slick-dots li.slick-active::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #001E55;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.deaflympics-2025-slick .slick-arrow img {
  background-color: #FFF;
  border-radius: 48%;
}

/* カウントダウン */
.countdown_news_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  width: 100%;
}

#countdown {
  display: flex;
  font-size: 2.6rem !important;
  font-weight: 600;
  color: #001E55;
  align-items: flex-end;
  gap: 1rem;
}

#countdown p {
  margin: 0;
  font-size: 2.6rem !important;
}

#countdown&gt;p:first-child {
  text-align: right;
}

#countdown&gt;div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#countdown&gt;div&gt;div {
  display: flex;
  align-items: flex-end;
}

#countdown&gt;div&gt;div&gt;strong {
  font-size: 8rem;
  color: #725A21;
  line-height: 0.8;
}

/* お知らせ */
.countdown_news_wrap .list_type_a_list {
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

.countdown_news_wrap .list_type_a_title {
  background: none;
}

.countdown_news_wrap .list_type_a_title h2 {
  color: #725A21;
  font-size: 4rem;
  padding: 0;
  text-shadow: 2px 2px 3px rgb(0, 0, 0, 0.15);
  position: relative;
  margin: 0 0 0.5rem;
  float: none;
}

.countdown_news_wrap .list_type_a_title h2::before {
  content: "news";
  display: block;
  font-size: 2rem;
  color: #001E55;
  font-weight: 600;
  position: absolute;
  top: -20px;
  left: 0;
}

.countdown_news_wrap .list_ccc {
  background-color: #FFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 5rem 4rem;
  margin-bottom: 2rem;
  width: 100%;
}

.countdown_news_wrap .list_type_a_list .list_ccc ul {
  padding: 0;
}

.countdown_news_wrap .list_ccc .span_a {
  padding: 0;
  display: block;
  float: none;
  background: no-repeat;
  margin: 0;
  color: #505050;
  font-weight: 600;
}

.countdown_news_wrap .list_ccc .span_b a {
  color: #000;
  font-size: 1.8rem;
  text-decoration: none;
}

.countdown_news_wrap .list_ccc li {
  border-bottom: 1px dashed #436D7750;
  margin: 0;
  padding: 2rem 0;
  border-top: none;
}

.countdown_news_wrap .list_ccc li:nth-child(1) {
  padding-top: 0;
}

.countdown_news_wrap span.text_d {
  padding: 0;
  background: no-repeat;
}

.countdown_news_wrap span.text_d a {
  color: #001E55;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  padding: 2.5rem 8rem 2.5rem 4rem;
  border-radius: 8px;
  border: 1px solid #001E55;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
  display: block;
}

.countdown_news_wrap span.text_d a:after {
  content: "";
  width: 24px;
  height: 30px;
  background-image: url(/img/deaflympics-2025/right_arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.countdown_news_wrap .list_type_a_list .text_d2 {
  padding: 0;
  border: none;
}

/* ボタン */

.btn_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  gap: 4rem 2.5rem;
  position: relative;
  margin-bottom: 10rem;
  padding: 0 14rem;
  justify-content: center;
}

.btn_wrap:after {
  content: "";
  width: 112px;
  height: 163px;
  background-image: url(/img/deaflympics-2025/beko_img.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn_wrap a {
  width: 100%;
  max-width: 280px;
  min-height: 138px;
  font-size: 3rem;
  font-weight: 600;
  color: #001E55;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #001E55;
  border-bottom: 10px solid #E2021C;
  line-height: 1.2;
}

.btn_wrap a:nth-child(2) {
  border-bottom: 10px solid #02954F;
}

.btn_wrap a:nth-child(3) {
  border-bottom: 10px solid #F8DC0A;
}

.btn_wrap a:nth-child(4) {
  border-bottom: 10px solid #035DAB;
}

.btn_wrap a:nth-child(5) {
  border-bottom: 10px solid #035DAB;
}

.btn_wrap a:nth-child(6) {
  border-bottom: 10px solid #F8DC0A;
}

.btn_wrap a:nth-child(7) {
  border-bottom: 10px solid #02954F;
}

#main_body div.detail_free {
  margin: 0;
}

/* 大会概要 */
#main_body {
  background-color: #FFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto 12rem;
  padding: 5rem 5rem 5rem 10rem;
}

#main_body div.detail_free {
  overflow-y: scroll;
  padding-right: 5rem;
  max-height: 850px;
}

.h2box {
  margin-bottom: 4rem;
}

#main_a #main_body h2 {
  background-color: #001E55;
  color: #FFF;
  font-size: 3rem;
  background-image: none;
  padding: 1.5rem 2rem;
}

#main_a #main_body h3 {
  font-size: 2.4rem;
  color: #001E55;
  background: none;
  padding: 0 2rem;
  position: relative;
  line-height: 1.25;
  margin-bottom: 3rem;
}

#main_a #main_body h3::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #001E55;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#main_a .detail_free p {
  margin-bottom: 4rem;
}

#main_a #main_body h4 {
  background: #EEF2FB;
  background-image: none;
  padding: 0.4rem 2rem;
  font-size: 2rem;
  color: #001E55;
  margin-bottom: 2rem;
}

#main_a #main_body h5 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

#main_a #main_body h6 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

#main_body div.detail_free::-webkit-scrollbar {
  width: 16px;
  /* スクロールバーの幅 */
}

#main_body div.detail_free::-webkit-scrollbar-track {
  background-color: #001E55;
  /* 背景色 */
}

#main_body div.detail_free::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  /* つまみの色 */
  border-radius: 10px;
  /* つまみの角を丸くする */
}

#main_body div.detail_free::-webkit-scrollbar {
  width: 16px;
  /* スクロールバーの幅 */
}

#main_body div.detail_free::-webkit-scrollbar-track {
  background-color: #001E55;
  /* 背景色 */
}

#main_body div.detail_free::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  /* つまみの色 */
  border-top: 10px solid #001E55;
  border-left: 5px solid #001E55;
  border-right: 5px solid #001E55;
  border-bottom: 10px solid #001E55;
  border-radius: 0;
}

/* バナーエリア */
.bnr_wrap {
  padding-bottom: 20rem;
  padding-left: 10rem;
  padding-right: 10rem;
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
}

.bnr_wrap::after {
  content: "";
  width: 201px;
  height: 173px;
  background-image: url(/img/deaflympics-2025/kibitan_img.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: 10px;
}

.free_box2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.free_box2 p {
  margin: 0;
}

.free_box2 p a {
  display: block;
}

.free_box2 p img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  vertical-align: bottom;
}

/* フッター */
#footer {
  margin: 0;
  background-image: none;
  background-color: #001E55;
  color: #FFF;
  padding: 3rem 2rem 8rem;
  display: flex;
  gap: 20rem;
  position: relative;
  align-items: center;
  justify-content: center;
}

.footer_right {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer_right&gt;div:nth-of-type(1) {
  font-weight: 600;
}

#footer .footer_left a {
  color: #001E55;
  background-color: #FFF;
  padding: 2.5rem 7rem 2.5rem 4rem;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.8rem;
  position: relative;
}

#footer .footer_left a:after {
  content: "";
  width: 24px;
  height: 30px;
  background-image: url(/img/deaflympics-2025/right_arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

#footer a.page-top {
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  top: 30px;
  right: 80px;
}

#footer a.page-top::after {
  content: "";
  width: 30px;
  height: 24px;
  background-image: url(/img/deaflympics-2025/page_top.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
}

.copyright {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
}

/*-------------------------
  レスポンシブ
-------------------------*/

body p,
body li,
body .no_data {
  font-size: 1.6rem !important;
}

#viewSwitch {
  display: none;
}

.deaflympics-2025-slick {
  margin: 0;
}

@media (max-width: 1200px) {
  .countdown_news_wrap {
    gap: 3rem;
    align-items: center;
    margin-top: 3rem;
  }

  #countdown {
    order: 1;
  }

  .slide_wrap {
    order: 2;
  }

  .countdown_news_wrap .list_type_a_list {
    order: 3;
  }

  #mymainback #main_a {
    padding: 0 1rem;
  }
}

@media all and (max-width: 910px) {
  #header {
    margin-top: 1rem;
  }

  #header #main_header .h1box h1 {
    font-size: 2.5rem;
    padding: 1rem;
  }

  .slide_news_wrap {
    margin: 0 auto 6rem;
  }

  .btn_wrap {
    padding: 0 0 10rem;
    gap: 1.5rem 1rem;
    margin-bottom: 3rem;
  }

  .btn_wrap:after {
    width: 56px;
    height: 81px;
    background-size: contain;
    right: 20px;
  }

  .btn_wrap a {
    font-size: 1.8rem;
    max-width: 170px;
    min-height: 80px;
    border-bottom-width: 6px !important;
  }

  #footer {
    gap: 4rem;
    padding: 9rem 1rem;
    flex-direction: column;
  }

  #main_body {
    padding: 3rem 1rem 3rem 1rem;
    margin-bottom: 7rem;
  }

  #main_body div.detail_free {
    padding-right: 1rem;
  }

  .bnr_wrap {
    padding: 0 0 13rem 0;
  }

  .free_box2 {
    gap: 1rem;
  }

  .free_box2 p img {
    width: 170px !important;
  }

  .bnr_wrap::after {
    width: 127px;
    height: 109px;
    background-size: contain;
    bottom: -20px;
  }

  .copyright {
    width: 100%;
    text-align: center;
  }
}

@media all and (max-width: 670px) {
  .btn_box .slick-dots {
    gap: 2rem;
  }

  .btn_box .slick-dots li {
    width: 8px;
    height: 8px;
  }

  .btn_box .slick-dots li::after,
  .btn_box .slick-dots li.slick-active::after {
    width: 20px;
    height: 20px;
  }

  #countdown p {
    font-size: 1.8rem !important;
  }

  #tglBtn img {
    width: 30px;
  }

  .btn_box {
    gap: 2rem;
  }

  .countdown_news_wrap .list_ccc {
    padding: 3rem 2rem;
  }

  #footer a.page-top {
    top: 20px;
    right: 60px;
  }

  #main_a #main_body h2 {
    font-size: 2.6rem;
  }

  #main_a #main_body h3 {
    font-size: 2.2rem;
  }

  #main_body div.detail_free {
    max-height: 500px;
  }
}

@media all and (max-width: 374px) {
  .btn_wrap a {
    max-width: 140px;
  }

  .free_box2 p img {
    width: 140px !important;
  }
}</pre></body></html>