@charset "utf-8";
/* CSS Document */

.text01_plof{
	font-family: ro-nikkatsu-sei-kai-std, serif;
	border: solid 1px #1DC024;
	border-radius: 5px;
	padding: 3px 20px;
}

.plofilebox{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 60vh;
	padding: 10px;
	justify-content: space-around;
}

.p_text{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
	font-style: normal;
	font-size:1.4em;
	color: white;
	text-shadow: 1px 1px 0 #42d442,-1px 1px 0 #42d442,1px -1px 0 #42d442,-1px -1px 0 #42d442,2px 2px 9px #42d442;
	letter-spacing: 0.2em;
	margin-left: 3%;
	margin-top: 0%;
	width:100%;
	text-align: left;}

	
.plofiletext{
	width: 50%;
	height: 60vh;
	padding: 35px;
	overflow-y: scroll;
	border-radius: 15px;
	box-shadow:  5px 5px 10px #ededed,
             -5px -5px 10px #ffffff;
	
}
.profilepic{
	padding: 3%;
	margin-top: 15px;
	margin-left: 5px;
	background-image: url("../img/gijyouimg.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 300px;
	height: 430px;

}



.rinen{
	margin-left: 30px;
	margin-top: 15px;
	font-family: fot-cezanne-pron,sans-serif;
	font-size:min(1.8vw,18px);
}

th{
	font-size:max(1.3vw,13px);
	width:12vw;
	min-width: 70px;
	
	
}

td{
	font-size:max(1.3vw,13px);
	
}
table{
  width: 95%;
  margin: 0 auto;
  border-spacing: 0;
　filter: drop-shadow(8px 8px 23px silver);
}

table th{
  border-bottom: solid 2px #4BCB60;
}

table td{
  border-bottom: solid 2px #ddd;
  text-align: left;
  line-height: 1.2em;
  padding: 5px 0;
}	

@media screen and (max-width: 600px) {
	
	.plofilebox{
		flex-direction: column;
		height: 840px;
}
	
	.plofiletext{
		width: 90%;
		padding: 30px;
		height: 540px;
		overflow-y: scroll;
		margin-left: -30px;
		
}
	.profilepic{
	width: 300px;
	height: 430px;
	
}

.rinen{
	font-size:max(1.8vw,12px);
}

}

