@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;

}
/* パソコンで見たときは"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%;
}


@media screen and (max-width: 579px){

.JS .PageTitleStyle3 {
	background-color: #fff;
	}

/* スマートフォンで見たときは"sp"のclassがついたものが表示 */
.pc { display: none !important; }
.sp { 	display: block !important; }

}

