@charset "UTF-8";
html {
  font-size: 62.5%;
  /*標準サイズ*/
}

:root {
  --vh: 1vh;
}

body {
  color: #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  height: 100%;
}

img {
  vertical-align: bottom;
}

/* --------------------------

	表示非表示 
	
-------------------------------	*/
@media screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

#floatNav {
  z-index: 1000;
}

#content_warp {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

/* --------------------------

	contents
	
-------------------------------	*/
.main {
  max-width: 1200px;
  margin: 0 auto;
}

.main .topics {
  margin-top: 5rem;
}

.main .topics .content_ttl {
  font-size: 3.6rem;
  text-align: center;
  color: #333333;
  margin-bottom: 1%;
}

@media screen and (max-width: 640px) {
  .main .topics .content_ttl {
    font-size: 2.8rem;
  }
}

.main .topics .content_subttl {
  font-size: 2.2rem;
  text-align: center;
  color: #333333;
  margin-bottom: 3.5%;
}

@media screen and (max-width: 640px) {
  .main .topics .content_subttl {
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }
}

.main .topics .content_inner .topics_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .main .topics .content_inner .topics_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .topics .content_inner .topics_item .topics_item_cont {
  width: 31%;
  margin: 0 1rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 640px) {
  .main .topics .content_inner .topics_item .topics_item_cont {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
}

.main .topics .content_inner .topics_item .topics_item_cont a img {
  width: 100%;
}

.main .topics .content_inner .topics_item .topics_item_cont a .topics_date {
  color: #999;
  margin: 1.5rem 0 1rem;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .main .topics .content_inner .topics_item .topics_item_cont a .topics_date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .topics .content_inner .topics_item .topics_item_cont a .topics_ttl {
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .main .topics .content_inner .topics_item .topics_item_cont a .topics_ttl {
    font-size: 16px;
  }
}

.main .topics .content_inner .topics_item:after {
  content: "";
  display: block;
  width: 33%;
  height: 0;
}

.other {
  text-align: center;
}

.pagination {
  padding: 30px 0;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination a {
  display: inline-block;
  padding: 10px 18px;
  color: #222;
}

.p3 .is-active {
  background-color: #333;
  color: #fff;
}
/*# sourceMappingURL=screen.css.map */