body,div,
h1,h2,p,
ol,ul,li {
  margin: 0;
  padding: 0;
  border: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

html, body {
  min-height: 100%;
}

body {
  min-width: 290px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #444 url("debut_dark.png") repeat;
  color: #333;
  font: normal 100%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 3em;
  line-height: 1;
  color: #222;
  margin-bottom: .5em;
  width: 100%;
}

h2 {
/*  float: left;*/
  width: 100%;
  font-size: 1.5em;
  color: #222;
  margin: 1em 0 .5em;
}

p {
/*  float: left;*/
  width: 100%;
  margin-bottom: 1em;
}

p.intro {
  font-size: 1.25em;
  color: #555;
  font-weight: bold;
}

a {
  color: #f4f4f4;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

.main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  padding: 3em 4em;
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  border-top-left-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0, .6);
  top: .8em;
  right: 0;
  bottom: 0;
  width: 76%;
  background: #fff url(../img/oc_help_bg01.jpg) no-repeat right top;
  background-size: 65%;
}

.main::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: rgba(0,0,0, .15);
  width: 8px;
  height: 8px;
}

.main::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0,0,0, .4);
}

.nav-collapse {
  position: absolute;
  width: 24%;
  top: 2em;
  left: 0;
}

.nav-collapse ul {
  display: block;
  width: 100%;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.nav-collapse a {
  color: #aaa;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease;
  text-shadow: 0 -1px rgba(0,0,0, .5);
  border-bottom: 1px solid rgba(0,0,0, .2);
  border-top: 1px solid rgba(255,255,255, .1);
  display: block;
  padding: .6em 2em;
  width: 100%;
}

.nav-collapse a:hover { background: rgba(255,255,255, .1) }
.nav-collapse .active a { color: #fff; background: rgba(0,0,0, .3) }
.nav-collapse li:first-child a { border-top: 0 }
.nav-collapse li:last-child a { border-bottom: 0 }
.nav-toggle { display: none }

.header-wrap {
  width: 24%;
}
.header-logo {
	margin: 20px 10px 0 10px;
	position: relative;
}
.header-logo img {
	width: 100%;
}
.header-search {
	position: absolute;
	top: 20px;
	right: 20px;
}
#searchform {
}
#keywords	{
	width: 260px;
	border: 1px solid #FFF;
	padding: 2px;
	height: 20px;
}
#searchBtn	{
	position: absolute;
	top: 2px;
	left: 236px;
	width: 24px;
}

#page-top { display: none; }

h1.index-h1 {
	padding: 0;
	font-size: 32px;
	color: #000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
p.info-box-info {
	margin-top: 30px;
}
.info-box-ver {
	font-size: 18px;
	font-weight: bold;
	color: #216bf3;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.index-box01 {
	margin: 60px 0 0 0;
	padding: 0 0 40px 0;
}
.index-box01, .list-box {
	margin: 60px 0 0 0;
	padding: 0 0 40px 0;
}
.list-box {
	margin: 30px 0 0 0;
}
.help-index-image {
	padding: 20px 0 0 0;
}
.help-index-image img {
	width: 400px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2)
}
.index-box01 h2, .list-box h2 {
	margin: 80px 0 0 0;
	font-size: 32px;
	padding: 10px 0;
}
.list-box h2 {
	margin: 0;
}
.index-box01 h2 a {
	background: url(../img/icon_oc.png) no-repeat 0 50%;
	padding: 5px 0 5px 50px;
}
h2.list-h2 {
	background: url(../img/icon_oc.png) no-repeat 0 50%;
	padding: 5px 0 5px 50px;
}
h3.list-h3 {
	margin: 40px 0 0 0;
	background: #666;
	padding: 10px 20px;
	color: #fff;
}
.index-box-menu { margin: 20px 0 0 0; }
.index-box-p {
	margin: 10px 0 0 0;
	font-size: 16px;
}
.index-box-h3 {
	margin: 30px 0 0 0;
	font-size: 18px;
}
.index-box-ul, .contents-wrap  ul.menu {
	padding: 20px 20px 0 20px;
	margin: 30px 0 0 0;
	border: 3px solid #ccc;
	background: rgba(255,255,255,0.7)
}
.index-box-ul li, .contents-wrap  ul.menu li {
	float: left;
	margin: 0 20px 20px 0;
}
.index-box-ul a, .contents-wrap  ul.menu a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	background: #ddd url(../img/icon_arrow_pc01.png) no-repeat 4px 50%;
	padding: 5px 10px 3px 20px;
	color: #333;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3)
}
.index-box-ul a:hover {
	background: #eee url(../img/icon_arrow_pc01.png) no-repeat 4px 50%;
	color: #000;
}

.bread-list { font-size: 13px; margin: 5px 0 0 0; }

.footer-wrap {
	margin: 60px 0 0 0;
	width: 24%;
}
.sp-footer-box {
}
.sp-footer-box h2 a {
	display: block;
	background: #fff url(../img/icon_arrow_dot02.png) no-repeat 2px 50%;
	color: #000;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2) inset;
	font-size: 14px;
	padding: 10px 10px 10px 36px;
	margin: 0 10px;
}
.sp-footer-box h2 a:hover {
	background: #eee url(../img/icon_arrow_dot02.png) no-repeat 2px 50%;
}
.footer-box-top a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 50px;
	border-left: 1px solid #444;
}
.footer-box-top img {
	margin: 10px 0 0 5px;
}
.footer-copy {
	font-size: 11px;
	padding: 10px;
	color: #999;
}

/* search */
h1.search-h1 {
	padding: 20px 0;
	font-size: 24px;
	color: #000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	border-bottom: 4px solid #ccc;
	border-top: 4px solid #ccc;
	margin-bottom: 50px;
}
h1.search-h1 span {
	color: #999;
	font-size: 36px;
}
h1.search-h1 strong {
	color: #000;
	font-size: 36px;
}

.search-box01 {
	margin: 10px 0 0 0;
	padding: 0 0 40px 0;
}
.search-box01 h2 {
	margin: 0;
	padding: 0;
}
.search-box01 p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
}
.search-box01 p strong {
	background: #ff0;
}

/* contents */
.contents-info-box {
	border-bottom: 4px solid #ccc;
	border-top: 4px solid #ccc;
}
.menu-box {
}
h1.contents-h1 {
	padding: 20px 0;
	font-size: 30px;
	color: #000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin: 0;
	line-height: 1.3;
}
h1.contents-h1 span.h1span01 {
	font-size: 18px;
	color: #999;
}
h1.contents-h1 span.h1span02 { color: #999; }
.contents-wrap img { max-width: 100%; }
.contents-wrap  div.bread-list {
	margin: 10px 0 0 0;
	font-size: 12px;
}
.contents-wrap h2 {
	margin: 40px 0 0 0;
	padding: 0;
	font-size: 26px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.contents-wrap p, .contents-wrap div {
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
}

.contents-wrap  ul.menu a {
	background: #ddd url(../img/icon_arrow_pc02.png) no-repeat 4px 50%;
	padding: 5px 10px 3px 24px;
}

.contents-wrap h3 {
	margin: 60px 0 0 0;
	padding: 10px;
	font-size: 20px;
	background: #666;
	color: #fff;
	border-bottom: 5px solid #333;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.contents-wrap .help-other-wrap01 h3 {
	color: #666;
	background: #fff;
	border-bottom: 5px solid #333;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.contents-wrap h4 {
	margin: 40px 0 0 0;
	font-size: 18px;
	padding: 10px;
	background: #eee;
	border-bottom: 2px solid #999;
}
.contents-wrap img {
	margin: 10px 0;
}
.contents-wrap h5 {
	margin: 20px 0 0 0;
	font-size: 17px;
}
.contents-wrap h6 {
	margin: 20px 0 0 0;
	font-size: 15px;
	font-weight: bold;
}

.contents-wrap .table01 {
	margin: 10px 0 40px 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.contents-wrap .table01 th {
	background-color: #f2efea;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px 10px;
}
.contents-wrap .table01 td {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px 20px;
}

.contents-wrap .ul01 { margin: 10px 0 0 0; }
.contents-wrap .ul01 li {
	margin: 0 0 5px 30px;
	list-style-type: disc;
	font-size: 14px;
}

.page-gototop {
	font-size: 13px;
	margin: 20px 0 0 0;
	text-align:right;
}
.page-gototop a {
	background: url(../img/icon_arrow_pc03.png) no-repeat 4px 50%;
	padding: 2px 0 2px 24px;
}

.footer-bn-box {
	width: 200px;
	height: 200px;
	margin: 3em 0 0 2em;
	z-index: 10000;
}


@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  body {
    background-image: url("debut_dark_@2X.png");
    -webkit-background-size: 200px 200px;
    -moz-background-size: 200px 200px;
    -o-background-size: 200px 200px;
    background-size: 200px 200px;
  }
}

@media screen and (min-width: 76em) {
  .header-wrap { width: 18em }
  .nav-collapse { width: 18em }
  .main { width: auto; left: 18em }
  .footer-wrap { width: 18em }
}