@charset "utf-8";

.l-content .mainvisual {
  width: 950px;
  height: 150px;
  background: url('/pr/misumi_evolution/pr/new_feature/economy_series/img/main.png') no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
}

.l-content h2 {
  font-size: 25px;
  height: 36px;
  font-weight: bold;
  color: #004098;
  box-sizing: border-box;
}

.l-content h2 span {
  line-height: 28px;
  border-bottom: 2px solid #ffcc00;
}

.l-content .contents_mc {
  box-sizing: border-box;
  width: 950px;
  padding: 15px 15px 30px 15px;
  border: 6px solid #004098;
}

.l-content .contents_mc + .contents_mc{
  border-top: none;
}

.l-content .contents_mc .head .lead {
  padding-top: 10px;
  font-size: 16px;
}

.l-content .contents_mc .head .lead_02 {
  padding-top: 10px;
  font-size: 17px;
  text-align: center;
}

.l-content .contents_mc .head .lead_02 strong {
color: #004098;
}

.l-content .contents_mc .main {
  padding-top: 30px;
}

.l-content .evaluation .text {
  text-align: center;
  font-size: 17px;
}

.l-content .evaluation .box {
  width: 600px;
  padding: 15px;
  border: 2px solid #999;
  margin: 10px auto 0;
}

.l-content .evaluation .box .text {
  text-align: center;
  font-size: 15px;
}

.l-content .evaluation .box .text span {
  color: #004098;
}

.l-content .evaluation .box .text strong {
  font-size: 17px;
}

.l-content .evaluation .note {
  width: 600px;
  padding-top: 5px;
  margin: 0 auto;
}

.l-content .review {
  padding-top: 20px;
}

.l-content .review .section:not(:first-child) {
  padding-top: 30px;
}

.l-content .review .section .title {
  border-bottom: 1px solid #000;
  font-size: 17px;
}

.l-content .review .section .box_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.l-content .review .section .box_wrap_02 {
  margin-top: 0;
}

.l-content .review .section .box {
  position: relative;
  box-sizing: border-box;
  width: 440px;
  padding: 15px 10px;
}

.l-content .review .section .box--01 {
  height: 120px;
  padding: 27px 15px;
  background-color: #fffae5;
}

.l-content .review .section .box--01::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 15px;
  width: 72px;
  height: 97px;
  background: url("/pr/misumi_evolution/intro/img/icon_customer_02.png") no-repeat;
}
.l-content .review .section .box--01_icon_02::after {
  background: url("/pr/misumi_evolution/intro/img/icon_customer_01.png") no-repeat;
}
.l-content .review .section .box--01_icon_03::after {
  background: url("/pr/misumi_evolution/intro/img/icon_customer_03.png") no-repeat;
}

.l-content .review .section .box--02 {
  height: 140px;
  padding: 27px 15px;
  background-color: #e7e7e7;
}

.l-content .review .section .box--02::after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  right: 15px;
  width: 71px;
  height: 98px;
  background: url("/pr/misumi_evolution/intro/img/icon_customer_01.png") no-repeat;
}
.l-content .review .section .box--02_icon_01::after {
  background: url("/pr/misumi_evolution/intro/img/icon_customer_02.png") no-repeat;
}

.l-content .review .section .box--line3{
	height: 135px;
	margin: 0 auto 20px;
}
.l-content .review .section .box--line3::after{
	top: 23px;
}

.l-content .review .section .box .review_text {
  font-size: 16px;
  line-height: 21px;
}

.l-content .review .section .box .type {
  padding-top: 5px;
  font-size: 14px;
}

.l-content .review .thanks {
  text-align: center;
  padding-top: 15px;
  font-size: 16px;
}

.l-content .nps {
  margin-top: 20px;
  border:  1px solid #999;
  padding: 20px 10px;
}
.l-content .nps .title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.l-content .nps .main {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}


.l-content .nps .main .image_area {
  display: flex;
  align-items: center;
}

.l-content .nps .main .text_area {
  width: 540px;
}

.l-content .nps .main .text_area .text {
  font-size: 15px;
}

.l-content .nps .main .text_area .note {
  padding-top: 15px;
  font-size: 12px;
}

.l-content .misumi_evolution_info .title{
	padding-bottom: 20px;
	margin: 60px auto 0;
	text-align: center;
}

.l-content .misumi_evolution_info .title .main{
	color: #333;
	font-size: 23px;
	font-weight: bold;
}

.l-content .misumi_evolution_info .title .sub{
	padding-top: 5px;
	font-size: 16px;
}

.l-content .misumi_evolution_info .nav ul{
	display: flex;
	justify-content: center;
}
.l-content .misumi_evolution_info .nav .nav_item:not(:first-child){
	margin-left: 30px;
}

.l-content .misumi_evolution_info .nav .nav_item .btn{
	position: relative;
	width: 320px;
	padding: 35px 20px 35px 100px;
	border: 1px solid #999;
	color: #333 !important;
	font-size: 16px;
}

.l-content .misumi_evolution_info .nav .nav_item .btn .icon{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

.l-content .review .section .box_wrap_02 .box {
  width: 410px;
  height: 163px;
}
.l-content .review .section .box_arrow{
	width: 53px;
	height: 163px;
	display: flex;
	align-items: center;
}
.l-content .review .section .box--kaizen {
  padding: 27px 15px;
  background-color: #fffae5;
  display: flex;
  align-items: center;
}
.l-content .review .section .box_wrap_02 .box--kaizen .review_text {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #004098;
}
.l-content .review .section .box--line4::after {
    top: 34px;
}

