@charset "UTF-8";
.space-normal {
  font-size: 1.0833em;
}
@media screen and (max-width: 640px) {
  .space-normal {
    font-size: 1.0909em;
  }
}
.product-list {
  margin: 20px -15px 0;
  overflow: hidden;
}
.product-list > li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  margin-top: 30px;
  padding: 0 15px;
}
.product-list > li:nth-child(-n+2) {
  margin-top: 0;
}
.product-list > li:nth-child(2n+1) {
  clear: left;
}
.product-list + .product-list {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .product-list {
    margin-right: 0;
    margin-left: 0;
  }
  .product-list > li {
    float: none;
    margin-top: 30px;
    width: auto;
    padding: 0;
  }
  .product-list > li:nth-child(-n+2) {
    margin-top: 30px;
  }
  .product-list > li:first-child {
    margin-top: 0;
  }
  .product-list > li:nth-child(2n+1) {
    clear: left;
  }
}
.product-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border: 1px solid #bfbfbf;
}
.product-item_title {
  font-weight: bold;
  font-size: 1.0833em;
  line-height: 1.4;
}
.product-item_title > a {
  display: block;
  padding: 14px 20px 13px 30px;
  background: #f2f4f7 url(/corporate/common_renew/img/module/link_bg01.png) no-repeat 20px 1.33em;
  background-size: 5px;
  color: #253494;
}
@media screen and (max-width: 640px) {
  .product-item_title {
    font-size: 1.1818em;
  }
}
.product-item_body {
  padding: 15px 20px 20px;
}
.product-item_text {
  overflow: hidden;
}
.product-item_text > div {
  float: left;
  width: 58.69%;
}
.product-item_text > div > p {
  margin-right: 0;
  margin-left: 0;
}
.product-item_text > figure {
  float: right;
  width: 36.12%;
  text-align: center;
}
.product-item_text > figure > img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .product-item_text > div {
    float: none;
    width: auto;
  }
  .product-item_text > figure {
    float: none;
    width: auto;
    margin-top: 20px;
  }
  .product-item_text > figure > img {
    max-width: 51.12%;
  }
}
.product-item_text_link {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .product-item_text_link {
    margin-top: 13px;
  }
}
.product-item_tag {
  margin: 15px 0 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.product-item_tag > dt,
.product-item_tag > dd {
  margin-top: 20px;
}
.product-item_tag > dt:nth-child(-n+2),
.product-item_tag > dd:nth-child(-n+2) {
  margin-top: 0;
}
.product-item_tag > dt {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  padding: 2px 6px;
  margin-right: 15px;
  font-size: 11px;
  background-color: #e0e4ea;
  color: #333;
  text-align: center;
}
.product-item_tag > dd {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .product-item_tag > dt:nth-child(-n+2) {
    margin-top: 20px;
  }
  .product-item_tag > dt:first-child {
    margin-top: 0;
  }
  .product-item_tag > dd {
    margin-top: 10px;
  }
  .product-item_tag > dd:nth-child(-n+2) {
    margin-top: 10px;
  }
  .product-item_tag > dt {
    float: none;
    display: inline-block;
    width: auto;
    min-width: 60px;
    padding-right: 13px;
    padding-left: 13px;
    margin-right: 0;
  }
}
.product-item_tag_list {
  overflow: hidden;
  margin-left: -5px;
  margin-top: -10px;
}
.product-item_tag_list > li {
  float: left;
  margin-left: 5px;
  margin-top: 10px;
}
.product-item_tag_item {
  margin: 0;
  font-size: 11px;
}
.product-item_tag_item > a {
  display: block;
  border: 1px solid;
  padding: 1px 6px;
  color: #fff;
}
.product-item_tag_item > a:hover,
.product-item_tag_item > a:active {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.product-item_tag_item.theme-industry > a {
  border-color: #253494;
  background-color: #fff;
  color: #253494;
}
.product-item_tag_item.theme-industry > a:hover,
.product-item_tag_item.theme-industry > a:active {
  color: #253494;
}
.product-item_tag_item.theme-protect > a {
  border-color: #444dc6;
  background-color: #444dc6;
}
.product-item_tag_item.theme-manage > a {
  border-color: #22a673;
  background-color: #22a673;
}
.product-item_tag_item.theme-info > a {
  border-color: #1091c6;
  background-color: #1091c6;
}
.product-item_tag_item.theme-disaster > a {
  border-color: #be69cd;
  background-color: #be69cd;
}
.product-item_tag_item.theme-medical > a {
  border-color: #e65779;
  background-color: #e65779;
}
.product-item_tag_item.theme-transport > a {
  border-color: #eb8c34;
  background-color: #eb8c34;
}
.product-item_tag_item.theme-overseas > a {
  border-color: #2abdb4;
  background-color: #2abdb4;
}
