@charset "utf-8";

/* common */
.l-content .mainVisual {
  background: url("/special/robot/common/img/main_221013.png") no-repeat;
  width: 1200px;
  height: 110px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.l-content .static_header_fixed_header {
  background-color: #fff;
  z-index: 999;
}

.l-content .h2Ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0 10px;
}

.l-content .h2Ttl>span {
  display: flex;
  align-items: center;
}

.l-content .h2Ttl .subtxt {
  padding-left: 30px;
  font-size: 16px;
  font-weight: normal;
}

.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 .h3Ttl_02 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 8px;
  border-bottom: 1px solid #333;
}

.l-content .h3Ttl_02: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 .h3Ttl_02 h3 {
  text-indent: 0;
  line-height: 1.1;
  font-size: 24px;
  font-weight: bold;
}

.l-content .h3Ttl_02 .h3Ttl_sub {
  margin-left: auto;
  align-self: flex-end;
}


.l-content .h3Ttl_help {
  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;
}

.l-content .h3Ttl_help h3:before {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  content: "?";
  width: 33px;
  height: 33px;
  margin-right: 13px;
  border: 2px solid #666;
  border-radius: 17px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
}

.l-content .h3Ttl_help h3 {
  display: flex;
  align-items: baseline;
  font-size: 20px;
  font-weight: bold;
}

.l-content .h3Ttl_help .upper {
  display: flex;
  align-items: baseline;
}

.l-content .h3Ttl_help .icon {
  position: relative;
  top: 3px;
}

.l-content .h4Ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 6px 15px;
  border-left: 5px solid #3071b7;
  background-color: #ced8e5;
  text-indent: 0;
}

.l-content .h4Ttl_02 {
  display: flex;
  align-items: baseline;
  margin: 0 0 20px 0;
  padding: 6px 15px;
  border-left: 5px solid #3071b7;
  background-color: #ced8e5;
  text-indent: 0;
}

.l-content .h4Ttl_02 h4 {
  font-size: 18px;
  font-weight: bold;
}

.l-content .h4Ttl_03 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 6px 15px;
  background-color: #00337a;
  text-indent: 0;
}

.l-content .h4Ttl_04 {
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.l-content .h5Ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 20px;
  padding: 6px 0;
  border-bottom: 1px dotted #999;
  text-indent: 0;
}

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

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

/* contact_box */
.l-content .contact_box {
  width: 950px;
  margin: 0 auto;
  box-sizing: border-box;
}

.l-content .contact_box .m-asideSubBox__main {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* globalNavi*/
.l-content .summary {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
}

.l-content .globalNavi {
  display: flex;
  width: 1200px;
  background-color: #fff;
}

.l-content .globalNavi .naviList {
  position: relative;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.l-content .globalNavi .naviList:hover {
  background: #3071b7;
  color: #ffffff;
}

.l-content .globalNavi .navi_first {
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  width: 238px;
}

.l-content .globalNavi .navi_text {
  display: flex;
}

.l-content .globalNavi .navi_icon {
  position: absolute;
  top: 11px;
  left: 11px;
  z-index: 999;
}

.l-content .globalNavi .naviList a {
  display: block;
  width: 239px;
  height: 35px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  color: #0c3c7e;
  box-sizing: border-box;
  padding: 7px 0 0 35px;
  font-weight: bold;
  background-color: #ffffff;
  z-index: 1;
}

.l-content .globalNavi .naviList a:hover {
  background: #3071b7;
  color: #ffffff;
}

.l-content .globalNavi .navi_first a {
  width: 238px;
}

.l-content .globalNavi .naviList .naviName {
  display: block;
  width: 239px;
  height: 35px;
  font-size: 14px;
  color: #0c3c7e;
  box-sizing: border-box;
  padding: 7px 0 0 35px;
  font-weight: bold;
  background-color: #ffffff;
  z-index: 1;
}

.l-content .globalNavi .naviList .naviName.name03 {
  letter-spacing: -0.08em;
  font-size: 13px;
  padding: 9px 0 0 30px;
}

.l-content .globalNavi .naviList .naviName:hover {
  background-color: #ced8e5;
  color: #0c3c7e;
}

.l-content .navi_02 .globalNavi>li:nth-child(3) .naviName {
  color: #ffffff;
  background-color: #3071b7;
}

.l-content .globalNavi li .blankMark:before {
  position: absolute;
  top: 4px;
  right: 4px;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKklEQVQoz2MwNjZmgOL/uDADsYqQBRiwYLgihoFRhNfhWE2AsfGaAFMEAOblXD7OF0PdAAAAAElFTkSuQmCC") no-repeat;
}

.l-content .navi_00 .globalNavi>li:nth-child(1) a,
.l-content .navi_01 .globalNavi>li:nth-child(2) a,
.l-content .navi_03 .globalNavi>li:nth-child(4) a{
  color: #ffffff;
  background-color: #3071b7;
}

/* globalNavi naviInner */
.l-content .globalNavi .naviInner {
  display: none;
  width: 239px;
  height: auto;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  background: #FFF;
  top: 36px;
  left: -1px;
  position: absolute;
  z-index: 20;
}

.l-content .globalNavi .naviInner li {
  display: block;
}

.l-content .globalNavi .naviInner li a {
  display: block;
  height: 35px;
  padding: 10px 0 0 35px;
  font-size: 12px;
  font-weight: bold;
  background: url(/special/robot/common/img/icon_gnavi_list.png) no-repeat 16px center;
}

.l-content .globalNavi .naviInner li.naviheight a {
  height: 55px;
  padding: 10px 0 0 35px;
  font-size: 12px;
  font-weight: bold;
  background: url(/special/robot/common/img/icon_gnavi_list.png) no-repeat 16px center;
}

.l-content .globalNavi .naviInner li a:link {
  color: #333;
  text-decoration: none;
}

.l-content .globalNavi .naviInner li a:visited {
  color: #333;
  text-decoration: none;
}

.l-content .globalNavi .naviInner li.naviheight a:hover {
  text-decoration: none;
  height: 55px;
  background: url(/special/robot/common/img/icon_gnavi_list.png) no-repeat 16px center #3071b7;
  color: #ffffff;
}

.l-content .globalNavi .naviInner li a:hover {
  text-decoration: none;
  background: url(/special/robot/common/img/icon_gnavi_list.png) no-repeat 16px center #3071b7;
  color: #ffffff;
}

.l-content .subnavi {
  display: flex;
  width: 1200px;
  padding-bottom: 10px;
}

.l-content .subnavi p {
  margin-left: 10px;
}

.l-content .subnavi p:first-child {
  margin-left: 0;
}

.l-content .subnavi p a{
  width: 292px;
  padding: 7px;
}

/* anchor */
.l-content .anchor {
  padding-top: 10px;
}

/* btn */
.l-content .btnArea .m-btnLinkWin--default,
.l-content .btnArea .m-btnLink--strong,
.l-content .btnArea .m-btnLink--conversion,
.l-content .btnArea .m-btnLinkWin--strong {
  margin: 0 auto;
  padding: 8px 2px;
  font-size: 16px;
}

.l-content .btnArea .btnTxt {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  margin: 0 auto 10px auto;
}

.l-content .btnArea .btnText {
  margin: 0 10px;
  font-size: 16px;
}

/* case_main */
.l-content .main_title {
  display: flex;
  width: 1200px;
  height: 70px;
  box-sizing: border-box;
  background-color: #ced8e5;
  border-top: 3px solid #6b8fc1;
  justify-content: space-between;
  align-items: center;
}

.l-content .main_title .h2Ttl {
  margin: 25px 30px;
  line-height: 26px;
}

.l-content .main_title .main_info {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}

.l-content .main_title p {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.l-content .main_title p img {
  margin-right: 5px;
}

.l-content .main_title .main_info span.main_index {
  font-size: 11px;
  color: #2963b2;
  background-color: #fff;
  border: 1px solid #2963b2;
  border-radius: 20px;
  padding: 4px 8px;
  margin-right: 5px;
}

.l-content .main_content {
  display: flex;
  margin: 15px;
}

.l-content .main_content .movie_01 {
  margin-right: 15px;
}

.l-content .main_content .main_txt {
  font-size: 14px;
}

.l-content .main_content .sub_title {
  display: inline-block;
  padding: 4px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #2963b2;
  margin: 20px 0 5px;
  width: 90px;
  box-sizing: border-box;
  text-align: center;
}

/* contrast */
.l-content .contrast {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-content .contrast .contrast_box {
  display: block;
  width: 570px;
  padding-bottom: 15px;
  border: 1px solid #969696;
}

.l-content .contrast .contrast_box:last-child {
  background-color: #f7f1be;
}

.l-content .contrast .contrast_box .pTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 50px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #acacac;
}

.l-content .contrast .contrast_box .pTtl>img {
  margin-right: 10px;
}

.l-content .contrast .contrast_box p.contrast_txt {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 25px 0;
  height: 90px;
}

.l-content .contrast .contrast_box p.contrast_pic {
  text-align: center;
  margin: 10px auto 0;
}

/* benefits */
.l-content .benefits {
  margin: 0 auto;
}

.l-content .benefits .benefits-table {
  width: auto;
  margin: 10px auto;
  border-collapse: collapse;
}

.l-content .benefits .benefits-table>thead>tr>th,
.l-content .benefits .benefits-table>tbody>tr>th,
.l-content .benefits .benefits-table>thead>tr>td,
.l-content .benefits .benefits-table>tbody>tr>td {
  border: 1px solid #bfbfbf;
  text-indent: 0;
  word-wrap: break-word;
  padding: 7px 10px;
  text-align: center;
}

.l-content .benefits .benefits-table>tbody>tr>th {
  background-color: #ccc;
  font-weight: bold;
}

.l-content .benefits .benefits-table>tbody>tr>th.sub {
  background-color: #e6e6e6;
  font-weight: bold;
}

.l-content .benefits .benefits-table>thead>tr>td {
  background-color: #fff;
}

.l-content .benefits .benefits-table td.boder_none {
  border: 0px none;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.l-content .benefits .benefits-table th.right_none,
.l-content .benefits .benefits-table td.right_none {
  border: 0px none;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  vertical-align: top;
}

.l-content .benefits .benefits-table th.left_none,
.l-content .benefits .benefits-table td.left_none {
  border: 0px none;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.l-content .benefits .benefits-table td.aline_left {
  text-align: left;
}

.l-content .benefits .benefits-table td span.arrow_margin {
  margin: auto 80px;
}

/* workflow */
.l-content .workflow_box {
  display: flex;
  width: 1110px;
  justify-content: space-between;
  margin: 0 auto 20px;
}

.l-content .workflow_box02 {
  display: flex;
  width: 680px;
  justify-content: space-between;
  margin: 0 auto 20px;
}

.l-content .workflow_txt {
  font-size: 16px;
  margin-top: 15px;
}

.l-content .annotation {
  font-size: 14px;
  font-weight: normal;
}

/* itemList */
.l-content .itemList {
  display: flex;
  flex-wrap: wrap;
}

.l-content .itemList .item {
  border: 1px solid #cacaca;
  width: 285px;
  height: auto;
  padding: 20px 20px 15px;
  box-sizing: border-box;
}

.l-content .itemList .item:not(:nth-child(4n)) {
  margin-right: 20px;
}

.l-content .itemList .item .sub_title {
  display: inline-block;
  padding: 4px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #2963b2;
  margin: 10px 0 7px;
  width: 90px;
  box-sizing: border-box;
  text-align: center;
}

.l-content .itemList .item .other_cases_txt {
  height: 50px;
  font-size: 16px;
}

.l-content .itemList .item .pic {
  width: 240px;
}

.l-content .itemList .item .btn {
  width: 215px;
  margin: 10px auto 0;
}

.l-content .itemList .item .btn a {
  font-size: 14px;
}

.l-content .itemList .item.box_hover {
  cursor: pointer;
}

.l-content .itemList .item.box_hover .pic,
.l-content .itemList .item.box_hover .btn a {
  opacity: 0.75;
}

.l-content .itemList .item.box_hover .name {
  color: #ff730a;
}

/* news */
.l-content .news {
  display: flex;
  justify-content: space-between;
}

.l-content .h4_title {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 20px;
  padding: 7px 0 7px 15px;
  border-left: 5px solid #999;
  background-color: #e6e6e6;
  text-indent: 0;
}

.l-content .news .news_pic {
  display: block;
  width: 480px;
}

.l-content .news .news_pic .news_center {
  width: 300px;
  margin: 0 auto;
}

.l-content .news .news_pic .news_pictxt {
  font-weight: bold;
  text-align: left;
}

.l-content .news .news_pic .news_pictxt {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.l-content .news .news_text {
  display: block;
  width: 695px;
  font-size: 16px;
  line-height: 21px;
}

.l-content .news .news_strong {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.l-content .news_longtext {
  font-size: 16px;
  line-height: 21px;
}

.l-content .news_days {
  font-size: 16px;
  text-align: right;
  letter-spacing: 1px;
}

.l-content .news_btn {
  width: 360px;
  margin: 0 auto;
}

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

/* newslist */
.l-content .news_box {
  font-size: 16px;
  margin-bottom: 7px;
}

.l-content .news_box .news_day {
  float: left;
  width: 90px;
  margin-right: 10px;
  letter-spacing: 1px;
}

.l-content .news_box .news_title a {
  text-decoration: none;
}

/* linkArea */
.l-content .caseLinkArea {
  width: 1160px;
  margin: 30px auto;
  justify-content: space-between;
  display: flex;
}

.l-content .caseLinkArea .m-btnSize--l {
  font-size: 14px;
  height: 40px;
}

.l-content .caseLinkArea .caseLink01 .caseLinkTtl {
  font-size: 26px;
  line-height: 35px;
  font-weight: bold;
  color: #FFF;
}

.l-content .caseLinkArea .caseLink01 .caseLinkTtl em {
  color: #ffcc00;
}

.l-content .caseLinkArea .caseLink01 {
  width: 550px;
  background-color: #004098;
  text-align: center;
  padding-top: 20px;
}

.l-content .caseLinkArea .caseLinkbtn {
  background-color: #f3f3f3;
}

.l-content .caseLinkArea .caseLink01 .caseLinkbtnArea {
  background-color: #f3f3f3;
  padding: 30px 0;
  height: 100px
}

.l-content .caseLinkArea .caseLink01 .caseLinkbtn {
  width: 260px;
  height: 40px;
  margin: auto;
}

.l-content .caseLinkArea .caseLink01 .pic {
  margin: 10px 0;
}

.l-content .caseLinkArea .caseLink02 {
  width: 550px;
  background-color: #f3f3f3;
  text-align: center;
  position: relative;
}

.l-content .caseLinkArea .caseLink02 .caseLinkTtl {
  font-size: 26px;
  line-height: 35px;
  font-weight: bold;
  padding: 20px 0;
}

.l-content .caseLinkArea .caseLink02 .caseLinkTtl em {
  color: #004098;
}

.l-content .caseLinkArea .caseLink02 .documentBox {
  padding: 20px 40px 30px;
}

.l-content .caseLinkArea .caseLink02 .documentBox .txt {
  float: left;
  text-align: left;
  padding-top: 5px;
  line-height: 2em;
}

.l-content .caseLinkArea .caseLink02 .documentBox .pic {
  float: right;
}

.l-content .caseLinkArea .caseLink02 .caseLinkbtn {
  width: 260px;
  height: 40px;
  margin: auto;
}

.l-content .link_modal img {
  transform: translate(4px, 3px);
}

/* ご利用の流れ */
.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;
}

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

.l-content .catchcopy .txt_upper span {
  position: relative;
  font-size: 23px;
}

.l-content .catchcopy .txt_upper span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 6px;
  background: #ffcc00;
}

.l-content .catchcopy .txt_lower {
  position: relative;
  padding-top: 10px;
}


.l-content .catchcopy .txt_lower::before,
.l-content .catchcopy .txt_lower::after {
  content: "";
  position: absolute;
  bottom: 5px;
  height: 27px;
  width: 3px;
  background: #004098;
}

.l-content .catchcopy .txt_lower::before {
  left: -15px;
  transform: rotate(-30deg);
}

.l-content .catchcopy .txt_lower::after {
  right: -15px;
  transform: rotate(30deg);
}

.l-content .catchcopy .txt_lower span {
  font-size: 23px;
}

/* /ご利用の流れ */

.l-content .catchcopy_02 {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.l-content .catchcopy_02::before,
.l-content .catchcopy_02::after {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 27px;
  width: 3px;
  background: #004098;
}

.l-content .catchcopy_02::before {
  left: 40px;
  transform: rotate(-30deg);
}

.l-content .catchcopy_02::after {
  right: 40px;
  transform: rotate(30deg);
}

.l-content .catchcopy_02 span {
  position: relative;
  font-size: 23px;
}

.l-content .catchcopy_02 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 6px;
  background: #ffcc00;
}