@charset "utf-8";

/* ------------------------------
 全体
------------------------------ */
.f14 {
	font-size: 1.4rem !important;
}
.pd32 {
	padding-top: 32px;
}
#rwd-content sup,
#rwd-content sub {
	font-size: 68.75%;
}
.gray {
	color:#4d4d4d;
}
.gray-text {
	color: #808080;
	font-size: 1.4rem;
}
.photoBorder {
	border: 1px solid #b3b3b3;
}
#rwd-content .rwd-button01 {
	padding: 2px 28px;
	min-height: 96px;
	height: 96px;
}
.rwd-section-group-headline.rwd-border-all,
.rwd-section-headline.rwd-border-all {
	border-bottom: solid 1px #000;
}
.fb-end {
	align-items: flex-end;
}
/* フッター上部の緑帯 */
#rwd-content #rwd-main-content {
	margin-bottom: 0;
}
#rwd-content .rwd-bottom-catalog-area {
	margin-bottom:0;
}
/* ------------------------------
 全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.f14 {
		font-size: 1.3rem;
	}
	.sp-db {
		display: block;
	}
	/* スマホヘッダーh1が隠れるのを調整 */
	#rwd-content .rwd-product-header .rwd-headline1-type02 {
		padding-top: 30px;
	}
}
/* ------------------------------
 英語のみ
------------------------------ */
#rwd-content .rwd-main-content-group a:link,
#rwd-content .rwd-main-content-group a:visited {
	color: #000;
}
#rwd-content .rwd-main-content-group a:hover {
	color: #b10000;
}
#rwd-content .rwd-main-content-group .rwd-grid-cardlist03 a:hover {
	color: #000;
}


/* ------------------------------
 トップ
------------------------------ */
.catch {
    position: absolute;
	margin: auto;
    z-index: 2;
	color: #fff;
    font-size: 4rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.catch .catch_text > p:nth-child(2) {
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.4 !important;
}
#rwd-content .rwd-link-list03 li.rwd-item-border a:hover {
	color: #0695d1;
}
.cellhandler {
	padding: 40px;
	background: linear-gradient(90deg, rgba(70,90,154,1) 0%, rgba(127,158,201,1) 49%, rgba(127,158,201,1) 51%,rgba(70,90,154,1) 100%);
}
.cellhandler .rwd-grid-item.w288 {
	color: #fff;
}
.cellhandler .rwd-section-headline.rwd-border-all {
	border-bottom: 1px solid #fff;
}
.cellhandler .rwd-section-headline.rwd-border-all span:first-child {
	padding-left: 0;
}
.cellhandler p.rwd-text {
	line-height: 1.6 !important;
}
h3:not(.rwd-subsection-headline) {
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	border-bottom: solid 5px #002d6a;
	color: #002d6a;
	font-size: 3rem;
}
h3:not(.rwd-subsection-headline) span {
	font-size: 2rem;
}
#rwd-content .rwd-notes-list-circle01.list-gray li {
	color: #4d4d4d;
	margin-bottom: 5px;
}
#rwd-content .rwd-notes-list-circle01.list-gray li::after {
	width: 7px;
	height: 7px;
	background-color: #002d6a;
}
#rwd-content .rwd-notes-list-circle01.list-gray li.commingsoon::after {
	content: "*";
	background:transparent;
	top: 0;
	left: 2px;
}
.caseDl.caseDl-top dt,
.caseDl.caseDl-top dt.on {
	margin-bottom: 70px;
}
.caseDl.caseDl-top dt p {
	position: absolute;
	left: 0;
	top: calc(100% + 13px);
	font-weight: normal;
	line-height: 1.4 !important;
}
.caseDl.caseDl-top dd a {
	display: inline;
	text-decoration: underline !important;
	padding-left: 0;
}
.caseDl.caseDl-top dd a::before {
	content: none;
}
@media print, screen and (min-width: 768px) {
	h1.rwd-large-keyvisual-caption-inner {
		width: 1220px;
		margin: auto;
	}
	.catch {
		display: flex;
		top: 0;
		bottom: 11%;
		left: 0;
		right: 0;
		width: 47%;
		height: 60%;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.catch > img {
		width: 44% !important;
	}
	.catch .catch_text {
		width: 55%;
		text-align: center;
	}
	.catch .catch_text > img:first-child {
		max-width: 500px;
	}
	.catch .catch_text > img:last-child {
		max-width: 406px;
	}
	.cellhandler .rwd-grid-item.w288 {
		width: 288px;
		margin-right: 32px;
	}
	.cellhandler .w820 {
		width: 820px;
	}
	.cellhandler .rwd-grid-item .video iframe {
		height: 462px;
	}
	.arrow-right {
		position: relative;
	}
	.arrow-right::after {
		content: "";
		position: absolute;
		right: -70px;
		top: 0;
		bottom: 32px;
		margin: auto;
		display: block;
		width: 126px;
		height: 46px;
		background: url("../../img/arrow-right.png") no-repeat;
		background-size: 126px;
	}
	.caseDl.caseDl-top dt:not(.on):nth-last-child(2) {
		margin-bottom: 130px;
	}
	.rwd-text.rwd-xsmall.gray.rwd-pc-right {
		margin-right: -90px;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1580px) {
	.catch .catch_text > p {
		font-size: 2.5rem;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
	.catch {
		width: 46%;
		height: 46%;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1099px) {
	.catch .catch_text > p {
		font-size: 2.0rem;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 949px) {
	.catch .catch_text > p {
		font-size: 1.4rem;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 973px) {
	#rwd-content .rwd-large-keyvisual-caption-title-en {
		font-size: 2.2rem;
	}
	#rwd-content .rwd-large-keyvisual-caption-title-jp {
		font-size: 2.0rem;
	}
}
/* ------------------------------
 トップ英語のみ
------------------------------ */
@media print, screen and (min-width: 768px) {
	#rwd-content .rwd-grid-unison.pc-grid2of12 .rwd-grid-item {
		width: 18.4%;
		text-align: center;
	}
	#rwd-content .rwd-grid-unison.pc-grid2of12 .rwd-grid-item img {
		width: 183px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#rwd-content .rwd-grid-unison.pc-grid2of12 .rwd-grid-item p.rwd-text.rwd-xsmall.gray {
		text-align: left;
	}
	.rwd-subsection-headline.rwd-large span:first-child {
		font-size: 2.2rem;
	}
}
/* ------------------------------
 トップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.h2-sp-f20 span {
		font-size: 2.2rem !important;
	}
	.cellhandler .h2-sp-f20 span {
		font-size: 1.8rem !important;
	}
	#rwd-content .rwd-large-keyvisual-caption-wrap {
		height: 41px;
	}
	#rwd-content .rwd-large-keyvisual-caption-title-en {
		font-size: 1.8rem;
	}
	#rwd-content .rwd-large-keyvisual-caption-title-jp {
		display: none;
	}
	.catch .catch_text > img:first-child {
		display: none;
	}
	.catch {
		left: 0;
		right: 0;
		text-align: center;
		padding: 2% 10% 0 10%;
	}
	.catch > img{
		width: 62% !important;
	}
	.catch .catch_text > p {
		font-size: 3.5rem;
		margin-bottom: 25px;
	}
	h3:not(.rwd-subsection-headline) {
		border-bottom: solid 3px #002d6a;
		font-size: 1.5rem;
		font-weight: bold !important;
	}
	h3:not(.rwd-subsection-headline) span {
		font-size: 1.2rem;
	}
	#rwd-content .rwd-grid .rwd-grid-item.sp-grid3of4 {
		width: 75%;
	}
	.app {
		align-items: start;
	}
	.app .rwd-grid-item {
		justify-content: center;
	}
	.caseDl.caseDl-top dt,
	.caseDl.caseDl-top dt.on{
		margin-bottom: 100px;
	}
	.caseDl.caseDl-top dt:not(.on):nth-last-child(2) {
		margin-bottom: 170px;
	}
	#rwd-content .rwd-main-content {
		margin-bottom: 0;
	}
	#rwd-content .rwd-slider-wide {
		margin: 0 auto  !important;
	}
	#rwd-content .rwd-bottom-catalog-area {
    padding: 44px 0 20px;
	}
}
@media screen and (max-width: 578px){
	.catch .catch_text > p:nth-child(2) {
		font-size: 2.5rem;
		margin-bottom: 11px;
	}
}
@media screen and (max-width: 414px){
	.catch .catch_text > p:nth-child(2) {
		font-size: 1.9rem;
	}
}
@media screen and (max-width: 380px) {
	.catch .catch_text > p:nth-child(2) {
		font-size: 1.7rem;
	}
	.caseDl.caseDl-top dt.on:nth-last-child(2) {
		margin-bottom: 130px;
	}
}
@media screen and (max-width: 360px) {
	.catch .catch_text > p:nth-child(2) {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 320px) {
	.catch .catch_text > p:nth-child(2) {
		font-size: 1.5rem;
	}
}
/* ------------------------------
 トップ（SP）英語のみ
------------------------------ */
@media screen and (max-width: 767px) {
	p.rwd-text.rwd-large.rwd-text-bold.rwd-pc-center.rwd-sp-center.rwd-pc-margin-bottom5.rwd-sp-margin-bottom5 {
		font-size: 1.4rem;
	}
}
/* ------------------------------
 Youtube
------------------------------ */
.rwd-grid-item .video iframe {
	width: 100%;
	height: 336px;
}
/* ------------------------------
 Youtube（sp）
------------------------------ */
@media screen and (max-width: 767px) {
	.rwd-grid-item .video {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.rwd-grid-item .video iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
}

/* ------------------------------
 Clear fix
------------------------------ */
/* Clear fix For modern browsers */
.cf:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ------------------------------
 展示会・新着情報
------------------------------ */
#rwd-content .rwd-news-item .rwd-news-title {
	line-height: 1.4;
}
#rwd-content .rwd-news-item .rwd-news-title.bold,
#rwd-content .rwd-news-item .rwd-news-title.bold a {
	font-weight: bold;
}
/* 新着リンクなし対応 */
#rwd-content .rwd-news-item .nolink a {
	display: inline;
	border: none;
	font-weight: normal;
	text-decoration: underline;
}
#rwd-content .rwd-news-item .nolink a:hover {
	color: #000 !important;
	text-decoration: none;
}
#rwd-content .rwd-news-item a .rwd-news-title {
	color: #000;
	text-decoration: underline;
}
#rwd-content .rwd-news-item a:hover .rwd-news-head,
#rwd-content .rwd-news-item a:hover .rwd-news-title {
	color: #000 !important;
	text-decoration:none;
}
#rwd-content .rwd-news-item .rwd-news-title .colred {
	color: #b10000;
}
@media print, screen and (min-width: 768px) {
	#rwd-content .rwd-news-item a:after {
		background: none;
	}
	#rwd-content .rwd-news-item a {
		padding-left: 0px;
	}
	#rwd-content .rwd-news-item {
		margin-bottom: 30px;
		padding-left: 10px;
		border-left: 4px solid #4e6da1;
	}
	#rwd-content .rwd-button-cta.rwd-button01 .rwd-button-inner {
		font-size: 2rem;
	}
}
/* ------------------------------
 展示会・新着情報（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 新着リンクなし対応 */
	#rwd-content .rwd-news-item .nolink {
		padding: 13px 3.5% 8px;
		border-bottom: 1px solid #d0d5dd;
		cursor: default;
	}
	#rwd-content .rwd-news-item.one .nolink,
	#rwd-content .rwd-news-item.one a {
		padding: 0;
		border-bottom: none;
	}
	#rwd-content .rwd-grid-newslist02 .rwd-news-item a {
		padding-bottom:10px;
	}
	#rwd-content .rwd-shrink-content .rwd-news-item:first-child {
		border-top: none;
	}
}

/* ------------------------------
 事例紹介トップ
------------------------------ */
.caseDl dt {
	display: block;
	position: relative;
	padding: 20px 0 20px 35px;
	border-bottom: 1px solid #b9b9b9;
	color: #000;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 21px;
	cursor: pointer;
}
.caseDl dt:before {
	content: "＋";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	border-radius: 100%;
	background-color: #465a9a;
	color: #fff;
	font-size: 2.1rem;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
}
.caseDl dt.on {
	margin-bottom: 0;
}
.caseDl dt.on::before {
	content: "－";
}
.caseDl dd {
	display: none;
	padding: 20px 0 10px;
}
.caseDl dd p {
	margin-bottom: 10px;
}
.caseDl dd a {
	display: block;
	position: relative;
	padding-left: 1.3em;
	text-decoration: none !important;
}
.caseDl dd a::before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 8px;
	left: 0;
	border: 0;
	border-top: solid 2px #002d6a;
	border-right: solid 2px #002d6a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ------------------------------
 事例紹介トップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.caseDl dt {
		padding: 20px 0 20px 30px;
		font-size: 2rem;
	}
	.caseDl dt:before {
		width: 22px;
		height: 22px;
		margin-top: -11px;
		font-size: 1.7rem;
		line-height: 22px;
	}
	.caseDl dd a::before {
		top: 7px;
	}
}
/* ------------------------------
 事例紹介
------------------------------ */
.caseA a {
	text-decoration: none !important;
	margin-bottom: 15px;
	display: inline-table;
}
.caseA a img.rwd-icon-pdf-a {
	margin-right: 10px;
}
/* ------------------------------
 事例紹介下層
------------------------------ */
#rwd-content .case-cap figcaption {
	display: block;
	margin-top: 10px;
	line-height: 1.2;
	text-align: center;
}
#rwd-content .rwd-grid-item .provided {
	margin-bottom: 20px;
}
#rwd-content .rwd-grid-item .provided img {
	width: 180px;
	height: auto;
	vertical-align: bottom;
}
#rwd-content .rwd-grid-item.riken img {
	width: 54px;
	height: auto;
}
/* Prev-Next */
#rwd-content .next-prev {
	padding-top: 40px;
	border-top: solid 1px #b9b9b9;
}
#rwd-content .next-prev .rwd-grid-unison{
	display: flex;
	justify-content: space-between;
}
#rwd-content .next-prev .rwd-button-default {
	 background-color: #274277;
}
#rwd-content .next-prev .rwd-button-default:hover {
	background-color: #3f80f7;
}
#rwd-content .next-prev .rwd-button03 {
	height: 60px;
	min-height: 60px;
}
#rwd-content .rwd-button-default.prev.icon-arrow::after {
	left: 4.4%;
	right: auto;
	background-image: url("/shared/img/icon_slide_prev01.svg");
}
#rwd-content .rwd-button-default.next.icon-arrow::after {
	right: 4.4%;
}
#rwd-content .next-prev .rwd-button-default span {
	 color: #fff;
	 font-weight: bold;
}
.menu-small .rwd-grid-cardlist01 .rwd-grid-item dt {
	font-size: 1.6rem !important;
}
#rwd-content .pc-grid4of12 .rwd-grid-item.pc-grid8of12 {
	width: 65.9837%;
}
#rwd-content .pc-grid4of12 .rwd-grid-item.pc-grid8of12 img {
	width: auto;
	display: block;
	margin: auto;
}
#rwd-content .rwd-table.bline {
	margin-bottom: 0;
	border-bottom: #000 1px solid;
	border-right: none;
}
#rwd-content .rwd-table.bline th {
	border-top: #000 1px solid;
	border-left: none;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
}
#rwd-content .rwd-table.bline td {
	padding: 0 10px 13px;
	border-top: none;
	border-left: none;
	text-align: center;
	vertical-align: middle;
}
#rwd-content .rwd-table.bline tr.toptd td {
	padding: 17px 10px 13px;
	border-top: #000 1px solid;
}
#rwd-content .rwd-table.bline tr.toptd td {
	border-top: #000 1px solid;
}
#rwd-content .rwd-table.bline td.tal {
	text-align: left;
}
.grayBox {
	padding: 20px 30px;
	background-color: #f2f2f2;
}
@media print, screen and (min-width: 768px) {
	/* Prev-Next */
	#rwd-content .next-prev .rwd-button-default.prev,
	#rwd-content .next-prev .rwd-button-default.next {
		 width: 124px;
	}
	#rwd-content .case-cap figcaption span.ml6em {
		margin-left: 6em;
		font-size: 1.4rem;
	}
}
/* ------------------------------
 事例紹介下層（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	#rwd-content .rwd-grid-item .provided img {
		width: 150px;
	}
	/* Prev-Next */
	#rwd-content .next-prev .rwd-button03 {
		width: 32%;
	}
	#rwd-content .pc-grid4of12 .rwd-grid-item.pc-grid8of12 {
		width: 100%;
	}
	#rwd-content .rwd-link-list03 li.rwd-item-border {
		margin: 0 0 0 10px;
	}
	.grayBox {
		padding: 15px 20px;
	}
}
@media screen and (max-width: 359px) {
	#rwd-content .rwd-grid-item .provided img {
		width: 120px;
	}
}

/* ------------------------------
 装置外観諸元
------------------------------ */
.weight {
	width: 430px;
	margin: 0 auto;
	border: solid 1px #808080;
	font-size: 2.4rem;
	line-height: 60px !important;
}
/* ------------------------------
 装置外観諸元（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.weight{
		width: 230px;
		margin: 0 auto;
		border: solid 1px #808080;
		font-size: 1.5rem;
		line-height: 30px !important;
	}
}

/* ------------------------------
 新着・資料・お問合せボタン
------------------------------ */
#searchBtn {
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 100;
}
#rwd-content #searchBtn.rwd-bottom-catalog-area {
	padding: 0;
	background: none;
}
#rwd-content #searchBtn .rwd-button-cta {
	margin-bottom: 0;
}
#rwd-content #searchBtn .rwd-button-cta:first-child {
	margin-left: 0;
}
#rwd-content #searchBtn .rwd-button-cta.rwd-button01 {
	min-height: 45px;
}
#rwd-content #searchBtn .rwd-button-cta.rwd-button01 .rwd-button-inner {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#rwd-content #searchBtn .rwd-button-cta.rwd-button01 .rwd-button-inner img {
	width: 26px;
	height: 21px;
	margin-right: .75em;
}
#rwd-content #searchBtn.rwd-main-content-group a:hover img {
	opacity: 1;
}
@media print, screen and (min-width: 768px) and (max-width: 1099px) {
	#rwd-content #searchBtn .rwd-button-cta.rwd-button01 {
		width: calc(calc(100% - 96px) / 3);
		padding: 0 21px;
	}
}
@media print, screen and (min-width: 768px) {
	#searchBtn {
		width: 56px !important;
		right: 0;
		top: 160px;
	}
	#rwd-content #searchBtn .rwd-button-cta.rwd-button01 {
		width: 56px;
	}
	#searchBtn .searchBtn-icon01,
	#searchBtn .searchBtn-icon02,
	#searchBtn .searchBtn-icon03 {
		margin-bottom: 2px !important;
		padding: 0 16px !important;
	}
	#searchBtn .searchBtn-icon01 {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		height: 134px !important;
		border-radius: 5px 0 0 0 ;
	}
	#searchBtn .searchBtn-icon02 {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		height: 134px !important;
		border-radius: 0 ;
	}
	#searchBtn .searchBtn-icon03 {
		height: 70px !important;
		border-radius: 0 0 0 5px ;
	}
	#searchBtn .searchBtn-icon03 img {
		margin-bottom: 0 !important;
	}
	#rwd-content #searchBtn .rwd-grid-unison {
		display: block;
	}
	#rwd-content #searchBtn .rwd-main-content-group-inner {
		max-width: initial;
	}
	#rwd-content #searchBtn .rwd-button-cta.rwd-button01 .rwd-button-inner {
		width: 22px;
	}
	#rwd-content #searchBtn .rwd-button-cta.rwd-button01 .rwd-button-inner img {
		margin-right: 0;
		margin-bottom: 6px;
		height: auto;
		vertical-align: 1px;
	}
}
/* ------------------------------
 新着・資料・お問合せボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	#rwd-content #searchBtn.rwd-bottom-catalog-area {
		padding: 10px 0;
		background-color: rgba(0,0,0,.6);
	}
	#rwd-content #searchBtn .rwd-button-cta.rwd-button01 {
		/* width: calc(calc(95% - 24px) / 2); */
		height: 36px;
		padding: 2px 5px;
	}
	#rwd-content #searchBtn .rwd-button-cta:nth-child(2) {
		margin-left: 0;
	}

	#searchBtn .searchBtn-icon01 {
		width: 36%;
	}
	#searchBtn .searchBtn-icon02 {
		width: 36%;
		margin-left: 1% !important;
	}
	#searchBtn .searchBtn-icon03 {
		width: 10%;
		margin-left: 1% !important;
	}
	#searchBtn .searchBtn-icon03 img {
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 414px) {
	#rwd-content #searchBtn .rwd-button-cta {
		margin-left: 10px;
	}
	#rwd-content #searchBtn .rwd-button-cta.rwd-button01 {
		/* width: calc(calc(85% - 10px) / 2); */
	}
	#rwd-content #searchBtn .rwd-button-cta.rwd-button01 .rwd-button-inner {
		font-size: 1.6rem;
	}
	#rwd-content #searchBtn .rwd-button-cta.rwd-button01 .rwd-button-inner img {
		width: 22px;
		margin-right: .4em;
		vertical-align: -5px;
	}
}
@media screen and (max-width: 360px) {
	#rwd-content #searchBtn .rwd-button-cta.rwd-button01 {
		/* width: calc(calc(80% - 10px) / 2); */
	}
	#rwd-content #searchBtn .rwd-button-cta.rwd-button01 .rwd-button-inner {
		font-size: 1.5rem;
	}
	#rwd-content #searchBtn .rwd-button-cta.rwd-button01 .rwd-button-inner img {
		width: 20px;
		margin-right: .3em;
	}
}
/* ------------------------------
 youtube埋め込み
------------------------------ */
.movie {
	position: relative;
	width: 100%;
}
.movie:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 768px) {
	.rwd-main-content-group.w820 {
		width: 820px;
	}
}
#rwd-content .rwd-button-cta.rwd-button02.icon-form::after {
    background-image: url("/business/hc/shared/img/rwd_icon_btn005.svg");
}