﻿@charset "UTF-8";
@import "base.css";
@import "font-family.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: #35b557;
}
a:hover, a:active {
	color: #35b557;
	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;
}
p, dd, td, th, li {
	line-height: 1.8em;
}
#totop {
	position: fixed;
	bottom: 150px;
	right: 15px;
	z-index: 99;
	margin-bottom: 0;
	width: 60px;
}
.bold {
	font-weight: bold;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body {
	color: #666666;
	font-family: 'UTMAvo', sans-serif;
}
.image-l {
	float: left;
	margin: 0 30px 10px 0;
}
.image-r {
	float: right;
	margin: 0 0 10px 30px;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#wrapper {
	min-width: 1170px;
	overflow: hidden;
}
.container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
img {
	max-width: 100%;
}
.sp {
	display: none;
}
#header {
	padding: 15px 0 50px;
	background: url(../W_images/map.jpg) no-repeat right top;
	background-size: 50% auto;
}
#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	margin: 0;
	width: 150px;
}
.h-com {
	margin: 0;
	text-align: right;
	font-size: 25px;
	text-transform: uppercase;
	color: #155767;
	font-weight: bold;
	line-height: 1.1em;
}
.h-com span {
	display: block;
	font-size: 18px;
	color: #000;
}
.h-hotline {
    margin: 0;
    background: url(../W_images/phone.png) no-repeat left center;
	filter: grayscale(1);
    padding: 0 0 0 33px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: left;
    line-height: 1.5em;
    background-size: 23px auto;
    margin-left: 10px;
}
.h-hotline span {
	display: block;
	font-size: 19px;
	color: #fff;
	letter-spacing: 0;
}
#gnavi {
    margin: -36px 0 -30px;
    position: relative;
    z-index: 10;
}
#gnavi.fixed {
	position: fixed;
	top: 35px;
	width: 100%;
	z-index: 9999;
}
#gnavi .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #333;
	padding: 0 30px;
}
.gnavi {
	display: flex;
}
.gnavi > li {
	position: relative;
}
.gnavi > li > a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	padding: 16px 20px;
	transition: all 0.5s ease;
	position: relative;
	text-align: center;
}
.gnavi > li > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #4891a3;
	transform: scale(0,1);
	transition: all 0.5s ease;
}
.gnavi > li:hover > a:before , .gnavi > li.active > a:before {
	transform: scale(1,1);
}
.gnavi li:nth-child(2) .submenu.EN {
	width: 215px;
}
.gnavi li:nth-child(3) .submenu {
	width: 245px;
}
.gnavi li:nth-child(3) .submenu .subsubmenu {
	width: 235px;
}
.gnavi li:nth-child(5) .submenu.VN {
	width: 230px;
}
.submenu {
	position: absolute;
	background: #4891a3;
	padding: 3px;
	z-index: 10;
	width: 200px;
	display: none;
}
.submenu a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 20px;
	transition: all 0.5s ease;
	position: relative;
	z-index: 0;
}
.submenu a:hover {
	color: #fff;
	background: #155767;
}
.submenu a:after {
	content: '';
	font-size: 12px;
	font-family: 'Courier', sans-serif;
	color: #155767;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: calc(100% - 40px);
	height: 2px;
	border-bottom: 2px solid teal;
	z-index: -1;
}
.submenu > li:last-child > a:after, .submenu li > a:hover:after {
	display: none;
}
.subover {
	position: relative;
}
.subsubmenu {
	position: absolute;
	left: calc(100% + 5px);
	width: 200px;
	background: #4891a3;
	top: 0;
	display: none;
	padding: 3px;
}
.subsubmenu a {
	display: block;
	color: #fff;
	padding: 7px 20px;
	font-size: 14px;
}
.subsubmenu a:hover {
	background: #155767;
}
.gnv-right {
	display: flex;
	align-items: center;
	order: 2;
}
.gnv-sttl {
	margin: 0;
	width: 40px;
	height: 40px;
	background: #1f883b;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.5s ease;
}
.gnv-search {
	position: relative;
}
.gnv-lang {
	display: flex;
	margin-left: 30px;
}
.gnv-lang li {
	line-height: 0;
	border-right: 2px solid #fff;
	padding: 3px 10px 7px;
}
.gnv-lang li:last-child {
	border: none;
}
.gnv-lang a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.gnv-social {
	display: flex;
	align-items: center;
}
.gnv-social li {
	line-height: 0;
	margin: 0 15px;
}
.gnv-social {
	display: flex;
	align-items: center;
	border-left: 1px dashed #fff;
	padding-left: 15px;
	margin-left: 20px;
}
.gnv-sform {
	position: absolute;
	left: calc(50% - 125px);
	z-index: 10;
	top: 42px;
	background: #f1f1f1;
	padding: 7px;
	width: 250px;
	display: none;
}
.gnv-sform .form {
	display: flex;
}
.gnv-sform input {
	width: calc(100% - 70px);
	border: none;
	padding: 5px 10px;
	font-size: 12px;
	outline: none;
}
.gnv-sform button {
	outline: none;
	border: none;
	background: #144767;
	font-size: 11px;
	color: #fff;
	padding: 4px 10px 6px;
	width: 70px;
}
.main-slide .main-img {
	margin: 0;
}
.main-slide .main-img img {
	width: 100%;
	max-width: none;
}
.main-slide .slick-prev, .main-slide .slick-next {
	bottom: 50%;
}
.main-info {
	position: absolute;
	z-index: 10;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
}
.main-date {
	font-size: 24px;
	color: #144767;
	text-transform: uppercase;
	margin: 0;
}
.main-ttl {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 10px;
}
.main-btn {
	margin: 0 0 40px;
}
.main-btn a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 3px 30px 5px;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.main-btn a:hover {
	background: #fff;
	color: #144767;
}
.slick-arrow {
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 21px;
	border: none;
	text-indent: -5000000px;
	transition: all 0.5s ease;
	outline: none;
	cursor: pointer;
}
.slick-prev {
	background: url(../W_images/arr_prev.png) no-repeat;
	background-size: 100% auto;
	left: 3%;
}
.slick-next {
	background: url(../W_images/arr_next.png) no-repeat;
	background-size: 100% auto;
	right: 3%;
}
.slick-prev:hover {
	background: url(../W_images/arr_prev_hv.png) no-repeat;
	background-size: 100% auto;
}
.slick-next:hover {
	background: url(../W_images/arr_next_hv.png) no-repeat;
	background-size: 100% auto;
}
.main-item {
	outline: none;
}
.main-slide .slick-dots {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%
}
.main-slide .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	line-height: 0
}
.main-slide .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	border: none;
	text-indent: -50000px;
	outline: none;
	cursor: pointer
}
.main-slide .slick-dots li.slick-active button {
	background: #3e3e3e;
}
/*box01*/
.box01 {
	padding: 60px 0;
}
.box01 .container {
	display: flex;
	justify-content: space-between;
}
.b01-img {
	margin: 0;
	width: 417px;
	position: relative;
	z-index: 2;
}
.b01-main {
	width: 420px;
	background: #155767;
	color: #fff;
	padding: 20px 30px;
	position: relative;
	z-index: 2;
	order: 3;
}
.b01-ttl {
	margin: -27px -83px 0 -35px;
	width: 415px;
	position: relative;
	text-align: center;
	padding: 27px 93px 0 45px;
	z-index: 0;
	order: 2;
}
.b01-ttl:after {
	width: 100%;
	height: 268px;
	top: 0;
	left: 0;
	border: 2px solid #959595;
	content: '';
	position: absolute;
	z-index: -1;
}
.b01-ttl01 {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5em;
	text-align: center;
	margin: 0 0 8px;
}
.b01-ttl02 {
	display: block;
	font-size: 48px;
	color: #155767;
	line-height: 1.2em;
}
.b01-ttl03 {
	display: block;
	font-size: 48px;
	color: #155767;
	line-height: 1.2em;
	font-weight: bold;
	background: #fff;
}
.b01-txt {
	font-size: 16px;
	text-align: justify;
	margin: 0 0 10px;
}
.idx-btn {
	margin: 0;
}
.b01-main .idx-btn {
	text-align: right;
}
.idx-btn a, .idx-btn span {
	display: inline-block;
	text-decoration: none;
	color: #155767;
	text-transform: uppercase;
	padding: 3px 25px 5px;
	background: #fff;
	border-radius: 20px;
	transition: all 0.5s ease;
}
.idx-btn a:hover {
	background: #4891a3;
	color: #fff;
}
/*box02*/
.box02 {
    background: url(../W_images/b02_bg.jpg) no-repeat center;
    padding: 52px 2px;
    color: #fff;
    background-size: cover;
}
.idx-ttl {
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../W_images/h3_ico02.png) no-repeat bottom center;
	padding: 0 0 10px;
	margin: 0 0 30px;
	color: #155767;
}
.box02 .idx-ttl {
    color: #fff;
    top: -26px;
    position: relative;
    /* background-color: #4e7a7b; */
    height: 100%;
    width: 100%;

}
.b02-list {
	display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
   
   
}
.b02-list1{
	display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    bottom: 30px;
    gap: 79px;
}
.b02-item {
	   
    width: calc(100% / 4 - 30px);
	 margin-bottom: 30px;
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 3px 1px 10px 2px rgba(0, 0, 0, 0.25);
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.26);
	
}
.b02-item:last-child {
	border-right: none;
}
.b02-item a {
	text-decoration: none;
	color: #fff;
}

.b02-item:nth-child(n+5) {
	
	width: calc(100% / 3 - 30px);
	
}
.b02-item:nth-child(n+5) .b02-ttl {    font-size: 14px;line-height: 1.5;}
.b02-img {
	background: #144767;
	width: 100px;
	height: 100px;
	margin: 0 auto 15px;
	border-radius: 50%;
	position: relative;
	transition: all 0.5s ease;
}
.b02-img img {
	filter: brightness(10);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
}
.b02-item a:hover .b02-img img:nth-child(1) {
	opacity: 0;
}
.b02-img img:nth-child(2) {
	opacity: 0;
}
.b02-item a:hover .b02-img img:nth-child(2) {
	opacity: 1;
}
.b02-item a:hover .b02-img {
	background: #4891A3;
}
.b02-ttl {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #155767;
	line-height: 1.35em;
	margin: 0 0 5px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.b02-txt {
	font-size: 16px;
	margin: 0 0 15px;
	line-height: 1.5em;
}
.b02-item .idx-btn span {
	background: #155767;
	color: #fff;
	border: 1px solid #fff;
}
.b02-item a:hover .idx-btn span {
	background: #4891A3;
}


/*box03*/
.box03 {
	padding: 60px 0;
}
.box03 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b03-main {
	width: 350px;
	text-align: center;
}
.b03-list {
	display: flex;
	flex-wrap: wrap;
	width: 760px;
}
.idx-txt {
	margin: 0;
	font-size: 16px;
	text-align: justify;
}
.b03-item {
	width: 350px;
	margin: 0 60px 37px 0;
}
.b03-item:nth-child(2n) {
	margin-right: 0;
}
.b03-item:nth-child(3), .b03-item:nth-child(4) {
	margin-bottom: 0;
}
.b03-item a {
	text-decoration: none;
	position: relative;
	display: block;
	overflow: hidden;
}
.b03-img {
	margin: 0;
	height: 214px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.b03-img img {
	width: 100%;
}
.b03-info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 20px;
	left: 0;
	background: #155767a3;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 0;
	transition: all 0.5s ease;
}
.b03-ttl01 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0 10px;
}
.b03-ttl02 {
	font-size: 16px;
	margin: 0;
	border-bottom: 1px solid;
	padding: 0 10px 5px;
}
.b03-info:after {
	content: '+';
	position: absolute;
	font-size: 50px;
	right: 20px;
	bottom: 10px;
	line-height: 1em;
	font-family: auto;
}
.b03-item a:hover .b03-info {
	opacity: 1;
	top: 0;
}
/*box04*/
.box04 {
	background: url(../W_images/b04_bg01.png) repeat-x top center, url(../W_images/b04_bg02.png) repeat-x bottom center, url(../W_images/b04_bg.jpg) repeat;
	padding: 60px 0;
}
.b04-tabs {
	display: flex;
	justify-content: center;
	margin: 0 0 30px;
}
.b04-tabs li {
	margin: 0 5px;
	background: #e1e1e1;
	border-radius: 20px;
	padding: 3px 20px 5px;
	text-transform: uppercase;
	color: #000;
	position: relative;
	cursor: pointer;
}
.b04-tabs li.current {
	background: #155767;
	color: #fff;
}
.b04-tabs li.current:after {
	content: '';
	position: absolute;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #155767;
	left: calc(50% - 7px);
	bottom: -7px;
}
.tab-content {
	display: none;
}
.tab-content.current {
	display: inherit;
}
.b04-list {
	display: flex;
	flex-wrap: wrap;
}
.b04-item {
	width: 370px;
	margin: 0 30px 30px 0;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
.b04-item:nth-child(3n) {
	margin-right: 0;
}
.b04-item a {
	text-decoration: none;
	display: block;
	color: #fff;
	position: relative;
}
.b04-img {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.b04-img img {
	width: 100%;
	transition: all 1s ease;
}
.b04-info {
	width: 100%;
	background: linear-gradient(1deg, rgb(0 0 0), rgba(23, 23, 23, 0.45));
	padding: 0 30px 30px;
	transition: all 1s ease;
}
.b04-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	transition: all 1s ease;
}
.b04-item a:hover .b04-img:after {
	height: 200%;
}
.b04-date {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.b04-date span {
	font-size: 34px;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}
.b04-ttl {
	font-size: 18px;
	color: #4891a3;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.35em;
	margin: 0 0 10px;
}
.b04-txt {
	margin: 0;
	font-size: 16px;
	line-height: 1.5em;
}
.b04-item a:hover .b04-info {
/* bottom: 50%; */
	/* transform: translateY(50%); */
}
.b04-item a:hover img {
	transform: scale(1.1, 1.1);
}
/*footer*/
#footer {
	background: url(../W_images/f_bg.jpg) no-repeat top center;
	background-size: cover;
	color: #fff;
}
.footer01 {
	padding: 40px 0;
}
.footer01 .container {
	display: flex;
	justify-content: space-between;
}
.f-logo {
	width: 220px;
	margin: 0 0 20px;
}
.f-com {
	margin: 0;
	font-size: 9px;
	font-weight: bold;
	position: relative;
	padding-top: 10px;
}
.f-com:after {
	width: 40px;
	height: 1px;
	background: #fff;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.f-mod01 {
	width: 240px;
}
.f-mod02 {
	width: 445px;
}
.f-mod03 {
	width: 325px;
}
.f-ttl {
	font-size: 24px;
	margin: 0 0 10px;
}
.f-ttl:before {
	width: 40px;
	height: 1px;
	background: #fff;
	content: '';
	position: relative;
	display: inline-block;
	margin-right: 20px;
	top: -10px;
}
.f-add {
	line-height: 1.45em;
	margin: 0 0 5px;
	background: url(../W_images/f_ico01.png) no-repeat left 5px;
	padding-left: 40px;
}
.f-tel {
	background: url(../W_images/f_ico02.png) no-repeat 7px 5px;
	padding-left: 40px;
	margin: 0 0 5px;
}
.f-mail {
	background: url(../W_images/f_ico03.png) no-repeat 7px 8px;
	padding-left: 40px;
	margin: 0;
}
.f-mail a {
	color: #fff;
	text-decoration: none;
}
.f-txt {
	margin: 0 0 10px;
}
.f-form {
	display: flex;
}
.f-form input {
	border: none;
	background: rgba(255,255,255,0.5);
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	width: calc(100% - 90px);
	outline: none;
}
.f-form input::-webkit-input-placeholder {
 color: #fff;
}
.f-form input::-moz-placeholder {
 color: #fff;
}
.f-form input:-ms-input-placeholder {
 color: #fff;
}
.f-form input:-moz-placeholder {
 color: #fff;
}
.f-form .button {
	border: none;
	color: #fff;
	width: 90px;
	background: #155767;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}
.copyright {
	margin: 0;
	text-align: center;
	color: #3d8091;
	background: rgba(0,0,0,0.84);
	padding: 15px 0;
}
.section {
	padding: 50px 0;
}
.under-ttl {
	font-weight: bold;
	color: #144767;
	font-size: 26px;
	text-transform: uppercase;
	margin: 0 0 20px;
	line-height: 20px;
}
.under .section p:not(.under-ttl) {
	font-size: 16px;
}
.under-bg01 {
	background: #f5f5f5;
}
.under .section p:not(.under-ttl):last-child {
	margin: 0;
	line-height: 1.6;
}
.gtb02-year li {
	display: flex;
	margin: 0 0 15px;
}
.gtb02-year li span:nth-child(1) {
	color: #144767;
	font-weight: bold;
	margin-right: 60px;
	position: relative;
	font-size: 18px;
	width: 110px;
}
.gtb02-year li span:nth-child(1):after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	border: 4px solid #144767;
	border-radius: 50%;
	background: #fff;
	right: -35px;
	top: 3px;
}
.gtb02-year li:nth-child(1) span:nth-child(1):after {
	width: 38px;
	height: 38px;
	right: -41px;
	top: 10px;
}
.gtb02-year li:nth-child(1) span:nth-child(1):before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #144767;
	border-radius: 50%;
	right: -28px;
	top: 23px;
	z-index: 5;
}
.gtb02-year {
	position: relative;
	z-index: 0;
	padding-top: 20px;
	margin-top: 20px;
}
.gtb02-year:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #144767;
	left: 130px;
	bottom: 2px;
	z-index: -1;
}
.gtb02-year:before {
	content: '';
	position: absolute;
	border: solid #144767;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 4px;
	top: -2px;
	left: 126px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.gtb02-year li span:nth-child(2) {
	font-size: 16px;
	width: calc(100% - 170px);
}
.gtb04-list {
	/*display: flex;*/
}
.gtb04-item {
	/*
	width: calc(25% - 15px);
	margin: 0 30px 0 0;
	text-align: center;*/
	
}
.gtb04-item:nth-child(4) {
	margin-right: 0;
}
.gtb04-img {
}
.gtb04-ttl {
	font-size: 18px;
	font-weight: bold;
	color: #144767;
	text-transform: uppercase;
	margin: 0;
}
.gtb04-txt {
	text-align: justify;
	/*-moz-text-align-last: center;
	text-align-last: center;*/
}
#main.dichvu {
	display: flex;
	width: 1170px;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 60px 0;
}
.mainvisual.dichvu {
	background: url(../W_images/dichvu_bg.jpg) no-repeat center;
	background-size: cover;
	height: 210px;
	display: flex;
	align-items: center;
	color: #fff;
	text-align: center;
}
.mainvs-ttl {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.topic-path {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.topic-path li {
	font-size: 20px;
}
.topic-path a {
	background: url(../W_images/topic_path_ico.png) no-repeat right center;
	padding-right: 30px;
	margin-right: 20px;
	text-decoration: none;
	color: #fff;
	padding-bottom: 7px;
}
.topic-path a:hover {
	text-decoration: underline;
}
.sidebar {
	width: 370px;
	order: -1;
	margin-right: 30px;
	margin-bottom: 40px;
}
.dichvu #content {
	width: 770px;
	padding: 0 38px;
	margin: 0 0 40px;
}
.dichvu-ttl {
	font-size: 28px;
	color: #155767;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 20px;
}
.dichvu #content p {
	font-size: 16px;
	line-height: 1.5em;
	text-align: justify;
}
.dichvu #content p:last-child {
	margin: 0;
}
.side-mod01 {
	border: 1px solid #b5b5b5;
	padding: 0 20px 20px;
	margin: 0 0 30px;
}
.side-ttl {
	font-size: 28px;
	font-weight: bold;
	color: #155767;
	margin: 0 0 10px;
}
.side-menu > li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.side-menu > li > a {
	background: #144767;
	display: block;
	color: #fff;
	font-size: 17px;
	padding: 10px 10px 13px 60px;
	cursor: pointer;
	transition: all 0.5s ease;
	position: relative;
	text-decoration: none;
	width: calc(100% - 36px);
}
.side-ico {
	position: relative;
	width: 35px;
	max-height: 100%;
	background: #3f7c8b;
	cursor: pointer;
	z-index: 10;
}
.side-ico: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);
	left: calc(50% - 3px);
	top: calc(50% - 3px);
	transition: all 0.5s ease;
}
.side-over.active .side-ico:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.side-menu > li:nth-child(1) > a {
	background: url(../W_images/dichvu_ico01.png) no-repeat 18px 12px #144767;
}
.side-menu > li:nth-child(2) > a {
	background: url(../W_images/dichvu_ico02.png) no-repeat 18px 12px #144767;
}
.side-menu > li:nth-child(3) > a {
	background: url(../W_images/dichvu_ico03.png) no-repeat 18px 15px #144767;
}
.side-menu > li:nth-child(4) > a {
	background: url(../W_images/dichvu_ico04.png) no-repeat 18px 12px #144767;
}
.side-menu > li:nth-child(5) > a {
	background: url(../W_images/dichvu_ico05.png) no-repeat 18px 12px #144767;
}	
.side-menu > li:nth-child(6) > a {
	background: url(../W_images/dichvu_ico06.png) no-repeat 18px 12px #144767;
}
.side-menu > li:nth-child(7) > a {
	background: url(../W_images/dichvu_ico07.png) no-repeat 18px 12px #144767;
}
.side-submenu a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	color: #666;
	padding: 5px 0 5px 20px;
	position: relative;
}
.side-submenu {
	margin-left: 30px;
	padding: 10px 0;
	display: none;
}
.side-submenu a:before {
	content: '';
	position: absolute;
	border: solid #666;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	top: 15px;
}
.side-submenu a:hover, .side-submenu li.active a {
	color: #155767;
	font-weight: bold;
}
.side-submenu a:hover:before, .side-submenu li.active a:before {
	border-color: #144767;
}
.side-over {
	margin: 0 0 5px;
}
.side-menu > li:nth-child(1):hover > a, .side-menu > li:nth-child(1).active > a {
	background: url(../W_images/dichvu_ico01.png) no-repeat 18px 12px #4891A3;
}
.side-menu > li:nth-child(2):hover > a, .side-menu > li:nth-child(2).active > a {
	background: url(../W_images/dichvu_ico02.png) no-repeat 18px 12px #4891A3;
}
.side-menu > li:nth-child(3):hover > a, .side-menu > li:nth-child(3).active > a {
	background: url(../W_images/dichvu_ico03.png) no-repeat 18px 15px #4891A3;
}
.side-menu > li:nth-child(4):hover > a, .side-menu > li:nth-child(4).active > a {
	background: url(../W_images/dichvu_ico04.png) no-repeat 18px 12px #4891A3;
}
.side-menu > li:nth-child(5):hover > a, .side-menu > li:nth-child(5).active > a {
	background: url(../W_images/dichvu_ico05.png) no-repeat 18px 12px #4891A3;
}
.pro-main {
	width: 100%;
}
.pro-ttl01 {
	font-size: 28px;
	font-weight: bold;
	color: #155767;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 5px;
	margin: 0 0 30px;
}
.pro-list {
	display: flex;
	flex-wrap: wrap;
}
.pro-item {
	width: calc(33.33% - 20px);
	margin: 0 30px 30px 0;
}
.pro-item:nth-child(3n) {
	margin-right: 0;
}
.pro-item a {
	text-decoration: none;
	color: #fff;
	transition: all 0.5s ease;
}
.pro-info {
	background: #155767;
	padding: 30px 40px;
	transition: all 0.5s ease;
}
.pro-ttl {
	height: 65px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 10px;
	line-height: 1.4em;
}
.pro-ttl:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;
	background: #000;
	left: 0;
	bottom: 0;
}
.pro-txt {
	font-size: 16px;
	line-height: 1.35em;
	margin: 0 0 10px;
	height: 84px;
	overflow: hidden;
}
.pro-more {
	margin: 0;
	color: #e53b3b;
	font-size: 13px;
	font-weight: bold;
}
.pro-img {
	margin: 0;
	overflow: hidden;
}
.pro-img img {
	width: 100%;
	transition: all 1s ease;
}
.pro-item a:hover .pro-img img {
	transform: scale(1.1, 1.1);
}
.pro-item a:hover {
	opacity: 0.8;
}
.pro-item a:hover .pro-info {
	background: #4891a3;
}
.pages a {
	border: 1px solid #cbcbcb;
	text-align: center;
	padding: 4px 10px;
	color: #7e7e7e;
	background: #fff;
	text-decoration: none;
}
.pages strong, .pages a:hover {
	text-align: center;
	padding: 4px 10px;
	color: #155767;
	border: 1px solid #155767;
}
/*.under .b03-list{width:100%;}
.under .b03-item{margin:0 0 30px 0;width: 370px;}
.under .b03-item:nth-child(2), .under .b03-item:nth-child(5),
.under .b03-item:nth-child(8), .under .b03-item:nth-child(11),
.under .b03-item:nth-child(14), .under .b03-item:nth-child(17),
.under .b03-item:nth-child(20),.under .b03-item:nth-child(23){margin:0 30px 30px;}*/
.under .b03-img {
	height: auto;
}
.nd-ttl {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	padding-top: 60px;
}
.news-list {
	display: flex;
	flex-wrap: wrap;
}
.news-item {
	width: calc(50% - 15px);
	margin: 0 30px 30px 0;
	background: #f4f4f4;
	display: flex;
	text-decoration: none
}
.news-item:nth-child(2n) {
	margin-right: 0;
}
.news-img {
	margin: 0;
	width: 235px;
	background: #fdfdfd;
	overflow: hidden
}
.news-img img {;
	width: 100%;
}
.news-img img {
	transition: all 0.5s ease;
}
.news-main {
	width: calc(100% - 235px);
	padding: 8px 22px;
}
.news-item:hover .news-img img {
	transform: scale(1.1, 1.1);
	opacity: 0.7;
}
.news-ttl {
	margin: 0 0 5px;
	font-size: 14px;
	color: #155767;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 21px;
}
.news-item:hover .news-ttl {
	opacity: 0.9;
}
.news-txt {
	font-size: 14px !important;
	line-height: normal;
	margin: 0 0 2px;
	color: #666666;
}
.news-date {
	margin: 0 0 2px;
	font-size: 12px !important;
	color: #000;
	font-weight: 600;
	background: url(../images/calendar_ico.png) no-repeat left 4px;
	padding: 0 0 10px 25px;
	border-bottom: 1px solid #fff;
}
.news-btn {
	margin: 0;
}
.dichvu .b03-ttl01 {
	text-align: center !important;
}
.box05 {
	padding: 60px 0;
}
.b05-slide .slick-slide {
	margin: 0 10px;
	display: flex!important;
	height: auto;
	align-items: center;
	padding: 10px;
	border: 1px solid #ccc;
}
.b05-slide a {
	margin: 0 auto;
}
.b05-slide .slick-track {
	display: flex;
}
.b05-slide .slick-slide img {
	margin: 0 auto;
}
.b05-slide .slick-dots {
	display: flex!important;
	justify-content: center;
	margin-top: 30px;
}
.b05-slide .slick-dots button {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	background: transparent;
	text-indent: -500000px;
	margin: 0 5px;
	outline: none;
	cursor: pointer;
}
.b05-slide .slick-dots .slick-active button {
	background: #000;
}
.dichvu .b03-item:nth-child(3), .dichvu .b03-item:nth-child(4) {
	margin-bottom: 37px;
}
.visitor{margin-top:20px;}
.visitor p{margin:0;font-size: 13px;}
@media screen and (max-width: 768px) {
.news-item {
	display: block;
}
.news-img, .news-main {
	width: 100%;
}
.news-ttl a {
	line-height: 1.4em;
}
/*.under .b03-list {justify-content:space-between;}
.under .b03-item{margin:0 0 30px 0;width: calc(100%/2 - 15px);}
.under .b03-item:nth-child(2), .under .b03-item:nth-child(5),
.under .b03-item:nth-child(8), .under .b03-item:nth-child(11),
.under .b03-item:nth-child(14), .under .b03-item:nth-child(17),
.under .b03-item:nth-child(20),.under .b03-item:nth-child(23){margin:0 0 30px 0;}*/
#wrapper {
	min-width: 100%;
	margin: 0;
	padding-top: 81px;
}
#main, #footer {
	min-width: 100%;
}
.container {
	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;
	font-size: 14px;
	padding: 8px 0;
	z-index: 99999;
	background: #144767;
}
.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);
}
#totop {
	width: 40px;
	right: 3%;
	bottom: 50px;
	line-height: 0;
}
.h-hotline {
	display: none;
}
#header .container {
	flex-wrap: wrap;
}
.h-com {
	position: absolute;
	left: 250px;
	font-size: 20px;
}
.h-com span {
	font-size: 16px;
}
#header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	background: rgba(255,255,255,0.9);
	z-index: 999;
	padding: 5px 0;
}
.gnv-lang li {
    margin: 10px 0;
}
.gnavi > li > a:before {
	display: none;
}
#gnavi {
	position: fixed;
	width: 100%;
	top: 100px !important;
	z-index: 999;
	height: calc(100% - 81px);
	display: none;
	overflow: auto;
	background: rgba(0,0,0,0.9);
}
#gnavi .container {
	display: block;
	padding: 0;
}
.gnv-right {
	margin: 20px 0 10px;
	justify-content: center;
	flex-wrap: wrap;
}
.gnavi {
	display: block;
	background: #144767;
}
.gnavi > li > a {
	padding: 15px 20px!important;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 14px;
}
.gnv-ico {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 56px;
	background: rgba(0,0,0,0.2);
	cursor: pointer;
}
.gnv-ico: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);
	left: calc(50% - 3px);
	top: calc(50% - 3px);
	transition: all 0.5s ease;
}
.gnavi > li.active > .gnv-ico:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.gnvsub-ico {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 56px;
	background: rgb(0 0 0 / 20%);
	cursor: pointer;
}
.gnvsub-ico: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);
	left: calc(50% - 3px);
	top: calc(50% - 3px);
	transition: all 0.5s ease;
}
.gnavi .subover.active .gnvsub-ico:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.submenu a:after {
	display: none;
}
.subsubmenu {
	position: relative;
	left: 0;
	top: 0;
	border-radius: 0;
	background: #105d24;
	width: 100%!important;
	padding: 0;
}
.gnavi li:nth-child(2) .submenu.EN {
	width: 100%;
}
.gnavi li:nth-child(3) .submenu {
	width: 100%;
}
.submenu {
	position: relative;
	border-radius: 0;
	width: 100% !important;
	margin: 0;
	background: rgba(0,0,0,0.4);
	padding: 0;
}
.submenu a {
	color: #fff;
	padding: 15px 20px;
	font-size: 14px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-radius: 0;
	text-align: center;
}
.gnv-lang {
	margin-left: 10px;
}
.gnv-social li {
	margin: 0 10px;
}
.gnv-sttl {
	display: none;
}
.gnv-search {
	width: 100%;
	margin: 0 0 15px;
}
.gnv-sform {
	position: relative;
	left: 0;
	margin: 0 auto;
	display: block;
	top: 0;
}
.logo {
	width: 200px;
}
.main-date {
	font-size: 14px;
}
.main-ttl {
	font-size: 6vw;
}
.box01 .container {
	display: block;
}
.b01-ttl {
	margin: 0 auto 20px;
	width: 100%;
	max-width: 415px;
	padding: 30px 30px 0;
}
.b01-ttl02 {
	font-size: 30px;
}
.b01-ttl03 {
	font-size: 30px;
	display: inline-block;
	padding: 0 20px;
}
.b01-ttl:after {
	height: calc(100% - 15px);
}
.b01-img {
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
}
.b01-main {
	width: 100%;
}
.b01-txt, .b02-txt {
	font-size: 14px;
}
.box01, .box02, .box03, .box04 {
	padding: 40px 0;
}
.idx-ttl {
	font-size: 30px;
	padding: 0 0 15px;
	background-size: 130px auto!important;
	margin: 0 0 20px;
}


.b02-list {	
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 36px;
}
.b02-item {
	width: 33%;
	margin: 0 0 30px;
	padding: 15px;
}
.b02-ttl {
	font-size: 14px;
}
.b02-item:nth-child(n+5) .b02-ttl {font-size: 13px;line-height: 1.5;}

.idx-btn {
    margin: 9px;
}
.box03 .container {
	display: block;
}

.b03-main {
	width: 100%;
	margin: 0 0 20px;
}
.b03-list {
	width: 100%;
}
.b03-item {
	width: calc(50% - 15px);
	margin: 0 30px 30px 0;
}
.b03-info {
	opacity: 1;
	background: #144767;
	height: auto;
	top: auto!important;
	bottom: 0;
	padding: 5px;
}
.b03-ttl01 {
	font-size: 16px;
	line-height: normal;
}
.b03-ttl02 {
	font-size: 16px;
	border: none;
	line-height: normal;
}
.b03-info:after {
	display: none;
}
.b04-item {
	width: 48%;
	margin: 0 4% 30px 0;
}
.b04-item:nth-child(3n) {
	margin-right: 4%;
}
.b04-item:nth-child(2n) {
	margin-right: 0;
}
.b04-date {
	font-size: 14px;
}
.b04-date span {
	font-size: 26px;
}
.b04-ttl {
	font-size: 16px;
}
.b04-txt {
	font-size: 14px;
}
.footer01 .container {
	flex-wrap: wrap;
}
.f-mod01, .f-mod02, .f-mod03 {
	width: 100%;
	margin: 0 0 20px;
}
.footer01 {
	padding: 40px 0 20px;
}
.f-ttl {
	font-size: 20px;
}
.f-form {
	width: 100%;
	max-width: 350px;
}
.copyright {
	font-size: 11px;
}
.b04-img {
	height: auto;
}
.main-slide .main-img {
/*height: 260px;
	display: flex;
	justify-content: center;
	align-items: center;*/
}
.main-slide .main-img img {
/*height: 100%;
	max-width: none;
	width: auto;*/
}
.main-slide .slick-prev, .main-slide .slick-next {
	bottom: 45%;
}
/* .slick-prev { */
    /* left: 7%; */
/* } */

.slick-arrow {
	width: 12px;
	height: 10px;
}
/* .slick-next { */
	/* left: calc(3% + 45px); */
/* } */
.main-btn {
	margin: 0 0 20px;
}
.f-sp {
	display: block;
	margin-top: 10px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	padding: 10px 5px 5px;
}
.image-l, .image-r {
	float: none;
	text-align: center;
	margin: 0 0 10px;
}
.under-ttl {
	font-size: 18px;
}
.under .section p:not(.under-ttl) {
	font-size: 14px;
}
.gtb02-year li span:nth-child(1) {
	font-size: 16px;
	margin-right: 50px;
	width: 90px;
}
.gtb02-year li span:nth-child(2) {
	font-size: 14px;
	width: calc(100% - 140px);
}
.gtb02-year:before {
	left: 107px;
}
.gtb02-year:after {
	left: 110px;
}
.gtb02-year li:nth-child(1) span:nth-child(1):after {
	right: -42px;
}
.gtb02-year li:nth-child(1) span:nth-child(1):before {
	right: -29px;
}
.gtb02-year li span:nth-child(1):after {
	right: -35px;
}
.gtb04-list {
	flex-wrap: wrap;
}
.gtb04-item {
	margin-bottom: 30px;
}
.gtb04-item:nth-child(2n) {
	margin-right: 0;
}

#main.dichvu {
	width: 100%;
	padding: 40px 3%;
}
.dichvu #content {
	width: 100%;
	padding: 0;
}
.mainvs-ttl {
	font-size: 24px;
}
.topic-path li {
	font-size: 16px;
}
.dichvu-ttl {
	font-size: 26px;
}
.dichvu #content p {
	font-size: 14px;
	line-height: 1.8em;
}
.sidebar {
	width: 100%;
	margin: 0;
	order: 3;
}
.side-ttl {
	font-size: 26px;
	line-height: 1.5em;
	margin: 0 0 20px;
}
.side-menu > li > a {
	font-size: 16px;
	padding: 11px 20px 13px 60px;
}
.side-submenu a {
	font-size: 16px;
}
.side-mod02 .b04-item {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.pro-ttl01 {
	font-size: 26px;
}
.pro-list {
	flex-wrap: wrap;
}
.pro-item {
	width: calc(50% - 15px);
}
.pro-item:nth-child(3n) {
	margin-right: 30px;
}
.pro-item:nth-child(2n) {
	margin-right: 0;
}
.pro-info {
	padding: 20px 30px;
}
.pro-txt {
	font-size: 14px;
	line-height: 1.8em;
	height: 75px;
}
.pro-ttl {
	font-size: 16px;
	height: auto;
}
}

@media screen and (max-width: 640px) {
.h-com {
	width: 100%;
	margin-top: 10px;
	line-height: normal;
	position: relative;
	left: 0;
}
}

@media screen and (max-width: 520px) {
.b02-list{gap: unset;}	
.b02-item,.b02-item:nth-child(n+5) {
	width: 48%;
}
.b02-item:last-child{margin:0 auto;}
.b04-item {
	width: 100%;
	margin: 0 0 30px;
}

.b04-tabs li {
	font-size: 11px;
	margin: 0 2px;
	padding: 3px 15px 5px;
	text-align: center;
}
.b04-item:nth-child(3n) {
	margin-right: 0;
}
.b04-item:last-child {
	margin: 0;
}

}

@media screen and (max-width: 480px) {
#totop{
	left: 3%;
    bottom: 100px;
	right:none;
}
.hotline-mb{
	position: fixed;
    bottom: 48px;
    width: 40px;
    left: 10px;
	z-index: 9999;
}
.main-slide .slick-dots {
	bottom: 0;
}
.b03-item:nth-child(3) {
	margin-bottom: 30px;
}
.pro-txt {
	height: auto;
}
.f-com {
	text-align: center;
}
.f-logo {
	margin: 0 auto 20px;
}
.f-com:after {
	left: 45%;
}
.logo {
	margin: 0;
	width: 100px;
}
.news-item {
	width: 100%;
	margin: 0 0 30px;
}
/*.under .b03-list {display:block;}
.under .b03-item{margin:0 0 30px 0;width: 100%;}
.under .b03-item:nth-child(2), .under .b03-item:nth-child(5),
.under .b03-item:nth-child(8), .under .b03-item:nth-child(11),
.under .b03-item:nth-child(14), .under .b03-item:nth-child(17),
.under .b03-item:nth-child(20),.under .b03-item:nth-child(23){margin:0 0 30px 0;}*/
.b03-item {
	width: 100%;
	margin: 0 0 30px;
}
.b03-item:last-child {
	margin: 0;
}
.h-com {
	font-size: 5vw;
	display:none;
}
.h-com span {
	font-size: 4vw;
}
.pro-item {
	width: 100%;
	margin: 0 0 30px;
}
.pro-item:nth-child(3n) {
	margin-right: 0;
}
.side-mod02 .b04-item {
	max-width: none;
}
}

@media screen and (max-width: 375px) {
.b02-item {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid rgba(255,255,255,0.26);
	padding: 0 0 30px;
}
.b02-item:last-child {
	margin: 0;
	border: none;
	padding-bottom: 0;
}
.gtb04-item {
	width: 100%;
	margin: 0 0 30px;
}
}
