/* CSS Document */

.voice_nav{
	background: #e9edf4;
	padding: 2% 0 1%;
}
.voice_nav ul li{
	width: 23%;
	margin: 0 auto;
	text-align: center;
}
.voice_nav ul li a{
	background: #71a6c8;
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-size: 1.8rem;
}
.voice_nav ul li a .txt{
	height: 70px;
	justify-content: center;
	align-items: center;
	display: flex;
	line-height: 1.6em;
	font-style: italic;
	font-size: 1.05em;
}
.voice_nav ul li a .arrow{
	display: block;
}
.lead{
	margin: 3% auto;
}
.lead p{
	text-align: center;
	font-size: 1.2em;
	line-height: 2.0em;
}

.graph{
	max-width: 900px;
	margin: 2% auto;
}
.contents {
	margin: 3% auto 5%;
}

.backb{
	background: #f3faff;
	padding: 2% 0;
}

.voice_m{
	width: 50%;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.voice_l{
	width: 100%;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.graph40{
	width: 45%;
	padding: 20px 20px 20px 0;
}
.comm60{
	width: 55%;
	padding: 0px 0 20px 20px;
}

.voice_l .title,
.voice_m .title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #eaf7ff;
	height: 90px;
	overflow: hidden;
	margin: 5% auto 3%;
}
.backb .voice_l .title,
.backb .voice_m .title{
	background: #fff;
}

.voice_l .title .num,
.voice_m .title .num{
	color: #fff;
	border-radius:0 40% 40% 0;
	 font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
	letter-spacing: 0.2rem;
	line-height: 70px;
	font-size: 4.5rem;
	background: #71a6c8;
	padding: 10px 0;
	width: 70px;
	text-align: center;
	display: block;
	
}
.voice_l .title h4,
.voice_m .title h4{
	line-height: 30px;
	padding: 0 20px;
	text-align: left;
	width: calc(100% -70px);
}

.voice_1 .graph,
.voice_2 .graph{
	width: 95%;
	margin: 3% auto;
}
.voice_5 .graph,
.voice_3 .graph{
	position: relative;
}
.voice_5 .graph .illust,
.voice_3 .graph .illust{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
}
.voice_9,
.voice_8,
.voice_7,
.voice_6,
.voice_4{
	position: relative;
	z-index: 1;
}
.voice_9 .illust,
.voice_8 .illust,
.voice_7 .illust,
.voice_6 .illust,
.voice_4 .illust{
	position: absolute;
	width: 46%;
	left: 4%;
	bottom: 10%;
	z-index: -1;
}
.voice_billust{
	width: 80%;
	margin: 0 0 0 auto;
}

.commentb{
	position: relative;
	background: #a1cfed;
	border-radius: 20px;
	padding: 40px 30px;
	margin: 5% auto 3%;
}
.commentb ul{
	background: #fff;
	padding: 30px;
	border-radius: 20px;
}
.commentb ul li{
	padding: 8px;
	border-bottom: 1px solid #bbc0cf;
	position: relative;
	text-indent: -1.5em;
  	padding-left: 1.2em;
	line-height: 1.6em;

}
.commentb ul li::before{
	content: "●";
	font-size: 12px;
	color: #a1cfed;
	padding: 0 5px;
}
.commenty{
	position: relative;
	background: #e6cb7f;
	border-radius: 20px;
	padding: 40px 30px;
	margin: 5% auto 3%;
}
.commenty ul{
	background: #fff;
	padding: 30px;
	border-radius: 20px;
}
.commenty ul li{
	padding: 8px;
	border-bottom: 1px solid #bbc0cf;
	position: relative;
	text-indent: -1.5em;
  	padding-left: 1.2em;
	line-height: 1.6em;

}
.commenty ul li::before{
	content: "●";
	font-size: 12px;
	color: #e6cb7f;
	padding: 0 5px;
}
.commentb .commentico,
.commenty .commentico{
	position: absolute;
	left: 35px;
	top: -35px;
	width: 130px;
}

#data03{
	background: #f3f6f6;
	padding: 2% 0 3%;
}
h3{
	margin: 3% auto 2%;
	border-bottom: 1px solid #71a6c8;
	display: block;
	text-align: center;
}
h3 span{
	padding: 10px 20px;
	display: inline-block;
	border-bottom: 4px solid #71a6c8;
}

p{
	padding: 0 20px 10px;
}
@media only screen and (min-width:1px) and (max-width: 960px) {

.commentb,
.commenty{
	padding: 30px 20px;
}
.commentb ul,
.commenty ul{
	padding: 20px;
}
.commentb .commentico,
.commenty .commentico{
	position: absolute;
	left: 10px;
	top: -25px;
	width: 100px;
}
	

.voice_m{
	width: 50%;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.voice_l{
	width: 100%;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.graph40{
	width: 45%;
	padding: 20px 10px 20px 0;
}
.comm60{
	width: 55%;
	padding: 0px 0 20px 10px;
}


.voice_l .title,
.voice_m .title{
	height: 80px;
}
.voice_l .title .num,
.voice_m .title .num{
	line-height: 70px;
	font-size: 3.5rem;
	padding: 5px 0;
	width: 60px;
	
}
.voice_l .title h4,
.voice_m .title h4{
	font-size: 1.6rem;
	line-height: 1.4em;
	width: calc(100% -60px);
	padding: 10px;
}
.voice_nav ul li a{
	font-size: 1.6rem;
}
}

@media only screen and (min-width:1px) and (max-width: 768px) {	

.voice_m{
	width: 100%;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.voice_l{
	width: 100%;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.graph40{
	width: 100%;
	padding: 20px 10px 20px 0;
}
.comm60{
	width: 100%;
	padding: 0px 0 20px 10px;
}

.voice_m .graph,
	.graph40{
		max-width: 500px;
		width: 90%;
		margin: auto;
	}

.voice_9 .illust,
.voice_8 .illust,
.voice_6 .illust{
	position: relative;
	width: 60%;
	left: inherit;
	bottom: inherit;
	z-index: -1;
	margin: 0 0 0 auto;
}
.voice_7 .illust,
.voice_4 .illust{
	position: relative;
	width: 60%;
	left: inherit;
	bottom: inherit;
	z-index: -1;
	margin: 0 auto 0 0;
}
.voice_billust{
	width: 90%;
	margin: 0 0 0 auto;
}
.voice_nav ul li{
	width: 48%;
	margin: 5px auto;
	text-align: center;
}
.voice_nav ul li a{
	padding: 8px 5px;
}
.voice_nav ul li a .txt{
	height: auto;
}
}

@media only screen and (min-width:1px) and (max-width: 480px) {	

.voice_nav ul li a{
	font-size: 1.4rem;
}
}
