
/* topインデックス */
.topIndex {
	padding: 10px 0px;
}

.topIndex li {
	margin: 0px 15px 10px 15px;
	border: 1px solid #eee;
}

.topIndex li h2 {
	background: url(/lib/img/ic_arr07.png) no-repeat right 5px;
}

.topIndex li h2.blk {
	background: url(/lib/img/ic_blank.png) no-repeat right 5px;
	background-size: 13px auto;
}

.topIndex li h2.none {
	background: url();
}

/* top */
.topIndex li#contact {
	background: url(/contact/img/menu_contact.jpg) no-repeat 0px bottom;
	background-size: 100% auto;
}

.topIndex li#request {
	background: url(/contact/img/menu_request.jpg) no-repeat 0px bottom;
	background-size: 100% auto;
}

.topIndex li#tel {
	background: url(/contact/img/menu_tel.jpg) no-repeat 0px bottom;
	background-size: 100% auto;
}

.topIndex li a {
	display: block;
	color: #303030;
	padding: 70% 15px 15px 15px;
}

.topIndex li.btmPh a {
	padding: 15px 15px 55% 15px;
}

.topIndex li.noPh {
	padding: 15px 0px 0px 15px;
}


.topIndex li a h2,
.topIndex li.noPh h2 {
	font-size: 1.8rem;
	font-weight: bold;
	padding-right: 20px;
	padding-bottom: 10px;
}

.pl2txt {
	list-style-type: decimal;
}

.pl2txt.disc {
	list-style-type: disc;
}

.grayBg {
	background-color: #e5e5e5;
}

.blueBg {
	background-color: #f5f9fc;
}

/* フォーム */
.itemArea {
	margin-top: 20px;
	border-top: 1px solid #999;
}

.itemArea h3 {
	font-weight: bold;
	padding-top: 10px;
}

.itemArea .itemTbArea table th,
.itemArea .itemTbArea table td {
	display: block;
}

.itemArea .itemTbArea table th {
	background-color: #eee;
	width: 94%;
	margin-top: 25px;
	padding: 5px 3% 5px 3%;
}

.itemArea .itemTbArea table th.white {
	background-color: #fff;
}

.itemArea .itemTbArea table th.none {
	display: none;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.itemArea .itemTbArea table td {
	width: 100%;
	padding: 20px 0px 0px 0px;
}

.box1 {
	width: 100%;
	height: 26px;
	border: 1px solid #aaa;
}

.itemArea .itemTbArea table td.case {
	font-size: 80%;
	padding: 5px 0px 0px 0px;
}

.box2 {
	width: 100%;
	height: 100px;
	border: 1px solid #aaa;
}

.submitBtn {
	width: 55%;
	height: 60px;
	background: url(/lib/img/ic_arr02.png) #0e3d7c no-repeat right 5px center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	margin-right: 3%;
	border: none;
	cursor: pointer;
}

.gryBtn {
	width: 30%;
	height: 40px;
	background: url(/lib/img/ic_arr02.png) #aaa no-repeat right 5px center;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	border: none;
	cursor: pointer;
}

.agreeArea {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ddd;
}

.noAgree {
	cursor: default;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

.itemArea a.docuBtn {
	display: block;
	width: 98%;
	height: 45px;
	background: url(/contact/img/docu_bg.jpg) no-repeat right 0px;
	line-height: 120%;
	color: #cc0000;
	margin-top: 15px;
	padding: 10px 0px 0px 2%;
	border: 1px solid #ddd;
}

/* 資料請求 */

.docuList {
	padding-bottom: 20px;
}

.docuList li {
	width: 47%;
	float: left;
	padding: 10px 1%;
	border-bottom: 1px dotted #666;
	border-right: 1px dotted #666;
}

.docuList li p.txt {
	width: 60%;
	float: left;
}

.docuList li p.ph {
	width: 35%;
	float: right;
	text-align: right;
}

.docuList li p.ph img {
	max-width: 100%;
	height: auto;
}

/* エラーメッセージ */
form .error_contents {
	margin: 0 0 30px;
	padding: 0 10px;
	box-sizing: border-box;
}
form .error_contents .error_list {
	border: 1px solid #d71932;
	background: #f5f5f5;
	padding: 12px 0;
	line-height: 1.5;
}
form .error_contents .error_txt {
	margin: 0 0 7px 0;
	padding: 0 0 0 18px;
	background: url(/lib/img/ic_dott04.png) no-repeat 10px 7px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #d71932;
}
form .error_contents .error_txt:last-child {
	margin: 0;
}

@media screen and (max-width: 450px) {

.docuList li {
	width: 92%;
	padding: 10px 4%;
}

}



