@charset "UTF-8";

.l-content .h3Ttl {
  margin-top: 60px;
  margin-bottom: 20px;
  color: #004098;
  font-size: 30px;
  text-align: center;
}

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

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

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

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

.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;
}

/* mainVisual */
.l-content .mainVisual {
  box-sizing: border-box;
  background: url("/pr/mibot_ad/palletizer/img/main_bg.png") no-repeat 0 0;
  width: 1200px;
  height: 520px;
  padding: 50px 142px 30px;
}

.l-content .mainVisual .upper {
  display: flex;
  justify-content: space-between;
}

.l-content .mainVisual .upper .upper_r {
  width: 400px;
}

.l-content .mainVisual .txtArea .title {
  color: #004098;
  font-size: 42px;
  font-weight: bold;
}

.l-content .mainVisual .txtArea .title>span {
  display: inline-block;
}

.l-content .mainVisual .txtArea .title .titleS {
  position: relative;
  font-size: 25px;
}

.l-content .mainVisual .txtArea .title .titleS::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  background: #004098;
  width: 100%;
  height: 2px;
}

.l-content .mainVisual .txtArea .description {
  font-size: 21px;
  font-weight: bold;
}

.l-content .mainVisual .gifAnime {
  display: flex;
  justify-content: flex-end;
}

.l-content .mainVisual .iconList {
  display: flex;
  justify-content: space-between;
}

.l-content .mainVisual .iconList .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  border: solid 2px #004098;
  border-radius: 50%;
  background: #fff;
  color: #004098;
  font-weight: bold;
  text-align: center;
}

.l-content .mainVisual .iconList .icon.icon_01 .title {
  margin-top: 20px;
}

.l-content .mainVisual .iconList .icon.icon_01 .txt {
  line-height: 1;
  margin-top: 5px;
  font-size: 18px;
}

.l-content .mainVisual .iconList .icon.icon_01 .txt .num {
  margin-top: 5px;
  font-size: 62px;
}

.l-content .mainVisual .iconList .icon.icon_02 .title {
  margin-top: 20px;
}

.l-content .mainVisual .iconList .icon.icon_03 .title {
  margin-top: 20px;
}

.l-content .mainVisual .iconList .icon.icon_03 .txt {
  margin-top: 8px;
  font-size: 13px;
}

.l-content .mainVisual .iconList .icon.icon_03 .txt .num {
  line-height: 0.9;
  font-size: 40px;
}

/* /mainVisual */

/* ロボットパレタイザーとは */
.l-content .aboutArea .lead {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.l-content .aboutArea .packageList {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-content .aboutArea .packageList .box {
  display: flex;
  box-sizing: border-box;
  width: 800px;
  height: 210px;
  border: 2px solid #004098;
  padding: 32px 0 0 20px;
}

.l-content .aboutArea .packageList .box.box_hover {
  opacity: 0.75;
  cursor: pointer;
}

.l-content .aboutArea .packageList .box:not(:first-child) {
  margin-top: 30px;
}

.l-content .aboutArea .packageList .pic {
  width: 200px;
  height: 115px;
}

.l-content .aboutArea .packageList .txtArea {
  margin-left: 30px;
}

.l-content .aboutArea .packageList .txtArea .pict {
  width: 160px;
  padding: 5px 0 2px;
  background: #ececec;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.l-content .aboutArea .packageList .txtArea .title {
  display: inline-block;
  position: relative;
  color: #004098;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

.l-content .aboutArea .packageList .txtArea .title::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -20px;
  width: 12px;
  height: 12px;
  background: url("/pr/mibot_ad/palletizer/img/icon_window.png");
}

.l-content .aboutArea .packageList .txtArea .cost {
  display: flex;
}

.l-content .aboutArea .packageList .txtArea .cost>p {
  display: flex;
  align-items: center;
  width: 180px;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
}

.l-content .aboutArea .packageList .txtArea .cost>p .num {
  margin: 5px 2px 0 0;
  font-size: 25px;
}

/* /ロボットパレタイザーとは */

/* サービス紹介資料　無料ダウンロード */
.l-content .documentIntroduction {
  width: 800px;
  margin: 0 auto;
  font-size: 15px;
}

.l-content .documentIntroduction .h3Ttl {
  box-sizing: border-box;
  height: 65px;
  padding-top: 13px;
  background: #2963b2;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.l-content .documentIntroduction .box {
  padding: 30px;
  background: #efefef;
}

.l-content .documentIntroduction .box .wrap {
  display: flex;
}

.l-content .documentIntroduction .introduction {
  display: flex;
  flex-direction: column;
  padding-left: 45px;
  font-size: 15px;
  line-height: 25px;
}
.l-content .documentIntroduction .introduction .txt1 {
  font-size: 21px;
  font-weight: bold;
  color: #004098;
}

.l-content .documentIntroduction .introduction .btn {
  margin-top: auto;
}

/* /サービス紹介資料　無料ダウンロード */


/* ご利用の流れ */
.l-content .flowArea {
  display: flex;
  justify-content: space-between;
}

.l-content .flowArea .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 265px;
  border: 1px solid #707070;
}

.l-content .flowArea>.box:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-left: 22px solid #ddd;
  transform: translateY(-50%);
}

.l-content .flowArea .head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #004098;
  color: #fff;
  font-size: 24px;
}

.l-content .flowArea .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 47px;
  right: 7px;
  width: 50px;
  height: 22px;
  background: #666;
  color: #fff;
}

.l-content .flowArea .title {
  padding-top: 60px;
  color: #004098;
  font-size: 19px;
  font-weight: bold;
}

.l-content .flowArea .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 106px;
  padding-top: 30px;
}

/* /ご利用の流れ */

/* ctaArea */
.l-content .ctaArea {
  display: flex;
  justify-content: space-between;
  padding: 25px 50px;
  background: #004098;
}

.l-content .ctaArea .box {
  display: flex;
  align-items: center;
}

.l-content .ctaArea .box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #fff;
}

.l-content .ctaArea .box .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-content .ctaArea .box .txt {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
}

/* /ctaArea */

/* ロボット導入のご契約まで費用はかかりません。 */
.l-content .explanArea {
  width: 1100px;
  padding: 50px;
  background: #efefef;
}

.l-content .explanArea .zeroList {
  display: flex;
  justify-content: center;
}

.l-content .explanArea .zeroList>li {
  width: 200px;
  height: 200px;
  background: #004098;
  border-radius: 50%;
}

.l-content .explanArea .zeroList>li:not(:first-child) {
  margin-left: 40px;
}

.l-content .explanArea .zeroList>li>p {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 24px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.l-content .explanArea .zeroList>li>p::after {
  content: "";
  position: absolute;
  top: 41px;
  left: 43px;
  background: url("/pr/mibot_ad/palletizer/img/decoration_01.png") no-repeat 0 0;
  width: 26px;
  height: 39px;
}

.l-content .explanArea .zeroList>li>p .head {
  display: flex;
  align-items: center;
  height: 50px;
}

.l-content .explanArea .zeroList>li>p strong {
  padding-left: 18px;
  margin-top: 5px;
  font-size: 30px;
  line-height: 1;
}

.l-content .explanArea .zeroList>li>p strong>.num {
  font-size: 101px;
  line-height: 1;
}

.l-content .explanArea .details {
  padding: 50px 0 20px;
  background: #fff;
}

.l-content .explanArea .details h4.title {
  margin-bottom: 20px;
  font-size: 30px;
  color: #004098;
  text-align: center;
}

.l-content .explanArea .details h4.title span {
  position: relative;
  font-size: 35px;
}

.l-content .explanArea .details h4.title span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 7px;
  background: #fc0;
}

.l-content .explanArea .details .example {
  position: relative;
  padding-left: 190px;
}

.l-content .explanArea .details .example .txt {
  font-size: 19px;
  font-weight: bold;
}

.l-content .explanArea .details .example .txtPrice {
  width: 560px;
  height: 56px;
  background-color: #3071b7;
  text-align: center;
  font-weight: bold;
  border: 5px #3071b7 solid;
  color: #fff;
  display: flex;
}

.l-content .explanArea .details .example .txtPrice .name {
  display: inline-block;
  width: 285px;
  padding-top: 12px;
  background-color: #3071b7;
  color: #fff;
  font-size: 24px;
}

.l-content .explanArea .details .example .txtPrice .price {
  display: inline-block;
  width: 285px;
  padding-top: 3px;
  background-color: #fff;
  color: #333;
  font-size: 24px;
}

.l-content .explanArea .details .example .txtPrice .price strong {
  font-size: 36px;
}

.l-content .explanArea .details .example .txtPrice .name.name02 {
  color: #ffcd00;
}

.l-content .explanArea .details .example .txtPrice .price.price02 span {
  position: relative;
}

.l-content .explanArea .details .example .txtPrice .price.price02 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5px;
  background: #fc0;
}

.l-content .explanArea .details .example .txtSubsidy {
  display: flex;
  align-items: center;
  position: absolute;
  top: 156px;
  left: 765px;
  font-size: 26px;
  color: #c00;
  font-weight: bold;
}

.l-content .explanArea .details .example .txtSubsidy .num {
  font-size: 36px;
}

.l-content .explanArea .details>.txt {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.l-content .explanArea .details>.txt span {
  position: relative;
}

.l-content .explanArea .details>.txt span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5px;
  background: #fc0;
}

.l-content .explanArea .details .note {
  display: inline-block;
  font-size: 15px;
  text-align: left;
}

/* /ロボット導入のご契約まで費用はかかりません。 */


/* 補助金取得サポート実施中 */
.l-content .meritArea {
  width: 840px;
  display: flex;
  margin: 30px auto 0;
}

.l-content .meritArea .meritBox .pic {
  width: 240px;
  height: 220px;
  border-radius: 120px;
  text-align: center;
  background-color: #3071b7;
  padding-top: 20px
}

.l-content .meritArea .meritBox .pic .txt {
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  padding-top: 20px;
}

.l-content .meritArea .meritBox .pic .txt strong {
  font-size: 21px;
  color: #fc0;
}

.l-content .meritArea .meritBox .caption {
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
}

/* /補助金取得サポート実施中 */


/* ミスミ MiBOT[ミボット]の3つの特長 */
.l-content .featuresArea {
  width: 900px;
  margin: 0 auto;
}

.l-content .featuresArea .box {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.l-content .featuresArea .box .point {
  display: block;
  box-sizing: border-box;
  width: 145px;
  height: 50px;
  padding: 10px 0;
  border-radius: 5px;
  background: #004098;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.l-content .featuresArea .box .title {
  color: #004098;
  font-size: 24px;
  font-weight: bold;
}

.l-content .featuresArea .box .txt {
  font-size: 15px;
  line-height: 2;
}

/* /ミスミ MiBOT[ミボット]の3つの特長 */