﻿@charset "utf-8";
/*
Theme Name: 北海労働基準協会連合会
Theme URI: https://hokkiren.or.jp/
Template: lightning
Author: HOM
Tags: 
*/

body {
}

/* ヘッダー */
div#site-header-container {
  display: block;
}
body:not(.header_scrolled) .global-nav--layout--float-right {
  display: block;
  width: 100%;
}
.global-nav-list {
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991.98px) {
  body:not(.header_scrolled) .global-nav--layout--float-right {
    display: none;
  }
}
/* 見出しh2*/
.entry-body h2,
.comments-area h2 {
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	background: none;
	font-size: 25px;
	margin: 0 0 50px 0;
	padding: 15px 20px;
}
/*見出しh3*/
.entry-body h3 {
	margin-top: 60px;
}
/*見出しh4*/
.entry-body h4 {
	color: #0097A7;
	background: none;
} 
/*強調部分を斜体にせず、太字にする*/
em,strong {
	font-weight: bold;
	font-style: normal !important;
}

/*トップページのグリッドボタン*/
.wp-block-group-vk-link{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wp-block-group-vk-link:hover{
	box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.5);
}

/* トップページの新着情報 */
.whatnew .text p{
	margin:0.5em 0 !important;
	font-size:1rem;
}
.whatsnew .text a{
	font-size:1rem;
	color:#000080;
}

.section.siteFooter{
	background:#000000;
	color:#ffffff;
}

/* テーブル内のボタン */
.table_btn {
    text-decoration: none;
    border: 1px solid var(--vk-color-primary);
    color: var(--vk-color-primary);
    border-radius: 0.25em;
	display:inline-block;
	margin:0.5em;
    padding: 0.5em;
}

.table_btn:hover {
    background-color: var(--vk-color-primary);
    color: #fff;
}

.table_btn::before {
    margin-right: 3px;
    font-family: "Font Awesome 7 Free";
    content: '\f105';
    font-weight: bold;
}

/* フッターメニュー */
ul#menu-footerlink{
	display:flex;
position: relative;
}
/*ul#menu-footerlink li a::before{
    position: absolute;
    left: 1rem;
    padding-left: 0.2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f152';
}*/
ul#menu-footerlink li a{
	margin:0 0.5em;
	padding:0.5em !important;
}


/* コピーライト */
.site-footer-copyright p:nth-child(2) {
    display: none;
}
