@charset "UTF-8";

/* ------------------------------------------------------------------
mv
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .mv{
  }
}
@media only screen and (max-width:767.98px) {
  .mv{
  }
}

/* ------------------------------------------------------------------
top-declaration
------------------------------------------------------------------ */
@media only screen and (min-width:1000px) {
  .top-decla{
    background: #ebf5fa;
  }
  .top-decla-in{
		max-width: 1200px;
    padding: 0 20px;
    margin: auto;
  }
  .top-decla ul.nav{
    position: relative;
    margin: -30px auto 0;
    box-sizing: border-box;
    letter-spacing: -.4em;
  }
  .top-decla ul.nav li{
    display: inline-block;
    letter-spacing: normal;
    width: 50%;
  }
  .top-decla ul.nav li a{
    display: table-cell;
    width: 600px;
    vertical-align: middle;
  }
  .top-decla ul.nav li:nth-of-type(1) a{
    background: #3da1cd;
  }
  .top-decla ul.nav li:nth-of-type(2) a{
    background: #25b7aa;
  }
  .top-decla ul.nav li p{
    position: relative;
    font-size: 2.0rem;
    font-weight: 600;
    background: #fff;
    height: 80px;
    line-height: 80px;
    margin: 40px;
    padding: 0 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  .top-decla ul.nav li img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 60px;
    height: auto;
    line-height: normal;
  }
  .top-decla ul.nav li:first-of-type img{
    margin-top: -6px;
  }
	.top-decla ul.nav li i{
		position: absolute;
		top: 50%;
		right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	}
  .top-decla ul.nav li a:hover{
    opacity: 0.75;
  }
  .top-decla .declaration{
    padding: 60px 0 80px;
    text-align: center;
  }
  .top-decla .declaration .lead{
    line-height: 2.0;
    margin: 0 0 40px;
  }
  .top-decla .declaration .bnr{
    margin: 0 0 20px;
  }
  .top-decla .declaration .bnr a:hover{
    opacity: 0.75;
  }
  .top-decla .declaration .catch{
    font-size: 2.4rem;
    font-weight: 700;
  }
}
@media only screen and (max-width:999px) {
  .top-decla{
    background: #ebf5fa;
  }
  .top-decla-in{
  }
  .top-decla ul.nav{
  }
  .top-decla ul.nav li{
  }
  .top-decla ul.nav li a{
    display: block;
    padding: 10px;
  }
  .top-decla ul.nav li:nth-of-type(1) a{
    background: #3da1cd;
  }
  .top-decla ul.nav li:nth-of-type(2) a{
    background: #25b7aa;
  }
  .top-decla ul.nav li p{
    position: relative;
    font-size: 4.2vw;
    font-weight: 600;
    background: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  .top-decla ul.nav li img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 10vw;
    height: auto;
    line-height: normal;
  }
  .top-decla ul.nav li:first-of-type img{
    margin-top: -6px;
  }
	.top-decla ul.nav li i{
		position: absolute;
		top: 50%;
		right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	}
  .top-decla ul.nav li a:hover{
    opacity: 0.75;
  }
  .top-decla .declaration{
    padding: 30px 0 40px;
    width: 90%;
    margin: auto;
  }
  .top-decla .declaration .lead{
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .top-decla .declaration .bnr{
    margin: 0 0 20px;
  }
  .top-decla .declaration .bnr a.hover{
    opacity: 0.75;
  }
  .top-decla .declaration .catch{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
}

/* ------------------------------------------------------------------
top-info
------------------------------------------------------------------ */
@media only screen and (min-width:1000px) {
  .top-info{
    padding: 60px 0 80px;
  }
  .top-info-in{
		max-width: 980px;
    padding: 0 20px;
    margin: auto;
  }
  .infolist{
    position: relative;
  }
  .infolist ul{
    margin: 0 0 40px;
  }
  .infolist ul li{
    position: relative;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
  }
  .infolist ul li:last-of-type{
    border-bottom: 1px solid #ddd;
  }
  .infolist ul li a{
    display: block;
    padding: 15px 15px 40px;
  }
  .infolist ul li a:hover{
    background: #f9f9f9;
  }
  .infolist ul li .data{
    margin: 0 0 10px;
    letter-spacing: -.4em;
  }
  .infolist ul li .tax{
    margin: 0 0 15px;
    letter-spacing: -.4em;
  }
  .infolist ul li span{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin: 0 8px 0 0;
  }
  .infolist ul li .data .event{
    font-weight: 700;
  }
  .infolist ul li .tax span{
    padding: 5px 10px;
    background: #222;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 10px;
  }
  .infolist .sub{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .infolist .desc{
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width:999px) {
  .top-info{
    padding: 30px 0 40px;
  }
  .top-info-in{
		width: 90%;
    margin: auto;
  }
  .infolist{
  }
  .infolist ul{
    margin: 0 0 40px;
  }
  .infolist ul li{
    position: relative;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
  }
  .infolist ul li:last-of-type{
    border-bottom: 1px solid #ddd;
  }
  .infolist ul li a{
    display: block;
    padding: 10px 0 30px;
  }
  .infolist ul li a.hover{
    background: #f9f9f9;
  }
  .infolist ul li .data{
    margin: 0 0 5px;
    letter-spacing: -.4em;
  }
  .infolist ul li .tax{
    margin: 0 0 10px;
    letter-spacing: -.4em;
  }
  .infolist ul li span{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin: 0 5px 5px 0;
  }
  .infolist ul li .data .event{
    font-weight: 700;
  }
  .infolist ul li .tax span{
    padding: 5px 10px;
    background: #222;
    font-size: 1.0rem;
    color: #fff;
    border-radius: 10px;
  }
  .infolist .sub{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .infolist .desc{
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

/* ------------------------------------------------------------------
top-covid
------------------------------------------------------------------ */
@media only screen and (min-width:1000px) {
  .top-covid{
		max-width: 1200px;
    margin: auto;
  }
  .top-covid-in{
		max-width: 980px;
    padding: 60px 20px;
    margin: auto;
  }
  .top-covid ul.nav{
    position: relative;
    margin: -30px auto 0;
    box-sizing: border-box;
    letter-spacing: -.4em;
  }
  .top-covid ul.nav li{
    display: inline-block;
    letter-spacing: normal;
    width: 50%;
  }
  .top-covid ul.nav li a{
    display: table-cell;
    width: 600px;
    vertical-align: middle;
  }
  .top-covid ul.nav li:nth-of-type(1) a{
    background: #3da1cd;
  }
  .top-covid ul.nav li:nth-of-type(2) a{
    background: #25b7aa;
  }
  .top-covid ul.nav li p{
    position: relative;
    font-size: 2.0rem;
    font-weight: 600;
    background: #fff;
    height: 80px;
    line-height: 80px;
    margin: 40px;
    padding: 0 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  .top-covid ul.nav li img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 60px;
    height: auto;
    line-height: normal;
  }
  .top-covid ul.nav li:first-of-type img{
    margin-top: -6px;
  }
	.top-covid ul.nav li i{
		position: absolute;
		top: 50%;
		right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	}
  .top-covid ul.nav li a:hover{
    opacity: 0.75;
  }
  .covidlist{
    position: relative;
  }
  .covidlist ul{
    margin: 0 0 40px;
  }
  .covidlist ul li{
    position: relative;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
  }
  .covidlist ul li:last-of-type{
    border-bottom: 1px solid #ddd;
  }
  .covidlist ul li a{
    display: block;
    padding: 15px 15px 40px;
  }
  .covidlist ul li a:hover{
    background: #f9f9f9;
  }
  .covidlist ul li .data{
    margin: 0 0 10px;
    letter-spacing: -.4em;
  }
  .covidlist ul li .tax{
    margin: 0 0 15px;
    letter-spacing: -.4em;
  }
  .covidlist ul li span{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin: 0 8px 0 0;
  }
  .covidlist ul li .data .event{
    font-weight: 700;
  }
  .covidlist ul li .tax span{
    padding: 5px 10px;
    background: #222;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 10px;
  }
  .covidlist .sub{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .covidlist .desc{
    font-size: 1.4rem;
    line-height: 1.8;
  }
	.covid_category{
    margin-top: 60px;
	}
	.covid_category ul{
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.covid_category li{
    list-style: none;
    width: 48.5%;
	}
	.covid_category li + li {
	  margin-left: 3%;
	}
	.covid_category li:nth-child(n+3) {
	  margin-top: 15px;
	  margin-left: 0;
	}
	.covid_category li:nth-child(even) {
	  margin-left: 3%;
	}
	.covid_category a{
		position: relative;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    padding: 23px 20px;
    max-width: 400px;
    background: #fff;
		border: 3px solid #3da1cd;
    font-weight: bold;
    color: #222222;
    border-radius: 15px;
    font-size: 16px;
    padding: 15px 10px;
	}
	.covid_category a:hover{
    text-decoration: none;
    background: #3da1cd;
    color: #fff;
	}
	.covid_category a i {
	    content: "";
	    position: absolute;
	    top: 50%;
	    right: 25px;
	    -webkit-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	}
}
@media only screen and (max-width:999px) {
  .top-covid{
  }
  .top-covid-in{
    padding: 30px 0 40px;
		width: 90%;
    margin: auto;
  }
  .top-covid ul.nav{
  }
  .top-covid ul.nav li{
  }
  .top-covid ul.nav li a{
    display: block;
    padding: 10px;
  }
  .top-covid ul.nav li:nth-of-type(1) a{
    background: #3da1cd;
  }
  .top-covid ul.nav li:nth-of-type(2) a{
    background: #25b7aa;
  }
  .top-covid ul.nav li p{
    position: relative;
    font-size: 4.2vw;
    font-weight: 600;
    background: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  .top-covid ul.nav li img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 10vw;
    height: auto;
    line-height: normal;
  }
  .top-covid ul.nav li:first-of-type img{
    margin-top: -6px;
  }
	.top-covid ul.nav li i{
		position: absolute;
		top: 50%;
		right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	}
  .top-covid ul.nav li a:hover{
    opacity: 0.75;
  }
  .covidlist{
  }
  .covidlist ul{
    margin: 0 0 40px;
  }
  .covidlist ul li{
    position: relative;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
  }
  .covidlist ul li:last-of-type{
    border-bottom: 1px solid #ddd;
  }
  .covidlist ul li a{
    display: block;
    padding: 10px 0 30px;
  }
  .covidlist ul li a.hover{
    background: #f9f9f9;
  }
  .covidlist ul li .data{
    margin: 0 0 5px;
    letter-spacing: -.4em;
  }
  .covidlist ul li .tax{
    margin: 0 0 10px;
    letter-spacing: -.4em;
  }
  .covidlist ul li span{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin: 0 5px 5px 0;
  }
  .covidlist ul li .data .event{
    font-weight: 700;
  }
  .covidlist ul li .tax span{
    padding: 5px 10px;
    background: #222;
    font-size: 1.0rem;
    color: #fff;
    border-radius: 10px;
  }
  .covidlist .sub{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .covidlist .desc{
    font-size: 1.2rem;
    line-height: 1.8;
  }
	.covid_category{
    margin-top: 30px;
	}
	.covid_category ul{
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.covid_category li{
    list-style: none;
    width: 100%;
	}
	.covid_category li + li {
	  margin-top: 10px;
	}
	.covid_category li:nth-child(n+3) {
	}
	.covid_category li:nth-child(even) {
	}
	.covid_category a{
		position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    padding: 23px 20px;
    max-width: 400px;
    background: #fff;
		border: 3px solid #3da1cd;
    font-weight: bold;
    color: #222222;
    border-radius: 15px;
    font-size: 16px;
    padding: 15px 10px;
	}
	.covid_category a:hover{
    text-decoration: none;
    background: #3da1cd;
    color: #fff;
	}
	.covid_category a i {
	    content: "";
	    position: absolute;
	    top: 50%;
	    right: 17px;
	    -webkit-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	}

}

/* ------------------------------------------------------------------
top-about
------------------------------------------------------------------ */
@media only screen and (min-width:1000px) {
  .top-about{
    padding: 60px 0 80px;
    background: #ebf5fa;
  }
  .top-about-in{
		max-width: 1200px;
    padding: 0 20px;
    margin: auto;
  }
  .aboutlist{
    position: relative;
    border: 1px solid #3da1cd;
    border-radius: 10px;
    padding: 30px 30px 50px;
    background: #fff;
    overflow: hidden;
  }
  .aboutlist ul{
    overflow: hidden;
  }
  .aboutlist ul li{
    width: 48%;
    float: left;
    margin: 0 0 30px;
  }
  .aboutlist ul li:nth-of-type(2n){
    float: right;
  }
  .aboutlist ul li a{
    display: block;
  }
  .aboutlist ul li a:hover{
    opacity: 0.75;
  }
  .aboutlist ul li .sub{
    font-weight: 700;
    color: #0d90ca;
    line-height: 1.4;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #3da1cd;
  }
  .aboutlist ul li .wrap{
    overflow: hidden;
  }
  .aboutlist ul li .wrap .pic{
    width: 32%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
  }
  .aboutlist ul li .wrap p{
    width: 64%;
    float: right;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .aboutlist .btn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: #3da1cd;
    cursor: pointer;
  }
	.aboutlist .btn i{
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	}
}
@media only screen and (max-width:999px) {
  .top-about{
    padding: 30px 0 40px;
    background: #ebf5fa;
  }
  .top-about-in{
		width: 90%;
    margin: auto;
  }
  .aboutlist{
    position: relative;
    border: 1px solid #3da1cd;
    border-radius: 10px;
    padding: 15px 15px 40px;
    background: #fff;
    overflow: hidden;
  }
  .aboutlist ul{
    overflow: hidden;
  }
  .aboutlist ul li{
    margin: 0 0 15px;
  }
  .aboutlist ul li a{
    display: block;
  }
  .aboutlist ul li a.hover{
    opacity: 0.75;
  }
  .aboutlist ul li .sub{
    font-weight: 700;
    color: #0d90ca;
    line-height: 1.4;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #3da1cd;
  }
  .aboutlist ul li .wrap{
    overflow: hidden;
  }
  .aboutlist ul li .wrap .pic{
    width: 36%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
  }
  .aboutlist ul li .wrap p{
    width: 60%;
    float: right;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .aboutlist .btn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: #3da1cd;
    cursor: pointer;
  }
	.aboutlist .btn i{
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	}
}

/* ------------------------------------------------------------------
top-access
------------------------------------------------------------------ */
@media only screen and (min-width:1000px) {
  .top-access{
    padding: 80px 0;
  }
  .top-access-in{
		max-width: 1200px;
    padding: 0 20px;
    margin: auto;
  }
  .top-access .address{
    line-height: 1.8;
    margin: 0 0 40px;
    text-align: center;
  }
  .top-access .map{
    position: relative;
    height: 400px;
  }
  .top-access .map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width:999px) {
  .top-access{
    padding: 40px 0;
  }
  .top-access-in{
		width: 90%;
    margin: auto;
  }
  .top-access .address{
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .top-access .address a{
    color: #0d90ca;
    text-decoration: underline;
  }
  .top-access .map{
    position: relative;
    height: 300px;
  }
  .top-access .map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* ------------------------------------------------------------------
top-bnrs
------------------------------------------------------------------ */
@media only screen and (min-width:1000px) {
  .top-bnrs{
    padding: 0 0 40px;
  }
  .top-bnrs-in{
		max-width: 1200px;
    padding: 0 20px;
    margin: auto;
  }
  .top-bnrs ul{
    letter-spacing: -.4em;
    text-align: center;
  }
  .top-bnrs ul li{
    display: inline-block;
    letter-spacing: normal;
    margin: 0 20px;
  }
  .top-bnrs ul li a{
    display: block;
  }
  .top-bnrs ul li a:hover{
    opacity: 0.75;
  }

  .top-subbnrs{
    padding: 0 0 40px;
  }
  .top-subbnrs-in{
		max-width: 1200px;
    padding: 0 20px;
    margin:25px auto;
  }
  .top-subbnrs ul{
    letter-spacing: -.4em;
		text-align: center;

		display:-webkit-box;
  	display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
  }
  .top-subbnrs ul li{
    display: inline-block;
    letter-spacing: normal;
		/* margin: 0 20px; */
		margin: 0 35px 20px;
    width: 20%;
  }
  .top-subbnrs ul li a{
    display: block;
  }
  .top-subbnrs ul li a:hover{
    opacity: 0.75;
  }

}
@media only screen and (max-width:999px) {
  .top-bnrs{
    padding: 0 0 20px;
  }
  .top-bnrs-in{
		width: 90%;
    margin: auto;
  }
  .top-bnrs ul{
    text-align: center;
  }
  .top-bnrs ul li{
    margin: 0 0 20px;
  }
  .top-bnrs ul li:last-of-type{
    margin: 0;
  }
  .top-bnrs ul li a{
    display: block;
  }
  .top-bnrs ul li a.hover{
    opacity: 0.75;
  }

  .top-subbnrs{
    padding: 0 0 20px;
  }
  .top-subbnrs-in{
		width: 90%;
    margin: auto;
  }
  .top-subbnrs ul{
    text-align: center;
  }
  .top-subbnrs ul li{
    margin: 0 0 20px;
		width: 49%;
		display: inline-block;
  }
  .top-subbnrs ul li:last-of-type{
    margin: 0;
  }
  .top-subbnrs ul li a{
    display: block;
  }
  .top-subbnrs ul li a.hover{
    opacity: 0.75;
  }
}
