<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* -----reset css------ */
html,body,address,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,div,p,pre,blockquote,hr,bdo,a,br,del,ins,abbr,dfn,sub,sup,q,cite,code,var,kbd,samp,map,area,iframe,img,form,label,fieldset,legend,input,textarea,select,option,optgroup,button,command,details,menu,summary,article,aside,header,footer,nav,section,figcaption,figure,main,mark,rp,rt,ruby,time,wbr,audio,canvas,embed,object,param,source,video,datalist,keygen,meter,output,progress{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;vertical-align:baseline;list-style-type:none;background:transparent;box-sizing:border-box;}embed,iframe,img,table,textarea{max-width:100%;}table{border-collapse:collapse;border-spacing:0;}a,a:link,a:visited{color:#333;text-decoration:none;}a:hover,a:active{color:#777;}article,aside,canvas,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}
/* ---reset css end----2020/04/07更新 */

html,body{
  width:100%;
  min-height:100%;
}
html{
  font-size:85%; /* フォントサイズは1em(16px)の85% */
  overflow-x:hidden;
}
body{
  font-size:1.0em;
  color:#000; /* 基本文字色 */
  line-height: 1.8;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Verdana,sans-serif;
  word-wrap:break-word;
  overflow-wrap:break-word;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -webkit-overflow-scrolling:touch !important;
  animation:fadeIn 0.5s ease 0s 1 normal;
}
body::before{
  background-image:url(https://blog-imgs-128.fc2.com/l/e/c/lechat5/20190618141011312.jpeg); /* 背景画 */
  background-color:#f5deb3; /* 背景色 */
  background-position:center;
  background-repeat:repeat;
  position:fixed;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:150%;
  content:"";
  z-index:-1;
  transform:translate3d(0,0,0);
}
@keyframes fadeIn{
  0%{opacity:0}
  100%{opacity:1}
}
#wrapper{
  width:100%;
  min-height:100%;
  text-align:center;
  position:relative;
  overflow:hidden;
}
body &gt; #wrapper{
  height:auto;
}
a,
a:link,
a:visited{
  color:#753a06;
  text-decoration:none;
}
a:hover{
  color:#ff8c00;
  text-decoration:none;
}
img{
  opacity: 1;
  animation:fadeIn 0.8s ease 0s 1 normal;
  vertical-align:bottom;
  border:none;
  max-width:100%;
  height:auto;
}
img[data-src] {
  opacity: 0;
  display:none;
}
.emoji{
  margin:0;
  vertical-align:middle;
}
hr{
  border-top:solid 1px #777;
  height:1px;
  margin:auto;
}
.hr1{
  border-top:solid 1px #ddd;
  height:1px;
  padding-bottom:10px;
  margin:0 -15px;
}
.hr2{
  border-top:dotted 1px #ccc;
  height:1px;
}
blockquote{
  padding:10px 15px;
  margin:10px;
  border:solid 1px #ccc;
  border-radius: 5px;
}

/* トップ画像 */
.topimg{
  position:relative;
  overflow:hidden;
  padding-top:50.00%;  /* 画像の高さpx÷画像の幅px×100で導いた数値% */
  background:url('https://blog-imgs-128.fc2.com/l/e/c/lechat5/201906192153068d7.jpeg'); /* 表示したい画像URL */
  background-position:center center; /* 表示する位置 中央寄せ */
  background-repeat:no-repeat;
  background-size:cover;
}

/* ヘッダー部分 */
header{
  width:100%;
  top:35px;
  position:absolute;
  text-align:left;
  background-color:rgba(255,255,255,0.0);
  z-index:1;
}

/* ブログタイトル */
header a,
header a:link,
header a:visited{
  color:#753a06; /* ブログタイトルの文字色 */
  font-size:2.0em;
  font-weight:normal;
  text-shadow:0 1px 1px rgba(0,0,0,.3);
}
h1{
  top:0;
  padding:0 30px;
  line-height:1.5;
}

/* ブログ説明部分 */
.introduction{
  padding:0 30px;
  color:#000; /* --説明文の文字色-- */
  visibility:hidden;
}

/* 管理リンク・パンくず表示部分 */
.pan_box {
  min-height:1.2em;
  text-align:left;
  position:relative;
  z-index:2;
}

.clearfix:after{
  content:"";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

/* 管理ページ部分 */
.adm{
  padding:0 20px;
}
.adm2{
  display:none; /* メニューカラムの管理リンク、2カラム時非表示 */
}
ul.admin{
  margin:0;
  list-style-type:none;
  text-align:right;
}
ul.admin li{
  display:inline;
  margin:0;
}
ul.admin li:before{
  content:none;
}

/* メインカラム部分 */

.blog-con{
  position:relative;
  margin:5px 0 35px;
  padding:25px 10px 20px;
  border:1px solid rgba(0,0,0,.3);
  box-shadow:0 5px 6px -3px rgba(0,0,0,.3);
  background-color:#fff;
}
.tape{
  position:absolute;
  top:-5px;
  right:10px;
  margin-left:25px;
  background-color:#f0e68c; /* 日付部背景色 */
  border:1px solid #f0e68c; /* 日付部枠線色 */
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
  border-radius: 0 0 5px 5px;
  padding:0 1.0em;
}
.pen-link{
  font-size:0.9em;
  color:#000;
  line-height:1;
  vertical-align:middle;
  display:inline-block;
}
.con_body{
  margin:15px 25px 0;
}
.con_body ul li{
  margin-left:20px;
  list-style-type:disc;
}
.con_body ol li{
  margin-left:20px;
  list-style-type:decimal;
}
.relate_dd .relate_ul .relate_li,
.relate_dd .relate_ul .relate_li_nolink {
  margin-left:0;
  list-style-type:none; /* 関連記事のリストマーク */
}
.pd-plus{
  padding:10px 0 25px;
}
.entry_footer{
  padding:15px 10px 0;
  font-size:0.8em;
  text-align:right;
}
.topentry_comment_body{
  padding:0 25px;
}
#tools_container{
  margin-top:5px;
}

/* メニュー部分 */

.entry_title h2,
.menu_title{
  margin:10px 10px 5px;
  padding:0px 10px 2px;
  color:#000; /* タイトル、メニューの文字色 */
  font-weight:bold;
  line-height:1.5em;
  border-bottom:solid 2px #8b4513; /* タイトル、メニュー下の青ボーダー */
  position:relative;
}
.entry_title h2:after,
.menu_title:after{
  position:absolute;
  content:" ";
  display:block;
  border-bottom:solid 2px #ffa500; /* タイトル、メニュー下のオレンジボーダー */
  bottom:-2px;
  width:30%;
}
.archive h2,
.menu3 h2,
h3.entry_title{
  padding:0.15em 1.0em;
  color:#753a06; /* タイトル、メニューの文字色 */
  font-weight:bold;
  line-height:1.5em;
}
.entry_title h2 a{
  font-size:1em;
  font-weight:bold;
}

/* ２カラム＋ベース部分 */

#box{
  width:1020px;
  height:100%;
  margin:0 auto;
  text-align:left;
  background-color:#fff;
}
#content{
  width:750px;
  float:left;
  padding:10px 10px 0 20px;
}
.title_list{
  padding:15px 25px;
}
#right-box{
  float:right;
  width:270px;
  padding:0 10px 20px;
}
.menu-box{
  padding:10px 17px 50px;
  overflow:hidden;
}
.menu_block{
  padding-top:25px;
}
#footer{
  width:1020px;
  margin:0 auto;
  padding:20px 10px 10px;
  height:auto;
  color:#000;
  background-color:#f0e68c; /* フッター背景色 */
  text-align:center;
  line-height:1.5;
}
#btn1,
#btn2{
  display:none; /* ドロワーメニューボタン、2カラム時非表示 */
}
.kiji1{
  display:none; /* 記事表示時要約非表示 */
}
.kiji2{
  display:block; /* 要約表示時記事非表示 */
}

/* 簡易表示トップページエントリー */
.kiji1{
  overflow: hidden;
  margin:0;
}
.left{
  float:left;
  width:35%; /* サムネイル画像の幅 */
  height:auto;
  max-height:130px;
  margin-right:15px;
  text-align:center;
  position: relative;
  overflow:hidden;
}
.left img{
  width:100%;
  height:auto;
  max-height:130px;
  -o-object-fit: cover; /* 古いopera用ベンダー */
  font-family:'object-fit:cover;'; /* IE対策 */
  object-fit:cover;
  border:1px solid #ccc; /* 枠線不要ならborder:none;に */
  vertical-align:middle;
}
.mask{
  position:absolute;
  top:0;
  left:0;
  z-index:2;
  width:100%;
  height:100%;
  background:rgba(255,255,255,.5);
  -webkit-transition:.3s;
  transition:.3s;
  opacity:0;
}
.mask .caption{
  color:#222;
  font-size:120%;
  font-weight:normal;
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.left:hover .mask{
  opacity:1;
}
.moji-c{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; /* 表示したい行数（3行表示で末尾に3点リーダー表示、webkit系のみ) */
  max-height:5.4em; /* IE,Firefox対策（4行は7.2em、5行は9.0em)はみ出しはこの数値で調整 */
}
p.right-txt{
  text-align:right;
  margin-right:20px;
}
.clearLeft{
  clear:left;
}

/* 記事ページ追記ボタン */
.hidden_box{
  margin-top:1.5em;
}
.hidden_box label{
  padding:0 10px;
  border:solid 1px #666; /* ボタン枠 */
  cursor:pointer;
}
.hidden_box label:hover{
  background:#eee; /* ホバー時ボタン背景色 */
  color:#333;
}
.hidden_box input{
  display:none;
}
.hidden_box .hidden_show{
  height:0;
  padding:0;
  overflow:hidden;
  visibility:hidden; /* 中身を非表示にしておく */
}
.hidden_box input:checked ~ .hidden_show{
  padding:10px 0;
  height:auto;
  visibility:visible; /* クリックで中身表示 */
}

/*コメントリスト*/
.sidehide{
  display:none;
  margin-top:10px;
  text-align:left;
  border-top:1px dotted #ccc;
}

/*プロフィール画像の余白・表示位置 */
.plugin-myimage{
  margin:0 auto;
  text-align:center !important;
  border:none;
}

/* 記事ページ移動 */
.page_navi{
  padding:10px;
  text-align:center;
  margin:0px auto;
}

/* ページネーション */
#pagenavi{
  line-height:30px;
  font-size:1.0em;
  text-align:center;
}
#pagenavi a,#pagenavi span{
  margin:2px;
  padding:0 11px;
  background:#fff;
  border:1px solid #666;
  border-radius:3px;
  text-decoration:none;
  transition:all 0.3s;
  display:inline-block;
}
#pagenavi span{
  font-weight:bold;
  background:#eee;
}
#pagenavi a.dot{
  text-decoration:none;
  border:1px solid #666;
}
#pagenavi a:hover{
  border-color:#000;
  background:#ffe7c7;
  color:#000;
  font-weight:bold;
}
.pagenation{
  overflow:hidden;
  padding:5px;
}
.pagenation ul{
  text-align:center;
  position:relative;
  list-style:none;
  padding-left:0;
}
.pagenation li{
  position:relative;
  display:inline-block;
}
.pagenation_prev,.pagenation_next{
  margin:10px;
  font-size:1.0em;
}

/* ページトップ・ボトムボタン */
#pagetop{
  bottom:180px;
}
#pagebottom{
  bottom:135px;
}
#pagetop,#pagebottom{
  display:none;
  position:fixed;
  right:30px;
  background-color:rgba(255,255,255,0.5);
  border:1px solid #999;
  text-align:center;
  color:#000;
  font-size:23px;
  text-decoration:none;
  padding:0 8px;
  border-radius:3px;
  z-index:4;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
}
#pagetop:hover,#pagebottom:hover{
  background-color:rgba(255,140,0,0.2);
}

/* カレンダー */
table.calender{
  width: 100%;
}
.calender caption{
  font-size:1.0em;
  border-bottom:1px solid #bbb;
}
.calender th{
  font-weight:normal;
  text-align:center;
  border-bottom:1px solid #bbb;
}
.calender td{
  text-align:center;
  border-bottom:1px dotted #ddd;
}
.calender td a:link,.calender td a:visited{
  color:#a52a2a;
  text-shadow:0px 0px 12px #f00;
}
.calender td a:hover{
  color:#e747b3;
  text-decoration:none;
}
th#sun{
  color:#da0b00;
}
th#sat{
  color:#1e90ff;
}

/* 全記事表示 */
.all_body{
  margin:10px 0;
  padding-bottom:7px;
  border-bottom:1px dotted #ccc;
}
.all_day{
  padding:0;
  margin-left:7em;
  text-indent:-7em;
}
.all_boutou{
  float:left;
  margin-left:7em;
}
.all_cate{
  text-align:right;
  font-size:0.85em;
}
.all_cate a{
  display:inline-block;
}

/* コメント部分 */
.com_block{
  margin:0 0 20px;
  padding:10px 25px;
  border:1px dotted #005860;
  border-radius:7px;
}
.com_title{
  margin: 10px 0 15px;
  color:#753a06;
  font-weight:bold;
  border-bottom:1px dotted #ccc;
}
.com_state{
  margin-top:10px;
  text-align:right; 
}
input[type=text],
input[type=password],
select,
textarea{
  font-size:1.0em;
  font-family:sans-serif;
  color:#000;
  border:1px solid #aaa;
  padding:2px;
  width:100%;
  margin-bottom:5px;
}
nav input[type=text],
nav input[type=password],
nav select,
nav textarea{
  width:100% !important;
}
input[type=submit],
input[type=reset],
input[type=button],
input[type=image],
button{
  color:#000;
  border:1px solid #aaa;
  padding:2px 4px;
}
input[type=checkbox],
input[type=radio]{
  margin:5px;
  vertical-align:middle;
}
::placeholder{
  color:#c3c3c3;
}

@media only screen and (min-width:1000px) {
/* 2カラム時入力フォーム２列 */
.form-left{
  width:50%;
  text-align:left;
  padding-right:10px;
  float: left;
}
.form-right{
  width:50%;
  text-align:left;
  padding:0 0 10px 10px;
  float: left;
}
}


/* ２カラム */

@media only screen and (min-width:760px) and (max-width:1040px) {
#box{
  max-width:95%;
}
header {
  width:100%;
  top:20px;
  left: 0;
  margin-right:0;
  padding-left:0;
}
#content {
  width:100%;
  margin-right:-270px;
  padding-right:270px;
}
.menu-box{
  padding:10px 17px 30px;
  overflow:hidden;
}
#footer{
  width:95%;
}
}


/* １カラム */

@media only screen and (max-width:759px) {
body::-webkit-scrollbar{
 display:none;
}
body{
    -ms-overflow-style:none;
}
#box {
  width:100%;
  min-height:90vh;
}
#content{
  width:100%;
  float:none;
  margin:0;
  padding:0 15px;
}
header{
  width:100%;
  top:0;
  left:0;
  overflow:hidden;
  height:auto;
  margin:0;
  padding:0;
  text-align:left;
  position:absolute;
}
h1{
  padding-top:5px;
  line-height:1.3;
}
.adm{
  display:none; /* 上部管理リンク、1カラム時非表示 */
}
.adm2{
  display:block; /* ドロワーメニュー下の管理リンク表示 */
  margin:0 20px 50px;
}
ul.admin {
    text-align:right;
}
#footer{
  width:100%;
}
#right-box{
  float:none;
  width:100%;
  margin-left:0;
  padding:0 5px 10px;
}
.menu-box{
  padding:10px 17px 30px;
  overflow:hidden;
}
.menu_title{
  cursor:pointer;
}
.menu_block {
  padding:0 0 5px;
}

/* ドロワーメニュー部分 */
#btn1,
#btn2{
  display:block; /* ドロワーメニューボタン表示 */
}
#btn1{
  overflow:hidden;
  height:27px;
  top:0;
  right:0;
  width:45px;
  position:absolute;
}
#btn2{
  background-color:#f7ffff;
}
#nav_open {
  margin:0 13px;
  position:fixed !important;
  cursor:pointer;
  width:17px;
  height:26px;
  z-index:3;
}
#nav_open span, #nav_open span:before, #nav_open span:after{
  position:absolute;
  bottom:18px;
  right:0;
  height:2px; /* ハンバーガーボタン 線の太さ */
  width:17px; /* ハンバーガーボタン 線の長さ */
  background:#333;
  display:block;
  content: '';
  transform: translate3d(0,0,0);
}
#nav_open span:before{
  bottom:-6px;
}
#nav_open span:after{
  bottom:-12px;
}
#btn2{
  overflow:hidden;
  top:0;
  width:270px;
  height:29px;
  z-index:3 !important;
}
#nav_close{
  cursor:pointer;
  position:relative;
  padding-left:215px;
}
#nav_wrap{
  display:none;
}
.css-cancel{
  display:inline-block;
  position:relative;
  margin:3px 12px 0 20px;
  padding:0;
  width:2px; /* キャンセルボタン 線の太さ */
  height:20px; /* キャンセルボタン 線の長さ */
  background:#333; /* 線の色 */
  transform:rotate(45deg);
}
.css-cancel:before{
  display:block;
  content:"";
  position:absolute;
  top:50%;
  left:-9px; /* 左からの位置 */
  width:20px; /* キャンセルボタン 線の長さ */
  height:2px; /* キャンセルボタン 線の太さ */
  margin-top:-1px; /* 上からの位置 */
  background:#333; /* 線の色 */
}
nav{
  position:fixed;
  top:0;
  bottom:0;
  height:100vh;
  width:270px;
  right:-270px;
  padding-bottom:150px;
  background:#fff;
  border-left:1px solid #666;
  z-index:5;
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
}
.tree-m{
  display:none; /* メニューを閉じて表示 */
}

/* ページトップ・ボトムボタン */
#pagetop{
  bottom:150px;
}
#pagebottom{
  bottom:110px;
}
#pagetop,#pagebottom{
  right:10px;
  font-size:20px;
}
}

@media only screen and (min-width:690px) and (max-width:760px) {
/* 1カラム時入力フォーム２列 */
.form-left{
  width:50%;
  text-align:left;
  padding-right:10px;
  float: left;
}
.form-right{
  width:50%;
  text-align:left;
  padding:0 0 10px 10px;
  float: left;
}
}

@media only screen and (max-width:600px) {
header a,
header a:link,
header a:visited{
  font-size:1.6em;
}
.introduction{
  display:none; /* 600pxまで非表示 */
}
.pan_box{
  display:none; /* １カラム時非表示 */
}
.blog-con2{
  margin:2.0em 0;
}
/* モバイル入力時フォントサイズ（これより小さいとiOSで画面が勝手に拡大される） */
input[type="password"],input[type="text"],textarea,select{
  font-size:16px;
  font-family:sans-serif;
}
}

@media only screen and (max-width:420px) {
#content {
  padding:0 10px;
}
header{
  width:100%;
}
header a,
header a:link,
header a:visited{
  font-size:1.3em;
}
h1{
  margin:5px 0;
  padding:0 35px 0 15px;
}
.title_list{
  padding:5px 15px;
}
.con_body{
  margin:15px;
}
.com_block{
  padding:10px 15px;
}
.topentry_comment_body {
  padding:0 10px;
}
.kiji1{
  display:block; /* 1カラム時要約表示 */
}
.kiji2{
  display:none; /* 1カラム時記事非表示 */
}
.left{
  float:none;
  width:100%;
}
.right {
  padding-top:10px;
}
.sidehide {
  padding:15px 0;
}
#footer{
  width:100%;
  padding:10px 8px;
  font-size:0.9em;
}
/* ページネーション */
#pagenavi{
  line-height:1.8;
  font-size:0.8em;
}
.pagenation{
  padding-bottom:20px;
}
.pagenation_prev,.pagenation_next{
  margin:5px;
  font-size:0.8em;
}
#pagetop{
  bottom:180px;
}
#pagebottom{
  bottom:150px;
}
#pagetop,#pagebottom{
  right:10px;
  font-size:14px;
  padding:0 6px;
}
}

/* その他、表示幅で変更 */

@media only screen and (max-width: 960px) {

/* 動画サイズレスポンシブ用（iframeをdiv class="player"で括る） */
/* 960pxまでは埋め込みコード560×315で表示 */
.player{
  position:relative;
  height:0;
  padding-bottom:56.25%; /* アスペクト比16:9の場合 */
  overflow: hidden;
}
.player iframe{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
}

@media screen and (min-width:600px) {
.entry-navi{
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
}
.entry-prev,.entry-next{
max-width:45%;
}
}

.entry-navi{
margin:0 auto 20px;
width:100%;
font-size:12px;
}
.entry-prev{
list-style:none;
margin:0 5px 0 15px;
}
.entry-next{
list-style:none;
margin:0 15px 0 5px;
}
.entry-prev a{
padding:0 10px;
display: block;
position: relative;
max-width: 100%;
text-align: left;
}
.entry-prev a:before {
display: block;
content: "";
position: absolute;
top: 50%;
left: -3px;
width: 10px;
height: 10px;
margin: -7px 0 0 0;
border-top: solid 2px #666;
border-right: solid 2px #666;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.entry-next a{
padding:0 10px;
display: block;
position: relative;
max-width: 100%;
text-align: right;
}
.entry-next a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: -3px;
width: 10px;
height: 10px;
margin: -7px 0 0 0;
border-top: solid 2px #666;
border-right: solid 2px #666;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/* 管理者コメントの背景に色を付ける 他のスタイル追加可能
記事のコメント投稿、管理画面コメント返信（ログイン時のみ） */
.author-comment{
  background-color:#FFF4E5;
}

/* Newマーク、日付・タイトル前 */
.new{
  margin-right:5px;
  font-size:0.9em; /* 文字サイズ */
  font-weight:normal;
  color:red; /* 文字の色 */
}

/* タグリスト */
.tag_list, .plugin-tag a{
  word-break: break-all;
  display: inline-block;
  padding:0 5px;
  border-radius:3px;
  font-size:0.8em;
}
.tag_list{
  margin:20px 25px 5px;
  border:1px solid #999;
}
.plugin-tag a{
  margin-bottom:3px;
  border:1px solid #aaa;
}

@media only screen and (max-width: 420px) {
.tag_list{margin:20px 15px 5px;}
}


/* 追加ＣＳＳ */

/* カード全体像 */
.blogcard {
  max-width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid rgb(211,211,211);
  box-shadow: 0 10px 6px -6px rgba(0,0,0,.1);
  background: white;
  color: rgb(51,51,51);
}

/* float親要素 */
.blogcard-content {
  margin-bottom: 5px;
  overflow: hidden;
}

/* 画像 */
.blogcard-image {
  display: inline-block;
  float: right; /* 画像を左に配置したい場合は left に変更 1/2 */
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 1/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 2/6 */
  margin: 0 0 5px 5px; /* 画像を左に配置したい場合は 0 10px 5px 0 に変更 2/2 */
}

.blogcard-image-wrapper {
  display: inline-block;
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 3/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 4/6 */
}

.blogcard-image-wrapper img {
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 5/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 6/6 */
  object-fit: cover;
  object-position: center center;
}

/* タイトル */
.blogcard-title {
  margin: 0 !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
}

.blogcard-title a {
  color: rgb(61,63,68);
  word-break: break-all;
}

.blogcard-title a:hover {
  text-decoration: underline;
}

/* 引用 */
.blogcard blockquote {
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent; /* ブログテンプレートに背景に関する強制力の強い指定がある場合には transparent の直後に !important を付けてください */
}

.blogcard blockquote::before,
.blogcard blockquote::after {
  content: none;
}

/* 記事概要 */
.blogcard-description {
  margin: 1em 0 !important;
  font-size: 13px;
  line-height: 1.5 !important;
}

/* フッター(元記事サイト名とリンク) */
.blogcard-footer {
  font-size: 12px;
}

.blogcard-footer a {
  color: rgb(154,165,171);
  text-decoration: underline;
}

.blogcard-footer a img {
  margin-right: 5px;
}

.blogcard-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: calc(12px * 1.55 * 3);
  overflow: hidden;
}


/* ノート風枠あり */
.note {
  width:100%;
  padding:0 1em;
  background: linear-gradient(#ccc 1px, transparent 1px) #FFFAF0;
  background-size: auto 2.5em;
  line-height: 2.5em;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  overflow: hidden;
}


/* 吹き出し上 */
.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 12px;
  background: #F5F5F5;
  border-radius: 10px;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #F5F5F5;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}


/* 吹き出し下 */
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 12px;
  background: #F5F5F5;
  border-radius: 10px;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F5F5F5;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}


/* ノート風枠なし */
.note2{
  background-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #ddd 97%,
      #ddd 100%
    );
  background-size:100% 2em;
  line-height:2;
}
.note p{
  margin-bottom:2em;
}


/* 画像横並び */
@media screen and (min-width:421px){
.narabi{display:flex;flex-wrap:wrap;justify-content:space-between;}
.narabi&gt;a{display:block;width:calc(50% - 1px);flex-shrink:0;}
.narabi&gt;a&gt;img{display:block;width:100%;height:auto;}
}

@media screen and (max-width:420px){
.narabi{display:block;}
.narabi&gt;a{display:block;max-width:100%;margin:0 auto;}
.narabi&gt;a&gt;img{display:block;max-width:100%;height:auto;}
}


/* ポイント枠 */
.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}
</pre></body></html>