<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* LP
 * --------------------------------------- */
.industry_type_lp {
	margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
	.industry_type_lp {
		margin-bottom: 60px;
	}
}

/* メインビジュアル
 * --------------------------------------- */
.industry_type_lp .mainImg {
	margin-bottom: 20px;
}

.industry_type_lp .mainImg img {
	width: 100%;
}


/* お問い合わせ
 * --------------------------------------- */
.industry_type .contact {
	margin: 0 10px 30px;
}

.industry_type .contact ul {
	overflow: hidden;
}

.industry_type .contact ul li {
	float: left;
	margin: 0 2% 0 0;
	width: 49%;
}

.industry_type .contact ul li:nth-child(2n) {
	margin-right: 0;
}

.industry_type .contact ul li a {
	display: table;
	background-color: #003082;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	padding: 10px 15px;
	width: 100%;
}

.industry_type .contact ul li a.smp {
	display: none;
}

.industry_type .contact ul li a:hover {
	background-color: #999;
	text-decoration: none;
}

.industry_type .contact ul li a,
.industry_type .contact ul li a::before,
.industry_type .contact ul li a::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.industry_type .contact ul li a span {
	display: table-cell;
	vertical-align: middle;
}

.industry_type .contact ul li a span.icon {
	padding: 0 10px;
}

.industry_type .contact ul li a span.icon img {
	width: 38px;
}

.industry_type .contact ul li a span.txt {
	padding-left: 5px;
}

.industry_type .contact ul li a span.arrow img {
	width: 15px;
}

@media screen and (max-width: 480px) {
	.industry_type .contact {
		margin: 0 0 20px;
	}

	.industry_type .contact ul li a {
		padding: 10px;
	}

	.industry_type .contact ul li a span.icon {
		padding: 0 8px 0 5px;
	}

	.industry_type .contact ul li a span.txt {
		padding-right: 7px;
	}

	.industry_type .contact ul li a span.arrow img {
		width: 12px;
	}

	.industry_type .contact ul li a.pc {
		display: none;
	}

	.industry_type .contact ul li a.smp {
		display: table;
	}
}


/* 目次
 * --------------------------------------- */
.industry_type_lp .mokuji {
	margin-bottom: 50px;
}

.industry_type_lp .mokuji p {
	font-weight: bold;
	text-align: center;
}

.industry_type_lp .mokuji ul {
	margin: 15px 10px;
	overflow: hidden;
}

/*
.industry_type_lp .mokuji ul li {
	float: left;
	margin: 0 2% 0 0;
	width: 23.5%;
}
*/

.industry_type_lp .mokuji ul li {
	float: left;
	margin: 0 .5% 0 0;
	width: 19.5%;
	font-size: 0.85em;
}

.industry_type_lp .mokuji ul li:last-child {
	margin-right: 0;
}

.industry_type_lp .mokuji ul li a {
	display: block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #333;
	padding: 15px 10px;
	text-align: center;
	width: 100%;
}

.industry_type_lp .mokuji ul li a:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}

.industry_type_lp .mokuji ul li a,
.industry_type_lp .mokuji ul li a::before,
.industry_type_lp .mokuji ul li a::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.industry_type_lp .mokuji ul li a b {
	display: block;
	color: #003082;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 8px;
}

.industry_type_lp .mokuji ul.mokuji-col3 li {
	float: left;
	margin: 0 .5% 5px 0;
	width: 33%;
	font-size: 0.85em;
}
.industry_type_lp .mokuji ul.mokuji-col3 li:nth-child(3n) {
	margin-right: 0;
}
.industry_type_lp .mokuji ul.mokuji-col3 li:nth-child(3n+1) {
	clear: left;
}

@media screen and (max-width: 480px) {
	.industry_type_lp .mokuji ul {
		margin: 15px 0;
	}

	.industry_type_lp .mokuji ul li {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

	.industry_type_lp .mokuji ul li a {
		padding: 10px;
		text-align: left;
	}

	.industry_type_lp .mokuji ul li a br {
		display: none;
	}

	.industry_type_lp .mokuji ul li a b {
		display: inline-block;
		font-size: 16px;
		margin: 0 5px 0 0;
		width: 12px;
	}

	.industry_type_lp .mokuji ul.mokuji-col3 li {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}
}


/* アイコンタイトル
 * --------------------------------------- */
.industry_type_lp .iconTitle {
	margin-bottom: 20px !important;
}

.industry_type_lp .iconTitle .txt {
	line-height: 1.4;
}

/* 各コンテンツ
 * --------------------------------------- */
.industry_type_lp .content {
	margin-bottom: 60px;
}

/* こんなお悩みはございませんか？
 * --------------------------------------- */
.industry_type_lp .qList .box .balloon .arrow img {
	transform: rotate(90deg);
	width: 18px;
}

.industry_type_lp .qList .box .qBox {
	overflow: hidden;
}

.industry_type_lp .qList .box .aBox {
	display: none;
	margin: 20px 60px 0 0;
}

.industry_type_lp .qList .box .aBox .lead {
	border-bottom: 2px dotted #ccc;
	color: #00266f;
	font-size: 15px;
	margin: 0 5px 20px;
	padding: 10px 5px;
}

@media screen and (max-width: 480px) {
	.industry_type_lp .qList .box .aBox {
		display: none;
		margin: 20px 0 0;
	}

	.industry_type_lp .qList .box .aBox .txtBox {
		padding: 0 5px;
	}
}

.content.nayami.case {
	max-width: 750px;
	margin: 0 auto 75px !important;
}

.industry_type_lp .nayami.case .solved .title {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	padding-right: 0;
	border-bottom: none;
	margin-bottom: 15px !important;
}
.industry_type_lp .nayami.case .solved .title.close {
	font-weight: 400;
}
.page-legal-consultation-by-industry-child .nayami.case .solved .title::before, .page-legal-consultation-by-industry-child .nayami.case .solved .title::after {
	right: 70px;
	z-index: 1;
}
.industry_type_lp .nayami.case .solved .title p {
	position: relative;
	width: calc(100% - 60px);
	background-color: #edf2fe;
	margin-bottom: 0;
	padding: 10px 25px 12px 15px !important;
	border-radius: 7px;
}
.industry_type_lp .nayami.case .solved .title p::after{
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #edf2fe;
    transform: translateX(100%) translateY(-50%);
} 
.industry_type_lp .nayami.case .solved .title img {
	max-height: 50px;
}

.industry_type_lp .nayami.case .solved .solved_detail {
	background-color: transparent;
	padding: 0;
}
.industry_type_lp .nayami.case .solved .solved_detail .txt {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	padding-right: 0;
	border-bottom: none;
	margin: 0px !important;
}
.industry_type_lp .nayami.case .solved .solved_detail .txt p {
	position: relative;
	width: calc(100% - 60px);
	background-color: #fafaff;
	margin-bottom: 0;
	padding: 10px 25px 12px 15px !important;
	border-radius: 7px;
}
.industry_type_lp .nayami.case .solved .solved_detail .txt p::after{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 15px 8px 0;
    border-color: transparent #fafaff transparent transparent;
    transform: translateX(-100%) translateY(-50%);
} 
.industry_type_lp .nayami.case .solved .solved_detail .txt img {
	max-height: 50px;
}

/* このようなことができます
 * --------------------------------------- */
.industry_type_lp .plan {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
	overflow: hidden;
}

.industry_type_lp .plan dl {
	float: left;
	box-sizing: border-box;
	margin: 0 6% 30px 0;
	width: 47%;
}

.industry_type_lp .plan dl:nth-child(2n) {
	margin-right: 0;
}

.industry_type_lp .plan dl dd.img {
	margin-bottom: 17px;
}

.industry_type_lp .plan dl dd.img img {
	width: 100%;
}

.industry_type_lp .plan dl dt {
	color: #003082;
	font-weight: bold;
	margin-bottom: 13px;
	overflow: hidden;
}

.industry_type_lp .plan dl dt span {
	display: block;
}

.industry_type_lp .plan dl dt .num {
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	margin-top: -5px;
}

.industry_type_lp .plan dl dt .txt {
	font-size: 16px;
	padding-left: 45px;
}

.industry_type_lp .plan dl dd p {
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	.industry_type_lp .plan {
		margin-right: 5px;
		margin-left: 5px;
		margin-bottom: 30px;
	}

	.industry_type_lp .plan dl {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}

	.industry_type_lp .plan dl dd.img {
		margin-bottom: 15px;
	}

	.industry_type_lp .plan dl dt {
		margin-bottom: 10px;
	}

	.industry_type_lp .plan dl dt .num {
		font-size: 20px;
		margin-top: -3px;
	}

	.industry_type_lp .plan dl dt .txt {
		padding-left: 40px;
	}
}


/* 顧問契約の特徴
 * --------------------------------------- */
.industry_type_lp .komon dl dt {
	margin: 0 10px 15px;
	overflow: hidden;
}

.industry_type_lp .komon dl dt .num {
	float: left;
	display: table;
	background-color: #003082;
	border-radius: 20px;
	width: 40px;
	height: 40px;
}

.industry_type_lp .komon dl dt .num b {
	display: table-cell;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}

.industry_type_lp .komon dl dt .txt {
	display: block;
	border-bottom: 2px solid #003082;
	color: #003082;
	font-size: 16px;
	font-weight: bold;
	margin-left: 40px;
	padding: 6px 15px;
}

.industry_type_lp .komon dl dd .txtBox .imgBox.w240 {
	padding-top: 0;
	padding-bottom: 15px;
	width: 240px;
}
article.page .page-wrap .page-main .industry_type_lp .komon h3 {
	background-color: white;
}
@media screen and (max-width: 480px) {
	.industry_type_lp .komon dl dt {
		border-bottom: 2px solid #003082;
		margin: 0 0 15px;
		padding-bottom: 10px;
	}

	.industry_type_lp .komon dl dt .txt {
		border-bottom: none;
		padding: 7px 15px 0;
	}

	.industry_type_lp .komon dl dd .txtBox .imgBox.w240 {
		width: 100%;
	}
}



/* 解決事例
 * --------------------------------------- */
.industry_type_lp .case {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 75px;
}

.industry_type_lp .case .solved .head {
	margin: 15px 0;
}

.industry_type_lp .case .solved .head span {
	background-color: #003082;
	border-radius: 50px;
	color: #fff;
	padding: 8px 15px;
}

.industry_type_lp .case .solved .title {
	overflow: hidden;
	background-color: #edf2fe;
	margin-bottom: 15px;
}

.industry_type_lp .case .solved .title .icon img {
	float: left;
}

.industry_type_lp .case .solved .title .icon img {
	width: 40px;
}

.industry_type_lp .case .solved .title .txt {
	border-bottom: 2px dashed #eee;
	color: #fc6300;
	font-size: 16px;
	padding: 6px 15px 8px;
	margin-bottom: 0;
}

.industry_type_lp .case .solved .solved_detail h3 span {
	font-size: 14px;
}

@media screen and (max-width: 480px) {
	.industry_type_lp .case {
		margin-right: 5px;
		margin-left: 5px;
	}

	.industry_type_lp .case .solved .head {
		margin-bottom: 20px;
		text-align: center;
	}

	.industry_type_lp .case .solved .title {
		border-bottom: 2px dashed #eee;
	}

	.industry_type_lp .case .solved .title .icon {
		margin-bottom: 0;
	}

	.industry_type_lp .case .solved .title .icon img {
		width: 25px;
	}

	.industry_type_lp .case .solved .title .txt {
		border-bottom: none;
		margin-left: 35px;
		padding: 0 5px 5px;
	}

	.industry_type_lp .case .solved .solved_detail h3 span {
		font-weight: bold;
	}
}

/* 建設業解決事例アコーディオン、反映時ページIDを変更 */
.page-legal-consultation-by-industry-child .solved {
	margin-bottom: 15px;
}
.page-legal-consultation-by-industry-child .solved .title {
	position: relative;
	transition: all .5s ease;
	margin-bottom: 0px !important;
}

.page-legal-consultation-by-industry-child .solved .title .txt {
	padding: 10px 35px 12px 15px !important;
	color: #333333 !important;
	margin-bottom: 0;
	margin-left: 0!important;
	background-color: #edf2fe;
		border-bottom: none !important;
}
.page-legal-consultation-by-industry-child .solved .solved_detail {
	display: none;
}
/*アイコンの＋と×*/
.page-legal-consultation-by-industry-child .solved .title::before,
.page-legal-consultation-by-industry-child .solved .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.page-legal-consultation-by-industry-child .solved .title::before{
    top:50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    
}
.page-legal-consultation-by-industry-child .solved .title::after{    
    top:50%;
    right: 15px;
    transform: translateY(-50%) rotate(-45deg);

}
/*　closeというクラスがついたら形状変化　*/
.page-legal-consultation-by-industry-child .solved .title.close::before{
	transform: translateY(-50%) rotate(0deg);
}

.page-legal-consultation-by-industry-child .solved .title.close::after{
	transform: translateY(-50%) rotate(90deg);
}
/* 元のCSS相殺 */
.page-legal-consultation-by-industry-child .solved .title.close {
	float: none;
	opacity: 1.0;
}
/* 建設業の解決事例リンクなしタグ削除 */
.page-legal-consultation-by-industry-child .solved .head {
	display: none;
}
/* チェック削除 */
.page-legal-consultation-by-industry-child .solved .icon {
	display: none;
}

.page-legal-consultation-by-industry-child .solved .solved_detail {
	padding: 15px;
	background-color: #fafaff;
}
.page-legal-consultation-by-industry-child .solved .solved_detail p span {
	background-color: transparent;
	padding: 4px 10px;
}
</pre></body></html>