@font-face {
    font-family: 'Videopac';
    src: url('../font/Videopac Bold.otf'), format('woff');
}

@font-face {
    font-family: 'Giants-Inline';
    src: url('../font/Giants-Inline.woff2'), format('woff2');
    font-weight: normal;
    font-style: normal;
}

.fadejs {
    opacity: 0;
}


header span {
    font-size: clamp(1rem, 1vw, 1rem);
    letter-spacing: 0.2em;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:700');

body,html{height: 100%;}

.bold {
    font-weight: 800;
}


h1.bf {
    position: relative;
}

h1.bf::before {
    content: '';
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('../images/beforeLogo.png');
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}
section.notice {
  padding:90px  0;
}

.page-title {
  margin-bottom: 60px;
}
.page-title h3 {
  font-size: 28px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}

#board-search .search-window {
  padding: 15px 0;
  background-color: #eeebf5;
}
#board-search .search-window .search-wrap {
  position: relative;
/*   padding-right: 124px; */
  margin: 0 auto;
  width: 80%;
  max-width: 564px;
}
#board-search .search-window .search-wrap input {
  height: 40px;
  width: 100%;
  font-size: 14px;
  padding: 7px 14px;
  border: 1px solid #ccc;
}
#board-search .search-window .search-wrap input:focus {
  border-color: #333;
  outline: 0;
  border-width: 1px;
}
#board-search .search-window .search-wrap .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 108px;
  padding: 0;
  font-size: 16px;
}

.board-table {
  font-size: 13px;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.board-table a {
  color: #333;
  display: inline-block;
  line-height: 1.4;
  word-break: break-all;
  vertical-align: middle;
}
.board-table a:hover {
  text-decoration: underline;
}
.board-table th {
  text-align: center;
}

.board-table .th-num {
  width: 100px;
  text-align: center;
}

.board-table .th-date {
  width: 200px;
}

.board-table th, .board-table td {
  padding: 14px 0;
}

.board-table tbody td {
  border-top: 1px solid #e7e7e7;
  text-align: center;
}

.board-table tbody th {
  padding-left: 28px;
  padding-right: 14px;
  border-top: 1px solid #e7e7e7;
  text-align: left;
}

.board-table tbody th p{
  display: none;
}

.btn {
  display: inline-block;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-dark {
  background: #463960;
  color: #fff;
}

.btn-dark:hover, .btn-dark:focus {
  background: #373737;
  border-color: #373737;
  color: #fff;
}

.btn-dark {
  background: #463960;
  color: #fff;
}

.btn-dark:hover, .btn-dark:focus {
  background: #373737;
  border-color: #373737;
  color: #fff;
}

/* reset */

* {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  width: 1100px;
  margin: 0 auto;
}
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

















@media (max-width:890px) {
}


@media (max-width: 420px) {
    
}






footer {
    width: 100%;
    padding: 10px 0;
    background-color: #463860;
    text-align: -webkit-center;
    color: #fff;
    font-size: 13px;
    margin-top: 100px;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    width: 90%;
}

.footer div {
    display: inline-table;
}

.footer .text {
    margin-right: 1%;
    text-align: right;
}

.footer .text p {
    line-height: 22px;
}

.footer .sns a {
    display: inline-block;
    line-height: 70px;
    margin-left: 40px;
}

.footer .sns a img {
    width: 35px;
}








/*con1*/
@media (max-width:850px) {
   
    .con1 p {
        font-size: 14px;
    }

}





/*footer*/
@media (max-width: 774px) {
    .footer {
        justify-content: space-around;
    }

    .footer .text {
        margin-right: 0;
        font-size: 10px;
    }

    .footer .text p {
        line-height: 15px;
    }

    .footer .sns a {
        line-height: 42px;
        margin-left: 20px;
    }

    .ch {
        bottom: 7%;
    }

    .ch a img {
        width: 80px;
    }

}

@media (max-width: 472px) {
    .footer .sns a {
        line-height: 0;
        margin-left: 20px;
    }

    .footer .text {
        text-align: center;
    }

    .footer .sns a img {
        width: 25px;
    }

}


