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

/*　リセットCSS（共通）
--------------------------------------------- */
* { 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333333;
  word-wrap: break-word;
}
a,
a img {
  text-decoration : none;
  color: #333333;
  border: none;
  outline: none;
  transition: 0.6s;
  -ms-transition: none;
  }
a:hover,
a img:hover {
  opacity: 0.6;
  transition: 0.6s;
  -ms-transition: none;
}
@supports (-ms-ime-align:auto) {
  a,
  a img {
    transition: none;
  }
  a:hover,
  a img:hover {
    transition: none;
  }
}
a[href^="tel:"] { cursor: default; }
ul, ol {
  list-style : none;
  margin: 0;
  padding: 0;
}
hr {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc; 
}

/*　基本設定（共通）
--------------------------------------------- */
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size : 16px;
  line-height: 1.75em;
  text-align: center;
  color: #333333;
  background: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size-adjust: none;
  -webkit-font-size-adjust: none;
  position: relative;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  background-color: #ffffff;
}
@media print, screen and (min-width : 767px) {
  body {
    min-width: 1100px;
  }
}
@media screen and (max-width : 767px) {
  html {
    font-size: 4vw;
  }
}
main { display: block; }
section {
  margin: 0;
}
img {
  line-height: 0;
}


/*　基本設定 - フロート（共通）
--------------------------------------------- */

/* float */
.fl_l { float: left; }
.fl_r { float: right; }
.cle { clear: both; }

/* clearfix */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* block */
.bloc { display: block; }

@media print, screen and (min-width : 767px) {
  .brsmp { display: none !important; }
  .pcoff { display: none !important; }
}

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


/*　h 見出し
--------------------------------------------- */
h1 { font-size: 1.8rem; }
h2 { font-size: 1.3rem; }


/*　header
--------------------------------------------- */
header {
  color: #ffffff;
  background: rgba(00,00,00,0.9);
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 100;
}
header.is-animation {
  position: fixed;
  background: rgba(00,00,00,0.85);
  z-index: 100;
}

/* nav */
header nav ul {
  width: 96%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  line-height: 0;
}
@media print, screen and (min-width : 767px) {
  header nav ul li {
    font-size: 0.9rem;
    position: relative;
    border-bottom: 5px solid rgba(00,00,00,0);
    display: flex;
    align-items: center;
  }
}
header nav ul li:after {
  content: "";
  height: 50%;
  border-right: 1px solid #555555;
  position: absolute;
  top: 25%;
  right: 0;
}
header nav ul li:first-child:after,
header nav ul li:last-child:after {
  border-right: 0;
}
header nav ul li:first-child {
  margin-right: auto;
  border-bottom: 0;
}

/* hover */
header nav ul li a {
  color: #ffffff;
  display: block;
  padding: 1.75rem 0.75rem;
  box-sizing: border-box;
}
@media print, screen and (min-width : 767px) {
  header nav ul li:hover {
    border-bottom: 5px solid #666666;
  }
  header nav ul li:first-child:hover {
    border-bottom: 0;
    opacity: 0.6;
  }
  .body_top header nav ul li:nth-of-type(2),
  .body_news header nav ul li:nth-of-type(3),
  .body_schedule header nav ul li:nth-of-type(4),
  .body_about header nav ul li:last-child {
    border-bottom: 5px solid #2A81C7;
  }
}

/* ロゴ */
header nav ul li h1 a {
  text-align: left;
  display: flex;
  padding: 0.5rem;
  align-items: center;
  height: 100%;
}
header h1 a img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 12%;
  min-width: 70px;
}
header h1 a img:nth-of-type(2) {
  width: 70%;
  margin-left: 24%;
}
header h1 a:hover {
  opacity: 1;
}
header h1 a span {
  color: #ffffff;
}
@media screen and (max-width : 767px) {
  header {
    padding: 0.5rem 0;
    box-sizing: border-box;
  }
  header h1 {
    margin-right: auto;
    line-height: 0;
  }
  header h1 a img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 15.5vw;
    max-width: 80px;
    min-width: initial;
  }
  header h1 a img:nth-of-type(2) {
    width: 50vw;
    margin-left: 17vw;
  }
}

#nav_toggle{
  display: none;
}

/*メニュー部分*/
@media screen and (max-width : 767px) {
  .inner {
    display: flex;
    align-items: center;
  }
  nav{
    display:none;
    position: absolute;
    top:0;
    width: 100%;
    height: 100vh;
    background: rgba(00,00,00,0.85);
    left: 0;
    
  }
  header nav ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 90%;
    margin: auto;
    padding-top: 10vh;
  }
  header nav ul li{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px dotted #666666;
  }
  header nav ul li a{
    display: block; 
    color: #ffffff;
    font-size: 5vw;
    padding: 2rem 0;
  }

  /*開閉ボタン*/
  #nav_toggle{
    display: block;
    width: 12vw;
    height: 10vw;
    position: relative;
    top: 0;
    right: 2vw;
    z-index: 100;
    background: #2A81C7;
    padding: 0.5rem;
    border-radius: 0.25rem;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span{
    display: block;
    height: 3px;
    background: #fff;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; 
  }
  #nav_toggle span:nth-child(1){
    top:0px;
  }
  #nav_toggle span:nth-child(2){
    top:6px;
  }
  #nav_toggle span:nth-child(3){
    top:12px;
    position: relative;
  }
  #nav_toggle span:nth-child(3):after {
    content: "MENU";
    color: #ffffff;
    font-size: 2vw;
    font-weight: bold;
    position: absolute;
    top: -0.25em;
    left: 50%;
    margin-left: -1rem;
    display: block;
    text-align: center;
    width: 100%;
  }
  .open #nav_toggle span:nth-child(3):after {
    content: none;
  }
  
  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
      top: 9px;
       -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    .open #nav_toggle span:nth-child(2) {
      width: 0;
      left: 50%;
    }
    .open #nav_toggle span:nth-child(3) {
      top: 9px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
}


/*　footer
--------------------------------------------- */
footer {
  color: #cccccc;
  background: #000000;
  margin-top: 8%;
}
footer h1 {
  padding: 2rem 0 1.5rem 0;
  width: 20%;
  margin: 0 auto;
}
footer h1 a {
  display: block;
}
footer h1 a img {
  width: 100%;
  height: auto;
}
footer ul {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0 auto 2rem auto;
  padding-top: 0.5rem;
  border-top: 1px solid #444444;
}
footer ul li {
  color: #cccccc;
  padding: 0 0.5rem;
  font-size: 1.1vw;
  position: relative;
}
footer ul li:after {
  content: "";
  height: 50%;
  border-right: 1px solid #555555;
  position: absolute;
  top: 25%;
  right: 0;
}
footer ul li:last-child,
footer ul li:last-child:after {
  border-right: 0;
}
footer small {
  display: block;
  color: #ffffff;
  background: #2A81C7;
  padding: 0.25rem;
}
@media screen and (max-width : 767px) {
  footer {
    margin-top: 10vh;
  }
  footer h1 {
    width: 55vw;
    padding: 1.5rem 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  footer small {
    font-size: 2vw;
  }
}



/*　Page Top Button
--------------------------------------------- */
/* パソコン・スマホ共通のCSS */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    right: 3%; /*右からのボタンの配置場所を指定*/
    z-index: 100;
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 5%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
}

/* パソコンで表示する場合のCSS */
@media (min-width: 768px) {
  #PageTopBtn {
      font-size: 13px; /*文字のサイズ*/
  }
  #PageTopBtn a {
      width: 100px; /*ボタンの幅*/
      height: 70px; /*ボタンの高さ*/
      padding: 24px 0; /*文字の配置場所の調整*/
  }
}

/* スマホで表示する場合のCSS */
@media (max-width: 767px) {
  #PageTopBtn {
    font-size: 10px;
    width: 10vw;
    right: 10vw; /*右からのボタンの配置場所を指定*/
  }
  #PageTopBtn a {
    width: 70px;
    height: 50px;
    padding: 17px 0;
  }
  #PageTopBtn a img {
    width: 100%;
  }
}


/*　common
--------------------------------------------- */
p.p_link {
  display: inline-block;
}
p.p_link a {
  display: block;
  color: #ffffff;
  background: #333333;
  padding: 1rem 6rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  p.p_link {
    width: 90%;
    margin: 1rem auto;
  }
  p.p_link a {
    padding: 1rem;
  }
}

/* Newマーク */
.new:before {
  content: "New";
  position: absolute;
  top: -1rem;
  right: -1.5rem;
  color: #ffffff;
  background: #e50012;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*　トップ &gt; sec_slide
--------------------------------------------- */
.sec_slide {
  border-bottom: 10px solid #2A81C7;
  line-height: 0;
  margin: 0;
  padding: 0;
  background: #000000;
  position: relative;
}
.sec_slide img {
  width: 100%;
}
.swiper-container {
  width: 100%;
}

/* youtube */
.youtube {
  width: 25%;
  line-height: 1rem;
  color: #ffffff;
  background: #000000;
  padding: 1rem;
  box-sizing: border-box;
  position: absolute;
  right: 2%;
  bottom: -7%;
  z-index: 2;
  text-align: left;
}
.youtube h2 {
  color: #ffffff;
  font-size: 1.3rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #666666;
}
.youtube p {
  color: #ffffff;
}
.youtube iframe {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.youtube figure {
  position: absolute;
  width: 16%;
  right: -10px;
  bottom: 10px;
}
.youtube figure img {
  width: 100%;
}
@media screen and (max-width : 767px) {
  .sec_slide {
    border-bottom: 0;
  }
  div.swiper-container {
    border-bottom: 10px solid #2A81C7;
  }
  .youtube {
    width: 84%;
    margin: 0 auto;
    padding: 2rem 0;
    box-sizing: border-box;
    position: static;
    text-align: left;
  }
  .youtube figure {
    position: absolute;
    width: 14vw;
    right: 2vw;
    bottom: 10px;
  }
}


/*　トップ &gt; sec_slide
--------------------------------------------- */
.sec_top-news {
  padding: 5% 0 7% 0;
}
.sec_top-news h1 {
  font-size: 1.8rem;
  line-height: 1.2em;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  background-image: url(img/common-back.svg);
  background-repeat: no-repeat;
  background-position: top left 40%;
  background-size: 34%;
}
.sec_top-news h1 span {
  font-size: 0.9rem;
  line-height: 1em;
  color: #bbbbbb;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 2rem;
}
.sec_top-news h1 span:before {
  content: "\A" ;
  white-space: pre ;
}
.sec_top-news h1 span:after {
  content: "";
  width: 60px;
  height: 6px;
  background: #2A81C7;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}
.sec_top-news &gt; div {
  width: 75%;
  max-width: 1000px;
  margin: 0 auto 3rem auto;
  border: 1px solid #cccccc;
  display: flex;
  position: relative;
}
.sec_top-news &gt; div:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #2A81C7;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
  position: absolute;
  right: -2px;
  bottom: -7px;
}
.sec_top-news &gt; div figure {
  width: 47%;
  box-sizing: border-box;
  line-height: 0;
}
.sec_top-news &gt; div figure img {
  width: 100%;
  line-height: 0;
}
.sec_top-news &gt; div &gt; div {
  width: 53%;
  text-align: left;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
}
.sec_top-news &gt; div &gt; div h2 {
  width: 100%;
  font-size: 1.2rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.sec_top-news &gt; div &gt; div dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sec_top-news &gt; div &gt; div dl dt {
  color: #ffffff;
  background: #2A81C7;
  width: 20%;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0.25rem;
}
.sec_top-news &gt; div &gt; div dl dd {
  width: 80%;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
  box-sizing: border-box;
}
.sec_top-news &gt; div &gt; div .p_link {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
}
.sec_top-news &gt; div &gt; div .p_link a {
  padding: 1rem 0;
}
@media screen and (max-width : 767px) {
  .sec_top-news { padding: 5vh 5vw; }
  .sec_top-news h1 {
    font-size: 5vw;
    padding: 1rem 0;
    background-size: 80%;
  }
  .sec_top-news &gt; div {
    width: 90%;
    margin: 0 auto 1rem auto;
    border: 1px solid #cccccc;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .sec_top-news &gt; div figure {
    width: 100%;
  }
  .sec_top-news &gt; div &gt; div {
    width: 100%;
    padding: 1rem;
  }
  .sec_top-news &gt; div &gt; div h2 {
    font-size: 4.5vw;
    margin-bottom: 0.5rem;
  }
}


/*　トップ &gt; sec_schedule
--------------------------------------------- */
.sec_schedule {
  padding: 6% 0;
  color: #ffffff;
  background: #000000;
  background-image: url(img/back.jpg);
  background-repeat: no-repeat;
  background-position: top 100% center;
  background-size: cover;
}
.sec_schedule h1 {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.sec_schedule h1 span {
  font-size: 0.9rem;
  line-height: 1em;
  color: #bbbbbb;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 2rem;
}
.sec_schedule h1 span:before {
  content: "\A" ;
  white-space: pre ;
}
.sec_schedule h1 span:after {
  content: "";
  width: 60px;
  height: 6px;
  background: #2A81C7;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}
.sec_schedule &gt; div {
  background: #ffffff;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 1rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
}
.sec_schedule &gt; div h2 {
  font-size: 1.5rem;
  color: #2A81C7;
}
dl.dl_schedule {
  display: flex;
  margin: 2rem;
  box-sizing: border-box;
  flex-wrap: wrap;
  text-align: left;
  background: rgba(255,255,255,0.8);
  z-index: 1;
  position: relative;
}
dl.dl_schedule dt {
  width: 9%;
  padding: 0.5rem;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}
dl.dl_schedule dt .sche_end {
  color: #ffffff;
  background: #aaaaaa;
  padding: 0.5rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
}
dl.dl_schedule dt .sche_future {
  color: #ffffff;
  background: #2A81C7;
  padding: 0.5rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
}
dl.dl_schedule dd {
  width: 91%;
  padding: 0.5rem;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
}
dl.dl_schedule dd .span_date {
  width: 17%;
}
dl.dl_schedule dd .span_title {
  width: 83%;
}
dl.dl_schedule dd .download {
  width: 83%;
  margin-left: 17%;
  margin-top: 0.25rem;
}
dl.dl_schedule dd .download a {
  display: inline-block;
  color: #ffffff;
  background: #2A81C7;
  padding: 0.25rem 1.5em;
  border-radius: 2rem;
  text-align: center;
}
@media screen and (max-width : 767px) {
  .sec_schedule { padding: 5vh 5vw; }
  .sec_schedule h1 {
    font-size: 5vw;
    padding: 1rem 0;
    margin-bottom: 0;
  }
  dl.dl_schedule {
    flex-direction: column;
    margin: 2rem 0 1rem 0;
  }
  dl.dl_schedule dt {
    width: 100%;
    display: block;
    border-bottom: 0;
    padding: 0;
  }
  dl.dl_schedule dt span {
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 1em;
  }
  dl.dl_schedule dd {
    width: 100%;
    flex-direction: column;
    border-bottom: 0;
  }
  dl.dl_schedule dd .span_date,
  dl.dl_schedule dd .span_title {
    display: block;
    width: 100%;
  }
  dl.dl_schedule dd .download {
    width: 90%;
    margin: 0.25rem auto 0.5rem auto;
  }
  dl.dl_schedule dd .download a {
    display: block;
  }
  dl.dl_schedule dd .span_date {
    border-bottom: 2px dotted #cccccc;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
  }
  dl.dl_schedule dd .span_date:before {
    content: "●";
    margin-right: 0.25rem;
  }
}


/*　トップ &gt; sec_about
--------------------------------------------- */
.sec_about {
  padding: 6% 0;
}
.sec_about h1 {
  font-size: 1.8rem;
  line-height: 1.2em;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  background-image: url(img/common-back.svg);
  background-repeat: no-repeat;
  background-position: top left 40%;
  background-size: 34%;
}
.sec_about h1 span {
  font-size: 0.9rem;
  line-height: 1em;
  color: #bbbbbb;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 2rem;
}
.sec_about h1 span:before {
  content: "\A" ;
  white-space: pre ;
}
.sec_about h1 span:after {
  content: "";
  width: 60px;
  height: 6px;
  background: #2A81C7;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}
.sec_about h2 {
  font-size: 1.3rem;
  margin-bottom: 1em;
}
.sec_about iframe {
  width: 80% !important;
  margin: 0 auto 3rem auto;
  border: 0 !important;
  box-shadow: 0 !important;
}
@media screen and (max-width : 767px) {
  .sec_about { padding: 5vh 5vw; }
  .sec_about h1 {
    font-size: 5vw;
    padding: 1rem 0;
    margin-bottom: 0;
    background-size: 80%;
  }
}


/*　ページ &gt; sec_page 共通
--------------------------------------------- */
.sec_page h1 {
  color: #ffffff;
  background: rgba(00,00,00,0.9);
  font-size: 1.8rem;
  line-height: 1.2em;
  margin-bottom: 0.5rem;
  padding: 2em 0 1em 0;
  display: flex;
  flex-direction: column;
  background-image: url(img/h1-back.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
}
.sec_page h1 span {
  font-size: 0.9rem;
  line-height: 1em;
  color: #bbbbbb;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 2rem;
}
.sec_page h1 span:before {
  content: "\A" ;
  white-space: pre ;
}
.sec_page h1 span:after {
  content: "";
  width: 60px;
  height: 6px;
  background: #2A81C7;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}
.wrapper {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.sec_page .wrapper &gt; h2 {
  position: relative;
  display: flex;
  align-items: center;
}
.sec_page .wrapper &gt; h2 span {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  color: #2A81C7;
  border-bottom: 5px solid #2A81C7;
  padding-bottom: 0.25em;
  margin-top: 4rem;
  margin-bottom: 0.75em;
  z-index: 1;
}
.sec_page .wrapper &gt; h2:after {
  content: url(img/common-back.svg);
  position: absolute;
  top: 0 ;
  right: -2rem;
  z-index: 0;
}
.sec_page .wrapper &gt; h2:first-child {
  margin-top: 0;
  line-height: 1.5em;
}
@media screen and (max-width : 767px) {
  .sec_page h1 {
    padding: 6vw 0 1vw 0;
    font-size: 6vw;
  }
  .sec_page h1 span {
    padding-bottom: 2em;
  }
  .sec_page .wrapper &gt; h2 {
    margin-top: 3rem;
  }
  .sec_page .wrapper &gt; h2 span {
    margin-top: 2rem;
  }
}


/*　ページ &gt; sec_page 協会概要
--------------------------------------------- */

/* 福島県ボウリング場協会 概要 */
.div_about {
  display: flex;
  align-items: center;
}
.div_about div {
  width: 60%;
  box-sizing: border-box;
}
.div_about figure {
  width: 35%;
  margin-left: 5%;
}
.div_about figure img {
  width: 100%;
}

.div_about h3 {
  margin-top: 2rem;
  color: #ffffff;
  background: #2A81C7;
  width: 100%;
  color: #ffffff;
  padding: 0.5rem;
  font-weight: normal;
}

.sec_page .dl_about {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #cccccc;
  border-top: 0;
  border-bottom: 0;
}
.sec_page .dl_about dt {
  width: 20%;
  background: #efefef;
  padding: 0.5rem;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}
.sec_page .dl_about dd {
  width: 80%;
  padding: 0.5rem;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width : 767px) {
  .div_about {
    display: initial;
  }
  .div_about div {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1rem;
  }
  .div_about figure {
    width: 90%;
    margin: 0 auto;
  }
}

/* センター一覧 */
.ul_center {
  display: flex;
  flex-wrap: wrap;
}
.ul_center li {
  background: rgba(255,255,255,0.8);
  z-index: 1;
  border: 2px solid #cccccc;
  border-radius: 0.5rem;
  width: 48%;
  margin: 1%;
  padding: 0.5rem 0;
  box-sizing: border-box;
}
.ul_center li h3 {
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  width: 96%;
  margin: 0 auto;
  padding-bottom: 0.25rem;
}
.ul_center li h3:before {
  content: "●";
  color: #2A81C7;
  margin-right: 0.25rem;
}
.ul_center li dl {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 0.5rem auto;
}
.ul_center li dl dt {
  width: 15%;
  box-sizing: border-box;
  padding: 0.25rem;
  font-size: 0.9rem;
}
.ul_center li dl dt span {
  color: #ffffff;
  background: #2A81C7;
  display: block;
  width: 100%;
  padding: 0 0.25rem;
  text-align: center;
  border-radius: 0.25rem;
}
.ul_center li dl dd {
  width: 85%;
  box-sizing: border-box;
  padding: 0.25rem 0;
  font-size: 0.9rem;
}
.ul_center li dl dd a {
  color: #2A81C7;
  font-weight: bold;
}
.ul_center li dl dd a[href^="tel:"] { 
  font-weight: normal;
  color: #333333; 
}
@media screen and (max-width : 767px) {
  .ul_center {
    display: initial;
    position: relative;
  }
  .ul_center li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .ul_center li dl {
    flex-direction: column;
  }
  .ul_center li dl dt {
    width: 100%;
    font-size: 4vw;
    text-align: center;
  }
  .ul_center li dl dd {
    width: 100%;
    font-size: 4vw;
    text-align: center;
    margin-bottom: 0.25rem;
  }
  .ul_center li dl dd:nth-of-type(2) a,
  .ul_center li dl dd:nth-of-type(3) a {
    color: #333333;
    text-decoration: none;
    font-weight: normal;
  }
}

/* 関連リンク */
.ul_link {
  display: flex;
  flex-wrap: wrap;
}
.ul_link li {
  width: 48%;
  margin: 0 1%;
  background: rgba(255,255,255,0.8);
  z-index: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.ul_link li:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 3px #2A81C7;
  border-right: solid 3px #2A81C7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
}
.ul_link li a {
  display: block;
  width: 100%;
  padding: 0.5rem 1%;
  box-sizing: border-box;
  border-bottom: 2px solid #cccccc;
}
@media screen and (max-width : 767px) {
  .ul_link {
    display: flex;
    flex-direction: column;
  }
  .ul_link li {
    width: 100%;
  }
  .ul_link li:after {
    right: 2.5vw;
  }
}


/*　ページ &gt; sec_page 大会結果・イベントレポート
--------------------------------------------- */

@media (min-width: 768px) {
  /* レイアウト */
  div.news_wrapper {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    display: flex;
  }
  ul.news_sidebar {
    width: 12%;
    margin-top: 4rem;
    margin-right: 3%;
  }
  body.body_news .wrapper {
    width: 85%;
  }
  /* サイドバー */
  ul.news_sidebar li {
    margin-bottom: 1rem;
    text-align: center;
  }
  ul.news_sidebar li a {
    display: block;
    padding: 1rem;
    box-sizing: border-box;
    background: #efefef;
    border-radius: 0.25rem;
    font-size: 1.1rem;
    font-weight: bold;
  }
}
@media screen and (max-width : 767px) {
  ul.news_sidebar {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 2rem auto 0 auto;
  }
  ul.news_sidebar li {
    width: 23%;
    margin: 1%;
  }
  ul.news_sidebar li a {
    display: block;
    padding: 0.75rem 0;
    border-radius: 0.25rem;
    background: #efefef;
  }
}

/* 毎年追加していく */
.body_news_now li.li_now a,
.body_news_2028 li.li_2028 a,
.body_news_2027 li.li_2027 a,
.body_news_2026 li.li_2026 a,
.body_news_2025 li.li_2025 a,
.body_news_2024 li.li_2024 a,
.body_news_2023 li.li_2023 a,
.body_news_2022 li.li_2022 a,
.body_news_2021 li.li_2021 a,
.body_news_2020 li.li_2020 a,
.body_news_2019 li.li_2019 a,
.body_news_2018 li.li_2018 a {
  color: #ffffff;
  background: #2A81C7;
  position:relative;
}

@media (min-width: 768px) {
  .body_news_now li.li_now a:after,
  .body_news_2028 li.li_2028 a:after,
  .body_news_2027 li.li_2027 a:after,
  .body_news_2026 li.li_2026 a:after,
  .body_news_2025 li.li_2025 a:after,
  .body_news_2024 li.li_2024 a:after,
  .body_news_2023 li.li_2023 a:after,
  .body_news_2022 li.li_2022 a:after,
  .body_news_2021 li.li_2021 a:after,
  .body_news_2020 li.li_2020 a:after,
  .body_news_2019 li.li_2019 a:after,
  .body_news_2018 li.li_2018 a:after {
    content: "";
    display: block;
    top: 50%;
    right: -9px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left-color: #2A81C7;
    border-right-width: 0;
    position: absolute;
    width: 0;
  }
}


/* 大会結果 ひとまとまり */
.div_news {
  width: 80%;
  margin: 2rem auto;
  border: 2px solid #cccccc;
  border-radius: 0.5rem;
  padding: 1rem;
  box-sizing: border-box;
  background: rgba(255,255,255,0.8);
  z-index: 1;
  position: relative;
}
.div_news &gt; h3 {
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  width: 96%;
  margin: 0 auto;
  padding-bottom: 0.25rem;
}
.div_news &gt; h3:before {
  content: "●";
  color: #2A81C7;
  margin-right: 0.25rem;
}
@media screen and (max-width : 767px) {
  .div_news {
    width: 100%;
  }
  /* Newマーク */
  .news_wrapper .new:before {
    content: "New";
    position: absolute;
    top: -1rem;
    right: -1.5rem;
    color: #ffffff;
    background: #e50012;
    width: 13vw;
    height: 13vw;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


/* 開催日時・会場 */
.div_news dl {
  display: flex;
  width: 96%;
  margin: 0.5rem auto;
}
.div_news dl dt {
  box-sizing: border-box;
  padding: 0.25rem;
}
.div_news dl dt span {
  color: #ffffff;
  background: #2A81C7;
  display: block;
  width: 100%;
  padding: 0 0.25rem;
  text-align: center;
  border-radius: 0.25rem;
}
.div_news dl dd {
  box-sizing: border-box;
  padding: 0.25rem 0;
}
.div_news dl dd a {
  color: #2A81C7;
  font-weight: bold;
}
@media screen and (max-width : 767px) {
  .div_news dl {
    flex-direction: column;
    width: 100%;
    margin: 0.5rem auto;
  }
  .div_news dl dt {
    text-align: center;
  }
  .div_news dl dd {
    text-align: center;
  }
}


/* 大会写真 */
.div_news figure {
  width: 80%;
  margin: 1rem auto;
}
.div_news figure img {
  width: 100%;
}

/* bxslider */
 #news_slider {
  width: 80%;
  margin: 1rem auto 0.5em auto;
}
 #news_slider img {
  width: 100%;
}
.bg_img + div {
  display: flex;
  flex-wrap: wrap;
}
.bg_img + div a {
  display: block;
  width: 24%;
  margin: 0.5%;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.bg_img + div a img {  
  width: 100%;
}  
.bx-wrapper {
  margin-bottom: 0.5rem !important;
  box-shadow: none !important;
  border: 0 !important;
}
@media screen and (max-width : 767px) {
  .div_news figure {
    width: 100%;
    margin: 1rem auto;
  }
   #news_slider {
    width: 100%;
    margin: 1rem auto 0.5em auto;
  }
  .bx-wrapper {
    margin-bottom: 0.25rem !important;
  }
}


/* スコア表 */
.div_news table {
  width: 90%;
  margin: 0 auto 1.5rem auto;
  border-collapse: collapse;
  border-spacing: 0;
  background: rgba(255,255,255,0.8);
  z-index: 1;
  line-height: 1.5em;
}
.div_news table thead tr th {
  color: #ffffff;
  background: #2A81C7;
  border: 1px solid #2A81C7;
  border-right: 1px solid #ffffff;
  text-align: center;
  font-weight: normal;
  padding: 0.25rem;
}
.div_news table thead tr th:last-child {
  border-right: 1px solid #2A81C7;
}
.div_news table tbody tr td:nth-of-type(1) {
  background: #efefef;
  text-align: center;
  padding: 0.25rem 0.5rem;
}
.div_news table tbody tr td {
  padding: 0.25rem 0.5rem;
  border: 1px solid #cccccc;
}
.div_news table tbody tr td span {
  color: #2A81C7;
  font-weight: bold;
}
.div_news h4 {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width : 767px) {
  .div_news table {
    width: 100%;
  }
  .div_news table thead {
    display: none;
  }
  .div_news table tbody tr {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .div_news table tbody tr td:nth-of-type(1) {
    color: #ffffff;
    background: #2A81C7;
    border: 1px solid #2A81C7;
  }
  .div_news table tbody tr td:nth-of-type(2) {
    border-top: 0;
    border-bottom: 0;
  }
  .div_news table tbody tr td:nth-of-type(3) {
    border-top: 0;
    background: #efefef;
    border-bottom: 0;
  }
  .div_news table tbody tr td:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .news_slider {
    width: 100%;
  }
  .thumbnails {
    width: 100%;
  }
  .div_news h4 {
    width: 100%;
  }
}

.div_news p {
  width: 96%;
  margin: 1rem auto;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 0.9rem;
  line-height: 1.75em;
  background: #efefef;
  border-radius: 0.5rem;
}
@media screen and (max-width : 767px) {
  .div_news p {
    font-size: 4vw;
    line-height: 1.75em;
  }
}


/*　イベントバナー
--------------------------------------------- */
.div_event {
    color: #ffffff;
    background: #920d24;
    width: 80%;
    margin: 2rem auto 3rem auto;
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
}
.div_event a {
  display: block;
}
.div_event h3 {
  color: #fcef34;
  border-bottom: 1px dotted #ffffff;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  text-align: center;
}
.div_event p {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.5em;
}
.div_event p span {
  display: block;
  color: #920d24;
  background: #ffffff;
  padding: 0.5rem;
  margin: 1rem 0.5rem 0.5rem 0.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 0.25rem;
}
@media screen and (max-width : 767px) {
  .div_event {
    width: 100%;
    margin: 2rem auto 3rem auto;
  }
  .div_event p {
    text-align: left;
  }
}



/*　コロナ　*/
/*.corona {
  color: #ffffff !important;
  background-color: #e50012 !important;
  padding: 1rem !important;
  text-align: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  flex-direction: column;
}
.corona:after {
  content: none !important;
}
.corona span {
  display: block;
  border-top: 1px solid #ffffff;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  color: #ffffff;
}*/
.corona {
  border: 2px solid #333333 !important;
  padding: 2rem !important;
  text-align: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  flex-direction: column;
  margin-top: 4rem !important;
}
.corona p:nth-of-type(1) {
  color: #333333 !important;
}
/*.corona p:nth-of-type(1) {
  color: #e50012 !important;
  border-bottom: 2px solid #e50012;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}*/
.corona:after {
  content: none !important;
}
.corona p:nth-of-type(2) {
  font-size: 1rem;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  padding: 0.5rem;
  color: #ffffff;
  background-color: #2A81C7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.corona p:nth-of-type(2) span {
  color: #ffffff;
}
.corona dl {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  text-align: left;
  border: 1px solid #cccccc;
  border-bottom: 0;
}

.corona dl dt {
  width: 40%;
  padding: 0.5rem;
  border-bottom: 1px solid #cccccc;
  background-color: #efefef;
}
.corona dl dd {
  width: 60%;
  padding: 0.5rem;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width : 767px) {
  .corona {
    text-align: left;
    padding: 1rem !important;
    margin-top: 2rem !important;
  }
  .corona p:nth-of-type(1) {
    text-align: left;
  }
  .corona p:nth-of-type(2) {
    width: 100%;
    flex-direction: column;
  }
  .corona dl {
    width: 100%;
    flex-direction: column;
    border-bottom: 1px solid #cccccc;
  }
  .corona dl dt {
    width: 100%;
    border-bottom: 0;
  }
  .corona dl dd {
    width: 100%;
    border-bottom: 0;
  }
}


/* スペシャルニュース 2021.6掲載 */
.sec_top-news &gt; div.special-news {
  position: relative;
  z-index: 1;
  width: initial !important;
  max-width: initial !important;
  margin: initial !important;
  border: initial !important;
  display: block;
}
.sec_top-news &gt; div.special-news:after {
  content: none;
}
.sec_top-news &gt; div.special-news div {
  display: flex;
  flex-direction: column;
  width: 75%;
  max-width: 800px;
  background-color: #ffffff;
  margin: 1rem auto 3rem auto;
  padding: 1.5rem;
  border: 3px solid #2A81C7;
  text-align: left;
  position: relative;
}
.sec_top-news &gt; div.special-news div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0.5rem;
  left: 0.5rem;
  background-color: #2A81C7;
  border: 0;
  transform: none;
}
.sec_top-news &gt; div.special-news h2 {
  color: #2A81C7;
  border-bottom: 1px solid #2A81C7;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.sec_top-news &gt; div.special-news h2 span {
  color: #ffffff;
  background-color: #2A81C7;
  padding: 0.5rem;
  margin-right: 0.5rem;
}
.sec_top-news &gt; div.special-news p span {
  display: block;
  text-align: right;
  margin-top: 1em;
}
.sec_top-news &gt; div.special-news p a {
  text-decoration: underline;
}
.sec_top-news &gt; div.special-news p span a {
  text-decoration: none;
}

@media screen and (max-width : 767px) {
  .sec_top-news &gt; div.special-news div {
    width: 100%;
  }
  .sec_top-news &gt; div.special-news h2 {
    font-size: 4.5vw;
  }
}


/* 地震 */
.jishin {
  width: 70%;
  border: 2px solid #333333 !important;
  padding: 2rem !important;
  text-align: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  flex-direction: column;
  margin: 4rem auto 0 auto !important;;
}
.jishin p:nth-of-type(1) {
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.jishin p:nth-of-type(2) {
  font-size: 1rem;
  text-align: left;
}

@media screen and (max-width : 767px) {
  .jishin {
    width: 80%;
    margin: 1rem auto;
  }
}
</pre></body></html>