@charset "utf-8";

/* -----------------------------------------
page.css
----------------------------------------- */
.kindBoxL,
.kindBoxR {
	margin: 0;
	width: 345px;
	position: relative;
}
.kindBoxL {
	float: left;
	border: 1px solid #f8e0d6;
	border-radius: 7px;
}
.kindBoxR {
	float: right;
	border: 1px solid #d5e6f6;
	border-radius: 7px;
}
.kindBoxInner {
	border-radius: 7px;
	border: 1px solid #fff;
	padding: 15px;
}
.kindBoxL .kindBoxInner {
	background: #fff8f0;
}
.kindBoxR .kindBoxInner {
	background: #eff6ff;
}
.kindBoxTitleArea {
	margin: 0 -15px 15px;
	padding: 0 15px 0px;
	line-height: 1.2;
	border-bottom: 1px solid #fff;
}
.kindBoxTitleAreaInner {
	margin: 0 -15px 0px;
	padding: 0 15px 15px;
	border-bottom: 1px solid #f8e0d6;
}
.kindBoxR .kindBoxTitleAreaInner {
	border-bottom: 1px solid #d5e6f6;
}
.kindBoxTitleArea h3 {
	color: #fd6007;
	font-size: 113.3%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.kindBoxTitleArea p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.kindBoxTitleArea p: last-child {
	margin: 0;
}
.kindBoxContentArea .kindBoxContentDetail {
	padding-left: 1em;
	margin-bottom: 20px;
}
.kindItem {
	display: inline-block;
	border-radius: 15px;
	width: 175px;
	padding: 1px 10px;
	color: #fff;
	font-size: 100%;
	text-align: center;
	background: #fd8e42;
	margin-bottom: 10px;
}
.kindBoxL .kindList li {
	background: url(../img/kind_list01.gif) no-repeat 0 0em;
	padding-left: 30px;
}
.kindBoxR .kindList li {
	background: url(../img/kind_list02.gif) no-repeat 0 0em;
	padding-left: 30px;
}
.mb60 {
	margin-bottom: 60px !important;
}
.kindTable th:nth-of-type(1) {
	width: 22%;
}
.kindTable th:nth-of-type(2) {
	width: 26%;
}
.kindTable th:nth-of-type(3) {
	width: 28%;
}
.kindTable th:nth-of-type(4) {
	width: 26%;
}
.kindTable th,.kindTable td {
	padding: 15px;
}
.fpshikakuNote {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.fpshikakuNote p {
	font-size: 86.7%;
}
.alignHeight01 {
	min-height: 110px;
}
.alignHeight02 {
	min-height: 85px;
}

body.sp .kindBoxL,
body.sp .kindBoxR {
	width: auto;
	float: none;
	margin: 0 0 20px;
}
body.sp .alignHeight01,
body.sp .alignHeight02 {
	min-height: 0;
}

