@charset "utf-8";

/*--------メインビジュアル---------*/
#topMainvisual {
/*   background-image: url(../images/main_visual.jpg);
  background-size: auto;
  background-position-y: bottom; */
  height: calc(320px + 70px + 44px);
  & h1.top-text {
    display: flex;
  }
}
.topMainvisual {
    background-color: #07559F;
    &:has(h1.top-text){
      height: 320px;
    }
    & h1.top-text {
      height: 100%;
      font-size: clamp(30px, 4vw, 50px);
      font-weight: bold;
      color: #fff;
      max-width: 954px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 40px;
      & img {
        height: 247px;
      }
    }
}
/*------------サブナビ--------------*/
.subNavi li a:link {
  color: #003576;
	text-decoration: none;
}
.subNavi li a:visited {
  color: #003576;
	text-decoration: none;
}
.subNavi li a:hover {
  color: #003576;
	text-decoration: none;
  border-bottom: 3px solid #003576;
}
.subNavi li.active a {
  border-bottom: 3px solid #003576;
}
.subNavi li {
  display: table-cell;
  text-align: center;
  width: 20%;
  height: 61px;
}
/*------------コンテンツボックス--------------*/
.contBlock02Wrap {
	background-color: #edf4ef;
}
/*-------------横3列ボックス-------------*/
.box3pcs dt {
	background-color: #078d48;
}
.box3pcs dl {
	border: 1px solid #078d48;
}
/*-----------------下部お問い合わせ------------------*/
.contactArea {
  background-color: #002896;
}
/*----固定コンタクト
#btmLink {
	width: 100%;
}
#btmLink .inner {
	background: #002896;
	width: 100%;
	color: white;
	font-size: 12px;
	line-height: 1.5;
}
#btmLink .inner ul {
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#btmLink .inner ul li {
	float: left;
	padding-right: 11px;
	padding-top: 3px;
	padding-bottom: 2px;
}
#btmLink .inner ul .links a {
	display: block;
}
#btmLink .inner ul .links{
	margin-right:52px;
}
#btmLink .inner ul .pagetop {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#btmLink .inner ul .pagetop a {
	display: block;
	background: #FFF;
}
#btmLink .inner li.freetel {
	font-family: arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	padding-right: 8px;
	margin-left: -5px;
}
#btmLink .inner li.freetel:before {
	content: url(../images/contact_icon_free2.png);
}
#btmLink .inner li span {
	font-size: 10px;
	background: white;
	color: #002896;
	font-weight: bold;
	padding: 2px;
	margin-right: 3px;
}
#btmLink .button, #btmLink .button:visited {
	color: #fff!important;
    text-align: center;
	font: bold 20px/100% "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-seri;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width: 254px;
	letter-spacing: 3px;
	margin-top: 3px;
}
#btmLink .button:hover {
	text-decoration: none;
}
#btmLink .orange {
	border: solid 1px #ff8700;
	background-color:#ff8700;
}
-----*/

/*--------------------------*/
#tabmenu li {
  background-color: #F4F6F8;
  border-right: 1px solid #FFFFFF;
  color: #333333;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 5px;
  text-align: center;
  font-size: 93%;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
}
#tabmenu li:hover {
  background-color: #1D7CC3;
  color: #FFFFFF;
}
#tabmenu .select {
  background-color: #1D7CC3;
  color: #FFFFFF;
}
.service_box_l {
  float: left;
  width: 45%;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #2757A1;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.service_box_r {
  float: right;
  width: 45%;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #2757A1;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.service_box dl dt {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #004d89;
  line-height:1.8;
  text-align: left;
}
.service_box dd {
  font-size: 16px;
  text-align: left;
}
.service_box_l:hover, .service_box_r:hover {
  background-color: #e2f2ff;
}
.sub_visual {
  background-image: url("../images/sub_visual.jpg");
  background-repeat: no-repeat;
  height: 110px;
  margin-bottom: 30px;
  position: relative;
  width: 676px;
}
/* IP-Phone PHS */
.borderRed{
  border-top:5px solid #c00000;
  margin:50px 0 10px 0;
  padding-top:10px;
}
.bottomline{
  border-bottom:1px dotted #666;
  padding-bottom:5px;
}
.middle{
  vertical-align:middle;
}
.maintenance .box_l{
  text-align:center;
  border:1px solid #888;
  width:325px;
  float:left;
  margin-right:22px;
  padding:20px 0;
  font-size:16px;
  font-weight:bold;
  background-color:#e4e4e4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4));
  background: linear-gradient(#fff, #e4e4e4);
  border-radius: 4px;
}
.maintenance .box_r{
  text-align:center;
  border:1px solid #888;
  width:325px;
  float:left;
  margin-right:0px;
  padding:20px 0;
  font-size:16px;
  font-weight:bold;
  background-color:#e4e4e4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4));
  background: linear-gradient(#fff, #e4e4e4);
  border-radius: 4px;
}
.w10em{
  width:10em;
}
.ml3em{
  margin-left:3em;
}
.ml1{
  margin-left:1px;
}
.inde3{
  padding-left:3em;
  text-indent:-3em;
}
#parentsBox{
  position: relative;
  min-height: 380px;
  background-repeat: no-repeat;
  background-position: 0 100px!important;
  background-image: url("../../phs/product/301jr/img/icon_dustproof.png");
}
#parentsBox .childBox{
  width:65%;
  position:absolute;
  top: 80px;
  left: 75px;
}
.productinfo{
  width:250px;
}

.gray_box {
  background-color: #fafafa;
  border: 1px solid #d6d6d6;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  line-height: 1.7;
  font-size: 14px;
}

.sub_th {
  background-color: #f2f9ff!important;
}

.zebra {
  border-spacing: 0;
  margin-bottom: 15px;
}
.zebra td, .zebra th {
  border-bottom: 1px solid #f2f2f2;
  color: #444444;
  padding: 6px 10px 6px 5px;
  text-align: center;
}
.zebra tbody tr:nth-child(2n) {
  background: none repeat scroll 0 0 #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}
.zebra th {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(center top, #f5f5f5, #eeeeee);
  border-bottom: 1px solid #cccccc;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.zebra td {
  line-height: 1.3;
}
.zebra th:first-child {
  border-radius: 6px 0 0;
}
.zebra th:last-child {
  border-radius: 0 6px 0 0;
}
.zebra th:only-child {
  border-radius: 6px 6px 0 0;
}
.zebra tfoot td {
  background-color: #f1f1f1;
  border-bottom: 0 none;
  border-top: 1px solid #ffffff;
}
.zebra tfoot td:first-child {
  border-radius: 0 0 0 6px;
}
.zebra tfoot td:last-child {
  border-radius: 0 0 6px;
}
.zebra tfoot td:only-child {
}
.even {
  background-color: #f5f5f5;
}
.middle {
  vertical-align: middle;
}

.tabbox h4{
  font-weight: bold;
  text-align: left;
  font-size: 140%;
}

.atten_box {
  background-color: #ffebe5;
  border: 1px solid #cccccc;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}


/*------------pbx--------------*/

#pbx .mainvisualIn {
    text-align: left;
    width: 1120px;
    margin: 0 auto;
    background-color: #fff;

}
#pbx .topMainvisual h1 {

    width: 352px;
    padding: 50px 0 22px 35px;

}

#pbx .topMainvisual p {

	line-height: 1.3;
}

#pbx .topMainvisual{
	background-color:#0072cf;

}

.catchTxt{
	color:#0072cf;
	font-size:40px;
	}
#pbx .contBlock02Wrap{
	background-color:#e8f7fc;
	}

#pbx .read_txt{
	line-height:1.7;
	}

#pbx h2{
	color:#333;
	font-size: 38px;
	font-weight:bold;
	margin-bottom: 30px;
	}

.pbxBox{
    width: 800px;
    margin-right: auto;
    margin-left: auto;
	text-align:left;
}

#pbx h3{
	color:#333;
	font-size: 20px;
	line-height: 1.7;
    margin-bottom: 10px;
	}

.priceBox{
	text-align:left;
	}
.priceBox dt{
	background-color:#0073d0;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	padding:13px 0 13px 10px;
	}
.priceBox dt span{
	font-weight:normal;
	font-size:14px;
	}
.priceBox dd{
	padding-top:15px;
	padding-bottom:30px;
	}
.priceBox table{
  font-size: 14px;
  line-height: 1.4;
}
.priceBox table tr td:first-of-type{
  background-color: #f2f9ff;
  width: 244px;
}
.priceBox table tr td:nth-of-type(2){
  width: 239px;
}
.priceBox table tr td span{
  font-size: 18px;
}

.img_underline p{
	border-bottom: 1px solid #cccccc;
	padding-bottom:25px;
	margin-bottom:30px;
	}
.img_underline p:last-of-type{
	border-bottom: 0;
	margin-bottom:0px;
	}

#pbx .link{
	margin-bottom:50px;
	}
#pbx .link span{
	display:inline-block;
	font-size:16px;
	width: 800px;
	}

#pbx .table_default{
	margin-top:0;
	margin-bottom:0;
	}
/*------------faq--------------*/
.field-case .q-32 {
	width: 32px;
}
.field-case .pd-r {
	padding: 10px 40px 10px 15px;
}
.field-case dd span {
	display: table-cell;
	padding-left: 10px;
}
#subNaviBase.fixed {
	z-index: 99;
}

.news_info_box {
    background-image: url(../../common/images/news_info_box.gif);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    border: 1px solid #CCC;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 10px 10px 10px;
    text-align:left;
    width:660px;
}
.news_info_box dl {
    border-bottom: solid 1px #CCCCCC;
    margin: 10px 15px;
    clear: both;
}
.news_info_box dl:last-of-type {
    border-bottom: none;
}
#footer_link {
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}
#footer_link ul li a {
  color: #3B3B3B;
  padding: 0 22px 0 13px;
}

/* 専用CTA */
#subNaviWrap .rightBlock a.inquiry {
  border-color: #f59600;
  background-color: #f59600;
}
#subNaviWrap .rightBlock a.inquiry:hover {
  background-image: url(/common/img/component/contact_o_on.svg);
  background-color: #fff;
  border-color: #f59600;
  color: #f59600;
}
#subNaviWrap .rightBlock a.partner {
  border-color: #00a0f0;
  background-color: #00a0f0;
}
#subNaviWrap .rightBlock a.partner:hover {
  background-image: url(/common/img/component/partner_b_on.svg);
  background-color: #fff;
  border-color: #00a0f0;
  color: #00a0f0;
}

#info .wrap .btn.contact a span {
  background-color: #f59600;
}
#info .wrap .btn.contact a:hover::after {
  background-image: url(/common/img/component/contact_o_on.svg);
}
#info .wrap .btn.contact a:hover span {
  border-color: #f59600;
  color: #f59600;
}
#info .wrap .btn.partner a span {
  background-color: #00a0f0;
}
#info .wrap .btn.partner a::after {
  background-size: contain;
  background-repeat: no-repeat;
}
#info .wrap .btn.partner a:hover::after {
  background-image: url(/common/img/component/partner_b_on.svg);
}
#info .wrap .btn.partner a:hover span {
  border-color: #00a0f0;
  color: #00a0f0;
}
.fee th a:hover {
  color: #002896;
}

.underline-bule_hovered {
  color: #002896!important;
  text-decoration: underline;
}
.underline-bule_hovered:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  /*ページ下部：サービス関連リンク*/
  .bnrArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
  }
  .bnrBox {
    margin: 10px 0;
  }
  /*フッター問い合わせ調整*/
  #info .wrap .box02 {
    flex-direction: column;
  }
  #info .wrap .box02 .btn{
    margin: 10px auto;
    width: 95%;
  }
}

/* サブナビCTA追加分 */
#subNaviWrap .rightBlock a {
  /* width: 141px; */
}
#subNaviWrap .rightBlock a.small {
  width: 78px;
}
#subNaviWrap .rightBlock a.login {
  color: #002896;
  padding-top: 37px;
  background-image: url(../images/login.svg);
  background-repeat: no-repeat;
  background-position: center top 18px;
  background-size: 21px;
  border: 1px solid #DADADA;
  background-color: #fff;
}
#subNaviWrap .rightBlock a.login:hover {
/*  background-color: #CEEDFD;
  border-color: #DADADA;*/
  opacity: 1;
}
/* モーダル関連 */
.ib {
  display: inline-block;
  text-decoration: inherit;
}
header {
  z-index: 1000!important;
}
.mfp-hide {
  display: none;
}
.login-popup {
  background-color: #F0F6FC;
  padding: 45px 38px;
  width: 90%;
  max-width: 1126px;
  margin: 0 auto;
  position: relative;
}
.login-popup h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 0;
  color: #000;
}
.detail-inner-hd {
  display: flex;
  align-items: center;
  max-width: 552px;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.login-popup h3 {
  color: #002896;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 390px;
  width: 100%;
  line-height: 1;
  margin: 0;
}
/* .login-popup h3::after {
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  text-align: center;
  display: inline-block;
  border: 2px solid #002896;
  border-radius: 50%;
  font-size: 12px;
  content: '?';
  line-height: 18px;
  cursor: pointer;
  margin-top: 2px;
} */
.detail-inner-info {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
}
.detail-inner-info a {
  color: #000;
  text-decoration: underline;
}
.detail-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 15px;
  row-gap: 24px;
}
.detail-inner-wrap li {
  width: calc(33% - 15px);
  position: relative;
  min-width: 252px;
}
.detail-inner-wrap li a {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 33px;
  color: #000;
  display: inline-block;
}
.detail-inner-wrap li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #002896;
  border-radius: 50%;
}
.detail-inner-wrap li a::after {
  position: absolute;
  content: '';
  left: 6px;
  top: 12px;
  transform: translateY(-50%) rotate(45deg);
  height: 7px;
  width: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.popup-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #002896;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
}

.mfp-wrap ~ #wrap #subNaviWrap.fixed #subNavi {
  padding-right: 16px;
}
.mfp-bg {
  height: 100vh!important;
  position: fixed!important;
}
.mfp-container {
  position: fixed!important;
}
.no_scroll {
  overflow: hidden;
}
body:has(.mfp-ready) {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #subNaviWrap .rightBlock{
    width: 60%;
  }
  #subNaviWrap .rightBlock a.login {
    font-size: 11px;
  }
}
/* クロスセルバナー */
.crosssell_banner{
  text-align: center;
}
.crosssell_banner img{
  width:100%;
  max-width:760px;
  margin-bottom:42px;
}
.crosssell_banner a img:hover{
  opacity: 0.7;
}
 /* 20241002追記 */
 .white_bg {
  background-color: #fff!important;
 }
 .pbx_table {
  border: 2px solid #999;
 }
 .pbx_table td:not([colspan]),
 .pbx_table th:not([colspan]) {
  width: 33.3%;
 }
 .pbx_table .bordered {
  border: 2px solid #999;
 }
 .pbx_table .bordered-right {
  border-right: 2px solid #999;
 }
 .pbx_table .bordered-double {
  border-top: double #999;
 }