@charset "UTF-8";

@import url("common.css");
@import url("../fancybox.css");

/*---------------------------------------------------- */
/* contents */
/*---------------------------------------------------- */
.welfare section {
	margin: 0 0 60px;
	padding: 0;
	position: relative;
}

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

.welfare section h3 {
	color: #fff;
	font-size: 116%;
	font-weight: normal;
	font-style: normal;
	line-height: 43px;
	width: 162px;
	height: 42px;
	margin: 0 36px 0 0;
	padding: 0 0 0 15px;
	position: relative;
	float: left;
	background: #e51f1f;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.welfare section h3:after {
	content: "";
	after: "";
}

.welfare section h3:after, .welfare section h3 .after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(229, 31, 31, 0);
	border-left-color: #e51f1f;
	border-width: 21px;
	margin-top: -21px;
}

.welfare section .contwelf {
	width: 709px;
	padding-left: 35px;
	float: right;
	border-left: 3px solid #dae0e5;
}

.contwelf h4 {
	margin: 0 0 .5em;
	padding: 0 0 0 20px;
	font-size: 116%;
	font-weight: normal;
	font-style: normal;
	background: url(../../images/icon_list_15px.gif) 0 0 no-repeat;
}

.contwelf p {
	margin: 0;
	padding: 0;
	font-size: 108%;
}

.contwelf figure {
	margin-top: 15px;
	letter-spacing: -0.4em;
}

.contwelf figcaption {
	font-size: 85%;
	margin-top: 5px;
	text-align: center;
	letter-spacing:normal;
	margin-bottom: 0;
}

.contwelf .col3 {
	margin-bottom: 20px;
}

.contwelf .col3:last-child {
	margin-bottom: 0;
}

.contwelf .col3 > .modalbox {
	display: inline-block;
	margin-right: 20px;
	letter-spacing:normal;
}

.contwelf .col3 > .modalbox:nth-child(3) {
	margin-right: 0;
}

.contwelf .col2 {
	margin-bottom: 20px;
	text-align: center;
}

.contwelf .col2:last-child {
	margin-bottom: 0;
}

.contwelf .col2 figure {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 20px;
	letter-spacing:normal;
}

.contwelf .col2 figure:nth-child(2) {
	margin-right: 0;
}