a {
	display: block !important;
}

ul {
	display: initial;
}

img {
	width: initial !important;
	display: initial !important;
}

.header .inner {
	justify-content: center;
}

.header .inner .list-btn {
	justify-content: center;
	margin: 0;
}

.gl-footer-default_inner {
	display: block;
}

.gl-footer-default_item {
	margin-top: 0 !important;
}

.gl-footer-sns_item {
	margin-top: 0;
}


/* 20241024追加 */
.list-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .list-btn {
        display: block !important;
    }
}


/* 20241024追加 */

.box-mv {
	background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-meishi/img/bg-mv.jpg") no-repeat;
	background-size: cover;
	background-position:  bottom center;
	padding: 0 0 217px 0;
}
@media only screen and (max-width: 1000px) {
	.box-mv {
		padding-bottom: 100px;
	}
}
@media only screen and (max-width: 767px) {
	.box-mv {
		padding-bottom: 70px;
	}
}

@media only screen and (min-width: 1000px) {
	.mv_img {
		padding-left: 50px;
	}
}

.mv_img img {
	width: 100% !important;
}

/* 20241024追加 */
.mv_img {
	position: relative;
}

.mv-balloon_1,.mv-balloon_2 {
	width: 24.2%;
    position: absolute;
}

.mv-balloon_1 {
	top: 41%;
    left: 24%;
}

.mv-balloon_2 {
	top: 41%;
    right: 25%;
}

.mv-balloon_3 {
	width: 18.1%;
    top: 66%;
    position: absolute;
    left: 75%;
}
.mv-balloon_1-p {
	font-size: clamp(8px, 2vw, 32px) !important;
	font-weight: bold;
	position: absolute;
	top: 95%;
	left: 50%;
	transform: translateX(calc(-50% - 63%));
}

.mv-balloon_2-p {
	font-size: clamp(8px, 2vw, 32px) !important;
	font-weight: bold;
	position: absolute;
	top: 95%;
	left: 50%;
}

.problems_txt {
	color: #333 !important;
}
/* 20241024追加 */




.box-problems {
	background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-meishi/img/bg-01.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}

.box-information {
	background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-meishi/img/bg-02.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
}
.information_ttl {
	color: #00C4D8;
}
.information_ttl span:before {
	background: #00C4D8;
}
.information_img {
	margin: 0 -52px 68px -19px;
}

/* 20241024追加 */
.box-information .inner{
	max-width: initial !important;
}

.information_img {
	position: relative;
}

.information_img img {
	width: 100%!important;
}

.information-balloon_1 {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 24.8%;
}
.information-balloon_2 {
	position: absolute;
    top: 0%;
    left: 50%;
    width: 27.3%;
}
.information-balloon_3 {
	position: absolute;
    top: 67%;
    left: 70%;
    width: 27.6%;
}
.information-balloon_4 {
	position: absolute;
    top: 78%;
    left: 6%;
    width: 24.1%;
}
/* 20241024追加 */

.box-steps .steps_ttl {
	text-align: left;
	margin-left: -6px;
}

.box-solve {
	background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-meishi/img/bg-03.png") no-repeat;
	background-size: cover;
	background-position: top center;
}
.box-solve .solve_ttl {
	padding-right: 7px;
    margin-bottom: 77px!important;
}

@media only screen and (max-width: 767px) {
    .box-solve .solve_ttl {
        margin-bottom: 30px !important;
    }
}

.solve_list .item {
	border-color: #7ED8FF;
}
.solve_list .item:last-child .solve_list_img {
	left: 2.8%;
	right: 6.3%;
}
.solve_list .item .content .box-01:before {
	background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-meishi/img/ico-arrow-down.png") no-repeat;
	background-size: 100% 100%;
}
.solve_list .item .content .box-02 p {
	/* color: #00BDD0; */
    color: #4D4D4D;
}
.solve_list .item .content .box-02 .txt:before {
	background: url("/-/Media/Ricoh/Sites/co_jp/special/ricoh-easy-business-card-digitization-apps-for-phone-appli-people/img/ico-check.png") no-repeat;
	background-size: 100% auto;
}

.intro_txt {
	/* color: #00C4D8; */
	color: #0098A9 !important;
}

.intro_txt p:first-child,
.intro_txt p:last-child {
	color: #333 !important;
}

.intro_listBtn li {
	width: 50%;
}
.intro_listBtn li:first-child .btn-type02 {
	background: #00A7B8;
}
.intro_listBtn li:last-child .btn-type02 {
	background: #00C4D8;
}
.intro_txt02 {
	text-align: center;
	color: #727171;
	font-weight: 600;
	font-size: 38.1px;
}
.intro_txt02 small {
	display: block;
	font-size: 24.6px;
}

@media only screen and (max-width: 1000px) {
	.intro_txt02 {
		font-size: 30px;
	}
	.intro_txt02 small {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.intro_txt02 {
		font-size: 26px;
	}
	.intro_txt02 small {
		font-size: 17px;
	}
}

.btn-strongCyan {
	background-color: #0098A9 !important;
}

.intro_listBtn {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -6px;
}