@charset "shift_jis";


/* **************************************************

Name: hensyubu.css

Description: Setting of Custom CSS 

Create: 2019.02.22
Update: 2019.xx.xx

Copyright 2015 Hitachi, Ltd. 

***************************************************** */

/*---ページタイトル---*/

.PageTitleStyle.IndexStyle {
	background-color: #fff4a4;
	border-top: 2px solid #fff4a4;
	border-right: 2px solid #fff4a4;
	border-bottom: 6px solid #FFDEA4;
	border-left: 2px solid #fff4a4;
	color: #666;
	margin-bottom: 1em;
}

.PageTitleStyle.IndexStyle.Img {
	background-color:transparent;
	box-shadow:0px 1px 1.25px #bfbfbf;
	border-bottom: 1px solid #D7DADD;
	color: #333;
	padding:0;
}
.PageTitleStyle.IndexStyle.Img h1,
.PageTitleStyle.IndexStyle.Img h1 a,
.PageTitleStyle.IndexStyle.Img img{
	margin:0;
	padding:0;
	font-size:0;
}

.PageTitleStyle.IndexStyle p.Chapter {
	color: #444; 
	margin:0;
	padding: .5em 0 0 .25em;
}

.PageTitleStyle.IndexStyle p.ImgOnlyStyle {
	height: auto;
	padding: 0;
	margin: 0 ;
	float: right;
} 
.PageTitleStyle.IndexStyle p.ImgOnlyStyle img {
	max-width:100%;
	height: auto;
	margin: 0;
	display: block;	
}

.PageTitleStyle.IndexStyle p.ImgOnlyStyle:after,
.PageTitleStyle.IndexStyle p.ImgOnlyStyle img:after  {
	content: "";
	display: block;
	clear: both;
}
	
.PageTitleStyle.IndexStyle h1,
.PageTitleStyle.IndexStyle p.TextStyle2 { 
	width: 100%;
	margin-left: 0 .25em;
}

.PageTitleStyle.IndexStyle h1 span.SubTitle_ryoko { 
	font-size:90%;
	line-height:80%;
}
.PageTitleStyle.IndexStyle h1 span.SubTitle_ryokoS { 
	display: block;
	font-size: 60%;
	line-height: 130%;
}
.PageTitleStyle.IndexStyle h1 span.SubTitle_ryokoM { 
	display: block;
	font-size: 70%;
	line-height: 130%;
	margin-top: 30px;
	margin-bottom: 10px;
}

/*---ページタイトル レポートLP---*/

.PageTitleStyle.IndexStyle_repoLP {
	background-color: #AA9035;
	border-top: 2px solid #AA9035;
	border-right: 2px solid #AA9035;
	border-bottom: 6px solid #AA9035;
	border-left: 2px solid #AA9035;
	color: #fff;
	text-align: center;
	margin-bottom: 1em;
}
.PageTitleStyle.IndexStyle_repoLP h1,
.PageTitleStyle.IndexStyle_repoLP p.TextStyle2 { 
	width: 100%;
	margin-top: 10px;
}
.PageTitleStyle.IndexStyle_repoLP h1 a:hover {
	color: #fff; 
}


.ryoko_note {
	font-size:70%;
}

@media screen and (max-width: 767px){
	
	.PageTitleStyle.IndexStyle p.ImgOnlyStyle img {
		max-width:100%;
		height: auto;
		padding: .5em 0;
		margin-bottom: .5em;
		display: block;		
	}
	
	.PageTitleStyle.IndexStyle h1 { font-size: 140%;}
	
	.PageTitleStyle.IndexStyle.Img { padding:0;}
	
	.PageTitleStyle.IndexStyle.Img h1,
	.PageTitleStyle.IndexStyle.Img h1 a
	.PageTitleStyle.IndexStyle.Img img {
		width: 100%!important;
		margin:0;
		padding:0;
	}
	
}

@media screen and (max-width: 579px){

	.PageTitleStyle.IndexStyle p.ImgOnlyStyle { float: none;}
	
	.PageTitleStyle.IndexStyle p.ImgOnlyStyle img { margin: 0 auto;}

}