@charset "UTF-8";
/*第二階層*/
.breadcrumb {
  padding: 15px 0;
  border-bottom: solid 1px #ccc;
}
.breadcrumb ul {
  width: 1100px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  font-size: 12px;
  color: #000;
}
.breadcrumb ul li {
  width: auto !important;
  display: inline;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.breadcrumb ul li.current {
  color: #000;
}
.breadcrumb ul li:first-child {
  margin-left: 0;
}
.breadcrumb ul li:first-child:before {
  content: '';
  margin: 0;
}
.breadcrumb ul li:before {
  content: '/';
  margin: 0 5px;
}
.breadcrumb ul li a {
  color: #004ea2;
  text-decoration: none;
  position: relative;
}
.breadcrumb ul li a:hover {
  opacity: 1;
}
.breadcrumb ul li a:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #004ea2;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.breadcrumb ul li a:hover:after {
  transform: scale(1, 1);
}
.second .bg {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  margin-top: 80px;
}
.second .bg:after {
  content: '';
  background: linear-gradient(90deg, rgba(0, 78, 162, 0.8) 10%, rgba(0, 78, 162, 0) 80%);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.second h2 {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 2px;
}
.second h2 .sub {
  display: block;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-left: 5px;
}
.second.company .bg {
  background-image: url("../img/bg_ttl_company.jpg");
  background-position: center;
  background-size: cover;
}
.second.product .bg {
  background-image: url("../img/bg_ttl_product.jpg");
  background-position: center;
  background-size: cover;
}
.second.funen_pipe .bg {
  background-image: url("../img/bg_ttl_funen_pipe.jpg");
  background-position: center;
  background-size: cover;
}
.second.download .bg {
  background-image: url("../img/bg_ttl_download.jpg") !important;
  background-position: center;
  background-size: cover;
}
.second.faq .bg {
  background-image: url("../img/bg_ttl_faq.jpg");
  background-position: center;
  background-size: cover;
}
.second.link .bg {
  background-image: url("../img/bg_ttl_link.jpg");
  background-position: center;
  background-size: cover;
}
.second.sitemap .bg {
  background-image: url("../img/bg_ttl_sitemap.jpg");
  background-position: center;
  background-size: cover;
}
.second.pp .bg {
  background-image: url("../img/bg_ttl_pp.jpg");
  background-position: center;
  background-size: cover;
}
.second.sp .bg {
  background-image: url("../img/bg_ttl_sp.jpg");
  background-position: center;
  background-size: cover;
}
.second.news .bg {
  background-image: url("../img/bg_ttl_news.jpg");
  background-position: center;
  background-size: cover;
}
.second.contact .bg {
  background-image: url("../img/bg_ttl_contact.jpg");
  background-position: center;
  background-size: cover;
}
.second.recruit .bg {
  background-image: url("../img/bg_ttl_recruit.jpg");
  background-position: center;
  background-size: cover;
}
.second.not_found .bg {
  background-image: url("../img/bg_ttl_404.jpg");
  background-position: center;
  background-size: cover;
}
.second .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0 80px;
  position: relative;
}
.second section {
  margin-bottom: 80px;
}
.second section:last-child {
  margin-bottom: 0;
}
.second h3 {
  font-size: 38px;
  line-height: 58px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #004ea2;
  padding: 10px 0 10px 30px;
  position: relative;
  margin: 0 auto 40px;
}
.second h3:before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '';
  width: 7px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3371b5;
  border-radius: 5px;
}
.second h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #3371b5;
}
.second h4 {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
  margin: 0 auto 10px;
}
.second h4:before {
  width: 16px;
  height: 16px;
  background-color: #004ea2;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*-------------------よくある質問-------------------*/
.second.faq .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.second.faq .inner ul li {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
}
.second.faq .inner ul li:last-child {
  border: none;
}
.second.faq .inner li span {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  margin-right: 10px;
}
.second.faq .inner ul li .q {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #004ea2;
  margin-bottom: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.second.faq .inner ul li .a {
  margin-top: 10px;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.second.faq .inner ul li .q span {
  color: #004ea2;
}
.second.faq .inner ul li .a span {
  color: #D0121B;
}
/*-------------------リンク-------------------*/
.second.link section {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: solid 1px #ccc;
}
.second.link .inner ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: square;
  width: 48%;
  float: left;
}
.second.link section:last-child {
  border: none;
}
.second.link .inner ul li a {
  color: #000;
}
/*-------------------サイトマップ-------------------*/
.second.sitemap section {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: solid 1px #ccc;
}
.second.sitemap section:last-child {
  border: none;
}
.second.sitemap .inner ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: square;
  width: 48%;
  float: left;
}
.second.sitemap .inner ul li a {
  color: #000;
}
.second.sitemap .inner h4 a {
  color: #000;
}
/*-------------------プライバシーポリシー-------------------*/
.second.pp section {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 40px;
}
.second.pp section a {
  color: #000;
}
.second.pp .p {
  margin-bottom: 30px;
}
.second.pp section h4 {
  margin: 0 auto -5px;
}
.second.pp section ol {
  padding: 0 0 0 20px;
}
.second.pp section ol li {
  margin-bottom: 10px;
}
.second.pp section .box {
  border: solid 1px #ccc;
  background-color: #F7F7F7;
  padding: 35px 3% 20px;
  border-radius: 20px;
}
.second.pp section .box h5 {
  color: #004ea2;
  font-size: 18px;
  margin: 0 auto -10px;
}
/*-------------------サイトのご利用に際して-------------------*/
.second.sp section {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 40px;
}
.second.sp section h4 {
  margin: 0 auto -5px;
}
.second.sp section .box {
  margin-bottom: 30px;
}
.second.sp section .box h5 {
  color: #004ea2;
  font-size: 18px;
  margin: 0 auto -10px;
}
.second.sp section .box figure {
  width: 158px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.second.sp section .box figcaption {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width:1100px) {
  /*第二階層*/
  .breadcrumb {
    padding: 10px 0;
  }
  .breadcrumb ul {
    width: 90%;
  }
  .second .bg {
    padding: 40px 0;
    margin-top: 60px;
  }
  .second h2 {
    width: 90%;
    font-size: 28px;
    letter-spacing: 1px;
  }
  .second h2 .sub {
    font-size: 18px;
    margin-left: 0;
  }
  .second .inner {
    width: 90%;
    padding: 30px 0 50px;
  }
  .second section {
    margin-bottom: 50px;
  }
  .second h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
    padding: 10px 0 10px 20px;
    margin: 0 auto 30px;
  }
  .second h3:before {
    width: 6px;
  }
  .second h4 {
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
    margin: 0 auto 10px;
  }
  .second h4:before {
    width: 14px;
    height: 14px;
  }
  /*-------------------よくある質問-------------------*/
  .second.faq .inner ul li {
    margin-bottom: 30px;
  }
  .second.faqx ul li span {
    font-size: 28px;
    margin-right: 10px;
  }
  .second.faq .inner ul li .q {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 1.65em;
    text-indent: -1.65em;
  }
  .second.faq .inner ul li .a {
    line-height: 28px;
    margin-top: 10px;
    padding-left: 1.8em;
    text-indent: -1.8em;
  }
  /*-------------------リンク-------------------*/
  .second.link .inner ul {
    width: auto;
    float: none;
  }
  /*-------------------サイトマップ--------------------*/
  .second.sitemap .inner ul {
    width: auto;
    float: none;
  }
  /*-------------------プライバシーポリシー-------------------*/
  .second.pp section {
    margin-bottom: 40px !important;
    line-height: 28px;
  }
  .second.pp section .box {
    padding: 20px 5% 5px;
  }
  .second.pp section .box h5 {
    font-size: 16px;
  }
  /*-------------------サイトのご利用に際して-------------------*/
  .second.sp section {
    margin-bottom: 40px !important;
    line-height: 28px;
  }
  .second.sp section .box figure {
    display: block;
    margin: 0 0 10px;
  }
  .second.sp section .box figcaption {
    display: block;
    line-height: 24px;
  }
}