@-webkit-keyframes pulsate {
    0% {opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {opacity: 0.0;}
}

body{
  font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size:13px;
  background-color:rgb(240,240,240);
}

blockquote{
  border:none;
}

.no-padding{
  padding-left:0px;
  padding-right:0px;
}

.no-padding-left{
  padding-left:0px;
}

.no-padding-right{
  padding-right:0px;
}

.has-background{
  background-repeat: no-repeat;
  background-position: center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.underline-hover{
  line-height: 160%;
}

/* HEADER */

#masthead{
  position:fixed;
  width:100%;
  z-index:1000;
}

/* LOGO */
#logo_image{
    overflow: hidden;
    position: relative;
}
#logo_image #logo{
    margin: 0;
    font-size: 24px;
    position: relative;
    text-align: left;
    line-height: 1.5;
}

#logo_text{
    overflow: hidden;
}
#logo_text #logo{
    margin: 0;
    font-size: 24px;
    text-align: center;
    line-height: 1;
}
#logo_text #logo a{
    color: #fff;
}
#logo_text #description{
    margin: 0;
    font-size: 12px;
    color: #fff;
    line-height: 1.1;
}

.logo-wrap{
  background:#1A1A1A;
  height:60px;
  overflow:hidden;

  background-repeat: no-repeat;
  background-position: center center;

  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.logo-wrap .lead{
  display:inline-block;
  padding:0px;
  color:rgb(240,240,240);
  /*font-size:24px;*/
  margin-top:6px;
}

.navbar-wrap .col-sm-9, .navbar-wrap .col-sm-9 .navbar{
  padding:0px;
  height:60px;
  position:relative;
  overflow:hidden;

  -moz-transition:    all 500ms;
  -webkit-transition: all 500ms;
  -o-transition:      all 500ms;
  -ms-transition:     all 500ms;
  transition:         all 500ms;
}

.navbar-wrap .navbar{
  border-radius:0px;
  background:rgb(170,170,170);
  border:0px solid transparent;
}

.navbar-shadow-right{
  position:absolute;
  right:0px;
  top:0px;
  height:60px;
  width:100px;
  pointer-events: none;
}

.navbar-shadow-left{
  position:absolute;
  left:0px;
  top:0px;
  height:60px;
  width:100px;
  pointer-events: none;
}


.arrow-right, .arrow-left{
  -moz-transition:    top 300ms;
  -webkit-transition: top 300ms;
  -o-transition:      top 300ms;
  -ms-transition:     top 300ms;
  transition:         top 300ms;

  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;

  width: 30px;
  text-align: center;
}

.arrow-right{
  position:absolute;
  right:0;
  top:7px;
  color:white;
  font-size:30px;
  /*pointer-events: none;*/
}

.arrow-left{
  position:absolute;
  left:0;
  top:7px;
  color:white;
  font-size:30px;
  /*pointer-events: none;*/
}
.arrow-right a, .arrow-left a{ display: block; color: #fff; }

ul.nav {
  white-space: nowrap;
  overflow-x: auto;
  margin:0px !important;
}

ul.nav::-webkit-scrollbar{
  display:none !important;
  width:0px !important;
  height:0px !important;
}

ul.nav li {
  display: inline-block;
  float: none;
}

ul.nav li a{
  color:white;
  padding:20px;
  -moz-transition:    all 300ms;
  -webkit-transition: all 300ms;
  -o-transition:      all 300ms;
  -ms-transition:     all 300ms;
  transition:         all 300ms;
}

/* SIDEBAR */

#sidebar{
  -moz-transition:    width 300ms;
  -webkit-transition: width 300ms;
  -o-transition:      width 300ms;
  -ms-transition:     width 300ms;
  transition:         width 300ms;

  background:#1A1A1A;
  color:rgb(240,240,240);
  position:fixed;
  top:0px;,
  left:0px;
  width:60px;
  height:100%;
  padding-top:50px;
  z-index:900;
}

#sidebar.open{
  width:25%;
}

.social-wrap{
  width:61px;
  height:100%;
  position:absolute;
  right:0px;
  top:60px;
  border-left:1px solid #444444;
}

.social-button{
  width:60px;
  height:60px;
  text-align: center;
  margin-top:20px;
  display: block;
}

.social-button img{
  cursor: pointer;

  -moz-transition:    opacity 300ms;
  -webkit-transition: opacity 300ms;
  -o-transition:      opacity 300ms;
  -ms-transition:     opacity 300ms;
  transition:         opacity 300ms;
}

.social-button img:hover{
  opacity:.5;
  transition:         opacity 300ms;
}

.social-button__facebook .social-button_icon:before{
  content: "\e902";
  font-family: 'design_plus';
  color: #fff;
  font-size: 20px;
}

.social-button__twitter .social-button_icon:before{
  content: "\e901";
  font-family: 'tiktok_x_icon';
  color: #fff;
  font-size: 20px;
}

.social-button:hover{
  opacity:.5;
}

.widget-wrap{
  width:100%;
  height:100%;
  border-right:60px solid rgb(50,50,50);
}

.widget_nav_menu {
  border-bottom:1px solid #444444;
  padding-bottom:15px;
}

.widget_nav_menu li{
  display:block !important;
}

.widget_nav_menu a{
  -moz-transition:    opacity 300ms;
  -webkit-transition: opacity 300ms;
  -o-transition:      opacity 300ms;
  -ms-transition:     opacity 300ms;
  transition:         opacity 300ms;
  padding:7px !important;
  padding-left:30px !important;
}

.widget_nav_menu a:hover{
  color:white !important;
  text-decoration: none !important;
  opacity:.6;
}

.search-input-group{
  width:100%;
  padding:0 30px 0 30px;
}

#sidebar .search-input-group{
  padding:0;
}

.search-input-group *{
  border-radius:0px;
  box-shadow:none !important;
}

.search-input-group input{
  border:1px solid transparent;
  background:#D5D5D5;
}

.search-input-group button{
  border:1px solid transparent !important;
  background:#434343 !important;
  color:#D5D5D5 !important;
}

.archives-dropdown-container{
  padding:0 30px 0 30px;
  margin-bottom: 2em;
}

.archives-dropdown-container select{
  width:100%;
  background-color:#434343;
  color:white;
  border:1px solid transparent;
  border-radius:0px;
}


/* -------------------------
style for tcd original widget
------------------------- */
.styled_post_list1{}
.styled_post_list1 ol{
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.styled_post_list1 ol li{
  border-bottom: dotted 1px #D3D3D3;
  padding: 15px;
  list-style: none;
}
.styled_post_list1 ol li:last-child{
  border-bottom: none;
}

.new_arrivals_widget{
  overflow: hidden;
}
.new_arrivals_widget ol{
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.new_arrivals_widget ol li{
  border-bottom: dotted 1px #D3D3D3;
  padding: 15px;
  list-style: none;
}
.new_arrivals_widget ol li:last-child{
  border-bottom: none;
}


/* -------------------------
style for default widget
------------------------- */
/*.widget_recent_entries, .widget_archive, .widget_categories, .widget_calendar, .widget_tag_cloud, .widget_text{
  padding: 0px 30px 2em;
  border-bottom: solid 1px #444;
}*/
#sidebar .widget-wrap aside{
  padding: 2em 30px;
  margin-bottom: 0;
}

.mCSB_container a{
  color: #fff;
}
.mCSB_container a:hover{
  color: #999;
  text-decoration: none;
}

.mCSB_container form{
  color: #000;
}

.mCSB_container aside + aside{
  border-top: solid 1px #444;
}

.mCSB_container ul.nav{
  white-space: wrap;
}
.widget-title, .widget_block .wp-block-heading{
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 20px;
}

/* recent entries */

.widget_recent_entries>ul.nav{
  overflow-x: visible;
  white-space: normal;
}
.widget_recent_entries>ul.nav li{
  display: block;
  margin-bottom: 10px;
}
.widget_recent_entries>ul.nav li a{
  padding: 0;
  color: #fff;
}

.widget_recent_entries>ul.nav li a:hover{
  color: #999;
}

.widget_recent_entries>ul.nav li span.post-date{
  color: #999;
}

.widget_recent_entries li { border-bottom:1px solid #ddd; padding:0 0 15px 0; margin-bottom:15px; }
.widget_recent_entries li:last-child { border:none; padding:0; margin:0; }
.widget_recent_entries li a { display:block; }
.widget_recent_entries .post-date { position:relative; color:#999; font-size:14px; display:block; margin-top:3px; }

/* archive */
.widget_archive>ul.nav{
  overflow-x: visible;
  white-space: normal;
}
.widget_archive>ul.nav li{
  display: block;
  color: #999;
}
.widget_archive>ul.nav li a{
  padding: 10px 0;
  color: #fff;
  display: block;
}
.widget_archive>ul.nav li a:hover{
  color: #999;
  text-decoration: none;
}
.widget_archive>select, .widget_categories>select{
  background-color:#434343;
  color:white;
  border: none;
  width: 100%;
  padding: 6px;
  font-size: 14px;
}

/* categories */
.widget_categories>ul.nav{
  overflow-x: visible;
  white-space: normal;
}
.widget_categories>ul.nav li{
  display: block;
}
.widget_categories>ul.nav li a{
  padding: 10px 0;
  color: #fff;
  display: block;
}
.widget_categories>ul.nav li a:hover{
  color: #999;
}
.widget_categories>ul.nav li ul{
  padding-left: 10px;
}


/* calendar */
.widget_calendar .table{
  width: 100%;
}
.widget_calendar .table caption{
  color: #F0F0F0;
}
.widget_calendar .table tfoot a{
  color: #F0F0F0;
}
.widget_calendar .table tfoot td#prev{
  text-align: left;
}
.widget_calendar .table tfoot td#next{
  text-align: right;
}
.widget_calendar .table th{
  width: 14.285%;
  padding: 8px 0;
  text-align: center;
}
.widget_calendar .table td{
  width: 14.285%;
  padding: 8px 0;
  text-align: center;
}
.table-striped > tbody > tr:nth-of-type(2n+1){
  background-color: rgba(255,255,255,0.1);
}



/* google custom search */
/*.google_search{
  width:100%;
  padding:10px 30px 0 30px;
}*/

.google_search *{
  border-radius:0px;
  box-shadow:none !important;
}

.google_search input{
  border:1px solid transparent;
  background:#D5D5D5;
}

.google_search button{
  border:1px solid transparent !important;
  background:#434343 !important;
  color:#D5D5D5 !important;
}

/* google search widget */
.google_search_wrap{
	width: 100%;
  padding: 0;
	margin-top:10px;
	display: table;
}

.google_search_btn{
	display: table-cell;
	vertical-align: middle;
}
.google_search #search_input{
	float: left;
	width: 100%;
	height: 40px;
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:6px 12px;
	box-shadow:2px 2px 3px 0px #ddd inset;
	color:#333;
	display: table-cell;
}
.google_search #search_button{
	width: 38px;
	border: none;
	height: 40px;
	background:#000 url(images/icon_search.png) no-repeat center;
	cursor:pointer;
	display:block;
	text-indent:-8000px;
	overflow:hidden;
}
.google_search #search_button:hover{background-color:#666;}

/*.google_search #search_button{border:none; width:20%; height:40px; background:#000 url(images/icon_search.png) no-repeat center; cursor:pointer; display:block; float:right; text-indent:-8000px; overflow:hidden;}
.google_search #search_input{width:80%; height:40px; margin:0 -2px 5px 0; border:1px solid #ccc; background:#f2f2f2 ; padding:0 0px; box-shadow:2px 2px 3px 0px #ddd inset; color:#333;}
.google_search #search_button:hover{background-color:#666;}*/

/* デフォルトのRSS */
.widget_rss  .rss-widget-feed { display:none; }
.widget_rss  .rss-widget-title { text-decoration: none; }
.widget_rss li { border-bottom:1px solid #ddd; margin:0 0 -1px 0; padding:20px 30px 15px; font-size:14px;}
.widget_rss li:last-of-type { border:none; }
.widget_rss ul li { padding:20px 0px; border-bottom:1px solid #ddd; margin-top:-1px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.widget_rss ul li:not(:first-child) { border-top:1px solid #ddd; }
.widget_rss ul li .rss-date { -ms-flex-order:1; order:1; color:#999; font-size:13px; line-height:1; margin-right:10px;  position:relative; }
.widget_rss ul li cite { -ms-flex-order:2; order:2; color:#999; font-size:13px; line-height:1; }
.widget_rss ul li .rsswidget { -ms-flex-order:3; order:3; display:block; width:100%; margin:0; }
.widget_rss ul li .rssSummary { -ms-flex-order:4; order:4; color:#999; font-size:13px; margin: -0.35em 0; }
.widget_rss .rss-date { position:relative; font-family:Arial; }
.widget_rss .rsswidget ~ .rss-date, .widget_rss .rsswidget ~ cite { margin-bottom:10px; }
.widget_rss .rsswidget ~ .rssSummary { margin-top:calc(10px - 0.35em); }

/* デフォルトのタグ一覧 */
.widget_tag_cloud .tagcloud {
	margin:0 0 -6px 0; padding:0; position:relative;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.widget_tag_cloud .tagcloud a { margin:0 6px 6px 0; font-size:14px !important; display:block; background:#d5d5d5; padding:0px 20px; border-radius:5px; height:36px; line-height:36px; color: #000;    transition: background-color .25s ease, color .25s ease, border-color .25s ease;}
.widget_tag_cloud .tagcloud a:hover { background:#646464; color:#fff!important; text-decoration: none;}

/* デフォルトのカテゴリー */
.category_list_widget ul { margin:0; }
.category_list_widget ul ul { margin-left:1em; }
.category_list_widget ul li { margin:0; padding:0; line-height:1; }
.category_list_widget ul li a { display:block; line-height:1.6; padding:10px 0; }
.category_list_widget .widget_headline + ul { margin:-12px 0 -14px; }
.widget_categories ul { margin:0; }
.widget_categories ul ul { margin-left:1em; }
.widget_categories ul li { margin:0; padding:0; line-height:1; }
.widget_categories ul li a { display:inline-block; line-height:1.6; padding:10px 0; }
.widget_categories ul li { color:#999; }
.widget_categories .widget_headline + ul { margin:-12px 0 -14px; }

/* デフォルトの固定ページ */
.widget_pages ul { margin:0; }
.widget_pages ul li{ margin:0; display: block;}
.widget_pages ul ul { margin-left:1em; }
.widget_pages ul li { margin:0; padding:0; line-height:1; }
.widget_pages ul li a { display:block; line-height:1.6; padding:10px 0; }
.widget_pages ul li a:hover { color: #999!important; }
.widget_pages .widget_headline + ul { margin:-12px 0 -14px; }


/* デフォルトのナビ　*/
.widget_nav_menu ul { margin:0; }
.widget_nav_menu ul li{ margin:0; display: block;}
.widget_nav_menu ul ul { margin-left:1em; }
.widget_nav_menu ul li { margin:0; padding:0; line-height:1; }
.widget_nav_menu ul li a { display:block; line-height:1.6; padding:10px 0; }
.widget_nav_menu .widget_headline + ul { margin:-12px 0 -14px; }


/* デフォルトのコメントウィジェット */
.widget_recent_comments li { color:#999; padding: 10px 0;}

/* デフォルトのテキストウィジェット */
.widget_text .entry-content { line-height: 1.6; }
.widget_text a { color: inherit;}
/* デフォルトのブロック */
.widget_block { line-height:1.6; }
.widget_block.widget_search label{ color: #fff; }
.widget_block ul,.widget_block ol{
  padding: 0;
  list-style: none;
  margin: 0;
}
.widget_block li{
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

/* デフォルトのメタウィジェット */
.widget_meta ul { margin-bottom:-8px; }
.widget_meta ul li{ display: block; }
.widget_meta ul li a{ padding: 10px 0;}
.widget_meta ul li a:hover { color: #999!important; }

#sidebar .widget_text .textwidget a{ color: #fff; text-decoration: underline; }
#sidebar .widget_text .textwidget a:hover{ color: #999; }

/* デフォルトのアーカイブとカテゴリー　ドロップダウンメニュー */
.widget_archive select, .widget_categories select {
	border:1px solid #ddd; background:#fff;  width:100%; height:60px; padding:0 18px; font-size:14px; cursor:pointer;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-appearance:none; appearance:none;color: #000;
}
.widget_archive .screen-reader-text, .widget_categories .screen-reader-text  {
	display:block; clip:auto; clip-path:none; pointer-events:none;
	height:60px; width:50px; margin:0;
	left:calc(100% - 50px); text-indent:-100vw;
}
.widget_archive .select_wrap,.widget_categories .select_wrap{
  position: relative;
}


.widget_archive .select_wrap:before, .widget_categories .select_wrap:before {
  font-family:'FontAwesome'; content: "\f107"; text-align:center; text-indent:0;
  display:block; font-size:20px; width:14px; height:14px; line-height:14px;
  position:absolute; right:15px; top:25px;color: #000;
}

/* デフォルトのギャラリー */
.widget_media_gallery .gallery-caption {
  background-color:#000; color:#fff; font-size:10px; line-height:1.5; margin:0 0 2.5px; max-height:50%;  transform: translateY(50%);
  opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%;margin-bottom: 0;-webkit-box-sizing:border-box; box-sizing:border-box;
}
.widget_media_gallery .gallery-item { margin-top:0 !important; }
.widget_media_gallery .gallery-item img{border: none!important;}
.widget_media_gallery .gallery-caption:before { content: ""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%;  }
.widget_media_gallery .gallery-item:hover .gallery-caption { opacity: .7; transition: all .25s ease; transform: translateY(0%);}

/* tiles */

#main-content-outer{
  margin: 100px auto;
  padding-left:70px;
}

#content{
  margin:30px auto 90px;
}

.tile {
  width:250px;
  margin-bottom:10px;
  opacity:0;
  overflow:hidden;
}

.tile-big{
  width:510px;
}

.tile .inner{
  background-color:white;
}

.tile img{
  -moz-transition:    all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -o-transition:      all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -ms-transition:     all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition:         all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.tile .inner img{
  width:100%;
  opacity:1;
}

.tile .inner header{
  padding:0px 18px 0px 18px;
}

.tile .inner header h1, .tile .inner header a{
  font-size:14px;
  font-weight: bold;
  /*color:#333333;*/
  margin-top:16px;
}

.tile .inner header p{
  line-height:160%;
  color:rgb(80,80,80);
}

.tile .inner footer{
  border-top:1px dotted lightgrey;
  position:relative;
  height:38px;
}

.tile .read-more{
  position:absolute;
  right:0px;
  top:-1px;
  width:118px;
  background:#9A9A9A;
  color:rgb(240,240,240);
  text-align:center;
  padding:10px 0 10px 0;
  text-decoration: none;

  -moz-transition:    background 300ms;
  -webkit-transition: background 300ms;
  -o-transition:      background 300ms;
  -ms-transition:     background 300ms;
  transition:         background 300ms;
}

 .time{
  display:block;
  color:rgb(80,80,80);
  padding-top:9px;
  font-size: 13px;
}

.post-links div{
  font-size:14px !important;
  display:inline-block;
  background:grey;
  margin: 7px;
  padding:5px;
  width:120px;
  text-align: center;
  position:relative;

  -moz-transition:    all 300ms;
  -webkit-transition: all 300ms;
  -o-transition:      all 300ms;
  -ms-transition:     all 300ms;
  transition:         all 300ms;
}

.post-links .fa-angle-left{
  position:absolute;
  top:3px;
  left:10px;
  font-size:30px;
}

.post-links .fa-angle-right{
  position:absolute;
  top:3px;
  right:10px;
  font-size:30px;
}

/*ul.pager{
  width:375px;
  margin:0 auto;
  padding:20px;
}

ul.pager li a{
  background:#9A9A9A;
  color:white;
  border:0px solid transparent;
  border-radius:0px;
  padding:10px;

  -moz-transition:    all 300ms;
  -webkit-transition: all 300ms;
  -o-transition:      all 300ms;
  -ms-transition:     all 300ms;
  transition:         all 300ms;
}

ul.pager li a:hover{
  background:#222222;
  color:white;
}*/

/* shared by default tiles and main ones */

.info-tile-title, #related_posts .info-tile-title{
  padding: 15px 20px 15px 20px;
  font-weight: bold;
  border-bottom:1px dotted lightgrey;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}


/* mail tiles (blog article)(content-single) */

.tile-main{
  background:white;
  width: 770px;
}

.entry-content-thumbnail{
  position:relative;
}

.no_thumbnail{ height: 85px; }

.entry-content-thumbnail img{
  width:100%;
}

.entry-content-thumbnail a{
  color:rgb(240,240,240);
}

.article-time{
  position:absolute;
  top:0px;
  left:46px;
  width:100px;
  background:#1A1A1A;
  color:rgb(240,240,240);
  padding:18px;
}

.categories-list{
  margin-bottom: 40px;
}
.categories-list a{
  color:rgb(80, 80, 80);;
}
.entry-meta a{
  color:rgb(80, 80, 80);;
}

.page-title{
  font-size:20px;
  margin-top:10px !important;
  margin-bottom:4px;
  line-height:24px;
  color:#333333;
  font-weight: bold;
}
h1.page-title{ font-size:140%; }

.entry-content .entry-content-inner{
  line-height:30px;
  padding:0 40px 0 40px;
  color:rgb(80,80,80);
}

/*.entry-content p{
  margin-bottom:20px;
}*/

.pager a{
 width:160px;
}

.attachment-square-small{
  width:100%;
}

@media only screen and (min-width: 767px) {
  .tile {
    -moz-transition:    all 500ms;
    -webkit-transition: all 500ms;
    -o-transition:      all 500ms;
    -ms-transition:     all 500ms;
    transition:         all 500ms;
  }

  #navbar{
    padding: 0 22px;
  }

  #bread_crumb{
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1025px) {
  .widget_recent_entries, .widget_archive, .widget_categories, .widget_calendar, .widget_tag_cloud, .widget_text{
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #masthead{
    position:relative;
  }

  #bread_crumb{
    margin-left: 0;
    padding: 0 20px;
  }

  #logo_image #logo{
    text-align:center !important;
  }

  .navbar-shrink{
    position:fixed !important;
    top:0px;
    width:100%;
    height:45px !important;
  }

  .navbar-shrink a{
    padding-top:16px !important;
    padding-bottom:16px !important;
  }

  .navbar-shrink .arrow-right, .navbar-shrink .arrow-left{
    top:-12px;
  }

  .menu-item:last-child{
    padding-right:30px;
  }

  .menu-item:first-child{
    padding-left:30px;
  }

  #content{
    margin:15px auto;
    width:100% !important;
  }

  #main-content-outer{
    margin-top:20px;
    padding-left:0px;
  }

  #sidebar{
    display:none;
  }

  .tile{
    width:100% !important;
    padding:15px;
    padding-bottom:3px;
    padding-top:3px;
  }

  .tile-main{
    padding:15px;
    padding-top:3px;
    padding-bottom:5px;
    background:transparent;
  }

  .tile-main .entry-content{
    background:white;
  }

  .article-time{
    left:0px;
  }


  .entry-content .entry-content-inner{
    padding:0 20px 0 20px;
  }

/*  ul.pager{
    padding-left:0px;
    padding-right:0px;
    width:100%;
  }

  ul.pager li a{
    display: block;
    width:100%;
    margin-bottom:10px;
  }*/
}

#nav-below{
  margin-bottom: 43px;
}




/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS:
  1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
  2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
  3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
  4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
  5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
  6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
    6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

  .mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
  .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

  .mCustomScrollBox{ /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
  }

  .mCSB_container{ /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
  }



/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

  .mCSB_inside > .mCSB_container{ margin-right: 4px; }

  .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

  .mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
  }

  .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

  .mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: -4px;
    bottom: 0;
  }

  .mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

  .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
  .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
  }

  .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

  .mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
  }

  .mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

  .mCSB_scrollTools .mCSB_draggerRail{
    width: 8px;
    height: 100%;
    margin: 0 auto;
  }

  .mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
    position: relative;
    width: 8px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

  .mCSB_scrollTools .mCSB_buttonUp,
  .mCSB_scrollTools .mCSB_buttonDown{
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
  }

  .mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }


/* SNSボタン */
#single_share .share_button { margin:40px 0 33px; }
#single_share .share_button ul { list-style: none; }

/* share button */
.share_button { list-style:none; line-height:1; }
.share_button ul { margin:0; padding:0; line-height:1; }
.share_button li { padding:0; float:left; margin:0 10px 0 0; line-height:0; }
.share_button_design_type1 .balloon-btn-set { display:block; }
.share_button_design_type1 .balloon-btn-set a { display:block; color:#777; font-size:12px; text-decoration:none; }

/* share count area */
.share_button_design_type1 .arrow-box { display:inline-block; position:relative; background:#fff; border:1px solid #bbb; text-align:center; width:auto; padding:0 12px; height:24px; line-height:24px;  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
.share_button_design_type1 a.arrow-box-link { font-weight:bold; text-align:center; font-family: Arial; display:block; }
.share_button_design_type1 a.balloon-btn-link { width:24px; height:24px; line-height:24px; top:0; border:none; float:left; margin:0; }
.share_button_design_type1 a.balloon-btn-link:active { border:none; top:0px; }

/* loading icon */
.share_button_design_type1 .fa-spin { display:block; margin:6px -2px 0; background:url(img/common/loader.gif) no-repeat; width:12px; height:12px; }

/* SNS icon */
.share_button_design_type1 a.balloon-btn-link span { text-indent:150%; white-space:nowrap; overflow:hidden; display:block; }
.share_button_design_type1 a.twitter-balloon-btn-link  { background:#00aced url(img/common/share_twitter.png) no-repeat 6px 6px; -moz-background-size:14px; -webkit-background-size:14px; -o-background-size:14px; -ms-background-size:14px; background-size:14px; }
.share_button_design_type1 a.facebook-balloon-btn-link { background:#3b5998 url(img/common/share_facebook.png) no-repeat 5px 6px; -moz-background-size:14px; -webkit-background-size:14px; -o-background-size:14px; -ms-background-size:14px; background-size:14px; }
.share_button_design_type1 a.hatena-balloon-btn-link { background:#3c7dd1 url(img/common/share_hatena.png) no-repeat 6px 6px; -moz-background-size:13px; -webkit-background-size:13px; -o-background-size:13px; -ms-background-size:13px; background-size:13px; }
.share_button_design_type1 a.googleplus-balloon-btn-link { background:#dd4b39 url(img/common/share_google.png) no-repeat 7px 6px; -moz-background-size:14px; -webkit-background-size:14px; -o-background-size:14px; -ms-background-size:14px; background-size:14px; }

.share_button_design_type1 a.twitter-balloon-btn-link:hover { background:#45c6f7 url(img/common/share_twitter.png) no-repeat 6px 6px; -moz-background-size:14px; -webkit-background-size:14px; -o-background-size:14px; -ms-background-size:14px; background-size:14px; }
.share_button_design_type1 a.facebook-balloon-btn-link:hover { background:#5485eb url(img/common/share_facebook.png) no-repeat 5px 6px; -moz-background-size:14px; -webkit-background-size:14px; -o-background-size:14px; -ms-background-size:14px; background-size:14px; }
.share_button_design_type1 a.hatena-balloon-btn-link:hover { background:#328cff url(img/common/share_hatena.png) no-repeat 6px 6px; -moz-background-size:13px; -webkit-background-size:13px; -o-background-size:13px; -ms-background-size:13px; background-size:13px; }
.share_button_design_type1 a.googleplus-balloon-btn-link:hover { background:#ff5843 url(img/common/share_google.png) no-repeat 7px 6px; -moz-background-size:14px; -webkit-background-size:14px; -o-background-size:14px; -ms-background-size:14px; background-size:14px; }



/* fixed width page */
.fixed_width{
  width: 1000px;
}



/*------------------------------
global nav
------------------------------*/
.caret{display: none !important;}


/* -----------------------------
記事タイトルのテキストリンクエフェクト
------------------------------*/
.page-title a, .underline-hover {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.page-title a:hover, .underline-hover:hover {
  color: #999;
}
/*.page-title a, .page-title a:hover, .page-title a:active { outline:none; text-decoration:none; }
.page-title a { border-bottom:1px solid #fff; -webkit-transition:all .3s linear; -moz-transition:all .3s linear; -ms-transition:all .3s linear; -o-transition:all .3s linear; transition:all .3s linear; padding:0; }
.page-title a:active { animation:flash 1s; -webkit-animation:flash 1s; }
.page-title a:hover { border-bottom:1px solid #777; padding:0; }
@media screen and (-webkit-min-device-pixel-ratio:0) { .page-title a,.page-title a:hover { padding-bottom:0; } }

.underline-hover, .underline-hover:hover, .underline-hover:active { outline:none; text-decoration:none; vertical-align: sub; line-height: 160%; }
.underline-hover { border-bottom:1px solid #fff; -webkit-transition:all .3s linear; -moz-transition:all .3s linear; -ms-transition:all .3s linear; -o-transition:all .3s linear; transition:all .3s linear; padding:0; }
.underline-hover:active { animation:flash 1s; -webkit-animation:flash 1s; }
.underline-hover:hover { border-bottom:1px solid #777; padding:0; }
@media screen and (-webkit-min-device-pixel-ratio:0) { .underline-hover,.underline-hover:hover { padding-bottom:0; } }

#related_post .underline-hover { border-bottom:1px solid #F1F1F1; -webkit-transition:all .3s linear; -moz-transition:all .3s linear; -ms-transition:all .3s linear; -o-transition:all .3s linear; transition:all .3s linear; padding:0; }
#related_post .underline-hover:hover { border-bottom:1px solid #777; padding:0; }*/

#related_posts{}
.related_post{
  min-height: 95px;
  margin-bottom: 20px;
}

.post_date{
  font-size: 11px;
  display: block;
  margin-top: 5px;
}

h3.related_post_title{ margin:0; padding:0; font-weight:normal; font-size:inherit; line-height:inherit; }

/* next page */
#post_pagination { margin:0 0 30px 0; clear:both; }
#post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
#post_pagination a, #post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px; }
#post_pagination p { background:#999; color:#fff; }
#post_pagination a{
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#post_pagination a:hover { background:#333; color:#fff; }


/*----------------------------------------------------------------------
  utility classes
----------------------------------------------------------------------*/

.no-decoration{
  text-decoration: none;
}

.no-overflow{
  overflow:hidden !important;
}

.full-width{
  width:100%;
}

/* ----------------------------------------------------------------------
 汎用スタイルの追加
 https://tcd-theme.com/2023/09/utility-classes.html
---------------------------------------------------------------------- */
.entry-content .a_break { display: inline-block; }
@media (max-width: 767px) {
  .entry-content .is-pc { display:none!important; }
}
@media not all and (max-width: 767px) {
  .entry-content .is-sp { display:none!important; }
}
.entry-content .e_link {
  display: inline-block; position: relative; padding-right:1em;
}
.entry-content .e_link:after {
  font-family: 'design_plus'; content: '\e92a'; font-size: 100%; display: block;
  position: absolute; transition:none; margin-top:-0.1em;
  right:0; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.entry-content img.frame {
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 6px 6px -6px #cccccc;
  -moz-box-shadow: 0 6px 6px -6px #cccccc;
  box-shadow: 0 6px 6px -6px #cccccc;
}
