/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/


/* テーブルスクロール */

.scrollable-table table {
  border-collapse: collapse;
  margin: 2em 0;
  max-width: 100%;
}

.scrollable-table th {
  background-color: #eee;
}

.scrollable-table th,
.scrollable-table td {
  border: solid 1px #ccc;
  padding: 3px 5px;
  white-space: nowrap;
}

.scrollable-table {
  overflow-x: auto;
  margin-bottom: 1em;
  max-width: 770px;
}

/* テーブルデザイン */

/*
.scroll-hint.is-right-scrollable {
  background: none !important;
}

.scroll-hint {
  background: none !important;
}

.scroll-hint-icon {
  z-index: 9999;
}

.scrollable-table table:not(.cps-table03) {
  font-size: 10px !important;
  display: block !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important;
  color: #333 !important;
  border: none !important;
  border-collapse: collapse !important;
  height: 100% !important;
}

.scrollable-table table:not(.cps-table03).active {
  overflow-x: scroll !important;
}

.scrollable-table table:not(.cps-table03) a {
  font-size: 10px !important;
  color: #333;
  text-decoration: none;
}

.scrollable-table table:not(.cps-table03) a:hover {
  opacity: 0.8;
}

.scrollable-table table tr td,
.scrollable-table table tr th {
  line-height: 1.2 !important;
  padding: 8px !important;
  font-size: 10px !important;
}

.scrollable-table table.cps-table03 tr td,
.scrollable-table table.cps-table03 tr th {
    vertical-align: middle !important;
}

.scrollable-table table:not(.cps-table03) tr td *,
.scrollable-table table:not(.cps-table03) tr th * {
  position: relative;
  z-index: 2 !important;
}

.scrollable-table table:not(.cps-table03) tr td,
.scrollable-table table:not(.cps-table03) tr th {
  font-size: 10px !important;
  border: none !important;
  position: relative !important;
  vertical-align: middle !important;
  height: 100%;
  border-bottom: 1px solid #7b86c6 !important;
}

.scrollable-table table:not(.cps-table03) tr td:first-child,
.scrollable-table table:not(.cps-table03) tr th:first-child {
  min-width: 150px !important;
  width: 150px !important;
  max-width: 150px !important;
}

.scrollable-table table:not(.cps-table03) tr:first-child td,
.scrollable-table table:not(.cps-table03) tr:first-child th,
.scrollable-table table:not(.cps-table03) tr:last-child td,
.scrollable-table table:not(.cps-table03) tr:last-child th {
  border-bottom: none !important;
}

.scrollable-table table:not(.cps-table03) tr td:first-child {
  position: sticky !important;
  left: 0 !important;
  background: #fff;
  white-space: normal;
  min-width: 100px;
  z-index: 9998;
}

.scrollable-table table:not(.cps-table03) tr:first-child td,
.scrollable-table table:not(.cps-table03) tr:first-child td a {
  background: #7b86c6 !important;
  color: #fff !important;
}

.scrollable-table table:not(.cps-table03) tr th:first-child {
  position: sticky !important;
  left: 0 !important;
  z-index: 9998;
}

.scrollable-table
  table:not(.cps-table03)
  tr:not(:first-child)
  td:nth-child(even) {
  background: #fafafa !important;
}

.scrollable-table table:not(.cps-table03) tr th,
.scrollable-table table:not(.cps-table03) thead tr th,
.scrollable-table table:not(.cps-table03) thead tr td {
  background-color: #7b86c6 !important;
  color: #fff !important;
  width: 100% !important;
  position: relative !important;
}

.scrollable-table table:not(.cps-table03) tr th:nth-child(even):after {
  content: "";
  display: block !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.05) !important;
  position: absolute;
}

.scrollable-table
  table:not(.cps-table03)
  tr:nth-child(even)
  td:nth-child(even):after {
  content: "";
  display: block !important;
  left: 0;
  top: 0;
  width: 100% !important;
  min-height: 100% !important;
  background: rgba(0, 0, 0, 0.03) !important;
  position: absolute;
}

.scrollable-table:not(.cps-table03)::-webkit-scrollbar {
  display: none;
}

.scrollable-table table:not(.cps-table03)::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
}

.scrollable-table table:not(.cps-table03)::-webkit-scrollbar-track {
  background: #fafafa !important;
}

.scrollable-table table:not(.cps-table03)::-webkit-scrollbar-thumb {
  border-radius: 5px !important;
  background: #7b86c6 !important;
}

.scrollable-table table:not(.cps-table03) img {
  display: block;
  max-width: 100px;
  margin: 0 auto !important;
}

.scrollable-table table:not(.cps-table03) p {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .scrollable-table table a,
  .scrollable-table table p,
  .scrollable-table table:not(.cps-table03) a {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  .scrollable-table table:not(.cps-table03) tr td,
  .scrollable-table table:not(.cps-table03) tr th,
  .scrollable-table table tr td,
  .scrollable-table table tr th {
    font-size: 10px !important;
    line-height: 1.2 !important;
    padding: 5px !important;
  }

  .scrollable-table table tr td *,
  .scrollable-table table tr th * {
    font-size: 10px;
    line-height: 1.2;
  }

  .scrollable-table table:not(.cps-table03) tr td:first-child,
  .scrollable-table table:not(.cps-table03) tr th:first-child {
    min-width: 100px !important;
    width: 100px !important;
    max-width: 100px !important;
  }

  .scrollable-table table.cps-table03 tr td,
  .scrollable-table table.cps-table03 tr th {
    min-width: 100px !important;
    width: 100px !important;
    max-width: 100px !important;
    white-space: normal;
  }

  .overflow {
    overflow-x: scroll !important;
  }

  .scrollable-table table img {
    max-width: 80px !important;
  }
}
*/

/* ボタン　立体 */
.color-button01 a,
.color-button02 a {
  box-shadow: 0px 5px rgb(0 0 0 / 40%);
}

.color-button01 a:hover,
.color-button02 a:hover {
  box-shadow: none;
}

/* キャンペーン 吹き出し */
#main-contents .color-button01 a:after,
#main-contents .color-button02 a:after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.color-button02 {
  position: relative;
}

.speech-bar {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 100%;
  margin-bottom: 5px;
  color: #d9333f;
  display: inline-block;
  font-size: 14px;
}

.speech-bar img {
  width: 25px;
  vertical-align: bottom;
  margin-bottom: 0;
  display: inline-block;
}

@media screen and (max-width: 1110px) {
  .color-button02 {
    margin-top: 35px;
  }
}


/* char,review */

	.post-item {
		width: 100% !important;
		position: relative;
		padding: 20px !important;
		height: 100%;
		-webkit-transition: color .3s ease, background .3s ease, transform .3s ease, opacity .3s ease, border .3s ease, padding .3s ease, left .3s ease, bottom .3s ease, box-shadow .3s ease;
		-webkit-transition: color .3s ease, background .3s ease, opacity .3s ease, border .3s ease, padding .3s ease, left .3s ease, bottom .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
		transition: color .3s ease, background .3s ease, opacity .3s ease, border .3s ease, padding .3s ease, left .3s ease, bottom .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
		transition: color .3s ease, background .3s ease, transform .3s ease, opacity .3s ease, border .3s ease, padding .3s ease, left .3s ease, bottom .3s ease, box-shadow .3s ease;
		transition: color .3s ease, background .3s ease, transform .3s ease, opacity .3s ease, border .3s ease, padding .3s ease, left .3s ease, bottom .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
		box-sizing: border-box;
		margin-right: 0 !important;
	}

	@media screen and (min-width: 768px) {
		.post-item__link {
			display: flex !important;
			align-items: center;
		}
	}

	@media screen and (min-width: 768px) {

		.post-item {
			border-radius: 2px;
			background: #fff;
			-webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 18%);
			box-shadow: 0px 1px 3px rgb(0 0 0 / 18%);
			padding: 20px;
			margin-bottom: 20px;
		}
	}

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

		.post-item {
			border-radius: 2px;
			background: #fff;
			-webkit-box-shadow: 0px 0px 2px rgb(0 0 0 / 18%);
			box-shadow: 0px 0px 2px rgb(0 0 0 / 18%);
			margin-bottom: 10px;
			margin-top: 0;
		}
	}

	.post-item__thumb {
		display: flex;
		align-items: flex-start;
	}

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

		.post-item__thumb {
			justify-content: space-between;
		}
	}

	.post-item__thumb img {
		width: 35% !important;
	}

	@media screen and (min-width: 401px) {
		.post-item__thumb span {
			margin-left: 20px;
		}
	}

	.post-item__cat {
		position: static !important;
		display: inline-block;
		font-size: .65rem;
		padding: 5px 12px;
		font-size: .55rem;
		padding: 3px 10px;
		margin-left: -1px;
		font-weight: 400;
		letter-spacing: 0;
		border-radius: 20px;
		color: #fff !important;
		background-color: #e8b025 !important;
	}

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

		.post-item__cat {
			padding: 2px 8px;
			padding-bottom: 3px;
			font-weight: 500;
			text-align: left;
			font-size: .5rem;
		}
	}

	.post-item__text {
		font-size: 22px !important;
		padding: 20px 0 !important;
	}


	.cl {
		margin-top: 20px;
	}

	@media screen and (min-width: 401px) and (max-width: 767px) {
		.cl {
			text-align: center;
		}
	}

	@media screen and (min-width: 768px) {
		.cl {
			display: flex;
		}
	}

	.cl a {
    position: relative;
		color: #fff !important;
		background-color: #e8b025;
		border-radius: 10px;
		padding: 1rem 3rem 1rem 2rem;
		box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
		display: inline-block;
	}

  .cl a:after {
    content: '\f138';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

	.cl a:first-child {
		margin-right: 20px;
	}


	@media screen and (min-width: 768px) {
		.cl a:hover {
			box-shadow: none;
		}
	}

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

		.cl a {
			width: 100%;
			display: block;
			text-align: center;
		}

		.cl a:first-child {
			margin-bottom: 20px;
		}
	}

	.cl__date {
		display: inline-block;
		font-family: 'Quicksand', 'ヒラギノ角ゴ ProN W3', Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
		letter-spacing: 2px;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		color: #888 !important;
		text-align: right;
		margin-left: auto;
		margin-top: auto;
	}

	@media screen and (min-width: 768px) {

		.cl__date {
			font-size: .75rem;
			font-weight: 400;
			padding: 10px 0;
			letter-spacing: 1px;
		}
	}

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

		.cl__date {
			margin-top: 10px;
			font-size: .65rem;
			letter-spacing: 1px !important;
			display: block;
		}
	}

	@media screen and (min-width: 768px) and (max-width: 960px) {
		.chart {
			max-width: 250px;
		}
	}

	@media screen and (max-width: 767px) {
		.chart {
			margin: 20px 0;
		}
	}

	.flex {
		margin: 0;
	}

  .flex p {
    margin: 0;
    line-height: 2;
  }

  .wide-layout ul li .side-btn-box {
      align-items: flex-end;
  }
  
  .score {
    margin-left: 10px;
    font-weight: bold;
    color: #d31d3b;
    font-size: 18px;
  }


@media screen and (min-width: 768px) {
  .banner-fixed {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }
  .banner-fixed img {
    width: 100%;
    vertical-align: bottom;
  }
}
