@charset "UTF-8";
/* CSS Document */



main h1 {
	width: 600px;
	/*line-height: 70px;*/
	padding-left: 100px;
	padding-top: 70px;
	padding-bottom:20px;
	border-bottom: 2px solid #DADF00;
	margin-bottom: 70px;/*
	padding-top:50px;
	width:1280px;
	*/
	/*position: relative;
	left:-160px;
	top:100px;
	*/	
}
/*main .nikukyu{
	/*position:relative;
	top:-50px;
	left:960px;
}*/

main {
	background-image: url(../images/about_form/nikukyu3.png);
	background-repeat: no-repeat;
	background-position: top 2% right 5%;
}
main .main_visual{
	margin-bottom: 50px;
}
/*冒頭テキスト*/
main .info {
	margin-bottom: 50px;
}
/*フォーム*/
dl {
	margin-bottom: 100px;
}
/*フォーム各項目の仕様*/
main p, dt, dd {
	line-height: 25px;
}
main dt, dd {
	height: 100px;
}
main dt {
	float: left;
	clear: both;
	width: 280px;
	background-image: url("../images/about_form/form_icon.png");
	background-repeat: no-repeat;
	padding-left: 30px;
}
/*※必須の色*/
main dt span {
	color: #EB716A;
}
/*バリデーションアラート*/
p.alert {
	color: #EB716A;
}
/*テキスト入力ボックスの仕様*/
input {
	font-size: 1em;
	padding: 5px;
	border-radius: 8px;/*width:50%;*/
	/*border-color: #009EB0;*/
}
input[type="email"] {
	width: 50%;
}
input#reason{
	width:50%;
	}
/*ペットの種類選択エリア*/
label {
/*margin-left: 3em;*/
	
	/*display:block;*/
	/*width:150px;*/
	
	
}
.btn {
	width: 150px;
}
/*.btn img{
	display:inline-block;
	}*/
/*.icon{
	display:inline-block;
	width:150px;
}*/

/*.radioSection input{
	width:0.5;
	}
*/

/*診療希望日*/
input[type="date"] {
	border: none;
}
/*セレクトボックス（時間）*/
select {
	font-size: 1em;/*border:none;*/
}
/*お問い合わせ欄*/
main .comment {
	height: 200px;/*width:310;*/
}
input, select, textarea {
	background-color: #b2e2e7;
}
textarea {
	width: 37em;
	font-size: 1em;
	padding: 5px;
	border-radius: 8px;
	border: none;
}
/*送信ボタン*/
p.submit {
	text-align: center;
}
input[type="submit"] {
	padding: 20px 100px;
	/*background: #7f6666;*/
	background: #EB716A;
	color: #ffffff;
	font-weight: bold;
	border-radius: 8px;
	margin-bottom: 50px;
	cursor:url(../images/about_form/form_icon.png),pointer;
}
input[type="submit"]:hover {
	opacity: 0.8;
}
 @media screen and (max-width:640px) {
 /*img {
 width:100%;
 height:auto;
 }
 */
 .inner {
 width:auto;
}

main{
	background-image:none;
}

main .inner{
	padding:10px;
	
	}

main h1 {
	width: 100%;
	padding-left: 0px;
	padding-top: 60px;
	/*border-bottom: thin solid #DADF00;*/
	margin-bottom: 30px;
	text-align:center;
	/*
	
	padding-top:50px;
	width:1280px;
	*/
	/*position: relative;
	left:-160px;
	top:100px;
	*/	
}
/*main h1 img{
	text-align:center;
	}
	*/


/*フォーム各項目の仕様*/
/*main p,dt,dd{
	line-height: 25px;
}*/
dl{
	padding:2px;
	margin-bottom:50px;
	}
main dt{
/*height:100px;*/
height:50px;
/*width:120px;*/
width:auto;
}
 main dt {
/*width:auto;*/
float:none;
/* float:left;
 clear:both;*/

/*width:100px;*/
/* background-image: url("../images/about_form/form_icon.png");
background-repeat: no-repeat;
padding-left: 30px;
*/
}
main dd{
	/*width:auto;*/
	}
input#name{
	width:90%;
	}
input#kana{
	width:90%;
	}
input[type="email"] {
	width: 90%;
}
input#reason{
	width:90%;
	}
main .select{
	float:none;
	}

main dt br{
	display:none;
	}
.radiobtn{
	/*display:block;*/
	height:240px;
	}
.radiobtn img{
	padding-left:50px;
	}
.btn {
	width: 300px;
	margin-bottom:10px;
}

.others img{
	padding-left:23px;
	}
	
/*お問い合わせ欄*/
main .comment {
	height: auto;
	width:auto;
}
main .textform{
	height:auto;
	text-align:center;
	}
textarea {
	width: auto;
	margin-left:auto;
	margin-right:auto;
	/*text-align:center;*/
	

}

}
/*===========
jQueryプラグインinview
===========*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}