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

/* ===== #Page__level2 ===== */
#Page__level2.sitereport .Heading__body{
display: block;	
} 
#Page__level2.sitereport .HeadingPrimary .Heading{
max-width: 500px;
margin: 0 auto;
display: block;
padding-bottom:1.5rem;
border-bottom:1px solid;
border-color:var(--kblue);

text-align: center;
} 
	@media only screen and (max-width: 559px) {
		#Page__level2.sitereport .HeadingPrimary .Heading{
		max-width: 320px;
		} 
	}
#Page__level2.sitereport .HeadingPrimary .Heading img{
max-width: 442px;
} 
#Page__level2.sitereport .HeadingPrimary .Text{
font-size: 20px;
line-height: 30px;
font-weight: 700;
text-align: center;
color:#333;
margin: 1.5rem auto 0 auto;
} 
	@media only screen and (max-width: 559px) {
		#Page__level2.sitereport .HeadingPrimary .Text{
		font-size: 16px;
		line-height: 24px;
		} 
	}

.SiteReport__cardlist{
margin: 1rem 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: stretch;
	align-content: flex-start;
	column-gap:3rem;
	row-gap:8rem;
}
.report_note {
	margin-top:5rem;
	font-size:12px;
	text-align:right;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
	  .SiteReport__cardlist{
		margin: 4rem 0 0 0;
		column-gap:3rem;
		row-gap:6rem;
	  }
	}
	@media only screen and (max-width: 559px) {
	  .SiteReport__cardlist{
		margin: 3rem 0 0 0;
		column-gap:2rem;
		row-gap:3rem;
	  }
	}
.SiteReport__cardItem{
	width:calc((100% - 6rem)/3);
	position: relative;
	}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
	  .SiteReport__cardItem {
		width:calc((100% - 3rem)/2);
	  }
	}
	@media only screen and (max-width: 559px) {
	  .SiteReport__cardItem {
		 width:calc((100% - 2rem)/2);
	  }
	}
.SiteReportCard{
	height: 100%;
	}
a .SiteReportCard{
	color:#666;
	}
	
.SiteReportCard .SiteReport__imgWrap{
	display: block;
	width:100%;
	aspect-ratio: 700 / 393;
	overflow: hidden;
	position: relative;
	  }
.SiteReportCard .SiteReport__img{
	  display: block;
	  width:100%;
	  margin: 0 auto;
	  }

  .SiteReportCard__body{
  width:100%;
  }
.SiteReportCard__body .SiteReport__ttl__Wrap{
width:100%;
min-height: 60px;
margin-top: 2.5rem;
margin-bottom:0.5rem;
padding-bottom:0.5rem;
border-bottom:2px solid #ccc;

display: flex;
justify-content: space-between;
align-items: center;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
	  .SiteReportCard__body .SiteReport__ttl__Wrap{
		 min-height: 60px;
		 margin-top: 1rem;
	  }
	}
	@media only screen and (max-width: 559px) {
	   .SiteReportCard__body .SiteReport__ttl__Wrap{
		 min-height: 80px;
		 margin-top: 0.6rem;
		 margin-bottom:0.4rem;
		 padding-bottom:0.4rem;
	  }
	}
.SiteReportCard__body .SiteReport__ttl{
 width:calc(100% - 40px);
 font-size: 2rem;
 line-height: 1.4;
 font-weight: 600;
 color:#333;
 position: relative;
 }
	@media only screen and (min-width: 560px) and (max-width: 959px) {
	 .SiteReportCard__body .SiteReport__ttl{
		 font-size: 1.8rem;
	  }
	}
	@media only screen and (max-width: 559px) {
	  .SiteReportCard__body .SiteReport__ttl{
		 width:calc(100% - 25px);
		 font-size: 1.6rem;
	  }
	}
.SiteReportCard__button{
width:30px;
height: 30px;
overflow: hidden;
position: relative;
}
	@media only screen and (max-width: 559px) {
	   .SiteReportCard__button{
		 width:20px;
		height: 20px;
	  }
	}
.SiteReportCard__button .Button{
	width:100%;
	height: 100%;
	position: relative;
	margin: 0;
	}
.SiteReportCard__button .Button__text{
	display: none;
	}
.SiteReportCard__button .Button::before{
	content: "";
  display: inline-block;
  position: absolute;
	top: 40%;
    left: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}
	@media only screen and (max-width: 559px) {
	  .SiteReportCard__button .Button::before{
		 top: 35%;
		 width: 0.6rem;
		  height: 0.6rem;
		  border-top: 1px solid #FFF;
		  border-right: 1px solid #FFF;
	  }
	}
.SiteReportCard__body .SiteReport__infoList{
font-size: 1.4rem;
}
	@media only screen and (max-width: 559px) {
	  .SiteReportCard__body .SiteReport__infoList{
		font-size: 1.2rem;
		line-height: 1.5;
		}
	}
	

/* ===== #Page__level3 ===== */
#Page__level3.sitereport .Hero__wrap{
margin: 0;
}
#Page__level3.sitereport .SiteReport_Categolytitle{
width:228px;
margin-left: auto;
margin-bottom:15px;
text-align: center;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		#Page__level3.sitereport .SiteReport_Categolytitle{
		width:180px;
		}
	}
	@media only screen and (max-width: 559px) {
	    #Page__level3.sitereport .SiteReport_Categolytitle{
		width:150px;
		margin-bottom:10px;
		}
	}
#Page__level3.sitereport .Categolytitle{
width:100%;
line-height: 1;
margin-bottom:5px;
}
#Page__level3.sitereport .SiteReport_Categolytitle .Text{
margin: 0;
font-size: 12px;
line-height: 1.5;
font-weight: 600;
}
	@media only screen and (max-width: 959px) {
	    #Page__level3.sitereport .SiteReport_Categolytitle .Text{
		font-size: 11px;
		}
	}
#Page__level3.sitereport .Hero {
height: 32vw;
  background-position: center;
  background-size: cover;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		 #Page__level3.sitereport .Hero {
		  height: 32vw;
		}
	}
	@media only screen and (max-width: 559px) {
	    #Page__level3.sitereport .Hero {
		  height: 50vw;
		}
	}
#Page__level3.sitereport  .Hero__Inner {
 align-items: center;
 justify-content: center;
}
#Page__level3.sitereport  .Hero__Inner .Heading_wrap{
padding: 0 20px;
background:rgba(255,255,255,0);
z-index: 20;
}
 #Page__level3.sitereport .Hero .Hero__heading {
font-size: 3rem;
line-height: 1.5;
font-weight: 600;
margin: 0;
padding: 0;
color: #FFF;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		 #Page__level3.sitereport .Hero .Hero__heading {
		 font-size: 2.4rem;
		}
	}
	@media only screen and (max-width: 559px) {
	    #Page__level3.sitereport .Hero .Hero__heading {
		 font-size: 2rem;
		}
	}
#Page__level3.sitereport .Hero__Information{
width:100%;
background:#e5e5e5;
padding: 12px 0;
}
	@media only screen and (max-width: 559px) {
	    #Page__level3.sitereport .Hero__Information{
		padding:10px 0;
		}
	}
#Page__level3.sitereport .Hero__Information .SiteContent__sectionInner{
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
	@media only screen and (max-width: 959px) {
	    #Page__level3.sitereport .Hero__Information .SiteContent__sectionInner{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		}
	}
#Page__level3.sitereport .Hero__Information .Text,
#Page__level3.sitereport .Hero__Information .Videothumb__Wrap p{
margin: 0;
font-size: 12px;
line-height: 1.5;
font-weight: 600;
}
#Page__level3.sitereport .Hero__Information .Videothumb__Wrap p{
 padding-right: 300px;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		 #Page__level3.sitereport .Hero__Information .Text,
		 #Page__level3.sitereport .Hero__Information .Videothumb__Wrap p{
		 padding-right: 190px;
		}
	}
	@media only screen and (max-width: 559px) {
	    #Page__level3.sitereport .Hero__Information .Text,
		#Page__level3.sitereport .Hero__Information .Videothumb__Wrap p{
		 padding-right: 135px;
		 font-size: 11px;
		}
	}
#Page__level3.sitereport .Hero__Information .Videothumb__Wrap{
width: auto;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		#Page__level3.sitereport .Hero__Information .Videothumb__Wrap{
		width:100%;
		 text-align: right;
		}
	}
	@media only screen and (max-width: 559px) {
	    #Page__level3.sitereport .Hero__Information .Videothumb__Wrap{
		 width:100%;
		 text-align: right;
		}
	}
#Page__level3.sitereport .Hero__Information .Videothumb__Wrap .Videothumb__Button a{
display: inline-block;
position: relative;
padding-right: 1.5em;
color:#666;
}
#Page__level3.sitereport .Hero__Information .Videothumb__Wrap .Videothumb__Button a:hover{
color:#00a8a9;
}
#Page__level3.sitereport .Hero__Information .Videothumb__Wrap .Videothumb__Button a::before{
content: "";
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);  
border: 5px solid transparent;
border-left: 8px solid #00a8a9; 
}



#Page__level3.sitereport .Hero__Information .Videothumb{
width: 290px;
position: absolute;
right: 100px;
bottom: 5px;
z-index: 99;
background: var(--kblue);
padding: 10px;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		#Page__level3.sitereport .Hero__Information .Videothumb{
		 width: 180px;
		 right: 50px;
		 padding: 5px;
		}
	}
	@media only screen and (max-width: 559px) {
	    #Page__level3.sitereport .Hero__Information .Videothumb{
		 width: 130px;
		 right: 20px;
		 padding: 5px;
		}
	}
#Page__level3.sitereport .Hero__Information .Videothumb__Img{
width:100%;
display: block;
position: relative;
z-index: 10;
}
#Page__level3.sitereport .Hero__Information .Videothumb__Img::after{
content:"";
width:100%;
height: 100%;
position: absolute;
left: 0;
top:0;
background: url("../images/focus/movie_arrow.png") no-repeat 0 0;
background-size: contain;
z-index: 11;
}

#Page__level3.sitereport .SectionLevel2 .Heading{
padding-bottom:0;
color:#666;
}
#Page__level3.sitereport .SectionLevel2 .Heading::after{
content: "";
display: none;
}

	


/*==========modal==========*/
@media screen and (max-width: 767px) {
.modal img {
	width:inherit;
}
}
.modal {
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  display:none;
  z-index: 1002;
}
.overLay {
  position:absolute;
  position:fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,0.7);
  width:100%;
  height:100%;
  z-index:1003;
}
.modal .inner {
	width: 80%;
	aspect-ratio: 16 / 9;
	margin: 0;
	position: fixed;
	z-index: 1004;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #ccc;
	padding: 10px;
	height: auto;
	overflow-y: scroll;
}

/*@keyframes modal{
  0% {top:-100%}
  100% {top:50%}
}
@keyframes modalClose {
  0% {top:50%}
  100% {top:100%}
} */

@media screen and (max-width: 767px) {
	.modal .inner {
	width:90%;
	}
}

a:hover img.rover {
-moz-opacity:0.7;
opacity:0.7;
filter: alpha(opacity=70);
}
a.modalClose{
	width:30px;
	display: block;
	position: absolute;
	top:-40px;
	right: 0;
	z-index: 999;
	margin-left: auto;
}
a.modalClose img{
	width:100%;
	display: inline-block;
}
a:hover.modalClose img {
	background: none;
}

#Page__level3.sitereport .Video__wrap{
width:100%;
position: relative;
margin: 0 auto;
}
#Page__level3.sitereport .Video__box{
	margin: 0;
	width: 100%;
		}
#Page__level3.sitereport .Video__box video{
	width:100%;
	height: auto;
  display: block;
  margin: auto;
		}

.report-template-default .Entry__content .textwidget h2 {
	border-bottom: 2px solid #00a8a9;
	padding: 50px 0 5px;
}
.report-template-default .so-widget-sow-image h3.widget-title {
	font-size: 12px;
	margin-top: 10px;
}