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

/* --------------------------------------------------
mainTtl
-------------------------------------------------- */
.mainTtl {
	background: url(../img/ttl.png) no-repeat center left,url(../img/ttl_img.png) no-repeat top right;
	background-size: auto auto, cover;
}

.mainTtl span::before{  
	content: "";}
	
/*-------------------------------------------------
qaCol
---------------------------------------------------*/
.qaCol{
	margin-bottom: 3rem;
}

.qaCol p::before{
	content:"A";
    color: #FFF ;
    background: #0071c7;
	padding: 10px 12px;

    text-align: center ;
	font-size:2rem;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	}

.qaCol p{
	padding-left: 5rem;
	position: relative;
}

/* --------------------------------------------------
smartPhone
-------------------------------------------------- */

@media screen and (max-width: 768px) {
	
		/* --------------------------------------------------
	mainTtl
	-------------------------------------------------- */
	
   .mainTtl {
	   background: #0071c7 ;
   }
	

}