.wrap {
	width: 1172px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#main-inspection {
	width: 880px;
	float: left;
}
.top-head {
	background-image: url(/_img/inspection/top-jead_bg.gif);
	border: 4px solid #9b4633;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 30px;
	background-size: cover;
	background-position: right bottom;
}
.top-head .title {
	width: 380px;
	color: #9b4633;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 15px;
}
.top-head .title span  {
	display: block;
}
.top-head .title .txt01  {
	font-size: 90px;
}
.top-head .txt-box {
	background-color: #F69700;
	width: 380px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 20px;
}
.top-head .txt-box strong {
	font-size: 18px;
}
.top-head .trouble-box {
	border: 2px solid #9b4633;
	background-color: #FFFFFF;
	width: 380px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-radius: 3px;
	margin-bottom: 20px;
}
.top-head .trouble-box .ttl {
	color: #9b4633;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 8px;
}
.top-head .trouble-box .ttl span {
	display: block;
	font-size: 30px;
	font-weight: 700;
}
.top-head .trouble-box ul li {
	font-weight: bold;
	font-size: 15px;
	position: relative;
	padding-left: 22px;
}
.top-head .trouble-box ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .2em;
	left: 0px;
	width: 10px;
	height: 5px;
	border-left: 3px solid #D40000;
	border-bottom: 3px solid #D40000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.top-head .mov {
	border: 2px solid #9b4633;
	width: 400px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	right: 20px;
	bottom: 135px;
	border-radius: 3px;
}
.top-head .mov .ttl-mov {
	color: #9b4633;
	font-size: 18px;
	background-image: url(/_img/inspection/icom_mov.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: left center;
	padding-left: 40px;
	margin-bottom: 10px;
}
.top-head .mov .ttl-mov span {
	display: block;
}
.top-head .mov .youtube {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.top-head .mov .youtube iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-conts .ttl-lead {
	font-size: 24px;
	margin-bottom: 10px;
}
.top-conts .top-txt {
	margin-bottom: 10px;
}
.reason-box {
	margin-bottom: 20px;
}
.reason-box li {
	width: 262px;
	border-left: 1px dotted #BEBEBE;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
}
.reason-box li:last-child {
	border-right: 1px dotted #BEBEBE;
}
.reason-box li .ttl {
	font-size: 18px;
	color: #9b4633;
	text-align: center;
	margin-bottom: 5px;
}
.reason-box li .ttl span {
	font-size: 28px;
}
.top-conts .tbl-main.reason {
	margin-bottom: 40px;
	border-spacing: 0px;
	border-collapse: collapse;
}
.tbl-main.reason tbody tr th,
.tbl-main.reason tbody tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #9D4430;
}
.tbl-main.reason tbody tr th  {
	color: #9b4633;
	font-weight: bold;
}
.tbl-main.reason tbody tr .col {
	width: 180px;
	text-align: center;
}
.tbl-main.reason tbody tr .col.top {
	background-color: #9b4633;
	color: #FFFFFF;
}
.tbl-main.reason tbody tr td {
	text-align: center;
	background-color: #FFFFFF;
}
.tbl-main.reason tbody tr .check {
	background-color: #FFF4C7;
}
.flow-bar {
	position: relative;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 40px;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
  *zoom: 1;
	display: table;
	font-size: 16px;
	font-weight: bold;
}
.flow-bar .step {
	position: relative;
	display: table-cell;
	line-height: 80px;
	padding: 0 40px 0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
}
.flow-bar .step.col01 {
	background-color: #FFD100;
}
.flow-bar .step.col01:before, .flow-bar .step.col01:after {
  background-color: FFD100;
  border-left: 4px solid FFD100;
}
.flow-bar .step.col02 {
	background-color: #FFAE00;
}
.flow-bar .step.col02:before, .flow-bar .step.col02:after {
  background-color: #FFAE00;
  border-left: 4px solid #FFAE00;
}
.flow-bar .step.col03 {
	background-color: #FF881B;
}
.flow-bar .step.col03:before, .flow-bar .step.col03:after {
  background-color: #FF881B;
  border-left: 4px solid #FF881B;
}
.flow-bar .step.col04 {
	background-color: #D9674E;
}
.flow-bar .step.col04:before, .flow-bar .step.col04:after {
  background-color: #D9674E;
  border-left: 4px solid #D9674E;
}
.flow-bar .step.col05 {
	background-color: #9b4633;
}
.flow-bar .step.col05:before, .flow-bar .step.col05:after {
  background-color: #9b4633;
  border-left: 4px solid #9b4633;
}
.flow-bar .step:before, .flow-bar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';

  width: 25px;
  height: 40px;
}


.flow-bar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.flow-bar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.ttl-search {
	margin-bottom: 10px;
	background-color: #9D4430;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 16px;
	border-left: 4px solid #FFD102;
}
.list-search {
	margin-bottom: 20px;
}
.list-search li {
	width: 169px;
	float: left;
	margin-bottom: 6px;
	border: 1px solid #E8E0D9;
	margin-right: 6px;
}
.list-search li:nth-child(5n) {
	margin-right: 0px;
}
.list-search li a {
	line-height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	background-color: #F8F5F1;
	text-decoration: none;
	color: #000000;
}
.list-search li a img {
	margin-right: 8px;
	height: 25px;
	width: auto;
}
.list-search.long {
	margin-bottom: 40px;
}
.list-search.long li {
	width: 287px;
}
.list-search.long li:nth-child(3n) {
	margin-right: 0px;
}
.single-head {
	background-image: url(/_img/inspection/top-jead_bg.gif);
	border: 4px solid #9b4633;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 30px;
	background-size: 880px auto;
	background-position: right bottom;
}
.single-head .title {
	color: #9b4633;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
}
.single-head .title img {
	position: relative;
	bottom: 2px;
	margin-left: 10px;
	height: 40px;
}
.single-head .title span  {
	display: block;
	font-size: 16px;
	font-weight: 300;
}
.single-head .arrange-ttl {
	font-size: 20px;
	font-weight: 700;
	color: #9b4633;
	margin-bottom: 5px;
}
/*.single-head .arrange-txt {
	font-size: 20px;
	font-weight: 500;
	background-color: #FF9F00;
	line-height: 40px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 20px;
}*/
.single-head .arrange-txt {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}
.single-head .box div {
	width: 375px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 2px solid #9D4430;
	border-radius: 2px;
}
.single-head .box .left {
	float: left;
}
.single-head .box .right {
	float: right;
}
.single-head .box div .txt {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
.single-head .box div .btn a {
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 4px;
	position: relative;
	background-image: -webkit-linear-gradient(270deg,rgba(246,148,0,1.00) 0%,rgba(240,107,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(246,148,0,1.00) 0%,rgba(240,107,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(246,148,0,1.00) 0%,rgba(240,107,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(246,148,0,1.00) 0%,rgba(240,107,0,1.00) 100%);
}
.single-head .box div .btn a:after {
	display: block;
	content: '';
	position: absolute;
	top: 36px;
	left: 185px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.single-conts .txt {
	margin-bottom: 15px;
}
.single-conts .top-txt {
	margin-bottom: 40px;
}
.single-conts .top-txt strong {
	font-weight: normal;
}
.img-box {
	margin-bottom: 40px;
}
.img-box figure img {
	width: 430px;
}
.single-conts .plan-ttl {
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
	background-color: #E8E0D9;
	color: #9b4633;
}
.single-conts .plan-box {
	background-color: #F8F5F1;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-bottom: 30px;
}
.single-conts .plan-box .plan-txt {
	margin-bottom: 10px;
}
.single-conts .mov-box {
	overflow: hidden;
	margin-bottom: 40px;
}
.single-conts .mov-box .mov-txt {
	float: left;
	width: 430px;
}
.single-conts .mov-box .mov-txt p {
	margin-bottom: 15px;
}
.single-conts .mov-box .youtube {
	float: right;
	width: 430px;
}
.single-conts .mov-box .youtube div {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.single-conts .mov-box .youtube div iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tbl-plan {
	width: 100%;
	border-spacing: 2px;
	border-collapse: collapse;
}
.tbl-plan tr th,
.tbl-plan tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.tbl-plan tr th {
	border: 1px solid #d8d8d8;
	width: 170px;
	font-weight: bold;
	background-color: #E8E0D9;
}
.tbl-plan tr td {
	border: 1px solid #d8d8d8;
	background-color: #FFFFFF;
}
.formbox-common div .inq-txt {
	padding-top: 10px;
	font-weight: bold;
}
