/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		FAQ用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
	一覧
****************************************************************************************************************************/
.owners_faq{
}

.owners_faq .loop.sub_title .in_loop{
	/*border-bottom: dashed 1px #aaa;*/
	padding-bottom: 30px;
}

.owners_faq ul{
}

.owners_faq li{
	border-top: dashed 1px #aaa;
	padding-top: 30px;
	padding-bottom: 30px;
}

.owners_faq li:first-child{
	border-top: solid 1px #333;
}

.owners_faq li:last-child{
	border-bottom: solid 1px #333;
}

.owners_faq ul:nth-child(1){
	background-color: #ff0000;
}

.owners_faq li .li_in{
	width: 100%;
}

.owners_faq li .li_in .flags{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	font-weight: bold;
	font-size: 18px;
}

.owners_faq li .li_in .data{
	flex: 1;
}

.owners_faq li .li_in .title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.owners_faq li .li_in .text{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.9em;
}

.owners_faq li .li_in .text a{
	text-decoration: underline;
}

.owners_faq li .li_in .title .flags{
	color: #0058ff;
}

.owners_faq li .li_in .text .flags{
	color: #ff0000;
}

.owners_faq li .li_in .text .data{
	padding-top: 3px;
}

.owners_faq .warningArea{
	background-color: #eee;
  padding: 30px;
  line-height: 1.9em;
  margin-top: 50px;
}

.owners_faq .warningArea p{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

@media screen and (max-width: 640px){
	.loop.l-l.sub_title.color_flag .in_loop{
		padding-bottom: 10px;
	}
	.owners_faq li .li_in .title{
		font-size: 15px;
	}
	.owners_faq .warningArea{
		margin-top: 30px;
	}
}

/****************************************************************************************************************************

****************************************************************************************************************************/
