.robot-page-list-model {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 950px;
  margin: 40px auto 0;
}

.robot-page-list-model_item {
  width: 310px;
  height: 384px;
  margin-right: 10px;
  border: solid 1px #c1c6cc;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.robot-page-list-model_item:last-child {
  margin-right: 0;
}

.robot-page-list-model_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  color: #006699;
}

.robot-page-list-model_link:hover, .robot-page-list-model_link:active, .robot-page-list-model_link:focus {
  text-decoration: none;
}

.robot-page-list-model_link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.robot-page-list-model_text-container {
  width: 100%;
}

.robot-page-list-model_logo-container {
  display: block;
  margin-top: 25px;
}

.robot-page-list-model_logo {
  vertical-align: top;
  width: 157px;
}

.robot-page-list-model_text {
  display: block;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}

.robot-page-list-model_text:nth-child(1) {
  padding-top: 24px;
  font-size: 125%;
}

.robot-page-bg-azure {
  background-color: #f0fcfd;
}

.robot-page-layout-vision {
  position: relative;
  z-index: 0;
  text-align: left;
  margin-top: 40px;
}

.robot-page-layout-vision::before {
  content: '';
  display: block;
  width: 306px;
  height: 560px;
  position: absolute;
  top: 72px;
  left: 60.46875%;
  z-index: -1;
  background: url(/robot/set/data/img/shared/bg-vision.jpg) no-repeat 0 0;
}

.robot-page-layout-vision_inner {
  max-width: 950px;
  min-height: 630px;
  margin: 0 auto;
  padding-left: 5.78125%;
  box-sizing: border-box;
}

.robot-page-layout-vision_title {
  margin-top: 0;
}

.robot-page-layout-vision_text {
  font-size: 100%;
  line-height: 1.75;
  width: 560px;
  margin-top: 40px;
}

[lang='en'] .robot-page-layout-vision::before {
  top: 55px;
  left: 62.73438%;
}

[lang='en'] .robot-page-layout-vision-lead {
  font-size: 100%;
  text-align: center;
  margin-top: 0;
}

[lang='en'] .robot-page-layout-vision-lead_bold {
  font-size: 125%;
  font-weight: bold;
}

[lang='en'] .robot-page-layout-vision_inner {
  padding-left: 0;
  min-height: 615px;
}

[lang='en'] .robot-page-layout-vision_title {
  margin-top: 70px;
}

[lang='en'] .robot-page-layout-vision_text {
  width: 620px;
}

/* 20200319 */
.title-img-biz{
  width: 500px;
  margin: 0 auto;
}

.title-img-biz img{
  width: 100%;
  height: auto;
}

.section-container-01_top{
  padding-top: 25px;
  padding: 25px 0 50px;
}

.btn-blue-arrow-right.button-biz a{
  background: #fff;
}

.section-container-01.section-container-01_undermv{
  padding: 0;
}

.undermv{
  width: 780px;
  margin: 0 auto;
}

.undermv_flex{
  display: flex;
  justify-content: center;
}

.title-undermv{
  display: flex;
  margin-right: 20px;
}

p.title-undermv-img{
  width: 138px;
  height: auto;
  margin: 8px 30px 0 0;
}

.title-undermv-logo{
  width: 284px;
  height: auto;
  margin-top: 30px;
}

.title-undermv-img img,
.title-undermv-logo img{
  width: 100%;
  height: auto;
}

.btn-blue-arrow-right.btn-undermv{
  width: 296px;
  height: 60px;
  margin-top: 20px;
}

.btn-blue-arrow-right.btn-undermv a.btn-item{
  width: 296px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}