@charset "UTF-8";
/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////
yellow: #fbdb00;
blue:   #003399;
green:  #669933;
////////////////////////////////////////////////////////////////////////////////////////////////////////////
 */


 /* ===================================================================== */
 /* system_index * /
 /* ===================================================================== */
 #system_index {
   padding-bottom: 6rem;
   background-image: url(../images/system_bg.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: left bottom;
   background-color: #000000;
   overflow: hidden;
 }
.system_index_list_box {
   width: 90%;
   margin: 0 auto 5rem;
   padding: 2rem;
   text-align: center;
   background-color: rgba(255, 255, 255, 0.5);
   border-radius: .5rem;
}
.system_index_list_box ul{
   display: flex;
}
.system_index_list_box ul li{
  list-style: none;
  background: rgba(255, 255, 255, 0.7);
  width: 24%;
  border-radius: 4px;
  margin: .5rem;
}
.system_index_list_box ul li,
.system_index_list_box ul li a {
  color: #000;
}
.system_index_list_box ul li a:hover{
  color: #669933;
}
.system_index_list {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
      .system_index_list li {
         width: 49%;
         margin-right: 2%;
         padding: 1rem;
         float: left;
         list-style-type: none;
       }
         .system_index_list li:nth-child(even) {
           margin-right: 0;
         }
         .system_index_list li h2 {
            font-size: 1.8rem;
            color: #333333;
            letter-spacing: .3rem;
            text-align: left;
            font-family: 'Sawarabi Mincho', sans-serif !important;
         }
           .system_index_list li h2 span {
             display: block;
             font-size: 1.2rem;
             text-transform: uppercase;
             color: #666666;
             margin: .5rem 0 0 2.7rem;
             font-weight: normal;
             font-family: 'Athelas', serif !important;
           }
           .system_index_list li h2::before {
             margin-right: .5rem;
             display: inline-block;
             font-family: "FontAwesome";
             content: "\f109";
           }
        .system_index_contact_box {
          width: 100%;
          text-align: center;
        }
          .system_index_contact_box a {
            width: 50%;
            display: block;
            background-color: rgba(0, 153, 51, 0.9);
            border-radius: .5rem;
            margin: 1rem auto .5rem auto;
            padding: 1.5rem;;
            color: #ffffff;
            font-size: 1.5rem;
            text-shadow: -0.5px -0.5px 0 #000000;
          }
          .system_index_contact_box a:hover {
            opacity: 0.7;
          }
 /* --------------------
 fot Smartphone
 -------------------- */
 @media screen and (max-width: 768px) {
   #system_index {
   }
     #system_index p{
       line-height: 2.2rem;
     }
     .system_index_list_box {
       width: 100%;
     }
       .system_index_list_box ul {
       }
         .system_index_list_box ul li {
           width: 100%;
           margin-right: 0;
           padding: .5rem 0 .5rem 0;
           list-style-type: none;
           float: none;
         }
           .system_index_list_box ul li:nth-child(even) {
             margin-right: 0;
           }
           .system_index_list_box ul li h2 {
             font-size: 2rem;
             letter-spacing: 0.1rem;
           }
             .system_index_list_box ul li h2 span {
               font-size: 1.7rem;
               letter-spacing: 0;
             }
             .system_index_list_box ul li h2::before {
             }
          .system_index_contact_box {
          }
            .system_index_contact_box a {
              width: 80%;
              display: block;
              background-color: rgba(0, 153, 51, 0.9);
              border-radius: .5rem;
              margin: 1rem auto .5rem auto;
              padding: 1.5rem;;
              color: #ffffff;
              font-size: 1.5rem;
              text-shadow: -0.5px -0.5px 0 #000000;
            }
            .system_index_contact_box a:hover {
              opacity: 0.7;
            }

}




/* ===================================================================== */
/* system * /
/* ===================================================================== */
#system {
  padding-bottom: 6rem;
  background-image: url(../images/system_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  background-color: #000000;
  overflow: hidden;
}
    #system h2 {
      color: #ffffff;
      margin-bottom: 0;
      margin-top: 0;
      font-size: 3.0rem;
      font-weight: 500;
      line-height: 4.2rem;
      letter-spacing: .3rem;
    }
      #system h2 span {
        color: #aaaaaa;
        line-height: 2.4rem;
        display: block;
        font-size: 1.8rem;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: .5rem;
        font-family: 'Athelas', serif;
      }
  .system_list_box {
    width: 80%;
    margin: 3rem auto 0 auto;
    text-align: left;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: .5rem;
  }
    .system_list_box h3 {
      margin: 0 0 0 0;
      text-align: left;
      text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.3);
      color: #333333;
      display: block;
      font-size: 2.8rem;
      line-height: 3.2rem;
      letter-spacing: .3rem;
      font-family: 'Sawarabi Mincho', sans-serif !important;
    }
      .system_list_box p {
        margin: 1rem 0 0 0;
        padding-top: 1rem;
        border-top: 1px #666666 dotted;
        font-size: 1.8rem;
        line-height: 2.6rem;
        color: #333333;
        font-family: 'Sawarabi Mincho', sans-serif !important;
      }
        .system_list_box p span {
          font-weight: bold;
        }
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #system {
  }
        #system h2 span {
          line-height: 2.4rem;
        }
    .system_list_box {
      width: 95%;
    }
      .system_list_box h3 {
        font-size: 2.4rem;
        line-height: 3.2rem;
      }
}




/* ===================================================================== */
/* system_after * /
/* ===================================================================== */
#system_after {
  background-color: #ffffff;
  overflow: hidden;
}
  .system_after_box {
    padding: 10rem 0;
  }
  #system_after h2 {
    text-align: center;
    margin-top: 0;
    color: #669933;
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 4.8rem;
    text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.3);
    letter-spacing: .3rem;
  }
    #system_after h2 span {
     margin-bottom: 0;
      font-size: 3.0rem;
      letter-spacing: .3rem;
      font-family: 'Sawarabi Mincho', sans-serif !important;
      color: #669933;
      background: linear-gradient(#ffff66 0%, transparent 99%);
      display: inline-block;
    }
    .system_icon {
      text-align: center;
      margin: 3rem 0;
    }
      .system_icon i {
        color: #669933;
        font-size: 4.0rem;
      }
    #system_after p,
    #system_after ul {
      width: 80%;
      margin: 0 auto;
      color: #333333;
      font-size: 1.8rem;
      line-height: 3.0rem;
      font-family: 'Sawarabi Mincho', sans-serif !important;
    }
      #system_after p img {
        width: 100%;
        margin: 4rem 0 0 0;
        background-color: #eeeeee;
        padding: 2rem 1rem;
        border-radius: .5rem;
      }
      #system_after ul {
        margin: 2rem auto 0 auto;
      }
        #system_after ul li {
          margin: 0 0 1rem 0;
          padding: 0 0 0 0;
          list-style-type: none;
          text-indent: -0.7em;
          padding-left: 1.5em;
        }
        #system_after ul li::before {
          margin-right: 1rem;
          display: inline-block;
          font-family: "FontAwesome";
          content: "\f058";
          color: #669933;
        }
          #system_after ul li span {
            font-weight: bold;
          }

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #system_after {
  }
      #system_after p {
        width: 95%;
      }
      #system_after h2 {
        font-size: 2.9rem;
      }
}



/* ===================================================================== */
/* system_list * /
/* ===================================================================== */
#system_list {
  width: 100%;
  overflow: hidden;
  margin:0 auto;
  text-align: center;
  background-color: #666666;
  padding: 10rem 0;
}
#system_list h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: .3rem;
  color: #ffffff;
  line-height: 4.2rem;
}
#system_list h2 span {
  color: #aaaaaa;
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .5rem;
  font-family: 'Athelas', serif;
}
#system_list ul {
  margin: 3rem auto 0 auto;
  width: 100%;
}
  #system_list ul li {
    margin: 0 0 1rem 0;
    padding: .5rem 2rem;
    background-color: rgba(255, 255, 255, 0.9);
    list-style-type: none;
    text-align: left;
    font-size: 1.4rem;
    color: #333333;
    border-radius: .3rem;
  }
    #system_list ul li h3 {
      color: #333333;
      margin: 1rem 0 .5rem 0;
      text-align: left;
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: .3rem;
      line-height: 17px;
    }
      #system_list ul li ul {
        margin: 0 0 1rem 0;
        padding: 0 0 0 0;
        overflow: hidden;
      }
        #system_list ul li ul li {
          margin: 0 0 0 0;
          padding: 0 0 0 0;
          background-color: transparent;
          display: inline-block;
          float: left;
/*
          width: 30%;
*/
        }
          li.system_list50 {
            width: 50%;
          }
          li.system_list100 {
            width: 100%;
          }
          #system_list ul li ul li::before {
            content: "・";
          }

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #system_list {
  }
          #system_list ul li ul li {
            width: 100%;
          }
            li.system_list50 {
              width: 100%;
            }
}

/* ===================================================================== */
/* system_case_list * /
/* ===================================================================== */
#system_case_list {
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
  text-align: center;
  /* background-color: #669933; */
  background-color: #e7e7e7;
  overflow: hidden;
}
  #system_case_list h2 {
    /* color: #ffffff; */
    color: #669933;
    margin: 0 auto 3rem auto;
    font-size: 3.0rem;
    letter-spacing: .3rem;
    float: left;
    width: 30%;
    text-align: left;
  }
  #system_case_list h2 span {
    color: #666666;
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: normal;
  }
 .system_case_list_wrap {
    float: left;
    width: 70%;
    overflow: hidden;
    padding: 2rem 2rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: .5rem;
  }
    .system_case_list_lt,
    .system_case_list_gt {
      float: left;
    }
      .system_case_list_lt {
        width: 30%;
        margin-right: 2%;
      }
        .system_case_list_lt img {
          width: 100%;
          border-radius: .5rem;
          border: 1px #cccccc solid;
        }
      .system_case_list_gt {
        width: 65%;
        text-align: left;
      }
        .system_case_list_gt h3 {
          font-size: 1.8rem;
          margin: 0 0 1rem 0;
          font-family: 'Athelas', serif;
        }
          .system_case_list_gt h3 span {
            display: block;
            font-size: 1.4rem;
            letter-spacing: 0;
            margin: .5rem 0 0 0;
            text-transform: none;
          }
        .system_case_list_gt p {
          margin: 0 0 2rem 0;
          color: #333333;
          font-size: 1.4rem;
          line-height: 2.0rem;
        }

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #system_case_list {
  }
    #system_case_list h2 {
      float: none;
      width: 100%;
      text-align: center;
    }
    .system_case_list_wrap {
      float: none;
      width: 100%;
    }
      .system_case_list_lt,
      .system_case_list_gt {
        float: none;
      }
        .system_case_list_lt {
          width: 100%;
          margin-right: 0;
        }
        .system_case_list_gt {
          width: 100%;
        }
          .system_case_list_gt h3 {
            margin: 2rem 0 2rem 0;
          }
          .system_case_list_gt p {
            margin: 0 0 2rem 0;
          }
}



/* ===================================================================== */
/* cnt_system_cv * /
/* ===================================================================== */
#cnt_system_cv {
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
  text-align: center;
  background-image: url(../images/system_list_visual.jpg);
  background-size: cover;
  background-position: center;
  background-color: #669933;
  overflow: hidden;
}
  #cnt_system_cv h2 {
    color: #ffffff;
    margin: 0 auto 3rem auto;
    font-size: 3.0rem;
    letter-spacing: .3rem;
    line-height: 4.2rem;
  }
  #cnt_system_cv h2 span {
    color: #cccccc;
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .5rem;
  }
  #cnt_system_cv h3 br.cnt_system_cv_01_h3_text{
    display: none;
  }
  .cnt_system_cv_box {
    width: 100%;
    margin: 3rem 0 1rem 0;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: .3rem;
  }
    .cnt_system_cv_txt {
      width: 70%;
      margin: 0 auto 2rem auto;
      font-size: 1.6rem;
      line-height: 2.2rem;
    }

    /*==== For Smartphone ================*/
    @media screen and (max-width: 768px) {
      .cnt_system_cv_txt {
        width: 100%;
        margin: 0 auto 2rem auto;
        font-size: 1.6rem;
        line-height: 2rem;
      }
      #cnt_system_cv h3 br.cnt_system_cv_01_h3_text{
        display: inline-block;
      }
    }
/* ===================================================================== */
/* system_flow * /
/* ===================================================================== */
#system_flow {
  width: 100%;
  overflow: hidden;
  margin:0 auto;
  text-align: center;
  /* background-image: url(../images/system_flow_bg.jpg);
  background-size: cover;
  background-position: center; */
  background-color: #e7e7e7;
  padding: 10rem 0;
}
  #system_flow h2 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: .3rem;
    color: #333333;
    line-height: 4.2rem;
  }
    #system_flow h2 span {
      color: #666666;
      display: block;
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: .5rem;
    }
  #system_flow ul {
    margin: 3rem auto 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    overflow: hidden;
  }
    #system_flow ul li {
      width: 17.5%;
      float: left;
      margin: 0 0 0 0;
      padding: .5rem 1rem .5rem 1rem;
      background-color: rgba(255, 255, 255, 0.7);
      list-style-type: none;
      text-align: left;
      font-size: 1.4rem;
      line-height: 2.2rem;
      color: #333333;
      border-radius: .3rem;
      min-height: 22rem;
    }
      #system_flow ul li.flow_arr {
        width: 2%;
        float: left;
        padding: 2rem 0 0 0;
        margin: 0 .5%;
        background-color: transparent;
        color: #333333;
        font-weight: bold;
        font-size: 2.2rem;
      }
      #system_flow ul li h3 {
        color: #333333;
        margin: 1rem 0 .5rem 0;
        text-align: left;
        font-size: 2.0rem;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
      }

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #system_flow {
  }
      #system_flow ul li {
        width: 100%;
        float: none;
        margin: 0 0 1rem 0;
        padding: .5rem 1rem .5rem 1rem;
        min-height: auto;
      }
        #system_flow ul li.flow_arr {
          display: none;
          float: none;
          padding: 0 0 0 0;
          margin: 0;
        }
        #system_flow ul li h3 {
          margin: 1rem 0 .5rem 0;
          text-align: left;
          font-size: 2.0rem;
          font-weight: bold;
          letter-spacing: 0;
        }
}

/* ===================================================================== */
/* system_closing * /
/* ===================================================================== */
#system_closing {
  width: 100%;
  overflow: hidden;
  margin:0 auto;
  text-align: center;
  padding: 8rem 0;
  background-color: #669933;
}
  #system_closing h2 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 3.0rem;
    letter-spacing: .3rem;
    color: #ffffff;
    text-align: center;
    line-height: 4.2rem;
  }
    #system_closing h2 span {
      color: #cccccc;
      display: block;
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: .5rem;
    }
 .system_closing_wrap {
    margin: 3rem 0 0 0;
    padding: 2rem 2rem;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    border-radius: .3rem;
  }
   .system_closing_wrap h3 {
      font-size: 2.4rem;
      margin: 4rem 0 2rem 0;
      line-height: 3.6rem;
      padding: 1rem 0;
      color: #336600;
      border-top: 1px #336600 dotted;
      border-bottom: 1px #336600 dotted;
      font-weight: normal;
      text-align: center;
      letter-spacing: .3rem;
    }
      .system_closing_wrap p {
        display: block;
        margin: 0 0 .5rem 0;
        padding: 0 0 1rem 0;
        font-size: 1.6rem;
        line-height: 2.6rem;
        letter-spacing: 0;
        color: #333333;
        text-align: left;
      }
        .system_closing_wrap p span {
          font-weight: bold;
        }

        .system_closing_wrap h3 br.system_04_system_closing_wrap_text{
          display: none;
        }
      .system_closing_wrap_box {
        overflow: hidden;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
      }
        .system_closing_wrap_box img {
          float: left;
          width: 20%;
          margin: 0 2% 0 0;
          border-radius: .3rem;
        }
        .system_closing_wrap_box p {
          float: left;
          width: 78%;
          margin: 0 0 0 0;
          text-align: left;
          font-size: 1.6rem;
          line-height: 2.6rem;
        }
          .system_closing_wrap_box p a span {
            font-weight: bold;
            font-size: 1.8rem;
            line-height: 2.6rem;
            display: block;
            font-family: serif;
            margin: 0 0 .5rem 0;
          }


/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #system_closing {
  }
  #system_closing h2{
    font-size:2.7rem;
  }
  .system_closing_wrap h3 {
    font-size: 2rem;
    margin: 4rem 1rem 2rem 1rem;
  }
  .system_closing_wrap h3 br.system_04_system_closing_wrap_text{
    display: inline-block;
  }
  .system_closing_wrap_box img {
    width: 100%;
  }

  .system_closing_wrap_box p a span {
    text-align: center;
  }

  .system_closing_wrap_box p {
    width: 100%;
  }
}



/* ===================================================================== */
/* system_price * /
/* ===================================================================== */
#system_price {
  width: 100%;
  overflow: hidden;
  margin:0 auto;
  text-align: center;
  padding: 8rem 0;
  background-color: #669933;
}
  #system_price h2 {
    margin-bottom: 0;
    font-size: 3.0rem;
    letter-spacing: .3rem;
    color: #ffffff;
    float: left;
    width: 30%;
    text-align: left;
  }
    #system_price h2 span {
      color: #cccccc;
      display: block;
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: normal;
    }
  .system_price_wrap {
    float: left;
    width: 70%;
    margin: 3rem 0 0 0;
    overflow: hidden;
  }
    .system_price_box {
      width: 100%;
      margin: 0 0 1rem 0;
      padding: 2rem;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: .3rem;
    }
      .system_price_wrap div h3 {
        margin: 1rem 0 1rem 0;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0;
        text-align: left;
      }
        .system_price_wrap div h3 span,
        .system_price_wrap div h3 div {
          color: #000000;
          letter-spacing: 0;
          display: inline-block;
          font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif !important;
        }
          .system_price_wrap div h3 div {
            font-size: 1.8rem;
            font-weight: normal;
            margin-left: 3rem;
          }
            span.system_price_yen,
            span.system_price_yen_double {
              font-size: 3.0rem;
              font-weight: bold;
              font-family: 'Sawarabi Mincho', sans-serif !important;
            }
              span.system_price_yen_double {
                font-size: 3.6rem;
              }
            span.system_price_cost_down {
              display: inline-block;
              margin: 0 0 0 2rem;
              color: #336600;
              border: 1px #336600 solid;
              background-color: #ffffff;
              font-weight: bold;
              font-family: 'Sawarabi Mincho', sans-serif !important;
              padding: .5rem;
              font-size: 1.8rem;
            }


/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #system_price {
  }
    #system_price h2 {
      float: none;
      width: 100%;
      text-align: center;
    }
    .system_price_wrap {
      float: none;
      width: 100%;
      margin: 3rem 0 0 0;
    }
        .system_price_wrap div h3 {
          text-align: center;
        }
            .system_price_wrap div h3 div {
              display: block;
              margin: .5rem auto;
            }
              span.system_price_cost_down {
                display: inline-block;
                margin: 0 auto;
              }
}


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