@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Google Sans Regular'), local('GoogleSans-Regular'), url(/prdct/telecom/office/phone/common/font/GoogleSans-Regular.woff2) format('woff2');
}
.gsans {
  font-family: 'Google Sans', sans-serif;
}
.notosans {
  font-family: 'Noto Sans JP', sans-serif;
}
/* header */
.st-GlobalHeader {
  height: 85px;
}

@media screen and (max-width: 1023px) {
  .st-GlobalHeader {
    height: 65px;
  }
}

/* h1 */
.st-Title {
  font-size: 1.3rem;
}

@media (max-width: 1190px) {
  .st-Title {
    font-size: 1rem;
  }
}

/*icon*/
.ico_blank:after,
.ico_link:after {
  font-family: "template-iconfont";
  content:"\EA0A";
  display: inline-block;
  margin-left: 0.2em;
  vertical-align: baseline;
  line-height:0;
  font-size:1.5em;
  position:relative;
  bottom:-0.2em;
}
.ico_blank_2:after {
  font-family: "template-iconfont";
  content:"\EA0A";
  display: inline-block;
  margin-left: 10px;
  vertical-align: baseline;
  line-height:0;
  font-size:1.5em;
  position:relative;
  bottom:-0.2em;
}
.sp_display{
  display:none;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.textlink {
  text-decoration: none;
  color: #333;
}
.withcap {
  margin: 0 auto 30px;
  display: table;
}
.withcap .cap {
  display: block;
  font-size: 80%;
  text-align: right;
}
.w100 {
  width: 100% !important;
}

/* ul, li */
.li-indent {
  list-style: none;
  padding-left: 0;
  text-align: left;
}
.li-indent li {
  padding-left: 1em;
  text-indent: -1em;
}

main .inner {
  max-width: 1150px;
  width: 95%;
  margin:0 auto;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
/**共通ナビ**/
.navi_wrap {
  display: flex;
  justify-content: flex-end;
}

main ul.navi{
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  padding-left: 0px;
  display: flex;
  align-items: center;
  margin-top: -43px;
  position: relative;
  width: auto;
}
/* 20240220 */
main ul.navi.new {
  width: 67%;
  flex-wrap: nowrap;
}
@media (max-width: 1300px) {
  main ul.navi.new {
    padding-right: 5%;
    width: 70%;
  }
}
@media (max-width: 1281px) {
  main ul.navi.new{
  margin-left: 26%;
  width: 74%;
}

}
@media (max-width: 1216px) {
  main ul.navi.new{
    margin-left: 23%;
    width: 80%;
    padding-right: 4%;
  }
}
@media (max-width: 1190px) {
  main ul.navi.new{
    margin-left: 0;
    width: 100%;
    margin-top: 0;
    padding-right: 6%;
  }
}
@media (max-width: 925px) {
  main ul.navi.new{
    padding-right: 10%;
  }
}

main ul.navi li{
    display:block;
    flex: none;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

main ul.navi.new li.menuHeader__item {
  margin-left: 10px;
  width: 16%;
}
main ul.navi.new li.menuHeader__item .a_padding .main_a{
  border-bottom: 3px solid #D3DCE6;
  border-radius: 0;
  line-height: 2.5;
}
.a_padding{
  padding-bottom: 10px;
}
main ul.navi.new li.menuHeader__item .a_padding .main_a:hover{
  border-bottom: 3px solid #1c2c56;
  border-radius: 0;
}
main ul.navi li a {
  /* color: #000 !important; */
  position: relative;
  text-decoration: none;
  color: inherit;
  padding: 0px;
  border-radius: 5px;
  font-size: 14px;
  display: block;
  background-color: #fff;
}


@media (max-width: 1140px) {
  main ul.navi li a {
    font-size: 13px;
  }
  main ul.navi li a::after {
    font-size: 13px;
  }
}
main ul.navi li a:hover{
  opacity: 0.8;
  transition: none !important;
}
main ul.navi li a.visited{
  color:#000 !important;
}

main ul.navi>li.is-info a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: none;
}


/**メガメニュー**/
main ul.navi .navi_mega .navi_mega_menu {
  display: none;
  position: absolute;
  top: 25px;
  z-index: 3;
  right: 0;
  padding-top: 10px;
}
main ul.navi .navi_mega.active .navi_mega_menu {
  display: block;
}
main ul.navi .navi_mega .navi_mega_menu ul {
  display: flex;
  background: #fff;
}
main ul.navi .navi_mega .navi_mega_menu ul li figure {
  display: flex;
  align-items: center;
}
main ul.navi .navi_mega .navi_mega_menu ul li figure img {
  max-width: none;
}
main ul.navi .navi_mega .navi_mega_menu ul li figure figcaption {
  width: 100%;
}
main ul.navi .navi_mega .navi_mega_menu ul li a {
  color: #000;
  border: 1px solid #bebfc1;
  padding: 0;
}
main ul.navi .navi_mega .navi_mega_menu ul li a:hover {
  color: #df0522;
}
main ul.navi .navi_mega .navi_mega_menu ul li:nth-of-type(n+4) a {
  border-top: none;
}
main ul.navi .navi_mega .navi_mega_menu ul li + li a {
  border-left: 0;
}

/**コンセプトメニュー**/
main ul.navi .navi_concept .navi_concept_menu ul {
  flex-wrap: wrap;
  width: 842.5px;
  padding-left: 0;
}
main ul.navi .navi_concept .navi_concept_menu ul li {
  flex: inherit;
  width: 33.333333333%;
}
main ul.navi .navi_concept .navi_concept_menu ul li:last-of-type {
  flex: auto;
}

/**導入のヒントメニュー**/
main ul.navi .navi_hint .navi_hint_menu ul {
  width: 563px;
}
main ul.navi .navi_hint .navi_hint_menu ul li {
  flex: inherit;
  width: 50%;
}

@media screen and (max-width:900px){
  main ul.navi .navi_concept .navi_concept_menu ul {
    width: 730px;
  }
  main ul.navi .navi_hint .navi_hint_menu ul {
    width: 486.656px;
  }
}

/**ページ右お問い合わせボタン**/
main .contact_fixed a{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: red;
  height: 31.5%;
  color: #fff !important;
  padding: 10px;
  margin: 0;
  height: 240px;
  text-align: center;
  z-index: 100;
  transition: 0.5s;
  position:fixed;
  right:0px;
}
/**ページ下部共通**/
main .bottom_area .banner{
  display:flex;
  justify-content:center;
  margin-bottom:3em;
  flex-wrap: wrap;
  padding:0px;
}
main .bottom_area .banner li{
  display:block;
  margin:0px!important;
  margin-bottom: 15px !important;
}
main .bottom_area .banner li a{
  transition-duration:0.3s;
  margin:0 1em;
}
main .bottom_area .banner li a:hover{
  opacity:0.7;
}


@media (max-width: 769px) {
.withcap {
  margin: 0 auto 20px;
}
}
@media screen and (min-width: 770px) {
.figTitle .icon {
  margin: 0px 0 0 0 !important;
}
.figTitle .new {
  vertical-align: top !important;
  margin: 5px 0 0 0 !important;
}
}
@media screen and (max-width: 769px) {
.figTitle .icon {
  margin: 0 0 10px 0 !important;
}
.figTitle .new {
  vertical-align: top !important;
  margin: 0 !important;
}
}


/* Info (H)　＋　News
-----------------------------------------------------------------*/

@media screen and (min-width: 770px) {
.infoBlock {
  max-width: 880px;
  margin: auto;
  padding: 30px;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 40px;
}
.infoInner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.infoTitle {
  display: table-cell;
  width: 300px;
  border-right: 2px solid #dcdcdc;
  vertical-align: middle;
  font-size: 157%; /*22px*/
  text-align: center;
}
.infoBody {
  display: table-cell;
  padding-left: 40px;
  vertical-align: middle;
  font-size: 114%; /*16px*/
}
.infoBody ul {
  margin: 0;
  padding: 0;
}
.infoBody li {
  margin: 8px 0;
  list-style: none;
}
.infoBody a {
  color: inherit;
  text-decoration: underline;
}
.infoBody a:hover {
  text-decoration: none;
}
}
@media screen and (max-width: 769px) {
.infoBlock {
  margin: auto;
  padding: 15px 30px;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
  text-align: left;
  margin: 0 10px 20px;
}
.infoTitle {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dcdcdc;
  text-align: center;
}
.infoBody {
  font-size: 12px;
}
.infoBody ul {
  margin: 0;
  padding: 0;
}
.infoBody li {
  margin: 8px 0;
  list-style: none;
}
.infoBody a {
  color: inherit;
  text-decoration: underline !important;
}
}



/* table */

@media screen and (min-width: 770px) {
table.common {
  width: 100%;
  border: 2px solid #e8e8e8;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 10px
}
table.common th,  table.common td {
  text-align: left;
  padding: 20px 30px;
  border-bottom: 1px dotted #b9b9b9;
  font-size: 15px;
  font-weight: normal
}
table.common th {
  background: #f3f3f3;
  white-space: nowrap
}
table.common th+th {
  border-left: 1px dotted #b9b9b9
}
table.common p {
  margin: 0 !important
}
}
@media screen and (max-width: 769px) {
table.common {
  width: 100%;
  border: 2px solid #e8e8e8;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 10px
}
table.common th, table.common td {
  padding: 10px;
  border-bottom: 1px dotted #b9b9b9;
  font-size: 12px;
  font-weight: normal
}
table.common th {
  background: #f3f3f3
}
table.common th + th {
  border-left: 1px dotted #b9b9b9
}
table.common p {
  margin: 0 !important
}
}



/* btn */

@media screen and (min-width: 770px) {
.btn2 {
  display: inline-block;
  min-width: 470px;
  padding: 20px 40px;
  background: #eaeaea;
  color: #000 !important;
  font-size: 128.57%; /*18px*/
  letter-spacing: 0.1em;
  text-decoration: none;
}
.btn2:hover {
  opacity: 0.7;
  text-decoration: none;
}
.btn2[class*="ico_"] {
  position: relative;
}
.btn2[class*="ico_download"]:after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 45px;
  height: 39px;
}
.btn2.ico_download_exe:after {
  background: url(/prdct/telecom/office/phone/common/img/ico_download_exe.png) no-repeat;
}
.btn2.ico_download_pdf:after {
  background: url(/prdct/telecom/office/phone/common/img/ico_download_pdf.png) no-repeat;
}
.btn2[class*="ico_arw"]:after {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
}
.spec table thead th {
  white-space: normal;
}
.spec table td + td {
  border-left: 1px dotted #b9b9b9;
}
 @media screen and (max-width: 420px) {
.sp_scroll {
  width: 100%;
  overflow: auto;
}
.sp_scroll table {
  width: 420px;
}
}

@media screen and (max-width: 769px) {
.btn2 {
  display: block;
  padding: 15px 20px;
  background: #eaeaea;
  color: #000 !important;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.btn2:hover {
  opacity: 0.7;
  text-decoration: none;
}
.btn2[class*="ico_"] {
  position: relative;
}
.btn2[class*="ico_download"]:after {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
}
.btn2.ico_download_exe:after {
  background: url(/prdct/telecom/office/phone/common/img/ico_download_exe.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.btn2.ico_download_pdf:after {
  background: url(/prdct/telecom/office/phone/common/img/ico_download_pdf.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.btn2[class*="ico_arw"]:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
}
@media screen and (max-width: 340px) {
  .btn2[class*="ico_download"]:after {
    position: absolute;
    right: 15px;
    top: 30px;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
  }
}
.pdf_link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  max-width: 600px;
  width: 100%;
  padding: 20px 40px;
  background: #eaeaea;
  color: #000 !important;
  letter-spacing: 0.1em;
  margin-bottom: 20px
}
.pdf_link:after {
  background: url(/prdct/telecom/office/phone/common/img/ico_download_pdf.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 45px;
  height: 39px
}
.zip_link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  max-width: 600px;
  width: 100%;
  padding: 20px 40px;
  background: #eaeaea;
  color: #000 !important;
  letter-spacing: 0.1em;
  margin-bottom: 20px
}
.zip_link:after {
  background: url(/prdct/telecom/office/phone/common/img/ico_download_zip.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 45px;
  height: 39px
}
.jpg_link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  max-width: 600px;
  width: 100%;
  padding: 20px 40px;
  background: #eaeaea;
  color: #000 !important;
  letter-spacing: 0.1em;
  margin-bottom: 20px
}
.jpg_link:after {
  background: url(/prdct/telecom/office/phone/common/img/ico_download_jpg.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 45px;
  height: 39px
}
.none_link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  max-width: 600px;
  width: 100%;
  padding: 20px 40px;
  background: #eaeaea;
  color: #000 !important;
  letter-spacing: 0.1em;
  margin-bottom: 20px
}
.none_link:after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 45px;
  height: 39px
}
.none_link.ico_blank:after {
  font-family: "template-iconfont";
  content:"\EA0A";
  display: inline-block;
  margin-left: 0.2em;
  vertical-align: baseline;
  line-height:0;
  font-size:1.5em;
  position:relative;
  bottom:-0.2em;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
}
.exe_link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  max-width: 600px;
  width: 100%;
  padding: 20px 40px;
  background: #eaeaea;
  color: #000 !important;
  letter-spacing: 0.1em;
  margin-bottom: 20px
}
.exe_link:after {
  background: url(/prdct/telecom/office/phone/common/img/ico_download_exe.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 45px;
  height: 39px
}

/* NEWS */

@media screen and (min-width: 770px) {
a {
  text-decoration: none;
}
.block {
  margin-bottom: 50px;
  text-align: center;
}
.info .block {
  text-align: left;
}
.blockTitle {
  margin-bottom: 40px;/*font-size: 185.7%; */
}
.blockTitle h2 {
  font-size: 26px;
  font-weight: normal;
}
.lineup .newsList {
  max-width: 880px;
  margin: 0 auto;
  margin-bottom: 110px;
  text-align: center;
}
.newsTopics {
  text-align: left;
  font-size: 114%; /*16px*/
}
.newsTopics dl {
  border-bottom: 1px solid #ccc;
}
.newsTopics dt {
  clear: left;
  float: left;
  width: 190px;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.newsTopics dd {
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.newsTopics dt:first-of-type,  .newsTopics dd:first-of-type {
  border-top: none;
}
}
@media screen and (max-width: 769px) {
a {
  text-decoration: none;
}
.block {
  margin-bottom: 40px;
  text-align: center;
}
.info .block {
  text-align: left;
}
.blockTitle {
  margin-bottom: 15px;
  font-size: 16px;
}
.blockTitle H2 {
  font-size: 16px;
}
.newsList {
  margin-bottom: 60px;
  text-align: center;
  padding:0 15px;
}
.info .newsList {
  margin-bottom: 0;
  padding:0;
}
.newsTopics {
  text-align: left;
  font-size: 12px;
}
.newsTopics dl {
  border-bottom: 1px solid #ccc;
}
.newsTopics dt {
  padding: 0 10px 0 10px;
  border-top: 1px solid #ccc;
  font-weight: bold;
}
.newsTopics dd {
  padding: 0 0 10px 0;
  margin-left: 5px;
}
.newsTopics dt:first-of-type,  .newsTopics dd:first-of-type {
  border-top: none;
}
.newsTopics dt:first-of-type {
  padding-top: 0;
}
}


@media screen and (max-width: 767px) {
html,body{
  overflow-x:hidden;
}
.sp_display{
  display:block;
}
.pc_display{
  display:none;
}
h1.st-Title {
    margin: 1em 0;
    font-size:4.5vw;
  width: 100%;
}
.st-GlobalSiteNav_SubAreaInner {
  display:block!important;
}	
/**　ナビゲーション　**/
main .navi_wrap{
  position:relative;
}
main .navi_wrap .toggle_sp {
    display: block;
    position: absolute;
    right: 0vw;
    top: -11.5vw;
    width: 8vw;
    height: 8vw;
    cursor: pointer;
  overflow:hidden;
  background-color:#4f4f4f;
}

main .navi_wrap .toggle_sp span {
    display: block;
    position: absolute;
    width: 4vw;
    border-bottom: solid 0.6vw #FFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 2vw;
}

main .navi_wrap .toggle_sp span:nth-child(1) {
    top: 2vw;
}

main .navi_wrap .toggle_sp span:nth-child(2) {
    top: 3.7vw;
}

main .navi_wrap .toggle_sp span:nth-child(3) {
    top: 5.3vw;
}
main .navi_wrap .toggle_sp.active span:nth-child(1) {
    top: 3.7vw;
    left: 2vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
main .navi_wrap .toggle_sp.active span:nth-child(2),
main .navi_wrap .toggle_sp.active span:nth-child(3) {
    top: 3.7vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
main ul.navi {
  padding-bottom: 0em;
  margin-bottom: 0em;
  border-bottom: 0px solid #e6e2e2;
  width:calc(100vw + 15px);
  margin-left:-15px;
  height:0px;
  transition-duration:0.5s;
  position:absolute;
  left:0px;
  top:-3.5vw;
  overflow:hidden;
  display:block;
  z-index:1;
  margin-top: 0;
}
main ul.navi.active{
  height:44vw;
}

main ul.navi li a:after {
    display: none!important;
}
main ul.navi li {
    width:100%;
  background-color:#4f4f4f;
}
main ul.navi li a {
    padding: 1em 1em;
    color: #FFF!important;
  background-color:#4f4f4f;
    border-left: none;
    text-align: left;
  border-bottom:1px solid;
  font-size:4vw;
}
main ul.navi li:last-child a {
    border-right: none;
  border-bottom:none;
}

/**ページ下部お問い合わせ**/
main .contact_fixed {
    top: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
  position:fixed;
  height:16vw;
  padding:3vw;
  z-index:1000;
  display:none;
}
main .contact_fixed a {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  height: auto;
  padding: 0.5em  0em;
  margin: 0;
  position: realtive;
  right: auto;
  font-size:4vw;
  width:82vw;
  z-index:1;
  display: block;
}
#st-GlobalNav_Area.open{
  height:100vh;
  display:block!important;
  top:0px!important;
}
main .navi_wrap .contact_fixed .toggle_sp {
    right: 3vw;
    top: 4vw;
  z-index:1000;
}

/**ページ下部共通**/
.bottom_area {
  text-align: center;
  box-sizing: border-box;
  margin: 0 10px;
}

main .bottom_area .banner li a{
    margin-bottom: 20px;
  display:block;
}

}

@media (min-width: 768px) {
  .top_button {
    display:none;
  }
  /**ページ下部共通**/
  main .bottom_area .banner{
    display:flex;
    justify-content:center;
    margin-bottom:3em;
    flex-wrap: wrap;
    padding:0px;
  }
  main .bottom_area .banner li{
    display:block;
    margin:0px!important;
    margin-bottom: 15px !important;
    list-style: none;
  }
  main .bottom_area .banner li a{
    transition-duration:0.3s;
    margin:0 5px;
  }
  main .bottom_area .banner li a:hover{
    opacity:0.7;
  }
}

@media (max-width: 768px) {
  #phone a.return_btn {
    display: none!important;
  }
  .top_button {
    margin-bottom:30px;
  }

  a.return_top {
    display: block;
    margin: 30px auto;
    text-align: center;
    color: #333!important;
    border-radius: 5px;
    border: 1px solid #999;
    width: 95%;
    padding: 10px;
    position: relative;
    font-size: 16px;
    text-decoration: none;
  }
  a.return_top:after{
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top_button a.return_top:hover{
    opacity: 0.7;
  }
  /**ページ下部共通**/
  main .bottom_area .banner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  main .bottom_area .banner li{
    display: block;
    width: 46%;
    margin: 0 2% 15px 2%!important;
  }
  main .bottom_area .banner li a{
    transition-duration: 0.3s;
    margin: 0;
  }
  main .bottom_area .banner li a:hover{
    opacity: 0.7;
  }

  .bottom_area .banner li a img {
    height: auto!important;
    width: 100%!important;
    margin-bottom: 0.5em!important;
    vertical-align: middle;
    padding: 0 10px;
  }
}

/* bottom お問い合わせ&サポート  ===================== */
.bottom_contact-support {
  max-width: 1150px;
  margin: 100px auto 50px;
}

.bottom_contact-support .bottom_contact-support-wrap {
  width: 100%;
  padding: 50px 20px 60px;
  background-color: #F3F3F3;
}

.bottom_contact-support .bottom_contact-support-wrap h3 {
  margin-bottom: 0!important;
}

.bottom_contact-support h3 {
  color: #1C2C56!important;
  font-size: 24px!important;
  font-weight: normal!important;
  text-align: center!important;
  display: block!important;
  padding: 0!important;
  border-top: none!important;
  border-bottom: none!important;
}

.bottom_contact-support .bottom_contact-support-btns {
  width: 100%;
  gap: 20px;
  padding: 0;
  margin: 40px 0 0;
  justify-content: center;
}

.bottom_contact-support li {
  width: 370px;
  height: 84px;
  margin-bottom: 0;
  display: table;
  text-align: center;
  position: relative;
}

.bottom_contact-support .bottom_contact-support-btn {
  color: #333;
  position: relative;
  padding: 0 30px 0 80px;
  text-align: left;
  background-color: #fff;
  vertical-align: middle;
  display: table-cell;
  font-size: 20px;
}

.bottom_contact-support .bottom_contact-support-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.bottom_contact-support #cvbtn_mail::before {
  background-image: url(../../common/img/contact_icon.svg);
}
.bottom_contact-support #cvbtn_flow::before {
  background-image: url(../../common/img/intro-flow_icon.svg);
}
.bottom_contact-support #cvbtn_download::before {
  background-image: url(../../common/img/download_icon.svg);
}
.bottom_contact-support #cvbtn_chatbot::before {
  background-image: url(../../common/img/contact-support_icon-chatbot.svg);
}

.bottom_contact-support .bottom_contact-support-btn::after {
  content: '';
  border-top: 3px solid #1C2C56;
  border-right: 3px solid #1C2C56;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto 0;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bottom_contact-support {
      padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .bottom_contact-support h3 {
      font-size: 19px;
  }

  .bottom_contact-support {
    margin: 35px auto 60px;
  }

  .bottom_contact-support .bottom_contact-support-wrap {
    width: 100%;
    padding: 35px 35px 40px;
  }

  .bottom_contact-support li + li {
      margin-top: 12px;
  }

  .bottom_contact-support li {
      width: 100%;
      height: 70px;
      margin-bottom: 0 !important;
  }

  .bottom_contact-support-wrap .flexbox{
    margin: 40px 0 0!important;
  }

  .bottom_contact-support .bottom_contact-support-btns {
    display: block;
  }

  .bottom_contact-support .bottom_contact-support-btn {
      padding: 0 20px 0 60px;
      font-size: 16px;
  }

  .bottom_contact-support .bottom_contact-support-btn::before {
      left: 15px;
      width: 40px;
      height: 40px;
  }

  .bottom_contact-support .bottom_contact-support-btn::after {
      right: 12px;
  }
}

@media screen and (min-width: 769px) {
  .bottom_contact-support-wrap .flexbox{
    display: flex;
    flex-wrap: wrap;
  }
}

/* お問い合わせサイドボタンの非表示化 */
main .contact_fixed,
main .contact_fixed a {
  display: none!important;
}

/* フローティングメニュー共通設定 ------------------------------------------------------*/

/* メニューの基本設定 */
.floatmenu {
  position: fixed;	/* 位置固定 */
  z-index: 1000;		/* 表示優先度 */
  right: -323px;		/* メニュー表示位置 */
  bottom: 0;
  filter: drop-shadow( 0rem 0.15rem 0.5rem rgba(0, 0, 0, 0.15));
}

.floatmenu a:hover {
  opacity: 0.7;
}

.floatmenu-button {
  position: relative;
}

/* アイコン画像の大きさ */
.floatmenu .float_btn {
  width:60px;
  height: 90px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.floatmenu .float_btn.qut {	
  border-bottom: 2px solid #1C2D56;
  background-image:url(/prdct/telecom/office/phone/common/img/float_contact.png);
}
.floatmenu .float_btn.rent {
  border-top:2px solid #1C2D56;
  border-bottom: 2px solid #1C2D56;
  margin-top: -2px;
  background-image:url(/prdct/telecom/office/phone/common/img/float_rental.png);
}
.floatmenu .float_btn.intro {
  margin-top: -2px;
  border-top:2px solid #1C2D56;
  background-image:url(/prdct/telecom/office/phone/common/img/float_intro.png);
}
.floatmenu .float_btn.qut:hover {
  opacity: 1;
  background-image:url(/prdct/telecom/office/phone/common/img/float_contact_hover.png);
}
.floatmenu .float_btn.rent:hover {
  opacity: 1;
  background-image:url(/prdct/telecom/office/phone/common/img/float_rental_hover.png);
}
.floatmenu .float_btn.intro:hover {
  opacity: 1;
  background-image:url(/prdct/telecom/office/phone/common/img/float_intro_hover.png);
}

/* ボタン設定 sp時表示*/
.floatmenu-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #1C2C56;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 1em;
}

/* ボタン内テキスト設定 */
.floatmenu-text {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  width: 100%;
}

/* PCサイズ表示設定 ----------------------------------------------------------------*/
@media screen and (min-width: 768px){
  .sp_display {
    display: none!important;
  }

  /* メニューの表示位置 */
  .floatmenu {
    top: 108px;
  }
  /* ボタンアイコン表示エリア */
  .floatmenu_contents {
    position: relative;
    left: -318px;	/* アイコン表示位置 */
  }
}

/* SPサイズ表示設定 ----------------------------------------------------------------*/
@media screen and (max-width: 767px){
  /* メニューの表示設定 */
  .floatmenu {
    right: 0;
    width: 100%;
    padding: 5px 10px;
    background:#1C2C56;
  }
  .floatmenu .float_btn {
    display: none;
  }
  .floatmenu_contents {
    display: flex;
    justify-content: space-between;
  }
  .floatmenu-button {
      width: 27%;
  }
  .floatmenu-icon {
    padding: 0;
    border: none;
  }
  .floatmenu img {
    display: inline-block;
    height: auto;
    width:100%;
    max-width: 50px;
  }
  /* ボタン内テキストサイズ */
  .floatmenu-text {
    font-size:3.21vw;
  }
}

/* 20240220 top hover menu */


  .hovermenu{
  display: none;
  position:relative;
  top: 0px;
  z-index: 9999;
  }

  .hovermenu.edit{
  display: block;
   /* ↑編集したい場合はclassをつける↑編集後、editを削除*/
  }
  .sub_cnt.edit{
  display: block;
  /* ↑編集したい場合はclassをつける↑編集後、editを削除*/
  }
  .hovermenu.current{
   display: block;

  }
  /*hovermenu animation */

/* 上から */
.fadeDown{
  animation-name:fadeDownAnime;
  animation-duration:.5s;
  animation-fill-mode:ease-out;
  opacity:1;
  }
   @keyframes fadeDownAnime{
    from {
    opacity: 0;
    transform: translateY(-10px);
    }
    10%{
    opacity: 1;
  }
    to {
    opacity: 1;
    transform: translateY(0px);
    }
  }

/* animation end */

  .hover_menu_flex{
  display: flex;
  position: absolute;
  left:1.5%;
  width:99%;
  z-index: 9999;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 0 0 1em 1em;
  padding: 1.5em 0.5em 1.5em 1.5em;
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
  }

/* 該当 ナビカレント表示*/
/* main ul.navi>li.is-info  {
   border-radius: 0;
    border-bottom:3px solid  #1c2b56;
  }*/
  main ul.navi>li.is-info.menuHeader__item .a_padding .main_a  {
  border-radius: 0;
    border-bottom:3px solid  #1c2b56;
  }

  /*グローバルメニューのある場合 製品一覧*/
 .hover_menu_flex.double{
  left: -108%;
  width:640%;
  padding: 1.5em;
  }

  main ul.navi.new .hovermenu li a::after{
  display: none;
  }
  @media (max-width: 1190px) {
  .hover_menu_flex.double{
    left: -106%;
    width:632%;
    padding: 1.5em;
    }
  }
  @media (max-width: 925px) {
  .hover_menu_flex.double{
    left: -107%;
    width:638%;
  }
  }
   /* hover menu left */

  main ul.navi.new .hover_menu_left{
  width: 26% !important;
  border-right:1px solid #C1C1C1
  }
  @media screen and (max-width: 1038px) {
  main ul.navi.new .hover_menu_left{
    width: 20% !important;
    }
  }
  @media screen and (max-width: 900px) {
  main ul.navi.new .hover_menu_left{
    width: 25% !important;
    }
  }
  main ul.navi.new .hover_menu_left ul{
  width: 90%;
  }
  .concept .nv_flexbox div.hover_menu_left:first-of-type
  {
  margin-right: 0 !important;
  /* solution>indexの設定を上書き */
  }
  main ul.navi.new .hover_menu_left ul li{
   width: 100%;
   text-align: left;
   padding: 0.5em 0;
   font-weight: normal;
  }

main ul.navi .sub_op1 p,
main ul.navi .sub_op2 p,
main ul.navi .sub_op3 p,
main ul.navi .sub_op4 p,
main ul.navi .sub_op5 p{
  font-size: 14px !important;
  display: inline-block;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}
  main ul.navi .sub_op1 p:hover,
  main ul.navi .sub_op2 p:hover,
  main ul.navi .sub_op3 p:hover,
  main ul.navi .sub_op4 p:hover,
  main ul.navi .sub_op5 p:hover{
  border-bottom: 2px solid #1c2b56;
  color: #000;
  font-weight: bold;
  }
  @media (max-width: 1120px) {
  main ul.navi .sub_op1 p,
  main ul.navi .sub_op2 p,
  main ul.navi .sub_op3 p,
  main ul.navi .sub_op4 p,
  main ul.navi .sub_op5 p{
    font-size: 13px !important;
  }
   }
  main ul.navi .sub_op1 p.underline,
  main ul.navi .sub_op2 p.underline,
  main ul.navi .sub_op3 p.underline,
  main ul.navi .sub_op4 p.underline,
  main ul.navi .sub_op5 p.underline{
    border-bottom: 2px solid #1c2b56;
    border-width:100%;
    color: #000;
    font-weight: bold;
  }

/* hover menu right */
  .hover_menu_right{
  width: 74% !important;
  }
  @media screen and (max-width: 1038px) {
  main ul.navi.new .hover_menu_right{
    width: 77% !important;
    }
  }
 .sub_cnt{
  display: none;
}
.sub1.show{
  display:block;
}
.sub_cnt_inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0 9%;
  width:100% !important;
  max-width: 580px !important;
}
#headermenu-solution .sub_cnt_inner{
  justify-content: flex-start;
  }
@media (max-width: 865px) {
  .sub_cnt_inner{
    max-width: 525px !important;
  }
}
.sub_cnt_inner li{
  width: 45%;
  padding: 0.5em 0;
  text-align: left !important;
}

@media (max-width: 1100px) {
  .sub_cnt_inner li{
    width: 28%;
  }
}
main ul.navi.new .hover_menu_flex li a.sub_a{
  border-radius:0 !important;
  display: inline-block;
  width: fit-content;
  border-bottom: 2px solid #fff;
  font-size: 14px !important;
  font-weight: normal;
}

@media (max-width: 1120px) {
  main ul.navi.new .hover_menu_flex li a.sub_a{
    font-size: 13px !important;
  }
}
main ul.navi.new .hover_menu_flex li a.sub_a.underline{
  border-bottom: 2px solid #1C2C56;
  font-weight: bold;
}

/* 製品一覧 グローバルメニュー */
.sub_cnt_inner.col2 li{
  width: 45%;
  padding: 0.5em 0;
}
.sub_cnt_inner.col2 li:nth-last-of-type(odd){
  padding-left: 12%;
}

 #headermenu-lineup .sub_cnt_inner.col2 li{
  width: 60%;
  padding: 0.5em 0;
   }

 #headermenu-lineup .sub_cnt_inner.col2 li:nth-child(even){
  width: 40%;
   }
   /*フィーチャーフォンの場合  */
#headermenu-lineup .sub_cnt_inner.col2.featurephone li{
  width: 50%;
   }
 #headermenu-lineup .sub_cnt_inner.col2.featurephone li:nth-child(even){
     width:50%;
   }

   @media (max-width: 1280px) {
  #headermenu-lineup .sub_cnt_inner.col2 li{
    width: 50%;
     }
  #headermenu-lineup .sub_cnt_inner.col2 li:nth-child(even){
    width: 40%;
     }
        /*フィーチャーフォンの場合  */
     #headermenu-lineup .sub_cnt_inner.col2.featurephone li{
    width: 45%;
     }
     #headermenu-lineup .sub_cnt_inner.col2.featurephone li:nth-child(even){
    width:55%;
  }
   }
#headermenu-lineup .sub_cnt_inner.col2.smartphone_sub li{
  width: 35%;
}
#headermenu-lineup .sub_cnt_inner.col2.smartphone_sub li:nth-child(even){
  width: 50%;
   }

/* ソリューション グローバルメニュー*/

#headermenu-solution .hover_menu_flex.double{
  left:-215%;
    width: 640%;
  /* top:30px  */
}
#headermenu-solution .sub_cnt_inner li{
  width: 40%;
  padding: 0.5em 0;
}

#headermenu-solution .sub_cnt_inner li.odd{
  width: 55%;
}

#headermenu-solution .sub1 .sub_cnt_inner li{
  width: auto;
  padding: 0.5em 0;
  margin-right: 32px;
}
#headermenu-solution .sub1 .sub_cnt_inner li.w35{
  width: 35%;
  padding: 0.5em 0;
}


   @media (max-width: 1190px) {
  #headermenu-solution .hover_menu_flex.double{
    left: -212%;
    width: 631%;
    }
   }
   @media (max-width: 925px) {
  #headermenu-solution .hover_menu_flex.double{
    left: -217%;
    width: 640%;
    }
   }
   @media (max-width: 1280px) {
  #headermenu-solution .sub_cnt_inner li.odd{
    width: 50%;
     }
   }

/* 導入事例  グローバルメニュー*/
#headermenu-user_case .hover_menu_flex.double{
  left: -324%;
}
#headermenu-user_case  .sub_cnt_inner {
  justify-content: flex-start;
}
#headermenu-user_case .sub1 .sub_cnt_inner li{
  width: 33%;
}
#headermenu-user_case .sub2 .sub_cnt_inner li{
  width: 25%;
}
   @media (max-width: 1280px) {
  #headermenu-user_case .sub2 .sub_cnt_inner li{
    width:24%;
     }
   }
   @media (max-width: 1190px) {
  #headermenu-user_case .hover_menu_flex.double{
    left: -319%;
    }
   }
   @media (max-width: 925px) {
  #headermenu-user_case .hover_menu_flex.double{
    left: -325%;
    width: 640%;
    }
   }
   @media (max-width: 1038px) {
  #headermenu-user_case 	.sub_cnt_inner{
  max-width: 700px !important;
  }
   }
   @media (max-width: 1022px) {
  #headermenu-user_case .sub2 .sub_cnt_inner li{
    width:23%;
    margin-left:1vw;
     }
   }
#headermenu-user_case .sub3 .sub_cnt_inner li{
  width: 33%;
}
#headermenu-user_case .sub3 .sub_cnt_inner li:nth-of-type(2){
  width: 39%;
}
#headermenu-user_case .sub3 .sub_cnt_inner li:nth-of-type(3){
  width: 20%;
}
   @media (max-width: 1146px) {
  #headermenu-user_case .sub3 .sub_cnt_inner li:nth-of-type(2){
    width: 40%;
     }
   }
  /*singleメニューの場合 */
  .hover_menu_flex.single {
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.5em;
  }
  .hover_menu_flex.single li{
  width: fit-content;
  text-align: left;
  padding: 0.5em 0;
  flex: none;
  }
  .hover_menu_flex.single li .sub_a p{
  border-radius:0 !important;
  display: inline-block;
  width: fit-content;
  border-bottom: 2px solid #fff;
  font-size: 14px !important;
  }

  .hover_menu_flex.single li .sub_a p{
  font-size: 14px !important;
  }

/* 資料ダウンロード グローバルメニュー*/
 #headermenu-download .hover_menu_flex{
  /* width: 50%;
  left:50%; */
  left:-109%;
    width: 316%;
  /* top:30px  */
  }
  #headermenu-download .hover_menu_flex.single li:first-of-type{
  margin-right:45px;
    }

/* イベンド情報 グローバルメニュー*/
#headermenu-phone-rental .hover_menu_flex.single{
  left:-216%;
    width: 316%;
  /* top:30px  */
}
    @media (max-width: 1080px) {
    #headermenu-phone-rental .hover_menu_flex.single{
      left: -213%;
      width: 312%;
    }
  }
#headermenu-phone-rental .hover_menu_flex.single li:first-of-type{
  margin-right:75px;
}

main ul.navi.new .hover_menu_flex.single li a.sub_a{
  border-radius:0 !important;
  display: inline-block;
  width: fit-content;
  border-bottom: 2px solid #fff;
}

main ul.navi.new .hover_menu_flex.single li a.sub_a.underline{
  border-bottom: 2px solid #1c2b56;
}
