@charset "utf-8";
/* CSS Document */

.page-header {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 200%;
	padding: 20px;
	font-weight: 400;
	font-style: normal;
	background: #fff;
}

.page-header p.h1 {
	font-size: 200%;
	margin-top: -10px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}

.page-header p.h2 {
	font-size: 60%;
	margin-top: -6px;
	font-feature-settings: "kern";
}

.page-header p.pank {
	width: 95%;
	margin: 50px auto 0px auto;
	font-size: 80%;
	color: #D0B100;
}

.page-header p.pank a {
	text-decoration: none;
	color: #000;
}

.page-header p.pank a:hover {
	padding-bottom: 1px;
	border-bottom: 1px #000 solid;
}

.page-header p.ptitle {
	width: 95%;
	margin: 50px auto 0px auto;
	font-size: 150%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}

.page-header p.subtitle {
	display: block;
	width: 94%;
	margin: -5px auto 50px auto;
	font-size: 80%;
}

.page-header p.exp {
	display: block;
	width: 93%;
	margin: 50px auto;
	font-size: 80%;
}

.page-header p.imgs {
	width: 100%;
	margin: 0px auto;
	margin-top: 100px;
	text-align: center;
}

img.bimg {
	width: 100%;
	margin: 0px auto;
	display: block;
}

.outer-div {
	width: 90%;
	max-width: 800px;
	height: auto;
	padding: 40px 30px;
	border: 1px #000 solid;
	position: relative;
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 180%;
}

.inner-div {
	width: 150px;
	height: 50px;
	border: 1px #000 solid;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	background-color: #000; /* Background color to make it stand out */
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.line-wrap {
	width: 100%;
	height: 80px; /* Or another suitable height */
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.centered-line {
	width: 1px;
	height: 80px;
	background-color: #000;
	position: absolute;
}

.exp-div {
	width: 85%;
	max-width: 800px;
	margin: 50px auto;
	text-align: center;
	font-size: 160%;
}

table {
	border-collapse: collapse;
	margin-bottom: 30px;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
}

input[type="text"],
textarea {
	background: #f8f8f8;
	display: block;
	font-size: 16px;
	padding: 12px 15px;
	width: 480px;
	transition: 0.8s;
	border-radius: 0;
}

input[type="text"]:focus,
textarea:focus {
	background: #e9f5fb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
	display: inline-block;
	width: 100%;
	height: 200px;
}

input::placeholder,
textarea::placeholder {
	color: #ccc;
}

::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}

::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}

.form-table {
	width: 100%;
}

.form-table th,
.form-table td {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 20px;
}

.form-table th {
	background: #eee;
	padding-left: 50px;
	position: relative;
	text-align: left;
	width: 300px;
	font-size: 140%;
}

.form-table th span {
	background: #f00;
	color: #fff;
	margin: 0px 0px 0px 8px;
	display: inline-block;
	padding: 2px 8px;
	border-radius: 8px;
}

.form-table td p {
	margin: 12px auto -8px auto;
	width: 97%;
	text-align: left;
	font-size: 140%;
}

@media (max-width: 768px) {
	.page-header p.ptitle {
		font-size: 130%;
	}

	.exp-div {
		text-align: left;
	}

	.form-table th,
	.form-table td {
		display: block;
		width: 100%;
		border-bottom: none;
	}

	.form-table th {
		padding-left: 15px;
	}

	input[type="text"],
	textarea {
		background: #f8f8f8;
		display: block;
		font-size: 16px;
		padding: 12px 15px;
		width: 97%;
		margin: 0px auto;
		transition: 0.8s;
		border-radius: 0;
	}
}
