@charset "utf-8";

/* -------------------------------------------------- */
/* Aboutus */
/* -------------------------------------------------- */
#mainBlock table.aboutusList {
	margin-top: -1em;
	width: 100%;
}
#mainBlock table.aboutusList th {
	width: 10em;
	font-weight: bold;
	font-size: 117%;
}
#mainBlock table.aboutusList th span {
	font-weight: normal;
	font-size: 80%;
}
#mainBlock table.aboutusList th,
#mainBlock table.aboutusList td {
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #c8c8c8;
	padding-right: 0;
	padding-left: 0;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}
#mainBlock table.aboutusList td {
}
#mainBlock table.aboutusList td.nopadding {
	padding: 0;
}
#mainBlock table.aboutusList td.bold {
	font-weight: bold;
}
#mainBlock table.aboutusList td table.personList th {
	padding: 0;
	border-width: 0;
}
#mainBlock table.aboutusList td table.personList td {
	padding: 0;
	border-width: 0;
}
#mainBlock table.aboutusList td table.personList td.role {
	width: 9em;
}
#mainBlock table.aboutusList td table.personList td.name {
	width: 6em;
}
#mainBlock table.aboutusList td table.clientList th {
	width: 50px;
	padding: 0;
	border-width: 0;
}
#mainBlock table.aboutusList td table.clientList td {
	padding: 0;
	border-width: 0;
}
#mainBlock table.aboutusList td table.clientList th,
#mainBlock table.aboutusList td table.clientList td {
	padding-top: 10px;
}
#mainBlock table.aboutusList td table.clientList tr.clientListRecordFirst th,
#mainBlock table.aboutusList td table.clientList tr.clientListRecordFirst td {
	padding-top: 0;
}

/* -------------------------------------------------- */
/* Policy */
/* -------------------------------------------------- */
#mainBlock div.explain {
	margin: 20px 0 20px 20px;
	line-height: 2.5em;
}

/* -------------------------------------------------- */
/* History */
/* -------------------------------------------------- */
#mainBlock table.historyList {
	margin-top: -1em;
}
#mainBlock table.historyList th,
#mainBlock table.historyList td {
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #c8c8c8;
	padding-right: 0;
	padding-left: 0;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}
#mainBlock table.historyList th {
	width: 7em;
	font-weight: bold;
	font-size: 117%;
}
#mainBlock table.historyList td {
}

/* -------------------------------------------------- */
/* Access */
/* -------------------------------------------------- */
#mainBlock #accessMap {
	width: 100%;
	height: 380px;
}
#mainBlock dl.linkAddress {
	margin-top: 1.2em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	width: 520px;
	line-height: 1.6em;
}
#mainBlock dl.linkAddress dt {
	float: left;
	clear: left;
	width: 8em;
	margin-bottom: 0.5em;
}
#mainBlock dl.linkAddress dd {
	padding-left: 8em;
	margin-bottom: 0.5em;
}
#mainBlock div.link  {
	float: right;
	text-align: right;
	margin-top: 0.5em;
}
#mainBlock div.contact {
	text-align: center;
	margin: 30px 0  30px 0;
}
#mainBlock div.contact a {
	margin: 0 auto;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

section {
    margin-bottom: 40px;
}

h3 {
    margin-bottom: 15px;
    border-left: 4px solid #000;
    padding-left: 10px;
}

.intro-section {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.map-box {
    flex: 1;
    text-align: center;
}

.map-placeholder {
    width: 100%;
    height: 180px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
}

.intro-text {
    flex: 2;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.brand-item {
    box-sizing: border-box; 
    aspect-ratio: 1 / 1;
    border: 1px solid #dddddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    overflow: hidden;
}

.brand-item img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.process-box {
    width: 100%;
    height: 120px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.qr-code p{
	text-align: center;
}

.qr-placeholder {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 5px;
}

/* 響應式調整 */
@media (max-width: 600px) {
    .intro-section, .contact-section {
        flex-direction: column;
    }
    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
