@charset "UTF-8";
/* 共通設定 */

.name_box .head {
    border-top-color: #cccccc !important;
}

.name_box .content {
    border-right: solid;
    border-right-width: 0.5px;
	border-right-color: #cccccc;
    border-top-color: #cccccc !important;
}

.name_box .last_line {
    border-bottom-color: #cccccc;
}

.sub_inq_title{
	color: #8b8b8b;
	font-size: 14px;
	font-style: italic;
}

@media screen and (max-width: 768px) {
	.name_box .content {
	    border-left: solid;
	    border-left-width: 0.5px;
		border-left-color: #cccccc;
	}

	.name_box .last_line {
	    border-bottom: solid;
	    border-bottom-width: 0.5px;
    	border-bottom-color: #cccccc;
	}

	.button_area{
		margin-bottom: 30px;
	}

	.login_button{
		width: 100%;
	}
}