@charset "euc-jp";
#mainimg img{
	width:640px;
	height:auto;
}
.mainmanu li{
	float:left;
	width:123px;
	height:42px;
	padding-right:9px;
	padding-top:9px;
}
.mainmanu li a{
	display:block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#4DD2FF;
	color:#FFF;
	width:123px;
	height:27px;
	text-align:center;
	vertical-align:middle;
	padding-top:15px;
}
.mainmanu li a:hover{
	background-color:#0CF;
	color:#0000FF;
}
.mainmanu li.rightedge{
	padding-right:0;
}
.mainmanu li a.twolines{
	padding-top:7px;
	height:34px;
}

.strategylist p{
	display:block;
	width:460px;
	float:left;
}
.strategylist li{
	clear:both;
	padding-top:20px;
}
.strategylist p.sotsu{
	width:110px;
	padding:15px;
	border:1px solid #069;
	border-right:3px solid #069;
	border-bottom:3px solid #069;
	color:#069;
	text-align:center;
	font-size:18px;
	float:left;
	margin-right:20px;
}
.strategylist p.geneki{
	width:110px;
	padding:15px;
	border:1px solid #069;
	border-right:3px #333;
	border-bottom:3px #333;
	color:#FFF;
	background-color:#069;
	font-size:18px;
	text-align:center;
	float:left;
	margin-right:20px;
}
.merit{
	clear:both;
	padding-top:20px;
}
.merit li{
	clear:both;
	padding:5px;
	padding-top:15px;
	padding-bottom:15px;
	broder:1px solid #E0E0E0;
	border-top:1px solid #CCC;
}
.merit p.lead{
	font-size:24px;
	color:#069;
	line-height:24px;
	padding-bottom:5px;
}
.merit li img{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.merit p{
	line-height:1.2em;
}
.toplink li{
	margin-top:20px;
}
.toplink li a{
	display:block;
	width:560px;
	border-radius:10px;
	padding:10px;
	text-align:center;
	margin:0px auto;
	border:1px solid #CCC;
	box-shadow:2px 2px 2px #CCC;
}


.merit{
	clear:both;
	padding-top:20px;
}
p.lead{
	font-size:120%;
	color:#069;
	line-height:20px;
	padding-bottom:5px;
	margin-left:1em;
	line-height:1.2em;
	text-align: center;
}
.point{
	display:inline-block;
	background-color:#FF8000;
	color:#FFF;
	padding:3px 6px;
	margin-bottom:5px;
	border-radius:8px;
	box-sizing: border-box;
	width:100%;
	font-size:1.5em;
	text-align:center;
	margin-top:1em;
}
.voice ul{
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.voice ul li{
	width:46%;
	margin-top:1em;
	
}
.voice ul li img{
	width:100%;
	height:auto;
	border: 8px solid #CCCCCC;
    border-radius: 16px;
    box-sizing: border-box;
}
.voice .message{
	font-size:60%;
}
.voice .uni{
	color:#F30509;
}
.voice .uni span{
	font-size:80%;
}
.voice .name span{
	font-size:80%;
}
.voice .name img{
	display:inline-block;
	height:1.5em;
	width:auto;
	vertical-align:middle;
	margin:0;
	border:none;
}