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



#wrapper {
	background-color: #efefef;
	padding-top: 20px;
}



h2.content_title {
	font-size: 2.4rem;
	width: 90vw;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;/*headerを上部固定しない場合は外す*/
	font-weight: normal;
}



.content {
	width: 98vw;
	margin-right: auto;
	margin-left: auto;
/*	margin-bottom: 30px;*/
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 30px;
	border-radius: 6px 6px 6px 6px;
}



img#svg_tel {
    width: 70vw;
    display: block;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 30px;
}
p#tel {
    font-size: 2.4rem;
    line-height: 80px;
    height: 80px;
    width: 80vw;;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
    background-color: #818181;
	border-radius: 6px 6px 6px 6px;
}
p#tel a{/*リンクされた文字*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#tel a:link {/*未訪問のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#tel a:visited {/*訪問後のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#tel a:hover {/*マウスをのせたとき*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#tel a:active {/*クリック中*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}



img#svg_mail {
    width: 70vw;
    display: block;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 30px;
}

#status {
	width: 229px;
	margin-right: auto;
	margin-left: auto;
/*	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 12px;
	line-height: 30px;
    font-size: 1.6rem;
}
/*入力内容確認ページで使用*/
p.form_caption_confirm {
	margin: 0px 0px 20px 12px;
	line-height: 30px;
    font-size: 1.6rem;
}
/*エラーページで使用*/
p.form_caption_error {
	margin: 0px 0px 20px 12px;
	line-height: 30px;
    font-size: 1.6rem;
}
.msg {
	color: #FF0000;
}
/*送信完了ページで使用*/
p#thx {
	margin: 0px 0px 60px 12px;
	line-height: 30px;
    font-size: 1.6rem;
}



input.input_normal {
	width: 80%;
	height: 20px;
	padding: 10px 10px 10px 10px;
	margin-left: 12px;
	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;
/*	padding:0px 50px 0px 50px;*/
	color:#FFFFFF;
	border-style:none;
/*	letter-spacing:1px;*/
	cursor:pointer;
	margin-left: 12px;
    font-family: 'HG正楷書体-PRO','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
}

/*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){



#wrapper {
	background-color: #efefef;
	padding-top: 70px;/*headerを上部固定しない場合は外す*/
}



h2.content_title {
	width: 450px;
	height: 48px;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
    margin-right: auto;
    margin-left: auto;
	font-weight: normal;
}



.content {
	width: 552px;
	padding-right: 174px;
	padding-left: 174px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
}



img#svg_tel {
    width: 388px;
    height: 36px;
    display: block;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 25px;
}
p#tel {
    font-size: 40px;
    line-height: 120px;
    height: 120px;
    width: 600px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
    background-color: #818181;
	border-radius: 6px 6px 6px 6px;
}
p#tel a{/*リンクされた文字*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#tel a:link {/*未訪問のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#tel a:visited {/*訪問後のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#tel a:hover {/*マウスをのせたとき*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#tel a:active {/*クリック中*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}



img#svg_mail {
    width: 353px;
    height: 77px;
    display: block;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 70px;
}

#status {
	width: 509px;
	margin-right: auto;
	margin-left: auto;
}
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: 180px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 17px;
	float: left;
}


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



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;
	background-color:#828282;
	color:#FFFFFF;
	border-style:none;
	letter-spacing:1px;
	cursor:pointer;
    font-family: 'HG正楷書体-PRO','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
}

/*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;
}



}









