@charset "utf-8";
/* CSS Document */
/*---------------------------------------タイトル*/
.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;
  }
}
/*--------------------------------セクション*/
.triangle_bottom {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #fff transparent transparent transparent;
  margin: 0 auto;
}
[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_"] ul.row {
  justify-content: center;
  align-content: center;
}
[id^="sec_"] ul.row > li {
  margin: auto auto;
}
[id^="sec_"] ul.row > li p {
  text-align: left;
}
.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;
  }
  [id^="sec_"] ul.row > li {
    margin: 30px auto;
  }
}
strong {
  font-weight: bold;
  font-size: 1.1em;
}
/*--------------------------------セクション背景*/
.bg_lit_bul {
  background: #dbefff;
}
/*-------------------------------------------------------#sec_01*/
#sec_01 {
  padding-top: 0;
  padding-bottom: 50px;
}
/*-------------------------------------------------------.*/
ul.cate_frame {
  text-align: left;
  margin-bottom: 20px;
}
ul.cate_frame > li {
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 5px;
}
ul.cate_frame > li, ul.cate_frame > li a {
  color: #224c90;
}
ul.cate_frame > li a {
  display: flex;
  padding-left: 8px;
  padding-bottom: 3px;
  width: 100%;
  transition: 0.5s;
}
ul.cate_frame > li:nth-child(1) {
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px dotted #224c90;
  margin-bottom: 10px
}
ul.cate_frame > li:nth-child(1) a, ul.cate_frame > li.non_links {
  font-size: 1em;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.cate_frame > li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  margin-right: 4px;
}
ul.cate_frame > li.cate_hd a:before, ul.cate_frame > li.non_links:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-right: 8px;
}
ul.cate_frame > li a:hover {
  background: #224c90;
  color: #fff;
  transition: 0.5s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  ul.cate_frame > li {
    font-size: 0.8em;
  }
  ul.cate_frame > li:nth-child(1) {
    font-size: 0.9em;
  }
  ul.cate_frame > li:nth-child(1) a {
    font-size: 0.9em;
  }
}