@charset "UTF-8";
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,
mask,
svg,
g {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  list-style: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="button"],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* ===============================

	Base Setting

================================ */
::selection {
  color: #FFF;
  background: #E7430B;
}

::-moz-selection {
  color: #FFF;
  background: #E7430B;
}

html {
  font-size: 62.5%;
}

html body {
  color: #2C2D30;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5em;
  line-height: 220%;
  letter-spacing: 0.1em;
  min-height: 100vh;
  background: #FFF;
}

/* ===============================

	Header/Footer

================================ */
.header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1em 0 2em;
  border-bottom: 1rem solid #111;
}
.header a {
  display: block;
  max-width: 220px;
}
.header a img {
  display: block;
  width: 100%;
  height: auto;
}

.footer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  padding: 3em 0;
  background: #000;
}
.footer nav {
  margin: 0 0 0.5em;
}
.footer nav li {
  font-size: 0.85em;
}
.footer nav li a {
  color: #FFF;
}
.footer nav li a:link, .footer nav li a:visited {
  text-decoration: none;
}
.footer nav li a:hover, .footer nav li a:active {
  text-decoration: underline;
}
.footer p {
  font-size: 0.85em;
}

/* ===============================

	article

================================ */
article {
  padding: 3em 1em;
  min-height: 72vh;
}
article .base-main a {
  word-break: break-all;
}
article .base-main a:link ,
article .base-main a:visited {
color: #06F;
text-decoration: none;
}
article .base-main a:hover ,
article .base-main a:active {
color: #C00;
text-decoration: underline;
}
article > * {
  max-width: 1080px;
  margin: auto;
}
article .base-header {
  margin: 0 auto 2em;
  padding: 0 0.5em 0.5em;
  border-bottom: 1px solid #000;
}
article .base-header h1 {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 180%;
}
article .base-main > * {
  margin: 0 0 4em;
}
article .base-main h2 img {
  display: block;
  width: 100%;
  height: auto;
}
article .base-main div {
  margin: 0 0 1.5em;
  padding: 0 0 1.5em;
  border-bottom: 1px solid #DDD;
}
article .base-main div:last-of-type {
  margin: 0 0 0;
  border-bottom: none;
}
article .base-main div p {
  margin: 0 0 1em;
  padding: 0 1em;
}
article .base-main div a {
  padding: 0 1em;
}
article .base-main div p em {
  font-weight: bold;
}
article .base-main div p:last-of-type {
  margin: 0;
}
article .base-main div ul {
  padding: 0 1em;
}
article .base-main h3 {
  font-size: 1.6em;
  padding: 0 0.5em 0.5em;
  margin: 0 0 1.5em;
  border-bottom: 2px solid #000;
}
article .base-main h4 {
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0 1em;
  margin: 0 0 0.5em;
}
article .base-main table {
  width: 100%;
  margin: 0 0 3em;
}
article .base-main table tbody tr > * {
  padding: 1.5em 0.5em;
  border-bottom: 1px solid #ebebeb;
}
article .base-main table tbody tr th {
  font-weight: bold;
}
article .base-footer {
  margin: 7em 0 0;
  padding: 0 1em;
}
article .base-footer .base-sns {
  margin: 0 0 2em;
}
article .base-footer .base-sns ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
article .base-footer .base-sns ul li {
  font-size: 2.2em;
  padding: 0.25em;
  border-radius: 3px;
}
article .base-footer .base-sns ul li.sns-twitter {
  background: #1B95E0;
}
article .base-footer .base-sns ul li a {
  color: #FFF;
}
article .base-footer .base-copyright p {
  font-size: 0.9em;
}

/*# sourceMappingURL=style2.css.map */
