@charset "UTF-8";

/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/


.index {
}
	.index a {
		width: 32%;
		float: left;
		margin-right: 2%;
		margin-bottom: 50px;
	}
	.index a:nth-child(3n) {
		margin-right: 0%;
	}
		.index a img {
			width: 100%;
			height: auto;
		}
	.index a dt {
		margin-bottom: 20px;
	}
	.index a dd {
		font-size: 2rem;
		text-align: center;
		font-weight: bold;
	}
	.index a dd span {
		font-size: 1.4rem;
		display: block;
	}

#profile {
	float: left;
	width: 515px;
}
	#profile dl {
		margin-top: 30px;
		background: #eef1f5;
		border-radius: 10px;
		padding: 20px;
		font-weight: bold;
	}
		#profile dl dt {
			font-size: 1.8rem;
			color: #123871;
			margin-bottom: 10px;
		}
		#profile dl dd li {
		}
		#profile dl dd li a {
			text-decoration: underline;
			color: #000;
		}



#textArea {
	float: right;
	width: 620px;
}
	#textArea dl {
		font-weight: bold;
		line-height: 1.4;
		border-bottom: solid 1px #b2b2b2;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
		#textArea dl dt {
			font-size: 1.8rem;
		}
		#textArea dl dd {
			color: #123871;
			font-size: 3rem;
		}
	#textArea p {
		margin-bottom: 20px;
	}

/* max 768px */
@media screen and (max-width: 768px) {

	
#profile {
	float: none;
	width: 100%;
	margin-bottom: 10%;
}
	#profile dl {
		margin-top: 30px;
		background: #eef1f5;
		border-radius: 10px;
		padding: 20px;
		font-weight: bold;
	}
		#profile dl dt {
			font-size: 1.8rem;
			color: #123871;
			margin-bottom: 10px;
		}
		#profile dl dd li {
		}
		#profile dl dd li a {
			text-decoration: underline;
			color: #000;
		}
#profile img{
	width: 100%;
	height: auto;
}



#textArea {
	float: none;
	width: 100%;
}
	#textArea dl {
		font-weight: bold;
		line-height: 1.4;
		border-bottom: solid 1px #b2b2b2;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
		#textArea dl dt {
			font-size: 1.8rem;
		}
		#textArea dl dd {
			color: #123871;
			font-size: 3rem;
		}
	#textArea p {
		margin-bottom: 20px;
	}


}