@charset "utf-8";
/* CSS Document */

/*---------------------------------------------コンタクトフォーム----------------------------------*/
table.contact-table {
    width: 100%;
	border-bottom: 1px solid #e8e7ed;
    
}

span.hissu-text {
    font-size: 13px;
    color: #3582ff;
    box-sizing: border-box;
    letter-spacing: 1.3px;
    margin-left: 5px;
}

.contact-table th, .contact-table td {
    padding: 30px 0;
    border-top: 1px solid #e8e7ed;
    letter-spacing: 1.6px;
    font-weight: 400;
    line-height: 2em;
    text-align: left;
    vertical-align: top;
}



input.wpcf7-form-control {
        width: 100%;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-indent: 10px;
    border: none;
    color: #333333;
    background-size: 30px 10px;
    background-position: right center;
    background-color: #f2f2f2;
    font-size: 14px;
    padding: 13px 5px 14px 7px;
    box-sizing: border-box;
    box-shadow: none;
    z-index: 0;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-indent: 10px;
    border: none;
    background-color: #f2f2f2;
    color: #333333;
    background-size: 30px 10px;
    background-position: right center;
    font-size: 14px;
    padding: 7px 5px 8px 7px;
    box-sizing: border-box;
    box-shadow: none;
    z-index: 0;
}

input.wpcf7-form-control.wpcf7-submit {
    max-width: 440px;
    color: #fff;
    background: #3582ff;
    padding: 12px 0px 13px 0px;
    text-align: center;
    margin: 0 auto;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    cursor: pointer;
    letter-spacing: 1.5px;
}


select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    text-indent: 10px;
    border: none;
    background-color: #f2f2f2;
    font-size: 14px;
    padding: 13px 5px 14px 7px;
    box-sizing: border-box;
    box-shadow: none;
    z-index: 0;
    -webkit-border-radius: 0;
    -webkit-tap-highlight-color: rgb(46, 8, 255);
}

input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.7;
}


.button-send {
    text-align: center;
    margin-top: 50px;
}



div.wpcf7-validation-errors {
    border: 2px solid #3582ff;
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 400;
    line-height: 2em;
    color: #333;
    text-align: center;
}




select.wpcf7-form-control option {

	
}



select::-ms-expand {
	display: none;
}


.contact_top_text {
    font-size: 17px;
    letter-spacing: 2.4px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

/*---------------------------------------------コンタクトフォーム----------------------------------*/



@media screen and (max-width: 1040px){






select.wpcf7-form-control {
    max-width: none;
	font-size: 16px;

}

input.wpcf7-form-control {
    font-size: 16px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 16px;
}



div.wpcf7-validation-errors {

    font-size: 14px;
    letter-spacing: 1.2px;

}

table.contact-table {
    width: 100%;
    border-bottom: 1px solid #e8e7ed;
}

}

@media screen and (max-width: 900px){

.contact_top_text {
    font-size: 14px;
    letter-spacing: 2.4px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}


.contact-table th{
    display: block;
    width: 100%;
	padding:20px 0 10px;
}


.contact-table td{
	display: block;
    width: 100%;
	padding:0 0 20px;
	border-top: none;
}


}

