/*
 * CSS style.scss
 */
/* -----------------------------------
media query ver1
------------------------------------ */
#breadcrumb {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.l-content {
  padding-bottom: 0;
}

#app .incnt {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #app .incnt {
    margin: 0 3% !important;
    width: 94% !important;
  }
}
#app #sec_1 {
  padding-top: 50px;
}
#app #sec_1 .incnt {
  width: 962px;
}
@media screen and (max-width: 768px) {
  #app #sec_1 {
    padding-top: 30px;
  }
}
#app #sec_2 {
  padding: 50px 0 56px;
}
@media screen and (max-width: 768px) {
  #app #sec_2 {
    padding: 40px 0;
  }
}
#app #sec_2 .incnt {
  width: 900px;
}
#app #sec_2 ._box {
  position: relative;
}
@media screen and (max-width: 768px) {
  #app #sec_2 ._bg {
    display: none;
  }
}
#app #sec_2 ._bg img {
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  #app #sec_2 ._btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 366px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  #app #sec_2 ._btn {
    width: 80%;
    margin: 0 auto;
  }
}
#app #sec_2 ._btn a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#app #sec_2 ._btn a:hover {
  opacity: 0.7;
}
#app #sec_2 ._qr {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 130px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #app #sec_2 ._qr {
    display: none;
  }
}
#app #sec_2 ._txt1 {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}
#app #sec_2 ._txt1 a {
  color: #274f9d;
}
#app #sec_2 ._txt1 a:hover {
  text-decoration: none;
}
#app #sec_3 {
  background: #ececec;
  padding: 40px 0 45px;
}
@media screen and (max-width: 768px) {
  #app #sec_3 {
    padding: 30px 0;
  }
}
#app #sec_3 .incnt {
  width: 930px;
}
#app #sec_3 ._txt1 {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 1px solid #292321;
}
#app #sec_3 ._ul1 {
  margin-top: 20px;
}
#app #sec_3 ._ul1 li {
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 769px) {
  #app #sec_3 ._ul1 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#app #sec_3 ._ul1 li + li {
  margin-top: 10px;
}
#app #sec_3 ._ul1 li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/ico_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#app #sec_3 ._ul1 li span {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #app #sec_3 ._ul1 li span {
    display: block;
  }
}
#app #sec_3 ._ul1 li a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-left: 35px;
  top: -1px;
}
@media screen and (max-width: 768px) {
  #app #sec_3 ._ul1 li a {
    margin: 5px 0;
  }
}
#app #sec_3 ._ul1 li a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 22px;
  background: url(../img/ico_tel.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#app #sec_3 ._ul2 {
  margin-top: 15px;
}
#app #sec_3 ._ul2 li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */