@charset "UTF-8";
#header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
@media print, screen and (max-width: 575px) {
  #header {
    background: rgba(0, 0, 0, 0.3);
  }
}

body.fixed #header {
  background: #000;
}

#gNav a:hover {
  color: #999;
}

nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}

nav .sub-menu, .mean-container .mean-nav ul ul {
  background: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff1eb), to(#ace0f9));
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}

@media only screen and (max-width: 1024px) {
  #header {
    padding: 10px 0;
    height: 60px;
  }
  .h_logo {
    width: 200px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}
@media print, screen and (min-width: 1025px) {
  #h_top {
    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;
  }
  #gNav ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #gNav ul > li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  #header {
    height: auto;
  }
  #header #h_top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #header .container {
    max-width: 1440px !important;
  }
}
@media print and (max-width: 1280px), screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .h_logo img {
    width: 20vw;
    height: auto;
  }
}
@media print, screen and (min-width: 1025px) {
  #header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static !important;
  }
  #header .nav li {
    margin-right: 3rem;
    position: static !important;
  }
}
@media print and (max-width: 1280px), screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .nav li {
    margin-right: 1.75rem;
  }
}
@media print, screen and (min-width: 1025px) {
  #header .nav li:last-child {
    margin-right: 0;
  }
  #header .nav li.is__sp {
    display: none;
  }
  #header .nav li a {
    color: #fff;
    /*					font-size: 1.4rem !important;*/
    font-size: 1.5rem !important;
    /*					line-height: 1.4em;*/
    line-height: 3em;
    padding-bottom: 2rem;
    display: block;
    cursor: pointer;
  }
}
@media print and (max-width: 1280px), screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .nav li a {
    /*						font-size: 1.25rem !important;*/
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 1025px) {
  #header .nav li a span {
    border-bottom: rgba(0, 0, 0, 0) solid 1px;
    padding-bottom: 5px;
  }
  #header .nav li a:hover {
    color: #fff !important;
  }
  #header .nav li a:hover span {
    border-bottom: #007746 solid 1px;
  }
  #header .nav li a.is__icon {
    font-size: 1.2rem !important;
  }
  #header .nav li a.is__icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem !important;
    font-style: normal;
    letter-spacing: 0 !important;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: #fff solid 1px;
    margin: 0 auto 3px auto;
  }
  #header #sub_gNav ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 1rem 0;
  }
  #header #sub_gNav ul li {
    margin: 0 2.5rem 0 0;
  }
  #header #sub_gNav ul li a {
    color: #fff;
    font-size: 1.3rem !important;
  }
  #header #sub_gNav ul li.is__lang {
    margin: 0;
  }
  #header #sub_gNav ul li.is__lang ul::before {
    content: url(assets/images/icon_earth01.png);
    display: block;
    margin: 2px 7px 0 0;
  }
  #header #sub_gNav ul li.is__lang ul li {
    margin: 0;
  }
  #header #sub_gNav ul li.is__lang ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: underline;
  }
  #header #sub_gNav ul li.is__lang ul li a::after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #fff;
    margin: 0 8px;
  }
  #header #sub_gNav ul li.is__lang ul li a.is__exlink {
    color: #7E7E7E;
    text-decoration: none;
  }
  #header #sub_gNav ul li.is__lang ul li a.is__exlink:hover {
    color: #fff;
    text-decoration: underline;
  }
  #header #sub_gNav ul li.is__lang ul li:last-child a::after {
    content: none;
  }
  #header .sub-menu {
    position: absolute;
    top: 105px;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #000 !important;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 0 !important;
    width: 100vw !important;
  }
  #header .sub-menu li {
    margin: 0 !important;
  }
  #header .sub-menu .menu_area {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    color: #fff;
    padding: 5rem 30px 3rem 30px !important;
  }
  #header .sub-menu .menu_area p {
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 3rem 0;
  }
  #header .sub-menu .menu_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #header .sub-menu .menu_area ul::after {
    content: "";
    display: block;
    width: 23%;
  }
}
@media print and (max-width: 1280px), screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .sub-menu .menu_area ul::after {
    width: 30%;
  }
}
@media print, screen and (min-width: 1025px) {
  #header .sub-menu .menu_area ul::before {
    content: "";
    display: block;
    width: 23%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print and (max-width: 1280px), screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .sub-menu .menu_area ul::before {
    width: 30%;
  }
}
@media print, screen and (min-width: 1025px) {
  #header .sub-menu .menu_area ul li {
    width: 23%;
    margin: 0 0 2rem 0 !important;
  }
}
@media print and (max-width: 1280px), screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .sub-menu .menu_area ul li {
    width: 30%;
  }
}
@media print, screen and (min-width: 1025px) {
  #header .sub-menu .menu_area ul li a {
    color: #fff;
    text-align: left;
    padding: 1.5rem 0 !important;
    border-bottom: #404040 solid 1px;
    font-size: 1.5rem !important;
    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;
  }
  #header .sub-menu .menu_area ul li a:hover {
    background: none;
    color: #aaa !important;
  }
  #header .sub-menu .menu_area ul li a::after {
    content: url(assets/images/icon_arrow01.png);
    display: block;
  }
  #gNav ul > li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
    color: #fff;
  }
  #gNav ul > li:hover a span, #gNav .current-menu-item a span, #gNav .current-menu-parent a span {
    border-bottom: #007746 solid 1px;
  }
}
@media print, screen and (max-width: 1024px) {
  #sub_gNav {
    display: none !important;
  }
  .h_logo {
    width: 200px;
    top: 7px;
    left: -15px;
  }
}
@media print, screen and (max-width: 1024px) and (max-width: 600px) {
  .h_logo {
    left: 15px;
  }
}
@media print, screen and (max-width: 1024px) {
  .h_logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .nav li.is__sp {
    display: block;
  }
  .nav li a {
    font-weight: 500 !important;
    font-size: 1.5rem !important;
  }
  .nav li a.is__icon {
    font-size: 1.2rem !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    font-size: 1.5rem !important;
  }
  .nav li a.is__icon br {
    display: none;
  }
  .nav li a.is__icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem !important;
    font-style: normal;
    letter-spacing: 0 !important;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: #fff solid 1px;
    margin: 0 1rem 0 0 !important;
  }
  .nav li.is__sp_lang ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav li.is__sp_lang ul li {
    width: 33.3333333333%;
    border-right: #707070 solid 1px;
  }
  .nav li.is__sp_lang ul li:last-child {
    border-right: none;
  }
  .nav li.is__sp_lang ul li a {
    font-size: 1.3rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #7E7E7E !important;
    padding: 2rem 0 !important;
  }
  .nav li.is__sp_lang ul li a.is__active, .nav li.is__sp_lang ul li a:hover {
    color: #fff !important;
    text-decoration: underline;
  }
  .meanmenu-reveal::after {
    content: none !important;
  }
  .meanmenu-reveal span {
    background: #fff !important;
  }
  .meanmenu-reveal span:nth-last-of-type(1) {
    top: 8px !important;
  }
  .meanmenu-reveal span:nth-last-of-type(2) {
    top: 16px !important;
  }
  .meanmenu-reveal span:nth-last-of-type(3) {
    top: 24px !important;
  }
  .meanmenu-reveal.meanclose span {
    top: 8px !important;
  }
  .meanmenu-reveal.meanclose span span {
    top: 0 !important;
    -webkit-transform: rotate(88deg) !important;
            transform: rotate(88deg) !important;
  }
  .meanmenu-reveal.meanclose span span span {
    display: none !important;
  }
  .menu_area p {
    display: none !important;
  }
  .menu_area ul {
    display: block !important;
  }
  .menu_area ul li a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding-right: 18px !important;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
  }
  .menu_area ul li a::after {
    content: url(assets/images/icon_arrow01.png);
    display: block;
  }
  .mean-container .mean-nav ul {
    background: #000 !important;
  }
  .nav li a {
    color: #fff !important;
    border-bottom: #404040 solid 1px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    border: none;
    width: 20px !important;
    height: 20px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    background: #fff !important;
    border-radius: 50%;
    color: #000 !important;
    padding: 0 !important;
    font-size: 20px !important;
    top: 14px !important;
    right: 15px !important;
    letter-spacing: 0 !important;
  }
  .mean-container .mean-nav ul li li li a {
    width: 100% !important;
    padding-left: 1em !important;
  }
}
#footer .f_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 7rem 0;
}
#footer .sns {
  margin: 2rem 0 0 0;
}
#footer .sns li {
  margin: 0 0 7px 0;
}
#footer .sns li a {
  color: #fff;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .sns li a i {
  color: #fff;
  border: #fff solid 1px;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 5px 7px 0 0;
}
#footer .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .f_nav ul {
  margin: 0 0 0 5rem;
}
#footer .f_nav ul li {
  margin: 1.75rem 0 0 0;
  color: #fff;
  font-size: 1.4rem !important;
}
#footer .f_nav ul li a {
  color: #fff;
  font-size: 1.4rem !important;
}
#footer .f_nav ul li a:hover {
  color: #aaa;
}
#footer .f_nav ul li.is__child {
  margin: 0.25rem 0 0 0;
}
#footer .f_nav ul li.is__child a {
  font-size: 1.3rem !important;
}
#footer .f_nav ul li.is__child a::before {
  content: "―";
}
#footer .f_nav ul li.is__policy {
  margin: 2.5rem 0 0 0;
}
#footer .f_nav ul li.is__policy:last-child {
  margin: 0;
}
#footer .f_nav ul li.is__policy a {
  font-size: 1.3rem !important;
}
@media (max-width: 1280px) {
  #footer .f_nav ul {
    margin: 0 0 0 3.5rem;
  }
  #footer .f_nav ul li a {
    font-size: 1.3rem !important;
  }
  #footer .f_nav ul li.is__child a {
    font-size: 1.2rem !important;
  }
  #footer .f_nav ul li.is__policy a {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1024px) {
  #footer .f_contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 3rem 0;
  }
  #footer .logo,
  #footer .address,
  #footer .contact {
    text-align: center;
    margin: 0 0 5px 0;
  }
  #footer .sns {
    width: 130px;
    margin-right: auto;
    margin-left: auto;
  }
  #footer .f_nav {
    display: none;
  }
}

.single_products_cnt01 {
  display: block !important;
}
.single_products_cnt01 .main {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.single_products_cnt02 {
  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;
}
.single_products_cnt02 .is__Left {
  width: 48.5%;
}
.single_products_cnt02 .is__Right {
  width: 48.5%;
}
.single_products_cnt02 h4 {
  cursor: auto !important;
}
@media print, screen and (max-width: 700px) {
  .single_products_cnt02 .is__Left {
    width: 100%;
  }
  .single_products_cnt02 .is__Right {
    width: 100%;
  }
}

.single_products_cnt03 {
  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;
}
.single_products_cnt03 li {
  width: 48%;
  margin: 0 0 1rem 0;
}
.single_products_cnt03 li a {
  display: block;
  color: #007746;
  font-weight: 500;
  border: #007746 solid 1px;
  border-radius: 5px;
  padding: 0.5rem;
  text-align: center;
}
.single_products_cnt03 li a:hover {
  /*opacity: 0.7;*/
  background-color: #007746;
  color: #FFF;
}
@media print, screen and (max-width: 375px) {
  .single_products_cnt03 li a {
    font-size: 1.3rem;
  }
}

.slider3 {
  margin: 0 0 2rem 0;
}
.slider3 li img {
  width: 100%;
  max-width: 100%;
  height: 390px;
  /*			object-fit: cover;*/
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (max-width: 1024px) {
  .slider3 li img {
    height: 30vw;
  }
}
@media print, screen and (max-width: 700px) {
  .slider3 li img {
    height: 50vw;
  }
}

.thumbnail3 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
}
.thumbnail3 .slick-track li {
  width: 25% !important;
  margin: 0 0 1.5rem 0;
  padding: 0 0.5rem;
}
.thumbnail3 .slick-track li img {
  width: 100%;
  max-width: 100%;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 1024px) {
  .thumbnail3 .slick-track li img {
    height: 8vw;
  }
}
@media print, screen and (max-width: 700px) {
  .thumbnail3 .slick-track li img {
    height: 15vw;
  }
}

.lb-number {
  display: none !important;
}

.search-section {
  margin-bottom: 10rem;
}

.is__bordernone {
  border: none !important;
}

.support_btnlist li:first-child {
  margin: 0 0 2.25rem 0;
}
.support_btnlist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.5rem 0;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  background: #007746;
}
.support_btnlist li a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 575px) {
  .support_btnlist li a {
    padding: 2rem 0;
    font-size: 1.6rem;
  }
}

.sns_cnt01 {
  margin: 0 0 4rem 0;
}
.sns_cnt01 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 3rem 0;
}
.sns_cnt01 h2 img {
  margin: 0 1rem 0 0;
}
@media print, screen and (max-width: 767px) {
  .sns_cnt01 {
    margin: 0 0 2rem 0;
  }
}

.sns_cnt02 {
  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;
}
.sns_cnt02 .block {
  width: 48.5%;
  border: #DCDCDC solid 2px;
  border-radius: 7px;
  padding: 2.5rem;
}
.sns_cnt02 .block h3 {
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2rem 0;
}
.sns_cnt02 .block h3 a {
  color: #000;
}
.sns_cnt02 .block h3 a:hover {
  color: #999;
}
.sns_cnt02 .block h3 img {
  margin: 0 0 0 1rem;
}
.sns_cnt02 .block p {
  font-size: 1.5rem;
}
@media print, screen and (max-width: 767px) {
  .sns_cnt02 .block {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}

.demo_list01 {
  margin: 0 0 0 2rem;
}
.demo_list01 li {
  list-style-type: decimal;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}

.demo_cnt01 {
  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;
  width: 100%;
  max-width: 1070px;
  padding: 0 15px;
  margin: 0 auto;
}
.demo_cnt01::before {
  content: "";
  display: block;
  width: 30%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.demo_cnt01::after {
  content: "";
  display: block;
  width: 30%;
}
.demo_cnt01 .block {
  width: 30%;
  margin: 0 0 4rem 0;
}
.demo_cnt01 .block .img {
  margin: 0 0 1rem 0;
}
.demo_cnt01 .block .img img {
  max-width: 100%;
  height: auto;
}
.demo_cnt01 .block .button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #FF0909 solid 1px;
  border-radius: 5px;
  padding: 0.5rem 0;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
}
.demo_cnt01 .block .button a img {
  margin: 0 5px 0 0;
}
.demo_cnt01 .block .button a:hover {
  background: #eee;
}
@media print, screen and (max-width: 767px) {
  .demo_cnt01 .block {
    width: 47%;
  }
}
@media print, screen and (max-width: 460px) {
  .demo_cnt01 .block {
    width: 100%;
  }
}

.demo_cnt02 {
  margin: 0 0 3rem 0;
}

.demo_f_red {
  color: #CE0000;
  font-size: 1.5rem;
}

.demo_headline01 {
  font-size: 2rem;
  font-weight: 700;
  color: #007746;
  margin: 0 0 1.5rem 0;
}

.demo_txt01 {
  font-size: 1.5rem;
}
.demo_txt01 a {
  color: #0056B3;
}
.demo_txt01 a:hover {
  color: #999;
}

.catalog_cnt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*	justify-content: space-between;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog_cnt01 .block {
  width: 23%;
  /*		margin: 0 0 3rem 0;*/
  margin: 0 2% 3rem 0;
}
.catalog_cnt01 .img {
  margin: 0 0 2rem 0;
}
.catalog_cnt01 .img img {
  max-width: 100%;
  height: auto;
}
.catalog_cnt01 .title {
  margin: 0 0 2rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6em;
}
.catalog_cnt01 .title.is__line {
  min-height: 52px;
}
.catalog_cnt01 .demo_btnlist li {
  margin: 0 0 1rem 0;
}
.catalog_cnt01 .demo_btnlist .demo_btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  border: #007746 solid 1px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
}
.catalog_cnt01 .demo_btnlist .demo_btn01 a:hover {
  opacity: 0.7;
}
.catalog_cnt01 .demo_btnlist .demo_btn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  border: #FF0909 solid 1px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
}
.catalog_cnt01 .demo_btnlist .demo_btn02 a img {
  margin: 0 5px 0 0;
}
.catalog_cnt01 .demo_btnlist .demo_btn02 a:hover {
  opacity: 0.7;
}
.catalog_cnt01 .demo_btnlist .demo_btn03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  border: #007746 solid 1px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  background: #007746;
}
.catalog_cnt01 .demo_btnlist .demo_btn03 a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 767px) {
  .catalog_cnt01::before {
    content: "";
    display: block;
    width: 30%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .catalog_cnt01::after {
    content: "";
    display: block;
    width: 30%;
  }
  .catalog_cnt01 .block {
    width: 30%;
  }
}
@media print, screen and (max-width: 575px) {
  .catalog_cnt01::before {
    content: "";
    display: block;
    width: 48%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .catalog_cnt01::after {
    content: "";
    display: block;
    width: 48%;
  }
  .catalog_cnt01 .block {
    width: 48%;
  }
  .catalog_cnt01 .title.is__line {
    min-height: 46px;
  }
}
@media print, screen and (max-width: 320px) {
  .catalog_cnt01 .title {
    height: 41px;
  }
}

.sf_cnt01 {
  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;
}
.sf_cnt01::after {
  content: "";
  display: block;
  width: 30%;
}
.sf_cnt01 .block {
  width: 30%;
  margin: 0 0 4rem 0;
}
.sf_cnt01 .img {
  margin: 0 0 1.5rem 0;
}
.sf_cnt01 .img img {
  max-width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sf_cnt01 .title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
  line-height: 1.6em;
}
.sf_cnt01 .title a {
  color: #000;
}
.sf_cnt01 .title a:hover {
  color: #999;
}
.sf_cnt01 .desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7em;
}
@media print, screen and (max-width: 1024px) {
  .sf_cnt01 .img img {
    height: 20vw;
  }
}
@media print, screen and (max-width: 575px) {
  .sf_cnt01 .block {
    width: 47%;
  }
  .sf_cnt01 .img img {
    height: 28vw;
  }
}

ul.slider3.slick-initialized.slick-slider:after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  font-size: 26px;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 40px;
  right: 5px;
  color: #333;
  padding: 2px 15px;
}

@media only screen and (max-width: 1024px) {
  ul.slider3.slick-initialized.slick-slider:after {
    content: "";
  }
}
.fa-youtube:before {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}

.fa-instagram:before {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}

.fa-twitter:before {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}

.software_sklog_cnt01 .button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: #FF0909 solid 1px;
  border-radius: 5px;
  padding: 0.5rem 0;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 20px;
}
.software_sklog_cnt01 .button a img {
  margin: 0 5px 0 0;
}