@charset "UTF-8";


#president {
	margin-bottom: 60px;
	padding: 20px 0 50px;
    overflow: hidden;
}

#president img{
    float: left;
    margin-right: 40px;
	margin-bottom: 20px;
}
#president p{
    line-height: 2em;
    clear: right;
    margin-top: 0;
}
#president .right{
	font-size: 22px;
    float: right;
}
#president .right span{
	font-size: 30px;
	padding-left: 24px;
}


#saiyou-tantou {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


.only-sp {
	display:none;
	}

/* タブレット版 */
@media screen and (min-width:768px) and (max-width:999px) {
	#president img{
	    margin-left: 10px;
	}
	#president p{
		margin-left: 10px;
	    margin-right: 10px;
	}
	#president .right{
	    margin-right: 10px;	
	}
	#saiyou-tantou .img-box {
		margin-right: 15px;
	}
	
	.only-sp {
	display:block;
	}
}

/* スマートフォン版 */
@media screen and (max-width:767px) {
	
	#president {
		margin-bottom: 30px;
		padding: 0 0 30px;
	}
	
	#president img{
	    margin-left: 10px;
		margin-right: 10px;
	}
	#president p{
		margin-left: 10px;
	    margin-right: 10px;
	}
	#saiyou-tantou {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	#saiyou-tantou .img-box {
		padding-bottom: 15px;
	}
	
	.name {
		text-align: center;
	}
	
	.only-sp {
	display:block;
	}
}