@charset "UTF-8";

.business-advantage__inner {
	padding: 5rem 2rem ;
}
.linearea h2{
	font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5rem;
}
.linearea table{
	margin: auto;
    width: 94%;
    margin-bottom: 3.4rem;
}
.linearea table tr{
	margin: auto;
    width: 94%;
}
.linearea table th{
	font-weight: 500;
    vertical-align: middle;
    padding: 5px 0;
    padding-left: 3%;
    box-sizing: border-box;
    background-color: #F0F3F5;
}
.linearea table tr td:first-of-type{
    background-color: #F0F3F5;
}

.linearea table th {
	width: 11.3%;
	padding-left: 0;
    text-align: center;
}


.linearea table caption, .linearea table th ,.linearea table td{
	border: solid 1px #707070;
	line-height: 1.6;
}
.linearea table td{
	padding: 13px 15px;
	box-sizing: border-box;
	max-width: 300px;
	white-space: normal
}
.linearea table tr td:first-of-type span{
	font-size:0.8rem;
	color: #676767;
}
.linearea table tr.linesubth td:first-child{
    background-color: #F0F3F5;
    width: 12%;
}
.linearea table tr.linesubth td:first-child{
    background-color: #F0F3F5;
    width: 12%;
}
.linearea table tr.linesubth td:nth-child(2){
	text-align: center;
	vertical-align: middle;
	padding: 0;
	font-family: serif;
	width: 12%;
}
/* .linearea table tr.linesubth td:nth-child(n+2):nth-child(-n+4){
	text-align: center;
	vertical-align: middle;
	padding: 0;
	font-family: serif;
	width: 12%;
} */
.linearea table tr.linesubth td span, .linearea table.undertbl tr.linesubth th span{
	font-size:0.7rem;
}

.show_tablet,
.show_sp {
	display: none;
}
.wid550 {
	max-width: 550px;
}
.wid1090 {
	max-width: 1090px;
}
.img_center {
	text-align: center;
}
p.tac {
	text-align: center;
}

/* SP */
@media (max-width: 768px) {
	.show_sp {
		display: block;
	}
	.hide_sp {
		display: none;
	}
}

@media (max-width: 768px) {	
	.linearea table {
	    min-width: 680px;
    }
}
/* SP */
@media (max-width: 768px) {
	.lineof .seclineof {
	    padding: 5rem 0 3.5rem;
	}
	.lineof .linearea table caption,
	.lineof .linearea table th,
	.lineof .linearea table td {
    	font-size: 14px;
    	line-height: 1.4;
    }
    .lineof .scroll {
    	margin: 0.5rem 0 0;
    }
    .scroll table {
		width:100%;
	}
	.scroll {
		overflow: auto;
		white-space: nowrap;
	}
	.linearea h2 {
		margin-bottom: 3.5rem;
		line-height: 1.7rem;    
	}
	.linearea table th {
	    padding-left: 2%;
	}
	.linearea table th:nth-child(n+2):nth-child(-n+4) {
	    padding: 5px 10px;
	}
}

.business-visual__read p a {
    display: inline-block;
    color: #00b8ee;
    font-weight: bold;
    padding: 0 2px;
    text-decoration: underline;
}

