@charset "utf-8";
/*
 * ================================================
 *
 * [award]
 *
 * ================================================
 */
/*-----------------------------------------
  mainVisual
-----------------------------------------*/
#content{
	text-align: left;
	padding-top: 65px;
}
.award_2014{
	margin-top: 300px;
}

.award .mainVisual {
	font-size: 1.4rem;
	text-align: left;
	min-width: 1200px;
	height: 500px;
	width: 100%;
	margin: 0 auto 70px auto;
	background: url(../images/award/main_photo.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

	.mainVisual .inner {
		width: 1000px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -500px;
	}
	.mainVisual .content {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
		.mainVisual .content p {
			line-height: 2;
			font-size: 14px;
			letter-spacing: normal;
		}
		.mainVisual .content .detailBtn { margin-top: 10px; }
			.mainVisual .content .detailBtn a {
				display: block;
				color: #656464;
				font-weight: bold;
				letter-spacing: 0.05em;
				text-decoration: none;
				line-height: 1;
				width: 260px;
				padding: 8px 10px;
				background: url(../images/content/content/ico_arrow.png) no-repeat 97% center;
				border: 1px solid #777;
				border-radius: 4px;
				-webkit-transition: 0.2s;
				    -ms-transition: 0.2s;
				        transition: 0.2s;
			}
			.mainVisual .content .detailBtn a:hover {
				color: #fff;
				background-image: url(../images/content/content/ico_arrow2.png);
				background-color: #717071;
			}
/*-----------------------------------------
  contVox
-----------------------------------------*/
.contVox {
	color: #666;
	width: 1000px;
	padding-bottom: 45px;
	margin: 0 auto 45px auto;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.contVox#state {
	padding-bottom: 0;
	border-bottom: none;
}
	.contVox .header {
		margin-bottom: 25px;
		font-size: 25px;
		font-weight: bold;
		font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
		letter-spacing: 0.1em;
	}
	.contVox .header span{
		font-size: 18px;
		display: block;
	}
	

/*-----------------------------------------
  about
-----------------------------------------*/
.contVox.about {}
	
	.contVox.about .text {
		min-height: 74px;
		margin-right: 80px;
		margin-bottom: 25px;
		width: 575px;
		font-size: 14px;
		letter-spacing: -0.08em;
	}
	.contVox.about .inner.flex{
		 display: flex;
	}
	
	.contVox.about .information {
		font-size: 1.1rem;
		padding: 15px 0;
		background: #EDEDED;
		overflow: hidden;
	}
		.contVox.about .information .item {
			float: left;
			box-sizing: border-box;
		}
		.contVox.about .information .item.num1 {
			width: 616px;
			padding: 15px 50px;
			letter-spacing: normal;
		}
		.contVox.about .information .item.num1 h3,.contVox.about .information .item.num2 h3{
			font-size: 1.6rem;
			font-weight: bold;
			letter-spacing: normal;
			color: #949393;
			font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
			margin-left: -1rem;
		}
		.contVox.about .information .item.num1 h3 span{
			font-size: 1.4rem;
		}
		.contVox.about .information .item.num2 {
			width: 383px;
			padding: 15px 50px;
			border-left: 2px dotted #aaa;
			letter-spacing: normal;
		}
			.contVox.about .information .item .title { margin-bottom: 20px; }
/*-----------------------------------------
  select
-----------------------------------------*/
.contVox#select {
	background: #ededed;
	padding: 50px 0 0;
	margin-bottom: 120px;
}
	.contVox#select .text {
		font-size: 1.2rem;
		padding: 25px 20px 25px 340px;
		background: #ededed;
		overflow: hidden;
		position: relative;
	}
		.contVox#select .text .title {
			width: 300px;
			position: absolute;
			top: 32px;
			left: 25px;
			font-size: 1.8rem;
			font-weight: bold;
			font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
			color: #949393;
		}
/*-----------------------------------------
  state
-----------------------------------------*/
.contVox#state {}
	.contVox#state .text {
		width: 650px;
		float: left;
		font-size: 1.4rem;
		letter-spacing: normal;
	}
		.contVox#state .text .title { 
			font-size: 16px;
			font-weight: bold;
			color: #949393;
			margin-bottom: 30px; 
		}
	.contVox#state .photo {
		width: 330px;
		float: right;
	}
		.contVox#state .photo img { margin-bottom: 5px; }



		.award_btn{
			margin: 60px auto;
			text-align: center;
		}

.award .feel h2{
	margin: 0 auto 80px;
}

.award .feel h3{
	font-weight: bold;
	font-size: 16px;
	margin-top: 40px;
}

.award .feel h3:first-child{
	margin-top: 80px;
}

.award .comment	h2{
	margin: 80px 0 30px;
}

.award .comment .text p:first-child{
	margin-bottom: 30px;
}

.award .comment .text{
	width: 908px;
}
.member_txt{
	font-size: 16px;
	font-weight: bold;
	color: #949393;
	font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

}

.member_txt span{
	border-right: solid 1px #808080;
	padding-right: 6px;
	margin-right: 6px;
}

.member_txt span.pc_only{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}



.gda_logo_block{
	margin: 0 auto 100px;
	display: table;
	font-size: 14px;
}
.gda_logo_block figure{
	text-align: center;
	margin: 0 auto;
}
.gda_logo_block p{
	margin-top: 30px;
	text-align: center;
}


.contVox#active > .inner{
	display: flex;
}

.contVox#active .active_txt_block{
	margin-right: 30px;
}

/**
 ****************************************************
 *
 * screens larger than 768
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {

}	/*  @media END */
/**
 ****************************************************
 *
 * screens smaller than 767
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	#content{
		padding-top: 50px;
	}
	
	.award .mainVisual {
		font-size: 1.0rem;
		width: 100%;
		min-width: 100%;
		margin: 0 auto 25px;
		background: url(../images/award/SP_main_photo.jpg) no-repeat center center;
		background-size: cover;
		padding-top: 152%;
		height: 0;
	}
		.mainVisual .inner {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			margin-left: 0;
		}
		.mainVisual .content {
			top: 61%;
			left: 50%;
			transform: translate(-50%,0);
			width: 310px;
		}
			.mainVisual .content .title {
				width: 225px;
				margin-bottom: 15px;
			}
			.mainVisual .inner .copy {
				margin-bottom: 25px;
				width: 236px;
			}
			.mainVisual .inner p {
				font-size: 1.5rem;
			}
			.mainVisual .content .detailBtn {
				margin: 70px 0 0 -10px;
			}
				.mainVisual .content .detailBtn a {
					width: 120px;
					padding: 5px;
					transition: none;
					line-height: 1.4;
				}
				.mainVisual .content .detailBtn a:hover {
					background: url(../images/content/content/ico_arrow.png) no-repeat 97% center;
				}
	.contVox {
		width: 81.25%;
		padding-bottom: 30px;
		margin: 0 auto 30px auto;
		border-bottom: 1px solid #656464;
	}
	.contVox#state {
		padding-bottom: 0;
		border-bottom: none;
	}
		.contVox .header {
			 margin-bottom: 15px; 
			 font-size: 1.3rem;
			 line-height: 1.6;

		}
		.contVox .header span{
			font-size: 11px;
			margin-bottom: 5px;
		}
	.contVox#active {
		min-height: 0;
		padding-right: 0;
		background: none;
	}
	
		.contVox#active .image {
			width: 112px;
			margin: 20px auto 0;
		}

		.contVox#active .img{
			width: 45.95%;
			margin: 25px auto 0;
			text-align: center;
		}
		
	.contVox.about {}
		.contVox.about .header {
			font-size: 14px;
		}
		.contVox.about .inner.flex,.contVox#active > .inner{
			flex-direction: column;
		}
		.contVox .text{
			text-align: justify;
			font-size: 12px;
			letter-spacing: normal;
		}
		.contVox.about .text {
			width: 100%;
			padding-right: 0;
			margin-bottom: 15px;
	    background-size: 160px auto;
		font-size: 12px;
		margin: 0 auto;


		}

		.contVox.about .img{
			width: 34.134%;
			margin: 30px auto 0;
		}

		.contVox.about .information {
			font-size: 1.1rem;
			padding: 10px 30px;
			margin-top: 50px;
		}
		
			.contVox.about .information .item { float: none; }
			.contVox.about .information .item.num1 {
				width: auto;
				padding: 15px 0;
			}
				.contVox.about .information .item.num1 .title,.contVox.about .information .item.num2 .title {
					font-size: 1.2rem;
					margin-bottom: 10px;
				}
				.contVox.about .information .item.num1 h3 span{
					font-size: 1.1rem;
				}
			.contVox.about .information .item.num2 {
				width: auto;
				padding: 15px 0;
				border-top: 1px solid #aaa;
				border-left: none;
			}
				
				.contVox.about .information .item .title {margin-bottom: 15px; }
	.contVox.comment {border-bottom: none;}
		.award .comment .text{
			width: 100%;
		}
		.contVox#select {
		    padding: 30px 0 0;
		    margin-bottom: 60px;
				border-bottom: none;
		}

		.contVox#select h2 img{
	    height: 32px;
		}

		.contVox#select .text {
			font-size: 1.1rem;
			padding: 15px;
			background: #ededed;
			overflow: hidden;
			position: relative;
		}
			.contVox#select .text .title {
				width: 100%;
				position: static;
				margin-bottom: 10px;
				font-size: 1.2rem;
			}
			.contVox#select .text p {
				line-height: 1.5;
			}
	.contVox#state {}
		.contVox#state .header {
			width: 223px;
			margin-bottom: 5px;
		}
		.contVox#state .text {
			width: auto;
			float: none;
			font-size: 1.2rem;
		}
		.contVox#state .text .title {
			font-size: 1.2rem;
			margin-bottom: 20px;
		}

		.contVox#state .photo {
			width: 100%;
			clear: both;
			display: flex;
			justify-content: space-between;
			margin: 30px auto;
		}
		.contVox#state .photo img {
			width: 49.5%;
		}
			
	.award_btn {
    margin: 40px auto;
    text-align: center;
    width: 208px;
	}



	.award .contVox{
		border-bottom: none;
	}

	.award .feel h2 {
	margin: 0 0 30px;
	}

	.award .feel h3:first-child {
    margin-top: 40px;
	}

	.award .feel h3 {
    font-size: 12px;
    margin-top: 20px;
	}

	.award .comment h2 {
    margin: 40px 0 15px;
	}

	.award .comment .text p:last-child {
    margin: 0 auto;
	}

	.member_txt{
		font-size: 12px;
		text-align: center;
	}

	.member_txt span{
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		display: block;
	}

	.member_txt span.pc_only{
		display: none;
	}

	.award_2014 {
		margin-top: 150px;
	}

	.gda_logo_block{margin-bottom: 60px;}

	.gda_logo_block figure {
		width: 77.13%;
	}

	.gda_logo_block p{
		font-size: 12px;
		margin-top: 15px;
	}

	.award_2014 .gda_logo_block figure{
		width: 56%;
	}

}	/*  @media END */
