@charset "UTF-8";

/* --------------------------------
main
---------------------------------*/
.main {
  background-color: #fff;
  float: left;
  margin-bottom: 40px;
  padding: 40px;
  width: 65%;
}
.post-thumbnails {
  margin-top: 2rem;
}
.after_content,
.article_bottom_pickup {
  float: left;
  width: 65%;
}
.article_bottom_pickup {
  background-color: #0d1832;
  padding-top: 20px;
  margin-bottom: 40px;
}
.article_bottom_content {
  padding: 40px 20px 0px;
}
.article_bottom_content p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.article_bottom_title {
  margin-bottom: 20px;
}
.pr_casino_title {
  font-weight: bold;
  font-size: 32px;
  color: #f2b725;
  margin-left: 20px;
}
.pr_casino_en {
  color: #f2b725;
  margin-bottom: 20px;
  margin-left: 20px;
}

.post_content p {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2em;
  letter-spacing: 1.3px;
  margin: 0.5em 0 2rem;

  word-break: break-all;
}
.post_content img {
  display: block;
  margin-bottom: 1rem;
}
.title {
  margin: 0px 0 15px;
  font-size: 24px;
}
.post_content h2 {
  background-color: #0d1832;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 30px 0 20px;
  padding: 20px;
  border-radius: 10px;
}
.post_content h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 30px 0 20px;
  border-left: 7px solid;
  padding: 10px;
  border-bottom: 1px solid #0d1832;
}
.post_content h4 {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px dashed #0d1832;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 10px;
}

.clicklis-color-green {
  background-color: #cd3097;
  width: 100%;
}

/* --------------------------------
内部リンク
---------------------------------*/
.postlink {
  border: solid 1px #ccc;
  margin: 20px 0;
  padding: 1.5em 1em;
  position: relative;
}
.embed-title {
  position: absolute;
  top: -13px;
  color: #fff;
  background-color: #337ab7;
  font-size: 12px;
  padding: 3px 10px;
}
.postlink .postlink_img {
  padding-bottom: 50%;
}
.embed-featured-image {
  float: left;
  margin-right: 1em;
  width: 30%;
}
.embed-heading,
.embed-excerpt {
  overflow: hidden;
}
.embed-heading {
  color: #0d1832;
  padding-top: 10px;
  font-weight: bold;
}
.embed-excerpt {
  color: #999;
  font-size: 11px;
  line-height: 160%;
  padding-top: 0.5em;
  text-decoration: none;
}

.postlink.point {
  padding: 0;
}

.postlink.point .embed-featured-image {
  background: #35529a;
  display: block;
  padding: 2rem;
  text-align: center;
  color: #fff;
}

.post_content .postlink.point ul {
  background: initial;
  box-shadow: 0px 0px 0px silver;
}
.post_content .postlink.point ul li {
  list-style: none;
}
.post_content .postlink.point ul li:before {
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  color: #35529a;
  font-size: 10px;
  padding-right: 10px;
}

/* --------------------------------
目次
---------------------------------*/
.post_content ul.page_navs {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 2em 0;
  padding: 2em 1em;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 0px 0px;
}
.post_content ul.page_navs li:first-of-type {
  margin-bottom: 0.5em;
}
.post_content ul.page_navs li a {
  font-size: 12px;
  padding-left: 0.5em;
  text-decoration: none;
}
.post_content ul.page_navs li a:before {
  content: "▼ ";
}
.post_content ul.page_navs li {
  list-style: none;
}

.post_content ul li.title {
  list-style: none;
  font-size: 17px;
  margin-bottom: 0px;
}

/* --------------------------------
sidebar
---------------------------------*/
.sidebar {
  background-color: #fff;
  float: right;
  width: 30%;
}
.sidebar .side_box {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
}
.sidebar .side_box .side_title {
  color: #0f1830;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  padding: 20px;
}
.sidebar .side_box .list {
  position: relative;
  padding: 1rem;
}
.sidebar .side_box img {
  width: 50px;
}
.sidebar .side_box .list_title {
  margin-top: 10px;
  margin-left: 10px;
}

.sidebar .side_box .list_content i {
  position: absolute;
  right: 20px;
  top: 40%;
}

/* --------------------------------
sns
---------------------------------*/
ul.social:nth-of-type(2) {
  margin-top: 40px;
}
.social .fa-facebook-f,
.social .fa-twitter,
.social .fa-bold,
.social .fa-line {
  color: #fff;
  float: left;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 25%;
}
.social .fa-facebook-f {
  background-color: #3b5998;
}
.social .fa-twitter {
  background-color: #55acee;
}
.social .fa-bold {
  background-color: #0083d1;
}
.social .fa-line {
  background-color: #00c300;
  font-size: 35px;
}

.relation .card {
  margin: 0 1rem 1.5rem 0;
  width: 31.9%;
}
.relation .card .card_cat {
  padding: 0.2rem 0.5rem;
}
.relation .card:nth-of-type(3n) {
  margin-right: 0;
}
.relation img {
  border-radius: 15px;
}
.relation_title {
  color: #0d1832;
  font-weight: bold;
}

table {
  border: 2px solid #d7d6d6;
  border-radius: 10px;
  margin: 20px 0;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
}
.table-responsive {
  width: 100%;
  overflow-x: scroll;
  position: relative;
  transition: all 0.3s 0s ease;
}
.table-responsive table {
  table-layout: auto;
  word-break: initial;
  word-wrap: initial;
}
table th {
  background-color: #ededed;
  text-align: center;
  font-size: 14px;
  border: 2px solid #d7d6d6;
  padding: 12px;
  border-bottom: none;
  border-left: none;
  border-top: none;
  /* 	white-space: nowrap; */
}
table td {
  border: 2px solid #d7d6d6;
  color: #666666;
  padding: 20px 10px;
  border-bottom: none;
  border-left: none;
}
.table-responsive table td {
  white-space: nowrap;
}

.check_point,
.point {
  border: 1px solid #0d1832;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 15px auto 25px;
  color: #888;
}
.check_content li,
.point li {
  line-height: 2rem;
}
.check_point img {
  display: none;
}
.check_title,
.point_title {
  color: #cd3097;
  border-bottom: 1px dashed #0d1832;
  font-weight: bold;
  line-height: 110%;
  padding: 8px 15px 20px 0;
  margin-bottom: 8px;
}
.check_title:before,
.point_title:before {
  background: #cd3097;
  color: #fff;
  content: "チェック";
  border-radius: 20px;
  font-size: 12px;
  margin-right: 10px;
  padding: 7px 10px;
}
.point_title:before {
  border-radius: 5px;
  content: "ポイント";
}
.check_content {
  padding: 10px 0px;
}
.list_style {
  padding-left: 20px;
}
.list_style li {
  list-style: disc;
}
.list_style_check li:before {
  background-image: url(../images/check.png);
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.point_content {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2em;
  letter-spacing: 1.3px;
}
.dashed_area {
  border: 1px dashed;
  padding: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2em;
  letter-spacing: 1.3px;
}
/* .table_pink {
  background-color: #fffafa;
  color: #262626;
}
.table_blue {
  background-color: #e0ffff;
  color: #262626;
}
.table_gray {
  background-color: #ccc;
  color: #262626;
} */

.post_content ul.step_list {
  background: #fff;
  box-shadow: none;
  color: #666666;
  line-height: 2.2em;
  letter-spacing: 1.3px;
  font-size: 14px;
}
.post_content ul.step_list li {
  list-style: none;
}
.post_content ul.step_list li span {
  background: #f21616;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.step_list img {
  width: 100%;
}
.step_area {
  border-bottom: 1px dashed #000000;
  padding-bottom: 10px;
}

.step_title {
  color: #0d1832;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.check_list {
  border-top: 1px dashed #d0d0d0;
  border-bottom: 1px dashed #d0d0d0;
  padding: 20px;
  font-weight: bold;
}
.check_list li {
  border-bottom: 1px dashed #0d1832;
  margin-bottom: 10px;
}
.check_list.list_style_check {
  padding: 20px 0;
}
.hitokoto {
  background-color: #f8f8f8;
  padding: 20px;
  margin-top: 40px;
}
.hitokoto_title {
  color: #0d1832;
  font-size: 14px;
  font-weight: bold;
}
.hitokoto_content {
  font-size: 14px;
  margin-top: 10px;
  line-height: 2.2em;
  letter-spacing: 1.3px;
}
.card_img {
  border-radius: 15px;
}
@media screen and (max-width: 800px) {
  .flex {
    display: flex;
  }
  .main,
  .sidebar,
  .after_content,
  .article_bottom_pickup {
    float: none;
    width: 100%;
  }
  .pr_casino_title {
    font-size: 24px;
  }
  .pr_casino_en {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .flex_wrap .article_bottom_content p {
    font-size: 16px;
  }
  .article_bottom_content .clicklis-wrap {
    margin: 0;
    padding: 20px;
  }
  .main {
    padding: 1rem;
  }
  .title {
    font-size: 18px;
  }
  .post-thumbnails {
    margin-top: 1.5rem;
  }
  .post_content p {
    font-size: 13px;
    margin: 0.5em 0 1.5rem;
    line-height: 2em;
  }
  .post_content h2,
  .post_content h3 {
    font-weight: bold;
    font-size: 14px;
  }
  .relation .card {
    vertical-align: top;
    display: inline-block;
    margin: 0 2% 1rem 0;
    width: 48%;
  }
  .relation .card:nth-of-type(3n) {
    margin: 0 2% 1rem 0;
  }
  .relation {
    padding: 0 1rem;
  }
  table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .point_content,
  .check_title,
  .point_title,
  .check_content,
  .embed-heading,
  .dashed_area,
  .check_list li,
  .btn,
  .mark span,
  .post_content h4,
  table th,
  table td {
    font-size: 12px;
  }
  .postlink {
    padding: 1em 0.5em;
  }
  .embed-heading {
    padding-top: 5px;
  }
  .mark {
    height: 10px;
    display: inline-block;
    vertical-align: bottom;
  }
  .article_bottom_content {
    padding: 40px 20px 10px;
  }
  .list_style_check li:before {
    height: 17px;
    width: 17px;
  }
}
