@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
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:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-text-size-adjust: none;
}

html {
  font-size: 16px;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  font-family: sans-serif;
  color: #fff;
  background-color: #1b5774;
  background-repeat: no-repeat;
  background-size: cover;
}
body.main {
  background-image: url(../img/bg_guide.jpg);
  background-color: #144754;
}
em {
  font-style: normal;
}
input,
select,
button {
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  border-radius: 0;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}

.guide .header {
  display: none;
  position: relative;
  z-index: 100;
}
.guide .header h1 {
  position: relative;
  margin: 0;
  padding: 11px 0;
  background: #2c6581;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
}
.guide .btn_back {
  position: absolute;
  z-index: 10;
  display: block;
  left: 16px;
  bottom: 6px;
  width: 31px;
  height: 28px;
  background: url(../img/btn_back.png) no-repeat 0 50%;
  background-size: 100% auto;
  text-indent: -5000px;
}
.guide .contents {
  position: relative;
  z-index: 5;
}

.guide_fixed .header {
  position: fixed;
  width: 100%;
}
.guide_fixed .header h1 {
  position: relative;
  width: 100%;
}
.guide_fixed .contents {
  padding-top: 47px;
  position: relative;
}
.guide_fixed .toc_visible {
  padding-top: 0px;
}

.guide .toc {
  padding: 21.5px 23px 0 31px;
  text-align: center;
}
.guide .toc ol {
  width: 100%;
  margin: 0 auto;
}
.guide .toc ol:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.guide .toc li {
  box-sizing: border-box;
  float: left;
  width: 33.3333%;
  padding: 0 15px 0 20px;
  margin-bottom: 5px;
  font-size: 0.9375rem;
}

.guide .toc li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 52px;
  padding: 18px 0 19px 0;
  color: #e4f2fc;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  background: url(../img/bg_menu_r.png) no-repeat right top;
  background-size: auto 100%;
}

.guide .toc li a:before {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: -15px;
  margin-top: -18px;
  content: '';
  width: 15px;
  height: 52px;
  background: url(../img/bg_menu_l.png) no-repeat left top;
  background-size: auto 100%;
}

.guide .toc li:active {
  opacity: 0.75;
}

/*.guide .btn_close {display:block; position:absolute; right:5px; top:3px; width:35px; height:37px; background:url(../img/btn_close.png) no-repeat; background-size:100%; text-indent:-5000px;}*/
.guide .desc {
  padding: 23px 34px;
}
.guide .desc a {
  color: #c7ccdb;
  text-decoration: underline;
}
.guide .desc h1 {
  display: none;
}
.guide .desc h2 {
  margin: 22px 10px 0 10px;
  padding: 0 0 13px 20px;
  background: url(../img/bl_gt.png) no-repeat;
  background-size: 14px auto;
  font-weight: bold;
  font-size: 0.9375rem;
}
.guide .desc h3 {
  margin: 22px 10px 0 10px;
  padding: 0 0 10px 0;
  font-size: 0.875rem;
  font-weight: bold;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.75);
}
.guide .desc h2 + h3 {
  margin-top: 0;
}
.guide .desc p {
  margin: 0 10px;
  padding-bottom: 8px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #96c8df;
}
.guide .desc li p {
  margin: 0;
}
.guide .desc img {
  max-width: 100%;
}
.guide .desc p > img {
  display: inline-block;
  margin-top: 5px;
}
.guide .desc em {
  color: #1affc6;
}
.guide .desc li {
  padding-bottom: 2px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #96c8df;
}
.guide .desc ul {
  margin: 3px 12px 16px 32px;
  list-style-type: disc;
}
.guide .desc ol {
  margin: 3px 2px 16px 12px;
  padding-left: 22px;
  counter-reset: list;
}

.guide .desc ol ul {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 20px;
}
.guide .desc ol ul:only-of-type {
  margin-bottom: 4px;
}
.guide .desc ul ol {
  margin-top: 4px;
  margin-bottom: 4px;
}

.guide .desc ol > li {
  list-style: none;
}
.guide .desc ol > li:before {
  float: left;
  margin: 0 0 0 -22px;
  content: '(' counter(list) ') ';
  counter-increment: list;
}
.guide .desc ol ol > li:before {
  float: left;
  margin: 0 0 0 -22px;
  content: '' counter(list) ') ';
  counter-increment: list;
}

.guide .desc ol ol {
  margin-bottom: 0;
  margin-left: 0;
}
.guide .desc ol ol li {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.guide .desc ul ul {
  margin-bottom: 0;
  margin-left: 0px;
  list-style: none;
}
.guide .desc ul ul li {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.guide .desc ul ul > li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  margin-right: 5px;
  margin-top: -2px;
  width: 2px;
  height: 2px;
  background: url(../img/bl_dot.png) no-repeat 0%;
  background-size: 100%;
}

.guide table {
  table-layout: fixed;
  margin: 0 0 30px 10px;
}
.guide table th {
  padding: 10px;
  background: #063a53;
  border: 1px solid #074663;
  border-top: none;
  border-bottom: none;
  color: #96c8df;
  font-size: 0.8125rem;
  vertical-align: middle;
}
.guide table td {
  padding: 10px 10px 10px 10px;
  background: #577d8f;
  border: 1px solid rgba(57, 66, 100, 0.3);
  border-top: none;
  color: #ccefff;
  font-size: 0.8125rem;
  vertical-align: middle;
  line-height: 1.4;
}
.guide table th:first-child {
  border-left: none;
}
.guide table td:first-child {
  border-left: none;
}
.guide table th:last-child {
  border-right: none;
}
.guide table td:last-child {
  border-right: none;
}
.guide table tr:last-child td {
  border-bottom: none;
}

@media screen and (min-width: 900px) {
  .guide .toc ol {
    max-width: 900px;
  }
}
@media screen and (max-width: 560px) {
  .guide .toc li {
    width: 33.33%;
  }
}
@media screen and (max-width: 460px) {
  .guide .toc li {
    width: 50%;
  }
}
.head-img {
  display: none;
}
.head-img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 5;
}
.head-img img {
  width: 100%;
  vertical-align: top;
}

.guide_fixed .header {
  position: relative;
}
.guide_fixed .contents {
  padding-top: 0;
}
