@charset "UTF-8";

#header {
/*	margin-bottom: 30px;*/
	position: relative;
	height: 150px;
	overflow: hidden;
	background-color: #F6F4F0;
	
}

#header .circle {
	position: absolute!important;
	top: -200px;
	right: -150px;
}

#header .logo {
	position: absolute!important;
	top: 25px;
	right: 5px;
}

#contact-001 {
	width: 100%;
	background-color: #F6F4F0;
	/*background-image: url(../img/nav-bg.jpg);*/
/*	background-repeat: no-repeat;*/
    background-size: 100%;
}
#contact-001 h2 {
	margin-top: 0;
	padding-top: 80px;
	color: #666;

}
#contact-001 h3 {
	margin-bottom: 10px;
    font-family: 'Zen Maru Gothic', serif;

	text-align: center;
	color: #666;

}
.contact-header {
	width: 95%;
	margin: 20px auto;
	padding-bottom: 50px;
	font-size: 14px;
}
#line-contact-wraper {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 50px;
}
#contact-wraper {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
}


input[type="tel"],
input[type="number"],
input[type="text"],
input[type="email"]  {
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 3px;
	margin-bottom: 1.2em;
	border-radius: 8px;
	font-size: 18px;
  	color: black;
	background-color: #f8f8ff;
	border: solid 1px lightgray;
}
.select {
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	background: #f8f8ff;
	height: 40px;
	width: 100%;
	margin-bottom: 1.2em;
	padding: 3px;
	border-radius: 8px;
	border: solid 1px lightgray;
	position: relative;
	z-index: 1;
}

.select::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	z-index: -1;
}
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	color: #333;
	font-size: 16px;
	width: 100%;
	height: 100%;
	padding: 0 10px;


}
textarea {
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
	width: 100%;
	height: 200px;
	border-radius: 8px;
	font-size: 16px;
	padding: 3px;
  	color: black;
	background-color: #f8f8ff;
	border: solid 1px  lightgray;
}
input[type="submit"] {
  -webkit-appearance : none;
	display: block;
    width: 230px;
    height: 50px;
    margin: 30px auto 20px;
    padding: 10px;
    font-family: 'Zen Maru Gothic', serif;
    border-radius: 10px;
    background: #4CB6AE;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border: solid 1px #4CB6AE;
    transition: all 0.3s ease 0s;
}
::placeholder {
    color: #e0e0e0;
    font-size: 14px;
}
.contact-policy {
	margin: 10px 5px;
	font-size: 14px;
}
input[type=checkbox] {
	width: 14px;
	height: 14px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
	margin-right: 5px;
	margin-left: 5px;
}
.must::before {
	content: "※";
	font-size: 9px;
	color: red;
}

#contact-footer {
	width: 100%;
	margin: 30px auto;
	font-size: 13.5px;
}

.text-link::after {
   display: inline-block;
   content: "";
   width: 14px;
   height: 15px;
   margin-top: 3px;
   margin-bottom: -2px;
   margin-left: 3px;
   margin-right: 3px;
   background-image: url(../img/text-link.svg);
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   filter: invert(30%) sepia(40%) saturate(19%) hue-rotate(70deg) brightness(98%) contrast(90%);
}
.text-link {
   border-bottom: 1px solid #888;
}

@media screen and (min-width:681px) {

	.contact-header,
	#line-contact-wraper,
	#contact-wraper {
		width: 100%;
		max-width: 580px;
		margin: 0 auto; 
	}
	#contact-001 h2 {
		font-size: 32px;
	}
}




