@media screen and (max-width: 767px) {
  .p-solution-service-table-td-ttl {
    width: 23%; } }

.explanation_tbl{
	width: 100%;
	border-collapse: collapse;
	font-size: 1.5rem;
	line-height: 1.35;
	letter-spacing: 0.1em;
}

.explanation_tbl td,th{
border-collapse: collapse;
border: #B6B6B6 1px solid ;
padding: 10px;
text-align: left;

}
.explanation_tbl th{
background:#E6EBF5;
width: 20%;
max-width: 150px;
min-width:120px;
text-align: center;
white-space: nowrap;
}
.explanation_tbl .nwrp{
 white-space: nowrap;
}