@charset "UTF-8";

header{
	border-bottom: 1px solid #e1e1e1 !important;
}

.index-title {
  padding: 10px 0 9px;
  background-color: #e4f0ff;
}
.index-title > h1 {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .index-title {
    display: none;
  }
}
.products_list {
  background: #e4f0ff url(/corporate/img_renew/index_products_bg01.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 64px;
}
@media screen and (max-width: 640px) {
  .products_list {
    padding: 10px 0 40px;
    background: #93c7ef;
  }
}
.products_nav {
  border-bottom: 8px solid #151f65;
  background-color: #253494;
}
.products_nav > ul {
  zoom: 1;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0 26px;
}
.products_nav > ul:before,
.products_nav > ul:after {
  content: '';
  display: table;
}
.products_nav > ul:after {
  clear: both;
}
.products_nav > ul > li {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
  padding: 0 26px;
}
.products_nav > ul > li.is-active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 35px;
  height: 16px;
  margin: 0 auto;
  background: url(/corporate/img_renew/index_products_bg02.png) no-repeat center top;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .products_nav {
    border-bottom-width: 5px;
  }
  .products_nav > ul {
    width: auto;
    padding: 0 10px;
  }
  .products_nav > ul > li {
    padding: 0;
    border-right: 1px solid #515da9;
  }
  .products_nav > ul > li:first-child {
    border-left: 1px solid #515da9;
  }
  .products_nav > ul > li.is-active:after {
    bottom: -14px;
    width: 34px;
    height: 14px;
  }
}
.products_title {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 19px 0 18px;
  border: none;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, Helvetica, sans-serif;
  font-size: 1.4167em;
  text-align: center;
  cursor: pointer;
  background: none;
  color: #fff !important;
  outline: none;
}
.products_title:before,
.products_title:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 52px;
  height: 100%;
  background: url(/corporate/common_renew/img/module/products-nav_bg02.png) no-repeat left top;
  background-size: 200% 200%;
}
.products_title:before {
  left: -52px;
}
.products_title:after {
  right: -52px;
}
.is-active .products_title,
.products_title:hover,
.products_title:active {
  background-color: #fff100;
  color: #253494 !important;
  text-decoration: none;
}
.is-active .products_title:before,
.products_title:hover:before,
.products_title:active:before,
.is-active .products_title:after,
.products_title:hover:after,
.products_title:active:after {
  z-index: 1;
}
.is-active .products_title:before,
.products_title:hover:before,
.products_title:active:before {
  background-position: left bottom;
}
.is-active .products_title:after,
.products_title:hover:after,
.products_title:active:after {
  background-position: right bottom;
}
.products_title br {
  display: none;
}
@media screen and (max-width: 640px) {
  .products_title {
    padding: 6px 0 5px;
    font-size: 1.0909em;
    line-height: 1.3;
  }
  .products_title:before,
  .products_title:after {
    display: none;
  }
  .products_title:hover,
  .products_title:active {
    background: none;
    color: #fff !important;
    text-decoration: none;
  }
  .is-active .products_title,
  .is-active .products_title:hover,
  .is-active .products_title:active {
    background-color: #fff100;
    color: #253494 !important;
    text-decoration: none;
  }
  .products_title br {
    display: inline;
  }
}
.products_content {
  width: 1000px;
  margin: 20px auto 0;
  overflow: visible !important;
}
.products_content > li {
  display: none;
}
.products_content > li:first-child {
  display: block;
}
@media screen and (max-width: 640px) {
  .products_content {
    width: auto;
    margin: 17px 10px 0;
  }
}
.products_link {
  display: none;
}
@media screen and (max-width: 640px) {
  .products_link {
    display: block;
    margin-top: 30px;
    padding: 0 10px;
  }
}
.products_index {
  margin: 0 -8px;
  overflow: hidden;
}
.products_index > li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  margin-top: 20px;
  padding: 0 8px;
}
.products_index > li:nth-child(-n+4) {
  margin-top: 0;
}
.products_index > li:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 640px) {
  .products_index {
    margin: 0 -4px;
  }
  .products_index > li {
    width: 50%;
    padding: 0 4px;
    margin-top: 11px;
  }
  .products_index > li:nth-child(-n+4) {
    margin-top: 11px;
  }
  .products_index > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .products_index > li:nth-child(4n+1) {
    clear: none;
  }
  .products_index > li:nth-child(2n+1) {
    clear: left;
  }
}
.products_index_2clm .products_index > li {
  width: 50%;
}
.products_index_2clm .products_index > li:nth-child(-n+4) {
  margin-top: 20px;
}
.products_index_2clm .products_index > li:nth-child(4n+1) {
  clear: none;
}
.products_index_2clm .products_index > li:nth-child(-n+2) {
  margin-top: 0;
}
.products_index_2clm .products_index > li:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 640px) {
  .products_index_2clm .products_index > li:nth-child(-n+4) {
    margin-top: 11px;
  }
  .products_index_2clm .products_index > li:nth-child(4n+1) {
    clear: none;
  }
  .products_index_2clm .products_index > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .products_index_2clm .products_index > li:nth-child(2n+1) {
    clear: left;
  }
}
.products_index_2clm {
  overflow: hidden;
  margin: 0 -8px;
}
.products_index_2clm > div {
  float: left;
  width: 50%;
  padding: 0 8px;
}
.products_index_2clm + .products_index {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .products_index_2clm {
    margin: 0;
  }
  .products_index_2clm > div {
    float: none;
    width: auto;
    padding: 0;
    margin-top: 11px;
  }
  .products_index_2clm > div:first-child {
    margin-top: 0;
  }
  .products_index_2clm + .products_index {
    margin-top: 11px;
  }
}
.products_item {
  border: 3px solid #253494;
  background-color: #eff4f9;
}
.products_item > a {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.products_item > a:hover,
.products_item > a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none;
}
.products_item > a:after {
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 13px;
  height: 13px;
  background: #253494 url(/corporate/img_renew/index_products_bg03.png) no-repeat left top;
  background-size: 100% 100%;
}
@media screen and (max-width: 640px) {
  .products_item > a:hover,
  .products_item > a:active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .products_item > a:after {
    width: 10px;
    height: 10px;
  }
}
.products_item.theme-protect {
  border-color: #444dc6;
}
.products_item.theme-protect > a:after,
.products_item.theme-protect .products_item_head > p {
  background-color: #444dc6;
}
.products_item.theme-manage {
  border-color: #22a673;
}
.products_item.theme-manage > a:after,
.products_item.theme-manage .products_item_head > p {
  background-color: #22a673;
}
.products_item.theme-info {
  border-color: #1091c6;
}
.products_item.theme-info > a:after,
.products_item.theme-info .products_item_head > p {
  background-color: #1091c6;
}
.products_item.theme-disaster {
  border-color: #be69cd;
}
.products_item.theme-disaster > a:after,
.products_item.theme-disaster .products_item_head > p {
  background-color: #be69cd;
}
.products_item.theme-medical {
  border-color: #e65779;
}
.products_item.theme-medical > a:after,
.products_item.theme-medical .products_item_head > p {
  background-color: #e65779;
}
.products_item.theme-transport {
  border-color: #eb8c34;
}
.products_item.theme-transport > a:after,
.products_item.theme-transport .products_item_head > p {
  background-color: #eb8c34;
}
.products_item.theme-overseas {
  border-color: #2abdb4;
}
.products_item.theme-overseas > a:after,
.products_item.theme-overseas .products_item_head > p {
  background-color: #2abdb4;
}
.products_item_head {
  padding-top: 51px;
  position: relative;
}
.products_item_head > h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 11px 4px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  z-index: 1;
}
.products_item_head > figure {
  position: relative;
  height: 76px;
  overflow: hidden;
}
.products_item_head > figure > img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
}
.products_item_head > p {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 4px 9px 2px;
  font-size: 10px;
  line-height: 1;
  background-color: #444dc6;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .products_item_head {
    padding-top: 47px;
  }
  .products_item_head > h2 {
    padding: 4px 8px;
    font-size: 11px;
  }
  .products_item_head > figure {
    height: 47px;
  }
  .products_item_head > p {
    padding: 2px 7px;
    font-size: .9091em;
  }
}
.products_item_body {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 10px 28px 7px 11px;
  background-color: #fff;
}
.products_item_body > p {
  margin: 0;
  font-size: 11px;
}
@media screen and (max-width: 640px) {
  .products_item_body {
    padding: 5px 20px 4px 9px;
  }
  .products_item_body > p {
    line-height: 1.44;
    font-size: 10px;
  }
}
.labo {
  position: relative;
  padding-bottom: 70px;
  background-color: #e8ecf1;
}
@media screen and (max-width: 640px) {
  .labo {
    padding-bottom: 40px;
  }
}
.labo_head {
  padding: 60px 10px 150px;
  background: #1e2978 url(/corporate/img_renew/index_labo_bg01_pc.jpg) no-repeat center top;
  background-size: cover;
}
.labo_head > h2,
.labo_head > p {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.labo_head > h2 {
  font-size: 2.5em;
}
.labo_head > p {
  position: relative;
  margin-top: 5px;
  padding-top: 12px;
  font-size: 1.1667em;
}
.labo_head > p:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .labo_head {
    padding: 27px 10px 28px;
    background-image: url(/corporate/img_renew/index_labo_bg01_sp.jpg);
  }
  .labo_head > h2,
  .labo_head > p {
    width: auto;
  }
  .labo_head > h2 {
    font-size: 2em;
  }
  .labo_head > p {
    margin-top: 8px;
    padding-top: 10px;
    font-size: 1.0909em;
  }
}
.lab_list {
  width: 1000px;
  margin: -115px auto 0;
}
.lab_list > ul {
  overflow: hidden;
  margin: 0 -10px;
  padding-top: 16px;
}
.lab_list > ul > li {
  float: left;
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .lab_list {
    width: auto;
    margin-top: 30px;
    padding: 0 10px;
  }
  .lab_list > ul {
    margin: 0;
    padding: 0;
  }
  .lab_list > ul > li {
    float: none;
    width: auto;
    margin-top: 40px;
    padding: 0;
  }
  .lab_list > ul > li:first-child {
    margin-top: 15px;
  }
}
.labo_link {
  position: absolute;
  top: 83px;
  left: 0;
  right: 0;
  width: 1000px;
  margin: 0 auto;
  text-align: right;
}
.labo_link .labo_link_button {
  display: inline-block;
  font-size: .9167em;
  background-color: #fff;
}
.labo_link .labo_link_button > a {
  padding: 5px 31px;
}
.labo_link .labo_link_button > a:after {
  width: 6px;
  height: 9px;
}
@media screen and (max-width: 640px) {
  .labo_link {
    position: static;
    width: auto;
    margin: 40px 10px 0;
    padding: 0 30px;
    text-align: center;
  }
  .labo_link .labo_link_button {
    width: 81.35%;
    font-size: 1em;
  }
  .labo_link .labo_link_button > a {
    padding: 9px 26px;
  }
  .labo_link .labo_link_button > a:after {
    width: 8px;
    height: 15px;
  }
}
.lab_article {
  position: relative;
  height: 100%;
  background-color: #fff;
}
.lab_article > a {
  display: block;
  height: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.lab_article > a:hover,
.lab_article > a:active {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 640px) {
  .lab_article > a:hover,
  .lab_article > a:active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.lab_article_inner {
  padding: 53px 40px 30px;
}
@media screen and (max-width: 640px) {
  .lab_article_inner {
    padding: 46px 30px 30px;
  }
}
.lab_article_label {
  position: absolute;
  left: 40px;
  top: -16px;
  margin: 0 16px;
  padding: 7px 17px;
  font-size: 1.1667em;
  font-weight: bold;
  background-color: #fff100;
  color: #253494;
}
.lab_article_label:before,
.lab_article_label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 100%;
  margin: auto 0;
  background: url(/corporate/img_renew/index_labo_bg01.png) no-repeat center center;
  background-size: 200% 100%;
}
.lab_article_label:before {
  left: -16px;
  background-position: left center;
}
.lab_article_label:after {
  right: -16px;
  background-position: right center;
}
@media screen and (max-width: 640px) {
  .lab_article_label {
    left: 0;
    right: 0;
    top: -15px;
    width: 48.81%;
    margin: 0 auto;
    padding: 5px;
    font-size: 1.0909em;
    text-align: center;
  }
}
.lab_article_image {
  text-align: center;
}
.lab_article_image > img {
  max-width: 100%;
}
.lab_article_body {
  margin-top: 19px;
}
@media screen and (max-width: 640px) {
  .lab_article_body {
    margin-top: 15px;
  }
}
.lab_article_title > p {
  margin: 0;
  font-size: .8333em;
}
.lab_article_title > h4 {
  margin-top: 11px;
  line-height: 1.27;
  font-size: 1.6667em;
  font-weight: bold;
  color: #222;
}
@media screen and (max-width: 640px) {
  .lab_article_title > p {
    font-size: .9091em;
  }
  .lab_article_title > h4 {
    margin-top: 4px;
    line-height: 1.5;
    font-size: 1.5455em;
  }
}
.lab_article_text {
  margin-top: 20px;
}
.lab_article_text > p {
  margin: 0;
  color: #333333;
}
@media screen and (max-width: 640px) {
  .lab_article_text {
    margin-top: 11px;
  }
}
.lab_article_button {
  width: 240px;
  margin: 34px auto 0;
}
@media screen and (max-width: 640px) {
  .lab_article_button {
    width: 81.35%;
    margin-top: 22px;
  }
}
.topics {
  padding: 33px 10px 75px;
}
@media screen and (max-width: 640px) {
  .topics {
    padding: 26px 10px 42px;
  }
}
.topics_head > h2,
.topics_head > p {
  width: 1000px;
  margin: 0 auto;
  color: #333333;
  text-align: center;
}
.topics_head > h2 {
  font-size: 2.5em;
}
.topics_head > p {
  position: relative;
  margin-top: 5px;
  padding-top: 12px;
  font-size: 1.1667em;
}
.topics_head > p:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background-color: #333333;
}
@media screen and (max-width: 640px) {
  .topics_head > h2,
  .topics_head > p {
    width: auto;
  }
  .topics_head > h2 {
    font-size: 2em;
  }
  .topics_head > p {
    margin-top: 8px;
    padding-top: 10px;
    font-size: 1.0909em;
  }
}
.topics_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1000px;
  max-height: 219px;
  margin: 36px auto 0;
  border: 3px solid #dadada;
  padding: 8px 25px 7px 23px;
  overflow-y: scroll;
}
.topics_list > li {
  border-top: 1px solid #dadada;
}
.topics_list > li:first-child {
  border-top: none;
}
.topics_list > li a {
  display: block;
}
@media screen and (max-width: 640px) {
  .topics_list {
    width: auto;
    max-height: 280px;
    margin-top: 25px;
    padding: 0 10px;
  }
}
.topics_item {
  margin: 0;
  padding: 15px 0;
  overflow: hidden;
}
.topics_item > dt {
  float: left;
  position: relative;
  min-width: 80px;
  margin-right: 20px;
  padding-right: 80px;
}
.topics_item > dt .topics_item_new {
  position: absolute;
  right: 0;
  top: 0;
}
.topics_item > dd {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .topics_item {
    padding: 19px 0;
  }
  .topics_item > dt {
    float: none;
    min-width: 80px;
    margin-right: 0;
    padding-right: 0;
  }
  .topics_item > dt .topics_item_new {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin-left: 14px;
  }
  .topics_item > dd {
    overflow: hidden;
    margin-top: 11px;
  }
}
.topics_item_new {
  width: 60px;
  padding: .2em 0;
  line-height: 1;
  font-size: .8333em;
  background-color: #fff100;
  color: #253494;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .topics_item_new {
    width: auto;
    padding-right: 8px;
    padding-left: 8px;
    font-size: .9091em;
  }
}
.form-link {
  padding: 34px 0;
  background-color: #253494;
}
@media screen and (max-width: 640px) {
  .form-link {
    padding: 30px 10px;
  }
}
.form-link_inner {
  width: 1000px;
  margin: 0 auto;
}
.form-link_inner > ul {
  margin: 0 -20px;
  overflow: hidden;
}
.form-link_inner > ul > li {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.form-link_inner > ul > li > p {
  margin: 0;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .form-link_inner {
    width: auto;
  }
  .form-link_inner > ul {
    margin: 00;
  }
  .form-link_inner > ul > li {
    float: none;
    width: auto;
    padding: 0;
    margin-top: 20px;
  }
  .form-link_inner > ul > li:first-child {
    margin-top: 0;
  }
}
.form-link_button {
  font-size: 22px;
}
.form-link_button > a > span small {
  font-size: 17px;
}
@media screen and (max-width: 640px) {
  .form-link_button {
    font-size: 18px;
  }
  .form-link_button > a > span small {
    font-size: 15px;
  }
}
