* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-size: 10px;
    background: #fff;
}
body {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "游ゴシック",YuGothic,YuGothicM,"Yu Gothic",メイリオ,Meiryo,sans-serif;
    position: relative;
    color: #111111;
    z-index: 0;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
}
@media all and (-ms-high-contrast:none) {
    body {
        font-family: "游ゴシック",YuGothic,YuGothicM,"Yu Gothic",メイリオ,Meiryo,sans-serif;
        font-weight: 300;
    }
}
a, p, h1, h2 ,h2 ,h3, h5, h6, li, dt, dd, th, td, aside, span, small, address, label, button {
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 2.3rem;
    color: #111111;
    cursor:-moz-text;
    cursor:-webkit-text;
    cursor: text;
}

a, a > img, h1 > img {
    cursor:-moz-pointer;
    cursor:-webkit-pointer;
    cursor: pointer;
}
a, p, span, aside, small, address {
    display: inline-block;
}
ul, li, ol {
    list-style: none;
}
img {
    display: block;
    width: 100%;
    height: auto;
    cursor:-moz-default;
    cursor:-webkit-default;
    cursor: default;
}

/* HEADER */
header {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.logo {
    display: block;
    height: 50px;
    width: auto;
    margin: 10px 0 10px 20px;
}
.logo img {
    width: auto;
    height: 38px;
}

/* OTHER */
section {
    width: 100%;
    margin: 0 auto 60px;
}
.section-inner {
    max-width: 768px;
    margin: auto;
    padding: 0 15px;
}

/* LAW */
.law {
    text-align: left;
    padding-bottom: 20px;
    letter-spacing: 0px;
    font-size: 1.1rem;
}
.law h2{
    font-weight: bold;
    font-size: 29px;
    margin-top: 100px;
    padding-bottom: 40px;
}
.law h3{
    font-size: 19px;
    padding:25px 0 10px 0;
    font-weight: bold;
}
.entry-content table {
    margin: 0 auto 1.5rem;
}
/*テーブル*/
.content table {
	margin-top: 20px;
	width: 100%;
	font-size: 1.4rem;
    border-collapse: collapse;
    border: 1px solid #000;
}
.law th, .law td {
    font-size: 1.4rem;
    line-height: 1.8rem;
    border: 1px solid #e7e4e4;
}
.content table th {
	padding: 10px;
	background: #323232;
	color: #fff;
}
.content table td {
    width: 70%;
	padding: 10px;
}
.content table td:first-of-type {
    width: 30%;
    background: #f9f9f9;
}
.btn-top, .btn-back, .wpcf7-submit {
    display: block;
    width: 70%;
    max-width: 300px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(90deg, #D8C578,#B19A3D) !important;
    margin: 1rem auto 0;
    padding: 0.8rem 0;
}

/* FOOTER */
footer {
    font-family:sawarabi-mincho,-apple-system, BlinkMacSystemFont,"Hiragino Sans","Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif; ;
    width: 100%;
    text-align: center;
    background: #fff;
}
footer .pageTop {
    display: block;
    width: 20%;
    max-width: 80px;
    margin: 50px auto;
}
footer small {
    font-size: 1rem;;
    line-height: 2.5rem;
}

