@charset "UTF-8";

/*子テーマ用「base.css」*/

/*フォント変更*/
body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333333;
}

/*タイトル・ディスクリプション・グローバルメニューの中央寄せ*/
.keni-header .site-title,
.keni-header_col1 .site-title{
	float: none;
	max-width: 100%;
	text-align: center;
}
.keni-header_col1 .keni-header_cont {
	float: none;
	max-width: 100%;
	text-align: center;
}
.keni-gnav_inner ul{
	margin: auto;
}

/*タグクラウドの調整*/
.tagcloud2{
	margin: 0; /* タグ位置 */
}
.tagcloud a {
   font-size: 1em!important; /* サイズ固定 */
}

/*ヘッダー、カテゴリページ、記事・固定ページの斜線を消す*/
.keni-header_wrap,
.archive_title,
.keni-section .entry_title{
	background-image: none!important;
}

/*関連記事*/
.related-entry-list_style02 .related-entry_thumb {
    height: 140px;
}

/*ステップ図*/
/*タイムライン*/
.tl {
	border: none;
  margin: 1em 0;
  padding: 0;
}
.tl-content {
  position: relative;
  padding: 0 0 1.5em 1.8em;
}
.tl-content:before {
  content: "";
  width: 3px;
  background: #ccd5db;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.tl_marker {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px;
}
.tl-content:not(:first-of-type):not(:last-of-type) .tl_marker {
  background: transparent;
}

.tl-content:last-of-type:before {
  content: none;
}
.tl_label {
  padding-top: 2px;
  color: #90969a;
  font-size: 14px;
  font-weight: bold;
}
.tl_title {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
}
.tl_main {
  margin-top: 0.5em;
  padding: 0 0 1.5em;
  font-size: 0.9em;
  line-height: 1.6;
  border-bottom: dashed 1px #ccd5db;
	overflow: auto;
}
/* 余白の調整 */
.entry-content .tl_main > * {
  margin: 0.7em 0 0;
}
.tl_main > ul,
.tl_main > ol {
  margin: 0;
  padding: 0.3em 0 0.3em 1.3em;
  border: none;
}

/* 段組 */
.col-link{
	border: 1px solid #ccc;
}

.col-link a{
	display: block;
	color: #333;
	text-decoration: none;
}

.col-link a:hover,
.col-link a:active,
.col-link a:focus{
	background: #eee;
}

/* グローバルナビのラベル */
.keni-gnav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.keni-gnav .nav-label {
	display: block;
    font-size: 15px;
    font-weight: 510;
	color: #333;
}

/* グローバルナビの説明 */
.keni-gnav .nav-description {
    margin-top: 4px;
    font-size: 10px;
    color: #666;
    letter-spacing: 0.12em;
}

/* =========================
   SNSフォローボタン（賢威8）
========================= */

.sns-follow-box{
	margin: 30px 0;
	background: none;
	border: none;
	line-height: 1.5;
}

.sns-follow-box_inner{
	padding: 20px;
	font-size: 1.4rem;
	text-align: center;
}

/* ▼ ボタン共通 */
.sns-follow-box_btns_x,
.sns-follow-box_btns_insta,
.sns-follow-box_btns_youtube{
	display: inline-block;
	width: 55px;
	height: 55px;
	margin: 0 8px;
	text-align: center;
	line-height: 55px;
}

/* ▼ リンク共通 */
.sns-follow-box_btns_x a,
.sns-follow-box_btns_insta a,
.sns-follow-box_btns_youtube a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
}

/* ▼ X */
.sns-follow-box_btns_x a{
	background: #000;
}

/* ▼ Instagram（色そのまま） */
.sns-follow-box_btns_insta a{
	background: #c40094;
}

/* ▼ YouTube */
.sns-follow-box_btns_youtube a{
	background: #FF0000;
}

/* ▼ アイコン */
.sns-follow-box_btns_x i,
.sns-follow-box_btns_insta i,
.sns-follow-box_btns_youtube i{
	font-size: 22px;
	line-height: 55px;
	color: #fff;
}

/* ▼ ホバー */
.sns-follow-box_btns_x a:hover,
.sns-follow-box_btns_insta a:hover,
.sns-follow-box_btns_youtube a:hover{
	opacity: 0.6;
}