#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #3fefee;
	opacity: 0.6;
	z-index: 850;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

h4 {
	background-color: #1a2226;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #999;
	margin: 10px 0 5px;
}

ul, li {
	list-style: none;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.sticky {
	position:-webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 100;
}

.b-dash {
	border: 1px dashed #cccccc;
}

.b-0 {
	border: 0px !important;
}

dl {
	border: 1px dashed #cccccc;
}
dt {
	padding: 5px;
}
dd {
	padding: 5px;
	word-break: break-word;
}

strong.multiorder {
	background-color: #ffff66;
	color: #ff3333;
	font-size: 150%;
}

strong.caution {
	background-color: #ffff66;
	color: #ff3333;
	font-size: 150%;
}

.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }

/*チェックボックスカスタマイズ*/
.checkbox-input {
	display: none;
}
.checkbox-parts {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 15px 20px 15px 53px;
	transition: .3s;
	color: #fff;
	background: #00c0ef;
	border: 1px solid #00acd6;
	border-radius: 8px;
	line-height: 1;
}
.checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	left: 9px;
	width: 30px;
	height: 15px;
	border: 1px solid #aaa;
	border-radius: 15px;
	background: #fff;
}
.checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 11px;
	width: 13px;
	height: 13px;
	background: #aaa;
	border-radius: 50%;
	transition: .2s;
}
.checkbox-input:checked + .checkbox-parts {
	background: #ff555e;
	color: #fff;
	border: 1px solid #ff555e;
}
.checkbox-input:checked + .checkbox-parts::before {
	border: 1px solid #ff555e;
}
.checkbox-input:checked + .checkbox-parts::after {
	left: 24px;
	background: #f00;
}

.content {
	min-height: 0px;
}
.font_bold {
	font-weight: bold;
}
.white_wrap {
	white-space: nowrap;
}
.back_ground_white {
	background-color: white;
}
.block_display {
	display: block;
}
.w_100 {
	width: 100%;
}

table#profitlist th {
	max-width: calc(100%/7);
}
table#profitlist img {
	max-width: 100%;
}

/*
ul.deposit-menu li {
	color: #b8c7ce;
	padding: 12px 5px 12px 15px;
	display: block;
}
.deposit-menu li .fa {
	width: 20px;
}
*/

.chart_info_sp:first-child {
	padding-top: 12px !important;
}
.chart_info_sp {
	/*  display: none;*/
	color: #fff;
	display: block;
	padding-left: 40px !important;
}
.pd_clear {
	padding: 0px !important;
}
.pd_15 {
	padding: 15px !important;
}
.pd_tb_20 {
	padding: 20px 0px !important;
}
.mg_clear {
	margin: 0px !important;
}
.mg_t_20 {
	margin-top: 20px !important;
}
.mg_t_40 {
	margin-top: 40px !important;
}
.mg_t_80 {
	margin-top: 80px !important;
}
.text_center {
	text-align: center;
}
img.product-thumbnail {
	max-width: 120px;
}
/*
table, thead, tbody, td, th, tr {
	padding-bottom: 0px !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: none;
}
*/

label {
	margin-right: 1em;
}

.wrapper {
	overflow: visible;
}

.table-sticky thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #fff;
	border-bottom: 1px solid #333;
	min-width:10em;
}

.display_none_pc {
	display: block;
}
.display_none_sp {
	display: none;
}

/*ヘッダーロゴ*/
header.main-header .logo img {
	max-width:90%;
	max-height:45px;
}

/*ログインページ用*/
body.login-page {
	height: auto;
}

.login-page #container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.login-page #contents {
	padding-bottom: 50px;
}

.login-page #footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #d2d6de;
}

.login-page #footer p {
	text-align: center;
}

@media screen and (max-width: 767px) {
table#profitlist td {
	width: 100%;
	display: block;
}
.display_none_pc {
	display: none;
}
.display_none_sp {
	display: block;
}
}
