/*
問合せページについてのサブCSS
接頭語は .con_
*/


/*◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆*/
@media only screen and (min-width: 641px) {


/*電話での問い合わせ*/

.con_tel_01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 105%;
	margin: 30px 0 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid #673031;
}
.con_tel_02 {
	color: #892123;
	font-size: 50px;
	font-weight: bold;
	line-height: 105%;
	margin-bottom: 8px;
}
.con_tel_03 {
	margin-bottom: 100px;
}
.con_tel_04 {
	font-size: 80%;
}
/*フォーム*/

.con_form_01 {
	width:900px;
	margin:0 auto;
	font-size: 120%;
	padding:25px 0 12px;
	border-bottom: 1px solid #72343A;
	text-align:left;
}


.con_form {
	width:900px;
	margin:0 auto;
}

/*大タイトル*/
.con_form_01 {
	font-size: 120%;
	padding:25px 0 12px;
	border-bottom: 1px solid #72343A;
}
/*必須イメージ・小タイトル枠*/
.con_form_02{
	width:200px;
	padding:12px 0 12px 90px;
	border-bottom: 1px solid #caa;
	vertical-align:middle;
}
.con_form_02a{
	background:url(images/form_01.gif) no-repeat center left;
}
.con_form_02b{
	background:url(images/form_02.gif) no-repeat center left;
}

/*フォーム枠*/
.con_form_03{
	padding:12px;
	border-bottom: 1px solid #caa;
}
	

input[type="text"],
textarea,
select{
	border:0;
	padding:5px;
	font-size:1.3em;
	font-weight:normal;
	color:#666;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	-moz-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
}


/*フォームの長さ*/
/*標準・ドロップダウン・郵便番号*/

.con_form_04a{
	width:500px;
}
.con_form_04b{
	width:510px;
}
.con_form_04c{
	width:90px;
}

/*ボタン*/
.con_form_05{
	text-align:center;
}
.con_form_05 img{
	margin:10px;
}




	
/*policy*/
.con_pp_01 {
 font-size:80%;
}
.con_pp_02 {
	font-weight: bold;
	margin-bottom: 10px;
}
.con_pp_03 {
	margin: 0 0 15px 10px;
}


/*プログラム内テキスト*/
/*PCとSPでアレンジが違う*/
.con_bin_01{
	text-align:center;
}



/*◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆*/
@media only screen and (max-width: 640px) {


/*電話での問い合わせ*/

.con_tel_01 {
	font-size: 16px;
	font-weight: bold;
	line-height: 105%;
	margin: 30px 0 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid #673031;
}
.con_tel_02 {
	color: #892123;
	font-size: 10vw;
	font-weight: bold;
	line-height: 105%;
	margin-bottom: 8px;
}
.con_tel_03 {
	margin-bottom: 50px;
}
.con_tel_04 {
	font-size: 90%;
}

/*フォーム*/

/*大タイトル*/
.con_form_01 {
	width:100%;
	font-size: 120%;
	font-weight:400;
	padding:25px 0 12px;
	border-bottom: 1px solid #72343A;
	text-align:left;
}

.con_form {
	width:100%;
	margin:0 auto;
}
.con_form tr {
}
.con_form td {
    display: block;
    margin-bottom: 20px;
}


/*必須イメージ・小タイトル枠*/
.con_form_02{
	width:100%;
    display: block;
	/*border-bottom: 1px solid #caa;*/
	padding:12px 0 12px 80px;
	margin:0;
	font-size: 100%;
}
.con_form_02a{
	background:url(images/form_01.gif) no-repeat center left;
}
.con_form_02b{
	background:url(images/form_02.gif) no-repeat center left;
}

/*フォーム枠*/
.con_form_03{
	padding:12px;
	border-bottom: 1px solid #caa;
}


	

input[type="text"],
textarea,
select{
	border:0;
	padding:5px;
	font-size:1.3em;
	font-weight:normal;
	color:#666;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	-moz-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
}

/*フォームの長さ*/
/*標準・ドロップダウン・郵便番号*/

.con_form_04a{
	width:100%;
}
.con_form_04b{
	width:100%;
}
.con_form_04c{
	width:45%;
}

/*ボタン*/
.con_form_05{
	text-align:center;
}
.con_form_05 img{
	width:90%;
	margin-bottom:15px;
}

	
/*policy*/
.con_pp_01 {
 font-size:80%;
}
.con_pp_02 {
	font-weight: bold;
	margin-bottom: 10px;
}
.con_pp_03 {
	margin: 0 0 15px 10px;
}

/*プログラム内テキスト*/
/*PCとSPでアレンジが違う*/
.con_bin_01{
	text-align:left;
}

/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/	
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/	










