@charset "UTF-8";
html {
  font-size: 62.5%;
  margin-top: 0 !important;
  background-color: #fbdac8; }

body {
  font-size: 1.6rem;
  overflow-x: auto;
  padding: 0 !important;
  background-color: #fbdac8 !important; }

.score-box {
  display: flex;
  background: #fff8dc;
  /* 明るいクリーム背景 */
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: sans-serif;
  min-width: 140px; }

.star-rating {
  display: flex;
  gap: 4px;
  font-size: 1.4rem;
  line-height: 1; }
  .star-rating:not(:last-child) {
    margin-bottom: 4px; }

.star.full {
  color: #f5a623; }

.star.empty {
  color: #999; }

.star.half-star {
  position: relative;
  width: 1em;
  height: 1em;
  display: inline-block;
  overflow: hidden; }

.star.half-star .base {
  color: #999;
  position: absolute;
  top: 0;
  left: 0; }

.star.half-star .mask {
  color: #f5a623;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
  z-index: 1; }

.cx-video-0,
.cx-video-1,
.cx-video-2 {
  margin: 0 !important; }

.google-auto-placed {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
  overflow: hidden; }

.ap-ad {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 18px auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 11px 6px;
  background-color: F9F9F9;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }
  .ap-ad .ap-btn-box {
    width: 100%;
    text-align: center; }
    .ap-ad .ap-btn-box p {
      font-size: 1.4rem;
      margin: 0;
      padding: 0; }
    .ap-ad .ap-btn-box span {
      display: inline-block;
      font-size: 1.6rem;
      font-weight: bold; }
  .ap-ad .ap-img-box {
    text-align: center; }
    .ap-ad .ap-img-box img {
      width: 210px;
      border-radius: 22px;
      padding-right: 3px; }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

p {
  margin-top: 1rem !important; }

img {
  height: auto;
  max-width: 100%; }

a {
  color: #595757 !important;
  font-weight: bold; }
  a:hover, a:visited, a:focus {
    text-decoration: none !important; }

.pc {
  display: none; }

.sp {
  display: block; }

.post-info-box {
  max-width: 1000px;
  margin: auto;
  margin-top: 3rem;
  background-color: rgba(255, 255, 255, 0.9); }
  .post-info-box li {
    list-style: none; }

.post-conteinar {
  max-width: 1000px;
  padding: 12px;
  margin: auto;
  margin-top: 1rem;
  background-color: rgba(255, 255, 255, 0.9); }
  .post-conteinar .ranking-img-box img {
    display: block;
    margin: 12px auto;
    width: 780px;
    height: auto;
    max-width: 100%; }
  .post-conteinar #page-top {
    position: fixed;
    right: 0;
    bottom: 6px;
    z-index: 100; }
  .post-conteinar .table-info {
    width: 100%;
    background-color: #fff;
    border: solid 2px #ff9500; }
    .post-conteinar .table-info .td-img-box img {
      max-width: 160px; }
    .post-conteinar .table-info th {
      background-color: #ffc97a;
      font-weight: bold;
      letter-spacing: 1.5px;
      font-size: 13px;
      color: #fff; }
    .post-conteinar .table-info td {
      font-size: 13px;
      padding: 6px; }
    .post-conteinar .table-info th,
    .post-conteinar .table-info td {
      border: 2px dashed #ff9500; }
  .post-conteinar h1 {
    margin: 15px 0 20px 0;
    font-weight: bold;
    color: #5C4747; }
  .post-conteinar p {
    padding-top: 8px; }
  .post-conteinar ul {
    list-style-position: inside; }
  .post-conteinar h2 {
    font-size: 2rem;
    /* 文字の大きさ */
    font-weight: bold;
    /* 文字の太さ */
    color: #fff;
    /* 文字の色 */
    background: #F9B8CD;
    /* 背景色 */
    border-radius: 8px;
    /* 四隅の丸み */
    -webkit-border-radius: 8px;
    /* 四隅の丸みと同じ数字に */
    -moz-border-radius: 8px;
    /* 四隅の丸みと同じ数字に */
    position: relative;
    margin-top: 2.5rem;
    padding: 0.4em 0.4em 0.4em 2em; }
    .post-conteinar h2:before, .post-conteinar h2:after {
      content: "";
      position: absolute;
      display: block; }
    .post-conteinar h2:before {
      top: -0.1em;
      left: 0.5em;
      width: 20px;
      height: 23px;
      padding: 5px 0 0 0;
      background: #f69;
      /* リボン部分の色 */
      text-align: center; }
    .post-conteinar h2:after {
      top: 0.8em;
      left: 0.5em;
      width: 0;
      height: 0;
      border: 10px solid;
      border-color: transparent #f69;
      /* リボンの切りっぱなし部分の色 */ }
  .post-conteinar h3 {
    font-size: 1.8rem;
    /* 文字の大きさ */
    font-weight: bold;
    /* 文字の太さ */
    color: #5C4747;
    /* 文字の色 */
    border-left: 7px solid #E07C7D;
    /* 文字左の点線の太さ・種類・カラー */
    border-bottom: 2px dashed #E07C7D;
    /* 文字下の点線の太さ・種類・カラー */
    margin-top: 2.5rem;
    padding: 0.2em 0.8em; }
  .post-conteinar h4 {
    font-size: 1.8rem;
    /* 文字の大きさ */
    font-weight: bold;
    /* 文字の太さ */
    color: #5C4747;
    /* 文字の色 */
    border-left: 7px solid #E07C7D;
    /* 文字左の点線の太さ・種類・カラー */
    border-bottom: 2px dashed #E07C7D;
    /* 文字下の点線の太さ・種類・カラー */
    margin-top: 2.5rem;
    padding: 0.2em 0.8em;
    font-size: 1em;
    border-left: none; }

.sp-menu-list h2, .sidber-box h2, .profile-h {
  font-size: 2rem;
  border-bottom: 4px solid #E8AC51;
  color: #fff;
  font-weight: bold;
  padding-bottom: 4px;
  text-shadow: 1px 1px 1px gray; }

.header-logo img {
  max-width: 100%; }

.sp-menu-list {
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(700px);
  transition: all 0.5s;
  z-index: 10;
  opacity: 0;
  overflow-x: hidden;
  width: 100%;
  padding-top: 50px;
  height: 100%;
  background-color: #fff; }
  .sp-menu-list .close-menu-btn {
    position: absolute;
    right: 5px;
    top: 0px; }
  .sp-menu-list h2 {
    background-color: #E8AC51;
    padding: 4px 0 0 7px;
    font-size: 18px;
    text-shadow: none; }
  .sp-menu-list a {
    color: #c49958;
    font-weight: bold; }
  .sp-menu-list ul li {
    list-style: none;
    padding: 7px;
    margin: 2px; }
    .sp-menu-list ul li:not(:last-child) {
      border-bottom: dashed 1px gray; }

.sp-menu-open {
  transform: translate(0px);
  opacity: 0.9; }

.container {
  background-color: #fbdac8;
  font-size: 1.6rem; }

.header-nav {
  position: relative;
  text-align: center; }
  .header-nav img {
    position: absolute;
    top: 50%;
    left: 73%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20%;
    margin-top: 6px;
    vertical-align: bottom; }

.cover-img {
  background-image: url("../image/game-top.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding-bottom: 27%;
  margin-top: 6%; }

.flex-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%; }

.contents-box {
  width: 100%;
  margin: 20px auto; }
  .contents-box .contents-h {
    width: 100%;
    padding: 5px;
    color: #fff;
    background-color: #E8AC51;
    font-weight: bold; }
  .contents-box .contents-item,
  .contents-box .game-items {
    display: flex;
    align-items: center;
    margin-top: 12px;
    width: 100%; }
  .contents-box .game-items {
    text-align: center;
    font-size: 14px; }
    .contents-box .game-items img {
      width: 50%; }
    .contents-box .game-items .gif-img-box {
      display: inline-block;
      width: 50%; }
      .contents-box .game-items .gif-img-box img {
        width: 100%; }
  .contents-box .game-title {
    width: 100%;
    padding: 0;
    margin: 0; }

.game-button-box {
  width: 50%;
  font-size: 14px; }
  .game-button-box .info-btn {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    background-color: #E8AC51;
    color: #fff !important;
    border-radius: 3px;
    padding: 4px;
    margin-top: 8px;
    width: 95%;
    box-shadow: 0px 4px 1px #B3843E; }

.contents-item img {
  display: block;
  margin: auto;
  padding-bottom: 8px; }
.contents-item .thumbnail {
  width: 50%;
  vertical-align: middle; }
.contents-item .blog-title {
  width: 60%;
  margin-left: 3.88vw; }

.contents-item:not(:last-child) {
  border-bottom: solid 1px gray; }

.profile-box {
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  padding: 10px; }
  .profile-box img {
    max-width: 40%; }
  .profile-box li {
    list-style-type: disc !important;
    border-bottom: none !important;
    list-style-position: inside !important; }

footer {
  border-top: 1px gray solid;
  margin-top: 24px; }
  footer ul li {
    margin-top: 8px;
    list-style: none; }
  footer h3 {
    margin-top: 16px;
    color: #C49958;
    font-weight: bold;
    font-size: 1.8rem; }
  footer .copy-raight {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 16px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #C49958; }

.video-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: flex;
  flex-direction: column; }
  .video-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.blog-card {
  margin: auto; }
  .blog-card .link-contents {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 500px;
    padding: 8px;
    border: solid 1px gray; }
  .blog-card .blog-card-title {
    width: 68%;
    margin-left: 4px;
    font-size: 14px; }
  .blog-card .blog-card-thumbnail {
    width: 30%; }
  .blog-card .blog-card-excerpt {
    border-top: dotted 1px gray;
    font-size: 11px;
    width: 100%;
    margin-top: 4px; }

img .alignright {
  display: block;
  margin: 0 0 0 auto; }
img .alignleft {
  display: block;
  margin: 0 auto 0 0; }
img .aligncenter {
  display: block;
  margin: 0 auto; }

label {
  text-align: left;
  width: 100%; }

input,
textarea {
  width: 90%;
  border: solid 1px; }

input[type="submit"] {
  width: 280px;
  border: none; }

.ad-box {
  display: block;
  width: 100%; }
  .ad-box .ad-items {
    max-width: 500px;
    padding-top: 25px;
    margin: auto; }

div #ez-toc-container {
  width: 100%;
  margin: auto;
  padding: 6px;
  border-radius: 10px;
  border: solid 1px #aaa;
  background: #f9f9f9; }
  div #ez-toc-container .ez-toc-js-icon-con {
    position: relative;
    font-size: 16px;
    padding: 0;
    border: 1px solid #999191;
    border-radius: 5px;
    cursor: pointer;
    left: 1px;
    width: 35px; }
  div #ez-toc-container .ez-toc-title {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 6px auto; }
    div #ez-toc-container .ez-toc-title:before, div #ez-toc-container .ez-toc-title:after {
      border-top: 1px solid #aaa;
      content: "";
      flex-grow: 1; }
    div #ez-toc-container .ez-toc-title:before {
      margin-right: 4px;
      /* 文字の右隣 */ }
    div #ez-toc-container .ez-toc-title:after {
      margin-left: 4px;
      /* 文字の左隣 */ }
  div #ez-toc-container nav li {
    list-style: none;
    margin: 20px auto 0 auto; }
  div #ez-toc-container nav li ul li {
    width: 96%;
    border-bottom: dashed 1px #aaa;
    padding-top: 12px;
    margin-top: 0;
    text-indent: 0.5em; }
    div #ez-toc-container nav li ul li a {
      width: 96%;
      margin: auto; }

.pagination-list {
  background-image: url("../image/genso_button/genso-list-icon.png");
  display: inline-block; }

.pagenation-box {
  padding: 16px 0; }
  .pagenation-box .pagenation .current,
  .pagenation-box .page-numbers .current {
    display: inline-block;
    width: 100%;
    background: gold;
    border-radius: 50%;
    line-height: 38px;
    text-align: center; }
  .pagenation-box .pagenation .dots,
  .pagenation-box .page-numbers .dots {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: bold; }
  .pagenation-box .pagenation li:not(.dots):not(li),
  .pagenation-box .page-numbers li:not(.dots):not(li) {
    background-color: #9D50BB; }
  .pagenation-box .pagenation li,
  .pagenation-box .page-numbers li {
    position: relative;
    border-radius: 50px;
    width: 40px;
    margin: 0 1px 0 1px; }
    .pagenation-box .pagenation li a,
    .pagenation-box .page-numbers li a {
      display: inline-block;
      width: 100%;
      text-align: center; }
      .pagenation-box .pagenation li a:hover,
      .pagenation-box .page-numbers li a:hover {
        background: gold;
        border-radius: 50%;
        transform: rotate(360deg); }
      .pagenation-box .pagenation li a span,
      .pagenation-box .page-numbers li a span {
        line-height: 38px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #222;
        transition: .3s; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.flex-center-no-align {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.kakoi-box,
.app-kakoi-box {
  border: solid 3px #FFB03F;
  width: 100%;
  margin: 25px auto;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding: 10px 20px;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  .kakoi-box .text-box,
  .app-kakoi-box .text-box {
    margin-top: 12px; }
  .kakoi-box .box,
  .app-kakoi-box .box {
    display: flex;
    align-items: center;
    flex-direction: column; }
    .kakoi-box .box img,
    .app-kakoi-box .box img {
      max-width: 280px; }
  .kakoi-box ul li,
  .app-kakoi-box ul li {
    border-bottom: dashed 1px #5C4747;
    margin-top: 6px;
    padding: 2px;
    text-indent: -1.5rem; }
    .kakoi-box ul li:before,
    .app-kakoi-box ul li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\2713";
      color: #ffb03f; }

.app-kakoi-box {
  font-size: 14px;
  padding: 10px; }

.tag {
  display: inline-block;
  background-color: #FAE8C8;
  box-shadow: 0px 2px 0px 0px #f3d8a8;
  border-radius: 10px;
  padding: 4px 8px;
  margin: 2px 5px 6px 5px;
  font-size: 12px; }

/* スマホ用モーダルコンテンツ 293行まで*/
/* グレー背景 *モーダル装飾*/
.layer {
  background: rgba(0, 0, 0, 0.2);
  /* 背景を薄くする */
  width: 100%;
  height: 100%;
  position: fixed;
  /* 画面に固定するために指定 */
  top: 0;
  left: 0;
  overflow: auto;
  /* 追記 */
  z-index: -1;
  opacity: 0;
  visibility: hidden; }

.app__modal {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  min-width: 310px;
  /* 追記 */
  opacity: 0;
  visibility: hidden;
  display: none; }

.modal__inner {
  margin-top: 50%;
  margin-bottom: 8%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
  /* モーダルにシャドウをかける */
  border-radius: 13px;
  /* モーダルの角を丸める */
  display: block;
  padding: 21px 8px 21px;
  height: auto; }

.modal__content {
  padding-top: 15px;
  padding-bottom: 17px; }

.modal__button-wrap {
  position: absolute;
  right: 4px;
  top: -19px;
  display: inline-flex; }

.close-button {
  position: relative;
  width: 39px;
  height: 39px;
  background: orange;
  border-radius: 50%;
  padding: 0;
  border: transparent;
  cursor: pointer; }

.close-button span {
  width: 25px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
  border-radius: 20px; }

.close-button span:nth-child(1) {
  transform: rotate(45deg) translate(-1px, -1px); }

.close-button span:nth-child(2) {
  transform: rotate(-45deg) translate(1px, -1px); }

.layer.is-open {
  z-index: 999;
  opacity: 1;
  visibility: visible; }

.layer.is-open .app__modal {
  display: block;
  opacity: 1;
  visibility: visible; }

form {
  position: relative;
  /* ドロップダウンスタイル */ }
  form #search-box,
  form #search-box-modal {
    border-radius: 6px 0 0 6px;
    border: 1px solid gray;
    padding: 4px;
    width: 76%; }
  form #submit-box,
  form #submit-box-modal {
    position: absolute;
    right: 16px;
    width: 20%;
    padding: 5px;
    border-radius: 0 6px 6px 0;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background: #f9b8cd;
    color: #fff;
    outline: none; }
  form #search-box-modal {
    border-radius: 6px;
    width: 96%;
    margin-top: 20px; }
  form #submit-box-modal {
    display: block;
    position: unset;
    border-radius: 6px;
    margin: 20px auto 0;
    width: 70%; }
  form .dropdown {
    position: relative;
    display: inline-block;
    font-size: 12px;
    width: 200px;
    cursor: pointer; }
  form .dropdown-selected {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9; }
  form .dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 10;
    max-height: 150px;
    overflow-y: auto; }
  form .dropdown-options li {
    cursor: pointer;
    padding: 10px;
    width: 90%;
    margin: auto;
    border-bottom: 1px dashed #gray;
    letter-spacing: 1px; }
  form .dropdown-options li:hover {
    background-color: #f1f1f1; }

#more-search {
  display: inline-block;
  margin-top: 20px; }

.js-toggle {
  cursor: pointer;
  position: relative;
  padding: 24px 50px 24px 24px;
  line-height: 1.5;
  border-bottom: 1px solid #333333; }
  .js-toggle::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 44%;
    right: 30px;
    transform: translateY(-50%) rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
    transition: transform 0.3s; }

.open {
  border-bottom: 1px solid #000000; }
  .open::after {
    transform: rotate(-45deg); }

.main-content {
  display: none; }

@media (min-width: 768px) {
  .cx-video-0,
  .cx-video-1,
  .cx-video-2 {
    margin: 0 auto !important; }

  .pc {
    display: block; }

  .cover-img {
    padding-bottom: 20%; }

  .pc-nav {
    display: flex;
    margin-top: 61px; }
    .pc-nav li {
      list-style: none;
      width: 33%;
      text-align: center; }

  .profile-box img {
    max-width: 60%; }

  .sidber-box li {
    list-style: none;
    width: 33%;
    text-align: center; }

  .pc-nav a, .sidber-box a {
    position: relative;
    display: inline-block;
    padding: 6px 0 6px 0;
    transition: .3s; }

  .sidber-box a {
    padding: 8px 0 8px 0; }

  .pc-nav a::before, .pc-nav a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    margin: 2px 0;
    background-color: #595757;
    transition: .3s; }

  .sidber-box a::before, .sidber-box a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    margin: 2px 0;
    background-color: #595757;
    transition: .3s; }

  .pc-nav a::before, .sidber-box a::before {
    top: 0;
    left: 0; }

  .pc-nav a::after, .sidber-box a::after {
    bottom: 0;
    right: 0; }

  .pc-nav a:hover::before, .pc-nav a:hover::after {
    width: 100%; }

  .sidber-box a:hover::before, .sidber-box a:hover::after {
    width: 100%; }
  .sidber-box li {
    width: 100%;
    text-align: left; }

  .flex-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap; }

  .post-conteinar #page-top {
    right: 250px;
    bottom: 6px; }

  .contents-box .contents-h {
    padding: 8px; }
  .contents-box .contents-item,
  .contents-box .game-items {
    display: block;
    width: 30%;
    margin: 8px; }
  .contents-box .game-items img {
    width: 70%; }
  .contents-box .game-items .gif-img-box {
    width: 100%; }
    .contents-box .game-items .gif-img-box img {
      width: 71%; }
  .contents-box .contents-item img {
    padding: 0;
    width: 150px; }
  .contents-box .contents-item img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
    background-color: #fff;
    opacity: .8; }
  .contents-box .contents-item .thumbnail {
    width: 100%; }
  .contents-box .contents-item .blog-title {
    width: 100%;
    margin-left: 0;
    text-align: center; }
  .contents-box .contents-item .link-area {
    transition: 0.3s;
    overflow: hidden;
    margin: auto;
    width: 200px; }
  .contents-box .contents-item:not(:last-child) {
    border-bottom: none; }

  .sidber-box {
    margin-right: auto;
    max-width: 320px; }
    .sidber-box h2:not(:first-child) {
      margin-top: 20px; }
    .sidber-box ul li {
      margin-top: 16px; }
      .sidber-box ul li:not(:last-child) {
        border-bottom: dashed 1px gray;
        padding-bottom: 10px; }

  .btn-box {
    margin: auto; }

  .ap-ad {
    width: 86%;
    padding: 11px 16px; }
    .ap-ad .ap-img-box {
      width: 50%; }
      .ap-ad .ap-img-box img {
        width: 200px; }
    .ap-ad .ap-btn-box {
      width: 50%;
      margin: auto; }
      .ap-ad .ap-btn-box p {
        font-size: 1.6rem; }
      .ap-ad .ap-btn-box span {
        font-size: 1.7rem; }

  .info-btn:hover,
  .read-more-btn:hover,
  .play-btn:hover {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -moz-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: none; }

  .video-box {
    flex-direction: row;
    justify-content: space-around; }

  .blog-card {
    max-width: 500px; }
    .blog-card .link-contents {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: end;
      width: 100%;
      padding: 8px;
      border: solid 1px gray; }
    .blog-card .blog-card-title {
      font-size: 16px;
      margin-top: 12px;
      margin-left: 8px; }
    .blog-card .blog-card-excerpt {
      font-size: 14px; }

  /*パンくず*/
  #breadcrumb {
    font-size: 1.4rem;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 1em; }

  .children ul li {
    padding: 7px; }

  div #ez-toc-container {
    width: 60%;
    padding: 14px; }

  .kakoi-box,
  .app-kakoi-box {
    border: solid 3px #FFB03F;
    width: 90%;
    margin: 25px auto;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    padding: 10px 15px;
    overflow-wrap: break-word;
    word-wrap: break-word; }
    .kakoi-box .text-box,
    .app-kakoi-box .text-box {
      margin-top: 12px;
      font-size: 16px; }
    .kakoi-box .box,
    .app-kakoi-box .box {
      display: flex;
      align-items: center;
      flex-direction: row;
      margin-top: 20px; }
      .kakoi-box .box img,
      .app-kakoi-box .box img {
        max-width: 50%;
        margin-right: 20px; }
    .kakoi-box ul,
    .app-kakoi-box ul {
      width: 90%; }
      .kakoi-box ul li,
      .app-kakoi-box ul li {
        border-bottom: dashed 1px #5C4747;
        margin-top: 14px;
        padding: 8px;
        text-indent: -1.5rem; }
        .kakoi-box ul li:before,
        .app-kakoi-box ul li:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\2713";
          color: #ffb03f; }

  .tag {
    background-color: #FAE8C8;
    box-shadow: 0px 2px 0px 0px #f3d8a8;
    border-radius: 10px;
    padding: 4px 8px;
    margin: 2px;
    font-size: 14px; }

  form {
    width: 70%;
    margin: auto; }
    form #submit-box {
      right: 31px; }
    form #submit-box-modal {
      width: 50%; }

  .app__modal .modal__inner {
    margin-top: 16%;
    width: 70%; }

  .table-info {
    width: 100%;
    background-color: #fff;
    border: solid 2px #ff9500; }
    .table-info .td-img-box img {
      max-width: 200px; }
    .table-info th {
      background-color: #ffc97a;
      font-weight: bold;
      letter-spacing: 2px;
      color: #fff; }
    .table-info th,
    .table-info td {
      border: 2px dashed #ff9500; } }
/* pc表示 @media-end */
/*引用デザイン*/
blockquote {
  position: relative;
  padding: 35px 15px 10px 15px;
  margin: 0 0 2rem !important;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #9dd4ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14); }
  blockquote:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #9dd4ff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900; }
  blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7; }
  blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em; }

/*引用デザインend*/
.btn-box {
  max-width: 350px;
  text-align: center;
  margin-top: 1.2rem; }

.flex-btn-box {
  display: flex;
  justify-content: space-around; }

.info-btn,
.read-more-btn,
.play-btn {
  display: inline-block;
  text-align: center;
  background-color: #E8AC51;
  color: #fff !important;
  border-radius: 3px;
  padding: 8px;
  margin-top: 8px;
  width: 85%;
  box-shadow: 0px 4px 1px #B3843E; }
  .info-btn:active,
  .read-more-btn:active,
  .play-btn:active {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -moz-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: none;
    background-color: black;
    opacity: 0.5; }

.read-more-btn,
.play-btn {
  width: 45%; }

.read-more-btn {
  background-color: #e07c7d;
  box-shadow: 0px 4px 1px #b36a6a; }

td, th {
  border: 1px solid #000;
  padding: 12px;
  vertical-align: middle; }

/*テキスト文字の装飾*/
.maker-yellow {
  background: linear-gradient(transparent 60%, #ffff00 60%);
  font-weight: bold; }

.maker-pink {
  background: linear-gradient(transparent 60%, #ffc0cb 60%);
  font-weight: bold; }

.maker-blue {
  background: linear-gradient(transparent 60%, #1e90ff 60%);
  font-weight: bold; }

/*装飾end*/
.form-box {
  margin: auto;
  text-align: center; }

.flex-item {
  margin-top: 4px; }

.link-item {
  margin-top: 8px; }

/*以下ランキングページのオススメポイントのリストスタイル*/
.recommended-box,
.overview-box,
.free-box {
  border: solid 2px #ffb03f;
  padding: 0.5em;
  position: relative;
  margin-top: 2em; }
  .recommended-box li,
  .overview-box li,
  .free-box li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important; }
    .recommended-box li:last-of-type,
    .overview-box li:last-of-type,
    .free-box li:last-of-type {
      border-bottom: none; }
    .recommended-box li:before,
    .overview-box li:before,
    .free-box li:before {
      /*リスト内のアイコン*/
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f138";
      /*アイコン種類*/
      position: absolute;
      left: 0.5em;
      /*左端からのアイコンまで*/
      color: #ffb03f;
      /*アイコン色*/ }
    .recommended-box li:after,
    .overview-box li:after,
    .free-box li:after {
      /*タイトルタブ*/
      background: #ffb03f;
      color: #fff;
      font-weight: bold;
      position: absolute;
      left: -2px;
      bottom: 100%;
      padding: 1px 7px;
      /*タブの文字*/
      letter-spacing: 0.05em;
      /*字間*/ }

.recommended-box li:after,
.overview-box li:after {
  content: "おすすめポイント"; }

.overview-box:after {
  /*タイトルタブ*/
  background: #ffb03f;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: "この記事でわかること";
  /*タブの文字*/
  letter-spacing: 0.05em;
  /*字間*/ }

/*目次*/
div #ez-toc-container {
  margin: 2.4em auto !important; }
  div #ez-toc-container ul ul {
    margin-bottom: 12px; }

img.alignright {
  display: block;
  margin: 0 0 0 auto; }

img.alignleft {
  display: block;
  margin: 0 auto 0 0; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

div .ad-box {
  display: block;
  width: 100%; }

div .ad-box .ad-items {
  max-width: 500px;
  padding-top: 25px;
  margin: auto; }

/*パンくずリストデザイン*/
#breadcrumb {
  font-size: 1.4rem;
  margin: 0;
  width: 100%; }
  #breadcrumb ul li {
    list-style: none;
    display: inline-block; }
    #breadcrumb ul li:not(:last-child):after {
      content: '>';
      margin: 0 0.5em; }

/*会話アイコンcss*/
.yswpsb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 1em 0; }

.yswpsb-type-l {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.yswpsb-name,
.yswpsb-content,
.yswpsb-content p {
  padding: 0;
  margin: 0; }

.yswpsb-content p {
  margin-top: .5em; }

.yswpsb-content p:first-child {
  margin-top: 0; }

.yswpsb-icon {
  height: auto;
  max-width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px; }

.yswpsb-image {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden; }

.yswpsb-image img {
  vertical-align: middle; }

.yswpsb-name {
  margin-top: .3em;
  font-size: .7em;
  text-align: center; }

.yswpsb-balloon {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: .5em 1em;
  border-radius: 4px; }

.yswpsb-balloon:after,
.yswpsb-balloon:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.yswpsb-balloon:after {
  border-width: 6px;
  margin-top: -6px; }

.yswpsb-balloon:before {
  border-width: 7px;
  margin-top: -7px; }

/**
* type : right
*/
.yswpsb-type-r .yswpsb-balloon {
  margin-left: 1em; }

.yswpsb-type-r .yswpsb-balloon:after,
.yswpsb-type-r .yswpsb-balloon:before {
  right: 100%;
  border-left: none; }

.yswpsb-type-r .yswpsb-balloon:after {
  border-color: transparent #fff; }

.yswpsb-type-r .yswpsb-balloon:before {
  border-color: transparent #ccc; }

/**
* type : left
*/
.yswpsb-type-l .yswpsb-balloon {
  margin-right: 1em; }

.yswpsb-type-l .yswpsb-balloon:after,
.yswpsb-type-l .yswpsb-balloon:before {
  left: 100%;
  border-right: none; }

.yswpsb-type-l .yswpsb-balloon:after {
  border-color: transparent #fff; }

.yswpsb-type-l .yswpsb-balloon:before {
  border-color: transparent #ccc; }

.one-point-box,
.notice-box,
.free-box {
  border: solid 5px #FFB03F;
  width: 100%;
  margin: 25px auto;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding: 20px 10px 4px 10px;
  position: relative; }
  .one-point-box:after,
  .notice-box:after,
  .free-box:after {
    background-color: rgba(255, 176, 63, 0.9);
    /* マステ背景色 */
    border-left: 2px dotted rgba(0, 0, 0, 0.1);
    border-right: 2px dotted rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    content: 'ワンポイント';
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 8px #a79c97;
    display: block;
    padding: 5px 20px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 20px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg); }

.notice-box {
  padding: 34px 10px;
  text-align: center; }
  .notice-box p {
    padding-top: 20px; }
  .notice-box .info-btn {
    width: 280px; }
  .notice-box .notice-title {
    position: relative;
    text-align: center;
    font-weight: bold;
    /*上線*/
    /*下線*/ }
    .notice-box .notice-title:before {
      content: '';
      position: absolute;
      left: 50%;
      top: -15px;
      /*線の上下位置*/
      display: inline-block;
      width: 60px;
      /*線の長さ*/
      height: 5px;
      /*線の太さ*/
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      /*位置調整*/
      background-color: #FFB03F;
      /*線の色*/
      border-radius: 2px;
      /*線の丸み*/ }
    .notice-box .notice-title:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -15px;
      /*線の上下位置*/
      display: inline-block;
      width: 60px;
      /*線の長さ*/
      height: 5px;
      /*線の太さ*/
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      /*位置調整*/
      background-color: #FFB03F;
      /*線の色*/
      border-radius: 2px;
      /*線の丸み*/ }
  .notice-box:after {
    background-color: rgba(255, 176, 63, 0.9);
    /* マステ背景色 */
    border-left: 2px dotted rgba(0, 0, 0, 0.1);
    border-right: 2px dotted rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    content: 'お知らせ';
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 8px #a79c97;
    display: block;
    padding: 5px 20px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 20px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg); }

.free-box:after {
  content: ''; }

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
