@charset "UTF-8";

.l-content .h2Ttl {
  margin: 30px 0 10px;
  font-size: 28px;
}

.l-content .h3Ttl {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 8px;
  border-bottom: 1px solid #333;
  text-indent: 0;
  line-height: 1.1;
  font-size: 24px;
  font-weight: bold;
}

.l-content .h3Ttl:before {
  display: inline-block;
  content: "";
  width: 19px;
  height: 19px;
  margin-right: 13px;
  border: 5px solid #0169c6;
  border-radius: 10px;
  box-sizing: border-box;
}

.l-content .h4Ttl {
    color: #004098;
    text-align: center;
    font-size: 21px;
}

.l-content .txt {
  font-size: 16px;
}

.l-content .color_white {
  color: #fff;
}

.l-content .btn_w230 {
  width: 230px;
  height: 43px;
  padding: 9px 0;
  font-size: 18px;
}

.l-content .btn_w300 {
  width: 300px;
  height: 50px;
  padding: 13px 0;
  font-size: 17px;
}

.l-content .btn_w380 {
  width: 380px;
  height: 50px;
  padding: 11px 0;
  font-size: 19px;
}

.l-content .btn_w230.m-btnWin--default::after,
.l-content .btn_w230.m-btnWin--conversion::after,
.l-content .btn_w230.m-btnWin--strong::after {
  vertical-align: -3px;
}

.l-content .btn_w300.m-btnWin--default::after,
.l-content .btn_w300.m-btnWin--conversion::after,
.l-content .btn_w300.m-btnWin--strong::after,
.l-content .btn_w380.m-btnWin--default::after,
.l-content .btn_w380.m-btnWin--conversion::after,
.l-content .btn_w380.m-btnWin--strong::after {
  vertical-align: -2px;
}


.l-content .maker {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background: url("/maker/fairino/mech/product/cobot/case_study/common/img/maker_bg.png") no-repeat 0 0;
  width: 1200px;
  height: 450px;
  padding: 50px 132px 30px;
}


.l-content .maker .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 468px;
}

.l-content .maker .content .h4Ttl_maker {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
}

.l-content .maker .content .h4Ttl_maker .lead {
  position: relative;
  color: #004098;
}

.l-content .maker .content .h4Ttl_maker .lead::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  background: #004098;
  width: 100%;
  height: 2px;
}

.l-content .maker .content .pointList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}

.l-content .maker .content .pointList li {
  font-size: 23px;
  font-weight: bold;
}

.l-content .cta {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.l-content .cta .cta_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-content .cta .btn {
  width: 360px;
  height: 50px;
  padding: 12px 0;
  font-size: 17px;
}