@charset "utf-8";

/*=====================================================
inner
======================================================*/

.pagetop2 {
	display:none;
}

.login_form {
	max-width:820px;
	margin:0 auto;
}

.reminder_col {
	max-width:960px;
	margin:0 auto;
}

.reminder_col li {
	margin:0 0 50px;
	border:1px dotted #ccc;
	padding:20px;
	border-radius: 10px;
	overflow:hidden;
}
.reminder_col li:last-child {
	margin:0 0 0 0;
}
.reminder_col li .t1 {
	font-size:24px;
	line-height:1.4;
	color:#03b74f;
	margin:0 0 10px;
}
.reminder_col li a {
	text-decoration: none;
}
.reminder_col li p {
	text-align:center;
}
.reminder_col li .btn {
	width:270px;
	display:block;
	margin:0 auto;
}

@media screen and (max-width: 1140px){
}

@media screen and (max-width: 1080px){
}

@media screen and (max-width: 767px){
	.reminder_col li {
		margin:0 0 30px;
	}
	.reminder_col li p.read {
		text-align:left;
	}	

}


@media screen and (max-width: 640px){
}

@media screen and (max-width: 600px){

}

@media screen and (max-width: 480px){
}

