@charset "utf-8";
/* CSS Document */
.faq{
	padding: 50px 0;
	text-align:left !important;
}

.price_titile {
	padding:40px 0 10px 0;
	width:95%;
	margin:0 auto 10px auto;
	font-size:18px;
	border-bottom:1px solid #CCC;
	font-weight:800;
	text-align:center;
}


.price_titile2 {
	padding:40px 0 10px 0;
	width:95%;
	margin:0 auto 10px auto;
	font-size:18px;
	border-bottom:1px solid #CCC;
	font-weight:800;
}


@media screen and (min-width : 768px) {/*768以上(タブレット/PC)*/
	.faq{
		padding: 90px 0;
	}
	
	
	.price_titile {
	padding:20px 0 10px 0;
	width:95%;
	margin:0 auto 10px auto;
	font-size:18px;
	border-bottom:1px solid #CCC;
	font-weight:800;
	text-align:center;
}


.price_titile2 {
	padding:20px 0 10px 0;
	width:95%;
	margin:0 auto 10px auto;
	font-size:18px;
	border-bottom:1px solid #CCC;
	font-weight:800;
	text-align:left;
}
}


/*ｰｰｰｰｰロボットAIくん /ｰｰｰｰｰ*/
.ai_profile{
	max-width:800px;
	width: 100%;
	margin: 0 auto 50px;
	text-align:center;
	letter-spacing: 0.1em;
}

.ai_profile p {
	text-align:center;
}



.ai_profile dl{
	text-align: left;
}
.ai_profile dd ul{
	width: 15em;
	margin: 0 auto;
}
.ai_profile dd li{
	box-sizing: border-box;
	padding: 5px 0 0.1em;
	border-bottom: #CCC dotted 1px;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.ai_profile dt{
		margin-bottom: 10px;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.ai_profile dl{
		display: table;
	}
	.ai_profile dt,.ai_profile dd{
		width: 50%;
		display: table-cell;
		vertical-align: middle;
	}
}
/*ｰｰｰｰｰ/ ロボットAIくんｰｰｰｰｰ*/

/*ｰｰｰｰｰカテゴリーで探す /ｰｰｰｰｰ*/
.category{
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
	/*background: rgba(204,204,204,1.00);*/
}
.category dt{
	text-align: center;
	font-size: 16px !important;
	margin-bottom: 20px;
}
.category dt span{
	border-bottom: #DDDDDD solid 2px;
	padding: 0 10px 5px;
}

@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.category dd{
		position: relative;
		padding-left: 1.4em;
		border-bottom: #CCC dotted 1px;
		padding: 7px 0.5em 0 1.4em;
	}
	.category dd::before {
		position: absolute;
		top: 5px;
		left: 0;
		content: "▼";
		width: 20px;
		height: 20px;
		line-height: 25px;
		border-radius: 100%;
		font-size: 14px;
		color: #3A4879;
		text-align: center;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.category dt{
		font-size: 16px;
	}
	.category dd{
		width: 33.33%;
		float: left;
		text-align: center;
		margin-bottom: 20px;
		
	}
	.category dd a{
		margin: 0 auto;
		display: block;
		background-color: rgba(0,0,0,0.5);
		padding: 5px 30px 5px 10px;
		position: relative;
		width: 80%;
		font-size: 14px;
	}
	.category a:hover{
		background-color: rgba(0,0,0,0.8);
	}
	.category a:link,.category a:visited{
		color: #FFFFFF;
	}
	/*右下のマーク*/
	.category a::before,
	.category a::after{
		position: absolute;
		bottom: 6px;
		right: 6px;
		content: "";
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-right: 4px solid #FFFFFF;
		border-bottom: 4px solid #FFFFFF;
	}
	.category:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
}



/*ｰｰｰｰｰQA /ｰｰｰｰｰ*/
h4{
	padding-top: 80px;
}
.qa{
	max-width: 1200px;
	width: 94%;
	margin: 0 auto 50px;
}
.qa dt{
	margin-bottom: 10px;
	font-weight: bolder;
	position: relative;
	padding-left: 1.8em;
}
.qa dt::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Q";
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #3A4879;
	border-radius: 100%;
	color: #FFFFFF;
	text-align: center;
}
.qa dd{
	padding-left: 5px;
	margin-bottom: 30px;
	color:#666;
}
.qa dd:last-child{
	margin-bottom: 0;
}
.qa a:link{
	color:#D23F65;
	text-decoration:none;
}
.qa a:visited{
	color:#D23F65;
	text-decoration:none;
}
.qa a:hover{
	color:#D23F65;
	text-decoration:none;
}
.qa dd span{
	color: #3A4879;
	font-weight: bolder;
	margin-right: 0.8em;

@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP/タブレット)*/
	.qa dd{
		font-size: 1.2rem;
	}
}



