@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*中央揃え*/
.ct {
  text-align: center;
}

/*色付きの文字を太字にする*/
.has-inline-color{
    font-weight: bold;
}

/*関連記事テキストリンク*/
.related-text-tag{
  font-size: 13px;
  color: #fff;
  margin-right: 4px;
  background-color: #e3696c;
  padding: 8px 8px;
}
.related-text-link a{
  font-size: 15px;
  font-weight: bold;
}
.related-text-bottom-tag{
  font-size: 12px;
  color: #fff;
  margin-right: 4px;
  background-color: #e3696c;
  padding: 4px 4px;
}
.related-text-bottom-link{
  font-size: 14px;
  font-weight: bold;
}

/* ポチップ（Amazon） */
.pochipp-box__logo { display: none!important; }