@charset "utf-8";


.sub_top_img {
	background-image: url(../../common/img/pic_main_word.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 28.5%;	/*画像縦横比を保つための値*/
	position: relative;	/*画像上テキストの位置指定用*/
}

.content .tofaq_btn a {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: 5px solid #0085B2;
    text-decoration: none;
    display: block;
    width: 25%;
    background-color: #0085B2;
    line-height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 70%;
}
.content .tofaq_btn a:hover {
	color: #0085B2;
	background-color: #FFF;
	border-top-color: #0085B2;
	border-right-color: #0085B2;
	border-bottom-color: #0085B2;
	border-left-color: #0085B2;
}

.content .qandaBlock{
	width:90%;
	margin-left:30px;
	margin-top:30px;

}

.content .qandaBlock .qalist .titleSet h3{
	margin-bottom:0;
	padding-bottom:0;
	margin-top:50px;
	/*background-color: rgb(200 200 200);検証用*/
	padding-bottom: 15px;
}

.content .qandaBlock .qalist .qalistTxt p{
	margin-top:10px;
}

@media screen and (min-width:1200px){



}
/*(/1200～)*/


@media screen and (max-width:960px){
	.content .tofaq_btn a {
		font-size: 18px;
	}
}
/*(/～960)*/


/*iPad対応*/

@media screen and (max-width:780px){

	.content .tofaq_btn a {
		width:28%;
	}
}
/*(/～780)*/


@media screen and (max-width:736px){


}

/*(～736)*/

@media screen and (max-width:640px){
	
	.content .tofaq_btn a {
		width: 70%;
		margin: 0 auto;
	}
	.content .qandaBlock{
		margin:0 auto;
	}
	
}

/*(/～640)*/


@media screen and (max-width:460px){


}

/*(/～460)*/



