@charset "UTF-8";
.gdpr_note {
	width: 100%;
	background-color: rgb(226, 226, 226);
	border-top: 1px solid #ccc;
	position: fixed;
	bottom: 0px;
	padding: 2px 3%;
	z-index: 30000;
	line-height: 1.5em;
}

.gdpr_font {
	font-family: "Segoe UI", "Open Sans", Meiryo, 微軟正黑體, "MS UI Gothic", "MS PGothic", Arial, Helvetica, sans-serif;
}

.gdpr_font_JPN {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

.gdpr_note p {
	float: left;
	margin: 5px;
}

.gdpr_t a {
	color: #008af5 !important;
}

.gdpr_t a:hover {
	color: #45aeff !important;
}

.gdpr_t {
	width: 85%;
	font-size: 13px;
	padding-right: 15px;
	color: #222;
}

.gdpr_x {
	display: inline-block;
	width: 5%;
	height: 40px;
	background-image: url(../img/x3.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px 20px;
}

.gdpr_x:hover {
	cursor: pointer;
	background-image: url(../img/x2.png);
}

.gdpr_note .column-block {
	width: 95%;
	clear: both;
	max-width: 1260px;
	margin: 0 auto;
}

.gdpr_note .column-block-gdpr-note {
	width: 95%;
	clear: both;
	max-width: 1260px;
	margin: 0 auto;
}

@media ( min-width : 800px) {
	.gdpr_note .column-block {
		margin: 0 auto 30px auto;
	}	
	.gdpr_note .column-block-gdpr-note {
		margin: 0 auto 30px auto;
	}
}

@media ( max-width : 800px) {
	.gdpr_t {
		width: 80%;
		padding-right: 5px;
	}
	.gdpr_x {
		width: 10%;
		background-position: right top 5px;
	}
}

.custom-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	opacity: 0.8;
	cursor: pointer;
}

.custom-close:hover {
	opacity: 0.5;
	cursor: pointer;
}

.custom-close:before, .custom-close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 25px;
	width: 1px;
	background-color: #222222;
	cursor: pointer;
}

.custom-close:before {
	transform: rotate(45deg);
	cursor: pointer;
}

.custom-close:after {
	transform: rotate(-45deg);
	cursor: pointer;
}

.policy-update .title {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 25px;
	padding-left: 10px;
    padding-right: 10px;	
}

@media ( max-width : 800px) {
	.policy-update .title {
		padding-top: 10px;
	}
}

.policy-update .content {
	padding: 20px 20px;
}

.policy-update .edm {
	display: flex;
	padding: 0px 30px;
}

.policy-update .edm input {
	min-height: 25px;
	min-width: 25px;
	margin-top: 0px;
}

.policy-update .edm label {
	margin-left: 5px;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	left: 0px;
	font-size: 14px;
	color: #333;
	transform: none;
}

.policy-update .agree {
	font-size: 16px;	
	color: #fff;
	margin: 10px;
}

.modal-footer .policy-update {
	text-align: center;
}

.policy-update .thinking {
	margin: 10px;	
	text-decoration: underline;
	font-size: 14px;
}
.policy-update .refuse {
	margin: 10px;	
	text-decoration: underline;
	font-size: 14px;
}
.policy-btn .btn {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border-radius: 4px;
}
.policy-update .btn {
	padding: 8px 28px;
}
.btn-primary {
	color: #fff;
	border: #0670be;
	min-width: 105px;
	background-color: #ff5500; 	
}

.btn-primary:hover {
	color: #fff;
	background-color: #ff6600;
}