﻿/* Float banner start */
.btn-event {
  position: fixed;
  bottom: 7px;
  left: 185px;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-event.show {
  bottom: 45px;
  opacity: 1;
  visibility: visible;
}
.add-control2 .checkbox2 {
  display: none;
}
.add-control2 .btn2 {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 9999;
}
.add-control2 .btn2 img {
  cursor: pointer;
  max-width: 35px;
  /* height: auto; */
  height: 35px;
  width: 35px;
}
.add-control2 .box2 img {
  max-width: 150px;
  width: 150px;
  height: 152px;
}
.space-header-logo img,
.theiaStickySidebar .image,
#campaign_banners_zone img {
	aspect-ratio: attr(width) / attr(height);
}
.add-control2 .box2:hover {
  opacity:.8
}
.lazy-loaded {
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1 !important;
}

@media screen and (max-width:1440px) {
  #floatingButton.btn-event {
    left: 45px;
  }
}

@media screen and (max-width:1260px){
  #floatingButton.btn-event{
    left: 15px;
  }
}

@media (max-width: 1024px) {
  .btn-event {
    left: 15px;
  }
  #linkToBonus a.btnClose {
    top: 2px;
  }
  #linkToBonus .popup-container {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .add-control2 .btn2 {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 9999;
    display: flex;
  }
  .add-control2 .box2 img {
    max-width: 120px;
    width: 120px;
    height: 122px;
    /* height: auto; */
  }
  .btn-event.show {
    bottom: 80px;
    opacity: 1;
    visibility: visible;
  }
  .btn-event {
    left: 15px;
  }
  .add-control2 .btn2 img {
    max-width: 25px;
    width: 25px;
    height: 25px;
  }

  /* new img floating btn */
  .add-control2 .box2 img {
    height: 90px;
    width:100%;
    max-width: 100%;
    content:url('../image/floating-image.png');
  }

  #floatingButton.btn-event {
    left: 0;
    bottom: 0px !important;
  }
  /* end new img */
}
/* Float banner end */

/* Exit banner start*/
#linkToBonus {
	display: flex;
	align-items: center;
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 99;
}
#linkToBonus .overlay {
	background: #000;
	opacity: 0.75;
	width: 100%;
	height: 100%;
	position: absolute;
}
#linkToBonus .popup {
	margin: auto;
	z-index: 100;
	position: relative;
	width: 375px;
	height: 500px;
	padding-top: 15px;
	display: block;
}
#linkToBonus .popup-container {
	width: 100%;
	height: 100%;
	overflow: auto;
}
#linkToBonus a.btnClose img {
	width: 30px;
	height: 30px;
}
#linkToBonus a.btnClose {
	position: absolute;
	right: -13px;
	top: 1px;
	z-index: 101;
}
@media (max-height: 768px){
	#linkToBonus .popup {
		max-height: 500px;
		height: calc(100vh - 30px);
	}
}
@media (max-width: 480px) {
	#linkToBonus .popup {
        padding-left: 15px;
        padding-right: 15px;
        width: 90%;
        height: auto;
        max-width: 375px;
        min-width: 300px;
        max-height: 500px;
	}
    #linkToBonus a.btnClose {
        right: 2px;
    }
    #linkToBonus .popup-container {
        width: 100%;
        height: 100%;
    }
}
/* Exit banner end */

/* Custom cv button start */
.custom-button-section {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 30px 0 30px 0;
}

.custom-button-section.mt-90{
	margin: 30px 0 30px 0 !important;
  position: relative;
}

.custom-button-section .custom-wrapper.some-text {
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-button-section img {
	width: auto;
	height: 27px;
	margin-bottom: unset !important;
}
.custom-button-section .cl-cv-linkbutton {
	padding-top: 0;
	min-width: 50%;
}
.custom-button-section .cl-cv-linkbutton a {
	align-items: center;
}
.cl-cv-linkbutton .fa-arrow-circle-right:before {
	display: inline-block;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -7px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1 !important;
	color: #fff;
}
.cl-cv-linkbutton a {
	position: relative;
	display: block;
	padding: 15px 40px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.8em;
	color: #ffff !important;
	text-decoration: none !important;
	border-radius: 10px;
	background-color: #3EC300;
	-webkit-box-shadow: 0px 8px #757575;
	box-shadow: 0px 8px #757575;
	transition: all 250ms ease-out !important;
	top: 0;
}
.cl-cv-linkbutton a > span {
	font-size: 16px;
	color: #ffff !important;
	text-decoration: none !important;
}
.cl-cv-linkbutton a > br {
  display: contents;
}
.custom-button-section .custom-wrapper span {
	margin: auto;
	color: #e00;
	font-size: 14px !important;
	line-height: 1.1em;
}
.custom-button-section .cl-cv-linkbutton a:hover {
	box-shadow: unset;
	background-color: #3ec300eb;
	opacity: 0.8;
	top: 8px;
}

/* for cms 2 */
.custom-button-section .cl-cv-linkbutton.width-50 {
  padding-top: 0;
  min-width: 40%;
  width: 50%;
  position: relative;
  margin-top: 2%;
}
.cl-cv-linkbutton a.red-bg {
  background-color: #eb644e;
}

.custom-button-section .cl-cv-linkbutton a.red-bg:hover {
  background-color: #eb644e;
}

.custom-button-section .custom-wrapper span.black-color {
  color: rgb(0, 0, 0);
}

.custom-button-section .custom-wrapper.some-text.red{
  border: solid 2px #eb644e;
  border-radius: 20px;
  padding: 5px 10px;
  background-color: white;
  position: absolute;
  z-index: 999999;
  box-shadow: 0 1px #757575;
  max-width: 50%;
}

@media screen and (max-width:767px){
	.custom-button-section .custom-wrapper.some-text {
		max-width: 80%;
	}
	.custom-button-section .cl-cv-linkbutton, .cl-linkbutton {
		width: 100%;
	}
  .cl-cv-linkbutton a > span {
    font-size: 16px !important;
  }

  .custom-button-section .custom-wrapper.some-text.red {
    max-width: 80% !important;
  }

  .custom-button-section .cl-cv-linkbutton.width-50,
  .cl-linkbutton {
    width: 95% !important;
  }
}
/* Custom cv button end */

/* post_link shortcode start */
.postlink {
    border: solid 1px #f0345c;
    display: block;
    margin: 3em 0 0.5em 0;
    padding: 1em;
    position: relative;
}
.single-post .article .entry-content a.post-link {
	text-decoration: unset;
    color: #ffffff;
}
.postlink_title {
    background-color: #f0345c;
    line-height: 1.0;
    padding: 0.3rem 1rem;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: -26px;
    left: -2px;
    box-sizing: border-box;
    height: 25px;
}
.postlink_title:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 3px;
    margin-left: -5px;
    position: relative;
    top: 0;
    color: #ffffff;
    font-weight: normal !important;
}
.postlink_title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0 23px;
    border-color: transparent transparent transparent #f0345c;
}
.single-post .article .entry-content a span.embed-heading {
    color: #333333 !important;
    display: block;
    font-size: 16px !important;
    line-height: 160%;
    text-decoration: none !important;
    overflow: hidden;
}
/* post_link shortcode end */

/* recommended page start */
.recommended_title {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 10px 0px;
  width: 100%;
  font-size: 24px;
  padding: 5px 15px;
}

.archive .single-post {
  width: 860px;
}
.archive .single-post .post-date .far {
  display: inline-block;
}
.archive .single-post .post-date {
  font-size: 0.7em;
  display: inline;
}
/* recommended page end */

/* Shortcode link button start */
.add-link-button-section {
	text-align: center;
	margin: 30px 0 38px 0;
}
.cl-linkbutton a{
	align-items: center;
	padding: 15px 40px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.8em;
	text-decoration: none !important;
	border-radius: 10px;
	-webkit-box-shadow: 0px 8px #cccccc;
	background-color: #DBDED9;
	color: #000 !important;
	box-shadow: 0px 8px #cccccc;
	display: inline-block;
	min-width: 50%;
	cursor: pointer;
	transition: all 250ms ease-out !important;
	top: 0;
}
.cl-linkbutton a:hover {
  box-shadow: unset;
  opacity: 0.8;
	top: 8px;
	position: relative;
}
.custom-button-section .cl-cv-linkbutton a:hover {
	box-shadow: unset;
	background-color: #3ec300eb;
	opacity: 0.8;
	top: 8px;
}
.cl-linkbutton a:hover {
  color: unset;
}
/* 2 button on row */
.btn-2 {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 38px;
}
.btn-2 .custom-button-section,
.btn-2 .add-link-button-section {
	width: 40%;
    margin-right: 30px;
}
.btn-2 .add-link-button-section {
    margin-top: 27px;
	margin-bottom: 0;
}
.btn-2 .add-link-button-section .cl-linkbutton,
.btn-2 .custom-button-section .cl-cv-linkbutton {
	width: 100%;
	max-width: 100%;
}
.btn-2 .custom-button-section .custom-wrapper.some-text {
	max-width: 80%;
}
.btn-2 .custom-button-section.no-some-text {
	padding-top: 27px;
}
.btn-2 .custom-button-section {
	margin-top: 0;
    margin-bottom: 0;
}
.home-menu-button.menu-button {
  display: flex;
}
@media screen and (max-width:767px){
	.custom-button-section .custom-wrapper.some-text {
		max-width: 80%;
	}
	.custom-button-section .cl-cv-linkbutton, .cl-linkbutton {
		width: 100%;
	}
	.btn-2 {
		display: block;
	}
	.btn-2 .custom-button-section,
	.btn-2 .add-link-button-section {
		width: 100%;
	}
	.btn-2 .add-link-button-section {
    margin-top: 10px;
	}
  .archive .single-post {
    width: 100%;
  }
}
/* Shortcode link button end */

@media (min-width: 1336px) {
  .footer-top-box:nth-of-type(2) {
    margin-right: 40px;
  }
  .footer-top-box:nth-of-type(1) {
    width: 35% !important;
  }

  .footer-top-box:nth-of-type(2),
  .footer-top-box:nth-of-type(3) {
    width: 35% !important;
  }
}
/* Campaign START */
.casino_area {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 10%;
  padding-right: 10%;
  font-weight: 600;
}

.casino_area h2 {
  margin-bottom: 30px;
}

.casino_area h2.bar {
  letter-spacing: .1em;
}

.casino_area .fontxl {
  font-size: 1.375rem !important;
}

.casino_area h2.bar:after {
  content: "";
  display: block;
  border-bottom: 3px solid #262626;
  width: 60px;
  padding-bottom: 8px;
}

.casino_area .pr_casino {
  background-color: #494949;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.casino_area .float_left {
  float: left;
}

.casino_area .pr_casino_en,
.casino_area .pr_casino .pr_casino_title {
  display: inline-block;
}

.casino_area .pr_casino .pr_casino_title {
  font-size: 1.25rem;
  color: #f2b725;
  margin-top: 25px;
  margin-left: 20px;
}

.casino_area .pr_casino_en {
  color: #f2b725;
  margin-bottom: 20px;
  margin-left: 20px;
}

.casino_area .fonts {
  font-size: 0.875rem !important;
}

.casino_area .float_right {
  float: right;
}

.casino_area .pr_casino .recommend_point {
  display: inline-block;
  margin-top: 20px;
  position: relative;
  top: 3px;
}

.casino_area .fontm {
  font-size: 1pc !important;
}

.casino_area .star-rating {
  display: inline-block;
  margin: 15px 20px 15px 0;
}

.casino_area .pr_casino .screen-reader-text {
  display: none;
}

.casino_area .star-rating .star {
  color: #f2b725 !important;
  font-size: 1.56rem;
  margin: 0 5px;
}

.casino_area .star-rating .star-full:before {
  content: "\f005";
  font-weight: 900;
}

.casino_area .star-rating .star-empty:before {
  content: "\f005";
  font-weight: 400;
}

.casino_area .star-rating .star {
  color: #f2b725 !important;
  display: inline-block;
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 20px;
}

.casino_area .background_change {
  background-color: #393838;
  padding-bottom: 20px;
}

.casino_area .center {
  text-align: center;
}

.casino_area .adButton a.lp_button {
  background-color: #2ECC71;
  line-height: 60px;
  margin-top: 10px;
  height: 60px;
  font-size: 1.125rem;
  width: 85%;
  -webkit-box-shadow: 2px 5px 0 0 rgb(0 0 0 / 50%);
  box-shadow: 2px 5px 0 0 rgb(0 0 0 / 50%);
}

.casino_area .adButton a,
.casino_area .adButton span,
.casino_area ul.addoubleButton a {
  background-color: #f0345c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-align: center;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  margin-top: 10px;
  width: 85%;
}

.space-block-title {
  color: #151515;
  font-size: 1em;
  line-height: 1.45em;
  font-weight: 700;
  margin-top: 30px;
}

.space-block-title span {
  z-index: 1;
  padding-left: 23px;
  position: relative;
}

.space-block-title span:before {
  content: '';
  z-index: 1;
  opacity: 0.8;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 2px;
  background-color: #e74c3c;
}

.space-block-title span:after {
  content: '';
  z-index: -1;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 11px;
  background-color: #2ecc71
}

.star::before,
.star-half-o::before,
.star-o::before {
  font-family: 'Font Awesome 5 Free' !important;
}

.casino_area .pr_casino .pr_casino_title {
  margin-top: 15px;
}

.float_right {
  margin-top: 3px;
}

.casino_area .pr_casino .recommend_point {
  top: -5px;
}

@media (max-width: 479px) {

  .casino_area .adButton a,
  .casino_area .adButton span,
  .casino_area ul.addoubleButton a {
    width: 95%;
  }
  .float_left {
    margin: 0 25% 0 20%;
  }

  .float_right {
    margin: 0 10%;
  }
  .casino_area {
    padding-left: 0;
    padding-right: 0;
  }
  .casino_area .pr_casino .recommend_point {
    top: -3px;
  }
}

.casino_area .pr_casino span {
  padding: 20px 0;
  display: block;
  text-align: center;
}

.casino_area .pr_casino span br {
  display: none;
}

.casino_area .cl-linkbutton a:after {
  right: 120px;
}

.casino_area .adButton a:after,
.casino_area ul.addoubleButton a:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free' !important;
  position: absolute;
  right: 5px;
}

.casino_area .pr_casino img {
  border-radius: 0;
}

/* Campaign END */


/* breadcrumbs for page */
.breadcrumb>div:last-of-type a span {
  color: #005db4
}

.breadcrumb>div:last-of-type a {
  color: #005db4;
  cursor: pointer;
  pointer-events: auto;
}
/* end */

/* Supervisor start */
.supervisor-box__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  cursor: pointer;
  height: auto;
  padding: 0;
  border: 0;
  border-left: 8px solid #3c6bff;
  font-weight: 400;
  font-size: 13px;
  margin: auto;
}
.supervisor-box__title {
  margin: 0 10px;
  font-weight: 700;
  order: 0;
}
.supervisor-box__img {
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  order: 2;
}
.supervisor-box__img img {
  width: 100%;
  height: 100%;
}
.supervisor-box .supervisor-box__name {
  max-width: 200px;
}
.single-post .article .entry-content .supervisor-box a {
  text-decoration: unset;
  color: #333;
}
.supervisor-box__inner_sp {
  display: none;
}
.space-home-mainvisual-slide-item img.img_380x205,
.bonus-slide-item img.img_380x205 {
  display: none !important;
}
.space-home-mainvisual-slide {
  height: 376px;
}
.bonus-slide.owl-carousel .owl-item img {
  height: 172px;
}
.btn-slider-more {
  display: block;
  color: #05EBCD;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  align-items: center;
  border-radius: 32px;
  border: 1px solid #05EBCD;
  padding: 15px 50px;
  position: relative;
  background: #fff;
  width: 320px;
}
.btn-slider-more:hover {
  color: #05EBCD;
}
.btn-slider-more i.fa-caret-right {
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
}
.space-home-mainvisual-slide-item {
  position: relative;
}
.meta-box-more {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 160px);
}
.owl-dots {
  margin-top: 10px;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border: 2px solid #1B2D45;
}
.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span {
  background-color: #1B2D45;
}
.GPWA-bunner {
  background: #fff;
  position: relative;
  padding: 30px 20px;
}
.GPWA-bunner__wrap {
  display: flex;
}
.GPWA-subtitle {
  font-size: 16px;
  font-weight: bold;
  background: #1B2D45;
  width: 182px;
  color: #fff;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -32px;
  left: 0;
}
.content-in .toppage-wrap {
  width: 100%;
  margin-top: 30px;
}
.GPWA-bunnner__title {
  font-size: 16px;
}
.GPWA-bunnner__title__sp {
  display: none;
  font-size: 16px;
}
.GPWA-bunnner__img {
  margin-right: 35px;
}
.GPWA-bunnner__paragraph {
  font-size: 12px;
}
.GPWA-bunnner__paragraph > a {
  text-decoration: underline;
}
.pt-sc {
  padding-top: 45px;
  margin-bottom: 120px;
}
.pickup-heading h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  padding-right: 15px;
  font-family: "Sofia Pro Soft Bold"; 
  letter-spacing: 0.08em;
  color: #1B2D45;
}
.pickup-heading span {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #1B2D45;
}
.pickup-heading {
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 50px;
}
.pickup-row {
  display: flex;
  justify-content: space-between;
}
.pickup-col {
  width: 400px;
  background: #fff;
  padding: 0;
  border-width: 8px 0 8px;
  border-style: solid;
}
.pickup-list-normal article {
  padding: 0 20px 20px 20px;
}
.pickup-list-normal article.pickup-entry-1 {
  padding: 0;
}
.pickup-col.pink {
  border-color: #E962FA;
}
.pickup-col.orange {
  border-color: #FAC64B;
}
.pickup-col.blue {
  border-color: #05EBCD;
}
.pickup__title {
  font-size: 20px;
  font-weight: bold;
  color: #1B2D45;
  padding: 15px 20px;
}
.pickup-btn-more {
  border-width: 1px;
  border-style: solid;
  border-radius: 32px;
  width: 80%;
  display: flex;
  height: 46px;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  margin: 20px auto 45px auto;
}
.pink .pickup-btn-more {
  color: #E962FA;
  border-color: #E962FA;
}
.orange .pickup-btn-more {
  color: #FAC64B;
  border-color: #FAC64B;
}
.blue .pickup-btn-more {
  color: #05EBCD;
  border-color: #05EBCD;
}
.pickup-btn-more i.fas {
  position: absolute;
  right: 15px;
}
.pickup-entry {
  display: flex;
}
.pickup_entry-card-thumb {
  width: 164px;
  height: 110px;
}
.pickup_entry-card-thumb img {
  width: 100%;
  height: 100%;
}
.pickup_entry-card-content {
  width: calc(100% - 164px);
  padding-left: 15px;
}
.pickup_entry-card-content h2 {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pickup_entry-card-content .cat-label,
.custom-category-style .cat-label {
  position: relative;
  font-size: 9px;
  line-height: 11px;
  background-color: #1B2D45;
  padding: 5px;
  left: 0;
}
.pickup_entry-card-content .e-card-info {
  justify-content: left;
  flex-direction: column;
  align-items: baseline;
}
.pickup_entry-card-meta .post-date {
  font-size: 12px;
}
.pickup_cardnew {
  background-color: #FAC64B;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pickup_cardnew span {
  font-size: 10px;
}
.pickup-entry.pickup-entry-1 {
  flex-direction: column;
}
.pickup-entry-1 .pickup_entry-card-thumb {
  width: 100%;
  height: 267px;
}
.pickup-entry-1 .pickup_entry-card-content {
  width: 100%;
  padding: 17px 20px;
  border-bottom: 1px solid #B9B9B9;
  margin-bottom: 20px;
}
.pickup-entry-1 .pickup_entry-card-content h2 {
  -webkit-line-clamp: 2;
}
.pickup-entry-1 .pickup_entry-card-content .e-card-info {
  justify-content: space-between;
  flex-direction: row;
}
.casinos-slide-name {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 6px solid #1B2D45;
  margin-bottom: 5px;
}
.owl-item.active.center .casinos-slide-name {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 8px solid #1B2D45;
  margin-bottom: 8px;
}
.casinotop-slide.owl-carousel .owl-item .casinos-slide-content img {
  width: 121px;
  height: 81px;
}
.casinotop-slide.owl-carousel .owl-item.active.center .casinos-slide-content img {
  width: 180px;
  height: 120px;
}
.casinos-slide-content {
  display: flex;
}
.casinos-slide-content__desc {
  font-size: 8px;
  line-height: 14px;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  margin-left: 22px;
  width: calc(100% - 121px);
}
.owl-item.active.center .casinos-slide-content__desc {
  font-size: 14px;
  line-height: 17px;
  width: calc(100% - 180px);
}
.owl-item.active.center .casinos-slide-content__desc:after {
  border: 13px solid;
  border-color: transparent white transparent transparent;
}
.casinos-slide-content__desc:after {
  content: ' ';
  position: absolute;
  width: 30px;
  height: 26px;
  left: -30px;
  right: auto;
  top: 15px;
  bottom: auto;
  border: 13px solid;
  border-color: transparent white transparent transparent;
}
.casinos-slide-title .e-card-info {
  justify-content: flex-start;
}
.casinos-slide-title .e-card-info > span {
  font-size: 10px;
  line-height: 12px;
}
.owl-item.active.center .casinos-slide-title .e-card-info > span {
  font-size: 16px;
  line-height: 19px;
}
.casinos-slide-title h2 {
  font-size: 10px;
  line-height: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 19px;
}
.owl-item.active.center .casinos-slide-title h2{
  font-size: 16px;
  margin-top: 15px;
}
.casinotop-btn-more .btn-slider-casino-more {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  border-radius: 8px;
  padding: 15px 50px 15px 20px;
  position: relative;
  background: #1B2D45;
  overflow: hidden;
  
}
.casinotop-btn-more {
  margin-top: 8px;
  padding-bottom: 20px;
}
.casinotop-btn-more a:after {
  content: ' ';
  position: absolute;
  left: -20px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 19px solid;
  border-color: #E962FA;
  border-radius: 100%;
}
.casinotop-btn-more i {
  position: absolute;
  right: 32px;
}
.casinotop-slide-wrap .owl-stage,
.informationtop-slide-wrap .owl-stage {
/* .bonus-slide-wrap .owl-stage { */
  display: flex;
  align-items: center;
  justify-content: center;
}
.casinotop-slide-wrap .owl-nav,
.informationtop-slide-wrap .owl-nav,
.bonus-slide-wrap .owl-nav  {
  width: 100%;
}
.casinotop-slide-wrap .owl-carousel .owl-nav button,
.informationtop-slide-wrap .owl-carousel .owl-nav button,
.bonus-slide-wrap .owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 80.5px);
  left: 0;
  /* margin-top: -20px; */
  z-index: 2;
}
.casinotop-slide-wrap .owl-nav button.owl-next,
.informationtop-slide-wrap .owl-nav button.owl-next,
.bonus-slide-wrap .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.casinotop-slide-wrap,
.informationtop-slide-wrap,
.bonus-slide-wrap {
  position: relative;
}
.casinotop-slide.owl-carousel {
  position: initial;
  width: 90%;
  margin: auto;
}
.casinotop-slide-wrap .owl-carousel .owl-nav button.owl-prev,
.casinotop-slide-wrap .owl-carousel .owl-nav button.owl-next,
.informationtop-slide-wrap .owl-carousel .owl-nav button.owl-prev,
.informationtop-slide-wrap .owl-carousel .owl-nav button.owl-next,
.bonus-slide-wrap .owl-carousel .owl-nav button.owl-prev,
.bonus-slide-wrap .owl-carousel .owl-nav button.owl-next {
  background: #ffffff;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  height: 161px;
  width: 43px;
}
.bonus-slide-wrap .owl-carousel .owl-nav button.owl-prev,
.bonus-slide-wrap .owl-carousel .owl-nav button.owl-next {
  background: #1B2D45;
}
.casinotop-slide-wrap .owl-nav button:after,
.informationtop-slide-wrap .owl-nav button:after,
.bonus-slide-wrap .owl-nav button:after {
  content: "\f053";
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free' !important;
  line-height: 1;
}
.bonus-slide-wrap .owl-nav button:after {
  color: #ffffff;
}
.casinotop-slide-wrap .owl-nav button.owl-next:after,
.informationtop-slide-wrap .owl-nav button.owl-next:after,
.bonus-slide-wrap .owl-nav button.owl-next:after {
  content: "\f054";
}
.casinotop-slide-wrap .owl-nav button span,
.informationtop-slide-wrap .owl-nav button span,
.bonus-slide-wrap .owl-nav button span {
  display: none;
}
.pickup-nav-sp {
  display: none;
}
.nav-categories ul.children li:last-child {
  margin: 0;
  border-bottom: unset;
  padding-bottom: 0;
}

/* Game Information Start */
.game-information-wrap {
  display: flex;
}
.game-col {
  margin-right: 20px;
  background: #ffffff;
  padding: 20px;
  text-align: center;
  width: 300px;
  padding-top: 30px;
}
.game-col h3 {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 30px;
}
.game-desc {
  text-align: left;
  padding-top: 23px;
  font-size: 12px;
  padding-bottom: 20px;
}
.game-desc span {
  font-size: 32px;
  font-weight: bold;
}
.game-desc .orange {
  color: #FAC64B;
}
.game-desc .blue {
  color: #05EBCD;
}
.game-desc .pink {
  color: #E962FA;
}
.game-section .casinotop-btn-more .btn-slider-casino-more {
  font-size: 12px;
  line-height: 14px;
}
.game-section .casinotop-btn-more .btn-slider-casino-more:hover {
  text-decoration: none;
}
.game-article-section {
  border-top: 6px solid #1B2D45;
  padding-top: 8px;
}
.game-entry-card-content h2 {
  text-align: left;
  font-size: 12px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 10px;
}
.game-entry-card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.game-entry-card-meta .cat-label {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 10px;
}
.game-entry-card-meta .post-date {
  font-size: 10px;
  line-height: 12px;
}
.game-entry-card-meta.custom-category-style i {
  padding: 5px;
  background: #05EBCD;
  border-radius: 100%;
  width: 39px;
  height: 38px;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  right: 0;
  top: calc(50% - 19px);
}
.cl-btn-game {
  text-align: center;
  margin-top: 50px;
}
.cl-btn-game a {
  font-size: 14px;
  line-height: 17px;
  border-radius: 32px;
  border: 1px solid #1B2D45;
  padding: 15px 50px;
  position: relative;
  color: #1B2D45;
  font-weight: bold;
}
.cl-btn-game i {
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
}
/* Game Information End */

/* Information section start */
article.information-entry-item {
  border-top: 8px solid #1B2D45;
  padding-top: 8px;
  padding-bottom: 20px;
}
.informationtop-slide h2.entry-card-title {
  text-align: left;
  font-size: 16px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 10px;
}
.informationtop-slide .game-entry-card-meta {
  flex-direction: initial;
}
.informationtop-slide .game-entry-card-meta .cat-label {
  margin-bottom: unset;
  margin-right: 10px;
}
.informationtop-slide.owl-carousel {
  position: initial;
  width: 90%;
  margin: auto;
}
/* Information section end */
/* About section start */
.about-section-wrap {
  background: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding-bottom: 30px;
}
.about-section-wrap h3 {
  font-size: 20px;
  padding: 50px 0;
}
.title-abs {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  top: -12px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.about-description {
  position: relative;
}
.about-description::after {
  background-image: url('../image/about_bg.svg');
  content: ' ';
  width: 1036px;
  position: absolute;
  height: 183px;
  left: calc(50% - 518px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: calc(50% - 91.5px);
  background-position: center;
}
.about-strength-content {
  justify-content: space-between;
  display: flex;
  padding: 20px 50px;
}
.about-col:first-child {
  width: 312px;
}
.about-col {
  width: 324px;
}
.about-strength-wrap {
  background: #ffffff;
  text-align: center;
  margin-top: 60px;
}
.about-header {
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  justify-content: center;
  align-items: center;
  color: #1B2D45;
}
.about-header .about__num {
  line-height: 48px;
  font-size: 40px;
  padding-right: 10px;
  color: #1B2D45;
  font-family: 'Sofia Pro Soft Bold';
  letter-spacing: 0.08em;
}
.about__desc {
  font-size: 12px;
  line-height: 24px;
}

.about__desc a {
  text-decoration: underline;
  color: #005db4;
  transition: all .1s;
}

.about__img {
  height: 150px;
  align-items: center;
  justify-content: center;
  display: flex;
}
/* About section end */
/* Bonus section start */
.top-bonus-container {
  background: #ffffff;
  margin-top: 105px;
}
.bonus-section {
  max-width: 1260px;
  margin: auto;
  padding: 25px 0 70px;
}
.bonus-slide.owl-carousel {
  position: initial;
  width: 85%;
  margin: auto;
}
.home .content {
  padding-bottom: 0;
}
/* Bonus section end */

@media (min-width: 1023px) {
  .br-sp {
    display: none;
  }
  .casinotop-slide .owl-item.active.center {
    width: 480px !important;
  }
  .casinotop-slide .owl-item.active {
    width: 297px !important;
  }
  .pickup-heading.top-bonus-heading > div {
    display: flex;
    align-items: baseline;
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  .supervisor-box__inner {
    width: 70%;
    padding-left: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 15px;
    margin: unset;
  }
  .supervisor-box__title {
    margin: 0;
  }
  .supervisor-box__img {
    order: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    transform: translate(50%,25%);
    right: -50px;
  }
  .supervisor-box .supervisor-box__name {
    max-width: 100%;
  }
}

/* Supervisor end */

@media screen and (max-width: 767px) {
  .mobile-header-menu-buttons {
    background: #ECF3F4;
    border-bottom: 10px solid #1B2D45;
    height: 80px;
  }
  .mobile-header-menu-buttons > li {
    display: flex;
    align-items: center;
  }
  
  #floatingButton.btn-event {
    bottom: 30px;
  }
  .supervisor-box__inner {
    display: none;
  }
  .supervisor-box {
    justify-content: center;
    margin: 10px 15px 29px 15px;
  }
  .supervisor-box__inner_sp {
    display: flex;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 13px;
    border-left: 8px solid #3c6bff;
    padding-left: 10px;
    align-items: center;
  }
  .supervisor-box-left {
    min-width: 45%;
  }
  .supervisor-box__inner_sp .supervisor-box__img {
    transform: unset;
    right: 0;
    min-width: 40px;
    margin-left: 15px;
  }
  .space-home-mainvisual-slide-item img.img_380x205,
  .bonus-slide-item img.img_380x205 {
    display: block !important;
  }
  .space-home-mainvisual-slide-item img.img_518x280,
  .bonus-slide-item img.img_518x280 {
    display: none !important;
  }
  .content-in .toppage-wrap {
    margin-top: 75px;
  }
  .GPWA-subtitle {
    font-size: 12px;
    width: 71px;
  }
  .GPWA-bunner {
    padding: 15px 10px;
  }
  .GPWA-bunnner__title {
    display: none;
  }
  .GPWA-bunnner__title__sp {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin-left: 10px;
    font-weight: 700;
  }
  .GPWA-bunner__wrap {
    flex-direction: column;
  }
  .GPWA-bunnner__paragraph {
    font-size: 10px;
  }
  .GPWA-bunnner__text-content {
    margin-top: 15px;
  }
  .pickup-heading {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .pickup-nav-sp {
    display: block;
  }
  .pickup-row {
    flex-direction: column;
  }
  .pickup-col {
    width: 100%;
    display: none;
  }
  .pickup-col.visible {
    display: block;
  }
  .pickup-heading span {
    font-size: 14px;
    line-height: 17px;
  }
  .pickup-heading h2 {
    font-size: 26px;
  }
  .nav-content-main-pickup {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .nav-content-label {
    padding: 15px 20px;
  }
  .nav-content-label.checked {
    background: #ffffff;
  }
  .nav-content-label {
    border-width: 7px 0 0;
    border-style: solid;
    border-color: #E962FA;
    align-items: center;
    display: flex;
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
  }
  .nav-content-label.orange {
    border-color: #FAC64B;
  }
  .nav-content-label.blue {
    border-color: #05EBCD;
  }
  .pickup__title {
    display: none;
  }
  .casinotop-slide-wrap .owl-carousel .owl-nav button.owl-prev,
  .casinotop-slide-wrap .owl-carousel .owl-nav button.owl-next,
  .informationtop-slide-wrap .owl-carousel .owl-nav button.owl-prev,
  .informationtop-slide-wrap .owl-carousel .owl-nav button.owl-next,
  .bonus-slide-wrap .owl-carousel .owl-nav button.owl-prev,
  .bonus-slide-wrap .owl-carousel .owl-nav button.owl-next {
    height: 97px;
    width: 26px;
  }
  .casinotop-slide.owl-carousel,
  .informationtop-slide.owl-carousel {
    width: 100%;
    padding: 0 35px;
  }
  .casinotop-slide-wrap .owl-stage,
  .informationtop-slide-wrap .owl-stage {
  /* .bonus-slide-wrap .owl-stage { */
    display: inline-block;
  }
  .casinotop-slide.owl-carousel .owl-item .casinos-slide-content img,
  .casinotop-slide.owl-carousel .owl-item.active.center .casinos-slide-content img {
    width: 114px;
    height: 76px;
  }
  .casinos-slide-content__desc {
    width: calc(100% - 114px);
    margin-left: 15px;
  }
  .owl-item.active.center .casinos-slide-content__desc {
    font-size: 10px;
    line-height: 16px;
    width: calc(100% - 114px);
  }
  .casinos-slide-name,
  .owl-item.active.center .casinos-slide-name,
  .owl-item.active.center .casinos-slide-title h2 {
    font-size: 12px;
  }
  .casinotop-btn-more .btn-slider-casino-more {
    font-size: 12px;
    padding: 15px;
  }
  .casinos-slide-content__desc:after {
    width: 20px;
    height: 15px;
    left: -23px;
    border: 9px solid;
  }
  .owl-item.active.center .casinos-slide-name {
    border-bottom: 5.67px solid #1B2D45;
  }
  .owl-item.active.center .casinos-slide-title .e-card-info>span {
    font-size: 10px;
  }
  .pt-sc {
    padding-top: 0px
  }
  .GPWA-bunnner__img {
    display: flex;
  }
  #search-menu-open.header-search {
    width: 54px;
    height: 48px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-content,
  #navi-menu-close {
    top: 80px;
  }

  .mobile-navi-toggle .header-nav-content .list-nav-header {
    display: flex;
    flex-direction: column;
  }
  .mobile-navi-toggle .header-nav-content .nav-col {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 15px 10px;
  }
  .mobile-navi-toggle .nav-row-footer .nav-footer-wrap {
    flex-direction: column;
    height: auto;
  }
  #navi-menu-content {
    background: #ECF3F4;
  }
  .mobile-main-menu {
    padding: 58px 0 20px 0;
  }
  .mobile-main-menu .main-menu li.menu-item {
    display: block;
    padding-right: 30px;
    text-align: center;
    padding-bottom: 40px;
  }
  .mobile-navi-toggle .nav-title {
    font-size: 16px;
  }
  .sidebar .mobile-navi-toggle .popular-entry-card-link,
  .sidebar .mobile-navi-toggle .new-entry-card-link {
    padding: 10px 0;
  }
  .mobile-navi-toggle .header-nav-content .new-entry-card-thumb,
  .mobile-navi-toggle .header-nav-content .popular-entry-card-thumb {
    width: 122px;
    height: 82px;
  }
  .mobile-navi-toggle .header-nav-content .new-entry-card-content,
  .mobile-navi-toggle .header-nav-content .popular-entry-card-content {
    width: calc(100% - 122px);
    padding-left: 15px;
  }
  .mobile-navi-toggle .header-nav-content .popular-entry-card-title, 
  .mobile-navi-toggle .header-nav-content .new-entry-card-title {
    font-size: 12px;
    line-height: 14px;
  }
  .mobile-navi-toggle .logo.logo-header {
    width: 150px;
    margin: 24px 0;
    padding: 0;
  }
  .mobile-navi-toggle .nav-logo {
    margin: auto;
  }
  .mobile-navi-toggle .nav-menu-footer li:first-child {
    padding-right: 40px;
  }
  .mobile-navi-toggle .nav-copyright {
    font-size: 10px;
    padding: 43px 0 20px 0;
    margin-left: unset;
  }
  .navi-menu-content-inner {
    padding: unset;
  }
  .header-nav-content {
    padding: 10px;
  }
  .game-information-wrap {
    flex-direction: column;
  }
  .game-col {
    width: 100%;
  }
  .game-information-wrap > div {
    margin-bottom: 20px;
  }
  .game-item-sp {
    display: flex;
    align-items: flex-start;
  }
  .game-item-sp img {
    margin-top: 15px;
    width: 78px;
    height: 78px;
  }
  .game-item-sp .game-desc {
    width: calc(100% - 78px);
    padding-left: 10px;
    padding-top: unset;
  }
  .game-col h3 {
    text-align: left;
    padding-bottom: 10px;
  }
  .game-entry-card-content {
    padding-bottom: 10px;
    display: flex;
  }
  .game-entry-card-content h2 {
    -webkit-line-clamp: 4;
    width: calc(100% - 128px);
    padding-left: 15px;
    padding-top: 0;
  }
  figure.game-entry-card-thumb {
    width: 128px;
  }
  .about-section-wrap {
    font-size: 10px;
  }
  .about-description {
    padding: 0 10px;
  }
  .about-section-wrap h3 {
    font-size: 18px;
    padding: 30px 0;
  }
  .about-description::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: calc(50% - 150px);
  }
  .br-pc {
    display: none;
  }
  .about-col {
    padding-bottom: 60px;
    width: 100%;
  }
  .about-strength-content {
    flex-direction: column;
    padding: 50px 10px 0 10px;
  }
  .about-col:first-child {
    width: 100%;
  }
  .title-abs {
    font-size: 14px;
    line-height: 17px;
    top: -8px;
  }
  .bonus-slide.owl-carousel .owl-item img {
    height: 280px;
  }
  .bonus-section {
    padding: 40px 10px 32px 10px;
  }
  .bonus-slide.owl-carousel {
    width: 80%;
  }
  .top-bonus-heading {
    flex-direction: initial;
  }
  .top-bonus-heading > div {
    padding-left: 10px;
  }
  .bonus-slide-wrap .owl-carousel .owl-nav button {
    top: calc(50% - 48.5px);
  }
  .footer-recommended-entries-col {
    width: 100%;
  }
  .footer-popular-entries .popular-entry-card.widget-entry-card {
    font-size: 10px;
    line-height: 17px;
    min-height: 25px;
    display: flex;
    align-items: center;
  }
  .footer-popular-entries .popular-entry-card-link.no-2 .popular-entry-card-title:before {
    background-position: top -4.5em left;
  }
  .footer-popular-entries .popular-entry-card-link.no-3 .popular-entry-card-title:before {
    background-position: top -8.3em left;
  }
  .footer-popular-entries .popular-entry-card-link.no-4 .popular-entry-card-title:before {
    background-position: top -12.7em left;
  }
  .footer-popular-entries .popular-entry-card-link.no-5 .popular-entry-card-title:before {
    background-position: top -16.8em left;
  }
  .footer-popular-entries .popular-entry-card-link.no-6 .popular-entry-card-title:before {
    background-position: top -21em left;
  }
  .footer-popular-entries .popular-entry-card-link.no-7 .popular-entry-card-title:before {
    background-position: top -25.2em left;
  }
  .footer-popular-entries .popular-entry-card-link.no-8 .popular-entry-card-title:before {
    background-position: top -29.4em left;
  }
  .footer-popular-entries .popular-entry-card-link.no-9 .popular-entry-card-title:before {
    background-position: top -33.6em left;
  }
  .footer-popular-entries .popular-entry-card-link.no-10 .popular-entry-card-title:before {
    background-position: top -37.8em left;
  }
}

#casino-page-content-entry h4 {
  background-color: transparent!important;
  border-top: 0!important;
  border-bottom: 1px solid #494949!important;
  border-radius: 0!important;
  padding: 9px 10px;
  font-size: 17px;
  margin-top: 2.4em;
  margin-bottom: 18px;
  line-height: 1.6;
  letter-spacing: .08em;
  font-weight: bold;
}

#casino-page-content-entry h4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: #494949;
  background-color: #494949;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: .8em;
    vertical-align: 1px;
    font-size: small;
    line-height: 1.6;
    letter-spacing: .08em;
}

#casino-page-content-entry p a,
#casino-page-content-entry li a,
#ranking-page-content-assessment li a,
#ranking-page-content-assessment p a,
.bb-blue a, .st-blue a, 
.recommended_a-tag {
  text-decoration: underline;
  color: #1967d2;
  font-weight: bold;
}

#ranking-page-content-assessment li,
#casino-page-content-entry li {
 list-style-type: disc;
  margin-left: 20px;
}
/* end */


/* css for sidebar */

.list-page-sidebar-ranking-badge {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 1
}

.list-page-sidebar-ranking-thumb {
  width: 65px;
  height: 65px;
  overflow: hidden;
  position: relative
}

.list-page-sidebar-ranking-thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.list-page-sidebar-ranking-text {
  width: calc(100% - 65px);
  padding: 0 35px 0 12px;
  box-sizing: border-box;
  position: relative;
  height: fit-content;
}

.list-page-sidebar-ranking-text:after {
  content: "\f35a";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free'!important;
  line-height: 1!important;
  color: #c1c1c1
}

.list-page-sidebar-ranking-title {
  margin: 0 0 4px!important;
  font-size: .95em;
  font-weight: 700;
  color: #111;
  line-height: 1!important
}

.list-page-sidebar-ranking-caption {
  margin: 0!important;
  font-size: .6em;
  color: #666;
  line-height: 1!important
}
.list-page-sidebar-ranking-list {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .list-page-sidebar-ranking-list {
    padding: 5px 4%
  }

  .list-page-sidebar-ranking-bn {
     margin: 0 auto 12px
  }

  .list-page-sidebar-ranking-title {
    font-size: 16px;
    line-height: 1.8 !important;
  }
    
}

@media screen and (max-width: 430px) {
  .list-page-sidebar-ranking-bn:last-of-type {
    height: 108px !important;
  }
}

#top_ranking_casinos_widget-2 {
	background-color: #fff;
	margin-bottom: 15px;
}
.space-widget-title {
  display: flex;
  align-items: baseline;
  padding: 8px 10px;
  color: #151515;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  text-shadow: 0 0 4px rgb(0 0 0 / 4%);
}

.space-widget-title img {
  width: 30px;
  height: 30px;
  margin: 0 10px 3px 5px;
}

.space-widget-title span {
  position: relative;
}

.list-page-sidebar-ranking-bn {
  position: relative;
  display: flex;
  padding: 15px 15px 0 20px;
  margin-bottom: -15px;
  height: 110px;
}

.list-page-sidebar-ranking-bn:not(:first-of-type) {
  border-top: solid 1px #e2e2e2;
}

.list-page-sidebar-ranking-bn:last-of-type {
  height: 99px;
}

#tag_cloud-4 {
  background-color: #fff;
  margin-top: 20px;
}

.widget_tag_cloud a {
  display: inline-block;
  background-color: #a0b7bc !important;
  border-radius: 4px;
  margin: 0 0 4px;
  padding: 6px;
  font-size: 0.815rem !important;
  line-height: 1 !important;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  text-decoration: none;
}
.widget_tag_cloud a:hover {
  background-color: #aac9ce !important;
  color: #fff !important;
  text-decoration: none;
}
#tag_cloud-4 .space-widget-title span {
  z-index: 1;
  padding-left: 23px;
  position: relative;
}

#tag_cloud-4 .space-widget-title span:before {
  content: "";
  z-index: 1;
  opacity: 0.8;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 4px;
  background-color: #fc7d3d;
}
#tag_cloud-4 .space-widget-title span:after {
  content: "";
  z-index: -1;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 11px;
  background-color: #2ecc71;
}

#tag_cloud-4 .tagcloud {
  padding: 15px;
}

/* end */

.writer-main-body .author-thumb {
  width: 40px;
  min-width: 40px;
  margin-right: 15px;
}
.writer-main-body,
.writer-main-wrap {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.author-name {
  display: flex;
}
.author-writer-main {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
}
.author-name__mark {
  display: flex;
  position: relative;
  border-radius: 10px 4px 4px 10px;
  font-weight: 400;
  padding: 3px 5px 3px 3px;
  letter-spacing: .025em;
  background: #ff9b00;
  transition: all .25s ease-in-out;
  margin: 3px 0;
  color: #fff;
  align-items: center;
  font-size: 10px;
  margin-left: 8px;
  line-height: 10px;
}
.author-name__mark::before {
  content: "";
  margin-left: 0;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 12px auto;
  mask-size: 12px auto;
  -webkit-mask-image: url(../image/header-icon-info-gray.svg);
  mask-image: url(../image/header-icon-info-gray.svg);
}
.single-post .writer-main-body {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .writer-main-body {
    flex-direction: column;
    align-items: flex-start;
  }
  .author-writer-main {
    border-right: unset;
  }
  .fact-checker {
    padding-left: 55px;
    padding-top: 5px;
  }
  .writer-main-body .author-thumb {
    max-width: 40px;
  }
}

/* review toc single-pr */
.review-toc {
  box-shadow: 0px 4px 15px rgba(0,0,0,.05);
  background-color: #fff;
  z-index: 1;
  top: 0;
  transition: top .25s ease-in-out;
  margin-bottom: 30px;
  position: sticky;
}

.review-toc__ul {
  display: flex;

}

.review-toc__li {
  list-style: none;
  user-select: none;
}

.review-toc__ul__li_link {
  font-size: 1.1rem;
  padding: 10px 15px;
  min-width: 95px;
  height: 70px;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: all .25s ease-in-out;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.review-toc__ul__li_link.--active , 
.review-toc__ul__li_link.--active:hover { 
  box-shadow: 0 -3px 0 0 #ff9b00 inset;
  text-decoration: none;
  background: #ff9b00;
  border-color: #ff9b00 !important;
  color: #fff !important;
}


/* .review-toc__ul__li_link:hover {
  color: #ff9b00 !important;
  border-color: #fff;
} */

.review-toc__li { 
  border-right: 1px solid #aaa0a0;
  width: calc(860px / 5);
}
.review-toc__li:last-child {
  border-right: none;
}

.casino-page-content-box-heading.is_active,
h2.is_active {
  background: #ff9b00 !important;
}

@media screen and (max-width:767px) {
  .review-toc {
    top: 79px !important;
    overflow-x: scroll;
  }
  .review-toc__ul__li_link {
    display: flow-root;
    height: 50px;
    min-width: 120px;
    font-size: 16px;
    line-height: 1.8;
  }
  
  .space-block-title,
  .space-block-title span {
    font-size: 16px;
    line-height: 1.8;
  }

  .review-toc__ul__li_link > i{
    margin-right: 10px;
  }

}
/* end */

/* bonus header */

.header-under-title {
  display: flex;
  float: right;
}

.header-under-title .desc {
  width: 70%;
}

.bonus-code {
  padding-left: 30px;
  margin-top: -60px;
}


.bonus-code-desc {
  background-image: url(../image/icon-bonus-gift-orange.svg);
  background-repeat: no-repeat;
  padding-left: 35px;
  font-size: 18px;
  background-size: 24px 24px;
  background-position: left 2px;
  font-weight: 700;
}


.bonus-input-wrap {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
}

.bonus-input-title {
  background: #777;
  color: #fff;
  left: 25px;
  top: -20px;
  padding: 0 5px;
  position: absolute;
}

.general-code-field__cpy-btn {
  width: 35px;
  background-image: url('../image/copy-code-icon-black.svg');
  background-size: 14px auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  right: 0;
  top: 10px;
  position: absolute;
  background-position: center;
}

.general-code-field__copied-notice {
  display: none;
}

.general-code-field__copied-notice.--active {
  position: absolute;
  transform: translateX(-50%);
  width: max-content;
  min-width: 55%;
  left: 50%;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 0;
  pointer-events: none;
  display: block;
  margin-top: 7px;
  color: #297d3d !important;
	background-color: #edf9f0 !important;
	border: 1px solid #5dca79 !important;
	opacity: 1;
}

.bonus-input-wrap .general-code-field__input.--active {
  color: #14e682;
  font-weight: 700;
  border: 1px solid #14e682 !important;
  background: #f6fdfb;
  text-align: center;
  padding-top: 13px;
}
.bonus-input-wrap .general-code-field__input:hover {
  color: #14e682;
}
.bonus-input-wrap .general-code-field__input {
  font-weight: 700;
  color: #000;
  background: #f6fdfb;
  text-align: center;
  padding-top: 13px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .header-under-title .desc {
    width: 100%;
  }
  .header-under-title {
    flex-direction: column;
    float: unset;
  }

  .bonus-code {
    padding-left: unset;
    margin: 20px 0 11px 0;
  }
}


@media screen and (max-width:767px) {
  .header-under-title .desc {
    width: 100%;
  }
  .header-under-title {
    flex-direction: column;
    float: unset;
  }

  .bonus-code {
    padding-left: unset;
    margin: 20px 0 11px 0;
  }
}
/* end */



/* related entries new */
#related-entries-new {
  margin-bottom: 35px;
}

.related-list-new {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
}

#related-entries-new  .list-page-sidebar-ranking-text:after {
 content: "\f054";
}

#related-entries-new .list-page-sidebar-ranking-bn {
  border: none;
}

#related-entries-new .list-page-sidebar-ranking-bn:hover {
  text-decoration: underline;
  opacity: 0.7;
}


.list-page-sidebar-ranking-rating {
  color: #ff7e33;
  font-size: 15px;
  opacity: 1;
}

@media screen and (max-width:1440px) {
  #related-entries-new .related-list-new {
    display: grid;
  }
}

@media screen and (max-width:767px) {
  #related-entries-new .related-list-new {
    display: block;
  }
}

/* end */
.toc-content li {
  list-style: none;
}

/* Review form start */
.review-form #submit_comment {
  border: none;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 30px;
  width: auto;
  border-radius: 4px;
  margin-top: 10px;
}
.review-form label {
  font-weight: bold;
  font-size: 15px;
}
.review-form input,
.review-form textarea {
  font-size: 15px;
}
.review-form label[for="comment"],
.review-form label[for="user-review-negative-facts"] {
  padding-left: 22px;
  height: 15px;
  background-position: left center;
}
.review-form label[for="comment"] {
  background-image: url('../image/comment-icon-positive.svg');
  background-repeat: no-repeat;
}
.review-form label[for="user-review-negative-facts"] {
  background-image: url('../image/comment-icon-negative.svg');
  background-repeat: no-repeat;
}
.rating-section {
  display: flex;
  align-items: center;
}
.rating-section .caption {
  margin-right: 10px;
  font-size: 15px;
}
.rating { 
  border: none;
  float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
  margin: 3px;
  font-size: 22px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > .half:before { 
  content: "\f089";
  position: absolute;
}
.rating > label { 
 color: #b1b2b2; 
 float: right; 
}
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #f3a90a;  } /* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFD700;  } 
/* Review form end */

/* Review template start */
.casino-review-form {
  padding: 0 20px 30px 20px;
  background: #fff;
}
.casino-review-form .rating {
  padding: 0;
}
.casino-review-form .row:nth-of-type(3), .casino-review-form .row:nth-of-type(4){
  height: 89.6px;
}
.casino-review-form .row.rating-section {
  height: 45.6px
}
.ranking-casino-review-content {
  background: #fff;
  padding: 30px 20px 10px 20px;
}
.casino-review-content-box-heading {
  font-size: 25px;
  margin-bottom: 15px;
}
.casino-review-content {
  margin: 30px 0;
}
.d-flex {
  display: flex;
}
.goto-review-form a {
  background-image: url('../image/arrow-more-black.svg');
  background-position: right 12px center;
  background-size: 7px auto;
  background-repeat: no-repeat;
  border: 1px solid #000;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 25px;
  color: #333333;
}
.goto-review-form a:hover {
  background: #000;
  color: #fff;
  transition: color .25s ease-in-out,background .25s ease-in-out,opacity .25s ease-in-out;
}
.review-heading {
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 3px solid #11c47f;
  margin: -5px 0 0;
}
.casino-info {
  font-size: 16px;
  line-height: 20px;
  align-items: center;
}
.overall-rating {
  margin-right: 12px;
}
.comment-svg {
  padding-left: 20px;
  padding-right: 15px;
  background-size: auto 12px;
  background-position: 0px center;
  flex-shrink: 1;
  background-repeat: no-repeat;
  border-right: 1px solid #e2e6e9;
}
.review-heading-info {
  align-items: center;
  margin-bottom: 15px;
  font-size: 13px;
}
.review-content-img {
  background-image: url('../image/comment-icon-author.svg');
  margin-left: 15px;
  max-width: 560px;
  word-wrap: break-word;
}
.review-date {
  background-image: url('../image/comment-icon-date.svg');
  min-width: 143px;
}
.review-rating {
  padding: 0 15px;
}
.rating-answer {
  border: 0;
}
.rating-answer > .half:before { 
  content: "\f089";
  position: absolute;
}
.rating-answer > label {
  color: #b1b2b2;
}
.rating-answer>label:before {
  margin: -2px;
  font-size: 15px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating-answer > label.checked {
  color: #f3a90a;
}
.review-io {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  top: 1px;
  margin-right: 5px;
}
.review-content-good .review-io {
  background-image: url('../image/comment-icon-positive.svg');
}
.review-content-bad .review-io {
  background-image: url('../image/comment-icon-negative.svg');
}
.review-answer-box-wrap {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e6e9;
}
.review-content-good {
  margin-bottom: 30px;
}
.rating-overrall { 
  border: none;
}
.rating-overrall > label:before { 
  margin: -2px;
  font-size: 24px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating-overrall > .half:before { 
  content: "\f089";
  position: absolute;
}
.rating-overrall > label { 
 color: #b1b2b2; 
}
.rating-overrall > label.checked {
  color: #f3a90a;
}
.note-unapproved {
  font-size: 15px;
  color: #10c47f;
  border: 1px solid #10c47f;
  background: #f5fbf9;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 10px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .casino-review-content-box-heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .review-heading {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .goto-review-form a {
    display: block;
    text-align: center;
  }
  .rating-overrall>label:before {
    font-size: 20px;
  }
  .overall-rating {
    min-width: 100px;
  }
  .casino-info {
    margin-bottom: 10px;
  }
  .rating-answer>label:before {
    font-size: 12px;
  }
  .rating-answer {
    min-width: 55px;
  }
  .review-date {
    min-width: 145px;
  }
  .review-content-img {
    line-height: 18px;
    max-width: 115px;
  }
}
@media screen and (max-width:375px) {
  .review-date {
    min-width: 128px;
    font-size: 11px;
  }
  .review-content-img {
    max-width: 110px;
  }
}
@media screen and (max-width:360px) {
  .review-date {
    min-width: 120px;
    font-size: 10px;
  }
  .review-content-img {
    max-width: 105px;
  }
}
.review-form #submit_comment {
  border: none;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 30px;
  width: auto;
  border-radius: 4px;
  margin-top: 10px;
  height: unset;
}
/* Review template end */

/* header menu dropdown */
.relative {
  position: relative;
}


.menu-item:hover .sub-menu {
  display: flex;
  flex-direction: column;
  background: #ECF3F4;
}

.sub-menu {
  display: none;
  position: absolute;
  width: max-content;
  left: 0;
}

.sub-menu-item {
  padding: 10px;
  border-bottom: 1px solid;
 
}

.sub-menu-item a {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.menu-item {
  transform: perspective(1000px);
}

.menu-item:hover .sub-menu {
  -webkit-transition: all .5s;
  transition: all .5s
}

.sub-menu-item:hover {
  opacity: 0.5;
}

.main-menu li.menu-item {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .menu-item i {
    float: right;
    padding: 10px;
    margin-top: -6px;
  }

  .sub-menu {
    position: unset;
    width: 110%;
  }

  .sub-menu-item a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .menu-item.relative  ul.sub-menu {
    display: none !important;
  }

  .is_active.menu-item.relative  ul.sub-menu {
    display: block !important;
  }

  #menu-main-menu-mobile .menu-item {
    text-align: left !important;
  }

  #menu-main-menu-mobile .menu-item a{
    margin-left: 20px;
  }
}

/* end */

/* Shortcode Q&A start */
.swell-block-faq__item:not(:last-child) {
  margin-bottom: 1.5em;
}
.swell-block-faq__item .faq_q,
.swell-block-faq__item .faq_a {
  background-color: hsla(0,0%,78%,.15);
  padding: 1.25em 1em 1.25em 4em;
  margin-top: 0!important;
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
.swell-block-faq__item .faq_a {
  padding: 1em 1em 1em 4em;
  background-color: unset;
}
.swell-block-faq__item .faq_q {
  background: hsla(0,0%,78%,.15) !important;
  font-size: 16px;
  border-radius: unset;
  margin-bottom: unset;
  letter-spacing: unset;
  border: 2px solid #3C6BFF !important;
}
.swell-block-faq__item .faq_q::after {
  content: none;
}
.swell-block-faq__item .faq_q:before {
  background-color: #d55656 !important;
  background: #d55656 !important;
}
.swell-block-faq__item .faq_q > span {
  vertical-align: unset;
}

.swell-block-faq__item .faq_q:before,
.swell-block-faq__item .faq_a:before {
  background-color: #d55656;
  color: #fff;
  left: 1em;
  position: absolute;
  top: 1em;
  border-radius: 0;
  content: "Q";
  display: block;
  font-family: Arial,sans-serif;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  width: 2em;
  height: 2em;
}
.swell-block-faq__item .faq_a:before {
  background-color: #04384c;
  content: "A";
  top: 0.75em;
}
.faqa-style-crease {
  background-color: #f7f7f7;
  padding: calc(0.5em + 20px);
  position: relative;
  margin-top: 15px;
}
.faqa-style-crease:before {
  background-color: inherit;
  border-bottom: 20px solid rgba(0,0,0,.1);
  border-left: 0 solid rgba(0,0,0,.1);
  border-right: 20px solid #fdfdfd;
  border-top: 0 solid #fdfdfd;
  box-shadow: -1px 1px 1px rgb(0 0 0 / 5%);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
/* Shortcode Q&A end */

#header-in .logo {
  text-align: unset;
}

#header-in .logo .site-name-text p{
  font-size: 13px;
}

@media only screen and (max-width:768px) {
  .mobile-menu-buttons .menu-button p {
    color: #000;
    font-size: 9px;
    width: max-content;
  }
  .mobile-menu-buttons .menu-button>a {
    flex-direction: column;
    align-items: unset;
  }
}

.footer-bottom-logo .site-name-text > p {
	display: none;
}

/* hide part table */
.btn-wrap {
  position: relative;
}

.overlay-table {
  background: linear-gradient( 180deg,rgba(255,255,255,0) 0%,#fff 100% );
  bottom: 100%;
  height: 125px;
  position: absolute;
  width: 100%
}

.btn-container {
  padding: 8px;
}

.btn-inner-container {
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

html>.p-contents-item-part__trigger-btn:last-child {
  display: none;
}

.footer-meta .author-name.fn {
  display: unset ;
}
/* end */

.auto-content-visibility {
    content-visibility: auto;
    contain-intrinsic-size: 500px;
}

/* Shortcode Newsブロック start */
.news-block_title {
	display: inline-block;
	background: #ff9b00;
	color: #fff;
	padding: 2px 5px 2px 5px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 600;
	letter-spacing: 0.1em;
  }
  .news-block_detail {
	background: #f4f4f4;
	width: 100%;
	max-height: 165px;
	overflow-y: scroll;
	padding: 5px;
	font-size: 12px;
  }
  .news-block_detail::-webkit-scrollbar {
	width: 5px
  }
  .news-block_detail::-webkit-scrollbar-track {
	background: #f4f4f4
  }
  .news-block_detail::-webkit-scrollbar-thumb {
	background: #bcbcbc;
	border-radius: 5px;
  }
  .news-block .news-update,
  .news-block .news-notice {
	background: #E90000;
	color: #fff;
	padding: 1px 7px;
	margin-right: 10px;
  }
  .news-block .news-notice {
	background: #AB915D;
  }
  .space-page-content .news-block p {
	padding-bottom: 0;
	font-size: 12px;
	line-height: 20px;
  }
  .news-block .news-block_desc {
	font-size: 12px;
  }
  .news-block .news-block_detail > p::before {
	background-color: #000;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
  }
  .news-block_detail p{
	margin: 0;
  }
  @media screen and (max-width: 768px) {
	.news-block_detail {
		max-height: 137px;
	}
  }
  
/* Shortcode Newsブロック end */

/* hide post publush date */
.date-tags .post-date {
  display: none;
}
/* end hide post publush date */

#toc .toc-content li {
  list-style-type: none;
}

#casino-page-content-entry {
  padding: 40px;
}

/* Accordion Style Start */
#text-5 .toggle-content a {
  color: #1967d2;
  text-decoration: underline !important;
}

#text-5 .toggle-content ul li > a ~ br {
  display: none;
}

#text-5 .toggle-wrap {
  margin-bottom: 0 !important;
}

.single-post .article-header #text-5 {
  order: 4;
  margin-top: 1rem;
}

.toggle-button {
  display: block;
  cursor: pointer;
  padding: 3px 10px;
  background-color: #f5f6f7;
  border: 2px solid #ccc;
  text-align: center;
  border-radius: 4px;
  position: relative;
  margin: 0;
}

.toggle-checkbox:checked~.toggle-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.toggle-button::before {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .4em;
  font-size: .8em;
  color: #999;
}

.toggle-checkbox:checked~.toggle-button::before {
  content: '\f068';
}

.toggle-wrap .toggle-content {
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0 1em;
  height: 0;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.toggle-checkbox:checked~.toggle-content {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: all .3s ease-in-out;
  padding: 1em;
  border: 2px solid #ccc;
  border-top-width: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* Accordion Style End */

/* Speech Style Start */
.speech-wrap {
  display: flex;
}

.speech-person {
  width: 12%;
  min-width: 12%;
}

.speech-icon img, .speech-icon amp-img {
  border-radius: 50%;
  border: 2px solid #ccc;
  width: 100%;
}

.speech-name {
  text-align: center;
  font-size: 13px;
}

div.speech-balloon {
  height: 100%;
  position: relative;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 6px;
  max-width: calc(100% - 14%);
}

div.sbs-think.sbp-l .speech-balloon {
  margin-left: 46px;
}

.speech-balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 10px;
  border-right: 12px solid #ccc;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

div.sbs-think .speech-balloon::before {
  border: 2px solid #ccc;
  border-radius: 50%;
  left: -29px;
  top: 11px;
  width: 20px;
  height: 20px;
}

.speech-balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -9px;
  top: 10px;
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

div.sbs-think .speech-balloon::after {
  border: 2px solid #ccc;
  border-radius: 50%;
  left: -44px;
  top: 25px;
  width: 10px;
  height: 10px;
}

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

.sbp-r {
  flex-direction: row-reverse;
}

.sbs-flat .speech-balloon {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.sbp-r .speech-balloon {
  margin-right: 20px;
}

.sbp-r .speech-balloon::before {
  right: -12px;
  left: auto;
  border-left: 12px solid #ccc;
  border-right: none;
}

.sbs-flat .speech-balloon::before,
.sbs-flat .speech-balloon::after {
  border-right-color: #f1f1f1;
  border-left-color: #f1f1f1;
}
/* Speech Style End */

.related-entries {
  margin-bottom: 1.8em;
}
.related-entries a {
  color: #333333;
}

@media (min-width: 768px) {
  .header-menu-section-web {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
  }
}