@charset "UTF-8";
/*	reset
-----------------------------------------*/
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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
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,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

html {
  line-height: 1;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

input,
button,
textarea,
select {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*	base
-----------------------------------------*/
body {
  min-width: 980px;
  background: #fff;
  color: #333;
  font-size: 88%;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 167%;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

button:hover {
  opacity: 0.7;
}

a {
  color: #06c;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:link,
a:visited {
  color: #06c;
}

a:hover {
  color: #f00;
  opacity: 0.7;
}

/* header */
#header {
  position: static;
  z-index: auto;
}
#header.simple {
  padding-bottom: 15px;
  border-bottom: #dedede 1px solid;
}
#header .utility {
  overflow: hidden;
  margin: 0 auto;
  padding-top: 15px;
  width: 970px;
}
#header .utility .inner {
  float: left;
}
#header .utility .inner .logo,
#header .utility .inner .log {
  float: left;
}
#header .utility .inner .logo a {
  display: inline-block;
  margin-right: 10px;
}
#header .utility .inner .log {
  margin-left: 22px;
}

/* main content */
.main_visual {
  height: 881px;
  background: url("/img/support/registration/bg_index_001.jpg") repeat-x right top;
  background-position: 2148px 0;
  animation: bg_animation 50s linear infinite normal;
}
@-webkit-keyframes bg_animation {
  0% {
    background-position: 2148px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes bg_animation {
  0% {
    background-position: 2148px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.main_visual .inner {
  position: relative;
  margin: 0 auto;
  padding-top: 262px;
  padding-left: 5px;
  width: 845px;
  text-align: center;
}
.main_visual .inner .cv_btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.main_visual .inner .cv_btn a {
  display: inline-block;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.section_01 {
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
.section_01 h2 {
  margin-bottom: 62px;
  text-align: center;
}
.section_01 .inner {
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 950px;
}
.section_01 .inner .left_box {
  float: left;
  width: 412px;
}
.section_01 .inner .left_box .txt_01 {
  margin-bottom: 20px;
}
.section_01 .inner .left_box .txt_02 {
  margin-bottom: 20px;
  width: 450px;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.7em;
}
.section_01 .inner .right_box {
  float: right;
  width: 455px;
}
.section_01 .cv_btn {
  text-align: center;
}
.section_01 .cv_btn a {
  display: inline-block;
  margin-bottom: 5px;
}
.section_01 .cv_btn .ssl_txt {
  display: block;
  text-align: center;
}
.section_01 .cv_btn .ssl_txt > img {
  vertical-align: middle;
}
.section_01 .cv_btn .ssl_txt > span {
  margin-left: 5px;
  font-size: 12px;
}

/* footer */
#footer {
  margin: 0 auto;
  width: 100%;
}
#footer.simple .utility {
  border-top: #dedede 1px solid;
  background: #fff;
}
#footer.simple .utility .inner .copy {
  color: #333;
}
#footer.simple .utility .inner .link a {
  color: #06c;
}
#footer.simple .utility .inner .link a:link,
#footer.simple .utility .inner .link a:visited {
  color: #06c;
}
#footer.simple .utility .inner .link a:hover,
#footer.simple .utility .inner .link a:focus {
  color: #f00;
  opacity: 0.7;
}
#footer.simple .utility .inner .link li + li {
  padding-left: 5px;
  border-left: #dedede 1px solid;
}
#footer .utility {
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
  background: #535353;
}
#footer .utility .inner {
  margin: 0 auto;
  width: 970px;
  color: #fff;
}
#footer .utility .inner .copy {
  float: left;
  font-size: 85.71429%;
  line-height: 1.58333;
}
#footer .utility .inner .link {
  float: right;
}
#footer .utility .inner .link li {
  float: left;
  font-size: 85.71429%;
  line-height: 1.58333;
}
#footer .utility .inner .link li a {
  display: block;
  color: #fff;
}
#footer .utility .inner .link li a:link,
#footer .utility .inner .link li a:visited {
  color: #eee;
}
#footer .utility .inner .link li a:hover,
#footer .utility .inner .link li a:focus {
  color: #ddd;
  text-decoration: underline;
}
#footer .utility .inner .link li + li {
  position: relative;
  margin-left: 1em;
  padding-left: 1em;
}
#footer .utility .inner .link li + li:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 1px;
  height: 1em;
  border-left: #fff 1px solid;
  content: "";
}
