@charset "utf-8";
 
.lcl-box {
	padding: 0px 0 0;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}
.lcl-box__ttl {
    font-size: 30px;
    line-height: 1.2;
    position: relative;
    margin-right: 90px;
    display: inline-block;
    margin-bottom: 30px;
}

.lcl-box__ttl::after {
    content: ' ';
    font-size: 24px;
    color: #00a8ff;
    letter-spacing: 0.15em;
    position: absolute;
    bottom: -16px;
    right: -95px;
    margin: auto;
    font-family: 'Shadows Into Light', cursive;
    font-style: italic;
    transform: skew(-11deg) rotate(-11deg);
}

.lcl-box__dl {
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 60px 60px 20px;
}

.lcl-box__dt {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
}

.lcl-box__dd {
	margin-bottom: 40px;
	font-size: 14px;
}

.lcl-box__ol {
    list-style: none;
    counter-reset: number;
    padding: 0;
}

.lcl-box__ol .lcl-box__li {
    line-height: 2;
    margin-bottom: 1em;
}

.lcl-box__ol .lcl-box__li::before {
	counter-increment: number;
	content: counter(number);
	background: #1f5ab2;
	display: inline-block;
	width: 2em;
	height: 2em;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	margin-right: .3em;
}

.lcl-box__block {
	display: inline-block;
	padding: 20px 30px;
	background-color: #eee;
}

.lcl-box__block-ttl {
	font-size: 15px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */
	.lcl-box {
		padding: 20px 15px 0;
		position: relative;
		z-index: 2;
		margin-bottom: -30px;
	}
	.lcl-box__ttl {
		font-size: 20px;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.lcl-box__ttl::after {
		font-size: 13px;
		bottom: -15px;
		right: -20px;
		margin: auto;
	}

	.lcl-box__dl {
		width: 100%;
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		padding: 15px 15px 5px;
	}

	.lcl-box__dt {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.lcl-box__dd {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.lcl-box__ol .lcl-box__li {
		padding-left: 2.5em;
		position: relative;
	}

	.lcl-box__ol .lcl-box__li::before {
		display: block;
		margin-right: 0;
		position: absolute;
		left: 0;
	}

	.lcl-box__block {
		display: block;
		width: 100%;
		padding: 15px 20px;
		background-color: #eee;
	}

	.lcl-box__block-ttl {
		font-size: 14px;
	}

	.contactbox {
		padding: 60px 15px 35px;
	}
}



.pmain-bgimg {
}
.biz-box.biz-box--lead {
	padding-bottom: 0;
}
/* ---------------------- option ---- */
@media screen and (min-width: 768px) {
	.block__ttl03 {
		border-top: 2px solid #c9c9c9;
		border-bottom: 2px solid #c9c9c9;
		margin-bottom: 0;
	}
}
.block__ttl03 {
	margin-bottom: 0;
}
/*============================ #officelist ============================*/
.lcl-officelist {
	max-width: 1100px;
	width: calc(100% - 40px);
	position: relative;
	margin: 0 auto;
}
.lcl-office-block:not(:last-child) {
	margin-bottom: 60px;
}
.lcl-office-item {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-bottom: 1px solid #c9c9c9;
	font-size: 15px;
	line-height: 1.66;
}
.lcl-office-item__ttl,
.lcl-office-item__address,
.lcl-office-item__num {
	padding: 12px 15px;
}
.lcl-office-item__ttl {
	width: 205px;
	border-right: 1px solid #c9c9c9;
	color: #21348b;
	letter-spacing: 0.05em;
	font-weight: 600;    padding-top: 22px;
}
.lcl-office-item__address {
	flex: 1 1 0%;
	border-right: 1px solid #c9c9c9;
	font-size: 14px;
	line-height: 1.7;
	/*font-weight: bold;*/
	position: relative;
	padding-left: 25px;
}
.lcl-office-item__num {
	width: 220px;
	padding-left: 40px;
}
.lcl-office-item__mapico {
	position: absolute;
	right: 20px;
	color: #21348b;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
	top: 15px;
	display: inline-block;
	transition: 0.5s ease;
}
.lcl-office-item__mapico::before {
	content: '';
	width: 35px;
	height: 31px;
	background: url(/common/images/common/ico_01.png) center /100% no-repeat;
	position: relative;
	display: block;
	transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
	.lcl-office-item__mapico:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */
	.pmain-ttl {
		font-size: 23px;
		letter-spacing: 0;
	}
	/*============================ #office ============================*/
	.lcl-office-block:not(:last-child) {
		margin-bottom: 0px;
	}
	.lcl-officelist {
		max-width: 100%;
		width: 100%;
	}
	.lcl-office-item {
		border-bottom: 1px solid #c9c9c9;
		font-size: 13px;
		line-height: 1.3;
		display: block;
	}
	.lcl-office-item:last-child {
		border-bottom: none;
	}
	.lcl-office-item__ttl {
		width: 100%;
		border-right: none;
		background-color: #f5f5f5;
		border-bottom: 1px solid #c9c9c9;
	}
	.lcl-office-item__address {
		border-right: none;
		font-size: 13px;
		line-height: 1.8;
		font-weight: normal;
		padding-left: 15px;
		display: block;
	}
	.lcl-office-item__num {
		width: 100%;
		padding: 0 15px 20px;
	}
	/* ---------------------- option ---- */
	.lcl-office-item__mapico {
		right: 10px;
		font-size: 10px;
		top:86px;
	}
	.lcl-office-item__mapico::before {
		width: 31.5px;
		height: 28px;
	}
}

.modal-body {
    position: relative;
    padding: 20px;
}
#allmap {
    width: 100%;
    height:328px;
}
#objmap{width:100%; height:100%; padding:18px}
#nav{ float:60px}

.dhua{display: none;} 
@media screen and (max-width: 767px) {
.modal-body {
    position: relative;
    padding: 0px;
}
.dhua{display: block;} 
}

.ditypc{min-width:490px;}
.lxerwm{float:left;border: 1px solid #e7e9ef;;margin:4px 16px 4px 4px; width:118px; height:118px;}
.ditypc h4{margin:0 0 5px 0;padding:0.2em 0;font-size:16px;color: #147EFB}
.ditypc a img{float:right;margin:8px 4px 4px 4px; width:100px}
.lxdh {font-size:13px;line-height:12px;margin:8px 0 0 0}
.lxdh a{font-size:13px;line-height:12px;margin:8px 0 0 0}
@media screen and (max-width: 767px) {
.lxerwm{display:none;}
.ditypc a img{display:none;}
}