.h1-h1Tit_inner_1line {
  padding-top: 48px;
}

.h3-access{
	margin: 55px 0 20px;
}

.forPcBlock{
	display: block!important;
}

.forSpBlock{
	display: none!important;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.flexBox {
	display: flex;
	justify-content: space-between;
}

div.flexBox::before,
div.flexBox::after {
	display: none;
}

.imgBox {
	width: 380px;
}

.textBox {
	width: 370px;
	position: relative;
	padding-bottom: 45px;
	box-sizing: border-box;
}
.presidentName {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 0!important;
	text-align: right;
}

@media screen and (max-width: 767px){
	.forSpBlock {
		display: block!important;
	}
	.forPcBlock {
		display: none!important;
	}
	.flexBox {
		display: block;
	}
	
	.imgBox {
		width: auto;
	}

	.imgBox img {
		width: 100%;
	}
	
	.textBox {
		width: auto;
		margin-top: 15px;
	}
}