
/* ---------- common.css ---------- */

html {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka , sans-serif;
	line-height: 1.5;
	color: #666;
}

#title {
	padding: 12px 0;
	background: #037cd7;
	max-width: 100%;
}

h1 {
	color: #fff;
	width: 920px;
	margin: 0 auto;
	font-size: 2.4rem;
	text-align: left;
}

h2 {
	padding: 10px;
	color: #0050c8;
	font-size: 1.6rem;
	font-weight: bold;
	background: #b7dbff;
	text-align: left;
}

#wrapper {
	margin: 0 auto;
	width: 920px;
}

/*フッター*/
#footer {
	margin: 0;
	padding: 18px 0;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background: #037cd7;
}

#footer .wrapper {
	margin: 0 auto;
	width: 920px;
	position: relative;
}

#footer .wrapper a {
	margin: -6px 0 0;
	position: absolute;
	top: 50%;
	left: 0%;
	display: block;
}

#footer .wrapper a img {
	border: none;
}



/* テキストリンクの装飾 */
a:link {
	color:#06c;
	text-decoration:underline;
}

a:active {
	color:#39f;
	text-decoration:underline;
}

a:visited {
	color:#96c;
	text-decoration:underline;
}

a:hover {
	color:#39f;
	text-decoration:underline;
}


/* FORMのマージン指定 */
form { 
margin: 0px;
} 

table {
	font-size: 1.4rem;
}

td {
	font-size: 100%;
}

/* 左側10px空けるテーブルのマージン指定 */
table.l10 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


/* ブロック要素のマージン指定 */
div {
	margin:0 0 0 0px;
}


/* フォントカラー赤：注意 */
.red {
	color:#f00;
}


/* フォントカラー（アートブルー）：注意 */
.blue {
	color:#0050c8;
}


/* フォントカラー白：注意 */
.wh {
	color:#fff;
}


/* フォントカラー白（太い）：注意 */
.whb {
	font-weight:bolder;
	color:#fff;
}


/* FAQテキスト：注意 */
.q {
	font-weight:bolder;
	color:#cc66ff;
}


/* テーブルテキストのフォントカラー：注意 */
.table {
	color:#666;
}


/* テーブルテキストの青太字フォントカラー：注意 */
.tbb {
	font-weight:bolder;
	color:#0050c8;
}

/* テーブルテキストの緑太字フォントカラー：注意 */
.tbg {
	font-weight: bolder;
	color: #1f7e09;
}

input {
	vertical-align: middle;
}

/* 「＊」赤の装飾 */
.as {
	color:#f00;
	font-size:16px;
}

/*テキストエリア、インプットタグのフォント指定*/
.SCJ {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka , sans-serif;
}

table.wrap {
	margin: 0 auto;
	width: 920px;
}

/*フロー*/
.flow {
	width: 920px;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}

.flow:after {
	content: "";
	clear: both;
	display: block;
}

.flow li {
	width: 270px;
	float: left;
	padding: 0 0 0 55px;
	background: url(../../picts/2016/2016/flow_arrow.png) 19px 27px no-repeat;
}

.flow li:first-child {
	padding: 0;
	background: none;
}

.flow li span {
	color: #777;
	box-sizing: border-box;
	border-radius: 5px;
	display: block;
	background: #fff;
	border: solid 3px #bbb;
	font-size: 2rem;
	font-weight: bold;
	height: 70px;
	line-height: 66px;
	text-align: center;
}

.flow li.now span {
	border: solid 3px #0060b3;
	background: #0060b3;
	color: #fff;
	text-shadow: 1px 1px 0 #003d72;
}

/*テキストエリア幅*/

textarea {
	padding: 12px;
	width: 100%;
	font-size: 14px;
	border: solid 2px #bfccd7;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka , sans-serif;
	box-sizing: border-box;
}

/*ボタン*/

input[type=submit],
input[type=button] {
	margin: 0 20px;
	height: 60px;
	width: 120px;
	color: #ffffff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka , sans-serif;
	font-weight:bold;
	background: #062876 url(../img/btn_next_bg.png) 100% 50% no-repeat;
	outline: 0;
	border: 0;
	border-radius: 5px;
	/* box-shadow: 0 6px 0 #00184f; */
	cursor: pointer;
}

/*テーブル*/
.formTable {
	width: 920px;
	margin: 0;
	background: #0068b7;
}

.formTable th {
	position: relative;
	color: #0060b3;
	background: url(../../picts/2016/form_title_bg.gif);
	font-size: 1.4rem;
	text-shadow: 1px 1px 0 #fff;
	vertical-align: top;
	width: 200px;
	border: solid 2px #fff;
	padding: 14px 80px 14px 20px;
	text-align: left;
}

.formTable th span {
	position: absolute;
	right: 20px;
	top: 15px;
	font-weight: normal;
	font-size: 1.2rem;
	display: inline-block;
	height: 18px;
	box-sizing: border-box;
	padding: 1px 0 0;
	line-height: 18px;
	box-shadow: 1px 1px 0 0 #fff;
	background: #e60012;
	color: #fff;
	text-shadow: 0 0 0;
}

.must {
	font-weight: normal;
	font-size: 1.2rem;
	display: inline-block;
	height: 18px;
	box-sizing: border-box;
	padding: 1px 0 0;
	line-height: 18px;
	box-shadow: 1px 1px 0 0 #fff;
	background: #e60012;
	color: #fff;
	text-shadow: 0 0 0;
}

.formTable td {
	padding: 15px;
	width: 610px;
	background: #fff;
	font-size: 1.4rem;
	vertical-align: middle;
	text-align: left;
	color: #666;
	box-sizing: border-box;
}

.formTable td.subHeader {
	padding: 0;
	width: 80px;
	text-align: left;
}

.formTable td.subData {
	padding; 0;
	width: 480px;
	text-align: left;
}

.formTable input[type="text"],
.formTable2 input[type="text"],
.formTable select {
	padding: 0 10px 0 10px;
	box-shadow: 0 0 0 1px #fff inset;
	font-size: 14px;
	vertical-align: middle;
	border: solid 2px #bfccd7;
	height: 40px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka , sans-serif;
	text-align: left;
	box-sizing: border-box;
}

	.formTable select {
		padding: 0 0 0 10px;
		width: 120px;
		box-sizing: border-box;
	}
	
	.formTable select.floorPlan { /* frmartbiz00 */
		padding: 0 0 0 10px;
		width: 240px;
		box-sizing: border-box;
	}


.formTable input.wSshort {
	width: 15%;
}

.formTable input.wShort {
	width: 25%;
}

.formTable input.wMiddle {
	width: 50%;
}

.formTable input.wMlong {
	width: 75%;
}

.formTable input.wLong {
	width: 100%;
}

.formTable #btSearchAddress {
	-webkit-appearance: none;
	cursor: pointer;
	width: 100px;
	height: 40px;
	border: none;
	border-radius: 5px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka , sans-serif;
	background: #dddddd;
	box-shadow: none;
}

.formTable2 {
	width: 920px;
	border: solid 2px #0068b7;
	font-size: 14px;
}

span.note {
	font-size: 14px;
}

.formTable2 td {
	padding: 15px;
}

p.policy {
	font-size: 1.4rem;
}

input.nextBtn {
	-webkit-appearance: none;
	cursor: pointer;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
	border: 0;
	outline: 0;
	color: #fff;
	border-radius: 5px;
	padding: 0 72px;
	box-shadow: 0 6px 0 #00184f;
	height: 100px;
	width: 400px;
	margin: 0 20px;
	background: #062876 url(../../picts/2016/btn_next_bg.png) 100% 50% no-repeat;
	box-sizing: border-box;
}

.verisign {
	margin: 0 auto;
/*	width: 580px;	*/
	width: 100%;
	border: solid 1px #ccc;
}
.verisign table td:nth-child(1) {
	padding: 0 15px 0 0;
}

.childTable td {
	padding: 10px 0;
}

.kgi_enq {
	width: 100%;
}

.biz_rdo td {
	padding: 5px 15px;
}

	.biz_rdo td.w15 {
		width: 15%;
	}
	.biz_rdo td.w30 {
		width: 30%;
	}

.biz_chk td,
.kgi_chk td,
.kgi_enq td {
	padding: 5px 10px;
	width: 20%;
	vertical-align: top;
}

/* 確認用（納品時は消去） */

form {
	display: inline;
}


/* アートプラス */

#frmfwrinq td.address > input[type=submit] {
	margin: 0 5px;
	height: 24px;
	width: 80px;
	font-weight: normal;
	border-radius: 2px;
	box-shadow: 0 2px 0 #00184f;
}

#frmfwrinq .w90per {
	width: 90%;
}


/* レスポンシブ対応 */
/* 共通 */
.view-pc {
	display: block;
}
.view-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.view-pc {
		display: none;
	}
	.view-sp {
		display: block;
	}
	.contents {
		width: 100%;
	}
}

/* ヘッダ */
@media screen and (max-width: 768px) {
	table.wrap {
		width: 100%;
		padding: 0 10px;
	}

	table.wrap tr td {
		width: 40%;
	}

	.logo_ci img {
		width: 40vw;
		height: auto;
	}

	.logo_others img {
		width: 40vw;
		height: auto;
	}

	#title {
		width: 100%;
	}

	#title h1 {
		width: calc(100% - 20px);
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* コンテンツ */
.indent {
	padding: 10px 0;
}
.indent.note {
	padding: 0 0 10px;
}
#wrapper table.formTable2.enquete tr td:nth-child(1) {
	text-align: center;
}
@media screen and (max-width: 768px) {
	#wrapper {
		width: 100%;
	}

	#wrapper table {
		width: 100%;
	}

	#wrapper table.formtable-wrap {
		/* padding-left: 10px;
		padding-right: 10px; */
		padding-left: 0;
		padding-right: 0;
	}

	#wrapper table.formTable,
	#wrapper table.formTable2 {
		background: none;
		border: none;
	}

	
	#wrapper table.formTable td,
	#wrapper table.formTable2 td {
		display: block;
		width: 100%;
	}

	#wrapper table.formTable th {
		/* width: calc(100% - 24px); */
		width: calc(100% - 22px);
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}


	#wrapper table.formTable th span {
		position: absolute;
		right: auto;
	}
	
	#wrapper table.formTable input.wMiddle {
		width: 100%;
	}

	.indent {
		padding: 10px;
	}
	.indent.note {
		padding: 0 10px 10px;
	}

	.biz_rdo td {
		padding: 5px 10px;
		width: calc(100% - 20px)!important;
		width: auto;
	}
	
	.biz_rdo td.w15 {
		width: auto;
	}
	.biz_rdo td.w30 {
		width: auto;
	}
	.txtarea {
		padding: 0 10px;
	}
	
	.biz_chk td {
		padding: 5px 10px;
		width: calc(100% - 20px)!important;
		vertical-align: top;
	}
	.biz_chk td:empty {
		display: none!important;
	}

	.kgi_chk td {
		padding: 5px 10px;
		width: calc(100% - 20px)!important;
		vertical-align: top;
	}

	.kgi_rdo td {
		padding: 5px 10px;
		width: calc(100% - 20px)!important;
		vertical-align: top;
	}
	.kgi_rdo td:empty {
		display: none!important;
	}


	.button {
		display: block;
		width: 100%;
	}
	
	.formbtn input[type=submit],
	.formbtn input[type=button] {
		margin: 0 20px 20px;
		height: 60px;
		width: 80%;
		border-radius: 5px;
	}

	#wrapper table.formTable2.enquete tr {
		padding: 10px 0;
		display: block;
	}
	#wrapper table.formTable2.enquete tr td:nth-child(1) {
		width: 1em;
		display: inline-block;
		padding: 0 0 0 10px;
		text-align: left;
	}
	#wrapper table.formTable2.enquete tr td:nth-child(2) {
		width: calc(90% - 10px);
		display: inline-block;
		padding: 0;
	}
	#wrapper table.formTable2.enquete tr td:nth-child(2)::after {
		content: "";
		display: block;
	}
	#wrapper table.formTable2.enquete tr td:nth-child(3) {
		width: 20%;
		display: inline-block;
		padding: 0 0 0 1.5em;
		margin-top: 10px;
	}
	#wrapper table.formTable2.enquete tr td:nth-child(4) {
		width: 20%;
		display: inline-block;
		padding: 0;
		margin-top: 10px;
	}

	.enquete-confirm tr {
		display: block;
		padding-bottom: 10px;
	}

	.enquete-confirm tr td {
		padding: 0;
	}

}

/* 申し込みフロー */
@media screen and (max-width: 768px) {
	.flowlist {
		margin: 0 auto;
		padding: 0;
		width: calc(100% - 20px);
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.flowlist-item {
		list-style-type: none;
		width: 20%;
		text-align: center;
		border: solid 2px #bbbbbb;
		border-radius: 5px;
		min-height: 55px;
		font-size: 12px;
		color: #777777;
		padding: 5px 0;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.flowlist-item.current {
		border: solid 2px #0068b7;
		background: #0068b7;
		color: #ffffff;
	}
	.flowlist-item:not(:last-child)::after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border: solid 8px transparent;
		border-left: solid 8px #e60012;
		top: calc(50% - 8px);
		right: calc(-10% - 16px);;
	}
}


/* フッタ */
@media screen and (max-width: 768px) {
	#footer,
	#footer .wrapper {
		width: 100%;
	}
}

.policy,
.copyright {
	margin: 0;
}

@media screen and (max-width: 768px) {
	#footer .wrapper a {
		margin: -6px 0 0;
		position: static;
	}
}
