article .inner #rensai {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}
#rensai p{
	font-size: 1.5rem;
	margin-bottom: 10px;
}
#rensai section.list ul{
	display: flex;
	justify-content:center;
	font-size: 1.5rem;
}
#rensai .title h2{
	text-align: center;
	font-size: 2rem;
	color:#e4a000;
}
#rensai .title .mini{
	text-align: center;
	font-size: 1.3rem;
}
#rensai .title h3{
	text-align: center;
	font-size: 2rem;
	color: #f6b30c;
}
#rensai section.list ul li{
	height: 40px;
	line-height: 40px;
	width:50px;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
}
#rensai section.list ul li.now{
	background-color: #f6b30c;
	color:white;
}
#rensai section.list ul li a{
	display: block;
	color: #aaa;
	background-color: #efefef;
}
#rensai section.list ul li a:hover{
	color:#fff;
	background-color: #aaa;
	opacity:1;
}
#rensai .text p{
	text-indent:1em;
}
#rensai .text p a{
	margin:0 5px;
	color: crimson;
	text-decoration: underline;
}
#rensai .text .fr,
#rensai .text .fl{
	padding-bottom:20px;
}
#rensai .text .fr.image{
	padding-left:20px;
}
#rensai .text .fl.image{
	padding-right:20px;
}
#rensai .text .image p{
	text-indent:0;
	text-align: center;
}
#rensai .text .image p a{
	color: #fff;
	text-decoration: none;
}
#rensai section.table{
	padding:10px;
	background-color: #efefef;
}
#rensai section.table h3,
#rensai section.table p{
	text-align: center;
}
#rensai section.table h3{
	font-size: 1.6rem;
}
#rensai section.table p{
	font-size: 1.3rem;
	margin: 0;
}
#rensai section.table table{
	font-size:1.3rem;
	width:100%;
	background-color:#fff;
	margin: 10px 0;
}
#rensai section.table table tr{
	border-bottom:1px solid #cfcfcf;
}
#rensai section.table table tr th,
#rensai section.table table tr td{
	padding:3px;
	text-align: center;
}
#rensai section.table table tr th{
	background-color: #5f5f5f;
	font-weight: bold;
	color: #efefef;
}


#rensai section.images ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:1.3rem;
}
#rensai section.images ul>* {
    min-width: 0;
}
#rensai section.images ul li{
	width: 33%;
	flex-shrink: 0;
	text-align: center;
	margin-bottom: 20px;
}
#rensai section.rauthor ul{
	display: flex;
	justify-content: flex-end;
	font-size: 1.5rem;
}
#rensai section.rauthor ul li{
	height:40px;
	line-height: 40px;
	margin-left: 10px;
}
#rensai section.rauthor ul li.interview,
#rensai section.rauthor ul li.picture{
	background-color: #E7A10A;
	padding:0 10px;
	color: white;
	margin-left: 20px;
}
#rensai section.author{
	border: 10px solid #efefef;
	padding:10px;
}
#rensai section.author > p{
	width: 120px;
}
#rensai section.author > div{
	width: 720px;
	background-color: white;
}
#rensai section.author > div h3{
	font-size: 2rem;
}
#rensai section.author > div ul{
	margin-left:20px;
	margin-bottom: 10px;
}
#rensai section.author > div ul li{
	font-size: 1.5rem;
	list-style-type:disc;
}
#rensai section.sns ul{
	display: flex;
	justify-content: flex-start;
}
#rensai section.sns ul li{
	margin-left:5px;
}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {

	article .inner #rensai {
		width: auto;
		margin: 0 auto;
		padding: 20px 0;
	}
	article .inner .main > section{
		margin:20px 0;
	}
	#rensai p{
		font-size: 1.3rem;
		margin: 5px 0;
	}
	#rensai section.list ul{
		font-size: 1.3rem;
	}
	#rensai section.list ul li{
		height:35px;
		line-height: 35px;
		/*font-weight: normal;*/
	}
	#rensai .title h2{
		font-size: 1.4rem;
	}
	#rensai .title .mini{
		text-align: center;
		font-size: 1rem;
	}
	#rensai .title h3{
		font-size: 1.6rem;
	}
	#rensai section.images ul{
		font-size:1.2rem;
	}
	
	#rensai section.author{
		border: 5px solid #efefef;
		padding:5px;
	}
	#rensai section.author > p{
		float:none;
		width: auto;
		text-align: center;
	}
	#rensai section.author > div{
		float:none;
		width: auto;
	}
	#rensai section.author > div h3{
		font-size: 1.5rem;
		text-align: center;
	}
	#rensai section.author > div ul{
		margin-left:20px;
		margin-bottom: 10px;
	}
	#rensai section.author > div ul li{
		font-size: 1.3rem;
		list-style-type:disc;
	}
	#rensai .text .fr,
	#rensai .text .fl{
		float: none;
	}
	#rensai .text .fr.image{
		padding-left:0px;
	}
	#rensai .text .fl.image{
		padding-right:0px;
	}
	#rensai .text .fr, 
	#rensai .text .fl {
    	padding-bottom: 0px;
	}
	
	#rensai .text .image p{
		text-indent:0;
		text-align: center;
	}
	#rensai .text .image p a{
		margin:0;
	}
	
	#rensai section.table h3{
		font-size: 1.3rem;
	}
	#rensai section.table p{
		font-size: 1rem;
	}
	#rensai section.table table{
		font-size:1rem;
		margin: 5px 0;
	}
	#rensai section.rauthor ul{
		font-size: 1.2rem;
	}
	#rensai section.rauthor ul li{
		height:auto;
		line-height: normal;
		margin-left: 5px;
	}
	#rensai section.rauthor ul li.interview,
	#rensai section.rauthor ul li.picture{
		background-color: #E7A10A;
		padding:0 5px;
		color: white;
		margin-left: 10px;
	}
}