@charset "UTF-8";

/*-------------------------------------------------------------------------------*\
     $Breadcrumbs
\*-------------------------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  background-image: url(../../images/Breadcrumbs-bg1.png);
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: contain;
  background-size: contain;
  background-color: #949494;
}

.breadcrumbs-ul {
  padding: 1.4em 1em;
}
.breadcrumbs-ul li {
  display: inline;
  font-size: 0.813em;
  letter-spacing: .15em;
}
.breadcrumbs-ul li a {
  color: #3d3d3d;
}
.breadcrumbs-ul li:last-child a {
  color: #ffffff;
}
.breadcrumbs-ul li:before {
  content: ">";
  color: #3d3d3d;
}
.breadcrumbs-ul li:first-child:before {
  content: "";
}

/*-----------------------------$ breakpoints544px------------------------------*/
@media (min-width: 34em) {
  .breadcrumbs {
    height: auto;
  }
  .breadcrumbs-ul {
    padding: 1.4em 2em;
  }
}
/*-----------------------------$ breakpoints768px------------------------------*/
@media (min-width: 48em) {
  .breadcrumbs {
    height: 60px;
  }
  .breadcrumbs-ul a:hover {
    text-decoration: underline;
  }
}
/*-------------------------------------------------------------------------------*\
     $mainfoot
\*-------------------------------------------------------------------------------*/
.main-foot-wrap {
  margin: 2rem 1rem;
  color: #999999;
  font-size: 0.813em;
  background: #f0f0f0;
}

.main-foot {
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
}
.main-foot-time:after {
  content: "│";
  padding: 0 .25em;
}
.main-foot-btn {
  display: none;
}

/*-----------------------------$ breakpoints544px------------------------------*/
@media (min-width: 34em) {
  .main-foot-wrap {
    position: relative;
  }

  .main-foot {
    padding: 1rem;
    text-align: left;
  }
  .main-foot-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 140px;
    padding: 1rem;
    text-align: center;
    color: #999999;
    background: #e5e5e5;
  }
  .main-foot-btn:hover {
    background-color: #d1d1d1;
  }
  .main-foot-btn:active {
    background-color: #a5a5a5;
  }
  .main-foot-btn:hover {
    color: #000000;
  }
}
/*-----------------------------$ breakpoints768px------------------------------*/
@media (min-width: 48em) {
  .main-foot-wrap {
    border-top: 1px solid #ebebeb;
    background: none;
  }

  .main-foot {
    padding: 1.625rem 0;
    text-align: left;
  }
  .main-foot-btn {
    top: .625rem;
    padding: 1rem 1.25rem;
  }
}
/*-------------------------------------------------------------------------------*\
     $main
\*-------------------------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0rem;
  padding-right: 0rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 62em) {
  .container {
    max-width: 60em;
  }
}
@media (min-width: 75em) {
  .container {
    max-width: 73em;
  }
}

.main-tit {
  position: relative;
  padding: .8em;
  font-size: 1.5em;
  border-bottom: 1px solid #949494;
}
.main-tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #a3a3a3;
}

.content-wrap {
  padding: 2em 1em;
}
.content-wrap::after {
  content: "";
  display: table;
  clear: both;
}

.main-content::after {
  content: "";
  display: table;
  clear: both;
}

.contents-inner-full .titword {
  display: none;
}

/*-----------------------------$ breakpoints544px------------------------------*/
@media (min-width: 34em) {
  .contents-wrap {
    background: url(../../images/content-background-pad.png) no-repeat top center;
  }
}
/*-----------------------------$ breakpoints768px------------------------------*/
@media (min-width: 48em) {
  .contents-wrap {
    background: url(../../images/content-background.png) no-repeat top center;
  }

  .contents-inner {
    padding: 9.375rem .625rem 3rem .625rem;
  }

  .main-wrap {
    float: left;
    width: 75%;
    padding-top: 59px;
  }

  .contents-inner-full {
    padding: 3.4375rem .625rem 3rem .625rem;
  }
  .contents-inner-full .main-wrap {
    width: 100%;
  }
  .contents-inner-full .titword {
    display: block;
  }
}

/*-----------------------------$ product.css------------------------------*/
@charset "UTF-8";
.product_fombarcom{
  float: left;
  width: 50%;
}
.product_bntcom{
  float: left;
  width: 30%;
}
.product_fombar{
  position: relative;
    display: block;
    float: left;
    padding: 0%;
  width: 35%;
  margin-right: 1.5%;
}
.product_select{
  width: 100%
}
.product_fombar_text{
  width: 60%;
}
.product_fombar_text, .product_select {
  height: 2.375em;
    box-sizing: border-box;
    padding-left: 0.625em;
    font-size: 0.9375em;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    vertical-align: bottom !important;
    color: #9f9f9f;
    border: 1px solid silver;
    outline: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-right: 1.5%;
}
.product_contact{
  display: block;
  line-height: 2.25em;
  text-align: center;
}
.product_bnt{
    height: 2.25em;
  margin-right: .3em;
}
.product_bnt, .product_contact{
  float: left;
  color: #fff;
  width: calc(100%/2 - .3em);
    border-radius: 4px;
  background: #22b861;
}
.product_bnt:hover, .product_contact:hover{
  background: #009c42;
  transition: all 0.3s ease;
}
.product_list {
  margin-top: -1.5em;
}
.product_item {
  border-bottom: 1px solid #22b861;
}
.product_head {
  position: relative;
  padding: 1.125em 1.5%;
  cursor: pointer;
}
.product_title{
  color: #4a4d58;
  padding-left: 1.5em;
  background: url(../../images/icon-product_down.svg) no-repeat left .5em;
  line-height: 1.5em;
}
.product_title_on {
    background: url(../../images/icon-product_up.svg) no-repeat left .5em;
}
.product_list, .product_body {
  border-top: 1px solid #22b861;
}
.product_body{
  background: #f1f1f1;
  line-height: 1.5em;
  padding: 1.5em;
}
.product_content{
  margin-bottom: 2em;
}
.product_content h1{
  font-size: 1.125em;
  color: #009c42;
  line-height: 3em;
  padding-left: 1.8em;
  background-size: 24px;
}

.product_content a{
  color: #757575;
}
.product_content a:hover{
  color: #22b861;
}
.product_pic{
  display: inline-block;
}
.product_pic a{
  display: block;
  border: 1px solid #ededed;
  background: #000000;
  padding: 0;
}
.product_pic a:hover img{
  opacity: .5;
  transition: all 0.3s ease;
}
.product_pic li{
  float: left;
    width: calc(100%/4 - .5em);
  margin: 0  .5em .5em 0;
}
.product_title_feature{
  background: url(../../images/icon-feature.svg) no-repeat center left;
}
.product_title_link{
  background: url(../../images/icon-link.svg) no-repeat center left;
}
.product_title_download{
  background: url(../../images/icon-download.svg) no-repeat center left;
}
/*-----------------------------$ 行動版608以下------------------------------*/
@media only screen and (max-width: 38em) {
  .product_pic li{
    width: calc(100%/2 - .5em);
  }
  .product_fombarcom, .product_bntcom{
    float: left;
    width: 100%;
  }
  .product_fombarcom{
    margin-bottom: 1em;
  }
}
/*-----------------------------$ 行動版480以下------------------------------*/
@media only screen and (max-width: 30em) {
  .product_bnt, .product_contact{
    width: 30%;
  }
  .product_pic li{
    float: left;
    width: 100%;
    margin: 0  0 .5em 0;
  }
}