@charset 'utf-8';
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
.sp {
  display: none !important;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px;
}
::selection {
  background-color: #ff9326;
  color: #fff;
}
div,
p,
a,
img,
ul,
li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
p {
  font-size: 16px;
  line-height: 1.8;
}
span.orange {
  color: #ef6f04;
}
#header .logo {
  padding: 17px 14px 16px;
}
#banner {
  position: relative;
  background: -webkit-linear-gradient(top left, #ff9326, #ff6400);
  background: -moz-linear-gradient(top left, #ff9326, #ff6400);
  background: -o-linear-gradient(top left, #ff9326, #ff6400);
  background: -ms-linear-gradient(top left, #ff9326, #ff6400);
  background: linear-gradient(to bottom right, #ff9326, #ff6400);
  color: #fff;
  padding: 115px 0 35px;
  letter-spacing: 0.1em;
}
#banner .banner-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
}
#banner p.title {
  padding-bottom: 45px;
}
#banner p.desc {
  font-size: 18px;
  line-height: 2;
}
#banner p.image {
  margin-top: -80px;
  margin-right: -35px;
}
#banner ul.buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 50px;
}
#banner ul.buttons li {
  margin-right: 26px;
}
#banner .notes {
  position: absolute;
  bottom: 1.5em;
  margin-top: 1em;
}
#banner .notes p {
  font-size: 11px;
}
#other-content {
  padding: 45px 0 60px;
  width: 820px;
  margin: 0 auto;
}
#other-content p.title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 0.5em;
}
#other-content ul.other-contents {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#other-content ul.thumbnails {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#other-content ul.thumbnails li {
  width: 400px;
  height: 295px;
  padding: 41px;
}
#other-content ul.thumbnails li.money .topic-title {
  font-size: 20px;
  letter-spacing: -0.05em;
  line-height: 1.5;
}
#other-content ul.thumbnails .panel {
  -webkit-box-shadow: 0 0 15px #888;
  box-shadow: 0 0 15px #888;
}
#other-content ul.thumbnails .title-wrap {
  height: 165px;
  display: table-cell;
  vertical-align: middle;
  width: 100vw;
  background-color: #ef6f04;
  color: #fff;
  text-align: center;
}
#other-content ul.thumbnails .topic-title {
  font-size: 26px;
  padding-top: 5%;
}
#other-content ul.thumbnails .topic-subtitle {
  font-size: 16px;
  line-height: 3;
}
#other-content ul.thumbnails a.link-button {
  display: block;
  text-align: center;
  color: #ef6f04;
  background-color: #fff;
  padding: 1em;
  text-decoration: none;
  font-size: 16px;
}
#footer {
  letter-spacing: 0.1em;
  background-color: #eee;
}
#footer.dark {
  background-color: #4d4d4d;
}
#footer.dark p.copyright {
  color: #ccc;
}
#footer .footer-wrap {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 62px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#footer ul.sns-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#footer ul.sns-buttons li {
  width: 100px;
  line-height: 0;
}
#footer p.copyright {
  color: #888;
  font-size: 11px;
}
