@charset "UTF-8";
/*
Theme Name: tpo1.0 Theme
Theme URI: http://www.tpo-9909.co.jp/
Version: 1.0
*/
/*  ----------------------------------------------------------------------------------------------*/
.pc {
  display: block !important; }

.sp {
  display: none !important; }

.brsp,
.brnpc br {
  display: none; }

.brpc,
.brnsp br {
  display: initial; }

.list tr p {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .5rem; }
  .list tr p:before {
    content: "・"; }

/*  ------------------------------------------------------------------------------------------------*/
.dotnone:before {
  content: "　" !important; }

li.menu__single ul.menu__second-level {
  width: 215px; }

li.menu__single:hover ul.menu__second-level {
  top: 30px;
  background-color: #ffffff; }
  li.menu__single:hover ul.menu__second-level li a {
    display: block;
    padding: 10px 20px;
    font-weight: 500; }

.wrapper {
  margin: 0 auto;
  width: 96%;
  max-width: 1080px; }

.firstWrap {
  margin: 50px auto 0; }

.button {
  border-radius: 5px;
  width: 100%;
  background-color: #6A5C4F;
  border-color: #6A5C4F; }
  .button:hover {
    border-color: #6A5C4F; }
  .button a {
    color: #fff;
    display: block;
    font-size: .764rem;
    line-height: 50px; }
    .button a:hover {
      color: #6A5C4F; }

.smallBtn {
  width: 48%; }

.sys {
  float: left; }

.equip {
  float: right; }

/* header-nav.php ------------------------------------------------------------------------------------------------------------*/
header {
  background-color: #fff;
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 10px 0 0 10px;
  border-bottom: 1px solid #ddd; }
  header .headerLogo {
    display: inline-block; }
  header nav {
    float: right;
    padding: 0 10px 0 0; }
    header nav ul li {
      display: inline-block; }
      header nav ul li a {
        padding: 0 20px 10px;
        font-size: .764rem;
        line-height: 2.5;
        color: #916A5B;
        display: inline-block;
        font-weight: 300; }
    header nav ul .navContact {
      background-color: #916A5B;
      border-radius: 5px;
      margin-left: 20px; }
      header nav ul .navContact .fa {
        color: #fff;
        font-size: .7rem;
        padding-left: 15px;
        padding-right: 5px; }
      header nav ul .navContact a {
        padding: 0 20px 0 5px;
        color: #fff; }

.pcTop {
  margin: 0 auto; }

.menu li ul {
  margin: 10px 0 0 0;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd; }
  .menu li ul .selects {
    border-bottom: 1px solid #ddd; }
    .menu li ul .selects:hover > ul > li {
      overflow: visible;
      height: 50px;
      border-bottom: 1px solid #ddd; }
      .menu li ul .selects:hover > ul > li:first-child {
        border-top: 1px solid #ddd; }
    .menu li ul .selects ul {
      position: absolute;
      z-index: 100;
      top: -9px;
      left: 100%;
      width: 100%; }
      .menu li ul .selects ul li {
        overflow: hidden;
        width: 100%;
        height: 0;
        background-color: #fff; }
    .menu li ul .selects .third02 {
      top: 41px; }
    .menu li ul .selects .third03 {
      top: 143px; }

section {
  padding: 50px 0; }

section.kv {
  background-image: url(../images/top-kv.png);
  background-size: cover;
  background-position: center center;
  height: 460px;
  width: 100%;
  position: relative;
  z-index: -1; }
  section.kv:before {
    background-color: rgba(0, 0, 0, 0.5);
    /* どの範囲に重ねるかを指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' '; }
  section.kv .kvDescription {
    position: absolute;
    top: 47%;
    width: 100%;
    color: #fff; }
    section.kv .kvDescription .kvLogo {
      font-weight: bold;
      margin-bottom: 20px; }
    section.kv .kvDescription h1 {
      color: #fff; }

div.index section.kv .kvDescription {
  top: 30%; }
div.index section.kv img {
  width: 72%; }
div.index section.kv h1 {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 100; }

section.mainService {
  color: #635547;
  background-color: #F6F6F6; }
  section.mainService ul li {
    padding: 2%; }
    section.mainService ul li h3 {
      font-size: 1rem;
      text-align: center;
      margin: 20px 0; }
    section.mainService ul li p {
      font-size: .9rem;
      text-align: center;
      padding: 20px 0;
      height: 125px; }

section.derivation {
  text-align: center; }
  section.derivation .button {
    width: 25%; }
  section.derivation p {
    font-size: .9rem;
    padding-bottom: 2rem; }
  section.derivation img {
    width: 70%;
    margin-bottom: 30px; }

.allNews {
  padding: 30px 0 50px 0; }
  .allNews .toCenter {
    text-align: center; }
    .allNews .toCenter .nameNews {
      display: inline-block;
      text-align: center;
      color: #635547;
      font-size: 1.618rem; }
      .allNews .toCenter .nameNews span {
        font-size: .8rem;
        font-family: 'Noto Sans Japanese', serif;
        font-weight: 300; }
  .allNews ul {
    background-color: #fafafa;
    margin: 20px auto 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 78%; }
    .allNews ul li {
      border-bottom: 1px solid #ccc;
      padding: 20px 0; }
      .allNews ul li p {
        display: inline-block;
        color: #635547; }
      .allNews ul li .date {
        padding: 0 20px;
        border-right: 1px solid #916A5B; }
      .allNews ul li .newsTitle {
        display: inline-block;
        width: 87%;
        font-weight: 500;
        padding: 0 0 0 20px;
        color: #635547;
        vertical-align: middle; }

section.footer {
  color: #fff;
  text-align: center;
  background: url(../images/footer-bg.png);
  background-position: center center;
  background-size: cover; }
  section.footer h3 {
    font-weight: bold;
    margin-bottom: 1rem; }
  section.footer p {
    margin-bottom: 1rem;
    font-weight: 300; }
  section.footer ul {
    margin: 29px auto 0; }
    section.footer ul li {
      font-size: 1.2rem;
      /*
      		  &:first-child{
      			  float: left;
      		  }
      		  &:last-child{
      			  float: right;
      		  }
      */ }
  section.footer .navContact {
    background-color: #916A5B;
    border-radius: 5px;
    margin: 20px 0 0 0;
    display: inline-block;
    font-size: 1.2rem; }
    section.footer .navContact .fa {
      color: #fff;
      font-size: 1.2rem;
      padding-left: 15px;
      padding-right: 10px; }
    section.footer .navContact a {
      padding: 20px 60px 20px 42px;
      color: #fff;
      display: block; }

section.kv.about {
  background-image: url(../images/about-header.png); }

article {
  color: #4f3e2e; }
  article h2 {
    margin-bottom: 2rem;
    line-height: 1.3; }
  article h3 {
    line-height: 1.7;
    margin-bottom: 2rem; }
  article section p {
    margin-bottom: 1rem; }

article.about span {
  display: block;
  font-weight: 600;
  margin: 2rem 0 1rem;
  font-size: 1.2rem; }

section.outline {
  width: 100%; }
  section.outline p {
    line-height: 1.5; }
  section.outline .rightContents {
    font-size: 0; }
    section.outline .rightContents .rightContentsInner {
      font-size: .9rem;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 5px; }

section.tokuteisyo,
section.privacy {
  background-color: #f6f6f6; }

.list {
  width: 100%; }
  .list th {
    width: 30%;
    text-align: center;
    padding: 10px;
    background-color: #a27259;
    border: 1px solid #4f3e2e;
    color: #fff;
    font-size: .9rem;
    font-weight: 200; }
  .list td {
    width: 70%;
    font-size: .9rem;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #4f3e2e;
    border-left: none; }

.cf-submit {
  text-shadow: 1px 1px 2px #e5a9a9; }

section.results h3 {
  margin-bottom: .5rem; }

section.appearance h3 {
  width: 100%;
  text-align: center;
  background-color: #4f3e2e;
  color: #fff;
  font-weight: 300;
  padding: 10px;
  margin-bottom: 40px; }
section.appearance ul li {
  width: 30%; }
  section.appearance ul li img {
    width: 100%; }
section.appearance .appearanceInner {
  margin-bottom: 40px; }
  section.appearance .appearanceInner h4 {
    margin: 1rem 0; }
  section.appearance .appearanceInner p {
    margin-bottom: 0; }

section.privacy ul {
  margin-top: 20px; }
  section.privacy ul li {
    font-size: .8rem; }

/* case.php ----------------------------------------------------------------------------------------------*/
/*
section.kv.case{
  background-image: url(../images/case-header.png);
}
*/
section.kv.system {
  background-image: url(../images/system-header.png); }

.systemWrap {
  width: 78%; }
  .systemWrap #systemtCon {
    margin-top: -50px;
    padding-top: 50px; }
  .systemWrap #equipmentCon {
    margin-top: -50px;
    padding-top: 50px; }

ul.systemUL .systemList {
  padding-bottom: 40px;
  border-bottom: 1px solid;
  border-color: #4f3e2e;
  margin-bottom: 40px;
  font-size: 0; }
  ul.systemUL .systemList:last-child {
    border-bottom: none;
    margin-bottom: 70px; }
  ul.systemUL .systemList h4 {
    text-align: center;
    margin-bottom: 30px; }
  ul.systemUL .systemList .firstH4 {
    margin-top: 40px; }
  ul.systemUL .systemList .contentsImage {
    width: 30%;
    display: inline-block;
    padding-right: 20px; }
    ul.systemUL .systemList .contentsImage.left {
      padding-right: 0;
      padding-left: 20px; }
  ul.systemUL .systemList .contentsText {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem; }
    ul.systemUL .systemList .contentsText p {
      line-height: 1.6; }
    ul.systemUL .systemList .contentsText ul li {
      padding-left: 1em;
      text-indent: -1em;
      padding-bottom: 10px; }
  ul.systemUL .systemList .secondConText {
    width: 100%; }
    ul.systemUL .systemList .secondConText .transSystemList {
      padding: 20px 0 0; }
ul.systemUL #equipmentCon .equipmentImg {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  ul.systemUL #equipmentCon .equipmentImg li p {
    text-align: center;
    padding: 20px 0 0; }
ul.systemUL #exampleCon .exampleImg {
  width: 618px;
  margin: 0 auto; }

ul.bottomCon {
  margin: 0 0 40px 0; }
  ul.bottomCon li {
    padding-bottom: 40px;
    border-bottom: 1px solid;
    border-color: #4f3e2e;
    margin-bottom: 40px;
    font-size: 0; }
    ul.bottomCon li:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    ul.bottomCon li .contentsImage {
      width: 30%;
      display: inline-block;
      padding-right: 20px; }
      ul.bottomCon li .contentsImage.left {
        padding-right: 0;
        padding-left: 20px; }
    ul.bottomCon li .contentsText {
      width: 70%;
      display: inline-block;
      vertical-align: top;
      font-size: 1rem; }

section.system {
  padding: 60px 0; }
  section.system h4 {
    margin-bottom: 15px; }
  section.system h3 {
    text-align: center;
    margin: 10px 0 30px 0; }
  section.system ul.fle-b li {
    width: 30%; }

/*  ----------------------------------------------------------------------------------------------*/
section.introduce {
  text-align: center; }
  section.introduce h3 {
    width: 100%;
    text-align: center;
    background-color: #a27259;
    color: #fff;
    font-weight: 300;
    padding: 10px;
    margin-bottom: 40px; }
  section.introduce .equipmentTable {
    width: 100%;
    margin: 0 auto; }
    section.introduce .equipmentTable .categoryList {
      width: 20%;
      float: left;
      border: 2px solid #6A5C4F; }
      section.introduce .equipmentTable .categoryList p {
        background-color: #6A5C4F;
        color: #fff;
        padding: 20px 0; }
      section.introduce .equipmentTable .categoryList ul {
        padding: 0 20px 20px 20px; }
        section.introduce .equipmentTable .categoryList ul li {
          border-bottom: 1px solid #ccc;
          text-align: left;
          padding-left: 1em;
          text-indent: -1em; }
          section.introduce .equipmentTable .categoryList ul li a {
            display: block;
            padding: 20px 0;
            line-height: 1.4; }
            section.introduce .equipmentTable .categoryList ul li a:hover {
              color: #916A5B; }
            section.introduce .equipmentTable .categoryList ul li a .fa {
              padding: 0 0 0 17px;
              color: #6A5C4F; }
    section.introduce .equipmentTable .tableGroup {
      width: 78%;
      float: right; }
      section.introduce .equipmentTable .tableGroup .channelText {
        margin: 0 0 80px; }
      section.introduce .equipmentTable .tableGroup .analizer {
        margin: 0 0 70px; }
      section.introduce .equipmentTable .tableGroup .introTable {
        width: 100%;
        background-color: #f6f6f6;
        border: 1px solid #6A5C4F;
        margin: 0 0 50px 0; }
        section.introduce .equipmentTable .tableGroup .introTable thead {
          color: #fff; }
          section.introduce .equipmentTable .tableGroup .introTable thead .titleCon th {
            padding: 12px 0;
            background-color: #916A5B; }
          section.introduce .equipmentTable .tableGroup .introTable thead .titleCon .makersTitle {
            width: 25%; }
          section.introduce .equipmentTable .tableGroup .introTable thead .titleCon .typeTitle {
            width: 25%;
            border-right: 1px solid #fff;
            border-left: 1px solid #fff; }
          section.introduce .equipmentTable .tableGroup .introTable thead .titleCon .numbersTitle {
            width: 10%;
            border-right: 1px solid #fff; }
          section.introduce .equipmentTable .tableGroup .introTable thead .titleCon .remarksTitle {
            width: 40%; }
          section.introduce .equipmentTable .tableGroup .introTable thead .categoryTitle {
            background-color: #6A5C4F; }
            section.introduce .equipmentTable .tableGroup .introTable thead .categoryTitle th {
              padding: 20px 0;
              border-bottom: 1px solid #fff; }
        section.introduce .equipmentTable .tableGroup .introTable .introCon tr {
          border-bottom: 1px solid #6A5C4F; }
          section.introduce .equipmentTable .tableGroup .introTable .introCon tr td {
            padding: 10px 0; }
          section.introduce .equipmentTable .tableGroup .introTable .introCon tr .type {
            border-right: 1px solid #6A5C4F;
            border-left: 1px solid #6A5C4F;
            padding: 10px 10px; }
          section.introduce .equipmentTable .tableGroup .introTable .introCon tr .numbers {
            border-right: 1px solid #6A5C4F; }
          section.introduce .equipmentTable .tableGroup .introTable .introCon tr .remarks {
            padding: 10px 10px; }

/* introduceその他 ----------------------------------------------------------------------------------------------*/
section.kv.introduce01 {
  background-image: url(../images/introduce01-header.png); }

section.kv.introduce02 {
  background-image: url(../images/introduce02-header.png); }

section.kv.introduce03 {
  background-image: url(../images/introduce03-header.png); }

/* inquiry.php ----------------------------------------------------------------------------------------------*/
section.kv.inquiry {
  background-image: url(../images/inquiry-header.png); }

section.contact br {
  display: none; }
section.contact input,
section.contact .select,
section.contact textarea {
  border: 1px solid;
  border-radius: 0;
  padding: 5px; }
section.contact textarea {
  width: 100%; }
section.contact .mar-tb5 {
  margin: 5px 0; }
section.contact .block {
  display: block; }
section.contact .radio {
  margin-right: 5px; }
section.contact .other-answer {
  margin-left: 5px; }
section.contact .building-mar {
  margin-right: 5px; }
section.contact .fle-c {
  margin-top: 10px;
  margin-bottom: 30px; }
section.contact .buttonWrapperleft {
  text-align: right;
  padding: 0 10px; }
section.contact .buttonWrapperright {
  text-align: left;
  padding: 0 10px; }
section.contact .button.inquiry {
  width: 120px;
  display: inline-block;
  border-radius: 0; }
  section.contact .button.inquiry a {
    font-weight: 300;
    font-size: 1rem;
    line-height: 30px;
    padding: 5px;
    display: block; }
    section.contact .button.inquiry a:hover {
      text-shadow: none; }
  section.contact .button.inquiry input {
    border: none;
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    line-height: 30px;
    border-radius: 0;
    display: block;
    width: 100%; }
    section.contact .button.inquiry input:hover {
      color: #4f3e2e; }
section.contact .border a {
  text-decoration: underline; }
section.contact #mailformpro .submitBtn {
  text-align: center;
  margin: 60px 0; }
  section.contact #mailformpro .submitBtn #send {
    width: 422px;
    height: 60px;
    text-align: center;
    background-color: #4f3e2e;
    border: 1px solid #4f3e2e;
    border: none;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 10px; }
    section.contact #mailformpro .submitBtn #send:hover {
      cursor: pointer;
      background-color: #916A5B;
      transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out; }

.thanks {
  height: 400px; }
  .thanks p {
    text-align: center;
    line-height: 2; }
  .thanks .backToTop {
    margin: 60px 0 0; }
    .thanks .backToTop a {
      color: #4f3e2e; }
      .thanks .backToTop a:hover {
        color: #916A5B; }

/*# sourceMappingURL=style.css.map */
