@charset "utf-8";
/*===========================================
news_nk01.css
netkeirin ニュースコラム

============================================*/

/*---------------------------------
コラムtop
---------------------------------*/
#act-news_list_top.Contents_Box{
	padding-bottom:0;
}
.NewColumn_ListWrap {
	position: relative;
	overflow-x: auto;
}
.NewColumn_List {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 10px 10px;
	position: relative;
	z-index: 20;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.NewColumn_List li {
	padding-right: 4px;
}
.NewColumn_List li a {
	color: #444;
	font-size: 66.67%;
	display: inline-block;
	line-height: 2;
	border-radius: 1em;
	padding: 0 12px;
	white-space: nowrap;
	min-width: 64px;
	text-align: center;
	background: #f3f3f3;
}
.NewColumn_List li.Active a {
	color: #fff;
	font-weight: bold;
	background:#e03d3d;
}
.Column_MainImgBox {
	margin-bottom: 10px;
}
.Column_MainImgBox a {
	display: block;
	overflow: hidden;
}
.Column_MainImgBox .Thumb_Wrapper{
	overflow: hidden;
}
.Thumb_Wrapper {
	position: relative;
}
.Column_MainImgBox .Thumb_Wrapper::after {
	content:"";
	display:block;
	padding-top: 56.25%;
}
.Column_MainImgBox .Thumb_Wrapper img.Column_MainImgBox_Thumb {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
@media only screen and (min-width:768px){
	.Column_MainImgBox a:hover {
		text-decoration: none;
		background: #f9f9f9;
	}
	.Column_MainImgBox a:hover .Thumb_Wrapper {
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
	.Column_MainImgBox a:hover .ContentMainTitle {
		color: #c53131;
		text-decoration: underline;
	}
}

.Column_MainImgBox .SlideTxtArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 14px 10px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.Column_MainImgBox .SlideTxtArea .SlideTxtInner {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	width: 100%;
}
.ContentMainTitle {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
	height: 2.6em;
	margin-bottom: 7px;
	color: #444;
	font-size: 89%;
	line-height: 1.38em;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.Content_FooterTxt {
	color: #888;
	font-size: 55.56%;
	text-align: right;
	line-height: 1.2;
}
.Column_MainImgBox .Content_FooterTxt {
	font-size: 61%;
}

.RankingList .Content_FooterTxt span.Category_Keyword{
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	width: calc(100% - 144px);
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ColumnList a,
.List_01 a{
	color: #444;
}
@media only screen and (min-width:768px){
	.ColumnList li a:hover{
		text-decoration: none;
	}
	.ColumnList a:hover .PhotoThumb_01{
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
	.ColumnList a:hover .ContentMainTitle {
		color: #c53131;
		text-decoration: underline;
	}
}
.writer_list .ColumnNewList .Content_text,
.column_favorite .ColumnNewList .Content_text,
.Column_detail .ColumnList .Content_text{
	width: calc(100% - 110px);
}
.writer_list .ColumnNewList .Content_text .Category_Keyword:first-of-type,
.column_favorite .ColumnNewList .Content_text .Category_Keyword:first-of-type,
.Column_detail .ColumnList .Content_text .Category_Keyword:first-of-type{
	display: none;
}

.Column_MainImgBox .SlideTxtArea .SlideTxtInner .Content_FooterTxt,
.ColumnList .List01 .Content_FooterTxt, .ColumnList .ColumnListBox .Content_FooterTxt,
.ContentsBoxRanking .ColumnListBox .Content_FooterTxt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	align-items: baseline;
}
.Column_MainImgBox .SlideTxtArea .SlideTxtInner .Content_FooterTxt .Category_Keyword,
.ColumnList .List01 .Content_FooterTxt .Category_Keyword,
.ColumnList .ColumnListBox .Content_FooterTxt .Category_Keyword,
.ContentsBoxRanking .ColumnListBox .Content_FooterTxt .Category_Keyword,
.RelatedContents .LinkBox_01 .Content_FooterTxt .column_backnumberTitle  {
	display: block;
	text-align: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2;
}
.Column_MainImgBox .SlideTxtArea .SlideTxtInner .Content_FooterTxt .Icon.Icon_Chumoku,
.ColumnList .List01 .Content_FooterTxt .Icon.Icon_Chumoku,
.ColumnList .ColumnListBox .Content_FooterTxt .Icon.Icon_Chumoku,
.ContentsBoxRanking .ColumnListBox .Content_FooterTxt .Icon.Icon_Chumoku {
	display: block;
	text-align: right;
	white-space: nowrap;
}
.ColumnList .List01 .Content_FooterTxt em {
    white-space: nowrap;
}
.ColumnList ul.List01 {
	padding: 0 10px;
}
.ColumnList ul.List01 li,
.ColumnList .ColumnListBox {
	margin-bottom: 10px;
}
.ColumnList .LinkBox_01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ColumnList .List01 .PhotoThumb_01,
.ColumnList .ColumnListBox .PhotoThumb_01 {
	width: 96px;
	min-height: 72px;
	overflow: hidden;
	margin-right: 14px;
	position: relative;
	background: #eee no-repeat center /contain;
	border-radius: 4px;
	min-width: 96px;
}
.Content_text {
	width: 100%;
}
.ColumnList .Content_text {
	width: 100%;
	width: calc(100% - 110px);
}
.ContentMainTitle p {
	display: -webkit-box;
	height: 2.6em;
	margin-bottom: 7px;
	line-height: 1.38em;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
}
.ColumnList .List01 .ContentMainTitle,
.ColumnList .ColumnListBox .ContentMainTitle,
.ContentsBoxRanking .ColumnListBox .ContentMainTitle {
	margin-bottom: 11px;
}
.MoreColumnList {
	margin-top: 20px;
	padding-bottom: 1px;
}
.Column_special{
	padding-top:15px;
	background:#2F2F2F;
}
.Column_girls{
	background:#F39394;
}
.Column_special_subTitle{
	font-size:0.8125rem;
	color:#FF1919;
	padding: 0 10px;
	font-weight: bold;
}
.Column_special .Title_Sec{
	margin-top:10px;
}
.Column_girls .Title_Sec{
	margin-top: 0;
	padding-top: 21px;
}
.Column_special .Title_Sec h2,
.Column_girls .Title_Sec h2{
	color:#FFFFFF;
}
.Column_special_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 0 10px;
}
.Column_special_list li{
	width:48%;
	margin-bottom:20px;
}
.Column_special_list li a{
	color:#FFFFFF;
}
.Column_special_photo img{
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.Column_special_textCopy{
	display: -webkit-box;
	display: -ms-flexbox;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color:#FFFFFF;
	font-size:0.875rem;
	font-weight: bold;
	line-height:1.35;
}
.Column_special_textDetail{
	display: -webkit-box;
	display: -ms-flexbox;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top:6px;
	color:#FFFFFF;
	font-size:0.6875rem;
	line-height:1.27;
}
.Column_special_category{
	display: flex;
	flex-wrap: wrap;
	margin-top:10px;
}
.Column_special_category span{
	display: block;
	padding:2px 8px 2px 4px;
	background:#8D8D8D;
	color:#FFFFFF;
	font-size:0.625rem;
	font-weight: bold;
	border-radius: 50px;
}
.Column_special_category span +span{
	margin-left:4px;
}
.Column_girls .Column_special_category span{
	background:#F05455;
}

/*-- 急上昇ランキング .PickupList --*/
.PickupNews {
	padding-bottom: 13px;
}
.PickupNews .PickupList {
	margin-bottom: -10px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	min-height: 252px;
	padding-bottom: 20px;
}
@media only screen and (max-width:768px){
	.PickupNews .PickupList {
		padding-left: 10px;
	}
}
.PickupNews .PickupList .PickupListItem {
	background: #fff;
	width: 224px;
	display: inline-block;
}
.PickupList .PickupListItem a {
	display: block;
}
.PickupNews .PickupList .PickupListItem a:hover{
	text-decoration: none;
}
.PickupNews .PickupList .PickupListItem a:hover .PickupListTitle {
	color: #c53131;
	text-decoration: underline;
}
.PickupNews .PickupList .PickupListItem .PickupPhoto {
	margin-bottom: 13px;
	overflow: hidden;
	white-space: normal;
	border-radius: 4px;
	width: 224px;
	height: 168px;
	position: relative;
	background: #eee;
}
.PickupNews .PickupList .PickupListItem img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	vertical-align: top;
	object-fit: contain;
}
.PickupNews .PickupList .PickupListItem + .PickupListItem {
	margin-left: 10px;
}
.PickupNews .PickupListTitle {
	color: #444;
	font-size: 88.89%;
	overflow: hidden;
	line-height: 1.38;
	position: relative;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 2.76em;
	padding: 0 9px 0 0;
}
.PickupNews .PickupList .PickupListItem .Content_Cate {
	color: #444;
	font-size: 61%;
	font-weight: bold;
	line-height: 2;
	border: 1px solid #e2e2e2;
	border-radius: 1em;
	display: inline-block;
	padding: 0 10px;
	margin: 0 9px 10px;
	float: none;
	height: auto;
}
.PickupNews.ContentsBoxRanking .PickupPhoto [class*=ContentsBoxRanking_Num] {
	color: #555;
	font-family: 'Anton', sans-serif !important;
	font-size: 71.43%;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255,255,255,0)), color-stop(50.5%, #d0d0d0)) no-repeat top left/100% 100%;
	background: -webkit-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #d0d0d0 50.5%) no-repeat top left/100% 100%;
	background: -o-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #d0d0d0 50.5%) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #d0d0d0 50.5%) no-repeat top left/100% 100%;
	padding: 4px 0 0 5px;
}
.PickupNews.ContentsBoxRanking .PickupPhoto .ContentsBoxRanking_Num01 {
	color: #fff;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255,255,255,0)), color-stop(50.5%, #b98e02)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
}
.PickupNews.ContentsBoxRanking .PickupPhoto .ContentsBoxRanking_Num02 {
	color: #fff;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255,255,255,0)), color-stop(50.5%, #7b8592)) no-repeat top left/100% 100%;
	background: -webkit-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
	background: -o-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
}
.PickupNews.ContentsBoxRanking .PickupPhoto .ContentsBoxRanking_Num03 {
	color: #fff;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255,255,255,0)), color-stop(50.5%, #d67a47)) no-repeat top left/100% 100%;
	background: -webkit-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
	background: -o-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
}
.PickupNews.ContentsBoxRanking span[class*="Ranking_icn"] {
    margin-top: -4px;
    position: relative;
    vertical-align: middle;
}
.PickupNews .LinkBox_Footer {
	color: #888;
	font-size: 61.11%;
	text-align: right;
	margin-top: 7px;
	padding-right: 6px;
}
.PickupNews .LinkBox_Footer * {
	display: inline-block;
}

.PickupNews .Icon_Chumoku:before {
	content: '';
	display: inline-block;
	background: url(../../img/icon/icon_sprite_column.png) no-repeat;
	background-size: 70px auto;
	background-position: 0 -1px;
	width: 13px;
	height: 13px;
	margin-right: 3px;
	margin-left: 5px;
	vertical-align: top;
}
.PickupNews .Icon_Comment:before {
	content: '';
	display: inline-block;
	background: url(../../img/icon/icon_sprite_column.png) no-repeat;
	background-size: 70px auto;
	background-position: -46px -24px;
	width: 13px;
	height: 13px;
	margin-right: 3px;
	margin-left: 5px;
	vertical-align: top;
}
.PickupNews .Icon_Like:before {
	content: '';
	display: inline-block;
	background: url(../../img/icon/icon_sprite_column.png) no-repeat;
	background-size: 70px auto;
	background-position: -26px -64px;
	width: 14px;
	height: 14px;
	margin-right: 3px;
	margin-left: 5px;
	vertical-align: text-bottom;
}
.PickupNews .Icon_Bad:before {
	content: '';
	display: inline-block;
	background: url(../../img/icon/icon_sprite_column.png) no-repeat;
	background-size: 70px auto;
	background-position: -26px -64px;
	width: 14px;
	height: 14px;
	margin-right: 3px;
	margin-left: 5px;
	vertical-align: middle;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.PickupNews .Icon_Mute:before {
	content: '';
	display: inline-block;
	background: url(../../img/icon/icon_mute.png) no-repeat center / contain;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

/*-- 連載レーサーコラム .Top_RacerColumn --*/
.Top_RacerColumn {
	background: #f3f3f3;
	margin: 42px 0 20px;
	padding: 21px 0 10px;
}
.Top_RacerColumn .Title_Sec{
	margin: 0 10px 21px;
}
.Top_RacerColumn .RacerColumn_SlideBox ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.Top_RacerColumn .RacerColumn_SlideBox ul li + li{
	margin-left:10px;
}
.Top_RacerColumn .RacerColumn_SlideBox a {
	display: block;
	width: 72px;
	overflow: hidden;
}
.Top_RacerColumn .RacerColumn_SlideBox a .PlayerPhoto{
	position: relative;
	width: 100%;
	height: auto;
	border: 1px solid #3251bc;
	border-radius: 4px;
	overflow: hidden;
}
.Top_RacerColumn .RacerColumn_SlideBox .Girls a .PlayerPhoto{
	border: 1px solid #e03d3d;
}
.Top_RacerColumn .RacerColumn_SlideBox a .PlayerPhoto::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.Top_RacerColumn .RacerColumn_SlideBox a .PlayerPhoto img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
}
.Top_RacerColumn .RacerColumn_SlideBox .bnr_inner p {
	margin-top: 4px;
	text-align: center;
}
.Top_RacerColumn .RacerColumn_SlideBox .bnr_inner span.PlayerName {
	font-size: 0.75rem;
	font-weight: bold;
	color: #444;
}

	.Top_RacerColumn .RacerColumn_SlideBox {
		position: relative;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		padding: 0 10px 10px;
	}
	.Top_RacerColumn .RacerColumn_SlideBox ul li:last-child{
		padding-right: 10px;
	}
@media only screen and (min-width:768px){
	.Top_RacerColumn .RacerColumn_SlideBox a:hover img{
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
	.Top_RacerColumn .RacerColumn_SlideBox .bnr_inner a:hover {
		text-decoration: none;
	}
	.Top_RacerColumn .RacerColumn_SlideBox a:hover span.PlayerName {
		color: #c53131;
		text-decoration: underline;
	}
}
@media only screen and (max-width: 1024px) {
}
/* PC */
@media only screen and (min-width: 1025px) {
}

/*---------------------------------
ランキング
---------------------------------*/
.RankingList {
	position: relative;
	padding: 0 10px;
}
.LinkBox_01 {
/*	display: table; */
	width: 100%;
}
.Ranking_ninki {
	margin: 30px 0;
}
ul.List_01 li .PhotoThumb_01,
ul.List_01 li .PhotoThumb_03 {
	width: 72px;
	min-height: 72px;
	float: left;
	margin-right: 9px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
}
ul.List01 li span[class*="ContentsBoxRanking_Num"],
.RankingList ul.List_01 li span[class*="ContentsBoxRanking_Num"] {
	display: block;
	content: '';
	position: absolute;
	font-family: 'Anton', sans-serif !important;
	top: 0;
	left: 0;
	width:32px;
	height:32px;
	font-size: 71.43%;
	font-weight: normal;
	color: #555;
	padding: 4px 0 0 5px;
	z-index: 9;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #cecece)) no-repeat top left/100% 100%;
	background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #cecece 50.5%) no-repeat top left/100% 100%;
	background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #cecece 50.5%) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #cecece 50.5%) no-repeat top left/100% 100%;
}
ul.List01 li span.ContentsBoxRanking_Num,
.RankingList ul.List_01 li span.ContentsBoxRanking_Num{
	content:none;
	background: none;
}
ul.List01 li span.ContentsBoxRanking_Num01,
.RankingList ul.List_01 li span.ContentsBoxRanking_Num01 {
	color: #fff;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255,255,255,0)), color-stop(50.5%, #b98e02)) no-repeat top left/100% 100%;
	background: -webkit-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
	background: -o-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
}
ul.List01 li span.ContentsBoxRanking_Num02,
.RankingList ul.List_01 li span.ContentsBoxRanking_Num02 {
	color: #fff;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #7b8592)) no-repeat top left/100% 100%;
	background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
	background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
}
ul.List01 li span.ContentsBoxRanking_Num03,
.RankingList ul.List_01 li span.ContentsBoxRanking_Num03 {
	color: #fff;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d67a47)) no-repeat top left/100% 100%;
	background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
	background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
}
ul.List01 li span[class*="ContentsBoxRanking_Num"] span,
.RankingList ul.List_01 li span[class*="ContentsBoxRanking_Num"] span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 15px;
	text-align: center;
}
.LinkBox_01 .LinkBox_Item01,
.LinkBox_01 .LinkBox_Item02 {
	display: table-cell;
	vertical-align: middle;
}
.LinkBox_01 .LinkBox_Item02 {
	width: 100%;
}
ul.List_01 li h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: baseline;
	color: #444;
	font-size: 88.89%;
}
.RankingList ul.List_01 li .List_TextBox {
	position: relative;
	padding: 9px 19px 0 0;
}
ul.List_01 li .List_TextBox p {
	color: #666;
	font-size: 77.78%;
	line-height: 1.4;
}
.RankingList ul.List_01 li .List_TextBox p.Count {
	position: absolute;
	right: 0;
	bottom: 0px;
	color: #999999;
	font-size: 61.11%;
	text-align: right;
}
ul.List_01 li .List_TextBox p.Count span {
	position: relative;
	top: -2px;
	margin-left: 4px;
}

.RankingList ul.List_01 li+li {
	margin-top: 18px;
}

.LinkBtn_03 a .Icon_Arrow {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 13px;
	width: 10px;
}
.SlideArea .ContentsBox_Ranking .List_01 .PhotoThumb_01,
.SlideArea .ContentsBox_Ranking .List_01 .PhotoThumb_01{
	background-size:cover;
}
.SlideArea {
	position: relative;
}
.SlideArea .ContentsBox_Ranking {
	display: inline-block;
	width: 312px;
	padding: 0 10px 0 0;
}
@media only screen and (min-width: 1025px) {
	.SlideArea .ContentsBox_Ranking {
		width: 100%;
	}
}
.RankingList_title {
	display: flex;
	align-items: center;
}
.Icon_News_Contents01{
	width: 12px;
	height: 10px;
	min-width: 12px;
	margin: 0 4px;
}
.Icon_News_Contents02{
	width: 26px;
	height: 20px;
}
.Icon_News_Contents03 {
	display: none;
	width: 24px;
	height:16px;
}
.Icon_News_Contents04{
	width: 20px;
	height: 20px;
	margin-right:5px;
}
.Icon_News_Contents05{
	width: 20px;
	height: 10px;
	margin-left:10px;
}
.Icon_news_Contents03.Rank01,
.Icon_news_Contents03.Rank02,
.Icon_news_Contents03.Rank03,
.Icon_News_Contents03.Rank01,
.Icon_News_Contents03.Rank02,
.Icon_News_Contents03.Rank03 {
	display: inline-block;
}
@media only screen and (min-width:768px){
	.RankingList ul.List_01 li a:hover{
		text-decoration: none;
	}
	.RankingList ul.List_01 li a:hover .ContentMainTitle {
		color: #c53131;
		text-decoration: underline;
	}
}
/* タブレット以下 */
@media only screen and (max-width: 1024px) {
	.SlideArea {
		position: relative;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		padding: 0 0 15px 10px;
	}
}
/* PC */
@media only screen and (min-width: 1025px) {
	.SlideArea .ContentsBox_Ranking {
		padding: 0 0 23px;
	}
}

/*---------------------------------
検索
---------------------------------*/
.ColumnSearchBox {
	position: relative;
	padding: 18px 10px 15px 10px;
	padding-bottom: 23px;
}
section.ColumnSearchBox .Title_More {
	margin: 21px 0px 21px;
}
.ColumnSearchBox.search_list{
	padding-top:0;
}
.ColumnSearchBox .SearchForm {
	margin: 0px 0 11px;
	display: table;
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 4px;
}
.SearchForm .TextForm input::placeholder {
	color: #c9c9c9;
}
/* IE */
.SearchForm .TextForm input:-ms-input-placeholder {
	color: #c9c9c9;
}
/* Edge */
.SearchForm .TextForm input:-ms-input-placeholder {
	color: #c9c9c9;
}
.ColumnSearchBox .SearchForm > div {
	display: table-cell;
	vertical-align: middle;
}
.ColumnSearchBox input,.ColumnSearchBox button,.ColumnSearchBox textarea,.ColumnSearchBox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
}
.ColumnSearchBox input {
	border: none;
	width: 100%;
	height: 37px;
	padding: 0 8px;
}
.ColumnSearchBox select {
	width: 100%;
	height: 37px;
	padding: 0 8px;
	appearance: auto;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
    border-radius: 4px;
}
@keyframes onAutoFillStart { from {} to {}}
.ColumnSearchBox input:focus {
	background: #fff4f4;
}
.ColumnSearchBox input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px #fff4f4 inset;
	animation-name: onAutoFillStart;
	transition: background-color 50000s ease-in-out 0s;
}
.ColumnSearchBox .SearchForm .BtnForm {
	position: relative;
	width: 39px;
}
.ColumnSearchBox .SearchForm .BtnForm svg {
	position: absolute;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
}
.Column_Category_List ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.Column_Category_List li {
	display: block;
	margin-top: 10px;
	margin-right: 6px;
}
.Column_Category_List li a {
	color: #03a;
	font-size: 72%;
	font-weight: bold;
	display: block;
	line-height: 2;
	border-radius: 1em;
	padding: 0 1em;
	white-space: nowrap;
	min-width: 56px;
	text-align: center;
	border: 1px solid #e1e1e1;
	background: #fff;
}
/*
.Column_Category_panel{
	margin-top:25px;
}
.Column_Category_panel ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Column_Category_panel li{
	width:30%;
}
.Column_Category_panel li:nth-of-type(n+4){
	margin-top:10px;
}
.Column_Category_panel li a{
	display:block;
	width:100%;
	padding:22px 0 26px;
	color:#fff;
	font-size:0.6875rem;
	font-weight: bold;
	text-align: center;
	background-image:url(../../img/news/search_image_01.png);
	background-size:cover;
	background-repeat:no-repeat;
	border-radius: 4px;
}
.Column_Category_panel ul:after {
	display: block;
	content:"";
	width:30%;
}
*/
/*---------------------------------
PC
---------------------------------*/
@media only screen and (min-width: 1025px) {
	.ColumnSearchBox {
		padding: 0 0 15px 0;
		padding-bottom: 23px;
	}
}

/*---------------------------------
コラムリスト
---------------------------------*/
.Column_List {
	padding: 6px 0 0;
}
.Column_ListWrap {
	position: relative;
	overflow-x: auto;
	margin-bottom: 14px;
}
/* コラム一覧 */
.Column_tabList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px 10px;
	position: relative;
	z-index: 20;
}
.Column_tabList li {
	margin-right: 16px;
}
.Column_tabList li a {
	color: #444;
	font-size: 72%;
	line-height: 1.8;
	white-space: nowrap;
	text-align: center;
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 1em;
	padding: 0 12px;
	min-width: 64px;
}
.Column_tabList li.Active a {
	color: #fff;
	font-weight: bold;
	border-color: transparent;
	line-height: 1.8;
	background:#E03D3D;
}
.Column_List .Column_innerList,
.NewColumn_Slide .Column_innerList {
	padding: 10px 10px 0;
}
.Column_innerList li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}
.Column_innerList li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.Column_Title_Thumb {
	width: 80px;
	height: 80px;
	min-width: 80px;
	flex-shrink: 0;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px;
	position: relative;
	isolation: isolate;
}
.Column_Title_Thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Column_Title_Text {
	width: 100%;
}
.Column_List .Column_Title_Text,
.NewColumn_Slide .Column_Title_Text {
	margin-right: 12px;
	padding-left: 0;
}

.Column_List .Column_List_Name,
.NewColumn_SlideBox01 .Column_List_Name {
	color: #999;
	font-size: 60%;
	font-weight: normal;
	margin-bottom: 5px;
}
.Column_List_Title {
	color: #444;
	font-size: 94%;
	font-weight: bold;
	line-height: 1.38em;
	margin-top: 2px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 2.6em;
}
.Column_List_Sub_Txt {
	color: #666;
	font-size: 72%;
	line-height: 1.33;
	word-wrap: break-word;
}
.Column_List_Update {
	color: #999;
	font-size: 56%;
	position: absolute;
	bottom: 0;
	left: 90px;
}
.Column_List .Column_List_Update,
.NewColumn_SlideBox01 .Column_List_Update {
	text-align: right;
	position: relative;
	left: 0;
	margin-top: 1px;
}
.Column_Fav a {
	background: #fff;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	position: relative;
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
}
.Column_innerList li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color:#444;
}
@media only screen and (min-width:768px){
	.Column_innerList li a:hover {
		text-decoration: none;
	}
	.Column_innerList li a:hover .Column_List_Title {
		color: #c53131;
		text-decoration: underline;
	}
	.Column_innerList li a:hover .Column_Title_Thumb {
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
}
.Fav_Modal {
	background: #fff;
	border-radius: 4px;
	padding: 10px;
	position: absolute;
	/* top: 169px; */
	/* top: 8%; */
	top: 40%;
	left: 50%;
	z-index: 1001;
	width: 92%;
	max-width: 355px;
	transform: translateX(-50%);
}
.Fav_Modal_Title {
	color: #777;
	font-size: 78%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 37px;
}
.Fav_Modal_MainTitle {
	color: #333;
	font-size: 83%;
	line-height: 1.47;
	padding: 0 10px;
	margin-bottom: 30px;
}
.Fav_Modal_MainTitle strong {
	font-weight: bold;
}
.Fav_Modal_CloseBtn01 {
	margin-bottom: 22px;
}
.Fav_Modal_CloseBtn01 a,
.Fav_Modal_OKBtn a {
	display: block;
	color: #777;
	font-size: 72%;
	line-height: 3.46;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	width: 100%;
}
.Fav_Modal_Note {
	color: #666;
	font-size: 72%;
	line-height: 1.38;
}
.Fav_Modal_Close {
	position: absolute;
	top: 5px;
	right: 8px;
}
.Fav_Modal_Close a {
	display: block;
	width: 30px;
	height: 30px;
}
.Column_Fav a svg{
	width: 19px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	fill: #e03d3d;
}
.Column_Fav svg{
	fill:#fff;
}
.Column_Fav.BookmarkAdd svg{
	fill: #e03d3d;
}
.Column_Fav.Registered a{
	background-color: #e03d3d;
}
.Column_Fav.Registered a svg{
	fill:#fff;
}
.TopBtnBox_01,
.LinkBtn_BackNumber {
	padding: 0 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*---------------------------------
検索結果
---------------------------------*/
@media only screen and (min-width: 1025px){
	.SubTitle.SearchWordTitle {
		margin: 21px 0 21px;
	}
}
.SubTitle.SearchWordTitle {
		margin: 21px 10px 21px;
	}

/*---------------------------------
コラム詳細
---------------------------------*/
.Column_Title_Box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
}
.Column_Title_Text {
	width: 100%;
}
.Column_Title_Img {
	width: 100%;
}
.Column_Head_Box {
	padding: 18px 18px 23px;
	position: relative;
}
.Column_Title {
	color: #333;
	font-size: 111.1%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 12px;
}
.Column_Head_Box .Column_Title {
	color: #333;
	font-size: 111%;
	line-height: 1.35;
	margin-bottom: 0;
}
.Column_Data_Time {
	color: #666;
	font-size: 61.11%;
	margin-top: 8px;
	white-space: nowrap;
	text-align: right;
	position: relative;
	padding-right: 0px;
	font-weight: normal;
}
.List_DataIcon {
	display: inline-block;
}
.Column_Detail_Txt_Box {
	color: #444;
	font-size: 89%;
	line-height: 1.75;
	/* margin-bottom: 30px; */
	margin-bottom: 52px;
	position: relative;
}
.Column_Detail_Txt_Box_inner{
	padding: 0 18px;
}
.Column_Detail_Txt_Box > div {
	line-height: 1.75;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}

.ColumnArticle_Body figure {
	margin: 0 -18px 18px;
}
.ColumnArticle_Body figure .Photo_Block_01 {
	background: #f3f3f3;
	height: 0;
	padding-top: 75%;
	position: relative;
}
.ColumnArticle_Body figure .Photo_Block_01 img {
	display: block;
	margin: auto;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.ColumnArticle_Body .Photo_Block_01 p,
.ColumnArticle_Body figure figcaption {
	color: #888;
	font-size: 81.2%;
	line-height: 1.4;
	padding: 6px 18px 0;
	text-align: left;
	background: #fff;
}
.Column_Detail_Txt_Box > div {
	line-height: 1.75;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.Column_Detail_Txt_Box div.ColumnRead {
	color: #666;
	background: #f3f3f3;
	padding: 20px 16px;
	margin: 25px 0;
}
.Column_Detail_Txt_Box .ColumnRead p {
	color: #666;
}
.Column_Detail_Txt_Box div.ColumnRead p:first-of-type {
	margin-top: 0;
}
.Column_Detail_Txt_Box div.ColumnRead p:last-of-type {
	margin-bottom: 0;
}
/* コラム内スタイル 201122 */
.Column_Detail_Txt_Box h2 {
	font-size: 112.41%;
	font-weight: bold;
	margin: 1.75em 0;
	line-height: 1.5;
}
.Column_Detail_Txt_Box h2:first-of-type {
	margin-top: 0;
}
.Column_Detail_Txt_Box p {
	margin-top: 1.75em;
	margin-bottom: 1.75em;
	color: #444;
	font-size: 100%;
	line-height: 1.75;
}
.Column_Detail_Txt_Box p:last-of-type{
	margin-bottom:0;
}
.Column_Detail_Txt_Box p span {
	/* margin-right: 0.5em; */
	/* font-weight: bold; */
}
.Column_Detail_Txt_Box .ColumnRead span a{
	font-weight: normal;
}
.Column_Detail_Txt_Box h1{
}
.Column_Detail_Txt_Box h3{
	font-size: 100%;
	font-weight: bold;
	margin: 1.5em 0;
	line-height: 1.5;
}
.Column_Detail_Txt_Box > img,
.Column_Detail_Txt_Box > p > img,
.Column_Detail_Txt_Box .Column_Detail_Txt_Box_inner > img,
.Column_Detail_Txt_Box .Column_Detail_Txt_Box_inner > p > img,
.Column_Detail_Txt_Box .Column_Detail_Txt_Box_inner > figure > img{
	display: block;
	max-width: calc(100% + 36px);
	width: calc(100% + 36px);
	height: auto;
}
.Column_Detail_Txt_Box .Column_Detail_Txt_Box_inner > p > img{
	margin: 0 -18px 18px;
}
.Column_Detail_Txt_Box .Column_Detail_Txt_Box_inner > figure > img{
	margin: 0 -18px 18px;
}
.Column_Detail_Txt_Box .Column_Detail_Txt_Box_inner > ul{
	display: block;
	max-width: calc(100% + 36px);
	width: calc(100% + 36px);
	height: auto;
}
.Column_Detail_Txt_Box > ul li,
.Column_Detail_Txt_Box .Column_Detail_Txt_Box_inner > ul li {
	word-wrap: break-all;
}
.Column_Detail_Txt_Box > ul li + li
.Column_Detail_Txt_Box .Column_Detail_Txt_Box_inner > ul li + li {
	margin-top: .5em;
}
.Column_Detail_Txt_Box table {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
.Column_Detail_Txt_Box table thead {

}
.Column_Detail_Txt_Box table tbody {

}
.Column_Detail_Txt_Box table thead th {
	background-color:#F1F1F1;
	text-align: center;
	border: 1px solid #E0E0E0;
	color: #444;
	font-size: 100%;
	font-weight: normal;
	padding: 8px;
	white-space: nowrap;
	vertical-align: middle;
}
.Column_Detail_Txt_Box table tbody td {
	background-color: #fff;
	padding: 8px;
	border: 1px solid #E0E0E0;
	vertical-align: middle;
	line-height: 1.6;
	font-size: 100%;
	word-wrap: break-all;
}
.Column_Detail_Txt_Box .BtnType_01 a,
.Column_Detail_Txt_Box .auto_news_link_bottom_view_button{
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 18px 30px 14px 30px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	background-color: #EF5350;
	line-height: 1.3;
}
.Header_Area + .Contents .Column_Detail_Txt_Box.app_induction{
	margin-bottom: 180px;
}
.Column_Detail_Txt_Box.app_induction {
	margin-bottom: 253px;
}
.Column_Detail_Txt_Box.ekyc_induction {
	margin-bottom: 180px;
}
.Column_Detail_Txt_Box_inner{
	height:auto;
	overflow: hidden;
}
.Column_Detail_readMore{
	position: absolute;
	bottom: -30px;
	left:0;
	width: 100%;
	height:100px;
	padding-top: 110px;
	text-align: center;
	background: linear-gradient(180deg,rgb(255, 255, 255, 0) 0%,rgb(255, 255, 255, 1) 60%);
}
.Column_Detail_readMore a{
	display: block;
	margin: auto;
	width:71.2%;
	padding:16px 0;
	text-align: center;
	background: #E03D3D;
	color:#FFFFFF;
	font-size:83.3%;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	transition: bottom 0.2s;
	border:1px solid #E03D3D;
}
.Column_Detail_readMore p{
	display: inline-block;
	margin-top:20px;
	color:#666666;
	border-bottom:1px solid #707070;
	font-size:77.78%;
	font-weight: bold;
	line-height: 1.44;
	cursor: pointer;
}
.Column_Detail_readMore .app_limited{
	border-bottom: 1px solid #E03D3D;
}
.Column_Detail_readMore p a{
	width: auto;
	border: none;
	background:none;
	border-radius: 0;
	padding: 0;
	display: inline-block;
	color: #E03D3D;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.44;
	cursor: pointer;
}
.Column_Detail .SpInfoModal .app_storeImg{
	display: block;
	margin: auto;
	width: 147px;
}
.Column_Detail .SpInfoModal .app_storeImg img{
	width:100%;
}
.Column_Detail .Column_Detail_readMore_01,
.Column_Detail .Column_Detail_readMore_02{
	padding-top: 80px;
}
.Column_Detail .Column_Detail_readMore_01 span,
.Column_Detail .Column_Detail_readMore_02 span{
	display: inline-block;
	margin-bottom: 13px;
	font-family: -apple-system,system-ui,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",  arial, "Meiryo", "メイリオ", sans-serif;
	font-size:93.75%;
	font-weight: bold;
	position: relative;
}
@media screen and (max-width:360px){
	.Column_Detail .Column_Detail_readMore_01 span,
	.Column_Detail .Column_Detail_readMore_02 span{
		font-size: 83.3%;
	}
}
.Column_Detail .Column_Detail_readMore_01 span:before,
.Column_Detail .Column_Detail_readMore_02 span:before,
.Column_Detail .Column_Detail_readMore_01 span:after,
.Column_Detail .Column_Detail_readMore_02 span:after{
	content:"";
	position: absolute;
	left: -20px;
	bottom: 5px;
	width: 20px;
	height: 2px;
	background:#707070;
	transform: rotate(55deg);
}
.Column_Detail .Column_Detail_readMore_01 span:after,
.Column_Detail .Column_Detail_readMore_02 span:after{
	left: inherit;
	right:-20px;
	transform: rotate(-55deg);
}
.Column_Detail .Column_Detail_readMore_01 a,
.Column_Detail .Column_Detail_readMore_02 a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:9px 0;
}
.Column_Detail .Column_Detail_readMore_02 a{
	background:#fff;
	color:#E03D3D;
}
.Column_Detail_readMore a img{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 16px;
}
.Column_Data_Time .AppOnlyIcon01 {
	display: inline-block;
	color: #E03D3D;
	border: 1px solid #E03D3D;
	padding: 5px;
	margin: -6px 5px;
	margin-right: calc(5px + 0.5rem);
}
.Column_Data_Time .IdentityVerifiedIcon01 {
	display: inline-block;
	color: #E03D3D;
	border: 1px solid #E03D3D;
	padding: 5px;
	margin: -6px 5px;
	margin-right: calc(5px + 0.5rem);
}
.AppLimited_Wrap{
	width: 100%;
	position: absolute;
}
.EkycLimited_Wrap{
	width: 100%;
	position: absolute;
}
.EkycLimited_Wrap .Column_Detail_readMore {
	text-align: center;
}
.EkycLimited_Wrap .ekyc_limited_text {
	color: #E03D3D;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom:none;
	cursor: inherit;
}
.EkycLimited_Wrap .Column_Detail_readMore .ekyc_limited_text{
	margin-bottom: 10px;
}
.EkycLimited_Wrap .ekyc_read {
	display: block;
	margin: auto;
	width: 71.2%;
	padding: 16px 0;
	text-align: center;
	background: #E03D3D;
	color: #FFFFFF;
	font-size: 83.3%;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	border: 1px solid #E03D3D;
}
/* PC: eKYC 導線は AppInfoBox と同様の通常フロー表示（共有ボタンとの重なり防止） */
@media screen and (min-width: 481px) {
	.EkycLimited_Wrap {
		position: relative;
		margin-top: 10px;
		margin-bottom: 42px;
	}
	.EkycLimited_Wrap .Column_Detail_readMore {
		position: relative;
		bottom: auto;
		left: auto;
		width: 97%;
		height: auto;
		margin: auto;
		padding: 28px 32px;
		background: #fff;
		/* border: 5px solid #ddd; */
	}
	.EkycLimited_Wrap .Column_Detail_readMore::before {
		content: "";
		position: absolute;
		top: -60px;
		left: 0;
		width: 100%;
		height: 50px;
		background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 100%);
	}
	.EkycLimited_Wrap .ekyc_limited_text {
		text-align: center;
		margin-bottom: 18px;
		font-size: 93.64%;
		line-height: 1;
	}
	.EkycLimited_Wrap .ekyc_read {
		display: block;
		width: 71.2%;
		margin: auto;
		padding: 16px 0;
	}
}
.Header_Area + .Contents .Column_AppInfoBox {
	margin-top: -19px;
}
.Column_AppInfoBox {
	width: 97%;
	margin: auto;
	position: relative;
	padding: 11px 0px;
	margin-top: 10px;
	margin-bottom: 42px;
}
.Header_Area + .Contents .Column_AppInfoBox::before{
	top: -39px;
}
.Column_AppInfoBox::before {
	content: "";
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 100%);
}
.Column_AppInfoBoxInner {
	border: 5px solid #ddd;
	padding: 28px 32px;
	background: #fff;
}
.Column_AppInfoBoxInner>p {
	text-align: center;
	font-weight: bold;
	font-size: 93.64%;
	margin-top: 0;
	margin-bottom: 18px;
	line-height: 1;
}
ul.AprStoreList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
li.NkLogo {
	overflow: hidden;
}
li.NkLogo img {
	display: block;
	width: 66px;
	height: 66px;
	border-radius: 4px;
}
li.AppStore {
	position: relative;
	padding: 8px 80px 0 0;
}
ul.AprStoreList li+li {
	margin-left: 24px;
}
li.AppStore span.Txt {
	display: inline-block;
	margin-bottom: 12px;
	font-weight: bold;
}
ul.AprStoreList img.bnr {
	display: block;
	width: 114px;
}
ul.AprStoreList span.Qr img {
	position: absolute;
	display: block;
	width: 69px;
	top: 0;
	right: 0;
}
@media screen and (max-width:650px) {
	li.NkLogo img {
		width: 56px;
		height: 56px;
	}
	li.AppStore span.Txt {
		font-size: 12px;
	}
	ul.AprStoreList img.bnr {
		width: 70px;
	}
	ul.AprStoreList span.Qr img {
		width: 40%;
		max-width: 60px;
	}
	li.AppStore{
		padding: 8px 60px 0 0;
	}
	ul.AprStoreList li+li{
		margin-left: 15px;
	}
}
@media screen and (max-width:480px) {
	.Column_AppInfoBox{
		padding: 21px 10px;
	}
	.Column_AppInfoBoxInner {
		border: 3px solid #ddd;
		padding: 15px 15px;
	}
	ul.AprStoreList > li{
		width: 40%;
	}
	ul.AprStoreList li+li {
		margin-left: 10px;
	}
	ul.AprStoreList span.Qr img {
		width: 40%;
		max-width: 60px;
	}
	.Column_AppInfoBox li.NkLogo{
		display: none;
	}
	li.AppStore {
		padding: 0px 50px 0 0;
	}
}
@media screen and (max-width:375px) {
	li.AppStore span.Txt {
		font-size: 10px;
	}
}
@media screen and (max-width:360px){
	ul.AprStoreList>li {
		width: 50%;
	}
}
.appeal_bnr_wrap a{
	display: block;
	width: 300px;
	margin: auto;
}
@media screen and (min-width:768px){
	.appeal_bnr_wrap a:hover img{
		opacity: 0.85;
	}
}
.appeal_bnr_wrap a img{
	width: 100%;
	height: 100%;
}

.attention_button {
	text-align: center;
	margin: 52px 0 30px;
}
.attention_button .Chumoku_Btn_Box {
	margin: 0 18px;
}
.attention_button a {
	display: block;
}
.attention_button a:hover {
	text-decoration: none;
}
.Chumoku_Btn_Inner {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #444;
	font-size: 78%;
	border-radius: 4px;
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width:768px){
	a:hover .Chumoku_Btn_Inner {
		background: #f9f9f9;
	}
}
.Chumoku_Btn_Inner span.Chumoku_Btn_Txt {
	display: inline-block;
	width: 13em;
	text-align: center;
}
.Chumoku_Btn_Inner svg{
	width: 24px;
	height: 50px;
	position: relative;
}
.Chumoku_Btn_Inner.PushDone {
	box-shadow: none;
}
.Chumoku_Btn_Inner.PushDone .of{
	display:none;
}
.Chumoku_Btn_Inner .on{
	display:none;
}
.Chumoku_Btn_Inner.PushDone .on{
	display:block;
}
.Chumoku_Btn_Inner.PushDone svg{
	background-position: -46px -107px;
	animation-name: swing-animation;
	animation-duration: 1.8s;
}
@-webkit-keyframes swing-animation {
	0%,100% {
	-webkit-transform-origin: bottom center;
	}
	10% { -webkit-transform: scale(0.94, 0.94) rotate(-4deg); }
	13% { -webkit-transform: scale(1.0, 1.00) rotate(2deg); }
	23% { -webkit-transform: scale(1.34, 1.34) rotate(-4deg); }
	35% { -webkit-transform: scale(1.0, 1.0) rotate(4deg); }
	45% { -webkit-transform: scale(0.97, 0.97) rotate(-5deg); }
	55% { -webkit-transform: scale(1.0, 1.0) rotate(5deg); }
	65% { -webkit-transform: rotate(-3deg); }
	75% { -webkit-transform: rotate(2deg); }
	85% { -webkit-transform: rotate(-2deg); }
	95% { -webkit-transform: rotate(1deg); }
	100% { -webkit-transform: rotate(0deg); }
}

.Column_Pager_Btn {
	padding: 0 18px;
}
.Column_Pager_Btn ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.Column_Pager_Btn li {
	width: 47%;
}
.Column_Pager_Btn .Previous_Page {
	float: left;
}
.Column_Pager_Btn a {
	color: #666;
	font-size: 83.34%;
	font-weight: bold;
	display: block;
	padding: 14px 7px 21px 30px;
	position: relative;
}
.Column_Pager_Btn .Previous_Page a:before,
.Column_Pager_Btn .Next_Page a:before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #888;
	border-radius: 2px;
	vertical-align: middle;
	position: absolute;
	top: 17px;
}
.Column_Pager_Btn .Previous_Page a:before {
	border-left: 2px solid #888;
	left: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.Column_Pager_Btn a .Pager_Title {
	font-size: 93.34%;
	font-weight: normal;
	line-height: 1.33;
	display: block;
	text-align: left;
	margin-top: 18px;
	height: 2.56em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.Column_Pager_Btn .Next_Page {
	float: right;
	text-align: right;
}
.Column_Pager_Btn .Next_Page a {
	text-align: right;
	padding: 14px 30px 21px 7px;
}
.Column_Pager_Btn .Next_Page a:before {
	border-right: 2px solid #888;
	right: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.favorite_box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 18px;
	font-size: 78%;
	border-radius: 4px;
}
.favorite_box .disp_none {
	display: none;
}
.favorite_text {
	display: flex;
	align-items: center;
	color: #444;
	font-size: 0.875rem;
}
.favorite_text a {
	margin-right: 10px;
}
.Column_Fav.Registered a {
	background-color: #e03d3d;
	box-shadow: none;
}
.TopBtnBox_01, .LinkBtn_BackNumber {
	padding: 0 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.TopBtnBox_01, .LinkBtn_BackNumber svg{
	width: 20px;
	height: 20px;
	position: relative;
	top: 50%;
	left: 10px;
	transform: translate(-20%, 30%);
	margin-right: 15px;
}
.TopBtnBox_01 a,
.LinkBtn_BackNumber a,
.MovieEnqBtn a {
	color: #666;
	font-size: 72%;
	line-height: 3.08em;
	text-align: center;
	display: block;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	position: relative;
}
@media only screen and (min-width:768px){
	.TopBtnBox_01 a:hover,
	.LinkBtn_BackNumber a:hover,
	.MovieEnqBtn a:hover {
		background: #f9f9f9
	}
}
.LinkBtn_BackNumber a {
	text-align: left;
	/* padding-left: 34px; */
}
.TopBtnBox_01 a:after,
.LinkBtn_BackNumber a:after,
.MovieEnqBtn a:after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.ArticleKeywords {
	margin: 30px 16px;
	padding: 20px 16px 16px;
	background-color: #f7f7f7;
}
.ArticleKeywords_Title {
	margin-bottom: 30px;
	color: #222;
	font-size: 78%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.ArticleKeywords_List {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 -20px;
}
.ArticleKeywords_List li {
	float: left;
	margin: 0 0 10px 20px;
	font-size: 55.56%;
	/* font-size:0.75rem; */
}
.ArticleKeywords_List li a {
	color: #666;
	display: inline-block;
}
.ArticleKeywords_List li a::before {
	content: "#";
	margin-right: 3px;
}
.news_detail .ArticleKeywords_List li a::before {
	content: none;
}
.ColumnInfo {
	color: #777;
	background: #ededed;
	border: 1px solid #e7e7e7;
	margin: 0 18px;
	padding: 16px 12px 15px;
}
.ColumnInfo dt {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ColumnInfo dt a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ColumnInfo dt img {
	width: 40px;
	height: auto;
	border-radius: 50%;
}
.ColumnInfo dd {
	font-size: 67%;
	margin-top: 10px;
	padding-left: 10px;
}
.ColumnInfo p,
.ColumnInfo div {
	line-height: 1.42;
}
.ColumnInfo dt p {
	margin-left: 10px;
	font-size: 72.22%;
}
.Sns_Box {
	margin: 30px 18px 0;
}
.Sns_Btn_Box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}
.Sns_Btn_Box li {
	display: block;
	width: 33.3%;
}
.Sns_Btn {
	margin-top: 8px;
	text-align: center;
	color: #666666;
	font-size: 61%;
	display: block;
	padding: 5px 0;
	border-radius: 30px;
	border: 1px solid #CACACA;
	position: relative;
}
.Sns_Btn_Box li + li {
	margin-left: 10px;
}
.ColumnList .List01 .Content_Cate,
.ColumnList .ColumnListBox .Content_Cate,
.ContentsBoxRanking .ColumnListBox .Content_Cate {
	font-size: 55.56%;
	line-height: 1.23;
	margin-bottom: 2px;
}
.ColumnList .ColumnListBox{
	padding: 0 10px;
}
.ColumnList .List01 li,
.ColumnList .ColumnListBox {
	margin-bottom: 10px;
}
.Sns_Btn_Box a{
	display:flex;
	align-items: center;
	justify-content: center;
}
.Sns_Btn_Box a svg{
	margin-right:5px;
}
.Sns_Btn.tw{
	fill:#2AACF4;
}
.Sns_Btn.fb{
	fill:#3b5998;
}
.Sns_Btn.line{
	fill:#18b407;
}
.Title_Sec .CommentCount{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color: #777;
	font-size: 66.7%;
	text-align: right;
	padding-top: 2px;
}
.Title_Sec .CommentCount span{
	margin-left: 8px;
	font-weight: bold;
	font-size: 116.7%;
}
#view_bbs_list .tabContent{
	padding:0 10px;
}

/*---------------------------------
360px以下
---------------------------------*/
@media screen and (max-width:360px){
	.Sns_Btn_Box a svg{
		width:16px;
		height:16px;
	}
}
/*---------------------------------
PC表示
---------------------------------*/
@media only screen and (min-width: 1025px) {
	.Side_Column .ColumnList .ColumnListBox{
		padding: 0;
	}
}

/*---------------------------------
コラム バックナンバー
---------------------------------*/
.ColumnWriterBacknumber {
	padding: 16px 10px 0;
}
.ColumnWriter_Profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #e0e0e0;
	padding: 15px 15px 16px;
	margin-bottom: 20px;
}
.ColumnWriter_Thumb {
	width: 58px;
	height: 58px;
	min-width: 58px;
	border-radius: 50%;
	overflow: hidden;
}
.ColumnWriter_Thumb img {
	width: 100%;
	height: auto;
}
.ColumnWriter_Txt {
	padding-left: 10px;
	padding-top: 3px;
}
.ColumnWriter_Copy {
	color: #777;
	font-size: 72.23%;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 8px;
}
.ColumnWriter_Name {
	color: #444;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 6px;
}
.ColumnWriter_Name span {
	color: #cacaca;
	font-size: 56%;
	font-weight: normal;
	margin-left: 7px;
}
.ColumnWriter_Category {
	color: #888;
	font-size: 56%;
}
.ColumnWriterBacknumberSubTitle {
	color: #666;
	font-size: 83%;
	font-weight: bold;
	margin-bottom: 20px;
}
.Column_List li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.Column_List .Column_innerList li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #444;
}
.Column_List .Column_List_Name {
	color: #666;
	font-size: 78%;
	font-weight: bold;
}
.Column_List .Column_List_Update {
	color: #999;
	font-size: 56%;
	position: absolute;
	bottom: 0;
	left: 90px;
}
#WeeklyList_SlideBox .Column_List_Update{
	position:static;
	text-align: right;
	margin-top: 4px;
}
.ColumnWriterInfo {
	background: #ededed;
	padding: 21px 21px 21px 18px;
	margin-top: 30px;
}
.ColumnWriterInfo p,
.ColumnWriterInfo > div {
	color: #666;
	font-size: 83%;
	line-height: 1.47;
}

/*---------------------------------
コラム ブックマークリスト
---------------------------------*/
.Column_Fav_Txt_Box {
	padding: 0 10px 18px;
}
.Column_Fav_Txt_Box p {
	color: #444;
	font-size: 72%;
	line-height: 1.4;
}
.Column_Fav_Txt_Box+.ContentMainTitle {
	margin: 0 10px 7px;
}
.Fav_Pickup_ColumnList .Column_List_Update {
	position: static;
	text-align: right;
}

/*---------------------------------
ニュース・コラム詳細 pc表示
---------------------------------*/
@media screen and (min-width:1025px){
	.Main_Column.Column_detail,
	.Main_Column.News_detail{
		width: 960px;
		position: relative;
		margin:0;
	}
	.Main_Column.Column_detail > div,
	.Main_Column.Column_detail > section,
	.Main_Column.News_detail > div,
	.Main_Column.News_detail > section {
		width: 620px;
		float: left;
		/* clear: both; */
	}
	.Main_Column.Column_detail .fr,
	.Main_Column.News_detail .fr{
		width:300px;
		float: right;
		/* position: absolute;
		top:0;
		right:0; */
	}
	.Column_Detail .Sns_Box{
		padding-bottom:23px;
	}
}

/* ニュース&コラム 関連情報がない場合の消し込み */
/* .RelatedContents{
	display:none;
} */

/* コラム詳細 質問フォーム */
.cheer_message_box {
	padding: 0 18px;
	margin-bottom: 18px;
	color: #777;
}
.cheer_message_box .bg_line {
	border: 1px solid #e7e7e7;
	padding: 18px;
}
.cheer_message_title {
	font-size: 72%;
	font-weight: bold;
}
.cheer_message_box p {
	font-size: 72%;
	line-height: 1.5;
	margin: 9px 0;
	color: #444;
}
.cheer_message_box_btn a {
	color: #666;
	font-size: 78%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #888;
	border-radius: 4px;
	line-height: 3.21;
	display: block;
}

/* コラム詳細 コラムニストへの質問・フォーム */
.Comment_Form_Box {
	padding: 18px 10px;
}
.Inner_Txt {
	color: #444;
	font-size: 72%;
	font-weight: bold;
	line-height: 1.62;
	padding: 8px 8px 34px 8px;
}
.Question_Form .Inner_Txt {
	padding: 0 0 10px;
}
.Tarekomi_Input_Box dl dt {
	margin: 0 0 6px 0;
	font-size: 83%;
	font-weight: bold;
}
.Comment_Form_Box .Form_Box dt .Txt {
	color: #777;
	font-size: 73%;
}
.Comment_Form_Box .Form_Box dt .Txt > strong {
	color: #4f76c4;
	font-weight: bold;
	padding: 0 5px;
}
input.jqm-input-text, textarea.jqm-input-text {
	color: #444;
	font-size: 14px;
	line-height: 1.4;
	background: #fff;
	display: inline-block;
	padding: .93em;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
}
.jqm-input-text:placeholder-shown,
.jqm-input-text::placeholder {
	color: #bebebe;
}
input.jqm-input-text:focus-within,
textarea.jqm-input-text:focus-within {
	box-shadow: 0 0 5px 0 rgba(202, 202, 202, .8);
	outline: none;
}
.btnSubmit {
	color: #666;
	font-size: 77.78%;
	font-weight: bold;
	line-height: 3.21;
	text-align: center;
	background: #fff;
	border: 1px solid #888;
	border-radius: 4px;
	width: 100%;
	cursor: pointer;
	display: block;
}
.TopBtnBox_01.question_form {
	width: auto;
	height:auto;
	padding: 0 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	top:0;
	left:0;
	transform: none;
}

/* 　ニュース・コラム ページャー改修 */
.CommonPager {
	position: relative;
	padding: 20px 10px 10px
}
.CommonPager .PagerMain {
	display: table;
	margin: 0 auto;
	max-width: 335px;
	color: #666;
	font-size: 0.875rem;
}
.CommonPager .PagerMain li {
	position: relative;
	top: -6px;
	display: table-cell;
	padding: 0 4px;
	text-align: center;
	vertical-align: middle;
}
.Contents>.Main_Column .CommonPager .PagerMain li:first-of-type,
.Contents>.Side_Column .CommonPager .PagerMain li:first-of-type{
	display: block;
	margin-right:25px;
}
.Contents>.Main_Column .CommonPager .PagerMain li:last-of-type,
.Contents>.Side_Column .CommonPager .PagerMain li:last-of-type {
	display: block;
	margin-left: 25px;
}
.CommonPager .PagerMain li > div span{
	color:#A7A7A7;
	pointer-events: none;
}
.Contents>.Main_Column .CommonPager .PagerMain li a,
.Contents>.Side_Column .CommonPager .PagerMain li a,
.Contents>.Main_Column .CommonPager .PagerMain li>span,
.Contents>.Side_Column .CommonPager .PagerMain li>span {
	display: block;
	min-width: 28px;
	height: 28px;
	padding: 7px 8px 5px;
	font-size: 92.857%;
	color: #666;
	text-align: center;
}
.CommonPager .PagerMain li:first-of-type a,
.CommonPager .PagerMain li:first-of-type>span,
.CommonPager .PagerMain li:last-of-type a,
.CommonPager .PagerMain li:last-of-type>span{
	font-size: 92.857%;
	font-weight: bold;
}
.Contents>.Main_Column .CommonPager .PagerMain li:first-of-type a::before,
.Contents>.Side_Column .CommonPager .PagerMain li:first-of-type a::before,
.Contents>.Main_Column .CommonPager .PagerMain li:first-of-type>span::before,
.Contents>.Side_Column .CommonPager .PagerMain li:first-of-type>span::before,
.Contents>.Main_Column .CommonPager .PagerMain li:last-of-type a::after,
.Contents>.Side_Column .CommonPager .PagerMain li:last-of-type a::after,
.Contents>.Main_Column .CommonPager .PagerMain li:last-of-type>span::after,
.Contents>.Side_Column .CommonPager .PagerMain li:last-of-type>span::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 8.5px solid #666666;
	border-left: 0;
	left: -2px;
	top: 50%;
	transform: translate(0, -55%);
	z-index: 1;
}
@media screen and (min-width:1025px){
	.CommonPager .PagerMain.PagerSkip li a:not(.Active):hover,
	.CommonPager .PagerMain li:first-of-type a:not(.Active)[title="前"]:hover,
	.CommonPager .PagerMain li:last-of-type a:not(.Active)[title="次"]:hover{
		background:none;
		color:inherit;
		border-radius: none;
		text-decoration: underline;
	}
}
.Contents>.Main_Column .CommonPager .PagerMain li:last-of-type a::after,
.Contents>.Side_Column .CommonPager .PagerMain li:last-of-type a::after,
.Contents>.Main_Column .CommonPager .PagerMain li:last-of-type>span::after,
.Contents>.Side_Column .CommonPager .PagerMain li:last-of-type>span::after{
	left: inherit;
	right: -2px;
	border-left: 8.5px solid #666666;
	border-right: 0;
}
.CommonPager .PagerMain li:first-of-type>span::before{
	left: -2px;
	border-right: 8.5px solid #A7A7A7;
	border-left: 0;
}
.CommonPager .PagerMain li:last-of-type>span::after{
	left: inherit;
	right:-2px;
	border-left: 8.5px solid #A7A7A7;
	border-right: 0;
}
.CommonPager .PagerMain li:first-of-type>span,
.CommonPager .PagerMain li:last-of-type>span{
	color: #A7A7A7;
}
.CommonPager .PagerMain li:first-of-type>span::before{
	border-right: 8.5px solid #A7A7A7;
}
.CommonPager .PagerMain li:last-of-type>span::after{
	border-left: 8.5px solid #A7A7A7;
}
.CommonPager .PagerMain li a,
.CommonPager .PagerMain li > span{
	font-size:92.857%;
}
.Contents>.Main_Column .CommonPager .PagerMain li .Active,
.Contents>.Side_Column .CommonPager .PagerMain li .Active{
	background: #666666;
	color: #FFFFFF;
	border-radius: 6px;
}
@media screen and (min-width:1025px){
	.CommonPager .PagerMain li a:not(.Active):hover,
	.CommonPager .PagerMain li .Active {
		background: #666666;
		color: #FFFFFF;
		border-radius: 6px;
	}
}
.CommonPager .PagerMain.PagerSkip li{
	width: 50px;
}
.CommonPager .PagerMain.PagerSkip{
	margin-top:22px;
}
.CommonPager .PagerMain.PagerSkip li:first-of-type a:after,
.CommonPager .PagerMain.PagerSkip li:first-of-type>span:after,
.CommonPager .PagerMain.PagerSkip li:last-of-type a:before,
.CommonPager .PagerMain.PagerSkip li:last-of-type>span:before{
	content:"";
	width: 2px;
	height: 10px;
	display: block;
	position: absolute;
	left: -4px;
	top: 50%;
	transform: translate(0, -55%);
	background: #666666;
}
.CommonPager .PagerMain.PagerSkip li:last-of-type a:before,
.CommonPager .PagerMain.PagerSkip li:last-of-type>span:before{
	left: inherit;
	right: -3px;
}
.CommonPager .PagerMain.PagerSkip li:first-of-type>span:after,
.CommonPager .PagerMain.PagerSkip li:last-of-type>span:before{
	background:#A7A7A7;
}
/* @media screen and (min-width:1025px){
	.CommonPager {
		margin-top: 30px;
		position: relative;
	}
	.CommonPager .PagerMain {
		text-align: center;
	}
	.CommonPager .PagerMain li:first-child {
		margin-right: 20px;
		position: absolute;
		left: 0;
	}
	.CommonPager .PagerMain li:last-child {
		margin-left: 20px;
		margin-right: 0;
		position: absolute;
		right: 0;
	}
	.CommonPager .PagerMain li:first-child a,
	.CommonPager .PagerMain li:last-child a {
		background: #f1f1f1;
		border-radius: 3px;
		border: none;
		border-bottom: 2px solid #dedede;
		width: 93px;
		height: 44px;
		position: relative;
		text-indent: -99999px;
		outline: none;
		overflow: hidden;
	}
	.CommonPager .PagerMain li:first-child a:hover,
	.CommonPager .PagerMain li:last-child a:hover {
		background: #dedede;
	}
	.CommonPager .PagerMain li:first-child a:hover:after,
	.CommonPager .PagerMain li:last-child a:hover:after {
		border-color: transparent #fff transparent;
	}
	.CommonPager .PagerMain li:first-child a:after,
	.CommonPager .PagerMain li:last-child a:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent #aaaaaa transparent;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -2px;
		margin-left: -3px;
	}
	.CommonPager .PagerMain li:first-child a:after {
		border-width: 4px 6px 4px 0;
	}
	.CommonPager .PagerMain li:last-child a:after {
		border-width: 4px 0 4px 6px;
	}
	.CommonPager .PagerMain li {
		display: inline-block;
		vertical-align: middle;
	}
	.CommonPager .PagerMain li+li {
		margin: 0 6px;
	}
	.CommonPager .PagerMain li a {
		display: block;
		background: #fff;
		border: 2px solid #dedede;
		color: #333;
		cursor: pointer;
		font-size: 14px;
		line-height: 42px;
		text-align: center;
		width: 44px;
		height: 44px;
	}
	.CommonPager .PagerMain li a:not(.Active):hover,
	.CommonPager .PagerMain li .Active {
		background: #c0c0c0;
		border: 2px solid #c0c0c0;
		color: #fff;
		text-decoration: none;
	}
	.CommonPager .counter {
		text-align: center;
		font-size: 14px;
		margin-top: 14px;
		letter-spacing: 1px;
	}
	.CommonPager .counter span {
		color: #aaa;
	}
	/* 次に表示するページが無い時用 */
	.CommonPager .PagerMain li span.PageNone {
		display: none;
	}
/* } */

/* 　ニュース・コラム to 予想 */
.umai_news_yoso_view{
	margin:40px 0;
}
.umai_news_yoso_view > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom:20px;
	padding: 10px 10px 0;
	border: 1px solid #CACACA;
	border-radius: 4px;
}
.umai_news_yoso_view > .Title_Sec.YosoRace + div{
	padding:10px 0 0;
}
.umai_news_yoso_view > .Title_Sec.YosoRace{
	margin: 21px 0 21px;
	padding:0;
	border:none;
}
.umai_news_yoso_view > .Title_Sec.YosoRace h2{
	margin:0;
	line-height: 1.37;
}
.umai_news_yoso_view div > .Name{
	order: 2;
	margin:0;
	font-size:118.75%;
	font-weight: bold;
}
.umai_news_yoso_view div > .Name a{
	color: #666666;
}
.umai_news_yoso_view div > .YosokaImage {
	order: 1;
	margin-right: 6px;
}
.umai_news_yoso_view.yosoka > div > .YosokaImage img{
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
.umai_news_yoso_view.race > div > .YosokaImage img{
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
.umai_news_yoso_view div > .YosokaImage + .RaceYosoList{
	margin: 10px 0 0;
}
.umai_news_yoso_view div > .RaceYosoList {
	order: 3;
}
.umai_news_yoso_view div > .RaceYosoList .GensenYosoList{
	min-height: 210px;
	margin-bottom:0;
	padding:5px 0 0;
	border-radius: 4px;
}
.umai_news_yoso_view.yosoka .Title_Sec.YosoRace + div .RaceYosoList .GensenYosoList li:first-of-type{
	border-top:none;
}
.umai_news_yoso_view div > .RaceYosoList .GensenYosoList ul{
	border-bottom:0;
}
.umai_news_yoso_view > .Title_Sec.YosoRace + div .RaceYosoList .GensenYosoList li{
	padding:0 10px;
}
.umai_news_yoso_view > .Title_Sec.YosoRace + div > .RaceYosoList .GensenYosoList li:first-of-type {
	border-top:0;
}
.umai_news_yoso_view > .Title_Sec.YosoRace + div > .RaceYosoList .GensenYosoList li:first-of-type .Inner{
	padding-top:0;
}
.umai_news_yoso_view div > .RaceYosoList .GensenYosoList .Hit{
	border:none;
	border-top: 1px solid #dcdcdc;
}
.umai_news_yoso_view div:nth-child(1) > .RaceYosoList .GensenYosoList .Hit .BalanceWrap .BalanceArea dl:first-of-type:after{
	content: '';
	display: inline-block;
	background: url(../../img/yoso/general/stamp_hit.png) no-repeat;
	-webkit-background-size: 58px 58px;
	-moz-background-size: 58px 58px;
	-ms-background-size: 58px 58px;
	background-size: 58px 58px;
	width: 58px;
	height: 58px;
	position: absolute;
	bottom: 50px;
	left: 2px;
	z-index: 10;
	opacity: 0.8;
}
.umai_news_yoso_view.yosoka .Title_Sec.YosoRace + div .RaceYosoList .Hit .BalanceWrap .BalanceArea dl:first-of-type:after{
	content:none;
}
.umai_news_yoso_view div > .RaceYosoList .GensenYosoList ul .RaceDayLine{
	padding: 0 0 10px;
	color: #666;
}
.umai_news_yoso_view div > .RaceYosoList .GensenYosoList .Inner .OsusumeTxt01{
	margin: 0 0 10px;
}
.umai_news_yoso_view div > .RaceYosoList .GensenYosoList .Inner .OsusumeTxt01 > p{
	margin:0;
	line-height: 1;
}
.umai_news_yoso_view div > .RaceYosoList .GensenYosoList .Yosoka{
	padding:0;
}
.umai_news_yoso_view > .Title_Sec.YosoRace + div .GensenYosoList .Yosoka .YosokaImage{
	left:0;
}
.umai_news_yoso_view > .Title_Sec.YosoRace + div .GensenYosoList .Yosoka .Profile .Name a{
	color:#0033AA;
}
.umai_news_yoso_view.race .GensenYosoList .Yosoka .Profile .CatchPhrase,
.umai_news_yoso_view.yosoka .GensenYosoList .Yosoka .Profile .CatchPhrase{
	margin-top:0;
	color:#666;
}
.umai_news_yoso_view.race div > .RaceYosoList .GensenYosoList .YosoDetailDataArea{
	padding: 0 10px 10px;
}
.umai_news_yoso_view.yosoka div > .RaceYosoList .GensenYosoList .YosoDetailDataArea{
	padding: 10px 10px 10px;
}

.umai_news_yoso_view div > .RaceYosoList .GensenYosoList .Comment{
	margin: 10px 0;
}
.umai_news_yoso_view div > .RaceYosoList .GensenYosoList .Comment > p.Txt{
	margin:0;
	line-height: 1;
}
.umai_news_yoso_view div > .RaceYosoList .GensenYosoList .TypeOfBetArea{
	padding-left:0;
}
.umai_news_yoso_view div > .GensenYosoList .TypeOfBetArea dt{
	width: 4em;
}
.umai_news_yoso_view div > .GensenYosoList .TypeOfBetArea dd{
	margin-left: 5em;
}
.umai_news_yoso_view div > .RaceYosoList .GensenYosoList .BtnArea{
	padding-right: 0;
}
.umai_news_yoso_view div > .RaceYosoList .GensenYosoList li:last-child{
	padding-right: 0;
	border-bottom:0;
}
.umai_news_yoso_view.yosoka > .YosokaLinkBtn01,
.umai_news_yoso_view.race > .YosokaLinkBtn01{
	margin: auto;
	padding:0;
	border:none;
}
.umai_news_yoso_view.race div > .YosokaLinkBtn01 {
	margin: 10px auto 0;
}
.umai_news_yoso_view .YosokaLinkBtn01 a:after{
	content:none;
}

/* sns_box attention_button 調整 */
.shere {
	display: flex;
	justify-content: stretch;
	align-items: center;
	width: 78.4%;
	margin: 52px auto 44px;
}
.attention_button {
	width: 60%;
	text-align: center;
	margin: 0;
}
.attention_button .Chumoku_Btn_Inner{
	min-height: 28px;
}
.attention_button .Chumoku_Btn_Box{
	margin: 0;
}
.Chumoku_Btn_Inner span.Chumoku_Btn_Txt{
	font-size: 85%;
	width: 50%;
}
.Chumoku_Btn_Inner {
	color: #444;
	font-size: 78%;
	border-radius: 4px;
	box-shadow: none;
	border: solid 1px #C9C9C9;
	border-radius: 28px;
	margin-right: 2%;
}
.attention_button .Icon_News_Contents01{
	background: #fff;
	display: inline-block;
	margin-right: 7px;
	width: 20px;
	height: 20px;
	position: relative;
	vertical-align: middle;
}
.Chumoku_Btn_Inner.PushDone .of{
	display: block;
	animation: none;
}
.Sns_Box {
	width: 33%;
	margin:0;
	margin-left: 2%;
}
.Sns_Btn{
	margin:0;
	padding:0;
	border:none;
}
.Sns_Btn:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
}
.Sns_Btn.tw:before {
	background: url(../../img/news/icon/icon_x2.png) no-repeat center / contain;
}
.Sns_Btn.fb:before {
	background: url(../../img/news/icon/icon_facebook2.png) no-repeat center / contain;
}
.Sns_Btn.line:before {
	background: url(../../img/news/icon/icon_line2.png) no-repeat center / contain;
}
@media screen and (min-width:1025px){
	.Column_Detail .Sns_Box {
		padding-bottom: 0px;
	}
}
@media only screen and (min-width:768px) {
	a:hover .Chumoku_Btn_Inner {
		background: #fff;
	}
}

/* TIPSTAR通信 UI調整 */
.Tipstar_News .Main_Column > .CampaignBnr01 img{
	max-width: inherit;
	margin: 21px auto 0;
}
.Tipstar_News .Side_Column [id$="netkeirin_news"] a {
	display: block;
	width: 100%;
	padding: 0 10px;
}
@media screen and (max-width: 768px){
	.Tipstar_News .CampaignBnr01 a{
		max-width: 100%;
	}
	.Tipstar_News .Side_Column [id$="netkeirin_news"] a {
		padding: 0;
	}
}
.Tipstar_News .Side_Column [id$="netkeirin_news"] a img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 1024px){
	.Tipstar_News .Side_Column [id$="netkeirin_news"] a img {
		width: 280px;
		margin: 60px auto 0;
	}
}
@media screen and (min-width: 1025px) {
	.Tipstar_News .Side_Column [id$="netkeirin_news"] a {
		margin-top:21px;
	}
}
.Tipstar_News .LinkBtn_03 + .Top_Column.Contents_Box{
	padding-top:23px;
}
.Tipstar_News .Column_BackNumberList{
	margin-top:44px;
}
.Tipstar_News .Column_BackNumberList ul.InfoMenuList>li[class*='InfoMenu']>a{
	padding-left: 20px;
}
.Tipstar_News .Column_BackNumberList ul.InfoMenuList>li[class*='InfoMenu']>a:before{
	content: none;
}

/* キャンペーンバナーリスト */
.TopCampaginArea01{
	margin-top:30px;
}
.Column_Detail + #column_detail_special_bnr .TopCampaginArea01{
	margin-top:7px;
}
.TopCampaginArea01 ul {
	position: relative;
	padding: 0 0 15px 10px;
	font-size: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.TopCampaginArea01 li {
	width: 62.5%;
	display: inline-block;
	padding: 0 10px 0 0;
	vertical-align: top;
}
.TopCampaginArea01 li a {
	display: block;
	overflow: hidden;
	border-radius: 4px;
}
.TopCampaginArea01 li img {
	display: block;
	width: 100%;
	border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
	.TopCampaginArea01 li {
		width: 46%;
	}
}

/* Top_Slide*/
.TopHeadlineWrap01 .Top_Slide .slick-slide {
	margin-right: 10px;
}
.Top_Slide .SlideImgBox01 {
	padding: 0;
	position: relative;
	float: left;
}
.SlideImgBox01 +.SlideImgBox01 {
	display: none;
}
.Top_Slide .SlideImgBox01 a {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.Top_Slide .SlideImgBox01 img {
	width: 100%;
}
.Top_Slide .SlideImgBox01 video {
	display: block;
	width: 100%;
}
.Top_Slide .SlideImgBox01 .HeadlineSlideBoxPhoto {
	background-color: #eee;
	background-position: center;
	background-size: contain;
	background-repeat:no-repeat;
}
.Top_Slide .SlideImgBox01 .HeadlineSlideBoxPhoto:before {
	content:"";
	display:block;
	padding-top:56.2%;
}
.Top_Slide .SlideTxtArea {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.67)),color-stop(40%, rgba(0,0,0,0)),to(rgba(0,0,0,0)));
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,.67),rgba(0,0,0,0) 40%,rgba(0,0,0,0));
	background: linear-gradient(to top,rgba(0,0,0,.67),rgba(0,0,0,0) 40%,rgba(0,0,0,0));
	z-index: 20;
}
.Top_Slide .SlideTxtArea .SlideTxtInner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 10px 10px;
	z-index: 30;
}

.Top_Slide .SlideTxtArea .ContentMainTitle {
	color: #fff;
	font-size: 88.89%;
	font-weight: bold;
	line-height: 1.25;
	width:100%;
	height: 2.59em;
	margin: 0;
	padding:0;
	overflow:hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.Top_Slide .SlideTxtArea .Content_Cate {
	color: #333;
	font-size: 67%;
	font-weight: bold;
	line-height: 2;
	background: rgba(255, 255, 255, .7);
	display: inline-block;
	border-radius: 1em;
	margin-bottom: 5px;
	padding: 0 10px 0 11px;
}
