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

#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 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;
  margin-bottom: 0;
}

#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;
  background-color: #2483a3;
  color: #fff;
  z-index: 5;
}

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

#news-page .new-list ul li article {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 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 #eee;
  background-color: #DCD1BE;
  color: #fff;
  margin: 0 3px;
}

#news-page #pager .page-numbers.current {
  background-color: #479CD7;
}

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

#news-page #pager a:hover {
  background-color: #479CD7;
}

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

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

#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.8;
  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.9rem;
  margin-bottom: 10px;
  font-weight: 500;
  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;
  background-color: #2483a3;
  color: #fff;
  white-space: nowrap;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

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

#news-page .news-contents-wrap #main-cont .news-ttl:before {
  content: '';
  width: 100px;
  height: 4px;
  background-color: #479CD7;
  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 aside {
  width: 250px;
}

#news-page .news-contents-wrap aside .info {
  background-color: #FAF5F2;
  padding: 0 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;
}

#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 #DCD1BE;
}

#news-page .news-contents-wrap aside .news-list li {
  padding: 15px 0;
  border-top: 1px solid #DCD1BE;
  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 #category {
  margin-top: 60px;
}

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

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

#news-page .news-contents-wrap aside #category li a {
  display: block;
  padding: 12px 15px 12px 25px;
  color: #4C4C4C;
  position: relative;
}

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

#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(/asset/images/event/arrow.png) no-repeat;
  background-size: 22px;
  width: 22px;
  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(/asset/images/event/arrow.png) no-repeat;
  background-size: 22px;
  width: 22px;
  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 ul {
  overflow: hidden;
  padding-right: 1px;
}

.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: 20px;
}

.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;
  position: relative;
}

.top-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;
}

.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;
  background-color: #2483a3;
  color: #fff;
  z-index: 5;
}

.top-new-list ul li figure label.news {
  background-color: #8CD440;
}

.top-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;
}

.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: 10px;
    line-height: 1.6;
  }
  .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.875rem;
    margin-bottom: 5px;
  }
  #news-page .news-contents-wrap #main-cont .news-ttl small label {
    padding: 3px 7px;
    font-size: 0.75rem;
    -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: 15px 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(/asset/images/event/arrow.png) no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
  }
  #news-page .pagenation ul li.next {
    padding-right: 25px;
  }
  #news-page .pagenation ul li.next:before {
    right: 10px;
    background: url(/asset/images/event/arrow.png) no-repeat;
    background-size: 14px;
    width: 14px;
    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;
  }
}

#insta {
  padding: 100px 0 80px;
  background-color: #f7f7f7;
  margin-bottom: -100px;
  margin-top: 100px;
}

#insta .title_container h2 {
  padding-top: 0px;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  #insta {
    padding: 30px 0 40px;
    background-color: #f7f7f7;
  }
  #insta .title_container h2 {
    padding-top: 0px;
    margin-bottom: 40px;
  }
}

/* top page news */

.top-news-list {
  padding: 0;
}

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

.top-news-list ul li {
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-bottom: 0px;
  position: relative;
  z-index: 1;
  height: 120px;
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
}

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

.top-news-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;
}

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

.top-news-list ul li .figure {
  width: 40%;
  display: block;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.top-news-list ul li .figure img {
  width: 100%;
  /* height: 120px; */
  -o-object-fit: cover;
     object-fit: cover;
     object-position: 50% 50%;
  vertical-align: bottom;
  transition: all 0.3s;
}

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

.top-news-list ul li article {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 15px;
  line-height: 1.6;
}

.top-news-list ul li article h3 {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}

.top-news-list ul li article small {
  color: #918A7E;
  font-size: 12px;
}

/* @media screen and (max-width: 983px) {
  .top-news-list ul li .figure {
    margin-bottom: 10px;
    overflow: hidden;
    height: 200px;
  }
} */

@media screen and (max-width: 768px) {
/* .top-news-list {
  padding: 0 7%;
  margin-bottom: 40px;
} */
.top-news-list ul {
  display: block;
}
.top-news-list ul li {
  width: 100%;
  height: 120px;
}
.top-news-list ul li article {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  line-height: 1.6;
}
.top-news-list ul li article h3 {
  font-size: 14px;
}
.top-news-list ul li article small {
  font-size: 9px;
}
}
@media screen and (max-width: 400px) {
  .top-news-list ul li .figure {
    /* height: 80px; */
    /* height: 48%; */
  }
  .top-news-list ul li article h3 {
    font-size: 12px;
  }
}

.top-news-cont {
  width: 100%;
}

.top-news-cont.sp {
  display: none!important;
}

.top-news-cont__btn {
  display: block;
  /* margin: 40px auto 0; */
  margin: 0 auto 0;
}
.top-news-cont iframe {
  width: 100%;
  height: 100%!important;
}

@media screen and (max-width: 768px) {
  .top-news-cont {
    height: auto;
  }
  .top-news-cont.pc {
    display: none!important;
  }
  .top-news-cont.sp {
    display: block!important;
    margin-top: -20px;
    margin-bottom: -10px;
  }
}