@charset "UTF-8";
/* RESET
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
main,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
}

/* 全体構成
    ---------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /*ベースを10pxにしています*/
}

body {
  margin: 0 auto;
  padding: 0;
  height: auto;
  width: 100%;
  font-size: 14px;
  color: #000;
  min-width: 320px;
  line-height: 1.5;
  /*スマホ対応*/
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: palt;
          font-feature-settings: palt;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  overflow-y: scroll;
  /*ローディングのガタツキ防止*/
}

html {
  height: 100%;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  line-height: 0px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a {
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-contents-wrap {
  max-width: 980px;
  margin: 50px auto 0;
  padding: 0 10px 50px;
}

.c-contents-wrap h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.c-privacy-policy h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.c-privacy-policy p {
  margin-bottom: 20px;
}

.c-company__info table {
  border-collapse: collapse;
  width: 100%;
}

.c-company__info table tr {
  border-bottom: 1px solid #b5b1b1;
}

.c-company__info table tr th, .c-company__info table tr td {
  padding: 24px 10px;
  border: none;
}

@media only screen and (max-width: 480px) {
  .c-company__info table tr th, .c-company__info table tr td {
    width: 100%;
    display: block;
  }
}

.c-company__info table tr th {
  width: 30%;
}
