@charset "utf-8";
/* CSS Document */
/*----------------------------「県別ページ」用*/
@import url(pref.css);
#sec_support_area {
  padding-top: 0px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #sec_support_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#sec_support_area p {
  text-align: center;
}
#map ul {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: auto;
}
@media (min-width: 768px) {
  #map ul {
    width: 500px;
    height: 500px;
  }
}
.bg_lit_bul {
  background: #dbefff;
}
/*------------------------------------------------------エリアマップBG*/
#map ul.kitakantou {
  background: url("../img/index_img/area_kitakantou.png") no-repeat center center;
  background-size: cover;
}
#map ul.hokuriku {
  background: url("../img/index_img/area_hokuriku.png") no-repeat center center;
  background-size: cover;
}
#map ul.chubu {
  background: url("../img/index_img/area_chubu.png") no-repeat center center;
  background-size: cover;
}
#map ul.koushinetsu {
  background: url("../img/index_img/area_koushinetsu.svg") no-repeat center center;
  background-size: cover;
}
#map ul.chugoku {
  background: url("../img/index_img/area_chugoku.png") no-repeat center center;
  background-size: cover;
}
#map ul.shikoku {
  background: url("../img/index_img/area_shikoku.png") no-repeat center center;
  background-size: cover;
}
#map ul.kyusyu {
  background: url("../img/index_img/area_kyusyu.png") no-repeat center center;
  background-size: cover;
}
#map ul.okinawa {
  background: url("../img/index_img/area_okinawa.png") no-repeat center center;
  background-size: cover;
}
#map ul.hokkaidou {
  background: url("../img/index_img/area_hokkaidou.png") no-repeat center center;
  background-size: cover;
}
#map ul li {
  display: block;
  background: #000;
  position: relative;
  margin: 10px;
}
#map ul li a {
  display: block;
  padding: 15px;
  background: #003DA3;
  color: #ffffff;
  border: 2px #fff solid;
  text-align: center;
  font-size: 130%;
  transition: background 1s;
}
#map ul li a:hover {
  background: #ccc;
}
/*---------------------------------------------------エリア別表示*/
@media print, screen and (min-width:768px) {
  #map ul li a {
    background: #000;
  }
  #map ul li {
    position: absolute;
  }
  /*---------------------------------------------------area_kitakantou*/
  #map ul li.gunma {
    top: 130px;
    left: 100px;
  }
  #map li.tochigi {
    top: 100px;
    left: 260px;
  }
  #map li.saitama {
    top: 210px;
    left: 180px;
  }
  #map li.ibaraki {
    top: 190px;
    left: 320px;
  }
  #map li.chiba {
    top: 320px;
    left: 300px;
  }
  /*---------------------------------area_hokuriku*/
  #map ul li.ishikawa {
    top: 200px;
    left: 180px;
  }
  #map ul li.toyama {
    top: 180px;
    left: 300px;
  }
  #map ul li.fukui {
    top: 320px;
    left: 130px;
  }
  /*---------------------------------area_chubu*/
  #map ul li.shizuoka {
    top: 250px;
    left: 260px;
  }
  #map ul li.aichi {
    top: 230px;
    left: 130px;
  }
  #map ul li.gifu {
    top: 130px;
    left: 120px;
  }
  #map ul li.mie {
    top: 320px;
    left: 60px;
  }
  /*---------------------------------area_koushinetsu*/
  #map ul li.niigata {
    top: 120px;
    left: 230px;
  }
  #map ul li.nagano {
    top: 270px;
    left: 160px;
  }
  #map ul li.yamanashi {
    top: 400px;
    left: 200px;
  }
  /*---------------------------------area_chugoku*/
  #map ul li.hiroshima {
    top: 230px;
    left: 250px;
  }
  #map ul li.yamaguchi {
    top: 280px;
    left: 50px;
  }
  #map ul li.okayama {
    top: 230px;
    left: 420px;
  }
  #map ul li.shimane {
    top: 100px;
    left: 200px;
  }
  #map ul li.tottori {
    top: 70px;
    left: 380px;
  }
  /*---------------------------------area_shikoku*/
  #map ul li.kouchi {
    top: 250px;
    left: 230px;
  }
  #map ul li.tokushima {
    top: 150px;
    left: 400px;
  }
  #map ul li.ehime {
    top: 150px;
    left: 120px;
  }
  #map ul li.kagawa {
    top: 70px;
    left: 320px;
  }
  /*---------------------------------area_kyusyu*/
  #map ul li.fukuoka {
    top: 40px;
    left: 210px;
  }
  #map ul li.saga {
    top: 80px;
    left: 90px;
  }
  #map ul li.nagasaki {
    top: 180px;
    left: 40px;
  }
  #map ul li.kumamoto {
    top: 210px;
    left: 200px;
  }
  #map ul li.ooita {
    top: 90px;
    left: 300px;
  }
  #map ul li.miyazaki {
    top: 250px;
    left: 300px;
  }
  #map ul li.kagoshima {
    top: 380px;
    left: 180px;
  }
  /*---------------------------------area_okinawa*/
  #map ul li.okinawa {
    top: 210px;
    left: 200px;
  }
  /*---------------------------------area_hokkaidou*/
  #map ul li.hokkaidou {
    top: 210px;
    left: 200px;
  }
}
/*---------------------------------------------------/エリア別表示ここまで*/

/*---------------------------------------ページタイトル*/
.cloud_fnctitle {
  background: linear-gradient(to right, #065fe3 0, #003da3 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0;
  padding: 40px 10px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cloud_fnctitle {
    margin-top: 70px;
    font-size: 36px;
    min-height: 145px;
  }
}
/*---------------------------------------------------キャンペーン表示*/
#campaign_info {
  background-color: #f9faff;
  padding: 50px 0;
}
#campaign_info .sub_fnctitle {
  font-size: 24px;
  font-weight: 900;
  color: #003da3;
  letter-spacing: 1.5px;
  text-align: center;
  margin: 0 auto 10px;
}
@media print, screen and (min-width: 768px) {
  #campaign_info .sub_fnctitle {
    font-size: 34px;
  }
}
#campaign_info .sub_fnctitle span.tx_pink {
  color: rgba(255, 51, 102, 1.00);
  font-size: unset;
}
#campaign_info p.sub_txt {
  text-align: center;
}
#campaign_info p.sub_txt strong {
  color: #ff0000;
}
#campaign_info .cmp_ctt_btn a {
  background: #ff3366;
  border: 1px solid #ff3366;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin: 30px auto 10px;
  padding: 15px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #campaign_info .cmp_ctt_btn a {
    width: 50%;
  }
}
#campaign_info .cmp_ctt_btn a:hover {
  background: #fff;
  border: 1px solid #ff3366;
  color: #ff3366;
  display: block;
  text-decoration: none;
}
#cmp_area {
  width: 100%;
  background: #E3F3FA;
  padding: 10px 10px 30px;
  margin-bottom: 0px;
}
/*---------------------------------------------------#sec_01*/
#area #sec_01 ul.row {
  justify-content: center;
  margin-bottom: 0;
}
#area #sec_01 ul.row > li {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*---------------------------------------------------ビジネスフォンとの違い*/
table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
table tbody tr:nth-child(n+2) {
  background: #fff;
}
table th {
  padding: 10px;
  border-bottom: solid 1px #666666;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 130%;
}
table td {
  padding: 10px;
  border: solid 1px #666666;
  text-align: left;
}
table td:first-child {
  background: #e9faf9;
  width: 10%;
}
table td ul li {
  list-style: decimal;
  margin-left: 30px;
}
/*-------------------------------PBXの種類*/
#pbx_kinds {}
#pbx_kinds ul.row {
  margin: 30px auto;
}
#pbx_kinds ul.row > li .art_box {
  padding: 5px;
  border: #666 solid 1px;
  margin: 10px auto;
}
#pbx_kinds .art_box > ul {
  padding: 20px 10px;
}
#pbx_kinds .art_box > ul li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 5px;
  color: #444;
  font-weight: bold;
  text-align: left;
}
#pbx_kinds .art_box > ul li span {
  font-weight: bold;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 50%, rgba(246, 254, 146, 1) 50%, #FF5722 100%);
  padding: 0 1px;
}
#pbx_kinds .sub_txt span {
  font-weight: bold;
  color: #FF8E00;
}
#pbx_kinds strong {
  font-weight: bold;
}
.tit_01_b {
  background: #01307E;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
.tit_01_c {
  background: #FF8E00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
/*--------------------------------「業種別利用イメージ」*/
#sec_case {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #dbefff
}
#sec_case ul.row {
  margin: auto auto 20px;
  list-style: none;
  justify-content: center;
  align-items: stretch;
}
@media print, screen and (min-width: 768px) {
  #sec_case ul.row {
    margin: 20px auto;
  }
}
#sec_case ul.row li a {
  display: block;
  margin: 10px auto 20px;
}
#sec_case ul.row li a h3 {
  color: #356599;
  font-size: 20px;
  font-weight: bold;
  margin: 5px auto 0px;
  text-align: center;
}
#sec_case ul.row li a p {
  color: #666;
  font-size: 16px;
  margin-top: 0;
}
#pbx_feature .bg_ub_mottel h3.sub_fnctitle, #this_feature .bg_ub_mottel h3.sub_fnctitle {
  color: #fff;
  text-shadow: 2px 2px 1px #003da3;
}
/*---------------------------------------------------目的で選ぶ*/
#sec_purpose ul.row {
  justify-content: center;
  align-items: stretch;
}
#sec_purpose ul.row li {
  margin-bottom: 30px;
}
#sec_purpose ul.row li .block-p {
  border: solid 1px #666;
  height: 100%;
}
#sec_purpose ul.row li .block-p p {
  padding: 10px;
}
#sec_purpose .block-p h4 {
  background: #003DA3;
  text-align: center;
  color: #ffffff;
  padding: 15px 10px;
  border-width: 1px 1px 0 1px;
  border-color: #003DA3;
  border-style: solid;
  font-weight: bold;
  font-size: 130%;
}
strong.under {
  font-weight: bold;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(246, 254, 146, 1) 50%, rgba(246, 254, 146, 1) 100%);
}
.sub_fnctitle span.tx_pink {
  color: rgba(255, 51, 102, 1.00);
  font-size: unset;
}
/*-------------------------------- セクション間調整*/
#area {
  padding-bottom: 30px;
}
#area [id^="cloud_fnc_sec_"] {
  margin: 0;
  width: 100%;
}
@media print, screen and (min-width:768px) {
  #area {
    padding-bottom: 50px;
  }
  #area [id^="cloud_fnc_sec_"] {
    margin: 0;
  }
}
/*---------------------------------「機能一覧パネル」*/
#area ul li.col-lg-4 {
  margin: 10px 0 0 0;
  background: none;
  list-style: none;
}
#area ul li.col-lg-4 a {
  background: #ffffff;
  border-radius: 6px;
  color: #333;
  display: block;
  height: 300px;
  padding: 10px 20px 20px;
  text-decoration: none;
  margin-bottom: 10px;
}
#area ul li.col-lg-4 a img {
  display: block;
  width: auto;
  max-width: 220px;
  margin: 0 auto;
  letter-spacing: normal;
}
#area ul li.col-lg-4 a h3 {
  margin: 0.5em 0 0.5em 0;
  font-weight: bold;
  font-size: 1.5em;
  color: #356599;
  text-align: center;
  line-height: 1em;
}
#area ul li.col-lg-4 a:hover {
  transform: translate(2px, -2px);
  opacity: 0.8;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  #area ul li.col-lg-4 a h3 {
    font-size: 1.2em;
  }
  #area ul li.col-lg-4 a {
    height: 330px;
  }
}
#area .bg_ub {
  background: linear-gradient(to right, #f9faff 0, #bcc7ff 100%);
}
/*--------------------------------------○○県で選ばれる理由*/
#sec_select p strong {
  font-weight: bold;
  font-size: 1.1em;
  margin: auto 0.5em;
}
#sec_select p a {
  text-decoration: underline;
  color: #00008B;
}
#sec_select p a:hover {
  color: #FF8C00;
}
/*---------------------------------県別ページ「機能一覧パネル」欄**/
#area #index_service ul.row {
  margin-left: 0px;
  margin-right: 0px;
  justify-content: flex-start;
}
@media print, screen and (min-width: 768px) {
  #area #index_service > p {
    font-size: 18px;
  }
  #area #index_service ul.row {
    margin-left: 15px;
    margin-right: 15px;
    justify-content: center;
  }
}
#area #index_service ul.row li {
  margin: 0 0 0 0;
  padding: 0;
  background: none;
  list-style-type: none;
}
#area #index_service ul li.col-4 {
  margin: 0 0 0 0;
  padding: 0;
  background: none;
  align-self: stretch;
}
#area #index_service ul li.col-4 p {
  display: none;
  color: #666;
}
#area #index_service ul li.col-4 a {
  background: #ffffff;
  border: 1px solid #356599;
  border-radius: 0px;
  color: #333;
  display: block;
  padding: 5px 5px 5px;
  text-decoration: none;
  margin-bottom: 10px;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  #area #index_service ul li.col-4 {
    margin: 10px 0 0 0;
    padding: 15px;
  }
  #area #index_service ul li.col-4 p {
    display: block;
  }
  #area #index_service ul li.col-4 a {
    border-radius: 6px;
    padding: 10px 20px 20px;
  }
}
#area #index_service ul li.col-4 a img {
  display: block;
  width: auto;
  margin: 0 auto;
  letter-spacing: normal;
}
@media print, screen and (min-width: 1200px) {
  #area #index_service ul li.col-4 a img {
    max-width: 220px;
  }
}
#area #index_service ul li.col-4 a h3 {
  margin: 0.5em 0 0.5em 0;
  font-weight: bold;
  font-size: 12px;
  color: #356599;
  text-align: center;
  line-height: 1.5em;
}
#area #index_service ul li.col-4 a h3 span.tx_small {
  display: block;
  font-size: 12px;
}
#area #index_service ul li.col-4 a:hover {
  opacity: 1;
  transition: 0.3s;
  background: #def5ff;
}
@media print, screen and (min-width: 768px) {
  #area #index_service ul li.col-4 a h3 {
    font-size: 1em;
  }
  #area #index_service ul li.col-4 a:hover img {
    transform: rotate(5deg);
    transition: 0.3s;
  }
}
@media print, screen and (min-width: 980px) {
  #area #index_service ul li.col-4 a h3 {
    font-size: 20px;
  }
}