/* CSS Document */

#experience {
	padding: 80px 20px 140px;
}
#experience dl.lead {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	gap: 30px;
	padding: 0 10px 40px;
}
#experience dl.lead dt {
	width: 380px;
  margin-bottom: -40px;
}
#experience dl.lead dd {
	font-size: 110%;
	line-height: 1.8em;
}
#experience h2 {
	font-size: 160%;
	text-align: center;
	color: #fff;
	background: #8CC63F;
	padding: 10px;
  margin: 0 0 30px;
}
#experience h3 {
	font-size: 220%;
	font-weight: 600;
	line-height: 1.4em;
	color: #8CC63F;
	margin: 0 10px;
}
#experience h3 span {
	font-size: 75%;
}


#experience table { margin: 0 1% 40px;}
#experience table th { color: #8CC63F;	background: #E8F4D9;}
#experience table th, #experience table td { border: 1px solid #8CC63F;}
#experience table td ul li:not(:last-of-type) { margin: 0 0 15px;}
#experience table td strong { 
	font-size: 120%;
}
#experience table td h4 { 
	font-size: 105%;
	color: #8CC63F;
}
#experience table td span { 
	font-size: 90%;
}

#experience table td dl.teacher { 
	font-size: 95%;
  line-height: 1.4em;
	text-indent: 0;
  margin: 10px 0 0;
	display: flex;
}





#experience .document { 
	margin: 100px 0;
}
#experience .document h2 { 
	font-size: 160%;
  text-align: center;
  color: #fff;
  background: #3586ab;
  padding: 10px;
  margin: 0 0 30px;
}
#experience .document dl {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin: 30px 20px;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 20px;
	background: #fff;
}
#experience .document dl dt {
	width: 320px;
	flex-shrink: 0;
}
#experience .document dl dt img {
  width: 100%;
  aspect-ratio: 4/3;
	object-fit: cover;
	border-radius: 10px;
}
#experience .document dl dd {
}
#experience .document dl dd h3 {
	font-size: 170%;
	font-weight: 600;
	color: #3586ab;
	margin: 10px 0 15px;
}
#experience .document dl dd .btn a {
	font-size: 120%;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #3586ab;
	padding: 8px 40px;
	border-radius: 5px;
}
#experience .document dl dd .btn a:hover {
	opacity: .8;
}


#experience .mailFormBlock h3 {
	font-size: 180%;
  font-weight: 500;
}



/*下層ページ（一覧表示用）*/
#report {
	background: #FDFAED;
}
#report h2 {
	text-decoration: underline wavy #E8CA43;
	color: #E8CA43;
}
#report dl {
	padding: 15px;
	margin: 20px 0;
	border-radius: 10px;
}
#report dl dt {
	width: 200px;
	height: 200px;
}
#report dl dt img {
	height: 100%;
	object-fit: cover;
}
#report dl dd {
	max-width: 750px;
	line-height: 1.7em;
}
#report dl dd time {
	font-size: 110%;
	margin: 5px 0;
}
#report dl dd h3 {
	font-size: 140%;
	margin: 5px 0 10px;
}
#report dl dd .btn a {
	font-size: 110%;
	background: #E8CA43;
	padding: 5px 30px;
	margin: 10px 0;
}










@media screen and (max-width: 480px) {
	
  #experience {
		padding: 40px 20px 80px;
	}
	#experience dl.lead {
		flex-direction: column-reverse;
		gap: 10px;
		padding: 0 5px 40px;
	}
	#experience dl.lead dt {
		width: 140px;
	}
	#experience h2 {
		margin: 0 0 20px;
	}
	#experience h3 {
		font-size: 160%;
		margin: 0 1%;
	}
	#experience .lead {
		border-radius: 10px;
		padding: 20px 15px;
	}
	
	#experience .mailFormBlock h3 {
		font-size: 140%;
	}
	
	#experience table {
		width: 98%;
	}
	#experience table th,
	#experience table td {
		display: block;
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
	}
	#experience table th {
		border-bottom: none;
	}
	#experience table td {
		padding: 15px 10px;
	}
	#experience table tr:not(:last-of-type) td {
		border-bottom: none;
	}
	
	#experience table td dl.teacher { 
		flex-direction: column;
	}
	#experience table td dl.teacher dd { 
		margin: 0 0 0 .5em;
	}
	
	
	
	#experience .document {
		margin: 80px 0;
	}
	#experience .document dl {
		flex-direction: column;
		gap: 5px;
		border-radius: 10px;
		margin: 10px;
	}
	#experience .document dl dt {
		width: auto;
		height: auto;
		margin: auto;
	}
	#experience .document dl dd {
		width: auto;
	}
	#experience .document dl dd .lead {
		padding: 0;
	}
	#experience .document dl dd h3 {
		font-size: 130%;
		margin: 10px 0;
	}
	#experience .document dl dd .btn {
		text-align: center;
	}
	
	

	/*下層ページ（一覧表示用）*/
	#report {
		padding: 40px 20px 120px;
	}
	#report h2 {
		font-size: 160%;
		margin: 0 0 30px;
	}
	#report dl {
		flex-direction: row;
		margin: 15px 0;
		padding: 10px;
		border-radius: 5px;
	}
	#report dl dt {
		width: 100px;
		height: 100px;
		border-radius: 5px;
		margin: 0;
	}
	#report dl dd {
		width: calc(100% - 115px);
	}
	#report dl dd time {
		font-size: 90%;
		font-weight: 500;
		line-height: 1.4em;
		margin: 0;
	}
	#report dl dd h3 {
		font-size: 100%;
		line-height: 1.4em;
		margin: 0;
	}
	#report dl dd .lead {
		display: none;
	}
	#report dl dd .btn {
		text-align: left;
	}
	#report dl dd .btn a {
		font-size: 90%;
		padding: 1px 10px;
		margin: 5px 0 0;
	}
		
	
}
