@charset "UTF-8";
/* CSS Document */
/* このスタイルシートはci_branding/index.phpのためだけのCSSです */
/* 各企業ごとの紹介ページの命令はstyle.cssに記載してください */

/* title 系 */
.mainvisual {
  width: 100%;
  height: 302px;
  background: url("/ci_branding/img/mimg_ci_branding.jpg") no-repeat;
  background-size: cover;
}

.ci_branding h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 1em;
}
.ci_branding .page_title {
  margin-bottom: 2em;
}
.ci_branding .page_title h2 {
  font-size: 1.9em;
}

.ci_branding .page_title h3 {
  font-weight: bold;
  font-size: 1.5em;
  color: #2070a3;
}

/* リンクボタン */ /* 横幅はclass名を変えて最適なサイズを設定してください */
.pagelinkbtn {
  /* padding-left: 188px; */
  margin-top: 88px;
}

#Mimg {
  margin-bottom: 50px;
}

.cate_ttl h2 {
  font-size: 1.9em;
  color: #7c8184;
}

.syokaipagekome {
  margin: 58px 0 0 0;
  padding: 0 25px 0 0;
  background: url(../img/ico_arrow.gif) no-repeat right center;
}
.syokaipagekome p {
  text-align: right;
}

.logo_category {
  background: #dadada; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #dadada 0%,
    #ffffff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #dadada 0%,
    #ffffff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #dadada 0%,
    #ffffff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  margin-bottom: 14px;
}
.logo_category h3 {
  background-image: url(../img/bg_ttl.gif);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  padding: 2px 0 0 20px;
}

.logo_info {
  margin-bottom: 50px;
}
.logo_info > p {
  margin-bottom: 1em;
  padding: 0 1em;
}
.logo_info ul {
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  max-width: 705px;
}
.logo_info li {
  max-width: 178px;
  /* float: left; */
  margin-bottom: 16px;
}
.logo_info li span {
  display: block;
  padding: 0 0.5em;
}
.logo_info li a span {
  background: url(../img/ico_arrow.gif) no-repeat right 3px center;
}

@media (max-width: 768px) {
  .mainvisual {
    height: 130px;
  }
  .logo_info li {
    width: calc(100% / 2);
  }
}
