/* PC */
@media screen and (min-width: 900px) {

	#contents_service {
		max-width: 1200px;
		margin: 0 auto;
		padding: 3rem 1em;
		color: #212121;
		font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
		line-height: 1.8em;
		font-size: 14px;
	}

	#contents_service h1 {
		font-size: 25px;
		border-bottom: solid 2px #CECECE;
		padding-bottom: 1rem;
		margin-bottom: 3rem;
	}

	#contents_service h2 {
		font-size: 18px;
		margin-bottom: 3rem;
	}

	#contents_service h3 {
		font-size: 18px;
		margin-bottom: 1rem;
	}

	#contents_service h4 {
		font-size: 15px;
	}

	.article {
		margin-bottom: 3rem;
	}

	#contents_service .text {
		font-size: 14px;
		margin: 0 0 1rem 0;
	}

	#contents_service li {
		font-size: 14px;
		margin-bottom: 0.5rem;
	}

	#contents_service a {
		color: #0079c7;
	}

    /*表*/
    table {
        border-collapse: collapse;
        line-height: 1.6;
        border:1px solid #e5e7eb;
    }
    thead {
        background-color: #f9fafb;
        border-bottom: 1px solid #e5e7eb;
    }
    tr {
        border-bottom: 1px solid #e5e7eb;
    }
    tr:last-child {
        border-bottom: none;
    }
    th {
        padding: 0.75rem 1.5rem;
        letter-spacing: 0.05em;
        border-right:1px solid #e5e7eb;
    }
    th:last-child {
        border-right: none;
    }
    td {
        padding: 1rem 1.5rem;
        border-right:1px solid #e5e7eb;
    }
    td:last-child {
        border-right: none;
    }

}

/* SP */
@media screen and (max-width: 1242px) {

	#contents_service {
		padding: 5rem 3em;
		color: #212121;
		font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
		line-height: 1.8em;
		font-size: 14px;
	}

	#contents_service h1 {
		font-size: 32px;
		border-bottom: solid 2px #CECECE;
		padding-bottom: 2rem;
		margin-bottom: 5rem;
	}

	#contents_service h2 {
		font-size: 23px;
		margin-bottom: 5rem;
	}

	#contents_service h3 {
		font-size: 23px;
		margin-bottom: 2rem;
	}

	#contents_service h4 {
		font-size: 15px;
	}

	.article {
		margin-bottom: 6rem;
	}

	#contents_service .text {
		font-size: 14px;
		margin: 0 0 2.5rem 0;
		line-height: 1.4;
	}

	#contents_service li {
		font-size: 14px;
		margin-bottom: 2rem;
		line-height: 1.4;
	}

	#contents_service a {
		color: #0079c7;
	}

    /*表*/
    table {
        border: none;
        width: 100%;
    }
    thead {
        display: none;
    }
    tr {
        border-bottom: none;
        display: block;
        margin-bottom: 3rem;
        border: 1px solid #e5e7eb;
        font-size: 14px;
    }
    tr:last-child {
        border-bottom: 1px solid #e5e7eb;
    }
    td {
        display: block;
        width: 100%;
        padding-left: 25%;
        position: relative;
        box-sizing: border-box;
        border-top: 1px solid #e5e7eb;
        border-right: none;
    }
    tr td:first-child {
        border-top: none;
        background: #f9fafb;
    }
    td::before {
        content: attr(data-label);
        position: absolute;
        left: 20px;
        width: 20%;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        white-space: pre-wrap;
        top: 50%;
        transform: translateY(-50%);
    }

}