@charset "UTF-8";
.gNav .gNav__list__item.ranking {
  background-color: #ef2151;
}
.gNav .gNav__list__item.ranking a,
.gNav .gNav__list__item.ranking a .icon {
  color: #fff;
}
.modified {
  margin: 10px 0;
  color: #0043a2;
}

.modified::before {
  display: inline-block;
  width: 13px;
  height: 14px;
  margin-right: 8px;
  background: url(/credit/module/img/icon/icon_arrow_r.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}


.singlePageWrap__inner .aligncenter { display: block; margin: 15px auto;}
.singlePageWrap__inner .alignright,.l-single__inner .alignright { float: right; }
.singlePageWrap__inner .alignleft,.l-single__inner .alignleft { float: left; }
.singlePageWrap__inner .alignright,.singlePageWrap__inner .alignleft,
.l-single__inner .alignright,.l-single__inner .alignright {margin: 8px;}
.singlePageWrap__inner table:not([class]) td,.l-single__inner table:not([class]) td,
.singlePageWrap__inner table:not([class]) th,.l-single__inner table:not([class]) th 
{ width: auto; padding: 6px 10px;}

table.infotable {
  width: calc(100% - 7%);
  max-width: 1278px;
  margin-top: 28px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  font-size: 1.2rem;
}

@media screen and (min-width: 767px) {
  table.infotable {
    width: 100%;
  }
}

table.infotable th {
  padding: 6px 10px;
  border-top: 1px solid #ddd;
  background: #555;
  font-weight: 500;
  color: #fff;
  text-align: left;
}

table.infotable td {
  width: 50%;
  padding: 6px 10px;
  border-top: 1px solid #ddd;
}

table.infotable .gray {
  width: 8rem;
  background: #f0f0f0;
  color: #222;
}

table.infotable tr:last-child th, table.infotable tr:last-child td {
  border-bottom: 1px solid #ddd;
}




.related--md {
  border: 1px solid #4373c2;
  padding: 10px;
  margin: 45px 0 40px;
  position: relative;
}

.related--md .related__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #0a4098;
  padding: 7px 9px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.related--md .related__ttl::before {
  content: "";
  width: 12px;
  height: 100%;
  background: #0a4098;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -6px;
  -webkit-transform: skew(20deg);
      -ms-transform: skew(20deg);
          transform: skew(20deg);
}

.related--md .related__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.related--md .related__list__item .thumb {
  width: 240px;
}

.related--md .related__list__item .thumb img {
  width: 100%;
  height: auto;
}

.related--md .related__list__item .related__txt {
  width: -webkit-calc(100% - 252px);
  width: calc(100% - 252px);
  margin-left: 12px;
}

.related--md .related__list__item .related__txt a {
  font-size: 2rem;
  line-height: 1.6;
  text-decoration: underline;
}

.related--md .related__list__item .data {
  margin: 18px 0;
}

.related--md .related__list__item .time {
  margin-left: 0;
}

.related--md .related__list__item + .related__list__item {
  margin: 10px 0 0;
}


@media screen and (min-width: 767px) {
  /*=================================
    table
  =================================*/
  table.infotable {
    max-width: 1030px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
  table.infotable th {
    padding: 12px 50px;
  }
  table.infotable td {
    width: 50%;
    padding: 12px 50px;
    font-size: 1.6rem;
  }
  table.infotable .gray {
    width: 20rem;
  }
}


@media screen and (max-width: 1024px){

  .related--md{
    padding: 33px 8px 5px;
    margin: 25px auto 20px auto;
    width: calc(100% - 7%);
  }
  .related--md .related__ttl{
    font-size: 1.2rem;
    padding: 5px 5px 5px 9px;
  }
  .related--md .related__ttl::before{
    content: "";
    width: 8px;
    left: -4px;
  }
  .related--md .related__list__item .thumb{
    width: 120px;
  }
  .related--md .related__list__item .related__txt{
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    margin-left: 0;
    padding: 0 10px;
  }
  .related--md .related__list__item .related__txt a{
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .related--md .related__list__item .data{
    margin: 0 0 8px;
  }
  .related--md .related__list__item .time{
    margin-left: 0;
  }
  .related--md .related__list__item + .related__list__item{
    margin: 10px 0 0;
  }
.singlePageWrap__inner .alignright,.singlePageWrap__inner .alignleft,
.l-single__inner .alignright,.l-single__inner .alignright {float: none; display: block; margin: 8px auto;}
}
/*キャンペーン情報*/
.cate-card-campaign {
  margin: 24px 0 14px;
}
.cate-card-campaign .campaign-ttl {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 5px;
  color: #ee063c;
  position: relative;
}
.cate-card-campaign .campaign-ttl::before {
  content: "\f06b";
  font-family: "FontAwesome", sans-serif;
  font-size: 2.2rem;
  color: #ee063c;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 8px 0 0;
}
.cate-card-campaign .txt {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 15px 30px;
  border: 1px solid #ee063c;
  background: #fff;
  border-radius: 50px;
}
.cate-card-campaign .makr {
  color: #d52f21;
}
@media screen and (max-width: 768px) {
  /*キャンペーン情報*/
  .cate-card-campaign {
    margin: 15px 0 5px;
  }
  .cate-card-campaign .campaign-ttl {
    font-size: 1.6rem;
  }
  .cate-card-campaign .campaign-ttl::before {
    font-size: 1.8rem;
    margin: -3px 4px 0 0;
  }
  .cate-card-campaign .txt {
    font-size: 1.4rem;
    padding: 10px 15px;
    border-radius: 15px;
  }
}

/* PR表記 */
.tooltip--float { /* ツールチップを設置する「親要素」に指定、そこを基準に右上に配置される */
  position: relative;
}
.tooltip--float .tooltipWrap {
  cursor: pointer;
  border-radius: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.tooltip--float .js--tooltipTarget {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: .05em;
  color: #fff;
  background: #6e7682;
  display: inline-block;
  padding: 6px 9px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.tooltip--float .js--tooltipItem {
  font-size: 1.4rem;
  padding: 10px;
  border-radius: 5px;
  background: #d5d7d9;
  width: 50%;
  position: absolute;
  z-index: 1000;
  display: none;
}
.tooltip--float .tooltipWrap:hover .js--tooltipItem {
  display: inline-block;
  top: 32px;
  right: 5px;
  width: 300px;
}
.tooltip--float .js--tooltipItem::before {
  content: "";
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #d5d7d9 transparent;
  position: absolute;
  top: -12px;
  right: 10px;
  z-index: 1000;
}

.tooltip--static {
  position: relative;
  text-align: right;
}
.tooltip--static .tooltipWrap {
  display: inline-block;
}
.tooltip--static .js--tooltipTarget {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: .05em;
  color: #fff;
  background: #6e7682;
  display: inline-block;
  padding: 6px 9px;
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.tooltip--static .js--tooltipItem {
  font-size: 1.4rem;
  padding: 10px;
  border-radius: 5px;
  background: #d5d7d9;
  width: 50%;
  text-align: left;
  position: absolute;
  z-index: 1000;
  display: none;
}
.tooltip--static .tooltipWrap:hover .js--tooltipItem {
  display: inline-block;
  top: 35px;
  right: 5px;
  width: 300px;
}
.tooltip--static .js--tooltipItem::before {
  content: "";
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #d5d7d9 transparent;
  position: absolute;
  top: -12px;
  right: 10px;
  z-index: 1000;
}