
@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #3e3e3e 0px, #3e3e3e 2px, transparent 2px, transparent 5px,#3e3e3e 5px, #3e3e3e 7px) left bottom / 100% 7px no-repeat;
  color: #3e3e3e;
}

/*
.spc_comment {  }
*/

.spc_comment_tit { 
  width: 50%;
  margin-top: -24px;
 }
 
 .spc_comment_title {
   width: 50%;
   background-size: contain;
   text-align: center;
   margin: 0 auto 32px;
 }
 
 .spc_comment_txt span {
   font-weight: bold;
   background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
 }

/*
.spc_comment_txt {  }
*/


/*
------------------------------------------------------------------------------------*/
.spc_clearlist_wrap { color: #494949; }

.spc_clearlist_title {
  color: #fff;
  background: #0c63b9;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding: 6px 4px;
  margin: 48px 0 -12px;
}

.spc_clearlist_read {
  color: #6e6e6e;
  --fs: 18px;
  --fh: 30px;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) auto calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.spc_clearlist_read span {
  font-weight: bold;
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}

.spc_clearlist_table_txt {
  text-align: center;
  color: #6e6e6e;
  --fs: 18px;
  --fh: 30px;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: 18px auto 2px;
}

.spc_clearlist_table_back {
  background: #00d1ff;
  padding: 12px;
  margin-top: 20px;
}

.spc_clearlist_table_wrap {
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0;
}

.spc_clearlist_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 6px;
}
.spc_clearlist_table_th_end { border-radius: 0 0 0 6px; }
.spc_clearlist_table_td_end { border-radius: 0 0 6px 0; }

.spc_clearlist_table_th {
  width: 16%;
  background: #fff;
  border: #00d1ff solid 1px;
  color: #0c63b9;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
}

.spc_clearlist_table_item,
.spc_clearlist_table_td {
  width: 22%;
  background: #fff;
  border: #00d1ff solid 1px; 
  color: #4d4d4d;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding: 16px 0;
}
.spc_clearlist_table th, .spc_clearlist_table td {
  white-space: nowrap;
  width: 60px;
}
.spc_clearlist_table_item { padding: 8px 0 2px 0; }

.spc_clearlist_table_sticky {
  width: 80px !important;
  background: #f2fdff;
  top: 0;
  left: 0;
  z-index: 2;
}

.spc_clearlist_table_sticky_new {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 35%;
  z-index: 2;
}

.spc_clearlist_table_attention {
  font-size: 10px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
}

.spc_clearlist_table_tfoot {
  background: transparent;
  padding: 4px 2px 0;
}

.spc_clearlist_winning_wrap { margin-top: 24px; }

.spc_clearlist_winning_outer {
  background: #00d1ff;
  margin-top: 20px;
  padding: 12px 8px;
}

.spc_clearlist_winning_inner {
  background: url(/images/pc/content/free/spc_clearlist/ornament_pc.webp) top 8px left 8px / 10px no-repeat,
              url(/images/pc/content/free/spc_clearlist/ornament_pc.webp) top 8px right 8px / 10px no-repeat,
              url(/images/pc/content/free/spc_clearlist/ornament_pc.webp) bottom 8px left 8px / 10px no-repeat,
              url(/images/pc/content/free/spc_clearlist/ornament_pc.webp) bottom 8px right 8px / 10px no-repeat #fff;
  border-radius: 6px;
  padding: 12px 12px 24px;
}

.spc_clearlist_winning_tit {
  color: #6e6e6e;
  --fs: 18px;
  --fh: 30px;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 16px calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.spc_clearlist_winning_subTit {
  color: #00d1ff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.spc_clearlist_winning_img {
  display: block;
  margin-top: 8px;
}

.spc_clearlist_popularity_wrap {
  width: 80%;
  background: url(/images/pc/content/free/spc_clearlist/line_pc.webp) top center / 60% no-repeat,
              url(/images/pc/content/free/spc_clearlist/line_pc.webp) bottom center / 60% no-repeat;
  margin: 64px auto 0;
  padding: 56px 0;
}

.spc_clearlist_popularity_tit {
  color: #6e6e6e;
  --fs: 18px;
  --fh: 30px;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 16px calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.spc_clearlist_popularity_subTit {
  background: url(/images/pc/content/free/spc_clearlist/checkIcon_pc.webp) left / 44px no-repeat;
  color: #00d1ff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin: 24px 16px 0;
  padding: 7px 0 0 56px;
}

.spc_clearlist_popularity_txt {
  color: #00d1ff;
  --fs: 18px;
  --fh: 30px;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(8px + ((var(--fs) - var(--fh)) / 2)) 16px calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.spc_clearlist_popularity_attention {
  color: #00d1ff;
  --fs: 14px;
  --fh: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.spc_clearlist_about_wrap {
  background: #00d1ff;
  margin-top: 64px;
  padding: 16px;
}

.spc_clearlist_about_inner {
  background: url(/images/pc/content/free/spc_clearlist/ornament_pc.webp) top 16px left 16px / 20px no-repeat,
              url(/images/pc/content/free/spc_clearlist/ornament_pc.webp) top 16px right 16px / 20px no-repeat,
              url(/images/pc/content/free/spc_clearlist/ornament_pc.webp) bottom 16px left 16px / 20px no-repeat,
              url(/images/pc/content/free/spc_clearlist/ornament_pc.webp) bottom 16px right 16px / 20px no-repeat #fff;
  border-radius: 12px;
  padding: 24px 24px 56px;
}

.spc_clearlist_about_tit {
  color: #00d1ff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: -16px;
}

.spc_clearlist_about_subTit {
  border-bottom: #006dbd solid 2px;
  color: #006dbd;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}

.spc_clearlist_about_txt {
  color: #00d1ff;
  --fs: 18px;
  --fh: 26px;
  font-size: var(--fs);
  line-height: var(--fh);
  text-align: center;
  margin: calc(16px + ((var(--fs) - var(--fh)) / 2)) 4px calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.spc_clearlist_about_img {
  width: 97.6%;
  display: block;
  margin: 24px auto 0;
}

.spc_clearlist_about_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 24px 4px 0;
}

.spc_clearlist_about_flexImg {
  width: 30%;
}

.spc_clearlist_about_endTxt {
  color: #494949;
  --fs: 18px;
  --fh: 28px;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(48px + ((var(--fs) - var(--fh)) / 2)) 4px calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.spc_clearlist_bnr {
  margin-top: 60px;
}

.spc_clearlist_bnr_link {
  color: initial;
  width: 90%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 3px 3px 6px #d6d6d6;
  display: block;
  position: relative;
  margin: 60px auto;
  padding-bottom: 7px;
}

.spc_clearlist_bnr_link:first-of-type {
  margin-top: 0;
}

.spc_clearlist_bnr_link:hover {
  text-decoration: none;
}

.spc_clearlist_bnr_img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: block;
}

.spc_clearlist_bnr_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 6px 0 6px;
}

.spc_clearlist_bnr_txt {
  font-size: 16px;
  line-height: 20px;
  padding: 3px 6px 0 6px;
}