@charset "utf-8";

.txt_content {
	margin-top: 30px;
    margin-bottom: 15px;
}

.margin_auto {
	margin-right: auto;
	margin-left: auto;
}

.flexColumn {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}
.fs18 {
	font-size: 18px !important;
}
.txt_red {
	color: #FF0000 !important;
}

.txt_content .normal_text {
	margin-top: 30px;
    margin-bottom: 15px;
}

.btn_content {
	margin-top: 35px;
    margin-bottom: 15px;
}

.link_content {
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}

.img {
	margin-top: 20px;
	margin-bottom: 15px;
}
.attention_box {
	border: 1px solid #eb5606;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.attention_box dt {
	color: #eb5606;
	font-size: 1.6rem;
	font-weight: bold;
	background-image: url("../img/icn_attention_02.png");
	background-position: 0 top;
	background-size: 22px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.attention_box dd {
	line-height: 1.8rem;
	padding-left: 25px;
}

a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	opacity: 0.75;
}

@media print, screen and (min-width: 641px) {
	.login_steps li:first-child {
        padding-top: 0;
        background: none;
    }
	.login_steps li {
        padding: 3em 0 1em 0;
        background: url("../img/arrow_step.png") no-repeat center top;
    }
	.attention_box {
		padding: 25px;
	}
	.attention_box dt {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:640px) {
	.w20p_sp {
		width: 20% !important;
	}
	.w25p_sp {
		width: 25% !important;
	}
	.fs20_sp {
		font-size: 20px !important;
	}
	.attention_box {
        padding: 7px;
    }
	.attention_box dt {
        margin-bottom: 0px;
    }
	.login_steps li:first-child {
        padding-top: 0;
        background: none;
    }
	.login_steps li {
        padding: 3em 0 1em 0;
        background: url("../img/arrow_step.png") no-repeat center top;
    }
}