div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

/* img */
img {
max-width: 100%;
height: auto;
}

/* スタッフ紹介＠枠の中身 */

#sf_Zero								{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 470px;
    overflow: hidden;
   }
/*
#sf_One									{ position: absolute; top:  0px; right: -7px; width:  54%; height: 470px; overflow: hidden; }
#sf_Two									{ position: absolute; top: 10px; right: 5px; left: 1px; width: 88%; height: 87%; overflow-y: scroll; 
										  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
*/



/* スタッフ紹介＠枠の中身＠職種 */

.Type									{ margin-top: 20px; font-size: 14px; color: #056598;}

/* スタッフ紹介＠枠の中身＠名前 */

.Name{
	 margin-bottom: 30px;
	 font-size: 25px;
	 font-weight: bold;
		border-bottom: 1px #000000 solid; max-width: 300px; }

/* スタッフ紹介＠枠の中身＠よみがな */

.Name2									{ margin-bottom: 0px; font-size: 14px; }

/* スタッフ紹介＠枠の中身＠説明文 */

p.Text									{ margin-bottom: 25px;  font-size: 14px; }


/* ____________________________________ */

/* 以下村松追記 */
html{
	background-color:#000000;
}
body{
	background-color:rgb(249, 247, 242);
	width:800px;
margin:auto;
position: relative;
margin-top:30px;
}
#sf_Two{
padding:30px;
	max-width: 430px;
	/* width:100%; */
}
#sf_Two img{
position:absolute;
right:30px;
top:60px;
}

.Name{
	margin-bottom:30px;
}

.Titles_w_01,.Titles_m_01{
	background-color:rgb(56, 126, 157);
	color:white;
	padding:5px 15px;
	width:fit-content;
}

@media screen and (max-width:783px){
	.Name{
		margin-bottom:500px;
	}
	body{
		width:100%;
		margin:0 auto;
	}
	#sf_Two{
		padding:10px;
		padding-top:20px;
		width:fit-content;
		margin:0 auto;

	}
	#sf_Two img{
		top:130px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
		}
}
