@charset "UTF-8";
/*------------------------------------------------------------
  wordpress native CSS
------------------------------------------------------------*/

strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
img[class*="wp-image-"], img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.caution{
  text-align: center;
  margin: 2rem auto;
}

/*----------------------------------------
  commmon
------------------------------------------ */

p {
  display: block;
  margin: 1em 0;
}
h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
  line-height:160%;
}
h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p ,div{
  line-height: 160%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}
.impact{
   font-family: 'Hiragino Kaku Gothic Std','ヒラギノ角ゴ Std W8','Hiragino Kaku Gothic StdN','ヒラギノ角ゴ StdN W8';
}
.mincyo {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}
a {
  color: #0a0a0a;
}
a:hover {
  opacity: 0.6;
}
.contentWrapper {
  width: 1000px;
  margin: 0 auto;
}
*, *::before, *::after {
  box-sizing: border-box;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 20px;
}
p,div {
  font-size: 15px;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.flex  img{
  width: 100%;
  height: auto;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.basicLink {
  width: 100%;
  margin: 1rem auto;
  display: block;
  background: #1b1b1b;
  border-bottom: 3px solid #0c3140;
  padding: 10px 0;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

/*----------------------------------------
  wpContent custom css
------------------------------------------ */

.innerWrapper {
  width: 956px;
  margin: 0px auto;
}
.underlayerWrapper {
  width: 100%;
  margin: 0 0 2rem 0;
}
.underlayerWrapper.double {
  width: 740px;
  margin: 0 0 2rem 0;
}

.underlayerWrapper .contentWrapper{
  width: 100%;
}
.pageHeader {
  position: relative;
}
.pageHeader h2 ,.pageHeader p{
font-size: 25px;
    padding: 10px;
    color: #FFF;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 5.3vw;
    font-weight: bold;
    text-shadow: 0 0 18px rgba(0,0,0,0.6), 0 0 3px rgba(0,0,0,0.6);
}
.pageHeader h2 a {
  color: #FFF;
}
/*------------------------------------------------------------
  wordpress under page custum css
------------------------------------------------------------*/

/** frame **/

.under {
  padding-top: 10px;
  flex-direction: row-reverse;
}
.wpContent {
  padding: 0 2rem 2rem 2rem;
}
/** header **/
.wpContent h2{
  font-weight: bold;
}
.wpContent h3, #other h3 {
	text-align: center;
  font-weight: bold;
  position: relative;
  padding: 10px 0;
  font-size: 20px;
  margin: 2rem 0;
}
.wpContent h3:nth-of-type(1){
  margin-top: 0;
}
.wpContent h3.bg {
  padding: 10px;
  margin: 2rem 0;
  }
.wpContent h4 {
  font-size: 18px;
  padding: 10px 15px;
	border-left: 10px solid #8c0000;
	border-top: 1px solid #8c0000;
  margin: 2rem 0;
  font-weight: bold;
}
.wpContent h5 {
  font-size: 15px;
  margin: 10px 0;
  font-weight: bold;
  color: #333;
	border-bottom: 1px solid  #aaa;
}
.wpContent h5.bg {
    border: 2px solid #1b1b1b;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 1rem 0;
}
.wpContent h6 {
    font-weight: bold;
    font-size: 15px;
    margin: 1rem 0;
    position: relative;
    color: #304b66;
}
.wpContent .point{
    position: relative;
    padding-left: 24px;
}
.wpContent .point::before {
    content: '\f0a6';
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
}
/** text **/

.wpContent p {
  line-height: 180%;
  margin: 0.5rem 0;
}
.wpContent blockquote {
  background: #ececec;
  padding: 10px 10px 10px 20px;
  position: relative;
  margin: 30px;
}
.wpContent blockquote::before, .wpContent blockquote::after {
  content: '\f10e';
  font-size: 24px;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 80%;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #b3b3b3;
  font-weight: bold;
}
.wpContent blockquote::before {
  top: -11px;
}
.wpContent blockquote::after {
  transform: rotateX(180deg);
  transform: rotate(180deg);
  bottom: -10px;
  right: 10px;
}
.wpContent .coloring1 {
  color: #ce2424;
}
.wpContent .coloring2 {
  color: #1b1b1b;
}
.wpContent .coloring3 {
  color: #3b3c3c;
}
/** block **/

.block {
  background: #ececec;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  margin: 1rem 0;
  border-radius: 4px;
}
.blockBorder {
  border: 4px solid #ececec;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  margin: 1rem 0;
  border-radius: 4px;
}
.blockLineBorder {
  border: 5px solid #ececec;
  padding: 5px;
  margin: 1rem 0;
  border-radius: 4px;
}
.blockLineBorder div{
    border: 1px solid #ececec;
    padding: 20px;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 4px;
}
.cautionBlock {
  border: 2px solid #000;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  margin: 1rem 0;
  border-radius: 7px;
  font-weight: bold;
}
.cautionBlock i{
  margin-right: 10px;
}
.lineYellow {
  background: linear-gradient(transparent 50%, #fdff6f 50%);
  padding: 3px 0;
}
.redDouble {
  border-bottom: double 6px #d2564a;
}
.wpContent .caution {
  text-align: center;
}
/** link **/

.wpContent a.underBold {
  text-decoration: underline;
  font-weight: bold;
}
.wpContent a.linkButton {
    background: #1b1b1b;
    display: inline-block;
    color: #FFF;
    padding: 10px 3rem;
    border-radius: 4px;
    font-weight: bold;
    border-bottom: 3px solid #0c3d4c;
}
/** list **/

.wpContent ul {
  margin: 10px 0;
}
.wpContent li {
  padding: 5px 0;
  padding-left: 20px;
  font-size: 15px;
}
.wpContent ul.type2 {
  padding: 0 15px 0 0;
}
.wpContent ul.type2 li {
  list-style-type: none;
  padding: 5px 5px 5px 24px;
  position: relative;
}
.wpContent ul.type2 li::before{
    content: '\f101';
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 3px;
    font-family: "Font Awesome 5 Free";
    color: #1b1b1b;
    font-weight: bold;
}
.wpContent dl.type1 dt {
  font-weight: bold;
}
.wpContent dl.type2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.wpContent dl.type2 dt, .wpContent dl.type2 dd {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.wpContent dl.type2 dt {
  float: left;
  background-color: #f4f2f0;
  width: 130px;
  clear: left;
  width: 30%;
}
.wpContent dl.type2 dd {
  float: left;
  width: 70%;
  margin: 0;
}
.parentPageUl{
    padding: 0;
}
.parentPageUl li{
    color: #333;
    background: #f9f5f5;
    margin: 10px 0;
    line-height: 1.5;
    padding: 1rem 0 1rem 39px!important;
    border-radius: 5px;
    list-style-type: none!important;
    font-weight: bold;
    text-indent: 0;
    position: relative;
}
.parentPageUl li::before{
    content: '\f35a';
    font-size: 15px;
    position: absolute;
    top: 15px;
    left: 16px;
    font-family: "Font Awesome 5 Free";
    color: #8c0000;
}
.parentPageUl li a{
  display: block;
}

/** table**/

.wpContent table.type1 {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.wpContent table.type1 th, .wpContent table.type1 td {
  border: 1px solid #c0c0c0;
  padding: 5px;
}
.wpContent table.type1 th {
  background: #f1f1f1;
}

/** under **/
.wpContent .ex{
    background:#f9f5f5;
    padding: 1rem;
    border-radius: 3px;
    border: 1px solid #eadfdf;
}
.wpContent .ex li{
    background: #FFF;
    border-radius: 3px;
    padding: 10px 10px 10px 40px;
    font-size: 85%;
    margin: 10px 0;
    position: relative;
    font-weight: bold;
    color: #656464;
    line-height: 140%;
}
.wpContent .ex li::before{
    content: '\f46c';
    font-size: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Font Awesome 5 Free";
    color:#8c0000;
    font-weight: bold;
}

.wpContent .childNav{
    background: #f9f5f5;
    padding: 1rem;
    margin: 3rem 0;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.wpContent .childNav h3{
    background: #FFF;
    color: #8c0000;
    font-size: 100%;
    position: relative;
    padding: 5px 10px 5px 35px;
    border: none;
    border-radius: 3px;
    border: none;
    margin: 0 0 1rem 0;
}
.wpContent .childNav h3::after{
  display: none;
}
.wpContent .childNav h3::before{
    content: '\f0a6';
    font-size: 20px;
    position: absolute;
    top: 4px;
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
}
.wpContent .childNav ul{
    margin: 0;
}
.wpContent .childNav li{
    padding: 5px 0;
}
.wpContent .childNav li a{
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    padding: 5px 10px 5px 32px;
    border-radius: 3px;
    border: 1px solid #8c0000;
    font-weight: bold;
    color: #8c0000;
}
.wpContent .childNav li a::before{
    content: '\f2f5';
    font-size: 13px;
    position: absolute;
    top: 5px;
    left: 13px;
    font-family: "Font Awesome 5 Free";
}
.wpContent .childNavTile h3{
    text-align: center;
    border-bottom: 3px solid #000;
}
.wpContent .childNavTile h3::after{
  display: none;
}
.wpContent .childNavTile ul{
    display: flex;
    justify-content: center;
}
.wpContent .childNavTile li{
    flex: 1;
    padding: 10px;
}
.wpContent .childNavTile li a{
    background: #000;
    color: #FFF;
    width: 100%;
    text-align: center;
    padding: 1rem;
}
.wpContent .matome{
    background: #f4f2f0;
    padding: 1.5rem;
    border-radius: 3px;
    margin: 2rem 0;
}
.wpContent .matome h4{
    margin: 0 0 20px 0;
    background: #FFF;
    padding: 3px 0;
    border-radius: 3px;
    text-align: center;
    color: #1b1b1b;
    border: 2px solid #1b1b1b;
}
.wpContent .career{
    font-size: 90%;
    text-align: left;
    width: 100%;
}
.wpContent .career th,.wpContent .career td{
    border-bottom: 1px dotted #1b1b1b;
    padding: 5px 0;
}
.wpContent .career th{
  width: 20%;
}
.wpContent .career td{
  
}
.wpContent .tel{
    font-size: 140%;
    margin: 1rem 0;
    color: #1b1b1b;
}
.wpContent .tel i{
    transform: rotate(-0.1turn);
    margin-right: 6px;
}
.wpContent .businessHours{
  font-size: 80%;
}

/*------------------------------------------------------------
  pager
------------------------------------------------------------*/

.pagination {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.pagination span, .pagination a {
  border: 1px solid #1e1e1e;
  padding: 7px 10px;
  margin: 3px;
  color: #1e1e1e;
  display: inline-block;
}
.pagination .current {
  color: #FFF;
  background: #1e1e1e;
  border: 3px solid #1e1e1e;
  padding: 5px 12px;
  font-weight: bold;
}
/*----------------------------------------
  breadcrumb list
------------------------------------------ */

.breadcrumbs {
  padding: 10px 0;
}
.breadcrumbs span {
  display: inline-block;
  font-size: 12px;
}
/*----------------------------------------
  side bar
------------------------------------------ */

#sidebar {
  background: #f6f9fa;
  padding: 15px 12px 15px 12px;
  margin: 0px 10px 2rem 0;
  box-sizing: border-box;
  width: 250px;
}
#sidebar a img {
  width: 100%;
}
#sidebar .sidebarWrapper {
  background: #FFF;
  padding: 0 10px 10px 10px;
  margin-top: 15px;
  font-size: 12px;
  border: 1px solid #e9e9e9;
}

.case__date time::before {
	display: none!important;
}

.case__date time {
	margin-left: 15px;
}

#sidebar .sidebarWrapper time::before, #column .archive time::before, #qa .wpContent time::before, .dccs time::before {
  content: "";
  background: url("../img/common/arrow.png") no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  padding-left: 3px;
  background-position: 0 5px;
  background-size: 62%;
}
#sidebar .sidebarWrapper h2 {
  text-align: center;
  font-size: 15px;
  padding: 10px 0 3px 0;
  margin: 5px 0;
  border-bottom: 1px solid;
  font-weight: bold;
}
#sidebar .sidebarWrapper .sideTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 10px 0;
  border-bottom: 1px solid;
  text-align: center;
  padding: 0 0 3px 0;
}
#sidebar .sidebarWrapper p {
  font-size: 11px;
  margin: 8px 0;
}
#sidebar .sidebarWrapper a {
  display: inline-block;
}
#sidebar .sidebarWrapper .allLink {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 7px 0;
  color: #FFF;
  background: #1b1b1b;
  border-radius: 2px;
  margin: 7px 0 0 0;
}
#sidebar .sidebarWrapper img {
  width: 100%;
}
#sidebar .sidebarWrapper nav{
  padding: 10px;
}
#sidebar .sidebarWrapper li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  padding: 2px 0;
}
#sidebar .sidebarWrapper li:first-child {
  padding-top: 0;
}
#sidebar .sidebarWrapper time {
  display: block;
  font-size: 12px;
  padding: 5px 0 0 0;
}
#sidebar .sidebarWrapper nav li a {
    display: block;
    line-height: 160%;
    font-size: 12px;
    padding: 5px 5px 5px 24px;
    position: relative;
}
#sidebar .sidebarWrapper nav li a::before{
    content: '\f101';
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 3px;
    font-family: "Font Awesome 5 Free";
    color: #1b1b1b;
    font-weight: bold;
}
#sidebar .catWrapper ul {
  margin-top: 1rem;
}
#sidebar p.nearest {
  font-size: 12px;
  margin: 5px 0;
}
#sidebar .none {
  text-align: center;
}
#sidebar .mailWrapper{
  margin: 0;
  padding: 1rem;
}
#sidebar .mailWrapper a{
    background: #1b1b1b;
    color: #FFF;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
}
#sidebar .mailWrapper a i{
  display: block;
  margin: 0 auto 5px auto;
  font-size: 30px;
  width: 30px;
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#sidebar .mailWrapper a span{
  font-weight: bold;
  text-align: center;
  display: block;
}
#sidebar .mailWrapper ul{
    margin:15px 0 0 0;
}
#sidebar .mailWrapper li{
    border: none;
    font-size: 13px;
    padding: 2px 0 2px 20px;
    position: relative;
}
#sidebar .mailWrapper li::before{
content: '\f14a';
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 3px;
    font-family: "Font Awesome 5 Free";
    color: #696969;
}

#sidebar .telWrapper a{
text-align: center;
    display: block;
    font-size: 20px;
    margin: 10px 0 5px 0;
}
#sidebar .telWrapper p{
    color: #1b1b1b;
    text-align: center;
    margin: 0;
}

/*----------------------------------------
  404 Notfond
------------------------------------------ */

#notFound .wpContent h2 {
  text-align: center;
}
#notFound .wpContent h3 {
  padding: 10px 0;
  padding-left: 15px;
  text-align: center;
}
#notFound .wpContent p {
  text-align: center;
}
#notFound .wpContent a {
  display: block;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  width: 60%;
  margin: 20px auto;
  border-radius: 5px;
  background: -webkit-#1e1e1e;
  background: #1e1e1e;
}

/*----------------------------------------
  toc_container
------------------------------------------ */
#toc_container .toc_title{
  font-size: 18px!important;
}


/*----------------------------------------
  Dynamic control common setting
------------------------------------------ */

.dccs time {
  display: inline-block;
  font-size: 13px;
}
.dccs h2{
  font-weight: bold;
  padding: 0 0 1rem 0;
}
.dccs h3 {
  font-weight: bold;
}
.dccs #singleWrapper{
  padding: 0 1rem 1rem 1rem;
}
/** categoly **/

.dccs .categoly {
  display: inline-block;
}
.dccs .categoly a {
  background: #1b1b1b;
  font-size: 12px;
  color: #FFF;
  padding: 0 30px;
  margin: 0 5px 0 0;
  line-height: 160%;
}
.dccs .category .post-categories {
  display: flex;
}
/** tug **/

.dccs .tugWrapper ul {
  display: flex;
}
.dccs .tugWrapper {
  display: inline-block;
}
.dccs .tagWrapper {
  display: inline-block;
  padding: 0;
}
.dccs .tugWrapper ul li a, .dccs .tagWrapper span {
  background: #1b1b1b;
  color: #FFF;
  display: inline-block;
  margin: 5px 5px 5px 0;
  font-size: 12px;
  padding: 1px 10px;
  border-radius: 2px;
  line-height: 160%;
}
.dccs .tugWrapper ul li a::before, .dccs .tagWrapper span::before {
  content: "";
  background: url(../img/common/tug.png) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  padding-left: 3px;
  background-position: 0 5px;
  background-size: 62%;
}
#column .columnContent, #qa .qaBox {
    padding: 10px 0 0 0;
    border-bottom: 1px dotted #ccc;
}
/** single page **/

.single .dccs h3 {
  margin: 0;
  padding: 10px 0;
}

/** other **/
.dccs #other h2{
    font-size: 140%;
    border-bottom: 2px solid;
    padding-bottom: 3px;
    margin-bottom: 2rem;
}
/*----------------------------------------
  information
------------------------------------------ */

#info .wpContent{
  padding: 0 2rem 2rem 2rem;
}
#info .infoWrapper {
  border-bottom: dashed 1px #f0f5f5;
  margin-top: 20px;
}
#info .infoWrapper h3 {
  font-size: 17px;
  padding: 0 0 10px 0;
  border: none;
  margin: 0;
}
#info .wpContent .infoWrapper h3::after {
  display: none;
}
/*----------------------------------------
  solveCase
------------------------------------------ */

#solveCase .solveCaseContent {
  padding: 20px;
  background: #fbfbfb;
  border: 1px solid #eaeaea;
  position: relative;
  margin: 0 0 1rem 0;
}
#solveCase .solveCaseContent h2 {
  color: #1e1e1e;
  font-size: 21px;
  padding: 0 0 1rem 0;
  margin: 0 0 10px 0;
}
#solveCase .solveCaseContent h2::after{
  display: none;
}
#solveCase .solveCaseContent .content {
  font-size: 14px;
  margin: 10px 0;
  border-bottom: none;
}
#solveCase .wpContent .solveCaseContent {
  margin: 0 0 20px 0;
}
#solveCase .solveCatList{
  flex-wrap: wrap;
}
#solveCase .solveCatList li{
    padding: 0;
    flex: auto;
    margin: 0 10px 0 0;
}
#solveCase .solveCatList li:last-child{
    margin: 0;
}
#solveCase .solveCatList li a{
    padding: 15px;
    border: 3px solid #c7c7c7;
    font-weight: bold;
    background: #fbfbfb;
    position: relative;
    width: 100%;
    text-align: center;
}
#solveCase .solveCatList li a::after{
    content: '\f101';
    font-size: 14px;
    position: absolute;
    top: 14px;
    right: 11px;
    font-family: "Font Awesome 5 Free";
    color: #696969;
}
#solveCase .solveCaseContent .infoWrapper{
  flex: 1;
}
#solveCase .solveCaseContent .txtWrapper{
  flex: 4;
}

/** デフォルト **/
#solveCase .solveCaseContent .infoWrapper{
   padding: 1rem;
}
#solveCase .solveCaseContent .infoWrapper img{
  max-width: 8vw;
}
#solveCase .solveCaseContent .infoWrapper ul{
  margin: 5px 0;
}
#solveCase .solveCaseContent .infoWrapper li{
  padding: 2px 0;
  text-align: center;
  font-size: 13px;
  background: #FFF;
  margin: 2px 0;
  border: 1px solid #ececec;
}
#solveCase .solveCaseContent .txtWrapper{
   padding: 1rem;
}
/** 残業代請求 **/
#solveCase .solveCaseContent.overtimePay .win{
    font-size: 1.6rem;
    margin: 0;
}
#solveCase .solveCaseContent.overtimePay .win span{
    font-size: 3rem;
    padding: 0 5px;
}
#solveCase .solveCaseContent.overtimePay .savings{
    margin: 4px 0;
    font-weight: bold;
}
/** 相続 **/
#solveCase .solveCaseContent.inheritance .imgWrapper{
    flex: 1;
    margin-right: 20px;
}
#solveCase .solveCaseContent.inheritance .infoWrapper img{
    max-width: inherit;
    width: 100%;
}
#solveCase .solveCaseContent.inheritance .clientWrapper{
    flex: 3;
    background: #FFF;
    padding: 1rem;
    border-radius: 3px;
}
#solveCase .solveCaseContent.inheritance .clientWrapper ul{
  margin: 0;
}
#solveCase .solveCaseContent.inheritance .clientWrapper ul li{
  border: none;
  text-align: left;
}
#solveCase .solveCaseContent.inheritance .clientWrapper p{
    font-size: 110%;
    font-weight: bold;
    margin: 0;
}
#solveCase .solveCaseContent.inheritance .txtWrapper{
  padding: 0;
}
#solveCase #singleWrapper .solveCaseContent.inheritance{
    padding: 20px 0;
    background: none;
    border: none;
}
#solveCase #singleWrapper .solveCaseContent.inheritance h2{
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 15px;
    margin: 10px 0;
}
#solveCase #singleWrapper .solveCaseContent.inheritance .clientWrapper{
  border: 2px solid;
}
#solveCase #singleWrapper .solveCaseContent.inheritance .content{
  border-bottom: 1px dotted #dadada;
  padding-bottom: 20px;
}
#solveCase #singleWrapper .solveCaseContent.inheritance .txtWrapper span{
    font-weight: bold;
    padding: 10px 0 10px 30px;
    display: block;
    position: relative;
}
#solveCase #singleWrapper .solveCaseContent.inheritance .txtWrapper span::before{
    content: '\f044';
    font-size: 14px;
    position: absolute;
    top: 9px;
    left: 3px;
    font-family: "Font Awesome 5 Free";
    color: #1b1b1b;
    font-weight: bold;
}
/** 離婚慰謝料請求 **/
#solveCase .wpContent .solveCaseContent.rikon{
  background: none;
  border: 3px solid #f9f9f9;
}
#solveCase .solveCaseContent.rikon h2{
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 5px;
}
#solveCase .solveCaseContent.rikon .upper h3{
    border: none;
    background: #000;
    color: #FFF;
    margin: 0;
    font-size: 100%;
    padding: 5px 10px;
    border-radius: 3px;
}
#solveCase .solveCaseContent.rikon .upper h3::after{
  display: none;
}

/*----------------------------------------
  column
------------------------------------------ */

#column .headWrapper {
  color: #2e3c68;
}
#column .columnContent div {
  padding-left: 20px;
}
#column .columnContent h3 {
  color: #2e3c68;
}
#column .columnContent h4{
    margin: 1rem 0 5px 0;
    border-bottom: none;
}
#column .wpContent .imgWrapper {
  margin: 0;
}
#column .wpContent img {
  border: 1px solid #e8e8e8;
  margin: 0 auto;
}
#column .columnContent time {
  font-size: 13px;
}
#column .columnContent p {
  font-size: 14px;
}
#column .archive .imgWrapper a{
    width: 130px;
    height: 130px;
    flex-basis: 200px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}
#column .archive .imgWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#column .archive h3 {
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
}
#column .archive h3 a {
  font-size: 18px;
}
#column .wpContent .archive h3::after {
  display: none;
}
#column .archive div {
  padding: 0 0 10px 0;
}
#column #single .wpContent .imgWrapper {
  margin: 1rem 0 0 0;
}

/** supervision **/
#column #supervision{
  border: 2px solid;
  border-radius: 4px;
  margin: 2rem 0;
}
#column #supervision .mainTitle{
    background: #000;
    color: #FFF;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
#column #supervision .supWrapper{
  padding: 1rem;
}
#column #supervision .imgWrapper{
    flex: 1;
    margin: 0!important;
}
#column #supervision .txtWrapper{
    flex: 3;
    padding-left: 20px;
}
#column #supervision .txtWrapper .officeName{
    margin: 0;
    font-size: 80%;
}
#column #supervision .txtWrapper .name{
    margin: 0;
    padding: 4px 0;
    font-size: 130%;
    font-weight: bold;
}
#column #supervision .txtWrapper .name span.position{
    font-size: 70%;
    padding: 0 10px;
}
#column #supervision .txtWrapper .name span.area{
    font-size: 70%;
    font-weight: normal;
}
#column #supervision .txtWrapper .comment{
  margin: 0;
  font-size: 79%;
}

/*----------------------------------------
  qa
------------------------------------------ */


#qa .qaContent dl {
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}
#qa .qaContent dl:first-child {
  margin-top: 0;
}
#qa .qaContent dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
#qa .qaContent .open::after {
    transform: rotate(-45deg);
}
#qa .qaContent dl dt ,#qa .qaSingleContent dl dt{
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #DDD;
}
#qa .qaContent dl dt::before ,#qa .qaSingleContent dl dt::before{
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 22px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
#qa .qaContent dl dd::before,#qa .qaSingleContent dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
#qa .qaContent dl dd ,#qa .qaSingleContent dl dd{
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
#qa .qaContent dl dd p {
    margin: 30px 0 0;
}
#qa .qaContent dl dd a{
    background: #8a8a8a;
    color: #FFF;
    width: 27%;
    text-align: center;
    margin: 0 0 0 auto;
    display: block;
    font-size: 14px;
    padding: 4px;
    font-weight: bold;
    border-radius: 3px;
}
#qa .qaContent dl dd p:first-child{
    margin-top: 0;
}
#qa #singleWrapper{
  padding: 0;
}
#qa .qaSingleContent h2{
    margin: 0;
    padding: 0;
    font-size: 110%;
}


/*----------------------------------------
  voice
------------------------------------------ */

#voice .voiceContent {
  border-bottom: 1px solid #c0c0c0;
  padding: 5px 0;
  margin: 0 0 15px 0;
}
#voice .detailContent {
  margin: 1rem 0;
}
#voice .detailContent img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
#voice.single .imgWrapper img {
  width: 80px;
  margin-right: 40px;
}
#voice.single .flex div.titleWrapper {
  width: 100%;
  margin: 0 0 1rem 0;
}
#voice .imgWrapper{
  width: 20%;
  margin: 1rem;
}


@media (max-width: 999px) {
  /** common setting **/
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  .tbFlex {
    display: flex;
  }
  .contentWrapper {
    width: 100%;
    padding: 0;
    display: block;
  }
  .wpContent, #other {
    padding: 10px;
  }
  .underlayerWrapper{
    padding: 6px 10px 4rem 10px;
  }
  .underlayerWrapper.double {
      width: 100%;
  }
  /** breadcrumbs **/
  .breadcrumbs {
    padding: 10px;
  }

  /** sidebar **/
  #sidebar {
    display: flex;
  }
  #sidebar .tbLeft {
    flex: 1;
  }
  #sidebar .tbRight {
    flex: 2;
    margin: 0 0 0 10px;
  }
  #sidebar .sidebarWrapper {
    margin: 0 0 15px 0;
  }
  #sidebar .sidebarWrapper h2 {
    margin: 0;
  }
  #sidebar, .underlayerWrapper .pageHeader img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /** common **/
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .spBr {
    display: block;
  }
  .underlayerWrapper{
    margin: 0;
    width: 100%;
  }
  /** Dynamic control common setting **/
  .dccs #singleWrapper {
      padding: 0;
  }
  .dccs .categoly a {
    padding: 0 10px;
  }
  /** breadcrumbs **/
  .breadcrumbs span{
    font-size: 10px;
    line-height: 140%;
  }
  /** nav **/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 36px;
    right: 10px;
    z-index: 10000;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #ddd;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 12px;
  }
  #nav_toggle span:nth-child(3) {
    top: 24px;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /** modal **/
  .spModal{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 101;
    width: 100%;
    padding: 0!important;
  }
  header .infoWrapper .mail{
    flex: 1;
    border: 0;
    color: #FFF;
    background: #000000ba;
    text-align: center;
    margin: 0;
    padding: 15px 0 0 0;
  }
  header .infoWrapper div{
    flex: 1;
    padding: 5px;
    background: #0000004f;
  }
  header .infoWrapper .tel {
    font-size: 16px;
    color: #FFF;
  }
  header .infoWrapper a i.fa-phone::before {
    font-size: 14px;
  }
  /** solveCase **/
  #solveCase .solveCaseContent .infoWrapper{
    display: block;
  }
  #solveCase .solveCaseContent.inheritance .imgWrapper {
      flex: 1;
      width: 30%;
      margin: 0 auto 1rem auto;
  }
  #solveCase .solveCaseContent .infoWrapper img{
    width: 100%;
    max-width: initial;
  }
  #solveCase .solveCaseContent .infoWrapper {
      padding: 0;
      margin-bottom: 2rem;
  }
  #solveCase .solveCaseContent h3{
    font-size: 17px;
  }
  /** column **/
  #column .archive .imgWrapper a{
    width: 110px;
    height: 110px;
    flex-basis: 200px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
  }
  #column .archive .imgWrapper img{
    position: absolute;
    top: -22%;
    left: -18%;
    width: 140%;
  }
  #column .archive h3{
    margin: 0;
  }
  #column .columnContent.archive p{
    font-size: 12px;
  }

  /** qa **/
  #qa .qaContent dl dd a{
    width: 100%;
  }
  /** voice **/
  #voice #singleWrapper .flex{
    display: block;
  }
  #voice #singleWrapper .flex .imgWrapper{
    width: 40%;
    margin: 1rem auto;
  }

  /** induction **/
  #induction {
    padding: 10px;
  }
  #induction .infoWrapper {
    display: block;
  }
  #induction h3 {
    font-size: 30px;
  }
  #induction h3 span {
    font-size: 18px;
  }
  #induction .infoWrapper .telWrapper {
    padding-top: 10px;
  }
  #induction .infoWrapper .telWrapper .tel {
    font-size: 21px;
    margin: 0;
  }
  #induction .infoWrapper .telWrapper .tel i::before {
    font-size: 19px;
  }
  #induction .infoWrapper .telWrapper .time {
    font-size: 12px;
  }
  #induction .infoWrapper .telWrapper .holiday {
    margin: 5px 0;
    font-size: 10px;
  }
  #induction .infoWrapper .telWrapper {
    padding: 10px;
    width: 100%;
  }
  #induction .infoWrapper .mail p {
    font-size: 14px;
  }
  #induction .infoWrapper .mail {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
  }
  #induction .infoWrapper .mail::before {
    font-size: 54px;
  }
  /* sideBar */
  #sidebar {
    padding: 10px;
    margin: 0;
    display: block;
  }
  /* wpContent */
  .wpContent h3, #other h3 {
    font-size: 17px;
    padding: 1rem 0;
  }
  .wpContent h4 {
    font-size: 15px;
    margin: 10px 0;
  }
  .wpContent h5 {
    font-size: 14px;
  }
  .wpContent p, .wpContent li,.wpContent div,.wpContent dt,.wpContent dd ,.wpContent div{
    font-size: 13px;
  }
  .pageHeader h2 ,.pageHeader p{
    font-size: 18px;
    padding: 2px 0;
  }
  .wpContent table.type2 {
    width: 100%;
  }
  .wpContent .career {
    font-size: 80%;
  }
  .wpContent .businessHours{
    display: block;
  }
  .wpContent .tel{
    margin: 1rem 0 0 0;
  }
  /** footer **/
  footer{
    padding-top: 0;
  }
  footer .upperFooter {
    display: block;
  }
  footer h3{
    text-align: center;
    padding: 10px 0;
  }
  footer iframe {
    width: 100%;
  }
  footer img {
    width: 80%;
  }
  footer p {
    font-size: 10px;
  }
  footer nav ul {
    display: block!important;
  }
  footer nav li::before {
    display: none;
  }
  footer nav a {
    font-size: 13px;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer nav li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer nav li:last-child a {
    border-bottom: none;
  }
  footer small {
    margin: 0;
    font-size: 10px;
    padding: 10px 0;
  }
}
@media (max-width: 360px) {}