@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フォントのスタイル デフォルト設定など
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
    font-size: 10px;
}

body {
	overflow-x: hidden; /*指定しないとはみ出る*/
}

body,input, textarea, keygen, select, button, .gothic {
    font-family: "Roboto", 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
    font-weight: 500;
    letter-spacing: 0.025em;
	line-height: 1.8;
}

.mincho {
    font-family: "my_mincho", serif;
    letter-spacing: 0.05em;
    font-weight: normal!important;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	line-height: 1.6;
}

ol, ul {
    margin: 0 0 1.5em 1.5em;
}

/* コンテンツの中の画像 */
.entry-content .wp-block-image {
    margin: 0;
}

/* ポップアップ */
#tel_lb {
    display: none;
}

/*検索虫眼鏡アイコンの重複非表示*/
span.gp-icon.icon-search::before {
    display: none;
}

/* コメントエリア */
.comments-area {
    display: none;
}

/* リキャプチャバッジ非表示 */
.grecaptcha-badge {
	visibility: hidden!important;
}

/* ギャラリー > 虫眼鏡アイコン */
.wp-block-gallery a::after {
    font-size: 2.4rem;
    font-family: "icomoon";
    content: '\e905';
    line-height: 1;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .6);
    padding: 3px;
}

/* トップページのみカスタマイズの上下パディング無効 */
body.home div#content {
    padding-top: 0;
    padding-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*ヘッダーロゴ*/
body.home h1.site-logo {
    font-size: 0;
    margin: 0;
}
/*仕様変更のため削除(2022-11-16)og*/
/*ナビゲーション*/

.main-navigation a {
    font-weight: bold;
    font-size: 1.6rem;
}

.main-navigation .main-nav ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-navigation .main-nav ul ul li a {
    font-size: 1.5rem;
    text-align: center;
    padding: 20px;
}

/*電話アイコン*/
#mobile-header a.icon-phone {
    order: 2;
    width: 60px;
    height: 60px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    font-size: 2.5rem;
    font-weight: normal;
    background: #eee;
}

/*ピックアップナビ*/
.pickup_navi {
	display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー　>　ハンバーガーメニュー中身　（PC・スマホ共通）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#generate-slideout-menu {
    height: 100%;
	padding-bottom: 10%;
}

#generate-slideout-menu .inside-navigation {
    padding: 10% 0 0!important;
}

#generate-slideout-menu li.menu-item {
    margin-bottom: 0!important;
    border-top: 1px solid #ddd;
}

#generate-slideout-menu li.menu-item:last-child {
    border-bottom: 1px solid #ddd;
}

#generate-slideout-menu li.menu-item a {
    font-weight: bold;
    display: block;
    text-align: left;
    font-size: 1.6rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

#generate-slideout-menu li.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    position: relative;
}

#generate-slideout-menu ul.sub-menu {
    top: 0!important;
    opacity: 1!important;
}

#generate-slideout-menu ul.sub-menu li {
    background: var(--base);
}

#generate-slideout-menu ul.sub-menu li:last-child {
    border-bottom: none;
}

#generate-slideout-menu .main-nav ul.sub_menu a {
    font-size: 1.5rem;
}

#generate-slideout-menu .menu-item-has-children .dropdown-menu-toggle {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#generate-slideout-menu .menu-item-has-children .dropdown-menu-toggle span {
    position: absolute;
    right: 0;
    top: calc(50% - .5em);
    padding: 0 20px;
    font-size: 2rem;
}


/* ログインアイコン */
nav#generate-slideout-menu .other_link2 a {
    border: none;
    padding: 5px 10px;
    font-size: 1.2rem;
    display: inline;
}

nav#generate-slideout-menu .other_link2 > a:not(:last-child) {
    border-right: 1px solid #151515;
}

/* 検索窓 */
.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__input:focus{
	background:#fff;
	border-color:#ccc;
}

nav#generate-slideout-menu .side_search {
    margin-top: 1em;
	/*アイフォンのみ　検索窓が丸く変わってしまう事があるため追加2022-08-31og*/
	-webkit-appearance: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　カスタム設定　＞　電話番号
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_tel01::before {
    content: '\f095';
    font-family: 'icomoon';
    vertical-align: -0.15em;
    line-height: 1;
    margin-right: 8px;
	color: var(--company-color);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ > プロモ下の新着記事
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.top_post_list {
    margin: 0;
}

.top_post_list li:not(:last-child) {
    margin-bottom: .5em;
}

.top_post_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top_post_list li .date,
.top_post_list li .cat {
    margin-right: 1em;
}

.top_post_list li .cat {
    font-size: 15px;
    padding: 5px 20px;
}

.top_post_list li .ttl a {
    text-decoration: none;
    color: inherit;
}

/* 固定ページのアイキャッチは非表示（Yoast） */
body.page .featured-image {
    display: none;
}

/*コンテンツ*/
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0;
}

/*フッター*/
.inside-footer-widgets > div {
    flex: auto;
}

#footer-widgets .footer-widget-1 {
    width: 100%;
}

.footer-widgets .widget {
	/*エディター上で調整するため削除 (2022-11-15og)*/
	/*
    margin-bottom: 15px;
	*/
    font-size: 1.4rem;
}

/*フッターナビ*/
#footer-widgets ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    font-size: 1.6rem;
}

#footer-widgets .sub-menu {
    font-size: 1.4rem;
    padding-left: 1em;
    margin-left: 0;
}

#footer-widgets ul.menu > li {
    font-weight:bold;
}

#footer-widgets .sub-menu > li{
    font-weight: normal;
    margin-bottom: 0.3em;
}
/*カレント必要ないため削除(2022-11-15)og*/
/*
.site-footer .current-menu-item a {
    color: var(--accent);
}
*/

/*個人情報保護方針、特商法*/
#footer-widgets .privacy_menu .menu-item-privacy-policy,
#footer-widgets .privacy_menu .menu-item-low{
    font-size: 1.4rem;
}

#footer-widgets .privacy_menu .menu-item-privacy-policy a ,
#footer-widgets .privacy_menu .menu-item-low a {
    font-weight: normal;
}

#footer-widgets .privacy_menu .menu-item-privacy-policy a::after {
	/*特商法追加のため追加　(2022-11-17)og*/
    content: '|';
    margin:0 0.5em;
}

/*コピーライト*/
.copyright-bar{
	line-height: 1.4;
}
.copyright-bar small {
    font-size: 1.4rem;
}
.copyright-bar small .by{
    font-size: 1rem;
}

/*トップへ戻るボタン*/
a.generate-back-to-top{
	border-radius: 50%;
}

/*検索窓*/
.wp-block-search__button {
    background: #bdb9b9;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
タイムライン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sgb-tl-item__main {
    font-size: 1em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SANGO Gutenberg　＞　SANGOハイライト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 376px){
/* 376pxより大きい幅の場合に適応される */
  .br_pc::after {
    content:'\A';
    white-space:pre;
  }
}

@media screen and (max-width: 375px){
/* 375pxまでの幅の場合に適応される */
  .br_sp::after {
    content:'\A';
    white-space:pre;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　ベース色
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--フォント色--*/
/*.is-style-btn02 .wp-block-button__link:not(.has-background),
.editor-styles-wrapper .is-style-btn02 .wp-block-button__link:not(.has-background),
.is-style-btn02 .wp-block-button__link:hover,
.is-style-btn02 .wp-block-button__link:not(.has-background):hover {
	color :var(--accent);
}*/

/*--背景色--*/
/*.is-style-btn01 .wp-block-button__link:not(.has-background),
.editor-styles-wrapper .is-style-btn01 .wp-block-button__link:not(.has-background),
.is-style-btn01 .wp-block-button__link:not(.has-background):hover{
	border-color :var(--accent);
}*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　電話番号リンクへのCSS初期化
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a[href*="tel:"] img:hover {
    opacity: 1;
}

a[href*="tel:"], a[href*="tel:"]:hover {
    cursor: default;
    text-decoration: none !important;
    color: inherit !important;
    opacity: 1!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Global Styles　＞　見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し大 */
[class*="gb-headline-h_large"] {
    position: relative;
}

/* 見出し大2 */
.gb-headline-h_large2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent);
    position: absolute;
    bottom: 0px;
    left: calc(50% - 25px);
}

/* 見出し大3 */
.gb-headline-h_large3::before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: calc(50% - 35px);
    background: url("/wordpress/wp-content/themes/generatepress_child/images/logo_icon.png") no-repeat center center / contain;
}

/* 汎用ボタン */
[class*="gb-button-basic_btn"] {
    position: relative;
}

.gb-button-basic_btn01::after {
    font-family: "icomoon";
    content: '\e917';
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    top: calc(50% - .5em);
    line-height: 1;
    right: 0;
}

.gb-button-basic_btn02::before {
    font-family: "icomoon";
    content: '\e038';
    font-size: 18px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: calc(50% - .5em);
}

/* Q&A */
.gb-container-basic_qa01 {
    border-bottom: 1px dotted #ccc;
}

.gb-headline-basic_qa01_q {
    position: relative;
}

.gb-headline-basic_qa01_q::before {
    content: 'Q. ';
    position: absolute;
    left: 30px;
    top: 19px;
}

.gb-headline-basic_qa01_q::after {
    position: absolute;
    font-family: "icomoon";
    content: '\e92d';
    right: 15px;
    top: calc(50%　- .5em);
}

.gb-headline-basic_qa01_q.open::after {
    content: '\e92c';
}

.gb-headline-basic_qa01_a {
  display: none;
}

/* コンテナ */
.gb-container-container00 [class*="gb-headline"]{
    margin-top: 0;
}

/* 汎用ボタン1 */
.gb-button-wrapper .gb-button-basic_btn01 {
	min-width: 250px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用　＞　クラシックテーブル01 (2022-11-16)og
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.classic_table01 table {
    border-collapse: collapse;
	border: none;
}

.classic_table01 table tr:not(:last-child) {
    border-bottom: none;
}

.classic_table01 table th {
    background-color:  var(--table-th-bg);
}

.classic_table01 table th, 
.classic_table01 table td {
    padding: 15px!important;
    border: 1px solid var(--table-border)!important;
}

.classic_table01 table td {
    background: #fff;
}
/*.classic_table01のテーブル*/
.editor-styles-wrapper .classic_table01 table tr:not(:last-child) {
    border-bottom: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用　＞　ベーシックテーブル01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_table01 table {
    border-collapse: collapse!important;
}

.basic_table01 table tr:not(:last-child) {
    border-bottom: none;
}

.basic_table01 table th {
    font-weight: bold;
    text-align: center;
    background-color:  var(--table-th-bg);
    width: 30%;
}

.basic_table01 th, 
.basic_table01 td {
    padding: 15px!important;
    border: 1px solid var(--table-border)!important;
}

/*Gutenbergのテーブルでは一列目をthにできないため見出しは下記で装飾*/
.basic_table01 tr td:first-child {
    font-weight: bold;
    text-align: center;
    background-color:  var(--table-th-bg);
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用　＞　ベーシックテーブル02 (2022-11-16)og
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_table02 table {
    border: none!important;
    border-collapse: separate;
    border-spacing: 12px 0;
}

.basic_table02 table th {
    font-weight: bold;
    border-bottom: 2px solid var(--table02-th-border);
    text-align: center;
    width: 30%;
}

.basic_table02 table th,
.basic_table02 table td {
    border: none;
	background: #fff;
    padding: 30px 15px;
}

.basic_table02 tr td {
    border-bottom: 1px solid var(--table-border);
}

/*Gutenbergのテーブルでは一列目をthにできないため見出しは下記で装飾*/
.basic_table02 tr > td:first-child,
.basic_table02 table th {
    font-weight: bold!important;
    border: none!important;
    border-bottom: 2px solid var(--table02-th-border)!important;
    text-align: center!important;
	background-color: transparent!important;
    width: 30%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層　>　プロモ　＞　スラッグ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.gb-inside-container .slug {
    margin-bottom: 0;
    font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローカルナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*プロモ画像下のチャイルドナビ*/
.h_child_navi ul.child_navi {
    margin: 25px 0;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.h_child_navi ul.child_navi li {
    flex-grow: 1;
    list-style: none;
}
.h_child_navi ul.child_navi a {
    text-align: center;
    padding: 16px 5px;
    background: var(--base);
    color: var(--accent);
    min-width: 100px;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.h_child_navi ul.child_navi li:not(:last-child) {
    border-right: 1px solid #fff;
}

.h_child_navi ul.child_navi li ul.children {
    display: none;
}

.h_child_navi ul.child_navi a:hover,
.h_child_navi ul.child_navi li[class*='current'] a {
    background-color: var(--accent);
    color: #fff;
    text-decoration: none;
}

/*フッター上のチャイルドナビ*/
.f_child_navi ul.child_navi {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    margin: 0;
}

.f_child_navi ul.child_navi > li {
    width: calc(50% - 10px);
    margin: 5px;
	list-style: none;
}

.f_child_navi ul.child_navi > li.current_page_item {
    display: none;
}

.f_child_navi ul.child_navi > li > a {
    text-align: center;
    border: 1px solid #ccc;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border-width: 2px;
    border-style: solid;
    background-color: #fff;
    padding: 10px 50px;
    position: relative;
}

.f_child_navi ul.child_navi > li > a::before {
    font-family: "icomoon";
    content: '\e038';
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    left: 20px;
    top: calc(50% - .5em);
}

.f_child_navi ul.child_navi .children {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
記事アーカイブ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.blog nav#nav-below,
.archive nav#nav-below {
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
記事詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.single article .entry-title {
    font-size: 2.8rem;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

.single article div.entry-meta {
    margin-bottom: 10px;
}

.single article #nav-below {
    margin-top: 30px;
}

/* 記事詳細のタイトル > １つめ以外は非表示 */
.post-term-item:not(:nth-of-type(1)) {
    display:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿アーカイブ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-type-archive article img {
    max-height: 250px;
    object-fit: cover;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
右サイドバー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#right-sidebar aside {
    margin-bottom: 10px;
}

#right-sidebar aside ul {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 15px 20px 15px 10px;
    margin-bottom: 30px;
}

#right-sidebar aside ul li {
    line-height: 1.5;
}

#right-sidebar aside ul li:not(:last-child) {
    margin-bottom: 10px;
}

#right-sidebar aside ul li a {
    text-decoration: none;
}

select[name="archive-dropdown"] {
    width: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問合せフォーム WPForms
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-pagebreak) {
    padding: 15px 10px!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: flex!important;
    flex-direction: row-reverse!important;
    justify-content: flex-end!important;
    align-items: center!important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #fff!important;
    font-size: 1.3rem!important;
    border-radius: 5px!important;
    padding: 3px 8px!important;
    font-weight: normal!important;
    background: #d9534f!important;
    margin-right: 10px!important;
}

.wpforms-field input[type="text"], .wpforms-field input[type="url"], .wpforms-field input[type="email"], .wpforms-field input[type="tel"], .wpforms-field textarea, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul {
    background: #f5f5f5 !important;
    border: none !important;
    border-radius: 4px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul {
    padding: 5px 10px!important;
}

div.wpforms-container-full .wpforms-form [class*="wpforms-field-required"],
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul[class*="wpforms-field-required"],
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul[class*="wpforms-field-required"] {
    background: #fdf2f2 !important;
}

.wpforms-field input.wpforms-valid {
    background: #f5f5f5 !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error.mailcheck-error {
    display: none!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-divider {
    padding-top: 50px!important;
    padding-left: 0 !important;
    border-top: 1px solid #ccc !important;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
    text-align: center!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問合せフォーム WPForms　>　確認画面
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
[id*="wpforms-form"] em {
    display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center!important;
}

.wpforms-entry-preview-basic .wpforms-entry-preview-value, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-basic .wpforms-entry-preview-value {
    border-bottom: 1px solid #ddd!important;
}

.wpforms-entry-preview-basic .wpforms-entry-preview-value:last-child, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-basic .wpforms-entry-preview-value:last-child {
    margin-bottom: 15px!important;
}

.wpforms-entry-preview-basic, .wpforms-entry-preview-compact, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-basic, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-compact {
    border-bottom: none!important;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
    margin: 0!important;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background: var(--accent)!important;
    color: var(--base-3)!important;
    box-sizing: border-box!important;
    padding: 5px 10px!important;
    border-radius: 5px!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
デフォルトのページタイトルを非表示
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.page header.entry-header .entry-title,
body.category header.page-header,
body.tag header.page-header,
body.date header.page-header,
body.author header.page-header,
body.post-type-archive header .page-title {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
検索ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.search .page-title {
    text-align: center;
}

.search main#main {
    margin: 0;
}

.search #right-sidebar {
	display:none;
}

.search .site-content .content-area {
	width: 100%;
}

.search article .entry-title {
    font-size: 1.8rem;
}

.search article .entry-title > a {
    text-decoration: underline;
}

.search article .entry-summary {
    font-size: 1.4rem;
}

.search article .entry-meta {
    display: none;
}

/* 検索見つからなかったページ */
.search-no-results #content {
	text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
404ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.error404 .entry-title,
.error404 .entry-content {
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ウィジェットアーカイブラベル非表示
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.wp-block-archives label {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップへ戻るボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.generate-back-to-top{
	border-radius: 50%;
	border: 2px solid var(--company-color);
	box-sizing: content-box;
	width: 52px;
	height: 52px;
	line-height: 52px;
	bottom: 20px;
	right: 40px;
	display:inline-block;
}

a.generate-back-to-top .gp-icon svg{
	height: 1.2em;
}

a.generate-back-to-top:hover{
	opacity: 0.7!important;
}