@charset "UTF-8";


/************************************
** スマホで見やすい比較表
************************************/
.popup{
    position:relative;
    margin: 0;
    padding: 0;
    width: 900px;
}
/* PC表示時に中央寄せ */
@media (min-width: 1024px) {
.popup{
    margin: 0 auto;
}
}
#cboxClose,
#cboxClose:hover {
    width: 74px;
    height: 74px;
    position: absolute;
    top: -1px;
    right: 25px;
    z-index: 1000;
    margin: 0;
}

.comparison-table-wrap{
    width:100%;
    max-width: 840px;
    margin: 0 auto 2em;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border: 5px solid #f53c65;
    border-radius: 15px;
  }
  .comparison-table-title{
    text-align: center;
    color: #f53c65;
    font-weight: bold;
    padding: 1em 1em 0.3em 1em;
    letter-spacing: 1px;
    margin: 0;
    font-size: 40px;
  }

  .comparison-table-title .lead{
    color:#555;
    font-size:28px;
    line-height:2em;
  }

.comparison-table-text{
  text-align: center;
  padding: 0.5em 1.5em 1.5em;
  line-height: 1.7em;
  font-size: 18px;
  font-weight: bold;
  color: #555;
}

  .comparison-table{
    margin:0;
    padding:0.3em 1em;
    border-radius: 15px;
  }
  .comparison-table table{
    border-collapse: separate;
    border-spacing: 5px 10px;
    border:none;
    margin-bottom: 0;
  }
  .comparison-table table th,.comparison-table table td {
    width:50%;
  }
  .comparison-table table thead th{
    background: #ffffff;
    border:none;
    color: #e51169;
    box-shadow: 0 2px 5px rgba(100,100,100,0.1);
    padding: 0.8em 0.5em;
    line-height: 1.5;
    border: 3px solid #e51169;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
  }
  .comparison-table table tbody th{
    background: #f53c65;
    text-align: center;
    color:#fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    padding: 0.2em 1em;
    font-size: 24px;
    line-height: 1.8;
  }
  .comparison-table table tbody td{
    background: #ffffff;
    box-shadow: 0 3px 5px 1px rgb(62 59 59 / 10%);
    border-radius: 5px;
    border: 1px solid #d0cdcd;
    padding: 2em 2.5em;
    color: #222;
    line-height: 1.8;
    text-align:justify;
    vertical-align:top;
    font-size: 16px;
  }
  .comparison-table table tbody td li{
    list-style-type:disc;
  }

 .comparison-table table tbody td dt{
   font-weight:bold;
   color:#3434db;
   font-size: 18px;
 }

.icon_point{
  content: url(/excludes/images/faq/popup/icon_point.png);
  transform: scale(1.0);
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  margin-right: 10px;
}

.icon_coin{
  content: url(/excludes/images/faq/popup/icon_coin.png);
  transform: scale(1.0);
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  margin-right: 10px;
}

    .comparison-table table td.td2{
    background: #ffffff;
    border:none;
    color: #f53c65;
    box-shadow: 0 2px 5px rgba(100,100,100,0.1);
    padding: 0.3em 0.5em;
    line-height: 1.5;
    border: 2px solid #f53c65;
    border-radius: 3px;
    font-size: 20px;
    text-align: center;
    font-weight:bold;
  }
  .comparison-table table tbody td p{
    margin:0;
    padding:0;
    margin-bottom:1em;
    font-size: 14px;
  }

  .comparison-table table tbody td{
    position:relative;
  }

  .comparison-table table tbody td .btn{
    text-align:right;
    position:absolute;
    bottom: 0px;
    right: 30px;
    font-weight: bold;
  }

  .comparison-table table tbody td .td-h{
    text-align:center;
    font-weight:bold;
    color:#33ccff;
    font-size: 16px;
    margin-bottom:7px;
  }

.comparison-table table tbody td .caution{
  color: #f53c65;
  font-size: 14px;
  margin:15px auto;
  text-indent:-1em;
  padding-left:1em;
}

.comparison-table table tbody td .caution li{
   list-style-type: none;
}

  @media screen and (max-width: 768px){
    .comparison-table{
      padding:7px;
    }
    .comparison-table table{
      border-spacing:3px 10px;
    }
    .comparison-table table thead th{
      position: -webkit-sticky;
      position: sticky;
      top:0px;
      z-index:100;
    }
  }

  .comparison-table .message{
   font-size: 26px;
   color: #f53c65;
   font-weight: bold;
   padding: 1.5em 1em;
   line-height: 1.5em;
  }

/************************************
** スマホ特化比較表(ピンク)
************************************/
/* 大見出し背景 */
.comparison-table-pink .comparison-table-title{
  background:#f7bcbc!important;
}
/* 中見出し背景 */
.comparison-table-pink .comparison-table table tbody th{
  background:#f7bcbc!important;
}
/* 強調文字 */
.comparison-table-pink .comparison-table table tbody td .td-h{
  color:#f7bcbc!important;
}
/* 全体背景 */
.comparison-table-pink .comparison-table{
background:#fdf1f1!important;
}
/* 比較名背景 */
.comparison-table-pink .comparison-table table thead th{
  background:#d1baba!important;
}
/************************************
** スマホで見やすい比較表(イエロー)
************************************/
/* 大見出し背景 */
.comparison-table-yellow .comparison-table-title{
  background:#fdc44f !important;
}
/* 中見出し背景 */
.comparison-table-yellow .comparison-table table tbody th{
  background:#fdc44f !important;
}
/* 強調文字 */
.comparison-table-yellow .comparison-table table tbody td .td-h{
  color:#fdc44f !important;
}
/* 全体背景 */
.comparison-table-yellow .comparison-table{
background:#fef9ed!important;
}
/* 比較名背景 */
.comparison-table-yellow .comparison-table table thead th{
  background:#d4c096 !important;
}
/************************************
** スマホで見やすい比較表(グリーン)
************************************/
/* 大見出し背景 */
.comparison-table-green .comparison-table-title{
  background:#2fcdb4 !important;
}
/* 中見出し背景 */
.comparison-table-green .comparison-table table tbody th{
  background:#2fcdb4 !important;
}
/* 強調文字 */
.comparison-table-green .comparison-table table tbody td .td-h{
  color:#2fcdb4 !important;
}
/* 全体背景 */
.comparison-table-green .comparison-table{
background:#eafaf7 !important;
}
/* 比較名背景 */
.comparison-table-green .comparison-table table thead th{
  background:#97c7bf !important;
}
/************************************
** スマホで見やすい比較表(シンプル)
************************************/
/* 大見出し背景 */
.comparison-table-simple .comparison-table-title{
  box-shadow:none !important;
}
/* 中見出し背景 */
.comparison-table-simple .comparison-table table tbody th{
  box-shadow:none !important;
}
/* 全体背景 */
.comparison-table-simple .comparison-table{
  background:none !important;
}
/* 比較名背景 */
.comparison-table-simple .comparison-table table thead th{
  box-shadow:none !important;
}
/* コンテンツ背景 */
.comparison-table-simple .comparison-table table tbody td{
  box-shadow:none !important;
  padding: 0.5em 1em;
}
/************************************
** スマホで見やすい比較表(画像比較)
************************************/
/* 比較名背景 */
.comparison-table-img .comparison-table table thead th{
  box-shadow:none !important;
  padding:0;
  margin:0;
}
.comparison-table-img .comparison-table table thead tr{
  background:none !important;
}
.comparison-table-img .comparison-table table thead th img{
  display:block;
}
.comparison-table table thead th p{
  margin:0;
}
/* 画像タイトル */
.comparison-table-img .comparison-table table thead th .th-h{
  color:#fff;
  padding-top:10px;
  margin-bottom:10px;
  font-size:14px;
}
/************************************
** スマホで見やすい比較表(固定追尾なし)
************************************/
@media screen and (max-width: 768px){
  .no-sticky .comparison-table table thead th{
    position:static;
  }
}
/************************************
** 吹き出し
************************************/
.box {
    position: relative;
    padding: 1rem;
    border-radius: 10px;
    border: 2px solid #333;
}

.box:before,
.box:after {
    position: absolute;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.box:before {
    top: 100%;
    border: 10px solid;
    border-color: transparent;
    border-top-color: #f53c65;
    margin-left: -10px;
}

.box:after {
    top: 99%;
    border: 8px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -8px;
}

.box p {
    color: #333;
    line-height: 1.5;
}

/************************************
** 文字装飾
************************************/

.bold{font-weight:bold;}
.yellow{background-color: #ff9;}
.yellow2{background:linear-gradient(transparent 60%, #ff6 89%);}
