@charset "utf-8";

#contact-wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

header {
	margin-top: 30px;
}

input[type="text"].inp_error,
input[type="number"].inp_error,
input[type="tel"].inp_error,
textarea.inp_error,
div.inp_error {
    border: 1px solid #F88A8A;
    background: #F4D4D4;
}
 
span.error_m {
    font-size: 15px;
    font-weight: normal;
    color: #FF4040;
    display: block;
    margin: 0;
}

p#mes-complete {
	margin: 50px 0 30px;
	font-size: 1.2em;
	font-weight: 500;
}

a.btn-close {
	display: inline-block;
	padding: 2.5em 4em;
	line-height: 1.5em;
	background-color: #06C;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 1.2em;
	font-weight: 500;
	margin: 20px 0 30px;
}
a.btn-close:hover {
	background-color: #039;
	text-decoration: none;
}
a.btn-close:before {
	font-family: "FontAwesome";
	content: "\f00d";
	padding-right: 5px;
	font-size: 1.5em;
}

table.form-table input,
table.form-table textarea,
table.form-table select,
table.form-table option {
	font-family: 'Noto Sans JP','メイリオ',Meiryo , sans-serif;
}

textarea#detail {
	width: 100%;
}

table.form-table p.note {
	margin: 0 0 10px 1em;
	text-indent: -1em;
	font-size: 0.9em;
	line-height: 1.2em;
}

// Recaptcha
.recaptcha-wrap {
    position: relative;
    height: 76px;
    padding:1px 0 0 1px;
    background:#222;
    > div {
        position: absolute;
        bottom: 2px;
        right:2px;
        font-size:10px;
        color:#ccc;
    }
}

// Hides top border
.recaptcha-wrap:after {
    content:'';
    display: block;
    background-color: #222;
    height: 2px;
    width: 100%;
    top: -1px;
    left: 0px;
    position: absolute;
}

// Hides left border
.recaptcha-wrap:before {
    content:'';
    display: block;
    background-color: #222;
    height: 100%;
    width: 2px;
    top: 0;
    left: -1px;
    position: absolute;
    z-index: 1;
}

// Makes it responsive & hides cut-off elements
#g-recaptcha {
    overflow: hidden;
    height: 76px;
    border-right: 60px solid #222222;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222;
    position: relative;
    box-sizing: border-box;
    max-width: 294px;
}

.hidden {
	display: none;
}

div.refusal {
    text-align: center;
    font-size: 1.3em;
}