﻿/* 共通 */
body {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}
a { text-decoration: none; }
/* a:link		{ color: #000; } */
a:visited	{ color: #000; }
a:hover		{ color: #f00; }
a:active	{ color: #f00; }

/* ol  {
  margin: 0;
  padding: 0
} */
ol li {
  list-style: none;
  padding-left: 0em;
  text-indent: -1.3em;
}

.full_contents {
	position: relative;
	padding-bottom: 32px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.header_line {
	max-width: 100%;
	height: 63px
	margin: 0 auto;
	padding: 0;
}
.logo_area {
	max-width: 1343px;
	padding: 12px 0 0 23px;
	margin: 0 auto;
	height: 51px
}
.logo {
	fill: #f00;
}

.main_contents_back {
	width: 100%;
	background-size: 5px 5px;
	margin: 0 auto;
	background-image: radial-gradient(#ddd 15%, #fafafa 20%);
}

.footer_copyright {
	width: 100%;
	height: 24px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #333;
	padding: 0;
	margin: 0;
}

.title_box {
	width: 100%;
	height: 64px;
	border: 0px solid #cd0000;
	box-sizing: border-box;
	background: #cd0000;
	margin: 0 auto;
}


/* Select Your Region */
.select_region_wrap_a {
	height: calc(100vh - 103px);
	padding: 16px 16px 0 16px;
	min-height: 310px;
}

.select_region_contents {
	max-width: 872px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 8px #ccc;
	height: calc(100vh - 120px);
	min-height: 270px;
	padding: 0;
}

.title_txt {
	font-size: 22px;
	font-weight: bold;
	line-height: 64px;
	text-align: center;
	color: #fff;
}

.nav {
	width: 50%;
	max-width: 640px;
	min-width: 270px;
	height: 40px;
	font-size: 16px;
	color: #666;
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);
}

.select_region_text {
	margin: 64px 64px 0 64px;
	line-height: 1.7em;
}


/* GDPR */
.select_box_wrap {
	width: 100%;
	padding: 2px 0 2px 0;
	background-color: #e4e4e4;
}
.select_box_area {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 16px 0 0;
	text-align: right;
}
.region_text {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.select_box {
	width: 200px;
	height: 26px;
	font-size: 14px;
	color: #666;
}

.main_contents_wrap { padding: 24px 16px 32px 16px; }

.main_contents {
	max-width: 872px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 128px 0;
	background: #fff;
	box-shadow: 0 0 8px #ccc;
}
.gdpr_maintitle_box {
	width: 100%;
	height: auto;
	border: 0px solid #cd0000;
	box-sizing: border-box;
	background: #cd0000;
	margin: 0 auto;
	padding: 8px 0 2px;
	text-align: center;
}
.gdpr_maintitle_txt {
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	color:#fff;
}
.gdpr_subtitle {
	font-size: 18px;
	font-weight: bold;
}
.gdpr_subtitle2 {
	font-size: 16px;
	text-decoration: underline;
}
.gdpr_tabletitle {
	font-size: 18px;
	font-weight: bold;
	width: 50%;
	text-align:center;
}

.gdpr_txt_wrap { margin: 64px 64px 0 64px; }
.gdpr_txt { font-size: 14px;}


.indent { margin: 0 0 0 32px; }

.gdpr_table {
	border-collapse: collapse;
	border: 2px solid #666;
}
.gdpr_table tr, .gdpr_table td {
	border-collapse: collapse;
	border: 1px solid #666;
}
.gdpr_table td {
	vertical-align: top;
	padding: 8px;
}

.main_contents ul {
	position:relative;
	left:-16px;
	top: -8px;
}


@media screen and ( min-width: 601px ) and ( max-width: 767px ){
	/* 共通 */
	.title_box {
		width: 100%;
		height: 56px;
		border: 0px solid #cd0000;
		box-sizing: border-box;
		background: #cd0000;
		margin:0 auto;
	}

	.footer_copyright { font-size: 8px; }

	/* Select Your Region */
	.select_region_contents {
		height: calc(100vh - 120px);
		min-height: 300px;
		padding: 0;
	}

	.title_txt {
		font-size: 20px;
		line-height: 56px;
		text-align: center;
		color: #fff;
	}

	.select_region_text { margin: 32px 32px 0 32px; }

	/* GDPR Privacy Notice */
	.main_contents {
		padding: 0 0 64px 0;
	}
	.gdpr_txt_wrap { margin: 32px 32px 0 32px; }
	.indent { margin: 0 0 0 24px; }

	.gdpr_txt { font-size: 14px; }
}


@media screen and ( max-width: 600px ) {
	/* 共通 */
	.title_txt {
		font-size: 16px;
		line-height: 48px;
		text-align: center;
		color: #fff;
	}

	.footer_copyright { font-size: 12px; }

	/* Select Your Region */
	.select_region_contents {
		height: calc(100vh - 120px);
		min-height: 300px;
		padding: 0;
	}

	.title_box {
		width: 100%;
		height: 48px;
		border: 0px solid #cd0000;
		box-sizing: border-box;
		background: #cd0000;
		margin: 0 auto;
	}

	.select_region_text { margin:32px 16px 0 16px;  }

	/* GDPR Privacy Notice */
	.main_contents {
		padding: 0 0 32px 0;
	}
	.gdpr_txt_wrap { margin:16px 16px 0 16px; }
	.indent { margin: 0 0 0 16px; }
	.gdpr_txt { font-size: 14px; }
}
