@charset "UTF-8";

#contentsArea {
	margin: 15px auto 80px;
}


/*パンくずリスト*/
#topic-path {
	width: 960px;
	margin: 15px auto 0;
}

#topic-path ol {
  list-style-type: none;
}

#topic-path ol li {
  display: inline;
  font-size: 85%;
}

#topic-path ol li a {
	color: #26ade4;
	text-decoration: underline;
}


/*main*/
#subMain {
	width: 100%;
	height: auto;
	position: relative;
	
}

#subMainImg {
	width: 100%;
	padding-top: 80px;
	line-height: 0;
}

#subMainTtl {
	width: 15%;
	max-width: 200px;
	line-height: 0;
	position: absolute;
	top: 55%;
	left:45%;
	color:#FFF;
	text-align: center;
}

#subMainImg img,#subMainTtl img {
	width: 100%;
	height: auto;
}


/*Q&A*/
#faq {
	margin-top: 15px;
}

#faqTtl {
	width: 95%;
	background: url('../images/titleBg.png') no-repeat center bottom;
}

#faq h2 {
	line-height: 0;
	margin-left: 15px;
}

#faq table {
	width: 100%;
}

#faq table tr {
	font-size: 100%;
	color: #333333;
	height: 50px;
	background: url('../images/dashedBorder.png') repeat-x center bottom;
}

.bold {
	font-weight: bold;
}
table.faq {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
}

table.faq th,
table.faq td {
	padding: 10px;
}

table.faq th {
	background: #295890;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	font-weight:700;
}

table.faq th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #295890;
	border-width: 10px;
	margin-top: -10px;
}
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 8px 50px !important;
  
}

/* firefox */
@-moz-document url-prefix() { 
	table.company th::after {
		float: right;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #295890 10px solid;
		margin-top: -10px;
	}
}

table.faq td {
	background: #f8f8f8;
	width: 360px;
	padding-left: 20px;
}
