@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;
  }
}
/*--------------------------------セクション*/
.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: 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;
  }
}
strong {
  font-weight: bold;
  font-size: 1.1em;
}
/*--------------------------------セクション背景*/
.bg_lit_bul {
  background: #dbefff;
}
/*-------------------------------------------------------#sec_01*/
#sec_01 {
  padding-top: 0;
  padding-bottom: 50px;
}
#sec_01 h3 {
  margin-top: 30px;
}
#sec_01 strong {
  color: #bf0d3e;
}
#sec_01 ul li .panel_wrap {
  display: block;
  flex-flow: wrap column;
  background: #fff;
  height: 100%;
  padding: 10px 20px;
  position: relative;
  margin: 10px 10px;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: 1px 2px 3px #999;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #sec_01 ul li .panel_wrap {
    margin: 0;
  }
}
#sec_01 ul li .panel_wrap h4 {
  font-size: 20px;
  font-weight: bold;
  margin: -10px -20px 0;
}
#sec_01 ul li .panel_wrap h4 span {
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 8px;
  background: #0099ff;
  color: #fff;
}
#sec_01 ul li:nth-child(2) .panel_wrap h4 span {
  background: #065EE1;
}
#sec_01 ul li:nth-child(3) .panel_wrap h4 span {
  background: #0142AD;
}
#sec_01 ul li .panel_wrap p {
  margin-bottom: 10px;
  font-size: 16px;
}
#sec_01 ul li .panel_wrap p a {
  color: #0099ff;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  #sec_01 ul li .panel_wrap p {
    margin-bottom: 10px;
  }
}
#sec_01 ul li .panel_wrap span.bg_tx {
  position: absolute;
  bottom: 80px;
  right: -120px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 280px;
  font-weight: 600;
  color: #003da3;
  opacity: 0.1;
  z-index: -1;
}
#sec_01 ul li:nth-child(-n+2):after {
  content: "";
  position: absolute;
  top: 112%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #003da3;
}
@media screen and (min-width: 768px) {
  #sec_01 ul li:nth-child(-n+2):after {
    top: 50%;
    left: 104%;
    border-left: 30px solid #003da3;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
}
/*-------------------------------------------------------#sec_02*/
#sec_02 ul {
  padding: 10px;
}
#sec_02 ul li {
  font-size: 14px;
  display: flex;
  color: #333;
}
@media screen and (min-width: 768px) {
  #sec_02 ul li {
    font-size: 16px;
  }
}
#sec_02 ul li strong {
  font-size: 18px;
  color: #003da3;
}
#sec_02 ul li small {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.5em;
  margin-top: 10px;
}
#sec_02 ul li .panel_wrap {
  border: 2px solid #003da3;
  padding: 10px 0px;
  width: 100%;
  border-radius: 6px;
}
#sec_02 ul.row li {
  margin: 0;
  padding: 1px;
}
@media screen and (min-width: 768px) {
  #sec_02 ul li strong {
    font-size: 20px;
  }
  #sec_02 ul.row li {
    padding: 10px;
  }
}
#sec_02 .expl {
  margin: 30px 0;
}
#sec_02 .expl dl {
  border-bottom: 1px dotted #003da3;
  display: flex;
  flex-flow: column wrap;
  margin: 0 0 20px;
  padding: 0 0 15px;
  width: 100%;
}
#sec_02 .expl dl dt, #sec_02 .expl dl dd {
  float: none;
  padding: 10px;
  font-size: 16px;
}
#sec_02 .expl dl dt {
  align-items: center;
  background: #003da3;
  color: #fff;
  display: flex;
  flex-flow:column wrap;
  justify-content: center;
  width: 100%;
}
#sec_02 .expl dl dd {
  width: 100%;
  text-align: left;
}
#sec_02 .expl dl dd a {
  color: #003da3;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #sec_02 .expl dl dt, #sec_02 .expl dl dd {
    font-size: 18px;
  }
  #sec_02 .expl dl {
    flex-flow: row wrap;
  }
  #sec_02 .expl dl dt {
    width: 45%;
  }
  #sec_02 .expl dl dd {
    width: 55%;
  }
}
.link_btn a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 40px auto 0;
  font-weight: bold;
}
.link_btn a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}