@charset "utf-8";
/* CSS Document */
#NaviVoice 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;
	margin-bottom: 50px;
}
#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;
}
#Voice{
	width:1120px;
	padding:0 10px;
	margin: 0 auto;
}

#Voice p {
	font-size:15px;
	margin-bottom: 20px;
	line-height: 1.6
}

#Voice > p{
		font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 60px;
}
.voice_detail {
	margin: 0 auto 50px;
	border: 1px solid #c7c7c7;
	border-top: 4px solid #004492;
	width: 1060px;
	padding: 30px;
	overflow: hidden
}

.voice_detail a{
	color:#424242;
}

.voice_detail h3{
	font-size: 24px;
	color: #004492;
	font-weight: bold;
	margin-bottom: 40px;
	line-height:1.4;
	margin-top: 0px;
	background: url(../img/voice01_bg.gif) top left no-repeat;
	background-size: 100% auto;
	padding: 0px 0px 30px 0px;
	position: relative
}
#Voice02.voice_detail h3{
	background: url(../img/voice02_bg.gif) bottom left no-repeat;
	padding: 0px 0px 30px 0px
}
#Voice01 h3:after,#Voice02 h3:after{
	position: absolute;
	content: "集客目的プラン";
	background: #004492;
	border-radius: 3px;
	padding:4px;
	height: 20px;
	color: #fff;
	font-size:13px;
	font-weight: normal;
	bottom:2px;
	right:2px;
}

#Voice03 h3:after{
	position: absolute;
	content: "手軽にはじめるプラン＋レッツエディター";
	background: #9db737;
	border-radius: 3px;
	padding:4px;
	height: 20px;
	color: #fff;
	font-size:13px;
	font-weight: normal;
	bottom:2px;
	right:2px;
}
#Voice03.voice_detail h3{
	background: url(../img/voice03_bg.gif) bottom left no-repeat;
}
.voice_image{
	width:300px;
	float:right;
	margin-right: 45px;
  box-shadow: 0px 3px 5px 0px rgba(146, 146, 146, 0.35);
}
.voice_image img{
	vertical-align: bottom

}
#Voice p.customer_name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}
.voice_text{
	width:650px;
	float:right;
}

#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;
	
}
#Other h2{
    width: 100%;
    font-size: 30px;
    color: #004492;
    border-bottom: 1px solid #004492;
    margin: 20px 0px 40px 0px;
    padding-bottom: 10px;
}



@media screen and (max-width: 767px) {

#Header p {
	display: none

}
#TitleWrapper{
    background: #4588de;
	padding: 0;
	margin-bottom: 30px;
}

	
#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;

}
#Voice{
	width:100%;
	padding: 0;	
}
#Voice p{
	font-size: 14px;
		margin-bottom: 20px;
	}
	
.voice_detail{
    width: 90%;
    padding:60px 10px 20px;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	border-top:2px solid #004492;
	position: relative
}


.voice_detail:before {
	position: absolute;
	content: "- Voice01 -";
	color:#024ea3;
	font-size: 18px;
	top:10px;
left: 50%;
margin-left: -50px;	
 }

.voice_detail h3,
#Voice01.voice_detail h3,
#Voice02.voice_detail h3,
#Voice03.voice_detail h3{
		background: none;
	margin-bottom: 0px;
		padding: 0px 0px 30px 0px
}
	
	
#Voice01:before{
	content: "- Voice01 -";
 }
#Voice02:before{
	content: "- Voice02 -";
 }
#Voice03:before{
	content: "- Voice03 -";
 }
	
.voice_image{
	width:100%;
	float:none;
	  box-shadow: none;
	text-align: center
}
.voice_image img{
	width: 90%;
	height: auto;	
}

.voice_text{
	width:100%;
	float:none;
}
	
.voice_detail h3 {
    font-size: 18px;
    margin-bottom: 20px;
	background: none
}
#Voice p.customer_name {
    font-size: 14px;
	font-weight: normal;
margin-bottom: 15px;
border-top: dotted 1px #c7c7c7;
border-bottom: dotted 1px #c7c7c7;
padding: 10px;
	text-align: center;
}
	#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;
}

}


