@charset "UTF-8";
h1, h2, h3, p { margin: 0; padding: 0; }

/*html { background: #f3f3f3; font-size: 10px; font-weight: 400; font-family: sans-serif; }

@media (max-width: 524px) { html { font-size: 2.667vw; } }

body { margin: 0; color: #333; }

a { color: #0061b6; }

a:hover { text-decoration: none; }*/

* { box-sizing: border-box; }

*::before, *::after { box-sizing: border-box; }


/* コンテンツエリア */
section{
	max-width: 110rem;
	margin: 0 var(--margin-base);
}

section:last-of-type{
	margin-bottom: 0;
}

/* 画像保存をしにくくする設定（不要なら削除OKここから） */
/* .text-tlog a.imagelink,
.text-tlog img.embeddedimage, */
.text-tlog .cemoji img {
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	user-select:none;
}
/* 画像保存をしにくくする設定（ここまで） */

/* ボックスの中 */
.box-blog {
	padding: var(--margin-base);
/*	background-color: var(--color-light-opa); 
	border-radius: var(--border-radius);*/
}

.box-blog h2{
    width: 100%;
	padding-top: 0em;
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: solid 1px var(--color-main);
    
    /* font-family: 'Gidugu', sans-serif;text-box: trim-both cap alphabetic;  firefoxまだ未対応  */
      line-height: 1.4;
}

.box-blog h2:first-letter{
	color: var(--color-main);
}


.box-blog h2 { padding-bottom: 0.8em; }
.main .block .head { padding-bottom: 0.8em; }



.box-blog h2>i {
    	font-size: 1em;
        margin:0 6px 0 0 ;
    text-align:center;

}

.box-blog p + h2,
.box-blog ul + h2,
.box-blog dl + h2{
	margin-bottom: 1.5em;
}

.box-blog h3{
	padding-bottom: 0.2em;
	width: fit-content;
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: solid 1px var(--color-accent);
}

.box-blog h3:first-letter{
	color: var(--color-accent);
}

.box-blog p + h3,
.box-blog ul + h3,
.box-blog dl + h3{
	margin-top: 2.2em;
}

.box-blog > p{
	margin: 1.4em 0;
}

/*.box-blog > div{
	margin: 2em 0;
}*/

.box-blog > *:first-child{
	margin-top: 0;
}

.box-blog > *:last-child{
	margin-bottom: 0;
}

.box-blog strong{
	font-weight: 600;
	background: linear-gradient(transparent 60%, var(--color-marker) 60%);
}

.text-blog a{
	text-decoration: underline;
	font-weight: 600;
}

.text-blog a::after{
	margin-left: 0.2em;
	font-family: var(--font-icon);
	font-weight: 900;
}

.text-tlog { max-width: 100%; }

.text-tlog img {
    max-width: 100%; height: auto;
    object-fit: contain;
}
.text-tlog a.imagelink img {
    border: solid 1px var(--color-main);
    max-width: 35vw;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}

/*.wrapper { display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr 5rem; max-width: 525px; min-height: 100vh; margin: 0 auto; }*/

.footer { width: 100%; color: #333; }

.footer .inner { display: flex; justify-content: right; align-items: center; height: 100%; padding: 0.75rem 3rem 2.25rem; }

@media (max-width: 524px) { .footer .inner { padding: 1.5rem 3rem; } }

.footer .text { line-height: 1; font-size: 1.2rem; }

.footer .text a { color: #0061b6; }

.main {   } /* min-height: calc(100vh - 5rem); width: 100%; padding: 0 2.25rem 2.25rem 0;padding上だけ詰め */

.main .inner { display: flex; flex-direction: column; justify-content: space-between; width: 100%; min-height: 100%; }

.main .block { display: flex; flex-direction: column; background-color: var(--color-light-opa);   }
/* 	background: #ffffffEE; box-shadow: 0.7rem 0.7rem 0 #e5e5e5; width: 100%; padding: 3rem;*/

.main .block .head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; }

.main .block .head .categories { padding-bottom: 2.25rem; font-size: 1.2rem; }

.main .block .head .categorylink { display: inline-block; margin-right: 1em; }

.main .block .head .categorylink::before { content: "#"; }

.main .block .head .date { padding-bottom: 2.25rem; font-size: 1.2rem; text-align: right; }

.main .block .body .readmorebutton { margin-top: 0.75rem; }

.main .block .body .readmoreopen::before { content: "▼"; }

.main .block .body .readmoreclose { display: block; }

.main .block .body .readmoreclose::before { content: "▲"; }

.main .block + .block { margin-top: 3rem; }

.main .title { padding: 1.5rem 0 3rem; letter-spacing: 0.05em; line-height: 1; font-size: 2.8rem; text-align: center; color: #4a4a4a; }

.main .text { line-height: 1.929em; font-size: 1.4rem; }

.main .note { line-height: 1.667em; font-size: 1.2rem; }

.main .pager { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 3rem 0; line-height: 1.929em; font-size: 1.4rem; }

.main .pager > a { display: flex; justify-content: center; align-items: center; background: #80b0db; min-width: 1.929em; padding: 0 0.5em; text-decoration: none; color: #fff; }

.main .pager > a.pagenumhere { background: transparent; font-weight: 700; color: #333; pointer-events: none; }

.main .pager > a:hover { background: #0061b6; }

.main .pager > a + a { margin-left: 1.5rem; }

.main .pager + .foot { margin-top: auto; }

.Login-Required {
}

.onelogbox .editlink,
.onelogbox .delitelink {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 70%;
    background-position: center center;
}

/* QUICK POST-------------------- */
.postform {
    padding: 1rem 0;
    border-top: 1px solid var(--color-mgrey);
}

.postform .line-textarea {
    margin-bottom: 1rem;
}

/* 本文入力 */
.postform .tegalogpost {
    width: 100%;
    min-height: calc(5rem + 32px);
    padding: 16px;
    border: none;
    border-radius: 8px;
    background-color: var(--color-lgrey);
    overflow-wrap: break-word;
    overflow: auto;
}

/* プレースホルダ(※入力文字数がゼロの際にだけ見える薄文字)の装飾 */
textarea.tegalogpost:placeholder-shown {color: #777;}/* 通常時 */
textarea.tegalogpost:focus:placeholder-shown {color: #bbb;}/* カーソルが入ったとき */
textarea.tegalogpost:-ms-input-placeholder {color: #aaa;}/* for IE */

.line-control {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}



/* 投稿ボタン */
.postbutton {
    display: block;
    font-size: 16px;
    color: var(--color-wh)!important;
    padding: 8px 24px;
    border-radius: 999px;
    background-color: var(--color-accent);
}

/* 文字装飾ボタン群 */
/* 掲載領域全体 */
.decoBtns {
    display: inline-block;
    margin-top: 0.5em;
}

/* 全ボタン装飾 */
.decoBtns input {
    margin: 2px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: 0.3s;
    /* マウスホバー時のアニメーション */
}

.decoBtns input:hover {
    background-color: var(--color-mgrey);
}

/* 強調  :E */
.decoBtnE {
    font-weight: bold;
    font-style: italic;
    color: var(--color-accent)!important;
}

/* 太字  :B */
.decoBtnB {
    font-weight: bold;
}

/* 斜体  :I */
.decoBtnI {
    font-style: italic;
}

/* 下線  :U */
.decoBtnU {
    text-decoration-line: underline;
    text-decoration-style: double;
    text-decoration-color: var(--color-accent)!important;
}

/* 取消線:D */
.decoBtnD {
    color: var(--color-grey)!important;
    text-decoration-line: line-through;
}

/* 文字色:C */
.decoBtnC {
    color: red!important;
}

/* 背景色:M */
.decoBtnM {
    color: blue!important;
}

/* 画像 ファイル選択 */
input[name="upload_file"] {
    border: 1px solid var(--color-grey)!important;
}

/* チェックボックスの間隔を調整 */
.catChecks label {
    margin-right: 8px;
}


