@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------------
 #law common
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#law {
}
#law a {
	text-decoration: underline;
}
#law img {
	width: 100%;
}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#law {
}
#law a {
	text-decoration: underline;
}
}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 #law #kv
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#law #kv {
}
#law #mainArea {
	position: relative;
	width: 100%;
	height: 53.33333vw;
} 
#law .h2Bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
#law h2 {
	position: absolute;
	width: 100%;
	top: 23.83333vw;
	left: 0;
	z-index: 2;
	font-weight: 700;
	font-size: 4.66667vw;
	text-align: center;
	color: #fff;
	line-height: 1.24;
}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#law #kv {
}
#law #mainArea {
	position: relative;
	width: 1100px;
	height: 500px;
} 
#law .h2Bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
#law h2 {
	position: absolute;
	width: 100%;
	top: 232px;
	left: 0;
	z-index: 2;
	font-weight: 700;
	font-size: 50px;
	text-align: center;
	color: #fff;
	line-height: 1.24;
}
}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 #law 
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#law #lawTable {
	width: 81.33333vw;
	display: table;
	table-layout:auto;
	margin: 0 auto 10.66667vw;
	border-top: 1px solid #000;
}
#law #lawTable dl {
	display: table-row;
}
#law #lawTable dl dd {
	display: table-cell;
	width: 30%;
	font-size: 4vw;
	/*-moz-text-align-last: justify;
  text-align-last: justify;
  text-justify:inter-ideograph;*/
	padding: 2.66667vw 1.33333vw 2.66667vw 0;
	box-sizing: border-box;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
}
#law #lawTable dl dt {
	display: table-cell;
	width: 70%;
	font-size: 4vw;
	padding: 2.66667vw 0 2.66667vw 1.33333vw;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	vertical-align: middle;
  text-align: left;
}



/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#law #lawTable {
	width: 800px;
	display: table;
	border-collapse: collapse;
	table-layout:auto;
	margin: 0 auto 80px;
	border-top: 1px solid #000;
}
#law #lawTable dl {
	display: table-row;
}
#law #lawTable dl dd {
	display: table-cell;
	width: 228px;
	font-size: 20px;
	-moz-text-align-last: justify;
  text-align-last: justify;
  text-justify:inter-ideograph;
	padding: 18px 20px;
	box-sizing: border-box;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#law #lawTable dl dt {
	display: table-cell;
	width: 572px;
	font-size: 20px;
	padding: 18px 0 18px 25px;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
}
#law #lawTable a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all  0.5s ease;
}
#law #lawTable a:hover {
	text-decoration: none;
	opacity: 0.7;
}
}/* PC End */
