/* ===== 「フォーム全体」の設定 ===== */

/* フォーム全体の設定 */
.aw_layout_body {
	width: 72%;
	margin: 20px auto 30px;
}
/* ヘッダーエリアの設定 */
.aw_layout_header {
	/* 余白の設定 */
	padding: 0px;
	/* テキストフォントの設定 */
	font-size: small;
}

/* メインエリアの設定 */
.aw_layout_form form {
	display: inline;
}
.aw_layout_form_data {
	/* マージンの設定 */
	margin-left: auto;
	margin-right: auto;
}

/* フォーム送信エリアの設定 */
.aw_layout_form_submit {
	/* マージンの設定 */
	margin-top: 5px;
	/* 余白の設定 */
	padding: 10px;
}
.aw_layout_form_submit_confirm {
	/* マージンの設定 */
	margin-top: 5px;
	/* 余白の設定 */
	padding: 10px;
}

/* フッターエリアの設定 */
.aw_layout_footer {
	/* 余白の設定 */
	padding: 5px;
	/* テキストフォントの設定 */
	font-size: small;
}


/* ===== 「フォーム内部」の設定 ===== */

/* メインエリアの設定 */
table.awform {
	/* 横幅の設定 */
	width: 100%;
	/* マージンの設定 */
	margin: 0 0 20px 0;
	/* 余白の設定 */
	padding: 0;
	/* 枠線の設定 */
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: #A0C9DC;
}

/* セルの共通設定 */
table.awform td,
table.awform th {
	/* マージンの設定 */
	margin: 0;
	/* 余白の設定 */
	padding:8px 6px;
	/* テキスト表示位置の設定 */
	line-height:140%;
	text-align: left;
	vertical-align: middle;
	/* 枠線の設定 */
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: #A0C9DC;
}

/* タイトルセルの設定 */
table.awform thead th {
	/* 余白の設定 */
	padding:10px 5px;
	/* 背景色の設定 */
	background:url("https://creation-sp.com/mailform/atmailform2_data/user/update/02010000/template/design_form_05/bg_thead5.gif") left bottom repeat-x;
	/* テキストフォントの設定 */
	color:#00358D;
	font-weight:bold;
	font-size:12px;
}
/* 項目名セルの設定 */
table.awform tbody th {
	/* 横幅の設定 */
	width: 28%;
	/* 余白の設定 */
	padding: 10px;
	/* テキストフォントの設定 */
	color: #333;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	/* 背景色の設定 */
	background-color: #fafafa;
}

/* フォームセルの設定 */
table.awform td {
	/* 余白の設定 */
	padding: 10px;
	/* テキストフォントの設定 */
	color: #333;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	/* 背景色の設定 */
	background-color: #FFFFFF;
}

/* ラベルの設定 */
table.awform td label {
	margin-right: 1em;
 	white-space: nowrap;
	display: inline;
	float: none;
}

/* 横並びの場合 */
table.awform td label.nowrap {
	display: block;
	float: left;
}

/* エラーメッセージの設定 */
table.awform div.awform_alert1 {
	clear: both; 
	padding: 2px;
	margin-top: 5px;
	background: url("https://creation-sp.com/mailform/atmailform2_data/user/update/02010000/template/design_form_05/icon_alert.gif") no-repeat;
	background-color: #FFF3F3;
}
table.awform div.awform_alert1 span {
	padding-top: 3px;
	margin-left: 26px;
	color: #EE6666;
	display: block;
}

/* 複合フォーム用レイアウト */
table.awform div.nowrap {
	float: left;
}
table.awform div.clearboth {
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

/* 未入力用背景色 */
table.awform .color_nec {
	background-color:#FFEEEE;
}

/* 注釈 - 項目上 */
.awform_notes1 {
}
/* 注釈 - 項目下 */
.awform_notes2 {
}
/* 注釈 - データ上 */
.awform_notes3 {
}
/* 注釈 - データ下 */
.awform_notes4 {
	clear: both;
}
/* 注釈 - データ左 */
.awform_notes5 {
}
/* 注釈 - データ右 */
.awform_notes6 {
}
/* 項目名 */
.awform_name {
}
/* 項目データ */
.awform_data {
}
/* フリー＆複合フォーム用＆価格＆数量 */
table.awform tr.awform_kind-free .awform_data,
table.awform tr.awform_kind-connect .awform_data,
table.awform tr.awform_kind-price .awform_data,
table.awform tr.awform_kind-number .awform_data {
	float: left;
}
table.awform tr.awform_kind-free .awform_notes5,
table.awform tr.awform_kind-connect .awform_notes5,
table.awform tr.awform_kind-price .awform_notes5,
table.awform tr.awform_kind-number .awform_notes5 {
	float: left;
}
table.awform tr.awform_kind-free .awform_notes6,
table.awform tr.awform_kind-connect .awform_notes6,
table.awform tr.awform_kind-price .awform_notes6,
table.awform tr.awform_kind-number .awform_notes6 {
	float: left;
}
/*-----------------------------------
　　 お問い合わせ
-----------------------------------*/
.contact_text {
    width: 100%;
    height: auto;
	margin: 40px auto 20px;
	text-align: center;
	letter-spacing: 0.05em;
}

/*-----------------------------------
　　 メイン画像
-----------------------------------*/
.topimg {
    width: 100%;
    height: auto;
	margin: 0px auto 0px;
}
.topimg img {
    width: 100%;
    height: auto;
}
/*-----------------------------------
　　 文字
-----------------------------------*/
.text01 {
    width: 99%;
    height: auto;
	margin: 20px auto 20px;
	letter-spacing: 0.1em;
	line-height: 25px;
}
/*-----------------------------------
　　 見出し
-----------------------------------*/
h1 {
	overflow: hidden;
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0px 0px 10px 0px;
}
h1 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: center;
}
h1 span::before,
h1 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
h1 span::before {
	right: 100%;
}
h1 span::after {
	left: 100%;
}


h2 {
	overflow: hidden;
	text-align: center;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 80px 0px 10px 0px;
}
h2 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: center;
}
h2 span::before,
h2 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #8AD1D4;
}
h2 span::before {
	right: 100%;
}
h2 span::after {
	left: 100%;
}

/*-----------------------------------
　　 会社案内
-----------------------------------*/
.table01{
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
	margin: 0px auto;
	color: #333;
	letter-spacing: 0.15em;
	line-height: 23px;
	text-align: left;
}
.table01 td{
	width: 68%;
	padding: 8px;
	letter-spacing: 0.1em;
	border: solid #e8e8e8 1px;
}
.table01 th{
	width: 16%;
	padding: 8px;
	border: solid #e8e8e8 1px;
	color: #0280af;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 18px;
}
.company_left {
	width: 57%;
	height: auto;
	margin: 20px 0px 0px 0px;
	float: left;
}
.company_right {
	width: 40%;
	height: auto;
	margin: 20px 0px 0px 0px;
	float: right;
}
.company_right img {
	width: 100%;
	height: auto;
}


/****************
/* 　マップ
*****************/
.google-maps {
width: 100%;
position: relative;
padding-bottom: 140%; /*これが縦横比*/
height: 0;
overflow: hidden;
margin-right: auto;
margin-left: auto;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
border: none;
}

/*-----------------------------------
　　 防犯カメラ
-----------------------------------*/
.b_text {
	width: 100%;
	height: auto;
	margin: 0px 0px 2px 0px;
	font-size: 17px;
	letter-spacing: 0.05em;
}
.b01 {
	width: 300px;
	height: auto;
	margin: 25px 0px 0px 0px;
	float: left;
}
.b02 {
	width: 300px;
	height: auto;
	margin: 25px 50px 0px 50px;
	float: left;
}
.b03 {
	width: 300px;
	height: auto;
	margin: 25px 0px 0px 0px;
	float: left;
}

.table02{
	font-size: 14px;
	width: 48%;
	border-collapse: collapse;
	margin: 20px 0px 0px 0px;
	color: #333;
	letter-spacing: 0.15em;
	line-height: 23px;
	text-align: left;
	float: left;
}
.table02 td{
	width: 100%;
	padding: 8px;
	letter-spacing: 0.05em;
	border: solid #e8e8e8 1px;
	vertical-align: top;
}
.table02 th{
	padding: 8px;
	border: solid #e8e8e8 1px;
	color: #0280af;
	text-align: left;
	letter-spacing: 0.05em;
	line-height: 20px;
	vertical-align: top;
}

.table03{
	font-size: 14px;
	width: 48%;
	border-collapse: collapse;
	margin: 20px 0px 0px 0px;
	color: #333;
	letter-spacing: 0.15em;
	line-height: 23px;
	text-align: left;
	float: right;
}
.table03 td{
	width: 100%;
	padding: 8px;
	letter-spacing: 0.05em;
	border: solid #e8e8e8 1px;
	vertical-align: top;
}
.table03 th{
	padding: 8px;
	border: solid #e8e8e8 1px;
	color: #0280af;
	text-align: left;
	letter-spacing: 0.05em;
	line-height: 20px;
	vertical-align: top;
}

/*-----------------------------------
　　 建築
-----------------------------------*/
.a_text {
	width: 100%;
	height: auto;
	margin: 0px 0px 2px 0px;
	font-size: 18px;
	letter-spacing: 0.08em;
}
.a_text02 {
	width: 100%;
	height: auto;
	margin: -20px 0px 0px 0px;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: right;
}
.a_text03 {
	width: 100%;
	height: auto;
	margin: -5px 0px 0px 0px;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.a01 {
	width: 235px;
	height: auto;
	margin: 10px 0px 30px 0px;
	float: left;
}
.a02 {
	width: 235px;
	height: auto;
	margin: 10px 0px 30px 20px;
	float: left;
}
.a03 {
	width: 235px;
	height: auto;
	margin: 10px 0px 30px 20px;
	float: left;
}

.a04 {
	width: 235px;
	height: auto;
	margin: 10px 0px 30px 20px;
	float: left;
}
.a01 img {
	width: 100%;
	height: auto;
}
.a02 img {
	width: 100%;
	height: auto;
}
.a03 img {
	width: 100%;
	height: auto;
}
.a04 img {
	width: 100%;
	height: auto;
}
.a_tittle {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0;
  font-family: sans-serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  color:#333;
}
.heading {
  margin: 30px 0px 0px 0px;
}
.t01 .heading {
  position: relative;
  padding-left: 30px;
}
.t01 .heading:before,
.t01 .heading:after{
  content: "□";
  color:#0279BB;
  position: absolute;
  width:4px;
  height: 4px;
}
.t01 .heading:before {
  left:0;
  top:-3px;
}
.t01 .heading:after {
  left: 5.5px;
  top: 3.5px;
}

/* PC用 */
@media print, screen and (min-width:1000px){















}



/* モニター幅1000px以下 */
 @media only screen and (max-width:1000px){
/*-----------------------------------
　　 見出し
-----------------------------------*/
h1 {
	font-size: 22px;
	letter-spacing: 0.1em;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 20px;
	letter-spacing: 0.15em;
	margin: 20px 0px 10px 0px;
}
/*-----------------------------------
　　 文字
-----------------------------------*/
.text01 {
    width: 100%;
    height: auto;
	margin: 0px auto 0px;
	letter-spacing: 0.1em;
	line-height: 25px;
}

/*-----------------------------------
　　 会社案内
-----------------------------------*/
.table01{
	margin: 0px auto;
	letter-spacing: 0.05em;
	line-height: 20px;
	font-size: 13px;
}
.table01 td{
	width: 68%;
	padding: 5px;
	letter-spacing: 0.05em;
}
.table01 th{
	width: 16%;
	padding: 5px;
	letter-spacing: 0.05em;
}
.company_left {
	width: 58%;
	height: auto;
	margin: 20px 0px 40px 0px;
	float: left;
}
.company_right {
	width: 40%;
	height: auto;
	margin: 20px 0px 0px 0px;
	float: right;
}




/*-----------------------------------
　　 防犯カメラ
-----------------------------------*/
.b_text {
	margin: 0px 0px 1px 0px;
	font-size: 14px;
	letter-spacing: 0.02em;
}
.b01 {
	width: 31%;
	height: auto;
	margin: 10px 0px 20px 0px;
	float: left;
}
.b02 {
	width: 31%;
	height: auto;
	margin: 10px 26px 20px 26px;
	float: left;
}
.b03 {
	width: 31%;
	height: auto;
	margin: 10px 0px 20px 0px;
	float: left;
}

.b01 img {
	width: 100%;
	height: auto;
}
.b02 img {
	width: 100%;
	height: auto;
}
.b03 img {
	width: 100%;
	height: auto;
}

.table02{
	width: 49%;
	margin: 10px 0px 0px 0px;
	letter-spacing: 0.1em;
	line-height: 20px;
}
.table02 td{
	width: 100%;
	padding: 5px;
	letter-spacing: 0.05em;
}
.table02 th{
	width: 40%;
	padding: 5px;
	letter-spacing: 0.05em;
	line-height: 20px;
}
.table03{
	width: 49%;
	margin: 10px 0px 0px 0px;
	letter-spacing: 0.1em;
	line-height: 20px;
}
.table03 td{
	width: 100%;
	padding: 5px;
	letter-spacing: 0.05em;
}
.table03 th{
	width: 40%;
	padding: 5px;
	letter-spacing: 0.05em;
	line-height: 20px;
}
.table02 img {
	width: 100%;
}
.table03 img {
	width: 100%;
}


/*-----------------------------------
　　 建築
-----------------------------------*/
.a_text {
	width: 100%;
	height: auto;
	margin: 0px 0px 2px 0px;
	font-size: 16px;
	letter-spacing: 0.05em;
}
.a_text02 {
	width: 98%;
	height: auto;
	margin: -20px 0px 0px 0px;
	font-size: 13px;
	letter-spacing: 0.03em;
	text-align: right;
}
.a01 {
	width: 23.7%;
	height: auto;
	margin: 10px 0px 20px 0px;
}
.a02 {
	width: 23.7%;
	height: auto;
	margin: 10px 0px 20px 10px;
}
.a03 {
	width: 23.7%;
	height: auto;
	margin: 10px 0px 20px 10px;
}
.a04 {
	width: 23.7%;
	height: auto;
	margin: 10px 0px 20px 10px;
}
.a_tittle {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.heading {
  margin: 10px 0px 0px 0px;
}
/*-----------------------------------
　　 お問い合わせ
-----------------------------------*/
.contact_text {
    width: 100%;
    height: auto;
	margin: 20px auto 20px;
}

/* ===== 「フォーム全体」の設定 ===== */

/* フォーム全体の設定 */
.aw_layout_body {
	width: 90%;
	margin: 20px auto 30px;
}


}


/* iPad 縦 */
@media only screen and (max-width:768px){
/*-----------------------------------
　　 見出し
-----------------------------------*/
h1 {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 10px 0px 10px 0px;
}
/*-----------------------------------
　　 文字
-----------------------------------*/
.text01 {
    width: 98%;
    height: auto;
	margin: 5px auto 0px;
	letter-spacing: 0.05em;
	line-height: 18px;
	font-size: 13px;
}
 
/*-----------------------------------
　　 会社案内
-----------------------------------*/
.company_left {
	margin: 10px 0px 20px 0px;
}
.company_right {
	margin: 10px 0px 0px 0px;
}
/*-----------------------------------
　　 防犯カメラ
-----------------------------------*/
.b_text {
	letter-spacing: 0.03em;
	line-height: 16px;
}
.b01 {
	width: 31.3%;
	height: auto;
	margin: 10px 0px 10px 0px;
}
.b02 {
	width: 31.3%;
	height: auto;
	margin: 10px 14px 10px 14px;
}
.b03 {
	width: 31.3%;
	height: auto;
	margin: 10px 0px 10px 0px;
}
.table02{
	width: 49%;
	margin: 7px 0px 0px 0px;
	letter-spacing: 0.02em;
	line-height: 18px;
	font-size: 13px;
}
.table02 td{
	width: 100%;
	padding: 3px;
	letter-spacing: 0.02em;
}
.table02 th{
	width: 40%;
	padding: 3px;
	letter-spacing: 0.02em;
	line-height: 18px;
}
.table03{
	width: 49%;
	margin: 7px 0px 0px 0px;
	letter-spacing: 0.02em;
	line-height: 18px;
	font-size: 13px;
}
.table03 td{
	width: 100%;
	padding: 3px;
	letter-spacing: 0.02em;
}
.table03 th{
	width: 40%;
	padding: 3px;
	letter-spacing: 0.02em;
	line-height: 18px;
}
/*-----------------------------------
　　 建築
-----------------------------------*/
.a_text {
	width: 100%;
	height: auto;
	margin: 0px 0px 2px 0px;
	font-size: 15px;
	letter-spacing: 0.05em;
}
.a_text02 {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	letter-spacing: 0.03em;
	text-align: left;
}
.a01 {
	width: 48%;
	height: auto;
	margin: 5px 0px 5px 0px;
}
.a02 {
	width: 48%;
	height: auto;
	margin: 5px 0px 5px 10px;
}
.a03 {
	width: 48%;
	height: auto;
	margin: 0px 0px 10px 0px;
}
.a04 {
	width: 48%;
	height: auto;
	margin: 0px 0px 10px 10px;
}
.a_tittle {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.heading {
  margin: 10px 0px 0px 0px;
}

/*-----------------------------------
　　 お問い合わせ
-----------------------------------*/
.contact_text {
    width: 90%;
    height: auto;
	margin: 15px auto 10px;
}

/* ===== 「フォーム全体」の設定 ===== */

/* フォーム全体の設定 */
.aw_layout_body {
	width: 93%;
	margin: 0px auto 10px;
}
table.awform {
	/* 横幅の設定 */
	width: 100%;
}


}



/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

/*-----------------------------------
　　 見出し
-----------------------------------*/
h1 {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 0px 0px 0px 0px;
}	 
h2 {
	font-size: 16px;
	letter-spacing: 0.02em;
	margin: 15px 0px 10px 0px;
}
h2 span {
	padding: 0px 5px 0px 5px;
}

/*-----------------------------------
　　 会社案内
-----------------------------------*/
.table01{
	margin: 0px auto;
	letter-spacing: 0.05em;
	line-height: 20px;
	font-size: 13px;
}
.table01 td{
	padding: 3px;
	letter-spacing: 0.05em;
}
.table01 th{
	width: 18%;
	padding: 3px;
	letter-spacing: 0.05em;
}
.company_left {
	width: 98%;
	height: auto;
	margin: 5px auto 0px;
	float: none;
}
.company_right {
	width: 98%;
	height: auto;
	margin: 10px auto 10px;
	float: none;
}

/*-----------------------------------
　　 防犯カメラ
-----------------------------------*/
.b_text {
	margin: 0px 0px 1px 0px;
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 15px;
}
.b01 {
	width: 31.3%;
	height: auto;
	margin: 10px 0px 0px 0px;
}
.b02 {
	width: 31.3%;
	height: auto;
	margin: 10px 10px 0px 10px;
}
.b03 {
	width: 31.3%;
	height: auto;
	margin: 10px 0px 0px 0px;
}
	
.table02{
	width: 98%;
	margin: 7px auto 0px;
	letter-spacing: 0.02em;
	line-height: 20px;
	font-size: 14px;
	float: none;
}
.table02 td{
	width: 100%;
	padding: 5px;
	letter-spacing: 0.02em;
}
.table02 th{
	width: 40%;
	padding: 5px;
	letter-spacing: 0.02em;
	line-height: 18px;
}
.table03{
	width: 98%;
	margin: 7px auto 0px;
	letter-spacing: 0.02em;
	line-height: 20px;
	font-size: 14px;
	float: none;
}
.table03 td{
	width: 100%;
	padding: 5px;
	letter-spacing: 0.02em;
}
.table03 th{
	width: 40%;
	padding: 5px;
	letter-spacing: 0.02em;
	line-height: 18px;
}
/*-----------------------------------
　　 お問い合わせ
-----------------------------------*/
.contact_text {
    width: 90%;
    height: auto;
	margin: 5px auto 5px;
	font-size: 13px;
	line-height: 18px;
}
/* ===== 「フォーム全体」の設定 ===== */

/* フォーム全体の設定 */
.aw_layout_body {
	width: 97%;
	margin: 0px auto 0px;
}

/* 項目名セルの設定 */
table.awform tbody th {
	font-size: 13px;
}

/*-----------------------------------
　　 建築
-----------------------------------*/
.a_text {
	width: 100%;
	height: auto;
	margin: 0px 0px 2px 0px;
	font-size: 14.5px;
	letter-spacing: 0em;
}
.a_text02 {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	letter-spacing: 0.03em;
	text-align: left;
}
.a_text03 {
	width: 100%;
	height: auto;
	margin: -5px 0px 0px 0px;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.a01 {
	width: 48%;
	height: auto;
	margin: 5px 0px 5px 0px;
}
.a02 {
	width: 48%;
	height: auto;
	margin: 5px 0px 5px 10px;
}
.a03 {
	width: 48%;
	height: auto;
	margin: 0px 0px 10px 0px;
}
.a04 {
	width: 48%;
	height: auto;
	margin: 0px 0px 10px 10px;
}
.a_tittle {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.heading {
  margin: 10px 0px 0px 0px;
}

}






