@charset "UTF-8";

.form-control {
	border-radius: 0;
}

.btn-profile {
	line-height: 1.6;
	text-align: center;
	border-radius: 0;
	width: 100%;
	height: 47px;
	color: #FFF;
	background: rgb(52, 58, 64);
	border-radius: 3px;
	display: block;
	margin: 0 auto 10rem;
}

.form-control::placeholder {
	color: #D2D2D3;
}

.btn-profile:hover {
	color: #FFF;
	opacity: 0.9;
}

.media {
	display: block;
	width: 200px;
	margin: 0 auto;
}

.media img.plofile-icon {
	width: 200px;
}

.media-body a {
	color: #343A40;
	text-decoration: underline;
}

.media-body p {
	margin-top: 2rem;
	text-align: center;
}

.select-css {
	display: block;
	font-size: 0.8rem;
	font-family: sans-serif;
	color: #495057;
	line-height: 1.3;
	padding: 1em 1.4em .7em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(../images/form/arrow.png);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: 16px auto, 100%;
}

.select-css::-ms-expand {
	display: none;
}

.select-css:hover {
	border-color: #888;
}

.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

.select-css option {
	font-weight: normal;
}


@media (max-width: 768px) {

	/* 問い合せフォーム */
	form {
		margin: 0 auto;
		width: 100%;
		font-size: 0.9rem;
	}

	input,
	textarea,
	select {
		padding: 7px;
		width: 100%;
	}

	[type=submit] {
		margin: 0 auto 20px;
		width: 100%;
	}
}

@media (min-width: 769px) {
	.media {
		display: flex;
		width: 100%;
		margin: 0;
	}

	.media-body p {
		margin-top: 2rem;
		text-align: left;
	}

	/* 問い合せフォーム */
	form {
		margin: 0 auto;
		width: 100%;
	}

	input,
	textarea,
	select {
		padding: 10px;
		width: 100%;
	}

	[type=submit] {
		margin: 0 auto 20px;
		width: 100%;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {

	/* 問い合せフォーム */
	form {
		margin: 0 auto;
		width: 850px;
	}

	input,
	textarea,
	select {
		padding: 10px;
		width: 100%;
	}

	/*[type=submit] {
	margin: 0 calc((100% - 300px) / 2);
}*/


	.media-body p {
		margin-top: 2rem;
		text-align: left;
	}

	.btn-profile {
		line-height: 1.6;
		text-align: center;
		border-radius: 3px;
		width: 300px;
		color: #FFF;
		background: rgb(52, 58, 64);
	}
}