/* CSS Document */


.aboutColumn{
	margin-bottom: 40px;
}
.aboutColumn img{
	width: 200px;
}

.aboutColumn .float-right{
	padding-left: 40px;
}
.aboutColumn .float-left{
	padding-right: 40px;
}
.aboutColumn h3{
	text-align: left;
}

.aboutIndexItems{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.aboutIndexItems .title{
	color: white;
	font-size: 24px;
}
.aboutIndexItems .info{
	width: 300px;
}
.aboutIndexItems .info p{
	font-size: 14px;
}
.aboutIndexItems .photo{
	flex: 1;
	background-repeat: no-repeat;
	background-position: right;
	min-height: 240px;
}
.aboutIndexItems:nth-child(1) .photo{
	background-image: url("/educate/gendaisyakai/results/images/image_project.jpg");
}
.aboutIndexItems:nth-child(2) .photo{
	background-image: url("/educate/gendaisyakai/results/images/image_kiyou.jpg");
}
.aboutIndexItems:nth-child(3) .photo{
	background-image: url("/educate/gendaisyakai/results/images/image_ronshu.jpg");
}
.aboutIndexItems:nth-child(4) .photo{
	background-image: url("/educate/gendaisyakai/results/images/image_ronbun.jpg");
}
.aboutIndexItems:nth-child(5) .photo{
	background-image: url("/educate/gendaisyakai/results/images/image_report.jpg");
}

@media screen and (max-width:575px){
	.aboutIndexItems .info{
		width: 100%;
	}
	.aboutIndexItems .photo{
		display: none;
	}
}
.aboutIndexItems h3,
.aboutIndexItems p{
	color: white;
}
.aboutIndexItems-white h3{
	color: #006666;
	text-align: left;
	margin-bottom: 8px;
}
.aboutIndexItems-white p{
	color:black;
}




/*****************************************/

.table-report{
	margin-bottom: 60px;
}
.table-report td:nth-child(1){
	width:75%;
}
.table-report td:nth-child(2){
	width:25%;
}
.table-report th:nth-child(1){
	border-top-left-radius: 12px;
	border:none;
}
.table-report th:nth-child(2){
	border-top-right-radius: 12px;
	border:none;
}

.table-report th span{
	padding: 3px 8px;
	margin-right: 8px;
	display: inline-block;
	background: white;
	border-radius: 12px;
	color: #333;
}

@media screen and (max-width:575px){
	.table-report td:nth-child(1){
		width:60%;
	}
	.table-report td:nth-child(2){
		width:40%;
	}
	.table-report th{
		text-align: center;
	}
	.table-report th:nth-child(2){
		vertical-align: middle;
	}
	.table-report th span{
		display: block;
		width: 8em;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
}


/*****************************************/

.table-kiyou td a{
	color: black;
}
#kiyolist h4{
	font-weight: bold;
	color: #006666;
}
#kiyolist .btn_book{
	display: inline-block;
	border:1px solid #ccc;
	margin-bottom: 15px;
}
#kiyolist .btn_book a{
	padding: 8px 16px 8px 32px;
	display: block;
	background:url("/educate/gendaisyakai/images/common/pdf.png") no-repeat;
	background-position: left 10px center;
}

/*****************************************/


#ronshist .btn_book{
	display: inline-block;
	border:1px solid #ccc;
	margin-bottom: 15px;
}
#ronshist .btn_book a{
	padding: 8px 16px 8px 32px;
	display: block;
	background:url("/educate/gendaisyakai/images/common/pdf.png") no-repeat;
	background-position: left 10px center;
}

#ronshist .gotop{
	display: none;
}