@charset "utf-8";
body {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 46px;
  font-weight: 400;
  color: #333;
}
.search i {
  color: #111 !important;
}
.Helvetica {
  /*font-family: HelveticaNeue-boldItalic;*/
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.hel {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

.anchor {
  padding-top: 130px;
  margin-top: -130px;
}
/*---------------------------------------------------
*
* common
*
---------------------------------------------------*/
a.opacity img {
  transition: 0.3s;
}
a.opacity:hover img {
  opacity: 0.7;
}
a:active {
  text-decoration: none;
}
/*
/*---------------------------------------*
* header
*---------------------------------------*/
#page_header.fixed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: -1px;
  width: 100%;
  z-index: 9999;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  left: auto;
  right: 0;
  z-index: 999999 !important;
  width: 250px;
  padding: 0 !important;
}
.dropdown-item {
  border-bottom: #164d87 1px solid;
  font-size: 16px;
  display: block;
  height: 50px !important;
  line-height: 50px !important;
  text-align: left;
}
.dropdown-item span {
  display: block;
  text-align: left;
  padding: 0 15px;
}

@media (min-width: 769px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 768px) {
  .dropdown-menu {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .dropdown-item,
  #page_header #gnav ul li.dropdown button {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 52px;
  }
  .sp_logo a {
    z-index: 9999 !important;
  }
  #sp_nav br {
    display: none;
  }
  #sp_nav a span {
    display: block;
    padding-left: 15px;
  }
}
#page_header #gnav {
  border-top: #ddd 1px solid;
  background: #fff;
  display: block;
  height: 60px;
}
#page_header #gnav ul {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#page_header #gnav ul li {
  width: 100%;
  position: relative;
  /*overflow: hidden;*/
  transition: 0.5s;
  margin: 0;
  padding: 0;
}
#page_header #gnav ul li a,
#page_header #gnav ul li.dropdown button {
  color: #111;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.4rem;
  height: 60px;
  line-height: 1;
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans Japanese", sans-serif;
}
#page_header #gnav ul li.dropdown button {
  width: 100% !important;
}
#page_header #gnav ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#page_header #gnav ul li.contact a,
#page_header #gnav ul li.dropdown button {
  background: #164d87;
  color: #fff !important;
  transition: 0.3s;
  display: block;
}
#page_header #gnav ul li a:hover,
#page_header #gnav ul li:hover {
  text-decoration: none;
  color: #718cc7;
}
#page_header #gnav ul li:before {
  background: #718cc7;
  /*height: 4px;*/
  width: 100%;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -5px;
  display: block;
  transition: 0.5s;
}
#page_header #gnav ul li.contact a {
  background: #164d87;
  color: #fff;
  margin: 0;
  padding: 0;
}
#page_header #gnav ul li.contact a:hover,
#page_header #gnav ul li.dropdown button:hover {
  background: rgba(22, 77, 135, 0.5);
}
#page_header #gnav ul li.contact:hover:before {
  content: none;
}
#page_header #gnav button.drawer-hamburger,
#page_header #gnav .sp_logo,
#page_header #sp_search,
#page_header .drawer-nav h2 {
  display: none;
  border: none;
  outline: none;
}
.drawer-hamburger {
  width: 3rem !important;
  top: -2px !important;
}
.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 5px !important;
  z-index: 9999 !important;
}
#header_contact {
  display: none;
}

@media (max-width: 768px) {
  .meanmenu-reveal,
  .header .logo,
  #page_header #sp_search {
    display: none !important;
  }
  #page_header #gnav .sp_logo {
    display: block;
  }
  .drawer-hamburger {
    display: block !important;
  }
  #page_header #gnav .sp_logo a {
    width: 150px;
    height: auto;
    display: block;
    position: fixed;
    left: 15px;
    top: 15px;
  }
  #page_header #gnav {
    background: #fff;
    height: 50px;
  }
  #page_header #gnav .sp_title {
    text-align: center;
    font-size: 16px;
    border-bottom: #ddd 1px solid;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
  }
  #page_header #gnav #sp_search {
    background: #fff;
    border-bottom: #ddd 1px solid;
  }
  #page_header #gnav #sp_search ul li:first-child {
    border-right: #ddd 1px solid;
  }
  #page_header #gnav #sp_search ul a {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    height: auto;
  }
  #page_header #gnav ul li:hover:before {
    content: none !important;
  }
  #page_header #gnav #sp_nav ul,
  #page_header #gnav #sp_nav ul li {
    background: #fff;
    display: block;
    width: 100%;
    text-align: left;
  }
  #page_header #gnav #sp_nav ul li a {
    border-bottom: #ddd 1px solid;
    display: block;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  #page_header #gnav #sp_nav ul li a {
    line-height: 49px;
  }
  #page_header #gnav #sp_nav ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 50%;
    line-height: 0;
  }
  #page_header #gnav .search_block {
    box-sizing: border-box;
    border-top: #ddd 1px solid;
    background: #f1f1f1;
    padding: 10px;
  }
  #page_header #gnav .search_block dl {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
  }
  #page_header #gnav .search_block dl dt,
  #page_header #gnav .search_block dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  #page_header #gnav .search_block dl dd {
    background: #ddd;
    width: 40px;
    text-align: center;
  }
  #page_header #gnav .search_block dl dd button {
    border-radius: 6px;
    background: #4285f4;
    color: #fff;
    display: block;
    padding: 8px 15px;
  }
  #page_header #gnav .search_block dl dt {
    padding-right: 15px;
  }
  #page_header #gnav .search_block dl dt [type="text"] {
    border-radius: 6px;
    border: #ddd 1px solid;
    padding: 8px;
    width: 100%;
    height: 40px;
  }
  .drawer-open .drawer-nav {
    overflow: inherit;
  }
  #header_contact {
    background: #164d87;
    display: block;
    position: fixed;
    z-index: 99999;
    right: 50px;
    top: 0;
    width: 50px;
    height: 51px;
  }
  #header_contact a {
    background: #164d87;
    color: #fff;
    font-size: 20px;
    display: block;
    height: 51px;
    width: 50px;
    position: relative;
  }
  #header_contact a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/*---------------------------------------*
* spacer
*---------------------------------------*/
/*.spacer {
	height: 60px;
}*/
/*---------------------------------------------------
*
* 分岐ページ
*
---------------------------------------------------*/
#ftth_home main {
  position: relative;
}
#ftth_home main::after {
  background: url(../images/home/fv.jpg) center center no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 810px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#ftth_home .main_title h1 {
  display: block;
  padding-top: 180px;
  padding-bottom: 240px;
  transition: 0.3s;
}
#ftth_home .sec1 {
  margin-bottom: 60px;
}
#ftth_home #main a {
  display: block;
}
#ftth_home #main a img {
  transition: 0.3s;
}
#ftth_home #main a:hover img {
  opacity: 0.7;
}
#ftth_home #main .link {
  background: #fff;
  border: #ddd 2px solid;
  width: 220px;
  height: 45px;
  line-height: 40px;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  transition: 0.3s;
}
#ftth_home #main .link:hover {
  text-decoration: none;
}
#ftth_home #main .link.link1 {
  border-color: #1098b0;
  color: #1098b0;
}
#ftth_home #main .link.link2 {
  border-color: #368f88;
  color: #368f88;
}
#ftth_home #main .link.link3 {
  border-color: #9b6dab;
  color: #9b6dab;
}
#ftth_home #main .link.link4 {
  border-color: #0f82df;
  color: #0f82df;
}
#ftth_home #main .link.link1:hover {
  background: #1098b0;
  color: #fff;
}
#ftth_home #main .link.link2:hover {
  background: #368f88;
  color: #fff;
}
#ftth_home #main .link.link3:hover {
  background: #9b6dab;
  color: #fff;
}
#ftth_home #main .link.link4:hover {
  background: #0f82df;
  color: #fff;
}

@media (max-width: 768px) {
  #ftth_home #main {
    margin-bottom: 40px;
  }
  #ftth_home .main_title h1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #ftth_home .sec1 {
    margin-bottom: 0px;
  }
  #ftth_home #main .link {
    width: 100%;
  }
}

@media (max-width: 576px) {
  #ftth_home .main_title h1 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
/*---------------------------------------------------
*
* mainvisual
*
---------------------------------------------------*/
/*mainvisual*/
#mainvisual {
  width: 100%;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
}
#ftth_page #mainvisual {
  /*background: url(../images/ftth/fv_bg.jpg) center center no-repeat;*/
  -webkit-background-size: cover;
  background-size: cover;
}
#pof_page #mainvisual {
  background: url(../images/pof/fv_bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#distribution_page #mainvisual {
  background: url(../images/distribution/fv_bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#matv_page #mainvisual {
  background: url(../images/matv/fv_bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 768px) {
  #mainvisual {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 576px) {
  #mainvisual {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*---------------------------------------------------
*
* title
*
---------------------------------------------------*/
.ttl_block {
  display: block;
}
.ttl_block h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 45px;
}
.ttl_block h3 {
  font-size: 26px;
  color: #fff;
  padding: 10px 60px;
  display: block;
  margin-bottom: 30px;
}
#ftth_page .ttl_block h3,
#matv_page .ttl_block h3 {
  background: #368f88;
}

@media (max-width: 768px) {
  .ttl_block h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 35px;
  }
  .ttl_block h3 {
    font-size: 20px;
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .ttl_block h2 {
    font-size: 20px;
  }
  .ttl_block h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/*---------------------------------------------------
*
* content_margin
*
---------------------------------------------------*/

.c-margin {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .c-margin {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .c-margin {
    margin-bottom: 30px;
  }
}
/*---------------------------------------------------
*
* product_list
*
---------------------------------------------------*/
#product_list h3 {
  border-bottom: #1457a0 1px solid;
  padding: 10px 0;
  margin-bottom: 30px;
  display: block;
}
#product_list h3 span {
  font-size: 25px;
  padding-left: 96px;
  position: relative;
}
#product_list h3 span::before {
  background: #1457a0;
  content: "";
  width: 65px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product_list_headline {
  display: block;
  padding: 0px 15px;
  height: 50px;
}
.product_list_headline .header00 {
  width: 100%;
  display: block;
}
.product_list_headline h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding: 0;
  padding-left: 50px;
  line-height: 50px;
  display: inline-block;
}
.product_list_headline span {
  background: #fff;
  margin-left: 15px;
  padding: 7px;
  height: 30px;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -5px;
}
.product_list_headline.color1 {
  background: #4da0bc;
}
.product_list_headline.color1 span {
  color: #4da0bc;
}
.product_list_headline.color2 {
  background: #6a74c2;
}
.product_list_headline.color2 span {
  color: #6a74c2;
}
.product_list_headline.color3 {
  background: #c26a97;
}
.product_list_headline.color3 span {
  color: #c26a97;
}
.product_list_headline.color4 {
  background: #32b16c;
}
.product_list_headline.color4 span {
  color: #32b16c;
}
.product_list_headline.color5 {
  background: #9b6dab;
}
.product_list_headline.color5 span {
  color: #9b6dab;
}
.product_list_headline ul {
  font-size: 0;
  display: block;
  text-align: right;
  height: 50px;
  line-height: 42px;
}
.product_list_headline ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.product_list_headline ul li:last-child {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .product_list_headline {
    display: block;
    padding: 0px 15px;
    height: auto;
  }
  .product_list_headline ul img {
    height: 25px;
    width: auto;
  }
  .product_list_headline h4 {
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .product_list_headline {
    padding: 15px;
    height: auto;
  }
  .product_list_headline .header00 {
    text-align: center;
  }
  .product_list_headline h4 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
  }
  .product_list_headline span {
    box-sizing: border-box;
    display: block;
    position: static;
    height: 30px;
    width: 100%;
    margin-left: 0;
  }
  .product_list_headline ul {
    text-align: center;
    height: auto;
    line-height: 14px;
  }
  .product_list_headline ul li {
    margin-top: 8px;
  }
  #product_list h3 span {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .product_list_headline .header00 {
    display: block;
  }

  .product_list_headline .header00 span {
    display: block;
    margin-left: 0;
  }
  .product_list_headline h4,
  .product_list_headline .header00 span {
    text-align: center;
    margin-bottom: 5px;
  }
}
#product_list .button_block {
  margin-bottom: 60px;
}
#product_list .product_list_header h5,
#product_list .product_list_header p,
#product_list .product_list_header h5 + p span {
  font-size: 22px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
#product_list .product_list_header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#product_list .product_list_header ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
#product_list .product_list_header ul li::before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0;
}
#product_list .spec table {
  border: #ccc 1px solid;
  border-right: none;
  border-bottom: none;
}
#product_list .spec table thead th {
  background: #f1f5f9;
}
#product_list .spec table th,
#product_list .spec table td {
  padding: 10px;
  width: 254px;
  text-align: center;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  vertical-align: middle;
}
#product_list .spec table thead th span {
  display: block;
}
#product_list table span.order {
  position: relative;
}
#product_list table span.order::after {
  border: #cc0000 1px solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 18px;
  display: block;
  color: #cc0000;
  text-align: center;
  content: "受";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#product_list table span.contact {
  color: #1f7ece;
  font-size: 12px;
  position: relative;
  display: block;
}
#product_list table span.contact::before {
  border: #1f7ece 1px solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 576px) {
  #product_list .button_block {
    margin-bottom: 50px !important;
    display: block;
  }
  #product_list .spec table,
  #product_list .spec table th,
  #product_list .spec table td {
    font-size: 10px !important;
  }
  #product_list table span.order::after#product_list table span.contact::after {
    right: -25px;
  }
}
#product_list .circle.order {
  border: #cc0000 1px solid;
  color: #cc0000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 22px;
  text-align: center;
}
#product_list .circle.contact {
  border: #1f7ece 1px solid;
  color: #1f7ece;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 22px;
  text-align: center;
}
#product_list .info {
  background: #e1ebf9;
  padding: 15px;
}
#product_list .comments ul li {
  background: #1f7ece;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
}
#product_list .comments ul li:last-child {
  margin-right: 0;
}
#product_list .comments ul li span {
  color: #fffb00;
}

@media (max-width: 576px) {
  #product_list .comments ul li {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: center;
  }
  #product_list .comments ul li:last-child {
    margin-bottom: 0;
  }
}
#product_list .product_list_footer {
  border-top: #ccc 1px solid;
  padding-top: 25px;
  margin-top: 25px;
}
#product_list .product_list_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: block;
  width: 100%;
}
#product_list .product_list_footer ul li {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
#product_list .product_list_footer ul li:last-child {
  margin-right: 0;
}
#product_list .product_list_footer ul li a,
#product_list .product_list_footer ul li button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  line-height: 1;
  background-color: none;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
}
#product_list .product_list_footer button,
#product_list .product_list_footer a.manual {
  background: #fff;
  outline: none;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
#product_list .product_list_footer button.spec_btn,
#product_list .product_list_footer a.manual {
  border: #1457a0 1px solid;
  color: #1457a0;
  font-size: 16px;
  font-weight: 600;
  width: 190px;
  line-height: 45px;
  text-align: center;
  position: relative;
  display: block;
}
#product_list .product_list_footer button.spec_btn.collapsed::before {
  content: "\f055";
}
#product_list .product_list_footer button.spec_btn::before {
  font-family: "FontAwesome";
  content: "\f056";
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 0;
}
#product_list .product_list_footer a.manual {
  border: #e60044 1px solid;
  color: #e60044;
}
#product_list .product_list_footer a.manual::before {
  font-family: "FontAwesome";
  content: "\f1c1";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#product_list .product_list_footer button:hover,
#product_list .product_list_footer a.manual:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media (max-width: 576px) {
  #product_list .product_list_footer ul {
    display: flex;
  }
  #product_list .product_list_footer ul li {
    width: 100%;
    margin-right: 15px;
  }
  #product_list .product_list_footer button.spec_btn,
  #product_list .product_list_footer a.manual {
    width: 100%;
    font-size: 13px;
  }
}
/*---------------------------------------------------
*
* product_list accessories 
*
---------------------------------------------------*/
#product_list .accessories img {
  margin-bottom: 15px;
}
#product_list .accessories h4 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
#product_list .accessories.berder-t {
  border-top: #ccc 1px solid;
  padding-top: 2.5rem;
}
/*---------------------------------------------------
*
* spec_table
*
---------------------------------------------------*/
.spec_table {
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  width: 100%;
  margin: 15px 0;
  table-layout: fixed;
}
.spec_table th,
.spec_table td {
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.spec_table th {
  background: #f1f1f1;
}
.spec_table th span,
span.red {
  color: #cc0000;
}
.spec_table th.blk span {
  color: #111;
}
.spec_table2,
.spec_table3 {
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
}
.spec_table2 th,
.spec_table2 td,
.spec_table3 th,
.spec_table3 td {
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.spec_table3 {
  width: 100%;
}
.spec_table3 th,
.spec_table3 td {
  padding: 5px 15px;
  font-weight: 400;
  text-align: left;
}
.spec_table3 thead th {
  background: #f1f5f9;
  font-weight: 600;
}
.spec_table3.center th,
.spec_table3.center td {
  text-align: center;
}

@media (max-width: 768px) {
  .table_scroller {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/*---------------------------------------------------
*
* footer_support
*
---------------------------------------------------*/
#footer_support {
  background: #1457a0;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer_support h3 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 40px;
  line-height: 1.8;
}
#footer_support ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  width: 100%;
  display: block;
}
#footer_support ul li {
  width: 300px;
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
}
#footer_support ul li:last-child {
  margin-right: 0;
}
#footer_support ul li a {
  border: #fff 2px solid;
  color: #fff;
  height: 76px;
  line-height: 70px;
  text-align: center;
  display: block;
  font-size: 16px;
  transition: 0.3s;
}
#footer_support ul li a:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media (max-width: 768px) {
  #footer_support ul {
    display: flex;
  }
  #footer_support ul li a {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  #footer_support h3 {
    font-size: 16px;
  }
  #footer_support ul {
    display: block;
  }
  #footer_support ul li {
    margin-bottom: 15px;
  }
  #footer_support ul li,
  #footer_support ul li a {
    width: 100%;
  }
  #footer_support ul li a {
    height: 60px;
    line-height: 55px;
  }
}
/*---------------------------------------------------
*
* footer_text
*
---------------------------------------------------*/
#footer_text {
  border-bottom: #ccc 1px solid;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
#footer_text h3 {
  font-size: 30px;
}
#footer_text p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  #footer_text p br {
    display: none;
  }
  #footer_text h3 {
    font-size: 20px;
  }
}
/*---------------------------------------------------
*
* FTTH
*
---------------------------------------------------*/
#ftth_page .system {
  background: #ddf5f3;
  padding: 30px 60px;
  display: block;
}

@media (max-width: 768px) {
  #ftth_page .system {
    padding: 15px 15px;
  }
}
/*---------------------------------------------------
*
* 棟内光 伝送システム
*
---------------------------------------------------*/
#distribution_page {
  width: 100%;
  overflow-x: hidden;
}
#distribution_page .skapa1,
#distribution_page .skapa2 {
  position: relative;
  width: 190px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
#distribution_page .skapa1::before,
#distribution_page .skapa2::before {
  content: "";
  background: url(../images/distribution/logo2.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 190px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -8px;
}
#distribution_page #sec1 .ttl_block span {
  display: block;
  line-height: 2;
}
#distribution_page #sec1 ul {
  width: 100%;
  display: flex;
}
#distribution_page #sec1 ul li {
  border: #ccc 1px solid;
  padding: 15px;
  margin-right: 30px;
  width: 100%;
  text-align: center;
}
#distribution_page #sec1 ul li:last-child {
  margin-right: 0;
}
#distribution_page #sec1 ul li h3 {
  font-size: 19px;
  border-bottom: #ccc 1px solid;
  display: block;
  padding-bottom: 15px;
}
#distribution_page #sec1 ul li .sec1_body {
  display: block;
  height: 173px;
}
#distribution_page #sec1 ul li .sec1_body > a {
  height: 173px;
  display: flex;
  justify-content: center;
  align-items: center;
}


#distribution_page #sec1 ul li .sec1_body a img {
  transition: 0.3s;
}
#distribution_page #sec1 ul li .sec1_footer a {
  display: block;
  border: #1457a0 2px solid;
  padding: 15px;
  transition: 0.3s;
}
#distribution_page #sec1 ul li .sec1_body a img:hover,
#distribution_page #sec1 ul li .sec1_footer a:hover {
  opacity: 0.5;
  text-decoration: none;
}
#distribution_page #sec1 .features {
  background: #1457a0;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}

@media (max-width: 768px) {
  #distribution_page #sec1 ul {
    display: block;
  }
  #distribution_page #sec1 ul li {
    display: inline-block;
    width: 47%;
    margin-right: 5%;
    margin-bottom: 5%;
    text-align: center;
  }
  #distribution_page #sec1 ul li:nth-child(even) {
    margin-right: 0;
  }
  #distribution_page #sec1 ul li .sec1_body {
    height: auto;
  }
}

@media (max-width: 576px) {
  #distribution_page #sec1 ul li .sec1_body img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #distribution_page #sec1 ul li h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  #distribution_page #sec1 ul li .sec1_footer a {
    padding: 10px 15px;
  }
}

@media (max-width: 320px) {
  #distribution_page #sec1 ul {
    font-size: 0;
  }
  #distribution_page #sec1 ul li {
    display: inline-block;
    width: 47.5%;
  }
}
#distribution_page #sec2 {
  background: url(../images/distribution/sec2_bg.jpg) center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 50px;
}
#distribution_page #sec2 .ttl_block span {
  display: block;
  line-height: 2;
}
#distribution_page #sec2 .sec2_header p {
  text-align: center;
  font-size: 21px;
  margin-bottom: 40px;
}
#distribution_page #sec2 .inner {
  background: #fff;
  border-bottom: #6a8dc2 1px solid;
  margin-bottom: 20px;
}
#distribution_page #sec2 .inner .inner_header {
  background: #6a8dc2;
  display: block;
  height: 51px;
  padding-left: 115px;
  position: relative;
}
#distribution_page #sec2 .inner .inner_header::before {
  background: #fff;
  width: 90px;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#distribution_page #sec2 .inner .inner_header h3 {
  line-height: 51px;
  color: #fff;
  font-size: 26px;
  position: relative;
  padding-left: 130px;
}
#distribution_page #sec2 .inner .inner_header span {
  background: #fff;
  font-size: 26px;
  color: #6a8dc2;
  height: 36px;
  line-height: 1;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#distribution_page #sec2 .inner .innner_body {
  padding: 40px;
}
#distribution_page #sec2 .inner .innner_body .bold {
  font-weight: 600;
}
#distribution_page #sec2 .inner .innner_body .blue {
  color: #1457a0;
}
#distribution_page #sec2 #system_image {
  background: rgba(90, 142, 222, 0.4);
  padding: 40px;
}
#distribution_page #sec2 #system_image h3 {
  background: #fff;
  text-align: center;
  font-size: 23px;
  padding: 15px;
  margin-bottom: 25px;
}
#distribution_page #sec2 #system_image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#distribution_page #sec2 #system_image p {
  border: rgba(90, 142, 222, 1) 2px solid;
  text-align: center;
  background: #fff;
  display: block;
  padding: 15px;
  font-size: 30px;
}

@media (max-width: 768px) {
  #distribution_page #sec2 .inner .inner_header {
    background: #6a8dc2;
    display: block;
    height: 51px;
    padding-left: 15px;
    position: relative;
  }
  #distribution_page #sec2 .inner .inner_header::before {
    background: #fff;
    width: 90px;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #distribution_page #sec2 .inner .inner_header h3 {
    line-height: 51px;
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-left: 120px;
  }
  #distribution_page #sec2 .inner .inner_header::before {
    content: none;
  }
  #distribution_page #sec2 .inner .inner_header span {
    font-size: 18px;
    height: 30px;
  }
  #distribution_page #sec2 #system_image p {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  #distribution_page #sec2 .inner .inner_header span {
    position: static;
    -webkit-transform: none;
    transform: none;
    display: block;
    width: 100px;
    text-align: center;
    margin-bottom: 0;
  }
  #distribution_page #sec2 .inner .inner_header h3 {
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-left: 0;
    margin: 0;
    padding: 0;
    line-height: 1.5;
  }
  #distribution_page #sec2 .inner .inner_header {
    height: auto;
    padding: 5px 15px;
  }
  #distribution_page #sec2 .inner .innner_body {
    padding: 20px;
  }
  #distribution_page #sec2 .ttl_block span {
    display: block;
    line-height: 2;
    padding-top: 15px;
  }
  #distribution_page #sec2 .sec2_header p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #distribution_page .skapa1 {
    width: 190px;
    height: 16px;
    display: inline-block;
  }
  #distribution_page .skapa1::before {
    width: 190px;
    height: 16px;
    margin-top: -0px;
  }
  #distribution_page #sec2 #system_image p {
    font-size: 14px;
  }
}
#distribution_page #sec3 {
  background: #f1f5f9;
  padding-top: 70px;
  padding-bottom: 50px;
}
#distribution_page #sec3 h3 {
  color: #111;
  text-align: center;
  font-size: 32px;
}
#distribution_page #sec3 .box {
  border-bottom: #6a8dc2 1px solid;
  background: #fff;
}
#distribution_page #sec3 .box .sec3_header {
  background: #6a8dc2;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 80px;
  position: relative;
}
#distribution_page #sec3 .box .sec3_header::before {
  background: #fff;
  width: 70px;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#distribution_page #sec3 .box .sec3_header span {
  background: #fff;
  color: #6a8dc2;
  display: block;
  width: 135px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
#distribution_page #sec3 .box .sec3_header h4 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
#distribution_page #sec3 .box .inner {
  padding: 40px 60px 30px 60px;
  display: block;
}

@media (max-width: 768px) {
  #distribution_page #sec3 .skapa1 {
    width: 130px;
    height: 11px;
    display: inline-block;
  }
  #distribution_page #sec3 .skapa1::before {
    width: 130px;
    height: 11px;
    margin-top: -0px;
  }
  #distribution_page #sec3 {
    background: #f1f5f9;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #distribution_page #sec3 .box .sec3_header h4 {
    font-size: 16px;
  }
  #distribution_page #sec3 .box .sec3_header span {
    font-size: 16px;
  }
}
#distribution_page #sec4 h3 {
  color: #111;
  text-align: center;
  font-size: 32px;
}
#distribution_page #sec4 .box {
  border: #ddd 1px solid;
}
#distribution_page #sec4 h3 span {
  display: block;
  line-height: 2;
}
#distribution_page #sec4 .sec4_header {
  background: #6a8dc2;
  display: block;
  height: 51px;
  line-height: 51px;
  padding-left: 65px;
}
#distribution_page #sec4 .sec4_header h4 {
  color: #fff;
  font-size: 26px;
  margin: 0;
  padding: 0;
  height: 51px;
  line-height: 49px;
}
#distribution_page #sec4 .sec4_body {
  display: block;
  padding: 40px;
}
#distribution_page #sec4 .sec4_body ul {
  display: block;
  margin-left: 55px;
}
#distribution_page #sec4 .sec4_body ul li {
  background: #f1f5f9;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 23px;
  padding-left: 75px;
  position: relative;
}
#distribution_page #sec4 .sec4_body ul li::before {
  background: #1457a0;
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#distribution_page #sec4 .sysatem_img {
  background: #e1ebf9;
  margin: 0;
  padding: 15px;
  list-style: none;
}
#distribution_page #sec4 .sec4_body ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #distribution_page #sec4 h3 {
    font-size: 30px;
  }
  #distribution_page #sec4 .sec4_body ul {
    display: block;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  #distribution_page #sec4 .sec4_header {
    padding-left: 0;
  }
  #distribution_page #sec4 .sec4_header h4 {
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  #distribution_page #sec4 .sec4_body ul li {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 15px;
    padding-left: 70px;
  }
  #distribution_page #sec4 .sec4_body ul li::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #distribution_page #sec4 .sec4_header {
    padding-left: 0;
  }
  #distribution_page #sec4 .sec4_header h4 {
    font-size: 18px;
    text-align: center;
  }
}
#distribution_page #sec5 {
  background: url(../images/distribution/sec5_bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 50px;
}
#distribution_page #sec5 h3 {
  color: #111;
  text-align: center;
  font-size: 32px;
}
#distribution_page #sec5 h3 span {
  display: block;
  line-height: 2;
}
#distribution_page #sec5 .sec5_header {
  background: #6a8dc2;
}
#distribution_page #sec5 .sec5_header h4 {
  color: #fff;
  font-size: 26px;
  margin: 0;
  padding: 15px 63px;
}
#distribution_page #sec5 .sec5_body {
  border-bottom: #6a8dc2 1px solid;
  background: #fff;
  padding: 40px;
  position: relative;
}
#distribution_page #sec5 .sec5_body h5 {
  border-bottom: #ddd 1px solid;
  font-size: 34px;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
#distribution_page #sec5 .sec5_body .en {
  border-bottom: #ddd 4px solid;
  width: 315px;
  margin: 0;
  padding: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
#distribution_page #sec5 .sec5_body.color1 h5 {
  border-bottom-color: #1457a0;
  color: #1457a0;
}
#distribution_page #sec5 .sec5_body.color2 h5 {
  border-bottom-color: #e60044;
  color: #e60044;
}
#distribution_page #sec5 .sec5_body.color1 .en {
  color: #1457a0;
  border-bottom-color: #1457a0;
}
#distribution_page #sec5 .sec5_body.color2 .en {
  color: #e60044;
  border-bottom-color: #e60044;
}

@media (max-width: 768px) {
  #distribution_page #sec5 .sec5_body .en {
    display: none;
  }
  #distribution_page #sec5 .sec5_body h5 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #distribution_page #sec5 .sec5_body p {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  #distribution_page #sec5 .sec5_body {
    padding: 20px;
  }
  #distribution_page #sec5 .sec5_header h4 {
    font-size: 16px;
    padding: 15px 30px;
  }
}
/*---------------------------------------------------
*
* 小規模_共同受信用
*
---------------------------------------------------*/
#matv_page #sec1 h4 {
  color: #9b6dab;
  font-size: 25px;
}
#matv_page #sec1 .big {
  font-size: 20px;
}
#matv_page #sec1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#matv_page #sec1 ul li {
  font-size: 20px;
}
#matv_page #sec1 ul li {
  margin-bottom: 10px;
}
#matv_page #sec1 ul li ul {
  margin-top: 10px;
}
#matv_page #sec1 ul li.Circle,
#matv_page #sec1 ul li.dot {
  padding-left: 25px;
  position: relative;
}
#matv_page #sec1 ul li.Circle::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
#matv_page #sec1 ul li.dot::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  #matv_page #sec1 {
    margin-bottom: 0;
  }
  #matv_page #sec1 h2 {
    font-size: 20px;
  }
  #matv_page #sec1 h3 {
    font-size: 16px;
  }
  #matv_page #sec1 h4 {
    font-size: 16px;
    text-align: center;
  }
  #matv_page #sec1 .big {
    font-size: 16px;
  }
  #matv_page #sec1 ul li {
    font-size: 16px;
  }
  #matv_page #sec1 .c-margin {
    margin-bottom: 0px;
  }
}
/*---------------------------------------------------
*
* POF
*
---------------------------------------------------*/
/* #pof_page {
  overflow: hidden;
} */
#pof_page .ttl_block h2 {
  line-height: 1.5;
}
#pof_page .ttl_block h2 span {
  display: block;
  font-size: 1.8rem;
}
#pof_page #sec2 {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  transition: 0.3s;
}
#pof_page #sec2 .sec2_header p {
  text-align: center;
  font-size: 21px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #pof_page #sec2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #pof_page #sec2 .sec2_header p br {
    display: none;
  }
  #pof_page #sec2 .sec2_header p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  #pof_page #sec2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#pof_page #sec3 {
  background: url(../images/pof/sec3_bg.jpg) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 70px;
}
#pof_page #sec3 p {
  color: #0f82df;
  font-size: 25px;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  #pof_page #sec3 {
    padding-top: 40px;
  }
  #pof_page #sec3 p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  #pof_page #sec3 p {
    margin-bottom: 20px;
  }
}
#pof_page #sec4 {
  display: block;
  padding-top: 80px;
}
#pof_page #sec4 .ttl_block h3 {
  color: #111;
  text-align: center;
}
#pof_page #sec4 h3 {
  background: #0f82df;
  color: #fff;
  font-size: 26px;
  margin-left: 95px;
  height: 51px;
  line-height: 51px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
#pof_page #sec4 h3::before {
  content: "";
  width: 63px;
  height: 63px;
  display: block;
  position: absolute;
  top: 50%;
  left: -95px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#pof_page #sec4 h3.ttl1::before {
  background: url(../images/pof/icon1.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#pof_page #sec4 h3.ttl2::before {
  background: url(../images/pof/icon2.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#pof_page #sec4 h3.ttl3::before {
  background: url(../images/pof/icon3.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#pof_page #sec4 .dot {
  margin-left: 20px;
}
#pof_page #sec4 .dot li {
  margin-bottom: 5px;
  line-height: 1.6;
  position: relative;
}
#pof_page #sec4 .dot li::before {
  content: "●";
  /*margin-left: -18px;*/
  position: absolute;
  left: -20px;
  top: 0;
}
#pof_page #sec4 .dot li,
#pof_page #sec4 .cont p {
  font-size: 18px;
}
#pof_page #sec4 h4 {
  color: #0f82df;
  font-size: 25px;
}

@media (max-width: 768px) {
  #pof_page #sec4 {
    padding-top: 40px;
  }
  #pof_page #sec4 h4 {
    font-size: 20px;
  }
  #pof_page #sec4 .dot li,
  #pof_page #sec4 .cont p {
    font-size: 16px;
  }
  #pof_page #sec4 h3 {
    font-size: 16px !important;
    margin-left: 60px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  #pof_page #sec4 h3::before {
    content: "";
    width: 51px;
    height: 51px;
    top: 50%;
    left: -60px;
  }
}

@media (max-width: 576px) {
  #pof_page #sec4 h3,
  #pof_page #sec4 h4 {
    font-size: 18px;
  }
  #pof_page #sec4 .dot li,
  #pof_page #sec4 .cont p {
    font-size: 14px;
  }
  #pof_page #sec4 .dot li::before {
    left: -15px;
  }
}
#pof_page .end_spec h4 {
  font-size: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
}
#pof_page .end_spec dl {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#pof_page .end_spec dl dt,
#pof_page .end_spec dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}
#pof_page .end_spec dl dt {
  background: #1f7ece;
  color: #fff;
}
#pof_page .end_spec dl dd {
  background: #e1ebf9;
}
/*---------------------------------------------------
*
* footer_links
*
---------------------------------------------------*/
#footer_links{border-bottom:#ddd 1px solid;display:block;padding-top:50px;padding-bottom:50px}#footer_links ul{width:100%;display:flex;justify-content:center;gap:0 30px}#footer_links ul li{width:100%;width:calc((100% - 30px)/3)}#footer_links ul li a img{transition:.25s}#footer_links ul li a:hover img{opacity:.5}#footer_links ul li a.btns{border:#1457a0 2px solid;display:block;width:100%;text-align:center;padding:15px;font-weight:600;margin-top:15px;transition:.3s}#footer_links ul li a.btns:hover,#footer_links ul li a.btns:active{text-decoration:none;opacity:.5}@media(max-width: 768px){#footer_links ul{flex-direction:column;gap:25px}#footer_links ul li{width:100%}}