@charset "utf-8";

fieldset {
    -moz-border-radius: 10px; /* for Firefox */
    -webkit-border-radius: 10px; /* for Chrome */
    border: 2px dotted #3e5f93;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 93%;
}
legend {
    padding: 3px 10px;
    -moz-border-radius: 7px; /* for Firefox */
    -webkit-border-radius: 7px; /* for Chrome */
    font-size: 12pt;
    font-weight: bold;
    font-family: sans-serif;
    color: #3e5f93;
    border: 2px solid #3e5f93;
}

.tel_group {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #3e5f93;
}
.tel_number {
    text-align: center;
    font-weight: 900;
    font-size: 22pt;
    font-family: sans-serif;
    color: #3e5f93;
}
.call_reception_hours {
    font-weight: 700;
    font-size: 13pt;
    text-align: center;
    margin-top: 20px;
    font-family: sans-serif;
}

.fax_group {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 10pt;
    text-align: center;
    font-weight: 700;
    font-family: sans-serif;
    border: 1px solid #3e5f93;
}
.fax_group span {
    color: #3e5f93;
}

.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;
    color: #3e5f93;
}
input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 1px solid #3e5f93;
    background: #3e5f93;
    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;
    border: 1px solid #3e5f93;
    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: #3e5f93!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;
}