@charset "utf-8";
/* CSS Document */
.pankuzu {
  width: 100%;
}
/*----------------------------------------------ページタイトル*/
.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;
  }
}
/*-----------------------------共通項目*/
.art_box {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
}
strong {
  font-weight: bold;
}
/*-----------------------------セクションベース*/
[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%;
  }
}
/*-------------------------------二つ並びのボタンエリア*/
.two_btn {
  padding: 30px 0;
}
.two_btn .link_btn_area a {
  width: 100%;
}
ul.row {
  justify-content: center;
}
ul.row > li {
  margin-bottom: 45px;
  padding: 8px 15px;
}
ul.row > li .panel_wrap {
  border: 1px solid #a9beff;
  border-radius: 6px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
}
ul.row > li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  padding: 20px;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
ul.row > li .panel_wrap a:hover {
  border: 1px solid #a9beff;
}
ul.row > li .panel_wrap a img {
  transition: all 0.5s;
}
ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: perspective(100px) translateZ(15px);
}
ul.row > li .panel_wrap h5 {
  font-size: 30px;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}
ul.row > li .panel_wrap.no_link {
  padding: 20px;
}
figcaption {
  margin-top: 15px;
}
figcaption span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
.triangle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
  margin: auto;
}
div.row > div .panel_wrap {
  border: 1px solid #a9beff;
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
  margin: 10px auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
@media print, screen and (min-width:768px) {
  div.row > div .panel_wrap {
    padding: 40px;
  }
}
div.row > div .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  padding: 20px;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
/*---------------------------------------------キャンペーンボタン*/
#info_area {
  display: block;
  border: 4px solid #c0cdfe;
  background: aliceblue;
  border-radius: 10px;
  margin: 20px auto 50px;
  padding: 20px;
}
#info_area a.camp_bnt {
  background: #FF3366;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 19px;
  padding: 20px 0px;
  text-shadow: 1px 1px 2px #666;
  margin: 20px auto 10px;
  transition: 0.3s;
}
#info_area a.camp_bnt:hover {
  background: #fff;
  border: 2px solid #FF3366;
  color: #FF3366;
  text-shadow: none;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  #info_area a.camp_bnt {
    display: inline-block;
    padding: 20px 100px;
  }
}
@media print, screen and (min-width:992px) {
  #info_area a.camp_bnt {
    font-size: 22px;
    margin: 10px auto 20px;
  }
}
section #info_area p {
  margin: 0 auto;
}
section #info_area p.info_tit {
  color: #fff;
  margin: 0px auto 20px;
  font-size: 22px;
  font-weight: bold;
  background: #3366ff;
  padding-top: 10px;
  padding-bottom: 10px;
}
section #info_area h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  section #info_area h3 {
    font-size: 28px;
  }
}
section #info_area h3 span {
  display: block;
}
section #info_area p span {
  font-weight: bold;
  font-size: 1.1em;
}
/*-----------------------------ccs_nav「コールセンターシステム」ナビ*/
#mkintai_nav.active {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #b2deffc4;
  box-shadow: 0px 2px 8px -5px rgb(0 0 0 / 0.3);
  z-index: 99;
}
@media print, screen and (min-width:768px) {
  #mkintai_nav.active {
    padding: 10px 15px;
    top: 70px;
  }
}
#mkintai_nav ul.row {
  margin-bottom: 1px;
  justify-content: space-between;
}
#mkintai_nav ul.row li {
  display: flex;
  flex-grow: 2;
  margin-bottom: 3px;
  padding: 0;
  width: auto;
}
#mkintai_nav ul.row li a {
  display: block;
  border: 1px solid #0660c5;
  border-radius: 0px;
  background: #fff;
  color: #0660c5;
  font-size: 14px;
  padding: 8px 2px;
  width: 100%;
  transition: all 0.5s;
}
@media print, screen and (min-width:992px) {
  #mkintai_nav ul.row li {
    padding: 1px;
  }
  #mkintai_nav ul.row li a {
    border-radius: 3px;
    padding: 5px 2px;
  }
}
#mkintai_nav ul.row li a:hover {
  background: #0660c5;
  color: #fff;
}
#mkintai_nav ul.row li.btn_ga a {
  background: #00bfa5;
  border: 1px solid #00bfa5;
}
#mkintai_nav ul.row li.btn_ga a:hover {
  background: #fff;
  color: #00bfa5;
}
/*--------カレントページのボタン　アクティブ設定*/
#mkintai_nav ul.row li.active a {
  background: #0660c5;
  color: #fff;
  pointer-events: none;
}
#mkintai_nav ul.row li.btn_ga.active a {
  background: #eaff84;
  color: #00bfa5;
  pointer-events: none;
}
/*--------カレントページのボタン　アクティブ設定*/
#mkintai_nav ul.row li.active a {
  background: #0660c5;
  color: #fff;
  pointer-events: none;
}
#mkintai_nav ul.row li.btn_ga.active a {
  background: #eaff84;
  color: #00bfa5;
  pointer-events: none;
}
/*-----------------------------------「機能」ナビ*/
#func_nav {
  padding: 15px;
}
#func_nav ul.row {
  margin-bottom: 1px;
  justify-content: space-between;
}
#func_nav ul.row li {
  display: flex;
  flex-grow: 2;
  margin-bottom: 1px;
  padding: 1px;
  width: auto;
}
#func_nav ul.row li a {
  display: block;
  background: #0660c5;
  border: 1px solid #0660c5;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 2px;
  width: 100%;
  transition: all 0.3s;
}
#func_nav ul.row li a:hover {
  background: #fff;
  color: #0660c5;
}
#func_nav ul.row li.btn_ga a {
  background: #00bfa5;
  border: 1px solid #00bfa5;
}
#func_nav ul.row li.btn_ga a:hover {
  background: #fff;
  color: #00bfa5;
}
/*--------カレントページのボタン　アクティブ設定*/
#func_nav ul.row li.active a {
  background: #eaff84;
  color: #0660c5;
  pointer-events: none;
}
#func_nav ul.row li.btn_ga.active a {
  background: #eaff84;
  color: #00bfa5;
  pointer-events: none;
}
/*------------------------------------リンク先のないaタグ.no-link*/
.no-link a {
  pointer-events: none;
}
.no-link .btn {
  /*display: none;*/
  visibility: hidden;
}
.link_btn_area.no-link {
  visibility: hidden;
}