﻿

main.l-main {
	margin-bottom: 25px;
}

.l-contents {
	/* padding-top: 20px; */
}

.pan-list:first-child {
	margin-top: 15px;
}

.main-wrap_02 {
	margin-bottom: 25px;
	padding: 10px 10px 25px;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

article.new-post p {
	font-size: 14px;
}

.l-contents a:link,
.l-contents a:active,
.l-contents a:visited {
	//color: inherit;
	//font-size: inherit;
	//font-weight: inherit;
	//text-decoration: none;
}

.entry-body > p:not(:last-child),
.entry-body > figure:not(:last-child) {
	margin-bottom: 20px;
}

.entry-body > p:not(:first-child) {
	margin-top: 20px;
}

.entry-body > figure:not(:first-child) {
	margin-top: 40px;
}

.entry-body img {
	width: 100%;
	max-width: 100%;
}

.entry-body .img_shadow {
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .16);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .16);
}

.c-content {
	margin-bottom: 0;
	padding: 10px;
}

.c-content:not(:last-child) {
	margin-bottom: 25px;
}

@media screen and (min-width: 601px) {
	.l-contents {
		padding-top: 0;
	}

	.pan-list:first-child {
		margin-top: 0;
	}

	.main-wrap_02 {
		margin-bottom: 30px;
		padding: 20px 25px;
	}

	article.new-post {
		margin-bottom: 20px;
	}

	article.new-post p {
		font-size: 15px;
	}

	.c-content {
		padding: 25px;
	}

	.c-content:not(:last-child) {
		margin-bottom: 30px;
	}
}

.owl-theme .owl-dots {
	padding-top: 7px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 4px;
	margin: 0 2px;
	background-color: #929292;
	border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #0079e3;
}

@media screen and (min-width: 601px) {
	.owl-theme .owl-dots {
		padding-top: 16px;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 51px;
		margin: 0 4px;
	}
}

.entry_header {
	height: 190px;
	margin: 10px -10px 10px;
	position: relative;
}

.entry_header figure {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}

.entry_header figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: contain;
}

.entry_favorite {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 2;
}

.single main .entry_favorite button {
	width: 57px;
	height: 57px;
	color: #929292;
	font-size: 30px;
	background-color: #fff;
	border-radius: 50%;
}

.single main .simplefavorite-button::after {
	content: '';
}

.entry_category {
	color: #ff004e;
	font-weight: bold;
}

.entry-body > .entry_category {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	font-size: 12px;
}

.entry_title {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	background-color: transparent;
	border-bottom: 1px solid #d6d6d6;
}

.entry-body > .entry_data {
	margin-top: 10px !important;
	margin-bottom: 15px !important;
	color: #929292;
	font-size: 12px;
}

.entry_data i {
	margin-right: 4px;
}

.entry_subtitle {
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 20px 14px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.79;
	background-color: #fcffa1;
}

@media screen and (max-width: 600px) {
	
	.entry_header figure img {
		width: 100% !important;
	}
}
@media screen and (min-width: 601px) {
	.entry_header {
		height: 265px;
		margin: 0 0 15px;
	}
	.entry_header figure img {
		min-width: 518px !important;
		/*max-width: 518px !important;*/
		object-fit: none;
	}
	.entry_favorite {
		right: 0;
		bottom: 9px;
	}

	.entry-body > .entry_category {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
		font-size: 14px;
	}

	.entry_title {
		margin-top: 15px;
		margin-bottom: 15px;
		padding-bottom: 15px;
		font-size: 26px;
		line-height: 1.62;
	}

	.entry-body > .entry_data {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
		font-size: 14px;
	}

	.entry_subtitle {
		padding: 20px 10px;
		font-size: 16px;
		line-height: 1.56;
	}
}

@media screen and (min-width: 1024px) {
	.entry_favorite {
		right: 14px;
		bottom: 13px;
	}
}

/* ◯◯を遊ぶなら今！ */
.play_bonus_unit {
	padding: 30px 10px;
	background-color: #e8e8e8;
}

.play_bonus_unit:not(:first-child) {
	margin-top: 30px;
}

.play_bonus_unit:not(:last-child) {
	margin-bottom: 20px;
}

.play_bonus_unit_title {
	margin-bottom: 12px;
	text-align: center;
}

.play_bonus_unit_title span {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	background: linear-gradient(to top, #dcfd07 9px, transparent 9px);
}

.play_bonus_unit_img {
	max-width: 520px;
	margin: 0 auto 15px;
}

.play_bonus_unit_img img {
	border-radius: 10px;
}

.play_bonus_unit_note {
	max-width: 350px;
	margin: -10px auto 10px;
}

.play_bonus_unit_btn {
	max-width: 292px;
	height: 44px;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa22a), to(#ff6800));
	background: linear-gradient(180deg, #ffa22a 0%, #ff6800 100%);
	-webkit-box-shadow: 0 3px 0 #d84300;
	box-shadow: 0 3px 0 #d84300;
	border-radius: 3px;
}

.play_bonus_unit_btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.play_bonus_unit_btn span {
	font-weight: bold;
}

.play_bonus_unit_btn i {
	margin-left: .5em;
}

@media screen and (min-width: 601px) {
	.play_bonus_unit:not(:last-child) {
		margin-bottom: 30px;
	}

	.play_bonus_unit_title {
		margin-bottom: 20px;
	}

	.play_bonus_unit_title span {
		font-size: 22px;
		background: linear-gradient(to top, #dcfd07 13px, transparent 13px);
	}

	.play_bonus_unit_btn {
		max-width: 455px;
		height: 55px;
		font-size: 16px;
	}
}

/* 今回ブログを書いた人 */
/* 共通に移動 */

.entry_body_aside {
	margin-top: 40px;
}

.entry_body_aside_title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (min-width: 601px) {
	.entry_body_aside_title {
		margin-bottom: 15px;
		font-size: 18px;
	}
}

/* 管理人おすすめのプロモーション */
.recommended_promotion_unit {
	padding: 11px 10px;
	background: linear-gradient(225deg, #0079e3 0%, #00c2ff 100%);
}

.recommended_promotion_unit_title {
	margin-bottom: 10px;
	text-align: center;
}

.recommended_promotion_unit_title span {
	display: inline-block;
	padding: 5px 21px;
	color: #0079e3;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	background-color: #fff;
	border-radius: 15px;
}

.recommended_promotion_unit_title i {
	margin-right: 10px;
}

.recommended_promotion_unit_img {
	margin-bottom: 10px;
}

.recommended_promotion_unit_img img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	border: 4px solid #fff;
}

.recommended_promotion_unit_subtitle {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px !important;
	font-weight: bold;
	text-align: center;
}

.recommended_promotion_unit_box {
	padding: 5px;
	background-color: #fff;
}

.recommended_promotion_unit_box_title {
	color: #0079e3;
	font-size: 13px !important;
	line-height: 1.46;
	font-weight: bold;
}

.recommended_promotion_unit_box_txt {
	margin-top: 5px;
	font-size: 11px !important;
}

@media screen and (min-width: 601px) {
	.recommended_promotion_unit {
		padding: 12px 14px 14px;
	}

	.recommended_promotion_unit_title span {
		padding: 7px 33px 5px 27px;
		font-size: 16px;
	}

	.recommended_promotion_unit_title i {
		margin-right: 8px;
	}

	.recommended_promotion_unit_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.recommended_promotion_unit_img {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 156px;
		margin-top: 5px;
		margin-bottom: 0;
		margin-right: 15px;
	}

	.recommended_promotion_unit_subtitle {
		font-size: 17px !important;
		text-align: left;
	}

	.recommended_promotion_unit_box {
		padding: 6px 9px;
	}

	.recommended_promotion_unit_box_title {
		font-size: 15px !important;
		line-height: 1.27;
	}

	.recommended_promotion_unit_box_txt {
		margin-top: 10px;
		font-size: 13px !important;
	}
}

/* 関連タグ */
.related_tag_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.related_tag_list li {
	color: #0079e3;
	background-color: #d8edff;
}

.related_tag_list li:not(:last-child) {
	margin-right: 15px;
}

.related_tag_list a {
	display: block;
	padding: 4px;
	font-size: 15px;
	line-height: 1;
}

.related_tag_list i {
	margin-right: 4px;
}

@media screen and (min-width: 601px) {
	.related_tag_list li:not(:last-child) {
		margin-right: 10px;
	}
}

/* 他の記事 関連記事 */
.entry_body_aside_related .entry_body_aside_title i {
	margin-left: 1em;
}

.related_entry {
	border-bottom: 1px solid #d2d2d2;
}

.related_entry:not(:last-child) {
	margin-bottom: 25px;
}

.related_entry_item {
	width: 205px;
	padding-bottom: 10px;
}


.related_entry_thumb {
	margin-bottom: 10px;
}

.related_entry_title {
	font-size: 14px !important;
	font-weight: bold;
	line-height: 1.43;
}

/* Twitterも見ていってね */
.sns_unit_twitter {
	margin-bottom: 26px;
	font-size: 14px !important;
	font-weight: bold;
	text-align: center;
}

.sns_unit_twitter_btn {
	margin-top: 22px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.sns_unit_twitter_btn a {
	display: inline-block;
	padding: 0 19px;
	background-color: #00a6ef;
}

.sns_unit_twitter_btn i {
	margin: 8px;
}

.sns_unit_share {
	margin-top: 25px;
	margin-bottom: 10px;
	color: #808080;
	font-size: 13px !important;
	font-weight: bold;
	text-align: center;
}

.addtoany_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #808080;
}

.addtoany_list a {
	color: #808080;
	width: 100px;
	height: 60px;
	margin: 0 5px;
	padding: 0;
	border: 1px solid #929292;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.addtoany_list span {
	display: block;
	/* 	padding: 14px 2px 5px; */
	text-align: center;
	overflow: visible;
	margin-top: -10px;
}

.addtoany_list span:after {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 12px;
	line-height: 24px;
}

.addtoany_list .a2a_button_twitter span:after {
	content: 'つぶやく';
}

.addtoany_list .a2a_button_facebook span:after {
	content: 'シェア';
}

.addtoany_list .a2a_button_hatena span:after {
	content: 'ブックマーク';
}

.addtoany_list span + span {
	display: none;
}

.addtoany_list p {
	margin-top: 5px;
	font-size: 12px !important;
}

@media screen and (min-width: 601px) {
	.sns_unit_twitter {
		margin-bottom: 30px;
		font-size: 15px !important;
	}

	.sns_unit_twitter_btn {
		margin-top: 20px;
	}

	.addtoany_list li {
		width: 100px;
		margin: 0 8px;
	}
}

.single main .single-navlink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	margin: 0;
	padding: 0;
}

.single main .single-navlink .col {
	width: 50%;
	max-width: 50%;
}

.single main .single-navlink a {
	display: block;
}

.single main .single-navlink span {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.single main .single-navlink .single-navlink-prev,
.single main .single-navlink .single-navlink-next {
	width: 50%;
	position: relative;
}

.single main .single-navlink .single-navlink-prev::before,
.single main .single-navlink .single-navlink-next::after {
	content: "";
	display: block;
	border-color: transparent;
	border-style: solid;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single main .single-navlink .single-navlink-prev {
	padding-left: 26px;
}

.single main .single-navlink .single-navlink-prev::before {
	border-right-color: #d2d2d2;
	border-width: 15px 10px 15px 0;
	left: 0;
	margin-top: 0;
}

.single main .single-navlink .single-navlink-next {
	padding-right: 26px;
}

.single main .single-navlink .single-navlink-next::after {
	border-left-color: #d2d2d2;
	border-width: 15px 0 15px 10px;
	right: 0;
	margin-top: 0;
}

.single main .single-navlink .single-navlink-next a {
	margin-left: auto;
}

@media screen and (min-width: 601px) {
	.single main .single-navlink {
		height: auto;
	}

	.single main .single-navlink a {
		max-width: 203px;
		font-size: 12px;
		line-height: 1.33;
	}

	.single main .single-navlink .single-navlink-prev {
		padding-left: 20px;
	}

	.single main .single-navlink .single-navlink-prev::before {
		border-width: 13px 10px 13px 0;
	}

	.single main .single-navlink .single-navlink-next {
		padding-right: 20px;
		text-align: left;
	}

	.single main .single-navlink .single-navlink-next::after {
		border-width: 13px 0 13px 10px;
	}
}

@media screen and (min-width: 1024px) {
	.single main .single-navlink a {
		max-width: 237px;
		font-size: 14px;
		line-height: 1.43;
	}

	.single main .single-navlink .single-navlink-prev {
		padding-left: 26px;
	}

	.single main .single-navlink .single-navlink-prev::before {
		border-width: 17px 13px 17px 0;
	}

	.single main .single-navlink .single-navlink-next {
		padding-right: 26px;
	}

	.single main .single-navlink .single-navlink-next::after {
		border-width: 17px 0 17px 13px;
	}
}

/* 今月のピックアップカジノ */
.monthly_pickup {
	padding: 0 10px 24px;
	border: 2px solid #333;
}

.monthly_pickup_title {
	margin: 0 -10px 20px;
	padding-top: 3px;
	color: #fff;
	text-align: center;
	background-color: #333;
}

.monthly_pickup_title span {
	padding: 0 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

.monthly_pickup_subtitle {
	margin-bottom: 20px;
	font-size: 18px !important;
	font-weight: bold;
	text-align: center;
}

.monthly_pickup_thumb {
	margin-bottom: 10px;
}

.monthly_pickup_point {
	margin-bottom: 20px;
	padding: 10px 10px 17px;
	color: #707070;
	background-color: #f2f2f2;
}

.monthly_pickup_point li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.monthly_pickup_point li:not(:last-child) {
	margin-bottom: 19px;
}

.monthly_pickup_point i {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 4px;
	margin-right: 10px;
	color: #00cbb6;
}

.monthly_pickup_point span {
	font-weight: bold;
}

.monthly_pickup_btn_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.monthly_pickup_btn {
	width: 48%;
	max-width: 144px;
	height: 37px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -.02em;
	position: relative;
}

.monthly_pickup_btn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 3px;
	left: 3px;
	border-style: solid;
	border-width: 1px;
}

.monthly_pickup_btn:hover {
	opacity: .6;
	-webkit-transition: .5s;
	transition: .5s;
}

.monthly_pickup_btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.monthly_pickup_btn a::before,
.monthly_pickup_btn a::after {
	content: "";
	display: block;
	background-color: currentcolor;
	position: absolute;
	right: 8px;
	bottom: 16px;
}

.monthly_pickup_btn a::before {
	width: 20px;
	height: 1px;
}

.monthly_pickup_btn a::after {
	width: 7px;
	height: 2px;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.monthly_pickup_btn a:hover {
	opacity: 1;
}

.monthly_pickup_btn.btn_more {
	color: #929292;
	border: 1px solid #929292;
}

.monthly_pickup_btn.btn_more::before {
	border-color: #929292;
}

.monthly_pickup_btn.btn_more a {
	padding-right: 26px;
	background-color: #fff;
}

.monthly_pickup_btn.btn_official {
	color: #fff;
}

.monthly_pickup_btn.btn_official::before {
	border-color: #ff004e;
}

.monthly_pickup_btn.btn_official a {
	padding-right: 32px;
	background-color: #ff004e;
}

@media screen and (min-width: 375px) {
	.monthly_pickup_btn_wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.monthly_pickup_btn {
		margin: 0 10px;
		font-size: 14px;
	}

	.monthly_pickup_btn a::before,
	.monthly_pickup_btn a::after {
		bottom: 15px;
	}

	.monthly_pickup_btn a::before {
		width: 25px;
	}

	.monthly_pickup_btn a::after {
		width: 9px;
	}
}

@media screen and (min-width: 601px) {
	.monthly_pickup {
		max-width: 521px;
		margin: 0 auto;
		padding: 0 16px 25px;
	}

	.monthly_pickup_title {
		margin: 0 -16px 20px;
	}

	.monthly_pickup_thumb {
		max-width: 390px;
		margin: 0 auto 15px;
	}

	.monthly_pickup_point {
		padding: 15px 18px 10px;
	}

	.monthly_pickup_point i {
		margin-right: 7px;
	}

	.monthly_pickup_btn_wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 19px;
	}

	.monthly_pickup_btn {
		max-width: 195px;
		height: 50px;
		margin: 0;
		font-size: 18px;
	}

	.monthly_pickup_btn::before {
		top: 4px;
		left: 5px;
	}

	.monthly_pickup_btn a::before,
	.monthly_pickup_btn a::after {
		right: 11px;
		bottom: 21px;
	}

	.monthly_pickup_btn a::before {
		width: 34px;
	}

	.monthly_pickup_btn a::after {
		width: 12px;
	}

	.monthly_pickup_btn.btn_more a {
		padding-right: 39px;
	}

	.monthly_pickup_btn.btn_official a {
		padding-right: 49px;
	}
}

/*----- 装飾 -----*/
.single article .link-casino {
	color: #2887eb !important;
	text-decoration: underline !important;
	font-weight: bold;
}

.single article .title-promo {
	color: #000;
	font-weight: bold;
	background-color: #fbe2f2;
}

.single article .title-game {
	color: #000;
	font-weight: bold;
	background-color: #c6ffca;
}

.single article .title-bonus {
	font-weight: bold;
	background: linear-gradient(to top, #fbffbb 5px, transparent 5px);
}

.single article .t-bold {
	color: #060606;
	font-weight: bold;
}

.single article .t-kaisetu {
	border-bottom: 1px dotted currentcolor;
}

.single article .t-red {
	color: #f00;
	font-weight: bold;
}

.single article .t-blue {
	color: #01f;
	font-weight: bold;
}

.single article .t-pink {
	color: #f0b;
	font-weight: bold;
}

.single article .t-gold {
	color: #beab00;
	font-weight: bold;
}

/*----- リスト -----*/
.single article .list_caret,
.single article .list_num {
	width: 95%;
	margin: 0 auto;
}

.single article .list_caret:not(:first-child),
.single article .list_num:not(:first-child) {
	margin-top: 20px;
}

.single article .list_caret:not(:last-child),
.single article .list_num:not(:last-child) {
	margin-bottom: 25px;
}

.single article .list_caret li,
.single article .list_num li {
	padding: 2.5px 0 2.5px 22px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

.single article .list_caret li::before {
	content: "\f330";
	color: #3a739a;
	font-family: "Font Awesome 5 Pro";
	font-size: 13px;
	position: absolute;
	top: 3px;
	left: 6px;
}

.single article .list_num {
	counter-reset: ol_count;
}

.single article .list_num li::before {
	counter-increment: ol_count;
	content: counter(ol_count);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	color: #fff;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 12px;
	background-color: #84b1d1;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 4px;
}

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

	.single article .list_caret li,
	.single article .list_num li {
		font-size: 13px;
	}
}

/*----- 引用 -----*/
.single article blockquote {
	margin: 0 auto;
	padding: 10px 15px;
	color: #818181;
	font-size: 15px;
	background-color: #f3f3f3;
	background-image: none;
	border-left: 5px solid #84b1d1;
}

.single article blockquote:not(:last-child) {
	margin-bottom: 25px;
}

.single article blockquote a:link {
	color: #84b1d1;
	text-decoration: none;
}

.single article blockquote p:not(:last-child) {
	margin-bottom: 20px;
}

.single article cite {
	font-style: normal;
}

.single article .quote_ws {
	width: 80%;
}

.single article .quote_mark,
.single article .quote_mark_s {
	position: relative;
}

.single article .quote_mark::before,
.single article .quote_mark_s::before {
	content: "“";
	display: block;
	color: #84b1d1;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	pointer-events: none;
}

.single article .quote_mark {
	padding: 25px 15px 25px 90px;
}

.single article .quote_mark::before {
	font-size: 183px;
	top: -28px;
	left: 5px;
}

.single article .quote_mark_s {
	padding-left: 40px;
}

.single article .quote_mark_s::before {
	font-size: 60px;
	top: 5px;
	left: 8px;
}

.single article .quote_cite cite::before {
	content: "参考リンク:";
	display: inline-block;
	margin-right: .5em;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 13px;
}

@media screen and (max-width: 600px) {
	.single article blockquote {
		font-size: 13px;
	}

	.single article blockquote p {
		font-size: 12px !important;
	}

	.single article .quote_ws {
		width: 100%;
	}

	.single article .quote_mark,
	.single article .quote_mark_s {
		padding: 14px 10px 14px 47px;
	}

	.single article .quote_mark::before {
		font-size: 93px;
		top: 10px;
	}

	.single article .quote_mark_s::before {
		font-size: 62px;
		top: 10px;
	}

	.single article .quote_cite {
		padding: 10px;
	}

	.single article .quote_cite cite::before {
		display: block;
		font-size: 12px;
	}
}

/*----- 関連記事 -----*/
article .related_single,
article .related_list_box {
	margin: 0 2%;
}

article .related_single:not(:last-child),
article .related_list_box:not(:last-child) {
	margin-bottom: 25px;
}

article .related_single {
	padding: 12px 10px;
	font-size: 14px;
	background-color: #f3f3f3;
	border-left: 5px solid #84b1d1;
}

article .related_single a {
	color: #3a739a;
	font-weight: bold;
	text-decoration: none;
}

article .related_single i {
	margin-left: 10px;
}

article .related_single .related_date {
	padding-left: 19px;
	font-size: 12px;
	position: relative;
}

article .related_single .related_date::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #b8b8b8;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

article .related_list_box {
	padding-top: 10px;
	position: relative;
}

article .related_list_ttl {
	padding: 0 5px;
	font-weight: bold;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 1;
}

article .related_list_ttl i {
	margin-right: 5px;
	color: #84b1d1;
}

article .related_list {
	padding: 27px 25px 25px;
	border: 2px solid #3a739a;
}

article .related_list li:not(:last-child) {
	margin-bottom: 1em;
}

article .related_list i {
	margin-left: 5px;
}

article .related_list a {
	color: #3a739a;
}

@media screen and (max-width: 600px) {
	article .related_single {
		font-size: 13px;
	}

	article .related_list {
		padding: 20px 15px;
	}
}

/*----- 体験日記 -----*/
.t_entry_header {
	padding: 0;
	overflow: hidden;
	display: flex;
	width: calc(100% + 20px);
}
.t_entry_header_img {
	display: block;
	width: 110%;
	height: 110%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: brightness(90%) blur(5px);
	filter: brightness(90%) blur(5px);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 601px) {
	.t_entry_header {
		padding: 0;
		overflow: hidden;
		display: flex;
		width: 100%;
	}
/*

	.t_entry_header_img {
		display: block;
		width: 110%;
		height: 110%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-filter: brightness(90%) blur(5px);
		filter: brightness(90%) blur(5px);
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
*/
	
	.t_entry_header figure {
		
	}
}

/* 今回遊ぶカジノはこちら！ */
.entry-body > .play_casino_txt {
	margin-bottom: 10px !important;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.play_casino_txt i {
	margin-right: .5em;
}

.play_casino_area {
	max-width: 552px;
	margin: 0 auto 40px;
}

.play_casino_unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px 10px 10px;
	border: 1px solid #ff6e01;
	position: relative;
}

.play_casino_unit:not(:last-child) {
	margin-bottom: 15px;
}

.play_casino_unit_img {
	width: 60px;
	margin-right: 14px;
}

.play_casino_unit_img a {
	display: block;
	width: 100%;
}

.play_casino_unit_img img {
	width: 100% !important;
	max-width: none;
}

.play_casino_unit_name {
	color: #2887eb;
	font-size: 14px;
	font-weight: bold;
}

.play_casino_unit_url {
	color: #929292;
	font-size: 12px;
	line-height: 1;
}

.play_casino_unit_txt {
	margin-top: 10px;
	color: #ff6e01;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.38;
}

.play_casino_unit_txt span {
	display: inline-block;
	margin-right: 5px;
	padding: 0 5px;
	color: #fff;
	font-size: 12px;
	background-color: #ff6e01;
}

.play_casino_unit_arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16px;
	color: #fff;
	background-color: #ff6e01;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

@media screen and (min-width: 601px) {
	.entry-body > .play_casino_txt {
		margin-bottom: 15px !important;
		font-size: 15px;
	}

	.play_casino_unit {
		padding: 13px 30px 13px 13px;
	}

	.play_casino_unit:not(:last-child) {
		margin-bottom: 20px;
	}

	.play_casino_unit_img {
		width: 94px;
		margin-right: 25px;
	}

	.play_casino_unit_name {
		font-size: 16px;
	}

	.play_casino_unit_url {
		font-size: 13px;
	}

	.play_casino_unit_txt {
		margin-top: 15px;
		font-size: 15px;
	}

	.play_casino_unit_txt span {
		margin-right: 8px;
		padding: 0 1em;
		font-size: 14px;
	}

	.play_casino_unit_arrow {
		width: 20px;
		font-size: 20px;
	}
}

/* 今回のプレイ結果 */
.play_result_unit {
	max-width: 480px;
	border: 1px solid #333;
}

.play_result_unit:not(:first-child) {
	margin-top: 30px;
}

.play_result_unit:not(:last-child) {
	margin-bottom: 40px;
}

.play_result_unit_title {
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #333;
}

.play_result_unit_data {
	padding: 15px 12px 20px;
}

.play_result_unit_data > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.play_result_unit_data > div:not(:last-child) {
	margin-bottom: 8px;
}

.play_result_unit_data dt,
.play_result_unit_data dd {
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.play_result_unit_data dt {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 5.4em;
	margin-right: 13px;
	color: #fff;
	font-size: 12px !important;
	text-align: center;
	background-color: #929292;
}

.play_result_unit_data dd {
	font-size: 13px !important;
}

.play_result_unit_data dd i {
	margin-left: 9px;
	margin-right: 14px;
}

.play_result_unit_data_in dt {
	background-color: #00cbb6;
}

.play_result_unit_data_out dt {
	background-color: #f95959;
}

@media screen and (min-width: 601px) {
	.play_result_unit:not(:last-child) {
		margin-bottom: 30px;
	}

	.play_result_unit_title {
		font-size: 15px;
	}

	.play_result_unit_data {
		padding: 15px 16px 7px;
	}

	.play_result_unit_data > div:not(:last-child) {
		margin-bottom: 10px;
	}

	.play_result_unit_data dt {
		width: 7.4em;
		margin-right: 30px;
	}
}

/*----- ニュース記事 -----*/
.event_title {
	padding: 8px 13px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background-color: #333;
}

.event_title:not(:first-child) {
	margin-top: 40px;
}

.event_table {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
}

.event_table th,
.event_table td {
	font-size: 14px;
	border: 1px solid #d2d2d2;
}

.event_table th {
	min-width: 5.4em;
	padding: 10px 5px;
	text-align: center;
	vertical-align: top;
}

.event_table td {
	padding: 10px;
}

.event_table li,
.event_table02 li {
	font-size: 1em;
}

.list_dot li {
	padding-left: 21px;
	position: relative;
}

.list_dot li:not(:last-child) {
	margin-bottom: 10px;
}

.list_dot li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.n_note span {
	color: #ff8080;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.36;
}

.event_btn {
	width: 100%;
	max-width: 351px;
	height: 60px;
	margin: 20px auto 40px;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#ff6700), to(#ff004e));
	background: linear-gradient(90deg, #ff6700 0%, #ff004e 100%);
}

.event_btn a {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}

.event_btn span {
	font-size: 15px;
	font-weight: bold;
}

.event_btn i {
	font-size: 25px;
	position: absolute;
	top: 50%;
	right: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.event_img {
	margin: 10px auto 20px !important;
}

.event_table02 {
	width: 100%;
	margin: 20px auto;
}

.event_table02 > div {
	padding-bottom: 30px;
}

.event_table02 dt,
.event_table02 dd {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px !important;
}

.event_table02 dt {
	margin-bottom: 15px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #a4a4a4;
}

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

	.event_title,
	.event_table,
	.event_table02 {
		max-width: 600px;
		margin: 0 auto;
	}

	.event_title {
		padding: 17px;
		font-size: 16px;
	}

	.event_title:not(:first-child) {
		margin-top: 50px;
	}

	.event_table {
		margin-top: 25px;
		margin-bottom: 30px;
	}

	.event_table th,
	.event_table td {
		font-size: 15px;
	}

	.event_table th {
		min-width: 6em;
		padding: 15px 5px;
	}

	.event_table td {
		padding: 15px;
	}

	.n_note {
		text-align: center;
	}

	.n_note span {
		font-size: 15px;
	}

	.event_btn {
		margin: 30px auto 50px;
	}

	.event_btn span {
		font-size: 16px;
	}

	.event_img {
		max-width: 600px;
		margin: 15px auto 25px !important;
	}

	.event_table02 {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.event_table02 dt,
	.event_table02 dd {
		font-size: 15px !important;
	}

	.event_table02 dt {
		margin-bottom: 15px;
		padding: 5px;
	}

	.event_table02_dates {
		text-align: center;
	}
}

/*----- アーカイブページ -----*/
.archive_title {
	margin-top: 30px;
	margin-bottom: 25px;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	background-color: transparent;
}

.c-articlelist a:link,
.c-articlelist a:active,
.c-articlelist a:visited {
	color: #333;
}

.archive_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 32px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.archive_item:not(:last-child) {
	margin-bottom: 10px;
}

.archive_item_thumb {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 80px;
	margin-top: 3px;
}

.archive_item_txtbox {
	margin-left: 10px;
	font-size: 12px;
}

.archive_item_txtbox span {
	display: block;
}

.archive_item_category {
	color: #0079e3;
}

.archive_item_title {
	font-weight: bold;
	line-height: 1.42;
}

.archive_item_date {
	color: #787878;
	font-size: 9px;
	line-height: 1;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.archive_item_date i {
	margin-right: 4px;
}

.archive_item_favorite {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.archive_item_favorite i {
	font-size: 15px;
}

.wp-pagenavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 25px;
	color: #ff004e;
	font-size: 16px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 35px;
	margin-top: 10px;
	//color: inherit;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
	width: 35px;
	border: 1px solid #ff004e;
	border-radius: 50%;
}

.wp-pagenavi .page:not(:first-child),
.wp-pagenavi .current:not(:first-child) {
	margin-left: 9px;
}

.wp-pagenavi .page:not(:last-child),
.wp-pagenavi .current:not(:last-child) {
	margin-right: 9px;
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #ff004e;
}

.wp-pagenavi span.extend {
	width: auto;
	padding: 0 3px;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width: auto;
	border: 0;
	border-radius: 0;
}

.wp-pagenavi a.first {
	margin-right: 3px;
}

.wp-pagenavi a.last {
	margin-left: 3px;
}

.wp-pagenavi a img.emoji {
	display: none!important;
}

.wp-pagenavi a.first::before {
	content: '◀';
}

.wp-pagenavi a.last::before {
	content: '▶';
}

@media screen and (min-width: 601px) {
	.archive_title {
		margin-top: 25px;
		font-size: 18px;
	}

	.archive_item {
		padding-bottom: 20px;
	}

	.archive_item:not(:last-child) {
		margin-bottom: 20px;
	}

	.archive_item_thumb {
		width: 130px;
	}

	.archive_item_txtbox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 1em;
		font-size: 14px;
	}

	.archive_item_title {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.31;
	}

	.archive_item_date {
		margin-top: auto;
		font-size: 1em;
		position: static;
	}

	.archive_item_favorite {
		bottom: 12px;
		right: 12px;
	}

	.archive_item_favorite i {
		color: #929292;
		font-size: 25px;
	}

	.wp-pagenavi span,
	.wp-pagenavi a {
		height: 39px;
	}

	.wp-pagenavi .page,
	.wp-pagenavi .current {
		width: 39px;
	}

	.wp-pagenavi .page:not(:first-child),
	.wp-pagenavi .current:not(:first-child) {
		margin-left: 8px;
	}

	.wp-pagenavi .page:not(:last-child),
	.wp-pagenavi .current:not(:last-child) {
		margin-right: 8px;
	}

	.wp-pagenavi span.extend {
		padding: 0 5px;
	}

	.wp-pagenavi a.first {
		margin-right: 5px;
	}

	.wp-pagenavi a.last {
		margin-left: 5px;
	}

}

.single-diary main .entry-content,
.single-post main .entry-content {
	margin-top: 0;
}

.single-diary main .l-contents,
.single-post main .l-contents {
	padding-top: 0;
}
.wpp-thumbnail {
	float: none !important;
}


/***** temporaly add 20221124 *****/

/* font weight */
.fw-700 {
	font-weight: bold;
}

/* diary image size and shadow */
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto!important;
}

.shadow_01 {
    box-shadow: 2px 2px 8px #999;
}

.img-border_01 {
    border: 1px solid #999;
}

/* bonus unit button text-color hover */
.play_bonus_unit_btn span {
	font-weight: bold;
	color: #fff;
}

.play_bonus_unit_btn span:hover {
	color: #e8e8e8
	;
}

/* font size */
#news .fs-10 {
  font-size: 1rem !important;
}
#news .fs-11 {
  font-size: 1.1rem !important;
}
#news .fs-12 {
  font-size: 1.2rem !important;
}
#news .fs-13 {
  font-size: 1.3rem !important;
}
#news .fs-14 {
  font-size: 1.4rem !important;
}
#news .fs-15 {
  font-size: 1.5rem !important;
}
#news .fs-16 {
  font-size: 1.6rem !important;
}
#news .fs-17 {
  font-size: 1.7rem !important;
}
#news .fs-18 {
  font-size: 1.8rem !important;
}
#news .fs-19 {
  font-size: 1.9rem !important;
}
#news .fs-20 {
  font-size: 2rem !important;
}
#news .fs-21 {
  font-size: 2.1rem !important;
}
#news .fs-22 {
  font-size: 2.2rem !important;
}
#news .fs-23 {
  font-size: 2.3rem !important;
}
#news .fs-24 {
  font-size: 2.4rem !important;
}
#news .fs-25 {
  font-size: 2.5rem !important;
}
#news .fs-26 {
  font-size: 2.6rem !important;
}
#news .fs-27 {
  font-size: 2.7rem !important;
}
#news .fs-28 {
  font-size: 2.8rem !important;
}
#news .fs-30 {
  font-size: 3rem !important;
}
#news .fs-32 {
  font-size: 3.2rem !important;
}
#news .fs-36 {
  font-size: 3.6rem !important;
}
#news .fs-40 {
  font-size: 4rem !important;
}
#news .fs-48 {
  font-size: 4.8rem !important;
}

/* margin */
#news .m-bottom-1 {
	margin-bottom: 10px!important
}
#news .m-bottom-2 {
    margin-bottom: 2rem!important
}
#news .m-bottom-3 {
    margin-bottom: 3rem!important
}
#news .m-bottom-07 {
    margin-bottom: 7px!important
}
#news .m-bottom-7{
	margin-bottom:7px;
}
#news .m-bottom-5 {
    margin-bottom: 5px!important
}
#news .m-bottom-10 {
    margin-bottom: 10px!important
}
#news .m-bottom-15 {
    margin-bottom: 15px!important
}
#news .m-bottom-20 {
    margin-bottom: 20px!important
}
#news .m-bottom-25 {
    margin-bottom: 25px!important
}
#news .m-bottom-30 {
    margin-bottom: 30px!important;
}
#news .m-bottom-40 {
    margin-bottom: 40px!important
}
#news .m-bottom-50 {
    margin-bottom: 50px!important
}
#news .m-bottom-70 {
    margin-bottom: 70px!important
}
#news .m-bottom-100 {
    margin-bottom: 100px!important
}
#news .m-bottom-200 {
    margin-bottom: 200px!important
}

#news .m-top-20 {
	margin-top: 20px
}
#news .m-top-50 {
	margin-top: 50px
}
#news .m-top-30 {
	margin-top: 30px
}
#news .m-top-40 {
	margin-top: 40px
}
#news .m-top-10{
	margin-top: 10px;
}

/*** character taik ***/

.talk-wrap {
    display: block;
    clear: both;
    margin: 0 auto 3px
}
.talk-wrap p {
    margin: 0
}
.talk-end {
    clear: both
}

/* general (BELL) */

.left-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: no-repeat;
    background-size: 100%;
    background-position: center;
    float: left;
    display: inline-block;
    box-shadow: 1px 1px 5px #aaa;
    border: 1px solid #ddd;
    margin-bottom: 10px
}
.talk-left {
    float: right;
    position: relative;
    background: #fff;
    border: 2px solid #666;
    padding: 3%;
    border-radius: 10px;
    width: 80%;
    margin-top: 10px;
    box-shadow: 1px 1px 5px #aaa;
    margin-bottom: 10px
}
.talk-left:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #666;
    position: absolute;
    left: -20px;
    top: 25%;
    margin-top: -9px
}
.talk-left:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-right-color: #fff;
    position: absolute;
    left: -16px;
    top: 25%;
    margin-top: -8px
}
.right-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: no-repeat;
	background-size: 100%;
	background-position: center;
	float: right;
	display: inline-block;
	box-shadow: 1px 1px 5px #aaa;
	border: 1px solid #ddd;
	margin-bottom: 10px
}
.talk-right {
	float: left;
	position: relative;
	background: #fff;
	border: 2px solid #666;
	padding: 3%;
	border-radius: 10px;
	width: 80%;
	margin-top: 10px;
	box-shadow: 1px 1px 5px #aaa;
	margin-bottom: 10px
}
.talk-right:before {
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-left-color: #666;
	position: absolute;
	right: -20px;
	top: 25%;
	margin-top: -9px
}
.talk-right:after {
	content: "";
	display: inline-block;
	border: 9px solid transparent;
	border-left-color: #fff;
	position: absolute;
	right: -16px;
	top: 25%;
	margin-top: -8px
}

/* writer kani */

.left-icon-kani {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: no-repeat;
    background-size: 100%;
    background-position: center;
    float: left;
    display: inline-block;
    box-shadow: 1px 1px 5px #aaa;
    border: 1px solid #ddd;
    margin-bottom: 10px
}
.talk-left-kani {
    float: right;
    position: relative;
    background: #fff;
    border: 1px solid #EA5452;
    padding: 3%;
    border-radius: 10px;
    width: 80%;
    margin-top: 10px;
    box-shadow: 1px 1px 5px #ccc;
    margin-bottom: 10px
}
.talk-left-kani:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #EA5452;
    position: absolute;
    left: -19px;
    top: 25%;
    margin-top: -9px
}
.talk-left-kani:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-right-color: #fff;
    position: absolute;
    left: -16px;
    top: 25%;
    margin-top: -8px
}

/* writer penguin */

.left-icon-pengin {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: no-repeat;
    background-size: 100%;
    background-position: center;
    float: left;
    display: inline-block;
    box-shadow: 1px 1px 5px #aaa;
    border: 1px solid #ddd;
    margin-bottom: 10px
}
.talk-left-pengin {
    float: right;
    position: relative;
    background: #fff;
    border: 1px solid #006DD9;
    padding: 3%;
    border-radius: 10px;
    width: 80%;
    margin-top: 10px;
    box-shadow: 1px 1px 5px #ccc;
    margin-bottom: 10px
}
.talk-left-pengin:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #006DD9;
    position: absolute;
    left: -19px;
    top: 25%;
    margin-top: -9px
}
.talk-left-pengin:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-right-color: #fff;
    position: absolute;
    left: -16px;
    top: 25%;
    margin-top: -8px
}

/* writer antena */

.left-icon-antena {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: no-repeat;
    background-size: 100%;
    background-position: center;
    float: left;
    display: inline-block;
    box-shadow: 1px 1px 5px #aaa;
    border: 1px solid #ddd;
    margin-bottom: 10px
}
.talk-left-antena {
    float: right;
    position: relative;
    background: #fff;
    border: 1px solid #FFD70A;
    padding: 3%;
    border-radius: 10px;
    width: 80%;
    margin-top: 10px;
    box-shadow: 1px 1px 5px #ccc;
    margin-bottom: 10px
}
.talk-left-antena:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #FFD70A;
    position: absolute;
    left: -19px;
    top: 25%;
    margin-top: -9px
}
.talk-left-antena:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-right-color: #fff;
    position: absolute;
    left: -16px;
    top: 25%;
    margin-top: -8px
}

/* writer lesser */

.left-icon-panda {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: no-repeat;
    background-size: 100%;
    background-position: center;
    float: left;
    display: inline-block;
    box-shadow: 1px 1px 5px #aaa;
    border: 1px solid #ddd;
    margin-bottom: 10px
}
.talk-left-panda {
    float: right;
    position: relative;
    background: #fff;
    border: 1px solid #84611B;
    padding: 3%;
    border-radius: 10px;
    width: 80%;
    margin-top: 10px;
    box-shadow: 1px 1px 5px #ccc;
    margin-bottom: 10px
}
.talk-left-panda:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #84611B;
    position: absolute;
    left: -19px;
    top: 25%;
    margin-top: -9px
}
.talk-left-panda:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-right-color: #fff;
    position: absolute;
    left: -16px;
    top: 25%;
    margin-top: -8px
}

@media (min-width:350px) {
.left-icon {
    width: 60px;
    height: 60px
}
.left-icon-kani {
    width: 60px;
    height: 60px
}
.left-icon-pengin {
    width: 60px;
    height: 60px
}
.left-icon-antena {
    width: 60px;
    height: 60px
}
.left-icon-panda {
    width: 60px;
    height: 60px
}
.talk-left {
    width: 80%
}
.talk-left-kani {
    width: 80%
}
.talk-left-pengin {
    width: 80%
}
.talk-left-antena {
    width: 80%
}
.talk-left-panda {
    width: 80%
}
.right-icon {
	width: 60px;
	height: 60px
}
.talk-right {
	width: 80%
}

}

@media (min-width:480px) {
.left-icon {
    width: 70px;
    height: 70px
}
.left-icon-kani {
    width: 70px;
    height: 70px
}
.left-icon-pengin {
    width: 70px;
    height: 70px
}
.left-icon-antena {
    width: 70px;
    height: 70px
}
.left-icon-panda {
    width: 70px;
    height: 70px
}
.right-icon {
	width: 70px;
	height: 70px
}
.talk-right {
	width: 80%
}

}

@media (min-width:601px) {
.left-icon {
    width: 75px;
    height: 75px
}
.left-icon-kani {
    width: 75px;
    height: 75px
}
.left-icon-pengin {
    width: 75px;
    height: 75px
}
.left-icon-antena {
    width: 75px;
    height: 75px
}
.left-icon-panda {
    width: 75px;
    height: 75px
}
.right-icon {
	width: 75px;
	height: 75px
}
.talk-right {
	width: 80%
}

}

@media (min-width:1025px) {
.left-icon {
    width: 90px;
    height: 90px
}
.left-icon-kani {
    width: 90px;
    height: 90px
}
.left-icon-pengin {
    width: 90px;
    height: 90px
}
.left-icon-antena {
    width: 90px;
    height: 90px
}
.left-icon-panda {
    width: 90px;
    height: 90px
}
.right-icon {
	width: 90px;
	height: 90px
}

}

/***** ap2-xxxxxxx *****/
#news .unit_bnr {
  padding: 20px 5px 30px;
  border: 1px solid #d6d6d6;
}
#news .unit_bnr:not(:first-child) {
  margin-top: 30px;
}
#news .unit_bnr:not(:last-child) {
  margin-bottom: 30px;
}
#news .unit_bnr_title {
  font-size: 1.4rem;
  font-weight: bold;
}
#news .unit_bnr_btn {
  margin: 0 auto;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background: linear-gradient(to right, #f70, #f09);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.149);
}
#news .unit_bnr_btn:hover {
  color: #f09;
  background: #fff;
  border: 1px solid currentColor;
}
#news .unit_bnr_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
#news .unit_bnr_btn a:hover {
  color: #f09;
}
#news .unit_bnr figure a {
  display: block;
}
#news .unit_bnr.type01 .unit_bnr_title {
  margin-bottom: 24px;
}
#news .unit_bnr.type01 figure {
  max-width: 257px;
  margin: 0 auto 22px;
}
#news .unit_bnr.type01 .unit_bnr_text {
  padding: 0 5px;
  font-size: 1.2rem;
  line-height: 1.8;
}
#news .unit_bnr.type01 .unit_bnr_btn {
  max-width: 280px;
  height: 38px;
  margin-top: 23px;
}
#news .unit_bnr.type01 .unit_bnr_btn i {
  margin-left: 10px;
}
#news .unit_bnr.type02 {
  text-align: center;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}
#news .unit_bnr.type02 figure {
  max-width: 120px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
}
#news .unit_bnr.type02 .unit_bnr_title {
  margin-bottom: 17px;
  font-size: 1.8rem;
}
#news .unit_bnr.type02 .unit_bnr_text {
  padding-bottom: 6px;
}
#news .unit_bnr.type02 .unit_bnr_text p {
  display: inline-block;
  padding: 5px 8px;
  color: #f09;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.43;
  background-color: #fff;
  border: 1px solid currentColor;
  position: relative;
}
#news .unit_bnr.type02 .unit_bnr_text p::before, #news .unit_bnr.type02 .unit_bnr_text p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#news .unit_bnr.type02 .unit_bnr_text p::before {
  border-top-color: currentColor;
}
#news .unit_bnr.type02 .unit_bnr_text p::after {
  margin-top: -1px;
  border-top-color: #fff;
}
#news .unit_bnr.type02 .unit_bnr_btn {
  max-width: 280px;
  height: 50px;
  margin-top: 15px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: none;
}
#news .unit_bnr.type02 .unit_bnr_btn i {
  margin-left: 17px;
}
#news .unit_bnr.type02 .unit_bnr_link {
  margin-top: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
  #news .bnr_img_text {
    font-size: 1.6rem;
  }
  #news .unit_bnr_title {
    font-size: 1.6rem;
  }
  #news .unit_bnr_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #news .unit_bnr.type01 {
    padding: 30px;
  }
  #news .unit_bnr.type01 .unit_bnr_inner {
    column-gap: 17px;
  }
  #news .unit_bnr.type01 figure {
    flex-shrink: 0;
    width: 50%;
    max-width: 257px;
    margin: 0;
  }
  #news .unit_bnr.type01 .unit_bnr_text {
    flex-grow: 1;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #news .unit_bnr.type01 .unit_bnr_btn {
    margin-top: 20px;
  }
  #news .unit_bnr.type02 {
    padding: 36px 16px 30px 20px;
  }
  #news .unit_bnr.type02 .unit_bnr_inner {
    column-gap: 10px;
  }
  #news .unit_bnr.type02 figure {
    flex-shrink: 0;
    width: 30%;
    max-width: 144px;
    margin: 0;
  }
  #news .unit_bnr.type02 .unit_bnr_inner_txt {
    flex-grow: 1;
  }
}

#news .marker {
	font-weight: bold;
	background: linear-gradient(to top, #e0ff95 38%, transparent 38%);
}

/***** play nikki afi-image width100% *****/
#news .img_link_w100 {
width: 100%!important;
}

/* news table */
.news_tbl_info {
margin: 0 auto 20px;
width: 90%;
border-collapse: collapse;
}
.news_tbl_info th {
text-align: center;
padding: 10px;
border: solid 1px;
border-color: #D1D1D1;
font-size: 15px;
font-weight: 700;
color: #000;
background-color: #EFEFEF;
}
.news_tbl_info td {
text-align: center;
padding: 10px;
border: solid 1px;
border-color: #D1D1D1;
font-size: 14px;
font-weight: 500;
}
.news_tbl_info table {
border-collapse: collapse;
}
@media screen and (max-width: 600px) {
.news_tbl_info{
white-space: nowrap;
}
.news_tbl_info th,td {
font-size: 12px;
}
.casino_table_scr_sp {
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
}
}

/* news list font size */
.list_dot li {
font-size: 1.5rem;
}