@charset "utf-8";
/*
 * resposive.css は 991px 以下のデバイスへと反映されます。
 * 
 * ブレイクポイントは標準のLightningテーマおよびBootstrapの理念に基づき
 * sm: 576px　md: 768px　lg: 992px　xl: 1200px　となっているので、それに準じてください。
 * 
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */
html {
    margin-top: unset !important;
}
.admin-bar #wpadminbar {
    visibility: hidden;
}
.admin-bar .vk-mobile-nav-menu-btn {
    top: 5px;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */

/*ボタン*/
.is-style-borderbtn .vk_button_link.btn {
	width:100%;
	margin-inline:auto;
}

/*右側へ要素を広げる*/
.column-out-right{
    margin-right: unset;
}

/*左側へ要素を広げる*/
.column-out-left{
    margin-left: unset;
}

.left-img img {
	border-radius:1rem;
	margin-top:0;
}
.right-txt {
	position:static;
	width:100%;
	padding:1.5rem;
}

/*.m-center {
	position:static;
	transform:none;
}*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header, Hamburger ヘッダーまわり・ハンバーガーナビ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
header#site-header {
    min-height: calc(44px + 5px + 5px);
    display: flex;
    align-items: center;
	top:unset;
}
#site-header-container .site-header-logo {
	width:calc(100% - 55px);
}
#site-header-container .site-header-logo {
	padding:5px 0 15px;
}
.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open {
	border-color:transparent;
}

.site-header-logo:before {
	    display: block;
	white-space: pre;
        content: "横浜・神奈川地域で相続遺言のご相談なら\A運営:ヒルトップ行政書士事務所";
        font-size: 10px;
        line-height: 1rem;
        text-align: left;
        margin-bottom: 10px;
}
.icon-wakaba .vk_button_link_txt{
    align-items: center;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
nav.footer-nav {
	display:none;
}
.mobile-fix-nav-top {
	border:none;
}
.site-footer-copyright {
	padding-bottom:80px;
}


.sp-btmbtn > div {
	justify-content:center;
  flex-wrap:nowrap;
}
.sp-btmbtn .vk_button_link_caption {
  flex-direction:column;
}
.sp-btmbtn .vk_button_link.btn {
	padding:10px 6px;
	border-radius:0;
}
.sp-btmbtn  .vk_button_link_before {
	margin-right:0;
	margin-bottom:4px;
	margin-top:3px;
}
.sp-btmbtn  .vk_button_link {
  min-width:unset;
}
.sp-btmbtn .vk_button_link_txt {
	font-size:.6rem;
}

.sp-btmbtn-howto .vk_button_link_txt {
  display:flex;
  justify-content:center;
  flex-direction:column;
	align-items:center;
	gap:3px;
}
/*.sp-btmbtn-howto .vk_button_link_txt:before {
  content:
    url(../../../wp-content/uploads/icon-beginner.png);
}*/
.sp-btmbtn .wp-block-vk-blocks-button:not(:last-child) {
	width:24%;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */

/*ティーザー*/
.mainview .wp-block-cover__image-background {
	object-position: 0% 100%!important;
}
.numlist {
	padding:8px;
	font-size:.7rem;
}
.numlist .num {
	position:static;
}
.numlist .num {
    top: -1em;
    position: absolute;
}
.sp-mv-section h2 span:nth-of-type(1) mark{
    background-color: #E79B52;
    padding: 3px 9px;
    color: #fff;
	margin-right: 3px;
	border-radius: 5px;
}
.sp-mv-section h2 span:nth-of-type(2) mark{
    background-color: #48ac4a;
    padding: 3px 9px;
    color: #fff;
	margin-left: 3px;
	margin-right: 3px;
    border-radius: 5px;
}


/*提供サービスバナー*/
.iconbnr .vk_button_link_txt {
	flex-direction:column;
}

.shadowbtn .vk_button_link_caption {
	width:100%;
}
.sp-mv-section p,
.sp-mv-section h2{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
}
/*イメージバナー*/
.imgbnr figure img {
	aspect-ratio:5/2;
}
.intro-box .vk_outer_container h2{
font-size: 20px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */

.page-header-title, h1.page-header-title {
	font-size:1.5rem;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */

/*なやみ*/
.column-nayami {
	gap:0;
}

/*流れ*/
.vk_flow_frame_image {
    max-width: 100% !important;
}

.vk_flow_frame_text_title mark {
    padding: .5rem;
    font-size: 1.5rem;
}
.vk_flow_frame_text_title {
    font-size: 1.5rem !important;
    padding: 0 0 1rem 1rem !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */

/*左固定レイアウト解除*/
.sticky-left {
	position: unset !important;
    top: 0px !important;
}
/*googlemap*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ページ下部固定ボタン */
.mobile-fix-nav .vk_button_link_txt {
font-weight: bold;
}

/* フッター ヒルトップボタン */
.widget_block .wp-block-group .footer_hilltop_btn{
    text-align: center!important;
}