@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page-tit {
  background: url("../images/lawyer-images/page-bg.jpg") 50% 0 no-repeat;
}

.nav-lawyer a {
  color: #003670!important;
  background-color: rgba(255,255,255,0.8);
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.lead .txt {
  width: 63%;
  float: right;
}
.lead .img {
  width: 30%;
  float: left;
}
.bg01 {
	padding: 60px 0 20px 0;
}
.profile .tit {
	color: #003670;
  font-family: 'Noto Serif JP', serif;
	font-size: 2.5rem;
	font-weight: normal;
	text-align: center;
}
.profile .tit span {
	display: block;
	font-size: 60%;
	margin-bottom: 5px;
}
.item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item .inner {
	width: 47%;
	margin-bottom: 30px;
}
.item .inner h3 {
	color: #003670;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: normal;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
.item .inner table th {
	width: 90px;
	vertical-align: top;
	font-size: 80%;
	font-weight: normal;
	padding: 10px 0;
}
.item .inner table td {
	border-left: solid 1px #ccc;
	padding: 10px 0 10px 20px;
}
.item .inner li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 20px;
}
.item .inner li:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.profile .tit {
	font-size: 2.3rem;
}
.item .inner h3 {
  font-size: 1.7rem;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.lead .txt {
  width: 100%;
  float: none;
}
.lead .img {
	display: block;
  width: 60%;
  float: none;
	margin: 0 auto;
}
.bg01 {
	padding: 40px 0 20px 0;
}
.profile .tit {
	font-size: 2rem;
}
.item {
	display: block;
}
.item .inner {
	width: 100%;
	margin-bottom: 25px;
}
.item .inner h3 {
  font-size: 1.6rem;
}
.item .inner table th {
	width: 80px;
}
.item .inner table td {
	padding: 10px 0 10px 10px;
}
.item .inner li {
	margin-bottom: 15px;
}

}

