@charset "utf-8";
/* CSS Document */
/*----------------------------------------------ページタイトル*/
.cloud_fnctitle {
  width: 100%;
  background: linear-gradient(to right, #065fe3 0, #003da3 100%);
  color: #fff;
  font-size: 20px;
  padding: 40px 0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cloud_fnctitle {
    font-size: 36px;
    padding: 120px 0 50px;
  }
}
/*--------------------------------セクション*/
[id^="sec_"] {
  margin: 0 auto;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
[id^="sec_"] p {
  font-size: 16px;
  text-align: center;
  line-height: 1.8em;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  [id^="sec_"] p {
    font-size: 18px;
  }
}
[id^="sec_"] h4, [id^="sec_"] h5 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #0099ff;
}
[id^="sec_"] ul.row {
  justify-content: center;
  align-content: center;
}
[id^="sec_"] ul.row li {
  margin: 30px auto;
}
[id^="sec_"] ul.row li p {
  text-align: left;
}
[id^="sec_"] ul.row li a {
  border: 1px solid #0057b8;
  background: #0057b8;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 20px 0;
  margin: 15px auto;
  font-size: 16px;
}
[id^="sec_"] ul.row li a:hover {
  background: #fff;
  color: #0057b8;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  [id^="sec_"] ul.row li a {
    font-size: 20px;
    padding: 10px 0;
  }
}
.tx_small {
  display: block;
  margin: 10px auto;
}
figcaption {
  font-size: 16px;
  margin: 10px auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  figcaption {
    font-size: 18px;
  }
}
/*--------------------------------セクション背景*/
.bg_lit_bul {
  background: #dbefff;
}
/*-------------------------------------------------------------------------*/
#sec_01 {
  padding-top: 0;
  padding-bottom: 0;
  background: url("../img/soltion_img/corporate-mobile_img/corp_mob_bg.jpg") no-repeat center center / cover;
}
#sec_02 figcaption {
  background: #0099FF;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
  position: relative;
  text-align: center;
}
#sec_02 figcaption:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0099FF;
  border-left: 10px solid transparent;
  margin-left: -10px;
  border-bottom-color: #0099FF;
  top: -40%;
  left: 50%;
}
#sec_03 span.tx_blue {
  color: #0057b8;
  font-weight: bold;
}
#sec_05 figure figcaption {
  text-align: center;
  font-weight: bold;
  background: #333;
  color: #fff;
  padding: 8px;
}
#sec_08 ul.row li {
  align-self: center;
}