@charset "utf-8";
/*---------------------------------------------
	by-case-studies-industry.css
  ---------------------------------------------*/
#sec_case {
  padding-bottom: 0;
}
@media screen and (min-width:768px) {
  #sec_case {
    padding-bottom: 50px;
  }
}
.triangle_bottom {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #fff transparent transparent transparent;
  margin: 0 auto 0;
}
.bg_aqua_bl {
  background: #e7f7ff;
}
/*----------------------------------------------ページタイトル*/
.cloud_fnctitle {
  width: 100%;
  background: linear-gradient(to right, #065fe3 0, #003da3 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 40px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cloud_fnctitle {
    margin-top: 70px;
    font-size: 36px;
    height: 145px;
  }
}
/*--------------------------------「業種別利用イメージ」*/
#sec_case {
  padding-top: 30px;
  padding-bottom: 30px;
}
#sec_case p {
  margin-bottom: 30px;
}
#sec_case ul {
  margin: auto auto 20px;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  #sec_case ul {
    margin: auto auto 50px;
  }
}
#sec_case ul li a {
  display: block;
  margin: 10px auto 20px;
}
#sec_case ul li a h3 {
  color: #356599;
  font-size: 20px;
  font-weight: bold;
  margin: 5px auto 0px;
  text-align: center;
}
#sec_case ul li a p {
  color: #666;
  font-size: 16px;
}
/*--------------------------------「導入事例」タイトル*/
#categoly_case .bg_blue_g {
  background: linear-gradient(to right, #065fe3 0, #003da3 100%);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 2px 3px #003da3;
}
#categoly_case .bg_blue_g h3.sub_fnctitle {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  text-align: center;
}
#categoly_case .bg_blue_g h3.sub_fnctitle.ovr {
  font-size: 21px;
}
@media print, screen and (min-width: 768px) {
  #categoly_case .bg_blue_g {
    height: 110px;
    margin: 0;
  }
  #categoly_case .bg_blue_g h3.sub_fnctitle, #categoly_case .bg_blue_g h3.sub_fnctitle.ovr {
    font-size: 34px;
  }
}
/*---------------------------「導入事例」欄*/
#sec_intro_case {
  background: #f0f8ff;
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
}
#sec_intro_case ul li {
  margin: 10px auto;
}
#sec_intro_case ul li a {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #003da3;
  color: #003da3;
  display: block;
  height: 100%;
  padding: 10px;
  text-align: left;
}
#sec_intro_case ul li a .img_wrap {
  background: #fff;
  width: 100%;
  height: auto;
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:768px) {
  #sec_intro_case ul li a .img_wrap {
    max-height: 300px;
  }
}
@media screen and (min-width:980px) {
  #sec_intro_case ul li a .img_wrap {
    max-height: 220px;
  }
}
#sec_intro_case ul li a img {
  width: 100%;
  height: auto;
  min-width: 400px;
  transition: 0.6s;
}
#sec_intro_case ul li a:hover img {
  transform: scale(1.3);
}
#sec_intro_case ul.row li a h5 {
  font-weight: bold;
  font-size: initial;
}
#sec_intro_case ul li a span {
  display: block;
  margin-top: 5px;
  color: #003da3;
  font-size: 14px;
  text-align: right;
}
#sec_intro_case p a {
  color: #003da3;
  text-decoration: underline;
}
#sec_intro_case p a:visited {
  color: #003da3;
}