@charset "UTF-8";

/*******************************************************************/
/* 導入事例
/*******************************************************************/


.jireiTmp {
  font-size: 16px;
  line-height: normal;
}

.jireiTmp a.pt01 {
  color: #06f;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  margin: 10px 0;
}

.jireiTmp a.pt01[target="_blank"] {
  background: url(https://office.uchida.co.jp/common/images/jirei/icon_blank.gif) right center no-repeat;
  padding-right: 15px;
}


.jireiTmp a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s 
  ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s 
  ease-in-out;
}


.jireiTmp #top_blk {
 padding: 0 30px 4%;
}
    
.jireiTmp #top_blk .inner .img img {
  width: 100%;
}

.jireiTmp .caption_s {
  font-size: 80%;
}

.jireiTmp #top_blk .inner .title {
  margin: 30px 0;
  font-weight: bold;
  font-size: 150%;
  color: #6099AD;
  text-align: center;
}

.jireiTmp #top_blk .rows .col table {
  margin: 30px 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #E6E3DF;
}

.jireiTmp #top_blk .rows .col table th {
  padding: 10px 15px;
  text-align: left;
  vertical-align: top;
  background-color: #F5F4F2;
  border-bottom: 1px solid #E6E3DF;
  font-weight: bold;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.jireiTmp #top_blk .rows .col table td {
  padding: 10px 15px;
  border-bottom: 1px solid #E6E3DF;
  display: block;
  box-sizing: border-box;
}

.jireiTmp #top_blk .inner .top_text {
  line-height: 180%;
}

.jireiTmp .top_text.row .cl {
  text-align: center;
  padding: 35px 0;
}

.jireiTmp .top_text.row .cl img {
  width: 100%;
}
    
.jireiTmp .menu {
  padding: 10px 4%;
  background-color: #E6E3DF;
}

.jireiTmp .menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.jireiTmp .menu ul li {
  margin: 6px 1%;
  width: 48%;
}

.jireiTmp .menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 18px;
  text-align: center;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e7e3e0;
  font-size: 96%;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
}

.jireiTmp .menu ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  display: inline-block;
  margin-left: -5px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #6099AD;
  border-right: 2px solid #6099AD;
  transform: rotate(45deg);
}

/* ---------h2見出しスタイル---------- */

.jireiTmp .blk .midashi {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
}

.jireiTmp .blk .midashi:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  margin-left: -65px;
  width: 130px;
  border-top: 2px solid #6099AD;
}

/* ---------課題＆導入効果---------- */

.jireiTmp #blk1 {
  padding: 40px 4%;
  background-color: #EFF5F7;
}


.jireiTmp .task_benefit {
  margin-bottom: 60px;
  text-align: center;
}

.jireiTmp #blk1 .inner .task_benefit:last-child {
  margin-bottom: 0;
}

.jireiTmp .task_benefit dl {
  width: 100%;
}

.jireiTmp .task_benefit > dl dt, .jireiTmp .task_benefit > dl dd {
 text-align: left;
}

.jireiTmp .task_benefit dl dt {
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
}

.jireiTmp .task_benefit dl.task dt {
  background-color: #dcdcde;
}

.jireiTmp .task_benefit dl.benefit dt {
  background-color: #6099AD;
  color: #fff;
}

.jireiTmp .task_benefit dl.task dt span {
  padding: 0 36px;
  background: url(https://office.uchida.co.jp/common/images/jirei/icon_task.png) no-repeat left center;
  background-size: 20px auto;
}

.jireiTmp .task_benefit dl.benefit dt span {
  padding: 0 36px;
  background: url(https://office.uchida.co.jp/common/images/jirei/icon_benefit.png) no-repeat left center;
  background-size: 20px auto;
}

.jireiTmp .task_benefit dl.benefit .title {
  color: #6099AD;
}

.jireiTmp .task_benefit dl dd {
  padding: 30px;
  background: #fff;
  line-height: 1.8em;
}

.jireiTmp .task_benefit dl dd ul li.title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.jireiTmp .task_benefit dl.task .title {
  color: #000;
}

.jireiTmp .task_benefit dl.benefit .title {
  color: #6099AD;
}

.jireiTmp .task_benefit dl dd ul li:last-child {
  margin-bottom: 0;
}

.jireiTmp .task_benefit dl.task:after {
  content: "";
  margin: 15px 0 30px;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-top: 5px solid #6099AD;
  border-right: 5px solid #6099AD;
  transform: rotate(135deg);
}

/* --------資料ダウンロード・お問い合わせ--------- */

.jireiTmp #contact_blk {
  padding: 8% 4%;
  text-align: center;
  background: transparent url(https://www.uchida.co.jp/it/common/images/contact_bg.jpg) no-repeat center top;
  background-size: cover;
}

.jireiTmp #contact_blk .midashi {
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 124%;
  color: #fff;
}
.jireiTmp #contact_blk .sub_title {
    margin-top: 10px;
}
.jireiTmp #contact_blk .sub_title:before {
  content: "";
  display: inline-block;
  margin-right: 13px;
  width: 100%;
  vertical-align: baseline;
  border-top: 1px solid #fff;
}
.jireiTmp #contact_blk .text {
  margin-top: 30px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 90%;
  color: #fff;
}
.jireiTmp #contact_blk ul {
  margin-top: 34px;
}
.jireiTmp #contact_blk ul li {
  margin: 0 0 20px;
}

.jireiTmp #contact_blk ul li:last-child {
  margin: 0;
}

.jireiTmp #contact_blk ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 56px;
  background-color: #6099AD;
  border-radius: 8px;
  font-weight: bold;
  font-size: 112.5%;
  color: #fff;
  text-decoration: none;
}

.jireiTmp #contact_blk ul li a img {
  margin-top: -3px;
  margin-left: 10px;
  width: 20px;
}


/* -------インタビュー共通スタイル--------- */

.jireiTmp .blk {
  padding: 40px 4%;
}

.jireiTmp .blk h3.title {
  margin-bottom: 30px;
  padding: 5px 0 0 10px;
  line-height: 1.6;
  border-left: 2px solid #2E3036;
  font-weight: bold;
  font-size: 120%;
}

.jireiTmp .blk h4.interview {
  margin-bottom: 30px;
  color: #6099AD;
  font-weight: bold;
}

.jireiTmp .blk .reverse {
  display: flex;
  flex-flow: wrap;
}

.jireiTmp .rows .list .row {
  margin-bottom: 30px;
}

.jireiTmp .blk .reverse .cl {
  order: 3;
  width: 100%;
}
.jireiTmp .blk figure.sp_block {
  display: block;
}

.jireiTmp .blk figure {
  margin-top: 30px;
  display: flex;
}

.jireiTmp .blk figure.sp_block img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto 10px;
}

.jireiTmp .blk .reverse .cr {
  padding-left: 10px;
  order: 2;
  width: 88%;
  box-sizing: border-box;
}


.jireiTmp .blk .reverse .name {
    order: 1;
    width: 12%;
}

.jireiTmp .rows .list .row .name .name_tag {
  padding: 2px 6px;
  text-align: center;
  color: #000;
  font-size: 80%;
  font-weight: bold;
  display: inline-block;
  box-sizing: border-box;
}

.jireiTmp .rows .list .row .name .blue {
  background: #cbe6fb;
}

.jireiTmp .rows .list .row .name .green {
  background: #c6e3ad;
}

.jireiTmp .rows .list .row.reverse2 {
  display: flex;
  flex-flow: wrap;
}

.jireiTmp .rows .list .row.reverse2 .cl {
  order: 3;
  width: 100%;
}

.jireiTmp .rows .list .row.reverse2 .cr {
  padding-left: 10px;
  order: 2;
  width: 88%;
  box-sizing: border-box;
}

.jireiTmp .rows .list .row.reverse2 .name {
  order: 1;
  width: 12%;
}


.jireiTmp .picture_box dl {
  margin-bottom: 30px;
}

.jireiTmp .picture_box dl dt {
  margin-bottom: 6px;
}

.jireiTmp .picture_box dl dd {
  font-size: 80%;
  line-height: 2.0em;
}

.jireiTmp .blk .reverse .text-only {
  order: 1;
  width: 100%;
  box-sizing: border-box;
}

.jireiTmp .txtFrame {
  border: solid 2px #e5e5e5;
  padding: 15px !important;
  box-sizing: border-box;
}

/* --------お客様プロフィール-------- */


.jireiTmp #profile_blk {
  background-color: #EFF5F7;
}

.jireiTmp #profile_blk.blk {
  padding-bottom: 60px;
}

.jireiTmp #profile_blk .box {
  padding: 30px 30px;
  background-color: #fff;
  border: 4px solid #DFF0F0;
}

.jireiTmp #profile_blk .thead {
  text-align: center;
  font-size: 22px;
}

.jireiTmp #profile_blk .title {
  margin: 40px 0 20px;
  padding: 5px 0 0 10px;
  line-height: 1.6;
  border-left: 2px solid #2E3036;
  font-weight: bold;
  font-size: 112.5%;
}

.jireiTmp #profile_blk .row .text {
  font-size: 92%;
}

.jireiTmp #profile_blk table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #E6E3DF;
}

.jireiTmp #profile_blk table th {
  padding: 10px 15px;
  text-align: left;
  vertical-align: top;
  background-color: #F5F4F2;
  border-bottom: 1px solid #E6E3DF;
  font-weight: bold;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.jireiTmp #profile_blk table td {
  padding: 10px 15px;
  border-bottom: 1px solid #E6E3DF;
  display: block;
  box-sizing: border-box;
}

.jireiTmp #profile_blk .other {
  margin-top: 10px;
}


/* ----------おすすめの製品----------- */

.jireiTmp .series_blk .series {
  margin-top: 20px;
}

.jireiTmp .series_blk .series a {
  padding: 20px;
  background-color: #fff;
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}

.jireiTmp .series_blk .series a:hover {
  background-color: #ddd;
  text-decoration: none;
}

.jireiTmp .series_blk .series a .cl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 326px;
  flex: 0 0 326px;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

.jireiTmp .series_blk .series a .cl img {
  max-width: 260px;
}

.jireiTmp .series_blk .series a .cr {
  padding: 20px 15px 10px 15px;
}

.jireiTmp .series_blk .series a .cr .name {
  font-weight: bold;
  font-size: 100%;
  color: #73aec4;
}

.jireiTmp .series_blk .series a .cr .text {
  margin-top: 15px;
  font-size: 80%;
  color: #000;
}

.jireiTmp .series_blk .series a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: inline-block;
  margin-left: 15px;
  margin-top: -10px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #6099AD;
  border-right: 2px solid #6099AD;
  transform: rotate(45deg);
}




/* ---------関連の導入事例---------- */


.jireiTmp .example_blk {
  background-color: #EFF5F7;
  padding: 0 4% 60px;
}

.jireiTmp .example_blk .sub_midashi {
  padding: 8px 10px;
  text-align: center;
  background-color: #BCE3E1;
  font-size: 100%;
}

.jireiTmp .flex-container.wrap {
  margin-top: 15px;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jireiTmp .w100 {
  width: 100% !important;
  box-sizing: border-box;
}
.jireiTmp .flex-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  box-sizing: border-box;
}

.jireiTmp .voice {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.5%;
  margin-bottom: 28px;
}

.jireiTmp .voice a {
  display: inline-block;
  text-decoration: none !important;
}

.jireiTmp .voice img {
  margin-bottom: 10px;
}

.jireiTmp .voice .name {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0;
}

.jireiTmp .voice span {
  margin-bottom: 4px;
  display: inline-block;
  font-size: 14px;
  color: #377D96;
  text-decoration: underline;
}

.jireiTmp .example_blk .back_btn {
  margin-top: 40px;
}

.jireiTmp .example_blk .back_btn a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  height: 54px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #E7E3E0;
  font-size: 112.5%;
  color: #000;
  text-decoration: none;
}

.jireiTmp .example_blk .back_btn a:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  margin-left: 15px;
  margin-top: -8px;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #6099AD;
  border-left: 2px solid #6099AD;
  transform: rotate(45deg);
}


.block-01 {
  clear: both;
  margin-bottom: 0;
}

#float_area {
  display: none !important;
}