@charset "utf-8";
/* CSS Document */
/* 共通 */
footer{
	font-family: "Helvetica Neue", Arial, YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #535353;
	width: 100%;
	max-width: 1000px;
}
.footer_block_link{
	margin: 3px 12px 0px 0px;
}
.button_link{
	color: #535353;
	text-decoration: underline;
	margin-right: 12px;
}
.footer_copyrights{
	font-style: italic;
	margin-top: 2px;
}
/* pc用 */
@media(min-width: 850px){
	
}
/* tab用 */
@media(max-width: 850px){
	.footer_block_link{
		margin: 2px 12px 0px 0px;
	}
}
/* sp用 */
@media(max-width: 600px){
	
}
/* modal */
.button_link:hover{
	cursor: pointer;
	color:#000000;
}
#modal_content p{
	font-size: 11px;
	text-align: left;
}
.modal_title{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 8px 0 4px 0;
}
.modal_title_sub{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 12px 0 4px 0;
}
.modal_ul{
	padding-left: 24px;
}
.modal_ul li{	
	font-size: 11px;
	list-style-type: inherit;
	text-align: left;
	padding-left: 0;
}
.remodal-cancel{
	display: block;
	width: 25px;
	min-width: 25px;
	height: 25px;
	margin: 0 0 0 auto;
	padding: 0;
	color: #ffffff;
	background: #ffffff;
}
.remodal-cancel:focus,.remodal-cancel:hover{
	color: #ffffff;
	background: #ffffff;
}
.modal_button{
	width: 25px;
	height: 25px;
}
.modal_button span,.modal_button span:before{
	z-index: 9999;
	height: 4px;
	width: 25px;
	background-color: #535353;
	display: block;
	content: '';
	cursor: pointer;
}
.modal_button span{
	transform: rotate(-45deg);
}
.modal_button span:before{
	transform: rotate(90deg);
}