@charset "utf-8";

/*-----------------reset--------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
button{ background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; }
a, a:link, a:visited, a:hover, a:active{text-decoration:none;}
body, body * { box-sizing: border-box; }
.pc{ display:inherit !important; }	
.smp{ display: none !important; }

/*-----------------レイアウト--------------------*/
.flex           { display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex.nowrap    { flex-wrap: nowrap; }
.flex.end     { justify-content: flex-end; }
.flex.center    { justify-content: center; }
.flex.start      { justify-content: flex-start; }
.flex.vertical  { flex-direction: column; }
.flex.al-top    { align-items: flex-start; }
.flex.al-center { align-items: center; }
.flex.al-bottom { align-items: flex-end; }
.v-center       { display: flex; justify-content: center; }
.vh-center      { display: flex; justify-content: center; align-items: center; }
.main  { font-family: 'Noto Sans JP', sans-serif; color: #111111; }
.outer { width: 100%; margin: 0 auto; }
.inner { width: 1100px; margin: 0 auto; }

/*-----------------見出し--------------------*/
h2 {
	text-align: center;
	font-weight: bold;
}
h2 span {
	font-size: 46px;
	line-height: 1.7;
}
h2 small {
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}


/*-----------------色設定--------------------*/

.bg-white   { background-color: #ffffff; }
.bg-lgray   { background-color: #f5f5f5; }
.bg-disable { background-color: #999999; }
.bg-dgray   { background-color: #343434; }
.bg-red     { background-color: #cf142b; }
.bg-cyan    { background-color: #38b1b1;}
.bg-yellow  { background-color: #e7bb22; }

.fc-black   { color: #111111!important; }
.fc-white   { color: #ffffff!important; }
.fc-red     { color: #cf142b!important; }
.fc-pink    { color: #e8a6ab!important; }

/*-----------------ボタン--------------------*/
.btn {
	display: block;
	transition: opacity .3s ease;
	text-decoration: none;
	cursor: pointer;
	line-height: 1em;
}
.btn:hover {
	opacity: 0.7;
}
/*-----------------ヘッダー--------------------*/
header .inner {
	height: 70px;
}
header .h-left a {
	transition: opacity .3s ease;
}
header .h-left a:hover {
	opacity: 0.7;
}
.header-btn {
	height: 46px;
	background-repeat: no-repeat;
	padding: 15px 25px 15px 50px;
}
.header-btn-guide {
	background-position-x: 25px;
	background-position-y: 50%;
	background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-guide.png);
	margin-right: 15px;
}
.header-btn-mail {
	background-position-x: 20px;
	background-position-y: 52%;
	background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-mail.png);
}
/*-----------------メインビジュアル--------------------*/
.mv {
	height: 730px;
	position: relative;
}
.mv-txt-outer {
	height: 595px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/mv-bg.png);
}
.mv-txt {
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	width: 863px;
	height: 332px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/mv-txt-bg.png);
	margin-bottom: 130px;
	padding-top: 75px;
	padding-left: 240px;
}
.mv-txt strong {
	display: block;
	font-size: 44px;
	line-height: 1.3em;
	font-weight: bold;
}
.mv-txt span {
	display: block;
	margin-top: 15px;
	font-size: 22px;
	line-height: 1.7em;
	font-weight: bold;
}
.mv-img-outer {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.mv-img {
	text-align: center;
}
.mv-img img {
	display: inline-block;
}

/*-----------------お悩み--------------------*/
.worries {
	padding-top: 0;
}
.worries h2 {
	font-size: 40px;
	line-height: 56px;
	margin-bottom: 60px;
}
.wr-first {
	position: relative;
	padding-top: 100px;
	padding-bottom: 40px;
}
.wr-first .solve {
	position: absolute;
	z-index: 10;
	bottom: -97px;
	left: 50%;
	transform: translateX(-50%);
}
.baloon li {
	position: relative;
	width: 500px;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.baloon li p {
	position: relative;
	line-height: 30px;
	z-index: 1;
}
.baloon li::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -40px;
	display: block;
	width: 61px;
	height: 38px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;	
}
.baloon li:nth-of-type(1)::after { background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-baloon-1.png); }
.baloon li:nth-of-type(2)::after { background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-baloon-2.png); }
.baloon li:nth-of-type(3)::after { background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-baloon-3.png); }
.baloon li strong {
	font-weight: bold;
	font-size: 26px;
}
.wr-second {
	padding: 60px 0;
}
.wr-second p {
	position: relative;
	padding: 60px 0;
	text-align: center;
	font-size: 28px;
	line-height: 42px;
	font-weight: bold;
}
.wr-second p::before,
.wr-second p::after{
	content: "";
	position: absolute;
	top: 18px;
	display: block;
	width: 44px;
	height: 37px;
	background-repeat: no-repeat;
	background-size: contain;
}
.wr-second p::before { background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-bq-left.png);  left: 97px; }
.wr-second p::after  { background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-bq-right.png); right: 97px;}
.wr-third {
	padding: 100px 0;
}
.wr-third .wr-third-ttl {
	position: relative;
	display: block;
	text-align: center;
}
.wr-third .wr-third-ttl strong {
	font-size: 30px;
	font-weight: bold;
}
.wr-third .wr-third-ttl strong::before,
.wr-third .wr-third-ttl strong::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 14%;
	height: 1px;
	background-color: #cf142b;
}
.wr-third .wr-third-ttl strong::before { left: 0; }
.wr-third .wr-third-ttl strong::after  { right: 0; }
.wr-third ul {
	margin-top: 20px;
}
.wr-third li .img-wrap {
	position: relative;
	height: 260px;
	width: 100%;
}
.wr-third li .img-wrap::before,
.wr-third li .img-wrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	height: 1px;
}
.wr-third li .img-wrap::before {
	width: 27%;
	left: 0;
	background-color: #cf142b;
}
.wr-third li .img-wrap::after {
	width: 73%;
	right: 0;
	background-color: #999999;
}
.wr-third li span {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}
.wr-third li small {
	font-size: 12px;
	font-weight: bold;
}
/*-----------------ディスプレイ選定例--------------------*/
.exp {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/exp-bg.jpg);
	padding: 100px 0 30px;
}
.exp .inner > p {
	margin-top: 20px;
	text-align: center;
	line-height: 33px;
}
.exp ul {
	margin-top: 30px;
}
.exp ul li {
	width: 31.8%;
	margin-bottom: 50px;
}
.exp ul li img {
	width: 100%;
	height: auto;
}
.exp ul li .txt {
	position: relative;
	padding: 60px 30px 20px;
}
.exp ul li .tag {
	position: absolute;
	top: 10px;
	left: 0;
	display: inline-block;
	margin-top: 20px;
	padding: 5px 25px;
	font-size: 13px;
}
.exp ul li strong {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
.exp ul li p {
	font-size: 14px;
	line-height: 25px;
}
.exp ul li a {
	color: #000;
}
.exp ul li a:hover {
	opacity: 0.7;
	transition: .3s;
}
/*-----------------ポイント--------------------*/
.point {
	padding: 100px 0;
}
.point ul {
	margin-top: 60px;
}
.point ul > li {
	width: 30%;
	margin-bottom: 30px;
}
.point li > div {
	margin-top: -2px;
	position: relative;
	padding: 55px 20px 25px;
}
.point li img {
	width: 100%;
	height: auto;
}
.point li strong {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 7px 0;
	font-size: 18px;
	text-align: center;
}
.point li ol {
	height: 90px;
	font-size: 14px;
	line-height: 25px;
}
.point ol > li {
	width: 100%;
	margin-bottom: 0;
}
.point li .hr-dot {
	margin-bottom: 20px;
	height: 1px;
	border-bottom: dotted 1px #9b9b9b;
}
.point li p {
	height: 80px;
	line-height: 29px;
}
/*-----------------設置パターン--------------------*/
.pattern-first {
	padding: 100px 0 50px;
}
.pattern-select {
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/pattern-bg.jpg);
}
.pattern-select-main {
	padding: 35px;
}
.pattern-heading {
	padding: 20px 30px;
}
.pattern-heading::before {
	content: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-click.png);
	position: relative;
	top: 2px;
	margin-right: 20px;
}
.pattern-select-ttl {
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
}
.pattern-select-ttl::before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #cf142b;
}
.pattern-select-list-notice {
	font-size: 14px;
	margin-top: 35px;
	float: left;
}
.industory {
	margin: 15px auto 30px;
}
.use {
	margin-top: 15px;
}
.search-btn { 
	border-radius: 20px;
	padding: 10px 0;
	text-align: center;
}
.search-btn.active {
	background-color: #cf142b;
}
.industory .search-btn {
	width: 165px;
	font-size: 16px;
}
.use .search-btn {
/*	width: 115px;*/
	width: 140px;
	font-size: 15px;
}
.btn-clear {
	position: relative;
	display: block;
	width: 180px;
	margin: 15px 0 0 auto;
	border-radius: 20px;
	border: 1px solid #666666;
	padding: 10px 20px;
	color: #666666!important;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.btn-clear::before {
	content: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-clear.png);
	margin-right: 10px;
}
#search-results h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.6;
}
.pattern-items {
	padding: 100px 0;
}
.pattern-item-list {
	position: relative;
	left: -10px;
	width: calc(100% + 20px);
}
.pattern-item-list > li {
	width: 260px;
	margin: 0 10px 40px;
}
.pattern-item-list li .img-wrap {
	width: 260px;
	height: 170px;
}
.pattern-item-list li .img-wrap img {
	width: 100%;
}
.pattern-item-ttl {
	font-size: 13px;
	padding-left: 10px;
}
.noresult {
	display: none;
	padding: 60px 0;
	text-align: center;
}
.tag-list li {
	margin-top: 5px;
	margin-right: 3px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 9.5px;
}
/*-----------------ディスプレイ導入の流れ--------------------*/
.flow {
	padding: 100px 0;
}
.flow p {
	margin-top: 50px;
	margin-bottom: 35px;
	text-align: center;
}
.flow img {
	width: 100%;
}
.btn-popup {
	position: relative;
	width: 510px;
	margin: 60px auto 0;
	padding: 30px 0;
	border-radius: 40px;
	text-align: center;
}
.btn-popup::before {
	content: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-popup.png);
	position: relative;
	top: 2px;
	margin-right: 20px;
}
/*-----------------ディスプレイ導入の流れ--------------------*/
.service {
	padding: 100px 0;
}
.service .inner > p {
	margin-top: 50px;
	text-align: center;
	line-height: 28px;
}
.service .inner > img {
	margin: 60px auto;
}
.service .btn-wrap {
	padding: 35px 0;
}
.service .btn-wrap p {
	font-weight: bold;
	margin: 0 auto 15px;
	text-align: center;
}
.service .btn-detail {
	width: 360px;
	padding: 13px 0;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: center;
	background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-arrow.png);
	border-radius: 20px;
	text-align: center;
	font-weight: bold;
}
/*-----------------よくある質問--------------------*/
.faq {
	padding: 75px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/faq-bg.jpg);
}
.faq ul {
	margin-top: 40px;
	font-weight: bold;
	font-size: 18px;
}
.faq ul li {
	margin-bottom: 30px;
}
.faq ul li:last-of-type {
	margin-bottom: 0;
}
.faq .q {
	position: relative;
	padding: 40px 40px 40px 100px;
}
.faq .q::before {
	content: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-q.png);
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.faq .a {
	padding: 40px 30px;
	line-height: 29px;
}
.faq .a a {
	color: #cf142b;
	text-decoration: underline;
	transition: all .3s ease;
}
.faq .a a:hover {
	opacity: 0.5;
}
/*-----------------関連特集ページ--------------------*/
.special {
	padding: 100px 0;
	border-bottom: 10px solid #eeeeee;
}
.special ul {
	margin-top: 80px;
}
.special a {
	transition: opacity .3s ease;
}
.special a:hover {
	opacity: 0.7;
}
.special ul li {
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
}
.special ul li img {
	width: 100%;
}
/*-----------------お問い合わせ--------------------*/
.inquiry {
	padding: 80px 0 70px;
}
.inquiry p {
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.inquiry ul {
	padding: 0 20px;
}
.inq-btn {
	position: relative;
	width: 500px;
	height: 80px;
	border-radius: 40px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 18px;
	line-height: 80px;
}
.inq-btn-guide::before,
.inq-btn-mail::before {
	position: relative;
	margin-right: 15px;
}
.inq-btn-guide::before {
	content: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-guide.png);
	top: 3px;
}
.inq-btn-mail::before {
	content: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-mail.png);
	top: 2px;
}

/*-----------------モーダル--------------------*/
.modal-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
}
.modal-inner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modal-heading {
	height: 50px;
}
.modal-heading strong {
	display: block;
	padding: 0 0 0 35px;
}
.modal-heading small {
	margin-left: 15px;
	font-size: 14px;
}
.modal-body {
	padding: 30px;
}
.modal-txt {
	margin-left: 30px;
	line-height: 29px;
}
.modal-txt strong {
	display: block;
	margin-top: 1em;
	font-size: 17px;
	font-weight: bold;
}
.modal-txt strong:first-of-type {
	margin-top: 0;
}
.modal-txt p {
	text-indent: -1em;
	padding-left: 1em;
}
.modal-txt p:nth-of-type(1) {
	text-indent: 0;
}
.modal-txt .link-wrap {
	text-align: right;
}
.modal-txt a {
	text-decoration: underline;
	color: #3682c9!important;
}
.modal-txt a::before {
	content: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-popup-blue.png);
	position: relative;
	top: 2px;
	margin-right: 15px;
}
.size header .inner {
	width: 800px;
}
.size-img-wrap {
	padding: 20px 0;
	text-align: center;
}
@media (min-width: 1025px) {
	.main {
		max-width: 100vw; overflow-x: hidden;
	}
}
@media (max-width: 1024px) {
	.inner {
		width: 1000px;
	}
	.industory .search-btn {
		width: 140px;
	}
	.special ul li {
		width: 23%;
	}

}
@media (max-width: 768px) {
	.pc  { display: none !important; }	
	.smp { display: block !important; }
	.inner {
		width: 96%;
	}
	.header-btn {
		padding: 0 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mv {
		height: 75vw;
	}
	.mv-txt-outer {
		height: 60vw;
	}
	.mv-txt {
		width: 90vw;
		height: 35vw;
		padding-left: 26vw;
		padding-top: 6vw;
	}
	.mv-txt strong {
		font-size: 30px;
	}
	.mv-txt span {
		font-size: 19px;
	}
	.mv-img img {
		width: 90%;
	}
	.worries {
		padding-top: 20px;
	}
	.worries h2 {
		font-size: 5vw;
		line-height: 1.5;
	}
	.baloon li {
		position: relative;
		z-index: 1;
		width: 60vw;
	}
	.worries-img-wrap {
		position: absolute;
		right: 2vw;
		z-index: 0;
	}
	.wr-first {
		padding-top: 40px;
	}
	.wr-third {
		padding: 40px 0;
	}
	.wr-third .wr-third-ttl strong::before, .wr-third .wr-third-ttl strong::after {
		width: 16vw;
	}
	.wr-third ul {
		justify-content: flex-start;
		flex-wrap: wrap!important;
	}
	.wr-third li {
		width: 31%;
		margin: 0 1%;
	}
	.wr-third li .img-wrap {
		height: 38vw;
	}
	.wr-third li .img-wrap img {
		width: 100%;
	}
	.exp {
		padding-top: 40px;
	}
	.exp ul li {
		margin-bottom: 20px;
	}
	.exp ul li .txt {
		padding-left: 2vw;
		padding-right: 2vw;
	}
	.exp ul li .txt strong {
		line-height: 1.2;
	}
	.point {
		padding: 40px 0 20px;
	}
	.point ul {
		margin-top: 20px;
	}
	.point ul > li {
		width: 48%;
	}
	.pattern-first {
		padding: 40px 0 20px;
	}
	.pattern-select-main ul.flex {
		justify-content: flex-start;
	}
	.pattern-select-main ul li {
		margin: 0 1% 5px;
	}
	.pattern-select-main ul.industory li {
		width: 31%;
	}
	.industory .search-btn {
		width: 100%;
	}
	.pattern-select-main ul.use li {
		width: 23%;
	}
	.pattern-select-list-notice {
		float: none;
	}
	.use .search-btn {
		width: 100%;
	}
	.pattern-items {
		padding: 40px 2% 0;
		overflow-x: hidden;
	}
	.pattern-item-list > li {
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
	}
	.pattern-item-list li .img-wrap {
		width: 100%;
		height: auto;
	}
	.pattern-item-ttl {
		position: relative;
		top: -2px;
	}
	.flow {
		padding: 40px 0;
	}
	.service {
		padding: 40px 0;
	}
	.service img {
		width: 100%;
	}
	.faq {
		padding: 40px 0;
	}
	.special {
		padding: 40px 0;
	}
	.special ul {
		margin-top: 30px;
	}
	.special ul li {
		width: 48%;
		margin-bottom: 10px;
	}
	.inquiry {
		padding: 40px 0;
	}
	.inq-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 45vw;
		line-height: 1.2;
	}
}
@media (max-width: 768px) {
	h2 span {
		font-size: 26px;
	}
	header .inner {
		width: 100%;
		height: 60px;
	}
	.h-left {
		padding-left: 10px;
		width: 20vw;
	}
	.h-left img {
		width: 100%;
	}
	.header-btn { 
		font-size: 14px;
		padding: 0 5px 0 30px;
		height: 60px;
	}
	.header-btn-guide {
		margin-right: 0;
		background-position-x: 8px;
	}
	.header-btn-mail {
		background-position-x: 5px;
	}
	.mv-txt {
		top: 20vw;
		width: 96vw;
    height: 38vw;
	}
	.mv-txt strong {
		font-size: 18px;
	}
	.mv-txt span {
		margin-top: 5px;
		font-size: 10px;
	}
	.worries h2 {
		margin-bottom: 20px;
	}
	.wr-first .flex.al-center {
		align-items: flex-end;
	}
	.baloon li {
		width: 80vw;
		padding: 2% 4%;
	}
	.baloon li:last-of-type {
		margin-bottom: 40vw;
	}
	.baloon li strong {
		font-size: 19px;
	}
	.worries {
		overflow-x: hidden;
	}
	.worries-img-wrap {
		width: 70%;
		right: -2vw;
	}
	.worries-img-wrap img {
		width: 100%;
	}
	.wr-first .solve {
		width: 50vw;
		bottom: -15vw;
	}
	.wr-first .solve img {
		width: 100%;
	}
	.wr-second p {
		padding: 35px 0 20px;
		font-size: 20px;
		line-height: 1.7;
	}
	.wr-second p::before, .wr-second p::after {
		width: 20px;
	}
	.wr-second p::before { left: 2vw; }
	.wr-second p::after { right: 2vw; }
	.wr-third .wr-third-ttl strong {
		font-size: 20px;
	}
	.wr-third .wr-third-ttl strong::before, .wr-third .wr-third-ttl strong::after {
		width: 5vw;
	}
	.wr-third li {
		width: 48%;
	}
	.wr-third li .img-wrap {
		height: 58vw;
	}
	.wr-third li span {
		margin-top: 10px;
		font-size: 14px;
	}
	.exp ul li {
		width: 100%;
	}
	.exp ul li .tag {
		padding-left: 10px;
		line-height: 1.2;
	}
	.exp ul li .txt {
		padding-top: 45px;
	}
	.exp ul li .tag {
		margin-top: 0;
	}
	.exp ul li .txt strong {
		font-size: 16px;
	}
	.exp ul li .txt p {
		font-size: 14px;
	}
	.point ul > li {
		width: 100%;
	}
	.point li > div {
		padding-top: 45px;
		padding-bottom: 10px;
	}
	.point li ol {
		height: auto;
		padding-bottom: 10px;
	}
	.point li p {
		height: auto;
		font-size: 14px;
		line-height: 1.3;
	}
	.point li .hr-dot {
		margin-bottom: 10px;
	}
	.pattern-select {
		padding: 40px 0;
	}
	.pattern-select-main ul.industory li {
		width: 48%;
	}
	.pattern-select-main ul.use li {
		width: 48%;
	}
	.btn-clear {
		margin: 15px auto 0;
	}
	.flow p {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.btn-popup {
		height: 50px;
		width: 85%;
		margin-top: 30px;
		padding: 15px 0;
	}
	.btn-popup::before {
		margin-right: 10px;
	}
	.service .btn-detail {
		width: 85%;
	}
	.faq .q {
		padding: 20px 20px 20px 60px;
	}
	.faq .q::before {
		content: "";
		left: 10px;
		background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-q.png);
		background-size: contain;
		width: 10vw;
		height: 10vw;
	}
	.faq .a {
		padding: 20px;
		font-size: 14px;
		line-height: 1.4;
	}
	.inq-btn {
		width: 90vw;
		height: 15vw;
	}
	.inq-btn:first-of-type {
		margin-top: 10px;
	}
	.modal-body {
		padding: 10px;
	}
	.modal-inner > .flex:nth-of-type(2) {
		flex-direction: column;
	}
	.modal-img img {
		width: 100%;
	}
	.modal-txt {
		margin-left: 0;
		font-size: 12px;
	}
	.modal-txt strong {
		font-size: 14px;
	}
	.modal-txt p {
		line-height: 1.2;
	}

	.size header .inner {
		width: 100%;
	}
	.size-img-wrap {
		padding: 10px;
		text-align: center;
	}
	.size-img-wrap img {
		width: 100%;
	}

}
@media (max-width: 350px) {
	body {
		font-size: 14px;
	}
	h2 span {
		font-size: 22px;
	}
	header .inner {
		height: 80px;
	}
	.h-left {
		width: 40vw;
		padding-right: 10px;
	}
	.h-right {
		width: 60vw;
	}
	.header-btn {
		width: 100%;
		height: 40px;
	}
	.mv-txt {
		top: 10vw;
	}
	.mv-txt span {
		font-size: 8px;
	}
	.baloon li {
		width: 85vw;
		font-size: 12px;
	}
	.baloon li strong {
		font-size: 16px;
	}
	.baloon li::after {
		width: 10vw;
    height: 6.2vw;
    right: -7vw;
	}
	.wr-second p {
		font-size: 18px;
	}
	.wr-third .wr-third-ttl strong {
		font-size: 17px;
	}
	.exp .inner > p {
		line-height: 1.5;
	}
	.exp ul li .tag {
		font-size: 12px;
	}
	.pattern-select-main {
		padding: 15px;
	}
	.pattern-item-list {
		margin: 0 auto;
		left: 0;
		margin: 0 auto;
		width: 90%;
	}
	.pattern-item-list > li {
		width: 100%;
		margin: 0 0 10px;
	}
	.modal-img {
		width: 80%;
		margin: auto;
	}
	.modal-txt {
		margin-left: 0;
		font-size: 10px;
	}
	.modal-txt strong {
		font-size: 10px;
	}
}





















































/*-----------------フッター--------------------*/
#fix_footer {
	display: none;
	background-color: rgba(0,0,0,0.7);
	padding: 30px 10px 20px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
#fix_footer ul {
	display: block;
	margin: auto;
	text-align: center;
	width: 100%;
	max-width: 1060px;
}
#fix_footer li {
	/* margin-bottom: 10px; */
	position: relative;
}
#fix_footer li>a {
	display: block;
	padding: 16px 0;
	background-color: #cf142b;
	color: #fff;
	width: 100%;
	line-height: 100%;
	position: relative;
	font-weight: bold;
}
#fix_footer li>a:hover {
	text-decoration: none;
	opacity: 0.6;
	/* transition: all 400ms 0s ease; */
}
#fix_footer li>a::before {
    top: calc(50% - 10px);
    display: block;
    width: auto;
    height: auto;
    position: absolute;
	left: 10px;
    border: solid #fff;
    border-width: 0;
}
#fix_footer li>a[target="_blank"]::before {
	content: url("../../../../sinage/special/display/img/icon_s_newwindow_02.png");
}
#fix_footer li>a.icon-download::before {
	content: url("../../../../sinage/special/display/img/icon_s_newwindow_02-1.png");
}
#fix_footer li>a.mailto::before {
	content: url("../../../../sinage/special/display/img/icon_s_mail_02.png");
}
#fix_footer.hidden {
	display: none!important;
	transition: all 400ms 0s ease;
}
@media (min-width: 1000px) {
	#fix_footer li {
		/*width: calc(25% - 25px);*/
        width: 250px;
	}
	#fix_footer li {
		margin: 0 10px;
	}
	/*#gl_footer {
		padding-bottom: 100px;
	}*/
}
@media (min-width: 768px) {
	#fix_footer li {
		display: inline-block;
	}
	#fix_footer li>a {
		border-radius: 10px;
	}
	#fix_footer li>a {
		padding-left: 25px;
		box-sizing: border-box;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	#fix_footer li {
		/*width: calc(50% - 25px);*/
        width: 250px;
	}
	#fix_footer li:nth-child(2n-1) {
		/*margin-right: 10px;*/
	}
	#fix_footer li:not(:nth-last-child(-n+2)) {
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	#fix_footer li {
		width: 100%;
	}
	#fix_footer li:not(:last-child) {
		margin-bottom: 10px;
	}
	#fix_footer li>a {
		border-radius: 4px;
	}
}

@media (min-width: 768px) {
	#fix_footer .sp_button {
		display: none;
	}
}
@media (max-width: 767px) {
	#fix_footer {
		padding: 0;
		box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
	}
	#fix_footer>ul {
		margin: 15px;
		width: calc(100% - 30px);
		transition: all 400ms 0s ease;
		transform: translateY(0);
	}
	#fix_footer>.sp_button.closed+ul {
		transition: all 400ms 0s ease;
		transform: translateY(100%);
		height: 0;
		padding: 0;
		margin: 0 15px;
		overflow: hidden;
	}
	#fix_footer>.sp_button {
		background-color: #ff6112;
		padding: 15px;
		position: relative;
		text-align: center;
		line-height: 1;
		color: #fff;
	}
	#fix_footer>.sp_button::before {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border: solid #fff;
		border-width: 2px 2px 0 0;
		position: absolute;
		right: 20px;
		top: calc(50% - 5.83px);
		transform: rotate(135deg);
	}
	#fix_footer>.sp_button.closed::before {
		transform: rotate(-45deg);
		top: calc(50% - 0.83px);
	}
}

#fix_footer li > a {
	text-decoration: none;
	padding-left: 0;
}
#fix_footer li a span {
	padding-left: 35px;
} 

@media (max-width: 767px) {
	#fix_footer>.sp_button {
		margin-bottom: 0;
	}
}

/*追従のナビゲーション
-----------------------------------------------------------*/
.foot-action {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	display: none;
}
.foot-action-inner {
	text-align: left;
	background: rgba(0,0,0,0.7);
	width: 100%;
}
.foot-action h3 {
	display: none;
}
.foot-action .footer_contact_in {
	width: 720px;
	margin: 0 auto;
	padding: 10px 0;
}
.foot-action .action-btn {
	width: 100%;
	display: table;
}
.foot-action .action-btn li {
	display: table-cell;
	width: 25%;
	padding: 0 15px;
	vertical-align: middle;
}
.foot-action .action-btn li a {
	display: block;
	padding: 6px 0;
	border: 3px solid #ef6306;
	background: #ef6306;
	width: 100%;
	height: 100%;

	line-height: 1.6;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.foot-action .action-btn li:nth-of-type(1) a {
	border: 3px solid #c90e29;
	background: #c90e29;

}
.foot-action .action-btn li a span {
	font-size: 14px;
}
.foot-action .action-btn li a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.foot-action .action-btn li a span.ico-dwl {
	background: url("/-/Media/Ricoh/Sites/co_jp/signage/special/disaster-prevention/images/ico-download.png") no-repeat left center;
	padding-left: 28px;
	padding-top: 9px;
	padding-bottom: 5px;
}
.foot-action .action-btn li a span.ico-contact {
	background: url("/-/Media/Ricoh/Sites/co_jp/signage/special/disaster-prevention/images/ico-mail.png") no-repeat left center;
	padding-left: 34px;
	padding-top: 3px;
	padding-bottom: 2px;
}
.foot-action .close-btn {
	width: 1064px;
	text-align: right;
	margin: 0 auto;
	font-size: 0;
}
.foot-action .close-btn span {
	width: 44px;
	height: 30px;
	background: rgba(0,0,0,0.7);
	display: inline-block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}
.foot-action .close-btn span figure {
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-135deg);
	margin: 12px auto;
	transition: 0.3s;
}
.foot-action .close-btn span.close-box figure {
	transform: rotate(45deg);
	margin: 14px auto;
	transition: 0.3s;
}

@media screen and (max-width: 767px) {
	.foot-action .footer_contact_in {
		width: 100%;
		padding: 0;
	}
	.foot-action .action-btn {
		display: flex;
	}
	.foot-action .action-btn li {
		display: block;
		width: 50%;
		padding: 0;
		vertical-align: middle;
	}
	.foot-action .action-btn li a {
		border-radius: 0;
		font-size: 13px;
		padding: 10px 0;
	}
	.foot-action .action-btn li a span {
		font-size: 13px;
	}
	.foot-action .action-btn li a span.ico-dwl {
		background: url("/-/Media/Ricoh/Sites/co_jp/signage/special/disaster-prevention/images/ico-download.png") no-repeat left center;
		background-size: 10px 13px;
		padding-left: 15px;
	}
	.foot-action .action-btn li a span.ico-contact {
		background: url("/-/Media/Ricoh/Sites/co_jp/signage/special/disaster-prevention/images/ico-mail.png") no-repeat left center;
		background-size: 13px 10px;
		padding-left: 18px;
	}

}

.search-btns {
  display: flex;
  justify-content: flex-end;
  margin: 15px 0 0 auto;
}
.btn-clear {
  margin-left: 0;
}
.btn-search-result {
  display: block;
  position: relative;
  width: 180px;
  margin: 15px 15px 0 15px;
  border-radius: 20px;
  border: 1px solid #666666;
  padding: 10px 20px;
  color: #666666!important;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .search-btns {
    flex-direction: column;
  }
  .btn-clear,
  .btn-search-result {
    margin: 15px auto 0;
  }
}

/* コンテンツ制作サービス */
.contents {
	padding: 100px 0;
}
.contents .inner > p {
	margin-top: 50px;
	text-align: center;
	line-height: 28px;
}
.contents .inner > img {
	margin: 60px auto;
}
.contents .btn-wrap {
	padding: 35px 0;
}
.contents .btn-wrap p {
	font-weight: bold;
	margin: 0 auto 15px;
	text-align: center;
}
.contents .btn-detail {
	width: 360px;
	padding: 13px 0;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: center;
	background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/display/images/icon-arrow.png);
	border-radius: 20px;
	text-align: center;
	font-weight: bold;
}

.contents .text_area {
	margin-bottom: 40px;
}

.contents .text_area .text_area_img {
	margin-top: 50px;
}

.contents .text_area .text_area_txt {
	padding: 0 30px;
	line-height: 28px;
	margin-top: 50px;
}

@media (max-width: 640px){
	.clm3 .clm{
		width: 100%;
	}
}

/* #solution_block */

.bg_f3f {
    background-color: #f3f3f3 !important;
}
#solution_block .contents {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
#solution_block .contents.fourth {
    padding-top: 90px;
    padding-bottom: 75px;
}
#solution_block h2:not(:last-child) {
    margin-bottom: 0;
}
#solution_block .lead_txt {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 22px;
    position: relative;
}
#solution_block .third .lead_txt,
#solution_block .fourth .lead_txt {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 26px;
}
#solution_block .clm_small {
    max-width: 640px;
    width: 100%;
    margin: auto;
}
#solution_block .text_area_txt {
    line-height: 28px;
}
#solution_block .clm {
    position: relative;
    padding: 30px 20px;
    width: 100%;
    float: left;
}
#solution_block .clm4.solution_box .clm {
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding: 8px;
}
#solution_block .clm3:after,
#solution_block .clm4:after,
#solution_block .contents:after,
#solution_block .contents:after,
#solution_block .clm_small:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#solution_block .image_mn .dtl {
    padding: 16px 24px 16px 16px;
    background: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_s_right_01.png) 100% 50% no-repeat #ffffff;
}
#solution_block .image_mn .dtl .ttl {
    font-size: 16px;
    font-weight: bold;
}
#solution_block .button {
    display: inline-block;
    margin: 0;
    padding: 20px 16px 23px;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    max-width: 650px;
    width: 100%;
    box-shadow: 0 12px 10px -10px rgb(0 0 0 / 40%);
}
#solution_block .button.cnv_05 {
    background-color: #ff6112;
    color: #fff;
}
#solution_block .button:link {
    text-decoration: none;
}

#solution_block .fs26 {
    font-size: 26px !important;
}
#solution_block .icon {
    display: inline-block;
    background-repeat: no-repeat;
    padding: 4px 0 4px 60px;
    background-position: -8px center;
}
#solution_block .section .icon,
#solution_block footer .icon {
    padding-left: 45px;
}
#solution_block .cnv_01 .icon.newwindow,
#solution_block .cnv_05 .icon.newwindow {
    background-image: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_m_newwindow_02.png) !important;
}
@media (max-width: 640px) {
  #solution_block .contents.third,
  #solution_block .contents.fourth,
  #solution_block .contents.faq {
      padding-top: 30px;
      padding-bottom: 40px;
  }
  #solution_block .clm4.solution_box .clm {
      width: 100%;
  }
  #solution_block .fourth .lead_txt {
      line-height: 24px;
      padding-bottom: 15px;
      font-size: 20px;
      margin-bottom: 0;
  }
  #solution_block .text_area_txt {
      line-height: 26px;
      font-size: 14px;
  }
  #solution_block .icon {
      padding: 4px 0 4px 47px;
      background-position: 0 center;
  }
  #solution_block .icon.newwindow {
      background-size: auto !important;
  }
  #solution_block .rsp_fs20 {
      font-size: 20px !important;
  }
  #solution_block .rsp_pb0 {
    padding-bottom: 0 !important;
  }
  #solution_block .pt0 {
    padding-top: 0 !important;
  }
}


/*------------------------------------------------------
210916 LS added
------------------------------------------------------*/
section.bnr_ad {
	padding: 100px 0 0;
}
@media (max-width:640px) {
	section.bnr_ad {
		padding: 40px 0 0;
	}
}

a.imgHover img {
	width: 100%;
}
a.imgHover:hover img {
	opacity: 0.6;
}


/*------------------------------------------------------
211129 added
------------------------------------------------------*/

.wr-third {
    padding: 100px 0 64px 0;
}

.service .inner > img {
    margin: 60px auto 0 auto;
}

/*-----------------cv-action --------------------*/

.cv-action {
    width: 1100px;
    margin: 0 auto;
}
.cv-action-inner {
	text-align: left;
  background: #f5f5f5;
	width: 100%;
}
.cv-action h3 {
	display: none;
}
.cv-action .action-btn_in {
	width: 720px;
	margin: 0 auto;
	padding: 30px 0;
}
.cv-action .action-btn {
	width: 100%;
	display: table;
}
.cv-action .action-btn li {
	display: table-cell;
	width: 25%;
	padding: 0 15px;
	vertical-align: middle;
}
.cv-action .action-btn li a {
	display: block;
	padding: 6px 0;
	border: 3px solid #ef6306;
	background: #ef6306;
	width: 100%;
	height: 100%;

	line-height: 1.6;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.cv-action .action-btn li:nth-of-type(1) a {
	border: 3px solid #c90e29;
	background: #c90e29;

}
.cv-action .action-btn li a span {
	font-size: 14px;
}
.cv-action .action-btn li a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.cv-action .action-btn li a span.ico-dwl {
	background: url("/-/Media/Ricoh/Sites/co_jp/signage/special/disaster-prevention/images/ico-download.png") no-repeat left center;
	padding-left: 28px;
	padding-top: 9px;
	padding-bottom: 5px;
}
.cv-action .action-btn li a span.ico-contact {
	background: url("/-/Media/Ricoh/Sites/co_jp/signage/special/disaster-prevention/images/ico-mail.png") no-repeat left center;
	padding-left: 34px;
	padding-top: 3px;
	padding-bottom: 2px;
}
.cv-action .close-btn {
	width: 1064px;
	text-align: right;
	margin: 0 auto;
	font-size: 0;
}
.cv-action .close-btn span {
	width: 44px;
	height: 30px;
	background: rgba(0,0,0,0.7);
	display: inline-block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}
.cv-action .close-btn span figure {
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-135deg);
	margin: 12px auto;
	transition: 0.3s;
}
.cv-action .close-btn span.close-box figure {
	transform: rotate(45deg);
	margin: 14px auto;
	transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .cv-action {
      width: 100%;
      margin: 0 auto;
  }
  .cv-action-inner {
      text-align: left;
      background: #f5f5f5;
      width: 100%;
      padding: 20px 0;
  }
	.cv-action .action-btn_in {
		width: 100%;
		padding: 0;
	}
	.cv-action .action-btn {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
	}
	.cv-action .action-btn li {
		display: block;
		width: 100%;
		padding: 0;
    margin-top: 10px;
		vertical-align: middle;
	}
	.cv-action .action-btn li:nth-of-type(1) {
    margin-top: 0;
	}
	.cv-action .action-btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90vw;
    height: 15vw;
    line-height: 1.2;
		padding: 10px 0;
    border-radius: 40px;
    color: #ffffff;
	}
	.cv-action .action-btn li a span {
		font-size: 18px;
	}
	.cv-action .action-btn li a span.ico-dwl {
		background: url("/-/Media/Ricoh/Sites/co_jp/signage/special/disaster-prevention/images/ico-download.png") no-repeat left center;
    background-size: 23.4px 18px;
    padding: 0 0 0 40px;
	}
	.cv-action .action-btn li a span.ico-contact {
		background: url("/-/Media/Ricoh/Sites/co_jp/signage/special/disaster-prevention/images/ico-mail.png") no-repeat left center;
    background-size: 23.4px 18px;
    padding: 0 0 0 40px;
	}

}

/*-----------------FEATURE--------------------*/
.feature {
	padding: 100px 0;
}
.feature ul {
	margin-top: 60px;
}
.feature ul > li {
	width: 30%;
	margin-bottom: 30px;
}
.feature li > div {
	margin-top: -2px;
	position: relative;
	padding: 20px;
  border-right: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
  min-height: 340px;
}
.feature li img {
	width: 100%;
	height: auto;
}
.feature li strong {
	display: block;
	width: 100%;
	padding: 16px 0 18px 0;
	font-size: 18px;
	text-align: center;
  border-radius: 20px 20px 0 0;
}
.feature li ol {
	height: 90px;
	font-size: 14px;
	line-height: 25px;
}
.feature ol > li {
	width: 100%;
	margin-bottom: 0;
}
.feature li .hr-dot {
	margin-bottom: 20px;
	height: 1px;
	border-bottom: dotted 1px #9b9b9b;
}
.feature li p {
	line-height: 28px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .feature {
      padding: 40px 0;
  }
  .feature ul > li {
      width: 100%;
  }
}
