.mailmagazine .inner_box {
	text-align: center;
}

.mailmagazine .inner_box .policy_ttl {
	margin-bottom: 20px;
	font-weight: bold;
}

.mailmagazine .inner_box .policy_detail textarea {
	margin-bottom: 40px;
	width: 100%;
}

.policy {

}

.mb4 {
	margin-bottom: 40px;
}

.mb2 {
	margin-bottom: 20px;
}

.regist a {
	transition: 0s;
}

.regist a:link {
	color: #FFF;
	text-decoration: none;
}

.regist a:visited {
	color: #FFF;
	text-decoration: none;
}

.regist a:hover {
	color: #FFF;
	text-decoration: none;
}

.regist a:active {
	color: #FFF;
	text-decoration: none;
}

.cancel a {
	transition: 0s;
}

.cancel a:link {
	color: #2562cc;
	text-decoration: underline;
}

.cancel a:visited {
	color: #2562cc;
	text-decoration: underline;
}

.cancel a:hover {
	color: #2562cc;
	text-decoration: underline;
}

.cancel a:active {
	color: #2562cc;
	text-decoration: underline;
}

.btn-square-so-pop {
	font-size: 1.6em;
	position: relative;
	display: inline-block;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	width: 80%;
	max-width: 400px;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0
		rgba(0, 0, 0, 0.05);
	border: none;
	text-decoration: none;
}

.button-active {
	background: #b5940c;
}

.button-nonactive {
	background: #6c757d;
}

.link-disabled {
	pointer-events: none;
}

.provision-contents {
	text-align: left;
	height: 210px;
	border: solid 1px #ccc;
	padding: 10px;
	overflow: auto;
}

#agree {
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	margin-right:1em;
}

#footer {
	margin-top: 480px;
}
@media screen and (max-width: 767px) {
	#footer {
	    margin-top: 320px;
	}
}