@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
*/

/* H1タイトル非表示 */
.p-articleHead.c-postTitle{
display: none;
}
.l-content {
padding-top: 0em;
}

body {
	font-family: open-sans, sans-serif;
font-weight: 400;
}


/********* ↓画像のカスタマイズ ***********/
img {
-webkit-touch-callout:none;
-webkit-user-select:none;
-webkit-user-drag: none;
-moz-touch-callout:none;
-moz-user-select:none;
-moz-user-drag: none;
-touch-callout:none;
-user-select:none;
-user-drag: none;
pointer-events: none;
}

img.allow {
-webkit-touch-callout:auto;
-webkit-user-select:auto;
-webkit-user-drag: auto;
-moz-touch-callout:auto;
-moz-user-select:auto;
-moz-user-drag: auto;
-touch-callout:auto;
-user-select:auto;
-user-drag: auto;
pointer-events: auto;
}



/* 投稿記事下部のカテゴリーを非表示*/
.p-articleFoot{
  display: none;
}
.p-articleMetas.-top {
    display: none;
}


.post_content h2{
font-family: merriweather, serif;
font-weight: 900;
font-style: Italic;
	
letter-spacing:0em;
border-top: 3px solid; 
border-bottom: 3px solid ;
font-size: 1.1pem;
letter-spacing:0.0pt;
padding: 0.7rem 0.5rem;
background: repeating-linear-gradient(0deg, #757575 0.1em, #9E9E9E 0.2em, #E8E8E8 0.3em, #9E9E9E 0.4em, #757575 0.5em); 
/* background: linear-gradient(to right, #ffffff, #ffffff)!important;  */
background-clip: text!important;
-webkit-background-clip: text!important;
border-image: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
border-image-slice: 1;
margin-bottom: 0.5em;
word-break: auto-phrase;
}

.post_content h3{
font-family: merriweather, serif;
font-weight: 700;
font-style: normal;
font-size: 1.1em;
	
letter-spacing:0em;
border-bottom: 2px solid ;
letter-spacing:0.0pt;
padding: 0.5rem 0.5rem;
background: repeating-linear-gradient(0deg, #757575 0%, #9e9e9e 33%, #e8e8e8 62%, #9e9e9e 83%, #757575 100%); 
/* background: repeating-linear-gradient(0deg, #757575 0.1em, #9E9E9E 0.2em, #E8E8E8 0.3em, #9E9E9E 0.4em, #757575 0.5em);  */

background-clip: text!important;
-webkit-background-clip: text!important;
border-image: linear-gradient(90deg, #757575 0%, #9e9e9e 33%, #e8e8e8 62%, #9e9e9e 83%, #757575 100%);
/* border-image: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%); */
border-image-slice: 1;
margin-bottom: 0.5em;
word-break: auto-phrase;
	

}

.post_content h4.link{
font-family: merriweather, serif;
font-weight: 400;
font-style: normal;
font-size: 1em;
font-weight: 400;
font-style: normal;
margin:0;
padding:0;
background: none:
border-image: none;
border-left: none;
margin-top:-0.5em;
}
/********* ↑見出しのカスタマイズ ***********/

b,strong {
font-family: open-sans, sans-serif;
font-weight: bold;
}