@charset "UTF-8";
/* --------
  base
  -------- */
html {
  font-size: 62.5%;
}
header, footer, nav, section, article, div, ul, li, table, dl {
  box-sizing: border-box;
}
body {
  background-color: #FFFFFF;
  font-family: 'Kosugi', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  color: #333333;
  font-size: 1.5rem; /* basic size 15px */
  line-height: 1.5;
  text-align: center;
  position: absolute;
  max-width: 960px;
  left: 0;
  right: 0;
  border-top: 5px solid #0c84c5;
  margin: auto;
}
b {
  font-weight: bold;
  font-size: large;
}
#service b, #contact b , #price b {
  font-weight: bold;
  font-size: medium;
}
.wrapper {
  background-color: #FCFCFC;
  max-width: 960px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
img {
  max-width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.container {
  max-width: 960px;
  padding-left: 24px;
  padding-right: 24px;
}
section, aside {
  padding-bottom: 10vh;
  padding-left: 24px;
  padding-right: 24px;
}

h2 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
  padding: 5px 20px;
  background: linear-gradient(#0c84c5, #29abe2);
  box-shadow: 1px 2px 5px #ccc;
  color: #FFF;
  border-radius: 4px;
}
h2::first-letter {
  border-left: 3px solid rgba(255, 255, 255, 0.5);
  padding-left: 20px;
}
a:hover img {
  filter: brightness(1.1);
  transition: filter 0.4s cubic-bezier(0, 2.5, 0.2, 2.5);
}
a {
  color: #0b77c9;
  text-decoration: none;
  transit: 0.5s;
  font-size: 1.6rem;
}
a:hover {
  color: #676767;
}
p {
  text-align: left;
  line-height: 1.5;
  font-size: 1.6rem;
  padding: 10px;
  margin-bottom: 10px;
}
h3 {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 10px;
  border-left: 4px solid #0c84c5;
  border-bottom: 1px solid #000;
  margin-top: 10px;
  /*	background: #29abe2;
*/ /*  background: linear-gradient(#fff, #eee);
*/ /*box-shadow: 1px 2px 5px #ccc;*/
  color: #0C0C0C;
  /*  border-radius: 4px;*/
}
h3 span {
  /*	display: inline-block;
*/
  /*background: linear-gradient(transparent 60%, rgba(41,171,226,0.2) 60%);*/
}
h4 {
  display: inline-block;
  /*	 text-align: left;
*/ font-weight: bold;
  font-size: 18px;
  padding: 5px 0px;
  color: #0C0C0C;
  background: linear-gradient(transparent 60%, rgba(41, 171, 226, 0.2) 60%);
}
.sectionContainer {
  text-align: left;
}
h4 span {
  /*	border-bottom: 1px solid #000;
*/
}

/*p{
	text-indent: 1em;
}*/
/* --------
  base
  -------- */
.topbanner {
  width: 85%;
}
.flexbox {
  text-align: left;
  padding-top: 10px;
}
/*drawer-nav*/
.drawer--right .drawer-hamburger {
  right: 24px;
  top: 12px;
  display: block;
  position: absolute;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #333333;
}
.drawer-nav {
  background-color: #FFFFFF;
  opacity: 0.8;
}
.drawer-menu {
  padding-top: 10px;
}
.drawer-menu a {
  color: #333;
}
.drawer-menu a:hover {
  text-decoration: none;
}
.topsection {
  padding-top: 0;
}
/*弁護士紹介*/

#topPage .lawyerintroduction h3 {
  font-size: 18px;
  /*padding: 5px 20px;*/
  /*display: inline-block;*/
  background: initial;
  box-shadow: initial;
  color: #0C0C0C;
  font-weight: bold;
  text-align: left;
	margin-top: 0;

}
.lawyerintroduction img {
 margin: 15px 10px 0px 10px;
	padding-bottom: 0;
  width: 25%;
	float: left;
}


#topPage .photoSideText p {
}
.lawyerintroduction::after {
  content: "";
  display: block;
  clear: both;
}

#topPage h2{
	margin-bottom: 0;
}
/*お知らせ*/
#information {
  text-align: left;
	overflow: auto;
}
#information dt {
  /*float: left;*/
}

#information dt::after {
  content: "："
}

#information dd{
}
#information dl{
	display: flex;
}


#information dd a {
  font-size: 15px;
}
/*コピーライト*/
small {
  font-size: 12px;
}
.copyright {
  text-align: center;
	color: #F2F2F2;
}
/*table*/
table {
  border-collapse: collapse;
  widows: 100%;
  border: 1px #ccc solid;
}
td {
  padding: 10px;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
  text-align: left;
  vertical-align: top;
}
td:nth-child(1) {
  width: 120px;
}
/*mobile*/
/*header nav*/
/*h1 {
  left: 24px;
  font-size: 10px;
}*/
.gnavDesktop {
  display: none;
}
/*drawer-nav*/
.drawer--right .drawer-hamburger {
  right: 24px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #333333;
}
.drawer-nav {
  background-color: #FFFFFF;
  opacity: 0.8;
}
.drawer-menu {
  padding-top: 10px;
}
.drawer-menu a {
  color: #333;
}
.drawer-menu a:hover {
  text-decoration: none;
}
.topsection {
  padding-top: 0;
}
/*main*/
/*サイドメニュー*/
main aside {
  float: none;
  width: auto;
}
.sidemenu {
  margin-bottom: 20px;
}
.sidemenu h2 {
  font-size: 1.5rem;
  padding: 5px 0px;
  background: #F0FAFC;
  border-bottom: 1px solid #d2d2d2;
  border-top: 5px solid #29abe2;
  font-weight: lighter;
  color: #000;
}
.sidemenu h2::first-letter {
  border-left: 3px solid rgba(255, 255, 255, 0.5);
  padding-left: 10px;
}
.sidemenu li a {
  font-size: 13px;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #29abe2;
}
aside img, aside iframe {
  width: 100%;
}
/*footer*/
footer {
  padding: 20px 0px;
  background-color: #0c84c5;
}
.footer-nav h2 {
  color: #fff;
}
.footer-nav {
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.footer-nav a {
  display: block;
  width: 100%;
  font-size: 1.2rem;
}
.footer-nav a:hover {
  opacity: 0.7;
}
.copyright {
  padding: 20px 0px;
}
#topPage .sidemenu .menu1 a, #service .sidemenu .menu2 a, #price .sidemenu .menu3 a, #access .sidemenu .menu4 a, #contact .sidemenu .menu5 a {
  color: #676767;
}
#topPage .gnavDesktop .menu1 a, #service .gnavDesktop .menu2 a, #price .gnavDesktop .menu3 a, #access .gnavDesktop .menu4 a, #contact .gnavDesktop .menu5 a {
  opacity: 0.7;
}
/*#access .photobox {
	display: flex;
}

#access .photobox img{
	padding-right: 10px; 
	padding-bottom: 0px;
}*/

#access .sectionAccess img{
  width: 45%;
  height: 45%;
	/*padding-bottom: 0px;*/
}
#access .sectionAccess .svg {
  width: 100%;
}

/*#access .verticalphot img{

  height: 100%;
}*/
#topPage .newsh2 {
	margin-bottom: 20px;
}


/*desktop*/
@media (min-width:600px) {
  .wrapper {
    height: auto;
    background-color: #FCFCFC;
    max-width: 1600px;
  }
  .flexbox {
    display: flex;
    align-items: flex-end;
  }
  h1 {
    text-align: left;
  }
  .topbanner {
    flex-grow: 1;
    width: 410px;
    padding-right: 5px;
  }
  .right {
    text-align: right;
    flex-grow: 1;
    padding-left: 5px;
  }
  .drawer {
    display: none;
  }
  .gnavDesktop {
    display: block;
    width: 100%;
    align-items: center;
  }
  .gnavDesktop ul {
    display: flex;
    justify-content: space-around;
    background-color: #29abe2;
  }
  .gnavDesktop li {
    width: 30%;
  }
  .gnavDesktop li:first-child a {
    border-left: 1px solid #29abe2;
  }
  .gnavDesktop a {
    display: block;
    padding: 15px 0;
    font-size: 1.5rem;
    border-left: 1px solid #fff;
    color: #fff;
  }
  .gnavDesktop a:hover {
    opacity: 0.7;
  }
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .main {
    float: right;
    width: 72%;
    padding: 30px 0 50px;
  }
  /*サイドメニュー*/
  aside {
    float: left;
    width: 24%;
    padding: 30px 0 50px;
    padding-left: 24px;
  }
  .sidemenu {
    margin-bottom: 20px;
  }
  .sidemenu h2 {
    font-size: 1.5rem;
    padding: 5px 0px;
    background: #F0FAFC;
    border-bottom: 1px solid #d2d2d2;
    border-top: 5px solid #29abe2;
    font-weight: lighter;
    color: #000;
  }
  .sidemenu h2::first-letter {
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    padding-left: 10px;
  }
  .sidemenu ul {
    text-align: left;
  }
  .sidemenu li a {
    font-size: 13px;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #29abe2;
  }
  /*footer*/
  footer {
    clear: both;
    background-color: #0c84c5;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}