@-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%;
  font: normal 100%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

a {
  color: #f4f4f4;
}

a:active,
a:hover {
  outline: 0;
}
a,
a:visited,
a:active,
a:hover {
	 text-decoration: none;
}

.header-wrap {
	background: #000;
	padding: 20px 0 10px 0;
	text-align: center;
}
.header-wrap h1.header-logo {
	padding: 0;
	margin: 0;
}
.header-wrap .header-logo img {
	width: 300px;
}
.header-search {
	position: relative;
	width: 260px;
	margin: 10px auto 0 auto;
}
#searchform {
}
#keywords	{
	width: 260px;
	border: 1px solid #FFF;
	padding: 2px;
	height: 20px;
}
#searchBtn	{
	position: absolute;
	top: 2px;
	left: 236px;
	width: 24px;
}

.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);
  right: 0;
  bottom: 0;
  width: 76%;
  background: #fff;
}

.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);
}

.contents-wrap div.menu-box {
	margin: 0;
}
.contents-wrap div.menu-box img { margin: 0; width: 30px; }
.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: .4em 2em;
  width: 100%;
  background: #333;
}

.nav-toggle { display: none }

  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
  }
  .nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
  }
  .nav-collapse.opened { max-height: 9999px }
  .nav-toggle {
    user-select: none;
	padding: 10px 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 40px;
    display: block;
    margin: 0;
	background: #666 url(../img/oc_help_sp_arrow01.png) no-repeat right 50%;
	background-size: 40px;
  }
  .nav-toggle.active {
	background: #666 url(../img/oc_help_sp_arrow02.png) no-repeat right 50%;
	background-size: 40px;
  }
  .main {
    -webkit-overflow-scrolling: auto;
    box-shadow: none;
    padding: 0 0 40px 0;
    border-radius: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .main::-webkit-scrollbar { background-color: transparent }

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


.info-box {
	background: #fff url(../img/oc_help_bg02.jpg) no-repeat right top; 
	background-size: 35%;
}
h1.index-h1 {
	padding: 10px 80px 0 10px;
	font-size: 24px;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	line-height: 1.4;
}
p.info-box-info {
	padding: 10px 120px 10px 10px;
	font-size: 13px;
}
.info-box-ver {
	background: rgba(33,107,243,0.8);
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 5px 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	margin: 0 10px;
}
.index-box01, .list-box {
	margin: 60px 0 0 0;
	background: #eee;
}
.index-box01, .list-box {
	margin: 30px 0 0 0;
}
.help-index-image {
	text-align: center;
	padding: 20px 0 0 0;
}
.help-index-image img {
	width: 300px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2)
}
.index-box01 h2 a {
	display: block;
	background: url(../img/icon_arrow_ca01.png), -moz-linear-gradient(top,#333 0%,#222);
	background: url(../img/icon_arrow_ca01.png), -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	background-position: 98% 50%;
	background-repeat: no-repeat;
	background-size: 24px, 100%;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,1);
	font-size: 20px;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.list-box h2 {
	background: -moz-linear-gradient(top,#333 0%,#222);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,1);
	font-size: 20px;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.index-box-menu { margin: 20px 0 0 0; background: #555; }
.index-box-p {
	padding: 10px;
	font-size: 14px;
	color: #fff;
}
.index-box-h3 {
	padding: 20px 10px 10px 10px;
	font-size: 16px;
	color: #fff;
}
.index-box-ul, .contents-wrap  ul.menu {
	padding: 10px 5px;
	background: #ddd;
}
.index-box-ul li, .contents-wrap  ul.menu li {
	float: left;
	margin: 0 20px 10px 0;
}
.index-box-ul a, .contents-wrap  ul.menu a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	background: #666 url(../img/icon_arrow_dot01.png) no-repeat 3px 50%;
	background-size: 14px;
	padding: 4px 10px 2px 18px;
	color: #fff;
	border-radius: 5px;
}

.footer-wrap { margin: 60px 0 0 0; }
.sp-footer-box {
	position: relative;
	background: -moz-linear-gradient(top,#333 0%,#000);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	height: 50px;
}
.sp-footer-box h2 a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: url(../img/icon_pc.png) no-repeat 3px 50%;
	background-size: 24px;
	font-size: 12px;
	padding: 0 0 0 32px;
}
.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 {
	background: #999;
	font-size: 10px;
	text-align: center;
	padding: 10px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 0;
}


/* search */
.search-info-box {
	background: none;
}
h1.search-h1 {
	padding: 20px 0;
	font-size: 16px;
	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;
	text-shadow: 1px 1px 2px #fff;
}
h1.search-h1 span {
	color: #999;
	font-size: 20px;
}
h1.search-h1 strong {
	color: #000;
	font-size: 20px;
}

.search-box01 {
	margin: 10px 10px 0 10px;
	padding: 0 0 40px 0;
}
.search-box01 h2 {
	margin: 0;
	padding: 0;
	font-size: 18px
}
.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;
	background: none;
	margin: 10px;
}
h1.contents-h1 {
	padding: 10px;
	font-size: 20px;
	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: 14px;
	color: #999;
}
h1.contents-h1 span.h1span02 { color: #999; }
.bread-list {
	margin: 10px 10px 0 10px;
	font-size: 13px;
}
.contents-wrap h2 {
	margin: 40px 10px 0 10px;
	padding: 0;
	font-size: 24px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
h3.list-h3 {
	padding: 10px;
	color: #fff;
}
.contents-wrap p {
	margin: 10px 10px 0 10px;
	padding: 0;
	font-size: 14px;
}

.contents-wrap  ul.menu a {
	background: #666 url(../img/icon_arrow_dot03.png) no-repeat 3px 50%;
	background-size: 14px;
}


.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;
	line-height: 1.5;
}
.contents-wrap img {
	max-width: 90%;
	margin: 10px 5% 0 5%;
}
.contents-wrap h5 {
	margin: 20px 10px 0 10px;
	font-size: 16px;
}
.contents-wrap h6 {
	margin: 20px 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
}

.contents-wrap div {
	margin: 10px;
	font-size: 13px;
}
.contents-wrap div.p-box {
	margin: 0;
}

.contents-wrap table {
	margin: 20px 10px 0 10px;
}

.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;
}


.contents-wrap .table01 {
	margin: 10px 10px 30px 10px;
	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;
	font-size: 13px;
}
.contents-wrap .table01 td {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 14px;
}

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

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