/* スマホ用・共通 */

@font-face {
	font-family: 'BIZ-UDGothic';
	src: url(../font/BIZ-UDGothic.ttf);
}

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'BIZ-UDGothic';
	touch-action: manipulation;
	/* background-color: gray; */
}

h1, h2, h3 {
	font-weight: normal;
}

p.footer_content {
	margin-top: 0;
	margin-bottom: 0;
}

img {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#TOS {
	height: 100%;
	width: 100%;
	/* background-color: gray; */
	display: flex;
}

#TOS_page {
	height: 100%;
	width: 100%;
	background-color: white;
	margin: auto;
	position: relative;
}

#TOS_page_header {
	/* height: 10%; */
	height: 77px;
	width: 100%;
	display: flex;
	background: rgb(0, 37, 150);
	font-weight: 500;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#TOS_page_header_title {
	color: white;
	font-size: 20px;
	width: fit-content;
	margin: auto;
	flex: 8;
	text-align: center;
}

#TOS_page_header .header_content_right {
	flex: 1;
	padding-right: 10px;
	
}

#TOS_page_main {
	padding: 0 1rem 1rem 1rem;
}

.TOS_page_main_contents_text {
	display: inherit;
	padding: 2rem 0 0 0;
}

/* タブレット用 */

@media screen and (min-width: 481px) {
	#TOS_page_header {
		/* height: 8%; */
	}
	#TOS_page_main {
		padding: 0 5rem 1rem 5rem;
	}
}

/* PC用 */

@media screen and (min-width: 960px) {
	#TOS_page_header {
		/* height: 8%; */
	}
	#TOS_page_main {
		padding: 0 5rem 1rem 5rem;
	}
}



.header_content_right select#language-select {
	width: 100px;
	height: 30px;
	padding: 0px 5px;
	border-color: #002596;
	border-radius: 5px;
	border-width: 2px;
}

#TOS_page_header div#language-dropdown{
	top: 30px
}
