@charset "UTF-8";


#main #main-image {
	width: 100%;
	margin: 0 auto 10px auto;
	background: #ecf8fd url('../images/title-back-faq.jpg')  -250px 0px no-repeat;
	height: 165px;
	position: relative;
}

#main #main-image h2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 270px;
	height: 104px;
	margin: auto;
	text-align: center;
	border: 4px double #2368c6;
}

#main #main-image h2 img {
	display: inline-block;
	margin-top: 30px;
}


#main #synthesis, 
#main #life-insurance, 
#main #car-insurance, 
#main #fire-insurance {
	width: 100%;
	margin: 0 auto 30px auto;
}

#main #synthesis h3, 
#main #life-insurance h3, 
#main #car-insurance h3, 
#main #fire-insurance h3 {
	font-size: 1.1rem;
	text-align: center;
	line-height: 32px;
	color: #2368c6;
}

#main #synthesis h3 img, 
#main #life-insurance h3 img, 
#main #car-insurance h3 img, 
#main #fire-insurance h3 img {
	margin-right: 15px;
	vertical-align: top;
}

#main #synthesis-faq, 
#main #life-insurance-faq, 
#main #car-insurance-faq, 
#main #fire-insurance-faq {
	width: 100%;
	margin: 0 auto 30px auto;
	overflow: hidden;
}

#main #fire-insurance-faq {
	margin-bottom: 60px;
}

#main section>ul.faq {
	list-style-type: none;
	margin: 0 auto;
	width: 280px;
}

#main section>ul.faq>li {
	margin: 0 0 20px 0;
	border: 1px solid #00adef;
	overflow: hidden;
}
	
#main section>ul.faq>li>h4 {
	position: relative;
	margin: 10px 10px 10px 7px;
	line-height: 1.2rem;
	height: 100%;
	min-height: 30px;
	font-size: 1rem;
	color: #00adef;
	cursor: pointer;
}
	
#main section>ul.faq>li>h4:before {
	float: left;
	content: url("../images/icon-faq.png");
	display: block;
	margin: 2px 10px 10px 0;
	/* vertical-align: top; */
}

#main section>ul.faq>li>h4>span {
	float: left;
	/* position: absolute;
	left: 40px;
	top: 0; */
	display: block;
	width: 220px;
	/* height: 100%; */
	line-height: 1.4rem;
	margin: 5px 0 10px 0;
	padding: 0 0 0 0;
}
	
#main section>ul.faq>li>h4>img {
	position: absolute;
	right: -7px;
	top: 5px;
}
	
#main section>ul.faq>li>div {
	clear: left;
	margin: 10px 15px 15px 45px;
	padding: 5px 5px 5px 10px;
	background-color: #f8eacd;
}
	
#main section>ul.faq>li>div>p {
	margin: 0;
	padding: 0;
	font-size: .85rem;
}


#main hr {
	clear: left;
	border-bottom: 3px dotted #00adef;
	height: 2px;
	width: 200px;
	margin: 0 auto 50px auto;
}





/* スマホ用 */
@media print, screen and (min-width:360px) {

	#main #main-image {
		width: 360px;
		margin: 0 auto 10px auto;
		background: #ecf8fd url('../images/title-back-faq.jpg')  -250px 0px no-repeat;
		height: 165px;
		position: relative;
	}
	
	#main #main-image h2 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 322px;
		height: 104px;
		margin: auto;
		text-align: center;
		border: 4px double #2368c6;
	}
	
	#main #synthesis, 
	#main #life-insurance, 
	#main #car-insurance, 
	#main #fire-insurance {
		width: 320px;
		margin: 0 auto 30px auto;
	}
	
	#main section>ul.faq {
		list-style-type: none;
		margin: 0 auto;
		width: 300px;
	}
	
	#main section>ul.faq>li>h4 {
		position: relative;
		margin: 10px 10px 10px 10px;
		line-height: 1.2rem;
		height: 100%;
		min-height: 30px;
		font-size: 1rem;
		color: #00adef;
		cursor: pointer;
	}
		
	#main section>ul.faq>li>h4>img {
		position: absolute;
		right: 0;
		top: 5px;
	}
		
	#main hr {
		clear: left;
		border-bottom: 3px dotted #00adef;
		height: 2px;
		width: 280px;
		margin: 0 auto 50px auto;
	}
	

}

/* タブレット用 */
@media print, screen and (min-width:600px) {

	#main #main-image {
		width: 600px;
		margin: 0 auto 10px auto;
		background: #ecf8fd url('../images/title-back-faq.jpg')  -250px 0px no-repeat;
		height: 165px;
		position: relative;
	}
	
	#main #synthesis, 
	#main #life-insurance, 
	#main #car-insurance, 
	#main #fire-insurance {
		width: 580px;
		margin: 0 auto 30px auto;
	}
	
	#main #synthesis-faq, 
	#main #life-insurance-faq, 
	#main #car-insurance-faq, 
	#main #fire-insurance-faq {
		width: 560px;
		margin: 0 auto 30px auto;
		overflow: hidden;
	}
	
	#main section>ul.faq {
		list-style-type: none;
		margin: 0;
		width: auto;
	}
	
	#main section>ul.faq>li>h4 {
		position: relative;
		margin: 10px 0 10px 20px;
		line-height: 1.2rem;
		height: 100%;
		min-height: 30px;
		font-size: 1rem;
		color: #00adef;
		cursor: pointer;
	}
		
	#main section>ul.faq>li>h4:before {
		float: left;
		content: url("../images/icon-faq.png");
		display: block;
		margin: 2px 20px 10px 0;
		/* vertical-align: top; */
	}
	
	#main section>ul.faq>li>h4>span {
		float: left;
		/* position: absolute;
		left: 40px;
		top: 0; */
		display: block;
		width: 430px;
		/* height: 100%; */
		line-height: 1.2rem;
		margin: 5px 0 10px 0;
		padding: 0 0 0 0;
	}
		
	#main section>ul.faq>li>h4>img {
		position: absolute;
		right: 20px;
		top: 5px;
	}
		
	#main section>ul.faq>li>div {
		clear: left;
		margin: 10px 55px 15px 55px;
		padding: 15px 20px;
		background-color: #f8eacd;
	}
		
	#main hr {
		clear: left;
		border-bottom: 3px dotted #00adef;
		height: 2px;
		width: 500px;
		margin: 0 auto 50px auto;
	}
	
	

}

/* PC用 */
@media print, screen and (min-width:1000px) {

	#main #main-image {
		width: 1000px;
		margin: 0 auto 10px auto;
		background: #ecf8fd url('../images/title-back-faq.jpg')  0px 0px no-repeat;
		height: 165px;
		position: relative;
	}
	
	#main #synthesis, 
	#main #life-insurance, 
	#main #car-insurance, 
	#main #fire-insurance {
		width: 920px;
		margin: 0 auto 30px auto;
	}
	
	#main #synthesis-faq, 
	#main #life-insurance-faq, 
	#main #car-insurance-faq, 
	#main #fire-insurance-faq {
		width: 870px;
		margin: 0 auto 30px auto;
		overflow: hidden;
	}
	
	#main section>ul.faq>li>h4>span {
		float: left;
		/* position: absolute;
		left: 40px;
		top: 0; */
		display: block;
		width: 700px;
		/* height: 100%; */
		margin: 5px 0 10px 0;
		padding: 0 0 0 0;
	}
		
	#main hr {
		clear: left;
		border-bottom: 3px dotted #00adef;
		height: 2px;
		width: 658px;
		margin: 0 auto 50px auto;
	}
	
	

}
