.wrap {
	padding-top: 51px;
}
#main-inspection {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
}
.top-head {
	background-image: url(/_img/inspection/top-jead_bg.gif);
	border: 4px solid #9b4633;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 20px;
	background-size: cover;
	background-position: right bottom;
}
.top-head .title {
	color: #9b4633;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 10px;
}
.top-head .title span  {
	display: block;
}
.top-head .title .txt01  {
	font-size: 28px;
	display: inline;
}
.top-head .title.noto .txt_right {
	display: inline;
	text-align: left;
	font-size: 16px;
}
.top-head .txt-box {
	background-color: #F69700;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.top-head .txt-box strong {
	font-size: 14px;
}
.top-head .trouble-box {
	border: 2px solid #9b4633;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.top-head .trouble-box .ttl {
	color: #9b4633;
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 8px;
}
.top-head .trouble-box .ttl span {
	display: block;
	font-size: 20px;
	font-weight: 700;
}
.top-head .trouble-box ul li {
	font-weight: bold;
	font-size: 12px;
	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;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.top-head .mov .ttl-mov {
	color: #9b4633;
	font-size: 15px;
	background-image: url(/_img/inspection/icom_mov.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: left 0px;
	padding-left: 25px;
	margin-bottom: 5px;
}
.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: 18px;
	margin-bottom: 10px;
}
.top-conts .top-txt {
	margin-bottom: 10px;
}
.reason-box {
	margin-bottom: 20px;
}
.reason-box li {
	margin-bottom: 10px;
}
.reason-box li .ttl {
	font-size: 16px;
	color: #9b4633;
	text-align: left;
	margin-bottom: 2px;
}
.reason-box li .ttl span {
	font-size: 24px;
}
.reason-box li p  {
	font-size: 13px;
}
.top-conts .tbl-main.reason {
	margin-bottom: 20px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 10px;
}
.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;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}
.tbl-main.reason tbody tr .col {
	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;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
.tbl-main.reason tbody tr .check {
	background-color: #FFF4C7;
}
.flow-bar {
	margin-bottom: 20px;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
}
.flow-bar .step {
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	line-height: 14px;
}
.flow-bar .step.col01 {
	background-color: #FFD100;
}
.flow-bar .step.col01 .num {
	color: #FFD100;
}
.flow-bar .step.col02 {
	background-color: #FFAE00;
}
.flow-bar .step.col02 .num {
	color: #FFAE00;
}
.flow-bar .step.col03 {
	background-color: #FF881B;
}
.flow-bar .step.col03 .num {
	color: #FF881B;
}
.flow-bar .step.col04 {
	background-color: #D9674E;
}
.flow-bar .step.col04 .num {
	color: #D9674E;
}
.flow-bar .step.col05 {
	background-color: #9b4633;
}
.flow-bar .step.col05 .num {
	color: #9b4633;
}
.flow-bar.step li .num {
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 2px;
	margin-right: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.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: 15px;
}
.list-search li {
	width: 49%;
	float: left;
	margin-bottom: 6px;
	border: 1px solid #E8E0D9;
	margin-right: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-search li:nth-child(2n) {
	margin-right: 0px;
}
.list-search li a {
	line-height: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	background-color: #F8F5F1;
	text-decoration: none;
	color: #000000;
	position: relative;
}
.list-search li a:after {
	display: block;
	content: '';
	position: absolute;
	top: 1.0em;
	/* [disabled]left: -1em; */
	width: 5px;
	height: 5px;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 7px;
}
.list-search li a img {
	margin-right: 8px;
	height: 25px;
}
.list-search.long {
}
.list-search.long li {
	width: 100%;
	margin-right: 0px;
}
.single-head {
	background-image: url(/_img/inspection/top-jead_bg.gif);
	border: 4px solid #9b4633;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 20px;
	background-size: 880px auto;
	background-position: right bottom;
}
.single-head .title {
	color: #9b4633;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
}
.single-head .title img {
	position: relative;
	margin-left: 10px;
	height: 28px;
}
.single-head .title span  {
	display: block;
	font-size: 14px;
	font-weight: 300;
}
.single-head .arrange-ttl {
	font-size: 15px;
	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: 12px;
	font-weight: 500;
	margin-bottom: 10px;
}
.single-head .box div {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #9D4430;
	border-radius: 2px;
}
.single-head .box .left {
	margin-bottom: 8px;
}
.single-head .box .right {
}
.single-head .box div .txt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
}
.single-head .box div .btn a {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	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;
	bottom: 5px;
	left: 48%;
	width: 6px;
	height: 6px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#overview,
#plan {
	margin-top: -51px;
	padding-top: 51px;
}
.single-conts .txt {
	margin-bottom: 15px;
}
.img-box {
	margin-bottom: 20px;
}
.img-box figure img {
	width: 100%;
}
.img-box .img_left {
	margin-bottom: 10px;
}
.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: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.single-conts .plan-box .plan-txt {
	margin-bottom: 10px;
}
.single-conts .mov-box {
	overflow: hidden;
	margin-bottom: 20px;
}
.single-conts .mov-box .mov-txt {
	margin-bottom: 10px;
}
.single-conts .mov-box .youtube {
}
.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;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tbl-plan tr th {
	font-weight: bold;
	background-color: #E8E0D9;
}
.tbl-plan tr td {
	background-color: #FFFFFF;
}
.formbox-common div .inq-txt {
	padding-top: 10px;
	font-weight: bold;
}
