@charset "UTF-8";

cite {
	font-style: normal!important;
}

#gt-nvframe {
	display: none;
}	

html {
	overflow-y: scroll;	
	min-height: 100vh;
	height: -webkit-fill-available;
	font-family: 'Noto Sans JP','sans-serif';
}

body {
	word-break: break-all;
	line-height: 1.5;
	font-size: 16px;
	padding-top: 113px;
}

body#top {
	background: #F5F5F7;
}

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

a         { color: #1D1D1F; text-decoration: none;}
a:link    { color: #1D1D1F; }
a:visited { color: #1D1D1F; }
a:hover   { color: #1D1D1F; opacity: 0.7; }
a:active  { color: #1D1D1F; }

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

00.共通設定

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

/*-------------------------------------------------
ヘッダー
-------------------------------------------------*/

#header {
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	height: 113px;
}

.headerInner {
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 0 0 29px;
	justify-content: space-between;
}

.headerL {
	display: flex;
	align-items: center;
	height: 64px;	
}

.headerLogo {
	margin-right: 40px;
}

.headerR {
	display: flex;
	align-items: center;	
}

.headerSearch {
	height: 64px;
	display: flex;
	align-items: center;
	position: relative;
}

.headerSearch input[type="search"]{
	border-radius: 5px;
	padding: 9px 9px 9px 32px;
	border: none;
	background: #F5F5F7;
	font-size: 12px;
	box-sizing: border-box;
	width: 230px;
	outline: 0
}

.headerSearch input[type="search"]::placeholder {
	color: #BCBCBF;	
}

.headerSearch input[type="image"]{
	background-color: none!important;
	border:none;
	width: 12px;
	height: 12px;
	background-size: cover;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 26px;
	left: 10px;
	text-indent: -9999px;
}

.headerConfig {
	position: relative;
	height: 64px;
}

.headerConfig > span  {
	padding: 0 29px 0 20px;
	display: flex;
	align-items: center;
	height: 64px;
}

.headerConfig > span:hover  {
	cursor: pointer;
	opacity: 0.5;
}

.headerConfigPopup {
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	filter: drop-shadow(0px 0px 4px #ccc);
	margin-top: 21px;
	top: calc(100% - 25px);
	right: 10px;
	width: 260px;
	padding: 12px 20px;
	z-index: 20000;
}

.headerConfigPopup::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 17px;
	clip-path: polygon(50% 30%, 0% 100%, 100% 100%);
	background-color: #fff;
	top: -16px;
	right: 20px;
	z-index: 10;
}

.headerConfigTable {
	width: 100%;
}

.headerConfigTable th {
	vertical-align: middle;
	font-size: 12px;
	font-weight: 800;
	padding-right: 15px;
	height: 50px;
	white-space: nowrap;
}

.headerConfigTable td {
	vertical-align: middle;
	font-size: 12px;
	font-weight: 800;
	height: 50px;
}

.switch {
	display: flex;
	padding: 3px;
	border-radius: 7px;
	background: #CBD5DB;
	cursor: pointer;
	width: 180px;
}

.switch span {
	width: 50%;
	text-align: center;
	padding: 9px; 0
	display: block;
	color: #707070;
}

.switch span.current {
	background: #0C1421;
	color: #fff;
	border-radius: 7px;
}

@media screen and (max-width:1120px) {
	
	#header {
		height: 108px;
	}

	.headerInner {
		padding: 0 0 0 16px;
		box-shadow: 0 0 4px #ccc;
		position: relative;
		z-index: 20002;
		background: #fff;
	}

	.headerL {
		height: 48px;	
	}

	.headerLogo {
		margin-right: 0;
	}

	.headerR {
	}

	#header .headerSearch {
		display: none;
	}

	.headerConfig {
		display: none;
	}
	
	.headerSP {
		position: relative;
	}

	.headerSearchBtn {
		position: absolute;
		top: 15px;
		right: 60px;
	}
	
	.headerSearchBtn:hover {
		cursor: pointer;
		opacity: 0.6;
	}

	.headerMenuBtn {
		position: absolute;
		top: 0;
		right: 0;	
	}

	.headerMenuBtn, .headerMenuBtn span {
		display: inline-block;
		-webkit-transition: all .2s;
		transition: all .2s;
		box-sizing: border-box;
	}

	.headerMenuBtn {
		position: fixed;
		top: 0;
		right: 10px;
		width: 48px;
		height: 48px;
		box-sizing: border-box;
		z-index: 2000;
		cursor: pointer;
	}

	.headerMenuBtn:hover {
		opacity: 0.60;
		filter: alpha(opacity=60);
		-ms-filter: "alpha(opacity=60)";
		-moz-opacity: 0.60;
		-khtml-opacity: 0.60;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	
	.headerMenuBtn.active {
	}

	.headerMenuBtn span {
		width: 18px;
		height: 2px;
		position: absolute;
		left: 15px;
		background: #111;
		border-radius: 10px;
		z-index: 100;
	}
	
	.headerMenuBtn button {
		border: none;
		background: none;
	}

	.headerMenuBtn span:nth-of-type(1) {
		top: 15px;
	}

	.headerMenuBtn span:nth-of-type(2) {
		top: 23px;
	}

	.headerMenuBtn span:nth-of-type(3) {
		top: 31px;
	}

	.headerMenuBtn.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}

	.headerMenuBtn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.headerMenuBtn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	
	.menuModal {
		position: fixed;
		top: calc(-100vh - 48px);
		left: 0;
		width: calc(100% - 50px);
		min-height: calc(100vh - 48px);
		background: #fff;
		overflow: hidden;
		z-index: 20001;
		padding:  0 25px 85px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;		
	}
	.menuModal.active {
		top: 48px;
	}
	.spGlobalNav {
		margin-bottom: 30px;
	}
	.spGlobalNav li {
		border-bottom: 1px solid #E3E7EF;
	}	
	.spGlobalNav li a {
		font-size: 15px;
		display: block;
		padding: 15px 0;
		font-weight: 800;
	}
	
	.menuModal .headerConfigTable  {
		margin-bottom: 30px;
	}
	
	.menuModal .headerConfigTable .switch {
		width: 100%;
	}
	
	.spSubNav {
		text-align: center;
		margin-bottom: 30px;
		border-bottom: 1px solid #E3E7EF;
		padding-bottom: 30px;
	}
	
	.spSubNav li {
		display: inline-block;
		font-size: 12px;
		font-weight: 800;
	}
	.spSubNav li:before {
		content: "・";
	}
	
	.spNavCoins > a {
		position: relative;
		cursor: pointer;
	}
	.spNavCoins > a:hover {
		opacity: 0.6;
	}
	
	.spNavCoins > a img {
		content: "";
		filter: invert(0%) sepia(3%) saturate(6262%) hue-rotate(328deg) brightness(0%) contrast(84%);
		transform: rotate(180deg);
		top: 50%;
		right: 0;
		margin-top: -5px;
		position: absolute;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;	
	}
	
	.spNavCoins a.selected img {
		transform: rotate(0deg);
	}
	
	.spNavCoinsChildren li {
		border: none;
	}
	
	.spNavCoinsChildren li a {
		display: flex;
		align-items: center;
		padding: 10px 0;
	}
	
	.spNavCoinsChildren li a img {
		margin-right: 10px;
	}
	
	.searchModal {
		position: fixed;
		top: calc(-100vh - 48px);
		left: 0;
		width: calc(100% - 50px);
		min-height: calc(100vh - 48px);
		background: #fff;
		overflow: hidden;
		z-index: 20001;
		padding:  0 25px 25px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;		
	}
	.searchModal.active {
		top: 48px;
	}	
	
	.searchModalInner {
		height: 64px;
		display: flex;
		align-items: center;
		position: relative;
	}
	
	.searchModalInner form {
		width: 100%;
	}
	
	.searchModal input[type="search"] {
	  border-radius: 5px;
	  padding: 9px 9px 9px 32px;
	  border: none;
	  background: #F5F5F7;
	  font-size: 12px;
	  box-sizing: border-box;
	  width: 100%;
	  outline: 0;
	}
	
	.searchModal input[type="image"] {
	  background-color: none !important;
	  border: none;
	  width: 12px;
	  height: 12px;
	  background-size: cover;
	  display: block;
	  padding: 0;
	  margin: 0;
	  position: absolute;
	  top: 26px;
	  left: 10px;
	  text-indent: -9999px;
	}
	
}

/* ナビ
-----------------------------------*/

.headerNav > ul {
	display: flex;
	font-weight: 800;	
	font-size: 13px;
	font-family: 'Noto Sans JP','sans-serif';
}

.headerNav > ul > li {
	position: relative;
}

.headerNav > ul > li > a {
	display: flex;
	align-items: center;
	height: 64px;
	padding: 0 15px;
}

.headerNavBox {
	background: #c00;
	position: relative;
}

.popup {
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	filter: drop-shadow(0px 0px 4px #ccc);
	margin-top: 21px;
	top: calc(100% - 25px);
	left: -10px;
	z-index: 20000;
}

.popup::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 17px;
	clip-path: polygon(50% 30%, 0% 100%, 100% 100%);
	background-color: #fff;
	top: -16px;
	left: 20px;
	z-index: 10;
}

.popup > ul {
	padding: 15px 10px;
}

.popup > ul > li > a {
	display: flex;
	align-items: center;
	line-height: 1;
	padding: 5px 60px 5px 10px;
	white-space: nowrap;
	border-radius: 5px;
	
}

.popup > ul > li > a img {
	margin-right: 10px;
}

.popup > ul > li > a:hover {
	background: #5F6472;
	opacity: 1;
}

@media screen and (min-width:1121px) {
	.menuSp {
		display: none;
	}
	.headerSp {
		display: none;
	}
}

@media screen and (max-width:1120px) {
	.headerNav {
		display: none;
	}
}

/* API
-----------------------------------*/

.headerApi {
	border: 1px solid #ebebeb;
	border-radius: 5px;

	box-sizing: border-box;
	width: calc(100% - 4px);
	margin: 0 2px;
	height: 47px;
	overflow: hidden;
	position: relative;
}

.tradingview-widget-container {
	
}

@media screen and (max-width:1120px) {
	.headerApi {
		width: calc(100% - 8px);
		margin: 8px 4px;
		height: 44px;
		align-items: center;
		justify-content: center;
	}	
}

/*-------------------------------------------------
フッター
-------------------------------------------------*/

/* 広告
-----------------------------------*/

.footerAd {
	text-align: center;
	padding: 30px;
	background: #fff;
}

@media screen and (max-width:1120px) {
	.footerAd {
		text-align: center;
		padding: 35px 25px;
		background: #fff;
	}	
}


/* 全体
-----------------------------------*/

#footer {
	background: #f5f5f7;
	padding: 30px;
	overflow-x: hidden;
}

#footer .inner {
	max-width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width:1120px) {
	
	#footer {
		padding: 35px 25px 95px;
	}
	
}

/* 上段
-----------------------------------*/

.footerTop {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 45px;
	position: relative;
}

.footerTopL {
	width: 50%;
}

.footerTopLogo01 {
	margin-bottom: 13px;
}

.footerTopLogo01 img {
	width: 198px;
	height: 38px;
}

.footerTopLogo02 {
	font-size: 11px;
	color: #6E6E72;
	line-height: 1;
	margin-bottom: 30px;
}

.footerTopSns {
	display: flex;
	position: absolute;
	top: 95px;
	left: 0;
}

.footerTopSns li:not(:last-child) {
	margin-right: 30px;
}

.footerTopR {
	width: 50%;
}

.footerTopNav {
	float: right;
	margin-top: -10px;
}

.footerTopNav table {
	font-size: 15px;
	font-weight: 800;
}

.footerTopNav td {
	padding-top: 25px;
	line-height: 1;
	padding-left: 35px;
}

.footerTopNav li:nth-child(1),
.footerTopNav li:nth-child(2) {
	padding-top: 0;
}

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

	.footerTop {
		display: block;
		margin-bottom: 30px;
	}

	.footerTopL {
		width: 100%;
	}

	.footerTopLogo01 {
		margin-bottom: 13px;
	}

	.footerTopLogo01 img {
		width: 119px;
		height: 25px;
	}

	.footerTopLogo02 {
		font-size: 11px;
		color: #6E6E72;
		line-height: 1;
		margin-bottom: 30px;
	}

	.footerTopSns {
		display: flex;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		justify-content: space-between;
	}

	.footerTopSns img {
		width: auto;
		height: 25px;
	}

	.footerTopSns li:not(:last-child) {
		margin-right: 0;
	}

	.footerTopR {
		width: 100%;
	}

	.footerTopNav {
		float: none;
		margin-top: -20px;
		margin-bottom: 55px;
	}

	.footerTopNav table {
		font-size: 15px;
		font-weight: 800;
	}

	.footerTopNav td {
		padding-top: 25px;
		line-height: 1;
		padding-left: 0;
		padding-right: 35px;
	}
	.footerTopNav tr td:nth-child(2) {
		padding-right: 0;	
	}

	.footerTopNav li:nth-child(1),
	.footerTopNav li:nth-child(2) {
		padding-top: 0;
	}

}

/* 下段
-----------------------------------*/

.footerBottom {
	position: relative;
}

.footerBottom:before {
	content: "";
	width: 87px;
	height: 111px;
	display: block;
	background: url("../images/bg.svg");
	background-size: cover;
	position: absolute;
	top: -70px;
	left: -80px;
	z-index: 0;
}

.footerBottomInner {
	margin-bottom: 38px;
	display: flex;
	align-items: center;
	width: 100%;
}

.footerBottomTitle {
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 15px;
	line-height: 1;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.footerBottomTitle span {
	display: inline-block;
	white-space: 
}

.footerBottomTitle:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: #E5E5E9;
	margin-left: 25px;
}

.footerBottomText {
	color: #6E6E72;
	font-size: 12px;
}

.footerBottomL {
	width: 50%;
}

.footerBottomR {
	width: 50%;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footerBottomR input[type="email"]{
	border: 1px solid #E5E5E9;
	border-radius: 5px;
	padding: 8px;
	background: #fff;
	font-size: 12px;
	box-sizing: border-box;
	width: 320px;
	outline: 0;
}

.footerBottomR input[type="email"]::placeholder {
	color: #BCBCBF;	
}

.footerBottomR input[type="submit"] {
	color: #fff;
	background: #1D1D1F;
	border:none;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 800;
	display: inline-block;
	padding: 8px;
	border-radius: 5px;
	width: 96px;
}

.copyright {
	color: #6E6E72;
	font-size: 11px;
	letter-spacing: 1px;
}

@media screen and (max-width:1120px) {
	
	.footerBottom {
		padding-top: 30px;
		margin-top: 35px;
		border-top: 1px solid #E5E5E9;
	}

	.footerBottom:before {
		display: none;
	}

	.footerBottomInner {
		margin-bottom: 40px;
		display: block;
	}

	.footerBottomTitle {
	}

	.footerBottomTitle:after {
		display: none;
	}

	.footerBottomText {
		margin-bottom: 13px;
	}
	.footerBottomText br {
		display: none;
	}

	.footerBottomL {
		width: 100%;
	}

	.footerBottomR {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	
	.footerBottomR form {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.footerBottomR input[type="email"]{
		border: 1px solid #E5E5E9;
		padding: 10px;
		width: 100%;
		margin-bottom: 7px;
		
	}

	.footerBottomR input[type="email"]::placeholder {
		color: #BCBCBF;	
	}

	.footerBottomR input[type="submit"] {
		padding: 10px;
		width: 100%;
	}

	.copyright {
		text-align: center;
	}
	
}

/*-------------------------------------------------
ページトップ
-------------------------------------------------*/

.pageTop {
	position: fixed;
	right: 25px;
	bottom: 100px;
	display: block;
	width: 45px;
	height: 45px;
	background: #1D1D1F;
	box-shadow: 0 0 4px #eee;
	border-radius: 5px;
}

.pageTop a {
	display: flex;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
}

	
.pageTop a img {
	width: 15px;
	height: auto;
}

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

	.pageTop {
		right: 25px;
		bottom: 85px;
		width: 40px;
		height: 40px;
	}

	.pageTop a {
		width: 40px;
		height: 40px;
	}
	
	.pageTop a img {
		width: 12px;
		height: auto;
	}
	
}

/*-------------------------------------------------
メイン
-------------------------------------------------*/

#pageTitle {
	background: #fff;
	line-height: 1;
	padding: 21px 20px 36px;
	margin-bottom: 37px;
}

#pageTitle .pageTitle {
	width: 1100px;
	margin: 0 auto;
	font-weight: 800;
	font-size: 24px;
}

.heading {
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: 500;
	font-family: 'Arimo';
}

.heading:after {
	content:attr(data-label);
	margin-left: 15px;
	font-size: 14px;
	font-weight: 800;
	font-family: 'Noto Sans JP','sans-serif';
}

#content {
	background: #F5F5F7;
}

.articles {
	width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width:1120px) {
	
	#pageTitle {
		background: #fff;
		line-height: 1;
		padding: 21px 20px 36px;
		margin-bottom: 37px;
	}
	
	#archive #pageTitle {
		margin: -15px -25px 37px;
	}

	#pageTitle .pageTitle {
		width: 100%;
		margin: 0 auto;
		font-weight: 800;
		font-size: 24px;
	}

	.heading {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.heading:after {
		margin-left: 10px;
		font-size: 10px;
	}

	#content {
		padding: 15px 25px;
	}

	.articles {
		width: 100%;
	}	

z}

/*-------------------------------------------------
フッターナビ
-------------------------------------------------*/

@media screen and (min-width:1121px) {
	.fixedNav {
		display: none;
	}
}

@media screen and (max-width:1120px) {
	.fixedNav {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: #0C1421;
		z-index: 20010
	}
	.fixedNav ul {
		width: 100%;
		display: flex;
		height: 60px;
	}
	.fixedNav ul li {
		width: 20%;
		height: 60px;
		text-align: center;
	}
	.fixedNav ul li a {
		display: block;
		padding: 10px 0;
	}
	.fixedNav ul li img {
		width: 90%;
		height: 40px;
		object-fit: contain;
		filter: brightness(0) invert(1);
	}
}

/*-------------------------------------------------
共通パーツ
-------------------------------------------------*/

/* 記事一覧
-----------------------------------*/

.thumbnail a picture {
	position: relative;
	padding-bottom: 56.25%;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	display: block;
}

.thumbnail a picture:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
}

.thumbnail a picture img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.article .info {
	align-items: top;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1;
	overflow: hidden;
}

.article .info .source {
	color: #6E6E72;
	line-height: 20px;
	display: flex;
	align-items: center;
	float: left;
	margin-right: 14px;
}

.infoSP {
	order: 3;
}

.infoSP .source {
	display: none;
}

.article .info .source img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.article .category {
	font-weight: 800;
	flex-wrap: wrap;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article .category a {
	display;: inline-block;
	line-height: 20px;
	color: #0038FF;
}

.detail .title {
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 7px;
	-webkit-line-clamp: 3;
}

.article .time {
	font-size: 12px;
	color: #6E6E72;
}

.article .time span:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("../images/time.svg");
	background-size: cover;
	margin: 0 2px -2px 10px;
}

.article .time .date {
	transition-duration:0;
}

.articleSource {
	padding: 30px 40px;
	background: #F5F5F7;
	box-sizing: border-box;
	width: 100%;
}

.articleSourceTop {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E5E5E9;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.articleSourceLogo {
	width: 70px;
	margin-right: 20px;
}

.articleSourceLogo img {
	width: 70px;
	height: 70px;
	margin-right: 15px;
} 

.articleSourceSite {
	font-size: 20px;
	font-weight: bold;
}

.articleSourceBottom a {
	color: #0138FF;
}

@media screen and (min-width:1121px) {
	.categorySP {
		display: none;
	}
}

@media screen and (max-width:1120px) {
	
	.thumbnail a picture {
		width: 100%;
		display: block;
	}

	.thumbnail > a picture:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
	}

	.thumbnail > a picture img {
		bottom: 0;
		height: auto;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		object-fit: cover;
		width: 100%;
	}

	.detail {
		width: 100%;
		flex-wrap: wrap;
		padding: 15px 25px 20px;
		box-sizing: border-box;
	}
	
	.article .info {
		margin-bottom: 0;
		line-height: 1;
		flex-wrap: wrap;
		order: 2;
		flex-flow: column;
	}
	
	.article .infoPC {
		display: none;
	}
	
	.article .infoSP {
		display: flex;
		align-items: center;
		order: 3;
		padding-top: 10px;
	}
	
	.article .infoSP .source {
		display: flex;
		margin-right: 10px;
		font-size: 9px;
		color: #6E6E72;
		align-items: center;
	}
	
	.article .infoSP .source img {
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}

	.article .info .source {
		margin-right: 10px;
		order: 2;
		font-size: 9px;
	}

	.article .category {
		font-weight: 800;
		order: 1;
		margin-bottom: 0;
		font-size: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		flex-wrap: wrap;
		line-height: 1;
}

	.article .category a {
		display;: inline-block;
		color: #0038FF;
		line-height: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.article .title {
		font-size: 12px;
		margin-bottom: 10px;
		order: 1;
		width: 100%;
	}

	.article .time {
		font-size: 9px;
		color: #6E6E72;
		position: relative;
	}

	.article .time span:before {
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		background: url("../images/time.svg");
		background-size: cover;
		margin: -1px 2px -1px 10px;
	}	
	
	.article .time .date {
		margin-top: 20px;
		line-height: 1
	}
	
	.articleSource {
		padding: 15px 20px;
	}
	
	.articleSourceLogo {
		width: 60px;
	}
	
	.articleSourceLogo img {
		width: 60px;
		height: auto;
	}
	
	.articleSourceSite {
		font-size: 16px;
	}
	
	.articleSourceTop {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	.articleSourceBottom {
		font-size: 14px;
	}
	
	.articleSourceBottom a {
		font-size: 13px;
	}
		
	.articleSourceTop {
		padding-bottom: 15px;
		margin-bottom: 15px;

	}
}

@media screen and (max-width:400px) {
	/*
	.article .time .date {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-top: 0;
	}
	*/
}

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

01.TOP / WEB3 in Japan

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

/*-------------------------------------------------
ランキング
-------------------------------------------------*/

#ranking {
	margin-bottom: 35px;
	padding-top: 20px;
}

#ranking .heading:before {
	content:"";
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url("../images/ranking.svg");
	background-size: cover;
	margin: 0 9px -1px 0;
}

#ranking .inner {
	display: flex;
	flex-wrap: wrap;
}

.rankingL {
	width: 50%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0 0 4px #eee;
}

.rankingL .article .thumbnail {
	margin-bottom: 12px;
}

.rankingR {
	width: calc(50% - 10px);
	margin-left: 10px;
}

.rankingR .article  {
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	padding: 10px 10px 10px 17px;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	box-shadow: 0 0 4px #eee;
}

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

.rankingR .article .detail {
	order: 1;
	margin-right: 35px;
	width: calc(58% - 35px);
	box-sizing: border-box;
}

.rankingR .article .thumbnail {
	order: 2;
	width: 42%;
	box-sizing: border-box;
}

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

	#ranking {
		margin-bottom: 20px;
		padding-top: 0;
	}

	#ranking .heading:before {
		content:"";
		display: inline-block;
		width: 23px;
		height: 23px;
		background: url("../images/ranking.svg");
		background-size: cover;
		margin: 0 9px -1px 0;
	}

	#ranking .inner {
		display: block;
	}
	
	.rankingL .article {
		margin-bottom: 10px;
	}

	.rankingL {
		width: 100%;
		padding: 0;
	}
	
	.rankingL .detail {
		padding: 15px 25px 10px;
		
	}
	
	.rankingL .infoSP {
		padding: 0 25px 15px
	}

	.rankingL .article .thumbnail {
		margin-bottom: 0;
	}
	
	.rankingL .article .thumbnail > a > picture {
		border-radius: 5px 5px 0 0;
	}

	.rankingR {
		width: 100%;
		margin-left: 0;
	}

	.rankingR .article  {
		padding: 10px;
		align-items: stretch;
	}

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

	.rankingR .article .detail {
		margin-right: 20px;
		width: calc(58% - 20px);
		padding: 0;
	}
	
}

/*-------------------------------------------------
新着記事
-------------------------------------------------*/

.column {
	padding-bottom: 50px;
}

/* 2カラム
-----------------------------------*/

.column2 .column .inner {
	margin-bottom: -16px;
}

.column2 .column .inner .articleListLoop {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.column2 .column .inner .articleListLoop .article {
	width: calc((100% - 16px)/2);
	margin: 0 16px 16px 0;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 4px #eee;
}

.column2 .column .inner .articleListLoop .article:nth-child(2n){
	margin-right: 0;
}

.column2 .column .inner .articleListLoop .article .thumbnail {
	margin-bottom: 12px;
}

/* 3カラム
-----------------------------------*/

.column3 .column .inner {
	margin-bottom: -10px;
}

.column3 .column .inner .articleListLoop {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.column3 .column .inner .articleListLoop .article {
	width: calc((100% - 20px)/3);
	margin: 0 10px 10px 0;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 4px #eee;
}

.column3 .column .inner .articleListLoop .article:nth-child(3n){
	margin-right: 0;
}

.column3 .column .inner .articleListLoop .article .thumbnail {
	margin-bottom: 12px;
}

/* 2カラム/3カラム（SP用）
-----------------------------------*/

@media screen and (max-width:1120px) {
	
	.column2 .column .inner,
	.column3 .column .inner {
		margin-bottom: -10px;
	}
	
	.column2 .column .inner .articleListLoop,
	.column3 .column .inner .articleListLoop {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.column2 .column .inner .articleListLoop .article,
	.column3 .column .inner .articleListLoop .article {
		flex-wrap: wrap;
		box-sizing: border-box;
		background: #fff;
		border-radius: 5px;
		margin: 0;
		padding: 10px;
		display: flex;
		align-items: stretch;
		box-shadow: 0 0 4px #eee;
		width: 100%;
	}
	
	.column2 .column .inner .article,
	.column3 .column .inner .article {
		margin-bottom: 10px!important;	
	}

	.column2 .column .inner .article .thumbnail,
	.column3 .column .inner .article .thumbnail {
		margin-bottom: 12px;
	}
	
	.column2 .column .inner .articleListLoop .article .detail,
	.column3 .column .inner .articleListLoop .article .detail {
		order: 1;
		margin-right: 20px;
		width: calc(58% - 20px);
		box-sizing: border-box;
		padding: 0;
	}

	.column2 .column .inner .articleListLoop .article .thumbnail,
	.column3 .column .inner .articleListLoop .article .thumbnail {
		order: 2;
		width: 42%;
		box-sizing: border-box;
		margin: 0;
	}

}

/* ボタン
-----------------------------------*/

#loading {
	padding-top: 50px;
}

.more {
	text-align: center;
}

.more a {
	display: block;
	background: #1D1D1F;
	color: #fff;
	width: 180px;
	padding: 15px;
	font-size: 16px;
	border-radius: 5px;
	box-shadow: 0 0 4px #eee;
	font-family: 'Arimo';
	margin: 50px auto 0;
}

.more a:hover {
	background: #0138FF;
	opacity: 1;
}

@media screen and (max-width:1120px) {
	
	.more {
		text-align: center;
	}

	.more a {
		min-width: 100%;
		width: 100%;
		font-size: 14px;
		box-sizing: border-box;
		margin: 50px auto 0;
	}	
	
}

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

02.Coin

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

#coin #content {
	background: #fff;
}

.pankuzu {
	margin: 20px 29px 29px;
}

.pankuzu ul {
	display: flex;
}

.pankuzu ul li {
	display: inline-block;
}

.pankuzu ul li:after{
	content: ">";
	margin: 0 15px;
}

.pankuzu ul li:last-child:after {
	display: none;
}

.pankuzu ul li:last-child {
	color: #6E6E72;
	font-weight: 800;
}

.coin {
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#latestNews {
	background: #F5F5F7;
	padding: 35px 0 0;
}

#latestNews .inner {
	max-width: 1100px;
	margin: 0 auto;
}

#latestNews .inner .article {
	width: calc((100% - 48px)/4);
	margin: 0 16px 16px 0;
}

#latestNews .inner .article:nth-child(4n){
	margin-right: 0;
}

#latestNews .heading {
	max-width: 1100px;
	margin: 0 auto 15px;
}

@media screen and (max-width:1120px) {
	
	#coin #content {
		background: #fff;
	}

	.pankuzu {
		margin: -5px 10px 5px;
		font-size: 14px;
	}

	.coin {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 0;
	}

	#latestNews {
		padding: 35px 25px 15px;
	}
	
	#latestNews .inner {
		margin-bottom: -6px;
	}

	#latestNews .inner .article {
		width: 100%;
		margin: 0 0 10px;
	}

	#latestNews .inner .article:nth-child(4n){
		margin-right: 0;
	}

	#latestNews .heading {
		max-width: 1100px;
		margin: 0 auto 15px;
	}
	
	#latestNews .inner .article:last-child {
		margin-bottom: 0;
	}
	
}

/* 左カラム
-----------------------------------*/

.coinName {
	width: 370px;
	margin-right: 80px;
	margin-bottom: 20px;
	position: relative;
}

.coinStatistics {
	width: 370px;
	margin-right: 80px;
}

.coinInfo {
	width: 370px;
	margin-right: 80px;	
}

.coinConverter {
	width: 370px;
	margin-right: 80px;
}

.coinTitle {
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	display: flex;
	align-items: center;
}

.coinTitle img {
	margin-right: 10px;
}

.coinTitle:after {
	content:attr(data-label);
	font-size: 15px;
	color: #6E6E72;
	margin-left: 15px;
}

.coinPrice {
	font-size: 42px;
	font-weight: 800;
	display: flex;
	align-items: center;	
}

.coinPrice span {
	font-size: 20px;
	margin-left: 10px;
	display: block;
}

.coinShare {
	position: absolute;
	top: 2px;
	right: 0;
	background: #F5F5F7;
	width: 28px;
	height: 28px;
	display: flex;
	text-align: center;
	align-content: center;
	justify-content: center;
	border-radius: 5px;
}

.coinShare:hover {
	cursor: pointer;
	opacity: 0.5;
}

.coinShare img {
	width: 16px;
	height: auto;
}

.minus {
	color: #DE5157;
}

.black_jika {
	filter: invert(0%) sepia(3%) saturate(6262%) hue-rotate(328deg) brightness(0%) contrast(84%);
	display: inline-block;
	transform: rotate(180deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.fdvBtn.open .black_jika {
	transform: rotate(0deg);
}

.black_cvt {
	filter: invert(0%) sepia(3%) saturate(6262%) hue-rotate(328deg) brightness(0%) contrast(84%);
	display: inline-block;
	transform: rotate(180deg);
}

.coinHeading {
	display: inline-block;
	color: #fff;
	background: #1D1D1F;
	padding: 2px 15px 5px;
	margin-bottom: 10px;
}

.coinList {
	
}

.coinList li {
	display: inline-block;
	padding: 8px;
	border-radius: 5px;
	background: #F5F5F7;
	line-height: 1;
	margin: 1px 0;
}

.coinSelect {
	display: inline-block;
	padding: 8px;
	border-radius: 5px;
	background: #F5F5F7;
	line-height: 1;
	border: none;
	font-weight: 800;
}

.coinTable {
	margin-bottom: 40px;
	width: 100%;
}

.coinTable th {
	font-size: 14px;
	color: #6E6E72;
	padding: 10px 0;
	border-bottom: 1px solid #E5E5E9;
	vertical-align: middle;
	white-space: nowrap;
}

.coinTable td {
	font-size: 14px;
	text-align: right;
	font-weight: 800;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #E5E5E9;
	vertical-align: middle;
}

.coinTableBtn {
	display: flex;
	align-content: center;
	justify-content: flex-end;
}

.coinTableBtn img {
	margin-left: 5px;
	width: auto;
}

.coinTableBtn:hover {
	cursor: pointer;
	opacity: 0.6;
}

@media screen and (min-width:1121px) {
	.coinStatistics .coinHeading {
		display: none;
	}
}

@media screen and (max-width:1120px) {
	.coinName,
	.coinStatistics,
	.coinInfo,
	.coinConverter {
		float: none;	
		width: 100%;
		margin: 0 0 25px;
	}

	.coinTitle {
		font-size: 16px;
	}

	.coinTitle img {
		margin-right: 7px;
	}

	.coinTitle:after {
		font-size: 14px;
		margin-left: 10px;
	}

	.coinPrice {
		font-size: 30px;

	}

	.coinPrice span {
		font-size: 18px;
	}	
}

/* 右カラム
-----------------------------------*/

.coinChart {
	width: calc(100% - 450px);
	float: right;
	height: 400px;
}

.coinContents {
	width: calc(100% - 450px);
	float: right;	
}

.tradingview-widget-copyright {
	display: none;
}

.coinContent {
	margin-bottom: 30px;
	line-height: 28px;
}

.coinContent h2 {
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 15px;
	line-height: 18px;
}

.coinContent h2:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 22px;
	background: #0138FF;
	margin: 0 10px -4px 0;
}

.coinContent p:not(:last-child) {
	margin-bottom: 30px;
}

.coinContent {
	
}


@media screen and (max-width:1120px) {
	
	.coinChart,
	.coinContents {
		width: 100%;
		float: none;	
		order: 5;
	}

	.tradingview-widget-copyright {
		display: none;
	}

	.coinContent {
		margin-bottom: 30px;
		line-height: 28px;
	}

	.coinContent h2 {
		font-size: 16px;
	}

	.coinContent h2:before {
		width: 6px;
		height: 18px;
		margin: 0 10px -3px 0;
	}

	.coinContent p {
		font-size: 13px;
		line-height: 1.5;
	}

	.coinContent {

	}
	
}

/*  share modal
-----------------------------------*/

.coinShareModal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.coinShareOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}

.coinShareBox {
	background: #fff;
	display: inline-block;
	padding: 45px 60px;
	border-radius: 10px;
	filter: drop-shadow(0px 0px 2px #333);
	text-align: center;
	position: relative;
	z-index: 20001;
}

.coinShareClose {
	position: absolute;
	top: 25px;
	right: 25px;
}

.coinShareClose:hover {
	opacity: 0.6;
	cursor: pointer;
}

.coinShareImage {
	margin-bottom: 20px;
}

.coinShareCopy {
	background: #F5F5F7;
	padding: 10px;
	width: 380px;
	border-radius: 5px;
}

.coinSharePrice {
	margin-bottom: 40px;
	color: #6E6E72;
}

#copy_btn {
	cursor: pointer;
	opacity: 0.7;
}

.coinShareMessage {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #2C2C2C;
}

.coinShareLink {
	text-align: left;
	font-weight: 800;
	margin-bottom: 5px;
}

.coinShareCopy {
	display: flex;
	align-items: center;
}

.coinShareCopy input[type="text"]{
	background: none;
	border: none;
	outline: none;
	width: 75%;
	box-sizing: border-box;
	color: #6E6E72;
}

.coinShareCopy input[type="button"]{
	background: #1D1D1F;
	border: none;
	outline: none;
	border-radius: 4px;
	color: #fff;
	filter: drop-shadow(0px 0px 2px #333);
	padding: 7px;
	width: 25%;
	box-sizing: border-box;
	
}

@media screen and (max-width:1120px) {
	
	.coinShareModal {	
		display: table;
		
	}

	.coinShareBox {
		background: #fff;
		display: table-cell;
		vertical-align: top;
		padding: 60px 25px;
		border-radius: 0;
		width: 100%;
		box-sizing: border-box;
	}
	
	.coinShareClose {
		position: absolute;
		top: 19px;
		right: 19px;
	}
	
	.coinShareClose img {
		width: 15px;
		height: auto;
	}

	.coinShareImage {
		margin-bottom: 20px;
	}

	.coinShareCopy {
		background: #F5F5F7;
		padding: 10px;
		width: auto;
		max-width: 100%;
	}

	.coinSharePrice {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.coinShareMessage {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.coinShareLink {
		font-size: 14px;
	}

	.coinShareCopy {
		display: flex;
		align-items: center;
	}

	.coinShareCopy input[type="text"]{
		background: none;
		border: none;
		outline: none;
		width: 75%;
		box-sizing: border-box;
	}

	.coinShareCopy input[type="button"]{
		background: #1D1D1F;
		border: none;
		outline: none;
		border-radius: 4px;
		color: #fff;
		filter: drop-shadow(0px 0px 2px #333);
		padding: 7px;
		width: 25%;
		box-sizing: border-box;

	}
	
}

/*  converter modal
-----------------------------------*/

.converterModal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.converterOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}

.converterBox {
	background: #fff;
	padding: 50px;
	border-radius: 10px;
	filter: drop-shadow(0px 0px 2px #333);
	text-align: left;
	position: relative;
	z-index: 20001;
	box-sizing: border-box;
	width: 1000px;
	max-height: 90vh;
	overflow-y: scroll
}

.converterBox .headerSearch {
	margin-bottom: 25px;
	width: 100%;
}

.converterBox .headerSearch form {
	width: 100%;
}

.converterBox .headerSearch input[type="search"] {
	width: 100%;
}

.converterClose {
	position: absolute;
	top: 25px;
	right: 25px;
}

.converterClose:hover {
	opacity: 0.6;
	cursor: pointer;
}

.converterTitle {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 5px;
}

.converterHeading {
	font-size: 14px;
	color: #6E6E72;
	display: flex;
	position: relative;
	margin-bottom: 20px;
}

.converterHeading span {
	background: #fff;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 5px;
}

.converterHeading:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #E5E5E9;
	position: absolute;
	top: 50%;
	left: 0;
}

.converterList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.converterList li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.converterList li:nth-child(4n){
	margin-right: 0;
}

.converterInner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	padding: 10px 0px 10px 10px;
	line-height: 1;
	border-radius: 5px;
	position: relative;
	white-space: nowrap;
}

.converterInner:hover {
	opacity: 0.6;
	cursor: pointer;
}

.converterInner.current {
	background: #F5F5F7;
}

.converterNickname {
	color: #6E6E72;
	display: inline-block;
	margin-right: 7px;
}

.converterName {
	margin-right: 2px;
	font-weight: 800;
}

.converterCheck img {
	vertical-align: middle;
	display: none;
}

.converterInner.current .converterCheck img {
	display: block;
}

.converterCheck {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
}

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

	
	.converterModal {
		display: table;
	}

	.converterBox {
		background: #fff;
		display: table-cell;
		vertical-align: top;
		padding: 25px 25px;
		border-radius: 0;
		width: 100%;
		box-sizing: border-box;
	}

	.converterClose {
		position: absolute;
		top: 30px;
		right: 19px;
	}

	.converterClose img {
		width: 14px;
		height: 14px;
	}

	.converterTitle {
		font-size: 18px;
	}
	.converterList {
		display: block;
		margin-bottom: 40px;
	}

	.converterList li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.converterList li:nth-child(4n){
		margin-right: 0;
	}

	.converterInner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		font-size: 14px;
		padding: 10px 0px 10px 10px;
		line-height: 1;
		border-radius: 5px;
		position: relative;
		white-space: nowrap;
	}

	.converterInner:hover {
		opacity: 0.6;
		cursor: pointer;
	}

	.converterInner.current {
		background: #F5F5F7;
	}

	.converterNickname {
		color: #6E6E72;
		display: inline-block;
		margin-right: 7px;
	}

	.converterName {
		margin-right: 2px;
	}

	.converterCheck img {
		vertical-align: middle;
		display: none;
	}

	.converterInner.current .converterCheck img {
		display: block;
	}

	.converterCheck {
		position: absolute;
		top: 50%;
		margin-top: -6px;
	}	
}

/* SP
-----------------------------------*/

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

	.coinName {
		order: 1;
	}
	
	.coinChart {
		order: 2;
	}
	
	.coinConverter {
		order: 3;
	}
	
	.coinStatistics {
		order: 4;
	}
	
	.coinInfo {
		order: 5;
	}
	
	.coinContents {
		order: 6;			
	}	
}

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

03.記事ページ

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

#single #content {
	background: #fff;
}

#single #articles {
	display: flex;
	width: 1100px;
	margin: 0 auto;
}
#single #side {
	width: calc(100% - 820px);
	margin-left: 50px;
	padding: 60px 0;
}

#single #side .heading {
	font-size: 16px;
	display: flex;
	align-items: center;
}

#single #side .heading:before {
	content:"";
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url("../images/ranking.svg");
	background-size: cover;
	margin: 0 9px -1px 0;
}

#single #side .info {
	display: none;
}

#single #side .thumbnail {
	display: none;
}

#single #side .article {
	border-bottom: 1px solid #E5E5E9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#single #side .article1 .title {
	font-size: 24px;
}

#article {
	padding: 60px 0 60px;
	width: 770px;
}

.articleTitle {
	font-size: 34px;
	font-weight: 800;
	margin-bottom: 20px;
}

.articleCategory {
	margin-bottom: 20px;
}

.articleCategory  {
	display: flex;
	font-weight: 800;
	flex-wrap: wrap;
	line-height: 1;
	font-size: 16px;
}

.articleCategory  li:not(:last-child) {
	border-right: 1px solid #979799;
	margin-right: 8px;
	padding-right: 8px;
}

.articleCategory  li {
	margin-bottom: 5px;
}

.articleCategory  li a {
	color: #0038FF;
}

.articleThumbnail {
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.articleAuthor {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.articleAuthorImage {
	width: 40px;
	margin-right: 10px;
}

.articleAuthor .url {
	font-size: 15px;
	margin-bottom: 5px;
}

.articleAuthor .time {
	font-size: 16px;
	color: #6E6E72;
}

.articleAuthor .time span:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/time.svg");
	background-size: cover;
	margin: 0 2px -2px 10px;
}

.articleAuthor .time .date {
	transition-duration:0;
}

.articleOverview {
	margin-bottom: 60px;
	background: #F5F5F7;
	padding: 35px;
}

.articleOverview h2 {
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 30px;
}

.articleOverview li {
	font-weight: 800;
	font-size: 16px;
	border-bottom: 1px solid #DDDDE0;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.articleContent {
	overflow: hidden;
	margin-bottom: 30px;
}

.articleContent h2 {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 30px;
}

.articleContent h3 {
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 20px;
}

.articleContent h4 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 20px;
}

.articleContent p{
	margin-bottom: 40px;
	font-size: 18px;
}

.articleContent ul {
	margin-bottom: 30px;
	margin-left: 20px;
	list-style: disc;
}

.articleContent ol {
	margin-bottom: 30px;
	margin-left: 30px;
	list-style: decimal;
}

.articleContent p.toc_title {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 20px;
	background: #F5F5F7;
	padding: 30px 30px 0;
	margin: 0;
}

.toc_list {
	padding: 30px 30px 10px;
	background: #F5F5F7;
	list-style: none!important;
	margin: 0 0 40px!important;
}

.articleContent figure {
	padding: 0;
	margin: 0 0 40px;
}

.articleContent strong {
	font-weight: 800!important;
}

.articleContent table {
	margin-bottom: 30px;
	border-top: 1px solid #E5E5E9;
	border-left: 1px solid #E5E5E9;
}

.articleContent table th {
	border-right: 1px solid #E5E5E9;
	border-bottom: 1px solid #E5E5E9;
	padding: 10px;
}

.articleContent table td {
	border-right: 1px solid #E5E5E9;
	border-bottom: 1px solid #E5E5E9;
	padding: 10px;
}

@media screen and (max-width:1120px) {
	
	.articleContent {
		margin-bottom: 30px;
	}
	
	#articleThumbnail img {
		width: 100%;
		height: auto;
	}
	#articleThumbnail picture {
		width: 100%;
		height: auto;
	}
	
	#single #articles {
		display: block;
		width: 100%;
	}	
	#single #article {
		display: block;
		width: 100%;
		padding: 0;
	}	
	#single #side {
		width: 100%;
		margin-left: 0;
		display: none;
	}
	
	#single .articleTitle {
		font-size: 26px;
	}
	#single .articleCategory {
		font-size: 12px;
	}
}


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

04.下層ページ

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

/*  共通
-----------------------------------*/

.page .box {
	background: #fff;
}

.page .box .inner {
	max-width: 1100px;
	margin: 0 auto 60px;
}

.page .box .pageTitle {
	font-weight: 800;
	font-size: 24px;
	margin-bottom:37px;
	border-bottom: 1px solid #E5E5E9;
	padding-bottom: 20px;
}
.page .box .pageSubTitle {
	font-size 20px;
	font-weight: 800;
	margin-bottom: 30px;
}

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

	.page .box .inner {
		max-width: 1100px;
		margin: 0 auto 30px;
	}

	.page .box .pageTitle {

	}
	.page .box .pageSubTitle {
		font-size 18px;
		font-weight: 800;
		margin-bottom: 30px;
	}	
}

/*  利用規約
-----------------------------------*/

.termList {
	margin: 0 0 0 30px;
	font-size: 20px;
	font-weight: 800;	
}

.termList .title {
	font-size: 18px;
	font-weight: 800;	
	margin-bottom: 15px;
}

.termList .subTitle {
	font-size: 16px;
	font-weight: 800;
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 2px 7px;
	margin-bottom: 8px;
	border-radius: 4px;
}

.termList ol {
	margin-bottom: 30px;
}

.termList > li {
	margin-bottom: 30px;
}

.termList ol {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	margin-left: 20px;
}

.termList ol.non {
	list-style: none!important;
	margin-left: 0!important;
}

.termList p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;	
}

.contact {
	border: 1px solid #E5E5E9;
	padding: 20px;
	margin: 10px 0;
	font-size: 16px;
	font-weight: normal;	
}

@media screen and (max-width:1120px) {
	#content.page {
		background: #fff;
	}
	
	.termList {
		margin: 0 0 0 20px;
		font-size: 16px;	
	}

	.termList .title {
		font-size: 14px;
	}

	.termList .subTitle {
		font-size: 12px;
	}

	.termList ol {
		margin-bottom: 30px;
	}

	.termList > li {
		margin-bottom: 30px;
	}

	.termList ol {
		font-size: 14px;
	}

	.termList ol.non {
		list-style: none!important;
		margin-left: 0!important;
	}

	.termList p {
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: normal;	
	}

	.contact {
		border: 1px solid #E5E5E9;
		padding: 20px;
		margin: 10px 0;
		font-size: 16px;
		font-weight: normal;	
	}
	
}

/* 私たちについて
-----------------------------------*/

.aboutUs {
	padding-bottom: 100px;
	position: relative;
}

.aboutUs p {
	margin-bottom: 20px;
}

.aboutUs p.aboutUsCopy {
	text-align: center;
	margin-bottom: 40px;
}

.aboutUsChara {
	position: absolute;
	top: 0;
	left: 0;
}

.aboutUsChara img {
	width: 130px;
	height: auto;
}

.aboutUs p.aboutUsLogo {
	text-align: center;
	margin-bottom: 20px;
}

.aboutUsLogo img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

@media screen and (max-width:1120px) {
	.aboutUs {
		padding-bottom: 0;
	}

	.aboutUs p {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.aboutUs p.aboutUsLogo {
		margin-bottom: 20px;
	}

	.aboutUsLogo img {
		width: 100%;
		max-width: 280px;
	}	
	
.aboutUs p.aboutUsCopy {
		margin-bottom: 30px;
	}
	
	.aboutUsChara {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
	}

	.aboutUsChara img {
		width: 130px;
		height: auto;
	}
	
}

/* 免責事項や注意事項
-----------------------------------*/

.disclaimerBox {
	margin-bottom: 45px;
}

.disclaimerBox .pageSubTitle {
	margin-bottom: 20px!important;
	font-size: 18px;
}

.disclaimerBox p {
	margin-bottom: 15px;
}

@media screen and (max-width:1120px) {
	
	.disclaimerBox {
		margin-bottom: 30px;
	}

	.disclaimerBox .pageSubTitle {
		margin-bottom: 15px!important;
		font-size: 16px;
	}

	.disclaimerBox p {
		margin-bottom: 15px;
		font-size: 14px;
	}	
}

/* お問合わせ
-----------------------------------*/

.inquiry p {
	margin-bottom: 20px;
}

@media screen and (max-width:1120px) {
	
	.inquiry p {
		margin-bottom: 20px;
		font-size: 14px;
	}
	
}

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

ダークモード

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


body.dark {
	background: #000815!important;
	color: #fff;
}

body.dark a {
	color: #fff;
}

body.dark #header {
	background: #000815;
}

body.dark .headerApi {
	background: #1f1f1f;
	border-color: #4a4a4a;
}

body.dark .headerLogo img {
	filter: brightness(0) invert(1);
}

body.dark .headerConfig img {
	filter: brightness(0) invert(1);
}

body.dark .headerSearch input[type="search"]{
	background: #313344;
	color: #eee;
}

body.dark .headerSearch input[type="search"]::placeholder {
	color: #AEAEB2;
}

body.dark .headerSearch input[type="image"]{
	filter: brightness(0) invert(1);
}

body.dark .headerInner {
	background: #0C1421;
}

body.dark .headerMenuBtn span {
	background: #fff;
}

body.dark #pageTitle {
	background: #0F0F1C;
}

body.dark#coin #content {
	background: none;
}

body.dark .coinShare {
	background: #333546;
}

body.dark .coinShareBox {
	background: #333546;
}

body.dark .coinShareMessage {
	color: #FFFFFF;
}

body.dark .coinSharePrice {
	color: #AEAEB2
}

body.dark .coinShareLink {
	color: #FFFFFF;	
}

body.dark .coinShareCopy {
	background: #5C5D6B;
}

body.dark .coinShareCopy input[type="text"] {
	color: #fff;
}

body.dark .coinShareCopy input[type="button"] {
	background: #0138FF!important;
}

body.dark .coinShareClose img {
	filter: brightness(0) invert(1);
}

body.dark .coinTable th {
	border-bottom: 1px solid #656567;
	color: #AEAEB2;
}

body.dark .coinHeading {
	background: #333546 
}

body.dark .coinList li {
	background: #333546 	
}

body.dark .coinSelect {
	background: #333546;
	color: #fff;
}

body.dark .coinContent p {
	color: #AEAEB2
}

body.dark .coinContents .more a {
	background: #333546 	
}

body.dark #latestNews {
	background: none;
}

body.dark .coinTable td {
	border-bottom: 1px solid #656567;
}

body.dark .popup {
	background: #333546;
	filter: drop-shadow(0px 0px 2px #333);
}

body.dark .popup:before {
	background: #333546	
}

body.dark .popup a:hover {
	background: #5F6472;
	opacity: 1;
}

body.dark #ranking .heading:before {
	filter: brightness(0) invert(1);
}

body.dark #content {
	background: #000815;
	color: #fff;
}

body.dark#single #content {
	background: #0C1421;
	color: #fff;
}

body.dark .articleCategory a {
	color: #367BF6;
}

body.dark#single .name a {
	color: #AEAEB2;
}

body.dark#single .time {
	color: #AEAEB2;	
}

body.dark .article {
	background: #333546!important;
	box-shadow: none!important;
}

body.dark .rankingL .article {
	background: none!important;
}

body.dark .rankingL {
	background: #333546!important;
	box-shadow: none!important;	
}

body.dark .detail > .info > .category li a {
	color: #367BF6;
}

body.dark .detail > .info > .source {
	color: #AEAEB2
}

body.dark .detail > .date {
	color: #AEAEB2
}

body.dark .footerAd {
	background: #333546;
}

body.dark #footer {
	background: #0C1421;
}

body.dark .footerTopLogo01 img {
	filter: brightness(0) invert(1);
}

body.dark .footerTopLogo02 {
	color: #fff;
}

body.dark .footerTopSns li img {
	filter: brightness(0) invert(1);	
}

body.dark .footerBottomText {
	color: #AEAEB2;
}

body.dark .footerBottomR input[type="email"] {
	background: #656567;
	border: 1px solid #656567;
}

body.dark  .footerBottomR input[type="email"]::placeholder {
	color: #AEAEB2;	
}

body.dark  .footerBottomR input[type="submit"] {
	color: #fff;
	background: #0138FF;
}

body.dark .copyright {
	color: #AEAEB2;	
}

body.dark .headerConfigPopup {
	background: #333546;
	filter: drop-shadow(0px 0px 2px #333);
}

body.dark .headerConfigPopup:before {
	background: #333546;	
}

body.dark .switch {
	background: #5F6472;
}

body.dark .switch span {
	background: #5F6472;
	color: #AEAEB2;
}

body.dark .switch span.current {
	background: #0C1421;
	color: #fff;
}

body.dark  .more a {
	box-shadow: none;
	background: #0138FF;
}

body.dark .pageTop {
	box-shadow: none;
}

body.dark .pageTop a {
	background: #0138FF;
	border-radius: 5px;
}

body.dark .menuModal {
	background: #0C1421;
}

body.dark .black {
	filter: brightness(0) invert(1);
}

body.dark .spNavCoins > a img {
	filter: brightness(0) invert(1);
}

body.dark .converterBox {
	background: #333546;
}

body.dark .converterBox input[type="search"] {
	background: #5c5d6b;
}

body.dark .converterBox .converterHeading span {
	color: #AEAEB2;	
	background: #333546;
}

body.dark .converterBox .converterHeading:after {
	background: #656567;
}

body.dark .converterBox .converterInner.current{
	
	background: #5C5D6B;
}

body.dark .converterBox .converterNickname {
	color: #AEAEB2;
	
}

body.dark .converterBox .converterClose {
	filter: brightness(0) invert(1);	
}

body.dark .tv-ticker-item-tape,
body.dark .tv-ticker-item-tape__short-name {
	color: #dbdbdb!important;
}
body.light .apiDark,
body.dark .apiLight {
	display: none;
}

body.dark .black_cvt,
body.dark .black_jika {
	filter: brightness(0) invert(1);
}

body.dark #side .article {
	background: none!important;
	border-bottom: 1px solid #656567!important;
}

body.dark#single #side .heading:before {
	filter: brightness(0) invert(1)!important;
}

body.dark#single .articleSource {
	background: #333546;
	color: #ffffff!important;
}
body.dark#single .articleSourceBottom a {
	color: #367BF6;
}

body.dark .headerSearchBtn img {
	filter: brightness(0) invert(1)!important;	
}

body.dark .searchModal {
  background: #0C1421;
}

body.dark .page .box {
	background: none;
}

body.dark .aboutUsLogo img {
	filter: brightness(0) invert(1)!important;		
}