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


.telecube p {
  font-size: 15px;
  line-height: 1.7em;
}

.teleMain {
  width: 100%;
  margin-bottom: 40px;
}

.teleTtl1 {
  background: url("../img/teleTtlBg.png");
  background-size: auto 64px;
  background-position: center center;
  padding: 17px 0;
  font-size: 21px;
  font-weight: 700;
  color: #006699;
  text-align: center;
  margin-bottom: 30px;
}

.teleTtl2 {
  position: relative;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  color: #006699;
  background: #fff;
  z-index: 100;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.teleTtl2::before,
.teleTtl2::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #C9E5F4;
}

.teleTtl2::before {
  margin-right: 16px;
}

.teleTtl2::after {
  margin-left: 16px;
}


.teleList1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.teleList1 li {
  width: 234px;
  background: #C9E5F4;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.teleList1 h3 {
  background: #FFF;
  font-size: 18px!important;
  font-weight: 700;
  color: #006699;
  text-align: center;
  padding: 10px 0!important;
  border-radius: 4px;
  margin-bottom: 12px!important;
}
.teleList1 p {
  font-size: 13px;
}

.teleList2 {
  max-width: 500px;
  margin: 0 auto 50px;
}
.teleList2 li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 20px;
  background: url("../img/teleIco1.png") no-repeat;
  background-size: 27px 27px;
  background-position: 0 0;
  padding: 0 0 3px 50px;
}

.teleBline {
  border-bottom: 1px solid #C9E5F4;
  margin-bottom: 50px;
}

.teleBasic {
  border: 4px solid #C9E5F4;
  border-radius: 4px;
  padding: 40px 40px 10px;
  margin-bottom: 50px;
  text-align: center;
}
.teleBasic h2 {
  display: inline-block;
  margin: -64px auto 0;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  background: #006699;
  padding: 10px 24px;
  border-radius: 4px;
}
.teleBasicFx {
  display: flex;
  text-align: left;
  align-items: flex-start;
}
.teleBasicFxL {
  width: 174px;
}
.teleBasicFxL img {
  width: 100%;
}
.teleBasicFxR {
  padding-top: 30px;
}
.teleBasicFxR li {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.teleTtl3 {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  color: #F59817;
  margin-bottom: 27px;
}
.teleList3 {
  text-align: center;
  margin-bottom: 70px;
}
.teleList3 li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #F59817;
  padding: 10px 36px;
  border: 1px solid #F59817;
  border-radius: 30px;
  background: #FFF6E5;
  margin: 0 2px 16px;
}
.telePrice {
  width: 100%;
  margin-bottom: 80px;
}

.teleAbout {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.teleAbout img {
  width: 280px;
  margin-right: 30px;
}
.teleAboutR div {
  flex: 1;
}

.teleGal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
.teleGal img {
  width: 347px;
  margin-bottom: 20px;
}

.sp {
  display: none;
}
.pc {
  display: inherit;
}


@media only screen and (max-width: 767px) {

  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  .teleList1 {
    display: block;
  }
  .teleList1 li {
    width: 100%;
    padding: 10px;
  }
  .teleList1 p {
    font-size: 15px;
  }

  .teleBasicFx {
    display: block;
  }
  .teleBasicFxL {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .teleBasicFxL img {
    width: 174px;
  }
  .teleBasicFxR {
    padding-top: 20px;
  }
  .teleBasicFxR li {
    text-indent: -1em;
    padding-left: 1em;
  }

  .teleList3 li {
    display: block;
    padding: 10px 0;
    text-align: center;
    margin: 0 0 10px 0;
  }

  .teleAbout {
    display: block;
  }
  .teleAbout img {
    display: block;
    margin: 0 auto 30px;
    width: 250px;
  }


.teleGal {
  display: block;
  margin-bottom: 100px;
}
.teleGal img {
  width: 100%;
  margin-bottom: 20px;
}


} /* end @madia */
