@charset "utf-8";
.l-content .mainvisual {
  width: 950px;
  height: 150px;
  background: url('/pr/misumi_evolution/pr/new_feature/floow/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 {
  border: 6px solid #004098;
  border-top: none;
  text-align: center;
  position: relative;
}

.l-content .title_02{
    margin: 30px 0 0;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    border-left: 6px solid #ffcc00;
    vertical-align: middle;
    color: #004098;
}

/* sec01 */
.l-content .sec01 {
  width: 860px;
  height: 312px;
  padding: 35px 39px;
  margin: 0 auto;
  position: relative;
}

.l-content .sec01 .sec01_before {
  display: table-cell;
  width: 400px;
  height: 312px;
  background: url("/pr/misumi_evolution/pr/new_feature/floow/img/before.png") no-repeat;
}

.l-content .sec01 .sec01_after {
  width: 400px;
  height: 312px;
  background: url("/pr/misumi_evolution/pr/new_feature/floow/img/after.png") no-repeat;
}

.l-content .sec01 .sec01_arrow {
  margin: 121px 12px;
}

.l-content .sec01 .text01 {
  font-size: 24px;
  position: absolute;
  top: 6px;
  left: 154px;
}

.l-content .sec01 .text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  top: 227px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.l-content .sec01 .text03 {
  font-size: 24px;
  position: absolute;
  top: 6px;
  left: 162px;
  color: #004098;
}

.l-content .sec01 .sec01_before,
.l-content .sec01 .sec01_arrow,
.l-content .sec01 .sec01_after {
  float: left;
  position: relative;
}

/* sec02 */
.l-content .sec02 {
  position: relative;
}

.l-content .sec02 .sec02_title {
  width: 100%;
  height: 80px;
  background-color: #004098;
  color: #FFF;
  font-weight: bold;
  font-size: 25px;
  box-sizing: border-box;
  padding: 15px 0 18px;
  text-align: center;
  position: relative;
}

.l-content .sec02 .sec02_title::after {
  content: url(/pr/misumi_evolution/pr/new_feature/floow/img/arrow_down.png);
  display: block;
  margin-top: 8px;
}

/* customer */
.l-content .customer_voice {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-content .customer_voice .txt {
  width: 613px;
  padding: 25px 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
  background: #efefef;
  border-radius: 10px;
  box-sizing: border-box;
}

/* advisor */
.l-content .advisor_voice {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l-content .advisor_voice .txt {
  width: 600px;
  padding: 25px 10px;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
  background: #fff1ba;
  box-sizing: border-box;
}
.l-content .advisor_voice .txt_title{
  color:#004098;
  padding: 0 0 5px 5px;
}

.l-content .sec03 {
  text-align: left;
  box-sizing: border-box;
  padding: 40px 34px;
}


/* improved_detail */
.l-content .customer .improved_detail {
  width: 560px;
  margin: 8px auto 0;
  display: block;
  background: #fff1ba;
  box-sizing: border-box;
  padding: 25px 0;
}
.l-content .customer .improved_detail p.title {
  font-size: 24px;
  font-weight: bold;
  color: #004098;
  text-align: center;
}
.l-content  p.txt_01 {
    font-size: 17px;
    line-height: 26px;
    font-weight:bold;
}
.l-content  p.txt_02 {
    font-size: 15px;
    line-height: 22px;
}
.l-content .point_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 34px;
    justify-content: flex-start;
    margin: 30px 0 0;
}
.l-content .point_wrap .item {
    position: relative;
    width: 418px;
    border: solid 2px #0f218b;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.l-content .point_wrap .item h4 {
    background-color: #0f218b;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 50px;
    padding: 2px 0;
}
.l-content .point_wrap .item .lead{
    color: #0f218b;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    padding: 15px 0 0;
}
.l-content .point_wrap .item .text{
    font-size: 15px;
    line-height: 23px
}
.l-content .voice_img p {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #004098;
    margin: 7px 0 0;
}
.l-content .btn_area{
  display:flex;
  justify-content: space-between;
  margin: 15px 0 0;
}
.l-content .btn_area a{
  width:295px;
}
.l-content .article_wrap_01{display: flex;justify-content: space-between;align-items: flex-start;}
.l-content .article_wrap_01 p {
    text-align: center;
    font-weight: bold;
    margin: 0 0 5px;
}