@charset "utf-8";
#breadcrumbs {
  width: 640px;
}
#wrapper_bokin p, #wrapper_bokin h1 {
	margin: 0px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#wrapper_bokin .bokin_ttl {
	margin: 0px;
	border: none;
	text-align: center;
	padding: 30px;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	background: #d7000f;
	color: #fff;
}
#wrapper_bokin .bokin_ttl .bokin_ttl_big {
	font-size: 52px;
}
#wrapper_bokin .bokin_content {
	margin: 0px 20px 30px;
  border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
#wrapper_bokin .bokin_sub_context {
	text-align: center;
	font-size: 34px;
	line-height: 46px;
	margin-top: 30px;
	margin-bottom: 40px;
}
#wrapper_bokin .bokin_main_context {
	text-align: center;
	font-size: 50px;
	line-height: 66px;
	color: #e60b10;
	margin-bottom: 30px;
}
#wrapper_bokin .bokin_context {
	text-align: center;
	font-size: 20px;
	line-height: 32px;
  margin-bottom: 30px;
}
#wrapper_bokin .bokin_company {
	text-align: center;
	font-size: 14px;
}

@media screen and (max-width: 640px){
	#breadcrumbs {
		width: 100vw;
	}
	#breadcrumbs.white ol li {
		font-size: 10px;

	}
	#wrapper_bokin {
		max-width: 100vw;
	}
	#wrapper_bokin .bokin_content {
		margin: 0px 5px 30px;
	}
	#wrapper_bokin .bokin_ttl {
		padding: 20px;
		font-size: 20px;
		line-height: 36px;
	}
	#wrapper_bokin .bokin_ttl .bokin_ttl_big {
		font-size: 30px;
	}
	#wrapper_bokin .bokin_sub_context {
		font-size: 18px;
    line-height: 22px;
		margin-bottom: 20px;
	}
	#wrapper_bokin .bokin_main_context {
		font-size: 26px;
		line-height: 36px;
	}
	#wrapper_bokin .bokin_context {
		font-size: 14px;
    line-height: 20px;
	}
	#wrapper_bokin .bokin_company {
		font-size: 10px;
	}
}
