﻿@charset "UTF-8";
@import "base.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=vietnamese');
:root {
	
	--txt: #000000;
	--mcolor: #86ca0f;
	--scolor: #fff069;
	--black: #110f03;
	--gray: #4d4d4d;
}


h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: var(--mcolor);
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.8em;
}
#totop {
    position: fixed;
    bottom: 10%;
    right: 45px;
    z-index: 10;
    margin-bottom: 0;
    width: 60px;
}
#totop a {
  display: block;
  text-align: center;
  margin: 0 0 20px;
  transition: all 0.5s ease;
}
#totop a:last-child {
  margin: 0;
}
#totop a:hover {
  opacity: 0.8;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#wrapper {
  min-width: 1170px;
  overflow: hidden;
  padding-top: 110px;
}
.container, .under #content {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 1px 1px 2px 0px #ccc;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-lang {
  display: flex;
  align-items: center;
}
.h-lang li {
  margin-left: 10px;
  line-height: 0;
}
.logo {
  margin: 0;
  width:120px;
}
#gnavi {
  margin: 0 0 0 auto;
}
.gnavi {
  display: flex;
}
.gnavi > li {
  position: relative;
  margin: 0 25px;
  display: flex;
  align-items: center;
}
.submenu {
  position: absolute;
  left: calc(50% - 100px);
  width: 200px;
  z-index: 10;
  display: none;
  padding-top: 10px;
  top: 20px;
}
.gnavi > li > a {
  display: block;
  font-size: 14px;
  color: var(--mcolor);
  transition: all 0.5s ease;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  line-height: 1.3em;
}
.gnavi > li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--mcolor);
  transform: scale(0, 1);
  transition: all 0.5s ease;
}
.gnavi > li:hover:before, .gnavi > li.active:before {
  transform: scale(1, 1);
}
.gnavi > li:hover > a, .gnavi > li.active > a {
  color: var(--mcolor);
}
.gnavi > li.over:after {
    content: '';
    position: relative;
    border: solid var(--mcolor);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    margin-left: 6px;
    margin-bottom: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s ease;
}
.submenu a {
  background: var(--mcolor);
  text-decoration: none;
  color: #fff;
  padding: 5px 15px;
  display: block;
  font-size: 14px;
  margin: 0 0 1px;
  transition: all 0.5s ease;
}
.submenu a:hover {
  opacity: 0.8;
}
.submenulist {
    position: fixed;
    z-index: 99;
    display: none;
    width: 90%;
    background: #fff;
    padding: 20px;
    left: 5%;
    top: 75px;
    white-space: nowrap;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.submenulist > div {
	display: flex;flex-wrap: wrap;
}
.submn-ttl {
    font-weight: bold;
    text-transform: uppercase;
}

.submnlist:not(:last-child) {
    width: calc(100%/3 - 10px);
    margin-right: 15px;
    padding-right: 15px;
}
.submnlist li:not(:last-child){border-bottom:1px solid #dcdcdc;}
.submnlist li:not(:first-child){position:relative;}
.submnlist li:not(:first-child):before{
    position: absolute;
    padding: 6px;
    content: "";
    background: #2ca23c;
    border-radius: 10px;
    top: 13px;
}
.submnlist li:not(:first-child):after{
position: absolute;
    padding: 2px;
    content: "";
    border: 1px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    top: 15px;
    left: 1px;
}
.submnlist:nth-child(3n) {
    margin-right: 0;
    padding-right: 0;
}
.submnlist a {
	font-size: 13px;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px 10px 5px 20px;
}
.submnlist a:hover {
	background: rgba(0,0,0,0.1);
}
.gnavi > li.over:hover:after, .gnavi > li.active:after {
  border-color: #00007b;
}
.main-slide p {
  margin: 0;
  outline: none;
}
.mainvisual .main-slide p img {
  max-width: none;
  width: 100%;
}
.mainvisual .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  display: flex;
  justify-content: center;
}
.mainvisual .slick-dots button {
  width: 10px;
  height: 10px;
  background: #555555;
  border: none;
  outline: none;
  border-radius: 50%;
  text-indent: -5000000px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.mainvisual .slick-dots li.slick-active button {
  background: #2ca23c;
}
.mainvisual .slick-dots li {
  margin: 0 5px;
}
.box01 {
  padding: 80px 0;
}
.idx-ttl {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  background: url("../W_images/idx_line.png?v=2") no-repeat bottom center;
  padding: 0 0 7px;
  margin: 0 0 30px;
  color: var(--mcolor);
}
.box01 .idx-ttl {
  margin: 0 0 5px;
  color: var(--mcolor);
}
.b01_main{display:flex;justify-content:space-between;}
.b01_main > *{width:48%;}
.b01-ttl-note {
  margin: 0 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
}
.b01-txt {
  margin: 0 0 40px;
}
.b01-txt h2{
	    font-size: 22px;
	    margin-bottom: 15px;
}
.b01-txt p{
	   
margin-bottom: 10px;
}
.b01-txt ul{margin-bottom: 10px;}
.b01-txt li{
	  list-style: disc;
    list-style-position: inside;
	
}
.idx-btn {
  margin: 0;
  text-align: center;
}
.idx-btn a {
  display: block;
  width: 150px;
  background: var(--mcolor);
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding: 5px;
  margin: 0 auto;
  z-index: 0;
}
.idx-btn a:after {
  content: '';
  position: absolute;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 20px;
  top: calc(50% - 3px);
}
.idx-btn a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  background: #333;
  transform: scale(0, 1);
  transition: all 0.5s ease;
}
.idx-btn a:hover:before {
  transform: scale(1, 1);
}
.b02-main {
  background: var(--mcolor);
  padding: 40px 60px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b02-ttl {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.b02-txt {
  margin: 0;
}
.box02 .idx-btn {
  flex-shrink: 0;
}
.box02 .idx-btn a {
  border: 1px solid #fff;
  width: 160px;
  font-size: 18px;
  text-transform: uppercase;
  background: transparent;
}
.box03 {
  padding: 40px 0;
}
.b03-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  justify-content: center;
}
.b03-item {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
}
.under .b03-item{width:calc(100%/4 - 23px);margin: 0 30px 30px 0;}
.under .b03-item:nth-child(3n){margin-right:30px;}
.under .b03-item:nth-child(4n){margin-right:0px;}
.under .b03-img{height: 210px;}
.b03-item:nth-child(3n) {
  margin-right: 0;
}
.b03-item a {
  text-decoration: none;
  text-align: center;
  color: #555555;
  border:1px solid #f7f7f7;
  transition: all 0.5s ease;
  position: relative;
  padding: 30px;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  background: #fff;
}
.b03-item a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #075aae;
  opacity: 0;
  transform: scale(0.3, 0.3);
  margin: auto;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  z-index: 2;
}
.b03-item a:hover:before {
  transform: scale(1, 1);
  opacity: 0.1;
}
.b03-logo {
  margin: 0;
  position: absolute;
  left: 20px;
  top: 20px;
}
.b03-img {
  height: 250px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.b03-img img {
  flex-shrink: 0;
  max-height: 100%;
}
.b03-ttl {
  color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.b04-txt {
  margin: 0;
  background: var(--mcolor);
  background-size: cover;
  padding: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.b04-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b04-list a {
  display: block;
}
.b04-list a:hover {
  opacity: 0.8;
}
.b05-list{display:flex;flex-wrap:wrap;}
.b05-item{width: calc(100%/3);padding: 0 10px;text-decoration:none;color:#333;}
.b05-item:nth-child(3n){margin-right:0;}
.b05-itm-ttl{
    font-weight: bold;
    margin-bottom: 10px;
	font-size: 18px;
}
.b05-itm-ttl{transition:all 0.5s ease;}
.b05-item:hover .b05-itm-ttl{color:var(--mcolor);}
.b05-itm-img{overflow:hidden;}
.b05-itm-img img{transition:all 0.5s ease;width: 100%;height: 100%;}
.b05-item:hover .b05-itm-img img{transform: scale(1.1, 1.1);}
.footer01 {
  padding: 10px 0;
  background: #7e8387;
  color: #fff;
}
.footer01 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-social {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 0;
}
.f-social a {
  margin-left: 20px;
}
.f-catalogue {
  margin: 0;
}
.footer02 {
  background: var(--mcolor);
  padding: 40px 0;
  color: #fff;
}
.footer02 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.f-mod {
  width: 300px;
}
.f-txt {
  width: 500px;
}
.f-logo {
  text-align: center;
  margin: 0 0 20px;
}
.f-info {
  margin: 0 0 10px;
  line-height: 1.5em;
  padding-left: 20px;
}
.f-add {
  background: url("../W_images/f_add.png") no-repeat left 5px;
}
.f-tel {
  background: url("../W_images/f_tel.png") no-repeat left 5px;
}
.f-mail {
  background: url("../W_images/f_mail.png") no-repeat left 5px;
}
.f-add a {
  text-decoration: none;
  color: #fff;
}
.f-ttl {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}
.f-link li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  padding-left: 13px;
}
.f-link li a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.f-link li a:hover {
  text-decoration: underline;
}
.f-link li {
  margin: 0 0 5px;
}
.copyright {
  background: #d4d4d4;
  margin: 0;
  text-align: center;
  color: #000080;
  letter-spacing: 0.2em;
  padding: 10px 0;
  font-size: 14px;
}
.under .mainvisual {
    background: url(../W_images/bg-manvisual.jpg) no-repeat center ;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    height: 135px;
}
.under-main-ttl {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.topic-path-main{margin: 10px 0 35px;}
.topic-path{
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 10px;
}
.topic-path li {
	display: inline-block;
	font-size: 16px;
  font-style: italic;
	line-height: 1.3em;
}
.topic-path li a {
	text-decoration: none;
	
}
.topic-path li:after {
	content: '/';
	margin-right: 5px;
	padding-left: 10px;
}
.topic-path li:last-child:after{content:"";}
.topic-path li a:hover {
	text-decoration: underline;
}
.pager{text-align:center;margin-bottom: 30px;}
.pager a{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #065bae;
    color: #065bae;
    transition: all 0.5s ease;
}
.pager a:hover{
    border: 1px solid #fff;
    color: #fff;
    background:#7e8387;
    box-shadow: 0px 0px 0px 1px #7e8387;
}
.pager strong{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #7e8387;
    color: #fff;
    background: #7e8387;
    box-shadow: 0px 0px 0px 1px #7e8387;
}
.pager a:first-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:first-child:hover{
    background: #7e8387;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #7e8387;
}
.pager a:last-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:last-child:hover{
    background:#7e8387;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #7e8387;
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 14px;
  }
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 75px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container, .under #content {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: var(--mcolor);
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .logo img{
	width: 60px;
  }
  #totop {
	width: 40px;
    right: 6%;
    bottom: 6%;
    line-height: 0;
  }
  .h-lang {
    margin: 0 0 0 auto;
  }
  #gnavi {
    position: fixed;
    top: 75px;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    height: calc(100% - 75px);
    width: 100%;
    display: none;
  }
  .gnavi {
    display: block;
  }
  .gnavi > li {
    display: block;
    margin: 0;
  }
  .gnavi > li > a {
    background: #4c5867;
    color: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .gnavi > li:before {
    display: none;
  }
  .gnavi > li:hover > a, .gnavi > li.active > a {
    background: #4c5867;
    color: #fff;
  }
  .gnavi > li.over:after {
    display: none;
  }
  .gnv-ico {
    width: 50px;
    height: 48px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #666666;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .submenu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .submenu a {
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  
  }
.submenulist{position:relative;width: 100%;top:0;left:0;background: rgba(0, 123, 15, 0.9);color: #fff;overflow-y: scroll;
    height: 300px;padding-right: 0;}
.submenulist > div {
    display: block;
}
.submnlist:not(:last-child) {
    width: 100%;margin-right:0;padding-right:0;    margin-bottom: 15px;
}
.submnlist a{font-size:14px;padding: 9px 10px 9px 20px;color: #fff;}
  .box01 {
    padding: 40px 0;
  }
  .box01 .idx-btn {
	padding: 20px 0 30px;
  }
  .idx-ttl {
    font-size: 20px;
    padding: 0 0 10px;
  }
  .b02-main {
    padding: 20px 5%;
  }
  .b02-main {
    padding: 20px 5%;
    display: block;
    text-align: center;
  }
  .b02-cnt {
    margin: 0 0 20px;
  }
  .box02 .idx-btn a {
    font-size: 14px;
  }
  .box03 {
    padding: 40px 0;
  }
  .b03-item {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
  }
  .b03-item:nth-child(3n) {
    margin-right: 30px;
  }
  .b03-item:nth-child(2n) {
    margin-right: 0;
  }
.under .b03-item{width:48%;margin: 0 0px 30px 0;}
.under .b03-list{justify-content:space-between;}
.under .b03-item:nth-child(3n) {
    margin-right: 0px;
}
  .b04-txt {
    font-size: 14px;
    padding: 20px 5%;
  }
  .b04-list {
    padding: 30px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .b04-list li {
    margin: 0 20px 10px;
  }
  .footer01 .container {
    display: block;
  }
  .f-social {
    justify-content: center;
    font-size: 14px;
  }
  .f-social img {
    height: 20px;
    width: auto;
  }
  .f-social a {
    margin-left: 10px;
  }
  .footer02 {
    padding: 30px 0 20px;
  }
  .footer02 .container {
    display: block;
  }
  .f-link, .f-txt {
    display: none;
  }
  .f-mod {
    width: 100%;
  }
  .copyright {
    font-size: 11px;
  }
  #totop a {
    margin-bottom: 10px;
  }
  .b01_main{display:block;}
.b01_main > *{width:100%;}
.b01-img{padding-bottom: 15px;}
}
@media screen and (max-width: 450px) {
  .b03-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .b03-item:nth-child(3n) {
    margin-right: 0;
  }
  .b03-img{
	 height: auto;margin-bottom: 10px;
	  
  }
  .under .b03-item{width:100%;}
  .b04-list li {
    width: 33.33%;
    margin: 0;
    text-align: center;
  }
  .b05-item{width:100%;margin-right:0;}
}