@charset "utf-8";
/* CSS Document */

.sol_icon{
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 55px 0 55px 160px;
  background-size: 135px auto;
}
.sol_icon1{
  background-image: url(/-/Media/Ricoh/Sites/co_jp/software/desk-navi/img/index_sol_ico_01.jpg);
}
.sol_icon2{
  background-image: url(/-/Media/Ricoh/Sites/co_jp/software/desk-navi/img/index_sol_ico_02.jpg);
}
.sol_icon3{
  background-image: url(/-/Media/Ricoh/Sites/co_jp/software/desk-navi/img/index_sol_ico_03.jpg);
}
.sol_icon4{
  background-image: url(/-/Media/Ricoh/Sites/co_jp/software/desk-navi/img/index_sol_ico_04.jpg);
}
.sol_icon5{
  background-image: url(/-/Media/Ricoh/Sites/co_jp/software/desk-navi/img/index_sol_ico_05.jpg);
}
.sol_icon6{
  background-image: url(/-/Media/Ricoh/Sites/co_jp/software/desk-navi/img/index_sol_ico_06.jpg);
}



.bnr_lp:hover {
	opacity: .7;
  transition: .6s;
}
.bnr_lp a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.bnr_lp a:hover {
	text-decoration: none;

}
.bnr_lp .text {
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px 0 30px;
}
.bnr_lp .text h3 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}
.bnr_lp .text p {
	margin-top: 8px;
  color: #fff;
  line-height: 1.2;
}
.bnr_lp .text .button {
	font-size: 20px;
	display: inline-block;
	margin-top: 15px;
	border: 2px solid #fff;
	line-height: 1;
	padding: 12px 40px 10px 20px;
	border-radius: 5px;
	color: #4e92ab;
	background: #fff;
	transition: .6s;
	position: relative;
}
.bnr_lp a:hover .text .button {
	background: #4e92ab;
	color: #fff;
}
.bnr_lp .text .button:after {
	content: url(/-/Media/Ricoh/Sites/co_jp/software/desk-navi/img/icon_external_industry.png);
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-12px);
}
.bnr_lp.bnr_lp_industry a:hover .text .button:after {
	content: url(/-/Media/Ricoh/Sites/co_jp/software/desk-navi/img/icon_external_hover.png);
}
.bnr_lp .img {
  overflow: hidden;
	width: 49.4%;
}
.bnr_lp .img img {
  width: 100%;
}

.bnr_lp.bnr_lp_industry {
	background: #4e92ab; /* Old browsers */
}
.bnr_lp.bnr_lp_function {
	background: #e3f1fa; /* Old browsers */
}
.bnr_lp .text .button {
	color: #4e92ab;
}
.bnr_lp a:hover .text .button {
	background: #4e92ab;
}
.bnr_lp.bnr_lp_function a {
  justify-content: start;
}
.bnr_lp.bnr_lp_function .text {
  width: 42%;
  min-width: 350px;
}
.bnr_lp.bnr_lp_function .text p {
  color: #666;
}
.bnr_lp.bnr_lp_function .text h3 {
	color: #666;
}
.bnr_lp.bnr_lp_function .text .button {
	color: #666;
}
.bnr_lp.bnr_lp_function a:hover .text .button {
  background: #fff;
  color: #666;
}
.bnr_lp.bnr_lp_function .text .button:after {
	content: url(/-/Media/Ricoh/Sites/co_jp/software/desk-navi/img/icon_external_function.png);
}

@media only screen and (max-width: 640px) {
  .sol_icon{
    padding: 30px 0 30px 100px;
    background-size: 80px auto;
  }
}

@media screen and (max-width: 767px) {
	.bnr_lp a {
		flex-wrap: wrap-reverse;
	}
	.bnr_lp .text {
		width: 100% !important;
		padding: 15px;
    min-width: auto !important;
	}
	.bnr_lp .text h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .bnr_lp .text p {
    line-height: 1.4;
  }
	.bnr_lp .text .button {
		font-size: 16px;
	}
	.bnr_lp .text .button:after {
		transform: translateY(-8px);
	}
	.bnr_lp .img {
		width: 100% !important;
	}
	.bnr_lp .img img {
		width: 100%;
	}
}