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

.wrap {
	display: flex;
	align-items: center;
}
.hov:hover {
	opacity: 0.7;
}
span.bold {
	font-weight:bold;
	font-size:120%;	
}

.img-box {
	text-indent:0;
	text-align:center;
	margin-top:20px;
}
.img-box img {
width: 60%;
}

.block-wrap a {
	display:block;
}


.kenshin-foot {
	margin-left:0;
	margin-top:15px;
	list-style-type:none;	
	display: flex;
	justify-content:center;
}
h2.ire-h2 {
background: none;
font-size: 200%;
}
div.center h4 {
margin-top: 40px;
margin-bottom: 5px;
}
div.center h4.first-h4 {
margin-top: 30px;
}
div.center a {
display: inline-block;
}
.block-wrap {
display: flex;
flex-direction: column;
}
p.large-p {
	font-size:120%;	
}


@media screen and (max-width:700px) { 
.wrap {
	flex-direction: column;
}
p {
margin-bottom: 15px;
}
.block-wrap {
margin-left: 0;
display: block;
}
.block-wrap a {
text-align: center;
}
.img-box img {
width: auto;
}
h2.ire-h2 {
font-size: 16px;
}
p.large-p {
	font-size:15px;	
}
}