/* ----------- qa_mv ----------- */
.hc_mvSub{
	background: url(../img/hc_mvSubBg02.png) no-repeat top center;
    background-size: cover;
}
/* ----------- qa_btn ----------- */
.qa_btn{
	padding: 80px 0;
	background-color: #e0e4ec;
}
.qa_btn .main1000{
	margin-bottom: -25px;
}
.qa_btn .main1000:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}
.qa_btn .main1000 div{
	width: 31%;
	float: left;
}
.qa_btn div:nth-child(3n-1){
	margin-left: 3.5%;
	margin-right: 3.5%;
}
.qa_btn a{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	border: 2px solid #901ddb;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 23px 5px 23px;
	background: url(../img/QA_btnBg.png),#FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.qa_btn a:hover{
	-webkit-transform: translate(0,-3px);
	-moz-transform: translate(0,-3px);
	-ms-transform: translate(0,-3px);
	-o-transform: translate(0,-3px);
	transform: translate(0,-3px);
}
.qa_btn a span{
	display: table-cell;
	vertical-align: middle;
}
/* ----------- qa_box ----------- */
.qa_box{
	padding: 80px 0 95px;
	background-color: #FFFFFF;
}
.qa_box ul{
	margin-bottom: -20px;
	padding-top: 27px;
}
/*.qa_title{
	font-size: 2.8rem;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 27px;
}*/
.qa_module{
	background-color: #e0e4ec;
	padding: 41px 45px;
	margin-bottom: 20px;
	border-radius: 15px;
}
.qa_module table{
	width: 100%;
}
.qa_Q{
	
}
.qa_Q td{
	
}
.qa_Q td:nth-child(1){
	font-size: 3.0rem;
	line-height: 1;
	color: #901ddb;
	font-weight: bold;
	width: 75px;
	vertical-align: top;
	line-height: 4.0rem;
}
.qa_Q td:nth-child(2){
	font-size: 1.8rem;
	line-height: 3.0rem;
	color: #000000;
	font-weight: bold;
	vertical-align: top;
	padding-top: 5px;
	text-align: justify;
}
.qa_Q td:nth-child(2) a{
	color: #000000;
	text-decoration: underline;
}
.qa_Q td:nth-child(2) a:hover{
	color: #901ddb;
}
.qa_Q td:nth-child(3){
	width: 90px;
	/*position: relative;*/
	vertical-align: top;
}
.part_toggle {
    width: 40px;
    height: 40px;
    /*position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;*/
   	margin: 0 0 0 auto;
    background: #901ddb;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.part_toggle img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.qa_A td:nth-child(2) span{
	display: block;
	padding-top: 20px;
	font-size: 1.6rem;
	line-height: 3.0rem;
	text-align: justify;
}


.show_main {
    display: none;
}
.part_toggle img.hide {
    display: none;
}
.qa_box02{
	background-color: #e0e4ec;
}
.qa_box02 .qa_module {
    background-color: #FFFFFF;
}
.red{
	color: #ff0000;
}




@media only screen and (max-width: 1024px) {
	/* ----------- qa_btn ----------- */
	.qa_btn a{
		font-size: 1.6rem;
		margin-bottom: 25px;
		padding: 23px 5px 23px;
	}
	.qa_btn .main1000 div {
	    width: 32%;
	    float: left;
	}
	.qa_btn div:nth-child(3n-1) {
	    margin-left: 2%;
	    margin-right: 2%;
	}
	
}

@media only screen and (max-width: 768px) {
	/* ----------- qa_btn ----------- */
	.qa_btn .main1000 div {
	    width: 49%;
	    float: left;
	}
	.qa_btn div:nth-child(3n-1) {
	    margin-left: 0%;
	    margin-right: 0%;
	}
	.qa_btn div:nth-child(2n) {
	    margin-left: 2%;
	}
	/* ----------- qa_box ----------- */
	.qa_box ul {
	    margin-bottom: -10px;
	    padding-top: 15px;
	}
	.qa_module {
	    padding: 20px 25px;
	    border-radius: 10px;
	    margin-bottom: 10px;
	}
	.qa_Q td:nth-child(1) {
	    font-size: 2.6rem;
	    width: 55px;
	    line-height: 4.0rem;
	}
	.qa_Q td:nth-child(2) {
	    font-size: 1.6rem;
	    line-height: 2.8rem;
	    padding-top: 5px;
	}
	.qa_Q td:nth-child(3) {
	    width: 60px;
	}
	.qa_A td:nth-child(2) span {
	    padding-top: 10px;
	    font-size: 1.4rem;
	    line-height: 2.4rem;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
	/* ----------- module_pd ----------- */
	.qa_btn .main1000 {
	    margin-bottom: -15px;
	}
	.qa_btn a {
	    font-size: 1.4rem;
	    margin-bottom: 15px;
	    padding: 18px 5px 18px;
	    border-radius: 5px;
	    background-size: 25px auto;
	}
	/* ----------- qa_box ----------- */
	.qa_box ul {
	    margin-bottom: -10px;
	    padding-top: 15px;
	}
	.qa_module {
	    padding: 15px 10px;
	    border-radius: 5px;
	}
	.qa_Q td:nth-child(1) {
	    font-size: 2.0rem;
	    width: 40px;
	    line-height: 3.0rem;
	}
	.qa_Q td:nth-child(2) {
	    font-size: 1.4rem;
	    line-height: 2.0rem;
	    padding-top: 5px;
	}
	.qa_Q td:nth-child(3) {
	    width: 40px;
	}
	.part_toggle {
	    width: 30px;
	    height: 30px;
	}
	.part_toggle img {
	    width: 14px;
	}
	.qa_A td:nth-child(2) span {
	    font-size: 1.3rem;
	    line-height: 1.8rem;
	}
	
	
	
}