a:active, a:link, a:visited{
	text-decoration:none;
}

.head {
	border-width:0;
}

#footerLogin {
    font-size: 10px;
    line-height: 1.3;
    margin: 0 8px 8px;
    padding: 0;
    text-align: left;
}

.pclink {
    margin: 10px;
}

.pclink a {
    color: #595757;
    font-size: 12px;
    line-height: 1.3;
    text-decoration: none;
}

.breadcrumb {
	background-color: #eeeeee;
	border-radius: 0;
	font-size: 12px;
	height: 30px;
	letter-spacing: -.4em;
	line-height: 30px;
	margin-bottom: 0;
	padding: 0 8px;
	white-space: nowrap
}

.breadcrumb > li {
	font-size: 12px;
	letter-spacing: normal;
	line-height: 30px;
	overflow: hidden;
}

.breadcrumb > li > a {
	color: #595757;
	font-size: 12px;
	line-height: 30px;
	padding: 0 4px;
	text-decoration: none;
}

.breadcrumb > li:nth-child(1) {
	background-color: #898989;
	color: #ffffff;
	font-weight: 700;
	margin-left: -8px;
	padding-left: 8px;
}

.breadcrumb > li:nth-child(1) > a {
	color:#ffffff;
}

.breadcrumb > li:nth-child(2):before, .breadcrumb > li:nth-child(3):before {
	content: '/\00a0';
	display: inline-block;
	margin-right :10px;
	margin-left: -20px;
	-moz-transform: rotate(45deg);
	text-indent: -9999px;
	transform: rotate(45deg);
	width: 30px;
	-webkit-transform: rotate(45deg);
}

.breadcrumb > li:nth-child(2) {
	background-color: #dddddd;
	color: #333;
	font-weight: 700;
}

.breadcrumb > li:nth-child(2) a {
	color: #333;
}

.breadcrumb > li:nth-child(2):before {
	background-color: #898989;
}
.breadcrumb > li:nth-child(3) {
	background-color: #eeeeee;
	color: #333;
	font-weight: 700;
}

.breadcrumb > li:nth-child(3):before {
	background-color: #dddddd;
}

input[type=text] , input[type=password], input[type=tel] {
    border: 2px solid #dcdddd;
    height: 44px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 3px 10px;
    text-align: left;
}

#navi-go-top {
	background-color: #eeeeee;
	padding: 10px 0;
	text-align: center;
}

#navi-go-top a {
	background: url("/pc/static/img/common/go-top.png") center 0 no-repeat;
	display: block;
	height: 65px;
	margin: 0 auto;
	text-indent: -9999px;
}
 
#navi-go-top a:active {
	background-position: center -65px;
}

h2 {
	background: #dcdddd;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 8px;
	position: relative;
	vertical-align: middle;
	width: 100%;
}

.link-box a.link-sp {
	background: url("https://info.monex.co.jp/image/sp/common/link-sp.png") no-repeat right center;
}

.link-box a.link-blank {
	background: url("https://info.monex.co.jp/image/sp/common/popup2.gif") no-repeat right center;
}

.dcharge-style{
	height: 44px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3d3d3d;
}

.dcharge-style img{
	min-height: 0;
	height: 25px;
	width: 25px;
}

.dcharge-font{
	font-family: "Hiragino Kaku Gothic ProN", "Noto Sans CJK JP ", sans-serif;
}

.dcharge-text{	
	color: white;
	margin-top: 13px;
	margin-left: 8px;
}

.arrow-link-ux {
	background: url("/pc/static/img/common/ico-arrow-link.png") no-repeat 0 5px;
	padding-left: 10px;
}
.divider{
	display: flex;
	width: 100%;
	align-items: center;
}
.divider::before,
.divider::after{
	content: "";
	flex: 1 1;
	border-bottom: 1px solid;
	border-bottom-color: #d7d7d7;
	display: inline-block;
	vertical-align: middle;
}
.divider::before{
	margin-right: 30px;
}
.divider::after{
	margin-left: 30px;
}
.login-by-password>span:before {
	content: url("/pc/static/img/top3/ic_login.png");
	margin-right: 5px;
	vertical-align: middle;
}
.login-by-passkeys>span:before {
	content: url("/pc/static/img/common/ico-login-passkeys.png");
	margin-right: 5px;
	vertical-align: middle;
}
.btn-to-pc-login{
	width:303px !important;
	height:45px !important;
	padding: 12px 20px 11px 20px;
	background-color: #ffffff;
	color: #333333;
	border-width: 1px;
	border-color: #838383;
	border-radius: 4px;
	border-style: solid;
}


/* 目のマーク  */
::-ms-reveal {
	display: none;
}

.toggle{
	position: relative;
}
.toggle .btnpass {
	position: absolute;
	top: 0;
	right: 10px;
	height: 100%;
	width: 20px;
}

/* initialize */
.toggle #passwd[type="password"]:placeholder-shown + .btnpass .checkbox-parts::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	background: url(/pc/static/image/common/ico-eye-disabled.png) no-repeat;
	background-size: contain;
	background-position: center center;
}

/* close */
.toggle #passwd[type="password"] + .btnpass .checkbox-parts::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	background: url(/pc/static/image/common/ico-eye-off.png) no-repeat;
	background-size: contain;
	background-position: center center;
}

/* open */
.toggle #passwd[type="text"] + .btnpass .checkbox-parts::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	background: url(/pc/static/image/common/ico-eye.png) no-repeat;
	background-size: contain;
	background-position: center center;	
}

