@charset "utf-8";
/*
Theme Name:EORIH GALLERY
Theme URI:
Description:キャプチャー機能付きギャラリーテーマ
Author:Eorih, Inc.
Author URI:https://eorih.jp/
Version:1.4.1
*/

/* --------------------------------------------------------------------------------
 web fonts
-------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/NotoSansJP-Bold-min.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/NotoSansJP-Regular-min.woff') format('woff');
}
@font-face {
  font-family: 'Sawarabi Mincho';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/sawarabi-mincho-medium-min.woff') format('woff');
}
@font-face {
  font-family: 'mediaico';
  src:  url('fonts/mediaico.eot?9op2yr');
  src:  url('fonts/mediaico.eot?9op2yr#iefix') format('embedded-opentype'),
    url('fonts/mediaico.ttf?9op2yr') format('truetype'),
    url('fonts/mediaico.woff?9op2yr') format('woff'),
    url('fonts/mediaico.svg?9op2yr#mediaico') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="medico-"], [class*=" medico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mediaico' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.medico-line-kai:before {
  content: "\e900";
  
}
.fal {
  font-family: "Font Awesome 5 Pro";
}

/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
audio, canvas, video { display:inline-block; max-width:100%; }
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
ul, ol { list-style:none; }
blockquote , q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }
a:focus { outline:none; }
ins { text-decoration:none; }
mark { font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse: collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
img { -ms-interpolation-mode:bicubic; }

/* clearfix */
.clearfix:after { content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfix { display:inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix { display: block;}
/* end MacIE5 */




/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body { font-family:Arial,sans-serif; color:#333; line-height:1; width:100%; }
a { color:#333; text-decoration:none; }
a, a:before, a:after, input {
  -webkit-transition-property:background-color, color, border-color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  -moz-transition-property:background-color, color, border-color; -moz-transition-duration:0.2s; -moz-transition-timing-function:ease;
  -o-transition-property:background-color, color, border-color; -o-transition-duration:0.2s; -o-transition-timing-function:ease;
  transition-property:background-color, color, border-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; }
#main_col {
  width:1170px; min-width:1170px; margin:50px auto 100px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#left_col { width:820px; float:left; }
#side_col { width:300px; float:right; /*margin:0 0 50px 0;*/ }
.layout2 #left_col { float:right; }
.layout2 #side_col { float:left; }
.no_side_content #left_col { width:auto; float:none; }




/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */
.homeH1 {
  position: absolute;
  top: 10px;
  left: 20px;
  font-weight: normal;
  font-size: 13px;
}
@media screen and (max-width: 750px){
  .homeH1 {
    top: 100%;
    left: 0px;
    padding: 5px 20px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
  }
}

/* スライダー -------------------------------------------------------- */
#header_slider { width:100%; height:500px; min-width:1260px; overflow:hidden; position:relative; }
.slider_main { width:100%; height:500px; position:relative; }
.slider_main .swiper-slide { width:100%; height:500px; overflow:hidden; position:relative; -webkit-transform:perspective(0); }
.slider_main .item { position:absolute; width:100%; height:100%; left:0; top:0; -webkit-transform:perspective(0); }
.slider_main .image { display:none; }
.slider_main .caption_area { position:absolute; bottom:0; width:100%; height:60px; background:rgba(0,0,0,0.6); z-index:5; }
.slider_main .caption { height:60px; margin:0 50px; overflow:hidden; }
.slider_main .caption .title { font-size:16px; line-height:60px; font-weight:700; -ms-word-wrap: break-word; word-wrap: break-word; position:relative; color:#fff; }
.slider_main .caption .title a { display:block; color:#fff; }
.slider_main .caption .title a:after {
  font-family:'Font Awesome 5 Pro'; content:'\f105'; color:#fff; font-size:24px;
  width:60px; height:60px; line-height:58px; text-align:center; background:#d80c49; display:block; position:absolute; top:0; right:0px; font-weight: 200;
}
.slider_main .caption .title a:hover:after { background:#000 !important; }


/* 矢印のナビゲーション */
.header_slider_button_next, .header_slider_button_prev {
  width:30px; height:50px; position:absolute; opacity:0; cursor:pointer; z-index:9999;
  top:50%; margin-top:-15px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.header_slider_button_next:before, .header_slider_button_prev:before {
  font-family:'Font Awesome 5 Pro'; color:#fff; font-size:50px; font-weight:bold; display:block; position:absolute; font-weight: 200;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
.header_slider_button_prev:before { content:'\f104'; }
.header_slider_button_next:before { content:'\f105'; }
.header_slider_button_prev { left:-50px; }
.header_slider_button_next { right:-50px; }
#header_slider:hover .header_slider_button_prev { left:15px; opacity:1; }
#header_slider:hover .header_slider_button_next { right:15px; opacity:1; }


/* スライダーのキャッチコピー内にあるタイトルのアニメーション */
#header_slider .caption .title { opacity:0; }
#header_slider .swiper-slide-active .caption .title { -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s; animation: opacityAnimation 1.0s ease forwards 1.0s; }
#header_slider .first_active .caption .title { -webkit-animation: opacityAnimation 1.0s ease forwards 1.5s !important; animation: opacityAnimation 1.0s ease forwards 1.5s !important; }


/* アニメーション　透過 */
@-webkit-keyframes opacityAnimation {
  0% { }
  100% { opacity: 1; }
}
@keyframes opacityAnimation {
  0% { }
  100% { opacity: 1; }
}

/* アニメーション　下から上へ */
@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}


/* 検索フォーム */
#header_search {
  position:absolute; top:0; right:50px; left:50px; margin:0 auto; z-index:2;
  top:50%; margin-top:-20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#header_search h3 { text-align:center; margin:0 0 28px 0; }
#header_search_form {
  background:rgba(255,255,255,0.3); padding:14px; width:478px; border-radius:5px; margin:0 auto;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_search form { width:450px; }
#header_search .header_search_input {
  background:#fff; border:none; padding:0 15px; height:50px; line-height:100%; width:400px; float:left;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_search .header_search_submit {
  border:none; background:#D80C49; text-indent:-300px; overflow:hidden; color:#fff; height:50px; line-height:50px; width:50px; cursor:pointer;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_search .header_search_submit:hover { background:#18323f; }
#header_search .header_search_submit_wrap { cursor:pointer; display:block; width:50px; height:50px; float:right; position:relative; }
#header_search .header_search_submit_wrap:before {
  content:'\e915'; position:absolute; right:0px; left:0px; top:0px; bottom:0px; margin:auto;
  font-family:'design_plus'; color:#fff; font-size:18px; width:18px; height:18px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* 動画 ---------------------------------------------------------------- */
#header_video { width:100%; position:relative; background:#000; }
#header_video .item, #header_video .overlay { display:block; width:100%; height:100%; z-index:2; position:absolute; left:0px; top:0px; }
#header_video video { display:block; }
#header_video.mobile { height:500px; }
#header_video.youtube_header_video { height:0; padding-bottom: 56.25%; }


/* 動画のキャプション ---------------------------------------------------------------- */
#header_video .caption {
  position:absolute; text-align:center; z-index:5; width:calc(100% * 1150 / 1280); max-width:1150px; margin:auto; left:0; right:0; top:50%;
  -webkit-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_video .caption .title { font-size:42px; line-height:1.4; }
#header_video .caption .desc { margin-top:20px; }
#header_video .caption .button {
  font-size:14px; text-decoration:none; padding:0 45px; height:45px; line-height:45px; display:inline-block; margin:25px 0 0 0; text-align:center;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

.mobile_device #header_video .caption .title, .mobile_device #header_video .caption .button {
  opacity:1;
}
.mobile_device #header_video .caption .title {
	-webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.mobile_device #header_video .caption .button {
	-webkit-transform: translateY(0%);
  transform: translateY(0%);
}



/* ----- ヘッダーコンテンツここまで -------------------------------------- */


/* ニュースティッカー */
#news_ticker_wrap { margin:0; border-bottom:1px solid #ddd; width:100%; height:60px; }
#news_ticker { height:60px; margin:0 50px; position:relative; overflow:hidden; }
#news_list { }
#news_list .item { position:relative; margin:0; height:60px; }
#news_list .date { font-size:14px; float:left; /*width:100px;*/ margin:0 20px 0 0; color:#d80c49; line-height:60px; }
#news_list .title { font-size:14px; width:-webkit-calc(100% - 250px); width:-moz-calc(100% - 250px); width:calc(100% - 250px); float:left; line-height:60px; }
#news_list .title a { display:block; }
#news_ticker .button a { position:absolute; right:0px; top:0px; padding:0 25px 0 0; display:block; height:60px; line-height:60px; font-size:14px; }
#news_ticker .button a:after { font-family:'Font Awesome 5 Pro'; content:'\f105'; color:#333; font-size:18px; display:block; position:absolute; top:-1px; right:0px; font-weight: 200; }


/* カスタム投稿一覧（アーカイブページでも利用） */
#cpt_list_wrap { width:100%; min-width:1260px; padding:50px 0 100px; position:relative; margin: 0 auto;}
body.single #cpt_list_wrap { padding-bottom:50px; }
#cpt_list {
  width:100%; margin:0 auto 20px; padding:0 50px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  max-width: 1290px;
}
#cpt_list .item {
  max-width: 400px;
  width: calc((100% - 90px) / 3);
  border: 1px solid #eee;
  margin:0 45px 30px 0;
  position: relative;
  float: left;
  opacity: 0;
  box-sizing: border-box;
}
#cpt_list .item:nth-child(3n) { margin-right:0; }
#cpt_list .title { font-size:14px; padding:0; margin:0; font-weight:700; -ms-word-wrap: break-word; word-wrap: break-word; border-bottom: 1px solid #ddd;}
#cpt_list .title a { display:block; height:50px; line-height:50px; background:#fff; padding:0 10px; text-align:center; white-space: nowrap; }
#cpt_list .title a:hover { background:#000; color:#fff; }
#cpt_list .pr_label { position:absolute; top:0; right:0; background:#000; color:#fff; font-size:11px; height:25px; line-height:25px; padding:0 10px;}
#cpt_list .image { width:100%; height:0px; padding-top:90%; display:block; overflow:hidden; position:relative; z-index:2; }
#cpt_list .image img { position: absolute; top: 0px; left: 0px; display:block; max-width: initial; width: 100% !important; height: 100% !important; object-fit: cover; object-position: top center; font-family: "object-fit: cover; object-position: top center;"; }
#cpt_list .data {
  width: 100%;
  height: 0px;
  padding-top: 90%;
  position: absolute;
  top:0px; left:0px;
  background:rgba(0,0,0,0.5);
  z-index:2;
  opacity: 0;
  transition-property: opacity;
  transition: 0.25s;
}
#cpt_list .item:hover .data { opacity:1; }
#cpt_list .data_inner {
  font-size:14px;
  color:#fff;
}
#cpt_list .data a { color:#fff; }
#cpt_list .data a:hover { color:#d80c49; }
#cpt_list .data .date {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px 0 0 20px;
}
#cpt_list .btnList {
  font-size: 0;
  position: absolute;
  bottom : 20px;
  right: 14px;
}
#cpt_list .btnList li { font-size:14px; display:inline; margin:0 6px; }
#cpt_list .btnList li a { background:#fff; width:45px; height:45px; line-height:45px; text-align:center; display:inline-block; border-radius:100%; position:relative; overflow:hidden; }
#cpt_list .btnList li a span { position:absolute; left:-200%; }
#cpt_list .btnList li a:hover { background:#d80c49; }
#cpt_list .btnList li a:after { font-family:'Font Awesome 5 Pro'; font-weight: 200; color:#333; font-size:19px; position:absolute; }
#cpt_list .btnList li.link1 a:after { content:'\f002'; left:13px; top:1px; }
#cpt_list .btnList li.link2 a:after { content:'\f08e'; left:15px; top:1px; font-size: 15px; }
#cpt_list .btnList li a:hover:after { color:#fff; }
#cpt_list .link_button li { float:left; width:50%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
#cpt_list .link_button li.link2 { border-left:1px solid #ddd; }
#cpt_list .link_button li a { display:block; width:100%; height:50px; line-height:50px; background:#fff; text-align:center; }
#cpt_list .link_button li.link1 a:hover { background:#000; color:#fff; }
#cpt_list .link_button li.link2 a:hover { background:#d80c49; color:#fff; }
#cpt_list .link_button.one_link li { width:100%; }
#cpt_list .category_block {
  background-color: #fff;
  padding: 13px 20px 15px;
  border-bottom: 1px solid #ddd;
}
#cpt_list .category_block a {
  display: inline-block;
  padding: 5px 10px 7px;
  background-color: #000;
  color: #fff;
  transition: opacity .25s;
  margin: 2px 3px 0px 0px;
  font-size: 13px;
  border-radius: 6px;
}
#cpt_list .category_block a:hover {
  opacity: 0.8;
}
@media screen and (min-width:1700px) {
  #cpt_list_wrap { min-width:1700px; max-width: 1980px; }
  #cpt_list { max-width: 1720px; }
  #cpt_list .item { width: calc((100% - 120px) / 4); margin-right: 40px; }
  #cpt_list .item:nth-child(3n) { margin-right: 40px; }
  #cpt_list .item:nth-child(4n) { margin-right:0px; }
}


/* アニメーション */
#cpt_list .item.active {
  -webkit-transform: translateY(50px); transform: translateY(50px);
  -webkit-animation: moveUp 0.65s ease forwards 0.7s; animation: moveUp 0.65s ease forwards 0.7s;
}
@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}




/* ----------------------------------------------------------------------
 アーカイブページ
---------------------------------------------------------------------- */
/* 見出し */
#page_header { text-align:center; margin:0 0 50px 0; }
.archive_headline { font-weight:bold; font-weight:700!important; color:#d80c49; font-size: 28px; }
#page_header .desc { margin:20px 0 0 0; line-height:1.6; }
#cpt_search_header .archive_headline { color:#333; }


/* 記事一覧 */
#blog_list { margin:0 0 30px 0; }
#blog_list .item { width:385px; margin:0 50px 50px 0; position:relative; float:left; }
#blog_list .item:nth-child(2n) { margin-right:0; }
#blog_list .image { width:100%; height:auto; display:block; overflow:hidden; position:relative; z-index:2; margin:0 0 13.6px 0; }
#blog_list .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none; }
#blog_list .title { font-size:16px; line-height:1.8; padding:0; margin:0; font-weight:700; -ms-word-wrap: break-word; word-wrap: break-word; }
#blog_list .title a { display:block; }
#blog_list .meta { margin:8.6px 0 0 0; font-size:12px; }
#blog_list .meta li { display:inline; color:#aaa; line-height:1.2; }
#blog_list .meta li:last-child { border-left:1px solid #ccc; margin:0 0 0 10px; padding:0 0 0 10px; }
#blog_list .meta li:only-child { border:none; margin:0; padding:0; }
#blog_list .meta li a { color:#aaa; }


/* ページング */
.home .page_navi { margin-top:20px; }
.page_navi ul { margin:0; font-size:0; text-align:center; }
.page_navi li { display:inline; margin:0 3px 3px 0; }
.page_navi a, .page_navi a:hover, .page_navi span { font-size:14px; padding:14px 16px; line-height:1; margin:0; background:#fff; border:1px solid #ddd; color:#333; display:inline-block; }
.page_navi a:hover { color:#fff; background:#444; }
.page_navi span.dots { background:none; color:#333; }
.page_navi span.current { color:#fff; background:#d80c49; }
.home .page_navi a, .home .page_navi a:hover, .home .page_navi span, .cpt .page_navi a, .cpt .page_navi a:hover, .cpt .page_navi span { border:1px solid #fff; }

.page_navi .next span, .page_navi .prev span { display:none; }
.page_navi .next:before, .page_navi .prev:before {
  font-family:'design_plus'; color:#333; 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; }




/* ----------------------------------------------------------------------
 カスタム投稿アーカイブページ
---------------------------------------------------------------------- */
#cpt_archive_bread_crumb { height:58px; border-bottom:1px solid #ddd; }
#cpt_archive_bread_crumb .taxonomy_name { float:left; height:59px; line-height:59px; background:#000; color:#fff; padding:0 50px; font-size:14px; font-weight:normal; }
#cpt_archive_bread_crumb .post_count { float:left; height:59px; line-height:59px; background:#18323f; color:#fff; padding:0 25px; font-size:12px; }
#cpt_archive_bread_crumb .term_name { float:left; height:58px; line-height:58px; padding:0 25px; font-size:16px; }




/* ----------------------------------------------------------------------
 カスタム投稿詳細ページ
---------------------------------------------------------------------- */
/* タイトル */
#cpt_single_title_area #post_title { color:#000; width:820px; float:left; clear:both; }
#cpt_single_url_button a { float:right; display:inline-block; border:1px solid #ddd; height:50px; line-height:50px; padding:0 60px 0 40px; position:relative; margin:-10px 0 0 0; }
#cpt_single_url_button a:after { font-family:'design_plus'; content:'\e92a'; color:#333; font-size:18px; display:block; position:absolute; top:-1px; right:35px; }
#cpt_single_url_button a:hover { color:#fff; }
#cpt_single_url_button a:hover:after { color:#fff; }


/* スライダー */
#cpt_slider_wrap { background:#eee; padding:10px 0 10px 10px; margin:0 0 50px 0; }
#cpt_slider { width:800px; height:550px; margin:0; position:relative; overflow:hidden; }
#cpt_slider .item { width:800px; height:550px; }
#cpt_slider_nav { width:800px; margin:10px 0 0 0; }
#cpt_slider_nav .item { width:152px; height:114px; margin:0 10px 0 0; cursor:pointer; }
#cpt_slider_nav .item:before {
  display:block; content:''; width:152px; height:114px; background:rgba(0,0,0,0.3); opacity:0;
  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
#cpt_slider_nav .item:hover:before { opacity:1; }


/* キャッチフレーズ・PR */
#single_pr_label { height:25px; line-height:25px; padding:0 15px; font-size:11px; background:#a3a3a3; color:#fff; display:inline-block; margin:0 0 10px 0; }
.cpt_single_catch { font-size:24px; line-height:1.6; font-weight:bold; font-weight:700; margin:0 0 33px 0; }


/* データリスト */
#cpt_data dl { margin:13px 0 20px 0; padding:0; border-top:1px solid #ddd; display:flex; display: -webkit-flex; flex-wrap:wrap;}
#cpt_data dt, #cpt_data dd {
  line-height:1.6; margin:0; padding:13.5px 15px; border:1px solid #ddd;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#cpt_data dt { background:#f5f5f5; border-top:none; border-right:none; width:200px; float:left; text-align:center; }
#cpt_data dd { border-top:none; float:left; width:-webkit-calc(100% - 200px); width:-moz-calc(100% - 200px); width:calc(100% - 200px); overflow-wrap: break-word; }
#cpt_data dd a:after { content:', '; }
#cpt_data dd a:last-child:after { display:none; }


/* 次の記事、前の記事 */
.cpt #single_share_bottom { margin-top:50px; }
.cpt #single_share_bottom .mb45 { margin-bottom:-5px !important; }
.cpt_prev_next_post { margin-top:50px !important; }




/* ----------------------------------------------------------------------
 お知らせのアーカイブページ
---------------------------------------------------------------------- */
#news_archive_list { margin:0 0 20px 0; }
#news_archive_list .item { margin:0; position:relative; }
#news_archive_list .image { width:170px; height:170px; display:block; overflow:hidden; position:relative; z-index:2; margin:0; float:left; }
#news_archive_list .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none; }
#news_archive_list .link {
  float:right; border:1px solid #ddd; border-left:none; border-bottom:none; display:block; color:#333; height:170px; position:relative;
  width:-webkit-calc(100% - 170px); width:-moz-calc(100% - 170px); width:calc(100% - 170px);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#news_archive_list .link_inner {
  padding:25px 55px;
  position:absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#news_archive_list .title { font-size:16px; line-height:1.6; padding:0; margin:0; font-weight:700; -ms-word-wrap: break-word; word-wrap: break-word; }
#news_archive_list .date { margin:10px 0 0 0; color:#aaa; font-size:12px; }
#news_archive_list .link:hover { background:#f5f5f5; }
#news_archive_list .no_image .link { float:none; width:100%; border-left:1px solid #ddd; }
#news_archive_list .item:last-child .link { border-bottom:1px solid #ddd; }




/* ----------------------------------------------------------------------
 お知らせの詳細ページ
---------------------------------------------------------------------- */
/* タイトル */
.single-news #post_title { color:#333; }


/* お知らせ一覧 */
#single_news_list { margin:40px 0 0 0; position:relative; }
#single_news_list h3 { font-size:14px; margin:0; font-weight:400; background:#d80c49; height:50px; line-height:50px; color:#fff; padding:0 20px; }
#single_news_list .item { background:#fff; border:1px solid #ddd; position:relative; margin:0 0 -1px 0; }
#single_news_list .item:first-child, #single_news_list .item:only-child { border-top:none; }
#single_news_list .item a { display:block; color:#333; padding:20px 20px; }
#single_news_list .item a:hover { background:#f7f7f7; }
#single_news_list .date { font-size:12px; float:right; text-align:right; width:80px; margin:0; color:#aaa; line-height:1.7; }
#single_news_list .title { font-size:14px; width:660px; float:left; line-height:1.5; -ms-word-wrap: break-word; word-wrap: break-word; }
#single_news_list .link { font-size:12px; position:absolute; right:20px; top:18px; color:#fff; padding:0 20px 0 0; }
#single_news_list .link:after { font-family:'design_plus'; content:'\e910'; color:#fff; font-size:12px; display:block; position:absolute; top:1px; right:0px; }




/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */
#article { }
#article .singleTime {
  display: block;
}
.post_content a:hover { text-decoration:underline; }


/* カテゴリー */
#post_meta_top { margin:-50px 0 40px; position:relative; }
#post_meta_top li { float:left; }
#post_meta_top .category { margin-right:-1px; z-index:2; position:relative; }
#post_meta_top .category a { font-size:12px; background:#333; color:#fff; display:inline-block; height:40px; line-height:40px; padding:0 35px; text-align:center; float:left; }
#post_meta_top .category a { }
#post_meta_top .category a:first-child, #post_meta_top .category a:only-child { display:block; }
#post_meta_top .date {
  font-size:12px; height:40px; line-height:40px; border:1px solid #ddd; border-top:none; padding:0 22px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#post_meta_top .date span { margin:0 10px 0 0; }


/* 記事タイトル */
#post_title { font-size:26px; line-height:1.6; font-weight:bold; font-weight:700; color:#000; margin:0 0 39px 0; }
body.page #post_title { text-align:center; margin-bottom:61.6px; }
.no_side_content #post_title { text-align:center; }


/*  記事本文*/
#article .post_content { }
.single #article .post_content { }


/* アイキャッチ画像*/
#post_image { padding:0; margin:20px 0 40px 0; position:relative; }
#post_image img { width:100%; height:auto; display:block; margin:0; z-index:1; }


/* SNSボタン */
#single_share_top { margin: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:46px !important; }


/* ページ分割 */
#post_pagination { margin:0 0 30px 0; clear:both; font-size:0; text-align:center; }
#post_pagination h5 { margin:0 0 10px 0; font-size:12px; }
#post_pagination a, #post_pagination p { font-size:12px; display:inline-block; background:#fff; margin:0 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; }


/* メタ情報 */
#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; }


/* 次の記事、前の記事 */
#previous_next_post { margin:0; }
#previous_next_post .prev_post, #previous_next_post .next_post { float:left; width:50%; }
#previous_next_post a { width:100%;
  display:block; border:1px solid #ddd; color:#333; font-size:14px; line-height:1.8; height:97px; color:#333; position:relative; display:table;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#previous_next_post .next_post a { margin-left:-1px; padding:0 60px 0 25px; }
#previous_next_post .prev_post a { padding:0 25px 0 60px; }
#previous_next_post a span { display:table-cell; vertical-align:middle; ; height:50px; overflow:hidden; -ms-word-wrap: break-word; word-wrap: break-word; }
#previous_next_post span.nav { display:none; }
#previous_next_post a:hover { background:#f7f7f7; color:#333; }
#previous_next_post .prev_post a:before {
  content:''; width:15px; height:20px;
  font-family:'design_plus'; color:#aaa; font-size:16px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e90f'; position:absolute; top:-6px; bottom:0px; left:20px; margin:auto; 
}
#previous_next_post .next_post a:before {
  content:''; width:15px; height:20px;
  font-family:'design_plus'; color:#aaa; font-size:16px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e910'; position:absolute; top:-6px; bottom:0px; right:20px; margin:auto;
}


/* 広告 */
#single_banner_top { margin:5px 0 30px; text-align:center; }
#single_banner_bottom { margin:50px 0 48px 0; text-align:center; }
#single_banner_shortcode { margin:0 0 30px 0; padding:10px 0 0 0; text-align:center; }

.single_banner_area .single_banner_left { display:inline-block; margin:0 10px 0 0; }
.single_banner_area .single_banner_right { display:inline-block; margin:0 0 0 10px; }
.single_banner_area img { max-width:100%; height:auto; display:block; }
.single_banner_area.one_banner .single_banner_left { float:none; margin:0 auto; }
.single_banner_area.one_banner img { margin:0 auto; }
#single_banner_bottom img { max-width:100%; height:auto; display:inline-block; }


/* 関連記事 */
#related_post { margin:90px 0 0 0; }
#related_post .headline { font-size:14px; margin:0 0 35px 0; font-weight:bold; font-weight:700; background:#d80c49; height:50px; line-height:50px; color:#fff; padding:0 20px; }
#related_post ol { margin:0; position:relative; font-size:0; }
#related_post li { width:250px; display:inline-block; vertical-align:top; margin:0 35px 35px 0; }
#related_post li:nth-child(3n) { margin-right:0; }
#related_post li:nth-last-child(1), #related_post li:nth-last-child(2), #related_post li:nth-last-child(3) { margin-bottom:0; }
#related_post .image { display:block; margin:0 0 12px 0; overflow:hidden; width:100%; height:160px; position:relative; z-index:2; }
#related_post .image img {
  display:block;
  -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none;
}
#related_post .title { font-size:14px; line-height:1.9; font-weight:400; -ms-word-wrap: break-word; word-wrap: break-word; }
#related_post .title a { display:block; }
#related_post .title a:hover { text-decoration:none; }
#related_post li a.image img, .styled_post_list1 .image img, .styled_post_list3 .image img, .widget_tab_post_list .image img, #cpt_list .image img, #blog_list .image img, #news_archive_list .image img, #footer_slider .image img, .page_post_list .image img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  transform-origin: center 30px;
}
#related_post li a.image:hover img, .styled_post_list1 .image:hover img, .styled_post_list3 .image:hover img, .widget_tab_post_list .image:hover img, #cpt_list .item:hover .image img, #blog_list .image:hover img, #news_archive_list .image:hover img, #footer_slider .image:hover img, .page_post_list .image:hover img {
  transform: scale(1.1);
}





/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
.page #main_col { margin-top:60px; }

/* プロフィールページ */
#profile_page_top { }
#profile_page_top .user_avatar { overflow:hidden; width:200px; height:200px; display:block; margin:0px auto 30px; border-radius:130px; }
#profile_page_top .user_avatar img { width:100%; height:auto; display:block; }
#profile_page_top .user_name { font-size:21px; margin:0 0 25px 0; text-align:center; font-weight:400; }
#profile_page_top .user_sns { text-align:center; margin-bottom:33px; padding:0; font-size:0; }
#profile_page_top li { display:inline-block; vertical-align:top; margin:0; padding:0; line-height:100%; font-size:11px; background:none; width:30px; }
#profile_page_top li a { position:relative; text-decoration:none; }
#profile_page_top li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#profile_page_top li a:before {
  font-family:'design_plus'; color:#333; font-size:12px; display:block; position:absolute; top:10px; left:-5px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#profile_page_top li.twitter_button a:before { content:"\e904"; }
#profile_page_top li.facebook_button a:before { content:"\e902"; }
#profile_page_top li.insta_button a:before { content:"\ea92"; top:10px; }
#profile_page_top li.pint_button a:before { content:"\e905"; }
#profile_page_top li.mail_button a:before { content:"\f0e0"; }
#profile_page_top li.twitter_button a:hover:before { color:#16b9dc; }
#profile_page_top li.facebook_button a:hover:before { color:#3B5998; }
#profile_page_top li.insta_button a:hover:before { color:#8a3ab9; }
#profile_page_top li.pint_button a:hover:before { color:#c92228; }
#profile_page_top li.mail_button a:hover:before { color:#16b9dc; }


/* 404ページ */
#header_image_for_404 { width:100%; max-width:1170px; margin:0 auto 20px; position:relative; overflow:hidden; }
#header_image_for_404 img { width:100%; height:auto; display:block; }
#header_image_for_404 .caption { margin:0; width:100%; padding:0 30px; line-height:1.5; text-align:center; color:#fff; position:absolute; top:50%; left:50%;
  -webkit-transform:translate(-50%, -50%); -mox-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); transform:translateY(-50%, -50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_image_for_404 .caption p + p {
	margin-top: 0.5em;
}


/* 広告 */
#page_banner { margin:50px 0; text-align:center; font-size:0; border:1px solid #ddd; }
#page_banner img { max-width:100%; height:auto; display:block; margin:0 auto; }
#page_banner .page_banner {
  width:50%; display:inline-block; padding:40px; text-align:center; font-size:14px;
  width:-webkit-calc(50% - 40px); width:-moz-calc(50% - 40px); width:calc(50% - 40px);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#page_banner .banner_left { margin:0; }
#page_banner .banner_right { margin:0; }
#page_banner.one_banner .banner_left, #page_banner.one_banner .banner_right { margin:0; }


/* 記事一覧 */
.page_post_list { overflow:hidden; }
.page_post_list .headline { margin:0 0 30px 0; font-weight:400; }
.page_post_list ol { position:relative; list-style-type:none;  margin:0 -20px -20px 0; padding:0; font-size:0; }
.page_post_list li {
  background:none; display:inline-block; vertical-align:top; position:relative;
  width:25%; margin:0 20px 20px 0; padding:0; 
  width:-webkit-calc(25% - 20px); width:-moz-calc(25% - 20px); width:calc(25% - 20px);
}
.page_post_list li:nth-child(4n) { margin-right:0px; }
.page_post_list .image_area { position:relative; width:100%; margin:0 0 15px 0; }
.page_post_list .image_area:before { content:""; display:block; padding-top:100%; }
.page_post_list .image_area:before { padding-top:100%; }
.page_post_list .image { display:block; overflow:hidden; position:absolute; top:0; bottom:0; left:0; right:0; z-index:2; }
.page_post_list .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none !important; }
.page_post_list .title { font-size:14px; margin:0; padding:0; display:block; font-weight:400; line-height:1.6; -ms-word-wrap: break-word; word-wrap: break-word; }
.page_post_list .title:hover { text-decoration:none; }
.page_post_list .category { display:inline-block; position:absolute; top:0px; left:0px; z-index:3; }
.page_post_list .category a { font-size:12px; background:#333; color:#fff; display:block; height:40px; line-height:40px; padding:0 22px; text-decoration:none; }
.page_post_list .category a:hover { background:#333 !important; color:#fff; }
.page_post_list .meta { margin:10px 0 0 0; padding:0; }
.page_post_list .meta li { display:inline; margin:0; padding:0; width:auto; line-height:1.5; color:#aaa; font-size:12px; }
.page_post_list .meta li:last-child { margin:0 0 0 10px; padding:0 0 0 10px; border-left:1px solid #ccc; }
.page_post_list .meta li:only-child { margin:0; padding:0; border:none; }
.page_post_list .meta a { color:#aaa; }


/* ページナビゲーション */
#previous_next_page { text-align:center; /*margin:0 0 70px 0;*/ font-size:0;}
#previous_next_page a {
  display:inline-block; vertical-align:top; font-size:14px; text-decoration:none; text-align:center; padding:0 25px; height:50px; line-height:50px; min-width:180px; background:#444444; color:#fff; position:relative; margin:0 5px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#previous_next_page a:after {
  font-family:'design_plus'; content:'\e910'; color:#fff; font-size:14px; display:block; position:absolute; top:1px; right:16px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#previous_next_page a.prev:after { content:'\e90f'; right:auto; left:16px; }




/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header {
  height:100px; width:100%; min-width:1260px; position:relative; z-index:20;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_inner { height:100px; width:1170px; margin:0 auto; position:relative; }


/* 固定ヘッダー */
@media screen and (min-width: 771px){
  .header_fix { padding-top:150px; }/* #header_inner height + #header margin bottom */
  .header_fix #header_top {
    position:fixed; top:0px; left:0px; z-index:200; border-bottom:1px solid #ddd; background:#fbfbfb; height:50px; width:100%;
    animation: slideDown 0.5s ease; -ms-animation: slideDown 0.5s ease; -webkit-animation: slideDown 0.5s ease; -moz-animation: slideDown 0.5s ease;
  }
  .header_fix.admin-bar #header_top {
    top: 32px;
  }
  .header_fix #header,.header_fix #header_inner { height:auto; }
  @-webkit-keyframes slideDown {
    0% { top:-50px; }
    100% { top:0px; }
  }
  @keyframes slideDown {
    0% { top:-50px; }
    100% { top:0px; }
  }
}

/* ロゴ */
#logo_text, #logo_image {
  display:inline; position:absolute; left:0; right:0; top:50%; text-align:center;
  -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);
}
#logo_image img {
  height: 40px;
 }
@media screen and (max-width: 750px){
  #logo_image img {
    height: 30px;
    width: auto;
  }
}
#logo_image img.pc_logo_image { display:block; margin:0 auto; }
#logo_image img.mobile_logo_image { display:none; }
#logo_text h1 { line-height:1; }
#tagline { margin:5px 0 0; height:1; font-size:14px; font-weight:normal; }
#logo_text a { text-decoration:none; }


/* グローバルメニュー */
#global_menu_wrap { width:100%; min-width:1260px; height:50px; background:#d80c49; position:relative; z-index:20; }
#global_menu_wrap nav { width:1170px; height:50px; text-align:center; margin:auto; font-size:0; }
#global_menu_wrap nav > ul { display:inline-block; height:50px; font-size:0; position:relative; vertical-align:top; }
#global_menu_wrap nav > ul > li { font-size:1%; position:relative; display:inline-block; }

#global_menu_wrap nav > ul > li > a {
  font-size:14px; text-decoration:none; height:50px; line-height:50px; display:block; padding:0 25px;
  background:#d80c49; margin:0; overflow:hidden;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#global_menu_wrap nav > ul > li.active > a { color:#fff !important; }
#global_menu_wrap nav a:hover { color:#fff !important; }

#global_menu_wrap nav ul ul { display:none; width:230px; position:absolute; top:50px; left:0px; margin:0; padding:0; }
#global_menu_wrap nav ul ul ul { left:100%; top:0; margin:0; border:none; }
#global_menu_wrap nav ul ul li { line-height:1.5; padding:0; margin:0; text-align:left; position:relative; display:block; }
#global_menu_wrap nav ul ul a { font-size:14px; background:#f2f2f2; color:#fff; display:block; border:none; position:relative; padding:14px 20px; height:auto; line-height:1.6; margin:0; text-align:left; box-shadow:none; }
#global_menu_wrap nav ul ul a:hover { text-decoration:none; border:none; }

#global_menu_wrap nav ul ul li.menu-item-has-children > a:before { margin:0; display:block; top:23px; right:10px; position:absolute; content:""; width:0; height:0; border-style:solid; border-width:4px 0px 4px 4px; border-color:transparent transparent transparent #aaa; }
#global_menu_wrap nav ul ul li.menu-item-has-children > a:hover:before { border-color:transparent transparent transparent #fff; }
.header_fix #header #global_menu_wrap nav { bottom:-1px; }
#menu_button { display:none; }
@media screen and (min-width: 800px){
  #global_menu_sp { display: none; }
}

/* メガメニュー */
#slide_menu { display:block; width:100%; min-width:1170px; background:#222; position:absolute; top:150px; z-index:20; }
.admin-bar #slide_menu {top:182px;}
#slide_menu .menu_wrap { width:100%; display:none; }
#slide_menu .menu_wrap ul { width:1170px; margin:0 auto; }

#slide_menu a { color:#fff; display:block; height:50px; line-height:50px; padding:0 0 0 20px; }
#slide_menu a span.count {
  float:right; display:inline-block; background:#18323f; min-width:40px; height:40px; line-height:40px; font-size:12px; text-align:center; margin:5px 5px 0 0; padding:0 12px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#slide_menu ul { overflow:hidden; border-bottom:1px solid #000; } 
#slide_menu li {
  float:left; width:20%; border:1px solid #000; margin:0 -1px -1px 0;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#slide_menu a:hover  { background:#d80c49; }
.header_fix #slide_menu { top:50px; }


/* SNSボタン */
#header_social_link { position:absolute; right:0px; top:33px; }
body.home #header_social_link, body.cpt_archive #header_social_link { right:40px; }
.social_link li { float:left; margin:0; position:relative; }
.social_link li a {
  display:block; overflow:hidden; width:33px; height:33px; line-height:33px; text-align:center; position:relative;
  -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; 
}
.header_fix #header #header_social_link { display:none; }


/* パンくずリンク */
#bread_crumb { width:100%; min-width:1170px; height:40px; border-bottom:1px solid #ddd; }
#under_bread_crumb { width:100%; min-width:1170px; height:40px; border-bottom:1px solid #ddd; }
@media screen and (max-width: 770px){
  #under_bread_crumb {
    min-width: 1px;
    height: auto;
  }
}
#bread_crumb .bread_crumb_inner { margin:0 auto; max-width:1170px; padding:14px 0 0 0; font-size: 12px;}
#under_bread_crumb h1 { margin:0 auto; max-width:1170px; padding:14px 0 0 0; font-size: 12px;font-weight: normal;}
@media screen and (max-width: 770px){
  #bread_crumb .bread_crumb_inner {
    padding: 10px;
  }
  #under_bread_crumb h1 {
    padding: 10px;
  }
}
#bread_crumb li.home { padding:0; }
#bread_crumb li.home a {
  float:left; height:15px; width:13px; line-height:15px; display:block; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#bread_crumb li.home a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#bread_crumb li.home a:before {
  font-family:'design_plus'; color:#333; font-size:14px; display:block; position:absolute; top:0px; left:0px; width:17px; height:17px; line-height:17px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home:after { display:none; }
#bread_crumb li.home a:before { content:'\e90c'; }
#bread_crumb li.home a:hover:before { color:#000; }
#bread_crumb li { font-size:12px; display:inline; padding:0 15px 0 0; margin:0 0 0 15px; line-height:1.6; position:relative; }
#bread_crumb li:after {
  font-family:'design_plus'; content:'\e910'; color:#333; font-size:9px; height:9px; display:block; position:absolute; left:-20px; top:0px; bottom:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li a { color:#333; }




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* ブログボタン */
.footer_blog_button { display:inline-block; font-size:14px; background:#d80c49; color:#fff !important; height:50px; line-height:50px; padding:0 65px 0 40px; float:right; position:relative; z-index:10; box-sizing:border-box; min-width:180px; text-align:center; }
.footer_blog_button:after { font-family:'design_plus'; content:'\e910'; color:#fff; font-size:12px; display:block; position:absolute; top:1px; right:40px; }
.footer_blog_button:hover { background:#000; }
.home .footer_blog_button, .cpt .footer_blog_button { margin-top:-50px; }


/* 固定コンテンツ */
#fixed_footer_content {
  position:fixed; bottom:0; left:0; width:100%; height:120px; color:#fff; padding:40px; z-index:9999; 
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
#fixed_footer_content.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
#fixed_footer_content a { color:#fff; text-decoration:none; }
#fixed_footer_content .content_left {
  position:absolute; left:40px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  width:-webkit-calc(100% - 530px); width:-moz-calc(100% - 530px); width:calc(100% - 530px);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .has_image .content_left { width:-webkit-calc(100% - 840px); width:-moz-calc(100% - 840px); width:calc(100% - 840px); }
#fixed_footer_content .button {
  position:absolute; right:55px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  min-width:300px; height:55px; line-height:55px; text-align:center; display:inline-block; padding:0 40px 0 10px; font-size:16px;
}
#fixed_footer_content .button:after {
  font-family:'design_plus'; content:'\e910'; color:#fff; font-size:14px; display:block; position:absolute; top:1px; right:16px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#fixed_footer_content .image {
  position:absolute; right:55px; max-width:728px;
  top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#fixed_footer_content .image img { width:100%; max-width:100%; height:auto; display:block; }
#fixed_footer_content .close {
  position:absolute; right:5px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  display:block; width:40px; height:40px; border-radius:100%;
}
#fixed_footer_content span { display:none; }
#fixed_footer_content .close:before {
  font-family:'design_plus'; color:#fff; font-size:20px; display:block;
  content:'\e91a'; position:absolute; top:10px; left:10px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#fixed_footer_content .close:hover { background:rgba(255,255,255,0.1); }
#fixed_footer_content .catch { font-size:21px; margin:0; line-height:1.5; }
#fixed_footer_content .desc { font-size:14px; margin:5px 0 0 0; line-height:2; }
#fixed_footer_content .pr { background:#fff; color:#333; display:inline; font-size:12px; margin:5px 15px 0 0; padding:0 12px; border-radius:2px; height:20px; line-height:20px; float:left; }
#fixed_footer_content .pr1 { display:none; }

#fixed_footer_content .free {
  width:100%; padding-right:100px; position:absolute; left:40px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .post_content p { font-size:14px; margin:0; line-height:1.6; }


/* スライダー */
#footer_slider_wrap { width:100%; min-width:1260px; padding:20px 0; background:#222; overflow:hidden; }
#footer_slider { width:1170px; margin:0 auto; position:relative; }
#footer_slider .item {
  margin: 0 10px 0 0;
  position: relative;
  width: 290px;
  overflow: hidden;
}
#footer_slider .info {
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 1.6;
  font-size:14px;
  color:#fff;
  word-wrap: break-word;
}
#footer_slider .image {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62.4%;
  margin-top: 5px;
  margin-bottom: 3px;
}
#footer_slider .image img {
  position: absolute;
  top: 0px;
  left: 0px;

}
#footer_slider .cats {
  padding: 0px;
}
#footer_slider .cats a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px;
  border: 2px solid #fff;
  border-radius: 6px;
  margin-top: 4px;
}
#footer_slider .cats a:hover {
  opacity: 0.8;
}
#footer_slider .title {
  margin: 1em 0;
  text-decoration:none;
  color:#fff;
  display: block;
  height: 3em;
  font-size: 17px;
  line-height: 1.3;
}
#footer_slider .title span {
  display: block;
  padding: 0;
  overflow: hidden;
}
.footer_slider_time {
  font-size: 14px;
}


/* スライダーの矢印 */
#footer_slider .slick-arrow {
  width:30px; height:50px; position:absolute; opacity:0; overflow:hidden; cursor:pointer; background:none !important;
  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
#footer_slider .slick-arrow span { text-indent:-200px; display:block; }
#footer_slider .slick-arrow:before {
  font-family:'Font Awesome 5 Pro'; color:#fff; font-size:50px; font-weight:bold; display:block; position:absolute; font-weight: 200;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
#footer_slider .slick-prev:before { content:'\f104'; }
#footer_slider .slick-next:before { content:'\f105'; }
#footer_slider .slick-prev { top:50%; margin-top: -25px; left:-100px; }
#footer_slider .slick-next { top:50%; margin-top: -25px; right:-100px; }
#footer_slider_wrap:hover .slick-prev { left:-50px; opacity:1; }
#footer_slider_wrap:hover .slick-next { right:-50px; opacity:1; }


/* フッターウィジェット */
#footer_top { width:100%; min-width:1260px; background:#fff; }
#footer_top_inner { width:1170px; padding:50px 0px 20px; margin:0 auto; overflow:hidden; }
#footer_center_widget {
  width: 100%;
  display: flex;
}
.footer_navi {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 30px;
  font-size: 11px;
  position: relative;
}
.footer_navi:last-child {
  margin-right: 0;
}
@media screen and (max-width: 770px){
  .footer_navi {
    width: 100%;
  }
}
.menu_headline {
  font-size: 16px;
  margin-bottom: 15px;
}
.footer_headline {
  font-size: 14px;
  padding: 0 0 7px 0;
  margin: 0 0 12px 0;
}
.footer_widget ul {
  margin: 0;
  font-size: 12px;
}
.footer_widget li ul {
  margin: 10px 0 0 0;
}
.footer_widget li {
  line-height: 170%;
  margin: 0 0 6px 0;
  padding: 0 0 0 9px;
}
.footer_widget li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 16px;
  line-height: 16px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}
.footer_widget .sub-menu li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  background: none;
  display: inline;
}
#footer_top .side_widget { margin:0 0 30px 0; }
.footer_headline { font-size:16px; margin:0 0 30px 0; display:none; }


/* 紹介文 */
#footer_middle {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 770px){
  #footer_middle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer_info {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 770px){
  #footer_info {
    width: auto;
  }
}
@media screen and (max-width: 750px){
  #footer_info {
    flex-direction: column;
  }
}
.footer_logo { margin:0 0 30px 0; }
.footer_logo img {
  height: 40px;
}
@media screen and (max-width: 750px){
  .footer_logo img {
    height: 30px;
  }
}
#footer_info .info { margin:0 0 20px 0; }
#footer_info .info p { line-height:2.0; font-size:14px; }
#footer_social_link { position:relative; }


/* フッター下部 */
#footer_bottom {
  width:100%; min-width:1260px; height:60px; line-height:60px; border-top: 1px solid #ddd; text-align:center; background:#fff;
}


/* コピーライト */
#copyright { font-size:12px; line-height:59px; }


/* ページ上部へ戻るボタン */
#return_top {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 100;
}
#return_top a {
  display: block;
  height: 60px;
  width: 60px;
  text-decoration: none;
  z-index: 100;
  position: relative;
}
#return_top a:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  transform: rotate(-45deg);
  transform-origin: right;
  position: absolute;
  right: 50%;
  top: 20px;
}
#return_top a:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
  transform-origin: left;
  position: absolute;
  left: 50%;
  top: 20px;
}



/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
/* 基本設定 */
.side_widget { margin:0 0 50px 0; font-size:12px; position:relative; }
.side_widget:last-child, .side_widget:only-child  { margin:0; }
.side_headline { font-size:14px; margin:0 0 20px 0; padding:0 20px; font-weight:400; color:#fff; background:#d80c49; height:50px; line-height:50px; }
.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%; }


/* 広告 */
.ml_ad_widget { margin:0 0 50px 0; border:none; padding:0; background:none; }
.ml_ad_widget img { height:auto; max-width:100%; margin:0 auto; display:block; }


/* カレンダー */
.widget_calendar { }
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { color:#333; padding:2px; line-height:3.4; text-align:center; }
#wp-calendar td a { display:block; margin:0; padding:0; text-decoration:none; color:#333; background-color:#eee; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; background:#ccc; }
#wp-calendar caption { padding:7px 0; }
#wp-calendar thead th, #wp-calendar tfoot td { border:none; padding:0; line-height:2; }
#wp-calendar #prev, #wp-calendar #next { line-height:3; }
#wp-calendar #prev a, #wp-calendar #next a { text-decoration:none; background:none; color:#333; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color:#fff; background:#ccc; }
#wp-calendar td#today { font-weight:bold; }


/* デザインされた記事一覧１ */
.styled_post_list1_widget { }
.styled_post_list1 { margin:-6px 0 0; padding:0; }
.styled_post_list1 li { margin:0 0 20px 0; padding:0; background:none; }
.styled_post_list1 li:last-child { border:none; padding:0; margin:0; }
.styled_post_list1 .image { float:left; display:block; margin:6px 20px 0 0; overflow:hidden; width:80px; height:80px; position:relative; z-index:2; }
.styled_post_list1 .image img {
  display:block;
  -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none;
}
.styled_post_list1 .info { }
.styled_post_list1 .title { font-size:14px; margin:0; padding:0; display:block; font-weight:400; line-height:1.9; color:#000; -ms-word-wrap: break-word; word-wrap: break-word; }
.styled_post_list1 .title:hover { text-decoration:none; }
.styled_post_list1 .date { margin:10px 0 0 0; position:relative; display:block; line-height:1; color:#aaa; }


/* デザインされた記事一覧２ */
.styled_post_list2_widget .side_headline { margin:0px; }
.styled_post_list2 li { position:relative; background:none; padding:0; margin:0 0 -1px 0; line-height:1.6; }
.styled_post_list2 li a { font-size:14px; position:relative; display:block; border:1px solid #ddd; padding:15px 40px 15px 20px; background:#fff; -ms-word-wrap: break-word; word-wrap: break-word; }
.styled_post_list2 > li:first-child > a { border-top:none; }
.styled_post_list2 li a:after {
  font-family:'Font Awesome 5 Pro'; content:'\f105'; color:#aaa; font-size:14px; display:block; position:absolute; right:15px; font-weight: 200;
  top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* デザインされた記事一覧３ */
.styled_post_list3 li { position:relative; background:none; padding:0; margin:0 0 20px 0; }
.styled_post_list3 li:last-child, .styled_post_list3 li:only-child { margin:0; }
.styled_post_list3 .image { display:block; margin:0 0 12px 0; overflow:hidden; width:100%; height:auto; position:relative; z-index:2; }
.styled_post_list3 .image img {
  display:block;
  -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none;
}
.styled_post_list3 .title { font-weight:700; font-size:14px; line-height:1.6; display:block; text-decoration:none; -ms-word-wrap: break-word; word-wrap: break-word; }
.styled_post_list3 .meta ul { margin:2px 0 0 0; padding:0; }
.styled_post_list3 .meta li { display:inline; margin:0; padding:0; width:auto; line-height:1.5; color:#aaa; font-size:12px; }
.styled_post_list3 .meta li:first-child { border-right:1px solid #ccc; margin:0 10px 0 0; padding:0 10px 0 0; }
.styled_post_list3 .meta li:only-child { border:none; margin:0; padding:0; }
.styled_post_list3 .meta li a { color:#aaa; }


/* お知らせ一覧 */
.tcd_news_list_widget .side_headline { margin:0; }
.tcd_news_list_widget .title { font-size:14px; }
.tcd_news_list_widget .date { color:#aaa; display:block; }


/* カスタムメニュー */
.tcdw_menu_widget .menu1, .tcdw_menu_widget .menu2 { width:50%; float:left; }
.tcdw_menu_widget .menu_headline { margin:0 0 15px 0; font-size:16px; }
.tcdw_menu_widget li:last-child { margin-bottom:0; }


/* タブ記事 */
.widget_tab_post_list_button a {
  color:#333; display:inline-block; padding:15px 0; width:50%; text-align:center; border:1px solid #ddd; float:left; margin-bottom:-1px; font-size:14px; position:relative; text-decoration:none;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.widget_tab_post_list_button a.tab1 { border-right:0; }
.widget_tab_post_list_button a.active { background:#fff; border-bottom:1px solid #fff; }
.widget_tab_post_list { border:1px solid #ddd; font-size:0; padding:20px 0 0 20px; }
.widget_tab_post_list li {
  font-size:12px; width:50%; display:inline-block; vertical-align:top; margin:0 20px 15px 0;
  width:-webkit-calc(50% - 20px); width:-moz-calc(50% - 20px); width:calc(50% - 20px);
}
.widget_tab_post_list2 { display:none; }
.tab_post_list_widget .date { color:#aaa; }
.tab_post_list_widget .title { display:block; font-size:14px; line-height:1.6; -ms-word-wrap: break-word; word-wrap: break-word; }
.tab_post_list_widget .image { width:100%; height:auto; display:block; overflow:hidden; position:relative; z-index:2; margin:0 0 10px 0; }
.tab_post_list_widget .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none; }


/* プロフィール */
.tcd_user_profile_widget { border:1px solid #ddd; padding:40px 30px 30px; }
.tcd_user_profile_widget .user_avatar { overflow:hidden; width:130px; height:130px; display:block; margin:0px auto 30px; border-radius:130px; }
.tcd_user_profile_widget .user_avatar img { width:100%; height:auto; display:block; }
.tcd_user_profile_widget .user_desc { font-size:14px; line-height:2.0; margin:0 0 30px 0; }
.tcd_user_profile_widget .button { text-align:center; margin:0 0 30px 0;  }
.tcd_user_profile_widget .button a {
  display:inline-block; height:45px; line-height:45px; min-width:160px; padding:0 25px; background:#222; color:#fff; font-size:14px; text-decoration:none;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.tcd_user_profile_widget .user_sns { text-align:center; margin:0; padding:0; font-size:0; }
.tcd_user_profile_widget li { display:inline-block; vertical-align:top; margin:0; padding:0; line-height:100%; font-size:11px; background:none; width:30px; }
.tcd_user_profile_widget li a { position:relative; text-decoration:none; }
.tcd_user_profile_widget li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
.tcd_user_profile_widget li a:before {
  font-family:'design_plus'; color:#333; font-size:12px; display:block; position:absolute; top:10px; left:-5px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.tcd_user_profile_widget li.twitter_button a:before { content:"\e904"; }
.tcd_user_profile_widget li.facebook_button a:before { content:"\e902"; }
.tcd_user_profile_widget li.insta_button a:before { content:"\ea92"; top:10px; }
.tcd_user_profile_widget li.pint_button a:before { content:"\e905"; }
.tcd_user_profile_widget li.mail_button a:before { content:"\f0e0"; }
.tcd_user_profile_widget li.twitter_button a:hover:before { color:#16b9dc; }
.tcd_user_profile_widget li.facebook_button a:hover:before { color:#3B5998; }
.tcd_user_profile_widget li.insta_button a:hover:before { color:#8a3ab9; }
.tcd_user_profile_widget li.pint_button a:hover:before { color:#c92228; }
.tcd_user_profile_widget li.mail_button a:hover:before { color:#16b9dc; }


/* ドロップダウンカテゴリーメニュー */
.tcdw_category_list_widget .side_headline { margin:0px; }
.tcd_category_list { margin:0; padding:0; }
.tcd_category_list li { margin:0; padding:0; background:none; position:relative; }
.tcd_category_list a {
  display:block; padding:0 5px 0 15px; height:50px; line-height:50px; overflow:hidden; border:1px solid #ddd; margin:-1px 0 0 0; font-size:14px; text-decoration:none; background:#fff; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.tcd_category_list > li:first-child > a { border-top:none; }
.tcd_category_list a:hover { background:#f5f5f5; color:#333; }
.tcd_category_list li a .count:before {
  content: " （";
}
.tcd_category_list li a .count:after {
  content: "）";
}

.tcd_category_list ul {
  display:none; margin:0 !important; padding:0 !important; background:none;
  z-index:9; position:relative;
}
.tcd_category_list ul ul { width:100%; position:relative;}
.tcd_category_list ul li { margin:0; padding:0; }
.tcd_category_list ul li a {  }
.tcd_category_list ul ul li a { }
.tcd_category_list ul ul ul li a { }
.tcd_category_list ul ul ul ul li a { }
/* カスタム投稿カテゴリー */
.tcdw_taxonomy_list_widget .side_headline { margin:0; }
/*.tcdw_taxonomy_list_widget .tcd_category_list > li:first-child > a { border-top:1px solid #ddd; }*/


/* カスタムメニュー（ドロップダウンver）*/
.tcdw_custom_drop_menu_widget .side_headline { margin:0px; }
.tcdw_custom_drop_menu { margin:0; padding:0; }
.tcdw_custom_drop_menu li { margin:0; padding:0; background:none; position:relative; }
.tcdw_custom_drop_menu a {
  display:block; padding:0 15px; height:55px; line-height:55px; overflow:hidden; border:1px solid #ddd; margin:-1px 0 0 0; font-size:12px; text-decoration:none; background:#fff; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.tcdw_custom_drop_menu li:first-child > a { border-top:none; }
.tcdw_custom_drop_menu a:after {
  font-family:'design_plus'; content:'\e910'; color:#aaa; font-size:12px; display:block; position:absolute; top:2px; right:15px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.tcdw_custom_drop_menu a:hover { background:#014760; color:#fff; }
.tcdw_custom_drop_menu a:hover:after { color:#fff; }
.tcdw_custom_drop_menu > li.parent_menu.active > a:after { content:'\e911'; }

.tcdw_custom_drop_menu li ul {
  display:none; margin:0 !important; padding:0 !important; background:none;
  z-index:9; position:relative;
}
.tcdw_custom_drop_menu li ul ul { width:100%; position:relative;}
.tcdw_custom_drop_menu li ul li { margin:0; padding:0; }
.tcdw_custom_drop_menu li ul li a { height:auto; line-height:1.5; padding:18px 25px; background:#f6f6f6; }
.tcdw_custom_drop_menu li ul li a:after { display:none; }
.tcdw_custom_drop_menu li ul ul li a { background:#ddd; }
.tcdw_custom_drop_menu li ul ul ul li a { background:#ccc; }
.tcdw_custom_drop_menu li ul ul ul ul li a { background:#bbb; }


/* 検索 */
.widget_search label { display:none; }
.widget_search #search-box, .widget_search #s, .side_widget.google_search #s {
  margin:0; background:#eee; padding:0 10px; box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2) inset; border:none; width:calc(100% - 40px); height:40px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.widget_search #searchsubmit, .side_widget.google_search #searchsubmit {
  border:none; width:40px; height:40px; background:#aaa; cursor:pointer;
  font-size:18px; color:#fff; position:absolute; font-family: "Font Awesome 5 Pro"!important; text-align:center; margin:0; padding:0; 
}
.widget_search #searchsubmit:hover, .side_widget.google_search #searchsubmit:hover { background:#fbfbfb; }
.widget_search label.searchsubmit_wrap { cursor:pointer; display:block; width:40px; height:40px; float:right; position:relative; }
.widget_search label.searchsubmit_wrap:before {
  content:'\e915'; position:absolute; right:0px; left:0px; top:0px; bottom:0px; margin:auto;
  font-family:'design_plus'; color:#fff; font-size:16px; width:16px; height:16px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* アーカイブ、カテゴリードロップダウンメニュー */
.widget_archive, .widget_categories, .tcdw_archive_list_widget { }
.widget_archive { }
.widget_archive ul  { margin:0; padding:0; }
.widget_archive ul li { }
.widget_archive select, .widget_categories select, .tcd_archive_dropdown select { border:1px solid #ddd; padding:12px 10px; width:100%; margin:0; font-size:14px; }
.widget_archive select { border:1px solid #ddd; padding:12px; }
.widget_archive label, .widget_categories label { display:none; }
.widget_archive select option, .widget_categories select option, .tcd_archive_dropdown option { background:#fff; color:#333; }
.widget_categories li { font-size:14px; }

/* Import from VOGUE */
.p-widget-dropdown__title { background: #fff; box-sizing: border-box; border: 1px solid #ddd; height: 50px; line-height: 50px; padding: 0 18px; position: relative; font-size:14px; }
.p-widget-dropdown__title::after { content: "\f107"; font-family: "Font Awesome 5 Pro"; position: absolute; right: 17px; font-weight: 200;}
.p-widget-dropdown__list { display: none; }
.p-widget-list { margin-bottom: 0; }
.p-widget-list li { list-style: none; font-size: 14px; border: 1px solid #ddd; border-top: 0; background: #fff; font-size: 14px; line-height: 1.5; }
.p-widget-list li a { display: block; padding: 14px 18px; }
.p-widget-list li a:hover { background: #f6f6f6; }
.p-widget-list__item-date { color: #999; display: block; font-size: 12px; }
@media screen and (max-width: 767px) { 
  .p-widget-list__item a { padding: 12px 24px; } 
  .p-widget-dropdown__title { font-size: 14px; } 
}
/* サイドバーのスタイルの影響を受けるため、追記*/
.p-widget-list li { padding:0; margin:0; }


/* デフォルトの最近の記事 */
.widget_recent_entries li { border-bottom:1px dotted #ccc; padding:0 0 15px 0; }
.widget_recent_entries li:last-child { border:none; padding:0; }




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments { font-size:12px; margin:0; }
#comment_headline { font-size:16px; margin:43px 0 20px; }
#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:first-child { margin-right:-1px; z-index:2; }
#comment_header ul li a, #comment_header ul li p { font-size:11px; padding:15px 15px; line-height:1.6; display:block; color:#333; text-decoration:none; border:1px solid #ccc; }
#comment_header ul li a:hover { color:#fff !important; background:#333; }
#comment_header ul li.comment_switch_active a, #comment_header #comment_closed p { color:#fff; position:relative; background:#333; }
#comment_header ul li.comment_switch_active a:after, #comment_header #comment_closed p:after { position:absolute; bottom:-17px; left:195px; content:""; width:0; height:0; border-width:10px; border-style:solid; border-color:#333 transparent transparent transparent; }


/*  コメントの基本部分 */
.commentlist { list-style-type:none; margin:0; padding:0; }
.comment { border:1px solid #ccc; color:#777; margin:0 0 15px; padding:15px 20px 0; background:#fff; }
#comments .post_content { margin:20px 0 0; padding:0; background:none; }
.admin-comment { }


/* コメントの情報部分 */
.comment-meta { position:relative; margin:0 0 10px 0; }

.comment-meta-left { float:left; width:400px; }
#comments .avatar { float:left; margin:0 10px 0 0; background:#fff; width:40px; height:40px; }
.comment-name-date { padding:3px 0 0 0; height:37px; }

a.admin-url { text-decoration:underline; }
a.guest-url { text-decoration:underline; }

.comment-name-date { margin:0; }
.comment-date { font-size:11px; color:#757676; margin:10px 0 0 0; }

.comment-act { background:url(img/common/arrow3.gif) no-repeat left; font-size:11px; position:absolute; right:0px; padding:0 0 0 10px; margin:5px 0 0 0; }
.comment-act li { display:inline; margin:0; }
.comment-reply a, .comment-reply a:visited { border-right:1px solid #aaa; padding:0 10px 0 0; margin:0 6px 0 0; }
.comment-edit a, .comment-edit a:visited { border-left:1px solid #aaa; padding:0 0 0 10px; margin:0 0 0 6px; }


/* コメント本文 */
#comments .post_content p { margin:0 0 15px 0; }
#comments .post_content blockquote span { margin:0 0 -1em 0; display:block; }


/* メッセージ、警告文 */
.comment-note { display:block; font-size:11px; margin:0 0 1em 0; color:#33a8e5; border:1px solid #94ddd4; padding:10px 15px; background:#d6f4f0; }
.comment_closed { border:1px solid #ccc; text-align:center; margin:0 35px 15px 0; padding:15px; background:#fefefe; }
.no_comment { padding-bottom:15px; }


/* トラックバック */
.trackback_time { font-size:11px; color:#757676; margin:0 0 7px 0px; }
.trackback_title { margin:2px 0 8px 0; margin:0 0 10px 0px; line-height:1.6; }

#trackback_url_area { margin:0; }
#trackback_url_area label { display:block; margin:0 0 10px 0; font-size:11px; }
#trackback_url_area input { border:1px solid #ccc; background:#fafafa; padding:10px; width:100%; font-size:11px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }


/* ページナビ */
#comment_pager { margin:0 0 10px; height:24px; }
#comment_pager a, #comment_pager span { display:inline; float:left; margin:0 10px 0 0; }
#comment_pager .current { text-decoration:underline; }


/* コメントフォーム */
.comment_form_wrapper { border:1px solid #ccc; margin:0 0 0px; padding:15px; background:#fff; }
.comment .comment_form_wrapper { margin:0 0 20px; }

#cancel_comment_reply  { background:url(img/common/arrow3.gif) no-repeat left center; margin:0 0 1em 0; padding:0 0 0 10px; }

#comment_user_login p { padding:0 0 0 1px; margin:0; line-height:1; }
#comment_user_login span { margin:0 0 0 40px; }

#comment_login { margin:0; padding:3px 30px 10px 30px; }
#comment_login p { margin:0; padding:12px 0 11px 36px; line-height:1; }
#comment_login a { margin:0 0 0 20px; padding:0 0 0 20px; background:url(img/common/arrow3.gif) no-repeat 10px 3px; }

#guest_info { padding:0; width:100%; }
#guest_info div { margin:0 0 12px 0; text-align:left; }
#guest_info input { margin:0; padding:5px 0; border:1px solid #ccc; width:100%; background:#fff; color:#777; }
#guest_info input:focus { border:1px solid #e48898; }
#guest_info label { display:block; margin:0 0 5px 0; padding:0 0 0 0; font-size:11px; color:#888;}
#guest_info span { color:#666; margin:0 10px 0 0; }

#comment_textarea textarea { margin:15px 0 0; width:100%; height:150px; border:1px solid #ccc;
                             background:#fff; color:#777; font-size:11px; overflow:auto; }
#comment_textarea textarea:focus { border:1px solid #e48898; }

#submit_comment_wrapper { text-align:center; }
#submit_comment { 
  background:#aaa; border:none; cursor:pointer; color:#fff; font-size:14px; width:200px; height:50px; margin:15px auto 0; display:block;
  -webkit-transition: background-color 200ms ease-in-out; -moz-transition: background-color 200ms ease-in-out; -o-transition: background-color 200ms ease-in-out; -ms-transition: background-color 200ms ease-in-out; transition: background-color 200ms ease-in-out;
}
#submit_comment:hover { background:#e48898; }

#input_hidden_field { display:none; }


/* パスワード保護 */
.password_protected { text-align:center; margin:0 38px 30px; padding:10px 20px; color:#fff; background:#3db4b2; border-radius:5px; }
.password_protected p { font-size:12px; margin:0; line-height:1.6; }




/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
.post_content p {
  line-height: 2;
  margin: 0 0 2em 0;
}
.post_content a {
  text-decoration: underline;
  color: blue;
}
/* headline */
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
  clear: both;
  line-height: 1.2;
  font-weight: 600;
  margin: 20px 0 32px 0;
}
.post_content h1 {
  font-size: 200%;
  border-bottom: 2px solid red;
  border-top: 2px solid red;
  padding: 10px 0;
}
.post_content h2 {
  font-size: 180%;
  border-bottom: 2px solid red;
  border-top: 2px solid red;
  padding: 10px 0;
}
.post_content h3 {
  font-size: 145%;
  padding-bottom: 3px;
  border-bottom: solid 2px red;
}
.post_content h4 {
  font-size: 130%;
  border-left: 3px solid red;
  padding-left: 6px;
}
.post_content h5 {
  font-size: 110%;
  background-color: red;
  line-height: 2;
  padding-left: 5px;
}
.post_content h6 {
  font-size: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid red;
}
/* image */
.post_content img {
  height: auto;
  max-width: 100%;
}
.post_content img.centered, div.centered {
  display: block;
  margin: 15px auto;
}
.post_content img.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto;
}
.post_content img.alignright, div.alignright {
  margin: 10px 0 30px 30px;
  display: inline;
}
.post_content img.alignleft, div.alignleft {
  margin: 10px 30px 30px 0;
  display: inline;
}
.post_content .wp-caption {
  background: #fff;
  border: 1px solid #ccc;
  max-width: 96%;
  padding: 14px 3px 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.post_content .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.post_content .wp-caption .wp-caption-text {
  padding: 10px 0 0;
}
/* table */
.post_content table {
  margin: 0 0 24px 0;
}
.post_content td, .post_content th {
  border: 1px solid #ccc;
  padding: 10px 15px 7px;
  line-height: 2;
}
.post_content th {
  background: #f2f2f2;
  font-weight: normal;
}
.post_content td {
  background-color: #fff;
}
/* block quote */
.post_content blockquote {
  margin: 0 0 24px 0;
  padding: 27px 30px 1px;
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  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: #999;
}
.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: #999;
}
/* list */
.post_content li, .post_content dt, .post_content dd {
  line-height: 2;
}
.post_content ul, .post_content ol, .post_content dl {
  margin-bottom: 24px;
}
.post_content ol {
  counter-reset: number;
  list-style-type: none;
  margin-left: 0px;
}
.post_content ul li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 5px;
  z-index: 2;
}
.post_content ul li ul {
  margin-bottom: 1em;
}
.post_content ul:not(.check) li {
  margin-left: 1.3em;
}
.post_content ul:not(.check) > li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -1.3em;
  top: 0px;
}
.post_content ul:not(.check) > li li:before {
  content: "・";
  position: absolute;
  left: -1.3em;
  top: 0px;
}

.post_content ul.toc_list li:before,
.post_content .mw_wp_form ul li:before {
  display: none;
}
.post_content .mw_wp_form ul,
.post_content .mw_wp_form ul li {
  margin-left: 0px;
}
.post_content ul:not(.check) li .under_marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.post_content ul:not(.check).toc_list li .under_marker,
.post_content .center .under_marker{
  background: none;
}
.post_content ul.check li {
  margin-left: 1.3em;
}
.post_content ul.check > li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -1.3em;
  top: 0px;
}
.post_content ul.check > li li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -1.3em;
  top: 0px;
}
.post_content ol > li {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 2em;
  position: relative;
}
.post_content ol > li li {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 1.6em;
  position: relative;
}
.post_content ol > li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #5c9ee7;
  color: #fff;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  width: 25px;
  line-height: 25px;
  text-align:center;
}
.post_content ol > li li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  font-weight:bold;
  font-size: 15px;
  top: 0px;
  left: 0px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  background: none !important;
  color: #5c9ee7;
}
.post_content li > ul, .post li > ol {
  margin-bottom: 0;
}
.post_content dt {
  font-weight: bold;
}
.post_content dd {
  margin-bottom: 1em;
}
/* captions */
.post_content .wp-caption {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.post_content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 2;
  margin: 9px auto;
}
.post_content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
/* etc */
.post_content pre {
  margin: 0 0 24px 0;
  line-height: 1.5;
  background: #f2f2f2;
  padding: 15px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}


/* gallery */
.gallery { margin-bottom:20px; }
.gallery a img { border: 0 !important; }
.gallery-item { float:left; margin:0 4px 4px 0; overflow:hidden; position:relative; }
.gallery-columns-1 .gallery-item { max-width:100%; }
.gallery-columns-2 .gallery-item { max-width:48%; max-width:-webkit-calc(50% - 4px); max-width:calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width:32%; max-width:-webkit-calc(33.3% - 4px); max-width:calc(33.3% - 4px); }
.gallery-columns-4 .gallery-item { max-width:23%; max-width:-webkit-calc(25% - 4px); max-width:calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width:19%; max-width:-webkit-calc(20% - 4px); max-width:calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width:15%; max-width:-webkit-calc(16.7% - 4px); max-width:calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item { max-width:13%; max-width:-webkit-calc(14.28% - 4px);	max-width:calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item { max-width:11%; max-width:-webkit-calc(12.5% - 4px); max-width:calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width:-webkit-calc(11.1% - 4px); max-width:calc(11.1% - 4px); }
.gallery-columns-10 .gallery-item { max-width: 7%; max-width:-webkit-calc(9.4% - 0px); max-width:calc(9.4% - 0px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) { margin-right:0; }
.gallery-caption { background-color:rgba(0, 0, 0, 0.7);	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; color:#fff; font-size:12px; line-height:1.5; margin:0; max-height:50%; opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%; }
.gallery-caption:before { content: ""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption { display: none; }


/* etc */
.post_content .wp-smiley { border:0; margin-bottom:0; margin-top:0; padding:0; }
.post_content address { margin:0 0 24px 0; line-height:2.2; }
.post_content pre { border-left:5px solid #7fc120; font-size:12px; margin:0 0 27px 0; line-height:25px; background:url(image/pre.gif) repeat left top; padding:0 17px; overflow:auto; }
.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; }

/* Post Next Prev */
.nextPrevBlock {
  margin-bottom: 20px;
}
.nextPrevBlock * {
  box-sizing: border-box;
}
.nextPrev {
  display: flex;
}
.nextPrev > div {
  width: 50%;
}
@media screen and (min-width: 641px){
  .nextPrev .left,
  .nextPrev .right {
    align-self: stretch;
  }
}
@media screen and (max-width: 640px){
  /*.nextPrev .inner {
    flex-direction: column;
  }*/
}
.nextPrev .left .inner {
  border: 1px solid #ddd;
  padding: 5px;
  padding-left: 40px;
  position: relative;
  display: flex;
  margin-bottom: 15px;
  height: 90px;
  background-color: #fff;
}
.nextPrev .left .inner:after {
  position: absolute;
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  color: #222;
}
.nextPrev .right .inner{
  border: 1px solid #ddd;
  padding: 5px;
  padding-right: 40px;
  position: relative;
  display: flex;
  margin-bottom: 15px;
  margin-left: -1px;
  height: 90px;
  background-color: #fff;
}
.nextPrev .right .inner:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  right: 5px;
  top: 50%;
  margin-top: -15px;
  color: #222;
}
.nextPrev .thumb {
  align-self: center;
}
.nextPrev .thumb img {
  vertical-align: bottom;
}
.nextPrev .title {
  align-self: center;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 10px;
}
@media screen and (max-width: 640px){
  .nextPrev .title {
    padding-left: 0px;
    max-height: 3.6em;
    overflow: hidden;
    align-self: center;
  }
  .nextPrev .thumb {
    display: none;
  }
  .nextPrev .left .inner,
  .nextPrev .right .inner {
    height: 4.5em;
  }
}
.nextPrev a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

/* Post Author */
.authorArea {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  line-height: 1.5;
}
.authorArea__thumb {
  padding: 10px;
}
.authorArea__thumb__inner {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.authorArea__thumb img {
  width: 100%;
  height: auto;
}
.authorArea__thumb a:hover img {
  opacity: 0.8;
}

.authorArea__thumb a:hover p {
  color: inherit;
}
.authorArea__info {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 0;
}
@media screen and (max-width: 750px){
  .authorArea__info {
    height: auto;
  }
}
.authorArea__desc {
  color: #828282;
  font-size: 12px;
  margin-bottom: 5px;
}
.authorArea__job {
  font-size: 12px;
  margin-bottom: 0;
}
.authorArea__name {
  font-size: 14px;
  margin-bottom: 0;
}

.ss_monitor_image {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px){
  .ss_monitor_image {
    margin-bottom: 40px;
    display: block;
  }
}
/*
.ss_monitor_pc {
  background: url(image/img_pc.png) no-repeat center top;
  background-size: contain;
  width: 426px;
  height: 315px;
  padding-top: 14px;
}
.ss_monitor_pc_inner {
  width: 400px;
  height: 228px;
  margin: 0 auto;
}
@media screen and (max-width: 770px){
  .ss_monitor_pc {
    width: calc(100vw - 40px);
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .ss_monitor_pc_inner {
    width: 94%;
    height: calc((100vw - 40px)*0.56);
    margin: 0 auto;
  }
  .ss_monitor_pc_inner img {
    width: 100%;
  }
}
.ss_monitor_sp {
  background: url(image/img_sp.png) no-repeat center top;
  background-size: contain;
  width: 168px;
  height: 315px;
  padding-top: 14px;
  padding-left: 2px;
}
.ss_monitor_sp_inner {
  width: 140px;
  height: 276px;
  margin: 0 auto;
}
.ss_monitor_sp_inner img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 770px){
  .ss_monitor_sp {
    width: auto;
  }
}
*/
.ss_monitor_pc {
  margin-right: 30px;
  max-width: 400px;
}
.ss_monitor_sp {
  max-width: 320px;
}
.ss_monitor_pc img,
.ss_monitor_sp img {
  max-width: 100%;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}
.ss_monitor_pc a img {
  transition: .2s;
}
.ss_monitor_pc a:hover img {
  opacity: 0.8;
}
.ss_monitor__icon {
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  background-color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px){
  .ss_monitor_pc {
    margin-right: 0px;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .ss_monitor_sp {
    max-width: 100%;
  }
}

.catPostList {
  margin-bottom: 30px;
}
.postListChild {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
}
.postListChild:after {
  display: none !important;
}
.postListChild .thumb {
  margin-right: 10px;
  position: relative;
  /*background-color: #000;*/
}
.postListChild .thumb img {
  transition: transform .4s ease-in-out;
  vertical-align: bottom;
}
.postListChild .thumb a {
  display: block;
  overflow: hidden;
}
.postListChild .thumb a:hover img {
  transform: scale(1.1);

}
.postListChild .colorCat {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 120px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  color: #fff;
  background-color: #222;
  text-align: center;
}
.postListChild .info p {
  margin-bottom: 0px;
}
.postListChild .info .catListTitle {
  line-height: 1.5;
  margin-bottom: 10px;
}
.postListChild .catListTitle a {
  font-size: 18px;
  font-weight: bold;
}
.postListChild .catListDesc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.postListChild .singleCatList {
  margin-bottom: 5px;
}
@media screen and (max-width: 750px){
  .postListChild {
    flex-direction: column;
  }
  .postListChild .thumb {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.singleCatList li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
}
.singleCatList li a {
  color: #fff;
  text-decoration: none;
  padding: 3px 8px;
  display: block;
  background-color: #222;
}
.singleCatList li a:hover {
  opacity: 0.8;
  color: #fff;
}

.pageNation {
	text-align: center;
	margin: 0 auto;
}
.pageNation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pageNation ul {
    margin: 0;
}
.pageNation li {
	font-size: 13px;
	margin-right: 6px;
	display: inline-block;
	color: #008131;
	text-align: center;
	background-color: #faf7f1;
	border: 1px solid #D4CBB6;
  border-radius: 4px;
  line-height: 1.5;
}
.pageNation li.active {
	padding: 4px 12px;
	color: #fff;
	background-color: #1877ff;
}
.pageNation li a {
	display: block;
	padding: 4px 12px;
  text-decoration: none;
}
.pageNation li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #1877ff;
}

/* sitemap */
.post_content .sitemap__h1 {
  margin-top: 20px;
}
.post_content .sitemap__h1 a {
  color: inherit;
  text-decoration: none;
}
.post_content .sitemap__h2 {
  color: #000;
  background: none;
  padding: 0px;
  margin-left: 0;
  margin-right: 0;
  border-style: none;
}
.post_content .sitemap__h2 a {
  color: inherit;
  text-decoration: none;
}
.post_content .sitemap__h3 {
  background: none;
  padding: 0px;
}
.post_content .sitemap__h3 a {
  color: inherit;
  text-decoration: none;
}
.sitemap__row {
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 60px;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px){
  .sitemap__row {
    display: flex;
    flex-wrap: wrap;
  }
  .sitemap__column {
    box-sizing: border-box;
    width: 33.33%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 768px){
  .post_content .sitemap__h3 {
    margin-left: 0;
    margin-right: 0;
  }
}
@charset "UTF-8";


/* ----------------------- Custom Style -------------------------- */

.post_content .post_row { margin-left:-15px; margin-right:-15px; line-height:2; }
.post_content .post_col, .post_content .post_col-2, .post_content .post_col-3 { position:relative; min-height:1px; width:100%; padding-right:15px; padding-left:15px; float:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin-bottom:2em; }
@media screen and (min-width:768px){
	.post_content .post_col-2 { width:50%;}
	.post_content .post_col-3 { width:33.33333%; }
}
@media screen and (min-width:1024px){
	.post_content .post_col-2 { width:50%;}
	.post_content .post_col-3 { width:33.33333%; }
}
.post_content .post_row:before, .post_content .post_row:after { content: " "; display: table; }
.post_content .post_row:after { clear: both; }

.post_content .style3a, .post_content .style3b, .post_content .style4a, .post_content .style4b, .post_content .style5a, .post_content .style5b, .post_content .style6 { line-height:1.6; } 
/* h3 */
.post_content .style3a { margin:3em 0 1.5em; padding:1.1em .2em 1em; font-size:22px; font-weight:400; border-top:1px solid #222; border-bottom:1px solid #222; }
.post_content .style3b { margin:3em 0 1.5em; padding:1.1em .9em 1em; font-size:22px; font-weight:400; border-top:2px solid #222; border-bottom:1px solid #ddd; background:#fafafa; box-shadow:0px 1px 2px #f7f7f7; }
/* h4 */
.post_content .style4a { margin:2.5em 2px 1.2em; padding:.3em 0 .3em .8em; font-size:18px; font-weight:400; border-bottom:none; border-left:2px solid #222; }
.post_content .style4b { margin:2.5em 0 1.2em; padding:.9em 0 .8em; font-size:18px; font-weight:400; border-bottom:1px dotted #aaa; }
/* h5 */
.post_content .style5a { margin:2em 0 1em; padding:.5em .8em .3em 1em; font-weight:700; font-size:18px; background:#f5f5f5; box-shadow:0px 2px 0px 0px #f2f2f2; }
.post_content .style5b { margin:2em 0 1em; padding:.5em .8em .4em 1em; font-weight:400; font-size:18px; color:#fff; background:#222; border-radius:4px; box-shadow:0px 2px 0px 0px #f2f2f2; }
/* h6 */
.post_content .style6 { position:relative; margin:2em 0 1em; padding:.5em .8em .8em 1.3em; color:#222; font-weight:bold; font-size:16px; }
.post_content .style6:before { position:absolute; width:12px; height:12px; top:.5em; left:.2em; background:#222; content:""; }
.post_content .news_headline1{ position:relative; margin:80px 0 25px 0; padding:.5em; border-left:8px solid #444; line-height:1.2; font-size:1.2em; }
.post_content .news_headline1:after { content:""; position:absolute; bottom:0px; left:0; height:0; width:100%; border-bottom:1px dotted #ddd; }
.post_content .news_headline2{ margin:40px 0 20px 0; padding:0 .5em; border-left:6px solid #545454; line-height:26px; font-size:1.1em;}
.post_content .balloon { clear:both; display:block; position:relative; margin:50px 0 22px; padding:.5em 18px .5em; width:auto; min-width:115px; color:#fff; text-align:left; font-size:20px; font-weight:400; background:#222; z-index:0; border-bottom:0; }
.post_content .balloon:after { content:""; position:absolute; bottom:-10px; left:30px; margin-left:-10px; display:block; width:0px; height:0px; border-style:solid; border-width:10px 10px 0 10px; border-color:#222 transparent transparent transparent; }

.well { min-height:20px; padding:19px; margin-bottom:20px; background-color:#f5f5f5; border:1px solid #e3e3e3; border-radius:4px; -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05); box-shadow:inset 0 1px 1px rgba(0,0,0,0.05); }
.well2 { margin:1em 0 30px; padding:1em 1.5em; line-height:2; border:1px solid #cdcdcd; background:#fcfcfc; box-shadow: 0 1px 3px 0 rgba(195,195,195,0.3); }
.well3 { margin:2em 0 2.5em; padding:1em 1.5em;line-height:2.0; border:1px dashed #cdcdcd; background:#fcfcfc;  box-shadow: 0 1px 3px 0 rgba(195,195,195,0.3); }
.wl_red { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
.wl_yellow { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }
.wl_blue { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }
.wl_green { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; }

.q_button { min-width:200px; max-width:90%; background-color:#535353; display:inline-block; vertical-align:middle; padding:.6em 1.3em .5em; font-weight:400; font-size:100%; color:#fff !important; margin:0; text-decoration:none; text-align:center; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; transition:all 0.3s ease-in-out 0s; box-shadow:0 1px 3px rgba(0,0,0,.15); }
.q_button:hover, .q_button:focus { text-decoration:none !important; color:#fff; background-color:#7d7d7d; box-shadow:0 2px 2px rgba(0,0,0,.15) inset; }
/* Button option */
.rounded { border-radius:6px; }
.pill { border-radius:50px; }
.sz_full { min-width:100px; max-width:100%; display:block; font-size:110%; padding:1em 1.5em .9em; }
.sz_l { min-width:350px; max-width:90%; font-size:110%; padding:.8em 1.5em .7em; }
@media screen and (max-width: 479px) {
  .sz_l { min-width:320px; max-width:95%; }
}
.sz_s { min-width:100px; max-width:90%; font-size:85%; padding:.4em 1em .3em; }
.bt_red{ background:#c01f0e; color:#fff; }
.bt_red:hover, .bt_red:focus { background-color:#d33929; color:#fff; }
.bt_yellow{ background:#f1c40f; color:#fff; }
.bt_yellow:hover, .bt_yellow:focus { background-color:#f9d441; color:#fff; }
.bt_blue{ background:#2980b9; color:#fff; }
.bt_blue:hover, .bt_blue:focus { background-color:#3a91c9; color:#fff; }
.bt_green{ background:#27ae60; color:#fff; }
.bt_green:hover, .bt_green:focus { background-color:#39c574; color:#fff; }
/* Style for orion  */
.bt_orion { background:#ccc; color:#fff; text-decoration:none; display:inline-block; margin:0; padding:0 30px; max-width:300px; height:50px; line-height:50px; text-align:center; font-size:14px; }
.bt_orion:hover { text-decoration:none; color:#fff; }
.bt_orion:after {
  font-family:'design_plus'; content:'\e910'; font-size:17px; color:#fff; display:inline-block; padding-left:10px; position:relative; top:2px; 
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

.ytube { position:relative; height:0; margin-top:20px; margin-bottom:20px; padding-bottom:56.25%; padding-top:30px; overflow:hidden; }
.ytube iframe { position:absolute; top:0; right:0; width:100% !important; height:100% !important; }

.rps_table { line-height:2.0; }
@media only screen and (max-width:480px) {
  .rps_table tr { display:block; margin-bottom:1.5em; }
  .rps_table th, .rps_table td{ display:list-item; list-style-type:none; border:none; }
}

.cardlink { padding:12px 12px 12px 12px; margin:10px 0; border:1px solid #ddd; word-wrap:break-word; max-width:100%; background:#fafafa; }
.cardlink_thumbnail { float:left; margin-right:20px; }
.cardlink_content { line-height:1.6; }
.cardlink .timestamp { display:inline; margin:0; padding:0; vertical-align:top; color:#666; line-height:1.6; font-size:12px; }
.cardlink .timestamp:before {
  font-family:'design_plus'; content:'\e94e';
  font-size:12px; color:#222; display:block; float:left; margin:0 8px 0 0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.cardlink_title { font-size:16px; margin:0 0 5px; }
.cardlink_title a { font-weight:bold; color:#000; text-decoration:none; }
.cardlink_title a:hover { text-decoration:underline; }
.cardlink_excerpt { color:#333; font-size:13px; overflow:hidden; line-height:1.8; }
.cardlink_footer { clear:both; }
.clear { clear:both; }
@media screen and (max-width: 767px) {
  .cardlink_thumbnail { float:none; }
}
@media screen and (max-width: 479px) {
  .cardlink_excerpt { float:none; }
}

.wpcf7 { width:100%; border:1px solid #ddd; background:#fafafa; padding:0; margin:0 0 2.5em !important; font-size:14px;}
.wpcf7 form{ margin:1.5em 1.5em 0;}
.wpcf7 p { margin-bottom:1em; font-size:12px; }
.wpcf7 input, .wpcf7 textarea { width:auto; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; border:1px solid #ccc; line-height:1.2; padding:8px;  }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height:1.2; font-size:14px; }
.wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline:none; border:1px solid #bbb; -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inner 0 0 5px rgba(0, 0, 0, 0.5); }
.wpcf7 input.wpcf7-submit { position:relative; display:block; width:225px; height:48px; margin:30px auto 0; background-color:#333333; cursor:pointer; border:none !important; color:#fff; text-align:center; text-decoration:none; font-size:14px; line-height:1.5; outline:none; -webkit-transition: all .3s; transition: all .3s; }
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 input.wpcf7-submit:hover { background-color:#666666; }
.wpcf7 .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; }
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }

.text70{font-size:70%}
.text80{font-size:80%}
.text90{font-size:90%}
.text100{font-size:100%}
.text110{font-size:110%}
.text120{font-size:120%}
.text130{font-size:130%}
.text140{font-size:140%}
.text150{font-size:150%}
.text160{font-size:160%}
.text170{font-size:170%}
.text180{font-size:180%}
.text190{font-size:190%}
.text200{font-size:200%}
.text210{font-size:210%}
.text220{font-size:220%}
.b{font-weight:700}
.u{text-decoration:underline}
.del{text-decoration:line-throug}

.red{color:red}
.blue{color:#2ca9e1}
.green{color:#82ae46}
.orange{color:#ff7d00}
.yellow{color:#fff000}
.pink{color:#ff0084}
.gray{color:#999999}

.bg-yellow{padding:2px;background-color:#ff0}
.bg-blue{padding:2px;background-color:#4ab0f5}
.bg-red{padding:2px;background-color:red}

.align1{text-align:center !important}
.align2{text-align:right !important}
.align3{text-align:left !important}

.r-flo{float:right;margin:10px}
.l-flo{float:left;margin:10px}
.f-clear{clear:both}

a img.fade { background:none !important; outline:none; -webkit-transition:all .3s; transition:all .3s; }
a:hover img.fade { opacity:0.7; filter:alpha(opacity=70); -ms-filter:"alpha( opacity=70 )"; background:none !important; }

.att {padding-left:1em;text-indent:-1em;}
.att_box { margin:2em 0 2.5em; padding:1em 1.2em; line-height:2.0; border:1px dotted #cccccc; background:#fcfcfc; box-shadow:0px 4px 0px 0px #f7f7f7; }

.m0{margin:0 !important}
.mt0{margin-top:0 !important}
.mr0{margin-right:0 !important}
.mb0{margin-bottom:0 !important}
.ml0{margin-left:0 !important}

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}

.ml55{margin-left:55px !important}
.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}


.p0{padding:0 !important}
.pt0{padding-top:0 !important}
.pr0{padding-right:0 !important}
.pb0{padding-bottom:0 !important}
.pl0{padding-left:0 !important}

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}

