/* 
Theme Name: IMDEX
Description: imdex.jp
Author: IMDEX
Author URI: https://www.imdex.jp/
Template: hello-elementor
Version: 1.0.0
Text Domain: imdex
*/

a {
    color: #2474ae;
}


/************************************************************************************************************************

>>> Contact form 7

************************************************************************************************************************/

span.wpcf7-list-item-label {
    color: #000;
    font-weight: 500;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number.number_custombox {
    display: inline-block;
    width: 70px;
    padding-right: 10px;
    margin-right: 10px;
	padding-left: 10px;
}

table.contact-table001 td.td_1 p{
	font-weight: 700;
}
@media screen and ( max-width:768px) {
table.contact-table001 td.td_1 p{
	margin: 0px;
}
}
.form_box_001 {
    display: block;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
	border:2px solid #fff;
}
@media screen and ( max-width:768px) {
.form_box_001 {
    text-align: left;
}
}

table.contact-table001 tr,
table.contact-table001 tr td {
    padding: 20px;
}

.td_1 {
	text-align:right;
	width: 26%;
}

.form-submit {
    text-align: right;
}


.wpcf7-form-control.wpcf7-submit {
	/*background-color: #5f534c;
	-sand-box-shadow: inset 0 -5px #4A413C;
	-webkit-box-shadow: inset 0 -5px #4A413C;
	box-shadow: inset 0 -5px #4A413C;*/

}

.wpcf7-form-control.wpcf7-submit:hover {
	/*color:#fff;
	background-color: #99896f;*/
}

.contact-table001 input[type=text],
.contact-table001 input[type=search],
.contact-table001 input[type=email],
.contact-table001 input[type=url],
.contact-table001 input[type=tel] {
    width: auto;
    max-width: 90%;
    padding: 10px;
}

@media screen and (min-width:0px) and ( max-width:400px) {
.contact-table001 input[type=text],
.contact-table001 input[type=search],
.contact-table001 input[type=email],
.contact-table001 input[type=url],
.contact-table001 input[type=tel] {
    width: 100%;
}
}

.contact-table001 input[type=text],
.contact-table001 input[type=search],
.contact-table001 input[type=email],
.contact-table001 input[type=url],
.contact-table001 input[type=tel],
.contact-table001 textarea {
    background-color: #f7f7f7;
    border: 0;
    -webkit-appearance: none;
    border-radius: 6px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.contact-table001 textarea {
	padding:10px;
}

.contact-table001 textarea {
line-height: 150%;
    width: 94%;
    height: 200px;
}

.contact-table001 input[type=reset],
.contact-table001 input[type=submit],
.contact-table001 button,
.wpcf7-submit {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: transparent;
    border: 1px solid #fff;
    white-space: nowrap;
    padding: 7px 15px;
    font-family: 'Roboto Condensed',Arial,sans-serif !important;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}

.wpcf7-submit:active {
    box-shadow: none;
	margin: 4px 0 0;
}
.wpcf7-submit:focus {
  outline: 0;
}

input[type="text"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea {
  outline: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	border-radius: 6px;
	text-align: center;
	background-color: #398f14;
	color: #fff;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
	    border-radius: 6px;
    text-align: center;
	
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:tenmetsu 1s ease-in-out infinite alternate;
}
@-webkit-keyframes tenmetsu{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes tenmetsu{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes tenmetsu{
    0% {opacity:0;}
    100% {opacity:1;}
}

span.wpcf7-not-valid-tip {
    font-size: 0.8em;
	margin: 10px;
}

.required_check {
background-color: #ea8a8b;
    padding: 4px 8px 6px 7px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    color: #FFF;
    margin-left: 20px;
    line-height: 1.2em;
    font-size: 0.6em;
}

.arbitrary_check {
    background-color: #999999;
    padding: 4px 8px 6px 7px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    color: #FFF;
    margin-left: 20px;
    line-height: 1.2em;
    font-size: 0.6em;
}

@media screen and (min-width:0px) and ( max-width:600px) {
	.contact-table001 td {
		width:auto;
		display:block;
		/*float:left;*/
	}
	.td_1 {
	text-align: left;
	width: 100%;
	}
input[type=text], input[type=search], input[type=email], input[type=url], input[type=tel], textarea {
    background-color: #f7f7f7;
    border: 0;
    -webkit-appearance: none;
}
}

.contact-table001 select {
    font-size: 1.4rem;
    position: relative;
    margin: 0 5px;
    padding: 10px 30px 10px 10px;
    background-size: 11px, 100%;
    cursor: pointer;
    border: 1px solid #ccc;
    width: auto;
}

.contact-table001 select:focus, .contact-table001 select:hover, .contact-table001 select::selection {
    border: 1px solid #ccc;
	background: aliceblue;
    cursor: pointer;
}

h3.job_form {
border-bottom: 4px #fff double;
    padding: 1em;
    background-color: #1567c9;
    color: #fbf9ed;
    font-size: 1.8rem;
    border-radius: 5px;
}

h3.job_form span.job_contact_title {
	color: #fff;
	font-size: 2rem;
}


.wpcf7-form-control.wpcf7-submit:disabled {
	background-color: #cccccc;
	box-shadow: none;
}

.wpcf7-checkbox input[type=checkbox],
.wpcf7-checkbox input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.wpcf7-checkbox input[type=checkbox],
.wpcf7-checkbox input[type=radio]{
    /* position: relative;
    -webkit-appearance: button;
    appearance: button;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #fff;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    border: 1px solid #ccc;
    padding: 6px;
	margin: 10px; */
	transform: scale(1.6);
    margin: 0 6px 10px 0;
}
.wpcf7-checkbox input[type=checkbox]:after,
.wpcf7-checkbox input[type=radio]:after {
    /* display: block;
    position: absolute;
    top: 0px;
	left: 0px;
    content: "";
    width: 22px;
    height: 22px;
    background: #eee;
    -webkit-border-radius: 20px;
    border-radius: 20px; */
}
.wpcf7-checkbox input[type=checkbox]:checked:after,
.wpcf7-checkbox input[type=radio]:checked:after {
    /* display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 16px;
    height: 16px;
    background: #2474ae;
    -webkit-border-radius: 20px;
    border-radius: 20px; */
}

input.wpcf7-form-control.wpcf7-submit {  
background: #2474ae;
    padding: 10px 20px 10px 20px;
    width: 100%;
    font-weight: 600;
    font-size: 1.2em;
    /* background: #eee; */
    border-radius: 10px;
    box-shadow: 0 4px 0 0 #185785;
    border: none;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	box-shadow: none;
}

table.contact-table001 tr, table.contact-table001 td {
    border: none;
}

table.contact-table001 tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

table.contact-table001 tbody tr:hover>td, table tbody tr:hover>th {
    /* background-color: #2474ae; */
	background-color: #e6f5ff;
}
table.contact-table001 tbody tr:hover>td, table tbody tr:hover>th td_1 {
	/* color:#fff; */
	color: #000;
}

table.contact-table001 tbody tr:hover>td.td_2 {
	border-radius: 0px 10px 10px 0px;
}
table.contact-table001 tbody tr:hover>td.td_1 {
    border-radius: 10px 0px 0px 10px;
}

table.contact-table001 tbody>tr:nth-child(odd)>td.td_2 {
	border-radius: 0px 10px 10px 0px;
}
table.contact-table001 tbody>tr:nth-child(odd)>td.td_1 {
	border-radius: 10px 0px 0px 10px;
	/* border-right: 1px dashed #ccc; */
}

@media screen and (max-width: 600px) and (min-width: 0px){
table.contact-table001 tbody tr:hover>td.td_2 {
	border-radius: 0px 0px 10px 10px;
}
table.contact-table001 tbody tr:hover>td.td_1 {
    border-radius: 10px 10px 0px 0px;
}

table.contact-table001 tbody>tr:nth-child(odd)>td.td_2 {
	border-radius: 0px 0px 10px 10px;
}
table.contact-table001 tbody>tr:nth-child(odd)>td.td_1 {
	border-radius: 10px 10px 0px 0px;
}
table.contact-table001 td.td_1 {
    padding-bottom: 0px !important;
}
}

/************************************************************************************************************************

>>> table •\

************************************************************************************************************************/

table.contact-table002 {
	width:100%;
	box-sizing:border-box;
	font-size:1.1em;
	margin-bottom: 35px;
	border:none;
	line-height: 2;
	color: #222222;
}

table.contact-table002 tr,
table.contact-table002 tr td,
table.contact-table002 tr th {
    padding: 10px;
	    border-top: none;
		    border-right: none;
}

.tb02_td_1 {
	text-align: right;
	width: 26%;
	border-bottom: 1px solid #2474ae;
	text-align: left;
	color: #2474ae;
}

.tb02_td_2 {
	background-color: #fff;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
@media screen and (max-width: 600px) and (min-width: 0px) {
table.contact-table002 tr td,
table.contact-table002 tr th {
    width: auto;
    display: block;
}
table.contact-table002 tr th {
	background-color: #2474ae;
	color: #F7FBEE;
}
}

/******************************************/