@charset "utf-8";

.title_center {
	width:90%;
	margin:0 auto;
}

.info_flex {
	display:flex;
	/*width:90%;*/
	margin:0 auto;
	max-width:900px;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
}

.info_indv {
	width:outo;
	max-width:900px;
	margin:40px 10px;
	padding:20px;
	border-radius:15px;
	background-color:#F2F2F2;
}


.info02_indv {
	width:outo;
        align:center
	max-width:900px;
	margin:5px 10px;
	padding:20px;
	border-radius:15px;
	background-color:#F2F2F2;
}


.info_indv img {
	width:150px;
	margin-top:-85px;	
        margin-bottom:-45px;
        border-radius:15px;
	text-align:left;
 }
 
.worktitle {
	font-size:1.8rem;
}

.contents {
	max-width: 1200px;
}

.contents_indv02 {
	width:900px;
	max-width:900px;
        max-height:155px;
	margin:0px 0px;

	padding:10px;
	border-radius:15px;
	background-color:#F2F2F2;
}


.contents_indv02 img {
	width:150px;

        margin-bottom:0px;
	text-align:center;
 

<style>
.practice-float{
  font-size: 11px;
}
.practice-float p{
  background-color:#eef;
  overflow:hidden;
  margin:10px 0;
  padding:5px
}
.practice-float .floated{ 
 float:left;
 margin-right:10px;
 margin-bottom:10px;
 width:10px;
 height:10px;
}
.practice-float .floated.right{
  float:right;
}
</style>