.flex{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.textlink-underline{
	color: #2890d2;
	display: inline-block;
	font-size: 14px;
	position: relative;
}
.textlink-underline::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #2890d2;
	position: absolute;
	bottom: -4px;
	display: block;
}
.textlink-underline:hover{
	color: #333;
}
.textlink-underline:hover::before {
	background-color: #333;
}

.page-container .page-contents .link-btn-wrapper {
    margin: 10px 0 20px;
}
.page-container .page-contents .link-btn-wrapper .l-border-button {
    height: 45px;
	min-width: 140px;
    font-size: 15px;
}



/*company*/
.page-mainVisual {
    background-image: url(../img/mv.jpg);
}
.page-container .page-contents .top-message .item-l{
	width: 65%;
}
.page-container .page-contents .top-message .text{
	margin-top: 0;
	line-height: 2.5;
}
.top-message .img{
	width: 35%;
	padding-left: 20px;
}
.top-message .img picture{
	margin-bottom: 10px;
}
.president .position{
	margin-right: 10px;
    font-size: 13px;
    line-height: 1.5;
}
.adobereader .button{
	float: left;
	margin-right: 10px;
}

@media screen and (max-width: 767px){
	.page-container .page-contents .top-message .item-l {
		width: 100%;
	}
	.top-message .img {
		width: 60%;
		padding-left: 0;
		margin: 0 auto 10px;
		order: -1;
	}
	.president{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.president .position{
		text-align: center;
	}
}