@charset "UTF-8";

strong {
	font-weight: bold;
}

.word-wrap {
	display: inline-block;
}

.c5_caption_right {
	display: inline-block;
	text-align: right;
	width: 100%;
}

#c5-cleaning-table {
	overflow-x: auto;
	width: 100%;
}

#c5-cleaning-table table {
	min-width: 1080px;
	line-height: 1.3 !important;
	border-collapse: collapse;
	font-size: 15px;
}

#c5-cleaning-table * {
	box-sizing: border-box;
}

#c5-cleaning-table caption, th {
	text-align: left;
}

#c5-cleaning-table th,
#c5-cleaning-table td {
  vertical-align: middle;
  padding: 10px 10px;
  border: 1px #333 solid;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3;
}

@media screen and (max-width: 768px){
	#c5-cleaning-table th,
	#c5-cleaning-table td {
		font-size: 15px;
	}
}

#c5-cleaning-table thead th,
#c5-cleaning-table thead td {
  text-align: center;
}

#c5-cleaning-table thead .c5-cleaning-sensor {
	background: #007FAD;
}
#c5-cleaning-table thead .c5-cleaning-light {
	background: #0068B7;
}
#c5-cleaning-table thead .c5-cleaning-full-body {
	background: #EB6101;
}
#c5-cleaning-table thead .c5-cleaning-full-lens {
	background: #A74200;
}
#c5-cleaning-table thead .c5-course {
  width: 176px;
  color: #FFF;
}
#c5-cleaning-table thead .c5-course p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
}
#c5-cleaning-table thead .c5-price {
	display: none;
}

#c5-cleaning-table tbody td, #c5-cleaning-table tbody th {
	padding: 10px 10px;
}

#c5-cleaning-table tbody .c5-cleaning-simple,
#c5-cleaning-table tbody .c5-cleaning-sensor,
#c5-cleaning-table tbody .c5-cleaning-light,
#c5-cleaning-table tbody .c5-cleaning-full,
#c5-cleaning-table tbody .c5-cleaning-full-body,
#c5-cleaning-table tbody .c5-cleaning-full-lens {
	text-align: center;
}

#c5-cleaning-table tbody.c5-cleaning-body th:not([class^="c5-cleaning-"]) {
  background-color: rgb(91 114 129 / 30%);
  /*background-color: #5B7281;*/
  /*color: #FFF;*/
  font-weight: bold;
	line-height: 1.3;
}

#c5-cleaning-table tbody.c5-cleaning-lens th:not([class*="c5-cleaning-"]) {
    background-color: rgb(136 104 120 / 41%);
    /*background-color: #886878;*/
    /*color: #FFF;*/
    font-weight: bold;
}

#c5-cleaning-table tbody .c5-cleaning-sensor.c5-yes {
	background-color: #D6F6FF;
}
#c5-cleaning-table tbody .c5-cleaning-light.c5-yes {
	background-color: #D6EBFF;
}
#c5-cleaning-table tbody .c5-cleaning-full-body.c5-yes {
	background-color: #FEC095;
}
#c5-cleaning-table tbody .c5-cleaning-full-lens.c5-yes {
	background-color: #FFCEB3;
}

.c5-ano-Area {
	max-width: 1466px;
	margin-top: 5px;
	overflow: hidden;
}
.c5-ano-Area .c5-ano-left {
	float: left;
	font-size: 12px;
	line-height: 1 !important;
}
@media screen and (max-width: 768px){
	.c5-ano-Area .c5-ano-left {
		float: none;
	}
}

.c5-ano-Area .c5-ano-left p {
	text-indent: -10px;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
.c5-ano-Area .c5-ano-right {
	float: right;
	font-size: 13px;
	line-height: 1.5 !important;
}
@media screen and (max-width: 768px){
	.c5-ano-Area .c5-ano-right {
		float: none;
		margin: 13px 0;
	}
}

.c5-ano-Area .c5-ano-right p {
	text-indent: -13px;
	margin-left: 13px;
	margin-top: 0;
	margin-bottom: 0;
}
.c5-ano-Area .c5-ano-right p+p {
	margin-top: 0 !important;
}

@media screen and (max-width: 768px){
	#c5-cleaning-table {
		overflow-x: initial;
		width: auto;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table table {
		width: 100%;
		min-width: initial;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table th  {
		border: none;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table,
	#c5-cleaning-table caption,
	#c5-cleaning-table tr,
	#c5-cleaning-table td,
	#c5-cleaning-table th,
	#c5-cleaning-table thead,
	#c5-cleaning-table tbody {
		display: block;
		width: auto !important;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-cleaning-price {
	    display: none;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table caption {
		display: none;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-course:before {
		content: "";
		display: block;
		position: absolute;
		top: 2px;
		left: 2px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 0 0;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-course {
		position: relative;
		margin-bottom: 16px;
		background: #FFF!important;
		color: #333;
		cursor: pointer;
		box-shadow: 1px 1px 0 #444;
		border-bottom: 3px #333 solid;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-cleaning-sensor:before {
		border-color: #524EAB transparent transparent transparent;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-cleaning-light:before {
		border-color: #465673 transparent transparent transparent;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-cleaning-full-body:before {
		border-color: #EB6101 transparent transparent transparent;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-cleaning-full-lens:before {
		border-color: #A74200 transparent transparent transparent;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-cleaning-sensor {
		border-color: #524EAB;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-cleaning-light {
		border-color: #465673;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-cleaning-full-body {
		border-color: #EB6101;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-cleaning-full-lens {
		border-color: #A74200;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-cleaning-simple,
	#c5-cleaning-table thead .c5-cleaning-sensor,
	#c5-cleaning-table thead .c5-cleaning-light,
	#c5-cleaning-table thead .c5-cleaning-full,
	#c5-cleaning-table thead .c5-cleaning-full-body,
	#c5-cleaning-table thead .c5-cleaning-full-lens {
	  position: relative;
	  min-height: 48px;
	  padding-right: 48px;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-cleaning-simple:after,
	#c5-cleaning-table thead .c5-cleaning-sensor:after,
	#c5-cleaning-table thead .c5-cleaning-light:after,
	#c5-cleaning-table thead .c5-cleaning-full:after,
	#c5-cleaning-table thead .c5-cleaning-full-body:after,
	#c5-cleaning-table thead .c5-cleaning-full-lens:after {
		content: "";
    display: block;
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 41px;
    height: 40px;
    background: left top no-repeat;
	}
}

#c5-cleaning-table thead .c5-cleaning-sensor:after {
	background: url(/imaging-pro/cleaning/images/icon_course-sensor.png) no-repeat;
}

#c5-cleaning-table thead .c5-cleaning-light:after {
	background: url(/imaging-pro/cleaning/images/icon_course-light.png) no-repeat;
}

#c5-cleaning-table thead .c5-cleaning-full-body:after {
	background: url(/imaging-pro/cleaning/images/icon_course-full_body.png) no-repeat;
}

#c5-cleaning-table thead .c5-cleaning-full-lens:after {
	background: url(/imaging-pro/cleaning/images/icon_course-full_lens.png) no-repeat;
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-course p {
		margin: 0 20px;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-price {
		display: block;
		padding: 8px 0 4px;
		line-height: 0.8 !important;
	}
}
@media screen and (max-width: 768px){
	#c5-cleaning-table thead .c5-price strong {
		font-size: 150%;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table tbody tr {
		border: 1px #e4e7ec solid;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table tbody .c5-cleaning-course {
	  padding: 8px;
	  border-bottom: 1px #e4e7ec solid;
	  background: #fbfbfd;
	  font-weight: bold;
	  font-size: 14px;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table tbody.c5-cleaning-lens .c5-cleaning-course {
		background: #fbfbfd;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table tbody td {
		border: none;
    padding: 4px 8px;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table tbody td .c5-propriety {
	  position: absolute;
	  top: -1px;
	  left: -1px;
	  width: 1px;
	  height: 1px;
	  line-height: 1px;
	  overflow: hidden;
	  font-size: 1px;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table tbody .c5-cleaning-simple,
	#c5-cleaning-table tbody .c5-cleaning-sensor,
	#c5-cleaning-table tbody .c5-cleaning-light,
	#c5-cleaning-table tbody .c5-cleaning-full,
	#c5-cleaning-table tbody .c5-cleaning-full-body,
	#c5-cleaning-table tbody .c5-cleaning-full-lens {
    display: inline-block;
    position: relative;
    overflow: hidden;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table tbody .c5-cleaning-simple:before,
	#c5-cleaning-table tbody .c5-cleaning-sensor:before,
	#c5-cleaning-table tbody .c5-cleaning-light:before,
	#c5-cleaning-table tbody .c5-cleaning-full:before,
	#c5-cleaning-table tbody .c5-cleaning-full-body:before,
	#c5-cleaning-table tbody .c5-cleaning-full-lens:before {
	  content: "";
	  display: inline-block;
	  width: 41px;
	  height: 40px;
	  background: left top no-repeat;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table tbody .c5-cleaning-sensor:before {
		background-image: url(/imaging-pro/cleaning/images/icon_course-sensor.png);
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table tbody .c5-cleaning-light:before {
		background-image: url(/imaging-pro/cleaning/images/icon_course-light.png);
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table tbody .c5-cleaning-full-body:before {
		background-image: url(/imaging-pro/cleaning/images/icon_course-full_body.png);
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table tbody .c5-cleaning-full-lens:before {
		background-image: url(/imaging-pro/cleaning/images/icon_course-full_lens.png);
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table tbody .c5-no {
	    display: none;
	}
}

@media screen and (max-width: 768px){
	#c5-cleaning-table tbody .c5-cleaning-simple.c5-yes,
	#c5-cleaning-table tbody .c5-cleaning-sensor.c5-yes,
	#c5-cleaning-table tbody .c5-cleaning-light.c5-yes,
	#c5-cleaning-table tbody .c5-cleaning-full-body.c5-yes,
	#c5-cleaning-table tbody .c5-cleaning-full-lens.c5-yes {
		background-color: transparent;
	}
}



@media screen and (max-width: 768px){
	.c5-pc-only {
		display: none !important;
	}
}

.c5-sp-only {
	display: none;
}
@media screen and (max-width: 768px){
	.c5-sp-only {
		display: block;
	}
}



@media screen and (max-width: 640px){
	.cs_cover {
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 100000;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
	}
	.course_detail {
		position: fixed;
		top: 0; bottom: 0; left: 0; right: 0;
		z-index: 1000000;
		box-sizing: border-box;
		width: 80vw;
		height: 80Vh;
		padding-bottom: 8px;
		margin: auto;
		background: #FFF;
	}
	.course_detail p {
		line-height: 1.3em;
		margin: 0;
		padding:10px;
		color: #FFF;
		text-align: center;
	}
	.course_detail.c-simple p {
		background: #874EA9;
	}
	.course_detail.c-sensor p {
		background: #524EAB;
	}
	.course_detail.c-light p {
		background: #465673;
	}
	.course_detail.c-full p {
		background: #497389;
	}
	.course_detail.c-full-body p {
		background: #EB6101;
	}
	.course_detail.c-full-lens p {
		background: #A74200;
	}
	.course_detail dl {
		box-sizing: border-box;
		height: calc(80vh - 2em - 8px);
		overflow-y: scroll;
		line-height: 1.5em;
		padding: 8px;
		background: #FFF;
	}
	.course_detail dt {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.course_detail dd {
		font-size: 16px;
		padding: 0 0 0 8px;
		margin-left: 0;
	}
	.course_detail dd + dt {
		margin-top: 8px;
	}
	.course_detail .cs_close {
		position: absolute;
    top: 90px;
    right: 13px;
		cursor: pointer;
	}
}
