@charset "UTF-8";

.contentpage .m_img{
	background-image:url(../images/topics/m_img_faq@2x.jpg);
}


/*一覧
---------------------------------------------------------*/
.com_index02{
	margin-bottom:110px;
}
article{
	margin-bottom:75px;
}
article .entry-title{
	padding: 40px 50px 40px 115px;
	color:#2c3245;
	font-weight:bold;
	font-size:150%;
	letter-spacing: 0.05em;
	background:url(../images/topics/icon_q@2x.png) no-repeat 50px center #dbe9ea;
	background-size:46px 52px;
}
article .entry-content{
	margin: 40px 50px 0 50px;
	background:url(../images/topics/icon_a@2x.png) no-repeat left 10px;
	background-size:46px 41px;
	padding-left: 70px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_index02{
	margin-bottom:80px;
}
article{
	margin-bottom:50px;
}
article .entry-title{
	padding: 25px 25px 25px 80px;
	font-size:130%;
	background:url(../images/topics/icon_q@2x.png) no-repeat 25px center #dbe9ea;
	background-size:35px 40px;
}
article .entry-content{
	margin: 20px 10px 0 25px;
	background-size:35px 31px;
	padding-left: 60px;
}	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_index02{
	margin-bottom:13%;
}
article{
	margin-bottom:10%;
}
article .entry-title{
	padding: 5% 5% 5% calc(8% + 30px);
	font-size:4.5vw;
	background:url(../images/topics/icon_q@2x.png) no-repeat 5% center #dbe9ea;
	background-size:30px 34px;
}
article .entry-content{
	margin: 5% 0 0 0;
	background:url(../images/topics/icon_a@2x.png) no-repeat 5% 10px;
	background-size:30px 27px;
	padding-left: calc(8% + 30px);
}	
}




/*無料個別カウンセリング
---------------------------------------------------------*/
.com_counseling{
	margin-top: 30px;
	margin-bottom:110px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_counseling{
	margin-top: 10px;
	margin-bottom:60px;
}	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_counseling{
	margin-top: 3%;
	margin-bottom:13%;}}