<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:ONE
Theme URI:
Description:WordPressテーマ「ONE」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Version:1.7
Text Domain:tcd-w
*/


/* ------------------------------------------------------------------------------------
 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; }
html { overflow-y: scroll; -webkit-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; 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; }

/* 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; font-size:14px; line-height:1; width:100%; }
.pc body.admin-bar { padding-top:32px; }
a { 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;
  transition-property:background-color, color; transition-duration:0.2s; transition-timing-function:ease;
}
.clear { clear:both; }
.hide { display:none; }


/* レイアウト */
#main_contents { background:#fff; width:100%; position:relative; z-index:10; }




/* ----------------------------------------------------------------------
 ヘッダーコンテンツ
---------------------------------------------------------------------- */
/* slider */
#header_slider { width:100%; min-width:1150px; height:530px; overflow:hidden; position:relative; background:#fff; }
#header_slider .item { opacity:0; width:100%; height:530px; position:relative; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
#header_slider .image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
#header_slider .caption { width:1150px; height:530px; margin:auto; position:relative; }
#header_slider .caption_inner {
  width:100%; z-index:3; text-align:center; position:absolute;
  top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#header_slider .caption .category { position:absolute; height:45px; top:0px; left:0px; z-index:3; display:block; background:#000; }
#header_slider .caption .category a {
  color:#fff; padding:0 20px; min-width:145px; height:45px; line-height:45px; font-size:12px; display:block; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#header_slider .caption .category a:hover { color:#fff; }
#header_slider .caption .title { line-height:1.3; word-wrap: break-word; position:relative; font-weight:bold; }
#header_slider .caption .meta { line-height:1; margin:10px 0 0 0; text-align:center; font-size:0; }
#header_slider .caption .meta li { font-size:14px; display:inline; margin:0; padding:0 5px; }
#header_slider .caption .meta .view span { position:relative; padding:0 0 0 23px; }
#header_slider .caption .meta .view span:before {
  position:absolute; left:0px; top:1px; content:'\e92b'; font-family:'design_plus'; font-size:16px; font-weight:bold; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#header_slider .caption .desc { font-size:14px; margin-top:15px; line-height:1.6; }
#header_slider .button {
  font-size:14px; height:60px; line-height:60px; position:relative; padding:0 20px; display:inline-block; margin:25px 0 0 0; text-align:center; min-width:200px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#header_slider .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }


/* ナビゲーション */
.one_slider .slick-arrow {
  width:60px; height:60px; line-height:60px; text-align:center; position:absolute; opacity:0; cursor:pointer; z-index:9; border:none; background:rgba(0,0,0,0.2); overflow:hidden; text-indent:-200px;
  top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.one_slider .slick-arrow:before {
  font-family:'design_plus'; color:#fff; width:15px; height:15px; font-size:15px; font-weight:bold; display:block; position:absolute; text-indent:0px;
  top:2px; left:20px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.one_slider .slick-prev:before { content:'\e90f'; }
.one_slider .slick-next:before { content:'\e910'; left:0; right:0; margin:auto; }
.one_slider .slick-prev { left:-50px; }
.one_slider .slick-next { right:-50px; }
.one_slider:hover .slick-prev { left:0px; opacity:1; }
.one_slider:hover .slick-next { right:0px; opacity:1; }


/* アニメーションの設定 */
#header_slider.use_animation .caption .title, #header_slider.use_animation .caption .meta, #header_slider.use_animation .caption .button { opacity:0; }
#header_slider.use_animation .caption .category { top:-45px; }

#header_slider.use_animation .slick-active .caption .category {
  -webkit-animation: slideInAnimation 0.5s ease forwards 1.5s;
  animation: slideInAnimation 0.5s ease forwards 1.5s;
}
#header_slider.use_animation .slick-active .caption .title {
  -webkit-animation: opacityAnimation 1.0s ease forwards 2.5s;
  animation: opacityAnimation 1.0s ease forwards 2.5s;
}
#header_slider.use_animation .slick-active .caption .meta {
  -webkit-animation: opacityAnimation 1.0s ease forwards 3.5s;
  animation: opacityAnimation 1.0s ease forwards 3.5s;
}

#header_slider.use_animation .first-active .caption .category {
  -webkit-animation: slideInAnimation 1.0s ease forwards 2.0s;
  animation: slideInAnimation 1.0s ease forwards 2.0s;
}
#header_slider.animate .caption .title {
  -webkit-animation: opacityAnimation 1.0s ease forwards 2.0s !important;
  animation: opacityAnimation 1.0s ease forwards 2.0s !important;
}
#header_slider.use_animation .first_active .caption .title, #header_slider.animate .caption .meta {
  -webkit-animation: opacityAnimation 1.0s ease forwards 3.0s !important;
  animation: opacityAnimation 1.0s ease forwards 3.0s !important;
}
#header_slider.use_animation .first_active .caption .meta, #header_slider.animate .caption .button {
  -webkit-animation: opacityAnimation 1.0s ease forwards 4.0s !important;
  animation: opacityAnimation 1.0s ease forwards 4.0s !important;
}


/* アニメーション　透過 */
@-webkit-keyframes opacityAnimation {
  0% { }
  100% { opacity: 1; }
}
@keyframes opacityAnimation {
  0% { }
  100% { opacity: 1; }
}
/* アニメーション　ズームアウト */
@-webkit-keyframes zoomOut {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.3); }
}
@keyframes zoomOut {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.3); }
}
/* アニメーション　ズームイン */
@-webkit-keyframes zoomIn {
  0% { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}
@keyframes zoomIn {
  0% { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}
/* アニメーション　スライドイン */
@-webkit-keyframes slideInAnimation {
  0% { top:-45px; }
  100% { top:0px; }
}
@keyframes slideInAnimation {
  0% { top:-45px; }
  100% { top:0px; }
}


/* video */
#header_video { width:100%; height:100%; position:absolute !important; top:0px; left:0px; z-index:1; }
#header_video video { display:block; }




/* ----------------------------------------------------------------------
 トップページ　（大きな記事、小さな記事はその他のページでも共有）
---------------------------------------------------------------------- */

/* 大きな記事（ブログ記事） */
#index_blog_list { padding:100px 0 0 0; }
.post_list .item { position:relative; }
.post_list .item_inner { position:relative; }
.post_list .item.large { border-bottom:1px solid #ddd; margin:0 0 90px 0; padding:0 0 90px 0; }
.post_list .item.large:last-of-type, .post_list .item.large:only-of-type { border:none; padding:0; }
.post_list .item.large .item_inner{ width:1150px; margin:0 auto; }
.post_list .item .image { width:100%; display:block; margin:0; position:relative; z-index:2; overflow:hidden; }
.post_list .item .image img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.post_list .item .title_area { margin:-135px 128px 0; position:relative; z-index:10; }
.post_list .item.large.no_category .title_area { margin-top:-90px; }
.post_list .item .meta { top:0; position:relative; }
.post_list .item .meta li { float:left; }
.post_list .item .category { background:#000; }
.post_list .item .category a {
  display:inline-block; padding:0 20px; min-width:150px; height:45px; line-height:45px; color:#fff; font-size:12px; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.post_list .item .view {
  background:#fff; min-width:150px; height:45px; line-height:45px; text-align:center; padding:0 20px; font-size:12px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.post_list .view span { position:relative; padding:0 0 0 21px; }
.post_list .view span:before {
  position:absolute; left:-2px; top:-14px; content:'\e92b'; font-family:'design_plus'; font-size:16px; font-weight:bold; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.post_list .item .title { font-size:34px; line-height:1.4; font-weight:bold; text-align:center; word-break:break-all; top:0px; position:relative; }
.post_list .item .title a { display:block; padding:45px 110px 0; background:#fff; }
.post_list .item .date { text-align:center; padding:10px 0 0 0; font-size:14px; background:#fff; }
.post_list .item .excerpt { margin:40px 0 0 0; line-height:2.2; font-size:16px; background:#fff; }


/* 小さな記事（おすすめ記事） */
#index_recommend_post_list { width:1150px; margin:0 auto; padding:100px 0 0 0; }
#index_recommend_post_list .headline { font-size:22px; font-weight:bold; text-align:center; margin:0 0 60px 0; }
.post_list { font-size:0; }
.post_list .item.small { -webkit-width:calc(50% - 20px); width:calc(50% - 20px); display:inline-block; vertical-align:top; margin:0 20px 0 0; }
.post_list .item.small:nth-child(2n) { margin:0 0 0 20px; }
.post_list .item.small .title_area { margin:-101px 65px 82px; }
.post_list .item.small.no_category .title_area { margin-top:-56px; }
.post_list .item.small .title { font-size:20px; line-height:1.5; }
.post_list .item.small .title a { padding:31px 45px 0; }
.post_list .item.small .excerpt { margin:25px 0 0 0; line-height:2.4; font-size:14px; }
.post_list .item.small .meta_bottom { font-size:12px; color:#999; margin:10px 0 -8px 0; }
.post_list .item.small .meta_bottom li { float:left; margin:0 15px 0 0; }
.post_list .item.small .bottom_view span { position:relative; padding:0 0 0 21px; }
.post_list .item.small .bottom_view span:before {
  position:absolute; left:0px; top:-1px; content:'\e92b'; font-family:'design_plus'; font-size:16px; font-weight:bold; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.second_post_group { width:100%; border-top:1px solid #ddd; }
.second_post_group_inner { width:1150px; margin:0 auto; padding:115px 0 25px; }
.no_second_post_group { height:40px; }
.no_post { text-align:center; padding:150px 0; font-size:20px; }


/* CTA */
#index_cta { width:100%; min-width:1150px; height:480px; position:relative; margin:75px 0 0 0; }
#index_cta .headline_area {
  position:absolute; padding:0 60px; text-align:center; width:100%;
  top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#index_cta .headline { line-height:1.3; word-wrap: break-word; position:relative; font-weight:500; }
#index_cta .desc { font-size:16px; line-height:2.5; margin:5px 0 0 0; }
#index_cta .button {
  font-size:14px; height:60px; line-height:60px; position:relative; padding:0 20px; display:inline-block; margin:15px 0 0 0; text-align:center; min-width:250px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}


/* フリースペース */
.index_free_space { margin:50px auto; width:1150px; }




/* ----------------------------------------------------------------------
 アーカイブ・固定ページの見出し　共通パーツ
---------------------------------------------------------------------- */
#page_header { width:100%; min-width:1150px; height:60px; position:relative; background:#222; color:#fff; overflow:hidden; }
#page_header_inner { width:1150px; margin:0 auto; }
#page_header .title { font-size:26px; line-height:60px; float:left; font-weight:normal; }
#page_header .sub_title { font-size:16px; line-height:60px; float:left; font-weight:normal; margin:0 0 0 25px; }
#page_header .avatar { width:40px; height:40px; float:left; margin:6px 15px 0 0; border-radius:40px; }

/* 画像を表示した場合 */
#page_header_image { width:100%; min-width:1150px; height:530px; position:relative; }
#page_header_image .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
#page_header_image .title_area {
  width:1150px; color:#fff; margin:auto; z-index:3; text-align:center; position:absolute;
  top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left:0; right:0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#page_header_image .title { font-size:40px; line-height:1.3; word-wrap: break-word; position:relative; font-weight:500; }
#page_header_image .sub_title { font-size:16px; margin:15px 0 0 0; font-weight:normal; }
#page_header_image.use_animation .title, #page_header_image.use_animation .sub_title { opacity:0; }
#page_header_image.animate .title {
  -webkit-animation: opacityAnimation 1.0s ease forwards 2.5s;
  animation: opacityAnimation 1.0s ease forwards 2.5s;
}
#page_header_image.animate .sub_title {
  -webkit-animation: opacityAnimation 1.0s ease forwards 3.5s;
  animation: opacityAnimation 1.0s ease forwards 3.5s;
}




/* ----------------------------------------------------------------------
 アーカイブページ
---------------------------------------------------------------------- */
#archive_blog_list { padding:100px 0 0 0; }


/* ページング */
.page_navi { margin:0 auto 50px; text-align:center; border-top:1px solid #ddd; padding:50px 0 0 0; }
.archive .page_navi, .home.paged .page_navi { padding:50px 0 100px; }
.archive .page_navi.no_footer_slider, .home.paged .page_navi.no_footer_slider { padding:50px 0 0px; }
.page_navi ul { margin:0; font-size:0; }
.page_navi li { display:inline-block; margin:0 2px 2px 0; }
.page_navi a, .page_navi a:hover, .page_navi span { font-size:12px; padding:17px 19px; line-height:1; margin:0; background:#bbb; color:#fff; display:inline-block; }
.page_navi a:hover { color:#fff; background:#000; }
.page_navi span.dots { background:none; }
.page_navi span.current { color:#fff; background:#000; }

.page_navi .next, .page_navi .prev { padding:17px 17px !important; }
.page_navi .next span, .page_navi .prev span { display:none; }
.page_navi .next:before, .page_navi .prev:before {
  font-family:'design_plus'; color:#fff; font-size:11px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.page_navi .prev:before { content:'\e90f'; }
.page_navi .next:before { content:'\e910'; }
.page_navi .prev:hover:before, .page_navi .next:hover:before { color:#fff; }




/* ----------------------------------------------------------------------
 ランキングページ
---------------------------------------------------------------------- */
/* タブ */
#ranking_list_tab { width:100%; min-width:1150px; height:60px; margin:0 0 100px 0; }
#ranking_list_tab ol { width:1150px; height:60px; margin:0 auto; }
#ranking_list_tab ol li {
  font-size:14px;  float:left; height:60px; line-height:60px; min-width:230px; text-align:center; padding:0 20px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; cursor:pointer;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition-property:background-color, border, color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:background-color, border, color; transition-duration:0.2s; transition-timing-function:ease;
}
#ranking_list_tab ol li:first-of-type { border-left:1px solid #ddd; }
#ranking_list_tab ol li:hover, #ranking_list_tab ol li.active, #ranking_list_tab ol li.active:hover { background:#f8f8f8; }


/* 一覧（基本的なスタイルはトップページの記事一覧を踏襲） */
.ranking_list_wrap { display:none; padding:0 0 50px 0; }
#ranking_container .ranking_list_wrap:first-of-type, #ranking_container .ranking_list_wrap:only-of-type { display:block; }
.post_list .rank_num { background:#888; width:80px; height:80px; position:absolute; top:-15px; left:127px; z-index:10; }
.post_list .rank_num .label { color:#fff; font-size:14px; text-align:center; margin:15px 0 8px 0; }
.post_list .rank_num .num { color:#fff; font-size:30px; text-align:center; }
.post_list .rank_num:before {
  display:block; content:''; position:absolute;left:-10px;
  width:0; height:0; border-style: solid; border-width:0 0 15px 10px; border-color:transparent transparent #000000 transparent;
}
.post_list .item.small .rank_num { left:65px; }




/* ----------------------------------------------------------------------
 記事ページ
---------------------------------------------------------------------- */
.post_content { }
.post_content a { overflow-wrap:break-word; }
.post_content a:hover { text-decoration:underline; }
#article { width:900px; margin:0 auto; position:relative; }


/* 記事タイトル */
#page_large_header { width:100%; min-width:900px; height:530px; position:relative; }
#page_large_header .title_area {
  width:900px; margin:auto; z-index:3; text-align:center; position:absolute;
  top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left:0; right:0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#page_large_header .title_area .title { line-height:1.3; word-wrap: break-word; position:relative; font-weight:500; }
#page_large_header .title_area .date { font-size:14px; margin:15px 0 0 0; }
#page_large_header .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }

#page_large_header.use_animation .title, #page_large_header.use_animation .date { opacity:0; }
#page_large_header.animate .title {
  -webkit-animation: opacityAnimation 1.0s ease forwards 2.5s;
  animation: opacityAnimation 1.0s ease forwards 2.5s;
}
#page_large_header.animate .date {
  -webkit-animation: opacityAnimation 1.0s ease forwards 3.5s;
  animation: opacityAnimation 1.0s ease forwards 3.5s;
}
#page_large_header.no_image { background:#333; height:300px; }


/* カテゴリ― */
#post_meta_top { bottom:0; position:absolute; width:900px; left:0; right:0; margin:auto; z-index:5; }
#post_meta_top ol { margin:0; padding:0; }
#post_meta_top li { float:left; }
#post_meta_top .category { background:#000; }
#post_meta_top .category a {
  display:inline-block; padding:0 20px; min-width:150px; height:45px; line-height:45px; color:#fff; font-size:12px; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#post_meta_top .view {
  background:#fff; min-width:150px; height:45px; line-height:45px; text-align:center; padding:0 20px; font-size:12px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#post_meta_top .view span { position:relative; padding:0 0 0 21px; }
#post_meta_top .view span:before {
  position:absolute; left:-2px; top:-14px; content:'\e92b'; font-family:'design_plus'; font-size:16px; font-weight:bold; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* アイキャッチ画像*/
#post_image { padding:0; margin:0 0 39px 0; position:relative; }
#post_image img { width:100%; height:auto; display:block; margin:0; z-index:1; }


/* SNSボタン */
#single_share_top { margin:0 0 5px 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:45px !important; }
.share-type1 ul { text-align:center; }
.share-type3 ul { text-align:center; }
.share-type2 ul.type2 { text-align:center; }
.share-type4 ul.type4 { text-align:center; }
.sns_default_top  { text-align:center; }


/* ページ分割 */
#post_pagination { margin:0 0 40px 0; padding:12px 0 0 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 0 0 -1px; 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; position:relative; }
#post_pagination a:hover { color:#fff; }


/* ページ分割（続きを読むver） */
#p_readmore { text-align:center; padding:12px 0 0 0; }
#p_readmore .button {
  background:#000; color:#fff; display:inline-block; height:50px; line-height:50px; min-width:220px; padding:0 40px; text-decoration:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#p_readmore .button:hover { background:#999; }


/* メタ情報 */
#post_meta_bottom { margin:0 0 50px; 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; }


/* 次の記事、前の記事 */
#next_prev_post { margin:0; }
#next_prev_post div { float:left; -webkit-width:calc(50% - 1px); width:calc(50% - 1px); }
#next_prev_post .next_post { margin:0 0 0 1px; }
#next_prev_post .image { width:100%; display:block; margin:0; position:relative; z-index:2; overflow:hidden; }
#next_prev_post .image img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
#next_prev_post .title_area {
  position:relative; background:#fff; margin:-46px 50px 0; display:block; z-index:2; padding:30px 53px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#next_prev_post .title { display:block; line-height:1.6; font-size:16px; }
#next_prev_post .nav { display:none; }
#next_prev_post .title_area:before {
  content:''; width:15px; height:20px;
  font-family:'design_plus'; color:#111; font-size:12px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e90f'; position:absolute; top:10px; bottom:0px; left:22px; margin:auto; 
}
#next_prev_post .next_post .title_area:before {
  content:'\e910'; top:10px; bottom:0px; left:auto; right:22px;
}


/* 広告 */
#single_banner_top { margin:15px auto 40px; width:640px; }
#single_banner_bottom { margin:65px auto 55px; width:640px; }
.page #single_banner_bottom { margin:0 auto 100px; }
#single_banner_shortcode { margin:90px 0; }
#mobile_banner_top { margin:30px 0 25px; text-align:center; }
#mobile_banner_bottom { margin:30px 15px 30px; text-align:center; }
.single_banner_area .single_banner_left {
  float:left; width:50%; text-align:left; padding:0 15px 0 0;
 -webkit-box-sizing:border-box; box-sizing:border-box;
}
.single_banner_area .single_banner_right {
  float:right; width:50%; text-align:right; padding:0 0 0 15px;
 -webkit-box-sizing:border-box; box-sizing:border-box;
}
.single_banner_area img { max-width:100%; height:auto; display:inline-block; margin:0 auto; }
.single_banner_area.one_banner .single_banner_left { float:none; text-align:center; padding:0; width:100%; }


/* 関連記事 */
#related_post { border-top:1px solid #ddd; width:100%; min-width:1150px; margin:100px 0 0 0; }
#related_post .headline { padding:100px 0 50px; text-align:center; font-weight:bold; }
#related_post .post_list { width:1150px; margin:0 auto 75px; }
.page #related_post { margin:0 0 75px 0; }


/* プロフィール */
.author_profile {
  background:#f8f8f8; padding:50px; margin:50px 0;
 -webkit-box-sizing:border-box; box-sizing:border-box;
}
.author_profile .avatar { width:130px; height:130px; border-radius:130px; float:left; margin:0 42px 0 0; }
.author_profile .avatar img { display:block; width:100%; height:auto; }
.author_profile .name { font-size:20px; margin:0 0 15px 0; float:left; font-weight:700; }
.author_profile .info { float:left; width:calc(100% - 172px); margin:25px 0 0 0; position:relative; }
.author_profile .author_link { float:left; margin:-9px 0 0 18px; font-size:0; }
.author_profile .author_link li { font-size:12px; display:inline-block; margin:0; position:relative; }
.author_profile .author_link li a {
  text-indent:-200px; display:block; overflow:hidden; width:30px; height:33px; line-height:33px; text-align:center; position:relative;
}
.author_profile .author_link li a:before {
  font-family:'design_plus'; color:#000; font-size:14px; width:14px; height:14px; display:block; text-indent:0;
  position:absolute; top:1px; left:0; right:0; margin:auto; 
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.author_profile .author_link li a:hover:before { color:#aaa; }
.author_profile .author_link li.website a:before { content:'\e88a'; font-size: 17px; }
.author_profile .author_link li.twitter a:before { content:'\e904'; }
.author_profile .author_link li.facebook a:before { content:'\e903'; }
.author_profile .author_link li.insta a:before { content:'\ea92'; }
.author_profile .author_link li.pinterest a:before { content:'\e905'; }
.author_profile .author_link li.flickr a:before { content:'\eaa4'; }
.author_profile .author_link li.tumblr a:before { content:'\eab9'; }
.author_profile .author_link li.rss a:before { content:'\e90b'; }
.author_profile .desc { width:500px; }
.author_profile .desc p { font-size:14px; line-height:2; }
.author_profile .archive_link { position:absolute; right:0px; bottom:0px; padding:0 20px 0 0; }
.author_profile .archive_link span:after {
  font-size:12px; font-family:'design_plus'; content:'\e910'; color:#333; display:block; position:absolute; right:0px; top:1px; height:14px; line-height:14px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}




/* ----------------------------------------------------------------------
 投稿者一覧ページ（基本的には上記のプロフィールを利用）
---------------------------------------------------------------------- */
#author_list_catch { font-size:36px; text-align:center; line-height:1.3; word-wrap: break-word; position:relative; font-weight:700; margin:-5px 0 90px 0; }
#author_list_page {
  margin:0 0 40px 0;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;  
}
#author_list_page .author_profile { width:calc(50% - 20px); margin:0 40px 40px 0; position:relative; padding-bottom:100px; }
#author_list_page .author_profile:nth-child(2n) { margin-right:0; }
#author_list_page .info { margin-top:50px; }
#author_list_page .name { float:none; margin:0; }
#author_list_page .author_link { float:none; margin:10px 0 0 0; position:relative; left:-10px; }
#author_list_page .info { margin:0px; height:130px; position:relative; }
#author_list_page .title_area {
  position:absolute;
  top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#author_list_page .desc_area { clear:both; padding:45px 0 0 0; }
#author_list_page .catch { font-size:16px; line-height:1.8; margin:0 0 35px 0; }
#author_list_page .desc2 { margin:0 0 45px 0; }
#author_list_page .desc2 p { font-size:14px; line-height:2.2; }
#author_list_page .archive_button { text-align:center; position:absolute; left:0; right:0; bottom:50px; }
#author_list_page .archive_button a { font-size:14px; display:inline-block; background:#000; color:#fff; width:240px; height:60px; line-height:60px; text-align:center; position:relative; }




/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
#page_article { width:1150px; margin:0 auto; padding:100px 0 70px; }

/* 404ページ */
#header_image_for_404 { width:100%; margin:0 auto; 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%; opacity:0; z-index:3;
  -webkit-transform:translate(-50%, -50%); transform:translateY(-50%, -50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#header_image_for_404 .caption p + p {
	margin-top: 0.5em;
}
#header_image_for_404.animate .caption {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.5s !important;
  animation: opacityAnimation 1.0s ease forwards 1.5s !important;
}
#header_image_for_404 .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }


/* ページナビゲーション */
#previous_next_page { text-align:center; margin:12px 0 0 0; font-size:0; }
#previous_next_page a {
  font-size:14px; display:inline-block; vertical-align:top; text-decoration:none; text-align:center; padding:0 25px; height:50px; line-height:50px; min-width:180px; background:#ccc; color:#fff; position:relative; margin:0 5px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#previous_next_page a:after {
  font-family:'design_plus'; content:'\e910'; color:#fff; 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; }




/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header { width:100%; min-width:1150px; z-index:20; background:#fff; position:relative; box-shadow:0 5px 5px 0 rgba(0,0,0,0.1); }
#header_inner { width:1150px; height:160px; margin:0 auto; position:relative; }
#header:after { background:#ddd; height:1px; width:100%; position:absolute; top:102px; left:0px; display:block; content:''; }


/* ヘッダーウィジェット */
#header_widget { background:#212529; min-width:1150px; position:relative; display:none; color:#fff; }
#header_widget_inner { width:1150px; margin:0 auto; padding:40px 0 0; }
#header_widget .side_widget { width:340px; float:left; margin:0 32px 40px 0; padding:0 32px 0 0; border-right:1px solid #000; }
#header_widget .side_widget:nth-child(3n) { margin-right:0; padding-right:0; border:none; }
#header_widget .header_headline { font-size:18px; margin:0 0 25px 0; font-weight:bold; }
#header_widget a { color:#fff; }
#header_widget_button { position:absolute; right:0px; top:0px; width:60px; height:60px; display:block; text-indent:-200px; overflow:hidden; background:#000; }
#header_widget_button:before {
  font-family:'design_plus'; display:block; position:absolute; top:22px; left:23px; margin:auto; content:'\f0c9'; text-indent:0; color:#fff;
  font-size:18px; width:18px; height:18px; line-height:18px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#header_widget_button.active:before { content:'\e91a'; font-size:20px; left:22px; }
#header_widget_button:hover { background:#999; }


/* ロゴ */
.pc #header_logo { position:relative; text-align:center; height:101px; line-height:101px; }
.pc #logo_text, .pc #logo_image {  }
.pc #logo_image { }
.pc #logo_image img.pc_logo_image { display:inline-block; margin:0 auto; vertical-align:middle; }
.pc #logo_image img.mobile_logo_image { display:none; }
.pc #logo_text h1, .pc #logo_text h2 { font-weight:normal; }
.pc #logo_text a { text-decoration:none; }
.pc .header_fix #header_logo { display:none; }


/* グローバルメニュー */
.pc #global_menu { width:1150px; height:58px; position:absolute; bottom:0; left:0px; font-size:0; margin:0; text-align:center; }
.pc #global_menu &gt; ul { display:inline-block; height:58px; font-size:0; position:relative; vertical-align:top; }
.pc #global_menu &gt; ul &gt; li { font-size:1%; position:relative; display:inline-block; height:58px; line-height:58px; margin:0 26px; }

.pc #global_menu &gt; ul &gt; li &gt; a {
  font-size:14px; text-decoration:none; height:58px; line-height:58px; display:block;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.pc #global_menu &gt; ul &gt; li.active &gt; a, .pc #global_menu &gt; ul &gt; li.current-menu-item &gt; a { }
.pc #global_menu a:hover { }

.pc #global_menu ul ul { display:none; width:230px; position:absolute; top:58px; left:-24px; 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:#222; color:#fff !important; display:block; border:none; position:relative; padding:14px 25px; height:auto; line-height:1.6; margin:0; text-align:left; }
.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 {
  font-size:12px; font-family:'design_plus'; content:'\e910'; color:#fff; display:block; position:absolute; right:15px; top:19px; height:14px; line-height:14px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* メガメニュー */
.header_category_menu { width:1150px; background:#333; position:absolute; left:0; right:0; margin:auto; z-index:20; display:none; }
.header_category_menu_inner { width:1150px; margin:0 auto; position:relative; }
.header_category_menu ul { margin:25px 0 0 25px; }
.header_category_menu li { float:left; width:200px; height:130px; margin:0 25px 0 0; text-align:center; }
.header_category_menu .image { width:100%; height:auto; margin:0; display:block; overflow:hidden; position:relative; z-index:2; }
.header_category_menu .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; width: 100%; height: auto; }
.header_category_menu .title { color:#fff; display:block; font-size:14px; padding:21px 0; }
.header_category_menu .title:hover { color:#b83334; }
.pc #global_menu li.menu-item-type-mega-menu .main_menu { display:none !important; }


/* カテゴリー一覧 */
#header_category_list { width:1150px; margin:0 auto; }
#header_category_list ul { border-left:1px solid #ddd; }
#header_category_list li {
  float:left; border-right:1px solid #ddd; border-bottom:1px solid #ddd;
  -webkit-box-sizing:border-box; box-sizing:border-box;  
}
#header_category_list .col2 li { width:50%; }
#header_category_list .col3 li { width:-webkit-calc(100% / 3); width:calc(100% / 3); }
#header_category_list .col4 li { width:25%; }
#header_category_list .col5 li { width:20%; }
#header_category_list li a { color:#333; position:relative; width:100%; height:60px; display:block; }
#header_category_list li a:hover { background:#eeeeee; }
#header_category_list .title {
  font-size:14px; line-height:1.3; display:block; position:absolute; -webkit-width:calc(100% - 80px); width:calc(100% - 80px);
  left:20px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#header_category_list .num { font-size:12px; width:40px; height:40px; line-height:40px; display:block; text-align:center; color:#fff; border-radius:100%; position:absolute; top:0; right:13px; bottom:0; margin:auto; background:#333; }


/* その他 */
.pc #menu_button { display:none; }
.pc #global_menu ul.main_menu { display:none; }


/* 固定ヘッダー */
.pc .header_fix { padding-top:160px; }/* #header_inner height + #header margin bottom */
.pc .header_fix #header {
  position:fixed; top:0px; left:0px; z-index:200; background:#fff; height:58px; width:100%;
  -webkit-animation: slideDown 0.5s ease; animation: slideDown 0.5s ease;
}
.pc .header_fix #header_inner { height:58px; width:1150px; margin:0 auto; }
.pc body.admin-bar.header_fix #header { margin-top:32px; top:0; }
.pc .header_fix .header_category_menu { position:fixed; top:58px; z-index:9999; }
.pc .header_fix #header:after { display:none; }
.pc .header_fix #header_widget_button { display:none; }
.pc .admin-bar.header_fix { padding-top:190px; }
.pc .admin-bar.header_fix .header_category_menu { top:90px; }

@-webkit-keyframes slideDown {
  0% { top:-58px; }
  100% { top:0px; }
}
@keyframes slideDown {
  0% { top:-58px; }
  100% { top:0px; }
}


/* 固定ヘッダーのグローバルメニュー */
.pc .header_fix #global_menu { float:none; height:58px; }
.pc .header_fix #global_menu &gt; ul { height:58px; }
.pc .header_fix #global_menu &gt; ul &gt; li { height:58px; line-height:58px; margin:0; }
.pc .header_fix #global_menu &gt; ul &gt; li &gt; a { margin:0; height:58px; line-height:58px; }
.pc .header_fix #global_menu ul ul { top:58px; left:0; width:200px; }
.pc .header_fix #global_menu ul ul ul { top:0; left:100%; }
.pc .header_fix #global_menu { width:100%; }
.pc .header_fix #global_menu &gt; ul { display: -webkit-box; -webkit-box-pack: justify; display: -webkit-flex;  display: flex; }
.pc .header_fix #global_menu &gt; ul &gt; li {  flex:1; -webkit-box-flex: 1; text-align:center; }


/* パンくずリンク */
#bread_crumb { width:100%; min-width:900px; border-bottom:1px solid #ddd; margin:0 0 100px 0; }
#bread_crumb ul { margin:0 auto; width:900px; padding:25px 0 24px 0; }
#bread_crumb li { display:inline; font-size:12px; padding:0 0 0 17px; margin:0 5px 0 0; line-height:1.6; position:relative; }
#bread_crumb li:before {
  font-family:'design_plus'; content:'\e910'; font-size:9px; width:9px; height:12px;
  display:block; position:absolute; left:0; top:0; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home { padding:0 0 0 5px;}
#bread_crumb li.home a {
  position:relative; width:13px; height:14px; word-wrap: break-word; top:1px; 
  text-indent:-300%; overflow:hidden; display:block; float:left;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#bread_crumb li.home a:after {
  font-family:'design_plus'; content:'\e90c'; width:14px; height:14px; line-height:14px;
  text-indent:0; display:block; position:absolute; top:0; left:0px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home a:hover:after { color:#6698a1; }
#bread_crumb li.home:before { display:none; }
#bread_crumb li a { }
#bread_crumb li a:hover { }
#bread_crumb li.category a:after { content:','; }
#bread_crumb li.category a:last-of-type:after, #bread_crumb li.category a:only-of-type:after { display:none; }
#no_breadcrumb { height:50px; }




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

/* カルーセル */
#footer_slider { min-width:1150px; overflow:hidden; }
#footer_slider .item { float:left; position:relative; width:20%; height:auto; overflow:hidden; }
#footer_slider .category { background:#000; position:absolute; top:0px; left:0px; z-index:10; }
#footer_slider .category a {
  color:#fff; display:block; min-width:150px; height:45px; line-height:45px; text-align:center; font-size:12px; padding:0 20px; text-decoration:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#footer_slider .image { width:100%; display:block; margin:0; position:relative; overflow:hidden; height:0; width:100%; padding-bottom:100%; }
#footer_slider .image img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
#footer_slider .title { display:block; padding:15px 30px; color:#fff; line-height:180%; font-size:16px; font-weight:normal; position:absolute; bottom:0; z-index:5; }
#footer_slider .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:4; background:rgba(0,0,0,0.3); }
#footer_slider .main_image { position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:0; }


/* 検索エリア */
#footer_search_area { border-top:1px solid #ddd; }
#footer_search_area_inner {
  width:1150px; margin:0 auto; padding:40px 0; height:130px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}


/* ドロップダウンメニュー */
#footer_archive_dropdown { float:left;-webkit-width:calc(50% - 25px); width:calc(50% - 25px); text-align:right; }
#footer_search_area.one #footer_archive_dropdown { float:none; width:100%; text-align:center; }
#footer_archive_dropdown h3 { display:inline; font-size:18px; margin:0 17px 0 0; line-height:50px; font-weight:normal; }
#footer_archive_dropdown .select_area { display:inline; width:340px; height:50px; position:relative; }
#footer_archive_dropdown .select_area:after {
 position:absolute; font-family:'design_plus'; color:#000; font-size:12px; font-weight:bold; content:'\e90e'; right:15px; top:4px; z-index:-2;
}
#footer_archive_dropdown select {
  width:340px; height:50px; border:1px solid #ccc; padding:0 20px; border-radius:3px; background:none; cursor:pointer;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-appearance:none; -moz-appearance:none; appearance:none;
}
#footer_archive_dropdown ::-ms-expand { display:none; }
#footer_archive_dropdown select option { background:#fff; }


/* 検索フォーム */
#footer_search_form { float:right; -webkit-width:calc(50% - 25px); width:calc(50% - 25px); }
#footer_search_area.one #footer_search_form { float:none; width:100%; text-align:center; }
#footer_search_form h3 { display:inline; font-size:18px; margin:0 17px 0 0; line-height:50px; font-weight:normal; }
#footer_search_form form { display:inline-block; border:1px solid #ddd; height:50px; width:340px; border-radius:3px; position:relative; }
#footer_search_form .search_input input {
  border:none; background:#fafafa; padding:0 40px 0 10px; margin:0; width:100%; height:50px; border-radius:2px; 
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#footer_search_form .search_button input {
  border:none; background:none; width:40px; height:50px; z-index:200; position:relative;
  cursor:pointer; display:block; text-indent:-9999px; overflow:hidden;
}
#footer_search_form .search_button  { position:absolute; width:50px; height:50px; right:0px; top:0px; }
#footer_search_form .search_button:before {
  text-indent:0; display:block; width:40px; height:50px; line-height:50px; text-align:center; cursor:pointer; z-index:1;
  position:absolute; font-family:'design_plus'; color:#000; font-size:18px; content:'\e915'; right:0px; top:1px;
}
#footer_search_form .search_button:hover:before { color:#999; }


/* フッターウィジェットエリア */
#footer_widget { width:1150px; margin:0 auto; padding:60px 0 0; }
#footer_widget .footer_headline { font-size:18px; margin:0 0 25px 0; font-weight:bold; }
#footer_widget .side_widget { width:340px; float:left; margin:0 65px 52px 0; }
#footer_widget .side_widget:nth-child(3n) { margin-right:0; }


/* フッター下部 */
#footer_bottom { background:#000; color:#fff; text-align:center; padding:80px 0; position:relative; }
#footer_bottom a { color:#fff; }


/* ロゴ */
#footer_bottom .footer_logo { }
#footer_bottom .mobile_logo_image { display:none; }


/* サイト情報 */
#footer_info { margin:30px 0 0 0; }
#footer_info p { line-height:1.6; font-size:14px; }


/* SNSボタン */
#footer_social_link { margin:20px 0 0 -8px; font-size:0; }
#footer_social_link li { display:inline-block; margin:0; position:relative; }
#footer_social_link li a {
  display:block; overflow:hidden; width:30px; height:33px; line-height:33px; text-align:center; position:relative;
}
#footer_social_link li a span { display:none; }
#footer_social_link li a:before {
  font-family:'design_plus'; color:#fff; font-size:15px; width:15px; height:15px; display:block; 
  position:absolute; top:1px; left:0; right:0; margin:auto; 
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#footer_social_link li a:hover:before { color:#aaa; }
#footer_social_link li.twitter a:before { content:'\e904'; }
#footer_social_link li.facebook a:before { content:'\e903'; }
#footer_social_link li.insta a:before { content:'\ea92'; }
#footer_social_link li.pint a:before { content:'\e905'; }
#footer_social_link li.flickr a:before { content:'\eaa4'; }
#footer_social_link li.tumblr a:before { content:'\eab9'; }
#footer_social_link li.mail a:before { content:'\f0e0'; }
#footer_social_link li.rss a:before { content:'\e90b'; }


/* メニュー */
#footer_menu { font-size:0; margin:30px 0 0 0; }
#footer_menu li { display:inline-block; font-size:12px; line-height:1; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #fff; }
#footer_menu li:last-of-type { border:none; margin:0; padding:0; }
#footer_menu li a { display:block; }


/* コピーライト */
#copyright { font-size:12px; margin:30px 0 0 0; }


/* ページ上部へ戻るボタン */
#return_top { position:absolute; right:0px; top:-60px; z-index:999; }
#return_top a { display:block; height:60px; width:60px; line-height:60px; text-decoration:none; z-index:100; position:relative; }
#return_top span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top a:before {
  font-family:'design_plus'; color:#fff; font-size:12px; display:block; position:absolute; width:18px; height:18px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top a:before { content:'\e911'; left:24px; top:2px; }


/* 固定コンテンツ */
#fixed_footer_content {
  position:fixed; bottom:0; left:0; width:100%; height:120px; color:#fff; padding:40px; z-index:9999; 
  -webkit-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%); transform: translateY(-50%);
  width:-webkit-calc(100% - 530px); width:calc(100% - 530px);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .has_image .content_left { width:-webkit-calc(100% - 840px); width:calc(100% - 840px); }
#fixed_footer_content .button {
  position:absolute; right:55px; top:50%; -webkit-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%); 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%); 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%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .post_content p { margin:0; line-height:1.6; }




/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
/* 基本設定 */
.side_widget ul { margin:0; }
.side_widget li ul { margin:10px 0 0 0; }
.side_widget li { line-height:2; 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%; }


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


/* カレンダー */
.widget_calendar .side_headline { margin:0 0 30px 0; }
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { padding:2px; line-height:3.4; text-align:center; }
#wp-calendar td a { display:block; margin:0; padding:0; text-decoration:none; 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; }
#header_widget #wp-calendar td a { color:#fff; }


/* デザインされた記事一覧 */
.styled_post_list1 { margin:0; padding:0; }
.styled_post_list1 li { margin:0 0 26px 0; padding:0px; background:none; }
.styled_post_list1 li:last-of-type { margin:0; }
.styled_post_list1 .image { float:left; width:100px; height:100px; margin:0 20px 0 0; display:block; overflow:hidden; position:relative; z-index:2; }
.styled_post_list1 .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.styled_post_list1 .info { float:left; -webkit-width:calc(100% - 120px); width:calc(100% - 120px); }
.styled_post_list1 .title { font-size:14px; margin:0; display:block; line-height:1.6; position:relative; word-break:break-all; }
.styled_post_list1 .meta li { float:left; line-height:1; font-size:12px; color:#999; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ccc; }
.styled_post_list1 .meta li:last-of-type { border:none; margin:0; padding:0; }
.styled_post_list1 .meta li a { color:#999 !important; }
.styled_post_list1 .no_image .info { float:left; width:100%; }
#header_widget .styled_post_list1 &gt; li { margin:0 0 40px 0; }
#header_widget .styled_post_list1 &gt; li:last-of-type { margin:0; }
#header_widget .styled_post_list1 .image { width:120px; height:120px; }
#header_widget .styled_post_list1 .info { -webkit-width:calc(100% - 140px); width:calc(100% - 140px); }
#header_widget .styled_post_list1 .no_image .info { width:100%; }
#header_widget .styled_post_list1 .meta li { border-color:#999; }


/* デザインされた記事一覧2 */
.styled_post_list2 { margin:0; padding:0; }
.styled_post_list2 li { margin:0 0 35px 0; padding:0px; background:none; }
.styled_post_list2 li:last-of-type { margin:0; }
.styled_post_list2 .image { width:100%; height:auto; margin:0; display:block; overflow:hidden; position:relative; z-index:2; }
.styled_post_list2 .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.styled_post_list2 .info { background:#fff; margin:-37px 40px 0; z-index:3; position:relative; }
.styled_post_list2 .title { font-size:14px; margin:0; padding:21px 23px 10px; display:block; line-height:1.6; position:relative; word-break:break-all; text-align:center; }
.styled_post_list2 .meta { margin:0; padding:0; text-align:center; font-size:0; }
.styled_post_list2 .meta li { display:inline; line-height:1; font-size:12px; color:#999; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #999; }
.styled_post_list2 .meta li:last-of-type { border:none; margin:0; padding:0; }
.styled_post_list2 .meta li a { color:#999 !important; }


/* プロフィール */
.tcd_user_profile_widget { border:1px solid #ddd; padding:30px 30px 30px; }
.tcd_user_profile_widget .user_avatar { overflow:hidden; width:130px; height:130px; display:block; margin:0px auto 25px; border-radius:130px; }
.tcd_user_profile_widget .user_avatar img { width:100%; height:auto; display:block; }
.tcd_user_profile_widget .user_desc { 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; padding:0 30px; background:#222; color:#fff; text-decoration:none; border-radius:5px; }
.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:"\e903"; }
.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; }


/* 検索 */
.widget_search label { display:none; }
#searchform {
  border:1px solid #ddd; background:#fbfbfb; height:50px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#searchform #s {
  border:none; background:none; padding:0 10px; margin:0; width:calc(100% - 50px); height:50px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#searchform #searchsubmit {
  border:none; background:none; width:50px; height:50px; z-index:200; position:relative;
  cursor:pointer; display:block; text-indent:-300%; overflow:hidden;
}
#searchform .submit_button  { position:relative; width:50px; height:50px; float:right; top:-1px; }
#searchform .submit_button:before {
  text-indent:0; display:block; width:50px; height:50px; line-height:50px; text-align:center; cursor:pointer; z-index:1;
  position:absolute; font-family:'design_plus'; color:#333; font-size:18px; content:'\e915'; right:0px; top:1px;
}
#searchform .submit_button:hover:before { color:#aaa; }
#searchform .submit_button:hover { }


/* アーカイブ、カテゴリードロップダウンメニュー */
.widget_archive, .widget_categories, .tcdw_archive_list_widget { }
.widget_archive .side_headline { margin:0 0 20px 0; }
.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; }
.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 { }


/* アーカイブ一覧 */
.tcdw_archive_list_widget .side_headline { display:none; }
.p-widget-dropdown { height: 45px; line-height: 45px; position: relative; }
.p-widget-dropdown::after { color: #666; content: "\e90e"; font-family: "design_plus"; position: absolute; top: 0; right: 17px; z-index: 1; }
.p-widget-dropdown select { padding-right:33px; position: relative; z-index: 2; -webkit-appearance: none; appearance: none; }
.p-widget-dropdown select::-ms-expand { display: none; }

.p-dropdown { font-size: 14px; }
.p-dropdown__title { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; height: 50px; padding: 0 18px; border: 1px solid #ddd; background: #fff; line-height: 50px; }
.p-dropdown__title::after { position: absolute; right: 17px; font-family: "design_plus"; content: "\e90e"; }
.p-dropdown__title:hover { cursor: pointer; }
.p-dropdown__title.is-active::after { content: "\e911"; }
.p-dropdown__list { display: none; }
.p-widget .p-dropdown .p-dropdown__list { margin: 0; }
.p-dropdown__list li { border: 1px solid #ddd; border-top: 0; line-height: 1.5; margin:0; padding:0; }
.p-dropdown__list li a { display: block; padding: 14px 18px; }
.p-dropdown__list li a:hover { background: #f6f6f6; color: #000; }
#header_widget .p-dropdown__title { border: 1px solid rgba(255,255,255,0.2); background:none; }
#header_widget .p-dropdown__title:hover { background:rgba(0,0,0,0.5); }
#header_widget .p-dropdown__list li { border-color:rgba(255,255,255,0.2); }
#header_widget .p-dropdown__list li a:hover { background:rgba(0,0,0,0.5); color:#fff; }


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


/* アクセス数ランキング */
.ranking_list_widget .side_headline { margin:0 0 -1px 0; z-index:2; position:relative; }
.ranking_list_widget ol { margin:0; padding:0; }
.ranking_list_widget li { padding:0; margin:0 0 30px 0; line-height:1; }
.ranking_list_widget li:last-of-type { margin:0; }
.ranking_list_widget .num { float:left; margin:0 12px 0 0; height:40px; width:40px; line-height:40px; text-align:center; display:block; background:#ccc; color:#fff; font-size:16px; }
.ranking_list_widget .info { float:left; width:calc(100% - 52px); }
.ranking_list_widget .title { font-size:14px; line-height:1.6; margin:0; }
.ranking_list_widget .meta li { float:left; line-height:1; font-size:12px; color:#999; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #999; }
.ranking_list_widget .meta li:last-of-type { border:none; margin:0; padding:0; }
.ranking_list_widget .meta li a { color:#999 !important; }
#header_widget .ranking_list_widget li { margin:0 0 40px 0; }
#header_widget .ranking_list_widget li li { margin:0 10px 0 0; }




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comment_area_container { border-top:1px solid #ddd; padding:100px 0 0 0; margin:50px 0 150px 0; }
#comment_area_container_inner { width:900px; margin:0 auto; }
#comment_headline { font-size:22px; font-weight:500; text-align:center; margin:0 0 60px 0; }
#comments { font-size:12px; margin:0; }
#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:18px 15px; line-height:1.6; display:block; color:#333; text-decoration:none; background:#f2f2f2; }
#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:#afcfd2; }
#comment_header ul li.comment_switch_active a:after, #comment_header #comment_closed p:after {
  position:absolute; bottom:-17px; left:-webkit-calc(50% - 5px); left:calc(50% - 5px);
  content:""; width:0; height:0; border-width:10px; border-style:solid; border-color:#afcfd2 transparent transparent transparent;
}
#comment_header ul li.comment_switch_active a:hover { }


/*  コメントの基本部分 */
.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; border-radius:100%; }
.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; 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 { 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:#ccc; 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; 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.4; 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;  margin:0 0 10px 0; padding:10px 0 0 0; }
.post_content h1 { font-size:180%; }
.post_content h2 { font-size:165%; }
.post_content h3 { font-size:145%; }
.post_content h4 { font-size:125%; }
.post_content h5 { font-size:110%; }
.post_content h6 { font-size:100%; }
@media screen and (min-width: 769px) {
.post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h2, .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h3, .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h4, .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h5, .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h6 { margin-top: 70px !important; } 
}

/* 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.4; }
.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.4; 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; border-radius:5px;
  -webkit-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); 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%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.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; }


/* Cardlink style - カードリンクのスタイル */
.cardlink { word-wrap: break-word; max-width: 100%; margin: 10px 0; padding: 12px; border: 1px solid #ddd; background: #fafafa; }
.cardlink_thumbnail { margin-right: 20px; float: left; }
.cardlink_content { line-height: 1.6; }
.cardlink_timestamp { display: inline; margin: 0; padding: 0; color: #222; font-size: 12px; line-height: 1.6; vertical-align: top; }
.cardlink_title { margin: 0 0 5px; font-size: 14px; }
.cardlink_title a { color: #000; font-weight: bold; text-decoration: none; }
.cardlink_title a:hover { text-decoration: underline; }
.cardlink_excerpt { overflow: hidden; color: #333; font-size: 12px; line-height: 1.8; }
.cardlink_footer { clear: both; }
.clear { clear: both; }
@media screen and (max-width: 767px) {
  .cardlink_thumbnail { float: none; }
  .cardlink_timestamp { line-height: 2.4; vertical-align: middle; }
  .cardlink_excerpt { float: none; }
}



/* Google Mapの設定 */
.p-btn {
  -webkit-box-sizing: border-box; box-sizing: border-box;
  display: inline-block; min-width: 180px; height: 50px; padding: 0 15px; border-radius: 0;
  color: #fff; font-size: 14px; line-height: 50px; text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn { height: 45px; font-size: 12px; line-height: 45px; }
}




/* ----------------------------------------------------------------------
 CTA
---------------------------------------------------------------------- */
/* type1 */
.cta_type1 { width:100%; height:350px; margin:50px 0 100px; position:relative; }
.cta_type1 .image { width:100%; height:175px; }
.cta_type1 .catch_area {
  border:1px solid #ddd; border-top:none; position:relative; width:100%; height:175px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cta_type1 .catch {
  font-size:24px; line-height:1.3; position:absolute; font-weight:500;
  left:50px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.cta_type1 .button {
  display:inline-block; width:250px; height:60px; line-height:60px; background:#000; color:#fff; text-align:center; position:absolute;
  right:50px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.cta_type1 .button:after {
  font-size:12px; font-family:'design_plus'; content:'\e910'; color:#fff; display:block; position:absolute; right:17px; top:24px; height:14px; line-height:14px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* type2 */
.cta_type2 { width:100%; height:350px; padding:0; margin:50px 0 100px; position:relative; border:1px solid #ddd; }
.cta_type2 .catch_area {
  width:100%; text-align:center; border-top:none; position:absolute; z-index:3;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.cta_type2 .catch { font-size:24px; line-height:1.3; font-weight:500; margin:0 0 10px 0; color:#fff; }
.cta_type2 .button { display:inline-block; width:250px; height:60px; line-height:60px; background:#000; color:#fff; text-align:center; position:relative; }
.cta_type2 .button:after {
  font-size:12px; font-family:'design_plus'; content:'\e910'; color:#fff; display:block; position:absolute; right:17px; top:24px; height:14px; line-height:14px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.cta_type2 .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }


/* type3 */
.cta_type3 { width:100%; height:350px; margin:50px 0 100px; position:relative; }
.cta_type3 .image { width:450px; height:350px; float:left; }
.cta_type3 .catch_area {
  width:450px; height:350px; float:right; border:1px solid #ddd; border-left:none; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cta_type3 .catch_area_inner {
  position:absolute; padding:50px;
  top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.cta_type3 .catch { font-size:20px; line-height:1.3; font-weight:500; margin:0 0 10px 0;}
.cta_type3 .desc { font-size:14px; line-height:2.3; font-weight:500; margin:0 0 10px 0;}
.cta_type3 .button { display:inline-block; width:250px; height:60px; line-height:60px; background:#000; color:#fff; text-align:center; position:relative; }
.cta_type3 .button:after {
  font-size:12px; font-family:'design_plus'; content:'\e910'; color:#fff; display:block; position:absolute; right:17px; top:24px; height:14px; line-height:14px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.cta_type3.type2 .image { float:right; }
.cta_type3.type2 .catch_area { float:left; border-left:1px solid #ddd; border-right:none; }


/* footer cta */
.p-footer-cta { position: fixed; left:0; bottom: 0; width: 100%; z-index: 9999; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; }
.p-footer-cta.is-active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.p-footer-cta__inner { background: #000; box-sizing: border-box; border-top: 1px solid #333; height: 120px; padding: 0 75px 0 40px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; position: relative; }

.p-footer-cta__catch { color: #fff; font-size: 21px; line-height: 1.5; margin-bottom: 5px; }

.p-footer-cta__desc { color: #999; font-size: 14px; line-height: 2; }

.p-footer-cta__btn { color: #fff; font-size: 16px; display: inline-block; min-width: 300px; height: 55px; line-height: 55px; padding: 0 40px 0 10px; text-align: center; position: relative; box-sizing: border-box; }
.p-footer-cta__btn:after { content: "\e910"; font-family: "design_plus"; position: absolute; right: 11px; }

.p-footer-cta__close { cursor: pointer; border-radius: 50%; position: absolute; top: 0; bottom: 0; right: 25px; width: 40px; height: 40px; margin: auto; text-align: center; transition: background 0.5s; }
.p-footer-cta__close:hover { background: #444; }
.p-footer-cta__close::before { color: #fff; content: "\e91a"; font-family: "design_plus"; line-height: 40px; height: 40px; }
</pre></body></html>