@charset "utf-8";
@media screen and (max-width: 700px) {
	select {
		border-radius: none;
	}
	.info_title {
		padding-bottom: 0;
	}
	.content_box .flex_area {
		flex-direction: column;
	}
	#form_area {
		text-align: left;
	}
	.info_main {
		text-align: left;
	}
	select, input, textarea {
		width: 100%;
		margin-top: 5px;
		margin-bottom: 30px;
	}
	.select_box::after {
		top: 22.75px;
	}
	.content_box .flex_area p {
		max-width: none;
	}
	.must {
		left: 90%;
		font-size: 12px;
	}
	.noEnter {
		top: 60%;
	}
	.noEnter_textarea {
		top: 85%;
	}
	.submit_area {
		text-align: center;
		margin-top: 0px;
	}
	.confirmation_btn {
	  width: 250px;
		height: 60px;
	}
	.confirmation_btn:hover {
		background-color: #235894;
		color: #f8f8f8;
	}
}
@media screen and (max-width: 700px) {
	#message_area{
		font-size:12px;
	}
}

@media screen and (max-width: 580px) {
	input, select {
	  /* width: 80%; */
	  margin-bottom: 30px;
	}
	#form_area {
		font-size: 15px;
	}
}
@media screen and (max-width: 360px) {
	.confirmation_btn {
	  width: 80%;
	}
}
