@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
buttoninput::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
header,
nav,
footer,
section {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol,
dl {
  list-style: none;
}
body {
  font-size: 14px;
  font-family: sans-serif;
  color: #333;
}
.guide-description,
.about-description,
.accordion-text {
  line-height: 1.78;
}
.header,
.container {
  padding: 10px;
}
.header {
  border-bottom: 1px solid #ccc;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header .header-logo {
  float: left;
  width: 58px;
  height: 10px;
  margin: 15px 0 0;
}
.header .header-logo .header-logo-img {
  width: 58px;
  vertical-align: top;
}
.header .header-button {
  float: right;
  width: 125px;
}
.header .header-button .back-top {
  display: block;
  width: 100%;
  margin: 3px 0 0;
  padding: 0 0 0 8px;
  color: #00267f;
  font-size: 10px;
  line-height: 1.6;
  text-decoration: none;
  background-image: url("../images/chevron-right.png");
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 4px auto;
}
.guide .guide-ttl {
  text-align: center;
  margin: 10px 0 0;
  padding: 0;
  height: 22.5px;
}
.guide .guide-ttl .guide-ttl-img {
  height: 22.5px;
  vertical-align: top;
}
.guide .guide-description {
  margin: 10px 0 0;
}
.about .about-ttl {
  color: #00267f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0 10px;
  line-height: 1;
}
.about .about-description {
  margin: 0 0 8px;
}
.content .content-ttl {
  margin: 0 0 5px;
  padding: 0;
  font-size: 100%;
}
.content .content-ttl:before {
  content: "";
  margin: 0 3px 0 0;
  width: 0;
  height: 0;
  display: inline-block;
  border: 5px solid #333;
}
.accordion {
  margin: 0 0 30px;
}
.accordion .accordion-header {
  margin: 0;
  padding: 20px;
  background-color: #00267f;
  height: 56px;
  position: relative;
}
.accordion .accordion-header:after {
  content: "";
  width: 11px;
  height: 6.5px;
  position: absolute;
  top: 25px;
  right: 20px;
  background-image: url("../images/chevron.png");
  background-size: 11px auto;
  background-position: 0 -6.5px;
}
.accordion.open .accordion-header:after {
  background-position: 0 0;
}
.accordion .accordion-heading {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.accordion .accordion-body {
  margin: 0;
  padding: 10px;
  background: #eeeeee;
}
.accordion .accordion-body .accordion-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.accordion .accordion-body .accordion-text {
  margin: 15px 0 0;
}
.accordion .accordion-footer {
  margin: 0;
  padding: 11px;
  height: 36px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background: #d6d6d6;
}
.accordion .accordion-footer .close {
  margin: 0 5px 0 0;
  display: inline-block;
  width: 13.5px;
  height: 14px;
  vertical-align: bottom;
}
.brands {
  margin: -10px 0 0;
  padding: 0;
}
.brands:after {
  content: "";
  display: table;
  clear: both;
}
.brands .brand {
  margin: 0;
  float: left;
  width: 25%;
}
.brands .brand-item {
  margin: 10px auto 0;
  width: 65px;
  display: block;
}
@media (min-width: 480px) {
  .brands .brand {
    width: 20%;
  }
}
.container .back-top {
  display: block;
  margin: 25px 20px 0;
  padding: 10px 0;
  border: 1px solid #00267f;
  color: #00267f;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.container .back-top .back-icon {
  position: absolute;
  width: 15px;
  height: 13px;
  top: calc( 50% - 6.5px );
  right: 20px;
  background-image: url("../images/chevron-right-button.png");
  background-size: 15px auto;
  background-position: 0 0;
}
.container .back-top:hover {
  background: #00267f;
  color: #fff;
}
.container .back-top:hover .back-icon {
  background-position: 7.5px 0;
}
.footer {
  background: #222;
  padding: 25px 10px 30px;
  margin: 20px 0 0;
  text-align: center;
}
.footer .copyright-img {
  width: 142px;
}
.button-pagetop {
  position: fixed;
  bottom: 15px;
  right: 17px;
  margin: 0;
  padding: 0;
  z-index: 100;
  transition: all .15s linear;
}
.button-pagetop:hover {
  opacity: .7;
  filter: "alpha(opacity=70)";
}
.button-pagetop .button-pagetop-img {
  width: 32px;
}
