.GLGis-text{
    position: relative;    
}
.digiphamp-links{
    display: flex;
    position: absolute;
    right:0;
    top:0;
}
.digiphamp-links a {
    text-decoration: none;
    color: #000;
    width: 140px;
    text-align: center;
}
.digiphamp-links a img{
    width: 90px;
    height:126px;
    display: block;
    margin: 0 auto;
}
#GLGis .digiphamp-links a p{
    padding:0;
    font-size: 12px !important;
    line-height: 1.3;
}
.brochures-title{
	margin-top: -110px;
}
.ul_news li.vacation-li{
	display: flex;
	column-gap:1.5em;
}
.ul_news li.vacation-li .post{
	height:1.5em;
	width:70px;
	margin:0;
}
.ul_news span.vacation{
	display: flex;
	flex-wrap: wrap;
	white-space: normal;
	width:66%;
	margin:0;
}
.ul_news span.vacation .vacation-title{
	font-weight: bold;
}
.ul_news span.vacation .vacation-title ,
.ul_news span.vacation .vacation-desc{
	white-space: normal;
	margin:0;
	color: #9F2033;
}
.ul_news span.vacation-date{
	width:12.5%;
	margin: 0;
}

/*--
---------------------------------------------------------*/
#OurService {
	padding: 20px ;
	overflow: auto;
}

#OurService .cnt_list {
	list-style: none;
	margin: 0;
	padding: 0;
	/*border: 1px solid #039;*/
}


#OurService .grid_box{
	display: grid;
}

.special_programs-img{
	position: relative;
}
.img-copy{
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 14px;
	color: #000;
	text-shadow: 0 10px 10px #fff;
}
@media (min-width: 768px){
	#OurService .grid_box{
			margin-left: 4px;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto auto auto 1fr;
		grid-template-areas:
			"cnt_box1 cnt_box2 cnt_box3"
			"cnt_box4 cnt_box5 cnt_box3"
			"cnt_box4 cnt_box5 cnt_box6"
			"cnt_box7 cnt_box8 cnt_box9"
	}

	.cnt_box1 { grid-area: cnt_box1; }
	.cnt_box2 { grid-area: cnt_box2; }
	.cnt_box3 { grid-area: cnt_box3; }
	.cnt_box4 { grid-area: cnt_box4; }
	.cnt_box5 { grid-area: cnt_box5; }
	.cnt_box6 { grid-area: cnt_box6; }
	.cnt_box7 { grid-area: cnt_box7; }
	.cnt_box8 { grid-area: cnt_box8; }
	.cnt_box9 { grid-area: cnt_box9; }
}

@media (max-width: 767px){
	.ul_news li{
		float: none;
	}
    #GLGis .digiphamp-links{
        position: static;	
		margin-bottom: 20px;	
    }
	#GLGis .digiphamp-links a{
		width: 40%;
	}
	#GLGis .digiphamp-links a img{
		width: 24vw;
		height: auto;
	}
	#GLGis .digiphamp-links a p{
		font-size: 14px !important;
	}
	#GLGis .digiphamp-links a p.for-corporate-customers{
		width: 100%;
	}
	#OurService{
		padding: 20px 40px;
	}
	#OurService .grid_box{
		gap: 20px;
	}
	.brochures-title{
		margin-top: 0;
	}
	.agent-backimg{
		height: 84px;
	}
	.agent-lead{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.contact_tell_sp {
			display: block;
			width: 90vw;
			text-align: center;
			margin: 35px auto;
			line-height: 1.2;
	}
	.contact_place_sp {
			font-size: 18px;
			font-weight: bold;
	}
	.contact_place_border {
			border-bottom: 4px solid #a9a9a9;
			padding-bottom: 10px;
			margin: 0 auto;
	}
	.contact_num_sp {
			display: block;
			font-size: 18px;
			padding-top: 18px;
	}
	.contact_fromnum_sp {
			display: block;
			font-size: 13px;
	}	

  .contact_tell_sp{
    display: block !important;
  }
}
.image-border-a.pc-only{
	display: none;
}
.bnr_box{
	display: flex;
	margin-inline: auto;
	margin-bottom: 30px;
}
@media (min-width: 769px){
	.bnr_box{
		gap: 10px;
		width: 895px;
		a{
			height: 170px;
			img{
				width: auto;
				height: 100%;
			}
		}
}
}
@media (max-width: 767px){
	.bnr_box{
		width: 56.8vw;
		gap: 20px;
		flex-direction: column;
		padding-inline: 40px;
		img{
			width: 100%;
			height: auto;
		}
	}
}