@charset "utf-8";

/* トップページ */


/* スライドdiv */
.slider_div {
  margin-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

/* ご挨拶 */
.bottom_introdiv {
  padding-bottom: 50px;
}

.bottom_introdiv_div_wrap {
  padding: 0px 10px;
  line-height: 1.6;
}

.bottom_introdiv_div {
  font-size: 16px;
  font-size: 1.6rem;
}

.bottom_introdiv_div dl dt {
  color: #35933B;
  font-weight: bold;
}

/* ご挨拶右寄せ */
.bottom_introdiv_right {
  text-align: right;
}

/* 事業案内リンク画像テーブル */
.bottom_linktable {
  width: 100%;
  border: 0;
  border-spacing: 0px;
  padding-top: 10px;
}

.bottom_linktable td {
  text-align: center;
  font-size: 0px;
  padding-bottom: 20px;
  padding: 0px 5px;
}

.bottom_linktable td a {
  font-size: 0;
}

/* ページ中段写真ホバー */
.top_imghover {
  display: block;
  font-size: 0;
  margin: 0 auto;
}

.top_imghover img {
  width: 100%;
  border: 1px solid transparent;
}

.top_imghover img:hover {
  opacity: 0.8;
  border: 1px solid #007ab7;
}

.top_softtable {
  width: 90%;
}

.top_softtable_left {
  width: 50%;
  text-align: center;
}

.top_imgtext {
  text-align: right;
  font-size: 16px;
  font-size: 2.0rem;
  position: absolute;
  right: 30px;
  bottom: 7px;
  line-height: 1.4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none !important;
          user-select: none;
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.top_imgtext p {
  text-align: left;
  margin: 0;
  padding: 0;
}

.top_imgtext span {
  display: block;
}

.add {
  text-align: left;
}

.top_imgtext p span:nth-child(1) {
  padding-left: 14.0rem;
}

.top_imgtext p span:nth-child(2) {
  padding-left: 14.0rem;
}

.top_imgtext p span:nth-child(3) {
  padding-left: 22.2rem;
}
