@charset "utf-8";
table {
	width: 100%;
	border-collapse: collapse;
}

th {
	background-color: #f2f2f2;
}

td {
	background-color: #fff;
}

th,td {
	padding: 8px;
	border: 1px solid #999;
	text-align: center;
}

ul{
	list-style-position: outside;
	padding-left: 1rem;
}

img{
	display: inline;
}

/*===============
  common
=============================*/
body {
	font-size: 100%;
	font-family: 'M PLUS 2', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Verdana, Arial, sans-serif;
	line-height: 1.5;
	color: #333;
	text-align: left;
}

@media all and (max-width:1200px) {
	body {
		width: 1200px;
	}
}

.main {
	position: relative;
	padding: 40px 0;
	background: url(/PositiveList/assets/img/body_bg.webp) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}

.content {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* トップへ戻る */
/* .home_return {
	position: fixed;
	right: 100px;
	bottom: 100px;
	text-decoration: none;
}

.home_return:hover {
	opacity: 0.7;
} */

/* ボタン */
.btn{
	border: none;
	background: transparent;
}

.btn:hover{
	opacity: 0.7;
}

/* input */
input[type="text"],
input[type="password"] {
	width: 100%;
	padding: 0.5em 1em;
	border: 1px solid transparent;
	border-bottom: 1px solid #ccc;
	background: transparent;
}

input[type="radio"],
input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-right: 9px;
}

input[type="text"]:focus {
	outline: none;
	border-bottom: 1px solid #00a121;
	box-shadow: none;
}

/*===============
  header
=============================*/
header {
	position: relative;
	aspect-ratio: 1920 / 495;
}

/* ログイン */
.top header{
	background: url("/PositiveList/assets/img/header_bg1.webp") center center no-repeat;
	background-size: cover;
}

/* 発行ページ */
.inquiry header{
	background: url("/PositiveList/assets/img/header_bg2.webp") center center no-repeat;
	background-size: cover;
}

/* 発行ページ */
.login header,
.inquiry_p header{
	background: url("/PositiveList/assets/img/header_bg3.webp") center center no-repeat;
	background-size: cover;
}

/*===============
  footer
=============================*/
footer {
	padding: 20px 0;
	background-color: #004ea1;
}

footer p {
	text-align: center;
	color: #fff;
}

footer p a{
	display: inline-block;
	width: 220px;
}

/*===============
  footer プラントリンク
=============================*/
