@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  width: 100%;
  color: #000000;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
  color: #000000;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

/* ---------------------------------------------------
common
--------------------------------------------------- */
main {
  font-family: "yu-gothic-pr6n", "hiragino-kaku-gothic-pron", "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#pal_top {
  width: 100px;
  position: fixed;
  top: 3%;
  left: 4%;
  z-index: 999;
}

#pal_top img {
  width: 100%;
  display: block;
  height: auto;
}

@media screen and (min-width: 999px) {
  #pal_top {
    width: 144px;
    position: fixed;
    top: 8%;
    left: 6%;
  }
}
/* ---------------------------------------------------
Title
--------------------------------------------------- */
.title {
  padding-top: 80px;
}

.title h1 {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  font-weight: bold;
}

.title .nav {
  margin: 50px auto;
}

.title ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  font-size: 12px;
  gap: 6px 0px;
  width: 90%;
  margin: 0 auto;
}

.title ul li {
  width: calc(50% - 3px);
  padding: 16px 0;
  background: #f4f4f4;
  transition: 0.2s all;
}

.title ul li:hover {
  background: #CDCDCD;
}

.title ul li a {
  text-decoration: none;
  color: #000;
}

.tab.is-active {
  background: #CDCDCD;
  color: #FFF;
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 999px) {
  .title {
    padding-top: 140px;
  }
  .title .nav {
    max-width: 700px;
    margin: 50px auto;
  }
  .title ul {
    font-size: 14px;
  }
  .title ul li {
    padding: 20px 0 16px;
    width: calc(25% - 3px);
  }
}
/* ---------------------------------------------------
img_wrap
--------------------------------------------------- */
.img_wrap {
  margin: 1%;
}

.img_wrap .banner_outer {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img_wrap .banner_wrap {
  width: 49%;
  margin-bottom: 14px;
}

.img_wrap .banner_wrap a {
  text-decoration: none;
  color: #000;
  transition: 0.2s all;
}

.img_wrap .banner_wrap:hover,
.img_wrap .banner_wrap a:hover {
  opacity: 0.7;
}

.img_wrap .banner_wrap img {
  width: 100%;
}

.img_wrap .banner_wrap .text_wrap {
  margin: 4px auto;
}

.img_wrap .banner_wrap .tag {
  display: inline-block;
  background: #CDCDCD;
  font-size: 10px;
  padding: 3px 6px;
  color: #707070;
}

.img_wrap .banner_wrap .date {
  display: inline-block;
  color: #707070;
  font-size: 10px;
  letter-spacing: 2px;
}

.img_wrap .banner_wrap .f_title {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin: 4px;
}

/* ソート */
.list li:nth-child(even) {
  margin-right: 0;
}

@keyframes test {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: none;
  }
}
@media screen and (min-width: 999px) {
  .img_wrap .banner_wrap {
    width: 32.5%;
    margin: 4px 4px 20px;
  }
  .img_wrap .banner_outer {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 100px;
    justify-content: start;
  }
}
.img_wrap .banner_wrap .text_wrap {
  margin: 10px 6px;
}

.img_wrap .banner_wrap .f_title {
  margin: 8px auto;
}

.img_wrap .banner_wrap.column {
  display: none;
}/*# sourceMappingURL=style.css.map */