@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.contentBox:not(:last-child) {
	margin-bottom: 0;
}
.contentBox .normalTxt:not(:last-child) {
	margin-bottom: 15px;
}
.contentBox:last-of-type {
	margin-bottom: 30px;
}

.contentInner {
	padding-top: 30px;
}
	.contentInner .table_default {
	}
		.contentInner .table_default th {
			text-align: left;
		}
		.contentInner .defaultTd {
			width: 250px;
		}
		.contentInner .txt_break {
			word-break: break-all;
			word-wrap: break-word;
			white-space: normal;
		}
		.contentInner .normalTxt a {
			color: #1a0dab;
			text-decoration: underline;
			word-wrap: break-word;
		}
		.contentInner pre {
			margin: 0;
			display: block;
			word-break: break-all;
			word-wrap: break-word;
		}
			.contentInner pre code {
				padding: 0;
				color: inherit;
				white-space: pre;
				white-space: pre-wrap;
				background-color: transparent;
				border: 0;
				font-size: 1.2rem;
			}
		.contentInner .list_developer {
		}
			.contentInner .list_developer dt {
				font-weight: bold;
			}
			.contentInner .list_developer dd:not(:last-of-type) {
				margin-bottom: 15px;
			}
			.contentInner .list_developer dd pre:not(:last-child) {
				margin-bottom: 15px;
			}
			.contentInner .list_developer dd .normalTxt {
				margin-bottom: 15px;
			}
	.contentInner .table_license {
		text-align: center;
		font-size: 1.3rem;
	}
		.contentInner .table_license th {
			font-family: "新ゴ B JIS2004";
			text-align: center;
		}
		.contentInner .table_license tr:nth-of-type(2) {
			line-height: 0;
		}
	.list_decimel {
	}
		.list_decimel li:not(:last-child) {
			margin-bottom: 15px;
		}

.google {
}
	.google p:last-child {
		margin-top: 10px;
	}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (max-width:767px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.table_scroll {
	overflow-x: scroll;
}
.table_scroll::-webkit-scrollbar {
	height: 10px;
}
.table_scroll::-webkit-scrollbar-track {
	margin: 0 2px;
	background: #ccc;
	border-radius: 5px;
}
.table_scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.contentBox:not(:last-of-type) {
	padding-bottom: 0;
}

.contentInner {
	padding-top: 50px;
}
	.contentInner .table_license {
		table-layout: fixed;
	}
		.contentInner .table_license th {
			padding: 10px 5px;
		}
.btn_more02 {
	width: 440px;
}


}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1280px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.contentBox:last-of-type {
	margin-bottom: 50px;
}


}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1366px) {

/* -------------------------- */
/* content */
/* -------------------------- */



}