@charset "UTF-8";

.title-update {
  padding: 10px 20px 6px 20px;
  background: #233b6c;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
}
.area-data {
  border: 2px solid #233b6c;
  padding: 30px 3% 30px 3%;
}
.area-data p:last-child {
  margin-bottom: 0;
}

/*
.dtl-inq {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1;
  margin: 10px 0px 15px;
  max-width: 800px;
}
.dtl-inq dt, .dtl-inq dd {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 14px 0;
}
.dtl-inq dt:first-of-type, .dtl-inq dd:first-of-type {
  border-top: 1px solid #ddd;
}
.dtl-inq dt{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dtl-inq dt:first-of-type {
  border-top: 1px solid #ddd;
}


.dtl-inq dt {
  flex-basis: 25%;
  font-size: 1.7rem;
  padding-top: 22px;
  position: relative;
  text-align: center;
}
.dtl-inq dd p{
	position: relative;
}

.dtl-inq_bordar::after {
  content: "";
  border-left: 1px solid #ddd;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -20px;
}
.dtl-inq dd {
  flex-basis: 50%;
  padding-left: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
*/

.mb10{
	margin-bottom: 10px;
}
.pt0{
	padding-top: 0 !important;
}


/*
.dtl-inq dd p {
  margin: 12px 0 0 0;
}
*/

.contents-2col .dtl-inq p.btn-link,
.contents-1col .dtl-inq p.btn-link {
  margin: 5px 0 0 40px;
}

/* 予約案内
------------------------------------------------- */

.dtl-box dl{
	display: flex;
}

/*
.dtl-box dl{
	margin-bottom: 20px;
	width: calc(100%/3);
}
*/
.dtl-box dt{
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.dtl-box dd {
  padding: 0 20px;
}
.dtl-box dd p{
	margin: 0;
}

.dtl-box_border{
	position: relative;
}

/*
.dtl-box_border::before {
  content: "";
  border-left: 1px solid #ddd;
  height: 200px;
  position: absolute;
  top: 10px;
  left: 0;
}

.dtl-box_border_last::after {
  content: "";
  border-left: 1px solid #ddd;
  height: 200px;
  position: absolute;
  top: 10px;
  right: 0;
}
*/

.member_mail{
	display: flex;
	justify-content: center;
	margin: 10px 0 20px;
}

.pt-20{
	padding-top: 20px;
} 

.bold{
	font-weight: bold;
}

.f17{
	font-size: 1.7rem;
}
.dtl-box .btn-link a {
  padding: 10px 20px;
}
/*.dtl-inq .btn-link a.btn-text-link,
.dtl-inq .btn-link a.btn-text-link:link,
.dtl-inq .btn-link a.btn-text-link:visited {
  font-size: 1.4rem;
  padding: 10px 30px 8px 30px;
}*/

/* 法律相談担当弁護士のプロフィール
------------------------------------------------- */
.lawyer .lawyer-wrap {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.lawyer-wrap .text-note {
  margin-bottom: 0;
}

/* # ============================================================
   # 0~979pxここから
   # ============================================================ */
@media only screen and (max-width: 979px) {

/*
.dtl-inq dt {
  flex-basis: 100%;
  border-bottom: none;
  padding: 18px 0 12px 0;
}
.dtl-inq dt::after {
  border-left: none;
}
.dtl-inq_bordar::after{
  border-left: none;
}
.dtl-inq dd {
  flex-basis: 100%;
  padding-left: 0;
  justify-content: center;
  padding: 0 0 20px 0;
}
.dtl-inq dd:first-of-type {
  border-top: none;
}
.dtl-inq dd{
  border: none;
}
.dtl-inq dd:first-of-type{
    padding: 0 0 10px 0;
}
*/
.sp-mb10{
	margin: 0 10px 0 0;
}	
.sp-mt20{
	margin: 20px 0 0 0;
}
	

.dtl-box dl{
	flex-direction: column;
  text-align: center;
  width:100%;
}

.member_mail{
	flex-direction: column;
	text-align: center;
	margin: 0 0 20px;
	
}

.member_mail p{
	margin-bottom: 20px;
}

.dtl-box dt{
  border-top: 1px solid #ddd;
  border-right: none;
  padding-top: 20px;
}
.dtl-box dd {
  padding: 10px 0;
}
	
.dtl-box dd p{
	margin: 0;
}

/*
.dtl-box_border::before,
.dtl-box_border_last::after{
	border: none;
}
*/

.dtl-box .btn-link{
	margin: 0;
} 

}
/* # ============================================================
   # 0~767pxここから
   # ============================================================ */

@media only screen and (max-width: 767px) {

.area-data {
  border: none;
  padding: 20px 0 20px 0;
}
.dtl-inq dd p {
  width: 100%;
  margin: 8px 0 12px 0;
  text-align: center;
}
.contents-2col .dtl-inq p.btn-link,
.contents-1col .dtl-inq p.btn-link {
  margin: 0;
}
.dtl-inq .btn-link a.btn-text-link,
.dtl-inq .btn-link a.btn-text-link:link,
.dtl-inq .btn-link a.btn-text-link:visited {
  font-size: 1.5rem;
  padding: 14px 30px 12px 30px;
}
	
/* 法律相談担当弁護士のプロフィール
------------------------------------------------- */
.lawyer .lawyer-wrap {
	display: block;
  margin-bottom: 1em;
}
.lawyer .lawyer-wrap p {
	margin-bottom: 0;
}
.lawyer-table th {
  margin-top: 1.5em;
}
.lawyer-table td {
  margin-top: -1px;
}
.lawyer-table th.w-20 {
  width: 100% !important;
  margin-top: 0;
}

}
	
/*  法律・貿易相談 TOPページ
------------------------------------------------- */

.memberlist-box {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  max-width: 1300px;
}
.memberlist-box .memberlist-box-wrap {
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.member_list {
	display: block;
	flex-basis:31%;
	margin-bottom: 20px;
	border: 2px solid #233b6c;
}
.member_list  dl{
	height: 100%;
}
.member_ttl {
	position: relative;
}
.member_ttl_c {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.member_list dt{
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	background-color: #233b6c;
	min-height: 4em;
	display: flex;
    align-items: center;
    justify-content: center;
}
.member_list dd {
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: calc(100% - 4em);
}
.member_list p {
	margin-bottom: 0;
}
p.case_ttl {
	margin: .3em 0;
}
.cat-list .cat-list-wrap .member_list ul li{
	padding: 0;
}
.member_link{
	display: inline-block;
	text-align: right;
	margin-top: auto;
}
.member_link span{
	color: #0068b7;
    text-decoration: underline;
}
.member_link span:hover{
	color: #00a0e9;
}
.w90-c-pconly {
	margin: auto;
	max-width: 1300px;
}
@media only screen and (max-width: 767px) {
	.memberlist-box .memberlist-box-wrap {
    	display: block;
	}
}