/* ====== POINT（特徴3カラム） ====== */
#point {
  width: 1200px;
  margin: 35px 0 50px 0;
  float: left;
}

#index_box1,
#index_box2,
#index_box3 {
  height: 150px;
  border: 1.5px #1d95d4 solid;
  position: relative;
  float: left;
}

#index_box1 {
  width: 321px;
  margin-left: 25.5px;
}

#index_box2 {
  width: 321px;
  margin-left: 52.5px;
}

#index_box3 {
  width: 396px;
  margin-left: 52.5px;
}

#index_label1,
#index_label2,
#index_label3a,
#index_label3b {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  padding: 5px 10px;
  background: #1d95d4;
  position: absolute;
  transform: rotate(-15deg);
  z-index: 2;
}

#index_label1 {
  width: 110px;
  top: 0;
  left: -20px;
}

#index_label2 {
  width: 130px;
  top: 0;
  left: -20px;
}

#index_label3a {
  width: 75px;
  top: 0;
  left: -20px;
}

#index_label3b {
  width: 225px;
  top: 9px;
  left: 3px;
}

#index_caption1,
#index_caption2,
#index_caption3 {
  width: auto;
  height: auto;
}

#index_caption1 {
  padding: 55px 0 0 28px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
}

#index_caption2 {
  padding: 55px 0 0 30px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
}

#index_caption3 {
  padding: 85px 0 0 45px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

/* アイコン横並び（3px左寄せ） */
#index_icon1,
#index_icon2,
#index_icon3 {
  position: absolute;
  top: 2px;
  right: 10px;
  z-index: 2;
  white-space: nowrap;
}

#index_icon1 {
  width: 100px;
  height: 50px;
}

#index_icon2 {
  width: 50px;
  height: 50px;
}

#index_icon3 {
  width: 100px;
  height: 58px;
}

#index_icon1 img,
#index_icon2 img,
#index_icon3 img {
  display: inline-block;
  vertical-align: middle;
}

/* ====== トップのカード ====== */
.index_banner1,
.index_banner2,
.index_banner3,
.card {
  width: 430px;
  height: 120px;
  border: 1.5px #1d95d4 solid;
  margin: 0 0 35px 25.5px;
  position: relative;
  float: left;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.index_banner1:hover,
.index_banner2:hover,
.index_banner3:hover,
.card:hover {
  opacity: .5;
}

.index_banner1 a,
.index_banner2 a,
.index_banner3 a,
.card a {
  text-decoration: none;
  color: #fff;
}

h3.index_banner_title,
h3.index_banner_title2 {
  width: auto;
  height: 18px;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 20px;
  letter-spacing: 3px;
  z-index: 2;
  margin-top: 0;
}

h3.index_banner_title {
  border-bottom: 2px #fff solid;
  color: #fff;
}

h3.index_banner_title2 {
  border-bottom: 2px #1d95d4 solid;
  color: #1d95d4;
}

.index_banner_caption,
.index_banner_caption2 {
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  left: 20px;
  z-index: 2;
}

.index_banner_caption {
  color: #fff;
  top: 50px;
}

/* 指定どおり上げ済み */
.index_banner_caption2 {
  color: #1d95d4;
  top: 60px;
}

.index_banner_icon2 {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 3px;
  right: 13px;
  z-index: 2;
}

.index_banner3 p.index_banner_caption {
  color: #666;
  /* グレー */
}