@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: "Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo,  sans-serif;
	background-color: #ffffff;
	color: #272727;
}


img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;

}

.red_text {
    color: #F00;
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    display: inline-block;
}

.button_flex {
    display: flex;
	justify-content: space-around;
	margin-top: 24px;
	margin-bottom: 24px;
}

#FormText {
    padding-top: 5px;
    font-weight: bold;
    color: #F00;
    font-size: 12px;
}

#wrap {
	margin-right: auto;
	margin-left: auto;
	background-repeat:no-repeat;
	background-position: center top;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
}
#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo{
	position: absolute;
	left: 531px;
	top: 19px;
}
#wrap .topimg{
	width: 100%;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: auto;
}
#wrap .topimg img {
	max-width:900px;
	width:100%;
}
#wrap #wrapper #commentbox img {
	max-width:880px;
	width:100%;
}






#main .bbox {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main h2 {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	color: #333;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 15px;

}

#main .contents_navi2 {
	width: 98%;
	font-size: large;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	color: #333;
	background-color: #eeeeee;
	border-left-width: 1%;
	border-left-style: solid;
	border-left-color: #66C4FF;
	height: 30px;
	padding-left: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .contents_navi3 {
	width: 99%;
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin-top: 24px;
	background-color: #ff5c5c;
	height: 30px;
	line-height: 30px;
	padding-left: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .contents_comment01  {
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#category_box {
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	width: 100%;
}
.category_box2 {
	font-size: medium;
	text-align: left;
	padding: 10px;
	margin-bottom: 15px;
}
.flexbox {
	display: flex;
	justify-content: space-between;
}

.category_box2 .tablebox {
	width: 48%;
}
.category_box2 .tablebox h3{
	font-size: medium;
	margin-bottom: 5px;
}
.tablebox table, .tablebox td, .tablebox th  {
	border-collapse: collapse;
	border: 1px solid #CCC;
	padding: 6px;
}
.tablebox table tr th {
	background-color: #eee;
	color: #333;
	font-size: small;
	text-align: left;
}




#category_box3 {
	width: 98%;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	padding: 1%;
}
#category_box .chui {
	font-size: 12px;
	padding-left: 15px;
}
#commentbox  {
	line-height: 130%;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
	background-repeat: repeat-x;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
}
.category_box2 .number {
	width: 20px;
	text-align: left;
	float: left;
}

#category_box3 .number{
	width: 20px;
	text-align: left;
	float: left;
}

#commentbox  #company{
	width: 100%;
	font-size: medium;
	text-align: left;
	line-height: 150%;
	color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
}

#commentbox  #company_nabi {
	color: #FFF;
	font-size: large;
	font-weight: bold;
	text-align: left;
	background-color: #040A4B;
	background-repeat: repeat-x;
	line-height: 30px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1%;
}




#entry_button{
	text-align: center;
}
.center{
	margin:0 2px 20px 4px;
}

#footer {
	color: #ffffd4;
	background-color: #08204d;
	padding-top: 40px;
	font-size: 16px;
	height: 50px;
	font-weight: bold;
	text-align: center;
}

.code_i{
	font-family: inherit;
}

.indent{
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
	font-size: medium;
	margin-bottom: 4px;
	line-height: 1.6;
}

.marker {
    background:linear-gradient(transparent 20%, #FF9 60%);
}



#footer {
	color: #FFF;
	background-color: #00215A;
	padding-top: 40px;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	height: 50px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.code_i{
	font-family: inherit;
}

.risk{
    font-size: 14px;
    line-height: 1.4;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.risk p{
	padding: 0px;
	margin: 0px;
}



.step{
	background-color: #4fa8f9;
	color: white;
	padding: 8px 0px;
	font-size: 24px;
}

.step2{
	margin-top: 24px;
}

.step1_box{
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
}

.step1_box > div{
	width: 49%;
	border:2px solid #66c4ff;
	box-sizing: border-box;
	padding: 10px;
	background-color: #fafafa;
}

.cp_entrybtn{
	margin-top: 16px;
}

.flow{
	margin-top: 8px;
}

#button{
	display: flex;
	align-items: center;
	justify-content: space-around;
}


.red_text{
	text-align: left;
}

.step3{
	margin-top: 24px;
}

.cfdget_box{
	display: flex;
	justify-content: center;
	gap: 20px;
}

.flow_link{
	background-color: #f08317;
	color: white;
	padding: 2px 8px;
	box-sizing: border-box;
	display: block;
	height: 80px;
	line-height: 80px;
}

.trade_start{
	font-size: 1.4rem;
	font-weight: bold;
}

.red_text_cd{
	font-size: 15px;
}

.nohave_subtitle{
	background-color: antiquewhite;
	margin-bottom: 8px;
}

.cfd_kakunin{
	background-color: cornflowerblue;
	color: white;
	padding: 8px;
	border-radius: 8px;
	display: block;
}



.cfd_kakunin{
	position: relative;
}



.circle-arrow::before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: white;
  position: absolute;
       right: 18px;
    top: 50%;
}

.circle-arrow::after {
  content: "";
  position: absolute;
    right: 16px;

    top: 38%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid white;
}