@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; }

/* CVボタン用 */
.sales-text {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    color: #8A8A8A;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
}

/* FAQの項目をh3に変更 */
.swell-block-faq h3 {
    padding: 0;
    margin: 0;
    font-size: 1em;
}
@media (min-width: 600px) {
    .swell-block-faq h3 {
        font-size: 1em;
    }
}
.swell-block-faq h3::before {
    background: none;
}