@charset "shift_jis";


/* **************************************************

Name: blockchain.css

Copyright 2019 Hitachi, Ltd. 

***************************************************** */

/*---見出しタイトル---*/

h2.imgTitle{
	background: none;
} 

.Section h2.subTitle {
	padding: 10px 4px 0;
	font-size: 150%;
	font-weight: bold;
	color: #777;
	line-height: 130%;
	background: none;
	margin:20px 0;
	border-bottom: solid 1px #777;
}

.Section h3{
	color:#000;
}


/* パソコンで見たときは"pc"のclassがついたものが表示 */
.pc { display: block !important; }
.sp { display: none !important; }

.cap01{
	position:absolute;
	margin:-250px 250px 0 30px;
	color:#fff;
	font-weight:bold;
	font-size: 100%;
}

.cap02{
	position:absolute;
	margin:-250px 250px 0 30px;
	color:#000;
	font-weight:bold;
	font-size: 100%;
}

.BlueBox{
	background-color:#d9f3ff;
	margin-bottom:20px;
	padding:0 15px 10px;
}


@media screen and (max-width: 579px){

.JS .PageTitleStyle3 {
	background-color: #fff;
	}

/* スマートフォンで見たときは"sp"のclassがついたものが表示 */
.pc { display: none !important; }
.sp { 	display: block !important; }

}

