/* -----------------------------------------------------------------------------
	2nd
----------------------------------------------------------------------------- */
#contents{
	background:url(../img/2nd_bg.gif) repeat-y center;
	padding:0 0 60px 0;
}
.wrap{
	width:940px;
	margin:0 auto;
}
h1{
	width:960px;
	max-width: 100%;
	margin:0 auto;	
}
#contents_left{
	width:560px;
	float:left;
}
@media screen and (max-width: 1000px){
	#contents{
		padding: 0;
		background: #fff;
	}
	.wrap{
		width:100%;
	}
	h1 img {
		width: 100%;
		height: 250px;
		object-fit: cover;
		object-position: center left;
	}
	#contents_left{
		width:100%;
		float:none;
		padding: 0 20px 40px;
	}
	#contents_left img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 750px){
	#contents{
		padding:82px 0 0 0;
	}
	h1 img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
}
/* -----------------------------------------------------------------------------
	SIDE
----------------------------------------------------------------------------- */
#side{
	float:right;
}
#office_list li{
	overflow:hidden;
	background:url(../img/list_line.gif) top repeat-x;
	padding:10px 0;
	width:310px;
}
#office_list li dt{
	float:left;
	width:70px;
	line-height:1;
}
#office_list li dd{
	float:left;
	width:240px;
	font-size:93%;
	font-weight:bold;
	line-height:1;
	margin-top:7px;
}
#office_list li dd.line2{
	margin-top:0px;
	line-height:1.2;
}
#office_list a:link{
	color:#5b5555;
	text-decoration:none;
}
#office_list a:visited{
	color:#5b5555;
	text-decoration:none;
}
#office_list a:hover {
	color:#6cc1cc;
	text-decoration:none;
}
#office_list a:active {
	color:#6cc1cc;
	text-decoration:none;
}

.other_info{
	font-size:93%;
	margin-top:15px;
}

@media screen and (max-width: 1000px){
	#side{
		width: 100% !important;
		float: none;
		padding: 40px 20px;
		background: #eee;
	}
	#office_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#office_list.cf:before, #office_list.cf:after {
    display: none;
	}
	#office_list li {
		overflow:hidden;
		background:url(../img/list_line.gif) top repeat-x;
		padding:10px 0;
		width:48%;
	}
}
@media screen and (max-width: 750px){
	#office_list li dt{
		float:none;
		width:100%;
		margin-bottom: 10px;
	}
	#office_list li dd{
		float:none;
		width:100%;
		font-size:100%;
	}
}
@media screen and (max-width: 600px){
	#office_list li {
		width:100%;
	}
}