@charset "utf-8";
/* CSS Document */

#faq dl{
	line-height: 1.5;
}


@media screen and (max-width: 640px) {
/*
#secondContents img{
        width:100%; 
    }

#pageTitle:before{
	content: '事業内容';
}*/

#faq dl{
	border: dotted 1px #006cb8;
	margin-top: 15px;
}
#faq dl:first-child{
	margin-top: 0;
}
	#faq dt{
		padding: 15px;
		border-bottom: dotted 1px #006cb8;
		color: #006cb8;
		font-weight: bold;
		font-size: 14px;
	}
	#faq dt:before{
		content: 'Q.';
		margin-right: 5px;
	}
	#faq dd{
		padding: 15px;
	}

#faq #secondContents > p > img{
    width:100%;
}
}

@media screen and (min-width: 641px) and (max-width: 1000px) {

#secondContents img{
        width:100%; 
    }

#pageTitle{
    background: url(../about%20-%20Copy/images/pagetitle.jpg) no-repeat center;
    background-size: cover;
    /*background: #ccc;*/
}

#faq dl{
	border: dotted 1px #006cb8;
	margin-top: 15px;
}
#faq dl:first-child{
	margin-top: 0;
}
	#faq dt{
		padding: 15px;
		border-bottom: dotted 1px #006cb8;
		color: #006cb8;
		font-weight: bold;
		font-size: 15px;
	}
	#faq dt:before{
		content: 'Q.';
		margin-right: 5px;
	}
	#faq dd{
		padding: 15px;
	}

}

@media screen and (min-width: 1001px){

#pageTitle{
    background: url(../about%20-%20Copy/images/pagetitle.jpg) no-repeat center;
    background-size: cover;
    /*background: #ccc;*/
}


#faq dl{
	border: dotted 1px #006cb8;
	margin-top: 15px;
}
#faq dl:first-child{
	margin-top: 0;
}
	#faq dt{
		padding: 15px;
		border-bottom: dotted 1px #006cb8;
		color: #006cb8;
		font-weight: bold;
		font-size: 15px;
	}
	#faq dt:before{
		content: 'Q.';
		margin-right: 5px;
	}
	#faq dd{
		padding: 15px;
	}

}

.a {
}
