@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/*--------------------
翻訳
 --------------------*/
#translation {
  width: 945px;
  margin: 0 auto;
  text-align: left;
  padding: 7px 0;
}

#translation select {
  text-align: left;
  background: #fff;
  border: 1px solid #d5d5d5;
  color: #000;
  font-size: 16px;
  padding: 5px 10px 5px 20px;
  cursor: pointer;
  -moz-appearance: menulist;
  -webkit-appearance: textfield;
  width: unset;
}

#translation .google_img {
  position: relative;
  line-height: 1;
}

#translation .google_img::before {
  position: absolute;
  content: "";
  background: url(https://tenposbusters.co.jp/img/google_icon_t.png) no-repeat center/contain;
  margin-left: 5px;
  margin-right: 2px;
  margin-top: 7px;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  #translation {
    display: block;
    width: 100%;
    padding: 10px;
  }

  #translation_sp {
    padding: 0 20px 20px 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #translation_sp select {
    background: #fff;
    border: 1px solid #d5d5d5;
    color: #000;
    font-size: 16px;
    padding: 5px 10px 5px 20px;
    cursor: pointer;
    -moz-appearance: menulist;
    -webkit-appearance: textfield;
  }

  #translation_sp .google_img {
    position: relative;
    line-height: 1;
  }

  #translation_sp .google_img::before {
    position: absolute;
    content: "";
    background-image: url(https://tenposbusters.co.jp/img/google_icon_t.png);
    margin-left: 5px;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translatey(-50%);
  }
}

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #fff;
}

/************************************

支援サービス一覧(20160122更新)ここから

************************************/

.h1_text_area {
  background: #EDE9E8;
  border-bottom-style: dotted;
  border-width: 1px;
  border-color: #AFAFAF;
  line-height: 1.2em;
}

h1.cate_head {
  width: 1000px;
  margin: 0 auto;
  text-align: left !important;
  font-size: 10px;
  font-weight: 500;
  color: #6B6B6B;
  background: #EDE9E8;
}

table.news-release {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px dotted #e9e9e9;
}

table.news-release td {
  padding: 15px;
  border-bottom: 1px dotted #e9e9e9;
  font-weight: bold;
  text-align: left;
}

table.news-release th {
  width: 27%;
  padding: 15px;
  border-bottom: 1px dotted #e9e9e9;
  font-weight: normal;
  text-align: left;
}

div#hGroupBoxNew {
  clear: both;
  position: relative;
  height: 31px;
  background: url(https://tenposbusters.co.jp/img/bgcolor.gif) repeat-x;
}

#hGroupBoxNew .right {
  display: flex;
}

#hGroupBoxNew .l {
  text-align: left;
  padding-right: 11px;
  background: #EDE9E8;
}

#hGroupBoxNew .s {
  padding: 0 10px;
  background: #F5F5F5 url(https://tenposbusters.co.jp/img/line.gif) right 0 no-repeat;
}

#hGroupBoxNew .here {
  padding: 0 10px;
  background: #F5F5F5 url(https://tenposbusters.co.jp/img/line.gif) right 0 no-repeat;
}

#hGroupBoxNew .color ul {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#hGroupBoxNew .color ul li {
  font-size: 12px !important;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  display: block;
}

#hGroupBoxNew .color ul li a {
  font-size: 12px !important;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
}

#hGroupBoxNew .color ul li .gray {
  color: #6B6B6B;
}

#hGroupBoxNew .color ul li .red {
  color: #A00000;
}

/*

/************************************
** ヘッダーcss
************************************/
/* 202509 add */
/* #header .pc-view {
    width: 900px;
  } */
/* 202509 add end */


@media screen and (min-width:1000px) {
  /* ======================================
PCレイアウト
=========================================*/

  .sp-view {
    display: none;
  }

  .pc-view {
    display: block;
  }

  #headerWrap {
    height: 150px;
    text-align: center;
    background: #fff;
  }

  div.top_logo {
    height: inherit;
    left: 0em;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
  }

  div.top_bnr {
    height: inherit;
    line-height: inherit;
    position: absolute;
    right: 22px;
    top: 30px;
    vertical-align: middle;
  }

  #header {
    width: 100%;
    height: 123px;
    margin: 0;
    position: relative;
    /*top: -61px;*/
    border-bottom: 3px solid #c0000e;
  }

  #header .pc-view {
    width: 900px;
    margin: 0 auto;
    position: relative;
    /*top: -61px;*/
  }

  #nav {
    position: relative;
    top: 87px;
    margin: 0;
    padding: 0;
  }

  #nav .nav_explain {
    position: relative;
    top: 0px;
    height: 38px;
    margin: 0;
    padding: 0;
  }

  #nav ul {
    position: relative;
    top: 0px;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #nav li {
    float: left;
  }

  #page_navi {
    background: #f6f4f5;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 0;
    line-height: 1em;
  }

  #page_navi .page_navi_inner {
    width: 1000px;
    margin: 0 auto;
  }

  #page_navi a {
    color: #0066c0;
  }
}


/* 202509 add */
@media screen and (min-width : 1000px) {  
  #nav li a {
    color: #c0000e;
    font-weight: bold;
    text-decoration: none;
    /* 202509 change */
    font-size: 0.7rem;
    /* font-size: 1rem; */
  }
}
/* 202509 add end */



/* 202509 cange ---------------------------
768px ～ 799pxの間でメニュー部分が表示崩れを起こしていた為
(min-width : 800px)→(min-width : 768px)に変更しました
　↓
-------------------------------------------*/
@media screen and (min-width : 768px) {
/* @media screen and (min-width : 800px) { */

/* 202509 cange ---------------------------*/

  /* ======================================
タブレットレイアウト
=========================================
*/
  .sp-view {
    display: none;
  }

  .pc-view {
    display: block;
  }

  #headerWrap {
    height: 150px;
    text-align: center;
    background: #fff;
  }

  div.top_logo {
    height: inherit;
    left: 0em;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
  }

  div.top_bnr {
    height: inherit;
    line-height: inherit;
    position: absolute;
    right: 6px;
    top: 30px;
    vertical-align: middle;
  }

  #header {
    /*width: 1000px;*/
    margin: 0;
    position: relative;
    /*top: -61px;*/
    height: 123px;
    width: 100%;
    border-bottom: 3px solid #c0000e;
  }

  #nav {
    position: relative;
    top: 87px;
    margin: 0;
    padding: 0;
  }

  #nav .nav_explain {
    position: relative;
    top: 0px;
    height: 38px;
    margin: 0;
    padding: 0;
  }

  #nav .nav_explain img {
    width: 100%;
  }

  #nav ul {
    position: relative;
    top: 0px;
    left: 0;
    margin: 0;
    padding: 0;
  }

  #nav li {
    float: left;
  }

  #nav li {
    width: 16.6%;
    background-color: #fff;
    border-left: 1px solid #999999;
  }

  #nav li.last_child {
    border-right: 1px solid #999999;
  }

  #nav li a {
    color: #c0000e;
    font-weight: bold;
    text-decoration: none;
    /* 202509 change */
    font-size: clamp(0.7rem, 1.9vw, 0.85rem);
    /* font-size: 1rem; */
  }

  #nav li a:hover {
    text-decoration: none;
  }

  #nav li:hover {
    background-color: #e6e6e6;
  }

  #nav li img {}

  #page_navi {
    background: #f6f4f5;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 0 18px 20px;
    line-height: 1em;
  }

  #page_navi .page_navi_inner {
    width: 1000px;
    margin: 0 auto;
  }

  #page_navi a {
    color: #0066c0;
  }
}

@media screen and (max-width:768px) {

  /* ======================================
スマフォレイアウト
=========================================
*/
  .sp-view {
    display: block;
  }

  .pc-view {
    display: none;
  }

  #nav {}

  #nav_innner {
    width: 100%;
    margin: 0;
    border-bottom: #aaaaaa 1px solid;
  }

  #nav ul li {
    margin: 0;
    padding: 0;
    line-height: 0em;
  }

  #nav ul li.nav-txt a {
    display: block;
    width: 100%;
    padding: 10px 30px;
    line-height: 2.5em;
    background-image: url(https://tenposbusters.co.jp/img/sp_navbg.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px solid #999999;
    font-weight: bold;
    font-size: 24px;
    color: #c0000e;
    text-decoration: none;
  }

  #nav li.last_child {
    padding: 20px 0;
  }

  #nav ul li img {
    width: 100%;
  }

  #header {
    background: url(https://tenposbusters.co.jp/img/sp_header_bg.png) no-repeat;
    background-size: 100%;
    padding: 2% 10px 2.6%;
  }

  #header .top_logo {
    margin: 0;
    line-height: 0;
    text-align: left;
  }

  #header .top_logo img {
    width: 62%;
  }

  #page_navi {
    width: 100%;
    background: #f6f4f5;
    height: 50px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
  }

  #page_navi .page_navi_inner {
    margin: 0 20px;
    padding: 18px 0;
  }

  #page_navi a {
    color: #0066c0;
  }

  .waku,
  .waku2,
  .waku3 {
    display: none;
  }

  #footer_nav_inner .sp-view ul {
    padding-left: 20px;
  }

  #footer_nav_inner .sp-view ul li {
    line-height: 1.8em;
    font-feature-settings: "palt" 1;
    color: #242424;
    position: relative;
  }

  #footer_nav_inner .sp-view ul a {
    position: relative;
    display: block;
    color: #242424;
    text-decoration: none;
  }


  #footer_nav_inner .sp-view ul a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    background: #c6000e;
    width: 4px;
    height: 4px;
  }


  #footer_nav_inner .sp-view ul a::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 12px;
    transform: translateY(-50%);
    width: 7px;
    height: 10px;
    background: url('https://newtenposb.xsrv.jp/img/icon_nav_arrow.png')center center /contain no-repeat;
  }

  #footer_nav_inner .sp-view ul {
    background-color: #eeeeee;
    width: 100%;
    padding: 0;
    color: #242424;
  }

  #footer_nav_inner .sp-view li {
    list-style: none;
  }



  #footer_nav_inner .sp-view ul ul {
    height: 0;
    padding: 0px 15px;
    overflow: hidden;
    transition: .5s;
    background-color: #fff;
    margin: 0;
    border-bottom: 1px solid #636363;
  }



  #footer_nav_inner .sp-view ul li li {
    padding: 5px 0 5px 0px;
    margin-left: 15px;
  }

  #footer_nav_inner .sp-view ul li li:first-child {
    padding: 20px 0 5px 0px;
  }

  #footer_nav_inner .sp-view ul li li:last-child {
    padding: 5px 0 20px 0px;
  }

  #footer_nav_inner .sp-view button {
    position: relative;
    border: none;
    width: 100%;
    background-color: inherit;
    color: #242424;
    cursor: pointer;
    text-align: left;
    padding: 15px 0 15px 20px;
    font-size: 1em;
    font-weight: bold;
  }

  #footer_nav_inner .sp-view button[aria-expanded="true"] {
    border-bottom: 1px solid #636363;
  }


  #footer_nav_inner .sp-view button::before,
  #footer_nav_inner .sp-view button::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 1.5px;
    height: 8px;
    background-color: #242424;
    transition: .5s;
  }

  #footer_nav_inner .sp-view button::before {
    transform: rotate(-90deg);
    right: 30px;
  }

  #footer_nav_inner .sp-view button::after {
    transform: rotate(0deg);
    right: 30px;
  }

  #footer_nav_inner .sp-view li.active button::before {
    transform: rotate(-90deg);
    transition: .5s;
  }

  #footer_nav_inner .sp-view li.active button::after {
    transform: rotate(90deg);
    transition: .5s;
  }

  #footer_nav_inner .sp-view ul:nth-of-type(2) {
    background-color: #357D87;
  }

  #footer_nav_inner .sp-view ul:nth-of-type(2) ul {
    background-color: #519FA5;
    border-top: 1px solid #5D9FA8;
  }

  #footer_nav_inner .sp-view ul:nth-of-type(2) button:hover {
    background-color: #1C4B56;
  }

  #footer_nav_inner .sp-view ul:nth-of-type(2) li li {
    border-bottom: 1px dotted #73BEBF;
  }

  #footer_nav_inner .sp-view ul:nth-of-type(2) li.active li:last-child {
    border-bottom: 1px solid #5D9FA8;
  }

  #footer_nav_inner .sp-view ul.active {
    overflow-y: auto;
  }

  .sns-list {
    background: #eeeeee;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 25px 0 15px;
  }

  .sns-list .sns-item {
    width: 50px;
  }

  #footer_nav_inner2 {
    border-bottom: none;
  }

  #footer_nav_inner2 .sub-menu {
    background: #636363;
  }

  #footer_nav_inner2 .sub-menu ul {
    padding-left: 0;
    list-style: none;
  }

  #footer_nav_inner2 .sub-menu ul li {}

  #footer_nav_inner2 .sub-menu ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }

  #footer_nav_inner2 .sub-menu ul li a {
    padding: 15px 20px;
    color: #fff;
    display: block;
    font-weight: bold;
    position: relative;
    text-decoration: none;
  }

  #footer_nav_inner2 .sub-menu ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 7px;
    height: 10px;
    background: url('https://newtenposb.xsrv.jp/img/icon_nav_arrow_white.png')center center /contain no-repeat;
  }

  .footer_copy p {
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    background: #2b2b2b;
  }
}

/* ======================================
スマフォここまで
=========================================*/

@media screen and (max-width:798px) {

  .tenpo_list td.tl-ad,
  .tenpo_list td.tl-time,
  .tenpo_list td.tl-holiday {
    text-align: center;
  }
}

@media screen and (max-width:499px) {

  #nav ul li.nav-txt a,
  #footer_nav_innner ul li.nav-txt a {
    font-size: 18px;
    padding: 8px 20px;
  }
}

@media screen and (max-width:299px) {

  #nav ul li.nav-txt a,
  #footer_nav_innner ul li.nav-txt a {
    font-size: 14px;
    padding: 5px 10px;
  }

  table.sd-rg-table thead tr th {
    font-size: 11px;
  }

  table.sd-rg-table tbody tr td {
    font-size: 11px;
  }
}

/************************************
** フッダーcss
************************************/

#footer_nav_innner {
  color: #fff;
  text-decoration: none;
}

#footer_nav_innner a:link,
#footer_nav_innner2 a:link,
#footer_nav_innner a:visited,
#footer_nav_innner2 a:visited,
#footer_nav_innner a:hover,
#footer_nav_innner2 a:hover,
#footer_nav_innner a:active,
#footer_nav_innner2 a:active {
  color: #fff;
  text-decoration: none;
}

#footer_nav {
  background: #313131;
}

.footer {
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  background: #242424;
}

.footer p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
}

#footer_nav_innner {
  display: flex;
  padding-top: 42px;
  width: 910px;
  margin: 0 auto;
  text-align: left;
}

#footer_nav_innner ul,
#footer_nav_innner2 ul {
  padding-left: 0;
}

#footer_nav_innner li {
  list-style: none;
  font-size: 16px;
}

#footer_nav_innner2 li {
  list-style: none;
}

#footer_nav_innner h5 {
  font-size: 18px;
  margin-bottom: 16px;
  border-bottom: #e10000 3px solid;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.btn_sv {
  width: 150px;
  font-weight: bold;
  font-size: 14px;
  padding: 0 10px;
  margin: 3px 5px 3px 0;
  text-align: center;
  background: #535353;
  color: #fff;
  float: left;
}

.snsicon img {
  height: 30px;
  width: auto;
}

#page-top {
  position: fixed;
  bottom: 55px;
  right: 20px;
  font-size: 77%;
  display: none;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

@media screen and (min-width:1000px) {

  /* ======================================
PCレイアウト
=========================================
*/
  #footer_nav {
    background: #eeeeee;
  }

  #footer_nav_inner {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
  }

  #footer_nav_inner .waku,
  #footer_nav_inner .waku2,
  #footer_nav_inner .waku3 {
    width: 25%;
  }



  #footer_nav_inner h5 {
    font-size: 18px;
    margin-bottom: 24px;
  }

  #footer_nav_inner ul {
    padding-left: 15px;
    list-style: none;
  }

  #footer_nav_inner ul li {
    line-height: 1.8em;
    font-feature-settings: "palt" 1;
    color: #242424;
    position: relative;
    margin-bottom: 0px;
    font-size: 16px;
  }

  #footer_nav_inner ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    background: #c6000e;
    width: 4px;
    height: 4px;
  }

  #footer_nav_inner ul li a {
    color: #242424;
    text-decoration: none;
  }

  .sns-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
  }

  .sns-list .sns-item {
    width: 50px;
  }

  #footer_nav_inner2 {
    width: 100%;
    margin: 0 auto;
    background: #636363;
  }

  #footer_nav_inner2 .pc-view {

    text-align: center;
  }

  #footer_nav_inner2 .pc-view .sub-menu {
    width: 720px;
    margin-inline: auto;
    padding: 20px 0;
  }

  #footer_nav_inner2 .pc-view .sub-menu ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
  }

  #footer_nav_inner2 .pc-view .sub-menu ul li {
    font-size: 16px;
  }

  #footer_nav_inner2 .pc-view .sub-menu ul li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }

  #footer_nav_inner2 .footer_copy {
    background: #2b2b2b;
    padding: 20px 0;
  }


  .footer_copy p {
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
  }
}

/* ======================================
PCここまで
=========================================
*/



@media screen and (max-width:768px) {
  /* ======================================
スマフォレイアウト
=========================================*/

  .footer_nav_sp {
    width: 100%;
  }

  #footer_nav {
    border-top: #aaaaaa 1px solid;
  }

  #footer_nav_innner {
    width: 100%;
    margin: 0;
    padding-top: 0;
    border-bottom: none;
  }

  #footer_nav_innner h5 {
    margin: 0;
    padding: 0;
    line-height: 0em;
    text-indent: -9999px;
    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 0;
  }

  #footer_nav_innner ul li {
    margin: 0;
    padding: 0;
    line-height: 0em;
  }

  #footer_nav_innner ul li.nav-txt a {
    display: block;
    width: 100%;
    padding: 10px 30px;
    line-height: 2.5em;
    background-image: url(https://tenposbusters.co.jp/img/sp_navbg.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px solid #999999;
    background-color: #313131;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
  }

  #footer_nav_innner ul li.last_child img {
    padding: 15px 0;
    background: #fff;
  }

  #footer_nav_innner ul li img {
    width: 100%;
  }

  #footer_nav_innner2 {
    border-bottom: none;
    height: 180px;
    padding: 10px 20px;
    text-align: left;
    background: #313131;
    border-bottom: #929292 1px solid;
  }

  #footer_nav_innner2 ul li img {
    width: 100%;
  }

  .sp_30_f ul {
    margin: 20px 0 60px;
    padding-bottom: 30px;
  }

  .footer_copy {
    clear: left;
    background: #313131;
  }

  .footer_copy p {
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 2em;
  }
}

/* ======================================
スマフォここまで
=========================================*/

@media screen and (max-width:499px) {

  #nav ul li.nav-txt a,
  #footer_nav_innner ul li.nav-txt a {
    font-size: 18px;
    padding: 8px 20px;
  }
}

@media screen and (max-width:299px) {

  #nav ul li.nav-txt a,
  #footer_nav_innner ul li.nav-txt a {
    font-size: 14px;
    padding: 5px 10px;
  }
}

/* ======================================
コンテンツ
=========================================*/
body {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #242424;
  font-weight: 500;
  background-color: #fff;
}

.entry-content {
  /* 202509 change */
  font-size: 1.25rem;
  /* font-size: 16px; */
  /* 202509 change end */
  line-height: 1.8;
}

.article h2 {
  background: #eee;
}

.article h3 {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  padding: 12px 10px;
}

h1.entry-title {
  border-bottom: 4px solid #c6000e;
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.date-tags {
  text-align: left;
  font-size: 1.3rem;
}

.blue_text {
  color: #056aae;
}

.underline {
  text-decoration: underline;
}

.red_arrow_pc {
  vertical-align: middle;
}

.red_arrow_pc::after {
  content: "";
  background: url(https://tenposbusters.co.jp/img/nav_arrow.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: text-top;
}

/* ======================================
投稿一覧
=========================================*/
.wrap {
  margin: 0 auto;
}

.entry-card-thumb {
  width: 250px;
}

.entry-card-content {
  margin-left: 280px;
}

.entry-card-meta,
.related-entry-card-meta {
  top: 0;
  position: relative;
  left: 0;
  text-align: left;
  line-height: 1;
}

.e-card-info {
  justify-content: flex-start;
  padding-bottom: 5px;
}

.entry-card-thumb {
  width: 38%;
}
}

figcaption {
  text-align: center;
  font-size: 0.9rem;
}

.entry-card-title,
.related-entry-card-title {
  font-size: 22px;
  margin: 0 0 5px 0;
  line-height: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #c6000e;
  padding-bottom: 10px;
}

.entry-card-snippet,
.related-entry-card-snippet {
  font-size: 0.8em;
  max-height: 12.4em;
  line-height: 1.8em;
  overflow: hidden;
  margin-top: 15px;
}

.has-large-font-size {
  font-size: 18px;
}

.sidebar h3 {
  background-color: #f5f6f7;
  padding: 12px;
  margin: 16px 0;
  border-radius: 2px;
  font-size: 18px;
}

.widget_categories ul li a,
.widget_archive ul li a {
  font-size: 0.8em;
}

/* 202509 add */
.widget_categories ul li a{
  font-size: 1rem;
}
/* 202509 add end */

@media screen and (max-width: 1023px) {
  .entry-card-content {
    margin-left: 40%;
    
  }

  @media screen and (max-width: 480px) {

    .ect-entry-card .card-thumb,
    .rect-entry-card .card-thumb,
    .ect-big-card-first .card-thumb {
      display: block;
      width: 100%;
      font-size: 18px;
    }

    .entry-card-title,
    .related-entry-card-title {
      font-size: 18px;
    }

    .entry-card-title::after {
      content: url("https://tenposbusters.co.jp/img/nav_arrow.png");
      margin-left: 5px;
    }

    .entry-card-info>* {
      font-size: 0.9em;
      padding: 2px;
    }

    .cat-label {
      font-size: 16px;
    }
  }

  /* ======================================
投稿詳細
=========================================*/
  .under-entry-content {
    border-top: 1px solid #ccc;
  }

  .txt-r {
    text-align: right;
  }

  /* ======================================
SP グローバルメニュー
=======================================*/
  @media only screen and (max-width: 799px) {
    .drawer.drawer-open .drawer-hamburger {
      position: fixed;
    }
  }

  @media only screen and (max-width: 768px) {
    #header {
      position: relative;
    }
  }