@charset "UTF-8";

/*========== Style Contents ==========

	7.License (Popup)

====================================== */

/*===== 7.License =====*/
#license > strong,
#license2 > strong {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.2;
}
#license > strong.disp_unset,
#license2 > strong.disp_unset {
	display: unset;
}

#license > p,
#license2 > p { margin-bottom: 10px;}

#license > ul,
#license2 > ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#license > ul li,
#license2 > ul li { margin: 0 10px;}
#license > ul li:first-child,
#license2 > ul li:first-child { width: 10%; min-width: 140px;}
#license > ul li:last-child,
#license2 > ul li:last-child { width: 30%;	min-width: 300px;}

#license > ul li a,
#license2 > ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-width: 140px;
	padding: 15px 10px;
	box-sizing: border-box;
	border-radius: 3px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	opacity: 1;
	transition: none;
}
#license > ul li:first-child a,
#license2 > ul li:first-child a {
	background: #ccc;
	box-shadow: 0px 3px 0px 0px #999;
	color: #999;
	font-size: 1.6rem;
}
#license > ul li:last-child a,
#license2 > ul li:last-child a {
	background: #666;
	box-shadow: 0px 3px 0px 0px #333;
	color: #fff;
	font-size: 2.0rem;
}
#license > ul li:first-child a:hover,
#license2 > ul li:first-child a:hover {
	top: 3px;
	box-shadow: none;
	background: #999;
	color: #ccc;
}

#license > ul li:last-child a:hover,
#license2 > ul li:last-child a:hover {
	top: 3px;
	box-shadow: none;
	background: #333;
	transition: none;
}

#license > ul li:last-child a::after,
#license2 > ul li:last-child a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	content: '';
}

#license > div,
#license2 > div {
	overflow-y: auto;
	height: calc(80vh - 100px - 50px - 70px);
	margin-bottom: 20px;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-size: 1.4rem;
	-webkit-overflow-scrolling: touch;
}

#license > div p:last-of-type,
#license2 > div p:last-of-type,
#license > div ol,
#license2 > div ol { margin-bottom: 20px;}
#license > div > dl:last-of-type *:last-child,
#license2 > div > dl:last-of-type *:last-child { margin-bottom: 0;}

#license > div dt,
#license2 > div dt {
	font-weight: bold;
	font-size: 1.6rem;
}

#license > div dd,
#license2 > div dd { margin-left: 10px;}

#license a.disabled,
#license2 a.disabled {
	opacity: .5;
	pointer-events: none;
}

#ct_send{ display:none; }

@media only screen and (max-width: 750px) {
	.license_overlay #cboxLoadedContent{ padding: 20px;}
	
	#license > div,
	#license2 > div {
		height: calc(80vh - 60px - 70px - 70px);
		padding: 10px;
	}
	
	#license > ul li:first-child,
	#license2 > ul li:first-child,
	#license > ul li:last-child,
	#license2 > ul li:last-child
	 { width: 45%; min-width: inherit;}
	
	#license > ul li a,
	#license2 > ul li a
	 { min-width: auto;}
	#license > ul li:first-child a,
	#license2 > ul li:first-child a
	 { font-size: 1.4rem;}
	#license > ul li:last-child a,
	#license2 > ul li:last-child a
	 { font-size: 1.8rem;}
	#license > ul li:last-child a::after,
	#license2 > ul li:last-child a::after
	 {
		right: 10px;
		margin-top: -6px;
		width: 12px;
		height: 12px;
	}	
}

#license table.his,
#license2 table.his {
	width: 100%;
	border: none
}

#license table.his th,
#license2 table.his th {
	width: 280px;
	padding: 15px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 1.8rem;
	vertical-align: top;
}

#license table.his td,
#license2 table.his td {
	padding: 15px 20px;
	vertical-align: top;
}

#license > div > tr:last-of-type *:last-child,
#license2 > div > tr:last-of-type *:last-child { margin-bottom: 0;}

#license > div th,
#license2 > div th {
	font-weight: bold;
	font-size: 1.6rem;
}

#license > div td,
#license2 > div td { margin-left: 10px;}
