html {
	width: 100%;
}
body {
	margin: 0;
	width: 100%;
}

p {
	margin: 0;
}

ul {
	padding-left: 0;
}

li {
	list-style-type: none;
}

.mont-12 {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

.contact {
	margin: 100px auto 20px auto;
	width: 100%;
	text-align: center;
	max-width: 450px;
}

.contact > .title {
	margin-bottom: 16px;
}

.contact > .title > p {
	color: #FF4E00;
	font-size: 36px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 0;
}

.contact-item {
	margin-bottom: 10px;
}

.contact-item > div > input {
	width: 98%;
	height: 30px;
	padding: 0;
}

.contact-item > div > textarea {
	width: 98%;
	height: 90px;
	padding: 0;
}

.contact-item > div > p {
	text-align: left;
}

#send-button{
	background-color: #FF4E00;
	color: white;
	font-family: 'Montserrat';
	font-size: 12px;
	border: none;
	width: 180px;
	height: 38px;
}
#message-box-wrapper {
	border: 1px solid;
	border-color: #777777;
	border-radius: 3px;
}
#message-box {
	border: none;
	margin: 5px;
}
#message-box::placeholder {
	margin: 10px;
}
.text-box {
	font-family: 'Noto Sans CJK JP';
}

@media only screen and (max-width: 250px) {
	.contact > .title > p {
		color: #FF4E00;
		font-size: 16px;
		font-family: 'Montserrat', sans-serif;
		text-align: center;
		margin: 0;
	}
	#send-button{
		background-color: #FF4E00;
		color: white;
		font-family: 'Montserrat';
		font-size: 12px;
		border: none;
		width: 70%;
		height: 38px;
	}
}