/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark

https://html5doctor.com/html-5-reset-stylesheet/
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  background-color: #ffffff;
}

.terms-section {
  width: auto;
  padding: 0 10px;
}

.terms-title {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 100;
  font-style: normal;
  position: relative;
}
.terms-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: currentcolor;
  margin: 10.2px auto 0;
}
.terms-title > span {
  display: block;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 400;
  font-style: normal;
  margin-top: 5px;
}
.terms-title--center {
  text-align: center;
}

.terms-subtitle {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  margin-right: 40px;
}

.terms-body-text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
}

.terms-content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#content {
  background-color: white;
  line-height: 1.5;
  width: 90%;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  margin-bottom: 10px;
}

li {
  list-style-type: none;
}

.terms-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.terms-item--indent {
  padding-left: 2em;
}

.terms-item__number {
  margin-right: 10px;
  min-width: 2.5em;
  width: auto;
  text-align: right;
}

.terms-item__text {
  flex: 1;
}

.terms-preamble {
  font-size: 16px;
  line-height: 1.7;
  color: #4d4d4d;
  margin-bottom: 12px;
}

.terms-enacted {
  font-size: 14px;
  line-height: 1.7;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 20px;
}

.terms-supplementary {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #4d4d4d;
}
