@charset "utf-8";


.rSideNav h3 a {
	padding: 1.105em 0.357em 1.105em 2.4em;
}
.rSideNav h3 a:before {
	position: absolute;
	left: 0.7em;
	top: 50%;
	display: block;
	width: 1.14em;
	height: 1.069em;
	margin-top: -0.5345em;
	background: url("/business/images_global/r_menu_title.png") no-repeat;
	background-size: 100%;
	content: "";
}

.lower .current {
    background-color: #d1e4ec;
}


.mainBox{
	display: flex;
	flex-direction:row-reverse;
	margin-bottom: 30px;
}

.apMainImageBox{
	float: right;
	width: 49%;
	/*border: 1px solid #bfbfbf;*/
	margin-left: 10px;
	text-align: center;
	position: relative;
}
.apMainImageBox img{
    position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.apInspectionBox{
	float: left;
	width: 49%;
}
.nameTable{
	width: 100%;
	border: 1px solid #bfbfbf;
	text-align: center;
	margin-bottom: 20px;
}
.nameTable .categoryName{
	background-color: #7f7f7f;
	border: 1px solid #7f7f7f;
	color: white;
	font-weight: bold;
	padding: 8px;
}
.subCategoryItem{
	border: 1px solid #bfbfbf;
	padding: 10px;
	width: 50%;
	background-color:#DBDBDB;
}
.subCategoryName{
	border: 1px solid #bfbfbf;
	padding: 10px;
	width: 50%;
}
.apInspectionBoxA{
	width: 100%;
	background-color: #deebf7;
	margin: 10px 0 0;
	display: flex;
	position: relative;
}
.apInspectionBoxA.only{
	display: block;
    /*padding-bottom: 10px;*/
}
.InspectionType{
	width: 10%;
	font-size: 200%;
	float: left;
	padding: 10px;
	text-align: center;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
	position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.InspectionName{
	width: 80%;
	padding: 16px 10px 16px 50px;
}
.InspectionName.only{
	width: 95%;
	padding-left: 10px;
}
.apInspectionBoxB{
	width: 100%;
	background-color: #e2f0d9;
	margin: 10px 0 0;
	display: flex;
	position: relative;
}

.functionTitle{
	padding: 12px;
	background-color: #ededed;
	text-align: center;
	margin-bottom: 20px;
}
.functionNameA{
	font-size: 120%;
	font-weight: bold;
	color: #4578b1;
	padding-bottom: 8px;
}
.functionNameB{
	font-size: 120%;
	font-weight: bold;
	color: #427647;
	padding-bottom: 8px;
}

.downArrow{
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
}

.apResultTitleA{
	background-color: #4578b1;
	border: 1px solid #4578b1;
	display: flex;
	position: relative
}
.resultType{
	width: 5%;
	font-size: 200%;
	float: left;
	padding: 10px;
	text-align: center;
	color: white;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
	position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.resultName{
	width: 95%;
	font-size: 130%;
	font-weight: bold;
	color: white;
	padding: 26px 10px 26px 50px;
}
.resultName.only{
	width: 100%;
	padding-left: 20px;
}
.apResultBoxA{
	border: 1px solid #4578b1;
	padding: 30px;
}
.resultTips{
	text-align: center;
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #bfbfbf;
	margin: 16px 0 26px;
}
.resultTips .number{
	font-size: 150%;
	font-weight: bold;
	color: red;
}
.apResultTitleB{
	background-color: #427647;
	border: 1px solid #427647;
	display: flex;
	position: relative;
}
.apResultBoxB{
	border: 1px solid #427647;
	padding: 30px;
}

.inspectionTimeBox{
    margin: 0 10px;
	padding: 10px;
	font-size: 110%;
	background-color: white;
	text-align: center;
}
.inspectionTimeBox .number{
	font-size: 170%;
	font-weight: bold;
	color: red;
}
.inspectionTimeBox .timeTitle{
	font-size: 120%;
	font-weight: bold;
}

.resultStepBox .stepNumber{
	font-size: 230%;
	/*font-weight: bold;*/
	float: left;
}
.resultStepBox .stepContents{
    padding: 1em 0 0 2.5em;
}

.adviceHeader{
	margin-top: 30px;
	background-color: #ededed;
	border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	padding: 20px;
	text-align: center;
}
.adviceHeader img{
	display: inline-block;
}
.adviceHeader p{
	font-size: 160%;
	padding-top: 5px;
	display: inline-block;
}
.adviceHeader .titleBox{
	margin: 0 auto;
}
.adviceContents{
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	padding: 20px;
}

.contentsTextBox {
	margin-top: 10px;
}
.contentsTextBox .left{
	width: 42%;
	float: left;
}
.contentsTextBox .center{
	width: 16%;
	text-align: center;
	float: left;
}
.contentsTextBox .right{
	width: 42%;
	float: left;
}
.functionBox{
	width: 100%;
	display: table;
	border: 1px solid #4578b1;
	margin-top: 20px;
}
.functionBox .functionBoxTitle{
	background-color: #4578b1;
	font-size: 125%;
	font-weight: bold;
	color: white;
	display: table-cell;
	width: 45%;
    vertical-align: middle;
    text-align: center;
}
.functionBox .functionBoxText{
	padding: 20px;
	display: table-cell;
}

.ng{
	color: red;
	font-weight: bold;
}


/*SP*/
body.responsive-sp .mainBox{
	display: flex;
	flex-direction:column;
}
body.responsive-sp .apMainImageBox{
	width: 100%;
	border: none;
	margin-left: 0;
}
body.responsive-sp .apMainImageBox img{
    position: static;
 }
body.responsive-sp .apInspectionBox{
	width: 100%;
	margin-top: 10px;
}
body.responsive-sp .downArrow{
	width: 60%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0 10px;
}
body.responsive-sp .resultType{
	width: 10%;
}
body.responsive-sp .resultName{
	width: 90%;
}

body.responsive-sp .contentsTextBox .left{
	width: 100%;
}
body.responsive-sp .contentsTextBox .center{
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
body.responsive-sp .contentsTextBox .center .spBlock{
	display: inline-block;
}
body.responsive-sp .contentsTextBox .right{
	width: 100%;
}
body.responsive-sp .functionBox .functionBoxTitle{
	width: 100%;
	display: block;
	padding: 10px 0;
}
body.responsive-sp .functionBox .functionBoxText{
	display: block;
}


/*181024トップ用ここから*/
.rColumnContainer .fieldSelect a:visited {
    color: #333;
}
.rColumnContainer .fieldSelect a:link {
    color: #333;
}

.fieldSelect{
	width: 660px;
	display: flex;
	flex-wrap: wrap;
}
.fieldSelect li{
	width: 48%;
	float: left;
	margin-right: 26px;
	margin-bottom: 2em;
	position: relative;
	padding-bottom: 5em;
	background: #FFFFFF;
}
ul li:nth-child(2n) {
	margin-right: 0;
}

.fieldSelect div:hover{
    opacity: 0.75;
}
.electronic-parts{
	background: url(/business/image-sensor-camera/application/images/pic_electronic-parts.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 171px;
	position: relative;
}
.food{
	background: url(/business/image-sensor-camera/application/images/pic_food.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 171px;
	position: relative;
}
.mechanical-parts{
	background: url(/business/image-sensor-camera/application/images/pic_mechanical-parts.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 171px;
	position: relative;
}
.chemicals{
	background: url(/business/image-sensor-camera/application/images/pic_chemicals.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 171px;
	position: relative;
}

.fieldSelect div .fieldName{
	position: absolute;
	bottom: 16px;
	margin-left: 14px;
	font-size: 170%;
	font-weight: normal;
}
.fieldSelect p,.fieldSelect h3{
	/*padding: 0 1em; */
	margin-top: 1em;
}

.rPanelLinks{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1em;
}

/*SP*/
body.responsive-sp .fieldSelect{
	width: 100%;
}
body.responsive-sp .fieldSelect li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 2em;
	padding-bottom: 7em;
}
body.responsive-sp ul li:nth-child(3n) {
	margin-right: 0;
}

body.responsive-sp .fieldSelect div:hover{
    opacity: 0.75;
}
body.responsive-sp .electronic-parts{
	width: 100%;
	height: 52vw;
}
body.responsive-sp .food{
	width: 100%;
	height: 52vw;
}
body.responsive-sp .mechanical-parts{
	width: 100%;
	height: 52vw;
}
body.responsive-sp .chemicals{
	width: 100%;
	height: 52vw;
}

body.responsive-sp .fieldSelect div .fieldName{
	bottom: 10px;
	/*margin-left: 20px;*/
	font-size: 170%;
	/*font-weight: bold;*/
}
body.responsive-sp .fieldSelect p{
	padding: 0 1em;
	margin-top: 1em;
}

body.responsive-sp .rPanelLinks{
	bottom: 2em;
}
/*181024トップ用ここまで*/


/*181101 ページ下部UI用ここから*/

.underUiMidashi{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
.underUiBox{
	border: 1px solid #7f7f7f;
	background: #f2f2f2;
}
.underUiBox .linkBox{
	width: 319px;
	/*padding: 10px;*/
	/*background-color: aquamarine;*/
	float: left;
}
.underUiBox .linkBox a:link{
	text-decoration: none;
}
.underUiBox .linkBox a:valid{
	color: #333;
}
.underUiBox .linkBox a:hover{
	color: #333;
}
.underUiBox .linkBox:hover{
	background-color: #d1e4ec;
}
.underUiBox .linkBox a:active{
	color: #333;
}
.underUiBox .linkBox.current{
	background-color: #d1e4ec;
}

.underUiBox .linkBox .thumbnail{
	width: 90px;
	height: 72px;
	background: #fff;
	float: left;
	margin: 13px;
	position: relative;
}
.underUiBox .linkBox .thumbnail img{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	pointer-events: none;
}

.underUiBox .linkBox .linkText{
	width: 160px;
	padding-left: 133px;
	color: #333;
	font-size: 110%;
	position: relative;
	margin-top: 5px;
}
.underUiBox .linkBox .linkText:before {
    position: absolute;
    left: 120px;
    top: 4px;
    display: block;
    width: 0.54em;
    height: 0.71em;
    /*margin-top: -0.355em;*/
    background: url(/business/images_global/r_ico_link_01.png) no-repeat;
    background-size: 100%;
    content: "";
}

.underFieldSelect{
	width: 100%;
	margin-top: 15px;
}
.underFieldSelect .underFieldImage{
	width: 157px;
	margin-right: 4px;
	float: left;
	position: relative;
}
.underFieldSelect .underFieldImage.current{
	opacity: 0.6;
}
.underFieldSelect .underFieldImage:nth-child(4){
	margin-right: 0;
}

.underFieldSelect .underFieldImage .electronic-parts{
	background: url(/business/image-sensor-camera/application/images/pic_electronic-parts.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 84px;
	position: relative;
}
.underFieldSelect .underFieldImage .food{
	background: url(/business/image-sensor-camera/application/images/pic_food.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 84px;
	position: relative;
}
.underFieldSelect .underFieldImage .mechanical-parts{
	background: url(/business/image-sensor-camera/application/images/pic_mechanical-parts.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 84px;
	position: relative;
}
.underFieldSelect .underFieldImage .chemicals{
	background: url(/business/image-sensor-camera/application/images/pic_chemicals.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 84px;
	position: relative;
}
.underFieldSelect .underFieldImage:hover{
	opacity: 0.75;
}

.underFieldSelect .underFieldImage p{
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: #333;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.5em;
}

/*SP メニューと重複するためオミット*/
/*body.responsive-sp .underUiMidashi{
	padding-left: 3%;
	padding-right: 3%;
}

body.responsive-sp .underUiBox{
	border: none;
}

body.responsive-sp .underUiBox .linkBox{
	width: 100%;
}
body.responsive-sp .underUiBox .linkBox .linkText{
	width: 60%;
}

body.responsive-sp .underFieldSelect .underFieldImage{
	width: 49.5%;
	margin-right: 1%;
    height: 29vw;
}
body.responsive-sp .underFieldSelect .underFieldImage:nth-child(even){
	margin-right: 0;
}
body.responsive-sp .underFieldSelect .underFieldImage .electronic-parts{
	height: 25vw;
}
body.responsive-sp .underFieldSelect .underFieldImage .food{
	height: 25vw;
}
body.responsive-sp .underFieldSelect .underFieldImage .mechanical-parts{
	height: 25vw;
}
body.responsive-sp .underFieldSelect .underFieldImage .chemicals{
	height: 25vw;
}*/
/*181101 ページ下部UI用ここまで*/