/*
Theme Name: 渥美相続・遺言相談室テーマ
Theme URI: http://atsumijimusho2.com/
Description: 渥美相続・遺言相談室の静的HTMLサイトから変換されたWordPressカスタムテーマです。
Version: 1.0.0
Author: Antigravity
Author URI: https://github.com/google-deepmind
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atsumijimusho
*/

/* 
  このテーマの基本スタイルは assets/css/theme.css で定義されています。
  必要に応じて追加のカスタムCSSをここに記述します。
*/

/* WordPressエディタ（Gutenberg / クラシック）で投稿した内容の見た目を整えるスタイル */
.column-content-wrapper,
.page-content-wrapper {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.column-content-wrapper p,
.page-content-wrapper p {
    margin-bottom: 1.5em;
}

/* h2見出し（元の .t0-b-lv3H 風のデザイン） */
.column-content-wrapper h2,
.page-content-wrapper h2 {
    font-size: 20px;
    font-weight: bold;
    color: #137A47; /* メインテーマカラーの緑 */
    border-left: 6px solid #FFA800; /* アクセントカラーのオレンジ */
    padding: 10px 15px;
    background-color: #f7f9f6;
    margin: 2em 0 1em;
    border-radius: 0 4px 4px 0;
}

/* h3見出し（元の .t0-b-lv4H 風のデザイン） */
.column-content-wrapper h3,
.page-content-wrapper h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #137A47;
    padding-bottom: 5px;
    margin: 1.8em 0 0.8em;
}

/* h4見出し */
.column-content-wrapper h4,
.page-content-wrapper h4 {
    font-size: 16px;
    font-weight: bold;
    color: #137A47;
    margin: 1.5em 0 0.5em;
    padding-left: 8px;
    border-left: 3px solid #137A47;
}

/* リストスタイル */
.column-content-wrapper ul,
.page-content-wrapper ul {
    list-style-type: disc;
    margin: 0 0 1.5em 20px;
    padding-left: 0;
}

.column-content-wrapper ol,
.page-content-wrapper ol {
    list-style-type: decimal;
    margin: 0 0 1.5em 20px;
    padding-left: 0;
}

.column-content-wrapper li,
.page-content-wrapper li {
    margin-bottom: 0.5em;
}

/* 引用 */
.column-content-wrapper blockquote,
.page-content-wrapper blockquote {
    margin: 1.5em 0;
    padding: 15px 20px;
    background-color: #f9f9f9;
    border-left: 4px solid #ccc;
    color: #555;
    font-style: italic;
}

/* 画像 */
.column-content-wrapper img,
.page-content-wrapper img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1.5em;
}

/* 強調文字 */
.column-content-wrapper strong,
.page-content-wrapper strong {
    font-weight: bold;
}

/* ==========================================================================
   MW WP Form カスタムスタイル
   ========================================================================== */
.mw_wp_form .error {
    color: #d9534f;
    font-weight: bold;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    font-family: inherit;
}
.mw_wp_form textarea {
    min-height: 120px;
    resize: vertical;
}
.t0-b-form-btn-confirm,
.t0-b-form-btn-submit {
    background: #e65c00;
    color: #fff;
    border: none;
    padding: 12px 45px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
    display: inline-block;
}
.t0-b-form-btn-confirm:hover,
.t0-b-form-btn-submit:hover {
    background: #cc5200;
}
.t0-b-form-btn-back {
    background: #666;
    color: #fff;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
    display: inline-block;
}
.t0-b-form-btn-back:hover {
    background: #555;
}

/* 旧サイト（atsumijimusho2.com）と同じヘッダー3カラムの配分に合わせる
   中央枠が旧より72px狭くなり、右の電話番号枠が左にずれるのを補正 */
.t0-b-headerCombi3__col2 { width: 835px; }
