<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*=================================================================
	Contact
==================================================================*/


@import url('https://fonts.googleapis.com/css?family=Viga');

.title-about {
    padding-bottom:15px!important;
}


.content_company {
	margin-top: 10px;
}
.content_company .title {
    padding-top: 20px;
}

table.company {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 16px;
	line-height: 1.3;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #B10002;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
	line-height: 1.2;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #B10002;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #B10002 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background:縲#302B2B;
    width: 80%;
    padding-left: 20px;
}

hr{
	border: 1px solid #4e595f;
}

p.txtinfo{
    color: #FFD00F;
    margin: 4px 0 0 0;
}

/*=================================================================
	繝輔か繝ｼ繝�
==================================================================*/


.your-message textarea{
	width: 100%;
}
label {
    font-weight: 500;
	width: 100%;
}
.contact-form {
	margin-bottom: 40px;
}

.contact-form .form-control
{
	border: 1px solid #4e595f;
	height: 38px;
	background-color: #2f383d;
}

.contact-form input:hover, 
.contact-form textarea:hover,
#contact-submit:hover {
    border-color: #ff3209;
}

#contact-submit{
	border: 1px solid #4e595f;
	padding: 12px 0;
	width: 100%;
	margin: 0;
}

.contact-form textarea.form-control {
    padding: 10px;
    height: 250px;
}

.contact-info p {
	margin-bottom: 25px;
}

.con-info {
    margin-bottom: 20px;
}

.con-info i,
.con-info span {
    float: left;
}

.con-info span {
	margin: -5px 0 0 15px;
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-validation-errors {
    color: #ff3209;
}


.success {
    background-color: #ff3209;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
}

#map-canvas {
    height: 400px;
    width: 100%;
}
.att{
	margin-top: 5px;
	font-size: 14px;
	color: yellow;
}</pre></body></html>