/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*
 * VK Block見出し設定
 * 
 * H2とH3の見出しの装飾
 * 使い方：見出し設定→装飾無し
 * */
/*h2見出し装飾*/
.entry-content h2{
border:none;
background:none;
padding: 0;
}
h2.vk_heading_title.vk_heading_title-style-plain{
	padding: 0.25em 0.5em !important;/*上下 左右の余白*/
	color:black !important;
	background: transparent !important;/*背景透明に*/
	border-left: solid 5px #32cd32 !important;/*左線*/
}
/*h3見出し装飾*/
h3.vk_heading_title.vk_heading_title-style-plain:first-letter{
    font-size: 2em!important;
	color:#9acd32 !important;
}

/* リンク先URLにpeepsoを含むaタグを持つdivを、最初から非表示にする */
/*
div:has(a[href*="peepso.com"]) {
    display: none !important;
    visibility: hidden !important;
}
*/

/*
 * リンカー商品リンクマウスオーバー
 * */
.yyi-rinker-title a{color:#007bbb !important;}
.yyi-rinker-title a:hover{color:#ba2636 !important;}

/*
 * 固定ページH1見出し
 * すべてのフォントサイズ
 * */
h1.entry-title{font-size:30px}

/*
 * 固定ページH1見出し
 * 利用規約
 * */
body.page-id-108 h1.entry-title:before{font-family: "Font Awesome 7 Free"; font-weight:800; content: '\f071'; margin-right: 5px;}

/*
 * 固定ページH1見出し
 * プライバシーポリシー
 * */
body.page-id-221 h1.entry-title:before{font-family: "Font Awesome 7 Free"; font-weight:800; content: '\f3ed'; margin-right: 5px;}

/*
 * 固定ページH1見出し
 * 特定商取引法に関する表記
 * */
body.page-id-224 h1.entry-title:before{font-family: "Font Awesome 7 Free"; font-weight:800; content: '\f058'; margin-right: 5px;}

/*
 * 固定ページH1見出し
 * ブログSNSとは？
 * */
body.page-id-132 h1.entry-title:before{font-family: "Font Awesome 7 Free"; font-weight:800; content: '\f059'; margin-right: 5px;}

/*
 * 固定ページH1見出し
 * お問い合わせ
 * */
body.page-id-130 h1.entry-title:before{font-family: "Font Awesome 7 Free"; font-weight:800; content: '\e4e8'; margin-right: 5px;}

/*
 * 固定ページH1見出し
 * サービス一覧
 * */
body.page-id-134 h1.entry-title:before{font-family: "Font Awesome 7 Free"; font-weight:800; content: '\f562'; margin-right: 5px;}
