@charset "utf-8";
/* CSS Document */

.president-inc{
	clear: both;
	overflow: hidden;
}
.btn-greeting a{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	width: 30%;
	position: relative;
	padding: 13px 25px 13px 15px;
	margin: 1em 2em 1em 8%;
	border: 1px solid #00ACD1;
	e-height: 1.75;
	color: #00ACD1;
	font-size: 1rem;
	text-decoration: none;
	background: #ffffff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	float: left;
}
.btn-greeting a::after{
	display: block;
	position: absolute;
	right: 8%;
	top: 25%;
	width: 13px;
	height: 26px;
	content: "";
	background: transparent url("/jrs-station/img/common/arrow_01_u.png") no-repeat 92% center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.btn-greeting a:hover {
	border: 2px solid #00ACD1;
}

.btn-business a{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	width: 30%;
	position: relative;
	padding: 13px 25px 13px 15px;
	margin: 1em 2em 1em 0;
	border: 1px solid #00ACD1;
	e-height: 1.75;
	color: #00ACD1;
	font-size: 1rem;
	text-decoration: none;
	background: #ffffff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	float: left;
}
.btn-business a::after{
	display: block;
	position: absolute;
	right: 8%;
	top: 25%;
	width: 13px;
	height: 26px;
	content: "";
	background: transparent url("/jrs-station/img/common/arrow_01_u.png") no-repeat 92% center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.btn-business a:hover {
	border: 2px solid #00ACD1;
}
#greeting .btn-greeting a,#greeting .btn-business a{
	display: none;
}
.titleBox {
	width: 100%;
	margin: 2rem 0;
	overflow: hidden;
}
.title {
	width: 80%;
	float: left;
	font-size: 1.8rem;
	padding: 1em 0;
	text-align: left;
}
.photo {
	width: 20%;
	float: right;
}
.president-img {
	width: 70%;
	margin: 1em 0 0 1em;
}
@media screen and (max-width: 768px){
	.president-img {
		width: 90%;
	}
}
.name {
	text-align: right;
	margin-top: 2rem!important;
}
.sentence {
	clear: both;
	margin: 2rem 0 3rem 0;
	letter-spacing: 2px;
	font-size: 1rem;
}

@media screen and (max-width: 768px){
	.btn-greeting a,
	.btn-business a{
		width: 88%;
		margin: 1em 2em 1em 8%;
	}
	.title {
		float: none;
		width: 96%;
		padding-top: 0.6rem;
		font-size: 1.4rem;
		margin: 0 2%;
	}
	.photo {
		margin: 0 auto;
		width: 60%;
		float: none;
	}
	.sentence {
		margin: 2rem 0.5em 3rem 0.5em;
	}
}

@media screen and (max-width: 550px){
	.title {
		padding-top: 0rem;
		font-size: 1.2rem;
	}
	.president-img {
		width: 100%;
	}
}