
.index-wrap {
	background:rgba(0,0,0,.8);
	margin-top: 3em;
	padding-left:.5em;
}
.index-wrap p {
	font-size:1.1em;
}
/*@media ******************************************************/
@media screen and (max-width: 1100px) {
	.wwdo-wrap {font-size: 18px ; }
}
@media screen and (max-width: 980px) {
	.wwdo-wrap {font-size: 17px; }
}
@media screen and (max-width: 530px) {
	.wwdo-wrap {font-size: 16px; }
}
@media screen and (max-width: 480px) {
	.wwdo-wrap {font-size: 15px; }
}
/******************************************************* summary-wrap */
.summary-wrap {
	padding: 3em 2em;
	background: url(../../assets/image/general/the-eleventh-hour-1156792_640.jpg) rgba(0,0,0,.6);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-size:100% 100%;
	background-blend-mode: multiply;
}
.summary-wrap div p {
	text-align: justify;
	color:white;
	font-size:1.2em;
}
.summary-wrap div p.mott {
	text-align: center;
	font-size: 4em;
	color:red;
}
.section-wrap {
	margin-top:2em;
	padding: 2em 4em;
	border-bottom:.5px solid rgba(219,219,219,.3);
}
.grid-2c {
  	display:grid;
  	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;
	color:white;
}
.grid-2c .gridbox {
	  display: flex;
	  justify-content: center;
	  align-items: center; 
}
.grid-2c.projlist_link:hover {
	cursor:pointer;
	color:rgba(219,219,219,1);
}
.grid-2c.projlist_link .img_link {
	max-width:120%;height:auto;
	margin:auto;
}
.grid-2c.help_link .arrow_svg {
	width:20em;
	height:20em;
	fill:rgba(255,255,255,1);
}
.grid-2c.help_link .arrow_svg:hover {
	cursor:pointer;
	fill:rgba(219,219,219,1);
}
/*@media ******************************************************/
@media screen and (max-width: 800px) {
	.summary-wrap {padding: 3em 1em .5em;}
	.summary-wrap div p.mott {font-size:3em;}
	.grid-2c {grid-template-columns: 1fr; }
	.grid-2c h1 {text-align: center; }
	.grid-2c h5 {text-align: center; }
	.grid-2c.projlist_link .img_link {max-width:100%;}
}

@media screen and (max-width: 480px) {
	.summary-wrap div p.mott {font-size:2em;}
	.grid-2c h1 {font-size: 2em; }
	.grid-2c h5 {font-size: 1.5em; }
}

