@charset "UTF-8";
/* CSS Document */

.sp{
	display:none !important;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#top,#map.#news,#test,#report{
	display: block;
	width: 100%;
	height: 0;
	float: left;
	clear: both;
}

img{
	border:0;
	border-style:none;
    max-width: 100%;
    height: auto;
}

a img {
	border:0;
    border-style:none;
}

html{
	height:100%;
}

body{
	width:100%;
	height:100%;
	font-weight: 200;
	margin:0;
}

ol,ul {
	list-style:none;
}

{
	white-space: nowrap;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
header{
	display: block;
	width: 100%;
	height: auto;
	clear: both;
}
main{
	display:block;
	width:100%;
	margin:0 0 0 0;
	padding:0 !important;
	float:left;
	clear:both;
}
footer {
	display: block;
	width: 100%;
	background-color:#f5f5f5;
	text-align:center;
	color:#000;
	padding:0;
	margin: 0 0 0 0;
	position: relative;
	z-index: 2;
	float: left;
	clear: both;
}

.copyright{
	display: block;
	width:98%;
	height:15px;
	text-align:center;
	color: #fff !important;
	font-size:10px;
	padding: 20px 1% !important;
	margin:0 !important;
	background-color: #1C4495;
	float: left;
	clear: both;
}

nav{
	display: block;
	position: fixed;
	width: 100%;
	height: 105px;
	background-color: #fff;
	background-image: url("../images/header_bg.png");
	background-position: bottom center;
	background-size: 100% 5px;
	background-repeat: no-repeat;
	margin: 0;
	top:0;
	left: 0;
	z-index: 10;
	filter: drop-shadow(0 5px 20px rgba(0,9,0,0.2));
}
.hnavi a{
	display:block;
	position: absolute;
	width:180px;
	margin: 16px 20px 0 0;
	right: 20px;
}


.gnavi{
	display:inline-block;
	width:auto;
	height:100px;
	margin:0 0 0 0;
	float: left;
}

@media screen and (max-width:975px) {
	.gnavi li a{
		display:inline-block;
		height: 75px;
		text-decoration: none;
		font-size: 13px;
		font-weight: 200;
		text-align: center;
		color: #1C4495;
		border-right: solid 1px #ccc;
		padding: 25px 8px 0 8px;
		background-position: center 60px;
		background-repeat: no-repeat;
		background-size: 35px auto;
		transition-duration: 0.6s;
	}
	.hnavi a{
		width:140px;
		margin: 25px 10px 0 0;
	}
}
@media screen and (min-width:976px) and ( max-width:1149px)  {
	.gnavi li a{
		display:inline-block;
		height: 75px;
		text-decoration: none;
		font-size: 15px;
		font-weight: 200;
		text-align: center;
		color: #1C4495;
		border-right: solid 1px #ccc;
		padding: 25px 20px 0 20px;
		background-position: center 60px;
		background-repeat: no-repeat;
		background-size: 35px auto;
		transition-duration: 0.6s;
	}
	.hnavi a{
		width:160px;
		margin: 22px 10px 0 0;
	}
}
@media screen and (min-width:1150px) {
	.gnavi li a{
		display:inline-block;
		height: 75px;
		text-decoration: none;
		font-size: 17px;
		font-weight: 200;
		text-align: center;
		color: #1C4495;
		border-right: solid 1px #ccc;
		padding: 25px 30px 0 30px;
		background-position: center 60px;
		background-repeat: no-repeat;
		background-size: 35px auto;
		transition-duration: 0.6s;
	}
}
.gnavi01 a{
	background-image: url("../images/fish1.png");
	padding: 25px 50px 0 50px !important;
}
.gnavi02 a{
	background-image: url("../images/fish2.png");
}
.gnavi03 a{
	background-image: url("../images/fish3.png");
}
.gnavi04 a{
	background-image: url("../images/fish4.png");
}
.gnavi05 a{
	background-image: url("../images/fish5.png");
}

.gnavi03 span,.news_area h2 span{
	font-size: 80%;
	padding: 0 2px;
}

.gnavi li{
	float:left;
}

.gnavi li a:hover{
	transition-duration: 0.2s;
	background-color:#72CCFF;
}

#topimg{
	display: block;
	width: 100%;
	height: auto;
	margin: 105px 0 50px 0;
	background-image:url("../images/topimg.jpg");
	background-size: cover;
	background-position: top center;
	float: left;
	clear: both;
}
#topimg img{
	display: block;
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: 10vh auto;
}

#topimg2{
	display: block;
	width: 100%;
	height: auto;
	margin: 105px 0 0 0;
	background-image:url("../images/topimg.jpg");
	background-size: cover;
	background-position: center center;
	float: left;
	clear: both;
}
#topimg2 img{
	display: block;
	width: 60%;
	max-width: 500px;
	height: auto;
	margin: 50px auto;
}

#topimg3{
	display: block;
	width: 100%;
	height: auto;
	margin: 105px 0 0 0;
	background-image:url("../images/topimg03.jpg");
	background-size: cover;
	background-position: center center;
	float: left;
	clear: both;
}
#topimg3 img{
	display: block;
	width: 80%;
	max-width: 800px;
	height: auto;
	margin: 50px auto;
}

article h2{
	font-weight: 300 !important;
	letter-spacing: 2px;
	font-size: 35px;
}

.lead_area article{
	display: block;
	width: 90%;
	padding: 0 0 100px 0;
	margin: 0 auto 0 auto;
	background-image:url("../images/lead_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	clear: both;
}
.lead_area h2 img{
	display: block;
	width: 550px;
	height: auto;
	margin: 0 auto 30px auto;
}
.lead_area article p{
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
}

.map_area{
	display: block;
	background-image: url("../images/map_bg.jpg");
	background-size: cover;
	background-position: top center;
}
.map_area2022{
	padding-top: 80px !important;
}
.map_area article{
	display: block;
	width: 90%;
	max-width: 840px;
	margin: 0 auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	clear: both;
}
.map_area article .left_column{
	display: block;
	width: 58%;
	max-width: 460px;
	float: left;
}

.map_area article .right_column{
	display: block;
	width: 38%;
	max-width: 310px;
	float: right;
}

.tweet{
	display: block;
	width: calc(100% - 10px); 
	font-size: 18px;
	font-weight: 800;
	background-color: #019FE6;
	border: solid 5px #019FE6;
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
	clear: both;
}
.tweet .left_tweet a{
	display: inline;
	text-decoration: none;
	color: #fff;
	padding: 5px 0 0 10px;
	float: left;
}
.tweet .right_tweet{
	display: inline;
	background-color: #fff;
	color: #4C78B9;
	padding: 4px 8px;
	float: right;
}

.map_area article .left_column p{
	font-size: 15px;
	line-height: 180%;
	text-align: justify;
	margin-bottom: 20px;
}
.map_area article .left_column p strong{
	font-size: 18px;
}
.permission{
	font-size: 70%;
	color: #666;
}

.chiba_map{
	display: block;
	width: 90%;
	max-width: 550px;
	margin: 0 auto 100px auto;
	filter: drop-shadow(0 0 20px rgba(0,121,205,0.2));
}

.count_area{
	display: block;
	position: relative;
	width: 250px;
	height: 100px;
	margin: -350px 50px 0 0;
	float: right;
}
.count_area p strong{
	display: block;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 5px;
}
.count{
	font-size: 30px;
	font-weight: 800;
	color: #019FE6;
}
.count span{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 45px;
	font-weight: 800;
	border:solid 4px #019FE6;
	background-color: #fff;
	padding: 0 5px;
	margin-right: 4px;
}

.news_area{
	min-height: 200px;
	padding: 50px 0 80px 0;
}
.news_area2022{
	background-color: #DDF6FF;
}
.news_area h2{
	display: block;
	height: 120px;
	text-align: center;
}

.news_area article{
	display: block;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.topics{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 50px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
.topics a{
	color: #000;
}
.topics a:hover{
	text-decoration: none;
}
.topics dt{
	display: inline-block;
	width: 20%;
	max-width: 130px;
	font-weight: 600;
	margin: 0 0 15px 0;
	float: left;
}
.topics dd{
	display: inline-block;
	width: 80%;
	max-width: 670px;
	margin: 0 0 15px 0;
	float: left;
	clear: right;
}
.news_bt a{
	display: block;
	width: 180px;
	font-size: 12px;
	color: #1C4495;
	text-align: center;
	text-decoration: none;
	border: solid 1px #1C4495;
	background-image: url("../images/fish_tri.png");
	background-repeat: no-repeat;
	background-position: 165px center;
	background-size: 26px auto;
	padding: 8px 20px 5px 0;
	margin: 0 auto;
	clear: both;
	transition-duration: 0.5s;
}
.news_bt a:hover{
	background-color: #72CCFF;
	transition-duration: 0.2s;
}
.news_bt span{
	font-size: 80%;
	padding: 0 3px;
}

.test_area{
	background-color:#1C4495;
	min-height: 200px;
	padding: 50px 0;
}
.test_area h2{
	display: block;
	height: 120px;
	text-align: center;
	color: #fff;
}
.test_area article{
	display: block;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.test_area article .comingsoon{
	font-family: Arial, Helvetica, "sans-serif";
	display: block;
	text-align: center;
	color: #61C5F1;
	font-size:25px;
	font-weight: 800;
}

.report_area{
	background-color:#FFF1A2;
	min-height: 200px;
	padding: 50px 0 80px 0;
}
.report_area2022{
	background-color:#fff !important;
    border-top: solid 8px #B4DCFD;
    border-bottom: solid 8px #B4DCFD;
}
.report_area h2{
	display: block;
	height: 150px;
	text-align: center;
}
.report_area article{
	display: block;
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
.report_block_area{
    display: flex;
    width: 100%;
    flex-wrap:wrap;
    justify-content: space-between;
    float: left;
    clear: both;
}
.report_block_area .block{
	display: inline-block;
	width: calc(31% - 32px);
    background-color: #fff !important;
    border: solid 1px #0273BC !important;
    padding: 15px;
	margin: 0 0 50px 0;
    border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
}
.report_area article .block .thumbnail{
	margin-bottom: 15px;
}
.report_area article .block .thumbnail img{
	display: block;
	width: 100% !important;
	height: 160px;
	object-fit: cover !important; 
}
.report_area article .block .text{
	font-size: 70%;
	line-height: 160%;
}
.report_area article .block .text .title{
	display: block;
	width: 100%;
	font-size: 110%;
	line-height: 160%;
	font-weight: 600;
	margin-bottom: 10px;
	float: left;
	clear: both;
}
.report_area article .title a{
	color: #000;
}
.report_area article .title a:hover{
	text-decoration: none;
}
.date{
	display: block;
	width: 120px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color: #ff6600;
	padding: 3px 0 1px 0;
	margin-bottom: 5px;
	float: left;
	clear: both;
}
.report_area2022 .date{
	display: block;
	width: 100% !important;
	text-align: left !important;
	font-size: 12px;
	color: #0273BC;
	background-color: transparent !important;
	padding: 0 !important;
	margin-bottom: 5px;
	float: left;
	clear: both;
}
.report_bt a{
	display: block;
	width: 180px;
	font-size: 12px;
	color: #000;
	text-align: center;
	text-decoration: none;
	border: solid 1px #000;
	background-image: url("../images/fish_tri.png");
	background-repeat: no-repeat;
	background-position: 165px center;
	background-size: 26px auto;
	padding: 8px 20px 5px 0;
	margin: 0 auto;
	clear: both;
	transition-duration: 0.5s;
}
.report_bt a:hover{
	background-color: #72CCFF;
	transition-duration: 0.2s;
}

.collaboration_area{
	min-height: 200px;
	padding: 50px 0;
}
.collaboration_area h2{
	display: block;
	height: 300px;
	text-align: center;
}
.collaboration_area article{
	display: block;
	width: 90%;
	text-align: center !important;
	max-width: 1100px;
	margin: 0 auto;
}
.collaboration_area article p{
	text-align: center !important;
}
.collaboration_area article .comingsoon{
	font-family: Arial, Helvetica, "sans-serif";
	display: block;
	text-align: center;
	color: #61C5F1;
	font-size:25px;
	font-weight: 800;
}
.collaboration_area hr{
    display: block;
	width: 90%;
	height: 30px;
	border: 0;
	border-top: solid 1px #ccc;
    margin: 30px 5% 0 5%;
	float: left;
	clear: both;
}

.banner{
	display: block;
	text-align: center;
	margin: 50px 0;
}
.banner li{
	display: inline-block;
	margin: 0 20px;
}

.news_contents{
	display: block;
	width: 90%;
	max-width: 1100px;
	margin: 50px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	clear: both;
}

.news_contents article img{
	max-width: 100%;
	height: auto;
}

.news_contents article{
	display: block;
	width: 71%;
	max-width: 800px;
	padding-right: 2%;
	margin: 0;
	float: left;
}
.news_contents aside{
	display: block;
	width: 24%;
	max-width: 250px;
	margin: 0 0 0 0;
	float: right;
}

.news_contents article .title{
	display: block;
	width: 100%;
	font-size: 120%;
	text-align: justify;
	margin-bottom: 15px;
	float: left;
	clear: both;
}
.news_contents article .title strong{
	font-weight: 600;
}

.news_contents article .date{
	display: block;
	width: 100%;
	font-size: 80%;
	text-align: left;
	color: #666;
	background-color: transparent;
	border-bottom: solid 1px #999;
	padding-bottom: 20px;
	margin-bottom: 35px;
	float: left;
	clear: both;
}

.news_contents article .text_block p{
	font-size: 90%;
	line-height: 180%;
	text-align: justify;
	margin-bottom: 20px;
}

.back{
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	margin-top: 100px;
}

.back a{
	display: block;
	width: 130px;
	font-size: 11px;
	color: #1C4495;
	text-align: center;
	text-decoration: none;
	border: solid 1px #1C4495;
	padding: 3px 0 1px 0;
	margin: 0 auto;
	clear: both;
	transition-duration: 0.5s;
}
.back a:hover{
	background-color: #72CCFF;
	transition-duration: 0.2s;
}

.news_links{
	display: block;
	width: calc(100% - 30px);
	font-size: 10px !important;
	background-color: #f5f5f5;
	padding: 10px 15px;
	margin: 100px 0 0 0;
	float: left;
	clear: both;
}

.news_links a{
	color: #000;
}
.news_links a:hover{
	text-decoration: none;
}
.left_link{
	display: block;
	float: left;
}
.right_link{
	display: block;
	float: right;
}


.program-widget-title{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 15px !important;
	text-align: center;
	font-weight: 600;
	padding: 10px 0 8px 0;
	background-color: #59ACE6;
	float: left;
	clear: both;
}
.program-widget h3{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 15px !important;
	text-align: center;
	font-weight: 600;
	padding: 10px 0 8px 0;
	margin-top: 30px;
	background-color: #59ACE6;
	float: left;
	clear: both;
}
.program-widget li{
	display: block;
	width: 100%;
	border-top: solid 1px #ccc;
	float: left;
	clear: both;
}
.program-widget li a{
	display: block;
	width: calc(100% - 55px) ;
	text-decoration: none;
	font-size: 12px !important;
	line-height: 130% !important;
	color: #000;
	background-image: url("../images/tri.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 14px 15px 11px 40px;
	float: left;
	clear: both;
	transition-duration: 0.6s;
}
.program-widget li a:hover{
	background-color: #72CCFF;
	transition-duration: 0.2s;
}


/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
	transition: 1.4s;
	transform: translateY(40px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


.news_contents article hr{
	display: block;
	width: 100%;
	height: 5px;
	border: 0;
	border-top: solid 1px #999;
	float: left;
	clear: both;
}
.news_contents article .date2{
	display: block;
	width: 100%;
	font-size: 80%;
	text-align: left;
	color: #666;
	background-color: transparent;
	margin-bottom: 25px;
	float: left;
	clear: both;
}
.news_contents article .title2{
	display: block;
	width: 100%;
	font-size:130%;
	text-align: justify;
	color: #666;
	background-color: transparent;
	margin: 20px 0 5px 0;
	float: left;
	clear: both;
}
.news_contents article .title2 a{
	color: #000;
	text-decoration: none;
}
.news_contents article .title2 a:hover{
	color: #ccc;
}
.category_title{
	display: block;
	width: 100%;
	text-align: center;
	background-color: #ACD7F5;
	padding: 6px 0;
	margin-bottom: 30px;
}

/* pager */
.pager{
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	font-size:14px;
	margin:50px 0 0 0;
	float:left;
	clear:both;
}

a.page-numbers,
.pager .current{
	color: #0273BC;
	text-decoration: none;
	border:solid 1px #0273BC;
	padding:4px 6px 3px 6px;
	margin:0 2px;
}
.pager .current{
	border:solid 1px #0273BC;
	background:#0273BC;
	color:#fff;
}

.test_contents{
	display: block;
	width: 100%;
	background-color: #87C4EF;
	padding: 50px 0;
	margin: 0 !important;
	float: left;
	clear: both;
}

.test_contents article{
	display: block;
	width: 80%;
	max-width: 900px;
	background-color: #fff;
	padding: 50px;
	margin: 0 auto!important;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	clear: both;
}

.test_lead{
	font-size: 15px !important;
	line-height: 180%;
	text-align: center;
	margin-bottom: 40px !important;
}

.test_title{
	display: block;
	width: 80%;
	margin: 0 10% 30px 10%;
}

.fca_qc_start_button{
	font-family: Arial, Helvetica, "sans-serif !important";
	width: 500px !important;
	font-weight: 800 !important;
	font-size: 45px !important;
	padding: 20px 0 !important;
	margin-bottom: 50px !important;
	border-radius:100px !important;
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
}

.flip-container #fca_qc_question{
	text-align: justify!important;
	font-size: 17px !important;
	line-height: 170% !important;
	color: #1C4495 !important;
	font-weight: 600 !important;
	margin-bottom: 50px !important;
}

.fca_qc_next_question{
	width: 180px !important;
	font-size: 20px !important;
	padding: 12px 0 !important;
	margin: 30px auto 0 auto!important;
}
#fca_qc_question_right_or_wrong{
	font-family: Arial, Helvetica, "sans-serif !important";
	font-size: 35px !important;
	font-weight: 800 !important;
}
.fca_qc_back_response{
	font-size: 17px !important;
}
#fca_qc_question_back{
	text-align: justify !important;
	padding: 0 20px;
}

.fca_qc_score_text{
	font-family: Arial, Helvetica, "sans-serif !important";
	font-size: 40px !important;
	font-weight: 800 !important;
	color: #4EADF0 !important;
}

.fca_qc_score_desc p{
	display: block !important;
	width: 100% !important;
	font-size: 13px !important;
	line-height: 150% !important;
	text-align: left !important;
	background-color: #D7F4FC !important;
	padding: 15px !important;
	margin-bottom: 20px !important;
	border-radius:12px !important;
	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	float: left !important;
	clear: both !important;
}

.fca_qc_score_desc p strong{
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 13px !important;
	padding:20px 0 5px 0 !important;
	float: left !important;
	clear: both !important;
}

.twitter-timeline{
	display: block;
	width: 90%;
	height: 600px;
	margin: 0 5% 50px 5% !important;
	float: left;
	clear: both;
}

.kentei_bnr{
	display: block;
	width: 80%;
	max-width: 800px;
	height: auto;
	margin: 0 auto 50px auto;
}
.kentei_lead{
	display: block;
	width: 80%;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center !important;
	margin: 0 auto 50px auto;
}

.item_img{
	display: block;
	margin: 0 auto;
}
.item_text{
	text-align: center;
	font-size: 17px !important;
	line-height: 170% !important;
	font-weight: 500 !important;
	margin-bottom: 30px !important;
}
.hanbai_text{
	text-align: center;
	font-size: 14px !important;
	line-height: 150% !important;
	font-weight: 400 !important;
}
.hanbai_caution{
	margin-top: 20px !important;
	text-align: center;
	font-size: 12px !important;
}