@charset "UTF-8";
.ar_manual .ar_manual_fv {
  background-color: #f5f5f5;
  text-align: center;
  padding: 3.6rem 0;
}
@media screen and (min-width: 768px) {
  .ar_manual .ar_manual_fv {
    padding: 6.4rem 0;
  }
}
@media screen and (min-width: 1000px) {
  .ar_manual .ar_manual_fv {
    padding: 8rem 0;
  }
}
.ar_manual .ar_manual_fv h1 {
  margin: 0 0 1.2rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ar_manual .ar_manual_fv h1 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .ar_manual .ar_manual_fv h1 {
    font-size: 3.2rem;
  }
}
.ar_manual .ar_manual_fv p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .ar_manual .ar_manual_fv p br {
    display: none;
  }
}
.ar_manual .ar_manual_main {
  width: 105rem;
  max-width: 92%;
  margin: 0 auto;
}
.ar_manual .ar_manual_cont {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .ar_manual .ar_manual_cont {
    padding: 6.4rem 0;
  }
}
.ar_manual .sec-title span {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  margin-top: 0.4rem;
}
.ar_manual .product_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .ar_manual .product_link {
    width: 56rem;
    margin: 4rem auto 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .ar_manual .product_link {
    margin: 5.6rem auto 2.4rem;
  }
}
.ar_manual .product_link li {
  width: 48%;
  margin: 0 1%;
  text-align: center;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  cursor: pointer;
}
.ar_manual .product_link li a {
  display: block;
  border: solid 0.2rem #255EB2;
  border-radius: 0.8rem;
  padding: 0.4rem;
}
@media screen and (min-width: 768px) {
  .ar_manual .product_link li a {
    padding: 0.8rem;
  }
}
.ar_manual .product_link li h3 {
  font-size: 1.4rem;
  background-color: #255EB2;
  border-radius: 0.4rem;
  padding: 0.4rem 0;
  color: #fff;
  margin-bottom: 1.2rem;
  background-image: url(/jp/ja/products_service/energy/product/img/ar_manual/common/icon_ex.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 12px;
}
@media screen and (min-width: 768px) {
  .ar_manual .product_link li h3 {
    background-position: right 8px center;
    background-size: 16px;
  }
}
.ar_manual .product_link li img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.ar_manual .product_link li:hover {
  opacity: 0.6;
}
.ar_manual .ar_note {
  padding-left: 1.6rem;
  position: relative;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .ar_manual .ar_note {
    width: 56rem;
    margin: 0 auto;
  }
}
.ar_manual .ar_note a {
  color: #006699;
  text-decoration: underline;
}
.ar_manual .ar_note::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .ar_manual .sec-title h2 br {
    display: none;
  }
}
.ar_manual .flow_wrap {
  margin-top: 3.6rem;
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .ar_manual .flow_wrap {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  .ar_manual .flow_wrap {
    margin-top: 5.6rem;
  }
}
.ar_manual .ar_flow {
  width: 90%;
  background-color: #E4EBF6;
  border-radius: 1.2rem;
  padding: 3.2rem 2.4rem 2.4rem;
  margin: 0 auto 2.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ar_manual .ar_flow {
    width: 48%;
    margin: 0 0 4rem;
  }
}
@media screen and (min-width: 1000px) {
  .ar_manual .ar_flow {
    width: 32%;
  }
}
.ar_manual .ar_flow figure {
  width: 50%;
  margin: 0 auto 2rem;
}
.ar_manual .ar_flow .hand_icon {
  width: 62%;
}
.ar_manual .ar_flow p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ar_manual .ar_flow::before {
  content: attr(data-num) "";
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  background-color: #255EB2;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 4.2rem;
  text-align: center;
  translate: -12px -12px;
}
@media screen and (min-width: 768px) {
  .ar_manual .about_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ar_manual .about_view .about_view_img {
  width: 50%;
  margin: 0 auto 2.4rem;
}
@media screen and (min-width: 768px) {
  .ar_manual .about_view .about_view_img {
    width: 18%;
    max-width: 15rem;
    margin: 0 4% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .ar_manual .about_view .about_view_txt {
    width: 48%;
    max-width: 40rem;
  }
}
.ar_manual .about_view .about_view_txt dt {
  font-size: 1.8rem;
  border-bottom: solid 0.1rem #255EB2;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.ar_manual .about_view .about_view_txt dd {
  padding-bottom: 0.4rem;
  border-bottom: dotted 0.1rem #ccc;
  margin-bottom: 0.4rem;
}
.ar_manual .about_view p.about_view_txt {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ar_manual .about_view p.about_view_txt {
    text-align: left;
  }
}
.ar_manual .obj_mode {
  margin-top: 5.6rem;
}
.ar_manual .ar_kpbp_link {
  text-align: right;
  color: #006699;
  text-decoration: underline;
  margin-bottom: 2.4rem;
}
.ar_manual .about_webar {
  font-size: 1.2rem;
  text-align: right;
}
.ar_manual .about_webar a {
  color: #006699;
  text-decoration: underline;
  font-size: 1.2rem;
}

/* //////////////////////////////////////////////////

共通フローティングバナー

////////////////////////////////////////////////// */
.fl_bnr {
  display: none;
  width: 20rem;
  text-align: center;
  position: fixed;
  right: 8.2rem;
  bottom: 1rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .fl_bnr {
    width: 19rem;
    right: 9rem;
    bottom: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .fl_bnr {
    width: 25.5rem;
    right: 9rem;
    bottom: 1rem;
  }
}
.fl_bnr .slide-btn-wrap {
  width: 40px;
  height: 20px;
  background: #fff;
  border: 1.5px solid #ED5C18;
  border-radius: 0.5rem 0.5rem 0 0;
  position: absolute;
  top: -19px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .fl_bnr .slide-btn-wrap {
    width: 50px;
    height: 25px;
    top: -24px;
  }
}
.fl_bnr .slide-btn-wrap .slide-btn {
  margin-bottom: 3px;
}
.fl_bnr a {
  display: block;
  padding: 0.8rem 0;
  background-color: #ED5C18;
  color: #fff;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fl_bnr a {
    padding: 1.2rem 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1024px) {
  .fl_bnr a {
    padding: 1.4rem 0;
    font-size: 2rem;
  }
}
.fl_bnr a:hover {
  text-decoration: none;
}

.off_fl_bnr .slide-btn-wrap {
  top: -10px;
}
@media screen and (min-width: 768px) {
  .off_fl_bnr .slide-btn-wrap {
    top: -7px;
  }
}
@media screen and (min-width: 1024px) {
  .off_fl_bnr .slide-btn-wrap {
    top: -14px;
  }
}
.off_fl_bnr .slide-btn-wrap .slide-btn {
  rotate: 180deg;
  margin-top: 10px;
}
.off_fl_bnr a {
  display: none;
}
/*# sourceMappingURL=ar_manual.css.map */