﻿@charset "UTF-8";
@import "base.css";
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {
	font-size: 14px;
	-webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
img {
	vertical-align: bottom;
}	

a { color:#427deb; }
a:hover,
a:active { color: #427deb; text-decoration: none; }
a:visited {
}

a img:hover{opacity:0.8;}
a img.no-hover:hover{opacity:1;}
table {
	width:100%
}

p { margin: 0 0 1.5em; }

.section { padding:  0 0 30px; }
.section .section { padding: 0 0 10px; }

p, dd, td, th, li {
	line-height: 1.8em;
}


.zalo-chat-widget{bottom: 40px !important; right: 5px !important;}


#totop {
    position: fixed;
    bottom: 120px;
	right: 10px;
    z-index: 1000;
	margin-bottom:0;
	width: 60px;
	line-height: 0;
}
.bold {font-weight:bold;}
.fl {float:left;}
.fr {float:right;}

* {
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: normal;
	color: #3a3a3a;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
.sp {
	display: none;
}
#wrapper{
	min-width: 1170px;
	overflow: hidden;
}
.container{
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
img{
	max-width: 100%;
}
.h-top {
    background: #f9f9f9;
    padding: 10px 0;
}
.h-top .container {
    display: flex;
    justify-content: space-between;
}
.h-top-txt {
    font-size: 13px;
    margin: 0;
    color: #666666;
}
.h-top-txt span {
	font-weight: bold;
	color: #006cb5;
}
.h-top-social {
	margin: 0;
}
.h-top-social a {
	color: #b0b9c3;
	text-decoration: none;
	margin: 0 10px;
	font-size: 16px;
}
.h-top-social a:nth-child(1):hover {
	color: #bd081c;
}
.h-top-social a:nth-child(2):hover {
	color: #55acee;
}
.h-top-social a:nth-child(3):hover {
	color: #3b5999;
}
.h-top-social a:nth-child(4):hover {
	color: #dd4b39;
}
.h-top-social a:nth-child(5):hover {
	color: #34465d;
}
.h-main {
    padding: 10px 0;
}
.h-main .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h-tel {
    margin: 0;
}
.h-tel span {
	display: block;
}
.h-tel span:nth-child(1) {
	font-size: 24px;
	color: #006cb5;
	font-weight: 700;
	background: url(../images/h_ico01.png) no-repeat left center;
	padding: 3px 0 3px 40px;
}
.h-tel span:nth-child(2) {
	font-size: 12px;
	color: #006cb5;
	font-family: 'SFUAmericanTypeMedium', serif;
}
.logo {
    line-height: 0;
}
.h-search-ttl {
	cursor:pointer;
	width: 43px;
    height: 32px;
    border-radius: 10px;
    text-align: center;
    margin: 0;
	background: #20a6d0;
	background: -moz-linear-gradient(top, #20a6d0 0%, #0c79bb 100%);
	background: -webkit-linear-gradient(top, #20a6d0 0%,#0c79bb 100%);
	background: linear-gradient(to bottom, #20a6d0 0%,#0c79bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a6d0', endColorstr='#0c79bb',GradientType=0 );
}
.h-search {
    position: relative;
}
.h-search .form {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
}
.h-right {
    display: flex;
    align-items: center;
}
.h-lang {
    display: flex;
	overflow: hidden;
	margin-left: 10px;
}
.h-lang a {
	display: block;
	background: #f2f2f2;
	font-size: 13px;
	color: #666666;
	padding: 0 10px;
	text-align: center;
    text-decoration: none;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.h-lang .active a {
	background: #f5f5f5;
	color: #006cb5;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.h-lang li:last-child a {
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
    padding: 0 27px 7px 27px;
}
.h-lang li:first-child a {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
    padding: 0 27px 7px 27px;
}
.h-search input {
    border: 1px solid #d6d6d6;
    width: 100%;
    font-size: 13px;
    padding: 6px 20px;
    border-radius: 10px;
}
.h-search .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 43px;
	padding: 6px 5px;
	border: none;
    border-radius: 10px;
    text-align: center;
    margin: 0;
	background: #20a6d0;
	background: -moz-linear-gradient(top, #20a6d0 0%, #0c79bb 100%);
	background: -webkit-linear-gradient(top, #20a6d0 0%,#0c79bb 100%);
	background: linear-gradient(to bottom, #20a6d0 0%,#0c79bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a6d0', endColorstr='#0c79bb',GradientType=0 );
}
.h-search .form {
	display: none;
}
#gnavi.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,1);
    z-index: 99;
    padding: 5px 0;
}
#gnavi {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0;
}

.gnavi {
    display: flex;
	justify-content: space-around;
}
.gnavi > li {
	position: relative;
	padding: 0 6px;
}
.gnavi > li:last-child:after {
	display: none;
}
.gnavi > li:first-child {
	padding-left: 0;
}
.gnavi > li:last-child {
	padding-right: 0;
}
.gnavi > li:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 30px;
	background: #d8d8d8;
	top: calc(50% - 15px);
}
.gnavi > li > a, .gnavi > li > span {
	text-decoration: none;
	font-size: 13px;
	color: #404040;
	text-transform: uppercase;
	font-family: 'UTM Avo', sans-serif;
	padding: 10px 14px;
	transition: all 0.5s ease;
	border-radius: 20px;
	display: block;
	white-space: nowrap;
        cursor: pointer;
}

#gnavi.fixed .gnavi > li > a, .gnavi > li > span{
	/*padding: 5px 14px;*/
}
.gnavi > li.active > a, .gnavi > li.active > span, .gnavi > li:hover > a, .gnavi > li:hover > span {
	background: #006cb5;
	color: #fff;
}
.submenu {
    position: absolute;
    z-index: 10;
    background: #006cb5;
    width: 200px;
    left: calc(50% - 100px);
    top: 45px;
	display: none;
}
.submenu a {
	text-decoration: none;
	display: block;
	padding: 7px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #fff;
}
.submenu li:last-child a {
	border: none;
}
.submenu a:hover {
	background: #03a95b;
}
.main-slide p {
	margin: 0;
	line-height: 0;
}
.main-slide img {
	max-width: none;
	width: 100%;
}
.mainvisual .slick-arrow {
    position: absolute;
    z-index: 9;
    top: calc(50% - 50px);
    background: none;
    border: none;
    text-indent: -500000px;
    width: 42px;
    height: 100px;
	outline: none;
	cursor: pointer;
	transition: all 0.5s ease;
}
.mainvisual .slick-prev {
 display: none !important; 
	left: calc(50% - 670px);
}
.mainvisual .slick-next {
	display: none !important;
	right: calc(50% - 670px);
}
 .main-slide:hover .slick-prev, 
.main-slide:hover  .slick-next{ 
display:block !important; 
 } 
.mainvisual .slick-arrow:after {
	content: '';
	position: absolute;
	border: solid RGBA(51, 51, 51, 0.48);
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;
	left: calc(50% - 5px);
	top: calc(50% - 5px);
}
.mainvisual .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.mainvisual .slick-arrow.slick-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	left: auto;
    right: calc(50% - 5px);
}
.mainvisual .slick-arrow:hover {
	background: none;
}
.box01 {
	background: url(../images/b01_bg.jpg) no-repeat center;
	padding: 60px 0;
	background-size: cover;
}
.idx-h3 {
	font-size: 42px;
	font-weight: 700;
	color: #006cb5;
	margin: 0 0 30px;
	line-height: 1.3em;
	text-transform: uppercase;
}
.b01-main {
  width: 565px;
}
.box01 .container {
  display: flex;
  justify-content: flex-end;
}
.b01-item {
  margin: 0 0 20px;
}
.box01 .idx-h3 {
  display: flex;
  align-items: center;
}
.box01 .idx-h3:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../images/b01_icon.png") no-repeat;
  width: 67px;
  height: 68px;
  margin-right: 30px;
}
.b01-ttl {
  margin: 0;
  font-size: 24px;
  color: #006cb5;
  text-transform: uppercase;
  font-weight: bold;
}
.b01-txt {
  font-size: 18px;
  margin: 0;
  line-height: inherit;
  font-style: italic;
}
.box02 {
	background: #e5f0f7 ; /*url(../images/b02_bg.jpg) no-repeat center;*/
	background-size: cover;
	padding: 60px 0;
}
.box02 .idx-h3 {
	text-align: center;
}
.b02-main {
    display: flex;
    justify-content: space-between;
}
.b02-video {
    width: 554px;
}
.b02-info {
    width: 587px;
    border-left: 1px solid #d9d9d9;
    padding-left: 30px;
}
.b02-img {
    margin: 0 auto 50px;
	/*background: url('../images/b02_r_bg.png?v=1') no-repeat center;*/
	min-height: 315px;
	position: relative;
	max-width: 426px;
}
.b02-img img {
    position: absolute;
	border: 15px solid #eaeaea;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    left: calc(50% - 140px);
    bottom: 41px;
}
.video-show iframe{
	    max-width: 554px;
}
.b02-img:after {
	content: '';
	position: absolute;
	background: url('../images/b02_r_bg_ico.png?v=1') no-repeat; 
	width: 41px;
	height: 41px;
	background-size: 100% auto;
	bottom: -10px;
    left: calc(44% + 0px);
}
.b02-txt {
    font-size: 18px;
    text-align: center;
}
.b02-name {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #05a85d;
	line-height: inherit; 
}
.b02-name span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.b02-slide .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 120px;
    background: rgba(0,0,0,0.12);
    border: none;
    text-indent: -500000px;
    width: 35px;
    height: 80px;
	outline: none;
	cursor: pointer;
	transition: all 0.5s ease;
}
.b02-slide .slick-prev {
	left: 0;
}
.b02-slide .slick-next {
	right: 0;
}
.b02-slide .slick-arrow:after {
	content: '';
	position: absolute;
	border: solid #003564;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
	left: calc(50% - 3px);
	top: calc(50% - 3px);
}
.b02-slide .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.b02-slide .slick-arrow.slick-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	left: auto;
    right: calc(50% - 3px);
}
.b02-slide .slick-arrow:hover {
	background: rgba(0,0,0,0.3);
}
/*box03*/
.box03 {
	padding: 60px 0;
}
.box03 .idx-h3 {
	text-align: center;
}
.b03-list {
    display: flex;
    justify-content: space-between;
}
.b03-item {
    width: 370px;
}
.b03-img {
	margin: 0 0 15px;
	line-height: 0;
}
.b03-img a {
	display: block;
	overflow: hidden;
}
.b03-img img, .b04-img img {
	width: 100%;
	transition: all 0.5s ease;
}
.b03-img:hover img, .b04-item a:hover img {
	transform: scale(1.1,1.1);
}
.b03-ttl {
    margin: 0 0 10px;
    font-size: 24px;
	line-height: 30px;
}
.b03-ttl a {
	    font-size: 22px;
    color: #006cb5;
    font-weight: 700;
	text-decoration: none;
}
.b03-ttl a:hover {
	color: #05a85d;
}
.b03-txt {
    font-size: 18px;
    margin: 0 0 10px;
}
.idx-more a {
    background: url(../images/b03_arr.png) no-repeat 90% center #006cb5;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 35px 5px 10px;
	transition: all 0.5s ease;
    border-radius: 5px;
}
.idx-more a:hover {
	background: url(../images/b03_arr.png) no-repeat 90% center #05a85d;
}
/*box04*/
.box04 {
	padding: 60px 0;
	background: url(../images/b04_bg.jpg) no-repeat center;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	position: relative;
}
.b04-main {
    width: 720px;
    text-align: right;
}
.box04 .container {
    display: flex;
    justify-content: flex-end;
}
.b04-item a {
    display: flex;
	text-decoration: none;
}
.b04-img {
    width: 270px;
    order: 2;
    margin: 0 0 0 20px;
	overflow: hidden;
}
.b04-cont {
    width: calc(100% - 290px);
}
.b04-ttl {
    font-size: 18px;
    color: #006cb5;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 10px;
}
.b04-item a:hover .b04-ttl {
	color: #05a85d;
}
.b04-date {
    color: #838383;
    margin: 0;
}
.b04-date svg {
	margin-left: 10px;
}
.b04-txt {
    margin: 0;
    font-size: 16px;
    color: #3a3a3a;
	line-height: 1.5em;
}
.b04-item:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
/*box05*/
.box05 {
	padding: 60px 0;
  /*background: url(../images/b05_bg.jpg) no-repeat center;*/
	background-size: cover;
}
.box05 .container {
    display: flex;
    justify-content: space-between;
}
.b05-main {
    width: 520px;
}
.b05-cont {
    width: 590px;
}
.b05-txt {
    font-size: 18px;
    margin: 0 0 5px;
}
.b05-main-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.b05-main-list dl {
    width: 250px;
    height: 100px;
    display: flex;
    align-items: center;
	margin: 0 0 20px;
	padding: 10px;
	border: 1px solid #006cb5;
}
.b05-main-list dt {
    width: 63px;
}
.b05-main-list dd {
    width: calc(100% - 63px);
}
.b05-main-ttl {
    font-size: 22px;
    text-transform: uppercase;
    color: #006cb5;
    font-weight: 700;
    margin: 0;
    line-height: 1.3em;
    letter-spacing: -0.05em;
}
.b05-main-txt {
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.05em;
}
.b05-cont-item {
    display: flex;
	margin: 0 0 35px;
}
.b05-cont-item dt {
    width: 80px;
}
.b05-cont-item dd {
    width: calc(100% - 80px);
}
.b05-cont-ttl {
    font-size: 22px;
    text-transform: uppercase;
    color: #006cb5;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: 1.3em;
}
.b05-cont-txt {
    font-size: 16px;
    margin: 0;
    line-height: 1.5em;
}
/*box06*/
.box06 {
  padding: 20px 0 30px;
}
.box06 .container {
  width: 100%;
  max-width: 1220px;
}
.b06-list {
  padding: 0 20px;
}
.b06-item a {
  text-decoration: none;
  display: flex;
  overflow: hidden;
  height: 340px;
  background: #e7f1e8;
  color: #000;
  outline: none;
  transition: all 0.5s ease;
}
.b06-item a:hover {
  background: rgba(0, 108, 181, 0.1);
}
.b06-item {
  margin: 0 5px;
  outline: none;
}
.b06-itm-img {
  margin: 0;
  width: 215px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: -10px;
  flex-shrink: 0;
}
.b06-itm-img img {
  flex-shrink: 0;
  margin-bottom:50px;
}
.b06-itm-img.itm-img-right {
  order: 2;
  justify-content: flex-start;
}
.b06-itm-main {
  width: calc(100% - 230px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  color:#444;
  padding-top:60px;
   /*justify-content: center;*/
   
}
.b06-itm-ttl {
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 0 20px;
	
}
.b06-itm-sku {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    white-space: nowrap;
    margin: 0 0 30px;
	color:#444;
}
.b06-itm-btn {
  margin: 0;
  display: inline-block;
  color: #04a061;
  font-weight: 500;
  border: 1px solid #04a061;
  border-radius: 5px;
  padding: 2px 10px;
  transition: all 0.5s ease;
}
.b06-item a:hover .b06-itm-btn {
  background: #04a061;
  color: #fff;
}
.box06 .slick-arrow {
  position: absolute;
  z-index: 9;
  top: calc(50% - 25px);
  background: #fff;
  border: none;
  text-indent: -500000px;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -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);
}
.box06 .slick-prev {
  left: 0;
}
.box06 .slick-next {
  right: 0;
}
.box06 .slick-arrow:after {
  content: '';
  position: absolute;
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
}
.box06 .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.box06 .slick-arrow.slick-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: auto;
  right: calc(50% - 5px);
}
.box06 .slick-arrow:hover {
  background: #006cb5;
}
.box06 .slick-arrow:hover:after {
  border-color: #fff;
}
/*box07*/
.box07 {
    padding: 0 0 60px;
}
.box07 .container {
	display: flex;
}
.b07-form {
    width: 666px;
    background: #01a85a;
    padding: 30px 70px;
}
.b07-img {
    margin: 0;
    line-height: 0;
    width: 505px;
}
.b07-ttl {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.b07-txt {
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 300;
}
.b07-form-row {
    display: flex;
    justify-content: space-between;
	margin: 0 0 20px;
}
.b07-form-col {
    width: 49%;
}
.b07-form input {
    width: 100%;
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    padding: 10px 20px;
    margin: 0 0 5px;
	outline: none;
}
.b07-form input:last-child {
	margin: 0;
}
.b07-form ::placeholder {
	color: #fff;
}
.b07-form :-ms-input-placeholder {
   color: #fff;
}
.b07-form ::-ms-input-placeholder {
   color: #fff;
}
.b07-form textarea {
    width: 100%;
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    padding: 10px 20px;
    margin: 0 0 5px;
	height: 100%;
	flex: 1;
	display: flex;
	outline: none;
}
.b07-form .button {
    width: 116px;
    display: block;
    border: none;
    background: #fff;
    font-size: 16px;
    color: #01a85a;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 0 auto;
	transition: all 0.5s ease;
	cursor: pointer;
	outline: none;
    text-decoration:none;
}
.b07-form .button:hover {
	background: #006cb5;
	color: #fff;
}
/*footer*/
#footer {
  background: #e7f1e8;
  padding-top: 60px;
  color: #000;
  position: relative;
  font-family: 'HelveticaNeue', sans-serif;
  color: #3a3a3a;
}
#footer .container {
  display: flex;
  justify-content: space-between;
  position: static;
}
.f-info {
    font-size: 11pt;
    line-height: 14pt;
    margin: 0 0 15px;
  position: relative;
  padding-left: 10px;
}
.f-info:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: #000;
  left: 0;
  top: 6px;
}
.f-social {
  display: flex;
  align-items: center;
}
.f-social a {
  margin-left: 20px;
}
.f-social:before {
  top: 16px;
}
.f-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.copyright {
    color: #2c2d2d;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    background: #d6e1d7;
}
.f-tel {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #d6e1d7;
    padding: 10px 10px 5px;
    z-index: 10;
	border-radius: 5px 5px 0 0;
}
.f-tel a {
  text-decoration: none;
  color: #20b253;
  font-size: 24px;
  font-weight: bold;
  background: url("../images/call.gif") no-repeat left center;
  background-size: 30px;
  padding-left: 35px;
}
.f-left {
  margin: 0 0 30px;
}
.f-right p:last-child {
  margin-bottom: 0;
}

.product-list .section{
    padding: 55px 0;
}
.product-list a, .under a{text-decoration:none;}
.topic-path{
    margin: 20px 0 20px;
}
.topic-path li {
   display:inline-block;
}
.topic-path li:after{
    content:"/";
    color: #4d4d4d;
    margin: 0 4px 0 12px;
}
.topic-path li:last-child:after{
    display:none;
}
.topic-path li a, .topic-path li span{
    color:#404040;
    font-size: 16px;
    font-style: italic;
    font-family: 'UTM Avo', sans-serif;
}
.topic-path li a:hover{
    color:#05a85d;
}



.sp-list{
        display: flex;
    flex-wrap: wrap;
}
.sp-item{
    width: calc(100%/3 - 36px);
    margin: 0 18px 50px;
    background:#E7F1E8;
}
.sp-item a{display:block;}
.sp-img img{margin: 15px auto; display: inherit;}
.sp-info{padding:20px;color:#5f5e5e;}
.sp-info p{font-size: 20px; line-height: 30px; text-transform: uppercase;padding: 5px 0;color:#444; margin:0;}
.sp-ttl{}
.sp-sku{font-weight: bold;font-size: 30px !important;}
.sp-price {color:#33B97A !important;}


.page strong {
    padding: 6px 12px !important;
    background: #0182c6 !important;
    color: #fff !important;
    font-weight: normal !important;
}
.page a:hover {
    color: #fff !important;
    background: #0182c6 !important;
}

.page a {
    text-decoration: none;
    color: #0182c6 !important;
    background: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #0182c6 !important;
    padding: 6px 12px !important;
}

.pro-info{background:#e7f1e8; padding:30px; margin-bottom:30px;}
.flex2col {display: flex;justify-content: space-between;margin: 30px 0;}
.ct-img {margin: 0 0 30px;width: 52%; position: relative;display: flex; max-height:350px;}
.ct-info {width: 45%;position: relative; max-height:250px;}

.img-small{width:55px; height:300px; overflow:hidden; margin:90px 20px 20px 50px;}
.imgbig{height:300px;width:calc(100% - 120px); display: flex;}
.imgbig img{margin:0 auto; height:400px;}

.ct-info p{color:#444; font-weight:normal; font-size:15px; margin:5px 0; line-height:35px;}
.ct-info .ct-ttl{color:#444; font-weight:normal; font-size:18px;}
.ct-info .ct-sku{color:#444; font-weight:bold; font-size:33px;}
.ct-info .ct-subdes{font-style:italic; border-bottom:1px solid #c0c0c0; line-height:25px !important;padding:10px 0 !important;}
.ct-info .ct-price{font-size: 33px !important; padding:10px 0;}

.slider4 li{
    margin: 0 10px;
    outline: none;
    cursor: pointer;
}
.ct-ttl{
    color: #016bb5;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 38px;
}
.ct-subdes{
    font-size: 15px;
    color: #848484;
    font-family: 'UTM Avo', sans-serif;
    line-height: 22px;
}
.ct-price {
    color: #d60000;
    font-size: 33px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 15px;
	
}
.price-small{
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
	    text-transform: uppercase;
}
.pros-price01{
    color: #01a85a;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 22px;
}
.add-cart a{
    position: relative;
    display: inline-block;
    background: #0c7f46;
    padding: 10px 15px;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.42, 0, 0, 2.13);
    border-radius:8px;
}
.add-cart a:hover{background:red;}

.img-gif{text-align:center; padding:20px 10px; margin-bottom:40px}

.ct-subinfo{
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
}
.ct-subinfo p{margin:0;font-size: 16px;}
.ct-subinfo ul{
        margin-bottom: 20px;
}
.ct-subinfo li{
    background: url(../images/icon-li.jpg) no-repeat left center;
    padding-left: 25px;
    font-size: 16px;
    color: #929292;
    font-family: 'UTM Avo', sans-serif;
}
ul.tab-links {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0;
}
ul.tabs li.current {
    color: #14489b;
}
ul.tabs li {
    background: #fff;
    color: #5f5b5b;
    display: inline-block;
    padding: 10px 25px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    font-size: 15px;
    text-transform: uppercase;
    font-weight:bold;
}
.tab-content.current {
    display: inherit;
}
.tab-content {
    display: none;
    background: #fff;
    padding: 30px 40px;
    border: 1px solid #d9d9d9;
    margin-top: -1px;
}
.tab-content p {
    font-size: 14px;
    line-height: 2em;
    margin: 0 0 10px;
}
.box-des-related{
    display:flex;
}
.description{
    width:75%;
}
.prorelated{
    width:25%;
        padding-left: 40px;
}
.prorelated .h3{
        text-align: center;
    font-size: 20px;
    font-weight: bold;
        margin-bottom: 10px;
}
.orther-pro .sp-item{
    width:100%;
    margin: 0;
}
.orther-pro .sp-ttl {
    font-size: 14px;
}
.orther-pro .sp-price{
        font-size: 21px;
}
.orther-pro .sp-price span{   
    font-size: 14px;
    display:inline-block;

}
.orther-pro .sp-price .priceold{
        margin-left: 20px;
}
.tab-content ul{
    margin-bottom:10px;
    padding-left: 35px;
}
.tab-content li{position:relative;}
.tab-content li:before{
    content: "\f046";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 11px;
}
.main-news a{
    text-decoration:none;
}
.news-item {
    display: flex;
    text-decoration: none;
        margin-bottom: 30px;
}
.news-img {
    width: 270px;
    /*order: 2;*/
    margin: 0 20px 0 0 ;
    overflow: hidden;
}
.news-img img {
    cursor:pointer;
    width: 100%;
    transition: all 0.5s ease;
}
.news-item .news-img:hover img {
    transform: scale(1.1,1.1);
}
.news-cont {
    width: calc(100% - 290px);
}
.news-ttl {
       margin: 0;
}
.news-ttl a{
    color: #006cb5;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;

}
.news-date {
    color: #838383;
    margin: 0;
}
.news-date svg {
    margin-right: 10px;
}
.news-txt {
    margin: 0;
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.5em;
}
.main-news .section {
    padding: 55px 0;
 overflow:hidden;
}
.display-th-list{
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.display-th-list svg{
    font-size:30px ;
    margin-right: 30px;
    color: #ccc;
}
.news-list.th{
    display:flex;
    flex-wrap:wrap;
}
.news-list.th .news-item{
    width: calc(100%/2 - 0px);
}
.news-list.th .news-cont{
    padding-right: 11px;
}
.news-cont .idx-more{
    margin: 15px 0 0;
}
.panigation .page{
        background: #ececec;
    padding: 20px 0px;
    border-bottom: 1px solid #cccc;
    border-top: 1px solid #cccc;
}
.display-th-list span{
        display: inline-block;
    cursor: pointer;
}
.display-th-list span:hover svg{
    color:#20a6d0;
}
.n-ttl{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
}
.i-date {
    margin-bottom:10px;
    padding-bottom:10px;
}
.i-date svg{margin-right:15px;}
.i-date svg, .i-date {
    color: #838383;
}
.nmc-text  ul{
    margin-left: 50px;
    margin-bottom:1.5em;
}
.nmc-text li{
    list-style:disc;
}
.nmc-sub{
    margin-bottom: 15px;
    font-weight: 700;
}
.other-news-ttl{
        font-size: 17px;
    margin-bottom: 0;
        font-weight: 700;
}
.related-news ul{
    padding:0 20px;
}
.related-news ul li{
    position:relative;

}
.related-news ul li:before{
    position: absolute;
    top: 9px;
    left: -12px;
    content: '';
    border-left: 4px solid #000;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.related-news ul li a{
    color:#3a3a3a;
}
.related-news ul li a:hover{
    color:#05a85d;
}
.mainvisual img{
    width:100%;
}
.list-video{
    margin-top:10px;
}
.list-video li{
    display: flex;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
        padding-top: 10px;
}
.list-video li:last-child{
    border-bottom:0;
}
.list-video li:hover{
    cursor:pointer;
    background: #006cb545;

}
.video-img{
    width:23%;
}
.video-ttl{
	width: 77%;
    margin-left:20px;
}
.video-ttl > p{
    font-weight: bold;
    color: #006cb5;
    font-size: 15px;
    margin-bottom:0;
	line-height: 24px;
}
.video-date{
    font-size:13px;
}
h1 span{line-height: 1.8em;}

@media screen and (max-width: 768px) {
.tab-content  iframe{width:100%;height:auto;}	
.n-ttl{line-height: 32px;}
.nmc-sub{    line-height: 24px;}
	.zalo-chat-widget {
    bottom: 80px !important;
    right: 15px !important;
}
.imgbig img{height:auto;}	
    .b06-itm-img {
    width: 40%;
}
  .b06-itm-main {
    width: 60%;
  }
  .b06-item a {
    height: 260px;
  }
  .pro-info{padding:15px;}
  .ct-img, .ct-info{max-height:none;}
  .img-small{margin:90px 15px 20px 0px}
  .imgbig{width:calc(100% - 60px);display: block;}

.news-list.th{
        justify-content: space-between;
}
.news-list.th .news-item{
    display:block;
    width: calc(100%/2 - 15px);
}
.news-list.th .news-img{
    width:100%;
}
.news-list.th .news-cont{
    width:100%;
    padding-right: 0;
}
.tab-content{
    padding: 20px 25px;
}
#wrapper {
	min-width: 100%;
	margin: 0;
}
#main, #footer {
	min-width: 100%;
}
.container {
	padding: 0 3%;
	width: 100%;
	box-sizing: border-box;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
/* MENU-ICON */
.menu-icon {
	width: 50px;
	height: 32px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	padding: 7px 0 5px;
	z-index: 99999;
	background: #006cb5;
	display: inline-block;
}
.menu-icon span {
	display: block;
	margin: 0;
	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: 8px;
	left: 10px;
	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: -8px;
}
.menu-icon span::after {
	margin-top: 8px;
}
.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);
}
#totop {
	width: 40px;
	right: 7%;
	bottom: 160px;
	line-height: 0;
}
.h-top {
    display: none;
}
.logo {
    width: 120px;
}
.h-tel {
	width: 43px;
    height: 32px;
    border-radius: 10px;
    text-align: center;
    margin: 0 10px;
	background: #20a6d0;
    background: -moz-linear-gradient(top, #20a6d0 0%, #0c79bb 100%);
    background: -webkit-linear-gradient(top, #20a6d0 0%,#0c79bb 100%);
    background: linear-gradient(to bottom, #20a6d0 0%,#0c79bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a6d0', endColorstr='#0c79bb',GradientType=0 );
}
.h-main {
    padding: 10px 0;
}
#gnavi .container {
	padding: 0;
}
#gnavi {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: rgb(255, 255, 255);
    height: calc(100% - 74px);
    top: 74px;
    left: 0;
	display: none;
	padding: 0;
}
.gnavi {
    display: block;
}
.gnavi > li {
    padding: 0;
}
.gnavi > li:after {
	display: none;
}
.submenu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
	background: #01a85a;
}
.gnavi > li > a, .gnavi > li > span {
	border-radius: 0;
}
#header {
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.9);
}
.mainvisual {
    margin-top: 74px;
}
.mainvisual .slick-prev {
    left: 3%;
}
.mainvisual .slick-arrow {
    width: 30px;
    height: 80px;
}
.mainvisual .slick-arrow:after {
    border-width: 0 4px 4px 0;
    padding: 4px;
}
.mainvisual .slick-next {
    right: 3%;
}
.main-slide img {
    height: 300px;
    width: auto;
}
.box01 {
    padding: 40px 0;
	background-position: 40% center;
}
.b01-main {
    width: 70%;
}
.idx-h3 {
    font-size: 32px;
}
.b01-item dt {
    width: 50px;
}
.b01-item dd {
    width: calc(100% - 50px);
    padding-left: 10px;
}
.b01-ttl, .b01-txt {
    font-size: 16px;
}
.box02 {
    padding: 40px 0;
}
.b02-main {
    display: block;
}
.b02-video {
    width: 100%;
}
.video-show iframe {
    max-width: 100%;
}
.b02-info {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    padding: 30px 0 0 0;
    border-left: 0;
    margin-top: 30px;
}
.box03 {
    padding: 40px 0 10px;
}
.b03-list, .box05 .container, .box06 .container, .box07 .container, #footer .container {
	display: block;
}
.b03-item {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 30px;
}
.box04 {
    padding: 40px 0;
}
.b04-main {
    width: 80%;
}
.box05, .box06 {
    padding: 40px 0;
}
.b05-main, .b05-cont {
    width: 100%;
}
.b05-main-list {
    width: 100%;
    max-width: 530px;
    margin: 0 0 20px;
}
.b06-h3 {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}
.b06-list {
    width: 100%;
    flex-wrap: wrap;
}
.b06-item {
    width: 50%;
	border-bottom: 1px solid #f2f2f2;
}
.box07 {
    padding: 0 0 40px;
}
.b07-form {
    width: 100%;
}
.b07-img {
    width: 100%;
}
.b07-img img {
    width: 100%;
	max-width: none;
}
.f-col01, .f-col02, .f-col03, .f-col-center {
    width: 100%;
    margin: 0 0 20px;
}
.b03-ttl, .b05-cont-ttl, .b05-main-ttl {
    font-size: 18px;
}
.b03-txt, .b04-txt, .b05-txt, .b05-cont-txt {
    font-size: 14px;
}
}
@media screen and (max-width: 425px) {
.news-item{
    display:block;
}
.news-img{
        width: 100%;
}
.news-cont {
    width: 100%;
}
.flex2col{
    flex-wrap: wrap;
}
.ct-img, .ct-info {
    width: 100%;
}
.ct-img .imgbig{
    min-height: 420px;
}
.box-des-related{
    flex-wrap: wrap;
}
.description, .prorelated {
    width: 100%;
}
.prorelated {
    padding-left:0;
    margin-top:40px;
}
.orther-pro .sp-img{
    text-align:center;
}
.sp-list{
    justify-content: space-between;
}
.sp-item {
    width: calc(100%/2 - 10px);
    margin: 0 0 20px;
}
.sp-price span{
    display:inline-block;
}
.sp-price .priceold{
    margin-left:0;
    display: block;
}
.main-slide img {
	height: auto;
    width: 100%;
    /* height: 250px; */
    /* width: auto; */
}
.b01-main {
    width: 100%;
	background:rgba(255, 255, 255, 0.96);
	padding: 15px 15px 0;
}
.box01 {
    background-position: 15% center;
}
.b04-main {
    width: 100%;
	text-align: left;
}
.b04-main .idx-h3 {
    text-align: center;
}
.b04-item a {
    display: block;
}
.b04-img {
    width: 100%;
    margin: 0 0 15px;
}
.b04-cont {
    width: 100%;
}
.b05-main-list dl {
    width: 100%;
}
.b07-form {
    padding: 20px;
}
.b07-form-row {
    display: block;
}
.b07-form-col {
    width: 100%;
    margin: 0 0 5px;
}
.b07-form textarea {
    height: 150px;
}
.idx-h3 {
    font-size: 26px;
}
}
@media screen and (max-width: 375px) {
.sp-item {
    width: 100%;
}
.sp-price .priceold{
    display: inline-block;
    margin-left: 40px;
}
.b06-item {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    border-right: none;
}
}






















