@charset "UTF-8";

body {
	font-size: 12px;
    font-family: 'Roboto', 'YakuHanJP', 'Subset-NotoSansJP', Meiryo, sans-serif;
	color:#333333;
	margin:0px;
	padding:0px;
	background-image:url(/corp/guide/kabu/help/images/bg.png);
	background-repeat:repeat-x;
	background-position:top left;
	overflow-y: scroll;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
a {
	overflow: hidden;
	outline: none;
}
div.kabu_help{
	width: 1080px;
	height: auto;
	margin:0px auto;
	position: relative;
}
div.kabu_help .kabu_help_inner {
	border: 1px solid #cdcdcd;
	width: 1047px;
	background: #fff;
	float: left;
}
div.kabu_help .kabu_help_inner2 {
	border: 1px solid #cdcdcd;
	width: 1078px;
	background: #fff;
	float: left;
}
div.kabu_help .kabu_help_inner_tab {
	width: 31px;
	height: 380px;
	float: left;
}
p {
	margin:0px;
	padding:0px;
}
h1 {
	margin:0px;
	padding:0px;
}


.head_logo {
	height:50px;
}
h1 img {
	float: left;
}
ul.tab {
  position: absolute;
  top: 54px;
  left: 0;
  width: 1080px;
  height: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;

  display: flex;
}
.tab > li {
  display: flex;
  width: 25%;
  height: 40px;
  flex-shrink: 1;
}
.tab > li:not(:first-child) {
  margin-left: 4px;
}
.tab > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  width: 100%;
  border: 1px solid #528fcc;
  background-color: #fff;
  color: #528fcc;
  font-size: 15px;
  text-decoration: none;
}
.tab > li > a::after {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #538fcc;
  content: ""
}
.tab > .on > a {
  border-color: transparent;
  background: #7db9e8;
  background: linear-gradient(to bottom, #7db9e8 0%,#538fcc 100%);
  background-size: 100% 42px;
  background-position: -1px;
  background-clip: border-box;
  color: #fff;
}
.tab > .on > a::after {
  display: block;
}

img.kabu_help_img {
	float: left;
}
.step_area {
	background: #f0faff;
	float: left;
	padding: 15px 30px;
}
.step_area table {
	border-collapse:collapse;
	margin-top: 18px;
}
.step_area table td {
	padding: 0 0 15px 0;
}
.step_area table td.num {
	width: 46px;
	vertical-align: top;
}
.step_area table td.text {
	width: 564px;
	font-size: 13px;
	line-height: 1.5;
}
.step_area .link_tab {
	text-align: right;
}
.redtext {
	color: #dc1c26;
}
.textlink {
	color: #00e;
	text-decoration: underline;
	background: url(/corp/guide/kabu/help/images/arrow.png) no-repeat 0 3px;
	padding-left: 10px;
}
table.qa_box {
	border-collapse:collapse;
}
table.qa_box td {
	height: 24px;
	line-height: 24px;
	padding-bottom: 18px;
}
table.qa_box td a {
	background: url(/corp/guide/kabu/help/images/ico_q.png) no-repeat 0 0;
	padding-left: 30px;
	display: block;
	font-size: 14px;
	color: #197cb5;
}
.qa_title {
	font-size: 16px;
	border-left: 6px solid #528fcc;
	padding-left: 15px;
	margin: 0 0 20px 1px;
}
.contents {
	clear:both;
	margin-top: 60px;
	overflow: hidden;
}
label {
	cursor:pointer;
}
input {
	display:none;
}
#label1b, #label2b {
	display:none;
}
.mgt10 {
	margin-top: 10px;
}
.caption {
	font-size: 13px;
	display: inline-block;
	margin-top: 4px;
}
.notice {
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	line-height: 1.4;
}

p.font-large {
	font-size: 15px;
	font-weight: bold;
}
.footer {
	text-align:right;
	margin-top:8px;
	line-height: 1.8em;
	font-size: 92%;
}
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

