@charset "utf-8";

/*************************************************
CSS
/case/2212-norq/style.css

2022-12-21
update:
*************************************************/
/*emphasis_h1*/
.most_emphasis_text{
	font-size:32px;
	font-weight: bold;
	line-height: 1.4;
}

/*problem solving*/
.problem_box,
.solving_box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	background-color: #f3f3f3;
	padding: 20px;
}

.solving_box{
	margin-top: -20px;
}

.problem_arrow img{
	width: 50% !important;
    text-align: center;
    margin: 0 auto;
}

.problem_title,
.solving_title{
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
	text-align: center;
}

.problem_box p.problem_title,
.solving_box p.solving_title{
	margin-right: 20px;
}

.problem_title{
	background-color: #777778;
	padding: 12px 10px;
}
.solving_title{
	background-color: #cf152b;
	padding: 22px 20px;
}

.problem_list li,
.solving_list li{
	border-bottom: 1px dashed;
    font-weight: bold;
    margin-top: 16px;
	border-bottom: 1px dashed;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

.c-container .solving_list li span{
	font-size:18px;
}

.problem_list span.problem_icon{
	content: "";
	background-image: url(/-/Media/Ricoh/Sites/co_jp/case/2212-norq-homes/img/problem_icon_01.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
}


.solving_list span.solving_icon{
	content: "";
	background-image: url(/-/Media/Ricoh/Sites/co_jp/case/2212-norq-homes/img/solving_icon_01.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	display: inline-block;
}

/*download*/
.ft_red{
	color: #cf142b;
}

p.cv_case_title{
	font-size: 22px;
	font-weight: bold;
}

.c-button-a__download::before{
	content: "";
	display: inline-block;
	background-image: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_m_download_02.png);
	width: 48px;
    height: 48px;
	margin-right: 10px;
}

@media only screen and (max-width: 640px) {
}