@charset "utf-8";

/*
  File Name   : top.css
  Description : Write top content styles
*/

/* kv-wrap
============================================================ */
#home .kv-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
#home .kv-wrap .kv-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
#home .kv-wrap .kv-inner .kv-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
}
#home .kv-wrap .kv-inner .kv-item {
  vertical-align: top;
}
#home .kv-wrap .kv-inner .kv-item:nth-child(n+2) {
  display: none;
}
#home .kv-wrap .kv-inner .slick-initialized .kv-item {
  display: inline-block;
}
#home .kv-wrap .kv-inner .kv-item .kv-item-img {
  overflow: hidden;
  text-indent: -9999px;
  height: 700px;
  background: no-repeat center center;
  background-size: cover;
}
#home .kv-wrap .kv-inner .kv-item .sp-img {
  display: none;
}
#home .kv-wrap .kv-inner .slick-list {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .kv-wrap .kv-inner .kv-item .kv-item-img {
    min-height: 500px;
    height: calc(100vh - 60px);
    max-height: 790px;
  }
  #home .kv-wrap .kv-inner .kv-item .pc-img {
    display: none;
  }
  #home .kv-wrap .kv-inner .kv-item .sp-img {
    display: block;
  }
}
@media screen and (max-width: 481px) {
  #home .kv-wrap .kv-inner .kv-item .kv-item-img {
    min-height: inherit;
    height: 370px;
    max-height: inherit;
  }
}

/* kv loading
============================================================ */
#home .kv-loading {
  position: absolute;
  z-index: 0;
  top: calc(50% - 40px - 30px);
  left: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .kv-loading::after {
  content: "";
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-top: 4px solid rgba(0, 0, 0, .1);
  border-right: 4px solid rgba(0, 0, 0, .1);
  border-bottom: 4px solid rgba(0, 0, 0, .1);
  border-left: 4px solid #333;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load-animation 1.1s infinite linear;
          animation: load-animation 1.1s infinite linear;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .kv-loading {
    top: calc(50% - 35px);
    left: calc(50% - 35px);
  }
  #home .kv-loading::after {
    width: 70px;
    height: 70px;
  }
}
@-webkit-keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* emergency
============================================================ */
#home .sect-emergency {
  padding: 40px 0;
}
#home .sect-emergency .section-inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
#home .sect-emergency .title-wrap {
  margin-bottom: 0;
  padding: 10px 20px;
  background: #f80000;
  color: #fff;
  border-bottom: none;
}
#home .sect-emergency h2 {
  display: inline-block;
}
#home .sect-emergency .emergency-list {
  padding: 30px 20px;
  border: 1px solid #f80000;
  border-top: none;
}
#home .sect-emergency .emergency-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #f80000;
}
#home .sect-emergency .emergency-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#home .sect-emergency .emergency-list li .date {
  width: 110px;
  color: #6c6c6c;
  font-size: .933333333333em;
  line-height: 2;
  letter-spacing: 2px;
}
#home .sect-emergency .emergency-list li .new {
  background: #f80000;
  color: #fff;
  margin-left: 6px;
  padding: 2px 5px;
  font-size: .8em;
}
#home .sect-emergency .emergency-list li .title {
  width: calc(100% - 110px);
  padding-left: 10px;
}
#home .sect-emergency .emergency-list li .title a {
  line-height: 1.6;
  color: #4c4c4c;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .sect-emergency {
    padding: 20px 0;
  }
  #home .sect-emergency .emergency-list {
    padding: 20px 20px 25px;
  }
  #home .sect-emergency .emergency-list li {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
  #home .sect-emergency .emergency-list li .date {
    display: block;
    width: auto;
  }
  #home .sect-emergency .emergency-list li .title {
    display: block;
    width: 100%;
    margin-top: 1px;
    padding-left: 0;
  }
}
@media screen and (max-width: 481px) {
  #home .sect-emergency h2 {
    display: block;
    text-align: center;
  }
}




/* common
------------------------------------------------------------
------------------------------------------------------------ */

.top-inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}


@media screen and (max-width: 680px) {

.top-inner{
    padding: 0 30px;
}

}


@media screen and (max-width: 680px) {
.top-news .top-inner,#lay-footer .top-inner {
        padding: 0 10px;
    }
	
	
}


@media screen and (max-width: 380px) {
.top-inner {
        padding: 0 20px;
    }
}

.top-inner h2{
    font-size: 350%;
    padding-bottom: 5px;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
}



@media screen and (max-width: 450px) {
.top-inner h2 {
    font-size: 300%;
}
}
.top-title{
	text-align: center;
    padding: 10px;
    margin-bottom: 40px;
    position: relative;
}

@media screen and (max-width: 430px) {
.top-title {
    margin-bottom: 30px;
}
}

span.sub{
	text-align: center;
    font-size: 110%;
    font-weight: bold;
    padding-top: 8px;
    display: block;
}

@media screen and (max-width: 450px) {
span.sub {
    font-size: 100%;
    padding-top: 2px;
}
}

.top-title:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 50px);
    width: 100px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #ffdf78;
}

@media screen and (max-width: 450px) {
.top-title:before {
    bottom: -3px;
    width: 100px;
    height: 4px;
}
}


/* top-kv
------------------------------------------------------------
------------------------------------------------------------ */

.fadein-center{
    animation-name: fadein;
    animation-duration: 1s;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}


.top-kv{
	position: relative;
    display: block;
    overflow: hidden;
	padding-bottom: 100px;
}

.top-kv .top-inner{
	position: relative;
}

.human{
	position: relative;
    right: -28%;
    text-align: center;
    top: 50px;
	animation: scale 1s ease;
	animation: fuwafuwa3 3s ease-in-out infinite alternate-reverse;
}


@media screen and (max-width: 630px) {
.human {
    right: -30%;
    top: 90px;
}
}

@media screen and (max-width: 470px) {
    .human {
        right: -27%;
}
}

.human img{
	width: 100%;
	max-width: 800px;
}



@media screen and (max-width: 560px) {

.human img {
    width: 110%;
}
}

@media screen and (max-width: 500px) {
.human {
        top: 120px;
    }
}

@keyframes scale {
  0% {
    transform: scale(0.8);
  }
	
  100% {
    transform: scale(1);
  }
}



.copy{
	top: 300px;
    position: absolute;
    z-index: 10;
}

@media screen and (max-width: 980px) {
.copy {
    top: 220px;
    left: 15%;
    writing-mode: vertical-rl;
}
}

@media screen and (max-width: 930px) {
.copy {
        top: 200px;
        left: 10%;
    }
}

@media screen and (max-width: 500px) {
.copy {
        top: 180px;
        left: 6%;
    }
}

@media screen and (max-width: 470px) {
.copy {
    top: 160px;
	left: 8%;
    }
}

.copy p{
    font-size: 3.5em;
    font-weight: bold;
    line-height: 150%;
	overflow: hidden;
}

@media screen and (max-width: 440px) {
.copy {
        top: 140px;
    }
}

@media screen and (max-width: 400px) {
.copy {
        top: 130px;
    }
}

@media screen and (max-width: 1110px) {
.copy p {
    font-size: 3em;
    line-height: 180%;
}
}

@media screen and (max-width: 980px) {
    .copy p {
        letter-spacing: 8px;
    }
}

@media screen and (max-width: 820px) {
.copy p {
        letter-spacing: 6px;
	    font-size: 2.8em;
    }
}


@media screen and (max-width: 560px) {
.copy p {
        letter-spacing: 6px;
        font-size: 2.5em;
    }
}

@media screen and (max-width: 470px) {
    .copy p {
        line-height: 170%;
		letter-spacing: 7px;
        font-size: 2.2em;
    }
}

@media screen and (max-width: 440px) {
.copy p {
        line-height: 160%;
        letter-spacing: 5px;
        font-size: 2em;
    }
}

.copy p.c01{
  display: block;
  opacity: 0;
  transform: translateY(100%);
  animation: slideInFromBottom 1s forwards;
  animation-delay: 0.5s; /* 0.1秒ずつ遅延して表示 */
}


.copy p.c02{
  display: block;
  opacity: 0;
  transform: translateY(100%);
  animation: slideInFromBottom 1s forwards;
  animation-delay: 0.8s; /* 0.1秒ずつ遅延して表示 */
}



@keyframes slideInFromBottom {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.l-t-1,
.l-t-2,
.l-t-3,
.l-t-4,
.l-c-1,
.l-b-1,
.l-b-2,
.c-1,
.hand-1,
.hand-2,
.hand-3,
.hand-4,
.hair-1,
.hair-2,
.hair-3{
	position: absolute;
}

.l-t-1 img,
.l-t-2 img,
.l-t-3 img,
.l-t-4 img,
.l-c-1 img,
.l-b-1 img,
.l-b-2 img,
.c-1 img,
.hand-1 img,
.hand-2 img,
.hand-3 img,
.hand-4 img,
.hair-1 img,
.hair-2 img,
.hair-3 img{
	width: 100%;
}


/*l-t*/


.l-t-1 {
    top: 30px;
    left: -100px;
	animation: fuwafuwa1 2s ease-in-out infinite alternate-reverse;
}

.l-t-1 img{
	max-width: 170px;
}

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

.l-t-2 {
    top: 180px;
    left: 88px;
	animation: fuwafuwa1 2s ease-in-out infinite alternate-reverse;
}

.l-t-2 img{
	max-width: 100px;
}

@media screen and (max-width: 820px) {
.l-t-2 {
    left: -40px;
}
}

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

.l-t-3 {
    top: -20px;
    left: 100px;
	animation: fuwafuwa2 2s ease-in-out infinite alternate-reverse;
}

.l-t-3 img{
	max-width: 80px;
}

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

.l-t-4 {
    top: 120px;
    left: 240px;
	animation: fuwafuwa1 2s ease-in-out infinite alternate-reverse;
}

.l-t-4 img{
	max-width: 180px;
}

@media screen and (max-width: 1020px) {
.l-t-4 img {
    max-width: 130px;
}
	
.l-t-1,.l-t-3 {
	display: none;
}
	
}

@media screen and (max-width: 820px) {
.l-t-4 {
    top: 80px;
}
}

@media screen and (max-width: 680px) {
.l-t-4 {
        top: 40px;
    }
}

@media screen and (max-width: 630px) {

    .l-t-4 {
        top: 90px;
    }
	
.l-t-4 img {
        max-width: 100px;
    }
}

@media screen and (max-width: 550px) {
.l-t-4 {
    left: 200px;
}
}

@media screen and (max-width: 440px) {
.l-t-4 {
        top: 60px;
    }
}

/*l-c*/


.l-c-1 {
    top: 470px;
    left: -190px;
    bottom: auto;
    animation: fuwafuwa1 2s ease-in-out infinite alternate-reverse;
}

.l-c-1 img{
	max-width: 500px;
}


@media screen and (max-width: 1020px) {
.l-c-1 {
    top: 470px;
    left: -50px;
}

.l-c-1 img {
    max-width: 400px;
}
}

@media screen and (max-width: 730px) {
.l-c-1 img {
        max-width: 300px;
    }
}


@media screen and (max-width: 630px) {
	
.l-c-1 {
        top: 510px;
    }	

.l-c-1 img {
        max-width: 240px;
    }
}

@media screen and (max-width: 500px) {
    .l-c-1 {
        left: -70px;
		top: 420px;
    }
	
}

@media screen and (max-width: 420px) {
.l-c-1 {
        left: -90px;
    }
}

/*l-b*/


.l-b-1 {
    top: auto;
    left: -20px;
    bottom: 320px;
	animation: fuwafuwa1 2.5s ease-in-out infinite alternate-reverse;
}

.l-b-1 img{
	max-width: 290px;
}



.l-b-2 {
    top: auto;
    left: 20px;
    bottom: 220px;
	animation: fuwafuwa2 2.5s ease-in-out infinite alternate-reverse;
}

.l-b-2 img{
	max-width: 60px;
}


@media screen and (max-width: 980px) {
.l-b-1 {
    bottom: 360px;
}
}

@media screen and (max-width: 810px) {
.l-b-1 img {
    max-width: 200px;
}
}

@media screen and (max-width: 560px) {
.l-b-1 {
        bottom: 390px;
    }
	
.l-b-1 img {
    max-width: 190px;
}
	
}

@media screen and (max-width: 470px) {
	
/*
.l-b-1 {
        bottom: 480px;
    }
*/
	
.l-b-1 img {
    max-width: 160px;
}
}

@media screen and (max-width: 430px) {
.l-b-2 {
    left: -10px;
}
	
.l-b-1 {
        bottom: 300px;
    }
	
}



/*c-1*/


.c-1 {
    top: 580px;
    left: 400px;
	animation: fuwafuwa1 2.5s ease-in-out infinite alternate-reverse;
}

.c-1 img{
	max-width: 80px;
}


@media screen and (max-width: 1020px) {
.c-1 {
    left: 350px;
}
}

@media screen and (max-width: 560px) {
.c-1 {
        left: 300px;
    }
.c-1 img {
    max-width: 50px;
}
	
}



@media screen and (max-width: 470px) {
    .c-1 {
        left: 250px;
    }

.c-1 {
    top: 520px;
}
}


/*hand*/


.hand-1 {
    top: 470px;
    left: 490px;
    bottom: auto;
	animation: fuwafuwa2 2.5s ease-in-out infinite alternate-reverse;
}

.hand-1 img{
	max-width: 200px;
}


@media screen and (max-width: 1100px) {
.hand-1 {
    top: 440px;
    left: 470px;
    right: auto;
}
	
.hand-1 img {
    max-width: 150px;
}
	
}

@media screen and (max-width: 980px) {
.hand-1 {
        top: 330px;
        left: -30px;
    }
}

@media screen and (max-width: 430px) {
.hand-1 {
        top: 290px;
}
}


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

.hand-2 {
    top: auto;
    left: auto;
    right: -60px;
    bottom: 330px;
	animation: fuwafuwa2 2.5s ease-in-out infinite alternate-reverse;
}

.hand-2 img{
	max-width: 100px;
}


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

.hand-3 {
    top: -15px;
    left: auto;
    right: 120px;
    bottom: auto;
	animation: fuwafuwa1 2.5s ease-in-out infinite alternate-reverse;
}

.hand-3 img{
	max-width: 80px;
}

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

.hand-4 {
    top: auto;
    left: auto;
    right: -10px;
    bottom: 60px;
	animation: fuwafuwa1 2s ease-in-out infinite alternate-reverse;
}

.hand-4 img{
	max-width: 170px;
}


@media screen and (max-width: 470px) {
	
.hand-4 {
    right: -32px;
	}
	
.hand-4 img {
    max-width: 80px;
}
}


/*hair*/


.hair-1 {
    top: 2px;
    left: auto;
    right: 240px;
    bottom: auto;
	animation: fuwafuwa2 2.5s ease-in-out infinite alternate-reverse;
}

.hair-1 img{
    max-width: 90px;
}


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

.hair-2 {
    top: 10px;
    left: auto;
    right: 490px;
    bottom: auto;
	animation: fuwafuwa2 2.5s ease-in-out infinite alternate-reverse;
}

.hair-2 img{
	max-width: 150px;
}

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

.hair-3 {
    top: 25px;
    left: auto;
    right: -60px;
    bottom: auto;
	animation: fuwafuwa2 2s ease-in-out infinite alternate-reverse;
}

.hair-3 img{
	max-width: 130px;
}



	
@media screen and (max-width: 1020px) {	

.hair-1 {
    top: -10px;
	}
	
.hair-1 img {
    max-width: 60px;
}
	
.hair-2 img {
    max-width: 110px;
}
}

@media screen and (max-width: 820px) {	
.hair-2 {
    top: -30px;
    right: 360px;
}
}


@media screen and (max-width: 680px) {	
	
.hair-1 {
        top: 10px;
    }
	
.hair-1 img {
        max-width: 50px;
    }
	
.hair-2 {
        display: none;
    }
	
	
}


@media screen and (max-width: 630px) {	
.hair-3 {
    right: 10px;
}
	
.hair-3 img {
    max-width: 90px;
}
	
}

@media screen and (max-width: 470px) {	
.hair-3 {
    top: 75px;
}
	
.hair-3 img {
        max-width: 70px;
    }
	
}





@keyframes fuwafuwa1 {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}

@keyframes fuwafuwa2 {
  0% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(-3%);
  }
}


@keyframes fuwafuwa3 {
  0% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(-1%);
  }
}




/* top-about
------------------------------------------------------------
------------------------------------------------------------ */

.top-about{
	position: relative;
    z-index: 10;
    background-color: rgba(57, 116, 105, 0.9);
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 40px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 8px #868686;

}


@media screen and (max-width: 760px) {

.top-about {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    color: #42877a;
    border-radius: 40px;
	padding: 30px;
}

}


@media screen and (max-width: 730px) {
.top-about {
    margin: 50px auto 0 auto;
}
}

@media screen and (max-width: 660px) {
.top-about {
        margin: 20% auto 0 auto;
    }
}

@media screen and (max-width: 600px) {
.top-about {
        margin: 30% auto 0 auto;
    }
}

@media screen and (max-width: 440px) {
.top-about {
        margin: 22% auto 0 auto;
    }
}

@media screen and (max-width: 430px) {
.top-about {
        margin: 110px auto 0 auto;
		border-radius: 30px;
		padding: 20px 25px;
    }
}


.about-text{}

.about-text p span{
	display: block;
}


@media screen and (max-width: 535px) {
.about-text p span{
	display: inline;
}
}

.top-about p {
    margin: 30px 0;
    font-size: 110%;
}


@media screen and (max-width: 870px) {
.top-about p {
    margin: 30px 0;
    font-size: 100%;
}
}

@media screen and (max-width: 500px) {
.top-about p {
    font-size: 100%;
        margin: 20px 0;
        line-height: 200%;
}
}


/* top-news
------------------------------------------------------------
------------------------------------------------------------ */


.news-title{
	background-color: #fffce9;
    border-radius: 50px 50px 0 0;
    position: relative;
    /* top: -50px; */
    padding-top: 70px;
    bottom: -2px;
}

@media screen and (max-width: 670px) {
.news-title {
    padding-top: 40px;
}
}

.news-title .top-title {
    margin-bottom: auto;
}

.top-news{
    position: relative;
	padding: 0 0 20px 0;
	background-color: #fffce9;
}

.top-news-wrap{
}
.top-news-l-title{
}

.ob-flower{
	position: absolute;
	top: -120px;
	right: 70px;
	transform-origin: center bottom;
	animation: yurayura 2s linear infinite;
}

@media screen and (max-width: 670px) {
.ob-flower {
    top: -80px;
}
}

.ob-flower img{
	width: 100%;
	max-width: 220px;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-5deg);
  }
}

@media screen and (max-width: 800px) {
	
.ob-flower {
    right: 30px;
}
	
.ob-flower img {
    max-width: 170px;
}
}


@media screen and (max-width: 670px) {
.ob-flower img {
        max-width: 140px;
    }
}


@media screen and (max-width: 500px) {
.ob-flower img {
        max-width: 130px;
    }
}


@media screen and (max-width: 410px) {
    .ob-flower {
        top: -100px;
    }
}

.top-news-header {
    text-align: center;
}

ul.top-news-header-catTab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}


@media screen and (max-width: 670px) {
ul.top-news-header-catTab {
    padding-top: 0px;
	padding-left: 10%;
    padding-right: 10%;
}
}


@media screen and (max-width: 460px) {
ul.top-news-header-catTab {
	padding-left: 0;
    padding-right: 0;
}
}



ul.top-news-header-catTab li {
	border-radius: 4px;
/*	width: 200px;*/
    margin: 0 6px;
	width: 23%;
}

ul.top-news-header-catTab li a {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    font-size: 80%;
    padding: 6px 10px;
/*    margin: 0 8px;*/
    display: block;
    transition: all 0.2s ease-in-out;
/*	width: 200px;*/
    border-radius: 4px;
	letter-spacing: 0;
}

@media screen and (max-width: 780px) {
ul.top-news-header-catTab li a {
    font-size: 70%;
    
}
}


@media screen and (max-width: 670px) {
ul.top-news-header-catTab li a {
    font-size: 90%;
}
}


@media screen and (max-width: 400px) {
    ul.top-news-header-catTab li a {
        font-size: 80%;
		padding: 4px 10px;
    }

	
}

ul.top-news-header-catTab li.tabCat__all,
ul.top-news-header-catTab li.tabCat__all a{
    color: #fff;
    background-color: #42877a;
/*	width: 200px;*/
}


ul.top-news-header-catTab li a.active{
	color: #fff;
    background-color: #42877a;
/*	width: 200px;*/
}

.tabCat__all{}

.tabCat__news01,
.list-category-mark.list-category-news01{
	background-color: #dfa75c;
}

.tabCat__news02,
.list-category-mark.list-category-news02{
	background-color: #5b92a2;
	letter-spacing: 0;
}

.tabCat__news03,
.list-category-mark.list-category-news03{
	background-color: #e87d83;
}


.list-category-mark.list-category-news01,
.list-category-mark.list-category-news02,
.list-category-mark.list-category-news03{
    font-size: 70%;
    padding: 0px 8px;
    border-radius: 3px;
    margin: 0 5px;
    width: auto;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.news-wrap ul{
	width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
}


.news-wrap ul li {
	width: 30.3%;
    margin: 1.5% 1.5% 4.5% 1.5%;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}


@media screen and (max-width: 810px) {
.news-wrap ul li {
    width: 47%;
}
}

span.thumb{
	display: block;
}

span.thumb img {
    border: 1px solid #42877a;
    width: 100%;
    border-radius: 10px;
    height: 12em;
    font-family: 'object-fit: cover;';
    display: block;
    object-position: center center;
    object-fit: cover;
    margin-bottom: 15px;
}

@media screen and (max-width: 840px) {
span.thumb img {
    height: 8em;
}
	
span.date{
	display: block;        
	line-height: 140%;

	}
	
.list-category-mark.list-category-news01, .list-category-mark.list-category-news02, .list-category-mark.list-category-news03 {
    margin: 0;
	}
	
}


@media screen and (max-width: 810px) {
span.thumb img {
        height: 15em;
    }
}

@media screen and (max-width: 670px) {
span.thumb img {
        height: 12em;
    }
}

@media screen and (max-width: 520px) {
span.thumb img {
        height: 10em;
    }
}

@media screen and (max-width: 450px) {
span.thumb img {
        height: 8em;
    }
}


span.title{
	display: block;
	font-size: 120%;
    margin-top: 3px;
}

span.new{
	font-size: 90%;
    color: #ff7249;
    font-weight: bold;
    display: inline-block;
    margin-left: 5px;
}

.more{
	width: 100%;
	text-align: right;
}

.more-link{
	display: inline-block;
    padding-right: 25px;
    font-size: 90%;
    font-weight: bold;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 14px;
	transition: all 0.2s ease-in-out;
}

.more-link:hover{
	transition: all 0.2s ease-in-out;
	background-position: right 0 center;
}

.more-link a{
	text-decoration: none;
}


@media screen and (max-width: 1000px) {
.top-news-l {
    width: 70%;
    padding-right: 40px;
}
	
	
	
ul.top-news-header-catTab li,
ul.top-news-header-catTab li.tabCat__all{
	border-radius: 5px;
	width: 23%;
	}
	
}


@media screen and (max-width: 670px) {

    ul.top-news-header-catTab li, ul.top-news-header-catTab li.tabCat__all {
        border-radius: 4px;
        width: 48%;
        margin: 0.5%;
    }
}




@media screen and (max-width: 780px) {

	
.news-wrap ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
	
.more {
    margin-bottom: 50px;
}
	

}

@media screen and (max-width: 530px) {
.more {
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 430px) {
	
ul.top-news-header-catTab {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 90%;
    }
	
.news-wrap ul li {
        width: 80%;
    }
	
span.date {
        display: inline-block;
        line-height: 140%;
        margin-right: 5px;
    }
	
span.thumb img {
        height: 13em;
    }
}



ul.bnr-list{
	padding-top: 60px;
    margin-top: 60px;
	border-top: 1px solid #42877a;
	width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
/*    margin-bottom: 50px;*/
	position: relative;
    z-index: 11;
}

#page ul.bnr-list {
    display: none;
}

@media screen and (max-width: 780px) {
ul.bnr-list {
    margin-top: 0;
}
}


@media screen and (max-width: 770px) {
ul.bnr-list {
    padding-top: 50px;
}
}



ul.bnr-list li {
    width: 30.3%;
    margin: 0 1.5% 0 1.5%;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}


@media screen and (max-width: 580px) {
ul.bnr-list li {
    width: 42%;
}
}

ul.bnr-list li img {
    border: 1px solid #42877a;
    width: 100%;
    border-radius: 10px;
    font-family: 'object-fit: cover;';
    display: block;
    object-position: center center;
    object-fit: cover;
    margin-bottom: 15px;
}

@media screen and (max-width: 770px) {
ul.bnr-list li img {
    border-radius: 7px;
}
}

.f-link{
	padding-top: 50px;
}

@media screen and (max-width: 430px) {
.f-link {
    padding-top: 0px;
}
}