/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');

body,
p,
h1,
h2,
h3,
h4,
h5 {
	font-family: "Noto Sans JP", sans-serif;
}
body, p, label {
	color: #333;
	font-size: 16px;
}
.container, .container-width, .full-width .ubermenu-nav, .row {
	max-width: 1400px;
}
.light-blue-sect {
	background: #c7ddff;
}
.light-gray-sect {
	background: #e1e3e7;
}
.title-big {
	margin-bottom: 40px;
}
.title-big h2 {
	font-size: 42px;
	color: #111;
	margin: 0;
	font-weight: bold;
}
.title-big p {
	margin: 0;
}
.title-big .sub-txt {
	margin-top: 15px;
}
.title-big span {
	font-family: "Lato", sans-serif;
	display: block;
	color: #0078bd;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.title-big2 {
	margin-bottom: 40px;
}
.title-big2 h2 {
	font-size: 42px;
	color: #fff;
	margin: 0;
	font-weight: bold;
}
.title-big2 p {
	margin: 0;
}
.title-big2 span {
	font-family: "Lato", sans-serif;
	display: block;
	color: #a3c3e0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.blue-btn1 {
	background: #0078bd;
	color: #fff !important;
	padding: 0 30px;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.blue-btn1:hover {
	background: #003ebd !important;
}
.blue-btn1.icon1 {
	padding-right: 40px;
	position: relative;
}
.blue-btn1.icon1:after {
	content: '';
	display: block;
	width: 17px;
	height: 22px;
	position: absolute;
	background: url('assets/images/icon-document.png') no-repeat;
	right: 12px;
	top: 14px;
}
.white-btn {
	background: #fff;
	color: #111;
	padding: 0 30px;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
}
.white-btn:hover {
	background: #003ebd;
	color: #fff;
}
.video-blk {
	padding: 0 30px;
	position: relative;
	overflow: visible;
}
/* .video-blk:after {
	content: '';
	display: block;
	background: #fff;
	width: calc(100% - 60px);
	height: 100%;
	position: absolute;
	z-index: 1;
	bottom: -30px;
	left: 0px;
} */
.video-blk .wp-video {
	position: relative;
	z-index: 2;
}
.info-w-table table {
	border-collapse: collapse;
	border: solid 1px #fff;
}
.info-w-table table td {
	border: solid 1px #fff;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
}
.info-w-table table td:first-child {
	min-width: 180px;
}
.mrt-10 {
	margin-top: 10px;
}
.mrt-20 {
	margin-top: 20px;
}
.mrt-30 {
	margin-top: 30px;
}
.full-r {
	width: 100%;
	max-width: 100%;
}
.section2 .row .col:last-child {
	padding: 0;
}
.section2 .row .col:last-child .img .img-inner {
	overflow: visible;
	position: relative;
	top: -60px;
}
.blue-grad-bg {
	position: relative;	
}
.blue-grad-bg * {
	position: relative;
	z-index: 2;
}
.blue-grad-bg:after {
	content: '';
	display: block;
	position: absolute;
	background: linear-gradient(-45deg, #0078bd, #4da6f7, #0078bd);
	top: 0;
	left: 0;
	height: 100%;
	width: calc(100% + 200px);
	z-index: 0;
}
.half-w-r {
	padding: 120px 0 60px 0;
    width: calc(100% - 100px) !important;
    margin: 0 auto !important;
}
.row.half-w-r .col:last-child {
	padding: 0 15px 30px;
}
.title-prd1 h3 {
	font-size: 28px;
	font-weight: bold;
	color: #111;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	position: relative;
}
.title-prd1 h3 span {
	font-size: 22px;
	display: block;
}
.title-prd1 h3:after {
	content: '';
	display: block;
	background: #0078bd;
	width: 40px;
	height: 5px;
	bottom: 0;
	left: 0;
	position: absolute;
}
.blk-txt {
	color: #111;
}
.no-pdb {
	padding-bottom: 0;
}
.prd-blk-r {
	padding: 0 120px !important;
}
.blue-link {
	color: #0078bd;
	text-decoration: underline;
}
.blue-link:hover {
	color: #003ebd;
}
.title-br-blue h3 {
	font-size: 20px;
	font-weight: bold;
	color: #111;
	padding-left: 15px;
	margin: 0 0 30px 0;
	border-left: solid 5px #0078bd;
}
.or-img.img img {
	width: auto;
}
.title-h3 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #111;
	margin: 0 0 20px 0;
}
.table-prd table {
	border-collapse: collapse;
	border: solid 1px #c4c4c4;
	width: 100%;
}
.table-prd table td {
	border: solid 1px #c4c4c4;
	padding: 8px 10px;
	text-align: center;
}
.table-prd table tr td:first-child {
	text-align: left;
}
.a-center {
	text-align: center;
}
.checkbox-row label {
	margin-right: 30px;
	display: inline-block;
}
.required {
	color: #ff0000
}
.form-gr {
	margin-bottom: 20px;
}
.form-gr label {
	margin-bottom: 10px;
}

.form-gr label.error{
	color: #b60d0d;
}
.form-gr input.error{
    border: 2px solid #b60d0d !important;
}
.form-gr input[type="checkbox"].error{
	box-shadow: 0px 0px 0px 1px #b60d0d;
}
.form-gr input[type=text],
.form-gr input[type=tel],
.form-gr input[type=email],
.form-gr input[type=phone] {
	width: 80%;
	height: 48px;
	line-height: 48px;
	box-shadow: 0 0 0;
	border: solid 1px #c4c4c4;
	border-radius: 5px;
}
.form-dl .form-gr input[type=text],
.form-dl .form-gr input[type=tel],
.form-dl .form-gr input[type=email],
.form-dl .form-gr input[type=phone] {
	width: 100%;
}
.form-gr textarea {
	width: 100%;
	min-height: 200px;
	resize: vertical;
	box-shadow: 0 0 0;
	border: solid 1px #c4c4c4;
	border-radius: 5px;
}
.form-dl .form-gr input.error{
    border: 2px solid #b60d0d;
}
.form-dl .form-gr input[type="checkbox"].error{
	box-shadow: 0px 0px 0px 1px #b60d0d;
}
.form-dl .gg-captcha{
	margin-bottom: 20px;
}
.form-dl .gg-captcha .g-recaptcha > div{
	margin: auto;
}
.radio-gr label {
	font-weight: normal;
	margin-bottom: 5px;
}
.checkbox-gr label {
	font-weight: normal
}
.form-ct .submit {
	background: #0078bd;
	color: #fff;
	padding: 0 30px;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	box-shadow: 0 0 0;
	margin-right: 0;
}
.form-ct .submit:hover {
	background: #003ebd;
}
.form-ct .submit i{
	display: none;
}
.form-ct .submit.loading i{
	display: inherit;
}
.list-cb {
	display: flex;
	flex-wrap: wrap;
}
.list-cb .item-4 {
	width: 25%;
	padding: 0 20px;
}
.list-cb label {
	margin-bottom: 30px;
}
.list-cb label > div:first-child {
	position: relative;
}
.list-cb label input {
	position: absolute;
	top: 15px;
	left: 0;
}
.list-cb h4 {
	font-size: 24px;
	font-weight: bold;
	color: #111;
	display: inline-block;
	min-height: 75px;
	padding-left: 30px;
}
.list-cb h4 small {
	font-size: 18px;
	display: block;
}
.list-cb span {
	font-size: 16px;
	color: #555555;
	display: block;
	margin-top: 10px;
	font-weight: normal;
}

@media (max-width: 1366px) {
	.section.mainvs-bg {
		min-height: 500px !important;
		height: 500px;
	}
	.blue-grad-bg:after {
		width: calc(100% + 400px);
	}
	.half-w-r {
		width: calc(100% - 40px) !important;
	}
	.prd-blk-r {
		padding: 0 50px !important;
	}
}
@media (max-width: 1200px) {
	.list-cb .item-4 {
		width: 33.3333%;
	}
}
@media (max-width: 991px) {
	.section.mainvs-bg {
		min-height: 380px !important;
		height: 380px;
	}
	.title-big h2,
	.title-big2 h2 {
		font-size: 32px;
	}
	.title-big span,
	.title-big2 span {
		font-size: 20px;
	}
	.title-big,
	.title-big2 {
		margin-bottom: 30px;
	}
	/* .section1 {
		padding: 90px 0 !important;
	}
	.section-tit .col-inner {
		padding-top: 90px !important
	}
	.sect-list .row.row-list > .col > .col-inner {
		padding-top: 90px !important; 
		padding-bottom: 40px !important;
	} */
	.half-w-r {
		padding: 90px 0 0 0;
	}
	.title-prd1 h3 {
		font-size: 24px;
	}
	.title-prd1 h3 span {
		font-size: 18px;
	}
	.section2 .col {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	.half-w-r {
		width: 100% !important;
	}
	.section2 .row .col:last-child .img .img-inner {
		top: 0;
	}
	.prd-blk-r {
		padding: 0 !important;
	}
	.list-cb h4 {
		font-size: 22px;
		min-height: 60px;
		padding-left: 30px;
	}
	.list-cb label input {
		top: 9px;
	}
	.list-cb h4 small {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	body, p, label {
		font-size: 14px;
	}
	.section.mainvs-bg {
		min-height: 250px !important;
		height: 250px;
	}
	.title-big h2,
	.title-big2 h2 {
		font-size: 28px;
	}
	.title-big span,
	.title-big2 span {
		font-size: 18px;
		margin-bottom: 0;
	}
	.title-big,
	.title-big2 {
		margin-bottom: 20px;
	}
	.section1 .col {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	.section1 {
		padding: 70px 0 !important;
	}
	/* .section-tit .col-inner {
		padding-top: 70px !important
	} */
	/* .sect-list .row.row-list > .col > .col-inner {
		padding-top: 70px !important; 
		padding-bottom: 20px !important;
	} */
	.half-w-r {
		padding: 70px 0 0 0;
	}
	.half-w-r .col {
		padding-left: 0;
		padding-right: 0;
	}
	.title-prd1 h3 {
		font-size: 20px;
		padding: 0 0 20px 0;
    	margin: 0 0 20px 0;
	}
	.title-prd1 h3 span {
		font-size: 16px;
	}
	.mrt-30 {
		margin-top: 20px;
	}
	.video-blk:after {
		display: none;
	}
	.video-blk {
		padding: 0;
	}
	.info-w-table table td {
		padding: 7px 10px;
		font-size: 14px;
	}
	.blue-btn1,
	.white-btn {
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
	}
	.blue-btn1.icon1 {
		padding-right: 40px;
	}
	.blue-btn1.icon1:after {
		top: 9px;
	}
	.form-gr input[type=text],
	.form-gr input[type=tel],
	.form-gr input[type=email],
	.form-gr input[type=phone] {
		width: 100%;
		height: 42px;
		line-height: 42px;
	}
	.list-cb label img {
		width: 100%;
	}
	.list-cb h4 {
		font-size: 18px;
		min-height: 0;
		padding-left: 30px;
	}
	.list-cb label input {
		top: 7px;
	}
	.list-cb h4 small {
		font-size: 13px;
	}
	.list-cb span {
		font-size: 13px;
	}
	.list-cb .item-4 {
		width: 50%;
	}
	.list-cb label {
		display: flex;
		flex-direction: column-reverse;
	}
	.list-cb label > div:first-child {
		margin-top: 10px;
	}
}
@media (max-width: 549px) {
	.section.mainvs-bg {
		min-height: 200px !important;
		height: 200px;
	}
	.section1 {
		padding: 50px 0 !important;
	}
	.section-tit .col-inner {
		padding-top: 50px !important
	}
	.sect-list .row.row-list > .col > .col-inner {
		padding-top: 50px !important; 
		padding-bottom: 0 !important;
	}
	.half-w-r {
		padding: 50px 0 0 0;
	}
	.col {
		padding-bottom: 10px;
	}
	.info-w-table table td:first-child {
		min-width: 100px;
	}
}
@media (max-width: 320px) {
	
}
/**
	Custom by Tu 
*/
.nav-box>li.active>a, .nav-pills>li.active>a{
    padding: 10px;
}

.fbc-page .fbc-wrap .fbc-items li:first-child{
    margin-left: 0 !important;
    padding-left: 0;
}

.col-inner ol li{
	margin: inherit ;
}

.header-nav .pll-parent-menu-item .nav-top-link span{
	display: none;
}
.form-ct .a-center.captcha{
	padding: 15px 30%;

	.wrapper-capt{
		
        padding: 7px;
        background: #7e7e7e;
        border-radius: 10px;
		position: relative;
		#generated-captcha {
			text-decoration: line-through;
			font-weight: bold;
			text-align: center;
			font-size: 20px;
			/* background-color: #ede7f6; */
			border-radius: 6px;
			border: none;
			padding: 6px;
			outline: none;
			color: #1d1d1d;
            margin-bottom: 10px;
		}
		#entered-captcha {
			/* border: 2px solid #c5c7f7; */
			font-family: monospace;
			outline: none;
			border-radius: 6px;
			padding: 8px 15px;
			font-size: 12px;
            margin-bottom: 0;
		}
		#generate-new{
			position: absolute;
			bottom: 11px;
            right: 10px;
			cursor: pointer;
		}
	}
}

br.mobile{
	display: none;
}
@media (max-width: 767px) {
	br.mobile{
		display: block;
	}
	.title-big .sub-txt {
		font-size: 11px;
	}
}