@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/*--------------------------------
mainte-info
----------------------------------*/
.mainte-info {
  border-bottom: 1px solid #E6E6E6;
  padding: 1em 0;
}
.mainte-info .inner {
  display: flex;
  align-items: center;
}
.mainte-info .inner .ttl-mainte {
  background: #E56A00;
  color: #fff;
  border-radius: 6px;
  font-size: 1.3rem;
  text-align: center;
  max-width: 170px;
  padding: 0.4em 1em;
  margin-right: 1em;
}
.mainte-info .inner iframe {
  height: 4rem;
}
.mainte-info .inner .more {
  margin-left: auto;
}
.mainte-info .inner .more a {
  color: #799100;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.mainte-info .inner .more a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #799100;
  border-right: 1px solid #799100;
  display: inline-block;
  vertical-align: middle;
  transform: rotateZ(45deg);
}
.mainte-info .inner .more a span {
  margin-right: 0.4em;
}
@media only screen and (max-width: 768px) {
  .mainte-info {
    padding: 0;
  }
  .mainte-info .inner {
    display: block;
    position: relative;
    width: 100%;
  }
  .mainte-info .inner iframe {
    width: 92%;
    margin-left: 4%;
    text-align: center;
  }
  .mainte-info .inner .ttl-mainte {
    border-radius: 0 0 6px 0;
  }
  .mainte-info .inner .more {
    position: absolute;
    right: 4%;
    top: 8px;
  }
}

/*--------------------------------
atten-info
----------------------------------*/
.atten-info {
  margin: 1.5em auto;
  max-width: 650px;
}
.atten-info > p {
  position: relative;
  padding-left: 1.8em;
}
.atten-info > p:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/top/icon_attention.svg);
  width: 22px;
  height: 22px;
  top: 0.1em;
  left: 0;
}
.atten-info a {
  color: #D31800;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .atten-info {
    width: 92%;
    margin: 1.5em auto;
  }
}

/*--------------------------------
icon-btn
----------------------------------*/
.icon-btn-c {
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .icon-btn-c {
    margin-bottom: 1em;
  }
}

/*--------------------------------
trouble-top
----------------------------------*/
.trouble-top {
  padding: 6em 0 2em;
}
@media only screen and (max-width: 768px) {
  .trouble-top {
    padding: 3em 0;
  }
  .trouble-top .list-article {
    margin: 0;
  }
}

/*--------------------------------
service-top
----------------------------------*/
.service-top {
  padding: 3em 0;
  overflow: hidden;
}
.service-top .inner-m {
  position: relative;
  padding-bottom: 3em;
}
.service-top .inner-m:before, .service-top .inner-m:after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media only screen and (max-width: 768px) {
  .service-top .inner-m {
    width: 100%;
    padding-bottom: 6em;
  }
  .service-top .inner-m:before {
    left: 4%;
  }
  .service-top .inner-m:after {
    width: 92%;
    left: 4%;
  }
}
@media only screen and (max-width: 768px) {
  .service-top {
    padding: 0;
  }
}

/*--------------------------------
 news-top
----------------------------------*/
.news-top .news-list {
  max-width: 900px;
  margin: 0 auto 2em;
}
.news-top .news-list > .news_box {
  border-bottom: 1px solid #E6E6E6;
  padding: 2em 2.5em 2em 1.5em;
  /*  display: flex; */
  align-items: center;
  position: relative;
}
.news-top .news-list > .news_box:first-child {
  border-top: 1px solid #E6E6E6;
}
.news-top .news-list > .news_box:hover {
  background: #F5F5F5;
}
@media only screen and (max-width: 768px) {
  .news-top .news-list > .news_box {
    display: block;
  }
}
.news-top .news-list > .news_box:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotateZ(45deg) translateY(-50%);
  vertical-align: middle;
  margin: 0px 0.5em 0.2em auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.news-top .news-list > .news_box .date {
  /*  $wt: 130px;
   width: $wt;
   min-width: $wt; */
  display: inline-block;
}
.news-top .news-list > .news_box .category {
  font-size: 1.3rem;
  /* $wc: 130px;
  width: $wc;
  min-width: $wc; */
  margin: 0.4em;
  display: inline-block;
  text-align: center;
  padding: 0.4em 1em;
  /*  padding: 0.5em 0.8em; */
  border-radius: 4em;
  /* &.sim_ad {
      color: #cebf31;
      border: 2px solid #cebf31;
  } */
  /* &.important {
      color: #C21452;
      border: 2px solid #C21452;
  } */
  /* &.event {
      color: #20B2AA;
      border: 2px solid #20B2AA;
  } */
  /* &.campaign {
      color: #BDB76B;
      border: 2px solid #BDB76B;
  } */
}
@media only screen and (max-width: 768px) {
  .news-top .news-list > .news_box .category {
    font-size: 1.2rem;
    /* $wcsp: auto;
    width: $wcsp;
    min-width: $wcsp; */
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .news-top .news-list > .news_box .category {
    padding: 0.3em 0.6em 0.2em;
  }
}
.news-top .news-list > .news_box .category.sima {
  color: #FF6000;
  border: 1px solid #FF6000;
}
.news-top .news-list > .news_box .category.simd {
  color: #CB1A17;
  border: 1px solid #CB1A17;
}
.news-top .news-list > .news_box .category.sims {
  color: #5F5F5F;
  border: 1px solid #5F5F5F;
}
.news-top .news-list > .news_box .category.terminal {
  color: #00B0F0;
  border: 1px solid #00B0F0;
}
.news-top .news-list > .news_box .category.service {
  color: #85CD05;
  border: 1px solid #85CD05;
}
.news-top .news-list > .news_box .category.press {
  color: #3D43A3;
  border: 1px solid #3D43A3;
}
.news-top .news-list > .news_box .category.others {
  color: #C98BD6;
  border: 1px solid #C98BD6;
}
.news-top .news-list > .news_box .category.shop {
  color: #0eaa30;
  border: 1px solid #0eaa30;
}
.news-top .news-list > .news_box .category.sim_all {
  color: #85CD05;
  border: 1px solid #85CD05;
}
.news-top .news-list > .news_box .txt {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .news-top .news-list > .news_box .txt {
    margin-top: 1em;
  }
}
.news-top .news-list > .news_box .txt .ico-new {
  display: inline-block;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.1em 0.3em 0;
  margin-left: 0.4em;
  background: #E30000;
}

/*--------------------------------
 voice-top
----------------------------------*/
.voice-top {
  background: url(../img/top/bg_voice.jpg) no-repeat center center;
  background-size: cover;
  padding: 6em 0 3em 0;
  position: relative;
}
.voice-top:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.voice-top .inner-m {
  position: relative;
  z-index: 10;
  text-align: center;
}
.voice-top .inner-m .ttl-voice {
  font-size: 2.5rem;
  margin-bottom: 2em;
}
.voice-top .inner-m .btn-base a {
  background: #799100;
}
@media only screen and (max-width: 768px) {
  .voice-top {
    padding: 4em 0 5em 0;
  }
  .voice-top .inner-m .ttl-voice {
    margin-bottom: 1em;
  }
  .voice-top .inner-m p {
    text-align: left;
  }
  .voice-top .inner-m .btn-base {
    margin: 0;
  }
  .voice-top .inner-m .btn-base a {
    font-size: 1.2rem;
  }
}

/*--------------------------------
contact-top
----------------------------------*/
.contact-top {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contact-top {
    padding: 20vw 0.5em 2em 0.5em;
  }
}
.contact-top .pct-ai {
  width: 65em;
  text-align: left;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .contact-top .pct-ai {
    width: 250px;
    top: -60px;
    text-align: center;
  }
}
.contact-top .btn-contact {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .contact-top .btn-contact {
    display: block;
  }
}
.contact-top .btn-contact > div {
  width: 49.9%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .contact-top .btn-contact > div {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-top .btn-contact > div.line a {
    margin-bottom: 2px;
  }
}
.contact-top .btn-contact > div.line a span {
  color: #00B900;
}
.contact-top .btn-contact > div.ai a span {
  color: #799100;
}
.contact-top .btn-contact > div a {
  display: block;
  padding: 2em 3em;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contact-top .btn-contact > div a {
    padding: 2em;
  }
}
.contact-top .btn-contact > div a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  .contact-top .btn-contact > div a:after {
    right: 1em;
  }
}
.contact-top .btn-contact > div a img {
  max-width: 84px;
}
@media only screen and (max-width: 768px) {
  .contact-top .btn-contact > div a img {
    max-width: auto;
    width: 20%;
  }
}
.contact-top .btn-contact > div a p {
  padding-left: 2em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .contact-top .btn-contact > div a p {
    padding-left: 1em;
  }
}
.contact-top .btn-contact > div a p span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .contact-top .btn-contact > div a p span {
    font-size: 2rem;
  }
}
.contact-top .operator-contact {
  width: 100%;
  margin: 2em 0 0;
  padding: 2em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 768px) {
  .contact-top .operator-contact {
    display: block;
  }
}
.contact-top .operator-contact dt {
  width: 32%;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .contact-top .operator-contact dt {
    width: 100%;
  }
}
.contact-top .operator-contact dt span {
  font-size: 1.1rem;
  margin-top: 0.5em;
  display: block;
}
.contact-top .operator-contact dd {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .contact-top .operator-contact dd {
    width: 100%;
    display: block;
  }
}
.contact-top .operator-contact dd .list-icon {
  font-size: 1.4rem;
  margin-right: 1em;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1300px) {
  .contact-top .operator-contact dd .list-icon {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .contact-top .operator-contact dd .list-icon {
    margin-right: 0;
    justify-content: space-around;
  }
}
.contact-top .operator-contact dd .list-icon li {
  display: flex;
  align-items: center;
}
.contact-top .operator-contact dd .list-icon li a {
  color: #FFF;
  display: flex;
  align-items: center;
}
.contact-top .operator-contact dd .list-icon li a span {
  display: block;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .contact-top .operator-contact dd .list-icon li a {
    display: block;
  }
}
@media only screen and (max-width: 1300px) {
  .contact-top .operator-contact dd .list-icon li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-top .operator-contact dd .list-icon li {
    display: block;
    margin: 2em 0;
    width: auto;
  }
}
.contact-top .operator-contact dd .btn-base a {
  font-size: 1.4rem;
}
/*# sourceMappingURL=top.css.map */