@charset "utf-8";
/* CSS Document */
body {
	color: #202020;
	font-size: 16px;
	line-height: 1.8;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
section {
	max-width: 720px;
	margin: 0 auto;
}
h1 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	font-size: 2.125rem;
	margin: 0;
	padding: 1.0rem;
	color: #202020 !important;
}
h1 span {
	display: block;
	background: #f4f4f4;
	font-size: 14px;
	border-radius: 100px;
	padding: 0 1rem;
	width: 10em;
	margin: 0 auto;
}
h2 {
	font-size: 1.75rem;
}
h3 {
	font-size: 1.5rem;
}
ol {
	margin-left:0;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
dl {
	margin-bottom:1rem;
}
.contact-inner dl dt {
	font-weight: 600;
	text-align: left !important;
}
.font-size-small {
	font-size:0.875rem;
}
.text-center {
	text-align: center;
}
.margin-bottom-36 {
	margin-bottom:3.0rem;
}
.essential {
	background: #222;
	color: #fafafa;
	font-size: 16px;
	padding: 0 10px;
	font-weight: normal;
	margin-left: 10px;
}
.contact-area {
	margin: 0 auto;
	box-sizing: border-box;
}
.contact-inner {
	box-sizing: border-box;
	margin-bottom: 3.0rem;
}
.table-list {
	display: flex;
	justify-content: space-between;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	letter-spacing: 0.05em;
	width: 100%;
	margin-bottom: 40px;
}
.table-list-address {
	flex-wrap: wrap;
}
.table-list-address .input-area {
	margin-bottom: 10px;
}
.input-area {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	letter-spacing: 0.05em;
	padding: 10px;
	border: none;
	width: 550px;
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
}
.table-list td {
	font-size: 16px;
	width: calc(100% - 250px);
}
input::placeholder {
	color: #bfbfbf;
	font-size: 16px;
	font-weight: bold;
	padding: 1em;
}
textarea {
	border: none;
	width: 550px;
	height: 200px;
	padding: 0;
	border: 1px solid #c4c4c4;
	resize: vertical; /* 横方向のみサイズを固定する */
}
textarea::placeholder {
	color: #bfbfbf;
	font-size: 12px;
}
input[type="text"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-area .text {
	font-size: 16px;
	text-align: center;
	margin-bottom: 100px;
}
.submit-button {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 30px auto 0;
	background-color: #009bdd;
	cursor: pointer;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .5s;
	padding: 0.75em 3em;
	border-radius: 100px;
	font-size: 1.125rem;
}
.submit-button:hover,
.submit-button:active{
	opacity: 0.75;
	color: #fff;
}
@media(max-width:1200px) {
	.contact-area {
		width: 80%;
		padding:1.0rem 60px;
	}
}
@media(max-width:1024px) {
	.contact-area {
		padding: 1.0rem;
	}
	.table-list th {
		width: 180px;
	}
	.table-list td {
		width: 100%;
	}
	.input-area {
		width: 500px;
	}
	textarea {
		width: 500px;
		height: 200px;
	}
	.contact-message {
		margin-bottom: 30px;
	}
	.contact-area .text {
		margin-bottom: 30px;
	}
}
@media(max-width:834px) {
	.contact-area {
		margin: 0 auto;
		padding: 1.0rem;
	}
	.check-box label {
		width: 100%;
	}
	.input-area {
		width: 100%;
	}
	textarea {
		width: 100%;
		height: 200px;
	}
	.table-list {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.table-list th {
		font-size: 12px;
		width: 200px;
		margin-bottom: 10px;
	}
	.table-list td {
		font-size: 12px;
	}
	.table-list td {
		width: 100%;
	}
	.contact-message {
		font-size: 13px;
	}
	.contact-area .text {
		font-size: 16px;
	}
}
@media (max-width:640px) {
	.contact-message {
		text-align: left;
	}
	.contact-area .text {
		text-align: left;
	}
}
@media(max-width:320px) {
	.input-area {
		width: 100%;
	}
	textarea {
		width: 100%;
	}
}

.error {
	background: #FFF7DF;
	color: #B00;
}