@charset "UTF-8";


/*----------------------------------------------------
	☆COMMON
----------------------------------------------------*/

.inPage section.conceppt{
	padding-top: 40px;
	background-image: url(../../lib/cmn_img/concept/img01.png), url(../../lib/cmn_img/concept/img02.png);
	background-repeat: no-repeat,no-repeat;
	background-position: top left 2%,bottom right 2%;
	text-align: center;
}
.inPage section.conceppt .mainTx{
	font-size: 3.4rem;
	letter-spacing: 0.1em;
}
.inPage section.conceppt .subTx{
	font-size: 1.8rem;
	letter-spacing: 0.25em;
	line-height: 2;
}

/*デバイスの横幅が1080px以下の場合*/
@media only screen and (max-width: 1080px) {
	
	.inPage section.conceppt{
		background-size: 156px 228px , 163px 222px;
	}

}

/*デバイスの横幅が760px以下の場合*/
@media only screen and (max-width: 760px) {

.inPage section.conceppt{
	text-align: left;
	}
.inPage section.conceppt .mainTx{
	font-size: 2.4rem;
	text-align: center;
}
.inPage section.conceppt .subTx{
	font-size: 1.6rem;
	text-align: center;
}
}










