@charset "utf-8";

.affiliatepage .main {
  width: 100%;
  margin: -25px 0 0 0;
}

.affiliatepage .title-content {
  position: relative;
}
.affiliatepage .title-content h2 {
  position: absolute;
  top: 31px;
  left: 330px; /* 20171005修正 */
  color: #fff;
  font-size: 30pt;
}
.affiliatepage .title-content p {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  width: 50%;
}

.affiliatepage .pr-notice {
  width: 100%;
  text-align: right;
  float: left;
  font-size: 0.8em;
  font-weight: bold;
}

.affiliatepage .pickup {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 1rem 0;
}
.affiliatepage .pickup li {
  float: left;
  font-size: 0.8rem;
  line-height: 1.6rem;
  margin: 0.4rem 0.8rem;
}
.affiliatepage .pickup li:first-child {
  background: #2975a6;
  font-weight: bold;
  text-align: center;
  padding: 0.4rem 0.6rem;
  color: #fff;
  margin: 0.4rem 0.8rem 0.4rem 0.4rem;
}
.affiliatepage .pickup li a {
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 2.3rem;
}

.affiliatepage .notice {
  margin: 1rem auto;
  padding: 1rem 0;
  clear: both;
  border: 0;
}
.affiliatepage .notice p {
  margin: 0.2rem auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2.6rem;
}
.affiliatepage .notice p:first-child {
  padding: 0.4rem 0;
  font-size: 1.6rem;
  color: #f03514;
  border-top: 1px solid #f03514;
  border-bottom: 1px solid #f03514;
}

.affiliatepage .navi {
  overflow: hidden;
  display: block;
  margin: -20px 0 2rem 0;
}
.affiliatepage .navi i {
  display: block;
  margin: 0.4rem 0;
}
.affiliatepage .navi li {
  background: #eee;
  width: 23%;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 1%;
  text-align: center;
}
.affiliatepage .navi li a {
  height: 100%;
  display: block;
  margin: 0 auto;
  padding: 1.4rem 0 0.4rem 0;
  text-align: center;
  line-height: 2rem;
  font-size: 1.2rem;
  color: #fff;
}
.affiliatepage .navi li:nth-child(1) {
  background: #fabc00;
}
.affiliatepage .navi li:nth-child(2) {
  background: #82d12f;
}
.affiliatepage .navi li:nth-child(3) {
  background: #11afe8;
}
.affiliatepage .navi li:nth-child(4) {
  background: #8d41c6;
}

.affiliatepage .type {
  background: #eee;
  overflow: hidden;
  display: block;
  padding: 1.2rem;
  margin: 0 0 3rem 0;
}
.type.type-1 { border-top: 6px solid #fabc00; }
.type.type-2 { border-top: 6px solid #82d12f; }
.type.type-3 { border-top: 6px solid #11afe8; }
.type.type-4 { border-top: 6px solid #8d41c6; }

.affiliatepage .type .title {
  border-left: 5px solid #ccc;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  margin: 1rem 0;
  padding: 0 0 0 0.6rem;
}
.affiliatepage .type-1 .title {
  border-left: 5px solid #fabc00;
}
.affiliatepage .type-2 .title {
  border-left: 5px solid #82d12f;
}
.affiliatepage .type-3 .title {
  border-left: 5px solid #11afe8;
}
.affiliatepage .type-4 .title {
  border-left: 5px solid #8d41c6;
}
.affiliatepage .type .row > div {
  margin-bottom: 1rem; 
  width: 49%;
  overflow: hidden;
  display: block;
}
.affiliatepage .type .row > div:nth-child(1) {
  float: left;
}
.affiliatepage .type .row > div:nth-child(2) {
  float: right;
}
.affiliatepage .type .row > div > img {
  width: 100%;
}
.affiliatepage .type .sub-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.affiliatepage .type .point {
  padding: 0;
  margin: 0.2rem 0;
}
.affiliatepage .type .point i {
  font-size: 0.8rem;
  margin: 0 0.2rem 0 0;
  line-height: 1.2rem;
  position: relative;
  top: -1px;
}
.affiliatepage .type .point span {
  font-weight: bold;
}
.affiliatepage .type .link {
  margin: 2rem 0 1rem;
  text-align: left;
  display: flex;
  align-items: center;
}
.affiliatepage .type .link > p {
/*  overflow: hidden;*/
  display: block;
}
.affiliatepage .type .link > p:nth-child(1) {
  margin-right: 16px;
/*  float: left;*/
}
.affiliatepage .type .link > p:nth-child(2) {
/*  float: right;*/
}
.affiliatepage .type .link a {
  text-align: center;
}
.affiliatepage .type .link i {
  margin: 0 0.4rem 0 0;
  line-height: 1.2rem;
  position: relative;
  top: -1px;
}

.affiliatepage .about {
  overflow: hidden;
  display: block;
  margin: 0 0 3rem 0;
}
.affiliatepage .about .row {
  clear: both;
}
.affiliatepage .about .row > div {
  width: 60%;
  overflow: hidden;
  display: block;
  float: left;
}
.affiliatepage .about .row > div:nth-child(1) {
  width: 36%;
}
.affiliatepage .about .row:nth-child(1) > div:nth-child(1) {
  margin-right: 3%;
}
.affiliatepage .about .row:nth-child(2) > div:nth-child(1) {
  margin-left: 3%;
}
.affiliatepage .about .row:nth-child(2) {
  padding: 3rem 0;
}
.affiliatepage .about .row:nth-child(2) > div:nth-child(1) {
  float: right;
}
.affiliatepage .about .row > div:nth-child(2) li i {
  margin: 0 0.8rem 0 0;
  line-height: 1.2rem;
  position: relative;
  top: -1px;
}
.affiliatepage .about .row li {
  margin: 0 0 0.8rem 0;
  padding: 0 0 0.8rem 0;
  border-bottom: 1px solid #eee;
}
.affiliatepage .about .row li:last-child {
  border: 0;
}

.affiliatepage .about .row .fx_style {
  line-height: 2em;
}

/*
.affiliatepage .about .row .style_topic {
  background-color: #2975a6;
  color: #fff;
  padding: 3px 28px;
  margin: 0 0 0 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.affiliatepage .about .row .style_topic img {
  margin: 11px 0 0 0;
  padding: 0 10px;
}

.affiliatepage .about .row .style_topic span {
  font-weight: bold;
}
*/


.affiliatepage .style {
  overflow: hidden;
  display: block;
  margin: 0 0 3rem 0;
}
.affiliatepage .style .row {
  clear: both;
  margin: 0 0 3rem 0;
  overflow: hidden;
  display: block;
}
.affiliatepage .style .row > div {
  width: 48%;
  overflow: hidden;
  display: block;
  float: left;
  border: 1px solid #eee;
  text-align: center;
  margin: 0 auto;
}
.affiliatepage .style .row > div:nth-child(2) {
  float: right;
}
.affiliatepage .style .row > div > div {
  padding: 1rem;
}
.affiliatepage .style .row > div .title {
  background: #eee;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
}
.affiliatepage .style .row > div .description {
  height: 5rem;
  display: block;
  text-align: left;
  padding: 0 1rem;
}
.affiliatepage .style .row > div img {
  width: 100%;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.affiliatepage .style .detail {
  padding-top: 0 !important;
}
.affiliatepage .style .detail a {
  display: block;
  margin: 0;
}
.affiliatepage .style .detail i {
  margin: 0 0.8rem 0 0;
  line-height: 1.2rem;
  position: relative;
  top: -1px;
}

/* リスク文言 */
.affiliatepage .notice-text {
  font-size: 0.8em;
  border: solid 1px #eeeeee;
  color: #666666;
  background: #f6f6f6;
  padding: 7px 10px;
}

.channel-news .logo {
  width: 398px;
  height: 42px;
  margin: 0;
  padding: 0;
  background: url(../images/logo-kaisha-pc.png) 0 0 no-repeat;
}

/* 2017.10.3 j-cast追加 */
.affiliatepage .type .row {
    margin-bottom: 1rem;
}

.affiliatepage .type .row:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.affiliatepage .type .row:last-child {
    margin-bottom: 0;
}

/* 2017.10.5 FXウォッチ追加 */
.fx_hako {
  display: table;
  margin: 0 auto;
}
.fx_list {
  margin: 0 0 20px !important;
}
.fx_img {
  display: table-cell;
  width: 360px;
  height: 160px;
}
.fx_img img {
  width: auto;
}
.fx_text {
  display: table-cell;
  padding-left: 20px;
  width: calc(100% - 360px);
  font-size: 15px;
  line-height: 1.6em;
  vertical-align: middle;
}
.fx-back {
  margin: 30px auto 0;
  text-align: center;
  width: 100%;
}
.fx-back a {
  display: block;
  margin: 0;
  padding: 12px 0;
  position: relative;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  font-weight: bold;
  vertical-align: baseline;
  background: #00258f;
}
.fx-back a:after {
  content: '←';
  display: block;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 32px;
  transition: all .3s ease-out;
}
.fx-back a:hover {
  opacity: 1;
  background: #0873fb;
}
.fx-back a:hover:after {
  left: 16px;
}


