@charset "UTF-8";
/* CSS Document */

#mainImage {
	position: relative;
	margin-bottom: 30px;
}
#mainImage img{
	width: 100%;
}

#mainImage h2 {
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:0;
	text-align: center;
}



#mainImage h2 span {
	font-size: 54px;
	color: #fff;
	line-height: 1.1;
	height: 63px;
	display: block;
}

#mainImage h2 span::after {
	
    border-top: 3px solid #0b5dc3;
    content: '';
    display: block;
    height: 3px;
    margin: 0 auto;
    width: 25px;
}



#bread {
	width: 1100px;
	margin: 0 auto;
}

.breadcrumb {
  margin-left:0;
  padding-left:0;
  margin-bottom: 50px;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #333;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #333;
	font-size: 14px;
}



.breadcrumb li a:hover {
    text-decoration: underline;
}



main h3 {
	text-align: center;
	margin: 90px 0 30px 0;
}
h3 span.head {
	display: block;
	line-height: 1;
	font-size:50px;
	color: #ec371b;
}

h3 span.head::after {
	
    border-top: 3px solid #0b5dc3;
    content: '';
    display: block;
    height: 3px;
    margin: 0 auto;
    width: 25px;
}

#info {
	width: 648px;
	height: 195px;
	margin: 0 auto;
	background: #f4f4f4;
}

#info table {
	width: 90%;
	border-collapse: collapse;
	margin-left: 30px;
}

#info table tr th {
	
	font-size: 16px;
}

#info table tr td {
	font-size: 14px;
}

#info table tr th,
#info table tr td {
	padding: 14px 0  13px;
	width: auto;
	font-size: 14px;
	line-height: 2;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	font-family: FOT-Rodin ProN;
}

@media screen and (max-width:768px){
	
	#bread {
	width: 100%
}
	
#mainImage h2 {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:0;
	text-align: center;
}



#mainImage h2 span {
	font-size: 26px;
	color: #fff;
	line-height: 1;
	height: auto;
	display: block;
}

#info {
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
}
}