@charset "UTF-8";
/*----------------------------------------------ページタイトル*/
.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;
  }
}
.pankuzu {
  width: 100%;
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
[id^="sec_"] .container {
  /* margin-top: 30px;*/
}
[id^="sec_"] p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 18px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3:not(.sub_fnctitle) {
  color: #3366ff;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  /*  padding-right: 30px;
  padding-left: 30px;*/
  display: inline-block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3:not(.sub_fnctitle) {
    font-size: 36px;
  }
}
[id^="sec_"] h4 {
  color: #0660c5;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
[id^="sec_"] h5 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
}
[id^="sec_"] ul.row > li p {
  text-align: left;
}
[id^="sec_"] ul.row > li figure figcaption {
  text-align: left;
}
.link_btn_area {
  display: block;
  margin: 30px auto auto;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
}
.link_btn_area.in_site a {
  background: #ff9900;
  transition: all 0.5s;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  .link_btn_area a {
    width: 60%;
  }
}
strong {
  font-weight: bold;
  font-size: 1.1em;
}
#bunsho_ocr img {
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #003da6;
  width: 100%;
  max-width: 960px;
}
/*--------------------------------------------------------#sec_01*/
#sec_01 {
  background: #f6f6f6;
}
@media print, screen and (min-width:768px) {
  #sec_01 {
    padding-top: 50px;
  }
}
#sec_01 figure figcaption {
  margin: 15px auto 50px;
  text-align: left;
  margin-left: 0;
  line-height: 1.8em;
}
@media print, screen and (min-width:768px) {
  #sec_01 figure figcaption {
    margin-left: 10%;
  }
}
/*--------------------------------------------------------#sec_02*/
#sec_02 figure figcaption {
  margin: 15px auto 0;
}
/*--------------------------------------------------------#sec_03*/
#sec_03 {
  background: #eaf1ff;
}
#sec_03 .sec_cld {
  padding-top: 50px;
  padding-bottom: 50px;
}
#sec_03 .sec_cld:nth-child(3) {
  background: #fff;
}
#sec_03 ul.row {
  justify-content: center;
}
#sec_03 ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
#sec_03 ul.row > li p, #sec_03 ul.row > li h5, #sec_03 ul.row > li ul li {
  text-align: left;
  width: 100%;
}
#sec_03 ul.row > li h5 {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
#sec_03 ul.row > li h5 span {
  color: #00c4cc;
  font-size: 30px;
  font-weight: 700;
  padding-right: 5px;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  #sec_03 ul.row > li h5 {
    text-align: left;
  }
  #sec_03 ul.row > li h5 span {
    color: #00c4cc;
    font-size: 52px;
  }
}
#sec_03 ul.row > li ul {
  list-style: none;
  margin: auto;
  padding: 0 15px;
  margin-left: 1em;
}
#sec_03 ul.row > li ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
#sec_03 ul.row > li ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #00c4cc;
  border-radius: 50%;
  margin-left: -1.5em;
  margin-right: 0.5em;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
#sec_03 ul.row > li ul li:nth-child(1):before {
  content: "1";
}
#sec_03 ul.row > li ul li:nth-child(2):before {
  content: "2";
}
#sec_03 ul.row > li ul li:nth-child(3):before {
  content: "3";
}
#sec_03 ul.row > li ul li:nth-child(4):before {
  content: "4";
}