@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

.fcBasic {
	color:#6ed5b0;
}

.note_fsSmall {
	font-size: 85%;
}

.ph_Vcenter {
	display:flex;
	justify-content:center;
	align-items:center;
	box-sizing: border-box;
}

.txtIconBlockShort {
	display:block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.2em 2.5em 0.2em 2.5em;
	background-color:#6ed5b0;
	margin:0 auto 2em;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width: 30%;
}

.ceoName {
	text-align: right;
	font-size: 110%;
	font-weight: bold;
}

.txtShadow_white {
	text-shadow: 0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
}

.ph_back {
	background-image: url(../img/content/back2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}