@charset "UTF-8";

/* 入力フォーム */
section#hotline article {
	float: left;
	width: 950px;
	min-height: 120px;
	margin: 0 -3px 12px 10px;
	border: 1px solid #cacaca;
	background: url(../img/back.png) no-repeat right bottom;
}

section#hotline article h2 {
	background: #2779c2;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 2px;
}

section#hotline article img {
	margin: 10px 10px 0 10px;
	float: left;
}

section#hotline article p {
	margin: 10px;
	line-height: 1.4em;
}

section#hotline article ul.agreement {
	margin: 1em 2em 1em 3em;
	padding: 0;
	list-style-type: circle;
}

section#hotline article ul.agreement li {
	margin: 1em 0;
	padding: 0;
	list-style-type: circle;
	line-height: 2em;
	font-size:1.2em;
}


section#hotline article div.howtouse p {
	margin: 10px;
	line-height: 2em;
	font-size: 1.2em;
	font-weight: bold;
}

section#hotline article div.howtouse ol {
	margin: 1em 2em 1em 3em;
	padding: 0;
	list-style-type: decimal;
}

section#hotline article div.howtouse ol li {
	margin: 1em 0;
	padding: 0;
	list-style-type: decimal;
	line-height: 2em;
	font-size:1.2em;
}

section#hotline article input.con1 {
	width: 300px;
}

section#hotline a,
section#hotline a article p {
	color: #333333;
	text-decoration: none;
}

section#hotline a:hover article p {
	text-decoration: underline;
}

section#hotline article div.loginbox {
	width: 600px;
	height: 140px;
	margin: auto auto;
	font-family: -apple-system, blinkMacSystemFont, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif !important;
}

section#hotline article table.myblogin {
	width: 600px;
	border-style: none;
	border-collapse: collapse;
	font-family: -apple-system, blinkMacSystemFont, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif !important;

}

section#hotline article table.myblogin td {
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	line-height: 1.5em;
	height: 50px;
}

section#hotline article table.myblogin td.cen {
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	line-height: 1.5em;
	height: 50px;
}

section#hotline article table.myblogin td input[type="text"] {
	line-height: 1.5em;
}

section#hotline article table.myblogin td input[type="submit"] {
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 1px 1px 2px #ddd;
	line-height: 1.5em; /* 文字の高さ */
	height: 30px;
	padding: 0px 10px 0px 10px; /* 余白 */
	background-color: #ccffcc; /* 背景 */
	color: #000000; /* 文字色 */
	border: 1px solid #00ffcc; /* 罫線 */
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 35px;
	border-radius: 3px;
}

section#hotline article table.myblogin td input[type="button"] {
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 1px 1px 2px #ddd;
	line-height: 1.5em; /* 文字の高さ */
	height: 30px;
	padding: 0px 10px 0px 10px; /* 余白 */
	background-color: #ccffcc; /* 背景 */
	color: #000000; /* 文字色 */
	border: 1px solid #00ffcc; /* 罫線 */
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 35px;
	border-radius: 3px;
}

section#hotline article div.mybform {
	width: 90%;
	margin: 0 auto;
	font-family: -apple-system, blinkMacSystemFont, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif !important;
}

section#hotline article table.mybform {
	width: 100%;
	border-style: solid;
	border-collapse: collapse;
	border-width: thin;
	font-family: -apple-system, blinkMacSystemFont, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif !important;
}

section#hotline article table.mybform td {
	vertical-align: middle;
	text-align: left;
	line-height: 2em;
	padding: 0 10px; /* 余白 */
	white-space: nowrap;
	border-style: solid;
	border-width: thin;
}

section#hotline article table.mybform td.cen {
	vertical-align: middle;
	text-align: center;
	line-height: 2em;
	padding: 0 10px; /* 余白 */
	white-space: nowrap;
	border-style: solid;
	border-width: thin;
}

section#hotline article table.mybform td.wrap {
	vertical-align: middle;
	text-align: left;
	line-height: 2em;
	padding: 0 10px; /* 余白 */
	white-space: normal;
	border-style: solid;
	border-width: thin;
}

section#hotline article table.mybform td.nobdr {
	padding: 0 10px; /* 余白 */
	border-style: none;
}

section#hotline article table.mybform td table {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
}

section#hotline article table.mybform td table td {
	padding: 0 10px; /* 余白 */
	border-style: none;
}

section#hotline article table.mybform td input[type="text"] {
	width:95%;
	line-height: 1.5em;
	margin: 2px 0;
}

section#hotline article table.mybform td textarea {
	width:95%;
	line-height: 1.5em;
	margin: 2px 0;
}

section#hotline article table.mybform td input[type="submit"] {
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 1px 1px 2px #ddd;
	line-height: 1.5em; /* 文字の高さ */
	height: 30px;
	padding: 0px 10px 0px 10px; /* 余白 */
	background-color: #ccffcc; /* 背景 */
	color: #000000; /* 文字色 */
	border: 1px solid #00ffcc; /* 罫線 */
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 35px;
	border-radius: 3px;
}

section#hotline article table.mybform td input[type="reset"] {
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 1px 1px 2px #ddd;
	line-height: 1.5em; /* 文字の高さ */
	height: 30px;
	padding: 0px 10px 0px 10px; /* 余白 */
	background-color: #ccffcc; /* 背景 */
	color: #000000; /* 文字色 */
	border: 1px solid #00ffcc; /* 罫線 */
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 35px;
	border-radius: 3px;
}

section#hotline article table.mybform td input[type="button"] {
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 1px 1px 2px #ddd;
	line-height: 1.5em; /* 文字の高さ */
	height: 30px;
	padding: 0px 10px 0px 10px; /* 余白 */
	background-color: #ccffcc; /* 背景 */
	color: #000000; /* 文字色 */
	border: 1px solid #00ffcc; /* 罫線 */
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 35px;
	border-radius: 3px;
}

section#hotline article div.mybconf {
	width: 90%;
	margin: 0 auto;
}

section#hotline article table.mybconf {
	width: 100%;
	border-style: solid;
	border-collapse: collapse;
	border-width: thin;
}

section#hotline article table.mybconf td {
	vertical-align: middle;
	text-align: left;
	line-height: 2em;
	padding: 0 10px; /* 余白 */
	white-space: normal;
	border-style: solid;
	border-width: thin;
}

section#hotline article table.mybconf td.cen {
	vertical-align: middle;
	text-align: center;
	line-height: 2em;
	padding: 0 10px; /* 余白 */
	white-space: normal;
	border-style: solid;
	border-width: thin;
}

section#hotline article table.mybconf td.wrap {
	vertical-align: middle;
	text-align: left;
	line-height: 2em;
	padding: 0 10px; /* 余白 */
	white-space: normal;
	border-style: solid;
	border-width: thin;
}

section#hotline article table.mybconf td.nobdr {
	padding: 0 10px; /* 余白 */
	border-style: none;
}

section#hotline article table.mybconf td input[type="submit"] {
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 1px 1px 2px #ddd;
	line-height: 1.5em; /* 文字の高さ */
	height: 30px;
	padding: 0px 10px 0px 10px; /* 余白 */
	background-color: #ccffcc; /* 背景 */
	color: #000000; /* 文字色 */
	border: 1px solid #00ffcc; /* 罫線 */
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 35px;
	border-radius: 3px;
}

span.required {
	font-weight: bold;
	color: #ff0000;
}


/* ヘッダー */
section.header {
	width: 100%;
	min-height: 70px;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	background: url(../img/header.png) repeat-x bottom;
	border-top: 3px solid #00b0ec;
	border-bottom: 1px solid #c9c9c9;
}

header {
	min-height: 70px;
	background: url(../img/header.png) repeat top;
}

.navbar {
	min-height: 70px;
	width: 100%;
	background-color: rgba(255,255,255,0);
	border-style: none;
}

.navbar .navbar-header {
	min-height: 70px;
	width: 100%;
	border-style: none;
}

.navbar .navbar-header .navbar-brand {
	height: 100%;
	width: 100%;
}

.navbar .navbar-header .navbar-brand img {
	float: left;
}

div#hotline ul.agreement {
	margin: 1em 2em 1em 3em;
	padding: 0;
	list-style-type: circle;
}

div#hotline ul.agreement li {
	margin: 1em 0;
	padding: 0;
	list-style-type: circle;
	line-height: 2em;
	font-size:1.2em;
}

div#hotline div.howtouse p {
	margin: 10px;
	line-height: 2em;
	font-size: 1.2em;
	font-weight: bold;
}

div#hotline div.howtouse ol {
	margin: 1em 2em 1em 3em;
	padding: 0;
	list-style-type: decimal;
}

div#hotline div.howtouse ol li {
	margin: 1em 0;
	padding: 0;
	list-style-type: decimal;
	line-height: 2em;
	font-size:1.2em;
}

div.panel {
	margin: 10px 0;
}

div.panel-heading {
	font-size: 1.3em;
}

table.inqtable {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	font-family: -apple-system, blinkMacSystemFont, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif !important;

}

table.inqtable td {
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	line-height: 1.5em;
	height: 50px;
}

table.contactway {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	font-family: -apple-system, blinkMacSystemFont, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif !important;

}

table.contactway td {
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	line-height: 1.5em;
	height: 50px;
}

input , select , textarea {
	padding: 2%;
	font-size: 2.0rem;
}

input::-webkit-input-placeholder {
	font-size: 1.6rem;
}
