@charset "utf-8";

#members .main{
	height: 435px;
}
#members .main video{
	height: auto;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

#members .members_bg{
	position: relative;
	background-image: url(/grantact/img/members/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -110px;
	color: #ffffff;
	padding-top: 70px;
	padding-bottom: 50px;
}
#members .contents{
    padding: 50px 0;
}
#members .headingArea .member_heading{
	font-size: 26px;
    font-weight: bold;
    margin-bottom: 1.35em;
    line-height: 1.8;
    letter-spacing: .2em;
    position: relative;
	color: #9c8955;/*非対応のブラウザでの文字色を設定*/
    background: -webkit-linear-gradient(0deg, #9c8955, #c5b28d);/*背景色にグラデーションを指定*/
    -webkit-background-clip: text;/*テキストでくり抜く*/
    -webkit-text-fill-color: transparent;/*くり抜いた部分は背景を表示*/
}
#members .headingArea .member_heading::before{
	content: "";
	background-image: url(/grantact/img/members/title_deco_up.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 740px;
	height: 50px;
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
}
#members .headingArea .member_heading::after{
	content: "";
	background-image: url(/grantact/img/members/title_deco_below.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 740px;
	height: 50px;
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40px;
}
#members.no_index .main .main_text_box{
	max-width: 800px;
    position: absolute;
    /*left: 0;*/
    /*right: 0;*/
    top: 50%;
    margin: auto;
	background: none;
    padding: 0;
}
#members.no_index .main .main_text_box p{
	font-size: 35px;
    line-height: 1.8em;
}


/*market_report & limited_info*/
.market_report{
	margin: 0 0 20px;
}
.limited_info{
	/* margin: 0 0 20px;*/
}
.market_article,
.limited_info_link{
	display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 80px 0 0;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
/*.market_article a,*/
.limited_info_link a{
	width: 29%;
    position: relative;
    margin: 0 1.75% 4%;
}
.market_article img,
.limited_info_link img{
	width: 100%;
}
.image_container {
    width: 100%;
    padding-bottom: 86%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
}

/*.market_article p,*/
.limited_info_link p{
	text-align: center;
    font-size: 18px;
    margin-top: 4%;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.market_article p span{
	font-size: 14px;
}


/*journalist*/
.journalist{
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
}
.journalist_ttl{
	width: 90%;
	margin: 0 auto 20px;
}
.journalist_ttl span{
	font-size: 14px;
}
.journalist_ttl p{
	font-size: 25px;
	position: relative;
}
.journalist_ttl p::before{
	content: ">";
	font-size: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
.journalist_wrap{
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.journalist_wrap p{
	width: 10%;
	padding-top: 0%;
	padding-bottom: 0%;
	text-align: left;
}
.journalist_wrap p img{
	width: 100%;
}
.journalist_wrap div{
	padding-left: 0%;
	width: 88%;
}
.journalist_wrap .name{
	font-size: 22px;
    font-weight: 600;
	width: 100%;
	padding: 0% 0 1%;
    border-bottom: 1px solid #fff;
}
.journalist_wrap .name span{
	font-size: 15px;
}
.journalist_wrap p.j_info{
	font-size: 15px;
	width: 100%;
	padding: 1% 0 0;
}


.listLines {
    margin: 0 auto;
    max-width: none;
}


.grantact_report_date{
	font-size: 16px;
	text-align: center;
	margin: 80px auto 40px;
}





@media screen and (max-width: 768px){
	#members .main {
	    height: 180px;
	}
    #members .contents{
        padding: 20px 0;
    }
	
	#members .headingArea .member_heading{
		line-height: 1.5;
		font-size: 18px;
	}
	#members .headingArea .limit{
		padding-top:16px;
	}

	#members .headingArea .member_heading::before{
		width: 100%;
		bottom: -15px;
	}
	#members .headingArea .member_heading::after{
		width: 100%;
		top: 15px;
	}
	#members .limited_info .headingArea .member_heading::before{
		width: 100%;
		bottom: 0px;
		top: 0px;
	}
	#members .limited_info .headingArea .member_heading::after{
		width: 100%;
		top: 35px;
	}
	#members .grantact_report .headingArea .member_heading::before{
		width: 100%;
		bottom: 15px;
	}
	#members .grantact_report .headingArea .member_heading::after{
		width: 100%;
		top: 35px;
	}

	#members .main .main_text_box span{
		margin: 0 auto 15px;
	}
	#members .headingArea .heading::before {
		width: 240px;
    	bottom: -16px;
	}
	#members .headingArea .heading::after {
		width: 60px;
	}
	#members.no_index .main .main_text_box{
		top: 40%;
	}
	#members.no_index .main .main_text_box p{
		font-size: 24px;
		line-height: 1.2;
	}
	
	.market_report{
		margin: 0;
	}
	.market_article{
		margin: 40px 0 0;
	}
	.market_article a{
		width: 100%;
	}
	.market_article p{
		line-height: 1.2;
	}
	.market_article p span{
		display: inline-block;
    	margin-bottom: 10px;
	}
	
	.limited_info{
		padding-top: 0px;
		margin: 0;
	}
	.limited_info_link{
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 40px 0 0;
	}
	.limited_info_link a{
		width: 45%;
		margin-bottom: 10%;
	}
	.limited_info_link p{
		line-height: 1.2;
		margin-top: 20px;
		font-size: 14px;
	}




	/*journalist*/
	.journalist{
		/*width: 100%;*/
		/*max-width: 890px;*/
		/*margin: 0 auto;*/
	}
	.journalist_ttl{
		width: 100%;
		/*margin: 0 auto 20px;*/
	}
	.journalist_ttl span{
		font-size: 12px;
	}
	.journalist_ttl p{
		font-size: 14px;
		width: 90%;
		position: relative;
	}
	.journalist_ttl p::before{
		content: ">";
		font-size: 20px;
		position: absolute;
		top: 0;
		right: -5%;
	}
	.journalist_wrap{
		display: block;
		width: 90%;
		/*margin: 0 auto;*/
		/*justify-content: space-between;*/
		/*flex-wrap: wrap;*/
	}
	.journalist_wrap p{
		width: 40%;
		margin: 0 auto
		/*padding-top: 0%;*/
		/*padding-bottom: 0%;*/
		/*text-align: left;*/
	}
	.journalist_wrap p img{
		/*width: 100%;*/
	}
	.journalist_wrap div{
		/*padding-left: 0%;*/
		width: 100%;
	}
	.journalist_wrap .name{
		font-size: 18px;
	    font-weight: 600;
		width: 100%;
		padding: 0% 0 1%;
	    border-bottom: 1px solid #fff;
	}
	.journalist_wrap .name span{
		font-size: 14px;
	}
	.journalist_wrap p.j_info{
		font-size: 12px;
		width: 100%;
		padding: 1% 0 0;
	}


	.listLines {
	    margin: 0 auto;
	    max-width: none;
	}


	.grantact_report_date{
		font-size: 16px;
		text-align: center;
		margin: 40px auto 40px;
	}



	
	

}



/* login *************/
#login .main{
	background: #000;
	margin-bottom: 0;
}
#login .main_text_box{
	position: relative;
	
}
#login .login_bg{
	background: #000;
	color: #fff;
	text-align: center;
	padding-bottom: 100px;
}

#login .login_tbox {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	padding: 60px 20px;
	background: rgb(113,57,100); 
	background: -moz-linear-gradient(-45deg, rgba(113,57,100,1) 0%, rgba(74,40,69,1) 100%); 
	background: -webkit-linear-gradient(-45deg, rgba(113,57,100,1) 0%,rgba(74,40,69,1) 100%); 
	background: linear-gradient(135deg, rgba(113,57,100,1) 0%,rgba(74,40,69,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#713964', endColorstr='#4a2845',GradientType=1 ); 
	text-align: center;
	position: relative;
	box-sizing: border-box;
}
#login .login_tbox::after,
#login .login_tbox::before{
	position: absolute;
	width: 1px;
    height: 60%;
	content: "";
	opacity: 0.6;
	background: -moz-linear-gradient(top,  rgba(116,84,111,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 60%, rgba(116,84,111,0) 100%); 
	background: -webkit-linear-gradient(top,  rgba(116,84,111,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 60%,rgba(116,84,111,0) 100%);
	background: linear-gradient(to bottom,  rgba(116,84,111,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 60%,rgba(116,84,111,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074546f', endColorstr='#0074546f',GradientType=0 );  
}
#login .login_tbox::before{
	top: 20%;
    left: 2%;
}
#login .login_tbox::after{
	top: 20%;
	right: 2%;
}
#login .login_tbox_line1{
	width: 98%;
	height: auto;
	position: absolute;
	top: 5px;
	left: 1%;
}
#login .login_tbox_line2{
	width: 98%;
	height: auto;
	position: absolute;
	bottom: 5px;
	left: 1%;
}
#login .login_tbox p:nth-of-type(1){
	font-size: 26px;
	margin-bottom: 20px;
}
#login .login_tbox p:nth-of-type(2){
	font-size:14px;
	
}
#login .login_input {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 520px;
}
#login .login_input_text {
	display: flex;
	margin: 60px auto;
	border: 1px solid #fff;
	padding: 5px 0;
}
#login .login_input_text p{
	 padding: 8px 16px;
	border-right:1px solid #fff;
}
#login .login_input_text input {
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	border: none;
	outline: none;
	padding: 8px 16px;
	width: 80%;
	height: 100%;
	display: block;
	color: #fff;
	background: #000;
}
#login .login_input_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-style: normal;
  width: 40%;
  height: 50px;
	margin: 0 auto 110px;
  background: -moz-linear-gradient(90deg, #744370 0%, #462144 100%) no-repeat 50% 50% / 100% 100%;
  background: -webkit-linear-gradient(90deg, #744370 0%, #462144 100%) no-repeat 50% 50% / 100% 100%;
  background: linear-gradient(90deg, #744370 0%, #462144 100%) no-repeat 50% 50% / 100% 100%;
  font-size: 1.4rem;
  color: #FFF;
		border: none;
}
@media screen and (max-width: 768px){
	
}
/*____________________________________________________________*/


















