@charset "utf-8";

/********************************************
link
*********************************************/

#link .mainHl,
#access .mainHl {
  height: 30px;
  margin: 0 0 17px;
  /*text-indent: -9999px;*/
  background-size: 100% !important;
}

#link {
  margin-bottom: 15px;
}

.pageH2 {
  background: url('/wp-content/themes/ci/images/h2_bg.png') no-repeat;
  font-family: "A-OTF 新ゴ Pro DB", "メイリオ", sans-serif;
  height: 30px;
  margin: 0 0 17px;
  /*text-indent: -9999px;*/
  background-size: 100% !important;
}

.pageH2 .h2_left {
  display: inline-block;
  margin-left: 10px;
  float: left;
  font-size: 16px;
  font-family: "A-OTF 新ゴ Pro DB", "メイリオ", sans-serif;
  color: #fff;
}

.pageH2 .h2_right {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  float: right;
  font-size: 12px;
  font-family: "A-OTF 新ゴ Pro R", "メイリオ", sans-serif;
  color: #fff;
}

#link h3 {
  font-size: 16px;
  text-align: left;
  border-left: 5px solid #009444;
  box-sizing: border-box;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}

#link dl {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

#link dt {
  padding-left: 30px;
  padding-bottom: 15px;
}

#link dt a {
  font-size: 14px;
  text-decoration: underline;
}

#link .hl2 {
  background: url('/wp-content/themes/ci/images/home_hl2.png') no-repeat;
}

#link .hl3 {
  background: url('/wp-content/themes/ci/images/home_hl3.png') no-repeat;
}

#link table th {
  width: 100px;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
}

#link table td {
  width: 300px;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
}

.secGreeting .text {
  float: left;
  width: 90%;
  margin: 15px 5%;
  font-size: 14px;
}

.secGreeting .ceo {
  float: right;
  max-width: 30%;
  margin: 0 3% 10px;
}

.secGreeting .ceo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.secGreeting .ceo .name {
  text-align: center;
  margin-bottom: 5px;
}

.secGreeting .ceo h3 {
  text-align: center;
}

.secGreeting .ceo dl {
  text-align: center;
  border: 1px solid #666;
  padding-bottom: 5px;
}

.secGreeting .ceo dt {
  border-bottom: 1px dashed #999;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.secGreeting .ceo dd {
  font-size: 14px;
}

#link .link_caution {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  margin: 10px auto;
}

#link .bunner_center {
  text-align: center;
}


/********************************************
link スマホ
*********************************************/

@media screen and (max-width: 768px) {
  #link {
    width: 90%;
    margin: 0 5%;
  }
  .secGreeting {
    text-align: center;
  }
  .secGreeting .text {
    float: left;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
  }
  .secGreeting .ceo {
    float: right;
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  #link dd.big_img img {
    max-width: 100%;
  }
}