@charset "UTF-8";

/* ============================================
   弁護士法人ルタ法律事務所 借金法律相談LP 共通スタイル
   ============================================ */

body {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-wrap: break-word;
}

.left { float: left; }
.right { float: right; }

.cFix:after {
	display: block;
	clear: both;
	content: "";
}

/* PC / スマホ表示切替 */
.sp_view { display: none; }
.pc_view { display: block; }

ul, li { list-style: none; }

header img {
	width: 300px;
}

.container { text-align: center; }
.container img { margin: 0 auto; }

/* 完了ページ */
.chat-area {
	padding: 3% 0;
}
.thanks {
	border: solid 3px #1f3f82;
	margin: 2% auto;
}

/* ============ レスポンシブ ============ */

@media screen and (max-width: 767px) {
	.sp_view { display: block; }
	.pc_view { display: none; }
	header img { width: 240px; }
}
