@charset "utf-8";
/* CSS Document */

/*****************************TOP******************************/



/*****************************伊藤小池法律事務所について******************************/
.en_title{
	font-family: trajan-pro-3, serif;
	font-weight: 400;
	font-style: normal;
	font-size:33px
}

.jp_title{
	font-size:14px;
	font-weight:500;
	letter-spacing: 0.03em;
}


.top_lead{
	width:1000px;
	margin: 50px auto 20px auto;
	font-size:16px;
	font-weight: 500;
    font-family: 'Noto Serif JP', serif;
	line-height:1.8em
}

@media screen and (max-width: 768px) {
.top_lead{
	width:93%;
	text-align: justify	
}	
}

.white_bg{
	padding:70px 0;
	clear:both;
	display: grid;
}
@media screen and (max-width: 768px) {
.white_bg{
	padding:50px 0;	
}
}


/*****************************伊藤小池法律事務所の所属弁護士******************************/

.gray_bg{
	background:#f5f6f6;
	padding:70px 0;
	display: grid;
	clear:both
}
@media screen and (max-width: 768px) {
.gray_bg{	
	padding:50px 0;	
}
}


.top_partner{
	font-weight: 500;
    font-family: 'Noto Serif JP', serif;
	line-height:1.8em;
	margin: 50px auto 25px auto;
	clear:both
}

@media screen and (max-width: 768px) {
.tp_e{
	    margin: 30px auto 25px auto !important;
}
}



.top_lawyer{
	width:1010px;
	margin:0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top_lawyer li{
	width:482px;
	margin:0 10px;
}

.of_lawyer{
	width:1010px;
	margin:0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.of_lawyer li{
	width:230px;
	margin:0 0px 25px 0px
}

.sub_lawyer{
	width:1010px;
	margin:0 auto 80px auto;
	display: flex;
    flex-wrap: wrap;
    justify-content:left;
}

.sub_lawyer li{
	width:230px;
	margin:0 10px 25px 10px
}

@media screen and (max-width: 768px) {
.top_lawyer{
	width:93%;
}
.top_lawyer li{
	width:100%;
	margin:0 0px 20px 0;
	float:none
}

.top_lawyer li img{
	width:100%;
}


.of_lawyer{
	width:93%;
}
.of_lawyer li{
	width:100%;
	margin:0 0px 20px 0;
	float:none
}

.of_lawyer li img{
	width:148px;
	height:148px;
}

.sub_lawyer{
	width:96%;
	margin:0 auto 100px auto;
}

.sub_lawyer li{
	width: 50%;
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
	margin:0;
	padding: 0 6px 20px;
	float:left
}
.sub_lawyer li img{
	width:100%;
}
}


.name{
	font-weight: 600;
    font-family: 'Noto Serif JP', serif;
	font-size:20px;
	margin: 5px 0 0 0;
}

.name span{
	font-size:75%;
	font-weight:500;
	font-family: 'Noto Sans JP';
}
@media screen and (max-width: 768px) {
.name{
	font-size:17px;
}	
	
}

.top_lawyer p,
.of_lawyer p,
.sub_lawyer p{
	font-family: trajan-pro-3, serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px
}
	
.top_lawyer p::after,
.of_lawyer p::after,
.sub_lawyer p::after{
    content: "\f054";
    font-size: 13px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    margin: 0  0 0 5px;
}


a .btn{
	font-weight:500;
	width:465px;
	color:#fff;
	font-weight: 500;
    font-family: 'Noto Serif JP', serif;
	background:linear-gradient(to right, #28568b, #15274e);
	font-size:18px;
	padding:13px 0;
	margin: 7px auto;
	line-height: 1.4em;
	clear:both;
	display:inline-block;
	letter-spacing:0.1em;
	-webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
}


@media screen and (max-width: 768px) {
a .btn{
	width:93%;	
}
}

a:hover .btn{
	opacity:0.7;
}

.btn::after {
    content: "\f054";
    font-size: 18px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    margin: 0  0 0 10px;
	transition:0.3s
}


/*****************************伊藤小池法律事務所の9つのサービス******************************/

#top_service{
	width:1000px;
	margin:40px auto ;
}
@media screen and (max-width: 768px) {
#top_service{
	width:93%;	
}
.ts_e{
	margin:0px auto !important;
}
}

#top_service dt{
	width:230px;
	height:75px;
	border:1px #231815 solid;
	background:#fff;
	text-align:center;
	display: table-cell; /* IE8から使用可能 */
	display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
	float:left;
	margin:5px 0 30px 0;
	font-size:17px;
	letter-spacing:0.01em;
	clear:both;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}

#top_service dd{
	width:750px;
	font-family: 'Noto Sans JP';
	font-weight: 300;
	float:right;
	line-height: 1.7em;
	margin:0 0 30px 0;
	text-align:justify
}



@media screen and (max-width: 768px) {
#top_service dt{
	width:100%;	
	margin:20px 0 15px 0;
	font-size:18px;
}
#top_service dd{
	width:100%;	
}
}



/*****************************伊藤小池法律事務所の法律顧問実績******************************/

.works_lead{
	font-size:16px;
	width:1000px;
	margin:40px auto;
	text-align:left;
	font-weight: 400;
    line-height: 1.7em;
}
.wl_shadow{
		text-shadow: 0px 0px 1px #ebebed, 0px 0px 2px #ebebed, 0px 0px 3px #ebebed, 0px 0px 4px #ebebed, 0px 0px 5px #ebebed, 0px 0px 6px #ebebed !important;
}

@media screen and (max-width: 768px) {
.works_lead{
	width:93%;
	margin:20px auto 0 auto;
	font-weight: 500;
}
}


.works_bg{
	padding:70px 0;
	width:100%;
	background-image:url(../img/works_bg_pc.png);
	background-repeat:no-repeat;
	background-color:#f5f6f6;
	background-position:top right;

}
@media screen and (max-width: 768px) {
.works_bg{
	background-image:url(../img/works_bg_sp.png);
	text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 6px #fff;
}	
}


#works_list_box{
	width:1000px;
	margin:0px auto 40px auto;
	border:1px #333333 solid;
	background:#fff;
	padding:30px 0 30px 30px;
	display:inline-block;
	font-size:16px
}

.works_list{
	text-align:left;
	float:left;
	margin:0 70px 0 0 ;
	line-height:1.8em
}

.works_list_e{
	text-align:left;
	float:left;
	margin:0 45px 0 0 ;
	line-height:1.8em;
	letter-spacing:0.05em
}



@media screen and (max-width: 768px) {
#works_list_box{
	font-size:15px;
	width:93%;
	padding:10px 0 10px 5px;
	margin:20px 0 0 0;
	
}	

.works_list{
	float:none;
	margin:0 0px 0 0 ;
	line-height:1.8em;
}

.works_list_e{
	float:none;
	margin:0 0px 0 0 ;
	line-height:1.8em;
}

.sp_lp{
	float:left;
	margin:0 10px 0 0
}
	
}

@media screen and (max-width: 320px) {
#works_list_box{
	font-size:13px;
	width:93%;
	padding:10px 0 10px 5px;
	margin:20px 0 0 0;
	
}	

.works_list{
	float:none;
	margin:0 0px 0 0 ;
	line-height:1.8em;
}

.sp_lp{
	float:left;
	margin:0 10px 0 0
}
	
}

/*****************************NEWS******************************/
#top_news{
	width:1000px;
	margin:30px auto;
	border-bottom:1px #7c8181 solid;
	text-align:left
}

#top_news a:link{
	color:#555;
	border-bottom:1px  #C3C3C3 dotted
}

@media screen and (max-width: 768px) {
#top_news{
	width:93%;	
}

#top_news span{
	font-size:80%;
}
}


#top_news dt,
#top_news dd{
	border-top:1px #7c8181 solid;
	padding:15px;
	float:left;
}

#top_news dt{
	width:100px;
	clear:both;
	font-weight:600
}
#top_news dd{
	width:900px;
}
@media screen and (max-width: 768px) {
#top_news dt,
#top_news dd{
	padding:15px 10px;
	float:none;
}

#top_news dt{
	width:100%;
	padding-bottom:0 !important
}
#top_news dd{
	width:100%;
	border-top:none;
	padding-top:7px;
	line-height:1.7em
}	
}


/*****************************Access******************************/
.access_bg{
	background:url(../img/access_bg_pc.jpg) no-repeat;
	width: 100%;
    background-size: cover;
	padding:70px 0 50px 0;
	color:#fff;
	text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0px 0px 4px #000, 0px 0px 5px #000, 0px 0px 6px #000;
}

.gmap{
	color:#fff;
	font-size:14px
}

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

#map {
width:93%;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin:20px auto 0 auto
}
 
#map iframe,
#map object,
#map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}


#top_access_text{
	margin:30px auto;
	width:1000px;
	text-align:left
}

@media screen and (max-width: 768px) {
#top_access_text{
	width:93%;
	font-weight:400
}	
}



#top_access_text ul{
	margin:20px 0 0 0;
	line-height:1.7em;
}
#top_access_text li{
	background:url(../img/bou.svg) no-repeat;
	padding:0 0 0 12px;
	background-size:5px;
	background-position:top 6px left 0px
}
@media screen and (max-width: 768px) {
#top_access_text li a{
	color:#fff;
}
	
}

/****************************お問い合わせ******************************/

#contact_area{
	background:linear-gradient(to right, #28568b, #15274e);
	width:1000px;
	margin:0 auto;
	color:#fff;
	padding:40px 0
}
@media screen and (max-width: 768px) {
#contact_area{
	width:100%;
}
}


#gosodan{
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	color:#FFF
}
@media screen and (max-width: 768px) {
	#gosodan{
		font-size:16px;
		width:95%;
		margin:0 auto
	}
}

.contact_tel{
	font-size:46px;
	color:#fff;
	font-family: 'Scheherazade', serif;
	font-weight:400;
	line-height: 1.15em;
	float:left;
	margin:0 15px 0 0
}


.contact_tel .fa-phone-alt{
	font-size:27px !important;
}
@media screen and (max-width: 768px) {

.contact_tel .fa-phone-alt{
	font-size:9vw !important;
}

.contact_tel{
	font-size:18vw;
}
.contact_tel a	{
	color:#fff;
}	
}

.contact_inner{
	 display: flex;
	 width:510px;
	 margin:3px auto 0px auto
}
@media screen and (max-width: 768px) {
.contact_inner{
	width:93%;
}
}

.btn-contact .fa-envelope{
	font-size:23px;
	margin:-10px 5px 0 0
}

.bc_e .fa-envelope{
	font-size:20px;
	margin:-10px 5px 0 0
}

.btn-contact {
    clear: both;
    display: block;
    padding:0.8em 0em 1em 2.6em;
    text-decoration: none;
    color: #28568b;
    transition: .4s;
    background: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 7px 0 0 15px;;
    line-height: 0em;
    font-weight: 500;
	font-family: 'Noto Serif JP', serif;
    width: 240px;
}

.bc_e{
	padding: 1.1em 0em 1.1em 2.6em;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
.btn-contact{
	width:100%;
}	
}

.btn-contact p{
	float:left;
	text-align:left;
	padding: 0px 0 0 0;
}

.contact_time{
	font-family: 'Noto Sans JP';
	font-size:14px;
	letter-spacing: 0.1em;
	font-weight:400;
	margin: 0;
}

.contact_time span,
.contact_time_e span{
	font-weight:600;
}


.contact_time_e{
	font-family: 'Noto Sans JP';
	font-size:14px;
	letter-spacing: 0.1em;
	font-weight:400;
	margin: 0 auto;
	text-align:left;
	width:400px;
}

@media screen and (max-width: 768px) {
.contact_time{
	font-size: 3.4vw;
	width:95%;
	margin:0 auto;
	padding:3px 0 12px 0
}

.contact_time_e{
	font-size: 3.7vw;
	width:95%;
	margin:0 auto;
	padding:3px 0 12px 0
}

.kigaru_menu{
	padding: 10px 0;
	font-size: 4.6vw;
}
}

