<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:BRIDGE
Theme URI:https://tcd-theme.com/tcd049
Description: WordPress theme "Bridge" is a template developed for affiliate sites. You can use the product star rating function and ranking page, so it helps you create a site where you can compare products efficiently.
Author:TCD
Author URI:https://tcd-theme.com/
Text Domain:tcd-bridge
Version:1.9
*/




/* ------------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
------------------------------------------------------------------------------------ */
@font-face {
  font-family: 'design_plus';
  src: url('fonts/design_plus.eot?v=1.6');
  src: url('fonts/design_plus.eot?v=1.6#iefix') format('embedded-opentype'),
       url('fonts/design_plus.woff?v=1.6') format('woff'),
       url('fonts/design_plus.ttf?v=1.6') format('truetype'),
       url('fonts/design_plus.svg?v=1.6#design_plus') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
audio, canvas, video { display:inline-block; max-width:100%; }
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
ul, ol { list-style:none; }
blockquote , q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }
a:focus { outline:none; }
ins { text-decoration:none; }
mark { font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
img { -ms-interpolation-mode:bicubic; }

/* clearfix */
.clearfix:after { content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfix { display:inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height:1% }
.clearfix { display:block;}
/* end MacIE5 */




/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body { font-family:Arial,sans-serif; color:#333; line-height:1; width:100%; }
.pc .admin-bar { padding-top:33px; }
a { color:#333; text-decoration:none; }
a, a:before, a:after, input {
  -webkit-transition-property:background-color, color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  -moz-transition-property:background-color, color; -moz-transition-duration:0.2s; -moz-transition-timing-function:ease;
  -o-transition-property:background-color, color; -o-transition-duration:0.2s; -o-transition-timing-function:ease;
  transition-property:background-color, color; transition-duration:0.2s; transition-timing-function:ease;
}
a:hover { text-decoration:none; }
.clear { clear:both; }
.hide { display:none; }


/* レイアウト */
#main_contents { background:#fff; width:100%; position:relative; z-index:10; margin-bottom:150px; }
#main_col {
  width:1150px; min-width:1150px; margin:50px auto 0; overflow:hidden;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#left_col { width:800px; float:left; }
#side_col { width:300px; float:right; }
.layout2 #left_col { float:right; }
.layout2 #side_col { float:left; }
.pc .no_side_content #left_col { width:auto; float:none; }


/* ----------------------------------------------------------------------
 共通パーツ
---------------------------------------------------------------------- */
/* 黒いボタン */
.bridge_design_button {
  display:inline-block; font-size:14px; text-decoration:none; text-align:center; padding:0 25px; height:50px; line-height:50px; min-width:180px; background:#444444; color:#fff; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.bridge_design_button:after {
  font-family:'design_plus'; content:'\e910'; color:#fff; font-size:14px; display:block; position:absolute; top:1px; right:16px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.bridge_design_button:hover { text-decoration:none; color:#fff; background:#0194c7; }


/* 青色下線見出し */
.bridge_design_headline {
  text-align:center; font-size:26px; margin:0 0 28px 0 !important; padding:0 0 12px 0 !important;
  font-weight:bold; font-weight:700 !important; line-height:2 !important; color:#0194c7; border-bottom:3px solid #0194c7;
}


/* 青色背景見出し */
.bridge_design_headline2 {
  height:50px; line-height:50px !important; text-align:center; color:#fff; background:#0194c7;
  font-size:18px !important; font-weight:500 !important; margin:0 0 25px 0 !important; padding:0 !important;
}


/* 番号見出し */
.bridge_design_headline3 {
  height:70px; font-size:26px !important; margin:0 0 20px 0 !important; padding:0 0 0 0 !important; font-weight:700 !important;
  font-weight:bold; font-weight:700; line-height:2 !important; border-bottom:3px solid #014760; text-align:center;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.bridge_design_headline3 span.num {
  font-size:26px; width:70px; height:70px; line-height:1; text-align:center; color:#fff; background:#014760; padding:15px 0 0 0; float:left; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.bridge_design_headline3 span.num:before { content:'POINT'; font-size:12px; display:block; margin:0 0 5px 0; }
.bridge_design_headline3 span.title { display:block; position:relative; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); line-height:1.2; margin:0; padding:0 20px 0 80px; text-align:center;  }

/* トップページ見出しの改行の制御 */
@media screen and (min-width:500px) {
 .bridge_design_headline br { display:none;  }
}

/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */

/* スライダー */
#header_slider { width:100%; padding:32px 0; min-width:1150px; background:#222; }
#header_slider_inner { width:1150px; height:500px; overflow:hidden; margin:0 auto; position:relative; }


/* 左側のスライダー */
.slider_main { width:850px; height:500px; float:left; position:relative; }
.slider_main .swiper-slide { width:850px; height:500px;  overflow:hidden; position:relative; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.slider_main .item { position:absolute; width:100%; height:100%; left:0; top:0; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.slider_main .image { display:none; }
.slider_main .caption_area { position:relative; width:100%; height:100%; }
.slider_main .caption {
  width:100%; position:absolute; z-index:5;text-align:center; background:rgba(0,0,0,0.6); padding:30px 50px; overflow:hidden;
  top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.slider_main .caption .title { font-size:26px; line-height:1.6; -ms-word-wrap: break-word; word-wrap: break-word; }
.slider_main .caption .title a { display:block; text-decoration:none; color:#fff; }
.slider_main .caption .button {
  display:inline-block; font-size:14px; text-decoration:none; text-align:center; margin-top:20px; padding:0 25px; height:50px; line-height:50px; min-width:180px; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.slider_main .caption .button:after {
  font-family:'design_plus'; content:'\e910'; color:#fff; font-size:14px; display:block; position:absolute; top:1px; right:16px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.slider_main .caption .button:hover:after { }
.slider_main .meta { font-size:0px; color:#fff; text-align:center; margin:11px 0 0; }
.slider_main .meta p { font-size:12px; display:inline-block; line-height:1; }
.slider_main .meta p:first-child { border-right:1px solid #ccc; margin:0 10px 0 0; padding:0 10px 0 0; }
.slider_main .meta p:only-child { border:none; margin:0; padding:0; }


/* 下の丸いナビゲーション swiper.cssの193行目を参考 */
#header_slider .swiper-container-horizontal &gt; .swiper-pagination-bullets { bottom: 15px; }
#header_slider .swiper-pagination-bullet { width:12px; height:12px; background:#aaa; opacity:1; }
#header_slider .swiper-pagination-bullet-active { background: #007aff; }


/* 右側のナビゲーション */
.slider_nav { width:280px; height:500px; position:relative; float:right; }
.slider_nav .swiper-slide { width:280px; height:152px; background:#fff; cursor:pointer; position:relative; }
.slider_nav .swiper-slide-active { box-shadow:inset 0 0 0 5px #0496c7; }
.slider_nav .caption {
  width:100%; display:block; padding:20px;
  position:absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.slider_nav .caption .title { font-size:14px; line-height:1.8; -ms-word-wrap: break-word; word-wrap: break-word; font-weight:700; }
.slider_nav .meta { font-size:0px; margin:10px 0 0 0; }
.slider_nav .meta p { font-size:12px; display:inline-block; line-height:1; }
.slider_nav .meta p:first-child { border-right:1px solid #ccc; margin:0 10px 0 0; padding:0 10px 0 0; }
.slider_nav .meta p:only-child { border:none; margin:0; padding:0; }


/* スライダーのキャッチコピーのアニメーション */
.slider_main .caption { opacity:0; left:-100%; }
.slider_main .swiper-slide-active .caption { -webkit-animation: captionAnimation 0.5s ease forwards 1.0s; animation: captionAnimation 0.5s ease forwards 1.0s; }
.slider_main .first_active .caption { -webkit-animation: captionAnimation 0.5s ease forwards 2.0s !important; animation: captionAnimation 0.5s ease forwards 2.0s !important; }
@-webkit-keyframes captionAnimation {
  0% { left:-100%; }
  100% { left:0; opacity: 1; }
}
@keyframes captionAnimation {
  0% { left:-100%; }
  100% { left:0; opacity: 1; }
}

/* スライダーのキャッチコピー内にあるタイトルのアニメーション */
.slider_main .caption .title { opacity:0; top:-100%; position:relative; }
.slider_main .swiper-slide-active .caption .title { -webkit-animation: titleAnimation 1.0s ease forwards 1.5s; animation: titleAnimation 1.0s ease forwards 1.5s; }
.slider_main .first_active .caption .title { -webkit-animation: titleAnimation 1.0s ease forwards 2.5s !important; animation: titleAnimation 1.0s ease forwards 2.5s !important; }
@-webkit-keyframes titleAnimation {
  0% { top:-100%; }
  100% { top:0; opacity: 1; }
}
@keyframes titleAnimation {
  0% { top:-100%; }
  100% { top:0; opacity: 1; }
}

/* スライダーのキャッチコピー内にあるボタンのアニメーション */
.slider_main .caption .button { opacity:0; bottom:-100%; position:relative; }
.slider_main .swiper-slide-active .caption .button { -webkit-animation: buttonAnimation 1.0s ease forwards 1.5s; animation: buttonAnimation 1.0s ease forwards 1.5s; }
.slider_main .first_active .caption .button { -webkit-animation: buttonAnimation 1.0s ease forwards 2.5s !important; animation: buttonAnimation 1.0s ease forwards 2.5s !important; }
@-webkit-keyframes buttonAnimation {
  0% { bottom:-100%; }
  100% { bottom:0; opacity: 1; }
}
@keyframes buttonAnimation {
  0% { bottom:-100%; }
  100% { bottom:0; opacity: 1; }
}

/* スライダーのキャッチコピー内にあるカテゴリ―のアニメーション */
.slider_main .caption .meta { opacity:0; }
.slider_main .swiper-slide-active .caption .meta { -webkit-animation: metaAnimation 1.0s ease forwards 2.0s; animation: metaAnimation 1.0s ease forwards 2.0s; }
.slider_main .first_active .caption .meta { -webkit-animation: metaAnimation 1.0s ease forwards 3.0s !important; animation: metaAnimation 1.0s ease forwards 3.0s !important; }
@-webkit-keyframes metaAnimation {
  0% { }
  100% { opacity:1; }
}
@keyframes metaAnimation {
  0% { }
  100% { opacity:1; }
}


/* ----- スライダーここまで -------------------------------------- */


/* 注目のランキング */
#index_featured_ranking { margin:0 0 80px; padding:0; }
#index_featured_ranking .bridge_design_headline { margin:0 0 50px 0; border:none; padding:0; }
#index_featured_ranking .post_list { font-size:0; }
#index_featured_ranking .item { display:inline-block; vertical-align:top; width:360px; position:relative; margin:0 35px 0 0; font-size:12px; }
#index_featured_ranking .item:nth-child(3n) { margin-right:0; }
#index_featured_ranking .rank_list_number { font-size:20px; position:absolute; left:0px; top:0px; z-index:10; width:55px; height:55px; text-align:center; color:#fff; }
#index_featured_ranking .rank_list_number:before {
  font-family: 'design_plus'; content:'\e926'; font-size:12px; display:block; width:20px; height:13px; margin:11px auto 2px;
}
#index_featured_ranking .image { width:360px; height:220px; display:block; overflow:hidden; position:relative; z-index:2; }
#index_featured_ranking .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none; }
#index_featured_ranking .data { background:#f6f6f6; padding:23px 32px; position:relative; border:1px solid #ddd; border-top:none; }
#index_featured_ranking .title { font-size:18px; line-height:1.6; font-weight:700; margin:0; text-align:center; -ms-word-wrap: break-word; word-wrap: break-word; }
#index_featured_ranking .title a { display:block; color:#0194c7; }
#index_featured_ranking .title a:hover { text-decoration:none; }
#index_featured_ranking .catch { font-size:14px; line-height:1.8; margin:12px 0 0 0; max-height:75px; overflow:hidden; }
#index_featured_ranking .bridge_design_button { float:right; margin:20px -33px -24px 0; }


/* イントロ */
#index_intro { margin:-13px 0 67px 0; position:relative; }
#index_intro .post_content { margin:0; }
#index_intro .bottom_image { width:800px; height:420px; overflow:hidden; }
#index_intro .button { position:absolute; right:0px; bottom:0;  }


/* 比較ポイント */
#index_point { margin:0 0 67px 0; }
#index_point .item { background:#f6f6f6; border:1px solid #ddd; position:relative; margin:0 0 15px 0; }
#index_point .item:last-child { margin:0; }
#index_point .point {
  width:70px; height:70px; text-align:center; color:#fff; padding:15px 0 0 0; float:left; margin:-1px 0 0 -1px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#index_point .point span { display:block; font-size:12px; }
#index_point .point span.number { font-size:24px; margin:5px 0 0 0; }
#index_point .content { width:668px; float:left; margin:25px 30px 15px; }
#index_point .title { font-size:20px; line-height:1.6; font-weight:700; margin:0 0 5px 0; -ms-word-wrap: break-word; word-wrap: break-word; }
#index_point .title a { display:block; }
#index_point .desc { font-size:14px; line-height:2.2; }
#index_point .bridge_design_button { float:right; margin:0 -1px -1px 0; }


/* お知らせ一覧 */
#index_news { margin:0 0 67px 0; }
#news_list .item { background:#fff; border:1px solid #ddd; position:relative; margin:0 0 -1px 0; padding:20px 25px; }
#news_list .item:hover { background:#f7f7f7;
  -webkit-transition-property:background-color, color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  -moz-transition-property:background-color, color; -moz-transition-duration:0.2s; -moz-transition-timing-function:ease;
  -o-transition-property:background-color, color; -o-transition-duration:0.2s; -o-transition-timing-function:ease;
  transition-property:background-color, color; transition-duration:0.2s; transition-timing-function:ease;
}
#news_list { margin:0 0 20px 0; }
#news_list .date { font-size:12px; float:left; width:80px; margin:0; color:#0194c7; line-height:1.7; }
#news_list .title { font-size:14px; width:660px; float:left; line-height:1.5; }
#news_list .title a { display:block; text-decoration:none; }
#index_news .bridge_design_button { float:right; }


/* おすすめのランキング（アーカイブページでも利用） */
#index_recommend_ranking { margin:0 0 50px 0; }
#ranking_list .item { background:#f6f6f6; border:1px solid #ddd; position:relative; margin:0 0 22px 0; padding:25px; }
#ranking_list .image { width:360px; height:220px; display:block; overflow:hidden; position:relative; z-index:2; float:left; }
#ranking_list .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none; }
#ranking_list .data { float:right; width:353px; }
#ranking_list .title { font-size:20px; line-height:1.6; margin:0 0 10px 0; font-weight:700; color:#0194c7; -ms-word-wrap: break-word; word-wrap: break-word; }
#ranking_list .title a { display:block; text-decoration:none; }
#ranking_list .catch { font-size:14px; line-height:2.2; margin:0 0 38px 0; }
#ranking_list ul li { float:right; width:50%; }
#ranking_list ul li .bridge_design_button  { min-width:auto; width:100%; width:-webkit-calc(100% - 1px); width:-moz-calc(100% - 1px); width:calc(100% - 1px); }
#index_recommend_ranking .archive_button .bridge_design_button { float:right; }
#ranking_list .rank_list_number { font-size:20px; position:absolute; left:25px; top:25px; z-index:10; width:55px; height:55px; text-align:center; color:#fff; }
#ranking_list .rank_list_number:before {
  font-family: 'design_plus'; content:'\e926'; font-size:12px; display:block; width:20px; height:13px; margin:11px auto 2px;
}
#ranking_list .pb_spec_table { margin:20px 0 0 0; }


/* ブログ一覧（アーカイブページでも利用） */
#blog_list .item { margin:0 0 33px 0; padding:0 0 33px 0; border-bottom:1px solid #ddd; position:relative; }
#blog_list .item:last-child { margin:0; padding:0; border:none; }
#blog_list .category { position:absolute; left:0px; top:0px; z-index:10; }
#blog_list .category a {
  display:block; color:#fff; text-decoration:none; text-align:center; padding:0 20px; height:40px; line-height:40px; min-width:140px; font-size:12px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#blog_list .image { width:360px; height:220px; display:block; overflow:hidden; position:relative; z-index:2; float:left; }
#blog_list .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none; }
#blog_list .data { float:right; width:405px; }
#blog_list .meta { margin:5px 0 10px 0; font-size:0px; }
#blog_list .meta li { display:inline-block; line-height:1; font-size:12px; margin:0 0 10px 0; }
#blog_list .meta li.date { margin:0 12px 10px 0; padding:0 12px 0 0; border-right:1px solid #aaa; }
#blog_list .meta li:only-child { border:none; margin-right:0; padding:0; }
#blog_list .meta li.child_category a:after { content:' , '; margin:0 5px 0 0; }
#blog_list .meta li.child_category:last-child a:after { display:none; margin:0; }
#blog_list .title { font-size:17px; line-height:1.6; margin:0 0 11px 0; font-weight:700; color:#0194c7; -ms-word-wrap: break-word; word-wrap: break-word; }
#blog_list .title a { display:block; }
#blog_list .title a:hover { display:block; text-decoration:none; }
#blog_list .excerpt { font-size:14px; line-height:2.2; }


/* フリースペース */
.index_free_space { margin:0 0 20px 0; }


/* ----------------------------------------------------------------------
 アーカイブページ
---------------------------------------------------------------------- */
/* ページング */
.page_navi { margin:35px 0 0 0; }
.page_navi ul { margin:0; font-size:0; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; }
.page_navi li { display:inline-block; font-size:12px; margin:0 5px 5px 0; padding:0; width:38px; height:38px; }
.page_navi a, .page_navi a:hover, .page_navi span { display:block; margin:0; min-width:24px; font-size:12px; line-height:1; text-align:center; background:#ccc; color:#fff; height:100%; display:flex; align-items: center; justify-content:center; }
.page_navi a::before { transition:none; }
.page_navi a:hover { color:#fff; background:#444; text-decoration:none; }
.page_navi .prev, .page_navi .next, .page_navi .prev:hover, .page_navi .next:hover { font-size:12px; line-height:38px; }
.page_navi span.dots { background:none; color:#333; }
.page_navi span.current { color:#fff; background:#444; }
.page_navi p.back { margin:0; text-align:center; }
.page_navi p.back a { background:#ccc; color:#fff; text-decoration:none; display:inline-block; width:200px; height:50px; line-height:50px; text-align:center; font-size:12px; position:relative; padding:0; }
.page_navi p.back a:hover { color:#fff; }
.page_navi p.back a:hover:before { color:#fff; }
.page_navi .prev::before { font-family: "design_plus"; content:"\e90f"; font-size:12px; display:block; }
.page_navi .next::before { font-family: "design_plus"; content:"\e910"; font-size:12px; display:block; }

#page_header .desc{ text-align:center; font-size:14px; margin:0 auto 30px; line-height:2; }


/* ----------------------------------------------------------------------
 ランキングのアーカイブページ
---------------------------------------------------------------------- */
#ranking_archive_headline {
margin:0 !important; height:55px; line-height:55px !important; text-align:center; color:#fff; background:#0194c7; font-size:20px;
}
#ranking_catgory_sort { margin:0 0 50px 0; border-left:1px solid #ddd; }
#ranking_catgory_sort li {
  float:left; margin:0 0 0 -1px;
  width:33.3333%; width:-webkit-calc(100% / 3 + 1px); width:-moz-calc(100% / 3 + 1px); width:calc(100% / 3 + 1px);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#ranking_catgory_sort li a {
  display:block; text-align:center; height:55px; line-height:55px; font-size:14px; padding:0 20px; overflow:hidden; text-decoration:none;
  background:#f6f6f6; border:1px solid #ddd; border-top:none;
}
#ranking_catgory_sort li a:hover, #ranking_catgory_sort li a.active { background:#014760; border-color:#014760; color:#fff; }
#ranking_catgory_sort li.all { display:none; }


/* 見出し*/
#ranking_catgory_headline li { display:none; opacity:0; }
#ranking_catgory_headline li.active { display:block; opacity:1 !important; }
#ranking_catgory_headline li#cat-all { display:none; }


/* アニメーション */
#ranking_list article.active {
  -webkit-transform: translateY(50px); transform: translateY(50px);
  -webkit-animation: moveUp 0.65s ease forwards 0.5s; animation: moveUp 0.65s ease forwards 0.5s;
}
@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}




/* ----------------------------------------------------------------------
 ランキングの詳細ページ
---------------------------------------------------------------------- */
#ranking_header { margin:0 0 50px 0; }
#ranking_header .catch { line-height:1.8; font-size:20px; margin:0 0 25px 0; }
#single_ranking_slider_area { position:relative; }
#single_ranking_slider { width:100%; height:490px; overflow:hidden; }
#single_ranking_slider .item { float:left; width:100%; height:490px; }
#single_ranking_slider_area .number { font-size:20px; position:absolute; left:0px; top:0px; z-index:10; width:55px; height:55px; text-align:center; color:#fff; }
#single_ranking_slider_area .number:before {
  font-family: 'design_plus'; content:'\e926'; font-size:12px; display:block; width:20px; height:13px; margin:11px auto 2px;
}
#single_ranking_slider_area .bridge_design_button { position:absolute; right:0px; bottom:0px; z-index:20; }
#ranking_header .desc { border:1px solid #ddd; background:#f6f6f6; padding:33px 50px; line-height:2; }
.pb_spec_table_button a:hover { text-decoration:none !important; }


/* スライダーのナビゲーション */
#single_ranking_slider .slick-dots { position:absolute; z-index:2; bottom:20px; right:0; left:0; margin:auto; text-align:center; font-size:0; }
#single_ranking_slider .slick-dots li { font-size:13px; width:13px; height:13px; margin:0 5px; position:relative; display:inline-block; }
#single_ranking_slider .slick-dots button { cursor:pointer; border:none; color:transparent; width:13px; height:13px; display:inline-block; font-size:0; background:none; }
#single_ranking_slider .slick-dots button::before { content:''; display:block; width:13px; height:13px; line-height:13px; background:#aaa; border-radius:20px; position: absolute; top:0; left:0; }
#single_ranking_slider .slick-dots button:hover::before, #single_ranking_slider .slick-dots .slick-active button::before { background:#00a2d9; }


/* 関連ランキング */
#related_ranking .bridge_design_headline2 { margin:0 !important; }
#related_ranking ol {
  padding:30px 0 0 26px; position:relative; font-size:0; border:1px solid #ddd; border-top:0;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#related_ranking li { width:360px; display:inline-block; vertical-align:top; margin:0 26px 34px 0; }
#related_ranking li:nth-child(2n) { margin-right:0; }
#related_ranking .image { display:block; margin:0 0 15px 0; overflow:hidden; width:100%; height:220px; position:relative; z-index:2; }
#related_ranking .image img {
  display:block;
  -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none;
}
#related_ranking .title { font-size:18px; line-height:2.2; font-weight:bold; font-weight:700; }
#related_ranking .title a { display:block; }
#related_ranking .title a:hover { text-decoration:none; }
#related_ranking .catch { font-size:14px; line-height:1.8; margin:10px 0 0 0; }




/* ----------------------------------------------------------------------
 お知らせの詳細ページ
---------------------------------------------------------------------- */
#news_header { background:#f6f6f6; border:1px solid #ddd; padding:40px 50px; }
#news_header #post_title { margin:0 0 10px 0; }
#archive_news .bridge_design_button { float:right; }




/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */
#article { margin-bottom:50px; }
.post_content a:hover, .custom-html-widget a:hover { text-decoration:underline; }


/* アイキャッチ画像・カテゴリー */
#post_header { position:relative; border:1px solid #ddd; background:#f6f6f6; margin-bottom: 32px; }
#post_header.no_thumbnail { padding-top:40px; }
#post_header .category { display:inline-block; position:absolute; top:-1px; left:-1px; z-index:3; }
#post_header .category a { font-size:12px; background:#333; color:#fff; display:block; height:40px; line-height:40px; padding:0 22px; text-decoration:none; }
#post_header .category a:hover { background:#333 !important; color:#fff; }
#post_image { padding:0; margin:-1px; position:relative; }
#post_image img { width:100%; height:auto; display:block; margin:0; z-index:1; }


/* 記事タイトル */
#post_title_area { padding:60px 50px 40px; }
#post_image + #post_title_area { padding:30px 50px 40px; }
#post_title { font-size:26px; line-height:1.6; font-weight:bold; font-weight:700; color:#000; }
body.page #post_title { margin:0 0 30px 0; }
.pc .no_side_content #post_title { text-align:center; }
#post_header .meta { margin:10px 0 0 0; }
#post_header .meta li { font-size:12px; line-height:1; color:#aaa; float:left; }
#post_header .meta li a { color:#aaa; }
#post_header .meta li:first-child { border-right:1px solid #ccc; margin:0 10px 0 0; padding:0 10px 0 0; }
#post_header .meta li:only-child { border:none; margin:0; padding:0; }
#post_header .meta li.child_category:after { content:','; padding:0 5px 0 0px; }
#post_header .meta li:last-child:after { display:none; }


/*  記事本文*/
#article .post_content { }
.single #article .post_content { }


/* SNSボタン */
#single_share_top { margin:40px 0 0; }
#single_share_top #share_top1 { padding-top:0; }
#single_share_bottom { margin:0; }
#single_share_bottom .share-btm { margin-bottom:0; padding:0; }
#single_share_bottom .mb45 { margin-bottom:35px !important; }


/* ページ分割 */
#post_pagination { margin:0 0 30px 0; clear:both; font-size:0; text-align:center; }
#post_pagination h5 { margin:0 0 10px 0; font-size:12px; }
#post_pagination a, #post_pagination p { font-size:12px; display:inline-block; background:#fff; margin:0 -1px 0 0; width:40px; height:40px; line-height:40px; text-align:center; text-decoration:none; color:#333; border:1px solid #ccc; }
#post_pagination p { background:#000; color:#fff; border-color:#000; }
#post_pagination a:hover { color:#fff; }


/* メタ情報 */
#post_meta_bottom { margin:0 0 40px; background:#fafafa; padding:25px; }
#post_meta_bottom li { display:inline; margin:0 10px 0 0; padding:0 15px 0 20px; border-right:1px solid #ddd; font-size:12px; line-height:1.8; position:relative; }
#post_meta_bottom li:last-child { border:none; margin:0; }
#post_meta_bottom li:before {
  font-family:'design_plus'; color:#aaa; font-size:13px; width:13px; height:13px; line-height:13px; display:block;
  position:absolute; top:0; left:0px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#post_meta_bottom li.post_author:before { content:'\e90d'; top:1px; }
#post_meta_bottom li.post_category:before { content:'\e92f'; }
#post_meta_bottom li.post_tag:before { content:'\e935'; top:2px; }
#post_meta_bottom li.post_comment:before { content:'\e916'; font-size:16px; top:1px; }


/* 次の記事、前の記事 */
#previous_next_post { margin:0; }
#previous_next_post .prev_post, #previous_next_post .next_post { float:left; width:50%; }
#previous_next_post a { width:100%;
  display:block; border:1px solid #ddd; padding:0 25px 0 60px; color:#333; font-size:14px; line-height:1.8; height:97px; color:#333; text-decoration:none; position:relative; display:table;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#previous_next_post .next_post a { margin-left:-1px; }
#previous_next_post a span { display:table-cell; vertical-align:middle; ; height:50px; overflow:hidden; }
#previous_next_post span.nav { display:none; }
#previous_next_post .next_post a { padding:0 60px 0 25px; }
#previous_next_post a:hover { background:#f7f7f7; color:#333; }
#previous_next_post .prev_post a:before {
  content:''; width:15px; height:20px;
  font-family:'design_plus'; color:#aaa; font-size:16px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e90f'; position:absolute; top:-6px; bottom:0px; left:20px; margin:auto;
}
#previous_next_post .next_post a:before {
  content:''; width:15px; height:20px;
  font-family:'design_plus'; color:#aaa; font-size:16px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e910'; position:absolute; top:-6px; bottom:0px; right:20px; margin:auto;
}


/* 広告 */
#single_banner_top { margin:5px 0 30px; text-align:center; }
#single_banner_bottom { margin:-10px 0 40px 0; text-align:center; }
#single_banner_shortcode { margin:0 0 30px 0; padding:10px 0 0 0; text-align:center; }

.single_banner_area .single_banner_left { display:inline-block; margin:0 10px 0 0; }
.single_banner_area .single_banner_right { display:inline-block; margin:0 0 0 10px; }
.single_banner_area img { max-width:100%; height:auto; display:block; }
.single_banner_area.one_banner .single_banner_left { float:none; margin:0 auto; }
.single_banner_area.one_banner img { margin:0 auto; }
#single_banner_bottom img { max-width:100%; height:auto; display:inline-block; }


/* 関連記事 */
#related_post { margin:0; border:1px solid #ddd; background:#f6f6f6; }
#related_post .headline { font-size:20px; margin:-1px -1px 28px -1px; font-weight:400; background:#0194c7; height:50px; line-height:50px; color:#fff; text-align:center; }
#related_post ol { margin:0 -28px 0px 28px; position:relative; font-size:0; }
#related_post li { width:230px; display:inline-block; vertical-align:top; margin:0 28px 28px 0; }
#related_post li:nth-child(3n) { margin-right:0; }
#related_post .image { display:block; margin:0 0 12px 0; overflow:hidden; width:100%; height:140px; position:relative; z-index:2; }
#related_post .image img {
  display:block;
  -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none;
}
#related_post .title { font-size:14px; line-height:1.8; font-weight:bold; font-weight:700; }
#related_post .title a { display:block; }
#related_post .title a:hover { text-decoration:none; }




/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */

/* プロフィールページ */
#profile_page_top { }
#profile_page_top .user_avatar { overflow:hidden; width:200px; height:200px; display:block; margin:0px auto 30px; border-radius:130px; }
#profile_page_top .user_avatar img { width:100%; height:auto; display:block; }
#profile_page_top .user_name { font-size:21px; margin:0 0 25px 0; text-align:center; font-weight:400; }
#profile_page_top .user_sns { text-align:center; margin-bottom:33px; padding:0; font-size:0; }
#profile_page_top li { display:inline-block; vertical-align:top; margin:0; padding:0; line-height:100%; font-size:11px; background:none; width:30px; }
#profile_page_top li a { position:relative; text-decoration:none; }
#profile_page_top li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#profile_page_top li a:before {
  font-family:'design_plus'; color:#333; font-size:12px; display:block; position:absolute; top:10px; left:-5px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#profile_page_top li.twitter_button a:before { content:"\e904"; }
#profile_page_top li.facebook_button a:before { content:"\e902"; }
#profile_page_top li.insta_button a:before { content:"\ea92"; top:10px; }
#profile_page_top li.pint_button a:before { content:"\e905"; }
#profile_page_top li.mail_button a:before { content:"\f0e0"; }
#profile_page_top li.twitter_button a:hover:before { color:#16b9dc; }
#profile_page_top li.facebook_button a:hover:before { color:#3B5998; }
#profile_page_top li.insta_button a:hover:before { color:#8a3ab9; }
#profile_page_top li.pint_button a:hover:before { color:#c92228; }
#profile_page_top li.mail_button a:hover:before { color:#16b9dc; }


/* 404ページ */
#header_image_for_404 { width:100%; max-width:1150px; margin:50px auto 20px; position:relative; overflow:hidden; }
#header_image_for_404 img { width:100%; height:auto; display:block; }
#header_image_for_404 .caption { margin:0; width:100%; padding:0 30px; line-height:1.5; text-align:center; color:#fff; position:absolute; top:50%; left:50%;
  -webkit-transform:translate(-50%, -50%); -mox-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); transform:translateY(-50%, -50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_image_for_404 .caption p + p {
	margin-top: 0.5em;
}


/* 広告 */
#page_banner { margin:50px 0; text-align:center; font-size:0; }
#page_banner img { max-width:100%; height:auto; display:block; margin:0 auto; }
#page_banner .page_banner {
  width:50%; display:inline-block; border:1px solid #ddd; padding:40px; text-align:center; font-size:14px;
  width:-webkit-calc(50% - 15px); width:-moz-calc(50% - 15px); width:calc(50% - 15px);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#page_banner .banner_left { margin:0 15px 0 0; }
#page_banner .banner_right { margin:0 0 0 15px; }
#page_banner.one_banner .banner_left, #page_banner.one_banner .banner_right { margin:0; }


/* 記事一覧 */
.page_post_list { overflow:hidden; }
.page_post_list .headline { margin:0 0 30px 0; font-weight:400; }
.page_post_list ol { position:relative; list-style-type:none;  margin:0 -20px -20px 0; padding:0; font-size:0; }
.page_post_list li {
  background:none; display:inline-block; vertical-align:top; position:relative;
  width:25%; margin:0 20px 20px 0; padding:0;
  width:-webkit-calc(25% - 20px); width:-moz-calc(25% - 20px); width:calc(25% - 20px);
}
.page_post_list li:nth-child(4n) { margin-right:0px; }
.page_post_list .image_area { position:relative; width:100%; margin:0 0 15px 0; }
.page_post_list .image_area:before { content:""; display:block; padding-top:100%; }
.page_post_list .image_area:before { padding-top:100%; }
.page_post_list .image { display:block; overflow:hidden; position:absolute; top:0; bottom:0; left:0; right:0; z-index:2; }
.page_post_list .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none !important; }
.page_post_list .title { font-size:14px; margin:0; padding:0; display:block; font-weight:400; line-height:1.6; }
.page_post_list .title:hover { text-decoration:none; }
.page_post_list .category { display:inline-block; position:absolute; top:0px; left:0px; z-index:3; }
.page_post_list .category a { font-size:12px; background:#333; color:#fff; display:block; height:40px; line-height:40px; padding:0 22px; text-decoration:none; }
.page_post_list .category a:hover { background:#333 !important; color:#fff; }
.page_post_list .meta { margin:10px 0 0 0; padding:0; }
.page_post_list .meta li { display:inline; margin:0; padding:0; width:auto; line-height:1.5; color:#aaa; font-size:12px; }
.page_post_list .meta li:last-child { margin:0 0 0 10px; padding:0 0 0 10px; border-left:1px solid #ccc; }
.page_post_list .meta li:only-child { margin:0; padding:0; border:none; }
.page_post_list .meta a { color:#aaa; }


/* ページナビゲーション */
#previous_next_page { text-align:center; margin:0 0 70px 0; font-size:0;}
#previous_next_page a {
  display:inline-block; vertical-align:top; font-size:14px; text-decoration:none; text-align:center; padding:0 25px; height:50px; line-height:50px; min-width:180px; background:#444444; color:#fff; position:relative; margin:0 5px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#previous_next_page a:after {
  font-family:'design_plus'; content:'\e910'; color:#fff; font-size:14px; display:block; position:absolute; top:1px; right:16px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#previous_next_page a.prev:after { content:'\e90f'; right:auto; left:16px; }




/* ----------------------------------------------------------------------
 LP
---------------------------------------------------------------------- */
body.page-template-lp #main_col { width:initial; min-width:initial; max-width:1000px; }
body.page-template-lp #article { border:none; }
body.page-template-lp #article .post_content { padding:0; }

.lpb_font_family_type1 { font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif; font-weight:normal; }
.lpb_font_family_type2 { font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; font-weight:100; }
.lpb_font_family_type3 { font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight:500; }
.lpb_content { margin:0 0 80px; line-height:2.5; }
.lpb_content:last-child { margin-bottom:0 !important; }
.lpb_content .lpb_content_headline { margin:0; padding:0; line-height:55px; color:#fff; font-size:20px; text-align:center; background:#000; }
.lpb_content .post_row { line-height:2.5 !important; }
.lpb_content table.lbp_table { margin-bottom:0 !important; width: 100%; }
.lpb_content table.lbp_table th, .lpb_content table.lbp_table td { padding:9px 20px; line-height:2.5; background:#fbfbfb; border:1px solid #ddd; }
.lpb_content table.lbp_table th { padding:9px 16px; text-align:center; font-weight:normal; white-space:nowrap; }

.lpb_content-catch_and_desc { margin-bottom:68px; }
.lpb_content-catch_and_desc h2 { margin:0; padding:0; }
.lpb_content-catch_and_desc p { margin:0 !important; }
.lpb_content-image { overflow:hidden; position:relative; }
.lpb_content-image img { display:block; margin:0 auto; max-width:100%; height:auto; }
.lpb_content-image .lpb_image_caption { width:100%; text-align:center; position:absolute; left:0; top:50%;
  -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%);
}
.lpb_content-image .lpb_image_caption .lpb_image_caption_catchcopy { margin:0; padding:0; }
.lpb_content-image .lpb_image_caption .lpb_image_caption_subcopy { margin:0; padding:0; }
.lpb_content-image .lpb_image_caption .lpb_image_caption_catchcopy + .lpb_image_caption_subcopy { margin-top:1em; }
.lpb_content-link_button { text-align:center; }
.lpb_content-link_button .lpb_link_button { display:inline-block; margin:0; padding:20px; min-width:300px; max-width:80%; color:#fff; font-size:18px; line-height:1.6; text-decoration:none !important;  }
.lpb_content-wysiwyg { margin-bottom:68px; }
.lpb_content-border_box { padding:32px 48px; background:#fbfbfb; border:1px solid #ddd; }
.lpb_content-border_box .lpb_content_headline { margin:-33px -49px 32px; }
.lpb_content-border_box p { margin:0 !important; }
.lpb_content-voice { background:#fbfbfb; border:1px solid #ddd; }
.lpb_content-voice .lpb_content_headline { margin:0 0 48px; }
.lpb_content-voice ul { margin:0 !important; padding:0 !important; list-style:none !important; font-size:0; }
.lpb_content-voice ul li { display:inline-block; vertical-align:top; width:27.3333%; margin:0 0 48px 4.5%; padding:0; font-size:14px; line-height:2.5; }
.lpb_content-voice .voice_user { margin:0 0 0.5em; }
.lpb_content-voice .voice_user_image { display:block; margin:0 auto; width:120px; height:120px; overflow:hidden; border-radius:50%; }
.lpb_content-voice .voice_user_image img { width:100%; height:100%; object-fit:cover; }
.lpb_content-voice .voice_user_image.noimage { background:#eee; position:relative; }
.lpb_content-voice .voice_user_image.noimage:before { content:'\e971'; font-family:'design_plus'; font-size:120px; line-height:1; color:#fff; position:absolute; left:50%; bottom:-5px;
  -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%);
}
.lpb_content-voice .voice_user_name { margin:0.75em 0 0; text-align:center; font-weight:600; }
.lpb_content-voice .voice_comment { margin:0 !important; }
.lpb_content-access iframe { display:block; width:100%; }




/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header {
  height:175px; width:100%; min-width:1150px; position:relative; z-index:20;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_inner { height:175px; width:1150px; margin:0 auto; position:relative; }


/* 固定ヘッダー */
.pc .header_fix { padding-top:175px; }/* #header_inner height + #header margin bottom */
.pc .header_fix #header {
  position:fixed; top:0px; left:0px; z-index:200; border-bottom:1px solid #ddd; background:#fbfbfb; height:55px;
  animation: slideDown 0.5s ease; -ms-animation: slideDown 0.5s ease; -webkit-animation: slideDown 0.5s ease; -moz-animation: slideDown 0.5s ease;
}
.pc .header_fix #header_inner { height:54px; }
@-webkit-keyframes slideDown {
  0% { top:-55px; }
  100% { top:0px; }
}
@keyframes slideDown {
  0% { top:-55px; }
  100% { top:0px; }
}


/* ロゴ */
.pc #logo_text, .pc #logo_image {
  display:inline; position:absolute; left:0; right:0; top:-webkit-calc(50% - 28px); top:-moz-calc(50% - 28px); top:calc(50% - 28px);
  -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);
}
#logo_image .logo { display:inline-block; vertical-align:middle; }
.pc #logo_image img.pc_logo_image { display:block; margin:0 auto; }
.pc #logo_image img.mobile_logo_image { display:none; }
.pc #logo_text h1 { display:inline-block; vertical-align:middle; line-height:1; }
.pc #tagline { display:inline-block; vertical-align:middle; margin:0 0 0 20px; height:1; font-size:14px; font-weight:normal; }
.pc #logo_text a { text-decoration:none; }
.pc .header_fix #header #logo_text, .pc .header_fix #header #logo_image { display:none; }


/* グローバルメニュー */
.pc #global_menu { height:56px; text-align:center; position:absolute; bottom:0px; left:0; right:0; margin:auto; font-size:0; }
.pc #global_menu .home_menu {
  font-size:12px; width:52px; height:56px; line-height:56px; text-align:center; display:inline-block; vertical-align:top;
  background:#0194c7; border-right:1px solid rgba(255,255,255,0.5); color:#fff;
  overflow:hidden; position:relative;
  -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.pc #global_menu .home_menu span { text-indent:-200px; display:block; }
.pc #global_menu .home_menu:before {
  font-family:'design_plus'; content:'\e90c'; color:#fff; font-size:15px; width:16px; height:16px; display:block;
  position:absolute; top:0; left:0; right:0; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.pc #global_menu .home_menu:hover:before { color:#fff !important; }
.pc #global_menu &gt; ul { display:inline-block; height:56px; font-size:0; position:relative; vertical-align:top; }
.pc #global_menu &gt; ul &gt; li { font-size:1%; position:relative; display:inline-block; }

.pc #global_menu &gt; ul &gt; li &gt; a {
  font-size:14px; text-decoration:none; height:56px; line-height:56px; display:block; padding:0 20px; width:183px;
  border-right:1px solid rgba(255,255,255,0.5); background:#0194c7; margin:0; overflow:hidden;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.pc #global_menu &gt; ul &gt; li:last-child &gt; a { border-right:none; }
.pc #global_menu &gt; ul &gt; li.active &gt; a { color:#fff !important; }
.pc #global_menu a:hover { color:#fff !important; }

.pc #global_menu ul ul { display:none; width:183px; position:absolute; top:56px; left:0px; margin:0; padding:0; }
.pc #global_menu ul ul ul { left:100%; top:0; margin:0; border:none; }
.pc #global_menu ul ul li { line-height:1.5; padding:0; margin:0; text-align:left; position:relative; display:block; }
.pc #global_menu ul ul a { font-size:14px; background:#f2f2f2; color:#333; display:block; border:none; position:relative; padding:14px 20px; height:auto; line-height:1.6; margin:0; text-align:left; box-shadow:none; }
.pc #global_menu ul ul a:hover { text-decoration:none; border:none; }

.pc #global_menu ul ul li.menu-item-has-children &gt; a:before { margin:0; display:block; top:23px; right:10px; position:absolute; content:""; width:0; height:0; border-style:solid; border-width:4px 0px 4px 4px; border-color:transparent transparent transparent #aaa; }
.pc #global_menu ul ul li.menu-item-has-children &gt; a:hover:before { border-color:transparent transparent transparent #fff; }
.pc .header_fix #header #global_menu { bottom:-1px; }
.pc a.menu_button { display:none; }


/* SNSボタン */
#header_social_link { position:absolute; right:0px; top:41px; }
.social_link li { float:left; margin:0 0 0 10px; position:relative; }
.social_link li a {
  display:block; overflow:hidden; width:33px; height:33px; line-height:33px; text-align:center; position:relative; border:1px solid #ccc; border-radius:100%;
  -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none;
}
.social_link li a span { display:none; }
.social_link li a:before {
  font-family:'design_plus'; color:#333; font-size:12px; width:12px; height:12px; display:block;
  position:absolute; top:1px; left:0; right:0; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.social_link li a:hover:before { color:#fff; }
.social_link li.twitter a:before { content:'\e904'; }
.social_link li.facebook a:before { content:'\e902'; }
.social_link li.insta a:before { content:'\ea92'; }
.social_link li.pint a:before { content:'\e905'; }
.social_link li.flickr a:before { content:'\eaa4'; }
.social_link li.tumblr a:before { content:'\eab9'; }
.social_link li.mail a:before { content:'\f0e0'; }
.social_link li.rss a:before { content:'\e90b'; }
.social_link li.twitter a:hover { background-color:#16b9dc; border-color:#16b9dc; }
.social_link li.facebook a:hover { background-color:#3B5998; border-color:#3B5998; }
.social_link li.insta a:hover { background-color:#8a3ab9; border-color:#8a3ab9; }
.social_link li.pint a:hover { background-color:#c92228; border-color:#c92228; }
.social_link li.flickr a:hover { background-color:#0279d3; border-color:#0279d3; }
.social_link li.tumblr a:hover { background-color:#4c6f92; border-color:#4c6f92; }
.social_link li.rss a:hover { background-color:#ffcc00; border-color:#ffcc00; }
.social_link li.mail a:hover { background-color:#16b9dc; border-color:#16b9dc; }
.pc .header_fix #header #header_social_link { display:none; }
#footer_social_link { display:none; }


/* バナー */
#header_banner {
  display:inline; position:absolute; right:0; right:0; top:-webkit-calc(50% - 28px); top:-moz-calc(50% - 28px); top:calc(50% - 28px);
  -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);
}
#header_banner img { display:block; max-width:100%; height:auto; }
.pc .header_fix #header_banner { display:none; }


/* パンくずリンク */
#bread_crumb { width:100%; min-width:1150px; height:50px; background:#222; }
#bread_crumb ul { margin:0 auto; width:1150px; padding:17px 0 0 0; }
#bread_crumb li.home { padding:0; }
#bread_crumb li.home a {
  float:left; height:15px; width:13px; line-height:15px; display:block; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#bread_crumb li.home a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#bread_crumb li.home a:before {
  font-family:'design_plus'; color:#fff; font-size:14px; display:block; position:absolute; top:1px; left:0px; width:17px; height:17px; line-height:17px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home:after { display:none; }
#bread_crumb li.home a:before { content:'\e90c'; }
#bread_crumb li.home a:hover:before { color:#fff; }
#bread_crumb li { color:#fff; font-size:12px; display:inline; /*padding:0 15px 0 0; margin:0 0 0 15px;*/ line-height:1.6; position:relative; }
/*
#bread_crumb li:after {
  font-family:'design_plus'; content:'\e910'; color:#fff; font-size:9px; display:block; position:absolute; left:-20px; top:0; bottom:0; height: 9px; margin: auto; line-height: 1;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
*/
#bread_crumb li a { color:#fff; }

/* ここから追記 */
#bread_crumb li:before {
  font-family:'design_plus'; content:'\e910'; color:#fff; font-size:9px; display:inline-block; margin: 0 5px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home::before { content:""; margin: 0; }



/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* 固定コンテンツ */
#fixed_footer_content {
  position:fixed; bottom:0; left:0; width:100%; height:120px; color:#fff; padding:40px; z-index:9999;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
#fixed_footer_content.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
#fixed_footer_content a { color:#fff; text-decoration:none; }
#fixed_footer_content .content_left {
  position:absolute; left:40px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  width:-webkit-calc(100% - 530px); width:-moz-calc(100% - 530px); width:calc(100% - 530px);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .has_image .content_left { width:-webkit-calc(100% - 840px); width:-moz-calc(100% - 840px); width:calc(100% - 840px); }
#fixed_footer_content .button {
  position:absolute; right:55px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  min-width:300px; height:55px; line-height:55px; text-align:center; display:inline-block; padding:0 40px 0 10px; font-size:16px;
}
#fixed_footer_content .button:after {
  font-family:'design_plus'; content:'\e910'; color:#fff; font-size:14px; display:block; position:absolute; top:1px; right:16px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#fixed_footer_content .image {
  position:absolute; right:55px; max-width:728px;
  top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#fixed_footer_content .image img { width:100%; max-width:100%; height:auto; display:block; }
#fixed_footer_content .close {
  position:absolute; right:5px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  display:block; width:40px; height:40px; border-radius:100%;
}
#fixed_footer_content span { display:none; }
#fixed_footer_content .close:before {
  font-family:'design_plus'; color:#fff; font-size:20px; display:block;
  content:'\e91a'; position:absolute; top:10px; left:10px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#fixed_footer_content .close:hover { background:rgba(255,255,255,0.1); }
#fixed_footer_content .catch { font-size:21px; margin:0; line-height:1.5; }
#fixed_footer_content .desc { font-size:14px; margin:5px 0 0 0; line-height:2; }
#fixed_footer_content .pr { background:#fff; color:#333; display:inline; font-size:12px; margin:5px 15px 0 0; padding:0 12px; border-radius:2px; height:20px; line-height:20px; float:left; }
#fixed_footer_content .pr1 { display:none; }

#fixed_footer_content .free {
  width:100%; padding-right:100px; position:absolute; left:40px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .post_content p { font-size:14px; margin:0; line-height:1.6; }


/* ページ上部へ戻るボタン */
#return_top { width:100%; min-width:1150px; }
#return_top a { width:100%; height:55px; display:block; background:#ccc; position:relative; }
#return_top span { display:none; }
#return_top a:before {
  font-family:'design_plus'; color:#fff; font-size:18px; display:block; position:absolute; width:18px; height:18px;
  content:'\e911'; top:0; bottom:0; left:0; right:0; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top_mobile { display:none; }


/* 記事一覧 */
#footer_post_list { width:100%; min-width:1150px; background:#000; }
#footer_post_list .item { width:20%; float:left; position:relative; overflow:hidden; }
#footer_post_list .image { width:100%; height:auto; }
#footer_post_list .image img {
  width:100%; height:auto; display:block;
  opacity:1; -webkit-transition: opacity 0.5s; transition: opacity 0.5s;
}
#footer_post_list .title {
  position:absolute; z-index:10; width:100%; height:100%; line-height:1.6; font-size:12px; font-weight:normal; opacity: 0;
  -webkit-transition: opacity 0.5s; transition: opacity 0.5s;
}
#footer_post_list .title a { width:100%; height:100%; display:block; color:#fff; text-decoration:none; position:relative; text-align:center; }
#footer_post_list .title a span {
  display:block; position:absolute; padding:0 20px;
  top:50%;
	-webkit-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0);
}
#footer_post_list .category {
  position:absolute; left:0; top:0; z-index:10;
  -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0);
  -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s;
}
#footer_post_list .category a {
  display:block; color:#fff; text-decoration:none; text-align:center; padding:0 20px; height:40px; line-height:40px; min-width:120px; font-size:12px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#footer_post_list .item:hover .image img { opacity:0.3; }
#footer_post_list .item:hover .title { opacity:1; }
#footer_post_list .item:hover .category { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }


/* スライダー */
#footer_slider_wrap { width:100%; min-width:1150px; height:110px; padding:28px 0; background:#222; }
#footer_slider { width:1150px; margin:0 auto; position:relative; }
#footer_slider .item { margin:0 35px 0 0; position:relative; width:360px; height:110px; }
#footer_slider .rank_list_number { font-size:18px; position:absolute; left:0px; top:0px; z-index:10; width:45px; height:45px; text-align:center; background:#999; color:#fff; }
#footer_slider .rank_list_number:before {
  font-family: 'design_plus'; content:'\e926'; font-size:10px; display:block; width:20px; height:12px; margin:8px auto 0;
}
#footer_slider .image { display:block; width:110px; height:110px; float:left; }
#footer_slider .image img { display:block; width:100%; height:auto; }
#footer_slider .title { float:left; display:block; width:250px; height:110px; position:relative; background:#fff; text-decoration:none; line-height:1.6; font-size:14px; }
#footer_slider .title span {
  display:block; position:absolute; padding:20px;
  top:50%; -webkit-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0);
}


/* スライダーの矢印 */
#footer_slider .slick-arrow { width:30px; height:30px; overflow:hidden; cursor:pointer; background:none !important; }
#footer_slider .slick-arrow span { text-indent:-200px; display:block; }
#footer_slider .slick-arrow:before {
  font-family:'design_plus'; color:#aaa; font-size:20px; display:block; position:absolute; top:0px; left:0px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#footer_slider .slick-prev:before { content:'\e90f'; }
#footer_slider .slick-next:before { content:'\e910'; }
#footer_slider .slick-prev { position:absolute; top:50px; left:-35px; }
#footer_slider .slick-next { position:absolute; top:50px; right:-45px; }
#footer_slider .slick-arrow:hover:before { }
@media screen and (max-width:1250px) {
  #footer_slider .slick-arrow { display:none !important; }
}


/* フッターウィジェット */
#footer_top { width:100%; min-width:1150px; background:#f6f6f6; }
#footer_top_inner { width:1150px; padding:50px 0px 20px; margin:0 auto; overflow:hidden; }
#footer_left_widget { width:300px; float:left; margin:0 85px 0 0; }
#footer_center_widget { width:335px; float:left; margin:0 50px 0 0; }
#footer_right_widget { width:380px; float:left; }
#footer_top .side_widget { margin:0 0 30px 0; }
.footer_headline { font-size:16px; margin:0 0 30px 0; display:none; }


/* フッター下部 */
#footer_bottom { width:100%; min-width:1150px; background:#0194c7; }
#footer_bottom_inner { width:1150px; height:55px; margin:0 auto; color:#fff; position:relative; }
#footer_bottom a { text-decoration:none; color:#fff; }
#footer_bottom a:hover { text-decoration:underline; }

/* メニュー */
#footer_menu { /*float:left; margin:30px 0 0 0;*/ position:absolute; top:50%; -webkit-transform: translateY(-50%); transform:translateY(-50%); }
#footer_menu ul { }
#footer_menu li { float:left; border-right:1px solid #ddd; padding:0 10px 0 0; margin:0 10px 0px 0; font-size:12px; }
#footer_menu li:last-child { margin:0; padding:0; border:none; }
#footer_menu a { display:block; }


/* コピーライト */
#copyright { /*float:right;*/ font-size:12px; /*margin:30px 0 0 0;*/line-height:55px; text-align:right; }




/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
/* 基本設定 */
.side_widget { margin:0 0 50px 0; font-size:12px; position:relative; }
.side_widget:last-child, .side_widget:only-child  { margin:0; }
.side_headline { font-size:20px; margin:0 0 16px 0; padding:0 0 16px 0; font-weight:500; color:#0194c7; border-bottom:3px solid #0194c7; }
.side_widget ul { margin:0; }
.side_widget li ul { margin:10px 0 0 0; }
.side_widget li { line-height:2.6; /*padding:2px 0; margin:0 0 10px 0;*/ }
.side_widget a { text-decoration:none; }
.side_widget a:hover { }
.side_widget img { height:auto; max-width:100%; }
.side_widget.styled_post_list3_widget { margin-bottom: 42px; }


/* 広告 */
.ml_ad_widget { margin:0 0 50px 0; border:none; padding:0; background:none; }
.ml_ad_widget img { height:auto; max-width:100%; margin:0 auto; display:block; }


/* カレンダー */
.widget_calendar { }
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { color:#333; padding:2px; line-height:3.4; text-align:center; }
#wp-calendar td a { display:block; margin:0; padding:0; text-decoration:none; color:#333; background-color:#eee; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; background:#ccc; }
#wp-calendar caption { padding:7px 0; }
#wp-calendar thead th, #wp-calendar tfoot td { border:none; padding:0; line-height:2; }
#wp-calendar #prev, #wp-calendar #next { line-height:3; }
#wp-calendar #prev a, #wp-calendar #next a { text-decoration:none; background:none; color:#333; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color:#fff; background:#ccc; }
#wp-calendar td#today { font-weight:bold; }


/* デザインされた記事一覧１ */
.styled_post_list1_widget { }
.styled_post_list1 { margin:0; padding:0; }
.styled_post_list1 li { margin:0 0 20px 0; padding:0; background:none; }
.styled_post_list1 li:last-child { border:none; padding:0; margin:0; }
.styled_post_list1 .image { float:left; display:block; margin:0 20px 0 0; overflow:hidden; width:100px; height:100px; position:relative; z-index:2; }
.styled_post_list1 .image img {
  display:block;
  -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none;
}
.styled_post_list1 .info { }
.styled_post_list1 .title { font-size:14px; margin:0; padding:0; display:block; font-weight:400; line-height:1.7; color:#000; }
.styled_post_list1 .title:hover { text-decoration:none; }
.styled_post_list1 .date { margin:10px 0 0 0; position:relative; display:block; line-height:1; color:#aaa; }


/* デザインされた記事一覧２ */
.styled_post_list2 li { position:relative; background:none; padding:0; margin:0 0 -1px 0; line-height:1.6; }
.styled_post_list2 li a { position:relative; display:block; border:1px solid #ddd; padding:21px 40px 21px 20px; background:#fff; }
.styled_post_list2 li a:after {
  font-family:'design_plus'; content:'\e910'; color:#aaa; font-size:14px; display:block; position:absolute; right:15px;
  top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* デザインされた記事一覧３ */
.styled_post_list3 li { position:relative; background:none; padding:0; margin:0 0 20px 0; }
.styled_post_list3 li:last-child, .styled_post_list3 li:only-child { margin:0; }
.styled_post_list3 .image { display:block; margin:0 0 12px 0; overflow:hidden; width:100%; height:183px; position:relative; z-index:2; }
.styled_post_list3 .image img {
  display:block;
  -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none;
}
.styled_post_list3 .category { display:inline-block; position:absolute; top:0px; left:0px; z-index:3; }
.styled_post_list3 .category a { font-size:12px; background:#333; color:#fff; display:block; height:40px; line-height:40px; padding:0 22px; text-decoration:none; }
.styled_post_list3 .category a:hover { background:#333 !important; color:#fff; }
.styled_post_list3 .title { font-weight:700; font-size:14px; line-height:1.6; display:block; text-decoration:none; }
.styled_post_list3 .meta ul { margin:2px 0 0 0; padding:0; }
.styled_post_list3 .meta li { display:inline; margin:0; padding:0; width:auto; line-height:1.5; color:#aaa; font-size:12px; }
.styled_post_list3 .meta li:first-child { border-right:1px solid #ccc; margin:0 10px 0 0; padding:0 10px 0 0; }
.styled_post_list3 .meta li:only-child { border:none; margin:0; padding:0; }
.styled_post_list3 .meta li.child_category:after { content:','; padding:0 5px 0 0px; }
.styled_post_list3 .meta li:last-child:after { display:none; }
.styled_post_list3 .meta li a { color:#aaa; }


/* ランキング */
.ranking_list_widget .item { margin:0 0 10px 0; position:relative; height:110px; }
.ranking_list_widget .item:last-child { margin-bottom: 0; }
.ranking_list_widget .rank_list_number { font-size:18px; position:absolute; z-index:10; width:45px; height:45px; text-align:center; background:#999; color:#fff; }
.ranking_list_widget .rank_list_number:before {
  font-family: 'design_plus'; content:'\e926'; font-size:10px; display:block; width:20px; height:12px; margin:8px auto 0;
}
.ranking_list_widget .image { display:block; width:110px; height:110px; float:left; }
.ranking_list_widget .image img { display:block; width:100%; height:auto; }
.ranking_list_widget .title {
  float:left; display:block; height:110px; position:relative; text-decoration:none; line-height:1.6; font-size:14px; border:1px solid #ddd; border-left:none;
  width:-webkit-calc(100% - 110px); width:-moz-calc(100% - 110px); width:calc(100% - 110px);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.ranking_list_widget .title span {
  display:block; position:absolute; padding:20px;
  top:50%; -webkit-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0);
}
.ranking_list_widget .archive_link { float:right; display:inline-block; margin:10px 0 0 0; position:relative; padding:0 18px 0 0; font-size:14px; }
.ranking_list_widget .archive_link:after {
  font-family:'design_plus'; content:'\e910'; color:#333; font-size:12px; display:block; position:absolute; top:1px; right:0px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* カスタムメニュー */
.tcdw_menu_widget .menu1, .tcdw_menu_widget .menu2 { width:50%; float:left; }
.tcdw_menu_widget .menu_headline { margin:0 0 15px 0; font-size:16px; }
.tcdw_menu_widget li:last-child { margin-bottom:0; }


/* タブ記事 */
.tab_post_list_widget .styled_post_list1 li { padding:20px 20px 20px; margin:0; border-bottom:1px solid #ddd; }
.tab_post_list_widget .styled_post_list1 li:last-child { border:none; }
.widget_tab_post_list_button a {
  display:inline-block; padding:15px 0; width:50%; text-align:center; border:1px solid #ddd; float:left; margin-bottom:-1px; font-size:16px; position:relative; background:#f7f7f7; text-decoration:none;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.widget_tab_post_list_button a.tab1 { border-right:0; }
.widget_tab_post_list_button a.active { background:#fff; border-bottom:1px solid #fff;}
.widget_tab_post_list { border:1px solid #ddd; }
.widget_tab_post_list2 { display:none; }
.tab_post_list_widget .date { margin:0 0 10px 0; }


/* プロフィール */
.tcd_user_profile_widget { border:1px solid #ddd; padding:40px 40px 50px; }
.tcd_user_profile_widget .user_avatar { overflow:hidden; width:130px; height:130px; display:block; margin:0px auto 30px; border-radius:130px; }
.tcd_user_profile_widget .user_avatar img { width:100%; height:auto; display:block; }
.tcd_user_profile_widget .user_desc { font-size:14px; line-height:2.3; margin:0 0 30px 0; }
.tcd_user_profile_widget .button { text-align:center; margin:0 0 30px 0;  }
.tcd_user_profile_widget .button a {
  display:inline-block; height:45px; line-height:45px; min-width:160px; padding:0 25px; background:#222; color:#fff; font-size:14px; text-decoration:none;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.tcd_user_profile_widget .user_sns { text-align:center; margin:0; padding:0; font-size:0; }
.tcd_user_profile_widget li { display:inline-block; vertical-align:top; margin:0; padding:0; line-height:100%; font-size:11px; background:none; width:30px; }
.tcd_user_profile_widget li a { position:relative; text-decoration:none; }
.tcd_user_profile_widget li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
.tcd_user_profile_widget li a:before {
  font-family:'design_plus'; color:#333; font-size:12px; display:block; position:absolute; top:10px; left:-5px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.tcd_user_profile_widget li.twitter_button a:before { content:"\e904"; }
.tcd_user_profile_widget li.facebook_button a:before { content:"\e902"; }
.tcd_user_profile_widget li.insta_button a:before { content:"\ea92"; top:10px; }
.tcd_user_profile_widget li.pint_button a:before { content:"\e905"; }
.tcd_user_profile_widget li.mail_button a:before { content:"\f0e0"; }
.tcd_user_profile_widget li.twitter_button a:hover:before { color:#16b9dc; }
.tcd_user_profile_widget li.facebook_button a:hover:before { color:#3B5998; }
.tcd_user_profile_widget li.insta_button a:hover:before { color:#8a3ab9; }
.tcd_user_profile_widget li.pint_button a:hover:before { color:#c92228; }
.tcd_user_profile_widget li.mail_button a:hover:before { color:#16b9dc; }


/* ドロップダウンカテゴリーメニュー */
.tcdw_category_list_widget .side_headline { margin:0px; padding:0 16px; border:none; background:#0194c7; color:#fff; height:55px; line-height:55px; font-size:16px;}
.tcd_category_list { margin:0; padding:0; }
.tcd_category_list li { margin:0; padding:0; background:none; position:relative; font-size:14px; }
.tcd_category_list a {
  display:block; padding:0 15px; height:55px; line-height:55px; overflow:hidden; border:1px solid #ddd; border-top:0; /*margin:-1px 0 0 0;*/ text-decoration:none; background:#fff; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.tcd_category_list a:after {
  font-family:'design_plus'; content:'\e910'; color:#aaa; font-size:12px; display:block; position:absolute; top:2px; right:15px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.tcd_category_list a:hover { background:#014760; border-color:#014760; color:#fff; }
.tcd_category_list a:hover:after { color:#fff; }
.tcd_category_list &gt; li.parent_menu.active &gt; a:after { content:'\e911'; }

.tcd_category_list ul {
  display:none; margin:0 !important; padding:0 !important; background:none;
  z-index:9; position:relative;
}
.tcd_category_list ul ul { width:100%; position:relative;}
.tcd_category_list ul li { margin:0; padding:0; }
.tcd_category_list ul li a { height:auto; line-height:1.5; padding:18px 25px; background:#f6f6f6; }
.tcd_category_list ul li a:after { display:none; }
.tcd_category_list ul ul li a { background:#ddd; }
.tcd_category_list ul ul ul li a { background:#ccc; }
.tcd_category_list ul ul ul ul li a { background:#bbb; }


/* カスタムメニュー（ドロップダウンver）*/
.tcdw_custom_drop_menu_widget .side_headline { margin:0px; padding:0 16px; border:none; background:#0194c7; color:#fff; height:55px; line-height:55px; font-size:16px; }
.tcdw_custom_drop_menu { margin:0; padding:0; }
.tcdw_custom_drop_menu li { margin:0; padding:0; background:none; position:relative; font-size:14px; }
.tcdw_custom_drop_menu a {
  display:block; padding:0 15px; height:55px; line-height:55px; overflow:hidden; border:1px solid #ddd; border-top:0; /*margin:-1px 0 0 0;*/ text-decoration:none; background:#fff; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.tcdw_custom_drop_menu a:after {
  font-family:'design_plus'; content:'\e910'; color:#aaa; font-size:12px; display:block; position:absolute; top:2px; right:15px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.tcdw_custom_drop_menu a:hover { background:#014760; border-color:#014760; color:#fff; }
.tcdw_custom_drop_menu a:hover:after { color:#fff; }
.tcdw_custom_drop_menu &gt; li.parent_menu.active &gt; a:after { content:'\e911'; }

.tcdw_custom_drop_menu li ul {
  display:none; margin:0 !important; padding:0 !important; background:none;
  z-index:9; position:relative;
}
.tcdw_custom_drop_menu li ul ul { width:100%; position:relative;}
.tcdw_custom_drop_menu li ul li { margin:0; padding:0; }
.tcdw_custom_drop_menu li ul li a { height:auto; line-height:1.5; padding:18px 25px; background:#f6f6f6; }
.tcdw_custom_drop_menu li ul li a:after { display:none; }
.tcdw_custom_drop_menu li ul ul li a { background:#ddd; }
.tcdw_custom_drop_menu li ul ul ul li a { background:#ccc; }
.tcdw_custom_drop_menu li ul ul ul ul li a { background:#bbb; }


/* 検索 */
.widget_search label { display:none; }
.widget_search #search-box, .widget_search #s, .side_widget.google_search #s { width:85%; height:40px; margin:0; border:1px solid #ccc; border-right:none; background:#fbfbfb; padding:0 10px; }
.widget_search #search-btn input, .widget_search #searchsubmit { border:none; width:15%; height:40px; background:#222 url(img/common/icon_search.png) no-repeat center; cursor:pointer; display:block; float:right; text-indent:-300%; overflow:hidden; }
.side_widget.google_search #searchsubmit { font-family:'design_plus'; color:#ddd; font-size:14px; border:none; width:15%; height:40px; background:#222; cursor:pointer; display:block; float:right; overflow:hidden; }
.widget_search #search-btn input:hover, .widget_search #searchsubmit:hover, .widget.google_search #searchsubmit:hover { background-color:#c2aa99; }


/* アーカイブ、カテゴリードロップダウンメニュー */
.widget_archive, .widget_categories, .tcdw_archive_list_widget { }
.widget_archive { }
.widget_archive ul  { margin:0; padding:0; }
.widget_archive ul li { }
.widget_archive select, .widget_categories select, .tcd_archive_dropdown select { border:1px solid #ddd; padding:12px 10px; width:100%; margin:0; font-size:14px; }
.widget_archive select { border:1px solid #ddd; padding:12px; }
.widget_archive label, .widget_categories label { display:none; }
.widget_archive select option, .widget_categories select option, .tcd_archive_dropdown option { background:#fff; color:#333; }
.widget_categories li { font-size:14px; }


/* デフォルトの最近の記事 */
.widget_recent_entries li { border-bottom:1px dotted #ccc; padding:0 0 15px 0; }
.widget_recent_entries li:last-child { border:none; padding:0; }




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments { font-size:12px; margin:0; }
#comment_headline { font-size:16px; margin:40px 0 30px; }
#comment_area, #trackback_area { margin:15px 0 20px; padding:0 0 5px 0; }
#trackback_area { display:none; }


/* コメント・トラックバックのタブ */
#comment_header { position:relative; margin:0 0 25px; }
#comment_header ul { margin:0; }
#comment_header ul li { float:left; text-align:center; margin:0; width:50%; }
#comment_header ul li a, #comment_header ul li p { font-size:11px; padding:15px 15px; line-height:1.8; display:block; color:#333; text-decoration:none; border:1px solid #ccc; }
#comment_header ul li a:hover { color:#fff !important; background:#333; }
#comment_header ul li.comment_switch_active a, #comment_header #comment_closed p { color:#fff; position:relative; background:#333; }
#comment_header ul li.comment_switch_active a:after, #comment_header #comment_closed p:after { position:absolute; bottom:-17px; left:195px; content:""; width:0; height:0; border-width:10px; border-style:solid; border-color:#333 transparent transparent transparent; }


/*  コメントの基本部分 */
.commentlist { list-style-type:none; margin:0; padding:0; }
.comment { border:1px solid #ccc; color:#777; margin:0 0 15px; padding:15px 20px 0; background:#fff; }
#comments .post_content { margin:20px 0 0; padding:0; background:none; }
.admin-comment { }


/* コメントの情報部分 */
.comment-meta { position:relative; margin:0 0 10px 0; }

.comment-meta-left { float:left; width:400px; }
#comments .avatar { float:left; margin:0 10px 0 0; background:#fff; width:40px; height:40px; }
.comment-name-date { padding:3px 0 0 0; height:37px; }

a.admin-url { text-decoration:underline; }
a.guest-url { text-decoration:underline; }

.comment-name-date { margin:0; }
.comment-date { font-size:11px; color:#757676; margin:10px 0 0 0; }

.comment-act { background:url(img/common/arrow3.gif) no-repeat left; font-size:11px; position:absolute; right:0px; padding:0 0 0 10px; margin:5px 0 0 0; }
.comment-act li { display:inline; margin:0; }
.comment-reply a, .comment-reply a:visited { border-right:1px solid #aaa; padding:0 10px 0 0; margin:0 6px 0 0; }
.comment-edit a, .comment-edit a:visited { border-left:1px solid #aaa; padding:0 0 0 10px; margin:0 0 0 6px; }


/* コメント本文 */
#comments .post_content p { margin:0 0 15px 0; }
#comments .post_content blockquote span { margin:0 0 -1em 0; display:block; }


/* メッセージ、警告文 */
.comment-note { display:block; font-size:11px; margin:0 0 1em 0; color:#33a8e5; border:1px solid #94ddd4; padding:10px 15px; background:#d6f4f0; }
.comment_closed { border:1px solid #ccc; text-align:center; margin:0 35px 15px 0; padding:15px; background:#fefefe; }
.no_comment { padding-bottom:15px; }


/* トラックバック */
.trackback_time { font-size:11px; color:#757676; margin:0 0 7px 0px; }
.trackback_title { margin:2px 0 8px 0; margin:0 0 10px 0px; line-height:1.6; }

#trackback_url_area { margin:0; }
#trackback_url_area label { display:block; margin:0 0 10px 0; font-size:11px; }
#trackback_url_area input { border:1px solid #ccc; background:#fafafa; padding:10px; width:100%; font-size:11px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }


/* ページナビ */
#comment_pager { margin:0 0 10px; height:24px; }
#comment_pager a, #comment_pager span { display:inline; float:left; margin:0 10px 0 0; }
#comment_pager .current { text-decoration:underline; }


/* コメントフォーム */
.comment_form_wrapper { border:1px solid #ccc; margin:0 0 0px; padding:15px; background:#fff; }
.comment .comment_form_wrapper { margin:0 0 20px; }

#cancel_comment_reply  { background:url(img/common/arrow3.gif) no-repeat left center; margin:0 0 1em 0; padding:0 0 0 10px; }

#comment_user_login p { padding:0 0 0 1px; margin:0; line-height:1; }
#comment_user_login span { margin:0 0 0 40px; }

#comment_login { margin:0; padding:3px 30px 10px 30px; }
#comment_login p { margin:0; padding:12px 0 11px 36px; line-height:1; }
#comment_login a { margin:0 0 0 20px; padding:0 0 0 20px; background:url(img/common/arrow3.gif) no-repeat 10px 3px; }

#guest_info { padding:0; width:100%; }
#guest_info div { margin:0 0 12px 0; text-align:left; }
#guest_info input { margin:0; padding:5px 0; border:1px solid #ccc; width:100%; background:#fff; color:#777; }
#guest_info input:focus { border:1px solid #e48898; }
#guest_info label { display:block; margin:0 0 5px 0; padding:0 0 0 0; font-size:11px; color:#888;}
#guest_info span { color:#666; margin:0 10px 0 0; }

#comment_textarea textarea { margin:15px 0 0; width:100%; height:150px; border:1px solid #ccc;
                             background:#fff; color:#777; font-size:11px; overflow:auto; }
#comment_textarea textarea:focus { border:1px solid #e48898; }

#submit_comment_wrapper { text-align:center; }
#submit_comment {
  background:#aaa; border:none; cursor:pointer; color:#fff; font-size:14px; width:200px; height:50px; margin:15px auto 0; display:block;
  -webkit-transition: background-color 200ms ease-in-out; -moz-transition: background-color 200ms ease-in-out; -o-transition: background-color 200ms ease-in-out; -ms-transition: background-color 200ms ease-in-out; transition: background-color 200ms ease-in-out;
}
#submit_comment:hover { background:#e48898; }

#input_hidden_field { display:none; }


/* パスワード保護 */
.password_protected { text-align:center; margin:0 38px 30px; padding:10px 20px; color:#fff; background:#3db4b2; border-radius:5px; }
.password_protected p { font-size:12px; margin:0; line-height:1.6; }




/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright { float:right; }
.post_content .alignleft { float:left; }
.post_content .aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:7px; }
.post_content blockquote.alignleft, .post_content img.alignleft { margin:7px 24px 7px 0; }
.post_content .wp-caption.alignleft { margin:7px 14px 7px 0; }
.post_content blockquote.alignright, .post_content img.alignright { margin:7px 0 7px 24px; }
.post_content .wp-caption.alignright { margin:7px 0 7px 14px; }
.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter { margin-top:7px; margin-bottom:7px; }


/* text and headline */
.post_content p { line-height:2.2; margin:0 0 2em 0; }
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 { clear:both; line-height:1.4; font-weight:400; margin:0 0 10px 0; padding:10px 0 0 0; }
.post_content h1 { font-size:150%; }
.post_content h2 { font-size:140%; }
.post_content h3 { font-size:130%; }
.post_content h4 { font-size:120%; }
.post_content h5 { font-size:110%; }
.post_content h6 { font-size:100%; }


/* image */
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image, .post_content img
 { height:auto; max-width:100%; }


/* list */
.post_content li, .post_content dt, .post_content dd { line-height:2.2; }
.post_content ul, .post_content ol, .post_content dl { margin-bottom:24px; }
.post_content ol { list-style:decimal outside none; margin-left:1.5em; }
.post_content ul { list-style:circle outside none; margin-left:1.3em; }
.post_content li &gt; ul, .post_content li &gt; ol { margin-bottom:0; }
.post_content dt { font-weight:bold; }
.post_content dd { margin-bottom:1em; }


/* table */
.post_content table { margin:0 0 24px 0; width:100% !important; }
.post_content td, .post_content th { border:1px solid #bbb; padding:10px 15px; line-height:2.2; background:#fff; }
.post_content th { background:#ddd; font-weight:normal; }
/* table style */
.post_content table.table_no_border th, .post_content table.table_no_border td { border:none; padding-left:0; }
.post_content table.table_border_horizontal th, .post_content table.table_border_horizontal td { border-left:none; border-right:none; padding-left:0; }


/* block quote */
.post_content blockquote { margin:0 0 25px 0; padding:27px 30px 0; border:1px solid #ccc; box-shadow:0px 4px 0px 0px #f2f2f2; position:relative; }
.post_content blockquote:before { content: '"'; font-style:italic; font-size:30px; font-weight:normal; line-height:40px; width:30px; height:30px; position:absolute; top:5px; left:10px; color:#5cbcd7; }
.post_content blockquote:after { content: '"'; font-style:italic; font-size:30px; font-weight:normal; text-align:left; line-height:60px; width:30px; height:30px; position:absolute; bottom:7px; right:-2px; color:#5cbcd7; }
.post_content blockquote cite { border-top:1px dotted #aaa; display:block; padding:20px 0 0 0; font-style:italic; text-align:right; font-size:90%; }


/* captions */
.post_content .wp-caption { margin-bottom:24px; background:#fff; border:1px solid #ccc; padding:5px; max-width:100%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.post_content .wp-caption-text { text-align:center; font-size:12px; font-style:italic; line-height:1.5; margin:9px auto; }
.post_content .wp-caption img[class*="wp-image-"] { display:block; margin:0 auto; }


/* gallery */
.gallery { margin-bottom:20px; }
.gallery a img { border: 0 !important; }
.gallery-item { float:left; margin:0 4px 4px 0; overflow:hidden; position:relative; }
.gallery-columns-1 .gallery-item { max-width:100%; }
.gallery-columns-2 .gallery-item { max-width:48%; max-width:-webkit-calc(50% - 4px); max-width:calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width:32%; max-width:-webkit-calc(33.3% - 4px); max-width:calc(33.3% - 4px); }
.gallery-columns-4 .gallery-item { max-width:23%; max-width:-webkit-calc(25% - 4px); max-width:calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width:19%; max-width:-webkit-calc(20% - 4px); max-width:calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width:15%; max-width:-webkit-calc(16.7% - 4px); max-width:calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item { max-width:13%; max-width:-webkit-calc(14.28% - 4px);	max-width:calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item { max-width:11%; max-width:-webkit-calc(12.5% - 4px); max-width:calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width:-webkit-calc(11.1% - 4px); max-width:calc(11.1% - 4px); }
.gallery-columns-10 .gallery-item { max-width: 7%; max-width:-webkit-calc(9.4% - 0px); max-width:calc(9.4% - 0px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) { margin-right:0; }
.gallery-caption { background-color:rgba(0, 0, 0, 0.7);	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; color:#fff; font-size:12px; line-height:1.5; margin:0; max-height:50%; opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%; }
.gallery-caption:before { content: ""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption { display: none; }


/* etc */
.post_content .wp-smiley { border:0; margin-bottom:0; margin-top:0; padding:0; }
.post_content address { margin:0 0 24px 0; line-height:2.2; }
.post_content pre { border-left:5px solid #7fc120; font-size:12px; margin:0 0 27px 0; line-height:25px; background:url(img/common/pre.gif) repeat left top; padding:0 17px; overflow:auto; }
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }


/* パスワード保護 */
.c-pw__desc, .c-pw__desc p { line-height:2.5; }
.c-pw__desc p { margin-bottom:16px; }
.c-pw__btn { box-sizing: border-box; color: #fff; display: inline-block; padding: 13px 20px; font-size:14px; text-align:center; line-height:1; }
.c-pw__btn:hover { background: #333; color: #fff; }
.c-pw__btn--register { min-width: 160px; margin-bottom:32px; }
.c-pw__btn--submit { min-width: 100px; border:0; cursor:pointer; }
.c-pw .c-pw__btn:hover { text-decoration: none; }
.c-pw__box { border:1px solid #ddd; background:#f5f5f5; padding: 25px 36px; display:inline-block; margin-bottom:40px; box-sizing: border-box; }
.c-pw__box .c-pw__box-desc { line-height:1.2; margin-bottom: 20px; }
.c-pw__box-label { margin-right: 14px; }
.c-pw__box-input { border:1px solid #ddd; box-shadow:none; height:40px; width:250px; margin-right: 13px; flex: 1; box-sizing: border-box; padding: 0 10px; }

.post_content .c-pw__btn, .post_content .c-pw__btn:hover { color: #fff; }



/* クイックタグ追加分 */
h2.style_h2 { font-size:26px; font-weight:600; line-height:1.4; margin: 3em 0 1.3em 0; text-align:center; }
h3.style_h3 { font-size:22px; font-weight:600; line-height:1.6; margin: 3em 0 1.3em 0; }
h4.style_h4 { font-size:20px; font-weight:600; line-height:1.6; margin: 2.3em 0 1em 0; }
h5.style_h5 { font-size:18px; font-weight:600; line-height:1.6; margin: 2.3em 0 1em 0; }
h6.style_h6 { font-size:16px; font-weight:600; line-height:1.6; margin: 2.3em 0 1em 0; }
@media screen and (max-width: 800px) {
  h2.style_h2 { font-size:20px; margin: 2.5em 0 1em 0; }
  h3.style_h3 { font-size:18px; margin: 2.3em 0 1em 0; }
  h4.style_h4 { font-size:16px; margin: 2.2em 0 1em 0; }
  h5.style_h5 { font-size:16px; margin: 2.2em 0 1em 0; }
  h6.style_h6 { font-size:14px; margin: 2.2em 0 1em 0; }
}
@media screen and (max-width: 600px) {
  h2.style_h2 { margin: 2.3em 0 1em 0; }
  h3.style_h3 { margin: 2em 0 1em 0; }
  h4.style_h4 { margin: 2em 0 1em 0; }
  h5.style_h5 { margin: 2em 0 1em 0; }
  h6.style_h6 { margin: 2em 0 1em 0; }
}

/* ----------------------------------------------------------------------
 ol - 番号付きリスト
---------------------------------------------------------------------- */
.post_content .styled_ol { counter-reset: item; list-style-type: none; margin-left:0; margin-bottom:2em; }
.post_content .styled_ol li { display:-webkit-box; display:-webkit-flex; display:flex; margin-bottom:0.4em; }
.post_content .styled_ol li:before {
  counter-increment: item; content: counter(item);
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  width:1.5em; min-width: 1.5em; height: 1.5em; background:#000;
  color: #fff; border-radius: 50%; line-height: 1; margin-top: 0.3em; margin-right: 0.7em;
}
</pre></body></html>