@charset "utf-8";

.Weak {
  color: #444;
  font-family:
    Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 1.9;
  background-image:
    url(/contents/weak/image/weak_bg_t.jpg), url(/contents/weak/image/weak_bg_b.jpg),
    url(/contents/weak/image/weak_bg.jpg);
  background-position:
    center top,
    center bottom,
    center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  width: 100%;
  max-width: 980px;
  margin: 50px auto;
  padding: 3em 0;
}

.Weak section {
  width: 85%;
  margin: 3em auto;
}

#topic {
  background: url(/contents/weak/image/caption.jpg) center center no-repeat;
  height: 500px;
  margin: 0 auto;
}

#topic h2 {
  color: #fff;
  font-family:
    Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo,
    serif;
  font-size: 60px;
  font-weight: nomal;
  letter-spacing: 40px;
  line-height: 1em;
  text-shadow: 1px 1px 3px #333;
  padding: 100px;
}

#topic h2 span {
  display: block;
  width: 300px;
  height: 100px;
}

#weak_title {
  background: url(/contents/weak/image/don.jpg) top left no-repeat;
  margin: 2em auto;
  height: 75px;
  width: 90%;
  font-size: 35px;
  font-weight: normal;
  padding: 25px 0px 0px 90px;
  line-height: 1em;
}

.Weak section p {
  width: 80%;
  margin: 3em auto;
  margin-top: 0;
}

#weak_point_table {
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto;
}

#weak_point_table thead tr td {
  width: 1em;
}

#weak_point_table th,
#weak_point_table td {
  padding: 10px;
  border: 1px solid #babcbf;
  font-weight: 100;
}

#weak_point_table th {
  background: #efefef;
}

#weak_point_table thead td {
  background: #ffc;
}

#weak_point_table td {
  font-family: メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

#weak_point_table .tfoot {
  text-align: left;
  border: none;
}

#weak_point_table .tfoot span {
  margin-right: 1em;
}

.Weak h4 {
  margin-left: 4em;
  font-size: 18px;
}

.link_arrow {
  position: relative;
}

.link_arrow:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: 0;
  margin-top: -15px;
}

.link_arrow:after {
  content: "";
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-left: solid 12px #ffffff;
  position: absolute;
  top: 23px;
  left: 13px;
  margin-top: -10px;
}

.link_arrow_sub {
  display: block;
  position: relative;
  top: 19px;
  left: 6px;
  width: 10px;
  height: 8px;
  background: #fff;
}

.link_arrow a {
  color: #3f3a2c;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
  margin: 0px;
  padding-left: 38px;
  position: relative;
  font-size: 16px;
  line-height: 2em;
}

.link_arrow a:hover {
  color: #896c36;
}

/* week(宝石の弱点を知ろう)
--------------------------------------------------------------------*/

@media (max-width: 780px) {
  .Weak {
    margin: 40px 0 0 0;
    padding: 0;
    background-image: none;
  }

  .Weak section {
    width: 100%;
  }

  #topic {
    background-position: 70% 0%;
    -moz-background-size: cover;
    background-size: cover;
    height: 250px;
  }

  #topic h2 {
    font-size: 36px;
    padding: 40px 0 0 10px;
    width: 90%;
    letter-spacing: 0.4em;
    line-height: 1.6em;
  }

  #topic h2 span {
    display: inline;
  }

  .br::before {
    content: "A";
    white-space: pre;
  }

  #weak_title {
    background: none;
    width: 90%;
    padding: 0;
    font-size: 20px;
    margin: 2em auto;
    height: auto;
    line-height: 1.4em;
  }

  .Weak section p {
    margin: 2em auto;
    width: 90%;
  }

  .Weak h4 {
    margin-left: 10px;
    font-size: 18px;
  }

  #weak_point_table {
    display: block;
    position: relative;
    width: 99%;
    margin-left: 2px;
    font-size: 12px;
  }

  #weak_point_table thead {
    display: block;
    float: left;
  }

  #weak_point_table tbody {
    display: flex;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  #weak_point_table th,
  #weak_point_table td {
    padding: 5px 3px;
  }

  #weak_point_table thead tr {
    display: block;
  }

  #weak_point_table thead tr td {
    width: auto;
  }

  #weak_point_table th {
    display: block;
  }

  #weak_point_table tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  #weak_point_table td {
    display: block;
  }

  #weak_point_table .tfoot span {
    font-size: 12px;
    display: block;
  }

  #table_title::after {
    content: " (横にスライドできます)";
    font-size: 12px;
    display: block;
  }
}

/* CSS
--------------------------------------------------------------------*/

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#totp {
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 70px;
}

#totp img {
  width: 100%;
}

#totp a {
  background: none;
}

#sp_head {
  display: none;
}

h2 {
  margin-top: 3px;
  margin-left: 10px;
  font-size: 22px;
  letter-spacing: 0.15em;
}

#ral_wrap {
  margin: 0 auto;
  width: 950px;
  text-align: left;
}

/* スマホCSS
--------------------------------------------------------------------*/

@media (max-width: 780px) {
  #head_fl {
    display: none;
  }

  #totp {
    position: fixed;
    bottom: 8%;
    right: 0%;
    width: 40px;
  }

  #sp_head {
    display: inline;
  }

  #sp_head a {
    text-decoration: none;
  }

  #r_logo {
    position: fixed;
    top: 9px;
    right: 8px;
    z-index: 9999;
    width: inherit;
  }

  #r_logo a {
    width: 25px;
    height: 25px;
    background-image: url(https://www.rakuten.ne.jp/gold/umu/sp/common/rakuten_icon.png) !important;
    background-size: cover !important;
    z-index: 9999;
    display: block;
  }

  #totp img {
    width: 100%;
  }

  #ral_wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }

  #ral_kan {
    margin-top: 25%;
    margin-bottom: 10%;
    width: 100%;
  }

  #event_sm {
    margin: 0 2% 10% 2%;
    width: 96%;
    font-size: 1.3em;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }

  h2 {
    margin-top: 1%;
    margin-left: 2%;
    font-size: 1.5em;
    letter-spacing: 0.1em;
  }

  #ral_colle {
    margin-bottom: 3%;
  }

  #ral_it {
    width: 48%;
    margin: 1%;
    text-align: left;
    float: left;
  }

  #ral_it p {
    padding: 2% 4% 0 4%;
    height: 70px;
    overflow: hidden;
  }

  .e_icon {
    margin-top: 5%;
    width: 50%;
    background-color: #b00;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    float: right;
    font-size: 0.9em;
    line-height: 1.8;
  }
}
