@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
a {
  -webkit-tap-highlight-color: transparent;
}
strong {
  font-weight: 700;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
td,
th {
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
}
blockquote,
q {
  quotes: '' '';
}
a:focus {
  overflow: hidden;
}
option {
  padding-right: 10px;
}
article,
aside,
details,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
input[type='button'],
input[type='submit'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type='button']::-webkit-search-decoration,
input[type='submit']::-webkit-search-decoration {
  display: none;
}
input[type='button']::focus,
input[type='submit']::focus {
  outline-offset: -2px;
}
.sb_style a {
  text-decoration: underline;
  color: #008bf7;
}
.sb_style em {
  font-style: italic;
}
.sb_style ol,
.sb_style ul {
  list-style: decimal;
}
.sb_style table {
  border: 1px solid #666;
}
.sb_style td,
.sb_style th {
  vertical-align: middle;
  border: 1px solid #666;
}
@media screen and (min-width: 767px) {
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px 8px;
    font-size: 28px;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 10px;
    font-size: 26px;
    border-left: 3px solid #000;
  }
  .sb_style h3 {
    font-size: 24px;
    padding: 5px 10px;
    background: #000;
  }
  .sb_style h4 {
    padding-bottom: 8px;
    font-size: 20px;
    position: relative;
  }
  .sb_style h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 18px;
    padding: 5px 10px;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 16px;
    color: #000;
  }
  .sb_style ol,
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ol li,
  .sb_style ul li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px 3%;
    font-size: 6vw;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style ol,
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ol li,
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
