@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;800&display=swap');*/
/* CSS Document */
#index_moving #main_img_area {
  /* font-family: 'M PLUS 1p', sans-serif;*/
}
#index_moving {
  font-size: 16px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media print, screen and (min-width:768px) {
  #index_moving {
    font-size: 18px;
  }
}
.pc_none {
  display: inline-block;
}
.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: inline-block;
  }
}
/*-------------------------------------------------------#main_img_area*/
#main_img_area {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/index_moving_img/main_bg.png")no-repeat center center / cover;
  margin-top: 0px;
  height: auto;
  padding: 30px 0 50px;
}
@media print, screen and (min-width:768px) {
  #main_img_area {
    margin-top: 70px;
    height: 550px;
    padding: 100px 0px;
  }
}
#main_img_area ul.row {
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0;
}
#main_img_area ul.row > li {
  padding: 0px;
  margin: 0;
}
#main_img_area ul.row > li .catch {
  font-size: 18px;
  color: #7e7e7e;
  font-weight: 900;
  background: #ffffffc4;
  border-radius: 10px;
  line-height: 1.5em;
  padding: 10px;
  margin: auto;
  width: auto;
}
#main_img_area ul.row > li .catch span {
  color: #E91E63;
}
@media print, screen and (min-width:768px) {
  #main_img_area ul.row > li .catch {
    font-size: 28px;
  }
}
@media print, screen and (min-width:992px) {
  #main_img_area ul.row > li .catch {
    font-size: 34px;
  }
}
@media print, screen and (min-width:1200px) {
  #main_img_area ul.row > li .catch {
    font-size: 36px;
    margin-right: 7%;
    width: 660px;
  }
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
}
[id^="sec_"] p {
  font-size: 18px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 20px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3 {
  font-size: 24px;
  color: #0660c5;
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3 {
    font-size: 36px;
  }
}
[id^="sec_"] h4 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
[id^="sec_"] ul li p {
  text-align: left;
  margin: 15px auto;
}
.link_btn_area span.block {
  display: block;
  margin-bottom: 5px;
}
.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;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.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%;
  }
}
.panel_wrap {
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
}
/*--------------------------------セクションタイトル*/
#index_moving .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;
}
#index_moving .bg_blue_g h3.sub_fnctitle {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  text-align: center;
}
#index_moving .bg_blue_g h3.sub_fnctitle.ovr {
  font-size: 21px;
}
@media print, screen and (min-width: 768px) {
  #index_moving .bg_blue_g {
    height: 110px;
    margin: 0;
  }
  #index_moving .bg_blue_g h3.sub_fnctitle, #index_moving .bg_blue_g h3.sub_fnctitle.ovr {
    font-size: 34px;
  }
}
/*-----------------------------#sec_01*/
#sec_01 {
  padding-top: 0;
  background: #bce8ff;
}
#sec_01 .tit_area {
  background: #3366ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec_01 .tit_area .container {
  margin-top: 0;
  position: relative;
}
#sec_01 .tit_area img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
}
@media print, screen and (min-width:768px) {
  #sec_01 .tit_area img {
    width: 150px;
  }
}
@media print, screen and (min-width:992px) {
  #sec_01 .tit_area img {
    width: auto;
  }
}
#sec_01 .tit_area h3 {
  background: #ffffff;
  border-radius: 6px;
  color: #3366ff;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  margin: 10px 10px 10px 80px;
  width: calc(100% - 25%);
}
#sec_01 .tit_area h3:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -10px;
}
@media print, screen and (min-width:768px) {
  #sec_01 .tit_area h3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    margin: 10px 10px 10px 35%;
    width: calc(100% - 30%);
  }
}
@media print, screen and (min-width:992px) {
  #sec_01 .tit_area h3 {
    font-size: 32px;
    margin: 10px 10px 10px 25%;
    width: calc(100% - 20%);
  }
}
#sec_01 ul.row {
  justify-content: center;
  align-items: stretch;
  margin: 50px auto 0;
  transition: 0.3s;
}
#sec_01 ul.row > li {
  margin-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
}
#sec_01 ul.row > li a {
  border: 3px solid #004eff;
  padding: 10px;
  transition: 0.3s;
  background: #fff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#sec_01 ul.row > li a h4 {
  color: #666;
  font-size: 1.3em;
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  #sec_01 ul.row > li {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #sec_01 ul.row > li a h4 {
    font-size: 1.5em;
    font-weight: 900;
  }
}
#sec_01 ul.row > li img {
  width: 150px;
  margin-bottom: 10px;
}
#sec_01 ul.row > li a:hover {
  background: #f0ff00;
}
#sec_01 ul.row > li a:hover img {
  opacity: 1;
  transform: rotate(4deg);
  transition: 0.5s;
}
#sec_01 ul.row > li a:hover h4 {
  color: #004eff;
}
/*--------------------------------導入事例_#sec_01_1*/
#sec_01_1 {
  padding-top: 10px;
}
@media print, screen and (min-width:768px) {
  #sec_01_1 {
    padding-top: 50px;
  }
}
#sec_01_1 p {
  margin-bottom: 20px;
}
ul.zirei_list {
  background: #f6f6f6;
  padding: 10px;
  display: inline-block;
  text-align: left;
}
ul.zirei_list li {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 5px;
}
@media print, screen and (min-width:768px) {
  ul.zirei_list {
    padding: 40px;
    text-align: center;
  }
}
#sec_01_1 .link_btn_area {
  margin-top: 50px;
}
/*--------------------------------「高音質・高安定性の理由」#sec_antei */
#sec_antei {
  background: #EBF7FD;
}
/*-----------------------------#sec_reason*/
#sec_reason {
  background: linear-gradient(to right, #065fe3 0, #0599e6 100%);
}
#sec_reason h3 {
  color: #fff;
  text-shadow: 2px 2px 1px #003da3;
}
#sec_reason h3 + p {
  color: #fff;
  margin-bottom: 30px;
}
#sec_reason ul {
  margin: 20px auto 0;
}
#sec_reason ul li {
  align-self: stretch;
  display: flex;
  margin-bottom: 20px;
}
#sec_reason ul li .panel_wrap {
  background: #fff;
  border-radius: 6px;
  padding: 10px 15px;
  width: 100%;
}
#sec_reason ul li .panel_wrap h4 {
  margin-top: 10px;
}
#sec_reason .link_btn_area span {
  color: #fff;
}
/*--------------------------------------------------------業界最安値級の料金プラン*/
#sec_rate_plan ul.row + p {
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.2em;
}
#sec_rate_plan table {
  width: 100%;
}
#sec_rate_plan table th {
  width: 50%;
  background: linear-gradient(to right, #065fe3 0, #0599e6 100%);
  color: #fff;
  border: 1px solid #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#sec_rate_plan table td {
  width: 50%;
  padding: 15px;
  background: #e5eefb;
  border: 1px solid #fff;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  #sec_rate_plan table th {
    font-size: 16px;
  }
  #sec_rate_plan table td {
    font-size: 16px;
  }
}
#sec_rate_plan .sub_fnctitle {
  font-size: 24px;
  font-weight: 900;
  color: #003da3;
  letter-spacing: 1.5px;
  text-align: center;
  margin: 20px auto;
}
@media print, screen and (min-width: 768px) {
  #sec_rate_plan .sub_fnctitle {
    font-size: 34px;
  }
}
#sec_rate_plan .sub_fnctitle span {
  font-size: 60px;
}
/*-----------------------------#sec_02*/
#sec_02 h3 {
  display: inline-block;
  position: relative;
}
#sec_02 h3:before {
  content: "/";
  /* content: "\05C";*/
  position: absolute;
  font-size: 30px;
  color: #004eff;
  left: calc(100% - 110%);
  top: 0;
  bottom: 0;
  margin: -0.3em auto auto;
  transform: scaleX(-1);
}
#sec_02 h3:after {
  content: "/";
  position: absolute;
  font-size: 30px;
  color: #004eff;
  right: calc(100% - 110%);
  top: 0;
  bottom: 0;
  margin: -0.3em auto auto;
}
@media print, screen and (min-width:768px) {
  #sec_02 h3:before {
    font-size: 36px;
  }
  #sec_02 h3:after {
    font-size: 36px;
  }
}
#sec_02 ul.row {
  justify-content: center;
}
#sec_02 ul.row li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec_02 ul.row > li ul.fds_tx {
  width: 100%;
}
#sec_02 ul.row > li ul.fds_tx li {
  display: block;
  background: #d3e3ff;
  color: #000;
  margin: 35px auto;
  padding: 20px 10px;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
#sec_02 ul.row > li ul.fds_tx li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #d3e3ff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin: 0 auto;
  top: inherit;
  left: 0;
  right: 0;
  bottom: -10px;
}
@media print, screen and (min-width:768px) {
  #sec_02 ul.row > li ul.fds_tx li:after {
    border-top: 10px solid transparent;
    border-left: 10px solid #d3e3ff;
    border-bottom: 10px solid transparent;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -20px;
    left: inherit;
  }
}
#sec_02 ul.row > li ul.arrow_tx {
  width: 100%;
}
#sec_02 ul.row > li ul.arrow_tx li {
  display: block;
  background: #3366ff;
  color: #fff;
  padding: 10px;
  width: 100%;
  margin: 20px auto;
  font-size: 24px;
  font-weight: bold;
}
#sec_02 ul.row > li ul.arrow_tx li:nth-child(2) {
  background: #4CAF50;
}
/*-----------------------------#sec_03*/
#sec_03 {
  background: repeating-linear-gradient(45deg, #ffefbc, #ffefbc 10px, #ffefbc80 0, #ffefbc80 20px);
}
#sec_03 img {
  max-width: 700px;
}
/*-----------------------------#sec_difference*/
#sec_difference {
  background: #acefff;
}
#sec_difference ul.row {
  margin: 30px auto;
}
#sec_difference ul.row li .panel_wrap {
  border-radius: 10px;
  padding: 10px 10px 30px;
  margin: 10px auto;
  background: #fff;
}
#sec_difference ul.row li .panel_wrap a {
  background: #074489;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  display: block;
  border: 1px solid #074489;
  border-radius: 6px;
}
#sec_difference ul.row li .panel_wrap a:hover {
  background: #fff;
  color: #074489;
  transition: 0.3s;
}
#sec_difference ul.row li:nth-child(2) .panel_wrap a {
  background: #065447;
  border: 1px solid #065447;
  color: #fff;
}
#sec_difference ul.row li:nth-child(2) .panel_wrap a:hover {
  background: #fff;
  color: #065447;
  transition: 0.3s;
}
#sec_difference ul.row li h4 {
  background: #0057b8;
  color: #fff;
  display: block;
  font-weight: bold;
  position: relative;
  padding: 8px 0;
  border-radius: 50px;
  max-width: 450px;
  margin: 10px auto;
}
#sec_difference ul.row li:nth-child(2) h4 {
  background: #07705e;
}
#sec_difference ul.row li h4:after {
  border: 15px solid transparent;
  border-top: 15px solid #0057b8;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  transform: scaleX(0.6);
  width: 0;
  right: 0;
  bottom: -28px;
  left: 0;
}
#sec_difference ul.row li:nth-child(2) h4:after {
  border-top: 15px solid #07705e;
}
#sec_difference ul.row li figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 25px;
}
#sec_difference ul.row li figure .abj_wrap {
  width: 120px;
  margin: 10px auto 0;
  position: relative;
}
#sec_difference ul.row li figure figcaption strong {
  font-weight: bold;
  color: #ff0000;
}
#sec_difference ul.row li figure figcaption:not(.abj_num) {
  padding: 10px;
  text-align: left;
  font-size: 18px;
  width: 100%;
}
@media print, screen and (min-width:992px) {
  #sec_difference ul.row li figure {
    flex-direction: row;
  }
  #sec_difference ul.row li figure figcaption:not(.abj_num) {
    font-size: 20px;
    width: 200%;
  }
  #sec_difference ul.row li figure .abj_wrap {
    width: 100%;
  }
}
#sec_difference ul.row li figure .abj_wrap figcaption.abj_num {
  color: #3e6eb4;
  font-size: 45px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#sec_difference ul.row li:nth-child(2) figure .abj_wrap figcaption.abj_num {
  color: #07705e;
}
@media print, screen and (min-width:1200px) {
  #sec_difference ul.row li figure .abj_wrap figcaption.abj_num {
    font-size: 58px;
  }
}
/*-----------------------------#sec_04*/
#sec_04 table {
  width: 100%;
  border: 2px solid #fff;
}
#sec_04 table tr th, #sec_04 table tr td {
  padding: 5px;
  background: #EBF7FD;
  border: 2px solid #fff;
}
#sec_04 table thead tr th {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #6699cc;
  color: #fff;
}
#sec_04 table thead tr th:nth-child(1) {
  background: #fff;
}
#sec_04 table tr:nth-child(odd) td {
  background: #ebeffd;
}
#sec_04 table tr td:nth-child(1) {
  text-align: left;
  padding-left: 1em;
}
#sec_04 table thead tr th:nth-child(2) {
  background: #ffaa00;
  width: 30%;
}
#sec_04 table tr td:nth-child(2) {
  background: #ffff99;
  font-weight: bold;
}
#sec_04 table tr:nth-child(odd) td:nth-child(2) {
  background: #ffef99;
  font-weight: bold;
}
/*-----------------------------#sec_05*/
#sec_05 {
  background: #EBF7FD;
}
#sec_05 ul.row {
  justify-content: center;
}
#sec_05 ul.row li, #sec_05 ul.row li a {
  display: flex;
  align-self: stretch;
}
#sec_05 .deploy_type ul.row li a {
  color: #666;
}
#sec_05 ul.row li .panel_wrap {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 10px 30px;
  margin: 10px auto;
  background: #fff;
  width: 100%;
}
#sec_05 ul.row li img {
  width: auto;
  margin-bottom: 0px;
}
@media print, screen and (min-width:768px) {
  #sec_05 ul.row li img {
    margin-bottom: 20px;
  }
}
#sec_05 ul.row li h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0057b8;
}
#sec_05 ul.row li figure figcaption {
  text-align: left;
}
#sec_05 h4 {
  background: #0057b8;
  color: #fff;
  padding: 10px;
  position: relative;
}
#sec_05 .semi_cloud_merit h4 {
  background: #07705e;
}
#sec_05 .deploy_type h4 {
  background: #2196f3;
}
#sec_05 h4:after {
  border: 15px solid transparent;
  border-top: 15px solid #0057b8;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  transform: scaleX(0.6);
  width: 0;
  right: 0;
  bottom: -28px;
  left: 0;
}
#sec_05 .semi_cloud_merit h4:after {
  border-top: 15px solid #07705e;
}
#sec_05 .deploy_type h4:after {
  border-top: 15px solid #2196f3;
}
#sec_05 h4 strong {
  font-weight: 900;
  font-size: 1.1em;
}
#sec_05 .semi_cloud_merit {
  margin: 50px auto;
}
#sec_05 .deploy_type {
  margin: auto auto 50px;
}
#sec_05 .deploy_type ul.row li a:hover .panel_wrap {
  opacity: 1;
  border: 1px solid #2379ff;
  background: #e4f2ff;
  color: #333;
  transition: 0.5s;
}
/*-----------------------------#sec_06*/
#sec_06 {
  padding-bottom: 0;
}
#sec_06 [class^="benefits_"], #sec_06 [class*=" benefits_"] {
  padding-top: 50px;
  padding-bottom: 50px;
}
#sec_06 .benefits_01 {
  padding-top: 0px;
}
#sec_06 .benefits_02, #sec_06 .benefits_04 {
  background: #EBF7FD;
}
#sec_06 .benefits_05 ul.row li:nth-child(n+3) {
  margin-top: 30px;
}
#sec_06 .link_btn_area {
  padding-bottom: 50px;
}
#sec_06 h4 {
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  color: #333;
}
#sec_06 h4 span {
  display: block;
  color: #0ba6ac;
}
#sec_06 h4 span strong {
  font-weight: 900;
  font-size: 58px;
}
@media print, screen and (min-width:768px) {
  #sec_06 h4 {
    text-align: left;
  }
}
#sec_06 img {
  border-radius: 8px;
}
#sec_06 p.tel_num .tel-link, #sec_06 p span.cmpy_name {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #003da3;
  margin: 10px 10px 10px auto;
  line-height: 1.3em;
}
/*-----------------------------#sec_07*/
#sec_07 {
  background: #acefff;
}
#sec_07 ul.row {
  justify-content: center;
}
#sec_07 ul.row li {
  display: flex;
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width:768px) {
  #sec_07 ul.row li {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#sec_07 ul.row li .panel_wrap {
  border: 1px solid #acefff;
  border-radius: 0px;
  padding: 5px;
  margin: 0;
  background: #fff;
  width: 100%;
  box-shadow: none;
  transition: 0.5s;
}
#sec_07 ul.row li img {
  width: auto;
  margin-bottom: 0px;
  transition: 0.3s;
}
#sec_07 ul.row li figure h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}
#sec_07 p {
  margin: 20px auto;
}
#sec_07 ul.row li figure figcaption {
  display: none;
}
@media print, screen and (min-width:768px) {
  #sec_07 ul.row li .panel_wrap {
    border-radius: 10px;
    padding: 10px 15px 30px;
    margin: 10px auto;
    background: #fff;
    width: 100%;
    box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  }
  #sec_07 ul.row li img {
    margin-bottom: 20px;
  }
  #sec_07 ul.row li figure h5 {
    font-size: 22px;
  }
  #sec_07 ul.row li figure figcaption {
    display: block;
    text-align: left;
  }
}
#sec_07 ul.row li a {
  display: flex;
  color: #006eb8;
  width: 100%;
}
#sec_07 ul.row li .panel_wrap a figure {
  transition: 0.5s;
}
#sec_07 ul.row li a:hover figure {
  background: #e4f2ff;
  transition: 0.5s;
}
#sec_07 ul.row li a:hover figure img {
  opacity: 1;
  transform: rotate(-5deg);
  transition: 0.5s;
}
/*-----------------------------#sec_08*/
/*#sec_08 .plan_fee {
  padding-bottom: 25px;
  border-bottom: 1px dotted #0660c5;
}
#sec_08 .call_charge {
  margin-top: 25px;
}
#sec_08 div p {
  margin: 30px auto;
  font-size: 16px;
}
#sec_08 table {
  width: 100%;
  border: 2px solid #fff;
}
#sec_08 table tr th, #sec_08 table tr td {
  padding: 5px;
  background: #EBF7FD;
  border: 2px solid #fff;
}
#sec_08 table thead tr th {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #6699cc;
  color: #fff;
}
#sec_08 .call_charge table thead tr > th:nth-child(1) {
  width: 30%;
}
#sec_08 table tr:nth-child(odd) td {
  background: #ebeffd;
}
#sec_08 table tr td:nth-child(1) {
  text-align: left;
  padding-left: 1em;
  font-weight: bold;
}
#sec_08 table thead tr th:nth-child(2) {
  width: 30%;
}*/
#sec_08 {
  background: #ebf4ff;
}
#sec_08 .row {
  justify-content: center;
}
#sec_08 .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
#sec_08 div.sec_cld {
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
#sec_08 div.sec_cld:nth-child(2) {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
#sec_08 p.sub_tx {
  font-size: 1em;
  font-weight: bold;
  color: #006eb8;
}
#sec_08 h4 {
  color: #006eb8;
  display: block;
  font-size: 28px;
  font-weight: 900;
}
@media print, screen and (min-width:768px) {
  #sec_08 h4 {
    font-size: 36px;
  }
}
/*----------------------------------------------「お問い合わせ」バンド*/
[id^="cttband_"] a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(-135deg, #2ccbc6 5%, blue 5%);
  background-size: 100% 100%;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
  transition: 3.5s;
}
@media print, screen and (min-width:576px) {
  [id^="cttband_"] a {
    background-image: linear-gradient(-135deg, #2ccbc6 35%, blue 35%);
  }
}
@media print, screen and (min-width:768px) {
  [id^="cttband_"] a {
    font-size: 24px;
  }
}
[id^="cttband_"] a:before {
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  background: url("../img/common_img/mottel_ico.png");
}
[id^="cttband_"] a:hover {
  background-size: 200% 200%;
  transition: 3s;
}
/*---------------------------「導入事例」欄*/
#cloud_fnc_sec_30 {
  margin: 0 auto;
  background: #fff;
}
#cloud_fnc_sec_30 ul li {
  margin: 10px auto;
}
#cloud_fnc_sec_30 ul li a {
  display: block;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #003da3;
  color: #003da3;
  height: 100%;
  text-align: left;
}
#cloud_fnc_sec_30 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) {
  #cloud_fnc_sec_30 ul li a .img_wrap {
    max-height: 300px;
  }
}
@media screen and (min-width:980px) {
  #cloud_fnc_sec_30 ul li a .img_wrap {
    max-height: 220px;
  }
}
#cloud_fnc_sec_30 ul li a img {
  width: 100%;
  height: auto;
  min-width: 400px;
  transition: 0.6s;
}
#cloud_fnc_sec_30 ul li a:hover img {
  transform: scale(1.3);
}
#cloud_fnc_sec_30 ul.row li a h5 {
  font-weight: bold;
  font-size: initial;
}
#cloud_fnc_sec_30 ul li a span {
  display: block;
  margin-top: 5px;
  color: #003da3;
  font-size: 14px;
  text-align: right;
}
#cloud_fnc_sec_30 p a {
  color: #003da3;
  text-decoration: underline;
}
#cloud_fnc_sec_30 p a:visited {
  color: #003da3;
}
/*-----------------------------お知らせテキストリンク*/
#info_txt {
  padding: 30px 10px;
  background: #dde5ff;
}
#info_txt a {
  font-size: 1.1em;
  color: #333;
  font-family: "メイリオ";
  text-decoration: underline;
  text-decoration-color: #333;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
  text-decoration-style: double;
}
#info_txt a span {
  font-weight: bold;
}
#info_txt a:hover {
  color: #0660c5;
  text-decoration-color: #0660c5;
}
/*-----------------------------MOTip050*/
#sec_motip {
  background: #c2e6ff;
}
#sec_motip ul.row {
  margin: 30px auto;
  justify-content: center;
  align-items: center;
}
/*-----------------------------MOT/HG*/
#sec_mothg {
  background: #d7f1ff;
}
#sec_mothg ul.row {
  margin: 30px auto;
  justify-content: center;
  align-items: center;
}