@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/

/*------------------------------------------ provision共通 */

body.provision article .content_inner h3:first-of-type {
	margin-top: 1em;
}

body.provision article table.unit,
body.provision article table.unit th,
body.provision article table.unit td {
	border-style: none;
	width: auto;
	padding: 2px 20px 2px 5px;
	font-weight: 500 !important;
}
body.provision article table.unit {
	margin: 0 0 0 9px;
}
body.provision article table.unit th {
	background-color: transparent;
}
body.provision article span.indent_1 {
	margin-left: -10px;
}
body.provision article span.indent_2 {
	text-indent: -1em;
}
body.provision article ul.net {
	margin: 0.5em 0 1em 16px;
	list-style: none;
}
body.provision article ul.net li {
	text-indent: -1.6em;
	padding-left: 1.6em;
}
body.provision article .margin0 {
	margin-bottom: 0px;
}
body#net_service article .indent {
	text-indent: -2.6em;
	margin-left: 2.6em;
}

/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

/*------------------------------------------ provision共通 */


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

/*------------------------------------------ provision共通 */


/*------------------------------------------ clear */
body {
	zoom: 100%;
}

body:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}