@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Tags:
Version: 0.1.2
*/

/*-------------------------------------------*/
/* Common Style
/*-------------------------------------------*/
.brSp { display:block; font-size: 0px; }
@media (min-width: 768px) {
 .brSp { display:none; }
}

.pageInner {
  padding:20px;
}

.imageMd {
  background-image: url(/images/md_bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F1F5EB;
  padding: 10px 0 0 15px;
  margin: 0;
  border: none;
}
.imageMd span {
  display:block;
  background-image:url(/images/md_icon.png);
  background-repeat:no-repeat;
  background-position: center left;
  padding: 10px 0 10px 48px;
}
@media (max-width: 767px) {
	.imageMd {
		padding: 5px 0 0 15px;
	}
	.imageMd span {
		padding: 0 0 0 32px;
    background-size: 28px;
    font-size: 21px;
	}
}

.clearH2 {
  margin:0;
  padding:0;
  background:none;
  border:none;
}

.moreButton1 {
	display: inline-block;
	width: 200px;
	height: 38px;
	text-align: center;
	text-decoration: none;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	line-height: 34px;
	outline: none;
  position:relative;
}
.moreButton1::before,
.moreButton1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #333;
}
.moreButton1,
.moreButton1::before,
.moreButton1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.moreButton1::before {
	top: 0;
}
.moreButton1::after {
	bottom: 0;
}
.moreButton1:hover {
	background-color: #fff;
	border-color: #008c7e;
	color: #333;
}
.moreButton1:hover::before,
.moreButton1:hover::after {
	height: 0;
	background-color: #008c7e;
}

.lined-paper {
  position: relative;
  background-color: #fffefa;
  background-image: linear-gradient(90deg, transparent 29px, #ffdfdf 29px, #ffe4e4 31px, transparent 31px), linear-gradient(90deg, transparent 49px, #ffdcdc 49px, #ffe6e6 51px, transparent 51px), linear-gradient(rgba(220, 232, 245, 0.33) .1em, transparent .1em);
  background-size: 100% 1.5em;
}
.lined-paper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4em;
  background-color: #fffefa;
}


/*---------------------*/
/* Side Menu
/*---------------------*/
#nav_menu-2 h1,
#nav_menu-3 h1 {
font-size: 16px;
text-shadow:1px 1px 1px #374329;
background-color: #69bdae;
color: #fff;
padding-top: 8px;
}
#nav_menu-2 h1:before,
#nav_menu-3 h1:before {
content: "\f022";
font-family: "Yu Mincho","Font Awesome 5 Free";
font-weight: 900;
margin:0 6px 0 10px;
}
#nav_menu-2 .subSection-title:after {
  width: 100%;
}
.widget_nav_menu{
margin: 2px;
padding: 4px;
border: 2px #98d6b5 solid;
position: relative;
z-index: 100;
background: #fff;
}
.widget_nav_menu:before{
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px #9fd1b3 solid;
margin: 1px;
display: block;
z-index: -1;
background: #fff;
}


/*---------------------*/
/* SP Footer Menu
/*---------------------*/
.contactBar {
  height: 64px;
}
.contactBarFlex {
  background: rgba(0, 140, 126, 0.8);
  border-top: 1px solid #ccc;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  position: fixed;
  bottom: 0;
  height: 64px;
  z-index: 999;
}
.contactBarFlex > div {
  display: table-cell;
  vertical-align: middle;
}
.contactBarFlex .telIcon {
  font-size: 32px;
  width: 30%;
  height: 100%;
  background-color: darkcyan;
  color: #FFF;
}
.contactBarFlex .telIcon a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFF;
}
.contactBarFlex .telInfo {
  position: relative;
  font-size: 13px;
  text-align: left;
  color: #FFF;
  padding-left: 30px;
}
.contactBarFlex .telInfo:before {
  font-family: "Yu Mincho","Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "\f060";
  top: 36%;
  left: 10px;
  line-height: 1;
}


/*-------------------------------------------*/
/* Page Contents
/*-------------------------------------------*/

/*トップページ*/
.topTaisetsu {
  background-color:#fbf9f3;
  margin:0 0 30px 0;
}
.topCustomer {
  margin: 0 0 30px 0;
  border: 3px solid #e0dcdc;
  padding: 80px 20px 20px 20px;
}
.topCustomer h2 {
  z-index:1;
  position:absolute;
  top:20px;
  left:20px;
}
.topCustomer img.alignleft {
    margin-top: 0px;
}

body.home .veu_3prArea .veu_3prArea_image {
 margin-bottom:.8em;
 border: none;
}
body.home .veu_3prArea h1 {
 display: none;
}
body.home .veu_3prArea .linkurl {
  text-align: center;
}


/*事務所案内*/
.officeTaisetsu {
  background-image: url(/images/office/taisetsu_end.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  margin:0 auto 30px;
}
.officeTaisetsu p {
  border-bottom: 1px dashed cadetblue;
  padding-bottom: 5px;
}
.officeProf {
	margin: 5px;
	padding: 5px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 2px #CBCBCB;
	-webkit-box-shadow: 0 0 2px #CBCBCB;
}
.officeProf::before {
	content: "";
	width: 100%;
	height: 100%;
	box-shadow: 0 0 3px #D7D7D7;
	-webkit-box-shadow: 0 0 3px #D7D7D7;
	position: absolute;
	z-index: -1;
	-webkit-transform: rotate(-10deg);
	transform: rotate(2deg);
	background: #fff;
	margin-top: -5px;
}

.officeProf h2 {
	font-size: 18px;
	border: none;
	background: none;
	margin: 0;
}
.officeProf h2 i {
	color:#008C7E;
}

table.officeProfTable {
	width: 100%;
}
table.officeProfTable th,
table.officeProfTable td {
	padding: 10px;
	font-size:14px;
	border-bottom: 1px solid #ddd;
}
table.officeProfTable th {
	background: #f4f4f4;
	display:block;
	width:100%;
}
table.officeProfTable td  {
	display:block;
	width:100%;
}
@media (min-width: 768px) {
	table.officeProfTable th,
	table.officeProfTable td {
		display: table-cell;
		font-size:14px;
	}
	table.officeProfTable th {
		width: 20%;
		text-align: left;
	}
	table.officeProfTable td {
		width:auto;
	}
}


/*弁護士紹介*/
.forteWrap {
  border:5px solid #E1D2CE;
  padding: 15px;
  margin: 80px 0 40px 0;
  position: relative;
}
.forteWrap:before {
  content: url(/images/clip.png);
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 1;
}


/*アクセスページ*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*お客様の声*/
.customerVoice {
  margin: 0 0 30px 0;
  border: 3px solid #e0dcdc;
  padding: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.customerVoice .name {
  text-align:right;
  margin:0;
}
.customerVoice.lined-paper:before {
  height: 0;
}

/*予約*/
.step-list__line {
  border-bottom: 1px solid #DDD;
}
.step-list__line:first-child {
  border-top: 1px solid #DDD;
}
.step-list__cell {
  padding-top: 5px;
  padding-right: 20px;
  vertical-align: top;
}
.step-list__down--blue .step-list__rect {
  background-color: #3498db;
}
.step-list__down--blue .step-list__tri {
  border-top: 30px solid #3498db;
}
.step-list__down--red .step-list__rect {
  background-color: #c0392b;
}
.step-list__down--red .step-list__tri {
  border-top: 30px solid #c0392b;
}
.step-list__down--yellow .step-list__rect {
  background-color: #f39c12;
}
.step-list__down--yellow .step-list__tri {
  border-top: 30px solid #f39c12;
}
.step-list__rect {
  width: 60px;
  min-height: 100px;
  background-color: #3498db;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.step-list__tri {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #3498db;
}
.step-list__heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  background: none;
  border: none;
  padding: 15px 0 0 0;
}
.step-list__text {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/*予約 20210922*/
.step-list_img {
  margin-bottom: 2em;
  padding-top: 20px;
  border-top: 1px solid #DDD;
}
.formBg {
  margin-bottom: 60px;
}
