﻿
body {
	font-family: Verdana,"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
	position: relative;
    color: #333;
}


/* @group リンク要素 */

a:link {
    color: #0071a9;
    text-decoration: underline;
}
a:hover {
    color: #0071a9;
    text-decoration: none;
}
a:visited {
    color: #0071a9;
    text-decoration: underline;
}

/* @end */


.container {
    padding: 0;
    position: relative;
	margin: 0 auto;
}
.container::before, .container::after {
    content: " ";
    display: table;
}
.container::after {
    clear: both;
}

.page-lp form .txt {
	width: 776px;
	text-align: left;
    margin: 30px auto 0;
}
.page-lp form .txt .sm {
    display:block;
}
.page-lp form .txt .sm,
.page-lp form ul {
    font-size: .8em;
}
@media (max-width: 768px) {
	.page-lp form .txt {
		width: 100%;
	}
}