/* CSS Document */
.pc_hide {
  display: none;
}
.sp_hide {
  display: block;
}
.center {
  text-align: center;
}
.text12 {
  font-size: 12px !important;
}
.block_center {
  display: flex;
  justify-content: center;
}
.over {
  transition: all .2s;
}
.over:hover {
  opacity: 0.8;
}
.txt-red {
  color: #DB2C0F;
}
.txt-orange {
  color: #F27000;
}
.right{
  text-align: right !important;
}

.mark_blue{
  background:linear-gradient(transparent 65%, #C7EAFD 65%);
}
.mark_pink{
  background:linear-gradient(transparent 65%, #fdc7ea 65%);
}

.mark_line{
  text-decoration: underline;
}
.icon-contact::before {
  content: '';
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url(../images/icon_contact.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: text-bottom;
  margin-right: 5px;
}
/*.mark_blue{
  background-image: linear-gradient(90deg, #c7eafd, #c7eafd);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 35%;
  transition: all 2s linear;
}
.mark_pink {
  background-image: linear-gradient(90deg, #fdc7ea, #fdc7ea);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 30%;
  transition: all 2s linear;
}
strong.inV {
  background-size: 100% 35%;
}
*/

a {
  text-decoration: none;
}
img[src$="logo_media.png"]{
  height: 45px;
  width: auto;
}
#wrap header {
  box-sizing: border-box;
  max-width: 1366px;
  margin: 0 auto;
  padding-right: 80px;
  padding-left: 80px;
}
header .logo {
  margin: 19px 0 22px;
  & a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #676767;
    letter-spacing: -2px;
    font-size: 16px;
    text-decoration: none;
    transition: all .2s;
    &:hover {
      opacity: 0.6;
    }
  }
}
header .pc-head {
  display: flex;
  justify-content: space-between;
  max-width:1360px;
  margin:0 auto;
}
.h-logo-img {
  width: auto;
  height: 42px;
}
.sns {
  margin-top: 23px;
}
.sns ul {
  display: flex;
}
.sns ul li:not(:last-of-type) {
  margin-right: 16px;
}
.sns ul li img {
  width: auto;
  height: 26px;
}
.sns ul li iframe{
  width: 26px !important;
  height: 26px !important;
}
/* トップメインビジュアル */
#top #topMainvisual {
  height: 320px;
  background-image: url("../images/main.jpg");
  background-size: auto;
  background-position-x: calc(50% + 90px);
}
/* 下層メインビジュアル */
#category #topMainvisual {
  height: 320px;
  background-image: url("../images/main.jpg");
  background-size: contain;
}
/* パンくず */
.page-trail_wrap {
  margin-bottom: 23px;
  padding: 0;
  background-color: #eff4f7;
}
.page-trail_wrap .contentInner {
  padding: 9px 80px;
}
.page-trail_wrap #page-trail {
  margin: 0;
  font-size: 18px;
  color: #000;
}
.page-trail_wrap #page-trail a {
  color: #000;
}
.page-trail_wrap #page-trail a:hover {
  text-decoration: none;
}
/*spメニュー*/
#menu {
  display: none;
  z-index: 99999;
  position: absolute;
  left: 100%;
  width: 280px;
  height: 100%;
}
#closeMenu {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
}
nav {
  height: 100%;
}
.sub-menu {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 13px 0 0 12px;
  float: right;
  border-top: 3px solid #383838;
}
.sub-menu:before, .sub-menu:after {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  border-top: 3px solid #383838;
  content: '';
}
.sub-menu:before {
  top: 5px;
}
.sub-menu:after {
  top: 13px;
}
.sub-nav {
  text-align: left;
}
.sub-nav * {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-nav {
  margin-top: -1px;
  overflow: hidden;
}
.sub-nav {
  height: 100%;
  overflow: auto;
  border-top: none;
  background: linear-gradient(to right, #353535 0%, #3d3d3d 2%, #3d3d3d 100%);
  text-align: left;
}
.sub-nav > ul > li {
  border-bottom: 2px solid #313131;
}
.sub-nav > ul > li a {
  display: block;
  padding: 15px 30px 15px 10px;
  color: #aaa;
  font-size: 14px;
  line-height: 2;
  text-decoration: none;
}
.sub-nav > dl {
  border-bottom: 2px solid #313131;
}
.sub-nav > dl > dt {
  background: linear-gradient(to right, #353535 0%, #3d3d3d 2%, #3d3d3d 100%);
}
.sub-nav > dl > dt a {
  display: block;
  padding: 15px 30px 15px 10px;
  color: #aaa;
  font-size: 14px;
  line-height: 2;
  text-decoration: none;
}
.sub-nav > dl > dd > ul > li {
  border-bottom: 1px solid #2c2c2c;
  background: linear-gradient(to right, #202020 0%, #252525 2%, #252525 100%);
}
.sub-nav > dl > dd > ul > li a {
  display: block;
  padding: 15px 30px 15px 10px;
  color: #aaa;
  font-size: 13px;
  line-height: 2;
  text-decoration: none;
}
.sub-nav .sub-nav-sim {
  padding-left: 35px;
  background: url(/business/img/sp/root/ico_sim.png) no-repeat 12px center;
  background-size: 24px auto;
}
.sub-nav .sub-nav-glb {
  padding-left: 35px;
  background: url(/business/img/sp/root/ico_glb.png) no-repeat 10px center;
  background-size: 29px auto;
}
.sub-nav .sub-nav-header span {
  display: block;
  height: 24px;
  color: #3d3d3d;
}
.sub-nav .headerCloseIcon {
  position: relative;
}
.sub-nav .headerCloseIcon span::before, .sub-nav .headerCloseIcon span::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 4px;
  height: 22px;
  margin-top: -11px;
  background-color: #fff;
  content: '';
}
.sub-nav .headerCloseIcon span::before {
  transform: rotate(-45deg);
}
.sub-nav .headerCloseIcon span::after {
  transform: rotate(45deg);
}
.sub-nav .sub-nav-link a {
  position: relative;
}
.sub-nav .sub-nav-link a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(-45deg);
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  content: '';
}
.sub-nav .sub-nav-sublink a {
  position: relative;
  padding: 15px 10px 15px 30px;
}
.sub-nav .sub-nav-sublink a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 2px;
  transform: rotate(-45deg);
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  content: '';
}
.sub-nav .sub-nav-open + dd {
  display: none;
}
.sub-nav .sub-nav-open a {
  position: relative;
}
.sub-nav .sub-nav-open a::before, .sub-nav .sub-nav-open a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  background-color: #aaa;
  content: '';
}
.sub-nav .sub-nav-open a::after {
  transform: rotate(90deg);
}
.sub-nav .sub-nav-close a {
  color: #fff;
}
.sub-nav .sub-nav-close a::before {
  display: none;
}
.sub-nav .sub-nav-close a::after {
  background-color: #fff;
}
/* カテゴリリンク */
.cateWrap {
  padding: 32px 0 58px;
}
.cateWrap .anchor-link01 li:not(:last-of-type){
  margin-right: 12px;
}
.cateWrap .anchor-link01 a {
  justify-content: center;
  width: 160px;
  padding-left: 0;
  font-size: 16px;
}
.cateWrap .anchor-link01 a.active {
  border: 2px solid #42a0ea;
  background-color: #ceedfd;
}
.cateWrap .anchor-link01 a::before {
  content: none;
}
/* トップ */
#top h2 {
  margin-bottom: 32px;
  color: #000;
}
/*下層*/
#category #topMainvisual {
  height: 188px;
  margin-top: 8px;
  background-size: contain;
}
#category #topMainvisual.network {
  background-image: url("../../network/common/images/main.jpg");
}
#category #topMainvisual.phone {
  background-image: url("../../phone/common/images/main.jpg");
}
#category #topMainvisual.contact {
  background-image: url("../../contact/common/images/main.jpg");
}
#category #topMainvisual.mobile {
  background-image: url("../../mobile/common/images/main.jpg");
}
#category #topMainvisual.iot {
  background-image: url("../../iot/common/images/main.jpg");
}
#category #topMainvisual.cloud {
  background-image: url("../../cloud/common/images/main.jpg");
}
#category #topMainvisual.security {
  background-image: url("../../security/common/images/main.jpg");
}
/*記事一覧*/
#list #topMainvisual {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: none;
}
#list h1 {
  display: block;
  font-weight: bold;
  font-size: 38px;
}
/*日付とカテゴリ*/
.date-category {
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px !important;
}
.date-category a.btn02 {
  justify-content: center;
  width: 139px;
  height: 41px;
  margin-bottom: 0;
  margin-left: 13px;
  padding-left: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
}
.date-category a.btn02::before {
  content: none;
}
/* 記事サムネ */
.content.column-box03a {
  flex-wrap: wrap;
  justify-content: left;
  gap:40px;
}
.content.column-box03a .box {
  width:calc( 33.3% - (40px*2)/3 );
  margin-right:0;
  margin-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.content.column-box03a a img:hover {
  opacity: 0.7;
  transition: all .2s;
}
.content.column-box03a h3 {
  margin: 10px 0 7px;
  margin-top: 0;
  line-height: 1.5;
  text-align: left;
}
.content.column-box03a a.title {
  display: block;
  color: #002896;
  font-size: 16px;
}
.content.column-box03a a.title:hover {
  text-decoration: underline;
}
.content.column-box03a .box .rightBlock {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* 個別記事 */
#content .page-trail_wrap {
  margin-bottom: 0;
}
#content .date-category:not(.recommend) {
  justify-content: flex-start;
  margin-bottom: 8px;
  font-size: 16px !important;
}
#content .date-category:not(.recommend) a.btn02 {
  width: 173px;
  height: 44px;
  font-size: 16px !important;
}
#content .sns ul li img {
  height: 37px;
}
#content .sns ul li iframe{
  width: 37px !important;
  height: 37px !important;
}
#content h1 {
  font-size: 38px;
  letter-spacing: -0.8px;
  text-align: left;
}
.visual img{
  width: 100%;
  max-width: 1206px;
}
#content .intro ul {
  max-width: 1084px;
  padding: 40px;
  border: 1px solid #000;
}
#content .intro ul a {
  color: #00a0f0;
}
#content .intro ul a:hover {
  text-decoration: underline;
}
#content .intro ul li:first-of-type {
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  color: #000;
}
#content .intro ul li:not(:first-of-type) {
  position: relative;
  padding-left: 0.7em;
  line-height: 1.86;
  text-indent: -0.7em;
}
#content .intro ul li:not(.sub) {
  position: relative;
}
#content .intro ul li:last-of-type {
  padding-bottom: 0;
}
#content .intro ul li:not(:first-of-type)::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 4px;
  margin-bottom: 1px;
  border: 1px solid #00a0f0;
  border-radius: 50%;
  content: '';
  vertical-align: middle;
}
#content .intro ul li.sub {
  padding-left: 3em;
}
#content .intro ul li.sub::before {
  content: none;
}
#content .main a:not(.btn02):not(.btn03) {
  color: #00A0F0;
  text-decoration: underline;
}
#content .main a:hover {
  text-decoration: none;
}
#content .main figure {
  text-align: center;
}
#content .main figure img{
  width: 100%;
  max-width: 790px;
}
#content figure.banner_link{
  margin-top: 32px;
}
figure.banner_link a:hover {
  opacity: 0.7;
}
#content .main h2 {
  margin-bottom: 32px;
  padding: 1px 0 6px 32px;
  border-bottom: solid 5px #000;
  border-left: solid 26px #000;
  color: #000;
  font-size: 30px;
  text-align: left;
}
#content .main h2:not(:first-of-type) {
  margin-top: 72px;
}
#content .main h3, #content .main h4 {
  margin-top: 72px;
  margin-bottom: 32px;
  padding-bottom: 6px;
  border-bottom: solid 3px #000;
  color: #000;
  text-align: left;
}
#content .main h3 {
}
#content .main h4 {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 24px;
  margin-top: 48px;
  margin-bottom: 0;
}
#content .main h4 + p{
  margin-top: 16px;
}
#content .main h5 {
  font-weight: bold;
  /* font-size: 24px; */
  font-size: 20px;
  margin-top: 24px;
}
#content .main h5 + p {
  margin-top: 24px;
}
#content a.btn02.serviceLink {
  width: auto;
  min-width: 404px;
  min-height: 98px;
  padding-right: 80px;
  padding-left: 47px;
  border-radius: 0;
  font-size: 20px;
}
#content a.btn02.serviceLink::before {
  right: 47px;
}
#content .sns-bottom .sns{
  margin-top: 0;
}
#content .sns-bottom .sns ul li iframe{
  margin-top: 2px;
}
#content .sns-bottom li:first-of-type {
  font-size: 24px;
}
#content .sns-bottom ul {
  align-items: center;
  justify-content: center;
  height: 90px;
}
#content h2.recommend {
  margin-bottom: 32px;
  color: #000;
  font-weight: normal;
  font-size: 24px;
}
#content table.auto{
  table-layout: auto;
}
#content .table-normal {
  table-layout: fixed;
}
#content .table-normal.nonfirst th:first-of-type{
  color: #000;
}
#content .table-normal td{
  vertical-align: top;
}
#content .table-normal.middle td{
  vertical-align: middle;
}
#content .table_002 th{
  width: 15%;
}
#content .table_002 td{
  text-align: left;
}
/* 表の列幅 */
#content .table-normal th.width25{
  width:25%;
}
#content .table-normal th.width20{
  width:20%;
}
#content .table-normal th.width15{
  width:15%;
}
h4 + .table-scroll{
  margin-top: 16px;
}
#content .mt5{
  margin-top: 5px;
}
/* 表の見出し */
.table-heading{
  background-color: #002896;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.nowrap{
  white-space: nowrap;
}
/*本文内リストスタイル*/
#content .main .list-title{
  margin-bottom: 8px;
}

#content .main ul{
  padding-left: 1rem;
  line-height: 1.6;
}
#content .main ul li{
  font-weight: bold;
  font-size:20px;
}
#content .main ul li.sub{
  margin:32px 0;
  padding-left: 3em;
  line-height: 1.89;
  font-weight: normal;
  font-size:18px;
}
#content .main ul li.sub p:first-of-type{
  margin-top:0;
}
#content .main ol li{
  font-size:18px;
  margin-bottom: 20px;
  line-height: 1.89;
}
#content .main ol{
  padding-left: 18px;
}
#content .main .content-list{
  padding-left: 0;
}
#content .main .content-list li{
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.5;
}
#content .main .content-list li::before{
  display: inline-block;
  content: "";
  margin-top: 0.5em;
  margin-right: 7px;
  width: 10px;
  height: 10px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #00248b;
}
#content .main .content-list li p{
  margin-top: 5px;
  padding-left: 1em;
  font-weight: 400;
}
/* フッター */
footer {
  width: 100%;
  padding: 40px 0 63px;
  background-color: #eff4f7;
  font-size: 13px;
}
footer ul {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  max-width: 1366px;
  margin: 0 auto;
  margin-bottom: 45px;
  padding-right: 80px;
  padding-left: 80px;
}
footer ul li {
  position: relative;
  width: 15%;
  text-align: center;
  padding: 0 8px;
}
footer ul li.footer_privacy{
  width: 24%;
}
footer ul li:not(:first-of-type)::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 22px;
  background: #707070;
  content: "";
}


.top_hr {

  color: #c8c8c8;
  max-width: 1200px;
  width: calc(100% - 80px)
}
/*別窓マーク*/
.contentWrap a[target="_blank"]::after {
  content: url(../images/ico_link.svg);
  display: inline-block;
  border: none;
  transform: none;
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: middle;
}
/*下層メインビジュアル調整*/
@media screen and (max-width:1366px) {
  #category #topMainvisual {
    height: 13.76vw;
    background-size: cover;
  }
}
/*トップメインビジュアル調整*/
@media screen and (max-width:1206px) {
  #top #topMainvisual {
    background-position-x: -310px;
  }
}
/*-sp-*/
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
  img[src$="bnr_02.png"] {
    max-width: 482px;
  }
  .pc_hide {
    display: block;
  }
  .sp_hide {
    display: none;
  }
  .icon-contact::before {
    height: 1.3em;
    width: 18px;
  }
  /* ヘッダー */
  header {
    padding: 0;
  }
  header .pc-head {
    display: none;
  }
  /* spヘッダー */
  #header {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 12px 24px 5px;
    overflow: hidden;
    & a {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #676767;
      letter-spacing: -2px;
      font-size: 14px;
      text-decoration: none;
      transition: all .2s;
      &:hover {
        opacity: 0.6;
      }
    }
  }
  #header img {
    width: auto;
    height: 40px;
  }
  /*トップメインビジュアル*/
  #top #topMainvisual{
    margin-top: 15px;
  }
  /*下層*/
  #category #topMainvisual {
    margin-top: 0;
  }
  .under_h1 {
    margin-top: 32px;
  }
  .under_h1 img {
    width: 212px;
    height: auto;
  }
  /*記事一覧*/
  #list #topMainvisual {
    align-items: flex-end;
    height: 54px !important;
  }
  #list h2 {
    font-size: 20px;
  }
  /* パンくず */
  .page-trail_wrap {
    display: none;
    background-color: #fff;
  }
  .page-trail_wrap .contentInner {
    padding: 9px 24px;
  }
  /*日付とカテゴリ*/
  .date-category {
    font-size: 9px !important;
  }
  .date-category a.btn02 {
    width: 98px;
    height: 22px;
    margin-left: 7px;
    font-size: 9px;
  }
  /* 記事サムネ */
  .column-box03a, .column-box03b {
      flex-direction: column;
      gap:32px;
/*       align-items: flex-start; */
  }
  .content.column-box03a h3 {
    margin: 0 0 8px;
  }
  .content.column-box03a a.title {
    font-size: 14px;
  }
  .content.column-box03a .box {
    flex-direction: row;
    margin-bottom: 0;
    width: 100%;
    max-width: 328px;
  }
  .content.column-box03a .box figure img {
    width: 133px;
  }
  .content.column-box03a .box .rightBlock {
    margin-left: 14px;
  }
  /* 個別記事 */
  #content .page-trail_wrap .contentInner{
    padding-bottom: 0;
  }
  #content .contentHead{
    padding-top: 24px;
  }
  #content .intro{
    padding-top: 24px;
  }
  #content .date-category:not(.recommend) {
    font-size: 9px !important;
  }
  #content .date-category:not(.recommend) a.btn02 {
    width: 98px;
    height: 22px;
    font-size: 9px !important;
  }
  #content h1 {
    font-size: 20px;
    line-height: 1.7;
  }
  #content .main h2{
    margin-bottom: 24px;
    padding-left: 14px;
    border-left: 15px solid #000;
    font-size: 18px;
  }
  #content .main h2:not(:first-of-type){
    margin-top: 48px;
  }
  #content .main h3{
    margin-top: 32px;
    margin-bottom: 24px;
    border-bottom: solid 2px #000;
    font-size: 16px;
    line-height: 1.5;
  }
  #content .main h4{
    margin-top: 32px;
    font-size: 16px;
  }
  #content .main h5{
    margin-top: 32px;
    font-weight: bold;
    font-size: 14px;
  }
  #content .main p{
    line-height: 1.86;
  }
  #content .sns ul li img {
    height: 22.2px;
  }
  #content .sns ul li iframe{
    width: 22.2px !important;
    height: 22.2px !important;
  }
  #content .sns ul {
    justify-content: center;
  }
  #content .intro ul {
    padding: 32px 24px;
    font-size: 14px;
  }
  #content .intro ul li:first-of-type{
    padding-bottom: 8px;
  }
  #content .intro ul li:not(:first-of-type)::before {
    width: 2px;
    height: 2px;
    background-color: #00a0f0;
  }
  #content .intro ul li.sub {
    padding-left: 3em;
    text-indent: 0;
  }
  #content a.btn02.serviceLink{
    min-width: 270px;
    min-height: 59px;
    padding-right: 30px;
    padding-left: 24px;
    font-size: 14px;
  }
  #content a.btn02.serviceLink::before {
    right: 24px;
    }
  #content .sns-bottom {
    background-color: #EFF4F7;
  }
  #content .sns-bottom .sns ul{
    box-sizing: border-box;
    flex-wrap: wrap;
    height: 125px;
    padding: 24px 0;
  }
  #content .sns-bottom .sns li:first-of-type{
    width: 100%;
    margin-right: 0 !important;
    font-size: 18px;
    text-align: center;
  }
  #content .sns-bottom .sns ul li:not(:last-of-type){
    margin-right: 14.7px;
  }
  #content .sns-bottom .sns ul li img{
    height: 34.2px;
  }
  #content .sns-bottom .sns ul li iframe{
    width: 34.2px !important;
    height: 34.2px !important;
  }
  #content h2.recommend{
    margin-bottom: 24px;
    padding-bottom: 8px;
     border-bottom: solid 1px #429fea;
    font-size: 16px;
  }
  /* 表の列幅 */
  #content .table-normal th.width15,
  #content .table-normal th.width20,
  #content .table-normal th.width25{
    width:auto;
  }
  #content .table-normal.no-scroll {
    width:100%;
    min-width: 100%;
  }
  /*本文内リストスタイル*/
  #content .main ul{
    padding-left: 0;
  }
  #content .main ul li{
    font-size:16px;
  }
  #content .main ul li.sub{
    padding-left: 1.5em;
    margin: 24px 0;
    font-size:14px;
    line-height:1.67em;
  }
  #content .main ol li{
    font-size:16px;
  }
  #content .main .content-list li{
    font-size: 14px;
  }
  #content .main .content-list li::before{
    margin-right: 5px;
    margin-top: 0.38em;
  }
  #content .main .content-list li p{
    padding-left: 1.3em;
  }
  /* フッター */
  footer {
    padding: 20px 0 47px;
  }
  footer ul {
    flex-direction: column;
    margin-bottom: 58.5px;
    padding-right: 24px;
    padding-left: 24px;
  }
  footer ul li {
    width: 100% !important;
    padding: 13.5px 0;
    border-bottom: solid 1px #a3acb4;
  }
  footer ul li:last-of-type {
    border-bottom: none;
  }
  footer ul li:not(:first-of-type)::after {
    content: none;
  }

         .top_hr {
           width: calc(100% - 48px);
         }
}
/* 20221014追記 */
@media screen and (max-width:769px) {
  .pd16-top-sp {
    padding-top: 16px;
  }
}
/* 追記ここまで */
/* 20240411追記 */
.window_none::after {
  display: none!important;
}
#pitari_area_mbz_footer {
  margin-top: 16px;
  margin-bottom: 16px;
}
#top .bunner-area .content {
  gap: 8px;
}

#top .bunner-area img {
  max-width: 100%;
}

#top .bunner-area .box h3 {
  font-size: 16px;
  text-align: center;
}
/* 追記ここまで */
