/******************************************
 トップページ
******************************************/

/*h1下の口座開設ボタン*/
.btn-open {
	margin-bottom: 100px;
	margin-right: 165px;
}


.btn-open a {
	display: inline-block;
    color: #fff;
    background-color: #c11c27;
    padding: 14px 20px;
    letter-spacing: 1px;
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s;
    -webkit-box-shadow: 2px 3px rgba(0,0,0, 0.2);
            box-shadow: 2px 3px rgba(0,0,0, 0.2);
}

.btn-open a:hover {
	background-color: #9c0d17;
	-webkit-box-shadow: 0px;
            box-shadow: 0px;
}

/*  > 768px
================================*/
@media (min-width: 768px) {
}
/*  < 768px
================================*/
@media (max-width: 768px) {
	.btn-open {
		margin-right: 0;
	}


	.btn-open a {
		font-size: 16px;
	}
}


/* systemInfo Section
=====================================*/
#systemInfo {
	background-color: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 50px;
}

#systemInfo .wrapBox {
	margin: 0 20px;
}

#systemInfo .wrapBox .pdNone {
	padding: 0;
}


#systemInfo dl {
	border: 1px solid #464545;
	margin: 10px 0;
}

#systemInfo dl dt,
#systemInfo dl dd  {
	padding: 20px;
	font-size: 16px;
	line-height: 1.4;
}

#systemInfo dl dd {
	background-color: #fff;
}

#systemInfo dl dt {
	background-color: #5b5959;
	color: #fff;
}
#systemInfo .wrapBox .lineRight {
	border-right: none;
}


/*  < 992px
================================*/
@media (max-width: 992px) {
	#systemInfo .wrapBox .lineRight {
		border: 1px solid #464545;
	}
}



/* information Section
=====================================*/
#information {
	padding-top: 50px;
	margin-bottom: 50px;
}

#information .infoBox ul li {
	border-bottom: 1px solid #e3e2e2;
}

#information .infoBox ul li dl {
	margin: 10px 0;
}

#information .infoBox ul li dl dt,
#information .infoBox ul li dl dd a {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}

#information .infoBox ul li dl dd a:hover {
	color: #e52f3c;
	text-decoration: underline;
}


/*  > 768px
================================*/
@media (min-width: 768px) {
	#information .dl-horizontal dt {
		float: left;
		width: auto;
		overflow: hidden;
		clear: left;
		margin-left: 20px;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#information .dl-horizontal dd {
	    margin-left: 250px;
	}
}
/*  < 768px
================================*/
@media (max-width: 768px) {
	#information .dl-horizontal dd {
	    margin-top: 5px;
	}
}




/* pastInfo
   brandInfo Section
=====================================*/
#pastInfo {
	padding: 50px 0;
	margin-bottom: 50px;
}
#brandInfo {
	margin-bottom: 50px;
}

.infoStyle02 .infoBox dl {
	background-image: url(../images/ico_arrow01.png);
	background-repeat: no-repeat;
	background-position: right 5px top 30%;
	border-bottom: 1px solid #d5d5de;
	display: block;
	padding-right: 50px;
	padding-bottom: 10px;
}

.infoStyle02 .infoBox dl {
	margin: 10px 0;
}

.infoStyle02 .infoBox dl dt,
.infoStyle02 .infoBox dl dd a {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}

.infoStyle02 .infoBox dl dd a:hover {
	color: #e52f3c;
	text-decoration: underline;
}


/*  > 768px
================================*/
@media (min-width: 768px) {
	.infoStyle02 .dl-horizontal dt {
		float: left;
		width: auto;
		overflow: hidden;
		clear: left;
		margin-left: 20px;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.infoStyle02 .dl-horizontal dd {
	    margin-left: 160px;
	}
}

/*  < 768px
================================*/
@media (max-width: 768px) {
	.infoStyle02 .dl-horizontal dd {
	    margin-top: 5px;
	}

	.infoStyle02 .infoBox dl {
		background-position: right 5px top 40%;
	}

	#pastInfo .infoBox a {
		background-position: right 5px top 40%;
	}

}




/* services Section
=====================================*/
#services {
	padding: 50px 0;
}

#services a {
	display: block;
}
#services .service-media {
	border-bottom: 3px solid #e52f3c;
	padding-bottom: 20px;
	margin: 10px;
}
#services .service-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#services .service-desc {
	margin: 10px 10px 20px;
}
#services h3 {
	background-repeat: no-repeat;
	background-position: right 5px top 40%;
	font-weight: 700;
	padding: 5px 40px 5px 0;
	color: #e52f3c;
	margin: 10px 0 5px;
}

#services .service-desc p {
	color: #333;
}

#services .service-desc hr {
	margin-left: 0;
}

#services .serviceTxt {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
	padding: 0 10px;
	margin-top: 30px;
}


#services a:hover img,
#services a:hover h3 {
	opacity: 0.7;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

#services a:hover p {
	color: #bababa;
	text-decoration: underline;
}




/******************************************
 推奨環境
******************************************/


/* environmentInfo
=====================================*/
#environmentInfo {
	/*margin-bottom: 80px;*/
}

#environmentInfo .table td {
	text-align: left;
}

#environmentInfo .table ul li {
	list-style-type: disc;
	margin-left: 30px;
}

#environmentInfo .table ul li + li {
	margin-top: 5px;
}

#environmentInfo p {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
	margin: 15px 0;
}

#environmentInfo .attendingList li {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
}

#environmentInfo .attendingList li + li {
	margin-top: 20px;
}

/*  > 768px
================================*/
@media (min-width: 768px) {
}

/*  < 768px
================================*/
@media (max-width: 768px) {
}



/******************************************
 サイトポリシー
******************************************/


/* policyInfo
=====================================*/
#policyInfo {
	/*margin-bottom: 80px;*/
}

#policyInfo ul li {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	list-style-type: disc;
	margin-left: 20px;
}

#policyInfo ul li +li {
	margin-top: 20px;
}


/*  > 768px
================================*/
@media (min-width: 768px) {
}

/*  < 768px
================================*/
@media (max-width: 768px) {
}


















