@charset "UTF-8";

.l-content .h3Ttl_userVoice:before {
  content: "";
  width: 40px;
  height: 41px;
  background: url("/special/robot/img/icon_voice.png") no-repeat 0 0;
  border: none;
}

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

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

.l-content .btn_w230 {
  padding: 11px 0;
  font-size: 17px;
  width: 230px;
  height: 46px;
}

.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--strong::after,
.l-content .btn_w230.m-btnWin--conversion::after,
.l-content .btn_w380.m-btnWin--default::after,
.l-content .btn_w380.m-btnWin--strong::after,
.l-content .btn_w380.m-btnWin--conversion::after {
    vertical-align: -2px;
}

/* mainVisual */
.l-content .mainVisual_top {
  box-sizing: border-box;
  background: url("/special/robot/img/main_250214.png") no-repeat 0 0;
  width: 1200px;
  height: 675px;
  padding: 50px 142px;
}

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

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

.l-content .mainVisual_top .txtArea .lead {
  display: inline-block;
  border-bottom: 2px solid #004098;
  color: #004098;
  font-size: 25px;
  font-weight: bold;
}

.l-content .mainVisual_top .txtArea .description {
  font-size: 28px;
  font-weight: bold;
}

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

.l-content .mainVisual_top .txtArea .title strong {
  font-size: 47px;
}

.l-content .mainVisual_top .txtArea .title .titleS {
  vertical-align: 10%;
  font-size: 28px;
}

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

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

.l-content .mainVisual_top .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_top .iconList .icon.icon_01 .title {
  margin-top: 20px;
}

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

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

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

.l-content .mainVisual_top .iconList .icon.icon_03 .title {
  margin-top: 10px;
}

.l-content .mainVisual_top .iconList .icon.icon_03 .pic {
  margin-top: 5px;
}

.l-content .mainVisual_top .packageAncList {
  display: flex;
  justify-content: space-between;
}

.l-content .mainVisual_top .packageAncList .box a {
  display: block;
  box-sizing: border-box;
  width: 136px;
  height: 136px;
  border: solid 1px #333;
  background: #fff;
  text-decoration: none;
}

.l-content .mainVisual_top .packageAncList .box a:hover {
  opacity: 0.75;
}

.l-content .mainVisual_top .packageAncList .box .head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  height: 30px;
  padding-right: 10px;
  border-bottom: solid 1px #333;
  background: #eee;
  color: #333;
  font-size: 12px;
  font-weight: bold;
}

.l-content .mainVisual_top .packageAncList .box .head::after {
  content: "";
  position: absolute;
  right: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #333;
}

.l-content .mainVisual_top .packageAncList .box .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 103px;
}

/* /mainVisual */

/* ロボットパッケージでイメージ通りの自動化 */
.l-content .introductionArea .checkList {
  display: inline-block;
}

.l-content .introductionArea .checkList>li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
  font-size: 21px;
  font-weight: bold;
}

.l-content .introductionArea .checkList>li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("/special/robot/img/icon_check_02.png") no-repeat 0 0;
  width: 18px;
  height: 18px;
}

.l-content .introductionArea .lead {
  color: #004098;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.l-content .introductionArea .examples {
  display: flex;
  justify-content: center;
}

.l-content .introductionArea .examples .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 280px;
  height: 360px;
  padding: 20px;
  background: #eee;
}

.l-content .introductionArea .examples .box:not(:first-child) {
  margin-left: 30px;
}

.l-content .introductionArea .examples .box .title {
  font-size: 18px;
  font-weight: bold;
}

.l-content .introductionArea .examples .box .movie {
  margin-bottom: .5rem;
}

.l-content .introductionArea .examples .box .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  padding-left: 65px;
  width: 130px;
  font-size: 17px;
  font-weight: bold;
}

.l-content .introductionArea .examples .box .price>.icon {
  position: absolute;
  top: 0;
  left: 0;
}

.l-content .introductionArea .examples .box .price .num {
  font-size: 25px;
}

.l-content .introductionArea .examples .box .btn {
  width: 230px;
  height: 40px;
  padding: 10px 0;
}

/* /ロボットパッケージでイメージ通りの自動化 */

/* 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 */

/* ミスミ MiBOT[ミボット]の3つの特長 */
.l-content .featuresArea {
  background: #eee;
  width: 900px;
  padding: 60px 150px;
}

.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つの特長 */

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

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

.l-content .explanArea .zeroList>li {
  width: 200px;
  height: 200px;
  background: #fff;
  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: #004098;
  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("/special/robot/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;
}

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

/* ロボットパッケージ用途例 */
.l-content .exampleArea .packageAncList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 1000px;
  margin: 0 auto;
}

.l-content .exampleArea .packageAncList .box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 220px;
  height: 220px;
  padding: 12px;
  border: solid 1px #333;
  background: #fff;
  text-decoration: none;
}

.l-content .exampleArea .packageAncList .box a:hover {
  opacity: 0.75;
}

.l-content .exampleArea .packageAncList .box .head {
  color: #333;
  font-size: 17px;
  font-weight: bold;
}

.l-content .exampleArea .packageAncList .box img {
  margin-top: auto;
}

.l-content .exampleArea>.title {
  color: #004098;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.l-content .exampleArea .aboutAutomation {
  display: flex;
  justify-content: center;
}

.l-content .exampleArea .aboutAutomation .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 252px;
}

/* /ロボットパッケージ用途例 */



/* ご利用したお客さまの声 */
.l-content .userVoice .box {
  display: flex;
  box-sizing: border-box;
  width: 1050px;
  padding: 25px;
  border: 1px solid #707070;
  margin: 10px auto 0;
}

.l-content .userVoice .voiceTxt {
  font-size: 23px;
  font-weight: bold;
  padding-left: 60px;
}

.l-content .userVoice .box .pic {
  width: 320px;
}

.l-content .userVoice .box .details {
  position: relative;
  margin-left: 25px;
  flex-grow: 1;
}

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

.l-content .userVoice .box .icon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.l-content .userVoice .box .icon>span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 26px;
  background: #ececec;
  font-size: 19px;
  padding: 5px 0 2px;
}

.l-content .userVoice .box .icon>span:not(:first-child) {
  margin-left: 10px;
}

.l-content .userVoice .box .link {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 15px;
}

.l-content .userVoice .box.box_hover {
  cursor: pointer;
}

.l-content .userVoice .box.box_hover .pic,
.l-content .userVoice .box.box_hover .title,
.l-content .userVoice .box.box_hover .icon,
.l-content .userVoice .box.box_hover .link {
  opacity: 0.75;
}

/* ご利用したお客さまの声 */

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

.l-content .documentIntroduction .h3Ttl_top {
  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 {
  padding-left: 45px;
  font-size: 15px;
  line-height: 25px;
}

.l-content .documentIntroduction .introduction .list li {
  display: flex;
  align-items: center;
}

.l-content .documentIntroduction .introduction .list li::before {
  content: "";
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background: url("/special/robot/img/icon_check_03.png") 0 0 no-repeat;
  transform: translateY(-2px);
}

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

/* お知らせ */
.l-content .infoBox {
  padding: 15px 20px;
  border: 1px solid #cccccc;
  height: 100px;
  overflow: auto;
  line-height: 1.2;
}

.l-content .infoBox .infoTitle {
  border-bottom: 1px dotted #b1b1b1;
  font-size: 15px;
  font-weight: bold;
}

.l-content .infoBox .infoDetail {
  width: 100%;
}

.l-content .infoBox .infoDetail dt {
  width: 100px;
  padding-top: 10px;
  font-size: 15px;
  float: left;
  clear: left;
}

.l-content .infoBox .infoDetail dd {
  padding-top: 10px;
  font-size: 15px;
  overflow: hidden;
}

.l-content .infoBox .infoDetail dd a {
  text-decoration: underline;
}

.l-content .infoBox .infoDetail .new_icon {
  display: inline-block;
  background: #e60012;
  padding: 4px 0;
  font-size: 12px;
  line-height: 10px;
  margin-right: 6px;
  vertical-align: middle;
  color: #ffffff;
  width: 46px;
  text-align: center;
}

/* /お知らせ */