/* End Hack */
.contents {
  display: flex;
}

.contents.main {
  justify-content: space-between;
}

.contents-blc {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.contents-blc+.contents-blc {
  margin-top: 40px;
}

.contents-ttl {
  text-align: center;
}
.contents-ttl .contents-ttl-img{
  height: 50px;
  width: auto;
}
@media screen and (max-width: 640px){
  .contents-ttl .contents-ttl-img{
    height: 40px;
  }
}

.contents-read {
  font-size: 24px;
  margin-top: 20px;
  text-align: center;
}

.contents-read-att {
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}

.intro-item {
  width: 100%;
}

.intro-img {
  display: block;
  margin-left: auto;
  margin-right: 30px;
}

.menu-list {
  flex-wrap: wrap;
}

.menu-item {
  width: calc(100% /3 - 56px);
  padding: 20px;
  border: 1px solid #fff;
  font-size: 14px;
}

.menu-item:nth-of-type(3n+1) {
  margin-left: 0;
}

.menu-item+.menu-item,
.article-item+.article-item {
  margin-left: 20px;
}

.menu-item:nth-of-type(3n+1),
.article-item:nth-of-type(3n+1) {
  margin-left: 0;
}

.menu-item:nth-of-type(n+4),
.article-item:nth-of-type(n+4) {
  margin-top: 20px;
}

.menu-item-ttl {
  display: flex;
  align-items: center;
}

.menu-item-ttl p {
  margin-left: 20px;
}

.menu-item-ttl p span {
  font-size: 26px;
  display: inline-block;
  margin-bottom: 8px;
}

.menu-item-ttl p span::first-letter {
  color: #D9FF57;
}

.menu-item-detail {
  line-height: 1.7;
  margin-top: 20px;
  font-weight: 100;
}

.menu-item-link {
  margin-top: 30px;
  margin-left: auto;
}

.menu-item-link.more {
  width: 64px;
  height: 12px;
  overflow: hidden;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.menu-item-link.more img {
  width: 128px;
  height: 12px;
  vertical-align: top;
}

.menu-item-link.more:hover img {
  margin-left: -64px;
}

.article-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

.article-item {
  position: relative;
  width: calc(100% /3 - 14px);
  background: #fff;
  color: #192839;
}

.article-thumb {
  width: 100%;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #DEE3E7;
}

.article-thumb img {
  max-width: 100%;
  object-fit: cover;
  display: block;
}

.article-detail {
  padding: 20px 15px;
  border-top: 1px solid #DEE3E7;
}

.article-company {
  font-size: 14px;
  margin-top: 10px;
  margin-left: 15px;
}

.article-text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.4;
  margin-top: 10px;
  margin-left: 15px;
}

.article-badge-blc {
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 91px;
}

.article-badge {
  background: #2C3F53;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  display: inline-block;
}

.article-badge+.article-badge {
  margin-left: 8px;
}

.article-link {
  position: absolute;
  bottom: 20px;
  right: 15px;
  color: #192839;
  text-align: right;
  display: block;
  margin-top: 15px;
  font-size: 14px;
}

.article-link::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-top: 1px solid #5A7385;
  border-right: 1px solid #5A7385;
  transform: rotate(45deg);
}

.article-link:hover {
  color: #D9FF57;
}

.article-link:hover::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-top: 1px solid #D9FF57;
  border-right: 1px solid #D9FF57;
  transform: rotate(45deg);
}

.article-link-arrow {
  width: 6px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
}

.article-item-link {
  margin: 60px auto 0;
  border: 1px solid #fff;
  width: 300px;
  padding: 17px 0;
  display: block;
}

.article-item-link:hover {
  border: 1px solid #D9FF57;
}

.article-item-link .more {
  width: 64px;
  height: 12px;
  overflow: hidden;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  margin: 0 auto;
}

.article-item-link .more img {
  width: 128px;
  height: 12px;
  vertical-align: top;
}

.article-item-link:hover img {
  margin-left: -64px;
}

/* .service-lower:after {
  display: block;
  content: "";
  clear: both;
} */
.service-lower {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.service-lower .contents {
  justify-content: space-between;
}

.service-lower h2 {
  font-size: 1.3em;
  font-weight: normal;
}

.service-lower h2 svg, .service-lower h2 .svg, .service-lower h2>img {
  width: 215px;
  height: 39px;
  margin-bottom: 20px;
}

.service-lower .left {
  width: 300px;
  margin-right: 100px;
}

.service-lower .right {
  flex: 1;
}

.service-lower ul.list li {
  margin-bottom: 50px;
}

.service-lower ul.list li .name {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  font-size: 1em;
  font-weight: bold;
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; */
}

.service-lower ul.list li .exp {
  width: 265px;
  margin-bottom: 15px;
  font-size: 0.8em;
  line-height: 1.5em;
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; */
}

.service-lower ul.list li .more {
  width: 63px;
  height: 12px;
  overflow: hidden;
  cursor: pointer;
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; */
}

.service-lower ul.list li .more img {
  width: 126px;
  height: 12px;
  vertical-align: top;
}

.service-lower ul.list li .more:hover img {
  margin-left: -63px;
}

/* .ie8 .service-lower ul.list li .name, .ie8 .service-lower ul.list li .exp, .ie8 .service-lower ul.list li .more {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
} */
svg, .svg {
  fill: none;
  stroke: #88ce02;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 1.7;
}

#contents {
  padding-top: 75px;
  padding-bottom: 120px;
  /*0426*/
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
}

#bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
  background-image: url(/assets/images/common/bg.png);
  background-size: cover;
}

#bg img.bgimg {
  display: none !important;
}

.ie8 #bg img.bgimg {
  display: block !important;
}

#menu h2 svg, #menu h2 .svg, #menu h2 img {
  width: 215px;
}

#menu h2 p, #menu h2 .heading-jp {
  /* width: 100px; */
  margin-top: 5px;
  display: block;
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; */
}

/* #menu .detail {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
} */
#menu .detailbtn p {
  font-size: 0.85em;
  position: absolute;
  left: 20px;
  top: 17px;
  z-index: 0;
}

#menu nav li {
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; */
  clear: both;
}

#menu nav li svg, #menu nav li .svg, #menu nav li img {
  width: 30px;
  height: 30px;
  float: left;
}

#menu nav li .service-name {
  margin-left: 10px;
  margin-top: -5px;
  margin-bottom: 40px;
  float: left;
}

#menu nav li .service-name .name {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  font-size: 1.1em;
  font-weight: bold;
}

#menu nav li .service-name .name::first-letter {
  color: #d9ff57;
}

#menu nav li .service-name .name:first-letter {
  color: #d9ff57;
}

#menu nav li .service-name .exp {
  font-size: 0.8em;
}

#menu nav li a:hover {
  color: #d9ff57;
}

#menu nav #li-4f {
  position: absolute;
  top: 0;
  left: 300px;
}

#menu nav #li-4f .service-name {
  margin-left: 0;
}

.ie8 #menu h2 p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ie8 #menu .detail {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ie8 #menu .detailbtn {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ie8 #menu .detailbtn p {
  display: none;
}

.ie8 #menu nav li {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ie8 #menu nav li .service-name {
  margin-top: 0px;
}

#marketing h2 svg, #marketing h2 .svg, #marketing h2 img {
  width: 200px;
  height: 50px;
}

/* #marketing h2 p {
  width: 300px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
} */
/* #marketing .detail {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
} */
#marketing .img svg, #marketing .img .svg, #marketing .img img {
  width: 236px;
  height: 330px;
}

#marketing .img svg .circle1, #marketing .img svg .circle2, #marketing .img svg .fukidashi1, #marketing .img svg .text1, #marketing .img svg .face, #marketing .img svg .text2, #marketing .img svg .fukidashi2, #marketing .img .svg .circle1, #marketing .img .svg .circle2, #marketing .img .svg .fukidashi1, #marketing .img .svg .text1, #marketing .img .svg .face, #marketing .img .svg .text2, #marketing .img .svg .fukidashi2, #marketing .img img .circle1, #marketing .img img .circle2, #marketing .img img .fukidashi1, #marketing .img img .text1, #marketing .img img .face, #marketing .img img .text2, #marketing .img img .fukidashi2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 1;
}

.ie8 #marketing .left h2 p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ie8 #marketing .left .detail {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ie8 #marketing .right ul.list li .more {
  margin-left: 0px;
}

#development h2 svg, #development h2 .svg, #development h2 img {
  width: 254px;
  height: 45px;
}

#development h2 p {
  width: 300px;
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; */
}

/* #development .detail {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
} */
#development .img svg, #development .img .svg, #development .img img {
  width: 228px;
  height: 411px;
}

/* #development .img svg .circle1, #development .img svg .circle2, #development .img svg .fukidashi1, #development .img svg .text1, #development .img svg .face, #development .img svg .text2, #development .img svg .fukidashi2, #development .img .svg .circle1, #development .img .svg .circle2, #development .img .svg .fukidashi1, #development .img .svg .text1, #development .img .svg .face, #development .img .svg .text2, #development .img .svg .fukidashi2, #development .img img .circle1, #development .img img .circle2, #development .img img .fukidashi1, #development .img img .text1, #development .img img .face, #development .img img .text2, #development .img img .fukidashi2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
} */
.ie8 #development .left h2 p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ie8 #development .left .detail {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ie8 #development .right ul.list li .more {
  margin-left: 0px;
}

#support h2 svg, #support h2 .svg, #support h2 img {
  width: 156px;
  height: 46px;
}

#support h2 p {
  width: 150px;
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; */
}

/* #support .detail {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
} */
#support .img svg, #support .img .svg, #support .img img {
  width: 236px;
  height: 330px;
  stroke: none;
}

/* #support .img svg .oresen circle, #support .img svg .graph1, #support .img svg .graph2, #support .img svg .arrow, #support .img svg .paraPoly circle, #support .img svg .paraPoly polygon, #support .img svg .text1, #support .img svg .text2, #support .img svg .human g, #support .img .svg .oresen circle, #support .img .svg .graph1, #support .img .svg .graph2, #support .img .svg .arrow, #support .img .svg .paraPoly circle, #support .img .svg .paraPoly polygon, #support .img .svg .text1, #support .img .svg .text2, #support .img .svg .human g, #support .img img .oresen circle, #support .img img .graph1, #support .img img .graph2, #support .img img .arrow, #support .img img .paraPoly circle, #support .img img .paraPoly polygon, #support .img img .text1, #support .img img .text2, #support .img img .human g {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
} */
/* .ie8 #support .left h2 p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ie8 #support .left .detail {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
} */
.ie8 #support .right ul.list li .more {
  margin-left: 0px;
}

#products h2 svg, #products h2 .svg, #products h2 img {
  width: 178px;
  height: 37px;
}

#products h2 p {
  width: 250px;
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; */
}

/* #products .detail {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
} */
#products .img svg, #products .img .svg, #products .img img {
  width: 267px;
  height: 234px;
}

/* #products .img svg .penta1, #products .img svg .penta2, #products .img svg .penta3, #products .img svg .penta4, #products .img svg circle, #products .img svg .text1, #products .img svg .text2, #products .img .svg .penta1, #products .img .svg .penta2, #products .img .svg .penta3, #products .img .svg .penta4, #products .img .svg circle, #products .img .svg .text1, #products .img .svg .text2, #products .img img .penta1, #products .img img .penta2, #products .img img .penta3, #products .img img .penta4, #products .img img circle, #products .img img .text1, #products .img img .text2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.ie8 #products .left h2 p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ie8 #products .left .detail {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
} */
.ie8 #products .right ul.list li .more {
  margin-left: 0px;
}

#technology h2 svg, #technology h2 .svg, #technology h2 img {
  width: 234px;
  height: 46px;
}

#technology h2 p {
  width: 150px;
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; */
}

/* #technology .detail {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
} */
#technology .img svg, #technology .img .svg, #technology .img img {
  width: 290px;
  height: 320px;
}

/* #technology .img svg>circle, #technology .img svg .text1, #technology .img svg .text2, #technology .img svg .text3, #technology .img .svg>circle, #technology .img .svg .text1, #technology .img .svg .text2, #technology .img .svg .text3, #technology .img img>circle, #technology .img img .text1, #technology .img img .text2, #technology .img img .text3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.ie8 #technology .left h2 p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ie8 #technology .left .detail {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
} */
.ie8 #technology .right ul.list li .more {
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  #wrapper{
    opacity: 1;
  }
  svg {
    stroke-width: 2.5;
  }

  #footer-wrap{
    width: 100%;
  }

  .contents {
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }

  .contents-blc {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .contents-blc+.contents-blc {
    margin-top: 100px;
  }

  .contents-blc.menu{
    margin-top: 60px;
  }

  .contents-read {
    font-size: 14px;
  }

  .contents-ttl img {
    width: 40%;
  }

  .caption {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.25em;
    line-height: 1.3em;
    letter-spacing: 0.03em;
  }

  .intro-item {
    width: 100%;
  }

  .detail {
    font-size: 12px;
    margin-bottom: 0;
  }

  .intro-img {
    max-width: 100%;
    margin-top: 40px;
  }

  .menu-item {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  }

  .menu-item+.menu-item {
    margin: 20px 0 0;
  }

  .menu-item-detail {
    font-size: 12px;
  }

  .article-item {
    width: 100%;
  }

  .menu-item+.menu-item,
  .article-item+.article-item {
    margin: 20px 0 0;
  }

  .article-thumb {
    overflow: hidden;
  }

  .article-thumb img {
    max-width: none;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .article-item-link {
    width: 100%;
    margin: 40px auto 0;
  }

  #contents {
    padding-top: 0px;
    top: 80px;
  }

  #bg {
    background-image: url(/assets/images/common/bg_sp2.png);
  }

  .service-lower {
    padding-bottom: 100px;
  }

  .service-lower h2 {
    font-size: 12px;
  }

  .service-lower .left{
    width: 100%;
    margin-right: 0;
  }

  .service-lower .detail {
    width: 100%;
    margin-bottom: 30px;
    font-size: 13px;
  }

  .service-lower ul.list li {
    margin-bottom: 30px;
  }

  .service-lower ul.list li .name {
    font-size: 14px;
  }

  .service-lower ul.list li .exp {
    width: 100%;
    font-size: 13px;
  }

  .service-lower .img {
    text-align: center;
  }

  #menu {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  #menu h2 {
    margin-left: 0px;
    text-align: center;
  }

  #menu h2 svg, #menu h2 .svg, #menu h2 img {
    width: 148px;
    height: 27px;
  }

  #menu h2 p, #menu h2 .heading-jp {
    width: auto;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
  }

  #menu .detailbtn {
    display: block;
    width: 290px;
    height: 45px;
    position: relative;
    left: 15px;
    /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; */
  }

  #menu .detailbtn .sp svg, #menu .detailbtn .sp .svg, #menu .detailbtn .sp img {
    width: 290px;
    height: 45px;
    stroke-width: 1;
  }

  #menu .detailbtn .sp p {
    position: absolute;
    left: 15px;
    top: 17px;
    z-index: 0;
    font-size: 0.84em;
    line-height: 1em;
  }

  #menu .right {
    display: none;
  }

  #marketing h2 svg, #marketing h2 .svg, #marketing h2 img {
    width: 120px;
    height: 30px;
  }

  #marketing .img svg, #marketing .img .svg, #marketing .img img {
    width: 138px;
    height: auto;
  }

  #development {
    width: 320px;
    height: auto;
  }

  #development h2.title svg, #development h2.title .svg, #development h2.title img {
    width: 160px;
    height: 28px;
  }

  #development .img svg, #development .img .svg, #development .img img {
    width: 122px;
    height: 240px;
  }

  #support {
    width: 320px;
    height: auto;
  }

  #support h2.title svg, #support h2.title .svg, #support h2.title img {
    width: 97px;
    height: 29px;
  }

  #support .img svg, #support .img .svg, #support .img img {
    width: 168px;
    height: 247px;
  }

  #products {
    width: 320px;
    height: auto;
  }

  #products h2.title svg, #products h2.title .svg, #products h2.title img {
    width: 109px;
    height: 22px;
  }

  #products .img svg, #products .img .svg, #products .img img {
    width: 170px;
    height: 145px;
  }

  #technology {
    width: 320px;
    height: auto;
  }

  #technology h2.title svg, #technology h2.title .svg, #technology h2.title img {
    width: 143px;
    height: 27px;
  }

  #technology .img svg, #technology .img .svg, #technology .img img {
    width: 165px;
    height: 176px;
  }

  #sp-4f {
    margin-bottom: 100px;
    margin-top: 80px;
  }

  #sp-4f hr {
    width: 290px;
    margin: 0 auto;
    border-color: #7d91a3;
  }

  #sp-4f h2 {
    font-size: 1.6em;
    margin-top: 50px;
  }

  #sp-4f h2:first-letter {
    color: #d9ff57;
  }

  #sp-4f h2 p {
    opacity: 1;
    margin-top: 30px;
    font-size: 0.4em;
  }

  #sp-4f .detailbtn-sp {
    border: 1px solid #fff;
    padding: 15px;
    width: 260px;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
  }

  #sp-4f .detailbtn-sp p {
    font-size: 0.7em;
    text-align: center;
  }

  #sp-4f .detailbtn-sp:hover {
    border: 1px solid #d9ff57;
    color: #d9ff57;
  }

  #sp-4f .detailbtn-sp:hover svg polyline {
    stroke: #d9ff57;
  }

  #sp-4f svg {
    width: 8px;
    height: 11px;
    position: absolute;
    top: 15px;
    right: 10px;
  }

  #sp-4f svg polyline {
    opacity: 1 !important;
    stroke-dashoffset: 0 !important;
  }
}

.result-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.result-ttl-btn {
  padding: 25px 50px;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01;
}

.icon_window {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-left: 10px;
  background-image: url(/assets/images/result/result_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .result-ttl {
    flex-direction: column;
  }
  
  .result-ttl-btn {
    padding: 15px 50px;
    margin-top: 50px;
  }
  
  .icon_window {
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 10px;
    background-image: url(/assets/images/result/result_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .article-badge-blc {
    margin-bottom: 50px;
  }
}


/* 下層ページでフッターリンクがクリックできないので対処（2025.03.14） */

#bg {
  display: none;
}


