
.grecaptcha-badge{left:6px!important;width:70px!important;}
.grecaptcha-badge:hover{left:6px!important;width:256px!important;}

.errmsg {
	color:#ff0000;
}

.contact-table tr,.contact-table th {
    border: 0;
	font-weight:bold;
}
.contact-table td {
	border: 0;
	font-weight:normal;
}

.contact_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.contact_btn > div {
    margin: 10px;
}

.contact_btn .btn_send input {
    color: #fff;
	font-weight:bold;
    background-color: #ff0000;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.btn_send input:hover {
  background-color: #ffff00;
	color: #ff0000;
}

.contact_btn input {
    font-size: 18px;
    padding: 12px;
    width: 200px;
    border: none;
    cursor: pointer;
}

.contact-table th {
    background-color: transparent;
    color: #000;
}
.contact-table th, .contact-table td {
    padding: 15px;
}
.contact-inner {
	padding-bottom:20px;
}
.contact-bg {
    background: transparent;
    padding: 5px;
    margin: 0 auto 0;
}

.contact-message {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 50px;
}

.message-notice {
    color: #c10811;
    font-size: 14px;
}

.essential {
    background: #c10811;
    color: #fafafa;
    font-size: 14px;
    padding: 3px 10px;
    font-weight: normal;
    margin-left: 10px;
}

.contact-area {
    background: #fafafa;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.contact-table {
    width: 100%;
	margin:0;
}

.table-list {
    display: flex;
    justify-content: space-between;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    width: 100%;
    margin-bottom: 40px;
}

.table-list th {
    font-size: 16px;
    font-weight: bold;
    width: 250px;
    text-align: left;
}

.table-list-address {
    flex-wrap: wrap;
}

.table-list-address .input-area {
    margin-bottom: 10px;
}

.input-area {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    padding: 0 10px;
    border: none;
    width: 550px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
}

.table-list td {
    font-size: 16px;
    width: calc(100% - 250px);
}

input::placeholder {
    color: #bfbfbf;
    font-size: 16px;
    font-weight: bold;
}

textarea {
    border: none;
    width: 550px;
    height: 200px;
    padding: 5px;;
    border: 1px solid #c4c4c4;
    resize: vertical; /* 横方向のみサイズを固定する */
	font-size: 16px;
	line-height:1.5em;
}

input {
	font-size: 16px;
}
textarea::placeholder {
    color: #bfbfbf;
}

input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 16px !important;
}

.contact-area .text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}

.contact-area .text a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: all .3s;
    text-decoration: none;
}

.contact-area .text a:hover {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    color: #777;
}

.submit-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 30px auto 0;
    background-color: #FF0000;
    cursor: pointer;
    border: 1px solid #FF0000;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
	font-size:18px;
	font-weight:bold;
}

.submit-button:hover {
    background: #FFFF00;
    color: #ff0000;
    border: 1px solid #FFFF00;
}

.contact-area {
    max-width: 850px;
	width:100%;
    padding: 10px;
	margin-left:auto;
	margin-right:auto;
}
@media(max-width:1200px) {

}


@media(max-width:1024px) {
    .contact-bg {
        margin: 00px auto 0;
        padding: 0px 0;
    }

    .contact-area {
        margin: 0px auto;
        padding: 5px 5px;
    }

    .check-box label {
        width: 100%;
    }

    .input-area {
        width: 100%;
    }

    textarea {
        width: 100%;
        height: 200px;
    }

    .table-list {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .table-list th {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .table-list td {
        font-size: 16px;
		padding-top:0px;
		padding-bottom:0px;
    }

    .table-list td {
        width: 100%;
    }

    .contact-message {
        font-size: 16px;
    }

    .contact-area .text {
        font-size: 16px;
    }
}

@media (max-width:640px) {
	.contact_btn {
        display: block;
    }
    .contact-message {
        text-align: left;
    }

    .contact-area .text {
        text-align: left;
    }
}

@media(max-width:320px) {
    .input-area {
        width: 100%;
    }

    textarea {
        width: 100%;
    }
}