﻿@charset "utf-8";
/* ---------------------------------------------------------------------
  index of rikon.css
  1. common rules: pc-sp共通
  2. sp rules: width 767px 以下
  3. pc rules: width 768px 以上
  4. other rules: 例外に対応
--------------------------------------------------------------------- */

/* ---------------------------------------------------------------------
  1. common rules: pc-sp共通
--------------------------------------------------------------------- */
strong.ORG {
    font-weight: bold;
    color: #f30;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* 記事の設定 */
.articleBlock {
    margin: 0px;
    padding: 0px;
}

.unit {
    margin: 5px 0 40px 0;
    padding: 0 20px;
}

.SH4 {
    clear: both;
    margin: 10px 0;
    padding: 4px 0 4px 20px;
    font-size: 108%;
    border-bottom: 3px #CF2318 dotted;
}

/* 弁護士司法書士税理士紹介 */
.articleBlock .unit .lawyers_staff {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.articleBlock .unit .lawyers_staff li {
    float: left;
    margin: 10px 10px 10px 0;
    width: 310px;
    height: 115px;
}

/* 事務員紹介 */
.articleBlock .unit .staff_intro {
    width: 400px;
}

.articleBlock .unit .staff_intro th {
    width: 50px;
    font-weight: bold;
    color: rgb(174, 128, 83);
}

.articleBlock .unit .box1 {
    border: 1px solid #6DA655;
    padding: 10px;
    margin: 0 30px 20px 30px;
    font-size: 110%;
    background: #E9F3DB;
}

.articleBlock .unit .box2 {
    text-align: center;
    margin: 30px;
    padding: 10px;
    border: 1px solid #6DA655;
    font-size: 110%;
    background: #E9F3DB;
}

.articleBlock .unit .box2 p {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0;
}

.articleBlock .unit .shadeBox {
    border-style: solid;
    border-width: 1px;
    padding: 10px 5px 10px 20px;
    border-color: #bed9f1;
    background-color: #f7f7f7;
    width: 600px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #aaa;
}

.articleBlock .unit .shadeBox p {
    margin-bottom: 0;
}

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*table数値愛知県ページ*/
.aichi_data tbody tr td {
    text-align: right;
}

/*ブログ記事の段落部分の基本設定*/
.articleBlock .unit p {
    font-size: 1em;
    margin-bottom: 1em;
}

/* 慰謝料ページ */
div.sub_contentsM {
    margin: 10px 0 30px 0;
}

div.sub_contentsM ul {
    position: relative;
    left: 50%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

div.sub_contentsM ul li {
    padding: 0;
    margin: 0;
    position: relative;
    left: -50%;
    float: left;
    list-style: none;
}

div.sub_contentsM ul li a {
    display: block;
    background: url(../img/scm_back.jpg) no-repeat;
    border: 0px;
    padding: 3px;
    text-decoration: none;
    color: #333;
    width: 133px;
    height: 30px;
    margin: 0;
    padding: 4px;
    text-align: center;
    font-size: 12px;
}

div.sub_contentsM ul li a:hover {
    display: block;
    color: #E03E49;
    text-decoration: underline;
}

/* サイドバーの専門サイトバナー */
.side_bannar {
    margin: 10px 0;
}

.side_bannar h2 img {
    margin: 0;
}

.side_bannar ul {
    list-style-type: none;
    padding: 5px 0 0 0;
    margin: 0;
    background-color: #FFE9C8;
    border: 1px solid #cdcdcd;
}

.side_bannar ul li {
    text-align: center;
    margin-bottom: 5px;
}

.articleBlock table {
    border-collapse: collapse;
    font-size: 1em;
    color: #333;
    margin: 10px 0;
}

.articleBlock table th {
    font-weight: normal;
    background-color: #f7e9c4;
    border: 1px solid #cfcfcf;
    text-align: center;
    padding: 8px;
}

.articleBlock table td {
    background-color: #FFFFFF;
    border: 1px solid #cfcfcf;
    text-align: left;
    padding: 8px;
}

.unit .clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.unit .boxLeft {
    float: left;
}

.unit .boxRight {
    float: right;
}

/* TOP ページのブログニュースタブ */
#ui-tab .frame {
    border: 1px solid #333;
    background: #fff;
}

#ui-tab .frame a {
    text-decoration: underline;
}

#ui-tab .frame dt {
    float: left;
    clear: both;
    margin: 0 0 -1px;
    padding: 7px 0;
    font-weight: bold;
}

#ui-tab .frame dt span {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 1px 15px;
    color: #fff;
}

#ui-tab .frame dd {
    margin: 0 0 -1px;
    border-bottom: 1px solid #dcdcdc;
}

#fragment-1 dl dd {
    padding: 8px 0 8px 190px;
}

#fragment-2 dl dd {
    padding: 8px 0 8px 190px;
}

#fragment-3 dl dd {
    padding: 8px 0 8px 190px;
}

#fragment-4 dl dd {
    padding: 8px 0 8px 220px;
}

/* 文字装飾 */
.articleBlock .unit .marker-pink {
    background-color: #fcf;
    padding: 0.3em;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

.articleBlock .unit .marker-yellow {
    background-color: #ff9;
    padding: 0.3em;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

.articleBlock .unit .marker-green {
    background-color: #cf9;
    padding: 0.3em;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

.articleBlock .unit .marker-purple {
    background-color: #ccf;
    padding: 0.3em;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

.articleBlock .unit .marker-blue {
    background-color: #9cf;
    padding: 0.3em;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

.articleBlock .unit .marker-brown {
    background-color: #ccc;
    padding: 0.3em;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

.articleBlock .unit .underline-pink {
    text-decoration: none;
    border-bottom: 3px #f33 solid;
}

.articleBlock .unit .underline-yellow {
    text-decoration: none;
    border-bottom: 3px #fc0 solid;
}

.articleBlock .unit .underline-green {
    text-decoration: none;
    border-bottom: 3px #9c3 solid;
}

.articleBlock .unit .underline-purple {
    text-decoration: none;
    border-bottom: 3px #93f solid;
}

.articleBlock .unit .underline-blue {
    text-decoration: none;
    border-bottom: 3px #6cf solid;
}

.articleBlock .unit .underline-brown {
    text-decoration: none;
    border-bottom: 3px #c60 solid;
}

/* リスト */
.articleBlock .unit ul {
    margin: 1em 0;
    line-height: 1.5em;
}

.articleBlock .unit ul.arrow-black li {
    list-style: none;
    background-image: url('/imgs/arrow-black.png');
    background-repeat: no-repeat;
    padding: 0.1em 0 1em 2.5em;
    background-size: 20px;
}

.articleBlock .unit ul.arrow-blue li {
    list-style: none;
    background-image: url('/imgs/arrow-blue.png');
    background-repeat: no-repeat;
    padding: 0.1em 0 1em 2.5em;
    background-size: 20px;
}

.articleBlock .unit ul.arrow-green li {
    list-style: none;
    background-image: url('/imgs/arrow-green.png');
    background-repeat: no-repeat;
    padding: 0.1em 0 1em 2.5em;
    background-size: 20px;
}

.articleBlock .unit ul.arrow-orange li {
    list-style: none;
    background-image: url('/imgs/arrow-orange.png');
    background-repeat: no-repeat;
    padding: 0.1em 0 1em 2.5em;
    background-size: 20px;
}

.articleBlock .unit ul.arrow-red li {
    list-style: none;
    background-image: url('/imgs/arrow-red.png');
    background-repeat: no-repeat;
    padding: 0.1em 0 1em 2.5em;
    background-size: 20px;
}

.articleBlock .unit ul.finger-black li {
    list-style: none;
    background-image: url('/imgs/finger-black.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding: 0 0 1em 4.5em;
}

.articleBlock .unit ul.finger-blue li {
    list-style: none;
    background-image: url('/imgs/finger-blue.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding: 0 0 1em 4.5em;
}

.articleBlock .unit ul.finger-green li {
    list-style: none;
    background-image: url('/imgs/finger-green.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding: 0 0 1em 4.5em;
}

.articleBlock .unit ul.finger-orange li {
    list-style: none;
    background-image: url('/imgs/finger-orange.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding: 0 0 1em 4.5em;
}

.articleBlock .unit ul.finger-red li {
    list-style: none;
    background-image: url('/imgs/finger-red.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding: 0 0 1em 4.5em;
}

.articleBlock .unit ul.check-black li {
    list-style: none;
    background-image: url('/imgs/check-black.png');
    background-repeat: no-repeat;
    padding: 0 0 1em 2.5em;
}

.articleBlock .unit ul.check-blue li {
    list-style: none;
    background-image: url('/imgs/check-blue.png');
    background-repeat: no-repeat;
    padding: 0 0 1em 2.5em;
}

.articleBlock .unit ul.check-green li {
    list-style: none;
    background-image: url('/imgs/check-green.png');
    background-repeat: no-repeat;
    padding: 0 0 1em 2.5em;
}

.articleBlock .unit ul.check-orange li {
    list-style: none;
    background-image: url('/imgs/check-orange.png');
    background-repeat: no-repeat;
    padding: 0 0 1em 2.5em;
}

.articleBlock .unit ul.check-red li {
    list-style: none;
    background-image: url('/imgs/check-red.webp');
    background-repeat: no-repeat;
    padding: 0 0 1em 2.5em;
}

.articleBlock .unit dl {
    display: block;
    margin-left: 1.5em;
    margin-bottom: 3em;
    line-height: 1.5em;
}

.articleBlock .unit dl dt {
    font-weight: bold;
    text-indent: 12px;
    margin-top: 2em;
    border-bottom: 1px dotted #660000;
    color: #660000;
}

.articleBlock .unit dl dd {
    display: block;
    margin-top: 0.3em;
    margin-left: 2em;
    line-height: 150%;
}

.articleBlock .unit dl.arrow-black dt {
    list-style: none;
    background-image: url('/imgs/arrow-black.png');
    background-position: 5px 0;
    background-repeat: no-repeat;
    padding: 0.2em 0 0.5em 1.7em;
}

.articleBlock .unit dl.arrow-blue dt {
    list-style: none;
    background-image: url('/imgs/arrow-blue.png');
    background-position: 5px 0;
    background-repeat: no-repeat;
    padding: 0.2em 0 0.5em 1.7em;
}

.articleBlock .unit dl.arrow-green dt {
    list-style: none;
    background-image: url('/imgs/arrow-green.png');
    background-position: 5px 0;
    background-repeat: no-repeat;
    padding: 0.2em 0 0.5em 1.7em;
}

.articleBlock .unit dl.arrow-orange dt {
    list-style: none;
    background-image: url('/imgs/arrow-orange.png');
    background-position: 5px 0;
    background-repeat: no-repeat;
    padding: 0.2em 0 0.5em 1.7em;
}

.articleBlock .unit dl.arrow-red dt {
    list-style: none;
    background-image: url('/imgs/arrow-red.png');
    background-position: 5px 0;
    background-repeat: no-repeat;
    padding: 0.2em 0 0.5em 1.7em;
}

.articleBlock .unit dl.finger-black dt {
    list-style: none;
    background-image: url('/imgs/finger-black.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding: 0 0 0.5em 3em;
}

.articleBlock .unit dl.finger-blue dt {
    list-style: none;
    background-image: url('/imgs/finger-blue.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding: 0 0 0.5em 3em;
}

.articleBlock .unit dl.finger-green dt {
    list-style: none;
    background-image: url('/imgs/finger-green.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding: 0 0 0.5em 3em;
}

.articleBlock .unit dl.finger-orange dt {
    list-style: none;
    background-image: url('/imgs/finger-orange.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding: 0 0 0.5em 3em;
}

.articleBlock .unit dl.finger-red dt {
    list-style: none;
    background-image: url('/imgs/finger-red.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding: 0 0 0.5em 3em;
}

.articleBlock .unit dl.check-black dt {
    list-style: none;
    background-image: url('/imgs/check-black.png');
    background-repeat: no-repeat;
    padding: 0 0 0.5em 1.5em;
}

.articleBlock .unit dl.check-blue dt {
    list-style: none;
    background-image: url('/imgs/check-blue.png');
    background-repeat: no-repeat;
    padding: 0 0 0.5em 1.5em;
}

.articleBlock .unit dl.check-green dt {
    list-style: none;
    background-image: url('/imgs/check-green.png');
    background-repeat: no-repeat;
    padding: 0 0 0.5em 1.5em;
}

.articleBlock .unit dl.check-orange dt {
    list-style: none;
    background-image: url('/imgs/check-orange.png');
    background-repeat: no-repeat;
    padding: 0 0 0.5em 1.5em;
}

.articleBlock .unit dl.check-red dt {
    list-style: none;
    background-image: url('/imgs/check-red.png');
    background-repeat: no-repeat;
    padding: 0 0 0.5em 1.5em;
}

/* 料金ページtable */
.fee01 table {
    border-collapse: collapse;
    font-size: 1em;
    color: #333;
    max-width: 690px;
    margin: 0 auto;
}

.fee01 table thead th {
    font-weight: bold;
    background-color: #f9d5e9;
    border: 1px solid #cfcfcf;
    text-align: center;
    padding: 8px;
}

.fee01 table tbody th {
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    text-align: left;
    padding: 8px;
}

.fee01 table tbody td {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    text-align: left;
    padding: 8px;
    text-align: center;
    color: #ab234c;
}

.fee02 table {
    border-collapse: collapse;
    font-size: 1em;
    color: #333;
    max-width: 690px;
    margin: 0 auto;
}

.fee02 table thead th {
    font-weight: bold;
    background-color: #d9d9d9;
    border: 1px solid #cfcfcf;
    text-align: center;
    padding: 8px;
}

.fee02 table tbody th {
    font-weight: bold;
    background-color: #cff;
    border: 1px solid #cfcfcf;
    text-align: left;
    padding: 8px;
}

.fee02 table tbody td {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    text-align: left;
    padding: 8px;
    text-align: center;
}

/* 160226_ご相談の流れ */
#flow p {
    line-height: 1.8em;
}

#flow #nayami {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.9em;
    font-family: '秀英横太明朝 B', 'Shuei Yokobuto Min B';
}

#flow #sol-relative {
    position: relative;
    width: 100%;
    height: 285px;
}

#flow #sol-asano {
    position: absolute;
    top: 0;
    left: 0;
}

#flow #sol-fukidashi {
    position: absolute;
    top: 0;
    left: 200px;
}

#flow #sol-text {
    position: absolute;
    top: 25px;
    left: 260px;
    width: 360px;
    font-family: 'ゴシックMB101 R', 'Gothic MB101 Regular';
}

#flow #three {
    font-family: 'ゴシックMB101 R', 'Gothic MB101 Regular';
}

#flow .merit {
    width: 100%;
}

#flow .merit tr th {
    background-color: #c00;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    width: 150px;
    font-family: 'ゴシックMB101 DB', 'Gothic MB101 DemiBold';
}

#flow .merit tr td {
    background-color: #fff;
    padding: 10px;
    font-weight: bold;
    color: #000;
    font-size: 22px;
}

#flow .merit tr th,
#flow .merit tr td {
    border: solid 2px #000;
}

#flow #zero-relative {
    position: relative;
    width: 100%;
    height: 250px;
}

#flow #zero-img {
    position: absolute;
    top: 0;
    right: 0;
}

#flow #zero-fukidashi {
    position: absolute;
    top: 20px;
    left: 0;
}

#flow #zero-m {
    position: absolute;
    top: 55px;
    left: 30px;
    font-size: 21px;
    font-family: 'ゴシックMB101 R', 'Gothic MB101 Regular';
}

#flow #zero-l {
    position: absolute;
    top: 95px;
    left: 30px;
    font-size: 32px;
    font-family: 'ゴシックMB101 DB', 'Gothic MB101 DemiBold';
}

/* 160408_名古屋市の離婚相談 */
.nagoyashi table {
    margin: 20px auto;
}

.nagoyashi table tr td {
    text-align: right;
    width: 200px;
}

.nagoyashi table tr th.gender {}

/* 160902 */
.btn {
    text-decoration: none !important;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    display: block;
    box-sizing: border-box;
    border-radius: 10px;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    color: #fff !important;
    padding: 10px 0;
    margin: 20px auto;
    width: 450px;
}

/* 161116_養育費 */
#youikuhi #mainv {
    margin-bottom: 30px;
}

#youikuhi .pink {
    color: #DF0101;
}

#youikuhi .pinklink {
    color: #DF0101;
    text-decoration: none;
}

#youikuhi .pinklink a {
    color: #DF0101;
    text-decoration: none;
}

#youikuhi .red_mark {
    border-bottom: solid 1px #f00;
}

#youikuhi .clear {
    clear: both;
}

#youikuhi #base1 {
    background-image: url("/img/youikuhi/new/base_1.png");
    background-repeat: no-repeat;
    width: 690px;
    height: 126px;
    font-size: 1.3em;
    padding: 20px 0 0px;
    text-align: center;
}

#youikuhi .midashi {
    font-size: 1.6em;
}

#youikuhi .gray_btn {
    border: solid 1px #888;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    background: #eee;
    font-size: 1.1em;
    color: #211;
}

#youikuhi #yarrow {
    background-image: url("/img/youikuhi/new/yallow.png");
    background-repeat: no-repeat;
    font-size: 2.0em;
    padding: 10px 15px;
    margin-right: 15px;
    width: 166px;
    height: 48px;
}

#youikuhi #adult {
    font-size: 3.0em;
    color: #B45F04;
}

#youikuhi #base2 {
    background-image: url("/img/youikuhi/new/base_2.png");
    background-repeat: no-repeat;
    width: 690px;
    height: 180px;
    font-size: 1.3em;
    padding: 20px 0 0px;
    text-align: center;
}

#youikuhi #yframe {
    background-image: url("/img/youikuhi/new/flame.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    margin-bottom: 30px;
}

#youikuhi .mother {
    background-image: url("/img/youikuhi/new/f_a.png");
    background-repeat: no-repeat;
    width: 354px;
    height: 84px;
}

#youikuhi .father {
    background-image: url("/img/youikuhi/new/f_b.png");
    background-repeat: no-repeat;
    width: 354px;
    height: 84px;
}

#youikuhi .hashimoto {
    background-image: url("/img/youikuhi/new/f_c.png");
    background-repeat: no-repeat;
    width: 354px;
    height: 84px;
}

/* #youikuhi .mother:before {
    content: url("/img/youikuhi/new/mother.png");
}*/

/*#youikuhi .father:before {
    content: url("/img/youikuhi/new/father.png");
} */

/* #youikuhi .hashimoto:before {
    content: url("/img/youikuhi/new/bengoshi.png");
} */

#youikuhi #btn4 {
    display: inline;
}

#youikuhi #btn4 img {
    margin-right: 10px;
}

#youikuhi #base3 {
    background-image: url("/img/youikuhi/new/base_3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#youikuhi .uguisu {
    background: #F7F8E0;
}

/* 170414_面会交流 */
#menkaikouryu2 .unit {
    padding: 0 !important;
}

#menkaikouryu2 .alignright {
    margin: 0 0 10px 20px;
    float: right;
}

#menkaikouryu2 .alignleft {
    margin: 0 20px 10px 0;
    float: left;
}

#menkaikouryu2 .aligncenter {
    text-align: center;
    margin-bottom: 10px;
}

#menkaikouryu2 .comment {
    float: right;
    width: 140px;
    height: 80px;
    padding: 10px;
    background-image: url('/img/menkaikouryu/shochou_f.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 20px 0 25px;
}

#menkaikouryu2 .bg_pink {
    background-color: #fbe0e6;
    padding: 10px;
    margin-bottom: 1.0em;
}

#menkaikouryu2 .bg_pink ul li {
    color: #906b00;
}

#menkaikouryu2 .phrase {
    position: relative;
    width: 650px;
    height: 140px;
    margin: 40px 70px 15px;
}

#menkaikouryu2 .phrase p {
    position: absolute;
    left: 105px;
    top: 0;
    background-repeat: no-repeat;
    width: 400px;
    height: 120px;
    padding: 30px 40px;
    line-height: 2.0em;
}

#menkaikouryu2 .mother {
    background-image: url("/img/menkaikouryu/f_b.jpg");
}

#menkaikouryu2 .gotou {
    background-image: url("/img/menkaikouryu/f_c.jpg");
}

#menkaikouryu2 .father {
    background-image: url("/img/menkaikouryu/f_d.jpg");
}

#menkaikouryu2 .rights {
    position: relative;
    background-repeat: no-repeat;
    width: 690px;
    height: 60px;
}

#menkaikouryu2 .rights span {
    position: absolute;
    top: 22px;
    left: 75px;
    font-size: 0.9em;
}

#menkaikouryu2 .rights span.double {
    top: 14px;
}

#menkaikouryu2 .point-menkaikouryu01 {
    background-image: url("/img/menkaikouryu/point_01.png");
}

#menkaikouryu2 .point-menkaikouryu02 {
    background-image: url("/img/menkaikouryu/point_02.png");
}

#menkaikouryu2 .point-menkaikouryu03 {
    background-image: url("/img/menkaikouryu/point_03.png");
}

#menkaikouryu2 .contents {
    position: relative;
    height: 88px;
    width: 685px;
}

#menkaikouryu2 .contents span {
    font-size: 1.2em;
}

#menkaikouryu2 .topic-menkaikouryu01 {
    background-image: url("/img/menkaikouryu/topic_01.png");
}

#menkaikouryu2 .topic-menkaikouryu02 {
    background-image: url("/img/menkaikouryu/topic_02.png");
}

#menkaikouryu2 .topic-menkaikouryu03 {
    background-image: url("/img/menkaikouryu/topic_03.png");
}

#menkaikouryu2 .topic-menkaikouryu04 {
    background-image: url("/img/menkaikouryu/topic_04.png");
}

#menkaikouryu2 .topic-menkaikouryu05 {
    background-image: url("/img/menkaikouryu/topic_05.png");
}

#menkaikouryu2 .jirei {
    border: solid #fbe0e6 10px;
    padding: 15px;
    margin-bottom: 15px;
}

#menkaikouryu2 .jirei .profile p:first-child {
    font-size: 1.4em;
    color: #c4272d;
    margin-top: 10px;
}

#menkaikouryu2 .jirei .bg_blue {
    background-color: #e8eef6;
    padding: 10px;
    float: right;
    width: 185px;
    border: solid #b0ccf0 2px;
    border-radius: 15px;
}

#menkaikouryu2 .jirei h4 {
    border-bottom: solid #c4272d 2px;
    margin-bottom: 1.0em;
}

#menkaikouryu2 .check {
    background-color: #fceeb8;
    border: solid 1px #fcd89e;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
}

#menkaikouryu2 .check img {
    float: left;
    margin: 3px 20px 3px 3px;
}

#menkaikouryu2 .check p {
    color: #9d480d;
    font-size: 1.3em;
    padding-top: 28px;
}

#menkaikouryu2 .check:before {
    content: url('/img/menkaikouryu/link.png');
    position: absolute;
    right: 10px;
    top: 25px;
}

#menkaikouryu2 a.jireilink:hover {
    text-decoration: none;
}

/* 170221_解決事例 */
#jirei .figure {
    float: left;
}

#jirei .figure img {
    margin: 10px 20px 20px 40px;
}

#jirei .profile {
    float: left;
    width: 400px;
    margin-top: 10px;
}

#jirei .profile p:first-child {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* 170307_チーム紹介 */
.team_fb {
    display: block;
    margin: 25px auto;
    padding: 20px;
    border: dotted 1px #fcc;
}

/* 170317_離婚の種類と手続き */
.kind_flow {
    position: relative;
}

.kind_flow a:nth-of-type(1) img {
    position: absolute;
    left: 148px;
}

.kind_flow a:nth-of-type(2) img {
    position: absolute;
    left: 376px;
}

.kind_flow a:nth-of-type(1) img,
.kind_flow a:nth-of-type(2) img {
    top: 9px;
}

.kind_flow a:nth-of-type(3) img {
    position: absolute;
    top: 2px;
}

.kind_flow a:nth-of-type(4) img {
    position: absolute;
    top: 92px;
}

.kind_flow a:nth-of-type(3) img,
.kind_flow a:nth-of-type(4) img {
    right: 23px;
}

/* 170329_TOP improvement */
.unit-top {
    margin: 10px 10px 20px;
}

.unit-top p {
    margin-bottom: 1.0em;
}

.EmphRed {
    font-weight: bold;
    color: #c36;
}

.bannerW {
    margin-bottom: 20px;
    text-align: center;
}

#MostImp img {
    float: left;
    margin-right: 15px;
}

#MostImp .unit-top p:first-child {
    text-align: right;
}

#CertiAble table {
    width: 650px;
    text-align: center;
    margin-bottom: 15px;
}

#CertiAble table tr>td:nth-of-type(2) {
    font-weight: bold;
    font-size: xx-large;
    color: #ff0000;
}

#CertiAble table+p {
    font-weight: bold;
    font-size: large;
    color: #ff0000;
}

#ExplanDetail table {
    margin: 0 auto 10px;
    width: 650px;
}

#NHKdrama h3 {
    font-size: 15.5px !important;
}

#NHKdrama .clearfix a img {
    margin: 8px 6px 0 0;
    float: left;
}

#NHKdrama .clearfix a:last-child img {
    margin-right: 0;
}

#NHKdrama {
    margin-bottom: 30px;
}

/* カギ括弧 */
.brackets {
    position: relative;
    padding: 12px 24px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.brackets::before,
.brackets::after {
    position: absolute;
    top: 0;
    content: '';
    box-sizing: border-box;
    width: 20px;
    height: 100%;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}

.brackets::before {
    left: 0;
    border-left: 1px solid #888;
}

.brackets::after {
    right: 0;
    border-right: 1px solid #888;
}

.articleBlock .unit .brackets ul,
.articleBlock .unit .brackets ol {
    margin: 0;
    -webkit-padding-start: 20px;
}

/* モーダルウインドウ */
.modal-window {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    line-height: 1.3;
    display: none\9;
}

.modal-window:target {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.is-active.modal-window {
    display: block\9;
}

.modal-window:target {
    display: block\9;
}

.modal-window .modal-inner {
    padding: 45px 17px;
    position: absolute;
    top: 30%;
    left: 56%;
    z-index: 20;
    margin-left: -325px;
    width: 575px;
    overflow-x: hidden;
    border-radius: 2px;
    background: #fff;
    /*  -moz-background-clip: padding;
  -webkit-background-clip: padding;*/
    background-clip: padding-box;
    background-color: white;
    border: solid rgba(240, 199, 199, 0.5);
    border-width: 35px 55px;
}

.modal-window .modal-inner p {
    padding: 0 20px;
    font-family: 'Yu Gothic';
    font-size: 16px;
    color: #4a3623;
}

.modal-window .modal-inner .p-big {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}

.modal-window .modal-close {
    display: block;
    /*  text-indent: -100px;
  overflow: hidden;*/
}

/*.modal-window .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal-window .modal-close:after {
  content: 'ウインドウを閉じる\00d7';
  position: absolute;
  top: 361px;
  left: 61%;
  z-index: 20;
  margin-left: 285px;
  background: #fff;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 1.2em;
  text-decoration: none;
  text-indent: 0;
}*/

.modal-window {
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.fukidasi {
    margin: 25px 14px;
    background-repeat: no-repeat;
    background-image: url(/img/enman/fukidasi.png);
    padding: 1px;
    float: left;
}

/* 180104_flow */
.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 690px;
}

.sq-pink {
    box-sizing: border-box;
    background: #ffeaff;
    border-radius: 8px;
    padding: 8px 24px;
}

.heading-underline {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    border-bottom: solid 2px #e74c3c;
    padding-bottom: 4px;
}

/* 180112_open-event */
h3.stripe {
    color: #404040;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 3px 1px #f0e8dc;
    padding: 8px 0 8px 24px;
    background: repeating-linear-gradient(120deg, #f4ffff, #f4ffff 6px, #e0efff 6px, #e0efff 12px);
}

.balloon-pink {
    position: relative;
    display: block;
    margin: 1.5em auto;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #ffeff7;
    border-radius: 15px;
}

.balloon-pink:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffeff7;
}

/* 180129_em */
.em {
    font-weight: bold;
    font-size: 1.1em;
}

/* 180208 check box */
.checkbox01-input {
    display: none;
}

.checkbox01-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    color: #333333;
}

.checkbox01-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
}

.checkbox01-input:checked+.checkbox01-parts {
    color: #009a9a;
}

.checkbox01-input:checked+.checkbox01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #009a9a;
    border-right: 3px solid #009a9a;
}

/*180209_QandA index*/
ul.qa-index {
    padding: 16px 32px;
}

ul.qa-index li {
    float: left;
    list-style: none;
}

ul.qa-index li a {
    display: inline-block;
    background: #f7f7f7;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    border-left: solid 6px #ff6b6b;
    color: #666;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    padding: 12px 24px;
    margin: 0 16px 16px 0;
}

ul.qa-index li a:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

.articleBlock .unit .oka-open {
    font-size: 139%;
    font-weight: bold;
    text-align: center;
    width: 202px;
    margin: 15px auto;
    position: relative;
    padding: 0.3em;
}

.articleBlock .unit .oka-open::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(-45deg, #e76764, #e76764 2px, white 2px, white 4px);
}

/* 20180402岡崎事務所紹介ページ */
/* ホワンホワン吹き出し */
.fukidashi_H {
    position: relative;
    margin: 1em auto 1em;
    padding: 15px;
    background: #fff0c6;
    border-radius: 30px;
}

.fukidashi_H:before {
    content: "";
    position: absolute;
    left: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: #fff0c6;
    border-radius: 50%;
}

.fukidashi_H:after {
    content: "";
    position: absolute;
    left: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: #fff0c6;
    border-radius: 50%;
}

.fukidashi_H p {
    margin: 0;
    padding: 0;
}

/* 弁護士紹介 */
.oka-lwimg {
    float: right;
}

.balloon2-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 13px 35px;
    min-width: 120px;
    max-width: 70%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
}

.balloon2-right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.balloon2-right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #555;
    z-index: 1;
}

.balloon2-right p {
    margin: 0;
    padding: 0;
}

.stf-btn {
    text-align: center;
    border: 1px solid #053377;
    border-radius: 3px;
    padding: 4px .75em 3px;
    font-size: 1.2em;
    color: #053377;
    text-decoration: none;
    position: relative;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin: 10px 45px;
}

.stf-btn:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(lib/images/cmn/icon_rect_arrow_blue.svg) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
}

.stf-btn:hover {
    background-color: #053377 !important;
    color: #fff;
}

.stf-btn:hover:before {
    background: url(lib/images/cmn/icon_arrow_white.svg) no-repeat;
    background-size: contain;
}

div.scroller {
    width: 100%;
    overflow: auto;
}

/* ▼▼▼ 181113_access-office ▼▼▼ */
.access-office .office h5 {
    border-bottom: solid 1px #888;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
    font-weight: bold;
    font-size: 18px;
    padding: 2px 16px 0;
}

.access-office .office p.desc {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
    font-size: 15px;
    line-height: 18px;
    padding: 2px 16px 0;
    margin-bottom: 4px;
}

.access-office .office a.btn-RED,
.access-office .office a.btn-RED:link,
.access-office .office a.btn-RED:visited,
.access-office .office a.btn-BLU,
.access-office .office a.btn-BLU:link,
.access-office .office a.btn-BLU:visited {
    box-sizing: border-box;
    display: block;
    width: 250px;
    border: solid 1px #f23333;
    border-radius: 16px;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
    font-size: 16px;
    text-decoration: none;
    color: #333;
    padding: 2px 4px 2px 16px;
    margin-bottom: 8px;
}

.access-office .office a.btn-RED:after,
.access-office .office a.btn-BLU:after {
    content: '　>';
    font-weight: bold;
}

.access-office .office a.btn-RED:hover,
.access-office .office a.btn-RED:active {
    background: #f23333;
    color: #fff;
}

.access-office .office a.btn-BLU,
.access-office .office a.btn-BLU:link,
.access-office .office a.btn-BLU:visited {
    border: solid 1px #4a90e2;
}

.access-office .office a.btn-BLU:hover,
.access-office .office a.btn-BLU:active {
    background: #4a90e2;
    color: #fff;
}

strong.color {
    color: #ED4C67;
}

strong.ORG {
    font-weight: bold;
    color: #f63;
}

p.mb32 {
    margin-bottom: 32px;
}

.news-gw {
    background: #ffefff;
    border: solid 1px #ffadff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 16px;
}

.news-gw p:first-of-type {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 6px;
}

.news-gw p:last-of-type {
    margin-bottom: 0;
}

.center {
    text-align: center;
}

.rikon-school h2 {
    border: solid 1px #bcbcbc;
    margin-bottom: 24px;
}

.rikon-school .article {
    padding: 16px 8px;
    border-bottom: 1px dotted #666;
}

.rikon-school .article h3 {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 16px;
}

.rikon-school .article h3::before {
    position: relative;
    top: 10px;
    left: 0;
    content: url('/img/topix/note.gif');
    margin-right: 14px;
}

.rikon-school .article p.date {
    color: #707070;
    font-size: 14px;
    text-indent: 1em;
}

.soudan-free {
    position: relative;
    margin-bottom: 16px;
}

.soudan-free p {
    font-family: 'ヒラギノ角ゴ W6 JIS2004';
    margin: 0;
    padding: 0;
}

.soudan-free .date {
    position: absolute;
    color: #fff;
    top: 70px;
    left: 84px;
}

.soudan-free .at {
    position: absolute;
    color: #fff;
    top: 70px;
    left: 264px;
}

a.btn-square {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    color: #FFF;
    border-bottom: solid 4px #aaa;
    border-radius: 3px;
    font-size: 16px;
}

a.btn-square:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 4px transparent;
}

header * {
    box-sizing: border-box;
    max-width: 100%;
}

header h2 img {
    vertical-align: bottom;
}

/* ---------------------------------------------------------------------
  2. sp rules: width 767px 以下
--------------------------------------------------------------------- */
@media screen and (max-width: 767px) {

    .only-pc,
    .display-pc {
        display: none;
    }

    .access-office {
        margin-bottom: 20px;
    }

    .access-office p.map {
        margin-bottom: 16px;
    }

    .access-office .office {
        text-align: center;
    }

    .access-office .office p.desc {
        text-align: left;
        padding: 2px 16px 0;
    }

    .access-office .office a.btn-RED,
    .access-office .office a.btn-RED:link,
    .access-office .office a.btn-RED:visited,
    .access-office .office a.btn-BLU,
    .access-office .office a.btn-BLU:link,
    .access-office .office a.btn-BLU:visited {
        margin: 16px auto;
    }

    .fee01 table {
    /*    display: none;*/
    }

    #CertiAble table.cert-lawyer {
        border-collapse: collapse;
        width: 100%;
        font-size: 15px;
        border: solid 1px #888;
    }

    #CertiAble table.cert-lawyer th {
        width: 30%;
        border: solid 1px #888;
    }

    #CertiAble table.cert-lawyer th.title {
        text-align: center;
        background: #f9d5e9;
    }

    #CertiAble table.cert-lawyer td {
        border: solid 1px #888;
    }

    #CertiAble table.cert-lawyer td.lawyer {
        font-size: 20px;
        color: #f00;
    }

    .articleBlock .unit p.ryoukinn-square {
        background-color: #f9d5e9;
        display: block;
        margin: 20px auto;
        text-align: center;
        font-size: 22px;
        padding: 9px 0;
    }

    h3.man-legalservice {
        background: #8098b4;
        color: #fff;
        padding: 4px 8px;
        margin-bottom: 8px;
    }

    .man-legalservice-border {
        border: solid 1px #3498db;
        background: #eef3f7;
        padding: 8px;
    }

    .man-legalservice-how {
        background: #e3e3e3;
        padding: 8px;
    }

    .man-legalservice-border strong,
    .man-legalservice-how strong {
        color: #3498db;
    }

    #LW #LW1 #LW2 #LW3 #LH {
        display: block;
        background: none;
        padding: 13% 0 0;
        margin: 0;
    }

    #LW #LW1 #LW2 #LW3 #LH #LHW1 #LH1 {
        background: none;
    }

    #LW #LW1 #LW2 #LW3 #LH #LHW1 #LH1 #LH1W1 {
        background: none;
        width: auto;
        height: auto;
        padding: 0 8px;
    }

    #LW #LW1 #LW2 #LW3 #LH #LHW1 #LH1 #LH1W1 h1.CH1 {
        position: static;
        color: #fd79a8;
        margin-bottom: 6px;
    }

    #LW #LW1 #LW2 #LW3 #LH #LHW1 #LH1 #LH1W1 .CP1 {
        display: none;
    }

    #LW #LW1 #LW2 #LW3 #LH #LHW1 #LH1 #LH1W1 .LHCD_A1 {
        display: none;
    }

    #LW #LW1 #LW2 #LW3 #LH #LHW1 #LH1 #LH1W1 .LHCD_B1 {
        display: none;
    }

    #LW #LW1 #LW2 #LW3 #LH #sp-Header-wrap {
        padding: 0;
    }

    #LW #LW1 #LW2 #LW3 #LH #sp-Header-wrap #sp-Header h2 {
        height: auto;
        padding: 0;
        margin: 0;
    }

    #LW #LW1 #LW2 #LW3 #LH #LHW1 #LH2 {
        display: none;
    }

    #LW #LW1 #LW2 #LW3 #LH #LHW1 #LH3 {
        display: none;
    }

    .soudan-free {
        position: relative;
        margin-bottom: 12px;
    }

    .soudan-free p.date {
        position: absolute;
        top: 76%;
        left: 13%;
        font-size: 12px;
        color: #fff;
        text-shadow: none;
        margin: 0;
    }

    .soudan-free p.at {
        position: absolute;
        top: 76%;
        left: 39%;
        font-size: 12px;
        color: #fff;
        text-shadow: none;
        margin: 0;
    }

    .sp-flex-wrap {
        flex-wrap: wrap;
    }

    .sp-flex-wrap p {
        max-width: 48%;
    }

    header {
        display: none;
        /*padding-top: 12%;*/
    }

    header #head-h1,
    header .head-info,
    header nav {
        display: none;
    }

    header .head-nagoyasogo {
        padding: 0 4px;
        margin: 0;
    }

    header .head-nagoyasogo h2 {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }
}

/* ---------------------------------------------------------------------
  3. pc rules: width 768px 以上
--------------------------------------------------------------------- */
@media screen and (min-width: 768px),
print {

    .only-sp,
    .display-sp {
        display: none;
    }

    h2.access-office {
        display: none;
        margin-bottom: 0;
    }

    .access-office {
        margin-bottom: 20px;
    }

    .access-office p.map {
        float: left;
        width: 424px;
        margin-right: 16px;
    }

    .access-office .office {
        float: left;
        width: 250px;
    }

    table.cert-lawyer {
        display: none;
    }

    .articleBlock .unit p.ryoukinn-square {
        background-color: #f9d5e9;
        display: block;
        margin: 20px auto;
        width: 500px;
        text-align: center;
        font-size: 22px;
        padding: 9px 0;
    }

    .acc-flex {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        max-width: 690px;
    }

    .acc-flex .child {
        width: 48%;
    }

    header {
        text-align: left;
        margin-bottom: 12px;
    }

    header #head-h1 {
        border-bottom: solid 1px #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: 0;
    }

    header .head-office {
        display: flex;
        justify-content: space-between;
        margin: 0 -8px 8px 0;
    }

    header .head-office-detail {
        margin-right: 8px;
    }

    header .head-office-detail h3 {
        width: 110px;
        background: #e6e6e6;
        text-align: center;
        font-family: 'ヒラギノUD角ゴ W3 JIS2004', 'Hiragino UD Sans W3 JIS2004';
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    header .head-office-detail h3 {
        position: static;
        padding: 0;
        border: none;
        color: #333;
    }

    header .head-office-detail h3.w180 {
        width: 180px;
    }
    header .head-office-detail h3.w140 {
        width: 140px;
    }

    header .head-office-detail p {
        text-align: center;
        font-family: 'ヒラギノUD角ゴ W3 JIS2004', 'Hiragino UD Sans W3 JIS2004';
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0;
    }
}

/* ---------------------------------------------------------------------
  4. other rules: 例外に対応
--------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
    .img_marg {
        margin: 150px 0 0 39px;
    }
}