@charset "utf-8";
/* CSS Document */
#NaviTsuyomi a {
    border-bottom: 4px solid #004492;
}
span.bold{
	font-weight: bold;	
}
#Header p {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
#TitleWrapper{
	width: 	100%;
	background: url(../img/h1_bg.jpg) top center no-repeat #487fc2	;	
	overflow: hidden;
	padding-bottom: 8px;

}
#Title{
	width: 	1120px;
	margin: 0 auto;
	padding-top: 50px;	
}

#Title h1{
	font-size:40px;
	color: #fff;
	text-align: center;
	margin-bottom: 33px;
	padding:  0px;
	line-height: 40px;
}

.contents{
	width: 1060px;
	margin: 50px auto 0px;	
		clear: both;
	overflow: hidden	
}

.contents h2{
	font-size: 30px;
	color:#004492;
	margin-bottom: 40px;
	background: url(../img/h2_bg.gif) bottom left no-repeat;
	padding-bottom: 25px;
}

.contents .tsuyomi_text{
	width: 660px;
	float: left;
}
.contents p{
	font-size: 16px;
}

.contents img{
	display: block;
	float: right;
	margin-top: 20px;
}

#TsuyomiMv{
	background: url(../img/tsuyomi_bg.jpg) no-repeat center top;
	background-size: 1920px 430px;
	width:100%;
	height: 430px;
	margin: 0 auto;	
}

#OneStop.contents img{
	float: none;
	margin-top: 40px;
}


#LetsEditor.contents .tsuyomi_text{
	width: 550px;
}


#Other div {
    border-left-width: 12px;
    border-left-style: solid;
    border-left-color: #004492;
    margin-right: 40px;
    margin-left: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}
#Other div h3 {
    color: #004492;
}
#Other a {
    background-image: url(../../img/footer_navi_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
	   color: #004492;
	
}



@media screen and (max-width: 767px) {

#Header p {
	display: none

}
#TitleWrapper{
    background: #4588de;
	padding: 0;
	margin-bottom: 0px;
}

	
#Title{
    width: 100%;
    background: none;
    padding: 30px 0px 0px 0px;
}

#Title h1{
	font-size:25px;
	text-align: center;
	margin-bottom: 20px;
    padding: 0px;
	line-height: 1.2;

}

.contents{
	width: 100%;
	margin: 20px auto 0px;
	padding: 15px;
}

.contents h2{
	background:none;
font-size: 18px;
border-bottom: 1px solid #004492;
margin: 10px 0px 20px 0px;
padding-bottom: 10px;
}

.contents .tsuyomi_text{
	width: 100%;
	float: none;
}
.contents p{
	font-size: 14px;
}

.contents img{
	display: block;
	float: none;
	width: 100%;
	max-width: 364px;
	margin: 30px auto 0px
}
#TsuyomiMv{
	padding: 15px;
	overflow: hidden;
	font-size: 16px;
	height: auto;
	background: #e6f0f9
}

#OneStop.contents img{
/*	max-width:600px ;*/
}
#SeoTaisaku.contents img{
		width: 55% !important
	}
	
#LetsEditor.contents .tsuyomi_text{
	width: 100%;
}
#LetsEditor.contents img{
	max-width: 100%;
}
#ZenkokuTaiou.contents img,#Owarini.contents img{
		width: 70%
}
	

	
#Other div {
    border-left-width: 12px;
    border-left-style: solid;
    border-left-color: #004492;
    margin-right: 10px;
    margin-left: 0px;
    padding-left: 10px;
    margin-bottom: 30px;
}
#Other h2 {
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #004492;
    margin: 10px 0px 20px 0px;
    padding-bottom: 10px;
}

}


