<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------------------------------*/
/*                                                                                  */
/*  POLICY STYLE                                                                    */
/*                                                                                  */
/*----------------------------------------------------------------------------------*/
/* ================================================================================ */
/*  1.COMMON                                                                        */  
/* ================================================================================ */

.policy--list{
	margin-left:1em;
	}

@media screen and (max-width: 640px) {
	.policy--list{
		margin-left:0;
		}
	}


/* ================================================================================ */
/*  2.MAP                                                                           */  
/* ================================================================================ */

.kokai--map--group{
	position:relative;
	margin-bottom:40px;
	}

.kokai--map--group &gt; p:first-child{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	z-index:10;
	}

.kokai--map{
	width:650px;
	height:453px;
	background:url(/web_kokai/img/map_kokai.gif) no-repeat;
	position:relative;
	margin-left:150px;
}

.kokai--map li a , .kokai--map li span{
	position:absolute;
	overflow:hidden;
	background-repeat:no-repeat;
	display:block;
	}

.hokkaido a{
	width:137px;
	height:134px;
	background-image:url(/web_kokai/img/hokkaido.png);
	top:0;
	left:409px;
	}

.tohoku a{
	width:69px;
	height:149px;
	background-image:url(/web_kokai/img/tohoku.png);
	top:126px;
	left:399px;
	}

.kanto a{
	width:58px;
	height:67px;
	background-image:url(/web_kokai/img/kanto.png);
	top:269px;
	left:377px;
	}

.chubu a{
	width:108px;
	height:120px;
	background-image:url(/web_kokai/img/chubu.png);
	top:222px;
	left:302px;
	}

.kinki a{
	width:67px;
	height:72px;
	background-image:url(/web_kokai/img/kinki.png);
	top:302px;
	left:269px;
	}

.chugoku a{
	width:88px;
	height:55px;
	background-image:url(/web_kokai/img/chugoku.png);
	top:306px;
	left:184px;
	}

.shikoku a{
	width:69px;
	height:56px;
	background-image:url(/web_kokai/img/shikoku.png);
	top:339px;
	left:211px;
	}

.shikoku span{
	width:69px;
	height:56px;
	background-image:url(/web_kokai/img/shikoku.png);
	top:339px;
	left:211px;
	}

.kyushu a{
	width:67px;
	height:94px;
	background-image:url(/web_kokai/img/kyushu.png);
	top:350px;
	left:142px;
	}


.btn--moshikomi{
	position:absolute;
	bottom:20px;
	right:0;
	}

.btn--moshikomi a{
	display:block;
	width:200px;
	height:200px;
	background-image:url(/web_kokai/img/btn_moshikomi.gif);
	background-repeat: no-repeat;
	}

.map--tab{
	margin-bottom:40px;
	}

@media screen and (max-width: 640px) {
	.kokai--map--group &gt; p:first-child{
		position:static;
		}
	
	.kokai--map{
		display:none;
		}
	
	.btn--moshikomi{
		position:static;
		}
	
	.btn--moshikomi a{
		width:94%;
		height:0;
		padding-top:13.3%;
		margin:10px auto 0 auto;
		background-image:url(/web_kokai/img/sp/btn_moshikomi.gif);
		background-size:contain;
		}
	
	.map--tab{
		margin-bottom:40px;
		}
		
	#container table.officerList--tbl--sp{
		border:solid 1px #d2d5da;
		}
	
	#container table.officerList--tbl--sp{
		border:solid 1px #d2d5da;
		}
	
	#container table.officerList--tbl--sp th:nth-child(1),
	#container table.officerList--tbl--sp td:nth-child(1){
		width:35%;
		border-top:none;
		border-left:none;
		border-bottom:none;
		box-sizing:border-box;
		}
	
	#container table.officerList--tbl--sp th:nth-child(2),
	#container table.officerList--tbl--sp th:nth-child(3),
	#container table.officerList--tbl--sp td:nth-child(2),
	#container table.officerList--tbl--sp td:nth-child(3){
		width:100%;
		border-top:none;
		border-left:none;
		border-right:none;
		box-sizing:border-box;
		display:block;
		}
	
	#container table.officerList--tbl--sp th:nth-child(4),
	#container table.officerList--tbl--sp th:nth-child(5),
	#container table.officerList--tbl--sp td:nth-child(4),
	#container table.officerList--tbl--sp td:nth-child(5){
		display:block;
		width:50%;
		box-sizing:border-box;
		border-top:none;
		border-left:none;
		border-bottom:none;
		float:left;
		}
	
	#container table.officerList--tbl--sp th:nth-child(4).center,
	#container table.officerList--tbl--sp th:nth-child(5).center{
		text-align:left;
		}
	
	#container table.officerList--tbl--sp th:nth-child(5),
	#container table.officerList--tbl--sp td:nth-child(5){
		border-right:none;
	}
	
	#container table tr{
		border-top:solid 1px #d2d5da;
	}
}


/* ================================================================================ */
/*  3.MOSHIKOMI                                                                     */  
/* ================================================================================ */

.keigu{
	width:800px;
	text-align:right;
	}

.sanko--item{
	display:inline-block;
	border:solid 1px #d2d5da;
	border-radius:20px;
	width:100%;
	text-align:center;
	background-color:#f5f5f5;
	font-weight:bold;
	}


@media screen and (max-width: 640px) {
	.sanko--item{
		width:100px;
		margin-top:10px;
	}	
}



/* ================================================================================ */
/*  8.IMG                                                                           */  
/* ================================================================================ */

.kokai--map li a , .kokai--map li span , .btn--moshikomi a{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

</pre></body></html>