@charset "UTF-8";
/* CSS Document */

#mainImage {
	position: relative;
	margin-bottom: 30px;
}
#mainImage  p img{
	width: 100%;
}

#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;
}

#mainImage h2 {
	position: absolute;
	margin: -70px 0 0 300px;
	color: #fff;
	left: 50%;
	top: 70%;
	width: 700px;
	font-size: 18px;
	line-height: 1.64;
	letter-spacing: .05em;
}

section#qanda {
	width: 1100px;
	margin: 0 auto;
}

section#qanda p.q {
	font-size: 36px;
	color: #0b5dc3;
	font-family: FOT-Rodin ProN;
	margin-bottom: 30px;
}

section#qanda p.q span.blue {
	font-size: 48px;
}

section#qanda p.a {
	font-size: 24px;
	color: #333333;
	margin-bottom: 100px;
	font-family: FOT-Rodin ProN;
}

section#qanda p.a:last-child {
	margin-bottom: 0;
}

section#qanda p.a span.orange {
	font-size: 48px;
	color: #ec371b;
	
}

@media screen and (max-width:768px){
	#bread {
	width: 100%;
}
	#mainImage h2 {
	position: absolute;
	margin: -75px 0 0 30px;
	color: #fff;
	left: 40%;
	top: 70%;
	width: auto;
	font-size: 14px;
	line-height: 1.55;
	letter-spacing: .05em;
	box-sizing: border-box;
}
	section#qanda {
	width: 100%;
}
	section#qanda p.q {
	font-size: 18px;
	color: #0b5dc3;
	font-family: FOT-Rodin ProN;
	margin-bottom: 30px;
}

section#qanda p.q span.blue {
	font-size: 32px;
}

section#qanda p.a {
	font-size: 18px;
	color: #333333;
	margin-bottom: 100px;
	font-family: FOT-Rodin ProN;
}
	section#qanda p.a span.orange {
	font-size: 32px;
	color: #ec371b;
}
	section#qanda p.a {
	margin-bottom: 50px;
}
}