<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.database {
	background-image: url(../images/database/image.jpg);
}

#database {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

/*ボタン*/
#list {
	width: 100%;
}

.unit {
	margin: 0 0 22px 0;
	border: 1px solid #C8C8C8;
	box-shadow: 0 2px 0 0 #C8C8C8;
}

.unit:last-child {
	margin: 0;
}

.button {
	padding: 15px 20px 10px 20px;
}

.button:hover {
	cursor: pointer;
}

.button div {
	width: 100%;
	padding: 0 30px 0 0;
}

.button div,
.button div.open {
	background-size: 10px 7px;
	background-position: right center;
	background-repeat: no-repeat;
}

.button div {
	background-image: url(../images/database/icon_close.svg);
}

.button div.open {
	background-image: url(../images/database/icon_open.svg);
}

.button div h2 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 5px 0;
}

.button div p {
	padding: 0 5px;
}

/*詳細*/
.module {
	padding: 20px 25px;
	display: none;
}

.detail {
	width: 100%;
	margin: 0 0 40px 0;
}

.detail h3 {
	width: 100%;
	padding: 5px 10px;
	margin: 0 0 20px 0;
	font-weight: bold;
	background-color: #E6E6E6;
}

.detail p {
	padding: 0 10px 20px 10px;
}

.detail p:last-child {
	padding: 0 10px;
}

.detail img {
	width: auto;
	height: auto;
	max-width: 100%;
    max-height: 100%;
}

.onecolumn li {
	display: block;
	padding: 0 10px 40px 10px;
}

.onecolumn li:last-child {
	padding: 0 10px;
}

.twocolumn {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #C8C8C8;
}

.twocolumn:last-child {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.twocolumn li {
	width: 50%;
	padding: 0 10px;
}

.threecolumn {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 0 20px 0;
}

.threecolumn li {
	width: 33.33%;
	padding: 0 30px;
}

.fourcolumn {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.fourcolumn li {
	width: 25%;
	padding: 0 10px;
}

.split_1 {
	display: -webkit-flex;
    display: flex;
}

.split_1 p {
	width: 70%;
}

.split_1 div {
	width: 30%;
}

.split_1 div img {
	padding: 0 10px;
}

.split_1 div span {
	padding: 0 0 0 10px;
}

.column_1 {
	width: 70% !important;
}

.column_2 {
	width: 30% !important;
}

.split_2 {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 0 0 30px 0;
}

.split_2:last-child {
	margin: 0;
}

.split_2 div {
	width: 49%;
	display: -webkit-flex;
    display: flex;
}

.split_2 div p:first-child {
	width: 70%;
	padding: 0 10px;
}

.split_2 div p:last-child {
	width: 30%;
	padding: 0;
}

.split_2 div p img {
	padding: 10px;
	border: 1px solid #C8C8C8;
}

.docment {
	width: 100%;
	text-align: right;
}

.docment a {
	color: #444;
	line-height: 1;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	border: 1px solid #C8C8C8;
	transition: 0.3s;
}

.docment a:hover {
	color: #004DA0;
}

.docment a:last-child {
	margin: 0;
}

ol {
	padding: 0 10px 0 30px;
}

ol li {
	list-style-type: decimal;
}

/*CAD申し込みページ*/
#cad {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	line-height: 1;
}

#entry {
	width: 100%;
	margin: 0 0 20px 0;
}

#entry div {
	width: 100%;
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: stretch;
    align-items: stretch;
}

#entry div p:first-child {
	width: 29%;
	padding: 10px 20px;
	margin: 0 1% 10px 0;
	background-color: #E6E6E6;
}

#entry div p:last-child {
	width: 70%;
	padding: 10px 5px;
	margin: 0 0 10px 0;
	border: 1px solid #C8C8C8;
}

#entry div input {
	width: 100%;
	font-size: 100%;
	color: #444;
	line-height: 1;
}

#check {
	width: 100%;
	text-align: center;
}

#check p {
	width: 100%;
	margin: 0 0 40px 0;
}

#check p a {
	color: #444;
	text-decoration: underline;
}

#check p a:hover {
	text-decoration: none;
}

.checkbox_custom {
	display: none;
}

.checkbox_parts {
    padding: 0 0 0 20px;
    position: relative;
}

.checkbox_parts::before {
	width: 15px;
    height: 15px;
    content: "";
    display: block;
	border: 1px solid #C8C8C8;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox_custom:checked + .checkbox_parts::after {
	width: 15px;
    height: 15px;
	border: 1px solid #004DA0;
	background-color: #004DA0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

#check div {
	width: 300px;
	margin: 0 auto;
}

#button {
	width: 100%;
	height: 34px;
	cursor: pointer;
	font-family: 'Noto-DemiLight',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
	font-size: 100%;
	color: #444;
	border: 1px solid #C8C8C8;
	background-color: #FFF;
	transition: 0.3s;
}

/*#button:hover {
	color: #FFF;
	border: 1px solid #26B5BF;
	background: #26B5BF;
}*/

.error_message {
	line-height: 1;
	margin: 0 0 15px 0;
}

.error_message:before {
	content: "★";
}

#confirm {
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: collapse;
}

.l_cel {
	width: 11em;
	padding: 15px 0 15px 5px;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	font-family: 'Noto-DemiLight',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
	font-weight: normal;
}

.r_cel {
	padding: 15px 5px 15px 0;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	font-family: 'Noto-DemiLight',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
}

#input_check tr:first-child th,
#input_check tr:first-child td {
	border-top: 1px solid #C8C8C8;
}

#submit {
	width: 220px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#submit p {
	width: 100px;
}

/*#submit p:hover {
	color: #FFF;
	border: 1px solid #26B5BF;
	background: #26B5BF;
}*/

/*CADファイル一覧*/
#set {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.category {
	max-width: 1200px;
	padding: 8px 0 8px 10px;
	margin: 0 auto 20px auto;
	font-size: 140%;
	color: #004DA0;
	line-height: 1;
	border-left: 2px solid #004DA0;
	background-color: #F0F0F0;
}

.place {
	max-width: 1200px;
	padding: 7px 10px;
	margin: 0 auto 10px auto;
	font-size: 120%;
	color: #004DA0;
	line-height: 1;
	background-color: #F4F4F4;
}

.file_list {
	max-width: 1200px;
	margin: 0 auto 30px auto;
}

.file_list table {
	line-height: 3;
	padding: 0 10px;
}

.file_list table tr th {
	font-weight: normal;
	padding: 0 30px 0 0;
}

.file_list table tr td span {
	margin: 0 10px 0 0;
}

.file_list table tr td span:last-child {
	margin: 0;
}

.file_list table tr td span a {
	color: #444;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #C8C8C8;
	transition: 0.3s;
}

.file_list table tr td span a:hover {
	color: #004DA0;
}

.file_list p a:hover {
	text-decoration: none;
}

/*
.file_list {
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto 25px auto;
	display: -webkit-flex;
    display: flex;
}

.file_list dl {
	margin: 0 60px 0 0;
	display: table;
}

.file_list dl:last-child {
	margin: 0;
}
.file_list dl {
	margin: 0 60px 0 0;
	display: table;
}

.file_list dl:last-child {
	margin: 0;
}

.file_list dl dt {
	width: 3em;
	display: table-cell;
	font-weight: bold;
}

.file_list dl dd {
	line-height: 1;
	margin: 0 0 15px 0;
}

.file_list dl dd a {
	color: #444;
}

.file_list dl dd a:hover {
	text-decoration: none;
}
*/

@media screen and (max-width: 700px) {
#database {
	padding: 0 10px;
}

/*ボタン*/
.button {
	padding: 15px 10px 10px 10px;
}

/*詳細*/
.module {
	padding: 10px 15px;
}

.unit {
	pading: 0 10px 20px 10px !important;
}

.twocolumn {
	display: block;
	border-bottom: none;
}

.twocolumn li {
	width: auto;
	padding: 0 10px 40px 10px;
}

.twocolumn li:last-child {
	width: auto;
	padding: 0 10px;
}

.threecolumn {
	display: block;
}

.threecolumn li {
	width: auto;
	padding: 0 10px;
}

.fourcolumn {
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fourcolumn li {
	width: 50%;
	padding: 0 10px 20px 10px;
}

.fourcolumn li:nth-child(n+2) {
	padding: 0 10px 10px 10px;
}

.split_1 {
	display: block;
}

.split_1 p {
	width: 100%;
	padding: 0 10px 10px 10px;
}

.split_1 div {
	width: 100%;
}

.column_1 {
	width: 100% !important;
}

.column_2 {
	width: 100% !important;
}

.split_2 {
	display: block;
}

.split_2:last-child {
	margin: 0;
}

.split_2 div {
	width: 100%;
	margin: 0 0 30px 0;
}

.split_2 div:last-child {
	margin: 0;
}

.split_2 div p:first-child {
	width: 60%;
}

.split_2 div p:last-child {
	width: 40%;
}

/*CAD申し込みページ*/
#cad {
	padding: 0 10px;
}

#entry div {
	display: block;
	margin: 0 0 20px 0;
}

#entry div:last-child {
	margin: 0;
}

#entry div p:first-child {
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	border: none;
	background-color: #FFF;
}

#entry div p:last-child {
	width: 100%;
	margin: 0;
}

#check div {
	width: 100%;
}

#check p {
	margin: 0 0 20px 0;
}

/*CADファイル一覧*/
#set {
	padding: 0 10px;
}

.file_list table tr th {
	line-height: 2;
	display: block;
}

.file_list table tr td {
	padding: 0 0 10px 10px;
	display: block;
}
}</pre></body></html>