@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;
  text-align: left;
}
@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;
}
[id^="sec_"] figure {
  margin-bottom: 20px;
}
[id^="sec_"] figure img {
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #003da6;
  max-width: 100%;
}
@media screen and (min-width:1200px) {
  [id^="sec_"] figure img {
    max-width: 980px;
  }
}
[id^="sec_"] p a {
  text-decoration: underline;
  color: blue;
}
[id^="sec_"] p a:hover {
  text-decoration: none;
}
/*----------------ロゴ表示*/
img.dx_logo {
  display: inline-block;
  max-height: 53px;
  width: auto;
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
}
/*-----------------------------リンクボタン*/
.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;
}
/*--------------------------------------------------------#main_image*/
#mot_dx_server #main_image {
  background: url("../img/mot_dx_server_img/main_image_bg.png") no-repeat right center / cover, #f6eeea;
  margin-top: 0;
  min-height: 300px;
}
#mot_dx_server #main_image .row {
  min-height: 300px;
}
#mot_dx_server #main_image .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #00000099;
  padding-top: 30px;
  padding-bottom: 30px;
}
#mot_dx_server #main_image .catch_a {
  font-size: 1.3em;
  display: block;
  color: #fff;
}
#mot_dx_server #main_image .catch_b {
  font-size: 1.3em;
  display: block;
  color: #fff;
}
#mot_dx_server #main_image .ruby {
  font-size: 0.9em;
  display: block;
  color: #fff;
  margin-bottom: 20px;
}
#mot_dx_server #main_image h2 {
  display: block;
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
#mot_dx_server #main_image h2 span {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 10px 3px;
  margin: 30px auto;
}
@media print, screen and (min-width:768px) {
  #mot_dx_server #main_image {
    background: url("../img/mot_dx_server_img/main_image_bg.png") no-repeat center center / cover, #f6eeea;
    margin-top: 70px;
    min-height: 450px;
  }
  #mot_dx_server #main_image .row {
    min-height: 450px;
  }
  #mot_dx_server #main_image .catch_a {
    font-size: 2em;
  }
  #mot_dx_server #main_image h2 {
    font-size: 40px;
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------#sec_01*/
#sec_01 {
  background: #f6f6f6;
  padding-top: 30px;
}
@media print, screen and (min-width:768px) {
  #sec_01 {
    padding-top: 50px;
  }
}
/*--------------------------------------------------------#sec_02*/
#sec_02 ul.row {
  justify-content: center;
}
#sec_02 ul.row > li {
  margin-bottom: 20px;
  transition: all 0.3s;
}
#sec_02 ul.row > li .panel_wrap {
  box-shadow: 1px 1px 3px #ccc, -1px -1px 3px #bcbcbc;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #003da6;
  border-radius: 6px;
  padding: 15px;
  height: 100%;
  transition: all 0.3s;
}
@media print, screen and (min-width:768px) {
  #sec_02 ul.row > li .panel_wrap {
    padding: 30px;
  }
}
#sec_02 ul.row > li .panel_wrap.linked {
  border: 2px solid #003da6;
  transition: all 0.3s;
}
#sec_02 ul.row > li .panel_wrap.linked:hover {
  background: #eaf1ff;
}
#sec_02 ul.row > li .panel_wrap h5 {
  color: #003da6;
}
#sec_02 ul.row > li .panel_wrap p, #sec_02 ul.row > li .panel_wrap a:hover p {
  color: #666;
  font-size: 16px;
}
#sec_02 ul.row > li .panel_wrap a .btn {
  display: block;
  background: #003da6;
  border: 1px solid #003da6;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  width: 100%;
  transition: all 0.3s;
}
#sec_02 ul.row > li .panel_wrap a:hover .btn {
  background: #fff;
  color: #003da6;
}
#sec_02 ul.row > li .panel_wrap a img {
  transition: all 0.3s;
}
#sec_02 ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: perspective(100px) translateZ(15px);
}
#sec_02 ul.row > li .panel_wrap ul {
  margin: 20px auto;
  display: list-item;
  padding-left: 5%;
}
#sec_02 ul.row > li .panel_wrap ul li {
  text-align: left;
  margin-bottom: 8px;
  list-style: disc;
  font-size: 0.95em;
  color: #333;
}
@media print, screen and (min-width:768px) {
  #sec_02 ul.row > li .panel_wrap ul {
    padding-left: 5%;
  }
}
#sec_02 ul.row > li .panel_wrap h5 {
  font-size: 1.2em;
  color: #333;
}
#sec_02 ul.row > li .panel_wrap h5 span {
  font-size: 1.2em;
  margin-right: 0.2em;
  color: #003da6;
}
/*--------------------------------------------------------#sec_03*/
#sec_03 {
  background: #eaf1ff;
}
/*--------------------------------------------------------#sec_04*/
#sec_04 {}
/*--------------------------------------------------------#sec_05*/
#sec_05 {
  background: #eaf1ff;
}
/*--------------------------------------------------------#sec_06*/
#sec_06 {}
#sec_06 ul.row {
  justify-content: center;
}
#sec_06 ul.row > li {
  margin-bottom: 20px;
  transition: all 0.3s;
}
#sec_06 ul.row > li .panel_wrap {
  box-shadow: 1px 1px 3px #ccc, -1px -1px 3px #bcbcbc;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #003da6;
  border-radius: 6px;
  height: 100%;
  transition: all 0.3s;
}
#sec_06 ul.row > li .panel_wrap a {
  padding: 15px;
  border: 2px solid #003da600;
  border-radius: 6px;
  transition: all 0.3s;
}
@media print, screen and (min-width:768px) {
  #sec_06 ul.row > li .panel_wrap a {
    padding: 30px;
  }
}
#sec_06 ul.row > li .panel_wrap:hover {
  background: aliceblue;
}
#sec_06 ul.row > li .panel_wrap:hover a {
  border: 2px solid #003da6;
}
#sec_06 ul.row > li .panel_wrap h5 {
  color: #003da6;
}
#sec_06 ul.row > li .panel_wrap p, #sec_06 ul.row > li .panel_wrap a:hover p {
  color: #666;
  font-size: 16px;
}
#sec_06 ul.row > li .panel_wrap a img {
  width: 200px;
  transition: all 0.3s;
}
#sec_06 ul.row > li .panel_wrap:hover a img {
  opacity: 1;
  transform: perspective(100px) translateZ(15px);
}
#sec_06 .opt_area {
  background: #fff6e7;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: -50px;
}
#sec_06 .opt_area p {
  text-align: center;
}
/*--------------------------------------------------------#sec_07*/
#sec_07 {
  background: #eaf1ff;
}