@charset "UTF-8";


/*--------------------------------------------
↓　#requirements
--------------------------------------------*/
#requirements {
	max-width: 740px;
}
#requirements p.midashi {
	font-size: 1.1em;
	margin-bottom: 5px;
}
#requirements h3.midashi {
	display: inline-block;
	padding: 15px 0;
	width: 100px;
	text-align: center;
	background-color: #f3f3f3;
	color: #014bbc;
	font-weight: bold;
	margin-top: 40px;
	line-height: 1.4em;
}

/*フロー図*/
#requirements table.flow {
	width: 100%;
	line-height: 1.8em;
	margin-top: 20px;
	margin-bottom: 20px;
}
#requirements table.flow th {
	width: 200px;
	color: #014bbc;
	font-weight: bold;
	border-top: 1px solid #014bbc;
	border-right: 1px solid #014bbc;
	border-left: 1px solid #014bbc;
	box-sizing: border-box;
	vertical-align: middle;
}
#requirements table.flow th.square {
	border: 1px solid #014bbc;
}
#requirements table.flow td {
	padding: 20px 0 15px 30px;
	box-sizing: border-box;
}
#requirements table.flow tr.down th {
	border: none;
	height: 36px;
	background-image: url(../../requirements/img/down.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
#requirements table.flow tr.down td {
	padding: 0;
	background-image:url(../../requirements/img/down_dot.jpg);
	background-size: 1px;
	background-position: top 0 left 0;
	background-repeat: no-repeat;
}

/*表_normal*/
#requirements table.normal {
	width: 100%;
	line-height: 1.8em;
	margin-top: 20px;
}
#requirements table.normal tr {
	border-top: 1px dotted #bababa;
}
#requirements table.normal tr:last-child {
	border-bottom: 1px dotted #bababa;
}
#requirements table.normal th {
	width: 200px;
	text-align: left;
	vertical-align: middle;
}
#requirements table.normal td {
	padding: 20px 0 20px 30px;
	box-sizing: border-box;
}
#requirements table ul.square li {
	list-style: square;
	margin-left: 20px;
}
#requirements table ul.square li span {
}
#requirements table ul.decimal li {
	list-style: decimal;
	margin-left: 20px;
}
@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
#requirements table.flow th {
	width: 130px;
}
#requirements table.flow tr.down th {
	height: 24px;
	background-image: url(../../requirements/img/down_sp.jpg);
}
#requirements table.flow td {
	padding: 10px 0 10px 15px;
}
#requirements table.normal th {
	width: 85px;
}
#requirements table.normal td {
	padding: 15px 0 15px 10px;
	box-sizing: border-box;
}
}



/*--------------------------------------------
↓　#contact
--------------------------------------------*/
#contact {
	text-align: center;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}







