/*
Theme Name: wp_theme_aider_taiga
Template: aider_tcd115
Author: info@bright-inc.jp
Author URI: https://bright-inc.design
Description: This theme was created by bright inc. as a child theme of the TCD WordPress theme "AIDER".
Version: 1.3.8
Updated: 2026-04-01
*/

/* 問い合わせフォーム*/
#contactfm th td{
	border:none important;
}

#contactfm  :is(.tcdce-body, .editor-styles-wrapper) :is(th) {
    font-weight: 400;
	text-align:left;
    background: #fff;
    border-top: 2px solid #ddd!important;
	border-bottom:none!important;
	border-left:none!important;
	border-right:none!important;
    padding: 0.8em 1em;
    line-height: 1.4;
    vertical-align: middle;
}
#contactfm table th {
    font-weight: 400;
    background: #fff;
	border:none;
    border-top: 1px solid #6c757d!important;
    padding: 0.8em 1em;
    line-height: 1.4;
    vertical-align: middle;
	text-align: left;
}
#contactfm table td {
    font-weight: 400;
    background: #fff;
	border:none;
    border-top:1px solid #dee2e6!important;
    padding: 0.8em 1em;
    line-height: 1.4;
    vertical-align: middle;
}

@media screen and (max-width: 640px) {
#contactfm table th, 
#contactfm table td {
    display: block;
    width: 100%;
  }
}


.col-form-label {
    font-weight: bold;
	line-height:3em;
}
#contactfm input[type="text"], 
#contactfm input[type="tel"], 
#contactfm input[type="email"] {
    height: 3em;
	font-size: 1.0em;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(3em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
	margin: 1em 0;
}

.float-right {
    float: right !important;
}

.c_btn{
	background-color: #17658a;
    color: #ffffff;
    padding: 1em;
    text-align: center;
    width: 55%;
    border-radius: 5px;
	display: inline-block;
}

.m50c{
	margin: 50px auto!important;
	text-align:center;
}

