.more div:after{
    content:"\f30b";
    position: absolute;
    right: 15px;
    top:12px;
    font-size: 16px;
    font-family:Font Awesome\ 5 Free;
}

.more div {
    position: relative;
    background: #ffe200;
    padding: 10px 45px 10px 40px;
    display: inline-block;
    font-weight: 600;
    /*box-shadow: 0px 2px 10px rgba(0,0,0,0.2);*/
}
.more input{
    background: #ffe200;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    padding: 0;
}
.single-page h2,
.single-page h1{
	text-align: center;
	margin-top: 50px;
	font-family: 'Tw Cen MT Bold', 'Kanit';
	font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #0070c4;
}
.single-page h3{
	text-align: center;
    font-size: 25px;
    font-weight: normal;
    font-family: 'Tw Cen MT Condensed', 'Kanit';, 'Kanit';
    line-height: 25px;
    color: #4d4d4d;
    margin-bottom: 30px;
}
.single-page.privacy-page h3{
    margin: 40px 0 20px;	
    text-align: left;
}
.single-page.privacy-page{
	margin-bottom: 120px;
}
.single-page.privacy-page ul{
	margin-bottom: 15px;
}
.single-page.privacy-page ul li{
	list-style: circle;
	list-style-position: inside;
	line-height: 1.4em;
	margin-bottom: 3px;
}

#map{
	width: 100%;
    height: 100%;
} 
.taxonomy-page.product-all{
	background: #fff;
	padding-top: 0;
}
.taxonomy-page-banner.b_cat{
	background: none;
}
.box_form .row span.wpcf7-form-control-wrap{
    width:100%;
    display: block;
    min-height: 30px;
}
.box_form .row span.wpcf7-form-control-wrap .form-control{
	width: 100%
}
.box_form .row span.wpcf7-form-control-wrap input.form-control{
	height: 30px;
}
.box_form .row span.wpcf7-form-control-wrap.address,
.box_form .row span.wpcf7-form-control-wrap.message{
	width: 100%;
}
.btn-mail input{
	color: #000;
    font-weight: 600;
    background: #ffe200;
}
.searchandfilter ul li li{
	display: inline-block;
    letter-spacing: normal;
    width:auto;
    position: relative;
    padding-left: 35px;
    margin: 0 35px 25px 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.list-checkbox .searchandfilter ul li.sf-field-submit{
	margin-top: 50px;
}

.row-c .searchandfilter h4{
	color: #0070c4;
    font-family: 'Tw Cen MT Condensed', 'Kanit';, 'Kanit';
    font-size: 25px;
    margin-bottom: 30px;
    letter-spacing: normal;
}
.row-c .searchandfilter h4:after{
	content: " ";
    display: block;
    height: 5px;
    width: 30px;
    border-bottom: 2px solid #ffe200;
    margin: 0px 0px 0;
}
.searchandfilter ul li{
	padding: 0!important;
}
.sf-label-checkbox:before{
	content: " ";
    display: block;
	position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #000;
}
input.sf-input-checkbox:hover ~ .sf-label-checkbox:before {
    background-color: #ccc;
}

input.sf-input-checkbox:checked ~ .sf-label-checkbox:before {
    background-color: #ffe200;
    border: 1px solid #fff;
}
.sf-label-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

input.sf-input-checkbox:checked ~ .sf-label-checkbox:after {
    display: block;
}

.sf-label-checkbox:after {
    left:8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #0070c4;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sf-field-submit{
	position: relative;
	text-align: center;
}
.sf-field-submit input:hover{
	cursor: pointer;
}
.sf-field-submit input{
	position: relative;
    background: #ffe200;
    padding: 10px 45px 10px 40px;
    display: inline-block;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    /* box-shadow: 0px 2px 10px rgba(0,0,0,0.2); */
    text-transform: uppercase;
    margin: 0 auto 25px auto;
    border-radius: 50px;
    text-align: center;
}
.sf-field-submit:after{
	content: "\f30b";
    position: absolute;
    right: calc( 50% - 50px );
    top:  12px;
    font-size: 16px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
}
#over_map {
    position: absolute;
    bottom: 0px;
    margin: 15px;
    left: 0%;
    z-index: 5;
    color: white;
    background-color: rgba(0, 112, 196, 0.95);
    padding: 15px;
    border: none;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    visibility: hidden;
    max-width: 360px;
    width: auto;
    border: 3px solid #ffe200;
    border-radius: 20px;
}

#over_map .country_name h2{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	font-family: 'Tw Cen MT Condensed', 'Kanit';, 'Kanit';
	font-size: 22px;
	letter-spacing: 2px;
}

#over_map .country_name img{
	display: inline-block;
	width: 32px; 
	height: auto;
	margin: 0 8px 0 0;
}	

#over_map #bodyContent h3 {
	font-size: 19px;
	margin: 5px 0;
}

#over_map #bodyContent p:last-child{
	text-align: right;
	display: block;
	margin: 0;
}

#over_map #bodyContent p a{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.1em;
}

/*.seemore_btn{
	position: relative;
    background: #ffe200;
    padding: 10px 45px 10px 40px;
    display: inline-block;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    /* box-shadow: 0px 2px 10px rgba(0,0,0,0.2); */
   /* text-transform: uppercase;
    margin: 25px auto;
    border-radius: 50px;
    text-align: center;
}*/
.seemore_btn{
	position: absolute;
    background: #ffe200;
    padding: 10px 45px 10px 40px;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: center;
    bottom: 20px;
	z-index: 9999999;
    left: calc(50% - 82px);
}
.seemore_btn a{
	color: #000;
}
.seemore_btn:after {
    content: "\f30b";
    position: absolute;
    right: calc( 50% - 66px );
    top: 12px;
    font-size: 16px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
}

.product-list{
	position: relative;
	overflow: hidden;
}
.our-product .bx-wrapper{
	position: static;
}
.product-list ul li{
	width: 26%;
	margin-right: 11%;
}
.product-list ul.bxslider2 li{
	width: 300px!important;
	margin-right: 105px!important;
}
.product-list .bx-wrapper .bx-prev{
	background: url(../images/arrow-left2.png) no-repeat;
	background-size: cover;
	left: 0;
	margin-top: -46px;
}
.product-list .bx-wrapper .bx-next{
	background: url(../images/arrow-right2.png) no-repeat;
	background-size: cover;
	right: 0;
	margin-top: -46px;
}

.product-list .bx-wrapper .bx-controls-direction a{
	height: 64px;
}
.product-list .bx-pager{
	display: none;
}
.mobile{
	display: none;
}
.tooltip figure img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.tooltip figure img:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.gallery-thumbs-container{
	margin-top: 20px;
}
.box-features .container{
	width: 50%;
	margin: 0 auto 50px auto;
}
.box-features .container img{
	width: 100%;
	max-width: 700px;
}
.vdo-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.vdo-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
#lang h2{
	display: none;
}
@media(max-width:1024px){
	.product-list ul.bxslider2 li{
		width: 258px!important;
		margin-right: 109px!important;
	}
	.box-features .container{
		width: 80%;
		margin: 0 auto 50px auto;
	}
}
@media(max-width:768px){
	.product-list ul.bxslider2 li{
		width: 191px!important;
		margin-right: 81px!important;
	}
}

@media(max-width:414px){
	.product-list ul li{
    	width: 100%;
    }
	.pc{
		display: none;
	}
	.mobile{
		display: block;
	}
	.box-features .container{
		width: 90%;
		padding: 0;
	}
}