@charset "utf-8";
/*
Theme Name:Rebirth
Theme URI:https://tcd-theme.com/rebirth
Description:"Rebirth" is a gift from TCD to you. Even though it's free, It can build a simple blog site. You can change the look of your site with a single touch, and focus on creating content using the same quick tags functions as the paid version.
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.4.1
Text Domain:tcd-rebirth
*/

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

@font-face {
  font-family: 'sns_button';
  src: url('fonts/sns_button.eot?v=1.0');
  src: url('fonts/sns_button.eot?v=1.0#iefix') format('embedded-opentype'),
       url('fonts/sns_button.woff?v=1.0') format('woff'),
       url('fonts/sns_button.ttf?v=1.0') format('truetype'),
       url('fonts/sns_button.svg?v=1.0#sns_button') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tiktok_x_icon';
  src: url('fonts/tiktok_x_icon.eot?v=1.0');
  src: url('fonts/tiktok_x_icon.eot?v=1.0#iefix') format('embedded-opentype'),
       url('fonts/tiktok_x_icon.woff?v=1.0') format('woff'),
       url('fonts/tiktok_x_icon.ttf?v=1.0') format('truetype'),
       url('fonts/tiktok_x_icon.svg?v=1.0#tiktok_x_icon') 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 { cursor:pointer; color:#000; }
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; }
iframe { max-width:100%; }

/* clearfix */
.clearfix::after { display:block; clear:both; content:""; }
* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }

/* ----------------------------------------------------------------------
 上付き文字、下付き文字
---------------------------------------------------------------------- */
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
html { scroll-padding-top:100px; }
body { font-family:Arial,sans-serif; font-size:14px; line-height:1; width:100%; background: #f4f4f4; position:relative; -webkit-font-smoothing:antialiased; overflow-wrap: break-word; }
.pc body.admin-bar { padding-top:32px; }
a { text-decoration:none; }
a, a:before, a:after, input, .category,
.index_post_list_wrap .title, .index_post_list_wrap .desc, .blog_list .desc {
  -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; }


/* レイアウト */
#container { position:relative; height:100%; }
#main_contents {
  width:990px; margin:0 auto; padding:48px 0 50px; position: relative; z-index: 1;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#main_col { width:750px; background: #fff; position:relative; }
#side_col { width:240px; background:#000; padding:12.5px; }


/* 基本ートップページ 2*/
.main_col_inner { border:solid 1px #ddd; border-right: none; padding:16px 17px; height: calc(100% - 49px); }
/*ブログ一覧ページ*/
.archive_page .main_col_inner { padding: 17px 15px 28px; /*border-top:none;*/ }
/* ブログ詳細ページ */
.lower_page .main_col_inner { padding: 27px 30px 25px; /*border-top:none;*/ }
/* 固定ページ */
.page .lower_page .main_col_inner { padding: 30px 30px 38px; }
.sub_page #container:before { content: none; }

@media screen and (min-width:1051px) {
/* 固定ページ＆トップページ - サイドバー左 3*/
#main_contents.layout_type3 { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
#main_contents.layout_type3 .main_col_inner { border-right:solid 1px #ddd; border-left:none; }
/* 固定ページ - サイドバー無し 1*/
#main_contents.layout_type1 { width:750px; }
#main_contents.layout_type1 #main_col.lower_page  { width: 100% }
#main_contents.layout_type1 .main_col_inner { border-right: solid 1px #ddd; }
/*990px*/
#main_contents.layout_type1.wide_content { width: 990px; }
}

.no_title > .article_top { display:none; }
.no_title .main_col_inner { height: 100%; }

.article_top {
  color: #fff; font-weight: 600;
  width: 100%; height: 50px; line-height: 50px; background: #333;
  position: relative; margin-bottom: -1px; z-index: 5;
}
.article_top .title { padding: 0 22px; }


/* 見出し */
.design_headline1 { font-weight:600 !important; font-size:18px; padding:0 0 0 18px; height:50px; line-height:50px; color:#fff; }


/* ----------------------------------------------------------------------
  カラー設定
---------------------------------------------------------------------- */
#global_menu > ul > li > a, #global_menu ul ul a, #side_col .widget_headline,
.widget_content li, .widget_content a, #footer a, #footer_widget .widget_headline,
.index_slider a, .index_slider .title, #index_post_list .design_headline1, .index_slider .category,
.blog_list .title, .article_top, #related_post .design_headline1,
.page_navi span.current, .page_navi a:hover, .page_navi .prev:hover:before, .page_navi .next:hover:before
{ color:#fff; }

/* ----------------------------------------------------------------------
 共通パーツ
---------------------------------------------------------------------- */

.category, .post_tag, .post_tag a { color: #666666; }
.single .category { color:#fff; }




/* ----------------------------------------------------------------------
 トップページ　スライダー
---------------------------------------------------------------------- */

/* 基本レイアウト */
.index_slider { width:100%; height: auto; position:relative; overflow:hidden; padding:7px 0; }
.header_slider { max-width:990px; width:100%; height: 460px; margin:0 auto; overflow:hidden; position:relative; }
.index_slider .item { width:100%; height:auto; position:relative; float:left; }
.index_slider .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:1; padding-top: calc( 4600% / 99 ); }

.index_slider .overlay { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 2; }

/* 記事スライダー */
.index_slider .item .link { width:100%; height:100%; display:block; position:relative; transition: opacity 0.3s ease; }

.index_slider .title { transition: opacity 0.4s ease; }
.index_slider a.item:hover .title { opacity:0.7; }
.index_slider .link:hover .title { opacity:0.7; }


.index_slider .image_wrap { display:block; width:100%; height:100%; position:relative; z-index:1; overflow:hidden; }
.index_slider .content { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:3; text-align: center; }
.index_slider .content_inner {
  width:100%; max-width: 590px;
  position:relative; top:50%; left:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
.index_slider .meta { display:inline-block }
.index_slider .title { font-weight:600; line-height:1.5; max-height: 3em; overflow:hidden; visibility:visible; word-wrap:break-word; word-break:break-all; }
.index_slider .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.index_slider .date { font-size:12px; line-height:1.8; position:relative; }
.index_slider .category { font-size:12px; line-height:1.5; }

#index_header_slider .swiper-pagination {
  display:inline-block; width:auto; bottom:20px; left:50%; -webkit-transform : translateX(-50%); transform : translateX(-50%);
}
#index_header_slider .swiper-pagination-bullet { width:12px; height:12px; background:#fff; opacity:1; transition:background 0.2s ease; }
#index_header_slider .swiper-pagination-bullet:hover { background:#ccc; }
#index_header_slider .swiper-pagination-bullet-active { background:#ccc; pointer-events: none;}

/* ----------------------------------------------------------------------
 トップページ　記事一覧
---------------------------------------------------------------------- */

#index_post_list {
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;
}

/* common style*/
.index_post_list_wrap { width:50%; max-width: 352px; border: solid 1px #ddd; border-bottom: none; }
.index_post_list_wrap .post_list_title { padding:10px 10px 8px; }
.index_post_list_wrap .meta { margin-left:2px; }
.index_post_list_wrap .date { font-size:12px; color:#b20000; margin-right:4px; position:relative; }
.index_post_list_wrap .category { font-size:12px; color:#666666; }
.index_post_list_wrap .link { width:100%; height:100%; display:block; color:#333; position:relative; }
.index_post_list_wrap .link:hover .title { color: #666666 }
/* .index_post_list_wrap .link:hover .desc  */
.index_post_list_wrap .title { font-weight:600; line-height:1.5; max-height:3em; overflow:hidden; visibility:visible; word-wrap:break-word; word-break:break-all; }
.index_post_list_wrap .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.index_post_list_wrap .desc { font-size:14px; line-height:1.8; max-height:5.4em; overflow:hidden; visibility:visible; word-wrap:break-word; word-break:break-all; }
.index_post_list_wrap .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.index_post_list_wrap .image { width:100%; height:100%; display:block; overflow:hidden; }

/* large_item */
.index_post_list_wrap .large_item { padding:0 10px; border-bottom:solid 1px #ddd; }

.index_post_list_wrap .large_item .image_outer { width:auto; height:auto; overflow:hidden; padding:5px; background:#000; }
.index_post_list_wrap .large_item .image_wrap { width:100%; height:100%; overflow:hidden; }
/* .index_post_list_wrap .large_item .image_wrap { width:auto; height:auto; overflow:hidden; border: solid 5px #000; } */
.index_post_list_wrap .large_item .image { padding-top: 59.375%; }
.index_post_list_wrap .large_item .title_area { padding: 24px 17px; }
.index_post_list_wrap .large_item .title { font-size:16px; margin-bottom:5px; height: 3em; }
.index_post_list_wrap .large_item .meta { margin-bottom:10px; margin-left:2px;}
.index_post_list_wrap .large_item .date { margin-right:4px; }

/* normal_item */
.index_post_list_wrap .item { width:100%; position:relative; background:#f2f2f2; padding:0 27px;}
.index_post_list_wrap .item .link { padding:13.5px 0px; border-bottom:solid 1px #ddd; }

.index_post_list_wrap .item .image_outer { display:block; width:65px; height:65px; float:left; overflow:hidden; padding:5px; background:#fff; }
.index_post_list_wrap .item .image_wrap { width:100%; height:100%; overflow:hidden; }
/* .index_post_list_wrap .item .image_wrap { display:block; width:65px; height:65px; float:left; overflow:hidden; border: solid 5px #fff; } */

.index_post_list_wrap .item .title_area { float: right; width: calc(100% - 80px); }
.index_post_list_wrap .item .title { font-size:14px; }
.index_post_list_wrap .item .meta { margin-bottom:9px; }

/* nth */
.index_post_list_wrap article:nth-child(2):before { content: ''; display:block; width:100%; background:linear-gradient(180deg, #00000012, transparent); height:6px; position:absolute; left:0; top:0; z-index:5; }
.index_post_list_wrap article:nth-child(2) { padding-top:15px; }
.index_post_list_wrap article:nth-child(n+2):last-child { padding-bottom:15px; border-bottom: solid 1px #ddd;}
.index_post_list_wrap article:nth-child(n+2):last-child .link { border-bottom:none; }

/* bottom post list */
.index_post_list_wrap.bottom { width: 100%; max-width: 100%; background: #f2f2f2; border-bottom: solid 1px #ddd; margin-top: 35px; }
.index_post_list_wrap.bottom .post_list { padding: 15px 25px 27px; }
.index_post_list_wrap.bottom .post_list::after { display:block; clear:both; content:""; }
.index_post_list_wrap.bottom .desc { max-height:3.6em; }
.index_post_list_wrap.bottom .desc span { -webkit-line-clamp:2; }

/* bottom post list large*/
.index_post_list_wrap.bottom .large_item { max-width: 336px; width:100%; float: left; padding: 0; border-bottom: none; }
.index_post_list_wrap.bottom .large_item .link { padding: 8px; background: #fff; }
.index_post_list_wrap.bottom .large_item .image_wrap { border: none; }
.index_post_list_wrap.bottom .large_item .title_area { padding-bottom: 8px; }

/* bottom post list normal*/
.index_post_list_wrap.bottom .item { padding-right: 2px; }
.index_post_list_wrap.bottom .item { float:right; max-width: calc(100% - 339px); }
.index_post_list_wrap.bottom .item .link { padding: 16px 0; }

/* bottom post list nth*/
.index_post_list_wrap.bottom article:nth-child(2) { padding-top: 0px; }
.index_post_list_wrap.bottom article:nth-child(n+2):last-child { padding-bottom: 0; border-bottom: 0; }
.index_post_list_wrap.bottom article:nth-child(2) .link { padding-top: 5px; }
.index_post_list_wrap.bottom article:nth-child(n+2):last-child .link { padding-bottom: 0; }
.index_post_list_wrap.bottom article:nth-child(2):before { content: none; }

/* no post */
.index_post_list_wrap .no_post { text-align: center; padding: 0 10px 10px; border-bottom: solid 1px #ddd; line-height: 1.5; }




/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */

.blog_list {
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}

/* ブログアイテム */
.blog_list .item { width:100%; margin:0 0 15px 0; position:relative; /*padding: 50px 30px 30px; border: solid 1px #ddd;*/ }
.blog_list .item:last-of-type { margin-bottom:0; }
.blog_list .item_inner { padding: 9px 30px 30px; border: solid 1px #ddd; border-top:none; }

/* タイトル */
.blog_list .title {
  font-weight:600; font-size:16px; line-height: 50px; height: 50px; max-height:3em; overflow:hidden; visibility:visible;
  background: #000; color:#fff; padding: 0 20px; /*position: absolute; top: 0; left: -1px; width: calc(100% + 2px);*/
  word-wrap:break-word; word-break:break-all;
}
.blog_list .title_link { color:#fff; line-height: 50px; height: 50px; display: block;}
.blog_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; }

/* メタ */
.blog_list .meta { margin-left: 5px; padding: 4px 0; }
.blog_list .date { font-size:12px; margin-right:4px; line-height:1.8; color:#b20000; position:relative; display: inline-block; }
.blog_list .category { font-size:12px; line-height:1.8; display:inline-block; }

/* リンク */
.blog_list .link { display:block; width:100%; margin-top: 9px; }

/* サムネイル */
.blog_list .image_outer { float:left; display:block; max-width:330px; width:100%; height:auto; position:relative; z-index:1; overflow:hidden; padding:5px; background:#000; }
.blog_list .image_wrap { width:100%; height:auto;overflow: hidden;}

/* .blog_list .image_wrap { float:left; display:block; max-width:330px; width:100%; height:auto; position:relative; z-index:1; overflow:hidden; border: solid 5px #000; } */
.blog_list .image { width:100%; height:100% !important; padding-top: 59.375%; display:block; overflow:hidden; position:relative; z-index:2; }

/* テキスト */
.blog_list .content {
  width:calc(100% - 330px); height:190px; float:left; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.blog_list .content_inner { padding-left: 30px; }
.blog_list .desc { color:#333; line-height:2; max-height:8em; overflow:hidden; visibility:visible; word-wrap: break-word; word-break: break-all; }
.blog_list .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; }


/* ページナビ */
.page_navi { margin:30px 0 0 0; z-index:10; position:relative; }
.page_navi ul { margin:0; font-size:0; text-align:center; }
.page_navi li { display:inline-block; margin-right: 3px; }
.page_navi li:last-child { margin-right:0; }
.page_navi a, .page_navi a:hover, .page_navi span {
  color:#333; background:#f4f4f4; border:1px solid #ddd; font-size:14px; width:32px; height:32px; line-height:30px; display:inline-block; text-align:center;
}
.page_navi a:hover { color:#fff; }
.page_navi span.dots { background:none; color:#333; }
.page_navi span.current { color:#fff; background:#000; border-color:#000; position:relative; }

/* .page_navi .next, .page_navi .prev { } */
.page_navi .next span, .page_navi .prev span { display:none; }
.page_navi .next:before, .page_navi .prev:before {
  font-family:'design_plus'; font-size:11px; top:0px; position:relative;
  -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; }

/* 記事が無い場合に表示するメッセージ */
#no_post { text-align:center; height:50px; line-height:50px; font-size:14px; margin-bottom:-15px; }



/* ----------------------------------------------------------------------
 ブログ詳細ページ
---------------------------------------------------------------------- */

.single #main_contents { padding: 48px 0 50px; }
#container:before
/* , .blog #container:before */
{content:''; display:block; width:100%; height:624px; background:#222222; position:absolute; top:0; left:0; }


/* パンくずリンク */
#bread_crumb { margin-bottom: -1px; position: relative; }
#bread_crumb ul { max-width:750px; margin:0 auto; padding:0; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; visibility:visible;  padding: 0 20px; background: #333;}
#bread_crumb li { display:inline; font-size:12px; margin:0; padding:0; position:relative; }
#bread_crumb li:after {
  font-family:'design_plus'; content:'\e910'; font-size:10px; color:#fff;
  display:inline-block; line-height:50px; height:50px; margin:0 12px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li:last-of-type:after { display:none; }
#bread_crumb, #bread_crumb li.last { color: rgb(255 255 255 / 60%); }
#bread_crumb li a { height: 50px; line-height: 50px; display:inline-block; color: #fff;}
#bread_crumb li a:hover, #bread_crumb li.home a:hover { color: #999999; }
#bread_crumb li.category a { display:none; }
#bread_crumb li.category a:first-of-type, #bread_crumb li.category a:only-of-type { display:inline-block; }
#bread_crumb li.home a { position:relative; width:16px; }
#bread_crumb li.home a span { opacity:0; }
#bread_crumb li.home a:before {
  font-family:'design_plus'; content:'\e90c'; font-size:12px;
  display:inline-block; height:100%; line-height:1; top:0px; position:relative;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

/* #article { padding-top: 30px; } */
.page #article { padding-top: 17px; }

/* タイトルエリア */
#post_title { margin:0 0 25px 0;}
#post_title .title { font-size:26px; line-height:1.5; font-weight:600; margin-bottom: 4px; }
#post_title .date { font-size:12px; position:relative; color:#b20000; line-height: 1.8; margin-right:8px;}
/* #post_title .update { font-size:12px; position:relative; padding:0 0 0 32px; color:#999; margin:0 0 0 10px; border-left:1px solid #ddd; } */
#post_title .update { font-size:12px; line-height: 1.8; position:relative; padding:0 0 0 23px; color:#b20000; border-left:1px solid #ddd; margin-right: 8px; }

#post_title .update:before {
  font-family:'design_plus'; content:'\e943'; font-size:12px; top:0px; left:7px; position:absolute;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#post_title .meta_top {
  margin:0 0 0 2px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
}
#post_title .category { font-size:12px; line-height:1.8; display:inline-block; }
#post_title .post_tag a { font-size:12px; line-height:1.8; display:inline-block; margin-right:4px; }
#post_image { width:100%; height:auto; padding-top: 59.375%; position:relative; margin:0 0 20px 0; border: solid 10px #000; }


/* 本文 */
.post_content a:hover, .custom-html-widget a:hover { text-decoration:none; }

/* SNSボタン */
#single_share_top { margin:0 0 35px; padding:12px 0 0 0; }
#single_share_top .share-top { margin:0; }
#single_share_bottom { margin:22px 0px 0; }
#single_share_bottom .share-btm { margin-bottom:0 !important; padding:0; }
#single_share_top .mt10, #single_share_top .mt10 { margin:0 !important; }
#single_share_bottom .mb45, #single_share_bottom .mb45 { margin:0 !important; }
.share-type1 ul { text-align:left; }
.share-type3 ul { text-align:left; }
.share-type2 ul.type2 { text-align:left; }
.share-type4 ul.type4 { text-align:left; }
.sns_default_top  { text-align:left; }

/* コピーボタン */
.single_copy_title_url { text-align: center; }
.single_copy_title_url_btn { background:#fff; border:3px solid #ccc; cursor:pointer; line-height:54px; min-width:300px; padding: 0 5px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition-property:background-color, color; -webkit-transition-duration:0.3s; -webkit-transition-timing-function:ease;
  transition-property:background-color, color; transition-duration:0.3s; transition-timing-function:ease;
}
.single_copy_title_url_btn.copied { background:#ccc; color:#fff; pointer-events:none; }
#single_copy_title_url_top { margin:0 0 38px 0; }
#single_copy_title_url_bottom { margin:35px 0 0; }

/* ページ分割 */
#post_pagination { margin:0; padding:10px 0 0 0; clear:both; font-size:0; text-align:center; }
#post_pagination a, #post_pagination p {
  color:#000; background:#ffffff; border:1px solid #ddd; font-size:14px; display:inline-block; margin:0 -1px 0 0; width:50px; height:50px; line-height:50px; text-align:center; text-decoration:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#post_pagination p { position:relative; background:#000; border-color:#000; color:#fff; }
#post_pagination a:hover { background:#000; border-color:#000; color:#fff; }



/* 関連記事 */
#related_post { margin-top:10px; position:relative; }
#related_post .design_headline1 { margin-bottom:10px; font-size:16px;}

#related_post .post_list {
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#related_post .item { width:calc(20% - 6.4px); padding: 5px 5px 0; border: solid 1px #ddd; margin-right: 8px; position:relative; }
#related_post .item:last-of-type { margin-right:0; }
@media screen and (min-width: 751px){
#related_post .image_outer { max-height:119px; overflow: hidden;}
}

#related_post .image_wrap { display:block; width:100%; padding-top:100%; position:relative; z-index:1; overflow:hidden; }

/* #related_post .image_wrap { display:block; width:100%; padding-top:100%; position:relative; z-index:1; overflow:hidden; } */
#related_post .image {
  width:100%; height:100% !important; display:block; overflow:hidden; position:absolute; top:0; left:0; z-index:2;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
#related_post .title_area { padding: 10px 4px 11px; }
#related_post .title { font-size:12px; font-weight:500; line-height:1.5; max-height:6em; overflow:hidden; visibility:visible; word-wrap:break-word; word-break:break-all; }
#related_post .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; }


/* ナビゲーション */
#next_prev_post {
  margin:28px 0 0; border-top:solid 1px #ddd;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#next_prev_post .item { height:100px; width:50%; position:relative; }
#next_prev_post a {
  display:block; position:relative; width:100%; height:100%; background:#fff;;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  color: #000; font-size: 16px; display: block; position: relative;
  /* text-align: center;  */
}
#next_prev_post .prev_post { margin-right:auto;}
#next_prev_post .next_post { margin-left:auto;}
#next_prev_post .prev_post a:before { font-family: 'design_plus'; content: '\e90f'; left:5px; }
#next_prev_post .next_post a:before { font-family: 'design_plus'; content: '\e910'; right:5px; }
#next_prev_post a:before {
      position: absolute; z-index: 10;
      top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
      cursor: pointer;
}

#next_prev_post .title_area { max-width:320px; width:100%; height:100px; position:relative; }
#next_prev_post .prev_post .title_area { margin-right: auto;  }
#next_prev_post .next_post .title_area { margin-left: auto; }
#next_prev_post .title {
  font-size:14px; line-height:1.5; max-height:3em; overflow:hidden; position:absolute; width:100%; padding: 0 30px; visibility:visible;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
  word-wrap:break-word; word-break:break-all;
}
#next_prev_post .prev_post .title { padding-left:50px;  }
#next_prev_post .next_post .title { padding-right:50px; }

#next_prev_post .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }

#next_prev_post .nav { display:none; }
#next_prev_post .next_post .image_wrap { float:right; }



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

.page #post_image { border: none; }



/* ----------------------------------------------------------------------
　ヘッダー
---------------------------------------------------------------------- */
#header { z-index:300; position:relative; height:150px; background: #fff; }
#header_top {
  height:100px; width:990px; margin:0 auto;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
}

/* ロゴ */
#header_logo .logo { line-height:1; margin:0; padding:0; font-weight:500; display:block; }
#header_logo img, #footer_logo_area img { display:block; margin:0 auto; -webkit-transition: opacity 0.35s ease-in-out; transition: opacity 0.35s ease-in-out; }
#header_logo img:hover, #footer_logo_area img:hover { opacity:0.5; }
#header_logo .pc_logo_image.type1 { display:none; }
#header_logo .pc_logo_image.type2 { display:block; }
#header_logo .mobile_logo_image { display:none; }
#header_logo .mobile_logo_text { display:none; }

/* ヘッダー広告 */
#header_banner .header_banner_image { max-width:100%; height:auto; display:block; margin:0 auto; }
#header_banner .header_banner_link { display:block; }


/* グローバルメニュー */
#global_menu { background: #212326; text-align:center; width:100%; height:50px; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }
#global_menu > ul {
  position:relative; margin:0 auto; width:990px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#global_menu > ul > li {
  position:relative; line-height:1; text-align:center; font-size:14px;
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
}
#global_menu > ul > li > a {
  color: #fff; border-right:1px solid #646568;
  text-decoration:none; height:50px; line-height:50px; display:block; position:relative;
}
#global_menu > ul > li:first-of-type a { border-left:1px solid #646568; }
#global_menu ul ul { display:none; width:100%; min-width:240px; position:absolute; top:50px; left:0px; margin:0; padding:0; z-index:100; }
#global_menu ul ul ul { left: 100%; top:0 !important; margin:0; }
#global_menu ul ul li { line-height:1.5; font-size:14px; padding:0; margin:0; text-align:left; position:relative; display:block; }
#global_menu ul ul a { background:#212326; color:#fff; display:block; position:relative; padding:14px 16px 12px; height:auto; line-height:1.6; margin:0; }
#global_menu ul ul a:hover { text-decoration:none; }

#global_menu > ul > li.current-menu-item > a { color:#fff; }
#global_menu ul ul li.menu-item-has-children > a:before {
  font-family:'design_plus'; content:'\e910'; color:#fff; display:block; position:absolute; right:9px; top:19px; font-size:10px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}



/* ドロワーメニュー */
#menu_button { display:none; }
#drawer_menu { display:none; }



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

#footer { background:#000; }
#footer a { color:#fff; }
#footer_inner {
  max-width: 990px; width:100%; margin: 0 auto;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
}

/* ロゴエリア */
#footer_info {
  max-width: 325px; width: 100%; padding-top: 82px;
  -webkit-box-ordinal-group:1; -ms-flex-order:0; order:0;
}
#footer_info a { display: inline-block; }
#footer_logo_area { margin-bottom:40px; }

/* メニュー */
#footer_menu { text-align:left; margin-bottom: 21px; }
#footer_menu li a { font-size:12px; line-height: 2.4;}
#footer_menu li:last-child {margin-bottom:0; }
.footer_menu_wrap { width:50%; padding-right: 10px; float:left; }

/* SNSボタン */
.footer_sns { font-size:0; z-index:20; margin-bottom: 35px; }
.footer_sns li { display:inline-block; margin:0 5px; position:relative; }
.footer_sns li:first-child { margin-left:0; }
.footer_sns li a { display:block; overflow:hidden; width:20px; height:20px; line-height:20px; text-align:center; position:relative; }
.footer_sns li a span { display:none; }
.footer_sns li a:before {
  font-family:'design_plus'; font-size:15px; display:block;
  position:absolute; top:1px; left:0; right:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.footer_sns li.twitter a:before { font-family: 'tiktok_x_icon'; content: "\e901"; }
/* .footer_sns li.facebook a:before { content:'\e902'; } */
.footer_sns li.facebook a:before { font-family: 'sns_button'; content:'\e901'; }
.footer_sns li.insta a:before { content:'\ea92'; }
.footer_sns li.pinterest a:before { content:'\e905'; }
.footer_sns li.google a:before { content:'\e900'; }
.footer_sns li.tiktok a:before { content:'\e251'; }
/* .footer_sns li.contact a:before { content:'\f003'; } */
/* .footer_sns li.rss a:before { content:'\e90b'; } */

.footer_sns.type2 li a:before { font-family: 'sns_button'; }

.footer_sns.type2 li a { transition: opacity 0.2s ease;}
.footer_sns.type2 li a:hover { opacity:0.7; }
.footer_sns.type2 li.twitter a:before { font-family: 'tiktok_x_icon'; content:'\e901'; color:#fff; }
.footer_sns.type2 li.facebook a:before { content:'\e901'; color:#1877f2; }
.footer_sns.type2 li.insta a:before { content:'\e903'; color:#e4405f; }
.footer_sns.type2 li.tiktok a:before { content:'\e905'; color:#555555; }

/* フッターウィジェットエリア */
#footer_widget {
  max-width: 550px; width: 100%;
  -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1;
}
#footer_widget_inner { width:100%;}

#footer_widget .widget_content:first-child,#footer_widget .widget_content:nth-child(2){
  margin-top: 50px;
}

/* フッターウィジェット */
#footer_widget .widget_content:nth-of-type(2n+1) { margin-right:50px; }
#footer_widget .widget_content { width:calc(100% / 2 - 25px); margin-bottom:17.5px; float:left; }
#footer_widget .widget_headline { color: #fff; height: 50px; line-height: 50px; padding: 0 0 0 20px; }

/* フッターウィジェット一部コンテンツ */
#footer_widget .styled_post_list1 { padding: 0 2px; }
#footer_widget .styled_post_list1 a { background: none; height:100px; padding: 17.5px 2px; }
#footer_widget .styled_post_list1 .image_outer { background:#fff; padding:5px; }
/* #footer_widget .styled_post_list1 .image_wrap { border: solid 5px #fff; } */
#footer_widget .styled_post_list1 .image { height: 55px; }


/* フッター最下部 */
#footer_bottom { border-top:solid 1px #333; }
#footer_bottom_inner { width:990px; height:50px; position:relative; margin:0 auto; }
#copyright { color:#fff; line-height:50px; height:50px; font-size:12px; text-align:center; }
/* rgb(255 255 255 / 60%) */

/* ページ上部へ戻るボタン */
#return_top a { color:#fff; background:#000; display:block; height:50px; width:50px; line-height:50px; text-decoration:none; z-index:100; position:relative; }
#return_top a:hover { color:#fff !important; }
#return_top span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top a:before {
  color:#fff; font-family:'design_plus'; content:'\e911'; font-size:12px; display:block; width:12px; height:12px;
  position:absolute; left:0; right:0; top:0; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top {
  position:fixed; right:0px; bottom:0px; z-index:999;
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: all 0.35s;
}
#return_top.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }



/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
/* 基本設定 */
.widget_content { margin:0 0 15px 0; }
.widget_content:last-of-type { margin-bottom:0; }
.widget_content ul { margin:0; }
.widget_content li ul { margin:10px 0 0 0; }
.widget_content li { line-height:2; padding:2px 0; margin:0 0 10px 0; }
.widget_content a { text-decoration:none; }
.widget_content img { height:auto; max-width:100%; }
.widget_headline { font-weight: 600; font-size: 16px; color: #999999; padding: 15px 0 0 4px; margin: 0 0 15px 0; line-height: 1.2;}

/* 広告 */
.tcd_ad_widget img { height:auto; max-width:100%; margin:0 auto; display:block; }

/* デザインされた記事一覧1 */
.styled_post_list1 li { margin:0; padding:0; border-bottom: solid 1px rgb(255 255 255 / 40%); position:relative; }

.styled_post_list1 li:last-child { margin:0; border-bottom:none; }
.styled_post_list1 a { display:block; width:100%; height:90px; color:#fff; overflow:hidden; background:#333; padding:12.5px; position:relative; }
.styled_post_list1 .image_outer { float:left; display:block; width:65px; height:65px; position:relative; z-index:1; overflow:hidden; }
.styled_post_list1 .image_wrap { width:100%; height:100%; overflow: hidden; }

/* .styled_post_list1 .image_wrap { float:left; display:block; width:65px; height:65px; position:relative; z-index:1; overflow:hidden; } */

.styled_post_list1 .image { width:100%; height:65px; display:block; overflow:hidden; position:relative; z-index:2; }
.styled_post_list1 .image img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.styled_post_list1 .title_area { width:calc(100% - 65px); height:65px; float:left; position:relative; }
.styled_post_list1 .title_area_inner {
  position:absolute; padding-left:12px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.styled_post_list1 .title {
  font-size:12px; line-height:1.8; max-height:3.6em; font-weight:500; word-break:break-all; overflow:hidden;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease;
  word-wrap:break-word; word-break:break-all;
}
.styled_post_list1 .title.no_date { max-height:5.4em; }
.styled_post_list1 .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.styled_post_list1 .title.no_date span { -webkit-line-clamp:3; }
.styled_post_list1 .date {
  font-size:12px; color:#999; color:rgb(255 255 255 / 50%);
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease;
}
.styled_post_list1 .rank { color:#000; width:30px; height:30px; line-height:30px; text-align:center; font-size:12px; position:absolute; top:0px; left:0px; z-index:4; background:#fff; }
.styled_post_list1 .category { font-size:12px; display:inline-block; text-align:center; color:#fff; width:100px; height:30px; line-height:30px; position:absolute; top:0px; left:0px; z-index:3; }



/* アーカイブ　通常時 */
.no_dropdown__list li { margin-bottom: 3px; padding: 0; }
.no_dropdown__list li a { display: block; height: 40px; line-height: 40px; padding: 0 15px; }

/* アーカイブ　ドロップダウン */
.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; line-height:50px; padding:0 18px; border:1px solid #ddd; background:#fff; color:#000; z-index:10; }
.p-dropdown__title::after { position:absolute; right:17px; top:0px; font-family:"design_plus"; content:"\e90e"; color:#000; }
.p-dropdown__title:hover { cursor:pointer; }
.p-dropdown__title.is-active::after { content:"\e911"; }
/* .p-dropdown__title:hover:after { } */
.p-dropdown__list { display:none; top:-1px; position:relative; }
/* .p-widget .p-dropdown .p-dropdown__list { } */
.p-dropdown__list li { line-height:1.5; margin:0; padding:0; position:relative; }
.p-dropdown__list li ul { margin:0; position:relative; display:none; }
.p-dropdown__list li a { display:block; padding:0px 18px; height:47px; line-height:47px; margin:-1px 0 0 0; color: #000; background:#fff!important; border:1px solid #ddd; }
/* .p-dropdown__list li a:hover { } */
.p-dropdown__list li li a { padding-left:32px; }
.p-dropdown__list li li li a { padding-left:46px; }
.p-dropdown__list li li li li a { padding-left:60px; }
.p-dropdown__list .child_menu_button { width:50px; height:50px; position:absolute; right:0px; top:0px; z-index:2; cursor:pointer; }
.p-dropdown__list .child_menu_button:before {
  font-family:'design_plus'; content:'\e90e'; text-align:center;
  display:block; font-size:14px; width:14px; height:14px; line-height:14px;
  position:absolute; right:18px; top:20px;
}
.p-dropdown__list li.active > .child_menu_button:before { content:'\e911'; }
.p-dropdown__list .child_menu_button:hover { color:#ccc; }


/* カテゴリー一覧 */
.category_list_widget ul { margin:0; padding:0; }
.category_list_widget ul ul { margin:0; padding:0; border:none; }
.category_list_widget li { font-size:14px; margin:0; padding:0; position:relative; }
.category_list_widget li a {
  display:block; background:#333; margin-bottom: 3px; padding:0 15px; overflow:hidden; position:relative; width:100%; height:40px; line-height:40px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
  -webkit-transition: all 0.35s ease; transition: all 0.35s ease;
}
.category_list_widget li li a { padding-left:30px; }
.category_list_widget li li li a { padding-left:48px; }
.category_list_widget li .title {
  display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
  -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; flex: 1 0 auto;
}
.category_list_widget li .count {
  display:block; height:30px; line-height:30px; min-width:52px; text-align:center; font-size:11px; color:#000;
  padding:0 10px; border:1px solid #ddd; border-radius:5px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: background 0.35s ease; transition: background 0.2s ease;
}


/* 検索 */
.widget_search label { display:none; }
#searchform { border:10px solid #fff; background: #ddd; height:50px; }
#searchform #s { border:none; background:none; padding:0 .5em; margin:0; width:calc(100% - 40px); height:30px; }

#searchform #searchsubmit {
  border:none; background:none; width:30px; height:30px; z-index:200; position:relative;
  cursor:pointer; display:block; text-indent:-300px; overflow:hidden;
}
#searchform .submit_button  { position:relative; width:30px; height:30px; float:right; top:1px; }
#searchform .submit_button:before {
  text-indent:0; display:block; width:30px; height:30px; line-height:30px; text-align:center; cursor:pointer; z-index:1;
  position:absolute; font-family:'design_plus'; color:#333; font-size:18px; content:'\e915'; right:0px; top:0px;
}
#searchform .submit_button:hover:before { color:#aaa; }

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


/* ----------------------------------------------------------------------
 デフォルトで実装されているウィジェットのスタイル調整
---------------------------------------------------------------------- */

/* デフォルトのRSS */
.widget_rss h2:before{
  font-family:'design_plus'; content:'\e90b'; font-size:13px; display:inline-block; margin:0 7px 0 0; vertical-align:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.widget_rss h2 a img{ display: none; }
.widget_rss h2 a{ color: inherit; }
.widget_rss li { border-bottom:1px solid #ddd; padding:0 0 15px 0; margin-bottom:15px; }
.widget_rss li:last-child { border:none; padding:0; margin:0; }
.widget_rss .rss-date { position:relative; color:#999;display:inline-block; margin-left:8px; }
.widget_rss .rss-date:before { font-size:14px; 
  font-family:'design_plus'; content:'\e94e'; font-size:13px; display:inline-block; margin:0 7px 0 0; vertical-align:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.widget_rss .rssSummary, .widget_rss cite{ font-size: 80%; color : #999; }

/* デフォルトのタグ一覧 */
.widget_tag_cloud .tagcloud {
	margin:0 0 -6px 0; padding:0; position:relative;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.widget_tag_cloud .tagcloud a { margin:0 6px 6px 0; display:block; background:#f9f8f4; padding:0px 20px; border-radius:5px; height:36px; line-height:36px; }
.widget_tag_cloud .tagcloud a:hover { text-decoration: none; opacity: .6;color: inherit;}

/* デフォルトの最近の記事 */
.widget_recent_entries li { border-bottom:1px solid #ddd; padding:0 0 15px 0; margin-bottom:15px; }
.widget_recent_entries li:last-child { border:none; padding:0; margin:0; }
.widget_recent_entries li a { display:block; }
.widget_recent_entries .post-date { position:relative; color:#999; display:block; margin-top:3px; }
.widget_recent_entries .post-date:before {
  font-family:'design_plus'; content:'\e94e'; font-size:13px; display:inline-block; margin:0 7px 0 0; vertical-align:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

/* デフォルトのアーカイブとカテゴリー　ドロップダウンメニュー */
.widget_archive select, .widget_categories select {
	border:1px solid #ddd; background:#fff;  width:100%; height:40px; padding:0 18px; cursor:pointer;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-appearance:none; appearance:none;
}
.widget_archive .screen-reader-text, .widget_categories .screen-reader-text  {
	display:block; clip:auto; clip-path:none; pointer-events:none;
	height:40px; width:40px; margin:0;
	right: 0; text-indent:-100vw;
}

.widget_archive, .widget_categories{
  position: relative;
}

.widget_archive .screen-reader-text:before, .widget_categories .screen-reader-text:before {
  font-family:'design_plus'; content:'\e90e'; text-align:center; text-indent:0;
  display:block; width:14px; height:14px; line-height:14px;
  position:absolute; right:1em; top:15px;
}


/* デフォルトのコメントウィジェット */
.widget_recent_comments li { color:#999; }

/* テキストウィジェット */
.widget_text{line-height: 2.5; color: #fff;}
.widget_text p{ margin: 0 0 2em 0;}
.widget_text ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}
.widget_text  ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}
.widget_textt li,.widget_text dt, .widget_textdd {
  line-height: 2.2;
}

/* デフォルトのギャラリー */
.widget_media_gallery .gallery-item { margin-top:0 !important; }

/* カレンダー */
.widget_calendar .calendar_wrap  {  background:#fff;padding:1.5em 1em; }
.widget_calendar .calendar_wrap a { color:#000; }
#wp-calendar { margin:0 auto; width:100%; font-size:11px;border-collapse:collapse; table-layout:fixed;}
#wp-calendar caption { padding: 0 0 1em 0; font-size:14px; font-weight:600; }
#wp-calendar thead th, #wp-calendar tfoot td { padding: 0; line-height: 30px;  }
#wp-calendar thead th { font-weight:500; }
#wp-calendar tbody th, #wp-calendar tbody td { padding:0; margin:0;  line-height: 30px; text-align:center; }
#wp-calendar tbody span { display:block; padding:15px 10px; }
#wp-calendar tbody a { display:block; width:30px; height:30px; line-height:30px; border-radius:30px; margin:0 auto; text-decoration:none; background-color:#000; color:#fff; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; background:#aaa; }
#wp-calendar #today { font-weight:600; }
#wp-calendar + .wp-calendar-nav a{color: #000;}
.wp-calendar-nav { font-size:14px; padding:1em 0 0; width:100%; font-size:12px; }
.wp-calendar-nav .wp-calendar-nav-prev { width:40%; float:left; }
.wp-calendar-nav .wp-calendar-nav-next { width:40%; float:right; text-align:right; }


/* ----------------------------------------------------------------------
 404ページ
---------------------------------------------------------------------- */
.page_404_title{padding-left: 20px;}
.page_404_desc { padding: 20px; }


/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments { margin:0 auto; padding:40px 0 0; }
#comments h3 { font-size:16px; margin-bottom:10px; }

/* コメント・トラックバックのタブ */
#comment_header { position:relative; margin:0 0 20px; }
#comment_tab { margin:0; background:#fff; }
#comment_tab li { float:left; text-align:center; margin:0; width:50%; }
#comment_tab li a, #comment_tab li p { font-size:14px; padding:20px 15px; line-height:1.6; display:block; text-decoration:none; background:#f3f3f3; color:#000; }
#comment_tab li a:hover { color:#fff; background:#999; }
#comment_tab li.active a { background:#000; }
#comment_tab li.active a, #comment_header #comment_closed p { color:#fff; position:relative; }
#comment_tab li.active a { pointer-events:none; }


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


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

.comment-meta-left { float:left; width:100%; }
#comments .avatar { float:left; margin:0 10px 0 0; 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; font-size:12px; }
.comment-date { color:#888; margin:10px 0 0 0; }

.comment-act { font-size:12px; position:absolute; right:0px; padding:0; 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 { color:#333; 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; }
.comment_message { margin:0 0 25px 0; }


/* トラックバック */
.commentlist .ping-link { margin:0 0 25px 0; }
.commentlist .ping-meta { margin:0 0 15px 0; }
#trackback_url_area { margin:0 0 25px 0; }
#trackback_url_area label { font-size:11px; display:block; margin:0 0 5px 0; }
#trackback_url_area input { border:1px solid #ddd; padding:5px 10px; width:100%; }


/* ページナビ */
#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 { margin:0 0 0px; padding:15px; background:#fff; border:1px solid #ddd; }
.comment .comment_form_wrapper { margin:0 0 20px; }

#cancel_comment_reply a { background:#eee; margin:0 0 1em 0; padding:10px; text-align:center; display:block; }
#cancel_comment_reply a:hover { background:#222; color:#fff; }

#comment_user_login p { padding:5px 0; margin:0; line-height:1; font-size:12px; }
#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; }

#guest_info { padding:0; width:100%; }
#guest_info div { margin:0 0 12px 0; text-align:left; }
#guest_info input { margin:0; padding:5px 10px; border:1px solid #ccc; width:100%; background:#fff; box-shadow:1px 1px 5px 0 rgba(0,0,0,0.1) inset; }
#guest_info input:focus { border:1px solid #999; }
#guest_info label { display:block; margin:0 0 10px 0; padding:0; font-size:12px; }
#guest_info span { margin:0 10px 0 0; }

#comment_textarea textarea {
  margin:15px 0 0; width:100%; height:150px; font-size:12px; overflow:auto; padding:10px;
  background:#fff; color:#000; border:1px solid #ccc; box-shadow:1px 1px 5px 0 rgba(0,0,0,0.1) inset;
}
#comment_textarea textarea:focus { border:1px solid #999; }

#submit_comment_wrapper { text-align:center; }
#submit_comment {
  color:#000; background:#eee; border:none; cursor:pointer; font-size:14px; width:200px; height:50px; margin:15px auto 0; display:block;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#submit_comment:hover { background:#222; color:#fff; }

#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 p:last-child { margin: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 0.7em 0; padding:0; font-weight:600; }
.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 > ul, .post_content li > 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 #ddd; padding:17px 25px; line-height:2.2; background:#fff; }
.post_content th { background:#f7f7f7; 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; background:#fff; border:1px solid #ccc; box-shadow:0px 3px 0px 0px rgba(150,150,150,0.1); 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:#f8f8f8; 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:3px solid #ccc; background:#f8f8f8; font-size:12px; margin:0 0 27px 0; line-height:1.7; padding:20px; 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 !important; }
.c-pw__desc.type2 p { text-align:center; }
.c-pw__desc.type3 p { text-align:right; }
.c-pw__btn { border:none; background:#111; color: #fff; display: inline-block; padding: 0px 20px; font-size:14px; text-align:center; line-height:40px; height:40px; }
.c-pw__btn:hover { background:#333; color: #fff; }
.c-pw__btn--register { min-width: 160px; margin-bottom:32px; }
.c-pw__btn--submit { background:#111; color:#fff; min-width: 100px; border:0; cursor:pointer; top:-1px; position:relative; }
.c-pw .c-pw__btn:hover { text-decoration: none; }
.c-pw__btn.type2 { display:table; margin:0 auto 32px; }
.c-pw__btn.type3 { float:right; }
.c-pw__box { width:100%; border:1px solid #ddd; padding: 25px 36px; display:inline-block; margin-bottom:40px; box-sizing: border-box; background:#fff; }
.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; background:#fff; 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: 45px 0 !important; 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; }
}


/* ブロックエディターの埋め込みブロック */
.wp-block-embed { margin:0 0 2em 0; }


/** ブロックエディターのテーブルブロックの調整 **/
.wp-block-table.is-style-stripes td,
.wp-block-table .has-background td{
  background-color: transparent;
}

/* ----------------------------------------------------------------------
クラシックエディターのテーブルの横スクロール対応
---------------------------------------------------------------------- */
@media (max-width: 767px) {
  .post_content .s_table{ overflow: auto; white-space: nowrap; margin-bottom: 2em; }
  .post_content .s_table table { margin-bottom: 0; }
}

/* --- いろいろな住み替えセクションのスタイル --- */

.sumikae-introduction {
  padding: 50px 20px; /* セクション上下の余白、左右は少し広めに */
  background-color: #ffffff; /* セクション背景は白を基本に */
  font-family: sans-serif; /* 基本フォント（サイト全体と合わせてください） */
}

.sumikae-introduction .container {
  max-width: 990px; /* コンテンツの最大幅 */
  margin: 0 auto;
}

/* メイン見出し (H2) - スクリーンショットの「おすすめ記事」タイトル背景のようなイメージ */
.sumikae-introduction h2 {
  font-size: 1.8em; /* 文字サイズは相対的に調整してください */
  color: #ffffff; /* 白文字 */
  background-color: #522216; /* 濃いブラウン (スクリーンショット参考) */
  padding: 18px 25px;
  margin-bottom: 35px;
  text-align: center;
  border-radius: 5px; /* 少し角丸 */
  font-weight: bold;
}

/* サブ見出し (H3) - メインカラーをアクセントに */
.sumikae-introduction h3 {
  font-size: 1.5em;
  color: #b08d57; /* メインのゴールド系 (スクリーンショット参考) */
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 3px solid #b08d57; /* ゴールド系の下線 */
  font-weight: bold;
}

.sumikae-introduction p {
  font-size: 1em;
  line-height: 1.7;
  color: #333333; /* 標準的なテキストカラー */
  margin-bottom: 20px;
}

.sumikae-introduction ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.sumikae-introduction ul li {
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  padding-left: 30px; /* アイコンやマーカー用のスペース */
  position: relative;
  margin-bottom: 12px;
}

/* 箇条書きの強調テキスト */
.sumikae-introduction ul li strong {
  color: #b08d57; /* ゴールド系 */
  font-weight: bold;
}

/* 箇条書きのマーカー（チェックマーク風） */
.sumikae-introduction ul li::before {
  content: '✓'; /* または '✔' など */
  color: #b08d57; /* ゴールド系 */
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  left: 5px;
  top: 1px; /* 微調整が必要な場合があります */
}

/* CTA (Call to Action) エリア */
.sumikae-introduction .cta-area {
  margin-top: 40px;
  padding: 35px;
  background-color: #f8f5f0; /* やや暖色系の薄い背景 */
  border: 1px solid #e0d8cc; /* ゴールド系に合わせた薄い枠線 */
  border-radius: 5px;
  text-align: center;
}

.sumikae-introduction .cta-area p {
  margin-bottom: 25px;
  font-size: 1.1em;
  color: #4a3b34; /* 濃いブラウン */
  font-weight: bold;
}

/* ボタン共通スタイル */
.sumikae-introduction .btn {
  display: inline-block;
  padding: 14px 30px;
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  margin: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  text-align: center;
  min-width: 220px; /* ボタンの最小幅を確保 */
}

/* プライマリボタン (メインのゴールド系) */
.sumikae-introduction .btn-primary {
  background-color: #b08d57; /* メインのゴールド系 */
  color: #ffffff;
  border-color: #b08d57;
}

.sumikae-introduction .btn-primary:hover {
  background-color: #9c7b4c; /* 少し濃いゴールド */
  border-color: #9c7b4c;
  color: #ffffff;
}

/* セカンダリボタン (枠線ゴールド系) */
.sumikae-introduction .btn-secondary {
  background-color: #ffffff;
  color: #b08d57;
  border: 2px solid #b08d57;
}

.sumikae-introduction .btn-secondary:hover {
  background-color: #b08d57;
  color: #ffffff;
  border-color: #b08d57;
}

/* --- レスポンシブ対応 (画面幅768px以下) --- */
@media (max-width: 768px) {
  .sumikae-introduction {
    padding: 30px 15px;
  }
  .sumikae-introduction h2 {
    font-size: 1.5em;
    padding: 15px 20px;
  }
  .sumikae-introduction h3 {
    font-size: 1.3em;
  }
  .sumikae-introduction .btn {
    padding: 12px 20px;
    font-size: 1em;
    width: 100%; /* スマホではボタン幅を広げる */
    box-sizing: border-box; /* paddingを含めた幅計算に */
    margin-left: 0;
    margin-right: 0;
  }
  .sumikae-introduction .cta-area {
    padding: 25px;
  }
}

/* --- トップページ用「家の買い替え、成功へのカギは？」セクション --- */

.sumikae-points-summary {
  padding: 60px 20px; /* セクションの上下余白をしっかり取る */
  background-color: #fdfaf6; /* メインのゴールド系を薄くしたような暖色系の背景 */
  /* もし白背景が良い場合は background-color: #ffffff; にしてください */
  text-align: center;
  font-family: sans-serif; /* サイト全体のフォントに合わせてください */
  border-top: 1px solid #e0d8cc; /* 上部に区切り線 */
  border-bottom: 1px solid #e0d8cc; /* 下部に区切り線 */
}

.sumikae-points-summary h2 {
  font-size: 2.2em; /* 目を引くように少し大きめのサイズ */
  color: #4a3b34; /* 濃いブラウン (スクリーンショット参考) */
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.3;
}

.sumikae-points-summary p {
  font-size: 1.1em; /* やや大きめで読みやすく */
  line-height: 1.9;
  color: #333333; /* 標準的なテキストカラー */
  max-width: 990px; /* 横幅が広がりすぎないように */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.sumikae-points-summary p:last-of-type { /* 最後の段落の下の余白は少し多めに */
  margin-bottom: 35px;
}

.sumikae-points-summary strong {
  color: #b08d57; /* メインのゴールド系 */
  font-weight: bold;
}

/* ボタンのスタイル (以前の提案をベースに調整) */
.sumikae-points-summary .btn {
  display: inline-block;
  padding: 16px 40px; /* ボタンをより目立たせる */
  font-size: 1.15em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px; /* 少し大きめの角丸 */
  margin-top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  min-width: 300px; /* ボタンの最小幅 */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* ボタンに少し影をつける */
}

.sumikae-points-summary .btn-primary {
  background-color: #b08d57; /* メインのゴールド系 */
  color: #ffffff;
  border-color: #b08d57;
}

.sumikae-points-summary .btn-primary:hover {
  background-color: #9c7b4c; /* 少し濃いゴールド */
  border-color: #9c7b4c;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15); /* ホバー時にも影を少し濃く */
}

/* --- レスポンシブ対応 (画面幅768px以下) --- */
@media (max-width: 768px) {
  .sumikae-points-summary {
    padding: 40px 15px;
  }
  .sumikae-points-summary h2 {
    font-size: 1.8em;
  }
  .sumikae-points-summary p {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .sumikae-points-summary p:last-of-type {
    margin-bottom: 30px;
  }
  .sumikae-points-summary .btn {
    padding: 14px 25px;
    font-size: 1.05em;
    width: 95%; /* スマホではボタン幅をほぼ最大に */
    min-width: initial; /* スマホでは最小幅指定を解除 */
    box-sizing: border-box;
  }
}

/* --- トップページ用「家の買い替え、ベストな時期はいつ？」セクション --- */

.sumikae-timing-summary {
  padding: 60px 20px; /* セクションの上下余白 */
  background-color: #fdfaf6; /* 薄い暖色系の背景 (前回と同様) */
  text-align: center;
  font-family: sans-serif; /* サイト全体のフォントに合わせてください */
  border-top: 1px solid #e0d8cc; /* 上部に区切り線 */
  border-bottom: 1px solid #e0d8cc; /* 下部に区切り線 */
}

.sumikae-timing-summary h2 {
  font-size: 2.2em; /* 見出しサイズ (前回と同様) */
  color: #4a3b34; /* 濃いブラウン (スクリーンショット参考) */
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.3;
}

.sumikae-timing-summary p {
  font-size: 1.1em; /* 本文サイズ (前回と同様) */
  line-height: 1.9;
  color: #333333; /* 標準的なテキストカラー */
  max-width: 990px; /* 横幅が広がりすぎないように */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.sumikae-timing-summary p:last-of-type { /* 最後の段落の下の余白 */
  margin-bottom: 35px;
}

/* ボタンのスタイル (前回と同様のスタイルを適用) */
.sumikae-timing-summary .btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 1.15em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  min-width: 300px; /* ボタンの最小幅 */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* ボタンに少し影 */
}

.sumikae-timing-summary .btn-primary {
  background-color: #b08d57; /* メインのゴールド系 */
  color: #ffffff;
  border-color: #b08d57;
}

.sumikae-timing-summary .btn-primary:hover {
  background-color: #9c7b4c; /* 少し濃いゴールド */
  border-color: #9c7b4c;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15); /* ホバー時の影 */
}

/* --- レスポンシブ対応 (画面幅768px以下) --- */
@media (max-width: 768px) {
  .sumikae-timing-summary {
    padding: 40px 15px;
  }
  .sumikae-timing-summary h2 {
    font-size: 1.8em;
  }
  .sumikae-timing-summary p {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .sumikae-timing-summary p:last-of-type {
    margin-bottom: 30px;
  }
  .sumikae-timing-summary .btn {
    padding: 14px 25px;
    font-size: 1.05em;
    width: 95%; /* スマホではボタン幅をほぼ最大に */
    min-width: initial; /* スマホでは最小幅指定を解除 */
    box-sizing: border-box;
  }
}

/* --- トップページ用「家の買い替え、どう進める？」セクション --- */

.sumikae-flow-summary {
  padding: 60px 0; /* セクション上下の余白 (左右の余白は中のコンテナで) */
  background-color: #fdfaf6; /* 薄い暖色系背景 (前回と同様) */
  font-family: sans-serif; /* サイト全体のフォントに合わせてください */
  border-top: 1px solid #e0d8cc;
  border-bottom: 1px solid #e0d8cc;
}

.sumikae-flow-summary-content {
  max-width: 990px; /* コンテンツの最大幅 */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;  /* 最大幅より画面が狭い場合の左右余白 */
  padding-right: 15px;
}

.sumikae-flow-summary h2 {
  font-size: 2.2em;
  color: #4a3b34; /* 濃いブラウン */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}

/* セクション直下の導入文 (H2の下のPタグ) */
.sumikae-flow-summary-content > p:first-of-type {
  font-size: 1.1em;
  line-height: 1.9;
  color: #333333;
  text-align: center;
  max-width: 750px; /* この段落の最大幅 (990pxより少し狭く) */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; /* オプションブロックとの間隔 */
}

.sumikae-flow-options-wrapper {
  display: flex;
  flex-wrap: wrap; /* PCで幅が足りなければ折り返す、スマホでは縦積みになる */
  gap: 30px; /* オプション間の隙間 */
  justify-content: center; /* オプションが1つの場合などに中央寄せ */
  margin-bottom: 40px; /* 下のまとめ文との間隔 */
}

.sumikae-flow-summary .flow-option {
  background-color: #ffffff; /* 各オプションの背景は白 */
  padding: 30px;
  border: 1px solid #e0d8cc; /* 薄い枠線 */
  border-radius: 8px; /* 角丸 */
  box-shadow: 0 3px 6px rgba(0,0,0,0.07); /* 少し影をつける */
  text-align: left; /* オプションブロック内は左揃え */
  flex: 1 1 420px; /* flexアイテムの基本サイズ。990px幅の場合、2カラムで余白を考慮したサイズ */
  min-width: 300px; /* 最小幅を確保 */
  display: flex; /* 中の要素(pとa)の配置のため */
  flex-direction: column; /* 要素を縦に並べる */
}

.sumikae-flow-summary .flow-option h3 {
  font-size: 1.6em;
  color: #b08d57; /* メインのゴールド系 */
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center; /* オプション内の見出しは中央揃えも検討可 */
}

.sumikae-flow-summary .flow-option p {
  font-size: 1em;
  line-height: 1.8;
  color: #444444; /* 少し濃いめのグレー */
  margin-bottom: 25px;
  flex-grow: 1; /* この段落が伸びることで、ボタンが各オプションの最下部に揃う */
}

/* ボタンのスタイル */
.sumikae-flow-summary .btn {
  display: inline-block; /* ボタンの幅をテキストに合わせる */
  padding: 12px 25px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  margin-top: auto; /* flexコンテナ内で一番下に配置 */
  align-self: center; /* ボタン自体を中央に配置 */
  min-width: 200px;
}

.sumikae-flow-summary .btn-secondary { /* 枠線ボタンスタイル */
  background-color: #ffffff;
  color: #b08d57;
  border-color: #b08d57;
}

.sumikae-flow-summary .btn-secondary:hover {
  background-color: #b08d57;
  color: #ffffff;
  border-color: #b08d57;
}

.sumikae-flow-summary .flow-conclusion {
  font-size: 1.1em;
  line-height: 1.8;
  color: #333333;
  text-align: center;
  margin-top: 20px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/* --- レスポンシブ対応 (画面幅約768px以下) --- */
@media (max-width: 768px) {
  .sumikae-flow-summary {
    padding: 40px 0; /* 上下余白のみ、左右はコンテナで制御 */
  }
  .sumikae-flow-summary-content { /* スマホでも左右15pxの余白を確保 */
    padding-left: 15px;
    padding-right: 15px;
  }
  .sumikae-flow-summary h2 {
    font-size: 1.8em;
  }
  .sumikae-flow-summary-content > p:first-of-type {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .sumikae-flow-options-wrapper {
    flex-direction: column; /* スマホでは縦積み */
    gap: 20px;
    margin-bottom: 30px;
  }
  .sumikae-flow-summary .flow-option {
    padding: 25px;
    flex-basis: 100%; /* 縦積みの際に幅いっぱい */
  }
  .sumikae-flow-summary .flow-option h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
  .sumikae-flow-summary .flow-option p {
    margin-bottom: 20px;
  }
  .sumikae-flow-summary .btn {
    width: 100%; /* スマホではボタン幅をいっぱいに */
    box-sizing: border-box;
    padding: 14px 20px;
    font-size: 1.05em;
  }
  .sumikae-flow-summary .flow-conclusion {
    font-size: 1em;
    margin-top: 10px;
  }
}

/* --- お問い合わせ・ご相談セクション --- */
.contact-section {
  padding: 60px 0;
  background-color: #fdfaf6; /* 薄い暖色系背景 */
  font-family: sans-serif; /* サイト全体のフォントに合わせてください */
  border-top: 1px solid #e0d8cc;
}

.contact-section-inner {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact-section h2 { /* セクションタイトル */
  font-size: 1.8em;
  color: #ffffff;
  background-color: #522216; /* 濃いブラウン背景 */
  padding: 18px 25px;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 5px;
  font-weight: bold;
}

.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /* 各エリア間の隙間 */
  justify-content: center;
}

.external-link-area,
.line-link-area {
  flex: 1 1 420px;
  min-width: 300px;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.external-link-area h3,
.line-link-area h3 {
  font-size: 1.6em;
  color: #b08d57; /* メインのゴールド系 */
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.external-link-area p,
.line-link-area p {
  font-size: 1em;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 25px;
  flex-grow: 1;
}

/* --- ボタン共通スタイル --- */
.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: auto;
  padding: 12px 20px;
  min-width: 220px;
  border: 2px solid transparent;
  font-size: 1.1em; /* ボタンのフォントサイズを少し大きく */
}

/* アイコン共通スタイル */
.contact-button .btn-icon {
  width: 24px; /* アイコンの幅 */
  height: 24px; /* アイコンの高さ */
  margin-right: 10px; /* アイコンとテキストの間隔 */
  vertical-align: middle;
}

/* プライマリボタン (外部サイトへのリンク用) */
.btn-primary.contact-button {
  background-color: #b08d57; /* ゴールド系 */
  color: #ffffff;
  border-color: #b08d57;
}

.btn-primary.contact-button:hover {
  background-color: #9c7b4c; /* 少し濃いゴールド */
  border-color: #9c7b4c;
}

/* オリジナルLINEボタンのスタイル */
.line-button.contact-button {
  background-color: #00B900; /* LINEグリーン */
  color: #ffffff;
  border-color: #00B900;
}

.line-button.contact-button:hover {
  background-color: #009c00; /* 少し濃いLINEグリーン */
  border-color: #009c00;
}

.line-link-area .line-qr-code {
  display: block;
  max-width: 180px;
  margin: 25px auto 0 auto;
  border: 1px solid #e0e0e0;
}

/* --- レスポンシブ対応 (画面幅約768px以下) --- */
@media (max-width: 768px) {
  .contact-section {
    padding: 40px 0;
  }
  .contact-section h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .contact-methods {
    flex-direction: column;
    gap: 25px;
  }
  .external-link-area,
  .line-link-area {
    padding: 25px;
    flex-basis: 100%;
  }
  .external-link-area h3,
  .line-link-area h3 {
    font-size: 1.4em;
  }
  .contact-button {
    padding: 14px 20px;
    width: 90%;
    max-width: 300px;
    box-sizing: border-box;
    font-size: 1.05em;
  }
  .contact-button .btn-icon { /* スマホでのアイコンサイズ調整（必要であれば） */
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}

/* --- トップページ用「家の買い替え、資金が足りない時の解決策」セクション --- */

.sumikae-funding-summary {
  padding: 60px 20px; /* セクションの上下左右の余白 */
  background-color: #fdfaf6; /* 薄い暖色系背景 */
  text-align: center; /* 中のインライン要素、ブロックレベル要素(margin autoと併用)を中央揃え */
  font-family: sans-serif; /* サイト全体のフォントに合わせてください */
  border-top: 1px solid #e0d8cc;
  border-bottom: 1px solid #e0d8cc;
}

.sumikae-funding-summary h2 {
  font-size: 2.2em;
  color: #4a3b34; /* 濃いブラウン */
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.3;
  /* text-align: center; は親要素から継承されます */
}

.sumikae-funding-summary p {
  font-size: 1.1em;
  line-height: 1.9;
  color: #333333;
  max-width: 990px;   /* ★ 段落の最大幅を990pxに設定 */
  margin-left: auto;   /* ★ 中央揃え */
  margin-right: auto;  /* ★ 中央揃え */
  margin-bottom: 20px;
  /* text-align: center; は親要素から継承されます。
     もし段落内のテキストを左揃えにしたい場合は text-align: left; を指定してください。 */
}

.sumikae-funding-summary p:last-of-type {
  margin-bottom: 30px;
}

.sumikae-funding-summary strong {
  color: #b08d57; /* メインのゴールド系 */
  font-weight: bold;
}

.sumikae-funding-summary .btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 1.15em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  min-width: 300px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  /* text-align: center; は親要素から継承されます */
}

.sumikae-funding-summary .btn-primary {
  background-color: #b08d57; /* メインのゴールド系 */
  color: #ffffff;
  border-color: #b08d57;
}

.sumikae-funding-summary .btn-primary:hover {
  background-color: #9c7b4c; /* 少し濃いゴールド */
  border-color: #9c7b4c;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* --- レスポンシブ対応 (画面幅768px以下) --- */
@media (max-width: 768px) {
  .sumikae-funding-summary {
    padding: 40px 15px; /* スマホでは左右のpaddingを少し狭く */
  }
  .sumikae-funding-summary h2 {
    font-size: 1.8em;
  }
  .sumikae-funding-summary p {
    font-size: 1em;
    /* max-width: 990px; はそのまま。スマホでは画面幅が優先されるので、
       990pxより狭ければ画面幅いっぱいに近くなります（左右paddingを除く） */
  }
  .sumikae-funding-summary .btn {
    padding: 14px 25px;
    font-size: 1.05em;
    width: 90%; /* ボタンの幅を調整 */
    max-width: 320px; /* ボタンの最大幅 */
    box-sizing: border-box;
  }
}

/* --- フッターウィジェット内の運営会社情報スタイル (company-info) --- */

.company-info {
  color: #f0f0f0; /* 明るい文字色 (白に近いグレーなど、背景色に合わせて調整) */
  font-family: sans-serif; /* サイト全体のフォントに合わせてください */
  line-height: 1.7;
  font-size: 0.9em; /* 基本のフォントサイズ */
  font-weight: 500; /* ★文字の太さを少し太く (normalは400、boldは700) */
}

.company-info p {
  margin-bottom: 10px;
}

.company-info p:last-child {
  margin-bottom: 0;
}

.company-info strong {
  font-weight: 700; /* strongタグはより太く（boldと同じ） */
  /* color: #e0e0e0; */
}

/* 運営会社名リンクのスタイル */
.company-info a {
  color: inherit; /* ★親要素の文字色を継承 (フッターの他の文字と同じ色に) */
  text-decoration: underline; /* リンクであることを示すために下線を追加 (任意) */
}

.company-info a:hover {
  /* color: #ffffff; */ /* ホバー時の色を変える場合 (任意) */
  text-decoration: none; /* ホバー時に下線を消す場合 (任意) */
}


/* --- レスポンシブ対応 (画面幅約768px以下) --- */
@media (max-width: 768px) {
  .company-info {
    font-size: 0.85em;
    text-align: center;
  }
}