@charset "utf-8";

fieldset {
    border: 2px dotted #1b5eaa;
}
legend {
    color: #1b5eaa;
    border: 2px solid #1b5eaa;
}

.tel_group {
    border: 1px solid #1b5eaa;
}
.tel_number {
    color: #1b5eaa;
}
.fax_group {
    border: 1px solid #1b5eaa;
}
.fax_group span {
    color: #1b5eaa;
}

.g-recaptcha {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.agree_area {
    text-align: center;
}
input[class="middle_width"] {
    width: 300px;
    height: 30px;
    padding-left: 3px;
    font-size: 12pt;
    font-family: sans-serif;
}

textarea {
    width: 300px;
    height: 200px;
    padding-left: 3px;
    font-size: 12pt;
    font-family: sans-serif;
}

::placeholder {
    color: #cdd;
}

th.item_title {
    font-size: 12pt;
    text-align: right;
    padding-right: 5px;
}
input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative;
    top: 9px;
    left: -2px;
}
label.tac {
    font-size: 10pt;
    font-family: sans-serif;
}

input[type="submit"] {
    display: block;
    width: 200px;
    height: 40px;
    border-radius: 5px;
    margin: 1.5rem auto;
    font-size: 12pt;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.active_btn {
    color: #000!important;
}
.important {
	color: red;
}
.err_msg {
	margin-top: -1em;
	margin-bottom: 0.5em;
}
input[type="text"], textarea {
	margin-bottom: 1em;
}
.table_confirm {
	font-size: medium;
	line-height: normal;
}