@charset "utf-8"; /*------------------------------------------------------** firstview*------------------------------------------------------*/ #firstview {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
#firstview.faq {
  background-image: url("/products/4k8k/assets/images/pege/faq/fv.jpg")
}
#firstview.product {
  background-image: url("/products/4k8k/assets/images/pege/product/fv.jpg")
}
#firstview.early {
  background-image: url("/products/4k8k/assets/images/pege/early/fv.jpg")
}
#firstview .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#firstview .inner h1 {
  font-size: 3.5rem
}
#firstview .inner span {
  font-size: 2rem
}
#firstview .inner h1, #firstview .inner span {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, .80)
}
@media (max-width:576px) {
  #firstview {
    height: 150px;
    margin-top: 50px;
  }
  #firstview .inner h1 {
    font-size: 2.5rem
  }
  #firstview .inner span {
    font-size: 1.6rem
  }
} /*------------------------------------------------------** page title*------------------------------------------------------*/ .page_title {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.page_title h1 {
  font-size: 4.5rem;
  margin-bottom: 1.5rem;
}
.page_title .en {
  font-size: 2rem
}
@media (max-width:768px) {
  .page_title h1 {
    font-size: 3.5rem;
  }
  .page_title .en {
    font-size: 1.8rem
  }
}
@media (max-width:576px) {
  .page_title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page_title h1 {
    font-size: 3rem;
  }
  .page_title .en {
    font-size: 1.6rem
  }
} /*------------------------------------------------------** cont title*------------------------------------------------------*/ .cont_title {
  overflow: hidden;
  background: #f1f1f1;
  display: block;
  height: 70px;
  margin-bottom: 5rem
}
.cont_title h2, .cont_title span {
  font-size: 2.5rem;
}
.cont_title h2 {
  margin: 0;
  padding: 0;
  line-height: 70px;
  text-align: center;
}
.cont_title span {
  background: #fff;
  height: 70px;
  display: inline-block;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}
.cont_title span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 50px;
  border-color: transparent transparent #fff transparent;
}
.cont_title span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 50px 0 0;
  border-color: #fff transparent transparent transparent;
}
@media (max-width:576px) {
  .cont_title h2, .cont_title span {
    font-size: 1.8rem;
  }
  .cont_title {
    height: 50px;
  }
  .cont_title h2 {
    line-height: 50px;
  }
  .cont_title span {
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
} /*------------------------------------------------------** cont h3*------------------------------------------------------*/ .cont_h3 {
  font-size: 2.6rem;
  display: block;
  text-align: center;
  margin-bottom: 3rem
}
@media (max-width:576px) {
  .cont_h3 {
    font-size: 2rem;
    margin-bottom: 2rem
  }
} /*------------------------------------------------------** about*------------------------------------------------------*/
#about #fv {
  background: url("../images/pege/about/fv_bg.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  width: 100%;
  height: 80vh;
  position: relative;
}
#about #fv .inner {
  width: 891px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width:768px) {
  #about #fv .inner {
    width: 100%;
    padding: 20px;
  }
}
#about #cont1 {
  margin-bottom: 80px;
}
#about #cont1 h3 {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 15px 0;
}
#about #cont1 p {
  text-align: center;
}
#about #cont2 {
  margin-bottom: 80px;
}

#about .big {
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}
#about #cont2 .big span {
  font-size: 1.4rem;
  
}

#about #cont3 {
  margin-bottom: 80px;
}
#about #cont3 .big {
  line-height: 1
}
#about #cont3 .mid {
  font-size: 2rem
}
#about #cont3 a {
  display: block;
}
#about #cont3 a img {
  transition: .3s;
}
#about #cont3 a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#about #cont4 {
  background: url("../images/common/bg/grey.png");
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
#about #cont5 {
  border-bottom: #ddd 1px solid;
  padding-bottom: 60px;
}
@media (max-width:768px) {
  #about .big {
    font-size: 2rem;
  }
  #about .big br {
    display: none;
  }
  #about #cont3 .mid br {
    display: none;
  }
} /*------------------------------------------------------** faq_nav*------------------------------------------------------*/ #faq main {
  padding-top: 80px;
}
#faq #faq_nav {
  background: #f1f1f1;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
#faq #faq_nav a {
  background: #fff;
  color: #333;
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
  position: relative;
  transition: .3s
}
#faq #faq_nav a span {
  font-size: 2.6rem;
  color: #005bac;
  margin-right: 5px;
}
#faq #faq_nav a:after {
  border-left: #ddd 1px solid;
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  text-align: center;
}
#faq #faq_nav a:hover {
  background: rgba(255, 255, 255, .50);
  text-decoration: none;
}
#faq .faq_ttl {
  text-align: center;
}
#faq .faq_ttl h2 {
  font-size: 3.5rem
}
#faq .faq_ttl span {
  font-size: 3rem;
  display: block;
  color: #005bac;
}
#faq .conts {
  margin-bottom: 60px;
}
#faq .conts .answer {
  border-top: #ddd 1px solid;
  padding-bottom: 40px;
}
#faq .conts .last .answer {
  border-top: none;
}
#faq .conts .answer a {
  text-decoration: underline !important;
}
#faq .conts .answer a:hover {
  text-decoration: none !important;
}
#faq .conts button {
  outline: none;
  border: none;
  border-top: #ddd 1px solid;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  display: block;
  width: 100%;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 60px;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}
#faq .conts .last button {
  border-bottom: #ddd 1px solid;
}
#faq .conts button:before {
  font-family: 'Lato', sans-serif;
  background: #005bac;
  color: #fff;
  content: "Q";
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 4rem;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
#faq .conts button:after {
  font-family: FontAwesome;
  content: "\f068";
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
}
#faq .conts button.collapsed:after {
  content: "\f067";
}
#faq .conts .answer_header {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 20px;
  padding-left: 60px;
}
#faq .conts .answer_header:before {
  font-family: 'Lato', sans-serif;
  background: #cc0000;
  color: #fff;
  content: "A";
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 4rem;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
@media (max-width:768px) {
  #faq .faq_ttl h2 {
    font-size: 2rem
  }
  #faq .faq_ttl span {
    font-size: 3rem;
    display: block;
    color: #005bac;
  }
} /*------------------------------------------------------** product*------------------------------------------------------*/
main#product {
  padding-top: 80px;
}
main#product .title {
  margin-bottom: 8rem;
}
main#product .title h2 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 5rem;
}
main#product .title .inner {
  background: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
}
main#product .title .inner p {
  font-size: 1.6rem
}
main#product .title .inner .linkbtn {
  background: #3eb134;
}
main#product .title .inner .linkbtn:hover {
  background: rgba(62, 177, 52, .50);
}
main#product #product_nav {
  background: #f1f1f1;
  padding-top: 1.5rem;
  margin-bottom: 60px;
}
main#product #product_nav a {
  background: #fff;
  color: #333;
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
  position: relative;
  transition: .3s
}
main#product #product_nav a span {
  font-size: 2.6rem;
  color: #005bac;
  margin-right: 5px;
}
main#product #product_nav a:after {
  border-left: #ddd 1px solid;
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  text-align: center;
}
main#product #product_nav a:hover {
  background: rgba(255, 255, 255, .50);
  text-decoration: none;
}
main#product .items h3 {
  border-bottom: #333 2px solid;
  font-size: 2.5rem;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
main#product .items {
  margin-bottom: 8rem
}
main#product .items .item {
  margin-bottom: 3rem
}
main#product .items .item a {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .20);
  display: block;
  transition: .6s;
  padding: 15px;
}
main#product .items .item a img {
  display: block;
  margin: auto;
}
main#product .items .item a h4 {
  text-align: center;
  color: #333;
  padding: 25px 0 10px 0;
}
main#product .items .item a:hover {
  text-decoration: none;
}
main#product .items .item a img {
  transition: .6s
}
main#product .items .item a:hover {
  background: rgba(220, 220, 220, 0.7);
}
main#product .items .item a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
main#product #sh{
  background: #f1f1f1;
  display: block;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}
main#product #sh p{
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
main#product .picture{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
main#product .picture img{
  height: 100px;
  margin-right: 30px;
}
main#product .picture img:last-child{
  margin-right: 0;
}
main#product #sh a {
  background-color: #3eb134;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: all .25s ease;
}
main#product a:hover  {
  opacity: 0.7;
}
@media (max-width:768px) {
  main#product .title h2 {
    font-size: 3rem;
  }
  main#product .title h2 br {
    display: none
  }
  main#product .title .inner .linkbtn {
    margin-top: 15px
  }
  main#product .items {
    margin-bottom: 4rem
  }
  main#product .items .item {
    margin-bottom: 3rem
  }
  main#product .items h3 {
    font-size: 2rem;
  }
  main#product #sh{
    width: 100%;
  }
  main#product #sh p{
    font-size: 16px;
  }
  main#product .picture img{
    height: 80px;
    margin-right: 15px;
  }
  main#product a {
    width: 100%;
  }
  main#product a:hover  {
    opacity: 1;
  }
  
  main#product a:active  {
    opacity: 0.7;
  }
}
/*------------------------------------------------------** ケース別導入事例*------------------------------------------------------*/ #product_early .anchor {
  margin-top: -80px !important;
  padding-top: 80px !important;
}
#product_early .push_mb {
  margin-bottom: 10rem;
}
#product_early #sec1 {
  padding-top: 80px;
}
/* #product_early #sec1 h2 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
  padding: 2.3rem 0;
  
}
#product_early #sec1 h2 + p {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 1.5rem 0;
} */

#product_early #sec1 h2 {
  color: #005bac;
  text-align: center;
  font-size: 5rem;
  line-height: 1.3;
  padding: 2.3rem 0;
  margin-bottom: 0;
}
#product_early #sec1 h2 span {
  font-size: 3.5rem;
}
#product_early #sec1 h2 + p{
  text-align: center;
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: 600;
}
#product_early #sec1 .link_button {
  padding: 10px 120px;
}
#product_early h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem
}
#product_early .case .cont_header .number {
  margin: 0;
  padding: 0;
  font-size: 7rem;
  padding-right: 5px;
  color: #005bac;
}
#product_early .case .cont_header h3 {
  font-size: 2.5rem;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-top: 15px;
}
#product_early .case .cont_header p {
  font-size: 1.6rem
}
#product_early .case .cont_body {
  border-radius: 6px;
  background: #f1f1f1;
  padding: 15px;
}
#product_early .case .cont_body p {
  font-size: 1.4rem;
}
#product_early .case .cont_footer {
  padding-top: 20px;
}
#product_early .case .cont_footer h3, #product_early .case .cont_footer h3 span {
  font-size: 2rem;
}
#product_early .case .cont_footer h3 span {
  background: #fff;
  padding-left: 50px;
  padding-right: 50px;
}
#product_early .case .cont_footer h3 {
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
#product_early .case .cont_footer h3:after {
  background: #111;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -10
}
#product_early .case .cont_footer h4 {
  box-sizing: border-box;
  display: block;
  background: #e51550;
  color: #fff;
  white-space: nowrap;
  padding: 2px;
  height: 52px;
  margin: 0;
}
#product_early .case .cont_footer h4 span {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 2px;
}
#product_early .case .cont_footer h4 span.type {
  font-size: 3rem;
  width: 40px;
  border-right: #fff 1px solid;
  display: block;
  float: left;
  text-align: center;
  /* vertical-align: middle; */
  margin-right: 10px;
}
#product_early .case .cont_footer h4 span.category {
  display: block;
}
#product_early .case .cont_footer h4 span.category.one_text {
  line-height: 37px;
}
#product_early .case .cont_footer h4:after {
  content: "";
  clear: both;
  display: block;
}
#product_early .case .cont_footer a {
  border: #ddd 1px solid;
  border-top: none;
  background: #fff;
  display: block;
  padding: 10px;
  transition: .3s
}
#product_early .case .cont_footer a:hover {
  background: #f1f1f1;
}
#product_early .case .cont_footer a img {
  transition: .6s
}
#product_early .case .cont_footer a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#product_early .case .cont_img .img_block {
  border: #ddd 1px solid;
  display: block;
  padding: 15px;
  margin-left: auto;
  margin-bottom: 15px;
}
#product_early .case .cont_img ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: right;
}
#product_early .case .cont_img ul li {
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 15px;
}
#product_early .case .cont_img ul li:before {
  content: "■";
}
#product_early .case .cont_img ul li.color1 {
  color: #e51550;
}
#product_early .case .cont_img ul li.color2 {
  color: #666;
}
#product_early #cont_end p, #product_early #cont_end p span {
  font-size: 1.6rem;
}
#product_early #cont_end p span {
  color: #cc0000
}
#product_early #cont_end h3 {
  display: block;
  text-align: left;
  font-size: 2rem;
  padding: 15px 0;
  margin: 0
}
#product_early #cont_end table {
  border-top: #ddd 1px solid;
  border-left: #ddd 1px solid;
  width: 100%;
  margin: 0;
  padding: 0;
}
#product_early #cont_end table th, #product_early #cont_end table td {
  border-bottom: #ddd 1px solid;
  border-right: #ddd 1px solid;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}
#product_early #cont_end table thead th {
  background: #005bac;
  color: #fff;
}
#product_early #cont_end table thead td {
  background: #666;
  color: #fff;
}
#product_early #cont_end tr {
  background: #f1f1f1;
}
#product_early #cont_end tr:nth-child(odd) {
  background: #fff
}
#product_early .line {
  background: #ddd;
  display: block;
  width: 100%;
  height: 1px;
  margin: 50px 0 80px 0
}
#product_early #cont_end .line {
  margin-bottom: 0
}
@media (max-width:768px) {
  /* #product_early #sec1 h2 {
    font-size: 2rem;
  }
  #product_early #sec1 h2 + p {
    font-size: 1.6rem;
  } */
  #product_early #sec1 h2 {
    font-size: 5.5vw;
  }
  #product_early #sec1 h2 span {
    font-size: 4vw;
  }
  #product_early #sec1 h2 + p{
    font-size: 3.5vw;
  }
  #product_early h3 {
    font-size: 2rem;
    margin-bottom: 3rem
  }
}
@media (max-width:576px) {
  #product_early .case .cont_header h3 {
    font-size: 1.8rem;
    padding-top: 10px
  }
  #product_early .case .cont_header .number {
    font-size: 5rem;
    padding-right: 5px;
  }
} /*------------------------------------------------------** 4K tuner*------------------------------------------------------*/ #tuner .anchor45 {
  margin-top: -45px;
  padding-top: 45px;
}
#tuner .anchor60 {
  margin-top: -60px;
  padding-top: 60px;
}
#tuner .anchor70 {
  margin-top: -70px;
  padding-top: 70px;
}
#tuner #fv {
  background: url("../images/pege/product/4k_tuner/fv_bg.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  width: 100%;
  height: 80vh;
  max-height: 1200px;
  position: relative;
}
#tuner #fv .inner {
  width: 917px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  display: block;
  margin: auto;
}
@media (max-width:768px) {
  #tuner #fv {
    max-height: 500px;
  }
  #tuner #fv .inner {
    width: 500px;
    padding: 20px;
  }
}
@media (max-width:576px) {
  #tuner #fv {
    max-height: 300px;
  }
  #tuner #fv .inner {
    width: 300px;
    padding: 20px;
  }
}
#tuner #top_nav {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
#tuner #top_nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
#tuner #top_nav ul li {
  margin-right: 30px;
  position: relative;
  padding: 0
}
#tuner #top_nav ul li:last-child {
  margin-right: 0
}
#tuner #top_nav ul li, #tuner #top_nav ul li a {
  display: block;
  width: 100%;
  height: 70px;
}
#tuner #top_nav ul li a {
  border: #ddd 1px solid;
  color: #111;
  text-align: center;
  transition: .3s
}
#tuner #top_nav ul li a:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  display: block;
  margin: auto;
  transition: .3s
}
#tuner #top_nav ul li a span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#tuner #top_nav ul li a:hover {
  color: rgba(51, 51, 51, .50);
}
#tuner #top_nav ul li a:hover:before {
  bottom: 1px;
}
@media (max-width:768px) {
  #tuner #top_nav ul {
    display: block;
    font-size: 0;
  }
  #tuner #top_nav ul li {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #tuner #top_nav ul li:nth-child(even) {
    margin-right: 0
  }
  #tuner #top_nav ul li a:before {
    content: none;
  }
  #tuner #top_nav ul li, #tuner #top_nav ul li a {
    height: 50px;
  }
}
#tuner #sec1 {
  margin-bottom: 50px;
}
#tuner #sec1 h4 {
  color: #ab8c1f;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}
#tuner #sec1 p {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
#tuner #sec1 h5 {
  font-size: 18px;
  text-align: center;
  display: block;
  padding: 10px 0
}
#tuner #sec1 .left h5 {
  background: #eadebb;
}
#tuner #sec1 .right h5 {
  background: #dbe7ed;
}
#tuner #sec1 ul.itemnav {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: flex;
}
#tuner #sec1 ul.itemnav li {
  border: #ddd 1px solid;
  margin-right: 10px;
  margin-bottom: 10px;
}
#tuner #sec1 ul.itemnav li:last-child {
  margin-right: 0
}
#tuner #sec1 nav ul.pdf_nav {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
#tuner #sec1 nav ul.pdf_nav li {
  display: block;
  width: 100%;
  margin-right: 25px;
}
#tuner #sec1 nav ul.pdf_nav li:last-child {
  margin-right: 0
}
#tuner #sec1 nav ul.pdf_nav li a {
  border-radius: 4px;
  border: #ddd 1px solid;
  color: #111;
  display: block;
  text-align: center;
  padding: 15px;
  transition: .3s;
}
#tuner #sec1 nav ul.pdf_nav li a span {
  padding-left: 15px;
}
#tuner #sec1 nav ul.pdf_nav li a:hover {
  background: #f1f1f1;
  text-decoration: none;
}
@media (max-width:768px) {
  #tuner #sec1 h4 {
    font-size: 30px;
  }
  #tuner #sec1 nav ul.pdf_nav {
    display: block;
  }
  #tuner #sec1 nav ul.pdf_nav li {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media (max-width:576px) {
  #tuner #sec1 h4 {
    font-size: 20px;
  }
  #tuner #sec1 p br {
    display: none;
  }
}
#tuner #content2 {
  margin-bottom: 100px;
}
#tuner #sec2 h3 {
  font-size: 40px;
  text-align: center;
  display: block;
  font-weight: 300
}
#tuner #sec2 .item {
  border-bottom: #ab8c1f 1px solid;
  padding-bottom: 20px;
  padding-top: 20px;
}
#tuner #sec2 h4 {
  color: #ab8c1f;
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
  padding: 0
}
#tuner #sec2 p {
  margin: 0;
  padding: 0
}
#tuner #sec2 .item p span.min {
  color: #666;
  font-size: 90%;
}
@media (max-width:768px) {
  #tuner #sec2 h3 {
    font-size: 30px;
  }
  #tuner #sec2 h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width:576px) {
  #tuner #content2 {
    margin-bottom: 50px;
  }
}
#tuner #content3 {
  background: url("../images/common/bg/grid_noise.png");
  padding-top: 70px;
  padding-bottom: 70px;
}
#tuner #content3 h3 {
  background: #fff;
  border: #ddd 1px solid;
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  padding: 5px 50px;
}
#tuner #content3 figure {
  display: block;
  text-align: center;
  position: relative;
}
#tuner #content3 figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
#tuner #content3 img {
  display: block;
  margin: auto;
}
@media (max-width:768px) {
  #tuner #content3 figure figcaption {
    right: auto;
  }
  #tuner #content3 h3 {
    font-size: 20px;
  }
  #tuner #content3 p {
    text-align: left;
  }
}
@media (max-width:576px) {
  #tuner #content3 h3 {
    display: block;
    font-size: 16px;
  }
}
#tuner #content4 {
  padding-top: 70px;
  padding-bottom: 50px;
}
#tuner #content4 h3 {
  text-align: center;
}
#tuner #content4 h3, #tuner #content4 h3 span {
  font-size: 30px;
}
#tuner table {
  background: #fff;
  border-top: #ddd 1px solid;
  border-left: #ddd 1px solid;
  width: 100%;
}
#tuner table th, #tuner table td {
  border-bottom: #ddd 1px solid;
  border-right: #ddd 1px solid;
  padding: 13px;
}
#tuner table tr:nth-child(even) {
  background: #e3eff6;
}
#tuner table th {
  background: #a8cde1;
}
@media (max-width:768px) {
  #tuner #content4 h3, #tuner #content4 h3 span {
    font-size: 26px;
  }
}
@media (max-width:576px) {
  #tuner #content4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#tuner .gallery-thumbs img {
  border: #ddd 1px solid;
  transition: .3s;
  cursor: pointer
}
#tuner .gallery-thumbs img:hover {
  opacity: .5
}


