/*投稿ページのKVサムネイル非表示*/

.viral__container .eyecatch{
	display: none !important;
}

/*ウィジェットの追従目次*/

.toc_widget_list>li,.toc_widget_list>li>ul>li,.toc_widget_list>li>ul>li>ul>li{
    margin: 10px auto;
    font-weight: 800;
}

.toc_widget_list{
    border-top: none !important;

}

/*もくじ*/
.content .outline {
	border: 2px solid #e5e2a2; /*枠線の色とスタイル*/
	padding: 10px 0;
	position:relative;
	border-radius:3px;
}
.content li ul li .outline__number{
	font-weight:bold;
	background:transparent;
	color:#b9dba8; /*h3見出し前の数字の色*/
	width:auto;
}
.content .outline__number{
	width:2.5rem;
	height:2.5rem;
	padding:0;
	line-height:2.5rem;
	text-align:center;
	background:#b9dba8; /*丸数字の背景色*/
	color:#fff; /*丸数字の文字色*/
	border-radius:50%;
}
.content .outline__link {
	display: block;
	color:#333;
}
.content .outline__link:hover {
	background: #b9dba8; /*カーソルを乗せた時の背景色*/
}
.outline__title {
	color: #69b53d; /*「もくじ」の文字色*/
	font-weight: 700;
	width:100%;
	padding: 0 calc(100% - 10rem) 10px 2rem;
}
.content .outline__switch{
	position:absolute;
	right:1.5rem;
	top:10px;
}
.content .outline__toggle:checked + .outline__switch::before {
	content: "CLOSE"; /*「閉じる」を上書き*/
}
.content .outline__toggle:checked + .outline__switch + .outline__list {
	margin: 1rem 0 ;
}
.content .outline__switch::before {
	content: "OPEN"; /*「開く」を上書き*/
	border: 0;
	color:#cebd40; /*「開く」「閉じる」の文字色*/
}
.content .outline__switch + .outline__list {
	background: transparent;
}
.content .outline__switch + ul.outline__list {
	margin-left:0;
	margin-right:0;
	border-top:2px dotted #e5e2a2; /*「もくじ」下の点線*/
}
.content .outline__switch + .outline__list-2 li:first-child{
	margin-top:2rem;
}
.content .outline__switch + .outline__list-2 li ul li:first-child{
	margin-top:1rem;
}
.outline__list-2 > li > a{
	font-weight:700;
}

.content .outline {
    width: calc(100% - 4%);
    margin: 3rem 2%;
}

.content .outline__switch + .outline__list {
	margin-left: 10px;
	margin-right:20px;
}
.outline__title {
	margin-left: 2.5rem;
}

/*記事一覧の文字サイズ変更*/

.heading-secondary{
    font-size: 1.3rem;
	
}

/*SNSのシェアボタン設定*/

.social-bottom >ul >li .wpel-icon-right .wpel-icon.wpel-image{
	display: none;
}

/*サイトロゴサイズ変更*/

@media only screen and (min-width: 992px)
.t-logoPc70 .siteTitle__logo {
    height: 90px;
}

/*記事タイトルの背景色*/

.content .bgc-Blime{
    background-color: #69b53d;
}

/*コピーライトの高さ*/

.bottomFooter{
	padding:10px 0;
}

/*記事ページのh1タグ設定*/

.heading-primary{
    background-color: #69b53d;
    font-size: 2.2rem;
    color: #fff;
    padding:1rem 1.5rem ;
    font-weight: 700;
}

/*セカンダリボタン（共通ボタン）設定*/

.content .btn__link-secondary {
	font-size: 1.6rem;
	padding: 10px 35px 10px 25px;
}

.content .btn__link::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 10px;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
}

/*引用の“マークの位置*/

.content blockquote{
	    padding: 25px 20px 20px 20px;
}

/*スクロールボックス*/

.scroll_box {
    height: 20em;
    overflow: auto;
}


/*カテゴリのアコーディオン*/

.content dl, .content dt {
    margin-top: 5px;
}


/*コメントのリンク*/

.comments__list p a{
    color: #69b53d !important;
}

.comment-body  p a{
    color: #69b53d !important;
}



/*ヘッダー*/

@media only screen and (min-width: 768px){
.heading-slider{
    font-size: 3.6rem;
}
}

@media only screen and (min-width: 992px){
.heading-slider{
    font-size: 4.6rem !important;
}
}

.heading-slider{
    font-size: 2.2rem;
    margin-bottom: 2px;
}

@media only screen and (min-width: 768px){
.phrase-slider {
    font-size: 1.8rem;
    margin-bottom: 2px;
}
}

@media only screen and (min-width: 992px){
.phrase-slider{
    font-size: 2.6rem !important;
    line-height: normal;
    margin-bottom: 2px;
}
}

.phrase-slider{
    font-size: 1.4rem;
    font-weight: 700;
}

.still__content{
 padding:0px;
}

/*投稿ページ上の画像表示サイズを100％固定*/

.postContents img{
	width: 100%;
}


/*frontpageでコメント表示*/

.comment{
	margin-bottom:20px;
    line-height: initial;
    list-style: none;
}

.comment img{
    border-radius: 50%;
}

.comments_meta{
    width: 100%;
    margin: 10px 0;
    background: #69b53d;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFF;
}

.comment a{
    font-weight: 700;
}

.comment a:hover{
color:#69b53d;
}

.topscroll_box{
    height: 30em;
    overflow: auto;
}


/*アコーディオン*/

.content dl, .content dt{
	margin-top:-1px;
}



/*CTAの設定*/
.cta_area{
    background-color: #191919;
    text-align: center;
    padding:1.5rem 0.5rem;
	color: #ffffff;
}


/*コメントのページャー*/

.pagination  {
    width: 100%;
    text-align: center;
    list-style: none;
    font-size: 0;
    margin-top: 20px;
}

.page-numbers{
    list-style: none;
    display: -webkit-inline-box;
}


/*SPフッターメニュー
.controllerFooter__list li:nth-child(2){
	animation: blinkAnime 1.50s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #FFFFFF }
 100% { color: #69b53d }
}
*/

/*LINEフローティングボタン*/
.floating {
bottom: 60px;
right: 16px;
position: fixed;
z-index: 9999;
}

.floating img{
width: 60px;
    /*background-color: #69b53d;*/
    border-radius: 20%;
}

/*ボタン内のフォントサイズ変更*/
.btn__link-primary{	
	font-size: 3.1rem;
}


/*検索ボタンのサイズ変更*/
.btn-search .btn__link{
    padding: 14px 58px 14px 64px;
    font-size: 1.8rem;
    letter-spacing: 14px;
}

