@charset "UTF-8";

h2 {
	background: url(../img/img_title.png) no-repeat;
	margin-top: 35px;
	line-height: 1;
	padding: 85px 0 85px 15px;
}


#right-content .contact {
	margin-top: 25px;
}

#right-content .contact .contact-content {
	width: 634px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 50px;
}

#right-content .contact .asterisk {
	color: #d70051;
}
#right-content .contact .fncl-point {
	color: #004ca0;
}
#right-content .contact .fnw-bold {
	font-weight: bold;
}

#right-content .contact .contact-tel ul {
	font-size:  18px;
}
#right-content .contact .contact-tel li {
	padding-bottom: 10px;
}

#right-content .contact .contact-tel .guide {
	font-size: 12px;
}

#right-content .contact .contact-form table {
	margin: 20px 0;
	width: 100%;
}
#right-content .contact .contact-form tr {
	border-bottom: 5px solid #FFF;
}


#right-content .contact .contact-form th {
	font-weight: normal;
	font-size: 13px;
	white-space:nowrap;
	line-height: 1;
	background: #a1cbed;
	padding: 0 1em;
	vertical-align: middle;
}

#right-content .contact .contact-form td {
	padding: 0.5em 1em;
}



.wpcf7 input,
.wpcf7 textarea {
    background-color: #fff;
    color: #333333;
    width: 95%;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 0.5em;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 textarea {
    height:  95%;
}

.wpcf7 input[type="button"],
.wpcf7 input[type="submit"] {
    width: 180px;
    height: 45px;
    font-size: 15px;
    padding: 0.2em 0.4em;
    background: #004ca0;
    color: #FFF;
    border: none;
    cursor: pointer;
}

.wpcf7 input[type="button"] {
    background: #515151;
    margin-right: 20px;
}

.wpcf7 .button {
    text-align: center;
}

/* 確認画面 */
.wpcf7 input.wpcf7c-conf,
.wpcf7 textarea.wpcf7c-conf{
    border: 0;
    box-shadow: none;
    background: #F7F6F9;
}

/* 入力エラー */
/*.contactform_wrap span.wpcf7-not-valid-tip {
    font-size: 100%;
    text-align: left;
    text-indent: 5px;
}*/
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-not-valid {
    background: #F2DEDE;
}

/* 送信メッセージ */
.wpcf7 .wpcf7-validation-errors {
    color: #FF0000;
    font-size: 13px;
    border: 1px solid #FF0000;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.wpcf7 .wpcf7-mail-sent-ok {
/*    color: #005BBC;
    border: 1px solid #005BBC;*/
    display:none!important
}


.contact-form .sent table {
    display: none;
}