<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 スマートフォン版 後続共通css*/
@media screen and (max-width: 750px) {
.anchor {
	display: block;
	padding-top: 60px;
	margin-top: -60px;
}
	/*基本レイアウト*/
#main {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}
.home #main {
	padding-top: 0;
}
	/*本文内各種パーツ***********************/
	#main .flex.sp_wrap {
		flex-wrap: wrap;
	}
	/*見出し*/
#main h2 {
	margin-bottom: 20px;
	font-size: 2.4rem;
}
#main .txt h2 {
	margin-bottom: 5px;
}
#main h2 .type{
	margin-left: 10px;
	padding: 2px 10px;
	border: solid 1px #003049;
	font-size: 1.8rem;
	line-height: 1;
}
#main h2 .sub {
	font-size: 2.0rem;
	line-height: 1.2;
}
#main h3 {
	margin-bottom: 5px;
	padding-left: 8px;
	border-left: solid 5px #003049;
	color: #003049;
	font-size: 2.0rem;
	line-height: 1.2;
}
#main.essay h2 {
	margin-bottom: 20px;
}
#main h4 {
	font-size: 1.8rem;
	margin-bottom: 0.1em;
}
#main h5 {
	font-size: 1.6rem;
	margin-bottom: 0.1em;
}
	/*パンくず*/
	#main .breadcrumb {
		font-size: 1.2rem;
		line-height: 1.4;
	}
/*ページャー*/
#main .pager a {
	margin: 0 2px;
}
#main .pager .link_last, #main .pager .link_first {
	display: none;
}
/*段落*/
#main section {
    margin-bottom: 40px;
}
#main.second .txt {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/*リンク*/
	#main a.btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 80%;
		height: 40px;
		margin: 0 auto;
		border: solid 1px #303030;
		/*border-radius: 10px;*/
		text-decoration: none;
	}
	#main a.btn:hover {
		background-color: #303030;
		color: #fff;
	}
	/*テーブル*/
	#main table {
		margin: 0 auto 20px auto;
	}
	#main table th {
		width: auto;
		vertical-align: top;
	}
	#main table td {
		width: auto;
	}
	/*入力欄*/
	.form_area {
		width: 100%;
		padding-bottom: 10px;
	}
	.form_area table {
	border: none!important;
}
	.form_area th {
		display: block;
	padding: 10px 60px 0 0;
}
.form_area td {
		display: block;
	margin: 0 0 20px 0;
	border-right: #c1c1c1 1px solid;
}
.form_area input {
		padding: 10px 10px;
		font-size: 1.6rem;
	}
	.form_area input.size_m {
		width: 100% !important;
	}
	.form_area input.size_s {
		width: 100% !important;
	}
	.form_area input.size_ss {
		width: 100% !important;
	}
	.form_area textarea {
		height: 200px;
		padding: 10px 10px;
		font-size: 1.6rem;
	}
	.form_area select {
		height: 30px;
		padding: 10px 10px;
		font-size: 1.6rem;
	}
	.form_area input[type="button"] {
		font-size: 1.6rem;
	}
	.form_area input[type="submit"] {
		font-size: 1.6rem;
	}
	.form_area button {
		font-size: 1.6rem;
	}
	.form_area .btn_area {
		display: flex;
		justify-content: center;
	}
/*トップページ*********************/
/********************************/
.mainvisual {
	width: 100vw;
	min-width: auto;
	height: 46vw;
	margin:0 auto;
	background-size:cover;
}
.mainvisual .tit {
	font-size: 2.9rem;
	line-height: 1.1;
	text-align: center;
}
.mainvisual span {
	font-size: 1.3rem;
}

.mainvisual_t {
	width: 100vw;
	min-width: auto;
	height: 46vw;
	margin:0 auto;
	background-size:cover;
}
.mainvisual_t .tit {
	font-size: 2.9rem;
	line-height: 1.1;
	text-align: center;
}
.mainvisual_t span {
	font-size: 1.3rem;
}
.mainvisual_k {
	width: 100vw;
	min-width: auto;
	height: 46vw;
	margin:0 auto;
	background-size:cover;
}
.mainvisual_k .tit {
	font-size: 2.9rem;
	line-height: 1.1;
	text-align: center;
}
.mainvisual_k span {
	font-size: 1.3rem;
}

/*後続ページ　一覧*********************/
/********************************/
/*entrylist_area***********************/
#main .entrylist_area {
	width: 100%;
}
#main .entrylist_area .inside {
	width:100%;
	height: auto;
	margin:0 auto;
}

/*ニュース*/
#main .entrylist_area.news {
	margin: 25px auto;
}
#main .entrylist_area.news .inside .tit {
}
#main .entrylist_area.news .inside .tit h2 {
}
#main .entrylist_area.news .inside .tit a {
	color:#303030;
	font-size: 1.4rem;
	text-decoration: none;
}
#main .entrylist_area.news .inside .tit a:hover {
	text-decoration:underline;
}
#main .entrylist_area.news .box_area {
}
#main .entrylist_area.news .box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 18px 0;
	border-bottom: solid 2px #b3b3b3;
}
#main .entrylist_area.news .box .date {
	width: 90px;
	height: 23px;
	text-align: center;
}
#main .entrylist_area.news .box .txt {
	width: calc(100% - 90px);
	padding: 0 13px;
	border-left: solid 3px #003049;
}

/*事務所案内***********************/
#main.office .photo_area {
	display: block;
	text-align: center;
}
#main.office .photo_area img:first-child {
	width: 50vw;
	height: auto;
	margin-bottom: 10px;
}
#main.office .photo_area img:last-child {
	width: 80vw;
	height: auto;
}
/*#main.office .photo_area img:first-child {
	width: auto;
	height: 35vw;
}
#main.office .photo_area img:last-child {
	width: auto;
	height: 35vw;
}*/
#main.office .txt {
	margin: 30px auto 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #003049;
	text-align: left;
	line-height: 2;
}
#main.office table {
	border: none;
}
#main.office table th {
	background-color: transparent;
	border: none;
}
#main.office table td {
	border: none;
}

/*弁護士紹介***********************/
#main .entrylist_area.prof {
	margin-bottom: -50px;
}
#main .entrylist_area.prof .box_area {
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#main .entrylist_area.prof .box {
	width: 42vw;
	margin-bottom: 65px;
}
#main .entrylist_area.prof .box.dummy {
	margin-bottom: 0;
}
#main .entrylist_area.prof .photo {
	width: 42vw;
	height: 42vw;
	line-height: 0;
	overflow: hidden;
}
#main .entrylist_area.prof .photo img {
	width: 100%;
	height: auto;
}
#main .entrylist_area.prof .box .txt_area {
	width: 42vw;
	height: 100px;
	padding: 8px 12px;
	font-size: 1.2rem;
}
#main .entrylist_area.prof .box .txt_area .name {
	font-size: 1.8rem;
}
#main .entrylist_area.prof .box .txt_area .name_kana {
	font-size: 1.1rem;
}
#main .entrylist_area.prof .box .txt_area .detail {
	text-align: right;
}
#main .entrylist_area.prof .box .txt_area .detail a {
	color: #fff;
	font-size: 1.0rem;
	text-decoration: none;
}
#main .entrylist_area.prof .box .txt_area .detail a:hover {
	text-decoration:underline;
}

/*詳細*/
#main .entry_area.prof {
	width: 80%;
	margin:  0 auto;
}
#main .entry_area.prof section {
	margin-bottom: 30px;
}
#main .entry_area.prof section:first-child {
	margin-bottom: 0;
}
#main .entry_area.prof .box_area {
}
#main .entry_area.prof .box {
	display: block;
	width: 100%;
}
#main .entry_area.prof .photo {
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}
#main .entry_area.prof .photo img {
	width: 100%;
	height: auto;
}
#main .entry_area.prof .box .tit_area {
}
#main .entry_area.prof .box .tit_area .name {
	margin-bottom: 30px;
	font-size: 2.5rem;
	line-height: 1.2;
}
#main .entry_area.prof .box .tit_area .name span {
	font-size: 1.2rem;
}
#main.prof table {
	border: none;
}
#main.prof table th {
	width: 20%;
	padding: 0 8px 8px 0;
	background-color: transparent;
	border: none;
	vertical-align: top;
}
#main.prof table td {
	width: 80%;
	padding: 0 8px 8px 0;
	border: none;
	vertical-align: top;
}
/*著作***********************/
#main.books .photo_lefter {
	text-align: center;
}
/*エッセイ***********************/
/*詳細*/
#main .entry_area.essay section {
	width: 100%;
	margin-bottom: 25px;
}
#main .entry_area.essay section .date {
	font-size: 1.8rem;
}

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