@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
#blog {
  margin: 60px 0 60px;
  text-align: center;
}

#blog h2 {
  margin-bottom: 20px;
}

#blog .btn {
  margin: -30px 0 0;
}

#blog iframe {
  width: 100%;
  height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

a.btn-type01 {
  display: inline-block;
  min-width: 250px;
  text-align: center;
  text-decoration: none;
  padding: 10px 3em 10px 3em;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 40px;
  position: relative;
  vertical-align: middle;
  font-size: 1rem;
  background-color: #9fd253;
  color: #fff;
  font-family: "Noto Sans Japanese","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a.btn-type01:link,
a.btn-type01:visited {
  color: #fff;
}

a.btn-type01:hover {
  opacity: 0.7;
}

/*-----------------------------
    news
-----------------------------*/
#main_title.news {
  background-image: url(../images/news/mv.jpg);
}

#news-page {
  /* 
  html5doctor.com Reset Stylesheet
  v1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com 
  Twitter: @rich_clark
  */
  /* change colours to suit your needs */
  /* change colours to suit your needs */
  /* change border colour to suit your needs */
  font-family: "Noto Sans Japanese","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#news-page html, #news-page body, #news-page div, #news-page span, #news-page object, #news-page iframe,
#news-page h1, #news-page h2, #news-page h3, #news-page h4, #news-page h5, #news-page h6, #news-page p, #news-page blockquote, #news-page pre,
#news-page abbr, #news-page address, #news-page cite, #news-page code,
#news-page del, #news-page dfn, #news-page em, #news-page img, #news-page ins, #news-page kbd, #news-page q, #news-page samp,
#news-page small, #news-page strong, #news-page sub, #news-page sup, #news-page var,
#news-page b, #news-page i,
#news-page dl, #news-page dt, #news-page dd, #news-page ol, #news-page ul, #news-page li,
#news-page fieldset, #news-page form, #news-page label, #news-page legend,
#news-page table, #news-page caption, #news-page tbody, #news-page tfoot, #news-page thead, #news-page tr, #news-page th, #news-page td,
#news-page article, #news-page aside, #news-page canvas, #news-page details, #news-page figcaption, #news-page figure,
#news-page footer, #news-page header, #news-page hgroup, #news-page menu, #news-page nav, #news-page section, #news-page summary,
#news-page time, #news-page mark, #news-page audio, #news-page video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

#news-page img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

#news-page body {
  line-height: 1;
}

#news-page article, #news-page aside, #news-page details, #news-page figcaption, #news-page figure,
#news-page footer, #news-page header, #news-page hgroup, #news-page menu, #news-page nav, #news-page section {
  display: block;
}

#news-page ul {
  list-style: none;
}

#news-page blockquote, #news-page q {
  quotes: none;
}

#news-page blockquote:before, #news-page blockquote:after,
#news-page q:before, #news-page q:after {
  content: '';
  content: none;
}

#news-page a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

#news-page ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

#news-page mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

#news-page del {
  text-decoration: line-through;
}

#news-page abbr[title], #news-page dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

#news-page table {
  border-collapse: collapse;
  border-spacing: 0;
}

#news-page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

#news-page .lead {
  text-align: center;
  margin: 60px 0;
  font-size: 18px;
}

#news-page #news-contents {
  margin-bottom: 100px;
}

#news-page .new-list {
  margin-top: 60px;
}

#news-page .new-list .ttl {
  margin-bottom: 40px;
  text-align: center;
}

#news-page .new-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*border-top: 1px solid #ddd;*/
}

#news-page .new-list ul li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-top: 0px;
  position: relative;
  z-index: 1;
  padding: 20px;
}

#news-page .new-list ul li:nth-child(1), #news-page .new-list ul li:nth-child(2) {
  border-top: 1px solid #ddd;
}

#news-page .new-list ul li:nth-child(even) {
  border-left: 0px;
}

#news-page .new-list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#news-page .new-list ul li a:hover {
  opacity: 0.5;
}

#news-page .new-list ul li a:hover ~ figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#news-page .new-list ul li figure {
  width: 40%;
  position: relative;
  overflow: hidden;
  height: 120px;
  border: 1px solid #f5f5f5;
}

#news-page .new-list ul li figure img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

#news-page .new-list ul li figure label {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  padding: 7px 12px;
  font-size: 0.5rem;
  color: #fff;
  z-index: 5;
  background-color: #37a537;
}

#news-page .new-list ul li figure label.event {
  background-color: #f6d830;
}

#news-page .new-list ul li figure label.city {
  background-color: #cba6e9;
}

#news-page .new-list ul li figure label.etc, #news-page .new-list ul li figure label.news {
  background-color: #ff9642;
}

#news-page .new-list ul li article {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0px 20px 20px;
  line-height: 1.6;
}

#news-page .new-list ul li article small {
  display: block;
  font-size: 70%;
  margin-top: 10px;
}

#news-page #pager {
  text-align: center;
  margin-top: 40px;
}

#news-page #pager .page-numbers {
  display: inline-block;
  line-height: 40px;
  width: 40px;
  border: 1px solid #9fd253;
  background-color: #fff;
  color: #9fd253;
  margin: 0 3px;
}

#news-page #pager .page-numbers.current {
  background-color: #9fd253;
  color: #fff;
}

#news-page #pager .page-numbers.next, #news-page #pager .page-numbers.prev {
  display: none;
}

#news-page #pager a:hover {
  background-color: #9fd253;
  color: #fff;
}

#news-page .btnforlist {
  text-align: center;
  margin-top: 60px;
}

#news-page .btnforlist a.btn-type01 {
  display: inline-block;
  min-width: 250px;
  text-align: center;
  text-decoration: none;
  padding: 10px 3em 10px 3em;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 40px;
  position: relative;
  vertical-align: middle;
  font-size: 1rem;
  background-color: #9fd253;
  color: #fff;
  font-family: "Noto Sans Japanese","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#news-page .btnforlist a.btn-type01:link,
#news-page .btnforlist a.btn-type01:visited {
  color: #fff;
}

#news-page .btnforlist a.btn-type01:hover {
  opacity: 0.7;
}

#news-page .news-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

#news-page .news-contents-wrap #main-cont {
  width: calc(100% - 250px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 60px;
  font-size: 1.1rem;
}

#news-page .news-contents-wrap #main-cont .news-ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 4px solid #efe8e4;
  margin-bottom: 40px;
  position: relative;
}

#news-page .news-contents-wrap #main-cont .news-ttl small {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
}

#news-page .news-contents-wrap #main-cont .news-ttl small span {
  position: relative;
  display: inline-block;
  margin-left: 1em;
}

#news-page .news-contents-wrap #main-cont .news-ttl small label {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  padding: 5px 12px;
  font-size: 0.5rem;
  color: #fff;
  white-space: nowrap;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  background-color: #37a537;
}

#news-page .news-contents-wrap #main-cont .news-ttl small label.event {
  background-color: #f6d830;
}

#news-page .news-contents-wrap #main-cont .news-ttl small label.city {
  background-color: #cba6e9;
}

#news-page .news-contents-wrap #main-cont .news-ttl small label.etc, #news-page .news-contents-wrap #main-cont .news-ttl small label.news {
  background-color: #ff9642;
}

#news-page .news-contents-wrap #main-cont .news-ttl:before {
  content: '';
  width: 100px;
  height: 4px;
  background-color: #9fd253;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
}

#news-page .news-contents-wrap #main-cont h3, #news-page .news-contents-wrap #main-cont h4 {
  font-weight: 700;
  margin-top: 30px;
}

#news-page .news-contents-wrap #main-cont figure {
  margin: 20px 0;
}

#news-page .news-contents-wrap #main-cont figure img {
  width: 100%;
  height: auto;
}

#news-page .news-contents-wrap #main-cont .btn {
  text-align: center;
  margin-top: 40px;
}

#news-page .news-contents-wrap #main-cont .btn a.btn-type01 {
  display: inline-block;
  min-width: 250px;
  text-align: center;
  text-decoration: none;
  padding: 10px 3em 10px 3em;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 40px;
  position: relative;
  vertical-align: middle;
  font-size: 1rem;
  background-color: #9fd253;
  color: #fff;
  font-family: "Noto Sans Japanese","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#news-page .news-contents-wrap #main-cont .btn a.btn-type01:link,
#news-page .news-contents-wrap #main-cont .btn a.btn-type01:visited {
  color: #fff;
}

#news-page .news-contents-wrap #main-cont .btn a.btn-type01:hover {
  opacity: 0.7;
}

#news-page .news-contents-wrap aside {
  width: 250px;
}

#news-page .news-contents-wrap aside .info {
  background-color: #FAF5F2;
  padding: 10px 10px 10px;
  margin-bottom: 40px;
  border-radius: 5px;
  text-align: center;
}

#news-page .news-contents-wrap aside .info h4 {
  font-weight: 600;
  line-height: 50px;
  height: 50px;
}

#news-page .news-contents-wrap aside .info dl {
  background-color: #fff;
  padding: 10px 0;
}

#news-page .news-contents-wrap aside .info dt {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px;
}

#news-page .news-contents-wrap aside h4.ttl {
  margin-bottom: 10px;
}

#news-page .news-contents-wrap aside h4.ttl span {
  font-weight: 600;
  font-size: 1.3rem;
}

#news-page .news-contents-wrap aside .news-list {
  border-bottom: 1px solid #333;
}

#news-page .news-contents-wrap aside .news-list li {
  padding: 15px 0;
  border-top: 1px solid #333;
  position: relative;
  z-index: 1;
}

#news-page .news-contents-wrap aside .news-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
}

#news-page .news-contents-wrap aside .news-list li a:hover {
  opacity: 0.3;
}

#news-page .news-contents-wrap aside .news-list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  font-size: 0.9rem;
}

#news-page .news-contents-wrap aside .news-list li dl dt {
  width: 90px;
}

#news-page .news-contents-wrap aside .news-list li dl dd {
  width: calc(100% - 90px);
}

#news-page .news-contents-wrap aside .btn {
  margin-top: 30px;
}

#news-page .news-contents-wrap aside .btn a {
  display: block;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

#news-page .news-contents-wrap aside .btn a.btn-type01 {
  display: inline-block;
  min-width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 10px 0px 10px 0px;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 40px;
  position: relative;
  vertical-align: middle;
  font-size: 1rem;
  background-color: #9fd253;
  color: #fff;
  font-family: "Noto Sans Japanese","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#news-page .news-contents-wrap aside .btn a.btn-type01:link,
#news-page .news-contents-wrap aside .btn a.btn-type01:visited {
  color: #fff;
}

#news-page .news-contents-wrap aside .btn a.btn-type01:hover {
  opacity: 0.7;
}

#news-page .news-contents-wrap aside #category {
  margin-top: 60px;
}

#news-page .news-contents-wrap aside #category li {
  border: 1px solid #ddd;
  border-bottom: 0px;
}

#news-page .news-contents-wrap aside #category li:last-child {
  border-bottom: 1px solid #ddd;
}

#news-page .news-contents-wrap aside #category li a {
  display: block;
  padding: 12px 15px 12px 25px;
  position: relative;
  color: #333;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#news-page .news-contents-wrap aside #category li a:hover {
  background-color: #f4ffe4;
}

#news-page .news-contents-wrap aside #category li a:before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9fd253;
}

#news-page .pagenation {
  margin-top: 40px;
}

#news-page .pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#news-page .pagenation ul li {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 10px 20px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#news-page .pagenation ul li:nth-child(2) {
  border-left: 0px;
}

#news-page .pagenation ul li:hover {
  background-color: #f7f7f7;
}

#news-page .pagenation ul li.prev {
  padding-left: 50px;
}

#news-page .pagenation ul li.prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/images/news/arrow.png) no-repeat;
  background-size: 10px;
  width: 10px;
  height: 22px;
}

#news-page .pagenation ul li.next {
  padding-right: 50px;
}

#news-page .pagenation ul li.next:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url(/images/news/arrow.png) no-repeat;
  background-size: 10px;
  width: 10px;
  height: 22px;
}

#news-page .pagenation ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#news-page .pagenation ul li figure {
  width: 30%;
}

#news-page .pagenation ul li figure img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

#news-page .pagenation ul li p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  font-size: 1rem;
}

.top-new-list {
  padding: 0px !important;
  font-family: "Noto Sans Japanese","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.top-new-list ul {
  overflow: hidden;
  padding: 0 2px 0 0 !important;
  margin: 0px !important;
}

.top-new-list ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  padding: 10px;
}

.top-new-list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.top-new-list ul li:nth-child(even) {
  border-left: 0px;
}

.top-new-list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
}

.top-new-list ul li a:hover {
  opacity: 0.5;
}

.top-new-list ul li a:hover ~ figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.top-new-list ul li figure {
  width: 40%;
  display: block;
  margin: 0px;
  padding: 0px;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}

.top-new-list ul li figure img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

.top-new-list ul li figure label {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  padding: 7px 12px;
  font-size: 0.5rem;
  color: #fff;
  z-index: 5;
  background-color: #37a537;
}

.top-new-list ul li figure label.event {
  background-color: #f6d830;
}

.top-new-list ul li figure label.city {
  background-color: #cba6e9;
}

.top-new-list ul li figure label.etc, .top-new-list ul li figure label.news {
  background-color: #ff9642;
}

.top-new-list ul li article {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 0px 0px 20px;
  line-height: 1.4;
  position: relative;
}

.top-new-list ul li article label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  line-height: 1;
  padding: 3px 5px;
  font-size: 10px;
  color: #fff;
  z-index: 5;
  background-color: #37a537;
}

.top-new-list ul li article label.event {
  background-color: #f6d830;
}

.top-new-list ul li article label.city {
  background-color: #cba6e9;
}

.top-new-list ul li article label.etc, .top-new-list ul li article label.news {
  background-color: #ff9642;
}

.top-new-list ul li article small {
  display: block;
  font-size: 70%;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  /* tab */
  .top-new-list ul li article {
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 10px 10px;
  }
  .top-new-list ul li article small {
    display: block;
    font-size: 70%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  #news-page .lead {
    text-align: center;
    margin: 30px 0;
    font-size: 0.9rem;
  }
  #news-page #news-contents {
    margin-bottom: 50px;
  }
  #news-page .new-list {
    margin-top: 40px;
  }
  #news-page .new-list ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 10px;
  }
  #news-page .new-list ul li:nth-child(even) {
    border-left: 1px solid #ddd;
  }
  #news-page .new-list ul li:nth-child(2) {
    border-top: 0px solid #ddd;
  }
  #news-page .new-list ul li figure {
    width: 30%;
    height: auto;
  }
  #news-page .new-list ul li figure img {
    width: 100%;
    height: 90px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news-page .new-list ul li article {
    width: 70%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2% 0% 2% 3%;
    line-height: 1.6;
    font-size: 0.85rem;
  }
  #news-page .new-list ul li article small {
    display: block;
    font-size: 70%;
    margin-top: 10px;
  }
  #news-page #pager {
    margin-top: 40px;
  }
  #news-page #pager .page-numbers {
    line-height: 30px;
    width: 30px;
  }
  #news-page .btnforlist {
    text-align: center;
    margin-top: 30px;
  }
  #news-page .news-contents-wrap {
    display: block;
    margin-top: 20px;
  }
  #news-page .news-contents-wrap #main-cont {
    width: 100%;
    padding-right: 0px;
    font-size: 0.9rem;
    margin-bottom: 40px;
  }
  #news-page .news-contents-wrap #main-cont .news-ttl {
    font-size: 1.3rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #news-page .news-contents-wrap #main-cont .news-ttl small {
    font-size: 0.7rem;
    margin-bottom: 5px;
  }
  #news-page .news-contents-wrap #main-cont .news-ttl small label {
    padding: 3px 7px;
    font-size: 0.4rem;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  #news-page .news-contents-wrap #main-cont .btn {
    margin-top: 30px;
  }
  #news-page .news-contents-wrap aside {
    width: 100%;
  }
  #news-page .news-contents-wrap aside .info {
    margin-bottom: 20px;
    text-align: center;
  }
  #news-page .news-contents-wrap aside h4.ttl span {
    font-size: 1.1rem;
  }
  #news-page .news-contents-wrap aside .news-list li {
    font-size: 0.9rem;
  }
  #news-page .news-contents-wrap aside .news-list li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
  }
  #news-page .news-contents-wrap aside .news-list li dl dt {
    width: 90px;
  }
  #news-page .news-contents-wrap aside .news-list li dl dd {
    width: calc(100% - 90px);
  }
  #news-page .news-contents-wrap aside .btn {
    width: 80%;
    margin: 30px auto 0;
  }
  #news-page .news-contents-wrap aside .btn a {
    display: block;
    text-align: center;
  }
  #news-page .news-contents-wrap aside #category {
    margin-top: 30px;
  }
  #news-page #insta {
    padding: 30px 0 40px;
    background-color: #f7f7f7;
    margin-bottom: -50px;
    margin-top: 50px;
  }
  #news-page #insta .title_container h2 {
    padding-top: 0px;
    margin-bottom: 40px;
  }
  #news-page .pagenation {
    margin-top: 40px;
  }
  #news-page .pagenation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #news-page .pagenation ul li {
    padding: 5px 10px;
  }
  #news-page .pagenation ul li:hover {
    background-color: #f7f7f7;
  }
  #news-page .pagenation ul li.prev {
    padding-left: 25px;
  }
  #news-page .pagenation ul li.prev:before {
    left: 10px;
    right: 10px;
    background: url(/images/news/arrow.png) no-repeat;
    background-size: 7px;
    width: 7px;
    height: 14px;
  }
  #news-page .pagenation ul li.next {
    padding-right: 25px;
  }
  #news-page .pagenation ul li.next:before {
    right: 10px;
    background: url(/images/news/arrow.png) no-repeat;
    background-size: 7px;
    width: 7px;
    height: 14px;
  }
  #news-page .pagenation ul li p {
    line-height: 1.4;
    font-size: 0.8rem;
  }
  .top-new-list ul {
    display: block;
  }
  .top-new-list ul li {
    width: 100%;
    height: 100px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-new-list ul li figure {
    width: 30%;
    height: 80px;
    overflow: hidden;
  }
  .top-new-list ul li figure img {
    height: 80px;
  }
  .top-new-list ul li article {
    width: 70%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0px 0 10px;
    line-height: 1.6;
  }
}

#message {
  width: 100%;
  margin-bottom: 60px;
  font-family: "Noto Sans Japanese","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#message #ms {
  width: 100%;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 2em;
}

#message h2 {
  text-align: center;
  margin-bottom: 20px;
}

#categorylist-top {
  margin-top: 60px !important;
  padding: 20px 40px 30px !important;
  background-color: #f7f7f7 !important;
}

#categorylist-top h4 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #9FD253;
}

#categorylist-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#categorylist-top li {
  border: 1px solid #ddd;
  width: 24%;
}

#categorylist-top li a {
  display: block;
  padding: 12px 15px 12px 25px;
  position: relative;
  color: #333;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-color: #fff;
}

#categorylist-top li a:hover {
  background-color: #f4ffe4;
}

#categorylist-top li a:before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9fd253;
}

#news-contents.news-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#news-contents.news-list2 h2.ttl {
  width: 100%;
  margin: 60px 0 -20px;
  text-align: center;
}

#news-contents.news-list2 #main-cont2 {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 60px;
}

#news-contents.news-list2 aside {
  width: 200px;
}

#news-contents.news-list2 aside h4.ttl {
  margin-bottom: 10px;
}

#news-contents.news-list2 aside h4.ttl span {
  font-weight: 600;
  font-size: 1.3rem;
}

#news-contents.news-list2 aside #category {
  margin-top: 60px;
}

#news-contents.news-list2 aside #category li {
  border: 1px solid #ddd;
  border-bottom: 0px;
}

#news-contents.news-list2 aside #category li:last-child {
  border-bottom: 1px solid #ddd;
}

#news-contents.news-list2 aside #category li a {
  display: block;
  padding: 12px 15px 12px 25px;
  position: relative;
  color: #333;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#news-contents.news-list2 aside #category li a:hover {
  background-color: #f4ffe4;
}

#news-contents.news-list2 aside #category li a:before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9fd253;
}

.side-bnr {
  margin-top: 30px!important;
}
.side-bnr >a {
  display: block;
  transition: all .3s;
}
.side-bnr >a:hover {
  opacity: 0.5;
}
.side-bnr >a >img {
  max-width: 100%;
  vertical-align: bottom;
}
/*# sourceMappingURL=news.css.map */