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

header .nav ul li.nav-lawyer a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: rgba(0,71,130,1);
}
.page-tit {
  background: url("../images/lawyer-images/page-bg.jpg") 50% 0% no-repeat;
}

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

.lawyer-link {
	overflow: hidden;
	width: 60%;
	margin: 0 auto 80px auto;
}
.lawyer-link li {
	text-align: center;
}
.lawyer-link li a {
	display: block;
	color: #5ec1d2;
	font-family: 'Noto Serif JP', serif;
	font-size: 110%;
	border: solid 2px #5ec1d2;
	border-radius: 80px;
	padding: 20px 0;
}
.lawyer-link li a span {
	font-size: 1.3rem;
	margin-right: 5px;
}
.lawyer-link li a:hover {
	color: #fff;
	background-color: #5ed2cb;
	border: solid 2px #5ed2cb;
}
.lawyer-link li.active a {
	color: #fff;
	background-color: #5ec1d2;
}
.lawyer-link li.active a:hover {
	color: #fff;
	background-color: #5ed2cb;
	border: solid 2px #5ed2cb;
}
/*MESSAGE*/

.message .img {
  float: left;
  width: 35%;
}
.message .txt {
  float: right;
  width: 55%;
}
.message .txt h2 {
  color: #004782;
	font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 3rem;
}
.message .txt h2 span {
  font-size: 1.5rem;
  margin-left: 10px;
}

/*KEIREKI*/

.tit-cmn03 {
  margin-bottom: 30px;
}
.keireki .lawyer-box {
  width: 50%;
}
.keireki dl {
  overflow: hidden;
  margin-bottom: 20px;
}
.keireki dl:last-child {
  margin-bottom: 0;
}
.keireki dl dt {
  float: left;
  width: 20%;
}
.keireki dl dd {
  float: right;
  width: 75%;
}

/*KATSUDO*/

.katsudo {
	overflow: hidden;
  margin-top: -300px;
}
.katsudo .img {
  float: right;
  width: 30%;
}
.katsudo .txt {
  float: left;
  width: 60%;
  padding-top: 300px;
}
.katsudo .txt li span {
  color: #004782;
  font-size: 90%;
}
.katsudo02 .img {
  float: right;
  width: 30%;
}
.katsudo02 .txt {
  float: left;
  width: 60%;
}
.katsudo02 .txt li span {
  color: #004782;
  font-size: 90%;
}

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

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


}


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

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

.lawyer-link {
	width: 100%;
	margin: 0 auto 60px auto;
}
.lawyer-link li {
	font-size: 1.4rem;
}

/*MESSAGE*/

.message .img {
  float: left;
  width: 35%;
}
.message .txt {
  float: right;
  width: 55%;
}
.message .txt h2 {
  color: #004782;
	font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 3rem;
}
.message .txt h2 span {
  font-size: 1.5rem;
  margin-left: 10px;
}

/*MESSAGE*/

.message .txt h2 {
  font-size: 2.5rem;
}
.message .txt h2 span {
  display: block;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
}

/*KEIREKI*/

.tit-cmn03 {
  margin-bottom: 20px;
}
.keireki dl dt {
  float: none;
  width: 100%;
}
.keireki dl dd {
  float: none;
  width: 100%;
}

/*KATSUDO*/

.katsudo {
  margin-top: -300px;
}
.katsudo .img {
  width: 40%;
}
.katsudo .txt {
  padding-top: 280px;
}
.katsudo02 .img {
  width: 40%;
}

}

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

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

.lawyer-link {
	width: 100%;
	margin: 0 auto 40px auto;
}
.lawyer-link li {
	font-size: 1.2rem;
	padding: 15px 0;
}
.lawyer-link li span {
	display: block;
	font-size: 1rem!important;
}
.lawyer-link li a {
	padding: 5px 0;
}

/*MESSAGE*/

.message .img {
  float: left;
  width: 35%;
}
.message .txt {
  float: right;
  width: 55%;
}
.message .txt h2 {
  color: #004782;
	font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 3rem;
}
.message .txt h2 span {
  font-size: 1.5rem;
  margin-left: 10px;
}

/*MESSAGE*/

.message .img {
  display: block;
  float: none;
  width: 55%;
  margin: 0 auto 30px auto;
}
.message .txt {
  float: none;
  width: 100%;
}
.message .txt h2 {
  font-size: 2rem;
}
.message .txt h2 span {
  font-size: 1.2rem;
}

/*KEIREKI*/

.tit-cmn03 {
  margin-bottom: 15px;
}
.keireki {
  padding-bottom: 130px;
}
.keireki .lawyer-box {
  width: 100%;
}
.keireki dl {
  margin-bottom: 15px;
}

/*KATSUDO*/

.katsudo {
  margin-top: -100px;
}
.katsudo .img {
  display: block;
  float: none;
  width: 55%;
  margin: 0 auto 30px auto;
}
.katsudo .txt {
  float: none;
  width: 100%;
  padding-top: 0;
}
.katsudo .txt li span {
  color: #004782;
  font-size: 90%;
}
.katsudo02 .img {
  display: block;
  float: none;
  width: 55%;
  margin: 0 auto 30px auto;
}
.katsudo02 .txt {
  float: none;
  width: 100%;
	margin-bottom: 40px;
}
.katsudo02 .txt li span {
  color: #004782;
  font-size: 90%;
}

}

