@charset "utf-8";

/* html{
	scroll-behavior: smooth;
} */

#Wrap {
	width: 980px;
	text-align: left;
    margin: 60px auto 0;
	position: relative;
}
#logo{
	width: auto;
}
footer {
	width: 980px;
	/* margin: -70px auto 40px; */
	margin: 0 auto 40px;
	/* height: 400px;
	background: url(../img/top/bg_main.jpg) no-repeat 55% bottom; */
	background-size: 100% auto;
	position: relative;
}

footer .copyright {
	position: relative;
	top: auto;
	/* bottom: 55px; */
}


/* =========================================================
law
========================================================= */
.law .wrapper {
	padding-bottom: 90px;
	font-size: 12px;
}


.law .law_title {
	font-size: 42px;
	text-align: left;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
	font-weight: 600;
}



.law .secTitle02 {
	font-size: 19px;
	margin-bottom: 20px;
	text-align: left;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
	font-weight: 600;
	color: #5b5b5b;
}

.lawSec {
	padding: 50px 0 10px;
}


.lawList span.icon {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
}

#index {
	height: 240px;
	position: relative;
	background: none;
}

#index a {
	position: absolute;
	left: 20px;
	top: 24px;
}
#index a img{
	width: 250px;
}
.hd_box {
	background: url(../img/law/bg_title.jpg) 100% 0;
	height: 240px;
	width: calc(1060 / 1440 * 100%);
	background-size: cover;
	background-repeat: repeat-x;
	border-radius: 0 0 0 25px;
	margin: 0 0 auto auto;
}
@media screen and (max-width: 1300px) {
.hd_box{
	width: calc(1100 / 1440 * 100%);
}
}
.hd_box img {
	position: absolute;
	width: 502px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
}

/* table
----------------------------------------------------------- */

table.lawTable {
	border-top: 1px solid #c0c0c0;
	width: 100%;
	margin: 50px 0 10px;
	color: #5b5b5b;
}

table.lawTable tr {
	border-bottom: 1px solid #c0c0c0;
}

table.lawTable th {
	color: #5b5b5b;
	padding: 20px;
	width: 175px;
	box-sizing: border-box;
	background: rgba(147, 147, 147, 0.1);
	text-align: left;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	vertical-align: top;
}

table.lawTable td {
	padding: 20px;
	width: calc(100% - 175px);
	border-right: 1px solid #c0c0c0;
}

table.lawTable td a {
	color: #5d5d5d;
	text-decoration: underline;
	transition: 0.3s ease;
}

table.lawTable td.adjust {
	position: relative;
	left: -5px;
}

.law .pagetop {
	margin-top: 20px;
	text-align: right;
}


.law .pagetop .icon_arrow {
	transform: rotate(-90deg);
}

.law .pagetop a {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
	color: #5b5b5b;
	text-decoration: none;
	position: relative;
}

.law .pagetop a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -18px;
	width: 8px;
	height: 6px;
	margin: auto;
	background: url(../img/common/icon_caret.svg) no-repeat center bottom;
	background-size: 100%;
	transform: rotate(180deg);
}

a:hover {
	color: #333 !important;
	transition: 0.3s ease;
}

.top.info_txt a {
	color: #fff !important;

}
.top.info_txt{
	display: none;
}
/*# sourceMappingURL=map/law.css.m