@charset "UTF-8";

@media screen and (min-width: 781px){
/* PC */


#qa{
	margin: 0 auto;
	padding: 290px 0 150px;
	width: 1060px;
}
#qa .sub{
	font-family: 'Roboto';
	margin: 0;
	padding: 0 0 35px;
	width: 100%;
	font-size: 20px;
	text-align: left;
	color: #808080;
}
#qa h2{
	margin: 0;
	padding: 0 0 70px;
	width: 100%;
	font-size: 52px;
	text-align: left;
	font-weight: bold;
}
#qa h2 span{
	padding: 0 0 40px;
	font-size: 34px;
	display: block;
}
#qa p{
	margin: 0;
	padding: 0 0 110px;
	width: 100%;
	font-size: 20px;
	line-height: 38px;
	text-align: left;
}
#qa ul{
	padding: 0 0 100px;
	width: 100%;
}
#qa li{
	float: left;
	margin: 0;
	padding: 0;
	width: 500px;
}
#qa li.right{
	float: right;
}
#qa li .q{
	width: 100%;
}
#qa li .q .qT{
	float: left;
	margin: 5px 0 0;
	padding: 0;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #b3b3b3;
}
#qa li .q .qT p{
	font-family: 'Roboto';
	padding: 7px 0;
	width: 100%;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	display: block;
}
#qa li .q .txt {
	float: left;
	margin: 0 0 0 20px;
	width: 390px;
}
#qa li .q .txtIn {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 6px 12px;
	width: 100%;
	border-radius: 8px;
	background: #fff;
	border: solid 1px #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#qa li .q .txtIn:after,
#qa li .q .txtIn:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:20px;
}
#qa li .q .txtIn:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:11px;
    border-right-width:11px;
    margin-top: -5px;
    border-right-color:#FFFFFF;
}
#qa li .q .txtIn:before{
    border-color: rgba(51, 51, 51, 0);
    border-top-width:6px;
    border-bottom-width:6px;
    border-left-width:13px;
    border-right-width:13px;
    margin-top: -6px;
    margin-right: 1px;
    border-right-color:#333333;
}
#qa li .q .txtIn p {
	margin: 0;
	padding: 2px 3px 5px;
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#qa li .a{
	margin: 30px 0 0;
	width: 100%;
}
#qa li .a .aT{
	float: right;
	margin: 5px 0 0;
	padding: 0;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #333;
}
#qa li .a .aT p{
	font-family: 'Roboto';
	padding: 7px 0;
	width: 100%;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	display: block;
}
#qa li .a .txt {
	float: right;
	margin: 0 20px 0 0;
	width: 390px;
}
#qa li .a .txtIn {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 6px 12px;
	width: 100%;
	border-radius: 8px;
	background: #333;
	border: solid 1px #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#qa li .a .txtIn:after,
#qa li .a .txtIn:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:20px;
}
#qa li .a .txtIn:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:11px;
    border-right-width:11px;
    margin-top: -5px;
    border-left-color:#333;
}
#qa li .a .txtIn:before{
    border-color: rgba(51, 51, 51, 0);
    border-top-width:6px;
    border-bottom-width:6px;
    border-left-width:13px;
    border-right-width:13px;
    margin-top: -6px;
    margin-left: 1px;
    border-left-color:#333333;
}
#qa li .a .txtIn p {
	margin: 0;
	padding: 2px 3px 5px;
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#qa .info{
	margin: -25px 0 0;
	padding: 0 0 30px;
	font-size: 20px;
	text-align: center;
}
#qa .back{
	margin: 100px auto 0;
	padding: 0;
	width: 750px;
}
#qa .back a{
	margin: 0;
	padding: 30px 0 30px 48px;
	width: 100%;
	font-size: 17px;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
	display: block;
	border: 1px solid #333;
	background-image: url(../../../../common/images/arrow.png);
	background-position: left 224px center;
	background-size: 48px auto;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#qa .back a:hover{
	padding: 30px 0 30px 62px;
	color: #fff;
	background-color: #333;
	background-image: url(../../../../common/images/arrowW.png);
	background-position: left 234px center;
	opacity: 1;
	filter: alpha(opacity=100);
}

}



@media screen and (max-width: 780px){
/* SP */


#qa{
	margin: 0 auto;
	padding: 12vw 0 20vw;
	width: 88%;
}
#qa .sub{
	font-family: 'Roboto';
	margin: 0;
	padding: 0 0 2vw;
	width: 100%;
	font-size: 4.8vw;
	text-align: left;
	color: #808080;
}
#qa h2{
	margin: 0;
	padding: 0 0 6vw;
	width: 100%;
	font-size: 8vw;
	line-height: 135%;
	text-align: left;
	font-weight: bold;
}
#qa h2 span{
	padding: 1vw 0 0;
	font-size: 5vw;
	line-height: 150%;
	display: block;
}
#qa p{
	float: none;
	margin: 0;
	padding: 0 0 12vw;
	width: 100%;
	font-size: 3.4vw;
	line-height: 180%;
	text-align: left;
}
#qa ul{
	padding: 0 0 15vw;
	width: 100%;
}
#qa li{
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#qa li.right{
	float: none;
	margin: 15vw 0 0;
}
#qa li .q{
	width: 100%;
}
#qa li .q .qT{
	float: left;
	margin: 1vw 0 0;
	padding: 0;
	width: 6.5vw;
	height: 6.5vw;
	border-radius: 50%;
	background-color: #b3b3b3;
}
#qa li .q .qT p{
	font-family: 'Roboto';
	padding: 1.2vw 0;
	width: 100%;
	font-size: 4vw;
	line-height: 100%;
	text-align: center;
	color: #fff;
	display: block;
}
#qa li .q .txt {
	float: right;
	margin: 0 11% 0 0;
	width: calc(100% - 19vw);
}
#qa li .q .txtIn {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 1vw 4%;
	width: 100%;
	border-radius: 8px;
	background: #fff;
	border: solid 1px #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#qa li .q .txtIn:after,
#qa li .q .txtIn:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:4vw;
}
#qa li .q .txtIn:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:4px;
    border-bottom-width:4px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -4px;
    border-right-color:#FFFFFF;
}
#qa li .q .txtIn:before{
    border-color: rgba(51, 51, 51, 0);
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:12px;
    border-right-width:12px;
    margin-top: -5px;
    margin-right: 1px;
    border-right-color:#333333;
}
#qa li .q .txtIn p {
	margin: 0;
	padding: 1vw 1% 1vw;
	width: 100%;
	font-size: 3vw;
	line-height: 160%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#qa li .a{
	margin: 6vw 0 0;
	width: 100%;
}
#qa li .a .aT{
	float: right;
	margin: 1vw 0 0;
	padding: 0;
	width: 6.5vw;
	height: 6.5vw;
	border-radius: 50%;
	background-color: #333;
}
#qa li .a .aT p{
	font-family: 'Roboto';
	padding: 1.2vw 0;
	width: 100%;
	font-size: 4vw;
	line-height: 100%;
	text-align: center;
	color: #fff;
	display: block;
}
#qa li .a .txt {
	float: left;
	margin: 0 0 0 11%;
	width: calc(100% - 19vw);
}
#qa li .a .txtIn {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 1vw 4%;
	width: 100%;
	border-radius: 8px;
	background: #333;
	border: solid 1px #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#qa li .a .txtIn:after,
#qa li .a .txtIn:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:4vw;
}
#qa li .a .txtIn:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:4px;
    border-bottom-width:4px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -4px;
    border-left-color:#333;
}
#qa li .a .txtIn:before{
    border-color: rgba(51, 51, 51, 0);
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:12px;
    border-right-width:12px;
    margin-top: -5px;
    margin-left: 1px;
    border-left-color:#333333;
}
#qa li .a .txtIn p {
	margin: 0;
	padding: 1vw 1% 1vw;
	width: 100%;
	font-size: 3vw;
	line-height: 160%;
	text-align: left;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#qa .info{
	margin: -1vw 0 0;
	padding: 0 0 6vw;
	font-size: 3.8vw;
	line-height: 150%;
	text-align: left;
}
#qa .back{
	margin: 16vw auto 0;
	padding: 0;
	width: 100%;
}
#qa .back a{
	margin: 0;
	padding: 4.5vw 0;
	width: 100%;
	font-size: 3.4vw;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
	display: block;
	border: 1px solid #333;
	background-image: url(../../../../common/images/arrow.png);
	background-position: left 13% center;
	background-size: 11% auto;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#qa .back a:hover{
	padding: 4.5vw 0 4.5vw 8%;
	color: #fff;
	background-color: #333;
	background-image: url(../../../../common/images/arrowW.png);
	background-position: left 18% center;
	opacity: 1;
	filter: alpha(opacity=100);
}



}



@media screen and (max-width: 370px){


}
