@charset 'utf-8';
.common-component {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.common-component html,
.common-component body,
.common-component div,
.common-component span,
.common-component applet,
.common-component object,
.common-component iframe,
.common-component h1,
.common-component h2,
.common-component h3,
.common-component h4,
.common-component h5,
.common-component h6,
.common-component p,
.common-component blockquote,
.common-component pre,
.common-component a,
.common-component abbr,
.common-component acronym,
.common-component address,
.common-component big,
.common-component cite,
.common-component code,
.common-component del,
.common-component dfn,
.common-component em,
.common-component img,
.common-component ins,
.common-component kbd,
.common-component q,
.common-component s,
.common-component samp,
.common-component small,
.common-component strike,
.common-component strong,
.common-component sub,
.common-component sup,
.common-component tt,
.common-component var,
.common-component dl,
.common-component dt,
.common-component dd,
.common-component ol,
.common-component ul,
.common-component li,
.common-component fieldset,
.common-component form,
.common-component label,
.common-component legend,
.common-component table,
.common-component caption,
.common-component tbody,
.common-component tfoot,
.common-component thead,
.common-component tr,
.common-component th,
.common-component td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.common-component body {
  line-height: 1;
  color: #000;
  background: #fff;
}
.common-component ol,
.common-component ul {
  list-style: none;
}
.common-component table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
.common-component caption,
.common-component th,
.common-component td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.common-component a img {
  border: none;
}
.common-component ::selection {
  background-color: #ff9326;
  color: #fff;
}
.common-component div,
.common-component p,
.common-component a,
.common-component img,
.common-component ul,
.common-component li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.common-component a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.common-component p {
  font-size: 16px;
  line-height: 1.8;
}
.common-component span.orange {
  color: #ef6f04;
}
.common-component .sp,
.common-component.sp {
  display: none !important;
}
.common-component#header .logo {
  padding: 17px 14px 16px;
}
.common-component#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;
}
.common-component#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;
}
.common-component#banner p.title {
  padding-bottom: 45px;
}
.common-component#banner p.desc {
  font-size: 18px;
  line-height: 2;
}
.common-component#banner p.image {
  margin-top: -80px;
  margin-right: -35px;
}
.common-component#banner ul.buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 50px;
}
.common-component#banner ul.buttons li {
  margin-right: 26px;
}
.common-component#banner .notes {
  position: absolute;
  bottom: 1.5em;
  margin-top: 1em;
}
.common-component#banner .notes p {
  font-size: 11px;
}
.common-component#other-content {
  padding: 45px 0 60px;
  width: 820px;
  margin: 0 auto;
}
.common-component#other-content p.title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 0.5em;
}
.common-component#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;
}
.common-component#footer {
  letter-spacing: 0.1em;
  background-color: #eee;
}
.common-component#footer.dark {
  background-color: #4d4d4d;
}
.common-component#footer.dark p.copyright {
  color: #ccc;
}
.common-component#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;
}
.common-component#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;
}
.common-component#footer ul.sns-buttons li {
  width: 100px;
  line-height: 0;
}
.common-component#footer p.copyright {
  color: #888;
  font-size: 11px;
}
