@charset "utf-8";
/* CSS Document */

#qa{
	padding-bottom: 50%;
}
#cate_list{
}
#cate_list li{
	background-color: #f08300;
	border-bottom: 1px solid #fff;
}
#cate_list li a{
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	display: block;
	padding: 10px;
	text-align: center;
}
#cate_list li a span{
	display: inline-block;
	text-align: left;
}
#cate_list li a span{
	display: inline-block;
	text-align: left;
}
#qa #qa_box {
	padding: 3%;
}
#qa .cate {
	margin-bottom: 30px;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0 3px 3px #4d4d4d;
}
#qa .cate:first-of-type {
	margin-top: 30px;
}
#qa .cate .cate_title {
	font-size: 16px;
	padding: 10px;
	background-color: #f08300;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	margin-bottom: 30px;
	color: #fff;
}
#qa .cate .box {
	margin: 0 2%;
	padding: 2% 3% 2% 2%;
	color: #333;
	background-color: rgba(255,255,255,0.70);
	box-sizing: border-box;
	border: 2px solid #f08300;
	margin-bottom: 30px;
}
#qa .cate .box .box_title{
	font-size: 14px;
	color: #42ba42;
	position: relative;
	padding:0 0 5px;
	padding-left: 45px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	border-radius: 8px 8px 8px 8px;
}
#qa .cate .box .box_title::before {
    content: "Q";
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #42ba42;
    color: #fff;
    line-height: 35px;
    display: block;
    text-align: center;
    position: absolute;
    top: -6px;
    left: 0px;
    font-weight: 500;
    border: 1px solid #42ba42;
}
#qa .cate .box .box_txt {
	line-height: 1.8;
	position: relative;
	padding-left: 45px;
	margin-top: 10px;
	margin-bottom:10px;
}
#qa .cate .box .box_txt::before {
    content: "A";
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f08300;
    color: #fff;
    line-height: 35px;
    display: block;
    text-align: center;
    position: absolute;
    top: -6px;
    left: 0px;
    font-weight: 500;
    border: 1px solid #f08300;
}
#qa .cate .retop{
	background-color: #f08300;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
#qa .cate .box .box_title:empty,#qa .cate .box .box_title:empty::before,#qa .cate .box .box_txt:empty,#qa .cate .box .box_txt:empty::before {
	display: none;
}
#qa .cate a{
	color: #42ba42;
}
/*タブレット以上*/
@media screen and (min-width: 700px){
#qa{
	padding: 5% 8%;
	padding-bottom: 50%;
}
}
/*横向き*/
@media screen and (orientation: landscape){
@media screen and (max-height: 700px){
}
@media screen and (min-height: 700px){
}
}