@charset "utf-8";
/* CSS Document */
#question{
	padding: 30px 3% 8%;
}
#question .box_wrap{
	background-color: rgba(255,255,255,1.00);
	padding: 20px;
}
#question .cate_box{
	color: #333;
	letter-spacing: 1.5px;
	line-height: 25px;
	border-bottom: 1px dotted #8BDDFF;
	margin-bottom: 30px;
}
#question .cate_box:last-of-type{
	margin-bottom: 0;
}
#question .cate_box .box_photo{
	text-align: center;
	margin: 0 auto;
}
#question .cate_box .box_photo:empty{
	height: 0;
}
#question .cate_box .box_photo figure{
	margin: 0 auto;
	margin-bottom: 20px;
	width: 80%;
	position: relative;
	overflow: hidden;
}
#question .cate_box .box_photo img{
	position: absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#question .cate_box .box_title1{
	color: #2990FF;
	font-size: 15px;
	font-weight: bold;
	margin-left: 30px;
	margin-bottom: 20px;
	position: relative;
}
#question .cate_box .box_title1::before{
	content: 'Q';
	color: #fff;
	text-align: center;
	line-height: 30px;
	background-color: #51BDFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -5px;
	left: -35px;
}
#question .cate_box .box_txt1{
	margin-left: 30px;
	margin-bottom: 10px;
	position: relative;
}
#question .cate_box .box_txt1::before{
	content: 'A';
	color: #fff;
	text-align: center;
	line-height: 30px;
	background-color: #faabb3;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -5px;
	left: -35px;
}
#question .cate_box .box_title1:empty,
#question .cate_box .box_txt1:empty{
	display: none;
}
#question .retop{
	background-color: #00A63C;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
/*IEのみ*/
@media all and (-ms-high-contrast: none) {
	#question .cate_box .box_title1::before{
		line-height: 2.2;
	}
	#question .cate_box .box_txt1::before{
		line-height: 2.3;
	}
}
/*タブレット以上*/
@media screen and (min-width: 700px){
#question{
	padding: 5% 8%;
}
}
@media screen and (max-width: 400px){
	#question .cate_box .box_title1{
		font-size: 14px;
	}
}
/*横向き*/
@media screen and (orientation: landscape){
@media screen and (max-height: 700px){
}
@media screen and (min-height: 700px){
}
}