@charset "UTF-8";
/* -----------------------------
Reset SCSS 
----------------------------- */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

/* -----------------------------
 Styling
----------------------------- */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

.policy-wrap {
  font-family: "Helvetica Neue",Helvetica,"Avenir Next",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","メイリオ",Meiryo,Osaka,sans-serif !important;
  font-size: 12px !important;
  line-height: 22px !important;
  margin-top: 54px;
}
@media screen and (min-width: 768px) {
  .policy-wrap {
    margin-top: 83px;
  }
}
a:link, a:visited {
  color: #0090d5;
  text-decoration: none;
}

.policy-wrap a:hover, .policy-wrap a:active {
  text-decoration: underline;
}

header {
  width: 100%;
}

header .logo {
  background: #0090d5;
  padding: 1em 1em .5em;
  margin: 0;
}

header .logo img {
  line-height: 1;
}

header .logo-now img {
  width: 80px;
}

header .logo-sa img {
  width: 200px;
}

header .title {
  background: #fcfcfc;
  padding: 1em;
  border-bottom: solid 1px #eaeaea;
}

header .title h1 {
  font-size: 1rem;
  font-weight: bolder;
  color: #999;
}

.container {
  width: 80vw;
  margin: 4em auto;
  max-width: 1400px;
}

.lead {
  margin: 2em 0;
  border: 1px solid #eaeaea;
  background: #fcfcfc;
  padding: 1em 1.6em;
}

dl {
  margin-top: 2em !important;;
}

dl dt {
  display: flex;
  margin-bottom: 1em;
  font-weight: bolder;
  font-size: .9rem;
}

dl dt span {
  display: inline-block;
  margin-right: 1.2em;
}

dl dd {
  margin-bottom: 2em !important;
}

dl dd ol li {
  list-style: decimal outside;
  margin: 0 1em;
}

dl dd ol.alph li {
  list-style: lower-alpha outside;
}

dl dd ol.roman li {
  list-style: lower-roman outside;
}
