@charset "UTF-8";

#voice .ttl{
	margin-bottom: 0;
}

.cmntarea .cmnt .fuki{
	position: relative;
	padding: 20px 23px;
	background-color: #F8F8F8;
	border-radius: 5px;
}
.cmntarea .cmnt .iconarea img{
	display: block;
	width: 70px;
}

.flex-cmnt01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-cmnt01 .cmnt{
	width: 32%;
	margin-top: 40px;
}
.flex-cmnt01 .cmnt:nth-child(4),.flex-cmnt01 .cmnt:nth-child(5),.flex-cmnt01 .cmnt:nth-child(9),.flex-cmnt01 .cmnt:nth-child(10)
,.flex-cmnt01 .cmnt:nth-child(11),.flex-cmnt01 .cmnt:nth-child(12){
	width: 49%;
}
.flex-cmnt01 .cmnt .fuki:after{
	content:'';
	position: absolute;
	bottom:0;
	left:130px;
	transform: translateY(100%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #f8f8f8 transparent transparent transparent;
	border-width: 20px 20px 0px 0px;
}
	.flex-cmnt01 .cmnt .iconarea{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-left: 20px;
		margin-top: 15px;
	}	
		.flex-cmnt01 .cmnt .iconarea img{
			margin-right: 10px;
		}	


.flex-cmnt02{
	margin-top: 40px;
}
	.flex-cmnt02 .cmnt{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
		.flex-cmnt02 .cmnt:nth-child(n+2){
			margin-top: 20px;
		}
		.flex-cmnt02 .cmnt:nth-child(2n){
			flex-direction: row-reverse;
		}
	.flex-cmnt02 .cmnt .iconarea{
		width: 70px;
		text-align: center;
	}
		.flex-cmnt02 .cmnt .iconarea .txt{
			font-size: 1.3rem;
			margin-top: 3px;
		}
	.flex-cmnt02 .cmnt .fuki{
		width: calc(100% - 100px);
	}
		.flex-cmnt02 .cmnt:nth-child(2n-1) .fuki:before{
			content:'';
			position: absolute;
			top:25px;
			left:0;
			transform: translateX(-100%);
			width: 0;
			height: 0;
			border-style: solid;
			border-color: transparent #f8f8f8 transparent transparent;
			border-width: 0px 20px 20px 0px;			
		}
		.flex-cmnt02 .cmnt:nth-child(2n) .fuki:after{
			content:'';
			position: absolute;
			top:25px;
			right:0;
			transform: translateX(100%);
			width: 0;
			height: 0;
			border-style: solid;
			border-color: #f8f8f8 transparent transparent transparent;
			border-width: 20px 20px 0px 0px;		
		}




.one-point{
	position: relative;
	border-radius: 5px;
	border:1px solid #ddd;
	padding: 35px 40px 35px 30px;
	margin-top: 60px;
}
	.one-point .ttl{
		position: absolute;
		top:0;
		left:50%;
		transform: translate(-50%,-50%);
		font-size: 2.2rem;
		font-weight: bold;
		color:#0962A8;
		margin-bottom: 0;
	}
		.one-point .ttl span{
			padding: 0 15px;
			background-color: #fff;
			white-space: nowrap;
		}
	.one-point .flex-point{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
		.one-point .flex-point .img{
			width: 120px;
		}
		.one-point .flex-point .txt{
			width:calc(100% - 140px);
		}
.graph{
	margin-top: 40px;
	border-radius: 5px;
	border:1px solid #ddd;
	padding: 35px 0;
}
	.graph img{
		display: block;
		max-width: 630px;
		width: 90%;
		margin: 0 auto;
	}

	.l-ms{
		font-size: 2.0rem;
		text-align: center;
		font-weight: bold;
	}
		.l-ms span{
			color:#0962A8;
		}
			.l-ms br.sp{
				display: none;
			}


@media screen and (max-width: 1200px) {
	.l-ms{
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 1024px) {

	
	
	
	
	
	
}
@media screen and (max-width: 900px) {

	.l-ms{
		font-size: 1.6rem;
	}
	.l-ms br.sp{
		display: block;
	}
}
@media screen and (max-width: 768px) {

.cmntarea .cmnt .fuki {
    padding: 15px 18px;
}	
.cmntarea .cmnt .iconarea img {
    width: 50px;
}
.flex-cmnt01 .cmnt {
    width: 48%;
    margin-top: 20px;
}
.flex-cmnt01 .cmnt:nth-child(4), .flex-cmnt01 .cmnt:nth-child(5), .flex-cmnt01 .cmnt:nth-child(9), .flex-cmnt01 .cmnt:nth-child(10) {
    width: 48%;
}
	.flex-cmnt01 .cmnt .iconarea {
		align-items: center;
		margin-left: 15px;
		margin-top: 12px;
	}	
	.flex-cmnt01 .cmnt .fuki:after{
		border-width: 15px 15px 0px 0px;
		left: 100px;
	}
.flex-cmnt02 {
    margin-top: 20px;
}
	.flex-cmnt02 .cmnt .iconarea {
		width: 55px;
	}
	.flex-cmnt02 .cmnt .iconarea img{
		margin: 0 auto;
	}
	.flex-cmnt02 .cmnt .iconarea .txt {
		font-size: 1.0rem;
	}
	.flex-cmnt02 .cmnt .fuki {
		width: calc(100% - 68px);
	}	
		.flex-cmnt02 .cmnt:nth-child(2n-1) .fuki:before{
			border-width: 0px 15px 15px 0px;			
		}
		.flex-cmnt02 .cmnt:nth-child(2n) .fuki:after{
			border-width: 15px 15px 0px 0px;		
		}	
.flex-cmnt02 .cmnt:nth-child(n+2) {
    margin-top: 18px;
}
	
.one-point .ttl {
    position: absolute;
    font-size: 2rem;
	width: 80%;
	background-color: #fff;
}
.one-point {
    padding: 40px 20px 20px;
    margin-top: 50px;
}
    .one-point .ttl {
        display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
    }
    .one-point .ttl img{
       width: 60px;
    }	
    .one-point .ttl span{
        padding: 0;
		line-height: 1.4;
		margin-right: 15px;
		margin-top: 5px;
    }
	.one-point .flex-point .txt {
		width: 100%;
	}
	
}
.graph {
    margin-top: 15px;
    padding: 20px 0;
}
.graph img {
    width: 100%;
}
	
	


	
	


	
	


	
	


	
	
