@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index .section {
	margin-bottom: 60px;
}

#index .section:last-child {
	margin-bottom: 0;
}

#index h3 {
	height: 32px;
	overflow: hidden;
	margin-bottom: 15px;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 32px;
}

#index h3.column {
	padding-left: 5px;
}

#index h3 span:first-child {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 15px;
	padding: 0 10px;
	background: #808db9;
	color: #fff;
}

#index p {
	margin-bottom: 20px;
}

#index ul {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #ccc;
}

#index ul li {
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 14px;
	list-style: disc;
	line-height: 2;
}

/* ---------------------------------------------------------
	CSS Document index > btn
--------------------------------------------------------- */

#index .btn {
	margin-bottom: 40px;
	text-align: center;
}

#index .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 220px;
	height: 48px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 15px;
	line-height: 48px;
	color: #333;
	position: relative;
}

#index .btn a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#index .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document column
--------------------------------------------------------- */

#column {
	text-align: left;
}

#column .section {
	margin-bottom: 60px;
}

#column .section:last-child {
	margin-bottom: 0;
}

#column h3 {
	height: 32px;
	overflow: hidden;
	margin-bottom: 15px;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 32px;
}

#column h3 span:first-child {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 15px;
	padding: 0 10px;
	background: #808db9;
	color: #fff;
}

#column h4 {
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 60px;
	background: url(../images/icon_bengoshi.png) no-repeat left;
	background-size: auto 50px;
	font-size: 15px;
	line-height: 54px;
}

#column p {
	margin-bottom: 20px;
}

#column .ul_column {
	margin-bottom: 15px;
}

#column .ul_column li {
	margin-bottom: 5px;
	padding-left: 24px;
	background: url(/faq/include/images/icon.png) no-repeat 0 3px;
	background-size: 18px auto;
	font-size: 15px;
}

#column .box_column {
	margin-bottom: 15px;
	padding: 20px 20px 1px;
	border: solid 5px #e8eefc;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	text-align: left;
}

#case .section {
	margin-bottom: 60px;
}

#case .section:last-child {
	margin-bottom: 0;
}

#case h3 {
	height: 32px;
	overflow: hidden;
	margin-bottom: 15px;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 32px;
}

#case h3 span:first-child {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 15px;
	padding: 0 10px;
	background: #808db9;
	color: #fff;
}

#case p {
	margin-bottom: 20px;
}

#case .main_image {
	height: 300px;
	background: #ddd;
	text-align: center;
}

#case .box_soudansha,
#case .box_q {
	margin-bottom: 20px;
	padding: 20px 25px 1px;
	background: #e8eefc;
	position: relative;
}

#case .box_contents {
	margin-bottom: 20px;
	padding: 20px 25px 1px;
	border: solid 1px #ccc;
	position: relative;
}

#case .box_soudansha:before,
#case .box_contents:before {
	content: '';
	width: 14px;
	height: 14px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	position: absolute;
	top: -8px;
	left: 23px;
}

#case .box_soudansha:before {
	border-top: solid 1px #e8eefc;
	border-left: solid 1px #e8eefc;
	background: #e8eefc;
}

#case .icon_soudansha img,
#case .icon_sankasya img,
#case .icon_senpai img,
#case .icon_bengoshi img {
	vertical-align: middle;
	width: 60px;
	margin-right: 10px;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	border: solid 3px #95a766;
}

#case .icon_soudansha img {
	border: solid 3px #bcd1ff;
}

#case .icon_sankasya img {
	border: solid 3px #efa0ab;
}

#case .icon_senpai img {
	border: solid 3px #f9d378;
}

#case .icon_sankasya span,
#case .icon_senpai span,
#case .icon_bengoshi span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 15px;
	color: #445c1a;
}

#case .icon_soudansha span {
	color: #808db9;
}

#case .icon_sankasya span {
	color: #d1636d;
}

#case .icon_senpai span {
	color: #955e16;
}
