/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 21 2023 | 00:25:37 */
/***********************
 *  フッターに余白
 ***********************/
.l-footer {
    padding-bottom: 7em;
}
/***********************
 *  CTA
 ***********************/
.cta-rank {
  font-size: 1.3em;
  font-weight: bold;
  background: linear-gradient( transparent 50%, #ffffe5 0% );
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
}
.cta-rank span {
  font-size: 1.5em;
  color: #ec0012;
}
.cta-allpoint {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
/***********************
 *  ランキングBOX(TOP3)
 ***********************/
.pr-box {
    padding: 1em .7em;
    margin-bottom: 1em;
    background: #f4f4f4;
    border: solid 1px #eee;
}
.pr-index {
    position: relative;
    font-weight:bold;
    text-align: center;
    margin-bottom: 3em;
}
.pr-index::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 2px;
    margin: auto;
    content: '';
    background: #333;
}
.rank-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rank-inner {
    position: relative;
    border: 1px solid #333;
    padding: 1em .5em;
    width: 32%;
    background: #fff;
}
.rank-inner::before {
    position: absolute;
    top: -37px;
    right: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    content: '';
    background: url(https://cardtimely.com/media/wp-content/uploads/2021/09/2nd-50.png) no-repeat center top;
    background-size: contain;
}
.rank-inner:nth-of-type(2)::before {
    background: url(https://cardtimely.com/media/wp-content/uploads/2021/09/1st-50.png) no-repeat center top;
}
.rank-inner:nth-of-type(3)::before {
    background: url(https://cardtimely.com/media/wp-content/uploads/2021/09/3rd-50.png) no-repeat center top;
}
.rank-word {
    position: relative;
    display: inline-block;
    padding: 5px;
    margin: 15px 0;
    font-size: .8em;
    width: 100%;
    font-weight: bold;
    text-align: center;
    background: #fffebc;
}
.rank-word::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    width: 0;
    margin: 0 auto;
    content: "";
    border-top: 10px solid #fffebc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.rank-push {
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 0 .5em 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #ff0e0e;
    font-size: 1.1em;
}
.standa {
    margin: 10px 0;
}
.standb {
    font-size: .9em;
}
.standc {
    font-size: 1.12em;
}
/***********************
 *  広告ボタン（上下コピー付き）
 ***********************/
.royal{
    text-align: center;
}
.milk {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  color: #212529 !important;
}
.milk:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 1.7em;
}
.milk-tea {
  padding: calc(1.5rem - 12px) 2rem 1.5rem;
}
.milk-tea:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s ease;
  border: 3px solid #000;
}
.milk-tea:hover {
  padding: calc(1.5rem - 6px) 2rem;
}
.milk-tea:hover:before {
  top: 0;
  left: 0;
}
.milk-tea--color {
  background: yellow;
}
.micro-milk {
    font-size: 0.8em;
    color: #333;
    font-weight: bold;
    line-height: 3;
}
.micro-milk::before {
    content: "＼";
    display: inline-block;
    margin-right: 2px;
}
.micro-milk::after {
    content: "／";
    display: inline-block;
    margin-left: 2px;
}
.copy-milk {
  color: #777;
  font-size: 0.9em;
  font-weight: bold;
}
/***********************
 *  ランキングページ
 ***********************/
/* イメージ */
.g-ranking img{
  margin-bottom: 2em;
}
/* アコーディオン */
.stay-accordion {
    margin-bottom: 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.stay-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    font-weight: 600;
    cursor: pointer;
}
.stay-accordion summary::-webkit-details-marker {
    display: none;
}
.stay-accordion summary::after {
    content: "\f078";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;

}
.stay-accordion[open] summary::after {
    transform: rotate(180deg);
}
.stay-accordion p {
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;

}
.gold-accordion {
	margin: 0 2em;
    padding: 1em 0 1.5em;
    border-top: 1px dashed #ccc;
}
.stay-accordion[open] p {
    transform: none;
    opacity: 1;
}
/* テーブル */
.g-ranking .td_to_th_ tbody tr > :first-child::before,
.g-ranking tbody th::before {
    background-color: initial;
}
.g-ranking table{
  border-collapse: separate;
  border-spacing: 0 5px;
  border: none;
  margin-bottom: 2em;
}
.g-ranking table th,
.g-ranking table td{
  width: auto;
  border: none !important;
  padding: .7em;
}
.g-ranking table th{
  position: relative;
  background-color: #ffe8d1;
  color: #F57E11;
}
.g-ranking table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #ffe8d1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.g-ranking table td{
  background-color: #fff7ef;
}
/* 比較表まとめ */
.silence th,
.silence td {
    vertical-align: middle;
    text-align: center;
}
.deep {
  width: 150px;
}
/* ボタン */
.btn-block {
    padding: 0 0 2em 0;
    margin: 2em auto .5em;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.right-btn,
.left-btn {
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none !important;
    padding: .5em;
    text-align: center;
}
.right-btn {
    background-color: #f4f5f3;
    width: 33%;
    box-shadow: 0 4px 0 rgba(13,48,15,.26);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777 !important;
}
.left-btn {
    background-color: #f21b3f;
    width: 63%;
    box-shadow: 0 4px 0 #c50024;
    color: #fff !important;
    line-height: 1;
    position: relative;
}
.left-btn:after {
    content: "\f138";
    font-family: "font awesome 5 free";
    font-weight: bold;
    display: block;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 7px;
}
.s-moji {
    font-size: .8em;
}
/***********************
 *   JSリンク装飾
 ***********************/
.cv {
  cursor: pointer;
  text-decoration: underline;
  color: #008db7;
}
.cv:hover {
  color: #ccc;
}
/***********************
 *   ボタン
 ***********************/
/* 緑小 */
.little-green {
    color: #fff;
    font-weight: bold;
    background: #02bb80;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    padding: .5em;
    text-decoration: none !important;
    text-align: center;
    border-bottom: 3px solid #107957;
}
/* 青小 */
.little-btn {
    color: #fff;
    font-weight: bold;
    background: #7fbfff;
    border-radius: 4px;
    margin: 1em;
    padding: .75em 1.5em;
    text-decoration: none !important;
    text-align: center;
}
.little-btn:after {
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;
}
/* オレンジ中 */
.media-btn {
    color: #fff !important;
    background: #f90;
    border-radius: 3px;
    box-shadow: 5px 5px 0px #FEBD69;
    text-align: center;
    padding: 1em;
    margin: .5em;
    font-weight: bold;
    font-size: 1.1em;
}
.media-btn:before {
    content: "\f521";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-right: 0.5em;
}
.media-btn:after {
    content: "\f0a9";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;
}
/* 緑中 */
.btn-green {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  padding: 1em 2em 1em 4em;
  color: #fff;
  background: #32b16c;
  box-shadow: 0 5px 0 #2c9d60;
}
.btn-green span {
  font-size: 1.1em;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;
  color: #32b16c;
  border-radius: 4px;
  background: #fff;
}
.btn-green:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f30b";
  transition: all 0.3s;
}
.btn-green:hover {
  transform: translate(0, 3px);
  background: #38c578;
  color: #FFF;
}
.btn-green:hover:before {
  left: 2rem;
}
/* 青スピード感 */
.speed {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.speed-btn {
  padding: 1.2rem 3rem;
  transform: skew(-15deg);
  color: #fff !important;
  background-image: linear-gradient(to right, #0020B7 0%, #51D5F5 100%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.speed-btn i.fa {
  margin-right: 1rem;
}
.speed-btn:before {
  position: absolute;
  top: 46%;
  right: 0;
  width: 3rem;
  height: 1px;
  content: "";
  transition: all 0.3s;
  background: #fff;
}
.speed-btn:after {
  position: absolute;
  top: 55%;
  right: 1rem;
  width: 2rem;
  height: 1px;
  content: "";
  transition: all 0.3s;
  background: #fff;
}
.speed-btn:hover {
  transform: skew(0);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.speed-btn:hover:before {
  right: -1.5rem;
  background: #0020B7;
}
.speed-btn:hover:after {
  right: -1rem;
  background: #0020B7;
}
/***********************
 *   ピックアップバナー
 ***********************/
.p-pickupBanners__list .c-bannerLink {
    box-shadow: 3px 3px 3px #ddd;
}
.p-pickupBanners__list img {
    border-radius: 5px;
}
/***********************
 *   内部リンク
 ***********************/
.internal {
    padding: 0 0 0 3.7em;
    font-size: 0.9em;
    line-height: 1.5;
    position: relative;
}
.internal:before {
    content: "関連";
    color: #555;
    margin-right: 5px;
    border-radius: 50%;
    padding: 0.7em 0.5em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0em;
    border: solid 1px #555;
}
/***********************
 *   テーブル
 ***********************/
table {
  font-size: .9em !important;
}
th {
    text-align: center;
    vertical-align: middle !important;
    color: #555;
}
/* 比較ページ：テーブル */
.comparison {
    text-align: center !important;
}
.s-logo img{
    width: 150px;
}
.comparison td{
    vertical-align: middle;
}

/* スクロール用（スマホ） */
[data-table-scrollable] table {
	width:800px;
	max-width:800px;
}
/***********************
 *        装飾
 ***********************/
/* 見出し以下 */
.aika {
    border-bottom: 1px dashed #333;
    font-size: 1.1em;
    font-weight: bold;
    margin: 1.2em 0;
}
.aika:before {
    content: "#";
    margin-right: .5em;
}
/* 太字 */
.mana {
  font-weight: bold;
}
/* アンダーライン */
.marker {
    background: linear-gradient( transparent 60%, #ffcedb 0% );
    font-weight: bold;
    text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
}
/* 右寄せ・小文字・薄く */
.official {
  font-size: 0.9em;
  color: #777;
  text-align: right;
}
/* 薄い黄色BOX */
.media-box-yellow {
    background-color: #fffdef;
    padding: 1.5em;
}
/* 口コミ */
.kurea {
  padding: 1.5em;
  border: 1px dashed #ccc;
  margin: 1em;
}
.kurea p{
  font-size: 0.9em;
}
/* 出典元 */
.source {
  font-size: 0.9em;
  color: #777;
  text-align: center;
  font-style: italic;
}
/* ポイントBOX */
.is-style-onborder_ttl2 > .cap_box_ttl {
  color: #000;
  background: #fff;
  font-size: 1em;
}
/***********************
 * 解析イメタグ調整
 ***********************/
.analysis-img {
	font-size: 0;
	line-height: 0;
}
/***********************
 * 引用タグ
 ***********************/
blockquote cite {
    text-align: right;
}
/***********************
 * ページ内リンクボタン（比較ページ）
 ***********************/
.hkk-btn {
  border: 1px solid #48ace7;
  border-radius: 3px;
  padding: 1em;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  box-shadow: 3px 3px 0px 0px #48ace7;
}
.hkk-btn i {
  margin-right: .3em;
  font-size: 1.1em;
}
/***********************
 * カテゴリー用著者情報
 ***********************/
.category-author{
border: solid 1px #ccc;
padding: 2em 2em 1em;
}
.category-author-yoko {
display: flex;
}
.category-author-info {
border-right: solid 1px #ddd;
padding: 0 1em 0 0;
}
.category-author-avatar{
width: 96px;
height: 96px;
border-radius: 50%;
overflow: hidden;
}
.category-author-name{
display: block;
text-align: center;
color: #777;
}
.category-author-description{
font-size: .9em;
width: 80%;
margin: 0 0 0 1em;
}
.category-author-link {
font-size: .9em;
text-align: right;
}
/***********************
 * ショートコードアルティメットデフォルト値変更
 ***********************/
.su-tooltip-button {
    position: relative;
    color: #5AB0FF;
  }
  .su-tooltip-content {
    font-size: .8em;
}
/***********************
 * 目次とFFBが被らないように
 ***********************/
.p-indexModal {
  padding: 80px 16px 137px 16px;
}
.p-fixBtnWrap {
  bottom: 7.25em;
}
/***********************
 * 目次とFFBが被らないように
 ***********************/
.wiss {
    font-size: .8em;
	color: #999;
	text-align: center;
	font-weight: bold;
}