@charset "UTF-8";

/* base */

.solution_area,
.introduction_area,
.voice_area {
	padding: 60px 0;
	margin-bottom: 0;
}

.solution_area .-title,
.introduction_area .-title,
.voice_area .-title {
	font-size: 2.4rem;
	padding-bottom: 40px;
	text-align: center;
}


/* mv_area */

.mv_area {
	background-image: url(/common/images/solution/pages/casestudies/casestudies_mv.png);
	background-color: #ccc5c4;
}

.mv_area .mv_txt_box {
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
	font-weight: 700;
	width: 80%;
}

/* solution_area */

.solution_area .u_line {
	position: relative;
	font-size: 3.0rem;
	margin: 0 5px;
	z-index: 10;
}

.solution_area .u_line:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 12px;
	background-color: #c0e7ff;
	left: 0;
	bottom: 2px;
	z-index: -1;
}

.logo_list.pc > ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo_list .-img {
	text-align: center;
}

.logo_list .line1 {
	justify-content: center;
	margin-bottom: 30px;
}


/* introduction_area */

.introduction_area {
	background-color: #fff;
}

.introduction_list.pc > ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.introduction_list .-img {
	text-align: center;
}

/* voice_area */

.voice_area .module-base_btn:after {
	content: "\f0ab";
}

.voice_area .module-base_btn.active:after {
	content: "\f0aa";
}

.voice_area .module-separation {
	margin: 0;
	padding: 60px 0;
	background-color: #fff;
}

.voice_area .module-separation:nth-child(even) {
	background-color: transparent;
}

.comment_inner {
	font-size: 1.4rem;
}
.comment_inner .-box {
	display: flex;
	justify-content: space-between;
}

.voice_area .module-separation:nth-child(even) .-box {
	flex-flow: row-reverse;
}

.comment_inner .-box .-img {
	width: 38%;
}

.comment_inner .-box .-txt {
	width: 58%;
}

.comment_inner .-inner_title {
	font-size: 2.4rem;
	margin-bottom: 20px;
	color: #2e4e9d;
}

.comment_inner .-sub_title {
	font-size: 1.8rem;
	color: #2e4e9d;
	margin: 10px 0;
}

.comment_inner .-company {
	font-size: 1.6rem;
}

.comment_inner .-name {
	margin-bottom: 20px;
}

.comment_inner .-sub_title:before {
	content: "◆";
	margin-right: 5px;
}

.comment_inner .-accordion_inner {
	padding: 0;
}

.comment_inner .-url > a:after{
	content: url(/common/images/solution/pages/introduction_icon02.png);
	display: inline-block;
	padding-left: 5px;
}

#customer01,
#customer02,
#customer03,
#customer04,
#customer05,
#customer06,
#customer07 {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}