@charset "utf-8";
/* =================================
about.css
================================= */
.contentWrap {
	padding-bottom: 100px;
}
.mainView {
	min-height: 450px;
	background: url(../img/img_main_about.png) no-repeat 0 0;
	background-size: cover;
}
.mainView .inner {
	position: relative;
	min-height: 450px;
}

.anchorLink li {
	width: 188px;
}
.anchorLink li a {
	min-height: 64px;
	padding-top: 18px;
}
.anchorLink li.twoLine a {
	padding-top: 7px;
}

h2.titleCorner>small {
	margin-left: 5px;
	font-size: 1.6rem;
	font-weight: normal;
}

section {
	margin-top: 51px;
}
section+section {
	margin-top: 120px;
}

section h2+p {
	margin-top: 20px;
	line-height: 2.25;
}

.point {
	margin-top: 20px;
}
.point li {
	float: left;
	width: 310px;
	margin-left: 35px;
	padding: 25px 20px;
	background: url(../../common/img/bg_diagonal.png) repeat 0 0;
}
.point li:first-child {
	margin-left: 0;
}
.point li .number {
	text-align: center;
	line-height: 1;
}
.point li .number span {
	display: block;
	font-size: 1.8rem;
}
.point li .number em {
	display: block;
	margin-top: 10px;
	font-size: 4rem;
	font-weight: bold;
}
.point li .number+p {
	margin-top: 20px;
	font-size: 1.8rem;
}

.limit {
	width: 100%;
	margin-top: 25px;
	table-layout: fixed;
}
.limit .empty_cell {
	background: #ffffff !important;
}
.limit th {
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
.limit thead th {
	background: #999999;
}
.limit thead tr:first-child th {
	background: #707070;
}
.limit thead tr:first-child .second_th_cell {
	background: #999999;
}
.limit tbody th {
	background: #b5b5b5;
	color: #333333;
}
.limit tbody td {
	background: #d2d2d2;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	text-align: center;
}
.limit_text {
	margin-top: 20px;
}
.limit_notes_list {
	margin-top: 20px;
	padding-left: 20px;
	list-style: disc;
}
.limit_notes_list li {
	margin-left: 20px;
	font-weight: bold;
}
.limit_notes_list li+li {
	margin-top: 5px;
}

.introduction {
	margin-top: 18px;
}
.introduction .merit {
	float: left;
	width: 480px;
}
.introduction .demerit {
	float: right;
	width: 480px;
}
.introduction h3 {
	font-size: 2.4rem;
	font-weight: bold;
}
.introduction dt {
	padding: 10px 20px;
	background-repeat: repeat;
	line-height: 1;
}
.introduction dd+dt {
	margin-top: 20px;
}
.introduction .merit dt {
	background-image: url(../img/bg_merit.png);
}
.introduction .demerit dt {
	background-image: url(../img/bg_demerit.png);
}
.introduction dd {
	margin-top: 10px;
}
.introduction dd li {
	margin: 5px 0 0 40px;
	list-style: disc;
}
.introduction dd li:first-child {
	margin-top: 0;
}

.flow {
	margin-top: 28px;
}
.flow>li {
	position: relative;
	border: 1px solid #dedede;
}
.flow>li+li {
	margin-top: 40px;
}
.flow>li:after {
	position: absolute;
	left: 50%;
	bottom: -53px;
	display: block;
	content: "";
	width: 69px;
	height: 63px;
	margin-left: -34px;
	background: url(../img/icon_flow_arrow.png) no-repeat 0 0;
	z-index: 2;
}
.flow>li:last-child:after {
	display: none;
}
.flow dt {
	padding: 18px 90px;
	background: url(../../common/img/bg_diagonal.png) repeat 0 0;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}
.flow dd {
	padding: 30px 90px 40px;
}
.flow dd ul {
	font-weight: bold;
}
.flow dd ul li {
	margin-left: 20px;
	list-style: disc;
}
.flow dd ul li+li {
	margin-top: 5px;
}
.flow dd .note {
	margin-top: 20px;
	line-height: 1.37;
}
.flow dd .note+ul {
	margin-top: 30px;
}