@charset "utf-8";

/*---------------------------------------------------------------------------*/
.main_img {
  height: 470px;
  margin: 0 auto;
  min-width: 960px;
  position: relative;
  width: 100%;
}
.main_img .slider {
  width: 100%;
}
.main_img .slider li {
  height: 470px;
  overflow: hidden;
  position: relative;
}
.main_img .slider .slide_img {
  margin: 0 auto;
  min-width: 960px;
  width: 100%;
}
.main_img .slider .slide_img img {
  height: auto;
  min-width: 1280px;
  width: 100%;
}

.main_img .main_txt_box {
  color: #ffffff;
  height: 470px;
  left: 50%;
  margin: 0 0 0 -480px;
  position: absolute;
  top: 0;
  width: 960px;
}
.main_img .main_txt_box .main_txt {
  font-size: 48px;
  line-height: 1.2;
  padding: 80px 0 0;
}
.main_img .main_txt_box .sub_main_txt {
  font-size: 16px;
  line-height: 1.8;
  padding: 20px 0 0;
}
.main_img .main_txt_box .datacenter_txt {
  bottom: 10px;
  font-size: 10px;
  line-height: 1;
  margin: 0 -480px 0 0;
  position: absolute;
  right: 50%;
}

.main_img .news_box {
  background: #ffffff;
  left: 50%;
  margin: 0 0 0 -480px;
  overflow: hidden;
  position: absolute;
  top: 400px;
  width: 960px;
  z-index: 10;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;

}
.main_img .news_box .news_txt {
  border-bottom: none;
  border-right: none;
  border-top: none;
}
.main_img .news_box .news_txt p {
  line-height: 40px;
  color:#1269a1;
  font-size: 90%;
    font-weight: bold;
}
.main_img .intel_logo_area {
  left: 50%;
  margin: 0 0 0 -480px;
  overflow: hidden;
  position: absolute;
  top: 300px;
  z-index: 8;
 }
.main_img .intel_logo_area img {
  float:left;
  padding: 0 20px 0 0;
}
.main_img .intel_logo_area .intel_logo {
   position: relative;
   top: 50%;
   transform: translateY(20%);
}
.main_img .intel_logo_area .intel_logo p {
  float:right;
  font-size: 18px;
  color:#ffffff;
  text-shadow: 0 0 3px #000;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}
/*---------------------------------------------------------------------------*/
.bg_gray_01 {
  background: #f3f4f6;
  width: 100%;
}
.bg_price_list {
  background:-webkit-gradient(linear, left top, right bottom, from(#a9b3c6), to(#787d93));
    background:-webkit-linear-gradient(left top, #a9b3c6, #787d93);
    background:-moz-linear-gradient(left top, #a9b3c6, #787d93);
    background:-o-linear-gradient(left top, #a9b3c6, #787d93);
    background:linear-gradient(to right bottom, #a9b3c6, #787d93);
  width: 100%;
}
.bg_price_list .in_area{
  padding: 0 0 10px 0;
}
.bg_gray_01 .in_area {
  padding: 30px 0;
}
.bg_gray_03 {
  width: 100%;
}
/*---------------------------------------------------------------------------*/
.bg_gray {
  background: #ebedf1;
  border-top: 1px solid #bfc4cd;
  margin: 0;
  position: relative;
  width: 100%;
}
.bg_gray .in_area {
  padding: 0 0 40px;
}

/*---------------------------------------------------------------------------*/
.spec_link {
  font-size: 14px;
  padding: 40px 0 15px;
  text-align: right;
}
.spec_link a {
  color: #0a73b9;
}
.spec_link a i {
  margin: 0 0 0 10px;
}

/*---------------------------------------------------------------------------*/
.lineup_table {
  margin: 0 0 10px;
  padding: 40px 0 0;
}
.lineup_table .tr {
  display: table;
}
.lineup_table .tr .th {
  box-sizing: border-box;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 240px;
}
.lineup_table .tr .double {
  width: 480px;
}

.lineup_table .tr.title .th p {
  color: #ffffff;
  font-size: 114.3%;
  padding: 18px 0 12px;
}
.lineup_table .tr.title .th p span {
  color: #ffffff;
  font-size: 87.5%;
}

.lineup_table .tr.name .th {
  color: #ffffff;
  padding: 0 0 14px;
}
.lineup_table .tr.name .th .tab {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  vertical-align: bottom;
  width: 120px;
}
.lineup_table .tr.name .th.series_02 .tab,
.lineup_table .tr.name .th.series_04 .tab {
  background: #095a90;
  border-bottom: 1px solid #79a0bd;
  color: #aacadf;
  padding: 10px 0;
}
.lineup_table .tr.name .th.series_02 .tab {
  background: #095a90;
  border-top: 7px solid #1269a1;
}
.lineup_table .tr.name .th.series_04 .tab {
  background: #01375b;
  border-top: 7px solid #03426d;
}
.lineup_table .tr.name .th.series_02 .tab.on,
.lineup_table .tr.name .th.series_04 .tab.on {
  border-bottom: none;
  border-top: 1px solid #79a0bd;
  color: #ffffff;
  padding: 15px 0 12px;
}
.lineup_table .tr.name .th.series_02 .tab.on {
  background: #1269a1;
}
.lineup_table .tr.name .th.series_04 .tab.on {
  background: #00365a;
}
.lineup_table .tr.name .th.series_02 .tab_a.on,
.lineup_table .tr.name .th.series_04 .tab_a.on {
  border-right: 1px solid #79a0bd;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.lineup_table .tr.name .th.series_02 .tab_b.on,
.lineup_table .tr.name .th.series_04 .tab_b.on {
  border-left: 1px solid #79a0bd;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.lineup_table .tr.name .th p {
  font-size: 20px;
  line-height: 1;
}
.lineup_table .tr.name .th p span.size_s {
  font-size: 65%;
}
.lineup_table .tr.name .th p span.size_m {
  font-size: 80%;
}
.lineup_table .tr.name .th p span.size_l {
  font-size: 110%;
}

.lineup_table .tr .td {
  background: #ffffff;
  box-sizing: border-box;
  display: table-cell;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  width: 240px;
}
.lineup_table .tr.cpu .td {
  padding: 15px 20px 0;
}
.lineup_table .tr.cpu .td .cpu_name {
  background: #c6d9e6;
  color: #073e6e;
  display: inline-block;
  line-height: 1;
  margin: 0 0 10px;
  padding: 3px 12px;
  vertical-align: top;
}
.lineup_table .tr.memory .td p {
  border-bottom: 1px solid #aacadf;
  border-top: 1px solid #aacadf;
  padding: 15px 0;
}
.lineup_table .tr.storage .td {
  padding: 0 20px 15px;
}
.lineup_table .tr.price .td {
  padding: 15px 22px 18px;
}
.lineup_table .tr.price .td p {
  text-align: left;
}

.lineup_table .tr .td p {
  color: #424a55;
  font-size: 114.3%;
}
.lineup_table .tr .td p .size_l {
  font-size: 137.5%;
}
.lineup_table .tr .td p .size_m {
  font-size: 87.5%;
}
.lineup_table .tr .td p .size_s {
  color: #a0a0a0;
  font-size: 75%;
}
.lineup_table .tr.storage .td p .size_m{
  padding: 0 0 10px 0;
}
.lineup_table .tr.storage .td .size_ss {
  line-height: 1.0;
  padding: 0;
}
.lineup_table .tr.storage .td p .size_s {
  display: inline-block;
  line-height: 1.2;
  padding: 0;
  vertical-align: middle;
}
.box_b {
  border: 1px solid #c6c7cc;
  display: inline-block;
  line-height: 1;
  margin: 15px 0 3px 0;
  padding: 2px 10px;
  vertical-align: top;
  font-size: 75%;
}

.lineup_table .tr.price .td p,
.lineup_table .tr.price .td p .size_l,
.lineup_table .tr.price .td p .size_m,
.lineup_table .tr.price .td p .size_s {
  color: #ffffff;
}

.lineup_table .tr .series_01 {
  background: #4d9cb5;
}
.lineup_table .tr .series_02 {
  background: #1269a1;
}
.lineup_table .tr .series_03 {
  background: #03426d;
}
.lineup_table .tr .series_04 {
  background: #00365a;
}

.lineup_table .tr .type_b {
  display: none;
}

.lineup_table .tr.btn .td {
  padding: 18px 30px;
}
.lineup_table .tr.btn .td .btn_entry {
  background: #e1ae1c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
.lineup_table .tr.btn .td .btn_entry a {
  color: #ffffff;
  display: block;
  font-size: 107.1%;
  /*font-weight: bold;*/
  padding: 8px 5px;
}
.lineup_table .tr.btn .td .btn_entry a:hover {
  background: #d0a11a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  text-decoration: none;
}
.lineup_table .tr.btn .td .btn_entry a i {
  margin: 0 0 0 5px;
}

.lineup_caution {
  color: #ffffff;
  font-size: 74.4%;
  padding: 10px 0 30px;
  line-height: 1.8;
}
.lineup_caution p{
    line-height: 1.8;
}
.lineup_caution a{
  color: #ffffff;
  text-decoration: underline;
}
.lineup_caution a i{
  padding-left: 3px;
}
/*---------------------------------------------------------------------------*/
.btn_lineup {
  background: #dfe5f0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  margin: 0 auto 50px;
  width: 290px;
}
.btn_lineup a{
  color: #1c213d;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 18px 40px;
  text-align: right;
}
.btn_lineup a:hover {
  background: #c7ced8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  text-decoration: none;
}
.btn_case {
  background: #ffffff;
  border: 2px solid #424a55;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  margin: 0 auto;
  width: 420px;
}
.btn_case a{
  background: #ffffff;
  color: #424a55;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 18px 18px 25px 0;
  text-align: right;
}
.btn_case a:hover {
  background: #d2d6dc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  text-decoration: none;
}
.btn_lineup a i {
  margin: 0 0 0 15px;
}
.btn_case a i {
  margin: 0 0 0 88px;
}

/*---------------------------------------------------------------------------*/
.bg_01 {
  background: #ffffff;
  position: relative;
  width: 100%;
  /*border-bottom: 1px solid #bfc4cd;*/
  padding:0 0 40px 0;
}
.bg_01 .in_area {
  padding: 0 0 20px;
}
.bg_01 .txt_title {
  padding: 50px 0 20px 0;
}
.bg_01 .item_list {
  font-size: 0;
  text-align: center;
}
.bg_01 .item_list li {
  color: #03426d;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0 20px;
  vertical-align: top;
  width: 145px;
}
.bg_01 .item_list li .item_txt {
  margin: 12px 0 0;
}
.bg_01 .open_detail {
  color: #0a73b9;
  background: #ffffff;
  bottom: 0;
  font-size: 18px;
  font-weight: bold;
  height: 70px;
  left: 0;
  /*position: absolute;*/
  text-align: center;
    margin: 0px auto;
  width: 200px;
  cursor: pointer;
}
.bg_01 .open_detail i {
  color: #0a73b9;
  font-size: 200%;
}

.open_area {
  display: none;
  padding: 0 0 80px;
  background: #d8e5ee;
  border-bottom:1px solid #bfc4cd;
}

.detail_box {
  border-top: 1px solid #d2d6dfc;
  padding: 65px 0 0;
}
.detail_box:first-child {
  border-top: none;
}
.detail_txt_wrap {
  width: 660px;
  padding:0 50px;
}
.detail_box .detail_title {
  color: #03426d;
  font-size: 26px;
  margin: 0 0 20px;
}
.detail_box .detail_data {
}
.detail_box .detail_txt {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.f_l {
  float: left;
}
.f_r {
  float: right;
}

/*---------------------------------------------------------------------------*/
.example_box {
  padding: 20px 70px 0;
}
.example_box .txt_title {
  padding: 0 0 20px;
}
.example_box .lead,
.bg_01 .lead  {
  color: #0a73b9;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}
.example_box .txt,
.bg_01 .txt {
  color: #424a55;
  font-size: 14px;
  margin: 0 0 18px;
  text-align: center;
}
.bg_01 .txt {
  margin: 18px 0 30px 0;
}
.example_box .price_area {
  float: left;
  padding: 20px 0 0;
}
.example_box .price_area .price_txt {
  color: #03426d;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
}
.example_box .price_area .price_txt span {
  font-size: 22px;
}
.example_box .price_area .price_caution {
  color: #424a55;
  font-size: 10px;
  padding-top: 5px;
}

.btn_other {
  background: #ffffff;
  border: 2px solid #424a55;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  float: right;
  margin: 10px 0 0px 0;
  width: 400px;
}
.bg_gray_01 .btn_contact {
  background: #0a73b9;
  border: 2px solid #0a73b9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  float: right;
  margin: 30px 0 5px 0;
  width: 400px;
}
.btn_other a {
  color: #424a55;
  display: block;
  font-size: 18px;
  padding: 15px 32px;
  text-align: right;
}
.bg_gray_01 .btn_contact a{
  color: #ffffff;
  display: block;
  font-size: 18px;
  padding: 15px 32px;
  text-align: right;
}
.btn_other a:hover {
  background: #d2d6dc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  text-decoration: none;
}
.bg_gray_01 .btn_contact a:hover {
  background: #0969a8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  text-decoration: none;
}

.btn_other a i {
  margin: 0 0 0 90px;
}
.bg_gray_01 .btn_contact a i {
  margin: 0 0 0 80px;
}

.bg_gray_01 {
  background: #f3f4f6;
  position: relative;
  width: 100%;
}

/*---------------------------------------------------------------------------*/

.control_area .txt_title {
  padding: 20px 0 30px;
}
.control_area .txt_title span {
  font-size: 26px;
}
.control_area .control_box {
  float: left;
  width: 490px;
}
.control_area .control_box a {
  color: #0a73b9;
}
.control_area .control_box a i {
  padding: 0 5px 0 0;
}
.control_area .control_txt {
  color: #424a55;
  font-size: 14px;
  line-height: 2.0;
  margin: 0 auto;
  padding: 0 0 5px;
  text-align: left;
}
.control_area .control_img {
  float: right;
  margin: 0 0 40px;
}

.server_table {
  display: table;
  width: 100%;
}
.server_table.border_t {
  border-top: 2px solid #dfdfdf;
}
.server_table dt,
.server_table dd {
  border-bottom: 2px solid #dfdfdf;
  border-left: 2px solid #dfdfdf;
  box-sizing: border-box;
  display: table-cell;
  height: 60px;
  font-size: 14px;
  padding: 0 0 0 30px;
  vertical-align: middle;
}
.server_table dt {
  font-weight: bold;
  width: 285px;
}
.server_table dd {
  border-right: 2px solid #dfdfdf;
  width: 675px;
}
.server_table dd span {
  font-size: 85.7%;
}

.server_table .bg_w {
  background: #ffffff;
}
.server_table .bg_g {
  background: #fbfbfb;
}

/*---------------------------------------------------------------------------*/
.flow_area {
  padding: 50px 0 70px;
}
.flow_area .txt_title {
  padding: 0 0 20px;
}
.flow_area .txt_info {
  padding: 0 0 30px;
  text-align: center;
  line-height:2;
}
.flow_area .txt_info a {
  color: #0a73b9;
}
.flow_area .flow_img {
  text-align: center;
}
.flow_area .txt_caution {
  font-size: 71.4%;
  line-height: 1;
  padding: 10px 0 0 120px;
}

/*---------------------------------------------------------------------------*/

.security_list {
  font-size: 0;
  padding: 38px 0 0;
}
.security_list li {
  border-right: 1px solid #bfc4cd;
  display: inline-block;
  font-size: 12px;
  height: 200px;
  padding: 15px 0 0;
  text-align: center;
  vertical-align: top;
  width: 235px;
}
.security_list li:first-child {
  border-left: 1px solid #bfc4cd;
}
.security_list li .security_title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 4px;
}
.security_list li .security_txt {
  font-size: 13px;
  padding: 0 20px;
  text-align: center;
  line-height:1.8;
}
.security_list li .security_link {
  font-size: 13px;
  padding: 12px 0 0;
  text-align: center;
}
.security_list li .security_link a {
  color: #0a73b9;
}
.security_list li .security_link a i {
  margin: 0 0 0 5px;
}

/*---------------------------------------------------------------------------*/
.bg_gray_02 {
  background: #f3f4f6;
  padding: 0 0 75px;
  position: relative;
  width: 100%;
}
.bg_light_blue_01 {
  background: #d8e5ee;
  padding: 0 0 75px;
  position: relative;
  width: 100%;
}
.bg_gray_02 .txt_title,
.bg_light_blue_01 .txt_title {
  color: #424a55;
  padding: 50px 0 20px;
}
.bg_gray_02 .txt_title span,
.bg_light_blue_01 .txt_title span  {
  font-size: 18px;
}
.bg_gray_02 .bnr_txt,
.bg_light_blue_01 .bnr_txt {
  color: #424a55;
  font-size: 18px;
  padding: 0 0 30px;
  text-align: center;
}
.bg_gray_02 .bnr_txt span,
.bg_light_blue_01 .bnr_txt span {
  font-size: 12px;
}
.bg_gray_02 .bnr_list,
.bg_light_blue_01 .bnr_list {
  background: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  font-size: 0;
  padding: 25px 0 25px;
  text-align: center;
}
.bg_gray_02 .bnr_list li,
.bg_light_blue_01 .bnr_list li {
  display: inline-block;
  font-size: 14px;
  margin: 0 12px;
  vertical-align: top;
}
.bg_gray_02 .bnr_biz,
.bg_light_blue_01 .bnr_biz {
  padding-top:36px;
}


/*---------------------------------------------------------------------------*/
.bg_darkgray {
  background: #535862;
  margin: 0 0 -10px;
  position: relative;
  width: 100%;
}
.bg_darkgray .in_area {
  padding: 42px 0 42px;
}
.bg_darkgray .news_l {
  box-sizing: border-box;
  float: left;
  width: 730px;
}
.bg_darkgray .news_title {
  color: #ffffff;
  font-size: 20px;
  margin: 0 0 30px 15px;
  text-indent: -12px;
}
.bg_darkgray .news_title i {
  margin: 0 8px 0 0;
}

.bg_darkgray .btn_news {
  background: #ffffff;
  border: 2px solid #424a55;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  margin: 0 auto;
  width: 190px;
}
.bg_darkgray .btn_news a {
  color: #424a55;
  display: block;
  font-size: 13px;
  padding: 10px;
  text-align: right;
}
.bg_darkgray .btn_news a:hover {
  background: #d2d6df;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  text-decoration: none;
}
.bg_darkgray .btn_news a i {
  margin: 0 0 0 18px;
}

.bg_darkgray .news_r {
  float: right;
  width: 228px;
}
.bg_darkgray .news_list {
  padding: 0px;
}
.bg_darkgray .news_list li {
  color: #ffffff;
  font-size: 0;
  margin: 0 0 10px;
}
.bg_darkgray .news_list li span {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  width: 88%;
}
.bg_darkgray .news_list li span.date {
  font-weight: bold;
  width: 12%;
}
.bg_darkgray .news_list li span a,
.bg_darkgray .s_bnr_list h4 a {
  color: #ffffff;
  text-decoration: underline;
}
.bg_darkgray .news_list li span a:hover,
.bg_darkgray .s_bnr_list h4 a:hover {
  text-decoration: none;
}
.bg_gray_03 .s_bnr_list h3 {
  font-size:26px;
}
.bg_gray_03 .s_bnr_list ul {
  margin-right:-50px;
  overflow:hidden;
}
.bg_gray_03 .s_bnr_list li {
  padding-right: 50px;
}
.bg_gray_03 .s_bnr_list {
  border-top:0px solid #bfc4cd;
  font-size: 0;
  padding:0;
}
.bg_darkgray .s_bnr_list h3,
.bg_darkgray .s_bnr_list h4,
.bg_darkgray .s_bnr_list p {
  color:#ffffff;
}

#trademark .in_area {
  padding-top:20px;
  border-top: 1px solid #bfc4cd ;
}
#trademark h4 {
  padding:20px 0;
  font-size:16px;
}
#trademark ul {
  padding-left:15px;
}
#trademark ul li {
  list-style-type:disc;
}

.banner_area {
  display: flex;
  margin: 50px auto 0;
  justify-content: space-between;
}

.case_banners {
  text-align: center;
}

.case_summary {
  width: 100%;
  background-color: #ffffff;
  font-size: 12px;
  padding-bottom: 40px;
}

.case_summary ul {
  width: 880px;
  padding: 40px 40px 0 40px;
  margin: 25px auto 40px;
}

.case_banners li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.case_summary ul li a {
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: #0a73b9;
  background-color: #eaebec;
}

.case_summary ul li a:hover {
  opacity: 0.8;
}

.case_summary .post_body {
  box-sizing: border-box;
  padding: 10px 12px 0;
  height: 100px;
}

.case_summary .post {
  float: left;
  width: 270px;
  margin-right: 35px;
}

.case_summary .post:last-child {
  margin-right: 0;
}

.case_summary .categories {
  margin-bottom: 12px;
  line-height: 2.2;
}

.case_summary .category {
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  padding: 2px 5px;
  line-height: 1.6;
  font-size: 14px;
  background-color: #9fa0a1;
  color: white;
  min-width: 100px;
}

.case_summary .category:not(:first-child) {
  margin-left: 8px;
}

.case_summary .photo {
  height: 108px;
  overflow: hidden;
}

.case_summary .photo img {
  width: 270px;
}

.case_summary .company {
  font-size: 14px;
  margin-bottom: 4px;
  color: inherit;
}

.case_summary .company_foot {
  margin-left: 12px;
}