
/* topインデックス */
.topIndex {
	margin-left: 10px;
	padding: 10px 0px;
}

.topIndex li {
	float: left;
	width: 31%;
	margin-left: 1.2%;
	margin-bottom: 1%;
	border: 1px solid #eee;
}

.topIndex li h2 {
	background: url(/agcct/lib/img/ic_arr07.png) no-repeat right 5px;
}

.topIndex li h2.blk {
	background: url(/agcct/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(/agcct/contact/img/menu_contact.jpg) no-repeat 0px bottom;
	background-size: 100% auto;
}

.topIndex li#request {
	background: url(/agcct/contact/img/menu_request.jpg) no-repeat 0px bottom;
	background-size: 100% auto;
}

.topIndex li#tel {
	background: url(/agcct/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 {
	border-top: 1px solid #999;
}

.itemArea h3 {
	float: left;
	width: 10%;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

.itemArea .itemTbArea {
	float: right;
	width: 90%;
}

.itemArea .itemTbArea table {
	width: 100%;
}

.itemArea .itemTbArea table th,
.itemArea .itemTbArea table td {
	vertical-align: top;
	margin-bottom: 20px;
	padding: 20px 2% 20px 0px;
	border-bottom: 1px dotted #999;
}

.itemArea .itemTbArea table tr:last-child th,
.itemArea .itemTbArea table tr:last-child td {
	border-bottom: none;
}

.itemArea .itemTbArea table th {
	width: 20%;
}

.itemArea .itemTbArea table td.case {
	width: 30%;
	font-size: 80%;
}

.box1 {
	width: 100%;
	height: 26px;
	border: 1px solid #aaa;
}

.box2 {
	width: 100%;
	height: 100px;
	border: 1px solid #aaa;
}

.submitBtn {
	width: 30%;
	height: 60px;
	background: url(/agcct/lib/img/ic_arr02.png) #0e3d7c no-repeat right 20px center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	margin-right: 3%;
	border: none;	
	cursor: pointer;
}

.gryBtn {
	width: 15%;
	height: 40px;
	background: url(/agcct/lib/img/ic_arr02.png) #aaa no-repeat right 10px center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	border: none;	
	cursor: pointer;
}

.agreeArea {
	text-align: center;
	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(/agcct/contact/img/docu_bg.jpg) no-repeat right 0px;
	color: #cc0000;
	margin-top: 15px;
	padding: 10px 0px 0px 2%;
	border: 1px solid #ddd;
}

.itemArea a.docuBtn br {
	display: none;
}

/* 資料請求 */

.docuList {
	padding-bottom: 20px;
}

.docuList li {
	width: 30%;
	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 40px;
	padding: 0 20px;
	box-sizing: border-box;
}
form .error_contents .error_list {
	border: 1px solid #d71932;
	background: #f5f5f5;
	padding: 20px 0;
	line-height: 1.5;
}
form .error_contents .error_txt {
	margin: 0 0 10px 0;
	padding: 0 0 0 28px;
	background: url(/agcct/lib/img/ic_dott04.png) no-repeat 20px 9px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #d71932;
}
form .error_contents .error_txt:last-child {
	margin: 0;
}



