/* intro */
.head_bg {
	background-color: #2d5066;
}
.intro_box {
	padding-top: 10px;
}

.intro_column {
	margin-bottom: 20px;
}


.intro_ttl {
	font-size: 48px;
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-bottom: 0px;
	text-align: center;
	color: #4f4f4f;
	padding-top: 50px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.intro_ttl_sub {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #A4DBFF;
	
	text-align: center;	
	padding-left: 30px;	
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.intro_tx {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 10px;
	color: #4f4f4f;
	
	padding: 10px;
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.intro_name {
	font-size: 48px;
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-bottom: 0px;
	text-align: center;
	color: #4f4f4f;
	padding-top: 40px;	
	font-family: 'Oswald', sans-serif;
	text-transform: none;
}
.intro_name_sub {
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0079C3;
	text-align: center;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.intro_tx2 {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #4f4f4f;
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
}

figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #CCC;
}
figcaption {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(223,242,255,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;	
}
figure:hover figcaption {
	top: 0;
	left: 0;
	
}

.v_button {
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #333;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 20px;
	padding: 8px 16px;
	text-decoration: none;
}


/* ボイス個別ページ
---------------------------------*/
.staff_top {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: 0px;
	margin-top: 105px;
}
.voice_top_img_box {	
	position: relative;
}
.voice_top_img {	
	z-index: 9;	
}
.voice_top_read {
	z-index: 99;
	position: absolute;
	bottom: 10%;
	background: rgba(255,182,196,.8);
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	border: 1px solid #666;
}

.staff-box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 30px;
}
.staff-box img {	
	margin-bottom: 20px;
}

.job_c {
	font-size: 18px;
	color: #4f4f4f;
	text-align: center;
	margin-top: 30px;
}
.staff_name {
	color: #4f4f4f;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 30px;
	text-transform: none;
}
.staff_name span {	
	font-size: 18px;
}
.staff_p {
	font-size: 18px;
	color: #4f4f4f;	
	margin-top: 30px;
}
.staff_p2 {
	font-size: 22px;
	color: #4f4f4f;
	margin-top: 75px;
}

.staff_q {	
	color: #4f4f4f;	
	margin-top: 10px;
}
.staff_a {
	font-size: 16px;
	color: #333;
	margin-bottom: 30px;
	line-height: 1.8;
}
.staff_a span {    
    color: #FF0000;
}

/* entry */
.entry_box {
	padding-top: 10px;
	background-color: #DFF2FF;
}

.entry_column {
	margin-bottom: 20px;
}


.entry_ttl {
	font-size: 48px;
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-bottom: 0px;
	text-align: center;
	color: #4f4f4f;
	padding-top: 50px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	background-image: url(../../img/ttl_bgimg.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}
.entry_ttl_sub {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #A4DBFF;	
	text-align: center;	
	padding-left: 30px;	
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.entry_tx {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #4f4f4f;	
	padding: 10px;		
}

.entry_ttl2 {
	font-size: 28px;
	letter-spacing: 0.3em;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #0079C3;
	font-family: 'Oswald', sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

@media (max-width: 1366px)  {
.intro_name {
	font-size: 38px;
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-bottom: 0px;
	text-align: center;
	color: #4f4f4f;
	padding-top: 3%;
	font-family: 'Oswald', sans-serif;
	text-transform: none;
}

	
}

@media (max-width: 1200px) {
.intro_name {
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-bottom: 0px;
	text-align: center;
	color: #4f4f4f;
	padding-top: 5px;
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	font-weight: bold;
}
.intro_name_sub {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0079C3;
	text-align: center;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.intro_tx2 {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #4f4f4f;
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
}

figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #CCC;
}
figcaption {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(223,242,255,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;	
}
figure:hover figcaption {
	top: 0;
	left: 0;
	
}
.v_button {
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #333;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 16px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}	
}


@media (max-width: 992px)  {
	
.intro_name {
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-bottom: 0px;
	text-align: center;
	color: #4f4f4f;
	padding-top: 0px;
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	margin-top: 0px;
	font-weight: normal;
}
.intro_tx2 {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #4f4f4f;
	width: 97%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-top: 0px;
}

.v_button {
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #333;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 13px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}		
}



@media (max-width: 768px)  {
.intro_name {
	font-size: 50px;
	padding-top: 15px;
	margin-top: 40px;	
}
.intro_ttl_sub {
	font-size: 22px;
	
}
.intro_tx2 {
	font-size: 14px;	
	width: 95%;	
}
.intro_name_sub {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 5px;	
	padding-left: 10px;	
	padding-right: 10px;
	padding-bottom: 5px;
}

/* ボイス個別ページ
---------------------------------*/
.voice_top_img {	
	z-index: 0;	
}
.voice_top_read {
	z-index: 0;
	position: static;	
}
.job_c {
	font-size: 16px;
	color: #4f4f4f;
	text-align: center;
	margin-top: 30px;
}
.staff_name {
	color: #4f4f4f;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 26px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FF79BC;
	padding-bottom: 10px;
}
.staff_name span {	
	font-size: 16px;
}
.staff_p {
	font-size: 18px;
	color: #4f4f4f;	
	margin-top: 10px;
	text-align: center;
}
.staff_p2 {
	font-size: 16px;
	color: #4f4f4f;
	margin-top: 10px;
	text-align: center;
}





.entry_ttl2 {
	font-size: 24px;	
}	
}


@media (max-width: 468px) {
	
.intro_name {
	font-size: 36px;
	padding-top: 15px;
	margin-top: 2%;
}
.intro_ttl_sub {
	font-size: 18px;
	
}
.intro_tx2 {
	font-size: 14px;	
	width: 95%;	
}

}
