@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;
}

/*タグの大きさ*/
.tagcloud a {
   font-size: 1em!important;
}

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

/* -------------------------------
   新着記事リスト
---------------------------------*/
/* 新着記事カテゴリーラベル（賢威8風） */
.news-list_item_cat {
  display: inline-block;
  margin-bottom: 5px;
}

.news-list_item_cat_name {
  display: inline-block;
  padding: 2px 7px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff; /* 賢威8は白文字 */
  text-decoration: none;
  border-radius: 2px;
  transition: opacity 0.3s;
  margin-right: 4px; /* 複数カテゴリーの間隔 */
}

.news-list_item_cat_name:hover {
  opacity: 0.8; /* ホバーで軽く透ける */
}

/* 日付 */
.news-list_item_date {
  /*display: block;*/
  font-size: 12px;
  color: #999;
  /*margin-bottom: 3px;*/
}

/* 記事タイトル */
.news-list_item_headline a {
  font-size: 16px;
  /*font-weight: bold;*/
  color: #333;
  text-decoration: none;
}

.news-list_item_headline a:hover {
  text-decoration: underline;
}

/* 新着記事リスト全体 */
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list_item {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.news-list_item:last-child {
  border-bottom: none;
}

/* =========================
   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;
}

/* -------------------------------
   ステップ図
---------------------------------*/
/*タイムライン*/
.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;
}

/*SNSフォローボタン*/
.sns-follow-box{
	margin: 30px 0;
	background: #f0f0f0!important;
	border: 1px solid #ddd;
	line-height: 1.5;
}