@charset "Shift_JIS";

@import "/servlets/dt/html/common/css/webfont.css";

/*--------------------
 Inconsolata
--------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@600;900&display=swap');

/*--------------------
 汎用タグ初期設定
--------------------*/
html,body {
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	/* 常にフッターを最下部に表示する */
	min-height: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	color: #405a65;
	background: #fff;
	font-family: sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	/* iOS：文字サイズの自動調整を解除 */
	-webkit-text-size-adjust: 100%;
}

textarea,input,button {
	font-family: sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
}

@media print, screen and (min-width:960px) {
	textarea,input,button {
		font-size: 1.4rem;
	}
}

img {
	max-width: 100%;
	height: auto;
	border: 0 none;
	vertical-align: bottom;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

a {
	color: #006dc9;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
@media print, screen and (min-width:960px) {
	a:hover {
		text-decoration: underline;
	}
}

/* 見出し
--------------------*/
h1 {
	margin: 0 0 0.8em;
	color: #000;
	font-size: 2.4rem;
	font-weight: normal;
}
@media print, screen and (min-width:768px) {
	.h1 {
		font-size: 2.8rem;
	}
}

h2 {
	margin: 2em 0 0.8em;
	padding: 0.6em 0;
	color: #000;
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.35;
	border-top: 1px solid #c0d2dc;
	border-bottom: 1px solid #c0d2dc;
}

h3{
	margin: 1em 0 0.4em;
	color: #006dc9;
	font-size: 1.8rem;
	line-height: 1.35;
}

/* 汎用クラス
--------------------*/
/* 表示切り替え */
@media print, screen and (min-width:768px) {
	.onlySp {
		display: none!important;
	}
}
@media print, screen and (min-width:960px) {
	.onlySpTb {
		display: none!important;
	}
}
@media screen and (max-width:767px) {
	.onlyTbPc {
		display: none!important;
	}
}
@media screen and (max-width:959px) {
	.onlyPc {
		display: none!important;
	}
}
@media print{
	.onlyScreen {
		display: none!important;
	}
}

/* 余白margin */
.mb10 {
	margin-bottom: 10px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}

/* font */
.fontS {
	font-size: 1.2rem!important;
}
.fontSS {
	font-size: 1.1rem!important;
}
.fontBold {
	font-weight: bold!important;
}
.noentry {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

/* COLOR */
.even {
	color: #000000;
}
.up {
	color: #dd0000;
}
.down {
	color: #00b700;
}

/* ボタン */
.btn{
	display: block;
	padding: 0.6em;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	background: #006dc9;
	border-radius: 3px;
}
.btn:hover{
	text-decoration: none;
}
@media print, screen and (min-width:768px) {
	.btn{
		display: inline-block;
		padding: 0.6em 2em;
	}
}
@media print, screen and (min-width:960px) {
	.btn:hover{
		box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
	}
}

.btn i{
	margin-left: 0.6em;
}

/* リアル会員案内ボタン */
.gotoAboutBtn{
	margin: auto;
}

/* テキストリンクアイコン */
.linkArrow,
.linkArrowBack,
.linkBlank {
	position: relative;
	display: inline-block;
	color: #006dc9;
}
.linkArrow::after,
.linkArrowBack::before,
.linkBlank::after {
	font-family: 'icf' !important;
	display: inline-block;
	vertical-align: middle;
}
.linkArrow::after {
	content: "\e900";
	margin-left: 0.3em;
}
.linkArrowBack::before {
	content: "\e901";
	left: 0;
}
.linkBlank::after {
	content: "\e904";
	margin-left: 0.3em;
	font-size: 1.6rem;
}

/* ボタンアイコン */
.btn .linkArrow,
.btn .linkArrowBack,
.btn .linkBlank {
	color: #fff;
	vertical-align: bottom;
}
.btn .linkArrow::after,
.btn .linkArrowBack::before,
.btn .linkBlank::after {
	vertical-align: top;
}

/* リストアイコン：大きい円 */
.listDisc li {
	padding-left: 1em;
	text-indent: -1em;
}
.listDisc li ~ li {
	margin: 0.6em 0 0;
}
.listDisc li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 10px 2px 0;
	background-color: #006dc9;
	border-radius: 50%;
}

/* リストアイコン：控えめ */
.listIcon li {
	padding-left: 1em;
	text-indent: -1em;
}
.listIcon li::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 8px 3px 3px;
	background-color: #006dc9;
	border-radius: 50%;
}

/* スワイプマーク */
.swipe {
	margin: 0 0 0.5em;
}
@media print, screen and (min-width:768px) {
	.swipe {
		display: none;
	}
}
.swipe img {
	vertical-align: baseline;
}
.swipe span {
	display: inline-block;
	margin-left: 0.5em;
}

/* 囲みエリア */
.empBoxArea{
	padding: 15px;
	background: #eff6fa;
}
@media print, screen and (min-width:768px) {
	.empBoxArea{
		padding: 25px;
	}
}

/* 囲み罫線エリア */
.borderBoxArea{
	padding: 15px;
	border: 1px solid #c0d2dc;
}
@media print, screen and (min-width:768px) {
	.borderBoxArea{
		padding: 25px;
	}
}

/* flexboxエリア */
@media print, screen and (min-width:768px) {
	.flexArea{
		display: flex;
		justify-content: space-between;
	}
}

/*--------------------
 モーダル 閉じるボタン
--------------------*/
.modal-close {
	display: block;
	z-index: 10;
	position: absolute;
	top: 15px;
	color: #006dc9;
	font-size: 1.8rem;
	text-indent: 0
}
#naviArea .modal-close {
	left: 215px;
}
#accountMenu .modal-close {
	right: 156px;
}
@media print, screen and (min-width:960px) {
	#naviArea .modal-close {
		display: none;
	}
}

.modal-close:hover,
.modal-close:focus {
	text-decoration: none;
}

/*--------------------
 共通レイアウト
--------------------*/
.inner{
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

/*--------------------
 ヘッダー
--------------------*/
#header {
	position: relative;
	width: 100%;
	height: 60px;
	padding: 12px 15px 0;
	background: #e6f4f9;
}
.headerInner {
	position: relative;
	display: flex;
}
/* ヘッダーはTBもSP表示 */
@media print, screen and (min-width:960px) {
	#header {
		padding: 12px 20px;
		z-index: 2;
	}
	.headerInner{
		justify-content: space-between;
	}
}

/* ボタン（PC）
--------------------*/
.menuBtnWrap,
.menuBtn,
.topAboutBtn {
	display: none;
}
@media print, screen and (min-width:960px) {
	.menuBtnWrap {
		position: relative;
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}

	.menuBtnOverlay{
		position: absolute;
		top: 0;
		left: 160px;
		width: 110px;
		height: 60px;
		z-index: 5;
	}

	.menuBtn,
	.topAboutBtn {
		display: block;
		height: 32px;
		padding: 0.6em 1em;
	}
	.topAboutBtn {
		margin-right: 20px;
	}
	.menuBtn {
		position: absolute;
		top: 14px;
		left: 10px;
		/* menuBtnのクリックは無効 */
		pointer-events: none;
	}
	/* menuBtnのhoverスタイルは無効 */
	.menuBtn:hover {
		box-shadow: none;
	}
}

/* ボタン（SP）
--------------------*/
.spMenuBtn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	color: #006dc9;
	font-size: 2.4rem;
}
/* ヘッダーはTBもSP表示 */
@media print, screen and (min-width:960px) {
	.spMenuBtn {
		display: none;
	}
}

/* PC版header要素 */
@media print, screen and (min-width:960px) {
	.headerItem {
		display: flex;
		align-items: center;
	}
}

/* サイトロゴ */
#logo {
	width: 140px;
	margin: 0 auto 10px;
}
@media print, screen and (min-width:960px) {
	#logo {
		margin: 0;
	}
}

/* 銘柄検索 */
.topSearchBox {
	display: none;
}
@media print, screen and (min-width:960px) {
	.topSearchBox {
		display: block;
		margin-right: 20px;
	}
}

.getCodeQ {
	position: relative;
	margin: 0;
	padding: 0;
}
@media print, screen and (min-width:960px) {
	.getCodeQ {
		width: 260px;
		height: 32px;
	}
}

.getCodeQ input.searchForm {
	width: 100%;
	height: 36px;
	padding: 6px 42px 6px 10px;
	border: 0;
	border-radius: 3px;
}
.getCodeQ input:focus {
	outline: none;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
}
@media print, screen and (min-width:960px) {
	.getCodeQ input.searchForm {
		height: 32px;
		padding: 0 36px 0 10px;
		line-height: 32px;
	}
}

.getCodeQ button {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	padding: 0;
	color: #006dc9;
	font-size: 2.2rem;
	background: transparent;
	border: 0;
	cursor: pointer;
}
@media print, screen and (min-width:960px) {
	.getCodeQ button {
		width: 32px;
		height: 32px;
		padding: 0 0.2em 0.1em;
		font-size: 1.8rem;
	}
}
.getCodeQ button:focus {
	outline: none;
}

/* アカウントボタン */
.accountBtn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	font-size: 2.4rem;
	border-radius: 50%;
}
.accountBtn .mystatus{
	display: none;
}
@media print, screen and (min-width:960px) {
	.accountBtn{
		width: auto;
		height: 32px;
		padding: 0 0.6em;
		font-size: 2rem;
		border-radius: 3px;
	}
	.accountBtn:hover{
		text-decoration: none;
		box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
	}
	.accountBtn .mystatus{
		display: block;
		margin-left: 0.5em;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1;
	}
}

.accountBtn.type{
	color: #666;
	background: #e0e6eb;
}
.accountBtn.typeC{
	color: #006dc9;
	background: #c0e2f9;
}
.accountBtn.typeB,
.accountBtn.typeG{
	color: #fff;
	background-image: -webkit-linear-gradient(left, #5e686d 10%, #b9c3c9 50%, #5e686d 90%);
	background-image: linear-gradient(to right, #5e686d 10%, #b9c3c9 50%, #5e686d 90%);
}
.accountBtn.typeA,
.accountBtn.typeP{
	color: #fff;
	background-image: -webkit-linear-gradient(left, #69570b 10%, #ccab16 50%, #69570b 90%);
	background-image: linear-gradient(to right, #69570b 10%, #ccab16 50%, #69570b 90%);
}

/* アカウントメニュー */
#accountMenu {
	position: fixed;
	top:0;
	right: 0;
	width: 200px;
	/*height: 100vh;*/
	height: auto;
	padding: 60px 20px 20px;
	color: #006dc9;
	background: #e6f4f9;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
	z-index: 1;
	transition: none;
}
@media print, screen and (min-width:960px) {
	#accountMenu {
		height: auto;
	}
}

/* モーダル表示 */
#accountMenu:not(:target) {
	right: -100%;
	transition: right 1.5s;
}
#accountMenu:target {
	right: 0;
	transition: right 1s;
}

#accountMenu .statusLabel {
	margin: 0 0 10px;
	padding: 0.5em 1em;
	font-weight: bold;
	text-align: center;
}

/* 会員ステータス色分け */
#accountMenu.type .statusLabel{
	color: #666;
	background: #e0e6eb;
}
#accountMenu.typeC .statusLabel{
	color: #006dc9;
	background: #c0e2f9;
}
#accountMenu.typeB .statusLabel,
#accountMenu.typeG .statusLabel{
	color: #fff;
	background-image: -webkit-linear-gradient(left, #5e686d 10%, #b9c3c9 50%, #5e686d 90%);
	background-image: linear-gradient(to right, #5e686d 10%, #b9c3c9 50%, #5e686d 90%);
}
#accountMenu.typeA .statusLabel,
#accountMenu.typeP .statusLabel{
	color: #fff;
	background-image: -webkit-linear-gradient(left, #69570b 10%, #ccab16 50%, #69570b 90%);
	background-image: linear-gradient(to right, #69570b 10%, #ccab16 50%, #69570b 90%);
}

#accountMenu ul {
	margin: 0 10px;
}
#accountMenu li a {
	display: inline-block;
	padding: 0.6em 0;
}

/*--------------------
 グローバルナビメニュー
--------------------*/
#naviArea{
	position: fixed;
	overflow-y: auto;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	padding: 60px 10px 10px;
	background: #eff6fa;
	background: #e6f4f9;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
	z-index: 1;
	transition: none;
}

/* モバイル時モーダル表示 */
#naviArea:not(:target) {
	top: 0;
	left: -100%;
	transition: left 1.5s;
}
#naviArea:target {
	top: 0;
	left: 0;
	transition: left 1s;
}

@media print, screen and (min-width:960px) {
	#naviArea {
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		overflow: hidden;
		width: 100%;
		height: auto;
		padding: 20px;
		box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
	}

	/* hoverでモーダル表示
	--------------------*/
	/* モバイルのアニメーションを解除 */
	#naviArea,
	#naviArea:not(:target),
	#naviArea:target {
		top: -10px;
		left: 0;
		visibility: hidden;
		opacity: 0;
		transition: all .4s ease;
	}
	#naviArea:not(:target),
	#naviArea:target {
		transition: all 0s ease;
	}

	.menuBtnWrap:hover .menuBtnOverlay {
		width: calc(100% - 660px);
	}
	.menuBtnWrap:hover ~ #naviArea,
	#naviArea:hover {
		top: 60px;
		left: 0;
		visibility: visible;
		opacity: 1;
	}
	.menuBtnWrap:hover ~ #naviArea {
		transition: all .5s ease;
	}

	/* innerの設定 */
	.naviInner{
		display: flex;
	}
}

/* リアルタイム会員のご案内ボタン */
.naviAboutBtn{
	display: block;
	padding: 0.6em;
}
@media print, screen and (min-width:960px) {
	.naviAboutBtn{
		display: none
	}
}

.naviItem {
	padding: 10px 0;
}
.naviItem ~ .naviItem {
	border-top: 1px solid #c0d2dc;
}
@media print, screen and (min-width:960px) {
	.naviItem ~ .naviItem {
		padding: 0 20px;
		border-top: 0;
		border-left: 1px solid #c0d2dc;
	}
	.naviItem.item1 {
		width: 540px;
		padding: 0;
	}
	.naviItem.item1 ul {
		display: flex;
		flex-wrap: wrap;
	}
	.naviItem.item1 li {
		width: calc(100% / 3);
	}
}

.naviSearchBox{
	padding: 0.6em 0;
}
@media print, screen and (min-width:960px) {
	.naviSearchBox{
		display: none
	}
}

.naviItem p {
	padding: 0.6em 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.naviItem a {
	display: block;
	padding: 0.6em 0;
}
@media print, screen and (min-width:960px) {
	.naviItem a {
		display: inline-block;
		padding: 0.3em 0;
	}
}

/*--------------------
 コンテンツエリア
--------------------*/
.contentsArea {
	position: relative;
	flex: 1 1 auto;
	width: 100%;
	padding: 30px 15px 45px;
}
@media print, screen and (min-width:960px) {
	.contentsArea {
		padding: 30px 20px 60px;
	}
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .contentsArea {
	min-height: calc(100vh - 60px - 302px);
}

#contentsTopArea {
	margin: 0 0 3em;
}

.reloadCountDown {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

/*--------------------
 Topへ戻る
--------------------*/
#pageTop {
	position: fixed;
	right: 0;
	bottom: 30px;
	width: 48px;
	height: 48px;
	padding: 12px;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1;
	text-align: center;
	background: rgba(0,0,0,0.5);
	background: rgba(146,168,186,0.7);
	background: rgba(108,140,160,0.6);
	background: rgba(60,90,120,0.5);
	z-index: 10;

	/* 非表示にしておく */
	display: none;
	opacity: 0;
}
#pageTop:hover {
	cursor: pointer;
	opacity: 0.6;
}
@media print, screen and (min-width:768px) {
	#pageTop {
		display: none;
	}
}

/*--------------------
 フッター
--------------------*/
#footer {
	width: 100%;
	padding: 0 15px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	background: #000;
}
@media print, screen and (min-width:768px) {
	#footer {
		padding: 0 20px;
	}
}

.footerInner a:not(.btn) {
	color: #ccc;
}

/* フッターナビ
--------------------*/
.footerNaviArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 30px;
	text-align: left;
}
@media screen and (min-width:768px) {
	.footerNaviArea {
		flex-direction: column;
		justify-content: flex-start;
		max-height: 320px;
		padding: 30px 0;
	}
}
@media print, screen and (min-width:960px) {
	.footerNaviArea {
		flex-wrap: nowrap;
		flex-direction: row;
	}
}

.footerNaviItem{
	width: calc(50% - 10px);
}
.footerNaviItem ~ .footerNaviItem{
	margin: 20px 0 0;
}
.footerNaviItem.item1,
.footerNaviItem.itemLast{
	width: 100%;
}
.footerNaviItem.itemLast{
	margin: 30px 0 0;
	text-align: center;
	white-space: nowrap;
}
@media print, screen and (min-width:768px) {
	.footerNaviItem,
	.footerNaviItem.itemLast{
		width: auto;
	}
	.footerNaviItem.item1{
		width: 320px;
	}
	.footerNaviItem ~ .footerNaviItem{
		margin: 0 0 20px;
	}
	.footerNaviItem ~ .footerNaviItem.itemLast{
		margin: 0 0 0 auto;
	}
}
@media print, screen and (min-width:960px) {
	.footerNaviItem.item1{
		width: 460px;
	}
	.footerNaviItem ~ .footerNaviItem{
		margin: 0 10px 0 30px;
	}
}

/* 銘柄検索カラム */
.footerNaviItem.item1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footerNaviItem.item1 li{
	width: calc(50% - 10px);
}
@media print, screen and (min-width:960px) {
	.footerNaviItem.item1 ul{
		justify-content: flex-start;
	}
	.footerNaviItem.item1 li{
		width: calc(100% / 3);
	}
}

.footerNaviItem p {
	margin: 0 0 0.6em;
	font-weight: bold;
}
.footerNaviItem li a {
	display: inline-block;
	padding: 0.6em 0;
}
@media print, screen and (min-width:768px) {
	.footerNaviItem li a {
		padding: 0.3em 0;
	}
}

/* 会員案内ボタン */
.footerAboutBtn{
	width: 180px;
	margin: 0 auto 20px;
	padding: 0.8em;
}
@media print, screen and (min-width:768px) {
	.footerAboutBtn{
		width: auto;
		margin: 0 auto 30px;
		padding: 0.8em 1.2em;
	}
}

/* SNSシェアボタン */
.footerSnsArea {
	margin: 0 auto;
	font-size: 2.4rem;
	line-height: 1;
}
@media print, screen and (min-width:768px) {
	.footerSnsArea {
		margin: 0 0 0 auto;
	}
}
.footerSnsArea li {
	display: inline-block;
	margin: 0 10px;
}
@media print, screen and (min-width:768px) {
	.footerSnsArea li ~ li {
		margin-right: 0;
	}
}
.footerSnsArea a.snsBtn {
	display: block;
	padding: 0;
	color: #aaa;
}
.footerSnsArea a.snsBtn:hover {
	color: #ccc;
	text-decoration: none;
}

/* bottomエリア */
.footerBottom{
	padding: 20px 0;
	font-size: 1.1rem;
	border-top: 1px solid #444;
}
@media print, screen and (min-width:768px) {
	.footerBottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

.footerLink li {
	display: inline-block;
	margin: 4px 8px;
}
@media print, screen and (min-width:768px) {
	.footerLink li {
		margin: 0;
	}
	.footerLink li ~ li {
		margin-left: 5px;
	}
	.footerLink li ~ li::before {
		content: "｜";
		color: #999;
		margin-right: 5px;
	}
}

.copyright {
	margin: 20px 0 0;
	color: #ccc;
}
@media print, screen and (min-width:768px) {
	.copyright {
		margin: 0;
	}
}

/* ログimg */
#KM_LOGIMG{
	width: 100%;
	height:1px;
	line-height: 1px;
	font-size: 1px;
}
