@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
.wrapper-layout {
  display: block;
}

/*--------------------------------
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: #0077BF;
  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 #0077BF;
  border-right: 1px solid #0077BF;
  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%;
  }
  .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 {
  padding: 4em 0 5em;
}
.news-top .basic_list02 {
  max-width: 900px;
  margin: 0 auto 2em;
}
.news-top .basic_list02 li {
  border-bottom: 1px solid #E6E6E6;
}
.news-top .basic_list02 li:first-child {
  border-top: 1px solid #E6E6E6;
}
.news-top .basic_list02 li a {
  padding: 2em 2.5em 2em 1.5em;
  display: flex;
  align-items: center;
  position: relative;
}
.news-top .basic_list02 li a:hover {
  background: #F5F5F5;
}
@media only screen and (max-width: 768px) {
  .news-top .basic_list02 li a {
    display: block;
  }
}
.news-top .basic_list02 li a: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 .basic_list02 li a time {
  width: 130px;
  min-width: 130px;
  display: inline-block;
}
.news-top .basic_list02 li a .category {
  font-size: 1.5rem;
  width: 150px;
  min-width: 150px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .news-top .basic_list02 li a .category {
    font-size: 1.4rem;
    width: auto;
    min-width: auto;
  }
}
.news-top .basic_list02 li a .category .tag {
  padding: 0.5em 0.8em;
  border-radius: 3em;
}
@media only screen and (max-width: 768px) {
  .news-top .basic_list02 li a .category .tag {
    padding: 0.3em 0.6em 0.2em;
  }
}
.news-top .basic_list02 li a .category .tag.all {
  border: 2px solid #fff;
}
.news-top .basic_list02 li a .category .tag.bbiq {
  color: #0077bf;
  border: 2px solid #0077bf;
}
.news-top .basic_list02 li a .category .tag.srvc {
  color: #e30000;
  border: 2px solid #e30000;
}
.news-top .basic_list02 li a .category .tag.etc {
  color: #626262;
  border: 2px solid #626262;
}
.news-top .basic_list02 li a .category .tag.pres {
  color: #167e3b;
  border: 2px solid #167e3b;
}
@media only screen and (max-width: 768px) {
  .news-top .basic_list02 li a .title {
    margin-top: 1em;
  }
}
.news-top .basic_list02 li a .title .ico_new {
  display: inline-block;
}
.news-top .basic_list02 li a .title .ico_new span {
  color: #FFF;
  font-size: 1.4rem;
  padding: 0.1em 0.3em 0;
  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: #0077BF;
}
@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: #0077BF;
}
.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: 28%;
  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: 70%;
  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-between;
  flex: 1;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .contact-top .operator-contact dd .list-icon {
    margin-right: 0;
  }
}
.contact-top .operator-contact dd .list-icon li {
  display: flex;
  align-items: center;
}
@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 .list-icon li span {
    display: block;
    font-size: 1.2rem;
  }
}
.contact-top .operator-contact dd .btn-base a {
  font-size: 1.4rem;
}
/*# sourceMappingURL=top.css.map */