.contentArea.contactsContent {
	width:100%;
}
/* --一覧-- */
.ContentBox .contactsArea {
	margin-bottom:50px;
	color: #05173f;
	font-size:14px;
}

.ContentBox .contactsArea h1 {
	width:100%;
}

.ContentBox .contactsArea h1 + p {
	margin-bottom:81px;
	width:100%;
	position: relative;
}

.ContentBox .contactsArea h1 + p:after {
	content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #dddddd;
    bottom: -40px;
    left:0;
    width: 100%;
}
.ContentBox .contactsArea h1 + p span {
	width:40px;
	height:20px;
	background:#f00;
	color:#fff;
	font-size:10px;
	line-height:20px;
	text-align:center;
	display:inline-block;
}

.ContentBox .contactsArea section {
    width: 1000px;
	margin:0 auto;
}
.ContentBox .contactsArea section h2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}

.ContentBox .contactsArea section table {
	width:100%;
	border-top:solid 1px #dddddd;
	margin-bottom:50px;
}

.ContentBox .contactsArea section table th {
    background: #d0edfb;
	padding:15px 15px;
	width:260px;
	border-right:solid 1px #dddddd;
	border-bottom:solid 1px #dddddd;
	text-align:left;
	position:relative;
	vertical-align:top;
}
.ContentBox .contactsArea section table th span {
	width:40px;
	height:20px;
	background:#f00;
	color:#fff;
	font-size:10px;
	line-height:20px;
	text-align:center;
	display:block;
	position:absolute;
	right:15px;
	top:12px;
}

.ContentBox .contactsArea section table td {
	padding:10px 15px;
	text-align:left;
	border-right:solid 1px #dddddd;
	border-bottom:solid 1px #dddddd;
	line-height:20px;
	position:relative;
}
.ContentBox .contactsArea section table th:last-child, .ContentBox .contactsArea section table td:last-child {
	border-right:none;
}
.ContentBox .contactsArea section table td label {
	position:relative;
	padding-left:25px;
}
.ContentBox .contactsArea section table td input[type=radio] {
	border:solid 1px #05173f;
	background:#fff;
	height:20px;
	width:20px;
	border-radius:100px;
	position:absolute;
	top:1px;
	left:0;
}
.ContentBox .contactsArea section table td input[type=radio]:checked:before {
	background:#05173f;
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position:absolute;
}
.ContentBox .contactsArea section table td input[type=text] {
	border:solid 1px #05173f;
	background:#fff;
	height:30px;
	width:100%;
}
.ContentBox .contactsArea section table td.short input[type=text] {
	width:80px;
}
.ContentBox .contactsArea section table td textarea {
	border:solid 1px #05173f;
	background:#fff;
	width:100%;
}
.ContentBox .contactsArea section p input[type=button] {
	background: #00479c;
    width: 300px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
}
.ContentBox .contactsArea section p input[type=button]:hover {
	opacity:.75;
}
.ContentBox .contactsArea section p.button input {
	background: #00479c;
    width: 300px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
}
.ContentBox .contactsArea section p.button input:hover {
	opacity:.75;
}
.ContentBox .contactsArea section p.button input.backs {
	margin-bottom: 20px;
}






















