/*
* Theme Name: forklift
* Description:
* Theme URI: Lino 2024
* Version: 1.0
* Theme Author: ゴーリエム
* Author URI:
* Tags: basic
* Textdomain:
* Languages Folder: /languages
*/
/* Default---------------------------------------------- */

html {
	min-height: 100%;
}
img {
	max-width: 100%;
}
body {
	font-family: 'LINESeedJP';
	font-size: 13px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5{
	font-family: 'LINESeedJP-bold';
}
@font-face {
	font-family: DisplayLight;
	src: url("css/fonts/SF-Pro-Display-Light.otf") format("opentype");
}
.bl1-color{
	color: #004B9E;
}
.bl2-color{
	color: #10A38F;
}
.top-title{
	background: #FFD100;
}
.top-title p{
	font-size: 9px;
	padding: 2px 30px;
}
header{
	position: fixed;
	width: 100%;
	z-index: 100;
}
#primary{
	padding-bottom: 120px;
	padding-top: 95px;
}
.menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #ffffff;
	z-index: 10;
	-webkit-box-shadow: 0 5px 7px -6px black;
	-moz-box-shadow: 0 5px 7px -6px black;
	box-shadow: 0 5px 7px -6px black;
}
.menu .menu-left {
	padding-left: 30px;
}
.menu .menu-right {
	display: flex;
	align-items: center;
	height: 80px;
}
a.menu-right-tell{
	padding: 0 30px;
	height: 100%;
	display: flex;
	align-items: center;
	color: #004B9E;
}
a.menu-right-kitagawa{
	background: #004B9E;
	padding: 0 35px;
	height: 100%;
	display: flex;
	align-items: center;
}
a.menu-right-contact{
	background: #FFD100;
	padding: 0 20px;
	height: 100%;
	display: flex;
	align-items: center;
}
a.menu-right-tell div p:nth-child(1){
	display: flex;
	align-items: center;
	font-size: 30px;
	font-family: 'din';
}
::placeholder {
	color: #A8A8A8;
	font-family: 'LINESeedJP';
}
a.menu-right-tell div p:nth-child(1) img{
	padding-right: 5px;
}
a.menu-right-tell div p:nth-child(2){
	font-size: 11px;
}
.mv{
	padding-top: 35px;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv-content {
	overflow: hidden;
}
.mv-content p:nth-child(1){
    font-size: 40px;
	padding-bottom: 30px;
	font-family: 'LINESeedJP-bold';
}
.mv-content p:nth-child(2){
    font-size: 20px;
	padding-bottom: 30px;
}
.mv-content .list-logo-mv{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -6px;
}
.mv-content .list-logo-mv img{
	width: 170px;
}
.navbar-forklift{
	background: #F4F4F4;
	display: flex;
	justify-content: center;
}
.navbar-forklift a:hover{
	color: white;
	transition: all 0.3s;
	letter-spacing: 5px;
}
.navbar-forklift a.navbar-rental:hover{
	background: #10A38F;
}
.navbar-forklift a.navbar-resale:hover{
	background: #004B9E;
}
.navbar-forklift a {
	transition: all 0.3s;
}
.navbar-rental{
	background: #B0DBD6;
	color: #FFFFFF;
	width: 377px;
	padding: 25px 0;
	font-size: 35px;
	text-align: center;
	line-height: 0.8;
	font-family: 'LINESeedJP-bold';
}
.navbar-rental-active{
	background: #10A38F;
}
.navbar-resale{
	background: #AAC1DA;
	color: #FFFFFF;
	width: 377px;
	padding: 25px 0;
	font-size: 35px;
	text-align: center;
	line-height: 0.8;
	font-family: 'LINESeedJP-bold';
}
.navbar-resale-active{
	background: #004B9E;
}
.navbar-forklift span{
	font-size: 15px;
}
.rental-page .navbar-forklift{
	border-bottom: 15px solid #10A38F;
}
.resale-page .navbar-forklift{
	border-bottom: 15px solid #004B9E;
}
.ct1{
	padding-bottom: 100px;
}
.ct1-title {
	padding: 100px 0 50px 0;
	text-align: center;
}
.ct1-title a{
	width: 529px;
	display: inline-block;
	margin-bottom: 40px;
}
.ct1-title a:hover{
	box-shadow: 0 0 50px 5px #004b9e7a;
	transition: 0.5s ease;
	opacity: 0.8;
}
.resale-page .ct1-title a:hover{
	box-shadow: 0 0 50px 5px #6cf1c67a;
}
.ct1-title p{
	font-size: 22px;
	padding-bottom: 15px;
	font-family: 'LINESeedJP-bold';
}
.ct1-title h2{
	font-size: 40px;
	color: #10A38F;
}
ul.ct1-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
ul.ct1-grid li.ct1-list{
	width: 352px;
	border: 2px solid #10A38F;
	margin-bottom: 40px;
	margin-left: 22px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
ul.ct1-grid li.ct1-list{
	transition: 0.5s ease;
}
ul.ct1-grid li.ct1-list a img{
	height: 253px;
	width: 100%;
	object-fit: cover;
}
.rental-page ul.ct1-grid li.ct1-list:hover{
	box-shadow: rgb(16 163 143) 0 4px 12px;
}
.resale-page ul.ct1-grid li.ct1-list:hover{
	box-shadow: rgb(0 75 158) 0 4px 12px;
}
ul.ct1-grid li.ct1-list:nth-child(1),
ul.ct1-grid li.ct1-list:nth-child(4),
ul.ct1-grid li.ct1-list:nth-child(7){
	margin-left: 0;
}
li.ct1-list .item-text{
    padding: 15px;
}
li.ct1-list .item-text h2{
	font-size: 17px;
	margin-bottom: 15px;
	height: 38px;
	color: black;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
li.ct1-list .item-text .ct1-describe{
	font-size: 13px;
	height: 38px;
	color: black;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
li.ct1-list .item-text .ct1-price{
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	background: #10A38F;
	color: #ffffff;
	padding: 15px 10px;
	font-family: 'LINESeedJP-bold';
}
li.ct1-list .item-text .ct1-price .ct1-price-span1{
	font-size: 17px;
}
li.ct1-list .item-text .ct1-price .ct1-price-span2{
	font-size: 13px;
}

.pagination {
	display: flex;
	justify-content: center;
}

.pagination a {
	background-color: #10A38F;
	color: white;
	border: 1px solid #10A38F;
	float: left;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: background-color .3s;
	margin: 0 8px;
	font-size: 19px;
	line-height: 1;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.pagination a.active {
	background-color: #FFFFFF;
	color: #10A38F;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.rental-page .pagination a:hover{
	color: #10A38F;
	background: #eeeeee;
}
.ct2{
	background: #F4F4F4;
	padding: 80px 0;
}
.ct2 .ct2-1{
	background: #ffffff;
	padding: 67px 0;
}
.ct2 .ct2-1 h2{
	font-size: 25px;
	padding-bottom: 35px;
	text-align: center;
	color: #10A38F;
}
.tb-rental{
	margin: auto;
	font-size: 15px;
	margin-bottom: 10px;
}
.ct2-1-note{
    width: 900px;
    margin: auto;
    text-align: right;
	font-weight: bold;
	margin-bottom: 62px;
}
.tb-rental th{
	border: 1px solid #10A38F;
	text-align: center;
	background: #25C3AD;
	color: #FFFEEB;
	padding: 10px 0;
    /*font-weight: unset;*/
	font-weight: normal;
    font-family: 'LINESeedJP-bold';
}
.tb-rental td.td-bold{
	background-color: #F4F4F4;
	font-family: 'LINESeedJP-bold';
}
.tb-rental td{
	border: 1px solid #10A38F;
	text-align: center;
	padding: 10px 0;
	font-weight: unset;
}

.tb-rental .th1{
	width: 240px;
	padding: 30px 0;
}
.tb-rental .th2{
	width: 145px;
}
.tb-rental .th3{
	width: 515px;
}
.tb-rental .th4{
	width: 660px;
}
.tb-rental .th3 th{
	width: 50%;
}
.tb-rental .th4 th{
	width: 50%;
}

.ct3{
	background: #10A38F;
	padding: 100px 0;
}
.ct3-title{
	text-align: center;
	padding-bottom: 55px;
}
.ct3-title img{
	padding-bottom: 27px;
}
.ct3-title h2{
	padding-bottom: 10px;
	font-size: 40px;
	color: #ffffff;
}

.single-page-rental .ct3-1{
	border: 1px solid #10A38F;
}
.single-page-rental .ct3-title h2{
	color: #10A38F;
}
.single-page-rental .ct3-title p{
	color: #10A38F;
}
.single-page-resale .ct3-1{
	border: 1px solid #004B9E;
}
.single-page-resale .ct3-title h2{
	color: #004B9E;
}
.single-page-resale .ct3-title p{
	color: #004B9E;
}
.ct3-title p{
	font-size: 20px;
	color: #ffffff;
}
.ct3-1{
	background: #ffffff;
	padding: 60px 100px;
}
.ct3-1a{
	padding-bottom: 30px;
}
.ct3-1-left{
	background: #D9EFEC;
	width: 106px;
	float: left;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ct3-1-right p{
	color: #FFFEEB;
	font-size: 20px;
	font-family: 'LINESeedJP-bold';
}
.ct3-1-right{
	background: #10A38F;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	padding: 0 20px;
}
.ct3-1-right img{
	width: 26px;
}
.ct3-1a label{
	padding-top: 40px;
	font-size: 20px;
	padding-left: 15px;
}
.ct3-1a input[type=checkbox]{
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
	transform: scale(2);
	margin-top: -6px;
	margin-left: 7px;
}

.ct3-1a ul.type-list{
	display: flex;
	flex-wrap: wrap;
}
.ct3-1a ul.type-list li{
	width: 33%;
}
.ct3-1b{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}
.ct3-1b1{
}
.ct3-1b .ct3-1a-title{
	width: 436px;
}
.ct3-1b .ct3-1b1-search{
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
}
.ct3-1b .ct3-1b1-search p{
	color: #C9C9C9;
}
.ct3-1b .ct3-1b1-search select{
	width: 200px;
	border-color: #C9C9C9;
	padding: 15px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("./img/br_down.svg") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
	background: url("./img/br_down.svg") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}
.rental-page .search-btn:hover{
	color: #10A38F;
}
.resale-page .search-btn:hover{
	color: #004B9E;
}
.search-btn{
	display: block;
	width: 436px;
	margin: auto;
	color: #FFFFFF;
	background: #FFD100;
	font-size: 30px;
	text-align: center;
	padding: 15px 0;
	border-radius: 10px;
	border: none;
	font-family: 'LINESeedJP-bold';
}
.ct4{
	padding: 100px 0;
}
.ct4 h2.ct4-title{
	font-size: 40px;
	color: #10A38F;
	padding-bottom: 55px;
	text-align: center;
}
.ct4-1a {
    border: 1px solid #10A38F;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.ct4-1a-text{
	padding-left: 120px;
}
.ct4-1-number{
	position: absolute;
	font-size: 43px;
	font-weight: bold;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #10A38F;
	color: #ffffff;
}
.ct4-1a-text h2{
    font-size: 28px;
    padding: 25px 0;
}
.ct4-1a-text p{
    font-size: 15px;
    padding-bottom: 30px;
}
.ct4-1a-text div div a.ct4-1a-tell{
	width: 50%;
	height: 58px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	color: #004B9E;
}
.ct4-1a-text div div a.ct4-1a-tell img{
	padding-right: 5px;
}
.ct4-1a-text div div{
	display: flex;
	align-items: center;
    padding-bottom: 30px;
}
.ct4-1a-text div div a.ct4-1a-contact{
	width: 200px;
	background: #FFD100;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ct4-1a-icon{
	display: flex;
	align-items: center;
	padding-right: 60px;
}
.ct4-1a-tell span:nth-child(1){
	display: flex;
	align-items: center;
	font-size: 30px;
	font-family: 'din';
	line-height: 1;
}
.ct4-1a-tell span:nth-child(2){
	font-size: 11px;
	line-height: 1;
}
.ct4 .arrow-down{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #10A38F;
	margin: 20px 0;
	margin-left: 50%;
}
.ct4-1c .ct4-1a-text p {
	padding-bottom: 70px;
}
.ct5-bt{
	background: #FFFEEB;
    padding: 30px 40px;
	margin-bottom: 40px;
}
.ct5-bt h2{
	font-size: 25px;
	padding-bottom: 15px;
}
.ct5-bt p{
	font-size: 15px;
    line-height: 1.8;
}
.ct5-b{
	margin-bottom: 0;
}
.ct5-c{
	background: #EDECDE;
	padding: 30px 40px;
	margin-bottom: 40px;
}
.ct5-c h2{
	font-size: 23px;
	color: #6A959B;
	padding-bottom: 15px;
}
.ct5-c p{
	font-size: 15px;
	line-height: 1.8;
}
.ct5-c1 {
	padding-top: 35px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.ct5-c1 div{
    background: #ffffff;
	padding: 10px 15px;
}
.ct5-c1 h2{
    font-size: 20px;
}

/*resale*/
.resale-page li.ct1-list .item-text .ct1-price{
	background: #004B9E;
}
.resale-page ul.ct1-grid li.ct1-list{
	border: 1px solid #004B9E;
}
.resale-page .ct1-title h2{
	color: #004B9E;
}
.ct1-manufacturer{
	border-top: 1px solid #004B9E;
	border-bottom: 1px solid #004B9E;
	margin-top: 15px;
	padding: 5px 0;
	color: black;
}
.resale-page .pagination a{
	background-color: #004B9E;
	border: 1px solid #004B9E;
}
.resale-page .pagination a:hover{
	color: #004B9E;
	background: #eeeeee;
}
.resale-page .pagination a.active {
	background-color: #FFFFFF;
	color: #004B9E;
}
.resale-page .ct2a{
    background: #D2DEEB;
    padding: 100px 0;
}
.resale-page .ct2a-title{
    padding-bottom: 55px;
    text-align: center;
}
.resale-page .ct2a-title h2{
    font-size: 40px;
    padding-bottom: 10px;
	color: #004B9E;
}
.resale-page .ct2a-title p{
    font-size: 20px;
	color: #004B9E;
}
.ct2a-list{
    display: flex;
    align-items: center;
    border: 1px solid #004B9E;
    margin-bottom: 40px;
    background: #FFFFFF;
}
.ct2a-right{
    padding: 0 65px;
}
.ct2a-right h2{
    font-size: 40px;
    padding-bottom: 25px;
	color: #004B9E;
}
.ct2a-right p{
    font-size: 15px;
}
.resale-page .ct3-1-right{
	background: #004B9E;
}
.resale-page .ct3 {
	background: #004B9E;
}
.resale-page .ct3-1-left {
	background: #D2DEEB;
}

.ct5a{
	padding: 100px 0;
}
.ct5a-title{
	padding-bottom: 55px;
	text-align: center;
}
.ct5a-title h2{
	font-size: 40px;
	padding-bottom: 10px;
	color: #004B9E;
}
.ct5a-title p{
	font-size: 20px;
	color: #004B9E;
}
.ct5a-1{
	display: flex;
	justify-content: space-between;
}
.ct5a-list{
	width: 326px;
	display: flex;
	flex-direction: column;
}
.ct5a-list img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.ct5a-text h3{
	font-size: 12px;
	padding: 15px 0 8px 0;
	color: #004B9E;
}
.ct5a-text h2{
	font-size: 20px;
	padding-bottom: 8px;
	color: #004B9E;
}
.ct5a-text p{
	font-size: 15px;
	color: black;
}
.ct5a-btn{
	display: block;
	width: 436px;
	margin: auto;
	color: #000000;
	background: #ffffff;
	font-size: 20px;
	text-align: center;
	padding: 25px 0;
	border: 1px solid #707070;
	border-radius: 10px;
	margin-top: 70px;
}
.resale-page .ct4 h2.ct4-title{
	color: #004B9E;
}
.resale-page .ct4-1-number{
	background: #004B9E;
}
.resale-page .ct4 .arrow-down{
	border-top: 20px solid #004B9E;
}

.section-title {
	text-align: center;
	padding-top: 120px;
	padding-bottom: 40px;
	color: #10A38F;
}
.section-title h2{
	font-size: 40px;
	padding-top: 27px;
	padding-bottom: 5px;
}
.section-title p{
	font-size: 20px;
}
/*product*/
.breadcrumbs{
	padding: 10px;
}
.breadcrumbs{
	font-size: 8px;
}
.breadcrumbs a{
	color: black;
}
.breadcrumbs a:hover{
	color: #004B9E;
}

.single-product{
	padding: 100px 0;
}
.single-product .single-title h3{
	font-size: 20px;
	font-family: 'LINESeedJP-bold';
	padding-bottom: 15px;
}
.single-product .single-title h2{
	font-size: 30px;
	font-family: 'LINESeedJP-bold';
	padding-bottom: 15px;
}
.single-product .single-title p{
	font-size: 13px;
	padding-bottom: 35px;
}
.single-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.single-content .single-pd-left{
	width: 500px;
}
.single-content .single-pd-right{
	width: 529px;
}

.single-pd-photo-row .column {
	float: left;
	width: 110px;
	margin-right: 20px;
	padding-top: 20px;
}
.single-pd-photo-row .column:nth-child(4) {
	margin-right: 0;
}
.single-pd-photo-row .column img {
	opacity: 0.8;
	cursor: pointer;
}

.single-pd-photo-row .column img:hover {
	opacity: 1;
}
.single-pd-photo-row:after {
	content: "";
	display: table;
	clear: both;
}
.single-pd-photo {
	position: relative;
}
.single-pd-right-price{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.single-pd-right-price div{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 72%;
	border-bottom: 1px solid #FF0000;
	margin-bottom: 20px;
}
.single-pd-right-price h4{
	font-size: 15px;
}
.single-pd-right-price h4 span{
	font-size: 34px;
	color: #FF0000;
}
.single-pd-right-info table{
	width: 100%;
}
.single-pd-right-info th{
	width: 20%;
	text-align: center;
	border: 1px solid #1D2330;
	background: #F4F4F4;
	padding: 20px 0;
	font-size: 15px;
	font-family: 'LINESeedJP-bold';
	font-weight: normal;
	/*font-weight: bold!important;*/
}
.single-pd-right-info td{
	width: 30%;
	text-align: center;
	border: 1px solid #1D2330;
	padding: 20px 0;
	font-size: 15px;
	font-family: 'LINESeedJP';
	font-weight: unset;
}
.single-pd-right-info .txt-left{
	text-align: left;
	padding-left: 50px;
    padding-right: 5px;
}
.single-pd-right a{
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 8px;
	font-size: 20px;
	color: #ffffff;
	background: #10A38F;
	padding: 20px;
	margin-top: 40px;
	font-family: 'LINESeedJP-bold';
}
.single-pd-right a i{
	float: right;
	font-size: 30px;
}
.rental-page .single-pd-right a:nth-child(4){
    margin-top: 20px;
    background: #6EBCC6;
}
.resale-page .single-pd-right a:nth-child(4){
    margin-top: 20px;
    background: #5A82DB;
}
.resale-page .single-pd-right a{
	background: #004B9E;
}
.single-page .ct3{
	background: unset;
}

/*search-page*/
.search-title{
	background: #10A38F;
	text-align: center;
	padding-top: 40px;
}
.resale-page .search-title{
	background: #004B9E;
}
.search-title h2{
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 40px;
	color: #ffffff;
}
.search-page .ct1-title p {
	font-size: 22px;
	padding-top: 30px;
	padding-bottom: 0;
	font-weight: bold;
}
.search-info .comma:last-child {
	display: none;
}
/*privacy*/
.privacy-form .section-title{
	color: #004B9E;
	padding-bottom: 70px;
}
.privacy-form .privacy-content{
	border: 1px solid #004B9E;
	padding: 60px 50px;
	margin-bottom: 25px;
}
.privacy-content p{
	font-size: 19px;
	padding-bottom: 60px;
	padding-top: 18px;
}
.privacy-content ul{
	padding-left: 20px;
}
.privacy-content ul li{
	font-size: 16px;
}
.privacy-content ul li p{
	font-size: 16px;
}
.privacy-back a{
	width: 95px;
	display: inline-block;
}
.privacy-back img{
	width: 100%;
	margin-right: 10px;
}

.resale-form .breadcrumbs,
.rental-form .breadcrumbs,
.contact-form .breadcrumbs,
.privacy-form .breadcrumbs{
	background: #F4F4F4;
}


/*news*/
.news-content{
	padding-top: 115px;
}
.grid_box{
	border: 1px solid #707070;
	margin-bottom: 40px;
}
.grid_box a{
	color: black;
	display: flex;
	padding: 20px;
}
.grid_box a img{
	width: 22.5%;
	height: 106px;
	object-fit: cover;
}
.grid_box a .product-text{
	width: 77.5%;
	padding-left: 30px;
}
.product-category{
	font-size: 10px;
	padding-bottom: 18px;
	padding-top: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.product-category span{
	color: #ffffff;
	background: #FF0000;
	font-family: 'LINESeedJP-bold';
	padding: 3px 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.product-about{
	font-size: 18px;
	font-family: 'LINESeedJP-bold';
}
.grid_box:hover {
	box-shadow: rgb(0 75 158) 0 4px 12px;
}
.entry-header .post_category{
	font-size: 16px;
	color: #ffffff;
	background: #FF0000;
	font-family: 'LINESeedJP-bold';
	padding: 0 8px;
	margin-right: 20px;
}
.entry-header .posted-on {
	font-size: 16px;
}
.entry-header .entry-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding-bottom: 20px;
}
.entry-header .entry-title {
	font-size: 30px;
	padding-bottom: 45px;
}
.entry-content {
	font-size: 20px;
	padding-bottom: 100px;
}
.post_navigation{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post_navigation a {
	font-size: 20px;
	border: 1px solid #707070;
	padding: 5px 25px;
}
.post_navigation a:hover {
	box-shadow: rgb(0 75 158) 0 4px 12px;
}




.pagination-news {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

.pagination-news a {
	background-color: #FFFFFF;
	color: #004B9E;
	border: 1px solid #004B9E;
	float: left;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: background-color .3s;
	margin: 0 8px;
	font-size: 19px;
	line-height: 1;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.pagination-news li span{
	float: left;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: background-color .3s;
	margin: 0 8px;
	font-size: 19px;
	line-height: 1;
	border-radius: 5px;
}
.pagination-news li.active span{
	background-color: rgba(0, 75, 158, 0.42);
	color: white;
	border: 1px solid #004B9E;
}
.pagination-news .prev,
.pagination-news .n{
    background-color: #004B9E;
	color: white;
}
.pagination-news a:hover:not(.active) {
	background-color: #f51600;
	color: #ffffff;
}
.sidebar ul{
	border: 1px solid #004B9E;
}
.sidebar ul li{
	border: 1px solid #004B9E;
	font-size: 16px;
	color: #004B9E;
}
.sidebar ul li h2{
	font-size: 18px;
	color: #ffffff;
	background-color: #004B9E;
	text-align: center;
	padding: 10px;
}
.sidebar ul li a{
	color: #004B9E;
	padding: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sidebar ul li a:hover{
	background-color: #D8EBFF;
	font-weight: bold;
}
.sidebar ul li a.active i{
	display: none;
}
.sidebar ul li a:hover i{
	transform: scale(1.1);
	transform: translateX(8px);
}
.sidebar ul li a.active{
	background-color: #D8EBFF;
	padding: 10px;
}



    /*footer*/
.ft-contact{
	background: #F4F4F4;
	text-align: center;
	padding-bottom: 70px;
}
.ft-contact h2{
	font-size: 20px;
	padding: 50px 0;
}
.ft-contact-method {
	display: flex;
	justify-content: center;
	text-align: left;
}
.ft-contact-method div{
	padding: 0 50px;
}
.ft-contact-method p{
	font-size: 18px;
	padding-bottom: 20px;
}
.ft-contact-tell a{
	color: #004B9E;
}
.ft-contact-tell a span:nth-child(1) {
    display: flex;
    align-items: center;
    font-size: 39px;
    font-family: 'din';
}
.ft-contact-tell a img {
	width: 40px;
	padding-right: 10px;
}
.ft-contact-tell a span:nth-child(2) {
	font-size: 14px;
}
.ft-contact-form a{
	width: 285px;
	background: #FFD100;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ft-contact-form img{
	width: 60%;
}
.ft-menu{
	background: #E5E5E5;
	padding: 20px 0;
	text-align: center;
	color: #004B9E;
}
.ft-menu a{
	font-size: 15px;
	color: #004B9E;
	padding: 0 5px;
}
.ft-logo{
	background: #004B9E;
	text-align: center;
	padding: 100px 0 100px 0;
}

.ct-banner{}

/*animation*/

.animate__animated.animate__delay-0_3s {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.3);
	animation-delay: calc(var(--animate-delay) * 0.3)
}
.animate__animated.animate__delay-0_5s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.5);
	animation-delay: calc(var(--animate-delay) * 0.5)
}
.animate__animated.animate__delay-0_7s {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.7);
	animation-delay: calc(var(--animate-delay) * 0.7)
}
.animate__animated.animate__delay-1_1s {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	-webkit-animation-delay: calc(var(--animate-delay) * 1.1);
	animation-delay: calc(var(--animate-delay) * 1.1)
}
.animate__animated.animate__delay-1_8s {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
	-webkit-animation-delay: calc(var(--animate-delay) * 1.8);
	animation-delay: calc(var(--animate-delay) * 1.8)
}
.animate__animated.animate__delay-2_3s {
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.3);
	animation-delay: calc(var(--animate-delay) * 2.3)
}
.animate__animated.animate__delay-2_6s {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.6);
	animation-delay: calc(var(--animate-delay) * 2.6)
}
.animate__animated.animate__delay-2_9s {
	-webkit-animation-delay: 2.9s;
	animation-delay: 2.9s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.9);
	animation-delay: calc(var(--animate-delay) * 2.9)
}