@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* ↓↓↓ こ こ か ら 追 加 ↓↓↓ */
/**********************************************************
トップページの記事スライダーのホバー時画像を大きくしない
https://hrdyuic.com/swell-eye-catching-image-scale-invalid/
**********************************************************/
#post_slider .p-postList__link:hover .c-postThumb__img {
	transform: none;
}
/**********************************************************
ピックアップバナーのホバー時画像を大きくしない
https://hrdyuic.com/swell-eye-catching-image-scale-invalid/
**********************************************************/
#pickup_banner .c-bannerLink:hover .c-bannerLink__img {
    transform: none;
}
/**********************************************************
記事一覧のホバー時画像を大きくしない
https://hrdyuic.com/swell-eye-catching-image-scale-invalid/
**********************************************************/
#main_content .p-postList__link:hover .c-postThumb__img {
	transform: none;
}
/**********************************************************
人気記事一覧のホバー時画像を大きくしない
https://hrdyuic.com/swell-eye-catching-image-scale-invalid/
**********************************************************/
.widget_swell_popular_posts .p-postList__link:hover .c-postThumb__img {
	transform: none;
}
/***********************************************************
固定ページでマウスホバー時に画像を拡大する
[高度な設定]の[追加CSSクラス]に「myMoverExpansion」を設定 */
.myMoverExpansion {
    overflow: hidden;
}
.myMoverExpansion img {
    transition: transform .6s ease;
}
.myMoverExpansion:hover img {
    transform: scale(1.1);
}
/* グローバルナビ */
.c-gnav > li:hover > a, .c-gnav > .-current > a {
background: transparent;
color: rgba(220,20,60,0.8);
transition: all .25s;
}
/*********************************************************
フッターメニューの仕切りの縦線を消す
https://motoki-design.co.jp/wordpress/swell-customize-css/
*********************************************************/
.l-footer__nav li:first-child a,
.l-footer__nav li a {
    border-left: 0;
    border-right: 0;
}
/*********************************************************
フッターメニューのホバー時の色の指定とアンダーラインを消す
*********************************************************/
.l-footer__nav a:hover {
color: rgba(220,20,60,0.8);
text-decoration: none;
transition: all .25s;
}
/***********************************
投稿ページのタイトルの文字サイズ変更
***********************************/
.c-postTitle__ttl{
font-size:1.8rem;
}
/***********************************
固定ページのタイトルの文字サイズ変更
***********************************/
.c-pageTitle{
font-size:1.8rem;
}
/******************************
「検索」ボックスカスタマイズ
https://lapinweb.com/8929/swell-searchform/
******************************/
/*虫眼鏡アイコンの背景*/
.c-widget.widget_search .u-bg-main,
.p-searchModal__inner .u-bg-main {
  background-color: #222 !important;
}
/******************************
見出しをゴシック体にする
******************************/
h1, h2, h3, h4, h5, h6 {
  font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* font-size: 2.0em; *//* フォントサイズ */
}
/*************************************************
hタグデザイン変更
*************************************************/
/*見出し初期化*/
.post_content h2,
.post_content h4
{
padding: 0;
/*margin: 0;*/
letter-spacing: 0.03em;
background:none;
border-collapse: separate;
border-spacing: 0;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
line-height: normal;
position:relative;
}
/*** h2タグ ***/
.post_content h2 {
  padding: .45em 0.7em;
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
  background-color:rgba(249,249,249,1.0); /* 背景色 */
}
/*media Queries 834px以下*/
@media screen and (max-width: 834px){
.post_content h2 {
  padding: .40em 0.7em;
}
}
/*** h3タグ ***/
.post_content h3 {
  padding: .35em 0em;
}
/*media Queries 834px以下*/
@media screen and (max-width: 834px){
.post_content h3 {
  padding: .35em 0em;
}
}
/*** h4タグ ***/
.post_content h4 {
  position: relative;
  padding: 0 .5em .30em 2em;
  border-bottom: 1px solid #191919;
}
.post_content h4::before,
.post_content h4::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.post_content h4::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(150, 150, 150, .7);
}
.post_content h4::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(210, 210, 210, .8);
}
/*media Queries 834px以下*/
@media screen and (max-width: 834px){
.post_content h4 {
  padding: 0em .5em .30em 2em;
}
}
/*** h5タグ ***/
.post_content h5 {
  font-size: 1.2em;
}
/*media Queries 834px以下*/
@media screen and (max-width: 834px){
.post_content h5 {
  font-size: 1.0em;
}
}
/*** h6タグ ***/
.post_content h6 {
  font-size: 1.1em;
}
/*media Queries 834px以下*/
@media screen and (max-width: 834px){
.post_content h6 {
  font-size: .9em;
}
}
/************************************
固定ページタイトル左寄せ
************************************/
.c-pageTitle,
.c-pageTitle__inner {
	float: none!important;
	text-align: left;
}
/************************************
パンくずリスト非表示
************************************/
.p-breadcrumb {
 display: none;
}
/************************************
リンクテキスト カスタマイズ
************************************/
 /*リンクテキスト装飾無し*/
.post_content a{
	text-decoration: none;
}
/*リンクテキストホバー時の色変更*/
.post_content a:hover {
	text-decoration: none;
	color: rgba(220,20,60,0.8);
}
/************************************
テキスト選択範囲のスタイル
************************************/
::selection {
  color: #fff; /* 文字色 */
  background-color: rgba(220,20,60,0.8); /* 背景色 */
}
/************************
reCAPTCHA非表示
************************/
.grecaptcha-badge { visibility: hidden; }
/***********************************
ページャー（ページネーション）の編集
***********************************/
.p-pnLinks.-style-normal .-next .p-pnLinks__link::after,
.p-pnLinks.-style-normal .-prev .p-pnLinks__link::before {
    color: #999999; /* 文字色 */
    font-size: 10px; /* 文字サイズ */
/*    margin-left: -9.0em;*/
/*    margin-right:-6.4em;*/
/*    margin-bottom: 3.4em;*/
    display: block;
}
.p-pnLinks.-style-normal .-next .p-pnLinks__link::after {
/*  content: 'NEXT ARTICLE';*/
  content: '\3000Next';
  text-align: left;
}
.p-pnLinks.-style-normal .-prev .p-pnLinks__link::before {
/*  content: 'PREVIOUS ARTICLE';*/
  content: 'Previous\3000';
  text-align: left;
}
/************************
【ボックス：質問】
html記述
<div class="wfbox-001">
    <div>
        タイトル
    </div>
    <p>メモアイコン付きの大きいボックス。補足や詳細な説明をする時におすすめです。</p>
</div>
************************/
.wfbox-001 {
    max-width: 100%;
    margin: 10px auto 30px auto;
    border: 2px solid #5295cc;
/*    border-radius: 5px;*/
    color: #333333;
}
.wfbox-001 div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #5295cc;
    font-weight: 600;
    vertical-align: top;
}
.wfbox-001 div::before {
    width: 15px;
    height: 7.5px;
    border-bottom: 3px solid #5295cc;
    border-left: 3px solid #5295cc;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}
.wfbox-001 p {
    margin: 0;
    padding: 0 1.5em 1.5em;
}
/***********************
ボックス：回答
html記述
<div class="wfbox-002">
    <div>
        タイトル
    </div>
    <p>メモアイコン付きの大きいボックス。補足や詳細な説明をする時におすすめです。</p>
</div>
************************/
.wfbox-002 {
    max-width: 100%;
    margin: 10px auto 30px auto;
    border: 2px solid #3cb371;
/*    border-radius: 5px;*/
    color: #333333;
}
.wfbox-002 div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #3cb371;
    font-weight: 600;
    vertical-align: top;
}
.wfbox-002 div::before {
    width: 15px;
    height: 7.5px;
    border-bottom: 3px solid #3cb371;
    border-left: 3px solid #3cb371;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}
.wfbox-002 p {
    margin: 0;
    padding: 0 1.5em 1.5em;
}
/************************************
アイコンボックス：質問（青）
html記述
<div class="wf_box_topleft">
	<p>{ボックス内の文章}</p>
</div>
https://fa-sample.com/sample/box/
************************************/
.wf_box_topleft{
	max-width: 100%;
    margin: 10px auto 30px auto;
	position: relative;
	padding: 15px 15px 15px 20px;
	background: #fff;
	border: 2px solid #3366cc;
	line-height: 1.4;
/*	border-radius: 5px;*/
}
.wf_box_topleft:before{
	position: absolute;
	top: -18.5px;
	left: 18px;
    display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #3366cc;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f0eb';
	font-size: 20px;
}
.wf_box_topleft p {
    margin: 0;
    padding: 1.5em 1.5em 1.5em 1.0em;
	line-height:1.8;
}
/************************************
アイコンボックス（青）：質問
html記述
<div class="wf_iconbox-q_blue">
	<p>{ボックス内の文章}</p>
</div>
https://fa-sample.com/sample/box/
************************************/
.wf_iconbox-q_blue{
	position: relative;
	top: 0.6em;
	margin: 0 0 2.5em 0;
	padding: calc(0.6em + 10px) 20px 10px 20px;
	background: #fff;
	border: 2px solid #3366cc;
/*	border-radius: 5px;*/
	line-height: 1.4;
}
.wf_iconbox-q_blue:before{
	position: absolute;
	top: -0.5em;
	left: 10px;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free",sans-serif; 
	font-weight: 900;
	content: '\f059';
	font-size: 2.3em;
	line-height: 1;
	color: #3366cc;
}
.wf_iconbox-q_blue p {
    margin: 0;
    padding: 1.5em 1.0em 1.5em 1.0em;
	line-height:1.8;
}
/************************************
アイコンボックス（赤）：回答
html記述
<div class="wf_iconbox-a_red">
	<p>{ボックス内の文章}</p>
</div>
https://fa-sample.com/sample/box/
************************************/
.wf_iconbox-a_red{
	position: relative;
	top: 0.6em;
	margin: 0 0 2.5em 0;
	padding: calc(0.6em + 10px) 20px 10px 20px;
	background: #fff;
	border: 2px solid #f26100;
/*	border-radius: 5px;*/
	line-height: 1.4;
}
.wf_iconbox-a_red:before{
	position: absolute;
	top: -0.5em;
	left: 10px;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free",sans-serif; 
	font-weight: 900;
	content: '\f3e5';
	font-size: 2.3em;
	line-height: 1;
	color: #f26100;
}
/* 脚注の文字サイズを変更 */
.wp-block-footnotes {
  font-size: 14px; /* ←お好みのサイズに変更 */
}
.wp-block-footnotes .footnote-back a {
    font-size: 14px; /* ←戻るボタンのサイズも変更する場合 */
}
/* hrのカスタマイズ */
hr {
  line-height: 1em;
  position: relative;
  outline: none;
  border: none;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
  margin: 1.8em 1.0em 0em 0.5em;
}
hr:before {
  content: '';
  background: -webkit-linear-gradient(left, transparent, #818078, transparent);
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
hr:after {
  content: '✦';
  position: relative; top:-1px; 
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fdfdfd;
}
/* ホバー時の色を変える */
.c-pagination a.page-numbers:hover {
  background-color:rgba(242,242,242,1);
  color: rgba(220,20,60,0.8);
}