/*
Theme Name:   GPCustom
Theme URI:    https://noguchi-kikaku.com/
Description:  Noguchi Kikaku GP Customize
Author:       Noguchi Kikaku
Author URI:   https://noguchi-kikaku.com/
Template:     generatepress
Version:      0.1

ドキュメント：https://docs.generatepress.com/

■目次
・フォント設定
・基本設定
・ヘッダー
・ナビゲーション
・パンクズ
・サイドバー
・フッター
・コンタクトフォーム
・お知らせにスクロールバー
・1行のお知らせ
・2行のお知らせ
・テーブル
・イメージ
・WP-PAGENAVI
・投稿メタ情報
・GP & Unsemantic調整
・Flexレイアウト
・ボタン装飾
・メディアクエリ
・追加のCSSはここから記載（tools.cssの上書きもここで）

■子テーマ内のcss/tools.css内で設定（必要なものを適宜当CSSで上書き）
・便利
・テキスト関連
・マージン上下左右
・パッディング上下左右
・横幅指定
・見出し・テキスト装飾
・リスト装飾
・Q&A装飾
・画像装飾
*/

@import url(https://fonts.googleapis.com/css?family=Ramabhadra);
@import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro);
@import url('css/tools.css');
/* =========================================================
* フォント設定
========================================================= */
/* 本文はNotoを利用（サイトのテイストに応じて適宜変更可能） */
/* https://fonts.google.com/?subset=japanese */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese');

/* =========================================================
* 基本設定
========================================================= */

body {
    font-family: 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
    /*font-family: 'Hiragino Mincho ProN', 游明朝, YuMincho, 'MS PMincho', sans-serif;*/
    /* カーニングの設定 */
    letter-spacing: 1.5px;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    -webkit-font-kerning: auto;
            font-kerning: auto;
}
button, input, select, textarea {
    font-family: 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
    /*font-family: 'Hiragino Mincho ProN', 游明朝, YuMincho, 'MS PMincho', sans-serif;*/
}
/* 見出し（基本はカスタマイザーで設定） */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
    /*font-family: 'Hiragino Mincho ProN', 游明朝, YuMincho, 'MS PMincho', sans-serif;*/
}
/* ブラウザ幅が768px以上のときのみNotoを読み込む */
@media only screen and (min-width: 768px) {
	body {
        font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
        /*font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 游明朝, YuMincho, 'MS PMincho', sans-serif;*/
	}
	button, input, select, textarea {
        font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
        /*font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 游明朝, YuMincho, 'MS PMincho', sans-serif;*/
	}
	h1, h2, h3, h4, h5, h6 {
        font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
        /*font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 游明朝, YuMincho, 'MS PMincho', sans-serif;*/
	}
}

/* カスタマイザーとは別に固定ページ（サイドバー無し）の背景色設定 */
body.no-sidebar {
    background-color: #fff;
}

/* 見出しフォントサイズ：カスタマイザーの設定に合わせる */
.h0 {font-size: 32px;}
.h1 {font-size: 30px;}
.h2 {font-size: 26px;}
.h3 {font-size: 22px; line-height: 1.75;}
.h4 {font-size: 18px; line-height: 1.75;}
.h5 {font-size: 16px; line-height: 1.75;}
.type-post h2 {font-size:24px; margin-bottom:10px;}
.type-post h3 {font-size:20px; margin-bottom:10px;}
@media only screen and (max-width: 768px) {
    .h0 {font-size: 28px;}
    .h1 {font-size: 26px;}
    .h2 {font-size: 22px;}
    .h3 {font-size: 20px;}
    .h4 {font-size: 18px;}
    .type-post h2 {font-size:22px;}
    .type-post h3 {font-size:18px;}
}

#main.site-main {
    margin-bottom: 40px;
}

/* GPPのPage Headerでカテゴリー用のヘッダーを用意する場合は非表示 */
.archive .page-header {
    display: none;
}
/* カテゴリー見出し */
.archive .page-header h1 {
    font-size: 185%;
}

/* キーカラー */
.k-color {
    color: #ec536c;
}
/* FontAwesome */
.fa {
    color: #ec536c;
}
a.button .fa,
a.button-3d .fa,
.generate-back-to-top .fa {
    color: #fff;
}

/* =========================================================
* ヘッダー
========================================================= */
.site-logo img.header-image {
    max-height: 58px;
    width: auto;
}
.catchcopy {
    background: #f7f6f2;
	background: #f57c90;
}
.catchcopy h1 {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 0 3px 3px 3px;
    font-weight: normal;
	color: #fff;
}

/* ヘッダー右側：header widget */
.header-widget {
    max-width: 60%;
}
.header-cta {
    width: 405px; /* コンテンツに応じて適宜調整 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 天地中央 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* 両端揃え */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	margin-top: 10px;
}

.header-cta-1 {
    text-align: right;
}
.header-tel {
    font-family: 'Source Serif Pro', serif;
	font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
	color:  #9f5f5f!important;
}
.header-tel a,
.header-tel .fa{
	color: #9f5f5f!important;
}
.header-txt {
    font-size: 12px;
    line-height: 18px;
}
.header-cta-2 {
    text-align: right;
}
.header-cta-2 .button {
    width: 190px; /* テキストに応じて適宜調整 */
    text-align: center;
    margin-bottom: 0;
	font-size: 15px!important;
	letter-spacing: 0;
	padding-left:10px!important;
	padding-right:10px!important;
}


/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.site-logo img.header-image {
        max-height: 48px;
        width: auto;
    }
	.site-logo {
		padding: 0 5px;
    }
    .inside-header {
        padding-top: 0;
    }
    .header-widget {
        max-width: 100%;
    }
    .header-cta {
        width: auto;
        /* 等間隔 */
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin: 0;
    }

    .header-cta-1,
    .header-cta-2 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
    }
    .header-cta-1 .button, 
    .header-cta-2 .button {
        width: 100%;
        padding: 8px 0;
		font-size: 15px;
        text-align: center;
        margin-bottom: 0;
		height: 26px;
    }
    .header-cta-2 .button {
        border-left: 1px solid rgba(255,255,255,1);
    }
    .header-cta-1 .button .fa,
    .header-cta-2 .button .fa {
        font-size: 17px;
        line-height: 17px;
    }
}


/* =========================================================
* ナビゲーション
========================================================= */
/* モバイル表示の電話番号 */
.main-navigation.slideout-navigation .main-nav ul li.menu-tel a {
    line-height: 1.5 !important;
	font-weight: bold;
}
.main-navigation.slideout-navigation .main-nav ul li.menu-tel a i {
    color:  #ec536c;
}

.main-navigation  ul.menu > li {
    width: auto; /* 5=>19.9 6=>16.6 7=>14 */
    letter-spacing: 1.5px !important;
}
/* 画面幅が小さくなったときに横幅指定解除 */
@media (max-width:1100px) {
    .main-navigation  ul.menu > li {
        width: auto;
    }
}

/* ナビゲーション間の仕切り線 */
.main-navigation ul.menu > li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    top: 22px;
    left: 0px;
    background: #ccc;
    z-index: 1;
}
/* 電話番号の隠しメニューがあるため最後から2番目も */
.main-navigation ul.menu > li:nth-last-child(2)::after,
.main-navigation ul.menu > li:last-child::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    top: 22px;
    right: 0px;
    background: #ccc;
    z-index: 1;
}
.main-navigation ul.menu > li:nth-child(1):before {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    top: 22px;
    left: 0px;
    background: #fff;
    z-index: 1;
}

/* サブナビゲーション */
.main-navigation ul ul li a{
	font-size: 14px!important;
}
.main-navigation ul ul li{
	border-bottom: solid 1px rgba(198,33,66,0.5);
}

/* サブナビゲーションの横幅 */
.main-navigation ul ul {
    width: auto; /* 適宜変更 */
	white-space: nowrap;
}


/* スクロールした際、ナビ領域にロゴを表示させる場合コメントアウト解除 */
/* スクロールした際に横幅指定解除 */
.navigation-stick ul.menu > li {
    /*width: auto;*/
}
/* スクロールした際に仕切り線解除 */
.navigation-stick ul.menu > li::before,
.navigation-stick ul.menu > li:nth-last-child(2)::after,
.navigation-stick ul.menu > li:last-child::after {
    /*content: none;*/
}

.main-nav:before{
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	border-radius: 3px;
	background: #EBE9E5;
}
/* Sサイズ Small Devices ナビゲーション線 */
@media only screen and (max-width: 768px) {
	.main-navigation{
	border-top: solid 1px #e3e3e3;
	}
	.main-nav:before{
	content: none;
}
	
}
	

/* =========================================================
* パンクズ
========================================================= */
.breadcrumbs {
    font-size: .8em;
    line-height: 20px;
    overflow: hidden;
    background: #f8f6f1;
    padding: 15px 0;
}
/* オーバーフローした場合、改行させずに…表示 */
.breadcrumbs .grid-container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* GPのセクションを利用した場合 */
.generate-sections-enabled .breadcrumbs {
    margin-top: 20px;
}

/* =========================================================
* サイドバー
========================================================= */
/* サイドバーウィジェットのタイトル設定 */
.sidebar .widget .widget-title {
    color: #6a474c;
    text-align: center;
    line-height: 1;
    padding: 15px 0;
    margin: -20px 0 20px 0; /* .sidebar .widgetのpadding打ち消し */
	border-bottom: solid 3px #6a474c;
}
/* セレクトボックスデザイン調整 */
.sidebar .widget select {
    width: 100%;
    padding: 3px;
}

/* ウィジェット用CTA */
.side-cta {
    border: 1px solid #e3e3e3;
	border-top: none;
	background: #FFFDF4;
    padding: 0;
    text-align: center;
	border-radius: 0 0 5px 5px;
	line-height: 1.4;
}
.side-cta-ttl{
	background: #6a474c;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	font-size: 16px;
	margin: 0;
	border-radius: 4px 4px 0 0;
	border: solid 1px #6a474c;
}

.side-img {
    padding: 0;
}
.side-tel {
    font-family: 'Source Serif Pro', serif;
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    padding: 5px 0;
	color: #9f5f5f;
	letter-spacing: o;
	
}
.side-tel b,
.side-tel a,
.side-tel .fa{
	color: #9f5f5f!important;
}


.side-cta .side-time{
	line-height: 1.3;
}

.side-tel a {
    color: #333;
}
.side-button {
    padding: 10px 3px;
	background: #fff;
}
/*.side-button:before{
	content: "";
	display: block;
	height: 1px;
	width: 90%;
	margin: -5px auto 5px auto;
	border-top: dotted 1px #CDBEBE;
}
*?
.side-button .button{
	letter-spacing: 0;
}

/* wp show posts関係 */
.sidebar .wp-show-posts-entry-meta {
    text-align: right;
}
.sidebar .wp-show-posts-image.wpsp-image-left {
    margin-right: 15px;
}
.sidebar .wp-show-posts .wp-show-posts-entry-title {
    font-size: 15px;
    line-height: 1.75;
    font-weight: normal;
}

/* =========================================================
* フッター
========================================================= */

.footer-widget-logo {
    margin-bottom: 10px;
}
.footer-widget-logo img.footer-logo {
    max-height: 50px;
    width: auto;
}

/* サイトマップ用の装飾 */
.footer-widget-menu-title {
    font-size: 120%;
    line-height: 2em;
}
.footer-widget-menu ul,
.footer-widget-menu ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 90%;
    line-height: 1.6em;
}
.footer-widget-menu li {
    margin: 0;
    padding: 0;
}
.footer-widget-menu li.footer-widget-menu-child {
    margin-left: 0px;
}

.footer-widget-info .fa {
    width: 26px;
    text-align: center;
}

.footer-tel {
    font-family: 'Source Serif Pro', serif;
	font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
	display: inline;
}
.footer-cta {
	font-size: 18px;
}


/* =========================================================
* モバイルCTA　2019.2.21追加
========================================================= */
@media (max-width: 768px) {
    .mobile-cta {
        width: 100%;
        background-color: #79ac0c;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* 天地中央 */
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* 両端揃え */
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .mobile-cta-1,
    .mobile-cta-2 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
    }
    .mobile-cta-1 .button, 
    .mobile-cta-2 .button {
        width: 100%;
        padding: 15px 0;
        text-align: center;
        margin-bottom: 0;
        line-height: 1;
    }
    .mobile-cta-2 .button {
        border-left: 1px solid rgba(255,255,255,0.5);
        width: calc( 100% - 1px );
    }
    .mobile-cta-1 .button .fa,
    .mobile-cta-2 .button .fa {
        font-size: 18px;
        line-height: 1;
    }
    /* 以下、CTAをフッターに固定する場合（固定にしない場合はコメントアウト） */
    .mobile-cta-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }
    .generate-back-to-top, .generate-back-to-top:visited {
        bottom: 53px;
        right: 5px;
        z-index: 200;
    }
    footer.site-info {
        margin-bottom: 48px;
    }
    /* CTAのフッター固定ここまで */
}

/* =========================================================
* コンタクトフォーム
========================================================= */
/* チェックボックス縦並び */
span.wpcf7-list-item {
    display: block;
}

/* チェックボックス装飾 */
.acceptance-0 input[type="checkbox"] {
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    margin-right: 5px;
}

/* 電話・FAX装飾 */
span.contact-label {
    background-color: #ec536c;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    padding: 4px 8px;
    margin: 0 10px 0 0;
}

span.contact-no {
    font-family: 'Source Serif Pro', serif;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px) {
span.contact-no {
    font-size: 28px;
}

}


/* =========================================================
* お知らせにスクロールバー
* jQuery custom content scroller用の設定：不使用の場合は削除
========================================================= */
.scroller {
    height: 230px; /* 高さ調整 */
    overflow: auto;
}
/* スクロールバーの色（標準は黒） */
.scroller .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.75);
    background-color: rgba(26, 80, 157,.8);
}
.scroller .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: rgba(0,0,0,.85);
    background-color: rgba(26, 80, 157,.9);
}
.scroller .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.scroller .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: rgba(0,0,0,.9);
    background-color: rgba(26, 80, 157,.9);
}

/* =========================================================
* 1行のお知らせ
========================================================= */
.list-news {
    list-style: none;
    margin: 0;
    /*
    外枠をボーダーで囲む場合
    border: #e3e3e3 1px solid;
    border-bottom: none;
    */
}
.list-news li {
    border-bottom: #e3e3e3 1px dotted;
	font-size: 15px;
}

.list-news li a {
    display: block;
    text-decoration: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
	color: #474747;
}
.list-news li a:hover {
    background: #FDF4F4;
}

.list-news li .list-news-wrap {
    display: table;
    table-layout: fixed; /* オーバーフローを…表示 */
}

.list-news li .list-news-wrap span {
    display: table-cell;
}

.list-news li .list-news-wrap .news-date {
    padding: 10px 20px;
    width: 120px; /* 合計:160px */
}

.list-news li .list-news-wrap .news-cat {
    padding: 10px 20px 10px 0; /* 合計:140px */
}

.list-news li .list-news-wrap .news-txt {
    padding: 10px 20px 10px 0;
    width: auto;
}

.news-date {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
	font-weight: bold;
}
.news-cat {
    vertical-align: middle;
    white-space: nowrap;
}

/* カテゴリ部分のデフォルト設定 */
.news-cat span {
    width: 110px; /* 合計:120px カテゴリ名称が長い場合要調整 */
    min-width: 110px;
    max-width: 110px; /* オーバーフローを…表示 */
    overflow: hidden; /* オーバーフローを…表示 */
    text-overflow: ellipsis; /* オーバーフローを…表示 */
    text-align: center;
    padding: 5px;
    background: #ec536c;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

/* カテゴリ毎に背景色設定 */
.news span {
    background: #ec536c;
}

@media screen and (max-width: 768px) {
    .list-news li .list-news-wrap {
        display: block;
    }
    .list-news li .list-news-wrap span {
        display: inline-block;
    }
    .list-news li .list-news-wrap .news-date {
        padding: 10px 10px 0 0;
        width: auto;
    }
    .list-news li .list-news-wrap .news-cat {
        padding: 10px 0 0 0;
        vertical-align: -9px; /* スマホ表示時の高さ調整 */
    }
    .list-news li .list-news-wrap .news-txt {
        padding: 0 0 10px 0px;
        display: block;
        width: auto;
    }
    .news-cat span {
        padding: 4px;
    }
}

/* =========================================================
* 2行のお知らせ
========================================================= */
.news2row {
    margin: 0;
    padding: 0;
}
.news2row .info-column {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px dotted #ccc;
}
.news2row .info-meta {
    line-height: 1em;
}
.news2row .info-meta .info-cat {
    float: left;
    text-align: center;
    width: 80px;
    margin-right: 10px;
}
.news2row .info-meta .info-date {
    display: table-cell;
    vertical-align: middle;
    font-size: 90%;
    line-height: 1.4em;
}
.news2row .info-title {
    margin-top: 5px;
}
/*-- カテゴリのスラッグ毎に色を変える --*/
.news2row .info-meta .info-cat {
    padding: 2px 6px;
    font-size: 80%;
    color: #fff;
    background: #ec536c;
}

/* =========================================================
* テーブル Bootstrap仕様
========================================================= */
table, td, th {
    border: none;
    font-weight: normal;
}
/* CSSリセットここまで */

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    table-layout: fixed; /* 2016.1.10追加 */
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
    /* toolsのwidth解除 */
    table:not(.table-pc) .width5p   { width: 100% !important; }
    table:not(.table-pc) .width10p  { width: 100% !important; }
    table:not(.table-pc) .width15p  { width: 100% !important; }
    table:not(.table-pc) .width20p  { width: 100% !important; }
    table:not(.table-pc) .width25p  { width: 100% !important; }
    table:not(.table-pc) .width30p  { width: 100% !important; }
    table:not(.table-pc) .width33p  { width: 100% !important; }
    table:not(.table-pc) .width35p  { width: 100% !important; }
    table:not(.table-pc) .width40p  { width: 100% !important; }
    table:not(.table-pc) .width45p  { width: 100% !important; }
    table:not(.table-pc) .width50p  { width: 100% !important; }
    table:not(.table-pc) .width55p  { width: 100% !important; }
    table:not(.table-pc) .width60p  { width: 100% !important; }
    table:not(.table-pc) .width65p  { width: 100% !important; }
    table:not(.table-pc) .width66p  { width: 100% !important; }
    table:not(.table-pc) .width70p  { width: 100% !important; }
    table:not(.table-pc) .width75p  { width: 100% !important; }
    table:not(.table-pc) .width80p  { width: 100% !important; }
    table:not(.table-pc) .width85p  { width: 100% !important; }
    table:not(.table-pc) .width90p  { width: 100% !important; }
    table:not(.table-pc) .width95p  { width: 100% !important; }
    table:not(.table-pc) .width100p { width: 100% !important; }
    table:not(.table-pc) .width0    { width: 100% !important; }
    table:not(.table-pc) .width5    { width: 100% !important; }
    table:not(.table-pc) .width10   { width: 100% !important; }
    table:not(.table-pc) .width15   { width: 100% !important; }
    table:not(.table-pc) .width20   { width: 100% !important; }
    table:not(.table-pc) .width25   { width: 100% !important; }
    table:not(.table-pc) .width30   { width: 100% !important; }
    table:not(.table-pc) .width35   { width: 100% !important; }
    table:not(.table-pc) .width40   { width: 100% !important; }
    table:not(.table-pc) .width45   { width: 100% !important; }
    table:not(.table-pc) .width50   { width: 100% !important; }
    table:not(.table-pc) .width55   { width: 100% !important; }
    table:not(.table-pc) .width60   { width: 100% !important; }
    table:not(.table-pc) .width65   { width: 100% !important; }
    table:not(.table-pc) .width70   { width: 100% !important; }
    table:not(.table-pc) .width75   { width: 100% !important; }
    table:not(.table-pc) .width80   { width: 100% !important; }
    table:not(.table-pc) .width85   { width: 100% !important; }
    table:not(.table-pc) .width90   { width: 100% !important; }
    table:not(.table-pc) .width95   { width: 100% !important; }
    table:not(.table-pc) .width100  { width: 100% !important; }
    table:not(.table-pc) .width150  { width: 100% !important; }
    table:not(.table-pc) .width200  { width: 100% !important; }
    table:not(.table-pc) .width250  { width: 100% !important; }
    table:not(.table-pc) .width300  { width: 100% !important; }
    table:not(.table-pc) .width350  { width: 100% !important; }
    table:not(.table-pc) .width400  { width: 100% !important; }
    table:not(.table-pc) .width450  { width: 100% !important; }
    table:not(.table-pc) .width500  { width: 100% !important; }
}

.table-borderbottom {
    border-bottom: 1px solid #dddddd;
}

/* th調整 */
th {
    text-align: left;
    background: #FAEDED!important;
}


/* モバイル時のフォント */
table.hide-on-desktop,
table.hide-on-tablet {
    font-size: 80%;
}

/* =========================================================
* テーブル レスポンシブ設定（2列の場合に効果的）
========================================================= */
/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
    table.table-small {
        font-size: 80%;
        letter-spacing: 0;
    }
    table.table-small tr th,
    table.table-small tr td {
        padding: 5px;
    }
    .table,
    .table-bordered {
        border: none !important;
    }
    /* tableのレスポンシブ対応（table-pcを除く） */
    table:not(.table-pc) th,
    table:not(.table-pc) td {
        width: 100%;
        display: block;
    }
    table:not(.table-pc) th {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background: rgba(0, 0, 0, 0.05);
        padding: 5px !important;
    }
    table:not(.table-pc) td {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 10px 5px 20px 5px !important;
        border: none !important;
    }
    table:not(.table-pc) input,
    table:not(.table-pc) select,
    table:not(.table-pc) textarea {
        width: 100%;
    }
    /* checkboxのレスポンシブ対応 */
    table:not(.table-pc) span.wpcf7-list-item input {
        width: auto;
    }
}
/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (max-width : 320px) {
    table.table-small {
        font-size: 70%;
        letter-spacing: 0;
    }
    table.table-small tr th,
    table.table-small tr td {
        padding: 5px;
    }
}


/* =========================================================
* イメージ
========================================================= */
img {
    vertical-align: middle;
}
a:hover img {
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

/* =========================================================
* WP-PAGENAVI
========================================================= */
/*
* generatepressのページャーを非表示
* https://generatepress.com/forums/topic/blog-paging-pagenavi-styles/
*/
.nav-links .page-numbers {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
    text-decoration: none;
    padding: 5px 8px;
    margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:active,
.wp-pagenavi a:focus {
    color: #ec536c;
    border: 1px solid #fff;
    background: none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background: #ec536c;
    border: 1px solid #fff;
    padding: 5px 8px;
}

.wp-pagenavi a:hover {
    color: #ffffff;
    background: #ec536c;
    border: 1px solid #fff;
    padding: 5px 8px;
}

.wp-pagenavi span.pages {
    color: #ec536c;
    background: none;
    padding: 5px 8px 5px 0;
}

.wp-pagenavi span.extend {
    background: transparent;
    color: #ec536c;
    background: none;
}

/* =========================================================
* 投稿メタ情報（次へ前へ等）
========================================================= */

/* 次へ前へ */
.post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav-previous, .nav-next {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.nav-previous {
    /*border-right: 1px solid #e3e3e3;*/
}

.nav-previous .prev,
.nav-next .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav-previous .prev:before,
.nav-next .next:after {
    background: #eee;
    display: block;
    margin: 0;
    padding: 10px 5px;
    width: auto;
}
.nav-previous .prev:before {
    content: "\f104";
}
.nav-next .next:before {
    content: "";
    margin: 0;
    width: 0;
}
.nav-next .next:after {
    font-family: FontAwesome;
    text-align: center;
    content: "\f105";
}
.nav-previous .prev a,
.nav-next .next a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 5px 10px;
}
.nav-previous .prev a {
    text-align: left;
}
.nav-next .next a {
    text-align: right;
}

/* =========================================================
* GP & Unsemantic調整
========================================================= */
/* フルワイドのセクション：GPのセクション利用時にCustom Classesに設定 */
.generate-sections-fullwide .generate-sections-inside-container {
    padding-left: 0;
    padding-right: 0;
}
/* GPのセクション利用時にCustom Classesに設定 */
.grid-container-800 .generate-sections-inside-container  {max-width: 800px;margin:0 auto;}
.grid-container-900 .generate-sections-inside-container  {max-width: 900px;margin:0 auto;}
.grid-container-1000 .generate-sections-inside-container {max-width: 1000px;margin:0 auto;}
.grid-container-1100 .generate-sections-inside-container {max-width: 1100px;margin:0 auto;}
.grid-container-1200 .generate-sections-inside-container {max-width: 1200px;margin:0 auto;}
.grid-container-1300 .generate-sections-inside-container {max-width: 1300px;margin:0 auto;}
.grid-container-1400 .generate-sections-inside-container {max-width: 1400px;margin:0 auto;}
.grid-container-1500 .generate-sections-inside-container {max-width: 1500px;margin:0 auto;}
.grid-container-1600 .generate-sections-inside-container {max-width: 1600px;margin:0 auto;}
.grid-container-1700 .generate-sections-inside-container {max-width: 1700px;margin:0 auto;}

/* 固定幅 */
.grid-400 {max-width: 400px;margin:0 auto;}
.grid-500 {max-width: 500px;margin:0 auto;}
.grid-600 {max-width: 600px;margin:0 auto;}
.grid-700 {max-width: 700px;margin:0 auto;}
.grid-800 {max-width: 800px;margin:0 auto;}
.grid-900 {max-width: 900px;margin:0 auto;}
.grid-1000 {max-width: 1000px;margin:0 auto;}
.grid-1100 {max-width: 1100px;margin:0 auto;}
.grid-1200 {max-width: 1200px;margin:0 auto;}
.grid-1300 {max-width: 1300px;margin:0 auto;}
.grid-1400 {max-width: 1400px;margin:0 auto;}
.grid-1500 {max-width: 1500px;margin:0 auto;}
.grid-1600 {max-width: 1600px;margin:0 auto;}
.grid-1700 {max-width: 1700px;margin:0 auto;}

/* 固定ページ･投稿ページヘッダーのアイキャッチ画像非表示 */
.page .page-header-image,
.page-header-image-single {
    display: none;
}

/* =========================================================
* Flexレイアウト
========================================================= */
.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; /* 両端揃え */
}
.flex-item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%; /* 2分割 */
}
.flex-item.flex-33 {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%; /* 3分割 */
}
@media only screen and (max-width: 768px) {
    .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; /* 縦方向に並べる */
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .flex-item, .flex-item.flex-33 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 20px;
    }
    .flex-item:last-child {
        margin-bottom: 0;
    }
}

/* =========================================================
* ボタン装飾（GPの標準buttonをベースに）
* ベースのボタンカラーはカスタマイザーで設定可能
* サイトのテイストにあわせて丸ごと入れ替え可
========================================================= */
button, html input[type=button], input[type=reset], input[type=submit] {
    /* 角丸やパッディング等調整あれば記載 */
	 border-radius: 3px;
	
}

.button i.left {
    border-right: 1px solid rgba(255, 255, 255, .2);
    margin-right: 3px;
    padding-right: 3px;
}
.button i.right {
    border-left: 1px solid rgba(255, 255, 255, .2);
    margin-left: 5px;
    padding-left: 10px;
}

.button.round {
    border-radius: 3px;
}

.button.black,
.button.black:visited {
    background: #333;
    color: #FFF !important;
}
.button.black:hover {
    background: #111;
}

.button.blue,
.button.blue:visited {
    background: #ec536c;
    color: #FFF !important;
}
.button.blue:hover {
    background: #154891;
}

.button.green,
.button.green:visited {
    background: #21886A;
    color: #FFF !important;
}
.button.green:hover {
    background: #1c735a;
}

.button.pink,
.button.pink:visited {
    background: #f0788a;
    color: #FFF !important;
}
.button.pink:hover {
    background: #e5687b;
}

.button.red,
.button.red:visited {
    background: #c81e32;
    color: #FFF !important;
}
.button.red:hover {
    background: #b91629;
}

.button.lpink,
.button.lpink:visited {
    background: #FEF0F0!important;
	background: #fbe8e8!important;
    color: #e95e74!important;
	border: solid 1px #f5dada;
	border-top: solid 1px #ffe8e8;
	border-bottom: solid 3px #efbcc2;
}
.button.lpink:hover {
    background: #fff!important;
    color: #e95e74!important;
	border: solid 1px #efbcc2;
	border-bottom: solid 1px #efbcc2;
	margin-bottom: 2px;
}
.button.lpink:active {
    background: #f5dada;
}

.button.lpink i.left {
    border-right: 1px solid #F8D8D9;
    margin-right: 5px;
    padding-right: 10px;
	color: #e95e74!important;
}


.button.see-through {
    background-color: transparent;
    color: #333;
    font-weight: bold;
    border: 2px solid #333;
}
.button.see-through:hover {
    background-color: #333;
    color: #FFF;
}
.button.see-through i.fa {
    color: #333;
}
.button.see-through i.left {
    border-right: 1px solid #333;
}
.button.see-through i.right {
    border-left: 1px solid #333;
}
.button.see-through:hover i.fa {
    color: #fff;
}
.button.see-through:hover i.left {
    border-right: 1px solid #fff;
}
.button.see-through:hover i.right {
    border-left: 1px solid #fff;
}




/* 3dボタン */
a.button-3d {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;

    background-color: #777;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: 0 3px 0 #555;
            box-shadow: 0 3px 0 #555;
}
.button-3d:hover {
    color: #fff;
    background-color: #666;
    -webkit-box-shadow: 0 3px 0 #444;
            box-shadow: 0 3px 0 #444;
}
.button-3d:active {
    top: 3px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
/* 3dボタン：カラー */
.button-3d.red {
    background-color: #ee5b5c;
    -webkit-box-shadow: 0 3px 0 #da3131;
            box-shadow: 0 3px 0 #da3131;
}
.button-3d.red:hover {
    background-color: #ec434a;
    -webkit-box-shadow: 0 3px 0 #cf1b22;
            box-shadow: 0 3px 0 #cf1b22;
}
.button-3d.green {
    background-color: #70B44A;
    -webkit-box-shadow: 0 3px 0 #559631;
            box-shadow: 0 3px 0 #559631;
}
.button-3d.green:hover {
    background-color: #63a73e;
    -webkit-box-shadow: 0 3px 0 #559631;
            box-shadow: 0 3px 0 #559631;
}
.button-3d.blue {
    background-color: #19afc3;
    -webkit-box-shadow: 0 3px 0 #0894a7;
            box-shadow: 0 3px 0 #0894a7;
}
.button-3d.blue:hover {
    background-color: #14a7bb;
    -webkit-box-shadow: 0 3px 0 #0a94a6;
            box-shadow: 0 3px 0 #0a94a6;
}
.button-3d.orange {
    background-color: #f39800;
    -webkit-box-shadow: 0 3px 0 #eb6100;
            box-shadow: 0 3px 0 #eb6100;
}
.button-3d.orange:hover {
    background-color: #e89100;
    -webkit-box-shadow: 0 3px 0 #eb6100;
            box-shadow: 0 3px 0 #eb6100;
}
.button-3d.purple {
    background-color: #5b6bdc;
    -webkit-box-shadow: 0 3px 0 #3b4cbf;
            box-shadow: 0 3px 0 #3b4cbf;
}
.button-3d.purple:hover {
    background-color: #4a5bce;
    -webkit-box-shadow: 0 3px 0 #2d3dad;
            box-shadow: 0 3px 0 #2d3dad;
}

/* =========================================================
* メディアクエリ
========================================================= */
/*==========  非モバイル・ファーストの場合  ==========*/
/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {}

/* カスタマイザーのContainer Width */
@media only screen and (max-width: 1100px) {}

/* XGA(iPad・タブレット) */
@media only screen and (max-width: 1024px) {
    /* ロゴセンター寄せ */
    .inside-header {
        text-align: center;
    }
}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width: 992px) {}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /* モバイル時にはシステム標準フォント */
    body {
        font-family: sans-serif;
        letter-spacing: 0;
    }
    .mobile-grid-100 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /* フッターコピーライト */
    .site-info .copyright-bar .txtleft,
    .site-info .copyright-bar .txtright {
        text-align: center;
    }
}

/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {}

/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (max-width: 320px) {}


/*==========  モバイル・ファーストの場合  ==========*/
/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (min-width: 320px) {}

/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (min-width: 768px) {}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (min-width: 992px) {}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {}


/* =========================================================
* 追加CSS（コメントを付けてわかりやすく記載して下さい）
========================================================= */
/* tools.css調整 */
.ttl-03 {
    background-color: #ec536c;
    border-radius:0;
}
.ttl-03:before {
    border-left: 3px solid #fff;
    border-radius:0;
}
.ttl-04:before{
    border-bottom: 3px solid #ec536c;
}
.ttl-04:after{
    border-bottom: 3px solid #6a474c;
}
.ttl-04-lv2:before{
    border-bottom: 2px solid #ec536c;
}

/* hタグ */
.ttl-border-left{
	border-left: solid 5px #6a474c;
	padding: 15px;
}
/* hタグ明朝体 */
.serif{
font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 游明朝, YuMincho, 'MS PMincho', sans-serif;
font-weight: 500;
}

/*背景色*/
.bg-lpink{
	background: #ffc5cd;
}
.bg-lgreen{
	background: #d4eaad;
}
.bg-lyellow{
	background: #fbeda2;
}
.bg-ivory{
	background: #f8f6f1;
}
.bg-ppink{
	background: #FAEDED;
}
.bg-pgreen{
	background: #ECF6DC;
}

/*テキスト色*/
.txt-black{
	color: #474747;
}
.txt-brown{
	color: #977165;
}
.txt-dbrown{
	color: #514943;
}
.txt-ygreen{
	color: #63ae0c;
	color: #6bb01c;
}
.txt-lpink{
	color: #FFC6CE;
}
.txt-lgreen{
	color: #C5EFA5;
}
.txt-lyellow{
	color: #fbeda2;
}
.marker-pink{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe5e9));
	background: linear-gradient(transparent 70%, #ffe5e9 70%);
}

/*ボーダー*/
.border-box{
	border: solid 1px #e3e3e3;
}
.border-round{
	border-radius: 5px;
}

/*リスト装飾*/
ul.no-marker{list-style-type: none;}
ul.decimal{list-style-type: decimal;}
ul.katakana{list-style-type: katakana;}

/*ページ内リンク調整*/
.page-link{
	padding-top: 90px;
	margin-top: -80px;
}

/* 固定ページヘッダー */
.generate-content-header {
    background-size: auto;
	background-position: top left;
}
.generate-content-header .page-ttl{
	background: rgba(255,255,255,0.8);
	display: inline-block;
	padding: 0.2em 1.5em;
	margin: -15px auto 10px auto;
	font-weight: 600;
}
@media only screen and (max-width: 768px) {
    .generate-content-header .page-ttl{
    font-size: 22px;
    }
}
/* 固定ページタイトル */
.entry-header .entry-title {
    padding: 10px;
    border-bottom: solid 3px #ec536c;
    color: #474747;
}
.entry-header .entry-title a{
    color: #ec536c;
}
.entry-header .entry-title:before {
    content: none;
}

/* WPShowPostsのタイトル */
.wp-show-posts .wp-show-posts-entry-title {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
}

/* サイドバー 弁護士紹介・対応エリア */
.sidebar .side-lawyer{
	margin-top: -20px;
	display: block;
	color: #887069;
}
.sidebar .side-area{
	background: url(img/side_map.png) top right no-repeat;
	padding-bottom: 50px;
	color: #887069;
}
@media only screen and (max-width: 768px) {
    .sidebar .side-lawyer,
    .sidebar .side-area{
        padding: 15px;
    }
}

/* フッター */
.footer-contact{
	background: #fff;
	border-top: solid 1px #ebe8e1;
}
.footer-contact > div{
	border-bottom: solid 1px #fff;
	background: url(img/ft_contact.jpg) top right no-repeat #fff;
	min-height: 240px;
	padding-bottom: 20px;
	color: #9f5f5f!important;
}
.footer-contact h2{
	color: #F68598;
	color: #83aa46;
	font-size: 38px;
	border-bottom: dotted 1px #F9D4D5;
	width: 70%;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.footer-contact-tel div{
    font-family: 'Source Serif Pro', serif;
	font-size: 46px;
    line-height: 46px;
    letter-spacing: 0;
	color: #9f5f5f!important;
}
.footer-contact-tel div .fa{
	color: #9f5f5f!important;
	font-size: 42px!important;
}
.footer-contact .button{
	font-size: 18px;
	width: 100%;
	text-align: center;
}
@media only screen and (max-width: 1200px) {
	.footer-contact-tel div{
	font-size: 40px;
    line-height: 40px;
}
.footer-contact-tel div .fa{
	font-size: 40px!important;
}
}

/* トップページ */
.top-about p{
	margin-bottom: 10px;
	padding: 10px;
	font-size: 18px;
	line-height: 1.5;
	border-top: solid 2px #eee;
}
.top-about p b{
	font-size: 22px;
	font-weight: 500;
}
.top-about .num{
	font-family: 'Source Serif Pro', serif;
	font-weight: bold;
	font-size: 28px;
	display: inline-block;
	background: #e67280;
	border-radius: 50%;
	text-align: center;
	padding-left: 2px;
	padding-bottom: 2px;
	width: 36px;
	height: 36px;
	color: #fff;
	margin-right: 8px;
}
.top-header{
	 background: #f7f6f2;
}
.top-service-ttl h2{
	font-size: 23px;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: 0.1em;
	font-weight: 500;
	padding: 15px 10px;
	line-height: 1.5;
	border-left: solid 5px #6a474c;
}
.top-service-ttl > div p{
	font-size: 23px;
	line-height: 1.5;
	margin: 0;
	padding: 15px 10px 15px 15px;
}
.top-service ul{
	margin: 10px 0 -3px 15px;
}
.top-service ul li{
	padding: 5px;
	border-bottom: dotted 1px #ccc;
}
.top-service .top-service-point{
	border: solid 2px #f74f4f;
	padding: 5px 8px;
	color: #f74f4f;
}
.top-service-link a div{
	display: block;
	font-size: 14px;
	background: #6a474c;
	color: #fff;
	padding: 5px;
}
.top-service-link a:hover div{
	background: #7f5d5d;
}
.top-service-link a div b{
	font-size: 18px;
	display: block;
	margin-bottom: -5px;
	font-weight: 500;
}
.top-service-link a{
    border-radius: 4px;
	display: block;
	overflow: hidden;
	margin: 0 auto 10px auto;
	max-width: 400px;
}
.top-service-link a div b i{
	font-size: 20px;
}
.top-service-link p{
	margin: 0;
}


@media only screen and (max-width: 768px) {
.top-about h2{
	font-size: 22px;
}
.top-about p{
	font-size: 16px;
}
.top-about p b{
	font-size: 18px;
}
.top-about .num{
	font-family: 'Source Serif Pro', serif;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	background: #e67280;
	border-radius: 50%;
	text-align: center;
	padding-left: 2px;
	padding-bottom: 2px;
	width: 30px;
	height: 30px;
	color: #fff;
	margin-right: 8px;
}
}


/*弁護士紹介*/
table.history th{
	background: none!important;
	border-bottom: solid 1px #ddd;
	padding: 5px;
	font-weight: bold;
}
table.history td{
	background: none!important;
	border-bottom: solid 1px #ddd;
	padding: 5px;
}

/*サービス*/
.num-pink{
	background: #ec536c;
	display: inline-block;
	text-align: center;
	max-width: 40px;
	color: #fff;
	padding: 2px 10px;
}
.service .num-brown{
	font-family: 'Source Serif Pro', serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
	display: inline-block;
	background: #6a474c;
	border-radius: 50%;
	text-align: center;
	padding-left: 2px;
	width: 28px;
	height: 28px;
	color: #fff;
	margin-right: 8px;
}
.service-qestion{
	padding: 20px 10px 10px 10px;
	background: #f9f9f9;
}
.service-qestion li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #DCD6D6;
}
.service-qestion li:last-child{
	border-bottom: none;
}

/*相談・依頼方法*/
.flow-contact {
	border: solid 3px #FADBDC;
	border-radius: 5px;
	padding: 10px;
}

/* 費用 */
.fee-list li{
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.fee-list li h4{
	background: #FAEDED;
	padding: 3px 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.fee-list li h5{
	background: #eee;
	padding: 3px 10px;
}

/* 相談・依頼方法・お問い合わせ */
.tel {
    font-family: 'Source Serif Pro', serif;
	font-size: 35px;
    line-height: 38px;
    letter-spacing: 0;
}
/* 個人情報保護 */
.privacy{
	padding: 10px;
	border: solid 1px #e3e3e3;
}
.privacy{
	padding: 10px;
}
.privacy h3{
	padding: 10px;
	background: #f8f6f1;
}

/* 2018.4.24追加 */
/* サイドバー：コンテンツメニュー */
.side-menu-ttl{
	background: #6a474c;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	font-size: 16px;
	margin: 0;
	border-radius: 4px 4px 0 0;
	border: solid 1px #6a474c;
}

.side-menu {
    border: 1px solid #e3e3e3;
	border-top: none;
	background: #ffffff;
    padding: 10px;
	border-radius: 0 0 5px 5px;
	line-height: 1.8;
}
.sidebar .widget .side-menu a {
    color: #514943;
}
.sidebar .widget .side-menu a:hover, 
.sidebar .widget .side-menu a:active, 
.sidebar .widget .side-menu a:focus {
    color: #ec536c;
}

.side-menu h5 {
    border-left: solid 5px #6a474c;
    background: #f8f6f1;
    padding: 5px;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", 游明朝, YuMincho, "MS PMincho", sans-serif;
    font-weight: 500;
    margin: 20px 0 10px 0;
}
.side-menu h5:first-child {
    margin: 0 0 10px 0;
}

/* 2019.2.21追加 */
@media (max-width: 768px) {
    .site-header {
        border-top: 5px solid #ec536c;
    }
}


/* 2019.3.4追加 */
/* トップメイン　テキスト・リンク追加 */
.top-main{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.top-main .top-main-link{
	background: #5a363c;
}
.top-main .top-main-link > div{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}
.top-main .top-main-link a,
.top-main .top-main-link .fa {
    color: #ec536c;
    font-size: 120%;
}
@media (max-width: 768px) {
.top-main {
    margin-bottom: -40px;
}
.top-main .top-main-link > div{
    padding: 10px 0 30px 0;
}
.top-main .top-main-link .button {
    color: #ec536c;
    font-size: 15px;
    margin: 0 auto 10px auto;
    max-width: 90%;
    padding: 8px 10px!important;
    font-weight: bold;
}
}

.footer-bar-align-center .footer-bar {
    margin: 0;
}


/* 2022.7.25追加 */
.top-point{
	border: solid 3px #6a474c;
	border-radius: 4px;
	padding: 25px 0 0 0;
	position: relative;
}
.top-point .top-point-ttl{
	background: #6a474c;
	color: #fff;
	font-size: 22px;
	padding: 5px;
	width: 260px;
	margin: 0 auto;
	position: relative;
	top: -45px;
	border-radius: 4px;
	text-align: center;
	margin-bottom: -30px;
	font-weight: 500;
}
.top-point .top-point-ttl::after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #41181d;
	border-width: 10px;
	margin-left: -10px;
}
.top-point p:nth-child(1){
	border-bottom: dotted 1px #ccc;
	padding: 5px 0;
}
.top-point .button {
    padding: 5px 20px;
	position: absolute;
	right: 20px;
	bottom: -20px;
}
.top-point .button .fa {
    color: #ec536c;
}

/* CF7のPタグ自動挿入調整 */
.wpcf7 table p:last-child { margin-bottom: 0; }
