@charset "utf-8";
/* CSS Document */

#mailmaga {
	max-width: 1000px;
	padding-bottom: 55px;
	padding-top: 80px;
}
@media (max-width: 960px){ /*--　タブレット・スマホ設定　--*/
	#mailmaga {
		width: 95%;
	}
}


/*--　ヘッダー　------------------------------*/

.site-header {
	height: 65px;
}
.header_top {
	position: unset;
}
@media (max-width: 960px) {
	.site-header {
		height: auto;
	}
}


/*--　フッター　------------------------------*/


.hp_top {
	text-align: center;
	margin-bottom: .75rem;
}
.hp_top img {
	width: 50px;
}
.footer_bottom {
	padding-bottom: 8px;
}


/*--　ページトップへ　------------------------------*/

#pagetop {
	top: 85vh;
}
@media (max-width: 960px) {
	#pagetop.hide {
		bottom: 3%;
	}
}



/*--　配信停止フォーム　------------------------------*/

.optout_form {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}


@media (max-width: 960px) {
	
	.optout_form {
		width: 95%;
	}
	
}