@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.body .article {
  margin-bottom: 0;
}
/************************************
** ヘッダーメニュー
************************************/
/*ヘッダーの背景透明化*/
.header-container, .navi {
  background: rgba(255, 255, 255, 0.00);
}
/*追従ヘッダーは背景出す*/
.header-container.fixed-header {
  background: #fff;
}
/*ヘッダーのpadding*/
.header-container-in {
  padding: 0 10px;
}
/*ヘッダータイトル*/
.header-container-in.hlt-top-menu .site-name-text {
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px RGBA(0, 0, 0, 1);
}
/*ヘッダーロゴ*/
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 35px;
  height: auto;
  vertical-align: middle;
}
/*ヘッダーメニュー調整*/
.navi-in > ul {
  justify-content: flex-end;
}
.navi-in > ul li {
  line-height: 40px;
  padding: 10px 5px;
}
.navi-in a {
  background: #fff;
  height: 40px;
  color: #000;
  font-weight: 700;
}
.fixed-header .navi-in a {
  background: #d5ead8;
}
.navi-in #menu-item-20 a {
  background:  #fff;
  color:
}
.navi-in a:hover {
  background: #0f7b3b;
  color: #fff;
}
.navi-in #menu-item-20 a:hover {
  background: #0f7b3b;
  color: #fff;
}
.header-container.fixed-header .navi-in #menu-item-20 a:hover {
  background: #fcedd2;
}
/************************************
** メインビジュアル
************************************/
/*メインビジュアル（アピールエリア）調整*/
.appeal {
  margin-top: -60px;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  width: auto;
}
/*メインビジュアル（アピールエリア）テキスト調整*/
.appeal-in {
  display: block;
}
.appeal .appeal-in {
  min-height: 300px;
}
.appeal-content {
  background-color: rgba(0, 0, 0, 0.00);
  position: absolute;
  top: 21%;
  left: 10%;
  max-width: 100%;
  text-align: left;
  color: #fff;
  text-shadow: 2px 2px 7px RGBA(0, 0, 0, 1);
}
.appeal-content h1 {
  line-height: 150%;
  font-size: max(3.5vw, 42px);
  text-indent: -.6em;
  font-weight: 700;
}
.appeal-content h1 span {
  color: #a5d4ad;
}
.appeal-content .appeal-copy {
  font-size: max(2.1vw, 25px);
  margin-bottom: 10px;
}
.appeal-content .appeal-catch {
  font-size: max(2.5vw, 30px);
  margin-bottom: -5px;
}
/************************************
** コンテンツ
************************************/
/*ページタイトル消す*/
header.article-header {
  display: none;
}
/*文中画像の回り込み*/
article .entry-content h2 {
  margin: 0 0 20px;
  padding: 15px 25px;
  background: #d5ead8;
}
.entry-content .wp-block-image {
  margin: 0;
}
/*メインコンテンツの上部スペース調整*/
.content {
  margin-top: 50px;
}
.main {
  padding: 0;
}
.entry-content {
  margin: 0;
}
/*文中画像の回り込み*/
.entry-content .wp-block-image .alignright > figcaption {
  display: none;
}
.entry-content .wp-block-image .alignright {
  margin: 0.3em 0 0 1em;
}
p.midlle-title.margin-block {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  margin: 10px 0;
}
p.margin-block {
  margin-bottom: 60px;
}
/************************************
foogallery改造
************************************/
/*タイトルを外に出して見えるようにし位置調整とhover無効化*/
.foogallery .fg-caption-inner .fg-caption-title {
  visibility: visible;
  position: relative;
  bottom: 40px;
  pointer-events: none;
  white-space: nowrap;
  font-size: 20px;
}
.foogallery.fg-loaded-fade-in .fg-item-inner {
  width: 19vw;
  max-width: 228px;
}
.foogallery .fg-item .fg-item-inner {
  position: static;
}
.foogallery figcaption.fg-caption {
  opacity: 1;
}
.foogallery.fg-default.fg-gutter-25 {
  padding-left: 0;
  margin-bottom: 30px;
}
/*ギャラリー同士の間隔あける*/
div.fg-default.fg-gutter-25 .fg-item {
  margin: 0 20px 65px;
}
/*モーダルウィンドウの調整*/
a.fbx-close-caption {
  display: none;
}
.fbx-stage .fbx-caption {
  text-align: left;
}
.fbx-inner .fbx-count {
  display: none;
}
.fbx-light div.fbx-caption {
  background-color: rgba(255, 255, 255, .9);
  color: #424242;
  font-family: "Noto Sans JP", sans-serif;
}
.fbx-caption .fbx-caption-title {
  /*3vminにしたいけど15pxより小さくしたくない*/
  font-size: max(3vmin, 15px);
  font-weight: 700;
  padding-bottom: 5px;
}
.fbx-caption .fbx-caption-title::after {
  content: 'に関する保険外サービス';
}
.fbx-light div.fbx-caption-desc {
  /*2vminにしたいけど12pxより小さくしたくない*/
  font-size: max(2vmin, 12px);
  color: #424242;
  line-height: 170%;
  margin-top: 0;
  padding-top: 0;
}
.fbx-light div.fbx-caption-desc ul {
  padding-left: 20px;
}
.fbx-light div.fbx-caption-desc span {
  text-align: right;
  display: block;
  margin-bottom: 5px;
}
/************************************
スマホ用保険外サービス例
************************************/
.ac-service-box {
  margin-bottom: 15px;
}
.ac-service-box .toggle-button {
  font-size: 20px;
  background: #efefef;
}
.ac-service-box .toggle-content figure {
  margin-bottom: 0;
}
.ac-service-box .toggle-content ul {
  margin-bottom: 0;
}
.ac-service-box .toggle-content .ac-service-ex {
  margin-bottom: 0;
}
/************************************
サービスのご依頼について
************************************/
body .wp-block-group.requiest-box {
  margin: 30px 0 40px;
  min-height: 178px;
}
p.requiest-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.requiest-contact-link a {
  background: #f08300;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 20px !important;
  display: inline-block;
  font-weight: 700;
  line-height: 150%;
}
.requiest-contact-link a:hover {
  background: #fcedd2;
  color: #f08300;
}
p.requiest-contact-read {
  margin-bottom: 10px;
}
/************************************
サービス活動実績ピックアップ
************************************/
#new_entries-2 .main-widget-label {
  display: none;
}
/************************************
TOPページ以外のメインビジュアル
************************************/
/*TOPページ以外のメインビジュアル*/
.content-top {
  margin: -60px 0 0 0;
  position: relative;
  z-index: -1;
}
.content-top .content-top-in {
  margin: 0;
  width: 100%;
}
.contents-mainimg {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
}
/*////////////サービス活動実績のメインビジュアル調整////////////////*/
.blog .contents-mainimg {
  background-image: url(https://hokengai.org/wp-content/uploads/2021/12/pc_service_img.jpg);
  background-position: center 85%;
}
/*1600px以上*/
@media screen and (min-width: 1600px) {
  /*必要ならばここにコードを書く*/
  /* .blog .contents-mainimg {
  background-attachment: scroll;
	   background-position: center 80%;
  }*/
}
/*1400px以下*/
@media screen and (max-width: 1400px) {
  /*必要ならばここにコードを書く*/
  /* .blog .contents-mainimg {
   background-position: center -320px;
  }*/
}
/*////////////【投稿ページ】サービス活動実績/検索結果/404のメインビジュアル調整////////////////*/
.single-post .contents-mainimg, .archive .contents-mainimg, .search-results .contents-mainimg, .search-no-results .contents-mainimg, .error404 .contents-mainimg {
  background-image: url(https://juna2021.sakura.ne.jp/uninsured/wp-content/uploads/2021/10/backimg.jpg);
  background-position: center -150px;
  height: 200px;
}
/*////////////全国のJUNA会員ご紹介のメインビジュアル調整////////////////*/
.page-id-735 .contents-mainimg {
  background-image: url(https://hokengai.org/wp-content/uploads/2021/12/pc_top_img.jpg);
  background-position: center 55%;
}
/*////////////お問い合わせのメインビジュアル調整////////////////*/
.page-id-14 .contents-mainimg {
  background-image: url(https://hokengai.org/wp-content/uploads/2021/12/pc_contact_img.jpg);
  background-position: center 55%;
}
/*////////////JUNA基金のメインビジュアル調整////////////////*/
.page-id-1015 .contents-mainimg {
  background-image: url(https://hokengai.org/wp-content/uploads/2023/07/fund.jpg);
  background-position: center 55%;
}
/*1227px以下*/
@media screen and (max-width: 1242px) {
  /*必要ならばここにコードを書く*/
  /* .page-id-14 .contents-mainimg {
    background-position: center -150px;
  }*/
}
/*1000px以下*/
@media screen and (max-width: 1015px) {
  /*必要ならばここにコードを書く*/
  /* .page-id-14 .contents-mainimg {
    background-position: center -50px;
  }*/
}
/*////////////サンクスページのメインビジュアル調整////////////////*/
.page-id-143 .contents-mainimg {
  background-image: url(https://juna2021.sakura.ne.jp/uninsured/wp-content/uploads/2021/10/backimg.jpg);
  background-position: center -150px;
  height: 200px;
}
/*////////////プライバシーポリシーのメインビジュアル調整////////////////*/
.privacy-policy .contents-mainimg {
  background-image: url(https://juna2021.sakura.ne.jp/uninsured/wp-content/uploads/2021/10/backimg.jpg);
  background-position: center -150px;
  height: 200px;
}
/*TOPページ以外のページタイトル*/
.contents-mainimg::after {
  width: 1318px;
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  top: 150px;
  font-size: max(3.5vw, 42px);
  font-size: max(3.2vw, 40px);
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 10px RGBA(0, 0, 0, 1);
}
/*1227px以下*/
@media screen and (max-width: 1342px) {
  /*必要ならばここにコードを書く*/
  .contents-mainimg::after {
    width: auto;
  }
}
/*////////////サービス活動実績のページタイトル////////////////*/
.blog .contents-mainimg::after {
  content: "サービス活動実績";
  text-align: right;
  right: 170px;
}
/*////////////【投稿ページ】サービス活動実績のページタイトル////////////////*/
.single-post .contents-mainimg::after, .archive .contents-mainimg::after {
  content: "サービス活動実績";
  top: 90px;
  text-align: center;
}
/*////////////全国のJUNA会員ご紹介のページタイトル////////////////*/
.page-id-735 .contents-mainimg::after {
  content: "全国の事業所";
}
/*////////////JUNA基金のページタイトル////////////////*/
.page-id-1015 .contents-mainimg::after {
  content: "JUNA基金";
}
/*////////////お問い合わせのページタイトル////////////////*/
.page-id-14 .contents-mainimg::after {
  content: "お問い合わせ・ご相談";
}
/*////////////サンクスページのページタイトル////////////////*/
.page-id-143 .contents-mainimg::after {
  content: "送信完了";
  top: 60px;
  text-align: center;
}
/*////////////プライバシーポリシーのページタイトル////////////////*/
.privacy-policy .contents-mainimg::after {
  content: "プライバシーポリシー";
  top: 60px;
  text-align: center;
}
/*////////////検索結果のページタイトル////////////////*/
.search-results .contents-mainimg::after, .search-no-results .contents-mainimg::after {
  content: "検索結果";
  top: 60px;
  text-align: center;
}
/*////////////404のページタイトル////////////////*/
.error404 .contents-mainimg::after {
  content: "ページがありません";
  top: 60px;
  text-align: center;
}
/************************************
** サービス活動実績一式
************************************/
/*メインビジュアル下のマージン*/
.blog .content {
  margin-top: 20px;
}
/*各記事サムネイル画像の大きさ調整*/
.blog .entry-card .entry-card-thumb img {
  height: 11.5vw;
  max-height: 163px;
  object-fit: cover;
}
/*PV数などの解析データ非表示*/
.blog .entry-card .admin-pv {
  display: none;
}
.ect-3-columns .entry-card-snippet {
  max-height: 3.8em;
  overflow: hidden;
}
/*記事の並び順綺麗に*/
.ect-3-columns {
  justify-content: space-between;
}
/*３カラムの場合の末尾並び調整*/
.ect-vertical-card::after {
  content: "";
  display: block;
  width: 33%;
}
/************************************
** サービス活動実績・カテゴリ一覧
************************************/
/*サービス活動実績で記事タイトル表示*/
.single-post header.article-header {
  display: block;
}
.single-post header.article-header .eye-catch-wrap, header.article-header .date-tags {
  display: none;
}
.single-post header.article-header .entry-title {
  padding: 0;
  margin: 0 0 16px;
  ;
}
/*各記事、カテゴリ一覧、タグ一覧のメインビジュアル下のマージン調整*/
.single-post .widget, .archive .widget {
  margin-bottom: 0;
}
.single-post .breadcrumb, .archive .breadcrumb {
  margin: 0 auto;
}
/*カテゴリ一覧、タグ一覧のタイトル調整*/
.archive h1.archive-title {
  margin-top: 0;
}
.category h1.archive-title::before {
  content: "カテゴリ：";
}
.tag h1.archive-title::before {
  content: "タグ：";
}
/*各記事サムネイル画像の大きさ調整*/
.archive .entry-card .entry-card-thumb img {
  height: 11.5vw;
  max-height: 163px;
  object-fit: cover;
}
/*PV数などの解析データ非表示*/
.archive .entry-card .admin-pv {
  display: none;
}
/*関連記事の並び順綺麗に*/
.rect-vertical-card .related-list {
  justify-content: space-between;
}
/*関連記事の文字数調整*/
.rect-vertical-card .related-list .related-entry-card-snippet {
  max-height: 3.8em;
}
/*4カラムの場合の末尾並び調整*/
.rect-vertical-card .related-list::before {
  content: "";
  display: block;
  width: 24.5%;
  order: 1;
}
.rect-vertical-card .related-list::after {
  content: "";
  display: block;
  width: 24.5%;
}
/*関連記事のアイキャッチ調整*/
.rect-vertical-card .related-entry-card-thumb img {
  max-height: 108.297px;
  object-fit: cover;
}
.entry-card-title, .related-entry-card-title {
  line-height: 1.3;
}
/************************************
** 検索結果/404
************************************/
/*メインビジュアル下のマージン*/
.search-results .content, .search-no-results .content, .error404 .content {
  margin-top: 20px;
}
.search-results .archive-title, .search-no-results .archive-title, .error404 .entry-title {
  margin-top: 0;
}
/*各記事サムネイル画像の大きさ調整*/
.search-results .entry-card .entry-card-thumb img {
  height: 11.5vw;
  max-height: 163px;
  object-fit: cover;
}
/*PV数などの解析データ非表示*/
.search-results .entry-card .admin-pv {
  display: none;
}
/************************************
** お問い合わせ/お問い合わせ完了/プライバシーポリシー
************************************/
/*グローバルナビのバナー消す*/
.page-id-14 .navi-in > ul, .page-id-143 .navi-in > ul, .page-id-3 .navi-in > ul {
  display: none;
}
.page-id-14 .header-container-in.hlt-top-menu .header-in, .page-id-143 .header-container-in.hlt-top-menu .header-in, .page-id-3 .header-container-in.hlt-top-menu .header-in {
  height: 60px;
}
/*サイドバーを消す*/
.page-id-14 .sidebar.cf, .page-id-143 .sidebar.cf, .page-id-3 .sidebar.cf {
  display: none;
}
/*サイドバーがない分の幅調整*/
.wrap {
  width: 1318px;
}
/*1342px以下*/
@media screen and (max-width: 1342px) {
  /*必要ならばここにコードを書く*/
  .wrap {
    width: auto;
  }
}
/*幅をフォームに合わせる*/
.page-id-14 .content-in {
  width: 700px;
}
.page-id-14 h2, .page-id-14 .contact-read, .page-id-143 h2, .page-id-14 .contact-read {
  text-align: center;
}
.page-id-14 .sns-share, .page-id-3 .sns-share {
  margin: 100px 0 0;
}
/*お問い合わせについて*/
.contact-toggle .toggle-button {
  padding: 10px 10px;
  background-color: #fff;
}
.contact-toggle .toggle-button:hover {
  color: #e85298;
  border: 2px solid #e85298;
}
.page-id-14 .wp-block-group.requiest-box {
  margin: 10px 0 30px;
}
.page-id-14 .wp-block-group.requiest-box:last-of-type {
  margin: 10px 0 10px;
}
/************************************
フォーム
************************************/
label:not(span) {
  font-weight: 700;
}
label span.form-required {
  display: none;
}
.wp-block-contact-form-7-contact-form-selector, .wpcf7 {
  max-width: 700px;
  margin: 0 auto;
}
/*お名前*/
.wpcf7-form p .form-name input {
  max-width: 400px;
}
/*郵便番号*/
.wpcf7-form p .form-postal input {
  max-width: 200px;
  margin-bottom: 10px;
}
/*都道府県*/
.wpcf7-form p .form-area select {
  max-width: 200px;
  margin-bottom: 10px;
}
/*住所*/
.wpcf7-form p .form-address input {}
/*電話番号*/
.wpcf7-form p .form-tel input {
  max-width: 300px;
}
/*メールアドレス*/
.wpcf7-form p .form-mail-address input {
  max-width: 400px;
}
.wpcf7-form p.mail-attention {
	font-size: 12px;
	line-height: 150%;
	margin: -2.2em 0 10px;
}
/*コメント・お問い合わせ内容*/
.wpcf7-form p .form-comment textarea, .wpcf7-form p .form-contact textarea {
  height: 200px;
  min-height: 200px;
}
/*個人情報の確認*/
.privacy-wrapper {
  text-align: center;
  margin: -10px 0;
}
.privacy-wrapper .wpcf7-form-control-wrap {
  font-size: 18px;
}
.privacy-wrapper .wpcf7-form-control-wrap label input {
  margin-right: 5px;
}
p.privacy-check {
  font-size: 13px;
  color: red;
  margin-top: -20px;
}
p.privacy-info {
  margin-top: -15px;
	margin-bottom: 20px;
}
p.privacy-info a:hover {
  color: rgba(237, 108, 0, 1);
}
p.receive-check {
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 150%;
}
/*送信ボタン*/
input[type='submit'] {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: rgba(237, 108, 0, .8);
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
input[type='submit']:hover {
  background-color: rgba(237, 108, 0, .3);
  color: #424242;
}
/*エラ〜メッセージ赤*/
.wpcf7-response-output, .wpcf7-not-valid-tip, .screen-reader-response p {
  color: red;
}
.wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 400;
}
.address-info {
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
	line-height: 150%;
}
.wpcf7-not-valid-tip::before {
  content: "　";
}
.screen-reader-response ul {
  display: none;
}
/*//////reCAPTCHA文言//////*/
.reCAPTCHA-info {
  font-size: 11px;
  color: rgba(171, 171, 171, 1.00);
  text-align: center;
}
.reCAPTCHA-info p {
  line-height: 130%;
}
.reCAPTCHA-info a {
  text-decoration: none;
  color: #9dcbf4;
}
/************************************
プライバシーポリシー
************************************/
.privacy-policy .breadcrumb {
  top: 10px;
}
.privacy-policy article {
  margin: 0 auto;
  max-width: 900px;
}
.privacy-policy article h2 {}
.privacy-policy .privacy-window {
  font-size: 20px;
  font-weight: 700;
  margin: -20px 0 0;
}
.privacy-policy .privacy-window-address {
  font-size: 18px;
}
/************************************
サンクスページ
************************************/
/*文言*/
.cf p.thanks-copy {
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  margin: 60px 0 20px;
}
.cf p.auto-send-check {
  font-size: 13px;
  text-align: center;
  margin: 0 0 60px;
}
/*TOPページに戻るボタン*/
.page-id-143 .wp-block-buttons, .post-name-join-thanks .wp-block-buttons {
  text-align: center;
  display: block;
}
.thanks-link a {
  font-size: 18px;
  background: #ed6c00;
}
.thanks-link a:hover {
  background-color: rgba(237, 108, 0, .3);
  color: #424242;
}
.page-id-143 .sidebar #nav_menu-5 ul, .page-id-143 .sns-share {
  display: none;
}
/************************************
** サイドバー
************************************/
.content .sidebar {
  background: #f0f0f0;
  margin: 0 0 0 20px;
  border-radius: 10px;
}
/*サイドバーメニュー*/
#nav_menu-5.widget_nav_menu ul {
  text-align: center;
}
#nav_menu-5.widget_nav_menu ul li a {
  margin-bottom: 10px;
  background: #fff;
  font-weight: 700;
}
#nav_menu-5.widget_nav_menu ul li a:hover {
  background: #a4d6c1;
}
#nav_menu-5.widget_nav_menu ul li#menu-item-20 a {
  background: #fff;
  color: 
  font-weight: 700;
}
#nav_menu-5.widget_nav_menu ul li#menu-item-20 a:hover {
    background: #a4d6c1;
}
/*最新記事*/
.sidebar h3 {
  background: none;
  padding: 0;
  margin: 16px 0 5px;
  border-radius: 0;
}
.widget_recent_entries ul li a {
  padding: 5px 0;
  font-size: 16px;
  transition: 0s;
}
.widget_recent_entries ul li a:hover {
  background: none;
  color: #0f7b3b;
  text-decoration: underline;
}
.search-edit, input[type="text"] {
  padding: 11px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  width: 100%;
}
/*予定*/
.widget-sidebar .side-schedule figure {
	display: none;
}
.widget-sidebar .side-schedule .widget-entry-card-content {
    margin-left: 0;
}
.widget-sidebar .side-schedule a {
	display: inline-block;
	margin: 7px 0;
}
.widget-sidebar .side-schedule .widget-entry-cards .a-wrap:hover {
	background-color: inherit;
	text-decoration: underline;
}
/************************************
** JUNA表記
************************************/
.juna-wrapper {
  background: #fff;
  text-align: center;
  padding: 10px;
}
.juna-img {
  width: 100px;
  margin: 0 auto;
}
.juna-wrapper p {
  margin-top: -20px;
}
.juna-wrapper p a {
  text-decoration: none;
  color: #424242;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: min(1.5vw, 16px)
}
.sns-box {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.sns-box a {
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
/************************************
** サイドバーないページのJUNA表記
************************************/
.single-juna-wrapper {
  padding: 0;
  margin: 50px 0 0;
}
.single-juna-wrapper .juna-img {
  width: 200px;
  margin: 0 auto;
}
.single-juna-wrapper p {
  margin: -20px 0 0;
}
.single-juna-wrapper p a {
  font-size: 16px;
}
.page-id-14 .footer, .page-id-143 .footer, .page-id-3 .footer {
  margin-top: 0;
}
/************************************
** スマホでのJUNA表記
************************************/
.mobile-juna-wrapper {
  padding: 0;
  margin: 50px 0 0;
}
.archive .mobile-juna-wrapper {
  margin: 0;
}
.mobile-juna-wrapper .juna-img {
  width: 100px;
  margin: 0 auto;
}
.mobile-juna-wrapper p {
  margin: -10px 0 0;
}
.mobile-juna-wrapper p a {
  font-size: 16px;
}
.mobile-juna-wrapper .sns-box {
  margin: 10px 0 0;
}
.mobile-juna-wrapper .sns-box a {
  margin: 0 15px;
}
/************************************
** フッター
************************************/
.footer {
  margin-top: 50px;
}
.footer-bottom {
  margin-top: 10px;
}
/*フッターメニューの区切り*/
.navi-footer-in > .menu-footer li {
  border-left: 1px solid #9fa0a0;
}
.navi-footer-in > .menu-footer li:last-child {
  border-right: 1px solid #9fa0a0;
}
.footer-bottom.fnm-text-width .menu-footer li a {
  transition: 0s;
}
.footer-bottom.fnm-text-width .menu-footer li a:hover {
  background: none;
  text-decoration: underline;
  color: #0f7b3b;
}
/*SNSバナー*/
.sns-share {
  margin: 24px 0 0;
}
.sns-share-buttons a {
  margin-bottom: 0;
}
/*問い合わせ・サンクス・個人情報ページでSNSバナー消す*/
.page-id-14 .sns-share, .page-id-143 .sns-share, .page-id-3 .sns-share {
  display: none;
}
/*TOPページSNSバナーの下のスペース消す*/
body #custom_html-8.widget {
  margin-bottom: 0;
}
/*投稿者表記消す*/
.footer-meta {
  display: none;
}
/************************************
** レスポンシブデザイン用のメディアクエリ（何故かプラス15px必要）
************************************/
/*820px以上（スマホ以外）*/
@media screen and (min-width: 835px) {
  /*必要ならばここにコードを書く*/
  .br-sp {
    display: none;
  }
  /*サイドバーを820pxまで生かす*/
  .no-mobile-sidebar .sidebar {
    display: block;
    width: 30%;
  }
  main.main {
    width: 64.4%;
    padding: 0 20px 0 0;
  }
  .content-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /*スマホサイズまではサイドバーの最新情報スクロール追従*/
  .sidebar-scroll {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  /*スマホ用保険外サービス例非表示*/
  .ac-service-box {
    display: none;
  }
  /*スマホ用メニュー非表示*/
  .mobile-menu-buttons {
    display: none;
  }
  /*スマホサイズまではPC用ヘッダーメニュー残す*/
  .mblt-header-mobile-buttons .menu-pc {
    display: flex;
  }
  .header-container-in.hlt-top-menu .header .header-in, .header-container-in.hlt-top-menu .header .logo-text {
    display: flex;
  }
  /*スマホ以外はパララックス*/
  .ba-fixed.header, .ba-fixed.appeal {
    background-attachment: fixed;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -10px 0 10px;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    width: 32%;
    margin: 0;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list li a {
    margin: 0 0 0.5em;
    padding: 0.4em 0;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: block;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
    opacity: .7;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__featured-image a {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img {
    height: 11.5vw;
    object-fit: cover;
    width: 100%;
    display: block;
  }
  /*活動実績ピックアップ３列に*/
  .home.body .navi-entry-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -10px 0 10px;
    ;
  }
  .home.body .widget-entry-cards.card-large-image .a-wrap {
    width: 32%;
    padding: 0;
  }
  .widget-entry-cards.card-large-image figure img {
    height: 11.5vw;
    object-fit: cover;
  }
  .home.body .widget-entry-cards.card-large-image .a-wrap:hover {
    opacity: .7;
  }
}
/*1327px以下*/
@media screen and (max-width: 1342px) {
  /*必要ならばここにコードを書く*/
  /*foogallery要素大きさ調整*/
  .foogallery.fg-loaded-fade-in .fg-item-inner {
    width: 17vw;
  }
}
/*1143px以下*/
@media screen and (max-width: 1158px) {
  /*必要ならばここにコードを書く*/
  /*foogallery要素大きさ調整*/
  .foogallery.fg-loaded-fade-in .fg-item-inner {
    width: 16vw;
  }
}
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  .admin-bar.mblt-header-mobile-buttons, .admin-bar.mblt-header-and-footer-mobile-buttons, .mblt-header-mobile-buttons {
    margin-top: 0;
  }
}
/*964px以下*/
@media screen and (max-width: 979px) {
  /*必要ならばここにコードを書く*/
  /*foogallery要素大きさ調整*/
  .foogallery.fg-loaded-fade-in .fg-item-inner {
    width: 14.5vw;
  }
}
/*880px以下*/
@media screen and (max-width: 895px) {
  /*必要ならばここにコードを書く*/
  #navi .navi-in > ul > li {
    width: 160px;
  }
  .navi-in a {
    font-size: 14px;
  }
}
/*819px以下（スマホの場合）*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  .br-pc {
    display: none;
  }
  .content {
    margin-top: 30px;
  }
  /*foogallery非表示*/
  .entry-content .foogallery {
    display: none;
  }
  .post-name-service .ac-service-box {
    display: none;
  }
  /*モバイル用メニュー表示*/
  .mobile-menu-buttons {
    display: flex;
    background: #fff;
  }
  /*モバイル用メニューアイコン調整*/
  .fa, .fas {
    font-size: 7vw;
  }
  .fa::before, .fas::before {
    color: #e85298;
  }
  .mobile-menu-buttons .menu-icon {
    margin-top: 1px;
  }
  .mobile-menu-buttons .menu-caption {
    font-size: 3.1vw;
    margin-top: -2px;
  }
  /*モバイル用メインビジュアル*/
  .appeal {
    background-image: url(https://hokengai.org/wp-content/uploads/2022/01/main20220112_sp.jpg);
    background-position: center center;
  }
  /*モバイル用メインビジュアルテキスト調整*/
  .header-container-in {
    padding: 0 20px;
  }
  .is-header-fixed .header-container {
    position: relative;
    top: 70px;
    ;
  }
  .header-container-in.hlt-top-menu {
    display: inline-block;
  }
  .appeal-content {
    top: 20%;
    left: 0;
    padding: 20px;
  }
  .appeal-content h1 {
    line-height: 150%;
    font-size: max(7.5vw, 28px);
    text-shadow: 2px 2px 5px RGBA(0, 0, 0, 1);
  }
  .appeal-content .appeal-copy {
    display: inline-block;
    font-size: max(5.5vw, 20px);
    line-height: 130%;
    color: #e6c375;
    margin: 10px 0 0;
  }
  .appeal-content .appeal-catch {
    font-size: max(2.5vw, 25px);
    margin-bottom: -5px;
  }
  /*写真回り込みなし*/
  .entry-content .wp-block-image .alignright {
    float: none;
    margin: 0 0 10px;
  }
  .entry-content .wp-block-image .alignright img {
    width: 100%;
  }
  .entry-content .wp-block-image .alignright {
    display: block;
  }
  /*サービス活動実績ピックアップ*/
  article .entry-content h2.mobile-little-title {
    font-size: 19px;
    margin-top: 60px;
  }
  .home.body .navi-entry-cards {
    margin: -10px 0 10px;
  }
  .widget-entry-cards.card-large-image figure img {
    max-height: 180px;
    object-fit: cover;
  }
  .home p.list-link-text {
    margin-bottom: 60px;
  }
  /*最新サービス活動実績*/
  .wp-block-latest-posts.wp-block-latest-posts__list li {
    margin: 0 0 30px 0;
  }
  .wp-block-latest-posts__featured-image a {
    width: 100%;
    height: 200px;
  }
  .wp-block-latest-posts__featured-image a img {
    width: 100%;
    object-fit: cover;
    max-height: 200px;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list a {
    text-decoration: none;
    margin: 0 0 5px 0;
    color: #333333;
    display: block;
    font-weight: 700;
    line-height: 1.3;
  }
  /*フッター調整*/
  .footer {
    margin-top: 0;
  }
  .navi-footer-in > .menu-footer li:last-child {
    border-right: none;
  }
  .navi-footer-in a {
    text-decoration: underline;
    display: inline;
  }
  .navi-footer-in > .menu-footer li.menu-item a {
    width: auto;
  }
  .footer-bottom-content {
    text-align: left;
  }
  .footer-bottom-logo img {
    height: auto;
  }
  /************************************
スマホ：TOPページ以外のメインビジュアル
************************************/
  /*スマホ：TOPページ以外のメインビジュアル*/
  .content-top {
    margin: 10px 0 0 0;
    position: relative;
    z-index: -1;
  }
  .contents-mainimg {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-attachment: scroll;
  }
  /*////////////サービス活動実績のメインビジュアル調整////////////////*/
  .blog .contents-mainimg {
    background-image: url(https://hokengai.org/wp-content/uploads/2021/12/service_img.jpg);
    background-position: center 50%;
  }
  /*////////////お問い合わせのメインビジュアル調整////////////////*/
  .page-id-14 .contents-mainimg {
    background-image: url(https://hokengai.org/wp-content/uploads/2021/12/contact_img.jpg);
    background-position: center 0;
  }
  /*////////////【投稿ページ】サービス活動実績/サンクスページ/プライバシーポリシー/404のメインビジュアル調整////////////////*/
  .single-post .contents-mainimg, .archive .contents-mainimg, .page-id-143 .contents-mainimg, .privacy-policy .contents-mainimg, .error404 .contents-mainimg, .search-results .contents-mainimg, .search-no-results .contents-mainimg {
    background-image: url(https://juna2021.sakura.ne.jp/uninsured/wp-content/uploads/2021/10/backimg.jpg);
    background-position: center center;
    height: 150px;
  }
  .page-id-143 .content-top, .privacy-policy .content-top {
    margin: -20px 0 0 0;
  }
  /*TOPページ以外のページタイトル*/
  .contents-mainimg::after {
    width: 100%;
    padding: 0 0 0 20px;
    top: 90px;
    font-size: 6.5vw;
  }
  /*////////////サービス活動実績のページタイトル////////////////*/
  .blog .contents-mainimg::after {
    padding: 0 20px 0 0;
    right: 0;
  }
  /*////////////【投稿ページ】サービス活動実績/サンクスページ/プライバシーポリシーのページタイトル////////////////*/
  .single-post .contents-mainimg::after, .archive .contents-mainimg::after, .page-id-143 .contents-mainimg::after, .privacy-policy .contents-mainimg::after, .search-results .contents-mainimg::after, .search-no-results .contents-mainimg::after {
    top: 70px;
    padding: 0;
  }
  /************************************
スマホ：サービスのご依頼について
************************************/
  .requiest-contact-link a {
    width: 100%;
    background: #e85298;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 0 !important;
    display: inline-block;
    font-weight: 700;
    line-height: 150%;
  }
  /************************************
スマホ：サービス活動実績
************************************/
  /*メインビジュアル下のマージン*/
  .blog .content {
    margin-top: 0;
  }
  /*各記事サムネイル画像の大きさ調整*/
  .blog .entry-card .entry-card-thumb img {
    height: 100px;
    max-height: 100px;
  }
  .archive .entry-card .entry-card-thumb img {
    height: 100px;
    max-height: 100px;
  }
  /*関連記事のアイキャッチ調整*/
  .rect-vertical-card .related-entry-card-thumb img {
    height: 90px;
  }
  /************************************
スマホ：カテゴリ一覧スタイル上書き
************************************/
  .ect-vertical-card.sp-entry-card-1-column > * {
    width: 49%;
  }
  .no-sp-snippet .entry-card-snippet {
    display: block;
  }
  /************************************
スマホ：お問い合わせ
************************************/
  .page-id-14 .content-top {
    margin: -20px 0 0 0;
  }
  .page-id-14 .content-in {
    width: 95%;
  }
  /*お問い合わせについて*/
  .contact-toggle .toggle-button {
    padding: 10px 10px;
    background-color: #fff;
    color: #e85298;
    border: 2px solid #e85298;
    line-height: 130%;
    font-size: 18px;
  }
  .page-id-14 .wp-block-group.requiest-box {
    margin: 10px 0 30px;
  }
  .page-id-14 .wp-block-group.requiest-box:last-of-type {
    margin: 10px 0 10px;
  }
  /************************************
スマホ：サンクスページ
************************************/
  .cf p.thanks-copy {
    font-size: 18px;
  }
  .page-id-143 .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: auto;
  }
  /************************************
スマホ：プライバシーポリシー
************************************/
  .privacy-policy article h2 {
    margin-top: 0;
  }
  .privacy-policy article {
    margin: 0 auto;
  }
  /************************************
スマホ：検索結果
************************************/
  .search-results .content-top, .search-no-results .content-top {
    margin: 5px 0 0 0;
  }
  .search-results .entry-card .entry-card-thumb img {
    height: 100px;
    max-height: 100px;
  }
}
/*820px以下*/
@media screen and (max-width: 827px) {
  /*必要ならばここにコードを書く*/
}
/*767px以下*/
@media screen and (max-width: 782px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}