﻿@charset "UTF-8";

/* ▼▼▼ 事例紹介
=====================================*/
h2, .read {
	text-align: center;
	}
.required {color: #FF0000;}
.kome {font-size: 12px;}
	
/* article */
article{
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
article h2{
	margin-bottom: 30px;
}
article .faq-q{
	display: table;
	width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	background: url(img/bg-faq.png) repeat;
	position: relative;
	margin-bottom: 45px;
}
article .faq-q:after{
	position: absolute;
	left: 48%;
	bottom: -36px;
	content: "";
	width: 40px;
	height: 48px;
	background: url(img/bottom.png) no-repeat center top;
}
article .faq-q h3{
	display: table-cell;
	width: 220px;
	text-align: center;
	vertical-align: middle;
}
article .faq-q ul{
	display: table-cell;
	color: #5b5b5b;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	line-height: 1.7;
	vertical-align: middle;
}
article .faq-q ul li{
	padding-left: 1em;
	text-indent: -1em;
}
article .faq-a{
	display: table;
	width: 100%;
	padding: 15px;
	background: url(img/bg.png) repeat;
	position: relative;
	margin-bottom: 30px;
}
article .faq-a:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 37px;
	height: 30px;
	background: url(img/bg1.png) no-repeat center top;
}
article .faq-a:after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: 37px;
	height: 30px;
	background: url(img/bg2.png) no-repeat center top;
}
article .faq-a h3{
	display: table-cell;
	width: 220px;
	text-align: center;
	vertical-align: middle;
}
article .faq-a ul{
	display: table-cell;
	color: #fff;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	line-height: 1.7;
	vertical-align: middle;
	padding: 15px 15px 15px 0;
}
article .faq-a ul li{
	padding-left: 1em;
	text-indent: -1em;
}
article dl{
	clear: both;
	text-align: center;
	margin-bottom: 25px;
}
article dl:last-of-type{
	margin-bottom: 40px;
}
article dl dt{
	display: inline-block;
	position: relative;
	margin-right: 40px;
}
article dl dt:after{
	position: absolute;
	right: -55px;
	top: 45%;
	content: "";
	width: 68px;
	height: 68px;
	background: url(img/beforeafter_pc.png) no-repeat center top;
}
article dl dd{
	display: inline-block;
}
article p.comment{
	padding: 20px 30px;
	position: relative;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin: 0 30px;
	background: #F7F6DA;
}
article p.comment:before{
	left:40%;
	top:-20px;
	border-bottom:20px solid #F7F6DA;
	border-left:20px solid transparent;
	content:"";position:absolute;display:block;width:0;height:0;
}

/* ▼▼▼ 480px
=====================================*/
@media screen and (max-width: 480px) {
	/* article */
	article{
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
	}
	article h2{
		margin-bottom: 10px;
	}
	article .faq-q{
		display: block;
		width: 100%;
		padding: 10px;
		border: 1px solid #ddd;
		background: url(img/bg-faq.png) repeat;
		position: relative;
		margin-bottom: 40px;
	}
	article .faq-q:after{
		position: absolute;
		left: 48%;
		bottom: -36px;
		content: "";
		width: 25px;
		height: 30px;
		background: url(img/bottom.png) no-repeat center top;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		background-size:100% auto;
	}
	article .faq-q h3{
		display: block;
		width: auto;
		text-align: center;
		vertical-align: middle;
		margin-bottom: 5px;
	}
	article h3 img{
		width: 95px;
		height: auto;
	}
	article .faq-q ul{
		display: block;
		color: #5b5b5b;
		font-size: 14px;
		text-align: left;
		font-weight: bold;
		line-height: 1.7;
		vertical-align: middle;
	}
	article .faq-q ul li{
		padding-left: 1em;
		text-indent: -1em;
	}
	article .faq-a{
		display: block;
		width: 100%;
		padding: 15px;
		background: url(img/bg.png) repeat;
		position: relative;
		margin-bottom: 15px;
	}
	article .faq-a:before{
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 18px;
		height: 15px;
		background: url(img/bg1.png) no-repeat center top;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		background-size:100% auto;
	}
	article .faq-a:after{
		position: absolute;
		right: 0;
		bottom: 0;
		content: "";
		width: 18px;
		height: 15px;
		background: url(img/bg2.png) no-repeat center top;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		background-size:100% auto;
	}
	article .faq-a h3{
		display: block;
		width: auto;
		text-align: center;
		vertical-align: middle;
		margin-bottom: 5px;
	}
	article .faq-a ul{
		display: block;
		color: #fff;
		font-size: 14px;
		text-align: left;
		font-weight: bold;
		line-height: 1.7;
		vertical-align: middle;
		padding: 0;
	}
	article .faq-a ul li{
		padding-left: 1em;
		text-indent: -1em;
	}
	article dl{
		clear: both;
		text-align: center;
		margin-bottom: 30px;
	}
	article dl:last-of-type{
		margin-bottom: 20px;
	}
	article dl img{
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	article dl dt{
		display: block;
		position: relative;
		margin-right: 0;
		margin-bottom: 35px;
		text-align: center;
	}
	article dl dt:after{
		position: absolute;
		right: inherit;
		top: inherit;
		left: 45%;
		bottom: -40px;
		content: "";
		width: 36px;
		height: 36px;
		background: url(img/beforeafter_sp.png) no-repeat center top;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		background-size:100% auto;
	}
	article dl dd{
		display: block;
		text-align: center;
	}
	article p.comment{
		font-size: 12px;
		padding: 10px 15px;
		position: relative;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		margin: 0 10px;
		background: #F7F6DA;
		margin-bottom: 20px;
	}
	article p.comment:before{
		left:40%;
		top:-15px;
		border-bottom:15px solid #F7F6DA;
		border-left:15px solid transparent;
		content:"";position:absolute;display:block;width:0;height:0;
	}
}			
		
		
		
		