@charset "UTF-8";

/*------------------------------------------------------------
	◆読み込みHTML
	/network/factory/index.html
------------------------------------------------------------*/

.networkTable {
	width: 100%;
	margin-top: 24px;
	border-collapse: collapse;
    font-size: 1.4rem;
	font-weight: 400;
    line-height: 1.6;
}

.networkTable thead th {
	height: 40px;
	padding: 10px;
	background-color: #f4faff;
	border: 1px solid #d9d9d9;
	font-size: 1.6rem;
	font-weight: 700;
	vertical-align: middle;
}

.networkTable thead th a.tableLink {
    font-size: 1.4rem;
    font-weight: 500;
}

.networkTable tbody th {
	width: 60px;
	min-width: 60px;
	padding: 10px;
	background-color: #eff0f2;
	border: 1px solid #d9d9d9;
    font-weight: 400;
	vertical-align: middle;
}

.networkTable tbody td {
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	text-align: left;
	line-height: 1.6;
	vertical-align: middle;
}

.networkTable tbody td a {
	color: #007bcc;
	font-weight: 500;
	text-decoration: none;
	margin-top: 8px;
	display: block;
}

.networkTable tbody td a:hover {
	text-decoration: underline;
}

/* PC表示時の調整 */
@media print, screen and (min-width: 770px) {
	.networkTable {
		margin-top: 40px;
        font-size: 1.6rem;
	}
	
	.networkTable thead th {
		padding: 10px 20px;
        font-size: 2.0rem;
	}

    .networkTable thead th a.tableLink {
        font-size: 1.6rem;
    }
	
	.networkTable tbody th {
		width: 15%;
		min-width: auto;
		padding: 15px 20px;
	}
	
	.networkTable tbody td {
		padding: 15px 20px;
	}

    .networkTable tbody th a {
        font-size: 1.6rem;
    }

    .networkTable tbody td a {
        display: inline-block;
        margin-top: 0;
    }
}

/*------------------------------------------------------------
	◆読み込みHTML
	/network/factory/headoffice.html（他、事業場詳細ページ）
------------------------------------------------------------*/
/* 地図エリア */
.networkMap {
	width: 100%;
	margin-bottom: 24px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	padding: 10px;
	box-sizing: border-box;
}

.networkMap img {
	width: 100%;
	height: auto;
	display: block;
}

/* Googleマップボタン */
.networkGooglemap {
	margin-bottom: 32px;
	text-align: center;
}

.networkGooglemap a {
	display: inline-block;
	width: 280px;
	height: 40px;
	background-color: #1556a3;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #1556a3;
	box-sizing: border-box;
	margin: 0 auto;
	transition: background-color 0.3s ease;
}

.networkGooglemap a:hover {
	background-color: #0f4082;
}

.networkGooglemap .button_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.networkGooglemap .button_text_group {
	display: flex;
	align-items: center;
	gap: 8px;
}

.networkGooglemap .button_text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	color: #ffffff;
}

.networkGooglemap .icon_right {
	font-size: 1.6rem;
	color: #ffffff;
}

.networkGooglemap .icon_window {
	font-size: 1.6rem;
	color: #ffffff;
}

.networkTitle {
    padding: 8px 10px;
}

.networkTextBox {
	margin: 20px 0 30px;
}

.networkTextBox p {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #333333;
}

/* アクセス方法のスタイル */
.networkAccess {
	margin: 0;
}

.networkAccess dt,
.networkAccess dd {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #333333;
	margin: 0 0 8px 0;
}
.networkAccess dt::before {
    content: "●";
    margin-right: 3px;
}
.networkAccess dt {
	font-weight: 400;
}

.networkAccess dd {
	margin-bottom: 8px;
}

.networkAccess dd:last-child {
	margin-bottom: 0;
}
.networkAccess dd ul {
	margin-left: 1.5em;
}
.networkAccess dd ul li {
	list-style: disc;
}

/* PC表示時の調整 */
@media print, screen and (min-width: 770px) {
	/* 地図エリア */
	.networkMap {
		width: 500px;
		margin: 0 auto 32px;
		padding: 10px;
	}
	
	/* Googleマップボタン */
	.networkGooglemap {
		margin-bottom: 48px;
	}
	
	.networkGooglemap a {
		width: 400px;
		height: 64px;
	}
	
	.networkGooglemap .button_content {
		padding: 0 24px;
	}
	
	.networkGooglemap .button_text {
		font-size: 2.0rem;
	}
	
	.networkGooglemap .icon_right,
	.networkGooglemap .icon_window {
		font-size: 2.0rem;
	}
	.networkGooglemap .icon_window {
		height: 18px;
	}

	.networkTitle {
		padding: 14px 20px;
	}
	.networkGooglemap + .networkTitle {
		margin-top: 80px;
	}
	
	.networkTextBox {
		margin: 30px 0 60px;
	}
	
	.networkTextBox p {
		font-size: 1.6rem;
	}
	
	/* アクセス方法のスタイル */
	.networkAccess dt,
	.networkAccess dd {
		font-size: 1.6rem;
		margin-bottom: 12px;
	}
}

/*------------------------------------------------------------
	◆読み込みHTML
	/network/factory/fukuyama-sports.html（福山工場スポーツ施設）
------------------------------------------------------------*/

.discList {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 16px;
}

.networkCaution {
	font-size: 1.4rem;
	line-height: 1.6;
}

.networkCaution p + p {
	margin-top: 16px;
}

.networkCaution .importantTxt {
	font-size: 1.6rem;
	font-weight: 700;
	color: #C21019;
}

.networkCaution .blueDiscDot {
	color: #1556A3;
}

/* PDFリンクスタイル（Figmaデザイン対応） */
.networkList {
	margin: 24px 0;
}

.networkList li {
	margin-bottom: 8px;
}

.pdfLink {
	display: inline-flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 500;
	color: #1556a3;
	text-decoration: none;
	line-height: 1.6;
}

.pdfLink:hover {
	text-decoration: underline;
}

.pdfLink::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f054";
	color: #1556a3;
	margin-right: 8px;
}

.pdfLink::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f1c1";
	color: #c21019;
	margin-left: 8px;
}

/* PC表示時の調整 */
@media print, screen and (min-width: 770px) {
	.networkList {
		margin: 40px 0;
	}
	.networkCaution {
		font-size: 1.6rem;
	}
	.networkCaution .importantTxt {
		font-size: 2.0rem;
	}
	.discList {
		font-size: 1.6rem;
	}
	.pdfLink {
		font-size: 1.6rem;
	}
}

.commonTable {
	margin-top: 16px;
}

.commonTable tbody th {
	text-align: center;
	background-color: #F4FAFF;
}

.commonTable thead tr > th {
    background-color: #EFF0F2;
}

.commonTable th, .commonTable td {
    padding: 15px 10px;
    border: 1px solid #D9D9D9;
    font-size: 1.4rem;
}

.commonTable tbody td {
    background-color: #fff;
    vertical-align: middle;
}

.networkMap_box {
	margin-top: 32px;
}

@media print, screen and (min-width: 770px) {
	.commonTable th, .commonTable td {
		font-size: 1.6rem;
	}
	.networkMap_box {
		margin-top: 80px;
	}
}