@charset "UTF-8";
/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20250610.2100
*/

table th{
  font-weight: bold;
}

/* アイキャッチのクレジット表記を画像下に移す */
.eyecatch-copyurl {
    position: static !important;    /* absoluteを打ち消す */
    bottom: auto !important;        /* bottom位置指定を打ち消す */
    right: auto !important;         /* right位置指定を打ち消す */
    background-color: transparent;  /* 背景色を削除 */
    padding: 0;                     /* パディングを削除 */
    border-radius: 0;               /* 角丸を削除 */
    margin: 0.5em 0 0 !important;   /* wp-caption-textと同じマージン */
    color: #757575!important;     /* wp-caption-textと同じ色 */
    line-height: 1.4;               /* wp-caption-textと同じlineheight */
    text-align: center;             /* 中央揃えに変更 */
    font-size: 12px;                /* フォントサイズ */
    width: 100%;                    /* 幅を100%に */
    box-sizing: border-box;         /* ボックスサイズを調整 */
}
#headbox{
    padding: 0px!important;
}
#st-headerbox .st-header-content{
    padding: 0px 20px!important;
}
footer #st-text-logo{
    display: none;
}

/* Footer Navigation Styles */
#st-footer-dramanavi {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Container for the four columns */
.footer-nav-container {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

/* Column styling */
.footer-nav-column {
  width: 24%;
  margin-bottom: 20px;
}

/* Heading styles */
.footer-nav-column h3 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #333;
}

.footer-nav-column h3 a {
  color: #333;
  text-decoration: none;
}

.footer-nav-column h3 a:hover {
  text-decoration: underline;
}

/* List styling */
.footer-nav-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav-column ul li {
  margin-bottom: 10px;
}

.footer-nav-column ul li a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.footer-nav-column ul li a:hover {
  text-decoration: underline;
}

/* Bottom links */
.footer-bottom-links {
  text-align: center;
  margin-bottom: 15px;
}

.footer-bottom-links a {
  display: inline-block;
  margin: 0 10px;
  color: #666;
  text-decoration: none;
  font-size: 12px;
}

.footer-bottom-links a:hover {
  text-decoration: underline;
}

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {

    #header-l {
        padding-top: 0;
    }

	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {

    .footer-nav-column {
        width: 48%;
        margin-bottom: 25px;
    }

	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}



/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

    .footer-nav-column {
        width: 100%;
        margin-bottom: 20px;
      }
      
      .footer-bottom-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
      
      .footer-bottom-links a {
        margin: 5px 10px;
      }
      #header-l{
        display: none;
      }
	
	/*-- ここまで --*/
}
