html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
textarea,
select {
	font: inherit;
	font-size: 1em;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

.small {
  font-size: 80%;
}


html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.875;
	background: #fff;
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
}

.title_main {
	font-size: 1.875rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	padding-top: 20px;
}

.title_main + * {
	margin-top: 24px;
}

.footer {
	margin-top: 8rem;
	padding: 1rem;
    background-color: #fff;
    color: #881a1a;
	text-align: center;
  }
  .footer a {
    color: #881a1a;
  }

.copyright {
	text-align: center;
	font-size: 0.75rem;
}

.layout {
	max-width: 924px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}


.tokusyo-table {
	width: 100%;
}

.tokusyo-table__name,
.tokusyo-table__data {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	line-height: 1.2;
}

.tokusyo-table__name {
	font-weight: 700;
	width: 10%;
    color: #881a1a;
}

.tokusyo-table__data {
	width: 30%;
}

.tokusyo-table__data-inner {
	text-align: left;
	display: inline-block;
}

.tokusyo-table__dayone {
	color: #626262;
	font-size: 1rem;
	font-weight: 500;
	width: 27%;
}

.tokusyo-table__company .tokusyo-table__data {
	padding: 12px 4px;
}


.tokusyo__wrapper {
	margin-top: 23px;
	overflow: auto;
	max-width: 1000px;
}

.tokusyo__content {
	width: 100%;  
	    text-align: left;
    vertical-align: middle;
}

.privacy__wrapper {
	margin-top: 23px;
	overflow: auto;
	max-width: 1000px;
}

.privacy__content {
	width: 100%;  
	    text-align: left;
    vertical-align: middle;
}


@media screen and (max-width: 768px) {
	
  .tokusyo__content tr, .tokusyo__content th, .tokusyo__content td {
    display: block;
  }
  .tokusyo__content th, .tokusyo__content td {
    width: 100%;
  }
  .tokusyo__content {
    text-align: left;
    vertical-align: middle;
  }

  }



