.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
}

.c-sds__bgWrap{
	background-color: #F3F3F3;
	padding: 56px 96px;
}
@media (max-width: 768px){
	.c-sds__bgWrap{
		padding: 32px 12px;
	}
}
.c-sds__titles{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 16px;
}
@media (max-width: 768px){
	.c-sds__titles{
		display: block;
	}
}
.c-container .c-sds__title{
	padding-left: 60px;
	background-image: url("/-/Media/Ricoh/Sites/jp_ricoh/sustainability/environment/sds/img/icon_search.svg");
	background-repeat: no-repeat;
	background-size: 44px 44px;
	background-position: 10px top;
	font-size: 22px;
	line-height: 44px;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
}
@media (max-width: 768px){
	.c-container .c-sds__title{
		padding-left: 45px;
		font-size: 16px;
		line-height: 28px;
		background-size: 28px 28px;
		margin-bottom: 16px;
	}
}
.c-sds__guidlink,
.c-sds__guidlink:link{
	color: #CF122E;
	font-weight: bold;
	position: relative;
	padding-right: 20px;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
}
@media (max-width: 768px){
	.c-container .c-sds__guidlink,
	.c-container .c-sds__guidlink:link{
		font-size: 13px;
		display: block !important;
		text-align: right;
	}
}
.c-container .c-sds__guidlink:hover{
	text-decoration: underline;
}
.c-sds__guidlink::after{
	position: absolute;
    top: .2em;
    right: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-size: contain;
	background-image:url('/-/Media/Ricoh/Common/cmn_v3/img/icon_pdf.png');
}
@media (max-width: 768px){
	.c-sds__guidlink::after{
		top: 0em;
	}
}
.c-sds__psearch{
	background-color: #fff;
	padding: 32px;
}
@media (max-width: 768px){
	.c-sds__psearch{
		padding: 32px 16px;
	}
}
.c-sds__selectWrap{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media (max-width: 768px){
	.c-sds__selectWrap{
		display: block;
	}
}
.c-sds__selectWrap + .c-sds__selectWrap{
	padding-top: 16px;
}
.c-sds__selectWrap label{
	width: 216px;
	font-size: 18px;
	font-weight: bold;
}
@media (max-width: 768px){
	.c-sds__selectWrap label{
		display: block;
		width: 100%;
		font-size: 16px;
		padding-bottom: 8px;
	}
}
.c-sds__selectWrap select,
.c-sds__selectWrap input[type=text],
.c-sds__selectWrap input[type=number],
.c-sds__selectWrap input[pattern]{
	width: calc(100% - 216px);
	font-size: 16px;
	line-height: 32px;
	border-radius: 4px;
	padding: 8px 24px;
	border: 1px solid #C9C9C9;
	box-sizing: border-box;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
}
.c-sds__selectWrap select:disabled,
.c-sds__selectWrap input[type=text]:disabled,
.c-sds__selectWrap input[type=number]:disabled,
.c-sds__selectWrap input[pattern]:disabled {
	opacity: 1;
	color: #757575;
	cursor: not-allowed;
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
}
@media (max-width: 768px){
	.c-sds__selectWrap select,
	.c-sds__selectWrap input[type=text],
	.c-sds__selectWrap input[type=number],
	.c-sds__selectWrap input[pattern]{
		width: 100%;
		padding: 8px 8px;
	}
}
.c-sds__selectWrap select{
	cursor: pointer;
    background: 0 0;
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px;
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23cf142b" d="M3,7C2.5,7.5,2.5,8.3,3,8.8c0,0,0,0,0,0l8.3,8.3c0.4,0.4,1,0.4,1.4,0c0,0,0,0,0,0L21,8.8c0.5-0.5,0.5-1.3,0-1.8c-0.5-0.5-1.3-0.5-1.8,0L12,14.2L4.7,7C4.3,6.5,3.5,6.5,3,7z"/></svg>');
}
.c-sds__downloadWrap{
	width: calc(100% - 216px);
	margin-left: auto;
	padding-top: 16px;
}
@media (max-width: 768px){
	.c-sds__downloadWrap{
		width: 100%;
	}
}
.c-sds__downloadWrap a{
	width: 100%;
}
.c-sds__loading{
	font-size: 16px;
	line-height: 1.5em;
}
.c-sds__error{
	font-size: 16px;
	line-height: 1.5em;
	color: #CF122E;
}
.c-container .c-sds__btnDownload,
.c-container .c-sds__btnDownload:link{
	display: block;
	text-align: center;
	color: #fff;
	background-color: #747373;
	width: 100%;
	font-size: 16px;
	line-height: 66px;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
}
.c-container .c-sds__btnDownload:hover{
	opacity: .7;
}
.c-container .c-sds__btnDownload:disabled{
	color: #333;
	background-color: #fff;
	border: 1px solid #C9C9C9;
	cursor: not-allowed;
}
.c-container .c-sds__btnDownload:disabled:hover{
	opacity: 1;
}
.c-sds__titles--padTop{
	padding-top: 64px;
}


/*dialog*/
.co-dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.2s ease-out;
	opacity: 1;
	visibility: visible;
	z-index: 100;
  }
  .co-dialog.__hidden {
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-out;
  }
  .co-dialog__bglayer {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: -1;
  }
  .co-dialog__container {
	background-color: #fff;
	max-width: min(500px, 100%);
	max-height: 100vh;
	padding: 3rem 2rem 2rem 2rem;
	border-radius: 5px;
	overflow-y: none;
  }
  .co-dialog__title {
	margin-top: 1rem;
	font-size: 1.6rem;
	text-align: center;
  }
  .co-dialog__description {
	margin-top: 1rem;
	font-size: 1rem;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
  }
  .co-dialog__btnWrap{
	display: flex;
	justify-content: center;
	column-gap: 10px;
	padding-top: 32px;
  }
  .co-dialog__btnWrap a{
	text-align: center;
    color: #fff;
    background-color: #747373;
    width: 180px;
    font-size: 16px;
    line-height: 46px;
    border-radius: 4px;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
  .co-dialog__btnWrap a:link,
  .co-dialog__btnWrap a:visited{
    color: #fff;
  }
  .co-dialog__btnWrap a:hover{
	opacity: .7;
  }
  .co-dialog__action {
	margin-top: 2rem;
	text-align: right;
  }
  .co-dialog__action button{
	text-decoration: underline;
	background-color: transparent;
	cursor: pointer;
  }
  [data-open-trigger]:focus,
  [data-close-trigger]:focus {
	outline: 2px solid #2962ff;
  }
  
