@charset "utf-8";

/* kv
----------------------------------------------------------- */

/*
#kvWrap {
    background: url(../../img/agreement/pic_main.jpg) no-repeat 50% 0;
    background-size: cover;
}
*/

#pankuzu {
	margin-top: 106px;
}

/* agreementWrap
----------------------------------------------------------- */

#agreementWrap {
	padding: 60px 0;
}
#agreementWrap .box_top {
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E0E0E0;
}
#agreementWrap .box {
	margin-bottom: 30px;
}
#agreementWrap h2 {
	font-size: 260%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#agreementWrap h3 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom:  5px;
}
#agreementWrap h4 {
	font-size: 140%;
	margin-bottom: 5px;
}
#agreementWrap .box .txt {
	font-size: 130%;
	margin-bottom: 3px;
}
#agreementWrap ul {
	font-size: 13px
}
#agreementWrap ul li {
	text-indent: -1em !important;
	margin-left: 1em !important;
	line-height: 1.8;
}
#agreementWrap ul.nest {
	margin-bottom: 5px;
}
#agreementWrap .box table {
	font-size: 130%;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	margin-bottom: 10px;
/* 	table-layout: fixed; */
}
#agreementWrap .box table caption {
	margin-bottom: 5px;
}
#agreementWrap .box table th {
	padding: 15px 10px;
	font-weight: bold;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: #EBEBEB;
	vertical-align: middle;
}
#agreementWrap .box table td {
	padding: 15px 10px;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
#agreementWrap .box dl {
	font-size: 130%;
	display: table;
}
#agreementWrap .box dl dt {
	display: table-cell;
	font-weight: bold;
	width: 50px;
}
#agreementWrap .box dl dd {
	display: table-cell;
}
#agreementWrap .kiyakuLead {
	font-size: 130%;
	margin-bottom: 20px;
}
#agreementWrap .box.last {
	margin-bottom: 0;
}
.w277 {
	width: 277px;
}


