@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*リセット
--------------------------------------------*/
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;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* vertical rythm
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html, body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.2px;
  width: 100%;
  height: 100%;
  background: #eaf7f9;
}

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

div#wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  div#wrapper {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  div#wrapper {
    font-size: 12px;
  }
}

div.top {
  position: relative;
}

@media screen and (max-width: 768px) {
  div.top {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  div.top {
    max-width: 1000px;
    height: 100vh;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  div.top::before {
    content: "";
    display: block;
    padding-top: calc(473 / 710 * 100%);
  }
}

@media screen and (max-width: 768px) {
  div.top::before {
    content: "";
    display: block;
    padding-top: calc(1200 / 750 * 100%);
  }
}

div.top div.main01 {
  position: absolute;
}

@media screen and (max-width: 768px) {
  div.top div.main01 {
    width: calc(400 / 750 * 100%);
    top: 0;
    left: calc(22 / 750 * 100%);
    z-index: 7;
  }
}

@media screen and (min-width: 769px) {
  div.top div.main01 {
    width: calc(223 / 710 * 100%);
    top: calc(18 / 473 * 100%);
    left: 0;
    z-index: 5;
  }
}

div.top div.main02 {
  position: absolute;
}

@media screen and (max-width: 768px) {
  div.top div.main02 {
    width: calc(290 / 750 * 100%);
    top: calc(40 / 1200 * 100%);
    right: calc(15 / 750 * 100%);
    z-index: 10;
  }
}

@media screen and (min-width: 769px) {
  div.top div.main02 {
    width: calc(140 / 710 * 100%);
    top: calc(34 / 473 * 100%);
    left: calc(313 / 710 * 100%);
  }
}

div.top div.main03 {
  position: absolute;
  display: block;
}

@media screen and (max-width: 768px) {
  div.top div.main03 {
    width: calc(274 / 750 * 100%);
    top: calc(519 / 1200 * 100%);
    left: 0;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) {
  div.top div.main03 {
    width: calc(137 / 710 * 100%);
    top: calc(216 / 473 * 100%);
    left: calc(297 / 750 * 100%);
    z-index: 5;
  }
}

div.top div.main04 {
  position: absolute;
}

@media screen and (max-width: 768px) {
  div.top div.main04 {
    width: calc(340 / 750 * 100%);
    top: calc( 804/ 1200 * 100%);
    right: calc(34 / 750 * 100%);
    z-index: 5;
  }
}

@media screen and (min-width: 769px) {
  div.top div.main04 {
    width: calc(163 / 710 * 100%);
    top: calc(257 / 473 * 100%);
    right: calc(50 / 710 * 100%);
    z-index: 5;
  }
}

div.top div.main05 {
  position: absolute;
}

@media screen and (max-width: 768px) {
  div.top div.main05 {
    width: calc(320 / 750 * 100%);
    top: calc( 908/ 1200 * 100%);
    left: calc(77 / 750 * 100%);
    z-index: 10;
  }
}

@media screen and (min-width: 769px) {
  div.top div.main05 {
    width: calc(154 / 710 * 100%);
    top: calc(311 / 473 * 100%);
    left: calc(148 / 750 * 100%);
    z-index: 6;
  }
}

div.top div.main {
  position: absolute;
}

@media screen and (max-width: 768px) {
  div.top div.main {
    width: calc(432 / 750 * 100%);
    top: calc(478 / 1200 * 100%);
    right: 0;
    z-index: 20;
  }
}

@media screen and (min-width: 769px) {
  div.top div.main {
    width: calc(232 / 710 * 100%);
    top: calc(87 / 473 * 100%);
    right: 0;
    z-index: 20;
  }
}

div.read {
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  div.read {
    margin-bottom: 120px;
  }
}

div.read p.description {
  background-color: #fff;
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  div.read p.description {
    margin-top: 100px;
    text-align: center;
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  div.read p.description {
    width: 100%;
    margin: 60px auto;
    text-align: center;
    line-height: 21px;
  }
}

#box {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #box {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  #box {
    width: 90%;
  }
}

div.section {
  background-color: #fff;
  border-radius: 5vh;
}

@media screen and (min-width: 769px) {
  div.section {
    margin-bottom: 120px;
    padding: 50px 40px;
  }
}

@media screen and (max-width: 768px) {
  div.section {
    margin-bottom: 70px;
    padding: 30px 20px;
  }
}

div.section .title {
  width: 90%;
  max-width: 300px;
  margin: 15px auto;
}

@media screen and (min-width: 769px) {
  div.section .title {
    max-width: 400px;
  }
}

@media screen and (min-width: 769px) {
  div.section .section_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  div.section .section_main {
    padding: 20px 0;
  }
}

div.section .section_main li {
  position: relative;
}

@media screen and (min-width: 769px) {
  div.section .section_main li {
    width: 49%;
  }
}

div.section .section_main .name {
  font-size: 11px;
  text-align: center;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  div.section .section_main li:nth-child(1) {
    margin-bottom: 40px;
  }
}

div.section .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #000;
  font-size: 18px;
  background-color: #eaf7f9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  div.section .check {
    width: 104px;
    padding: 2px 0;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  div.section .check {
    width: 110px;
    padding: 5px 0;
    font-size: 10px;
  }
}

div.section .check:hover {
  text-decoration: none;
  background-color: #fff;
}

div.section .check_main {
  position: absolute;
  bottom: 55px;
  left: 5%;
}

div.section .section_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  div.section .section_other {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  div.section .section_other {
    padding-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  div.section .section_other li {
    width: 23.5%;
  }
}

@media screen and (max-width: 768px) {
  div.section .section_other li {
    width: 48.5%;
    padding-bottom: 30px;
  }
}

div.section .section_other a {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  div.section .section_other .check_other {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  div.section .section_other .check_other {
    margin-top: 10px;
  }
}

div.section .section_other .name {
  font-size: 10px;
  text-align: center;
  padding-top: 5px;
}

.btn a {
  text-decoration: none;
}

.btn p {
  text-align: center;
  width: 88%;
  display: block;
  margin: 10px auto 30px;
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 5px;
  font-size: 11px;
  /* border-bottom: none; */
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .btn p {
    width: 330px;
    margin-top: 60px;
    padding: 10px;
    font-size: 12px;
  }
}

.btn p:hover {
  color: #fff;
  background-color: #4ba7b2;
}

.btn_other a {
  text-decoration: none;
  padding: 30px 0;
}

.btn_other a img {
  width: 70%;
  margin: 10px auto 30px;
}

@media screen and (min-width: 769px) {
  .btn_other a img {
    width: 50%;
  }
}

.btn_other h2 {
  text-align: center;
  color: #000;
}

@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;
  }
}

a.categorylist {
  text-align: center;
  color: #fff;
  width: 50%;
  display: block;
  margin: 0 auto;
  background-color: #514028;
  border-radius: 20px;
  padding: 5px;
  /* border-bottom: none; */
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a.categorylist {
    width: 25%;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@-webkit-keyframes line {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes line {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

header {
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 769px) {
  header {
    height: 70px;
  }
}

header a {
  color: #333;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 768px) {
  header a {
    font-size: 18px;
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  header a {
    width: 200px;
    margin: 0 auto;
    font-size: 24px;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header a span {
  border: 1px solid #333;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 768px) {
  header a span {
    font-size: 10px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 0;
    width: 128px;
  }
}

@media screen and (min-width: 769px) {
  header a span {
    font-size: 10px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 0;
    width: 165px;
  }
}

header a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
}

@media screen and (min-width: 769px) {
  header a i {
    left: 0%;
  }
}

footer {
  background: #fafafa;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 150px;
  }
}

@media screen and (min-width: 769px) {
  footer {
    margin-top: 150px;
  }
}

footer a.footend {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  footer a.footend {
    font-size: 18px;
    height: 60px;
  }
}

@media screen and (min-width: 769px) {
  footer a.footend {
    font-size: 24px;
    height: 60px;
  }
}

footer a.footend span {
  display: block;
  border: 1px solid #333;
  color: #333;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer a.footend span {
    font-size: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 0;
    width: 128px;
  }
}

@media screen and (min-width: 769px) {
  footer a.footend span {
    font-size: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 0;
    width: 165px;
  }
}

div.innercover {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

div.innercover::before {
  content: "";
  display: block;
}

@media screen and (min-width: 769px) {
  div.innercover::before {
    padding-top: calc(500 / 1060 * 100%);
  }
}

@media screen and (max-width: 768px) {
  div.innercover::before {
    padding-top: calc(691 / 553 * 100%);
  }
}

div.innercover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

div.coverArea {
  width: 90%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  div.coverArea {
    position: absolute;
    bottom: 6.6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 769px) {
  div.coverArea {
    position: absolute;
    width: 40%;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

div.coverArea p.month {
  font-size: 40px;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #fff;
}

@media screen and (min-width: 769px) {
  div.coverArea p.month {
    font-size: 46px;
  }
}

div.coverArea p.month::after {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  width: 100%;
  bottom: 0;
  left: 0;
}

div.coverArea p.month span {
  font-size: 18px;
  display: inline-block;
  border-left: 2px solid #fff;
  line-height: 1.2;
  margin-left: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 769px) {
  div.coverArea p.month span {
    font-size: 20px;
  }
}

div.coverArea ul li {
  margin-bottom: 5px;
  list-style: none;
}

div.coverArea ul li a {
  color: #fff;
}

div.coverArea ul li a span.title {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-bottom: dashed 1px #fff;
}

@media screen and (min-width: 769px) {
  div.coverArea ul li a span.title {
    font-size: 20px;
  }
}

div.coverArea ul li a.disabled span.title {
  border: none;
}

div.coverArea ul li a span.date {
  font-size: 12px;
  display: inline-block;
  margin-left: 20px;
}

@media screen and (min-width: 769px) {
  div.coverArea ul li a span.date {
    font-size: 14px;
  }
}

div.coverArea ul li a span.todo {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 10px;
}

div.coverArea ul li a span.todo i {
  position: absolute;
  top: -8px;
  font-size: 28px;
}

div.contenttitle {
  text-align: center;
  font-size: 24px;
  padding: 30px 0 15px;
}

div.contenttitle span {
  font-size: 13px;
  display: block;
}

p.current {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  p.current {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  ul.newslist {
    vertical-align: top;
    overflow-x: scroll;
    padding: 0 10px 10px;
    white-space: nowrap;
    font-size: 10px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  ul.newslist {
    width: 1060px;
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  ul.newslist li {
    vertical-align: top;
    display: inline-block;
    width: 160px;
    padding: 0 5px;
  }
}

@media screen and (min-width: 769px) {
  ul.newslist li {
    width: 32%;
  }
}

ul.newslist li a {
  color: #333;
  text-decoration: none;
}

ul.newslist li div.img {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  ul.newslist li div.img {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  ul.newslist li p.date, ul.newslist li p.name {
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */