@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: black;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial,  Helvetica, Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

.container {
  display: block;
  margin: 0 auto;
}

.container.container-md {
  width: 990px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

figure {
  margin: 0;
  padding: 0 15px;
}

main {
  margin-top: 119px;
}

@media print {
  main {
    margin-top: 0;
  }
}

/* ====================================================
Float & clear; Flexbox
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-row.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row .col49 {
  width: 49%;
}

/* ====================================================
Base style & container
==================================================== */
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  min-width: 990px;
}

@media print {
  #main-header {
    position: relative;
    top: auto;
    left: auto;
  }
}

#main-header .top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 960px;
  padding: 5px 0;
}

#main-header .top-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header .top-header .logo .logo-desc {
  margin-left: 15px;
}

#main-header .top-header .logo .logo-desc p.sm {
  line-height: 2.2;
  font-size: 12px;
  font-size: 1.2rem;
}

#main-header .top-header .logo .logo-desc p.lg {
  font-size: 17px;
  font-size: 1.7rem;
}

#main-header .top-header .top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
}

#main-header .top-header .top-nav li a {
  display: block;
  padding: 5px 15px;
  color: #333333;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  border-right: 1px solid #333333;
}

#main-header .top-header .top-nav li a:hover {
  text-decoration: underline;
}

#main-header .top-header .top-nav li:last-of-type a {
  border-right: none;
}

#main-header .global-navi {
  height: 50px;
  background-color: #91C646;
}

#main-header .global-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header .global-navi ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  position: relative;
}

#main-header .global-navi ul li:first-of-type {
  border-left: 1px solid white;
}

#main-header .global-navi ul li:after {
  display: block;
  content: '';
  background: url("../images/icons/menu-arrow-down.png") no-repeat center center;
  width: 14px;
  height: 6px;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5px;
}

#main-header .global-navi ul li.icon-contact:after {
  display: none;
}

#main-header .global-navi ul li.icon-contact a {
  padding-bottom: 0;
}

#main-header .global-navi ul li.icon-contact a:before {
  display: block;
  content: '';
  background: url("../images/icons/mail-icon.png") no-repeat center center;
  background-size: 100% 100%;
  width: 20px;
  height: 13px;
  margin-right: 5px;
}

#main-header .global-navi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  color: white;
  padding-bottom: 2px;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#main-header .global-navi ul li a.active, #main-header .global-navi ul li a:hover {
  background-color: #69AA23;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#main-footer {
  background-color: #8ebe52;
  padding: 10px 0 15px;
  min-width: 990px;
}

#main-footer .top-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

#main-footer .top-footer .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main-footer .top-footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-footer .top-footer .logo p {
  color: white;
  padding-left: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}

#main-footer .top-footer .footer-nav {
  padding-top: 4px;
}

#main-footer .top-footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main-footer .top-footer .footer-nav ul li {
  margin-left: 25px;
}

#main-footer .top-footer .footer-nav ul li a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
}

#main-footer .top-footer .footer-nav ul li a:hover {
  text-decoration: underline;
}

#main-footer .top-footer .bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main-footer .top-footer .bottom-nav li a {
  display: block;
  padding: 3px 15px;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  border-right: 1px solid white;
}

#main-footer .top-footer .bottom-nav li a:hover {
  text-decoration: underline;
}

#main-footer .top-footer .bottom-nav li:last-of-type a {
  border-right: none;
}

#main-footer .copyright {
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
}

/* ====================================================
Modules & components
==================================================== */
.main-visual {
  background-color: #F0F4EF;
}

.main-visual img {
  width: 100%;
  margin-bottom: -30px;
}

.list-intro-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-intro-01 li {
  width: 32.9%;
}

.list-intro-01 li .heading {
  padding-top: 25px;
  padding-bottom: 12px;
  padding-left: 90px;
  background-color: #B9DB82;
  font-size: 17px;
  font-size: 1.7rem;
  position: relative;
}

.list-intro-01 li .heading img {
  position: absolute;
  bottom: 15px;
  left: 10px;
}

.list-intro-01 li .content {
  padding: 15px;
  background-color: #F0F4EF;
  font-size: 14px;
  font-size: 1.4rem;
}

.list-intro-02 .txt-basic {
  padding-left: 15px;
}

.list-intro-02 li {
  margin-bottom: 60px;
}

.videos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.videos-list li {
  margin: 0 25px;
  position: relative;
}

.videos-list li .thumbs {
  position: relative;
}

.videos-list li .thumbs:before {
  display: block;
  content: '';
  background: url("../images/icons/youtube-play-btn.png") no-repeat center top;
  background-size: 59px 200%;
  width: 59px;
  height: 43px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.videos-list li .video-name {
  text-align: center;
  color: #040000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 13px 10px;
  background-color: #F0F4EF;
}

.videos-list li:hover {
  cursor: pointer;
}

.videos-list li:hover .thumbs:before {
  background-position-y: bottom;
}

.table-container {
  margin-bottom: 60px;
}

table.style01 {
  width: 100%;
  margin-bottom: 10px;
}

table.style01 th, table.style01 td {
  vertical-align: top;
  border: 1px solid #595757;
  padding: 6px 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

table.style01 th {
  background-color: #b9db82;
}

.contact-box {
  width: 920px;
  margin: 0 auto;
  padding: 20px 50px;
  background-color: #f0f4ef;
}

.contact-box .ttl {
  text-align: center;
  color: #040000;
  letter-spacing: 1.5px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-box p {
  display: block;
  width: 100%;
}

.contact-box p.top {
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 34px;
  font-size: 3.4rem;
}

.contact-box p.middle {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

.contact-box p.bottom {
  font-size: 14px;
  font-size: 1.4rem;
}

.contact-box .divider {
  height: 100px;
  width: 2px;
  background-color: #666666;
}

.application-example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.application-example-list li {
  width: 442px;
  margin-bottom: 80px;
}

.application-example-list li .ttl {
  background-color: #f0f4ef;
  color: #8ebe52;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 25px;
  padding: 7px 15px;
  text-align: center;
}

.qa-blocks {
  margin-bottom: 45px;
}

.qa-blocks dt {
  background-color: #f0f4ef;
  color: #79bc27;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 7px 10px 7px 60px;
  position: relative;
}

.qa-blocks dt:before {
  display: block;
  content: '';
  background: url("../images/icons/q-mark.png") no-repeat center center;
  width: 25px;
  height: 51px;
  background-size: 100% 100%;
  position: absolute;
  bottom: 3px;
  left: 20px;
}

.qa-blocks dd {
  padding: 20px 10px 45px 60px;
  position: relative;
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
}

.qa-blocks dd:before {
  display: block;
  content: '';
  background: url("../images/icons/a-mark.png") no-repeat center center;
  width: 26px;
  height: 40px;
  background-size: 100% 100%;
  position: absolute;
  top: 10px;
  left: 20px;
}

.banner-sm-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner-sm-group li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.banner-sm-group li:nth-of-type(2n) {
  margin-right: 0;
}

.banner-sm-group li:hover {
  opacity: .7;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* ====================================================
Typography
==================================================== */
.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-justify {
  text-align: justify !important;
}

.txt-right {
  text-align: right !important;
}

.txt-basic {
  color: #040000;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 1.3px;
  font-size: 14px;
  font-size: 1.4rem;
}

.section-ttl {
  color: #E56B21;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 2.4rem;
}

.article-ttl {
  background: url("../images/icons/article-heading.png") no-repeat left top #B9DB82;
  background-size: 100% 45px;
  min-height: 45px;
  padding-left: 78px;
  padding-top: 15px;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
  position: relative;
  font-size: 17px;
  font-size: 1.7rem;
}

.article-ttl img {
  position: absolute;
  left: 15px;
  top: -5px;
  height: 39px;
}

.table-ttl {
  background-color: #f0f4ef;
  color: #8ebe52;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  padding: 7px 15px;
  margin-bottom: 25px;
}

/* ====================================================
Button
==================================================== */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  background-color: #e56b21;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 32px;
  width: 336px;
  height: 59px;
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn:hover {
  opacity: .7;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.icon {
  display: inline-block;
  content: '';
}

.icon.icon-mail {
  background: url("../images/icons/mail-icon.png") no-repeat center center;
  width: 31px;
  height: 21px;
  background-size: 100% 100%;
  margin: 0 10px;
}

.index-section-01 {
  margin-top: 30px;
}

.index-section-02 {
  padding-top: 70px;
}

.index-section-03 {
  background-color: #f0f4ef;
  padding: 50px 0;
  margin-top: 30px;
}

.index-section-04 {
  padding-top: 105px;
  padding-bottom: 97px;
}

.index-section-04 .section-ttl {
  margin-bottom: 50px;
}

.index-section-05 {
  padding-top: 110px;
}

.index-section-06 {
  padding-top: 90px;
  padding-bottom: 45px;
}

/*# sourceMappingURL=maps/styles.css.map */
