@charset "Shift_JIS";

@import "/servlets/dt/html/common/css/trendmap.css";

/*----------------------------------------
 トップページ
----------------------------------------*/
/* 共通スタイルの解除
--------------------*/
.headerWrap{
	z-index: 10;
}
#header {
	background: transparent;
}
@media print, screen and (min-width:960px) {
	/*
	.menuBtnWrap:hover ~ #header {
		background: #e6f4f9;
	}
	*/
	#naviArea{
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
	}
}
.contentsArea{
	padding: 0 0 30px;
}
.contentsInner{
	max-width: initial !important;
	max-width: none;
}

/* 見出し */
.sectionTitle {
}
.sectionTitle .subTitle {
	color: #000;
	font-size: 3rem;
}
.sectionTitle h2 {
	margin: 0;
	padding: .3em 0 0;
	font-size: 1.6rem;
	border: none;
}
.sectionTitle span {
	font-size: 1.4rem;
}
@media print, screen and (min-width:768px) {
	.sectionTitle .subTitle {
		font-size: 4rem;
	}
	.sectionTitle h2 {
		font-size: 2rem;
	}
	.sectionTitle span {
		font-size: 1.6rem;
	}
}

/* 見出しテキストリンク */
.subTitle a.linkArrow,
h3 a.linkArrow {
	color: #000;
}
.subTitle a.linkArrow:hover,
h3 a.linkArrow:hover {
	text-decoration: none;
}
.subTitle a.linkArrow::after {
	color: #006dc9;
	font-size: 60%;
	margin-bottom: 0.1em;
}
h3 a.linkArrow::after {
	color: #006dc9;
	font-size: 80%;
	margin-bottom: 0.2em;
}

/* section */
section {
	margin: 0 0 3em;
	padding: 0 15px;
}
section:last-child {
	margin: 0 0 5em;
}
@media print, screen and (min-width:768px) {
	section {
		margin: 0 0 5em;
		padding: 0 20px;
	}
	section:last-child {
		margin: 0 0 8em;
	}
}

.homeContents{
	color: #405a65;
}

/* メインビジュアル
--------------------*/
.heroArea {
	position: relative;
	z-index: 0;
	margin: -60px 0 0;
	padding: 70px 15px 30px;

	/* 背景 */
	background-color: #e6f4f9;
	background-image: url("/servlets/dt/html/home/img/heroimage_bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
@media print, screen and (min-width:768px) {
	.heroArea {
		overflow: hidden;
		padding: 80px 20px 30px;
	}
	.heroInner{
		display: flex;
		justify-content: space-between;
	}
}

/* 見出し */
.heroArea .sectionTitle{
	margin: 0 0 0.5em;
	color: #006dc9;
	font-size: 2.4rem;
	text-align: center;
}
@media print, screen and (min-width:768px) {
	.heroArea .sectionTitle{
		font-size: 3rem;
		text-align: left;
	}
}
.heroArea .sectionTitle span{
	display: inline-block;
	font-size: inherit;
	white-space: nowrap;
}

/* リード文 */
.heroArea h1 {
	margin: 0 0 1em;
	font-size: 1.4rem;
}
/* 会員案内ボタン */
.heroAboutBtn{
	width: 250px;
	height: 32px;
	margin: 0 auto;
}
/* デバイス画像 */
.heroItem.itemImg {
	margin: 30px auto 0;
	text-align: center;
}
@media print, screen and (min-width:768px) {
	.heroArea h1 {
		font-size: 1.6rem;
	}
	.heroAboutBtn{
		margin: 0;
	}
	.heroItem.itemImg {
		margin: 0 0 -120px;
		width: 60%;
		max-width: 620px;
	}
}

/* What's New
--------------------*/
section.newsArea{
	margin: 0;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #c0d2dc;
}
.newsArea h2{
	display: none;
}
.newsItem{
	padding: 10px 20px;
}
.newsDate{
	display: block;
}
@media print, screen and (min-width:768px) {
	.newsDate{
		display: inline-block;
		margin-right: 0.5em;
	}
}
@media screen and (min-width:960px) {
	.newsInner{
		position: relative;
		width: calc(100% - 40px);
	}
	.newsArea{
		position: absolute;
		top: -25px;
		right: 0;
		display: flex;
		width: 600px;
	}
	.newsArea h2{
		display: block;
		width: 140px;
		margin: 0;
		padding: 10px;
		font-size: 1.8rem;
		text-align: center;
		background: #dfeef6;
		border: none;
	}
	.newsItem{
		padding: 12px 15px;
	}
}

/*--------------------
 本日の市況
--------------------*/
.marketArea{
	margin-top: 2em;
	padding: 0;
}
.marketArea .sectionTitle {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
@media print, screen and (min-width:768px) {
	.marketArea{
		margin-top: 5em;
	}
	.marketArea .sectionTitle {
		margin: 0 auto 2em;
		padding: 0 20px;
	}
}

.marketArea .inner{
	max-width: 1200px;
}

.marketContent{
	padding: 0;
	background: #e6f4f9;
}

/* 取引時間内レイアウト
----------------------------------------*/
.marketItemIframe {
	width: 100%;
	height: 500px;
	background: #fff;
	padding: 15px 15px 0;
}
@media print, screen and (min-width:768px) {
	.innerMarketContent {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		height: 360px;
		margin: 0 20px;
		padding: 20px 0;
	}
	.marketItemIframe {
		width: calc(100% - 350px);
		box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
		transform: translateY(-10em);
	}
}

/* iframe用スタイル */
#marketIframeWrap {
	position: relative;
	width: 100%;
	height: 480px;
}

/* 株価指数・外国為替
--------------------*/
.marketItemChart {
	max-width: 320px;
	margin: auto;
	padding: 20px 15px;
}
@media print, screen and (min-width:768px) {
	.marketItemChart {
		width: 300px;
		max-width: initial;
		max-width: none;
		margin: 0;
		padding: 20px 0;
	}
}

.marketItemChart input[type="radio"] {
	display: none;
}

/* タブ */
.marketItemChart label{
	position: relative;
	display: inline-block;
	padding: 0 0 0.5em;
	color: #405a65;
	cursor: pointer;
}
.marketItemChart label::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	/*
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	*/
}
.marketItemChart label:hover::after {
	left: 0;
	width: 100%;
	background: #92a8ba;
}
.marketItemChart input[type="radio"]:checked + label {
	color: #006dc9;
}
.marketItemChart input[type="radio"]:checked + label::after {
	left: 0;
	width: 100%;
	background-color: #006dc9;
}
.marketItemChart label ~ label {
	margin-left: 1.35em;
}

.marketItemChart .tabContent {
	width: 100%;
	margin: 2em auto 0;

	/* いったん非表示にする */
	display: none;
}

/* 表示切替 */
#topixChartTab:checked ~ #topixContent,
#mothersIndexChartTab:checked ~ #mothersIndexContent,
#usdjpyChartTab:checked ~ #usdjpyContent,
#eurjpyChartTab:checked ~ #eurjpyContent {
	display: block;
}

/* 取引時間外レイアウト
----------------------------------------*/
.marketItemOutside {
	max-width: 320px;
	margin: 2em auto 0;
	padding: 20px 15px;
}
@media print, screen and (min-width:768px) {
	.marketItemOutside{
		max-width: initial;
		max-width: none;
		margin: 0;
		padding: 40px 20px;

		/* 背景 */
		background-color: #e6f4f9;
		background-image: url(/servlets/dt/html/home/img/marketarea_bg.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.innerOutside {
		max-width: 680px;
	}
}
@media print, screen and (min-width:1200px) {
	.innerOutside {
		display: flex;
		justify-content: space-between;
		max-width: initial;
		max-width: none;
	}
}

/* タブ */
.marketItemOutside input[type="radio"] {
	display: none;
}
.marketItemOutside label{
	position: relative;
	display: inline-block;
	padding: 0 0 0.5em;
	color: #405a65;
	cursor: pointer;
}
.marketItemOutside label::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	/*
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	*/
}
.marketItemOutside label:hover::after {
	left: 0;
	width: 100%;
	background: #92a8ba;
}
.marketItemOutside input[type="radio"]:checked + label {
	color: #006dc9;
}
.marketItemOutside input[type="radio"]:checked + label::after {
	left: 0;
	width: 100%;
	background-color: #006dc9;
}
.marketItemOutside .tabItemSP ~ .tabItemSP,
.marketItemOutside .tabItem ~ .tabItem {
	margin-left: 1.35em;
}

.marketItemOutside label.tabItem{
	display: none;
}
@media print, screen and (min-width:768px) {
	.marketItemOutside label.tabItemSP{
		display: none;
	}
	.marketItemOutside label.tabItem{
		display: inline-block;
	}
}

/* 表示エリア */
.marketItemOutside .tabContent {
	width: 100%;
}
.marketItemOutside .tabContent .contentTitle {
	display: none;
}
.marketItemOutside .tabContent .outsideItem {
	/* いったん非表示にする */
	display: none;
}

/* 表示切替 */
#topixTab:checked ~ #indicesContent #topixContent,
#mothersIndexTab:checked ~ #indicesContent #mothersIndexContent,
#usdjpyTab:checked ~ #forexContent #usdjpyContent,
#eurjpyTab:checked ~ #forexContent #eurjpyContent {
	display: block;
}

@media print, screen and (min-width:768px) {
	.marketItemOutside .tabContent {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		min-width: 560px;

		/* いったん非表示にする */
		display: none;
	}
	.marketItemOutside .tabContent .outsideItem {
		display: block;
		width: calc(50% - 15px);
		max-width: 320px;
		min-width: 270px;
	}

	/* 表示切替 */
	#indicesTab:checked ~ #indicesContent,
	#forexTab:checked ~ #forexContent {
		display: flex;
	}
}

/* 全データ表示 */
@media print, screen and (min-width:1200px) {
	.marketItemOutside label.tabItemSP,
	.marketItemOutside label.tabItem{
		display: none;
	}
	.marketItemOutside .tabContent {
		display: flex;
		width: calc(50% - 15px);
		margin: 0;
	}
	.marketItemOutside .tabContent .outsideItem {
		display: block;
		width: calc(50% - 5px);
	}
	.marketItemOutside .tabContent .contentTitle{
		display: block;
		width: 100%;
	}
	.marketItemOutside .tabContent .contentTitle span{
		display: inline-block;
		padding: 0 0 0.5em;
		color: #006dc9;
		border-bottom: 3px solid #006dc9;
	}
}

/* マーケット情報 */
.marketData {
	display: flex;
	margin: 2em 0 0.7em;
}
.marketData .ico {
	width: 42px;
	margin-right: 0.7em;
}
.marketData .price {
	font-size: 1.8rem;
}
.marketData .price span {
	display: inline-block;
	margin-left: .5em;
}
.marketData .price .change {
	font-size: 1.4rem;
}
.marketData .price .date {
	font-size: 1.2rem;
}
.marketChart {
	min-height: 175px;
	padding: 20px 0 5px;
	text-align: center;
	background: #fff;
}

/* トレンドマップ
--------------------*/
.trendmapArea{}
@media print, screen and (min-width:768px) {
	.trendmapArea .inner{
		display: flex;
		justify-content: space-between;
	}
}

.trendmapArea .sectionTitle {
	margin: 0 0 20px;
}
.trendmapArea .sectionTitle span {
	margin-left: 0.5em;
}

.trendmapArea .itemTxt {
	margin: 0 0 20px;
}
@media print, screen and (min-width:768px) {
	.trendmapArea .itemTxt {
		width: calc(54% - 2em);
		margin: 0;
	}
	.trendmapArea .itemTable {
		width: 46%;
	}
}

.trendmapTime {
	margin: 0 0 0.2em;
	font-size: 1.2rem;
	text-align: right;
}

.homeTrendMap {
	overflow-x: auto;
}
.homeTrendMap table{
	table-layout: fixed;
	width: auto;
}
@media print, screen and (min-width:380px) {
	.homeTrendMap {
		overflow: visible;
	}
	.homeTrendMap table{
		width: 100%;
	}
}

/* スワイプマーク
トレンドマップtableの最小幅は350pxぐらいなので小さめサイズのみ表示する
*/
@media print, screen and (min-width:380px) {
	.swipe {
		display: none;
	}
}

/* サービスのご紹介
--------------------*/
.pickupArea {
	overflow: hidden;
}
.pickupArea .sectionTitle {
	margin: 0 -100%;
	padding: 20px 100% 25px;
	background: #eaf0f4;
}

.pickupItem {
	padding: 20px 0;
}
.pickupItem:not(:first-of-type) {
	border-top: 1px solid #c0d2dc;
}
.pickupItem:last-of-type {
	padding: 20px 0 0;
}
@media print, screen and (min-width:768px) {
	.pickupItem {
		display: flex;
		justify-content: space-between;
		padding: 40px 0;
	}
	.pickupItem:last-of-type {
		padding: 40px 0 0;
	}
}

.pickupItem h3 {
	margin: 0 0 0.6em;
	font-size: 2rem;
	font-weight: normal;
}
@media print, screen and (min-width:768px) {
	.pickupItem h3 {
		font-size: 2.4rem;
	}
}

.pickupItem .itemImg {
	margin: 20px 0 0;
	text-align: center;
}
@media print, screen and (min-width:768px) {
	.pickupItem .itemImg {
		width: 50%;
		margin: 0;
	}
	.pickupItem .itemImg img:hover {
		opacity: 0.7;
	}
	.pickupItem .itemTxt {
		width: calc(50% - 1em);
	}
}
@media print, screen and (min-width:960px) {
	.pickupItem .itemImg {
		width: 60.5%;
		max-width: 680px;
	}
	.pickupItem .itemTxt {
		width: calc(40% - 1em);
	}
}

/* リアルタイム会員限定タグ */
.tag-limited {
	padding: 0.4em 0.8em;
	color: #fff;
	font-size: 1.2rem;
	background-image: -webkit-linear-gradient(left, #69570b 10%, #ccab16 50%, #69570b 90%);
	background-image: linear-gradient(to right, #69570b 10%, #ccab16 50%, #69570b 90%);
	border-radius: 3px;
}

/*--------------------
 株マップロゴ
--------------------*/
.footerLogo {
	margin: 0 auto -25px;
	padding: 0 15px;
}
.footerLogo .inner {
	padding: 15px 0;
	border-top: 1px solid #c0d2dc;
}
@media print, screen and (min-width:768px) {
	.footerLogo {
		padding: 0 20px;
	}
	/*
	.footerLogo .inner {
		border: none;
	}
	*/
}
.logoPwd {
	width: 160px;
	margin: 0 auto;
}
@media print, screen and (min-width:768px) {
	.logoPwd {
		margin: 0 0 0 auto;
	}
}
.logoPwd a {
	display: block;
}
