@charset "utf-8";

/*=======================================================*/


/*=====================SP-PC Common======================*/


/*=======================================================*/


/*reset*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
object, embed {
  vertical-align: top;
}
hr, legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}
ol, ul {
  margin: 0;
}
a:link {
  color: #1122cc;
}
a:visited {
  color: #551A8B;
}
a:hover {
  color: #3A78CB;
}
a:active {
  color: #163053;
}
.center {
  text-align: center;
}
.table_C {
  margin: 0 auto;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clear {
  clear: both;
}
.right {
  text-align: right;
}
strong {
  color: #F60;
}
.mb10 {
  margin-bottom: 10px!important;
}
.m10 {
  margin: 10px;
}
.em {
  font-weight: bold;
  font-size: 1.1em;
}

/*=======================================================*/


/*=======================PC Only=========================*/


/*=======================================================*/

@media screen and (min-width: 768px), print {
  /*LAYOUT*/
  /*******************************************************************/
  body {
    text-align: center;
    font: 81.25% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
  }
  #container, .in {
    position: relative;
    width: 960px;
    margin: 0 auto;
    text-align: left;
    font-size: 120%;
    line-height: 1.8;
  }
  .only-sp {
    display: none;
  }
  /*HEADER*/
  /*******************************************************************/
  #header {
    padding-bottom: 15px;
  }
  h1 {
    padding-top: 3px;
    font-size: 85%;
  }
  #logo {
    float: left;
    padding: 0 0 30px;
  }
  #header p {
    float: right;
    padding-top: 18px;
  }
  #header ul {
    clear: both;
  }
  #header a {
    text-decoration: none;
  }
  /*********************
  *    題名のバーの長さを変えるときはwidthを変更します* org　154
  #header li { float: left; width: 154px; margin: 0 7px 7px 0; border-bottom: #A8C3F2 solid 1px; list-style: none;}
  */
  /*    ラインヘイトを追加する 2行分表示する 2012.01.11 */
  #header li {
    float: left;
    width: 113px;
    margin: 0 7px 7px 0;
    border-bottom: #A8C3F2 solid 1px;
    list-style: none;
    line-height: 3.6;
  }
  #header li.end {
    margin: 0 0 7px;
  }
  /*    2行表示に対応するため */
  #header li.two {
    margin: 0 7px 0 0;
    width: 113px;
    line-height: 1.8;
    font-size: 11px;
  }
  #header li a {
    display: block;
    padding: 5px 0 5px 22px;
    background: #163053 url(/images/arroww.gif) 10px center no-repeat;
    font-size: 100%;
    color: #FFF;
  }
  #header li.two a {
    display: block;
    padding: 9px 0 9px 22px;
    background: #163053 url(/images/arroww.gif) 10px center no-repeat;
    font-size: 100%;
    color: #FFF;
  }
  #header li a:hover, #header li.on a {
    background: #FFF url(/images/arrow.gif) 10px center no-repeat;
    color: #163053;
  }
  /*    2行表示に対応するため */
  #header li.ontwo a:hover, #header li.ontwo a {
    background: #FFF url(/images/arrow.gif) 10px center no-repeat;
    color: #163053;
    line-height: 1.8;
  }
  #catch {
    padding-bottom: 40px;
    clear: both;
  }
  #catch ul {
    float: right;
  }
  #catch li {
    padding-bottom: 1px;
    list-style: none;
  }
  #set {
    float: left;
  }
  #bread {
    padding: 2px 24px;
    background: #F5F5F5 url(/images/mark.gif) 5px center no-repeat;
    font-size: 85%;
  }
header {
  text-align: left;
  margin-bottom: 16px;
}
header * {
  box-sizing: border-box;
  max-width: 100%;
}
header #head-h1 {
  background: #e6e6e6;
}
header #head-h1 h1 {
  width: 960px;
  font-family: 'ヒラギノUD角ゴ W3 JIS2004', 'Hiragino UD Sans W3 JIS2004';
  font-size: 13px;
  line-height: 25px;
  font-weight: normal;
  padding: 0;
  margin: 0 auto;
}
header .head-nagoyasogo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  padding-top: 12px;
  margin: 0 auto 12px;
}
header .head-info p {
  margin-bottom: 0px;
}
header .head-office {
  display: flex;
  justify-content: space-between;
  margin: 0 -8px 0px 0;
}
header .head-office-detail {
  margin-right: 4px;
}
header .head-office-detail h3 {
  width: 105px;
  background: #e6e6e6;
  text-align: center;
  font-family: 'ヒラギノUD角ゴ W3 JIS2004', 'Hiragino UD Sans W3 JIS2004';
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
}
header .head-office-detail h3 {
  position: static;
  padding: 0;
  border: none;
  color: #333;
}
header .head-office-detail h3.w170 {
  width: 165px;
}
header .head-office-detail p {
  text-align: center;
  font-family: 'ヒラギノUD角ゴ W3 JIS2004', 'Hiragino UD Sans W3 JIS2004';
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0px;
}
header h2 img {
  /*margin-bottom: 26px;*/
  vertical-align: bottom;
  margin-top: 0px;
  margin-bottom: 0px;
}
header nav {
  width: 960px;
  margin: 0 auto;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
header nav ul li {
  list-style: none;
  margin-bottom: 0;
}
header nav ul li a {
  display: block;
  width: 114px;
  border-bottom: solid 2px #163053;
  background: #163053 url(/img/common/arrow-w.gif) 10px center no-repeat;
  font-size: 15px;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
  padding: 10px 0 8px 22px;
}
header nav ul li a:link,
header nav ul li a:visited {
  color: #fff;
}
header nav ul li a.two {
  font-size: 11px;
  line-height: 18px;
}
header nav ul li a:hover {
  background: #fff url(/img/common/arrow-b.gif) 10px center no-repeat;
  color: #163053;
}
  /*FOOTER*/
  /*******************************************************************/
  #footer {
    clear: both;
    position: relative;
    padding: 20px 0;
    background: #EDEDED url(/images/footer.jpg) 0 0 repeat-x;
    font-size: 85%;
  }
  #footer p {
    padding-bottom: 10px;
  }
  #footer .pt {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  #footer .pt a {
    padding-left: 16px;
    background: url(/images/arrowv.gif) 0 center no-repeat;
    color: #000;
  }
  #footer a {
    text-decoration: none;
  }
  /*MAIN*/
  /*******************************************************************/
  h2.st {
    height: 60px;
    padding-left: 20px;
    background: url(/images/st.png) 0 0 no-repeat;
    font-size: 197%;
    line-height: 2.4;
    color: #FFF;
  }
  h3, h4 {
    margin-bottom: 10px;
  }
  h3 {
    position: relative;
    padding-bottom: 5px;
    border-bottom: #A8C3F2 solid 2px;
    color: #036;
  }
  /* h3 span { display: block; position: absolute; top: 0; right: 0;} */
  h3.st {
    margin: 15px 0;
    border-left: #163053 solid 5px;
    padding: 0 0 2px 10px;
    border-bottom: #163053 dotted 1px;
    font-weight: bold;
    color: #163053;
  }
  h4.st {
    clear: both;
    margin: 10px 0;
    padding: 0 0 2px 10px;
    border-left: #163053 solid 5px;
    border-bottom: #163053 dotted 1px;
    font-weight: bold;
    color: #163053;
  }
  h5 {
    margin-bottom: 10px;
  }
  h5.underLine {
    border-bottom: #9cd2ce dashed 1px;
    font-weight: bold;
  }
  h6 {
    font-weight: bold;
  }
  #main p {
    margin-bottom: 2em;
  }
  #main li {
    font-size: 15px;
  }
  #map p {
    font-size: 12px;
  }
  .w3 ul {
    margin: 0 0 20px 30px;
  }
  .w3 ol {
    margin: 0 0 20px 30px;
  }
  .w3 .staff_lawyer li {
    margin-bottom: 10px;
  }
  .paragraph {
    width: 100%;
    margin-bottom: 40px;
    border-top: #CCC solid 1px;
    border-left: #CCC solid 1px;
  }
  .paragraph th, .paragraph td {
    padding: 10px 20px;
    border-right: #CCC solid 1px;
    vertical-align: middle;
  }
  .paragraph th {
    text-align: left;
    background: #A8C3F2;
    border-bottom: #CCC solid 1px;
    color: #000;
    font-weight: bold;
  }
  .paragraph td {
    border-bottom: #CCC solid 1px;
  }
  form .long {
    width: 500px;
  }
  /***********************/
  .w1 {
    width: 300px;
  }
  .w2 {
    width: 630px;
  }
  .w3 {
    width: 780px;
  }
  .w4 {
    width: 150px;
  }
  .w4 li {
    padding-bottom: 10px;
    list-style: none;
  }
  .news {
    margin-bottom: 20px;
    padding: 10px;
  }
  .pr img {
    padding-right: 4px;
  }
  /*** w2 iframe  width: 300px; height: 60px; margin-bottom: 30px;→ 固定にしない ******************************/
  /* .w2 iframe { margin-bottom: 30px;} */
  dt {
    font-size: 85%;
    color: #999;
  }
  dd {
    line-height: 1.4;
  }
  .topics dd {
    margin-bottom: 15px;
    background: url(/images/line.gif) 0 bottom repeat-x;
  }
  .twitter {
    padding-bottom: 30px;
  }
  .btn {
    padding: 10px 30px 0;
  }
  .inner {
    margin-left: 30px;
  }
  .youtube {
    padding-top: 10px;
  }
  .box {
    margin-bottom: 30px;
    padding: 10px;
    border: #333 solid 1px;
    color: #000;
  }
  .box ul {
    margin-bottom: 0;
  }
  .aisatsu {
    padding: 0 0 10px 30px;
  }
  .map {
    padding-bottom: 30px;
  }
  /*HACK*/
  /*******************************************************************/
  /*clear*/
  #main, .cf {
    display: inline-block;
  }
  #main:after, .cf:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
  }
  /*Hides from IE-mac\*/
  * html #main, * html .cf {
    height: 1%;
  }
  #main, .cf {
    display: block;
  }
  /*End hide from IE-mac*/
  #bloglist dt dl dd {
    float: left;
  }
  /*右枠内：本文テキスト*/
  .ttl {
    position: absolute;
    top: 50%;
    margin-top: -2em;
  }
  /*******************************************************************/
  /* 山足：20121129 */
  .topics dd {
    margin-bottom: 15px;
    padding-bottom: 10px;
    background: url(/images/line.gif) 0 bottom repeat-x;
  }
  .topics_bb {
    font-weight: bold;
    color: #000;
  }
  #reason {
    margin: 10px 0 40px 0;
  }
  #reason li {
    margin-bottom: 15px;
  }
  .h3ttl {
    font-size: 110%;
    font-weight: bold;
    color: #163053;
    position: relative;
    padding-bottom: 0px;
  }
  #main .box2 {
    clear: both;
    margin-bottom: 15px;
  }
  #main .box2 h2 {
    margin-bottom: 10px;
  }
  #main .box2 ul {
    height: 450px;
    list-style: none outside none;
    width: auto;
  }
  #main .box2 li {
    float: left;
    height: 130px;
    margin: 10px 20px 10px 0;
    width: 350px;
  }
  .blog-rss {
    border: 0px;
    margin: 0px;
    overflow: hidden;
    width: 300px;
    height: 110px;
  }
  /* 「弁護士法人名古屋総合法律事務所は、中小中堅企業法務 (使用者側の労働事件を含む)・相続 (相続税を含む) ・離婚・交通事故・債務整理・不動産の6分野に特化した専門性の高い法律事務所です。」の部分 */
  #lead2 {
    text-align: center;
    padding: 3px;
    border: 1px solid #152d4f;
  }
  .red {
    color: red;
    font-weight: bold;
  }
  /* 地図の部分 */
  #map {
    width: 150px;
    margin: 10px 0;
    line-height: 1.4;
  }
  /* フッター下の小さくしている部分部分 */
  #small {
    margin: 0px;
    font-size: 6pt;
    line-height: 1.2em;
    text-align: left;
  }
  /* 強調用 */
  .emphasize {
    color: #F60;
    font-weight: bold;
  }
  /* 本文強調2 */
  .emphasize2 {
    font-size: 130%;
    color: #163053;
    font-weight: bold;
  }

  /* 表のデフォルト */

  #main table {
    width: auto;
    border-spacing: 0;
    font-size: 100%;
  }
  #main table th {
    color: #fff;
    padding: 8px 15px;
    background: #258;
    background: -moz-linear-gradient(rgba(34, 85, 136, 0.7), rgba(34, 85, 136, 0.9) 50%);
    background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)), to(rgba(34, 85, 136, 0.9)));
    font-weight: bold;
    border-left: 1px solid #258;
    border-top: 1px solid #258;
    border-bottom: 1px solid #258;
    line-height: 120%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  }
  #main table th:first-child {
    border-radius: 5px 0 0 0;
  }
  #main table th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #258;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  }
  #main table tr td {
    padding: 8px 15px;
    border: 1px solid #84b2e0;
    text-align: center;
  }
  #main table tr td:last-child {
    border-right: 1px solid #84b2e0;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  }
  #main table tr {
    background: #fff;
  }
  #main table tr:nth-child(2n+1) {
    background: #f1f6fc;
  }
  #main table tr:last-child td {
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  }
  #main table tr:hover {
    background: #bbd4ee;
  }
  #topic-path {
    padding: 10px 0 10px 15px;
    background: #F5F5F5;
    font-size: 12px;
    margin-left: 0!important;
	  margin-top:1em;
  }
  #topic-path li {
    float: left;
    letter-spacing: normal;
    list-style-type: none;
  }
  #topic-path:after {
    content: '';
    display: block;
    clear: both;
  }
  #topic-path li+li:before {
    margin: 0 3px;
    content: ">";
  }
  #clearfix {
    clear: both;
  }
  .menu li a, .menu li h5 {
    display: block;
    margin-bottom: 0!important;
    padding: 6px 6px 6px 20px;
    background: #F7F5F8 url(//nagoyasogo.jp/images/off.gif) 10px center no-repeat;
    border-top: #FFF solid 1px;
    border-bottom: #D8D8D8 solid 1px;
    color: #000;
    text-decoration: none;
  }
  .pc-on {
    display: block;
  }
  .sp-on {
    display: none;
  }
  .img-right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img-right img {
    width: 350px;
  }
  .pc-fr {
    float: right!important;
  }
  .pc-fl {
    float: left!important;
  }
  .pc-tc {
    text-align: center!important;
  }
  .pc-tr {
    text-align: right!important;
  }
  .pc-tl {
    text-align: left!important;
  }
  .pc-ce {
    display: block;
    margin: 0 auto!important;
  }
  .pc-w330 {
    width: 330px!important;
  }
  .pc-w265 {
    width: 265px!important;
  }
  .pc-w385 {
    width: 385px!important;
  }
  .pc-w400 {
    width: 400px!important;
  }
  .pc-w450 {
    width: 450px!important;
  }
  .pc-w480 {
    width: 480px!important;
  }
  .pc-w500 {
    width: 500px!important;
  }
  .pc-w530 {
    width: 530px!important;
  }
  .pc-w560 {
    width: 560px!important;
  }
  .pc-w630 {
    width: 630px!important;
  }
  .pc-fs70 {
    font-size: 70%!important;
  }
  .pc-fs80 {
    font-size: 80%!important;
  }
  .pc-fs90 {
    font-size: 90%!important;
  }
  .pc-fs100 {
    font-size: 100%!important;
  }
  .pc-fs110 {
    font-size: 110%!important;
  }
  .pc-fs120 {
    font-size: 120%!important;
  }
  .pc-fs130 {
    font-size: 130%!important;
  }
  .pc-fs140 {
    font-size: 140%!important;
  }
  .pc-fs150 {
    font-size: 150%!important;
  }
  .pc-fs160 {
    font-size: 160%!important;
  }
  .pc-fs170 {
    font-size: 170%!important;
  }
  .pc-fs180 {
    font-size: 180%!important;
  }
  .pc-fs190 {
    font-size: 190%!important;
  }
  .pc-fs200 {
    font-size: 200%!important;
  }
  .pc-m0 {
    margin: 0px!important;
  }
  .pc-m10 {
    margin: 10px!important;
  }
  .pc-m20 {
    margin: 20px!important;
  }
  .pc-m30 {
    margin: 30px!important;
  }
  .pc-ml0 {
    margin-left: 0px!important;
  }
  .pc-ml10 {
    margin-left: 10px!important;
  }
  .pc-ml20 {
    margin-left: 20px!important;
  }
  .pc-ml30 {
    margin-left: 30px!important;
  }
  .pc-mr0 {
    margin-right: 0px!important;
  }
  .pc-mr10 {
    margin-right: 10px!important;
  }
  .pc-mr20 {
    margin-right: 20px!important;
  }
  .pc-mr30 {
    margin-right: 30px!important;
  }
  .pc-mb0 {
    margin-bottom: 0px!important;
  }
  .pc-mb10 {
    margin-bottom: 10px!important;
  }
  .pc-mb20 {
    margin-bottom: 20px!important;
  }
  .pc-mb30 {
    margin-bottom: 30px!important;
  }
  .pc-mt0 {
    margin-top: 0px!important;
  }
  .pc-mt10 {
    margin-top: 10px!important;
  }
  .pc-mt20 {
    margin-top: 20px!important;
  }
  .pc-mt30 {
    margin-top: 30px!important;
  }
  .pc-mt100 {
    margin-top: 100px!important;
  }
  .pc-p0 {
    padding: 0px!important;
  }
  .pc-p10 {
    padding: 10px!important;
  }
  .pc-p20 {
    padding: 20px!important;
  }
  .pc-p30 {
    padding: 30px!important;
  }
  .pc-pl10 {
    padding-left: 10px!important;
  }
  .pc-pl20 {
    padding-left: 20px!important;
  }
  .pc-pl30 {
    padding-left: 30px!important;
  }
  .pc-pr10 {
    padding-right: 10px!important;
  }
  .pc-pr20 {
    padding-right: 20px!important;
  }
  .pc-pr30 {
    padding-right: 30px!important;
  }
  .pc-pb10 {
    padding-bottom: 10px!important;
  }
  .pc-pb20 {
    padding-bottom: 20px!important;
  }
  .pc-pb30 {
    padding-bottom: 30px!important;
  }
  .pc-pt10 {
    padding-top: 10px!important;
  }
  .pc-pt20 {
    padding-top: 20px!important;
  }
  .pc-pt30 {
    padding-top: 30px!important;
  }
  .rikon {
    position: absolute;
    top: 25%;
    left: 57%;
  }
}
table+.notice {
  padding-top: 16px;
}
.notice p {
  font-size: 12.5px!important;
}
.notice table th, .notice table td {
  font-size: 12.5px!important;
}
.notice table {
  margin-left: 20px;
}
section.blogList {
  margin-bottom: 40px;
}
section.blogList a {
  text-decoration: none;
}
section.blogList img.blogIcon {
  margin-top: 10px;
  margin-right: 50px;
  float: left;
}
section.blogList .blog-rss {
  width: 300px;
  height: 110px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  /* ### アイコンメニューの表示位置 ### */
}
/*=======================================================*/
.SH3 {
  clear: both;
  position: relative;
  padding-bottom: 5px;
  border-bottom: #A8C3F2 solid 2px;
  color: #036;
  font-size: 25px;
  font-weight: bold;
}
.SH4 {
  clear: both;
  margin: 15px 0;
  border-left: #163053 solid 5px;
  padding: 0 0 2px 10px;
  border-bottom: #163053 dotted 1px;
  font-weight: bold;
  color: #163053;
  font-size: 20px;
}
.SH5 {
  clear: both;
  margin: 15px 0;
  padding: 0 0 2px 10px;
  border-bottom: #369f63 dashed 1px;
  font-weight: bold;
  color: #333;
  font-size: 18px;
}
.movie {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box_main {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #5d627b;
  background: white;
  border-top: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box_main p {
  margin: 0;
  padding: 0;
}
#main .area p {
  margin-bottom: 0;
  font-size: 11px;
}
/*岡崎事務所ページLP化　2018/04/24*/
.mb60 {
  margin-bottom: 60px;
}
.intro_left {
  width: 200px;
  float: left;
  margin-right: 20px;
  font-size: 17px;
}
.intro_left span {
  font-size: 27px;
  font-weight: bold;
}
.intro_left p {
  margin-top: 10px;
  margin-bottom: 15px!important;
}
.intro_right p {
  border: #d3d3d3 2px solid;
  font-size: 17px;
  border-radius: 10px;
  padding: 25px;
  margin-left: 220px;
  margin-right: 20px;
}
.okazaki_table {
  margin-bottom: 10px;
  border: 1px solid #000!important;
  background-color: transparent!important;
}
.okazaki_table th {
  background-color: #7695C6!important;
  color: #fff;
  padding: 10px;
  width: 100px;
}
.okazaki_table .th2 {
  background-color: #E8F0F9;
  padding: 10px;
  width: 75px;
}
.okazaki_table td {
  background-color: #fff;
  padding: 10px;
  width: 272px;
}
.okazaki_intro {
  margin-bottom: 60px;
}
.hukidashi {
  margin: 30px 20px -50px 20px;
  ;
  float: left;
}
.hukidashi p {
  font-size: 22px;
  position: relative;
  top: -252px;
  left: 25px;
  margin-bottom: 0px!important;
  width: 223px;
  line-height: 28px;
}
.huki {
  margin-left: 75px;
}
.fr{
    float:right!important;
}
.Pc-None {
    display: none !important;
  }
.two-contents {
  flex-basis: 50%;
  max-width: 50%;
}
/*20180628岡崎追加style*/
.okazakiaisatsu{
 letter-spacing: 1px;
 font-size:23px;
 font-family: 'Shin Go Regular JIS2004';
}
/*
  ポータル内交通自己紹介ページPC
*/
div#potal_accident p {
  margin: 0 0;
}
div#potal_accident div.mainB {
  width: 100%;
  border-style: solid;
  border-color: #f05922;
  border-width: 2px;
  margin: 25px 0;
}
div#potal_accident div.mainB p {
  font-size: 3vh;
  text-align: center;
  margin: 5px 0;
}
div#potal_accident div.centering {
  margin: 25px 0;
}
div#potal_accident div.centering p {
  font-size: 2.7vh;
  text-align: center;
  margin: 5px 0;
}
div#potal_accident div.chach {
  border-bottom: dashed 2px #1c3353;
}
div#potal_accident div.chach div.daihyou {
  float: left;
}
div#potal_accident div.chach div.daihyou figure {
  text-align: center;
}
div#potal_accident div.chach p {
  font-size: 120%;
  margin-bottom: 30px;
}
div#potal_accident div.reasons {
  margin: 20px 0;
}
div#potal_accident div.reasons div.num {
  width: 30%;
  background-color: #1c3353;
  margin: 10px 0;
}
div#potal_accident div.reasons div.num p {
  font-size: 2vh;
  color: #fff;
  margin: 5px;
}
div#potal_accident div.reasons div.bluebox {
  margin: 25px 0;
  background-color: #c8e4ff;
}
div#potal_accident div.reasons div.bluebox p {
  font-size: 2.7vh;
  text-align: center;
  margin: 5px 0;
}
div#potal_accident div.reasons div.detail p {
  font-size: 120%;
  margin-bottom: 30px;
}
strong.BLU {
  font-weight: bold;
  font-size: 20px;
  color: #2980b9;
}
/* 20191218 金山事務所 */
.gyomu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 1em auto;
  align-content: center;
  align-items: baseline;
}
.gyomu-item {
  text-align: center;
  flex-grow: 1;
  width: 150px;
  margin:0;
}
.gyomu-item p {
  position: relative;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-left: 1.5em;
  display: inline-block;
}
.gyomu-item p::before {
  position: absolute;
  left: 0;
  content: "";
  width: 1.5em;
  height:1.5em;
  background: url("/image/kanayama/work_topic.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.gyomu a {
  color: #4D4D4D;
  text-decoration: none;
  text-align: center;
}
.gyomu-item img:hover {
  opacity: 0.6;
}
.kanayama_table {
  line-height: 1.35em;
}
.kanayama_table th,tr,td { 
  background-color: #DFE8ED;
  border-color: #DFE8ED;
  border-style: none;
  box-shadow: none;
}
.side-button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
}
.side-button p {
  margin: 0;
}
.side-button p img {
  vertical-align: bottom;
}
@media screen and (max-width: 1023px) {
  .wrap,
  .wrap-large {
    max-width: 98%;
  }
  .side-button {
    display: none;
  }
  header nav ul.header-nav li a {
    padding: .8em .8em;
  }
}

/*----------------------------------------
    プリンター対応
-----------------------------------------*/
@media print {
  .side-button {
    display: none;
  }
  .ui-content {
    overflow: hidden;
  }
}