@charset "utf-8";
/*///////////////////////////////////////fcs////////////////////////////////////////////
Site Name  :  DMM FX ( 口座申し込みフォーム )
File Name  :  detail.css
//////////////////////////////////////////////////////////////////////////////////////*/


/* Main Layout
-------------------------------------------------------------*/
a {
	color: #a00;
}

a:hover {
	color: #a00;
}

#Contents {
	margin: 0 0 40px;
}

/* clearfix
-------------------------------------------------------------*/
.clearfix:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/* 見出し（中） */
.HeadingMiddle {
	font-size:30px;
	margin-top: 20px;
	padding-bottom: 15px;
	padding-left: 1em;
	text-indent: -0.7em;
	border-bottom: 1px solid #bfbfbf;
	font-weight: normal;
	line-height: 1;
}

.HeadingMiddle::before {
	display: inline-block;
	margin-right: 15px;
	width: 5px;
	height: 35px;
	vertical-align: text-top;
	background-color: #3ba8ca;
	content: "";
}


/* 見出し（小） */
.HeadingSmall {
	margin: 24px 0 12px;
	font-size: 14px;
	color: #393939;
	background: url(/register/pc/_img/heading_small_bg.png) left top repeat-x;
}
.HeadingSmall span {
	display: block;
	padding: 11px 25px 15px;
	line-height: 16px;
	background: url(/register/pc/_img/heading_small_left.png) left top no-repeat;
}
/* 見出し（極小） */
.HeadingXSmall {
	padding-left: 20px;
	color: #266b00;
	font-size: 14px;
	color: #00742e;
	background: url(/register/pc/_img/heading_mini.png) 0 2px no-repeat;
}
/*  ページトップボタン */
p.PageTop { margin:15px 10px 10px; text-align:right; }
p.PageTop a { padding:0 0 0 15px; background: url(/register/pc/_img/page_nav.png) 0 2px no-repeat; }
/*  ページ内リンク */
a.Link { padding:0 0 0 15px; background: url(/register/pc/_img/page_nav.png) 0 -28px no-repeat; }
a.LinkDown { padding:0 0 0 15px; background: url(/register/pc/_img/page_nav.png) 0 -58px no-repeat; }

/* Contents
-------------------------------------------------------------*/
#DmmEntryLogin div.EntryAccountBtn {
	margin-bottom: 30px;
	text-align: center;
	margin-top: 40px;
}

/* タブ */
div#TabChange {
	margin: 0 auto;
	position: relative;
	width: 840px;
}

div#TabChange ul#Tabs {
	border-bottom: 5px solid #3ba8ca;
	margin: 0;
	overflow: hidden;
}

* html div#TabChange ul#Tabs { zoom:1; } /* IE6 hasLayout BugFix */

div#TabChange ul#Tabs li {
	float: left;
	list-style: none;
	margin-bottom: 0;
	width: 50%;
	height: 100%;
}

div#TabChange ul#Tabs li a {
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 23px;
	color: #333 !important;
	text-align: center;
	text-decoration: none;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	border-top-left-radius : 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius : 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

div#TabChange ul#Tabs li a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

div#TabChange ul#Tabs li a.current {
	cursor: default;
}

div#TabChange ul#Tabs li a.current {
	background-color: #3ba8ca;
	color: #fff !important;
	border-color: #3ba8ca;
	font-weight: bold;
}


/* コンテンツ */
#TabWrapp {
	padding: 10px 20px 30px;
	background: #fff;
	border: solid 5px #3ba8ca;
	border-top: 0;
}

#tab2, #tab3, #tab4 {
	display: none;
}

.EntryFlowChart {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 510px;
}

.StepArrow, .EntryFlowDetail {
	display: table-cell;
	vertical-align: top;
}

.StepArrow {
	margin-top: 25px;
}

.EntryFlowDetail {
	margin-bottom: 10px;
	width: 730px;
}

.Step1, .Step2, .Step3, .StepExamination {
	list-style: none;
}

.Step1, .Step2, .Step3 {
	margin-bottom: 10px;
}

.Step1, .Step2 {
margin-bottom: 70px;
}

.Step2 {
	position: relative;
}

.Stepttl {
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bfbfbf;
}

.Stepttl > img {
	width: 100%;
}

.Steptxt, .StepExamination__text {
	font-size: 15px;
	line-height: 1.7;
}

.Steptxt {
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
}

.StepExamination {
	display: table;
	margin-bottom: 60px;
	padding: 0;
}

.StepExamination__ttl,
.StepExamination__text{
	display: table-cell;
	vertical-align: middle;
}

.StepExamination__ttl {
	padding-right: 20px;
}


.StepExamination__ttlTxt{
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

.StepExamination__text {
	padding-top: 15px;
}

.Step3 > .Steptxt {
	margin-bottom: 30px;
}

div.identification {
	text-align: center;
}

div.coIdentification {
	margin: 20px 0;
}
#Contents p.caution {
	background: url(/register/pc/_img/icon_attention.png) left top no-repeat;
	padding: 0 0 5px 30px;
}
.DocumetnsArticle {
	text-align: center;
}
.DocumetnsArticle .DocumentsPattern {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 650px;
}
.DocumetnsArticle .DocumentsPattern .PatternBox {
	background: #FFF;
	text-align: center;
}
.DocumetnsArticle .DocumentsPattern .Flex {
	display: flex;
	display: -webkit-flex; /* Safari */
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
}
.DocumetnsArticle .DocumentsPattern .PatternBox img {
	margin: 15px 10px 10px 0;
}
.DocumetnsArticle .DocumentsPattern .PatternBox a {
	border-radius: 5px;
	color: #FFF;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0;
	padding: 15px;
	text-align: center;
	text-decoration: underline;
	width: 120px;
}
.DocumetnsArticle .DocumentsPattern .PatternBox .License {
	background: #f59c00;
}
.DocumetnsArticle .DocumentsPattern .PatternBox .MynumberCard {
	background: #eb7473;
}
.DocumetnsArticle .DocumentsPattern .PatternBox .PatternA {
	background: #0090bc;

}
.DocumetnsArticle .DocumentsPattern .PatternBox .PatternB {
	background: #eb7473;
}
.DocumetnsArticle .DocumentsPattern .PatternBox .PatternC {
	background: #f59c00;
}
.DocumetnsArticle .DocumentsPattern .PatternBox .OfficialDocuments {
	background: #0090bc;
}
.DocumetnsArticle .DocumentsPattern .PatternBox .License,
.DocumetnsArticle .DocumentsPattern .PatternBox .OfficialDocuments {
	padding: 20px 10px;
}

.DocumetnsArticle .DocumentsPattern .PatternBox .MynumberCard {
	padding: 30px 10px;
}
.DocumetnsArticle .DocumentsPattern .PatternBox a.MynumberDocuments:hover {
	background: #a0cc4a;
}
.DocumetnsArticle .DocumentsPattern .PatternBox a.License:hover {
	background: #ffbf50;
}
.DocumetnsArticle .DocumentsPattern .PatternBox a.MynumberCard:hover {
	background: #f7a1a1;
}
.DocumetnsArticle .DocumentsPattern .PatternBox a.OfficialDocuments:hover {
	background: #3dacce;
}
.DocumetnsArticle .DocumentsPattern .PatternBox a:hover {
	text-decoration: none;
}
.DocumentsLink {
	font-size: 13px;
	margin: 0;
}
.DocumentsLink ul {
	margin: 0 auto;
	padding-left: 1.5em;
	width: 780px;
}
.DocumentsLink ul li a {
	font-weight: bold;
}
.AvailableDocuments {
	position: relative;
	margin: 0 auto;
}
.AvailableDocuments .DocumensArticle {
	border: 2px solid #555555;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 20px 20px 0 20px;
}
.AvailableDocuments .DocumensArticle h3 {
	border-bottom: 2px dashed #555555;
	font-size: 22px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
.AvailableDocuments .DocumensArticle .DocumentsIntroduction {
	padding: 0 10px;
	margin-bottom: 10px;
}
.AvailableDocuments .DocumensArticle .DocumentsIntroduction h4 {
	color: #333;
	font-size: 18px;
	margin: 0 0 10px;
}

.AvailableDocuments .DocumensArticle .DocumentsIntroduction h4 span {
	border-radius: 5px;
	color: #FFF;
	padding: 5px;
	margin-right: 10px;
}
.AvailableDocuments .DocumensArticle #PatternA.DocumentsIntroduction h4 span {
	background: #0090bc;
}
.AvailableDocuments .DocumensArticle #PatternB.DocumentsIntroduction h4 span {
	background: #eb7473;
}
.AvailableDocuments .DocumensArticle #PatternC.DocumentsIntroduction h4 span {
	background: #f59c00;
}
.AvailableDocuments .DocumensArticle .DocumentsIntroduction .ArticleBox .DocumentsType {
	border-radius: 5px;
	background: #eee;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 10px;
}
.AvailableDocuments .DocumensArticle .DocumentsIntroduction .ArticleBox .DocumentsType li {
	font-size: 14px;
	list-style-type: none;
	margin: 5px 0 5px 140px;
}
.AvailableDocuments .DocumensArticle .DocumentsIntroduction .ArticleBox .DocumentsType li.Top {
	margin: 5px 0 5px 0;
}
.AvailableDocuments .DocumensArticle .DocumentsIntroduction .ArticleBox span {
	color: #C00;
	font-size: 14px;
	margin: 20px 15px 0 0;
}
.AvailableDocuments .DocumensArticle .DocumentsIntroduction .ArticleBox .DocumentsImg {
	float: left;
	margin: 10px 70px;
	text-align: center;
}

.AvailableDocuments .DocumensArticle .DocumentsIntroduction .ArticleBox p,
.AvailableDocuments .DocumensArticle .DocumentsIntroduction .ArticleList p {
	line-height: 1.8;
	margin: 0;
	width: 740px;
}
.AvailableDocuments .DocumensArticle .DocumentsIntroduction .ArticleList {
	margin: 0 10px;
}
.AvailableDocuments .DocumensArticle .DocumentsIntroduction .ArticleList li {
	list-style: none;
	margin-bottom: 20px;
}
.AvailableDocuments .DocumensArticle .DocumentsIntroduction .ArticleList li h5 {
	border-left: 5px solid #333;
	clear: both;
	font-size: 16px;
	line-height: 1.0;
	margin: 0 0 10px;
	padding-left: 10px;
}
.AvailableDocuments .DocumensArticle #License.DocumentsIntroduction .ArticleList li:nth-child(2) p {
	width: 500px;
}
.AvailableDocuments .DocumensArticle #OfficialDocuments.DocumentsIntroduction .ArticleList li:first-child p {
	width: 210px;
}
.AvailableDocuments .DocumensArticle #OfficialDocuments.DocumentsIntroduction .ArticleList li:first-child img:nth-child(2n) {
	padding-right: 10px;
}
.AvailableDocuments .DocumensArticle #OfficialDocuments.DocumentsIntroduction .ArticleList li:nth-child(2n) p {
	width: 560px;
}
.AttentionInfo {
	color: #F22;
	font-weight: bold;
	text-decoration: underline;
}
span.supplementary {
	padding-left: 1em;
	text-indent: -1em;
}
div.coIdentification {
	margin:20px 0;
}
div.coIdentification table {
	margin:0 auto;
	border: 2px solid #333;
}
div.coIdentification table th {
	padding: 0;
}
div.coIdentification table p {
	margin: 0;
	padding: 0;
}
.toolbar {
	background: #f4f4f4;
	border-bottom: 1px solid #dfdfdf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 45px;
	margin-bottom: 10px;
	padding: 0;
}
.toolbar > h1 {
	height: 20px;
	margin: 0;
	padding-top: 12px;
	padding-left: 30px;
}
.toolbar h1 > img {
	height: 20px;
}
.toolbar h1 > img + img {
	margin-left: 10px;
}

.toolbar > h1 .title {
	font-size: 20px;
	margin: 0 0 0 20px;
	vertical-align: bottom;
}

/* 新デザイン
-------------------------------------------------------------*/

.basicBtnWrap {
	display: table;
	margin:40px auto 0;
}

.circle,
.basicBtn {
	display: table-cell;
	vertical-align: middle;
}

.circle {
	margin-right: 20px;
}

.basicBtn > a {
	display: inline-block;
	margin: auto;
	padding-top:15px;
	padding-bottom:15px;
	width: 400px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	background-color: #ff5400;
	border-radius: 20px;
	box-shadow: 0 0 14px rgba(102, 102, 102, 0.5);
}

.basicBtn--openingflow > a {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 22px;
	letter-spacing: -1px;
	background-color: #109a30;
}

.basicBtn--transparent {
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}

.basicBtn--transparent > a {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 212px;
	font-size: 17px;
	color: #333 !important;
	background-color: transparent;
	border-radius: 15px;
}

.basicBtn__logo {
	display: block;
	margin: auto;
	margin-bottom: 10px;
	width: 110px;
}

.basicBtn__logo--banusy {
	margin-bottom: 5px;
	width: 168px;
}


.basicBtn > a:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	text-decoration: none;
}

.basicBtn__text {
	margin-top: 10px;
	margin-left: 0;
	width: 220px;
	line-height: 1.7;
}

.entry_all {
	display: block;
	margin: auto;
}

.entryBtnWrap {
	margin: 30px auto 0;
	width: 680px;
	font-size: 0;
	letter-spacing: 0;
}

.entryBtn {
	display: inline-block;
	margin: 0;
	margin-bottom: 25px;
	width: 182px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.entryBtn:hover {
	-webkit-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
	text-decoration: none;
}

.entryBtn + .entryBtn {
	margin-left: 60px;
}

.entryBtn > a {
	display: block;
	padding-bottom: 10px;
}

.entryBtn > a {
	text-decoration: none;
}

.entryBtn > a > span {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

.entryBtn--fx {
	border-bottom-color: #87bb23;
}

.entryBtn--cfd {
	border-bottom-color: #ffa256;
}

.entryBtn--banusy {
	border-bottom-color: #8fc31f;
}

.entryBtn__logo {
	display: block;
	margin: auto;
	margin-bottom: 10px;
	width: 100px;
	text-align: center;
}

.entryBtn__logo--banusy {
	width: 168px;
}

.entryBtn__text {
	line-height: 1.7;
}