<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------このエリアは削除すると正しく動作しない可能性があります----------

Theme Name:   LION BLOG Child
Theme URI:    http://fit-jp.com/theme/
Description:  FIT(フィット) が制作するブログ用WordPressTHEME「LION BLOG」の子テーマ
Author:       Kota Naito　@FIT(フィット)
Author URI:   http://fit-jp.com/about/
Template:     lionblog
Version: &nbsp; &nbsp;  1.2
License: &nbsp; &nbsp;  GNU GENERAL PUBLIC LICENSE
License URI:  http://www.gnu.org/licenses/gpl.html

----------このエリアは削除すると正しく動作しない可能性があります----------*/


/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/

.eyecatch-single img{
	display:none;
}
.wp-block-image{
	text-align:center;
}

.crp_related ul li{
	list-style:none;
	float:left;
	
}


/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.buybtn,
.buybtn a,
button.buybtn {
  margin-top:20px;
  font-size: 1.6rem;
  font-weight: 1000;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.buybtn{
border:solid 4px #820177;
	margin-bottom:20px;
	text-align:center;
	width:100%;
}

.wp-block-table{
	margin-top:20px;
	font-size:18px;

}
.wp-block-table td,th{
	font-size:18px;
	font-weight:bold;
}

.coprice{
	font-size:20px;
	font-weight:bold;
	color:red;
}</pre></body></html>