﻿@charset "utf-8";



/*◆◇◆以下はスマホ用のCSS◆◇◆*/
@media screen and (max-width : 501px){



#content {
    width: 100vw;
    margin: 40px auto 40px auto;
}



h2#h2_contact {
    width: 20vh;
    margin: 0px auto 8px auto;
}

hr#under_h2_contact {
    width: 60vw;
    height: 1px;
    border: none;
    background-color: #000000;
    margin: 0px auto 20px auto;
}



#form_wrapper {
	width: 90vw;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 20px;
	border-radius: 6px 6px 6px 6px;
    border: 1px solid #FFFFFF;
}



#status {
	width: 229px;
/*	background-color: #FF0000;*/
}
img.arrow {
	width: 7px;
	height: 11px;
	margin: 12px 0px 0px 14px;
}

.circle_black {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #000000;
	float: left;
}
.circle_gray {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #828282;
	float: left;
}
.circle_red {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #FF0000;
	float: left;
}
hr.hr_status {
	border-top: 1px solid #828282;
	width: 40px; /*25vwから変更*/
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 17px;
	float: left;
}



p.form_caption {
	margin: 0px 0px 0px 0px;
}
/*入力内容確認ページで使用*/
p.form_caption_confirm {
	margin: 0px 0px 10px 0px;
}
/*エラーページで使用*/
p.form_caption_error {
	margin: 0px 0px 10px 0px;
}
.msg {
	color: #FF0000;
}
/*送信完了ページで使用*/
p#thx {
	margin: 0px 0px 60px 0px;
	line-height: 30px;
}



input.input_normal {
	width: 80%;
	height: 20px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #828282;
}

textarea.message {
	width: 86%;
	height: 230px;
	padding: 10px 10px 10px 10px;
/*	margin-left: 12px;*/
	border: 1px solid #828282;
}

input.input_captcha {
	border: 1px solid #828282;
}



img.capt {
	margin-right: 20px;
	margin-left: 12px;
}

input.button {
	width: 35vw;
	line-height: 40px;
	background-color:#828282;
	font-size:1.4rem;
	font-weight:bold;
/*	padding:0px 50px 0px 50px;*/
	color:#FFFFFF;
	border-style:none;
/*	letter-spacing:1px;*/
	cursor:pointer;
/*	margin-left: 12px;*/
}

/*iOS Safariのデフォルトスタイルが優先されてしまうことを回避*/
input,textarea {
  -webkit-appearance: none;
  border-radius: 0px;
}



table#conf_table {
	margin-bottom: 60px;
}
table#conf_table th {
	width: 200px;
	text-align: left;
}
table#conf_table td {
	width: 352px;
}



}










/*◆◇◆以下はPC用のCSS◆◇◆*/
/*ビューエリアの最小幅がこのサイズより大きい場合に以下のスタイルを適用*/
@media screen and (min-width : 500px){



#content {
    width: 1248px;
    margin: 130px auto 130px auto;
}



h2#h2_contact {
    width: 300px;
    height: 36px;
    margin: 0px auto 14px auto;
}

hr#under_h2_contact {
    width: 800px;
    height: 1px;
    border: none;
    background-color: #000000;
    margin: 0px auto 100px auto;
}



#form_wrapper {
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: 30px;
	border-radius: 6px 6px 6px 6px;
    border: 1px solid #FFFFFF;
}



#status {
}
img.arrow {
	width: 7px;
	height: 11px;
	margin: 12px 0px 0px 14px;
}

.circle_black {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #000000;
	float: left;
}
.circle_gray {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #828282;
	float: left;
}
.circle_red {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #FF0000;
	float: left;
}
hr.hr_status {
    width: 90px;
	margin-top: 17px;
	margin-right: 5px;
	margin-left: 5px;
    text-align: left;
    height: 1px;
    border: none;
    background-color: #000000;
	float: left;
}



form {
    width: 600px;
}



p.form_caption {
	margin: 0px 0px 0px 0px;
	line-height: 30px;
}
/*入力内容確認ページで使用*/
p.form_caption_confirm {
	margin: 0px 0px 20px 0px;
	line-height: 30px;
}
/*エラーページで使用*/
p.form_caption_error {
	margin: 0px 0px 20px 0px;
	line-height: 30px;
}
.msg {
	color: #FF0000;
}



/*送信完了ページで使用*/
p#thx {
	margin: 0px 0px 80px 0px;
	line-height: 30px;
}



input.input_normal {
	width: 96%;
	height: 20px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #828282;
}

textarea.message {
	width: 96%;
	height: 230px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #828282;
}

input.input_captcha {
	border: 1px solid #828282;
}

img.capt {
	margin-right: 20px;
}

input.button {
	height: 50px;
	line-height: 50px;
	font-size:16px;
	padding:0px 50px 0px 50px;
	font-weight:bold;
	background-color:#828282;
	color:#FFFFFF;
	border-style:none;
	letter-spacing:1px;
	cursor:pointer;
}



/*iOS Safariのデフォルトスタイルが優先されてしまうことを回避*/
input,textarea {
  -webkit-appearance: none;
  border-radius: 0px;
}



table#conf_table {
	margin-bottom: 60px;
}
table#conf_table th {
	width: 200px;
	text-align: left;
}
table#conf_table td {
	width: 352px;
}



}


