@charset "UTF-8";



/*
#presi .text-box {
	width: 100%;
	color: #4D4D4D;
	margin-left: 30px;
}

#presi h3 {
	max-width: 400px;
	margin: 0 0 20px;
	padding: 5px 10px;
	background: #999999;
	color: #FFF;
	font-size: 19px;
	box-sizing: border-box;
}

#presi .name {
	font-size: 18px;
	font-weight: bold;
}

#presi .name .nomal {
	font-weight: normal;
}

#presi h4 {
	margin: 35px 0 10px;
	padding-left: 10px;
	border-left: solid 9px #004190;
	color: #004190;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

#presi p {
	line-height: 2em;
}
*/
#president {
	margin-bottom: 60px;
	padding: 20px 0 50px;
    overflow: hidden;
/*	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: row-reverse;*/
}

#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;
/*    font-weight: bold;*/
    float: right;
}
#president .right span{
	font-size: 30px;
	padding-left: 24px;
}

/*
#president .img-box img {
	display: block;
	margin-bottom: 10px;
}*/



#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-box {
		margin-left: 10px;
	}*/
	#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) {

/*	#presi h3 {
		max-width: inherit;
	}
	
	#presi .text-box {
		max-width: inherit;
	}
	
	#presi .img-box img {
		margin: 0 auto 10px;
	}*/
	
	#president {
		margin-bottom: 30px;
		padding: 0 0 30px;
/*		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;*/
	}
	
	#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;
	}
}