@charset "utf-8";
.support.service .contentWrap {
  margin: 0 auto;
  padding:42px 0;
}
.support.service #pagetop.contentWrap{
  padding-top:0;
}
.support.service .contentWrap.smallCntBtm0 {
  padding-bottom: 0;
}
/*パンくず*/
.l-mainvisual, #mainVisual {
  background: #fff;
  height: 110px;
}

/*障害・工事情報*/
.service-info-wrap{
  justify-content: end;
  margin-bottom: 16px;
 }
 .service-info-wrap p {
   margin: 0;
 }
 .service-info-wrap p a {
   font-size:14px;
   color: #000;
   text-decoration: underline;
 }
 .service-info-wrap p a:hover {
   color: #002896;
 }
 .service-info-wrap {
   display: flex;
   gap: 20px;
   align-items: center;
   min-width: 468px;
   margin-top:5px;
 }
 .service-info-wrap .status img {
   margin-left: 10px;
   display: inline-block;
 }

 /*サービスページへのリンク*/
 .service-top-link{
  text-align:right;
  margin-bottom:24px;
 }
 .service-top-link a::after {
  content: url(../img/ico_link.svg);
  display: inline-block;
  border: none;
  transform: none;
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: middle;
}
/*タイトル 見出し 文字サイズ*/
 .contentWrap h1{
  font-size:38px;
}
.contentWrap h2{
  font-size:28px;
}
.contentWrap h3{
  margin-top:42px;
  margin-bottom:8px;
  font-size:24px;
  text-align:left;
}
.contentWrap p {
  font-size: 16px;
}
.contentWrap p.h2-txt{
  margin:30px 0;
}
.service-detail-hd{
  display:flex;
  align-items: center;
  justify-content: flex-start;
  gap:21px;
}
.service-detail-title {
  color: #002896;
  display: flex;
  align-items: center;
  justify-content:  flex-start;
  gap:6px;
}
.service-detail-title::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;
}
.service-detail-txt{
  font-size:16px;
  margin:30px 0 15px;
}
/*リード文*/
.service-top{
  display:flex;
  align-items: center;
  flex-direction: column;
  gap:24px;
}
.service-top a{
  color: #002896;
  text-decoration: none;
}
.service-top p{
  margin: 32px auto 16px;
  text-align: center;
}
.service-top a.btn01::before{
  position: absolute;
  content: '';
  right: 24px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.service-top a.btn01 {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  width: 267.58px;
  height: 50px;
  padding-right: 24.16px;
  padding-left: 24px;
  border: 2px solid;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}
/*お知らせ*/
.support.service .contentWrap:has(.service-news), .service-news-section {
  padding: 12px 0;
}
.service-news{
  display: flex;
  margin:0 auto;
  padding:0 100px;
  flex-wrap: wrap;
  max-height: 136px;
  overflow: auto;
  align-content: flex-start;
}
.service-news dt {
  clear: left;
  width: 130px;
  line-height: 1.5em;
  padding: 5px 0;
  font-size:16px;
}
.service-news dd {
  width: calc(100% - 130px);
  float: left;
  line-height: 1.5em;
  padding: 5px 0;
  font-size:16px;
}
.service-news a:hover{
  color:#000;
}
.browser{
  display:inline-block;
  padding: 6px 8px;
  margin-top: 16px;
  margin-bottom: 8px;
  background-color: #fff;
  border: 1px solid #002896;
  color: #002896;
  font-size:14px;
}

/*テーブル*/
.table-normal{
  min-height:125px;
}
/*色1*/
.table-normal.login-table,
.table-normal.login-table td,
.table-normal.login-table th {
  border: 1px solid #AABDC9;
  color:#000;
}
.table-normal.login-table th {
  background-color: #E5F4FC;
}
/*色2*/
.table-normal.dl-table,
.table-normal.dl-table td,
.table-normal.dl-table th {
  border: 1px solid #AABDC9;
  color:#000;
  height:60px;
}
.table-normal.dl-table th {
  background-color: #D3DDE6;
}
/*-----*/
.table-normal .th-main {
  min-width:123px;
  font-weight:700;
}
.table-normal .th-sub {
  font-weight:500;
  width:30%;
  font-size:15px;
}
.table-normal .td-txt {
  width:38%;
  font-size:13px;
}
.table-normal .td-link {
  padding:0;
  width:20%;
  height:123px;
  font-size:15px;
  text-align:center;
}
.table-normal .td-link a{
  color:#002896;
  font-size:14px;
}
.table-normal .td-link a.btn02{
  margin: 0 auto;
  width:174px;
  height:44px;
  font-size:16px;
  padding:10px 24px;
  text-decoration: none;
}
.download-link {
	color: #002896;
	text-decoration: none;
  font-size:15px;
}
.download-link:hover {
  color:#002896;
	text-decoration: underline;
  cursor: pointer;
}

/*-----*/
.service-item-lower{
  margin-bottom:60px;
  display:flex;
  gap:26px;
  justify-content: center;
  flex-wrap:wrap;
}
.service-item-lower a{
  color:#000;
  font-size:18px;
  font-weight:500;
  white-space: nowrap;
}
.service-item-lower a.btn03:hover {
  color: #002896;
  text-decoration: underline;
}
.service-item-lower a.btn03:hover::before {
  background-color: #002896;
  text-decoration: underline;
}

/*cta*/
.service-cta-btn{
  display:flex;
  gap:10px;
  justify-content: center;
  margin-bottom:24px;
}
.service-cta-btn a.btn01::before,
.service-cta-btn a.btn02::before {
  position: absolute;
  content: '';
  right: 24px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.service-cta-btn a.btn01,
.service-cta-btn a.btn02 {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  width: 267.58px;
  height: 50px;
  padding-right: 24.16px;
  padding-left: 24px;
  border: 2px solid;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}
.service-cta-btn  a.btn02.comBlue::before {
  border-color: #012896;
}
.service-cta-btn  a.btn02.comBlue {
  border-color: #00248b;
  color: #00248b;
}

/*モーダル*/
.info-data {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background-color: rgba(0,0,0,0.5);
  /* display: flex; */
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.info-data-txt {
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 801px;
  padding: 50px;
  position: relative;
}
.info-data-txt > div {
  width: 100%;
}
.info-data p {
  font-size: 16px;
  max-width: 512px;
}
.info-data .info-hd {
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.info-data-txt::before {
  content: '×';
  position: absolute;
  top: 21px;
  right: 21px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #00248b;
  cursor: pointer;
}
.info-data .table-normal {
  width:auto;
  margin: 0 auto;
}
.info-data .table-normal.th-main {
  flex: 1;
}
.info-data .table-normal .th-sub {
  width:36%;
  min-width: 210px;
}
.info-data .table-normal .td-txt {
  min-width:200px;
}
/* .download-link + .info-data .info-data-txt{
  max-width: 900px;
} */
.download-link + .info-data .info-data-note{
  max-width:100%;
  margin-top:0;
  margin-bottom:24px;
}
.manual-list{
  padding-left:10px;
}
.manual-list li{
  text-indent: -1.5em;
  padding-left:1em;
  font-size:15px;
  padding-bottom: 32px;
}
/*ローカルナビ*/
.subNaviM .snavi_content a{
  background-color: #EFF4F7;
}
.snavi_content .sp-block{
  display:inline;
}
/**/
.service-item-lower.border{
  border-top:1px solid #AABDC9;
  border-bottom:1px solid #AABDC9;
  padding-top:32px;
  padding-bottom:32px;
}
.service-item-lower.border2:first-of-type{
  border-top:1px solid #AABDC9;
  padding-top:32px;
}
.service-item-lower.border2:last-of-type{
  border-bottom:1px solid #AABDC9;
  padding-bottom:32px;
}
.crosssell_banner{
  text-align: center;
}
.crosssell_banner a img:hover{
  opacity: 0.7;
}
.crosssell_banner img{
  width:100%;
  max-width:760px;
}
/*info枠*/
#pagetop .info {
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagetop .info p{
  display: inline-block;
  border: 2px solid #002896;
  padding: 16px 32px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
#pagetop .info a{
  display: inline-block;
  color: #002896;
  margin-top: 10px;
}
@media screen and (max-width: 900px){
  .service-info-wrap {
      flex-direction: column;
      align-items: flex-end;
      gap: 8px;
      margin: 16px 0;
      min-width: 0;
  }
}
@media screen and (max-width:768px) {
  .l-mainvisual, #mainVisual {
    padding-top: 0px;
    height: 0 !important;
  }
  .contentWrap h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .contentWrap h2 {
    font-size: 16px;
  }
  .contentWrap h3{
    margin-top:42px;
    font-size:16px;
  }
  .contentWrap p{
    text-align:left;
    font-size:16px;
  }
  .service-top-link{
    margin-bottom:16px;
  }
  .service-news {
    padding: 0;
    /* flex-direction: column; */
  }
  .service-news dt {
    padding-bottom: 0;
    width: 100%;
    float: none;
  }
  .service-news dd {
    padding-top: 0;
    width: 100%;
    float: none;
  }
  .service-detail-hd {
    flex-direction: column;
    align-items:flex-start;
    gap: 8px;
  }
  h2.service-detail-title{
    text-align: left;
    margin-bottom:0;
  }
  .service-detail-info{
    font-size:14px;
  }
  .table-normal .th-main ,
  .table-normal .th-sub,
  .table-normal .td-link {
    min-width:150px;
    font-size:14px;
  }
  .table-normal .td-txt {
    min-width:300px;
    font-size:14px;
  }
  .table-normal .td-link a.btn02 {
    font-size: 14px;
    padding: 4px 16px;
    margin: 0 8px;
  }
  .service-item-lower {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 30px;
  }
  .service-item-lower a {
    font-size:16px;
    line-height:1.3em;
  }
  .service-cta-btn {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
  }
  .table-scroll{
    padding-bottom:16px;
  }
  .table-scroll .scroll-hint-icon {
    top: calc(50% - 40px - 8px);
  }
  .snavi_content .sp-block{
    display:block;
  }
  #pagetop .info p {
    padding: 8px 16px;
    font-size: 11px;
  }
}

/* テキストカラー追加 */
.txt-red {
  color: #bf0000!important;
}
