@charset "utf-8";
/* page setting
--------------------------------------------------------- */
.service-heading1 {
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 5px 0;
	background: #E7F0F9;
	background-image: url(../img/service/sh-001.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	font-weight: bold;
	color: #595959;
}

.service-heading1 p {
	text-align: left;
	margin: 25px 0 25px 5%;
	font-size: 24px;
}



.service-heading2 {
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 5px 0;
	background: #E7F0F9;
	background-image: url(../img/service/sh-002.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	font-weight: bold;
	color: #595959;
}

.service-heading2 p {
	text-align: left;
	margin: 25px 0 25px 5%;
	font-size: 24px;
}


.service hr {
	height: 2px;
	background: linear-gradient(to right, #F2F2F2, #92D050 20%, #006600 74%, #006600 83%, #92D050 100%);
	border: none;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

/*	width: 100%;
	position: left;
	border: solid 5px;/*線の種類の指定*/
/*	background-color: linear-gradient(90deg, #F2F2F2 0%, #92D050 20%, #006600 74%, #006600 83%, #92D050 100%); /*線の色の指定*/


.service_table {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 14px;
}

.table_design03 {
	border-collapse: collapse;
	width: 100%;
	max-width: 800px;
}
.table_design03 th, .table_design03 td {
	border: 1px solid #D9D9D9;
	padding: 1em;
	color: #595959;
}
.table_design03 th {
	border: 1px solid #D9D9D9;
	background: #F2F2F2;
	font-weight: bold;
	text-align: center;
	width: 20%;
	min-width: 4em;
	vertical-align: top;
}


.table_design04 {
	border-collapse: collapse;
	width: 100%;
	max-width: 800px;
}
.table_design04 th, .table_design04 td {
	border: 2px solid #D9D9D9;
	padding: 1em;
	color: #595959;
}

.table_design04 .gray{
	background: #F2F2F2;
}

.table_design04 th {
	border: 2px solid #D9D9D9;
	background: #F2F2F2;
	font-weight: bold;
	text-align: center;
	width: 20%;
	min-width: 4em;
	vertical-align: top;
}

.table_design04 hr {
	height: 0.5px;
	background-color: #D9D9D9;
	border: none;
}

.table_design04 th, .table_design04 td b {
	font-size: 20px;
}

.table_design04 th, .table_design04 td .txt1 {
	padding-left: 40px;
}




@media screen and (max-width: 600px) {
	.service-heading1 {
		height: auto;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 40px;
		padding: 5px 0;
		background: #E7F0F9;
		background-image: url(../img/service/sh-001.png);
		background-position: right;
		background-repeat: no-repeat;
		background-size: contain;
		font-weight: bold;
		color: #595959;
		text-shadow: #fffafa 1px 0 10px;
	}

	.service-heading2 {
		height: auto;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 40px;
		padding: 5px 0;
		background: #E7F0F9;
		background-image: url(../img/service/sh-002.png);
		background-position: right;
		background-repeat: no-repeat;
		background-size: contain;
		font-weight: bold;
		color: #595959;
		text-shadow: #fffafa 1px 0 10px;
	}

	.service_table {
		width: 98%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 50px;
		font-size: 12px;
	}

	.table_design03 {
		border-collapse: collapse;
		width: 95%;
	}
	.table_design03 th, .table_design03 td {
		border: 1px solid #D9D9D9;
		padding: 1em;
		color: #595959;
	}
	.table_design03 th {
		border: 1px solid #D9D9D9;
		background: #F2F2F2;
		font-weight: bold;
		text-align: center;
		width: 20%;
		min-width: 4em;
		vertical-align: top;
	}


	.table_design04 {
		border-collapse: collapse;
		width: 98%;
	}
	.table_design04 th, .table_design04 td {
		border: 2px solid #D9D9D9;
		padding: 1em;
		color: #595959;
		font-size: 10px;
	}

	.table_design04 .gray{
		background: #F2F2F2;
	}

	.table_design04 th {
		border: 2px solid #D9D9D9;
		background: #F2F2F2;
		font-weight: bold;
		text-align: center;
		width: 20%;
		min-width: 4em;
		vertical-align: top;
		font-size: 10px;
	}

	.table_design04 hr {
		height: 0.5px;
		background-color: #D9D9D9;
		border: none;
	}

	.table_design04 th, .table_design04 td b {
		font-size: 16px;
	}

	.table_design04 th, .table_design04 td .txt1 {
		padding-left: 25px;
	}

}
