/**ヘッダーロゴ**/
.home .c-headLogo__img {margin-top: 4em;}
@media screen and (max-width:960px) {
.home .c-headLogo__img {margin-top: -.7em;}
}

/**ヘッダーメニュー非表示**/
.c-gnav{display:none;}
.l-header__menuBtn,.sp_{display:none;}

/**記事リスト非表示**/
.home .p-homeContent{display:none;}

/**フッター**/
.l-footer { background: url(https://okazakisangyo.com/press/wp-content/uploads/2025/10/sub2-hd-bg.png); padding: 3em 0 0 0;}

/**メニューフォントサイズ**/
.c-gnav>.menu-item>a .ttl {font-size: 1.2em;}

/**ページタイトル-枠・ドット背景**/
.title-ori {font-size:1.3em; font-weight:bold;border:solid 2px #4590d6; padding:.3em .5em;color: #4590d6; background: url(https://okazakisangyo.com/press/wp-content/uploads/2025/10/bg-dotpattern-bl.png) repeat;}

/**ページタイトル非表示**/
h1.c-pageTitle{display:none;}

/**ページネーション非表示**/
.c-pagination{display:none;}

/**パンくず非表示**/
#breadcrumb {display:none;}

/**ページ下カテゴリ非表示**/
.p-articleFoot .p-articleMetas{display:none;}

/**ページTOPマージン消し**/
.l-mainContent__inner>.post_content {margin:0;}
.p-articleMetas.-top {margin-top:0em;}

/**テキスト**/
.txt-border{color:#4590d6; font-size:1.2em; border-bottom:solid 2px #4590d6;}

/**問い合わせフォーム**/
.must{font-weight:bold; color: #ffb940;}
.must2{font-size:.8em;margin-top:1em; color: #dd6000;}
.label-blue{display:inline-block; width:30%;background:#5eb1ff;color:#fff;padding:.5em;border-radius:.1em;border-radius:.3em;}
.label-blue2{display:inline-block; width:30%;background:#5eb1ff;color:#fff;padding:.5em;margin-right:1em;border-radius:.3em; margin-bottom: 1.5em;}
.wpcf7 input[name="your-name"],[name="your-name2"],[name="your-email"],[name="your-email-confirm"],[name="tel-498"],[name="your-zipcode"],[name="addr"]{width:100%;height:3em;padding-left:.7em; border:none;background:#f0f8ff; border-bottom:solid 1px #5eb1ff;color:#2a5b89;}
span.wpcf7-spinner {display: none;}
button, input, select, textarea {border:none;padding:0;color:#4590d6;}
.wpcf7 form.sent .wpcf7-response-output {border:none;background:#4590d6;color:#fff;}/* 送信ボタン下完了時メッセージ */
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output {border:solid 3px #d36300;color:#d36300;font-size: medium;}/* 送信ボタン下未入力警告 */
.wpcf7-not-valid-tip {border:none;color:#d36300;}/* 必須未入力項目下の文章 */		

/**問い合わせフォームボタン**/
.submit-bt-wr{padding:0 0 1em 0; color:#fff;}
.submit-pre input{width:20%; border:solid 3px #4590d6; color:#4590d6; font-weight:bold; border-radius:30px; padding:.5em 2em; text-align:center;transition: 0.5s;float:left;margin-right:1em;}
.submit-ori input{width:25%; border:solid 3px #d36300; color:#d36300;font-weight:bold; border-radius:30px; padding:.5em 2em; text-align:center;transition: 0.5s;float:left;}
.submit-ori input:hover {opacity: 0.6;}
.submit-pre input:hover {opacity: 0.6;}

/**問い合わせサンクスページ**/
.thanks-ttl{ border-bottom:solid 2px #4590d6;}
.lineht3{line-height:3em;}


@media screen and (max-width:600px) {
.label-blue {width: 60%;}
.submit-pre input {width: 50%;}
}