@charset "utf-8";
/*////////////////////////////////////
 contact
////////////////////////////////////*/
@media screen and (min-width: 768px){
#under_contact_startimg{
	background: url("../contact/img/contact_top.jpg");
	background-position: center;
	background-size: cover;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#under_contact_startimg{
	background: url("../contact/img/contact_top.jpg");
	background-position: center;
	background-size: cover;
}
}


/*////////////////////////////////////
 message
////////////////////////////////////*/

@media screen and (min-width: 768px){
.contact_area1{
	position: relative;
	border-image-width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}


.contact_main_word{
	position: relative;
	width: 100%;
	padding-top: 50px;
	margin-bottom: 50px;
	font-size: 2rem;
	font-weight: 400;
	color: #333;
	text-align: center;
}

.contact_area2{
	position: relative;
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.form_item {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.form_title {
	position: relative;
	width: 30%;
	padding: 10px 0;
	text-align: center;
	background:rgba(36,79,107,1.00);
	display: table;
	margin-right: 2%;
}
.form_title span {
	color: #FFF;
	font-size: 1.6rem;
	font-weight:400; 
	display: table-cell;
	vertical-align: middle;
}
.form_place {
	position: relative;
	width: 68%;
}
.check_palce {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.check_item {
	position: relative;
	width: 25%;
}
.check_item2 {
	position: relative;
	width: 100%;
}
.hissu::after {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	content:"*必須";
	background: #FF0000;
	padding: 5px;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
	margin-left: 1em;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
.contact_area1 {
	position: relative;
	border-image-width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.contact_main_word{
	position: relative;
	width: 90%;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: 2rem;
	font-weight: 400;
	color: #333;
}

.contact_area2 {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.form_item {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.form_title {
	position: relative;
	width: 100%;
	padding: 10px;
	text-align: left;
	background:rgba(36,79,107,1.00);
	display: table;
	margin-bottom: 5px;
}
.form_title span {
	color: #FFF;
	font-size: 1.6rem;
	font-weight:400; 
	display: table-cell;
	vertical-align: middle;
}
.form_place {
	position: relative;
	width: 100%;
}
.check_palce {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.check_item {
	position: relative;
	width: 50%;
}
.check_item2 {
	position: relative;
	width: 100%;
}
.hissu::after {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	content:"*必須";
	background: #FF0000;
	padding: 5px;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
	margin-left: 1em;
}
}




@media screen and (min-width: 768px){
.errorhukidashi {
	position: absolute;
	top: -20px;
	left: 50%;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.errorhukidashi {
	position: absolute;
	top: 24px;
	left: 40%;
}
}




.form_red {
	background: #FFEEEE;
}

.alert_ng {
	display: inline-block;
	text-align: center;
	font-size: 1.2rem;
	padding: 4px 5px;
	background: #FF0000;
	border-radius: 5px;
	color: #FFF;
	border: 2px solid #ffffff;
	cursor: pointer;
	margin-top: -15px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
	animation: fadeIn2 2s ease 0s 1 normal;
    -webkit-animation: fadeIn2 2s ease 0s 1 normal;
}
.alert_ng:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.alert_ng:after {
	border-color: rgba(255, 0, 0, 0);
	border-top-color: #FF0000;
	border-width: 5px;
	margin-left: -5px;
}
.alert_ng:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}


#privacy_place {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: scroll;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 20px;
	border: 2px solid #333;
	background: #FFF;
	margin-top: 50px;
}
#privacy_place h3 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 1em;
}
#privacy_place p {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.6;
}
#privacy_place ul {
	margin-left: 0;
}
#privacy_place ul li {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.6;
}
.send_bt_place {
	position: relative;
	margin: 50px 0;
	text-align: center;
}

#complete_img {
	position: relative;
	width: 90%;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0;
}